/* CSS Document */
img{max-width: 100%;}
body,dl,dd{padding: 0;}
.addcart-mask{
	background:#000;
	opacity:0.6;
	width:100%;
	height:100%;
	display: block;
	z-index:2;
	top:0;
	left:0;
	/*visibility: hidden;
	opacity: 0;
	transition: all ease-in 0.5s;*/
}
#cart0{
	background:#fff;
	height:100%;
	display:block;
	z-index:3;
	bottom:0;
	left: 0;
	padding: 0 10px;
}

#addcart{
	clear: both;
	margin-top: 5px;
	padding: 0 5px;
}
.cart-panel{
	width: 100%;
	height: 100%;
	position: relative;
}
.addcart-header-fly{
	width: 100px;
	height: 100px;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	margin: -40px 10px 0 0;
	border:1px solid #888;
}
.addcart-header-price{
	padding: 10px 0;
	display: block;
	font-size: 20px;
	color: #e62e04;
	font-weight: bold;
}
.addcart-header{
	border-bottom: 1px solid #ddd;
	position: relative;
}
.addcart-header:after{
	content: '';
	display: block;
	clear: both;
}
.addcart-header:before{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #eee;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.addcart-header-title{
	font-size: 14px;
	color: #555;
}
.addcart-header-close{
	font-size: 26px;
	color: #666;
	border-radius: 100%;
	border: 1px solid #666;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.addcart-specs-title{
	margin: 10px 0 10px;
}
.addcart-body>.addcart-specs{
	position: relative;
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
}
.addcart-body>.addcart-specs:after{
	content: '';
	display: block;
	height: 6px;
	width: 100%;
	background: #eee;
	position: absolute;
	bottom: -7px;
	left: 0px;
}
.addcart-specs-group{
	border-bottom: 2px solid #eee;
}
.addcart-specs-group .addcart-specs{
	border-bottom: 1px dashed #ddd;
}
.addcart-specs-group .addcart-specs:last-child{
	border: 0;
}
.addcart-specs-descript{
	font-size: 10px;
	color: #666;
}
.addcart-specs dd span{
	display: block;
	padding: 1px 10px;
	float: left;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 5px;
	outline:none;
}
.addcart-specs dd .addcart-spec-img{
	width: 30%;
	margin-right: 2.5%;
	padding: 0;
	background: #fff;
	border: none;
}
.addcart-specs-content{
	margin-bottom: 5px;
}
.addcart-specs dd .addcart-spec-img font{
	margin-top: 5px;
	display: block;
}
.addcart-specs dd .addcart-spec-img img{
	display: block;
	margin: 0 auto;
	border: 2px solid transparent;
}
.addcart-specs dd .addcart-spec-img.active{
	background: #fff;
	color: #f00;
}
.addcart-specs dd .addcart-spec-img.active img{
	border: 2px solid #f00;
	border-radius: 3px;
}
.addcart-specs span.active,
.addcart-specs span.selected{
	border-color:#f00;
	color: #f00;
}
.addcart-group-buttons button.unava{
	background: #D1D1D1;
	color: #686664;
}
.addcart-specs dd span.unava{
	background: #f3f3f3;
	color: #bbb;
}
.addcart-specs-content{
	/* position: relative; */
	/* padding-left: 40px; */
}
.addcart-specs dt{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	/* position: absolute; */
	/* left: 0; */
	margin-bottom: 6px;
}
.addcart-specs dd{
	overflow: hidden;
	margin: 0;
}
.addcart-specs dd>:last-child{
	margin-right: 0;
}
#addcart-quantity-inc,
#addcart-quantity-dec{
	float: left;
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 21px;
	color: #666;
}
.addcart-quantity-title{
	float: left;
	margin-right: 5px;
}
#addcart-quantity-val{
	float: left;
	border:none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 26px;
	width: 26px;
	text-align: center;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 0;
}
.addcart-quantity-content{
	overflow: hidden;
	margin: 15px 0 5px;
	float: right;
}
.addcart-footer{
	padding-right: 10px;
}
.addcart-quantity{
	overflow: hidden;
	padding: 5px 10px 5px 0;
}
.addcart-quantity .addcart-quantity-total{
	float: right;
}
.addcart-footer span{
	display: block;
	text-align: right;
	font-size: 14px;
}
.addcart-footer .addcart-footer-number-total{
	font-size: 14px;
	margin-bottom: 5px;
}
.addcart-buttons{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 7;
	box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
}

