/* CSS Document */
img{max-width: 100%;}
dl,dd{padding: 0;margin: 0;}
.addcart-mask{
	background:rgba(0,0,0,0.8);
	opacity:0.6;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	top:0;
	left:0;
}
.gk-addcart{  
	background:#fff;
	position:fixed;
	width:100%;
	max-width: 780px;
	height:75%;
	z-index:9999;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateY(130%);
	-ms-transform: translateY(130%);
	-o-transform: translateY(130%);
	transform: translateY(130%);
}
.gk-addcart.on{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.addcart-header-fly{
	width: 100px;
	height: 100px;
	border-radius: 3px;
	overflow: hidden;
	border:1px solid #888;
	position:absolute;
	left: 10px;
	top: -30px;
}
.addcart-header-price{
	padding: 5px 0 2px;
	display: block;
	font-size: 20px;
	color: #e40681;
	font-weight: bold;
}
.addcart-header-number-total font{
	color: #e40681 !important;
}
.addcart-header{
	padding: 0 10px 10px 120px;
	border-bottom: 1px solid #ddd;
	position: relative;
	background: #fff;
	z-index: 5;
	min-height: 80px;
}
.addcart-header:after{
	content: '';
	display: block;
	clear: both;
}
.addcart-body-group{
	position: relative;
}
.addcart-body-group:before{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}
.addcart-header-title{
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.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: 22px;
	position: absolute;
	right: 10px;
	top: 5px;
}
.addcart-specs-title{
	margin: 0 0 5px;
}
.addcart-specs{
	padding:  10px 10px 1px;
	border-bottom: 5px solid #eee;
}
.addcart-specs dt{
	color: #333;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	line-height: 30px;
}
.addcart-specs-descript{
	font-size: 12px;
	color: #666;
}
.addcart-specs dd span{
	display: block;
	float: left;
	padding: 2px 10px;
	color: #555;
	background: #e5e5e5;
	margin-right: 5px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13.5px;
	margin-bottom: 5px;
}
.addcart-specs span.active,
.addcart-specs span.selected{
	background: #faa41a;
	color: #fff;
}
.addcart-specs dd span.unava{
	background: #eee;
	color: #999;
}
.addcart-specs-content{
	margin-bottom: 2px;
}
.addcart-specs .addcart-specs-content:nth-child(2){
	margin-bottom: 4px;
}
.addcart-specs dd{
	overflow: hidden;
}
.addcart-specs dd>:last-child{
	margin-right: 0;
}
#addcart-quantity-inc,
#addcart-quantity-dec{
	float: left;
	width: 23px;
	height: 23px;
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 20px;
	color: #666;
}
.addcart-quantity-title{
	float: left;
	padding: 0 10px;
}
#addcart-quantity-val{
	float: left;
	border:none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 23px;
	width: 26px;
	text-align: center;
}
.addcart-quantity{
	overflow: hidden;
}
.addcart-buttons{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 7;
	padding: 0 1px 1px;
}
.addcart-buttons .button-div{
	width: 100%;
	height: 44px;
}

.addcart-buttons button{
	width: 100%;
	height: 100%;
	border: none;
	background: #e40681;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
}
.addcart-buttons .addcart-buttons-addcart{
	display: none;
	background: #f1b52b;
	box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
}
.addcart-buttons .newicon-gouwuche2{
	margin-right: 5px;
	font-size: 18px;
	color: #fff;
}
.addcart-buttons button.addcart-buttons-buynow{
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1px;
	box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
}
.addcart-specs .unava{
	background:#ddd;
	color:#999;
}
.addcart-float-buttons{
	position:absolute;
	z-index:6;
	left: 0;
	right: 0;
	bottom: -38px;
	text-align: center;
}
.addcart-float-buttons .addcart-float-buttons-block{
	width:100%;
	color:#333;
	margin: 0 auto;
	position: relative;
	background: url(../images/addcart.png) top center no-repeat;
	background-size: 100%;
	height: 38px;
	border-top: 1px solid #ddd;
}
/*.addcart-float-buttons .addcart-float-buttons-block:before{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: transparent;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.08);
	position: absolute;
	top: 0;
}*/
.addcart-float-buttons .addcart-float-buttons-block-add{
	width: 25px;
	height: 25px;
	border-radius: 100%;
	font-size: 0;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background: url(../images/addcart.gif) center no-repeat;
	position: absolute;
	left: 47%;
	bottom: -10px;
	background-size:25px;
}
.addcart-float-buttons .addcart-float-buttons-block-text{
	color: #666;
	font-size: 14px;
}
.addcart-specs-group{
	position: relative;
	border-bottom:1px solid #ddd;
}
.addcart-specs-group .addcart-specs-group-close{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
}
.addcart-body{
	max-height: 255px;
	overflow-y: auto;
	position: relative;
	z-index: 5;
	background: #fff;
	padding-bottom: 0 !important;
}

/*aaaa*/
.addcart-header-number-total{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-left: 10px;
}

