.mui-bar {
	height: 45px;
}

body, html, .mui-content {
	background-color: white;
	font-family: "寰蒋闆呴粦";
}

.list-form {
	/*background-color: #000000;*/
	border-radius: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	opacity: 0.5;
}

.list-form div {
	margin-left: 10px;
	margin-bottom: 8px;
	font-weight: 650;
}

.list-form-first {
	color: #0168AD;
}

.list-form-secend {
	color: white;
	margin-top: 3px;
}

.mui-grid-view.mui-grid-9 {
	border: none;
}

.mui-grid-view.mui-grid-9 {
	background-color: initial
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
	border: none !important;
}

.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
	font-size: 15px;
}

.mui-table-view-cell>a>span {
	color: white;
}

.path1:before {
	color: white !important;
}

.path2:before {
	color: white !important;
}

.mui-media-body {
	color: white !important;
	font-size: 15px !important;
}

.last-list {
	margin-bottom: 0px;
}

.back-body {
	/* background-image: url(../images/01.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: initial
}

.grid-background {
	background-image: url(http://erp.ccicshenzhen.com.cn:8080/css/svg/dun_blue.svg);
	text-align: center;
	width: 140px;
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.grid-background-1 {
	background-image: url(http://erp.ccicshenzhen.com.cn:8080/css/svg/dun_blue.svg);
	text-align: center;
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.header-left {
	background-image: url(http://erp.ccicshenzhen.com.cn:8080/images/globalwines-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 270px;
	height: 45px;
	background-position: center;
}

.head-back {
	
	/*background: white;
	 * background: -moz-linear-gradient(left, white 0%, #CEE1F0);
	background: -webkit-gradient(linear, left, right, color-stop(0%, white),
		color-stop(100%, #CEE1F0));
	background: -webkit-linear-gradient(right, #CEE1F0 0%, #CEE1F0 50%);
	background: -o-linear-gradient(right, white 0%, #CEE1F0 50%);
	background: -ms-linear-gradient(right, white 0%, #CEE1F0 50%);
	background: linear-gradient(to left, #CEE1F0 0%, white);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white',
		endColorstr='#CEE1F0', GradientType=0);*/
}

:root .head-back {
	filter: none;
}

.grid-background-whit {
	background-image: url("http://erp.ccicshenzhen.com.cn:8080/pc/wine/shield.svg");
	text-align: center;
	width: 100%;
	height: 65px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

a:FOCUS {
	
}

.mui-grid-view {
	padding-right: 0px !important;
}

.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000;
}

.mui-preview-header, .mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}

.mui-preview-header {
	height: 44px;
	top: 0;
}

.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}

.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
	.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}

.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item
	{
	display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}

.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.mui-preview-loading.mui-active {
	display: block;
}

.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}

.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

@
-webkit-keyframes fadeIn { 0% {
	opacity: 0;
}

100%
{
opacity
:
 
1;
}
}
@
keyframes fadeIn { 0% {
	opacity: 0;
}

100%
{
opacity
:
 
1;
}
}
@
-webkit-keyframes fadeOut { 0% {
	opacity: 1;
}

100%
{
opacity
:
 
0;
}
}
@
keyframes fadeOut { 0% {
	opacity: 1;
}

100%
{
opacity
:
 
0;
}
}
.fieldlabel {
	padding-top: 8px;
	width: 120px;
	font-size: 16px;
	text-align: right;
	float: right;
	word-wrap:break-word;
	opacity: 1;
}

.fieldvalue {
	padding-top: 10px;
	font-size: 19px;
	text-align: left;
	opacity: 1;
}

td span.wenzi {
	line-height: 20px;
	color: #fff;
	display: block;
	text-align: center;
	word-break: break-all;
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
}



:root .head-back {
	filter: none;
}

.line {
	padding: 0 5px 0;
	margin: 15px 0;
	line-height: 1px;
	border-left: 80px solid #ddd;
	border-right: 80px solid #ddd;
	text-align: center;
	font-size: 14px;
}

p {
	color: #373634;
}

.dyform-margin {
	margin-top: 25px;
	margin-bottom: 25px;
}

.notice-border {
	border: 1px solid #ddd;
	border-top: none;
}

.notice-content {
	padding: 8px 8px 8px;
}

.tagserial {
	background: #ffffff none repeat scroll 0 0;
    font-size: 12px;
    font-weight: 600;
    left: 205px;
    position: relative;
    top: -17px;
    width: 100px;
}

.tagimg {
    height: 60px;
    left: 15px;
    position: relative;
    top: 5px;
    width: 60px;
}

.content-padded {
	background-image: url(../image/win_back_img.png);
	background-position: center;
	background-size: contain;
	margin: 0px;
	background-repeat: initial;
}

.productImg{
	height: 200px; 
	border-radius: 15px; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.detailProductImg{
	height: 200px; 
	border-radius: 15px; 
	margin-top: 20px;
	margin-bottom: 10px;
}
canvas {
    width: 56px;
    margin: -4px 0 0 -13px;
}