.addcart-buttons button{
	width: 50%;
	border: none;
	height: 44px;
	color: #fff;
	background: #e40681;
	font-size: 16px;
	cursor: pointer;
}
.addcart-buttons .addcart-buttons-addcart{
	background: #f1b52b;
}
.addcart-buttons .addcart-buttons-addcart .newicon-gouwuche2{
	display: inline-block;
	width: 19px;
	height:19px;
	background:url("../images/cart.svg");
	background-size: 18px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
.addcart-specs .unava{
	background:#ddd;
	color:#999;
}
.addcart-float-buttons{
	position:fixed;
	bottom:-162px;
	left: -19%;
	width: 138%;
	z-index:4;
	border-radius: 17px;
	text-align: center;
}
.addcart-float-buttons .addcart-float-buttons-block{
	width:100%;
	color:#333;
	margin: 0 auto;
	background: #eee;
	border-radius: 100%;
	height: 240px;
	box-shadow:0 -1px 1px #ccc;
	position: relative;
	border:1px solid transparent;
	cursor: pointer;
}
.addcart-float-buttons .addcart-float-buttons-block-add{
	width: 25px;
	height: 25px;
	border-radius: 100%;
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background: #e40681;
	position: absolute;
	left: 48%;
	top: -15px;
}
.addcart-float-buttons .addcart-float-buttons-block-text{
	color: #616161;
	font-size: 14px;
	margin-top: 11px;
}
.addcart-specs-group{
	position: relative;
}
.addcart-specs-group .addcart-specs-group-close{
	position: absolute;
	right: 5px;
	top: -2px;
	font-size: 22px;
	width: 30px;
	height: 30px;
	color: #666;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	z-index: 9;
	font-weight: bold;
}
.addcart-header-number-total{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-left: 10px;
}
.addcart-group-buttons{
	margin-top: 15px;
}
.addcart-group-buttons button{
	width: 100%;
	display: block;
    margin: 0 auto 10px;
	padding:0;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	line-height: 35px;
	word-wrap:break-word;
	white-space:inherit;
	word-break:break-all;
}
.addcart-group-buttons .btn-binding{
	border:1px solid #999;
}
.addcart-group-buttons button.active{
	background: #f00;
	color: #fff;
	border-color:transparent;
}
.addcart-specs-title{
	position: relative;
}
.image-list .addcart-specs-title .addcart-specs-title-name{
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
.addcart-footer-price .addcart-footer-price-total font{
	font-size: 17px;
}
#addcart_message_dialog{
	position:fixed;
	bottom:30%;
	left:20%;
	z-index:9999;
	width:60%;
	text-align:center;
	background:rgba(0,0,0,0.8);
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
	font-size:14px;
}
#loading{
	position: fixed;
    bottom: 26%;
    left: 35%;
    z-index: 9999;
    background: #333;
    width: 30%;
    text-align: center;
    height: 111px;
    padding: 10px;
    color: #eee;
    border-radius: 5px;
    opacity: 0.9;
}
.giikin-hide{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.giikin-on{
	opacity:1;
	visibility:visible;
}
#saleTip{
	width: 60%;
	position: fixed;
	bottom: 50px;
	left: 20%;
}
#saleTip .tip-content{
	padding:5px;
	text-align: center;
	background: #e40681;
	color: #fff;
	border-radius:4px;
	position: relative;
}
#saleTip .tip-content span{
	display: block;
	width: 20px;
	height: 20px;
	background: #e40681;
	border-radius: 20px;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 9999;
}
.addcart-specs-group .addcart-specs .addcart-specs-arrow{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 12px;
	top: 6px;
	background: url(../images/arrow-down.svg) center no-repeat;
	background-size: 14px;
	font-size: 0;
}

.addcart-specs-group .addcart-specs .addcart-specs-arrow.left-offset{
	right: 60px;
}

.addcart-specs-group .unfold .addcart-specs-arrow{
	background: url(../images/arrow-up.svg) center no-repeat;
	background-size: 14px;
}

.splitter{
	border-bottom:6px solid #eee;
	padding:10px 0px;
}

.line1px{
	border-bottom:1px solid #eee;
	margin-bottom: 10px;
}
.mui-content .pro_info{
	background: url(../images/bg1.png) 0 top repeat-x;
	background-color: #f5f5f5;
	position: relative;
	overflow:hidden;
	margin-bottom: 15px;
}
.mui-content .pro_info:after{
	content: '';
	display: block;
	width: 110%;
	height: 45px;
	background: url(../images/bg2.png) 0 bottom repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pro_info .limgbox,.pro_info .ctxtbox{
	position: relative;
	z-index: 1;
}
.mui-input-group{
	/*background: url(../images/bg3.png) 0 top repeat-x;*/
	padding-top: 10px;
	margin-top: -10px;
}
.addcart-float-buttons-block .addcart-float-buttons-block-button{
	background: #f00;
	color: #fff;
}
.pro_info .ctxtbox{
	width: 75%;
}
.pro_info .limgbox{
	margin-bottom: 5px;
}
.pro_info .rpricebox{
	font-size: 18px;
	font-weight: bold;
	float: none;
	position: relative;
	z-index: 1;
}
.addcart-specs-title .addcart-specs-title-image,
.addcart-specs-title .addcart-specs-title-name{
	float: left;
}
.addcart-specs-title .addcart-specs-title-image{
	width: 45px;
}
.addcart-specs-title .addcart-specs-title-number{
	float: right;
	margin-right: 11px;
	margin-top: 20px;
}
.addcart-specs-title:after{
	content: '';
	display: block;
	clear: both;
}
.addcart-footer-number-total font,
.addcart-footer-number-service font,
.addcart-footer-number-freight font,
.addcart-footer-price-total font{
	color: #f00;
	font-weight: bold;
}
.addcart-specs-title .addcart-specs-title-gift{
	color: #f00;
	font-size: 12px;
	margin-left: 5px;
}
.addcart-quantity-content{
	margin: 0;
}
.addcart-group-buttons{
	margin-top: 5px;
}
.pro_info .ctxthead{
	float: left;
	width: 25%;
}
.pro_info .limgbox,
.pro_info .rpricebox{
	width: 100%;
	float: none;
}
.pro_info .rpricebox{
	text-align: left;
}