#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 .only{
	background: #f72d9c;
	height: 42px;
	border-radius:3px;
	width: 100%;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.buy-but button{
	width: 45%;
}
.buy-but a.buy{
	width: 55%;
	letter-spacing: 1px;
}
.addcart-notitle .addcart-specs-title{
	display: none;
}
.addcart-specs.addcart-notitle dt{
	float: none;
}
.status-added{
	position: relative;
}
.status-added:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
}
.status-added .addcart-specs-status{
	font-size: 12px;
	display: block;
	padding: 1px 10px;
	background: rgba(0,0,0,0.6);
	border-radius: 3px;
	z-index: 9;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 13px;
}
.newbtnfixd .rbox{
	width: 52%;
	padding: 2px 2px 2px 0;
}
.buy-but a.buy{
	width: 100%;
	border-radius: 3px;
	background: #e40681;
	font-size: 18px;
	letter-spacing:2px;
	font-weight: bold;
}
.newbtnfixd .rbox a span.arrow,
.addcart-buttons button.addcart-buttons-buynow span.arrow{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/psanjiao.svg) 2px 3px no-repeat;
	background-size: 15px;
	vertical-align: middle;
}
.addcart-buttons button.addcart-buttons-buynow span.arrow{
	background-size: 14px;
	background-position: 4px 3px;
}
.newbtnfixd .lbox{
	width: 48%;
}
.newbtnfixd .lbox span{
	width: 33.33%;
}
.bottom-cart b:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/cart.svg) center no-repeat;
	background-size: 26px;
	margin: 0 auto 4px;
}
.lbox .bottom-cart{
	position: relative;
}
.lbox .bottom-cart a{
	display: block;
}
.lbox .bottom-cart i{
	position: absolute;
	top: -4px;
	right: 6px;
	font-style: normal;
	font-size: 10px;
	display: block;
	width: 16px;
	height: 16px;
	background: #faa41a;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}
.addcart-float-buttons-block-count{
	opacity: 0;
	display: none;
}
.addcart-body .addcart-specs-group:last-child .addcart-specs{
	padding-bottom: 2px;
}

.addcart-specs-group.binding{
	border-bottom:none;
}

.addcart-body.bindings{
	padding: 10px;
}

.addcart-body .btn-binding{
	width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 0;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    height: 35px;
    line-height: 35px;
    background-color: white;
    border: 1px solid #999;
}

.addcart-body .btn-binding.active{
	background: #e40681;
	color: #fff; 
	border: none;
}

.price-box .special-price,.price-box .regular-price{font-size:20px;}
.paypal-logo{display:none}
.texlist{padding-top:0;}
.texlist li{margin:0;}
.cd-main-content{margin-top:-45px;}
#float.fixedf{position:fixed !important;z-index:1 !important;top:0px !important;width:100%;}
#tab01 li{width: 33.33%}
.img-responsive{width: 100%}
#position li.cur {background-color: #F34242;}
.remark-box{position: absolute;  left: 13.5rem;  padding: 0px 5px;  background: #fff701;  height: 2rem;  line-height: 2rem;  top: 0.5rem;}
#go-to-apply{position: absolute;  right: 10px;  top: 0px;  line-height: 30px;}
.server-box{position: fixed;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 20rem;height: 22rem; border-radius: 3px;text-align: center;background: rgba(0,0,0,.3)}
.server-box img{width: 16.5rem;height: 16.5rem}
.server-box p{font-size: 1.1rem; padding: 1.5rem 0px;color: #ffffff}
.close-server-btn{position: absolute;width: 3rem;height: 3rem;background: #d7d3d3;text-align: center;line-height: 3rem;font-size: 2.5rem;border-radius: 50%;right: -1.1rem;top: -1.3rem;}
.postion-params-image{      margin-right: 1.5%;  white-space: normal !important;  line-height: 1.5rem;  font-size: 12px !important;}
.item-descs{min-height: 42px;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;}
.full-box{padding: 2px 6px;background: red;color: #fff;}
.f-list li:nth-child(1) a{padding: 10px;font-size: 14px;}
.item{font-size: 12px;}
.head{padding: 10px;background: #eee;font-weight: 600;}
.item dl{display: table;vertical-align: middle;width: 100%;background: #fff;}
.item dl dd,.item dl dt {display: table-cell;padding: 10px;border: 1px solid #eee;vertical-align: middle;}
.item dl dt{width: 6rem;text-align: center;}
select, .akmall-input-text {font-size: 1rem;}
.item-active {background: #3F3F3F!important;}
.item-active a{color: #fff}
#productcontent{float:left}
.keywords-item{background: #ffc100f0;color: #fff;padding: 2px 5px;border-radius: 3px;margin-right: 8px;}
.item-descs{line-height: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
video, img{max-width: 100%;max-height: 100%}
.akmall-border,.akmall-side.akmall-full-row{ border-color:#F34242;}
.akmall-detail-wrap{ max-width:750px;}
body,.akmall-order-wrap{ background-color:#F5F5F5;}
.akmall-detail-content h2{ border-top-color:#F5F5F5;}
.akmall-border,.akmall-side.akmall-full-row{ border-color:#666666;}
.akmall-detail-header dt{ color:#333333;}
.akmall-order{ color:#333333;background-color:#FFFFFF;}
.akmall-title{ background-color:#F34242;}
.akmall-btn,.akmall-btn:hover, .akmall-btn:active,.akmall-badge,.akmall-params.active,.akmall-group-box input:checked + label:after{ background-color:#F34242;border-color:#F34242;}
.akmall-foot-nav{ background-color:#F34242;}
.akmall-group.akmall-params.akmall-checkbox.active:hover{ background-color:#F34242 !important;border-color:#F34242 !important;color:#fff !important;}
.akmall-params-image{text-align: center}
.package-item{font-size: 12px !important;}