/*
 * @author wangjb<wangjb@taofen8.com>
 * @date 2016/05/10
 * @desc Sku模版样式
 *
 **/

/**Start Sku模版**/
.param-panel{
	bottom:0;
	top: -2px;
	z-index: 999;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	pointer-events:auto;
}

.h-p100{
	height: 100%;
}

.param-panel .promise-box{
	position: fixed;
	bottom: 0;
	background: #fff;
}

.param-box{
	height: 55%;
	max-height: 55%;
}
.param-box-auto{
	max-height: 55%;
	padding-bottom: 55px;
}
.param-title{
	height: 75px;
}
.goods-img{
	margin: 0 10px;
    overflow: hidden;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border: 1px solid #EEE;
    top: -30px;
    width: 90px;
    height: 90px;
}
.goods-img .img-cell{
    width: 104px;
    height: 104px;
}
.goods-img .img-cell img{
	padding: 5px;	   
}
.goods-price{
	display: table;
	width: 100%;
    color: #f81948;
    height: 70px;
    margin-left: 110px;
}
.store-info{
    font-size: 12px;
    color: #838383;
}
.sku-selected{
	font-size: 12px;
    color: #6E6E6E;
	word-break: break-all;
	width: 100%;
}
.goods-price .sku-box{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
    /*font-size: 20px;*/
    font-family:PingFangSC-Regular,sans-serif;
}
.sku-price{
	font-size: 16px;
	font-family:PingFangSC-Medium,PingFang SC;
	color: #D63423;
}
.close-icon{
	top: 5px;
    right: 5px;
    background: url(../icon/closeform.png) no-repeat 3px 0px;
    background-size: 85%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 9999;
}

.dimensions-box{
	width: 100%;
	height: 60%;
	height: calc(100% - 128px);
	height: -webkit-calc(100% - 128px);
	height: -moz-calc(100% - 128px);
	height: -ms-calc(100% - 128px);
	// position: relative;
	// overflow-y:hidden;
	overflow-x:hidden;
    // padding-bottom: 10px;
}

.style-content,.quantity-content{
	padding-top: 10px;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.quantity-content{
	height: 42px;
	padding: 0 10px;
	font-size: 14px;
	color: #212121;
}
.dimensions-title{
	padding-left: 10px;
	font-size: 14px;
	color: #212121;
	line-height: 22px;
}

.style-cell{
    min-width: 46px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-sizing: border-box;
    margin: 7px 0px 0px 10px;
    display: inline-block;
    border: 1px solid #aeaeae;
    padding: 0px 6px 0px 6px;
    position: relative;
	font-size: 14px;
	color: #212121;
}

.style-table{
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	margin: 7px 0px 0px 10px;
	padding: 0px 9px 0px 20px;
	display: inline-block;
	background: url(../icon/size@2x.png);
	background-size: 100%;
}

.h-42{
	height: 42px;
}

.as-box {
	width: 40px;
	height: 28px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #aeaeae;
	margin-top: 8px;
	box-sizing: border-box;
}

.disabled{
	opacity: 0.5;
}

.subtraction{
	background: url('../icon/shoppingcar/minusnorarrow@2x.png') no-repeat 13px 7px;
	background-size: 12px;
}

.booked-num{
	width: 40px;
	padding: 13px 0;
	text-align: center;
	font-size: 14px;
	color: #212121;
}

.addition{
	background: url('../icon/shoppingcar/plusnorarrow@2x.png') no-repeat 13px 7px;
	background-size: 12px;
}

.select-btn-box{
	height: 50px;
	padding: 0;
	margin: 0;
	position: fixed!important;
	bottom: 0;
}

.h50-w100{
	height: 50px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.selected-btn{
    background-color: #f81948;
    color: #ffffff;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}
.selected{
	color: #fff;
	border: 0px;
	line-height:34px;
	padding: 0px 7px;
	background-color: #f81948;
}
.car-buy-btn{
	color: #212121;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.select-car{
	background-color: #ffffff;
	color: #212121;
    height: 100%;
    display: table;
    text-align: center;
    font-size: 18px;
}

.select-buy{
	background-color: #f81948;
    height: 100%;
    display: table;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
/*尺码表对应信息样式*/
.size-details{
	float: left;
	width: 100%;
	display: none;
}

.wrap{
	border: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	padding: 10px;
	margin: 7px 10px 0 10px;
	border-radius: 6px;
}

.size-details table{
	width: 100%;
	text-align: center;
}

.size-details .sup-size{
	font-size: 12px;
	color: #212121;
}

.size-details .sub-size{
	font-size: 10px;
	color: #212121;
}

@media screen and (min-width:720px) {
   /* .head-title{
        left: 100%;
    }*/
    .param-panel{
    	left: calc(50% - 360px);
    	left: -webkit-calc(50% - 360px);
    	left: -moz-calc(50% - 360px);
    	left: -ms-calc(50% - 360px);
    }
}
@media screen and (max-width:320px) {
   /* .head-title{
        left: 100%;
    }*/
    .goods-img .img-cell{
	    width: 80px;
	    height: 80px;
	}
}

/**End Sku模版*