@import "/static/style/commonality.css"; 
body{background: #fff;}
input{-webkit-appearance: none;}
.price_banner{width:100%;min-width: 1050px;}
.container{max-width:1500px;margin:0 auto;overflow: hidden;padding: 0 35px;}
.crumbs{margin: 25px 0;font-size: 16px;color: #8d8d8d;}
.price_body{overflow: hidden;/*display: grid;*/margin-bottom: 70px;}
.price_main{min-width: 1050px;}
/**/
.price_left{
	width: 226px;border-right: 1px solid #e6e6e6;
	/*grid-column: 1 / 2;	grid-row: 1 / 2;*/
	margin-right: 50px;padding-right: 15px;float: left;
}
.price_left h3{
	font-size: 22px;font-weight: initial;color: #727171;
	padding: 10px 8px;border-bottom: 3px solid #458fff;
}
.price_left .subNav{
	border-bottom:solid 1px #e5e3da;cursor:pointer;
	padding: 10px 0 10px 8px;font-size: 16px;color: #727171;font-weight: bold;
	background:url(../images/arrows_right.jpg) no-repeat;background-position:95% 50%
}
.navContent{display: none;border-bottom:solid 1px #e5e3da;}
.price_left li{	border-bottom: 1px solid #e5e3da;}
.price_left li a{color: #787878;display: block;padding: 10px 0 10px 18px;}

.navContent li a:hover{color:#fff;background-color:#458fff}
.price_left .currentDd{color:#458fff;}
.price_left .currentDt{background-image:url(../images/arrows_bottom.jpg);}

/*右边*/
.price_right{
	/*grid-column: 2 / 2;grid-row: 1 / 2;margin-right: 5px;*/
	float: left;width: 1200px;	
}
.price_right h3{
	color:#c4c4c4;font-size: 28px;font-family: Arial;font-weight: initial;
	border-bottom: 1px dashed #c4c4c4;padding: 5px 0;margin-bottom: 24px;
}
.price_right h3 span{
	color: #626262;font-size: 18px;border-left: 1px solid #626262;
	 padding-left: 8px;margin-left: 10px;
}

/*右边内容*/	
.price_right section{padding: 0 70px;}
.price_right section:nth-of-type(2){}
.price_right article{
	padding: 33px 64px;margin-bottom: 15px;
	box-shadow: 0px 4px 8px rgba(0,0,0,.1);background: #fff;
}
.price_right header{color: #595959;padding: 13px 32px;background: #f4f3f2; margin-bottom: 16px;}
.price_right header img,.price_right header span:nth-of-type(1){vertical-align: middle;}
.price_right header span:nth-of-type(1){font-size: 18px;margin-left: 10px;}
.price_right header em{font-style: initial;display: block;font-size: 12px;}

.price_right article ul{overflow: hidden;}
.price_right li {float: left;}
.price_right li a{
	border: 1px solid #cdcac8;padding: 11px 13px;font-size: 14px;
	background: #fff;display: inline-block;color: #828384;
	margin-bottom: 15px;margin-right: 24px;position: relative;
}
.price_right article .btn{
	background: #fc7304;color: #fff;font-size: 16px;text-align: center;
	width: 158px;height: 44px;line-height: 44px;display: inline-block;
}
/*.price_right li .firstli{color:#d7000f;border: 1px solid #d7000f;}*/
.price_right li .firstli{}
.price_right li a:hover,
.price_right .selected a{border: 1px solid #0495f4;color:#0495f4;}
/*右下标 :hover*/
.price_right li a:hover:before,
.price_right .selected a:before{
    content: ''; display: block; color: #fff;
    position: absolute; right: 0;bottom: 0;
    border: 12px solid #0495f4;
    border-top-color: transparent;
    border-left-color: transparent;
}
.price_right li a:hover:after,
.price_right .selected a:after{
    content: ''; display: block;
    width: 2px; height: 8px;border: 2px solid #fff;
    position: absolute; right: 4px; bottom: 3px;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}
.price_right p{margin-top: 30px;padding: 0 70px;color: #444;}

.price_right p a{
	float: right;background: #e3e5e6;color: #444;
	width:24px;height:24px;line-height:24px;
	text-align:center;margin-left:8px;
}

/*扫码有礼弹框*/
.shade_QR{background: rgba(0,0,0,.5);width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: none;}
.scancode{
	width: 428px;height: auto;position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
	background: url(../images/commonality/scancodeBackground.png) no-repeat #fff;background-size: contain; padding: 30px;  box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15); border-radius: 18px;
}
.scancode h3{font-size: 26px;color: #333;text-align: center;font-weight: inherit;}
.scancode h5{font-size: 16px;color: #666;text-align: center;font-weight: inherit;margin-top: 8px;}
.scancode .scancode_IMG{
	width: 220px;margin: 24px auto;
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);  border-radius: 6px;
}
.scancode img{width: 100%;}
.scancode ul{border-top: 1px solid #dcdcdc; padding:15px 8px 0}
.scancode li{font-size: 14px;color: #999;line-height: 21px;}

.closeSQR{
	position: absolute;width: 25px; height: 25px;box-sizing: border-box;
	border: 2px solid #d9d9d9;  border-radius: 100%;  right: 16px; top: 16px;cursor: pointer;
}
.closeSQR:before,.closeSQR:after{
	content: "";position: absolute;right: 10px; top: 5px;background: #909090;display: inline-block;
	height: 12px;width: 1px;
}
.closeSQR:before{transform: rotate(45deg);}
.closeSQR:after{transform: rotate(-45deg);}

@media screen and (max-width:1650px ) {
	.container {max-width: 1400px;}
	.price_right {width: 1100px;}
}
@media screen and (max-width:1500px ) {
	.container {max-width: 1270px;}
	.price_right section { padding: 0 20px;}
	.price_right li a { margin-right: 9px;}
	.price_right { width: 970px;}
}
@media screen and (max-width:1400px ) {
	.container {max-width: 1160px;}
	.price_right { width: 865px;}
}
@media screen and (max-width:1300px ) {
	.price_right article {padding: 20px 40px;}
}
@media screen and (max-width:1230px ) {
	.container {max-width: 1050px;}
	.price_right section { padding: 0px;}
	.price_left {width: 190px;}
	.price_right { width: 794px;}
	.price_right article {padding: 20px 27px;}
	.price_right li a {padding: 11px 10px;}
}
@media screen and (max-width:1120px ) {
	.container {max-width: 1020px;}
	.price_right { width: 755px;}
}
@media screen and (max-width:1080px ) {
	.container {max-width: 985px;}
	.price_left {margin-right: 35px;}
	.price_right {width: 738px;}
}
.commodity{width: 20px;height: 20px;position: absolute; z-index: 15;}
/*IE*/
/*@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
	body{font-family: "sans-serif";}
	.price_body .price_left{float: left;}
	.price_body .price_right{width: 74%;float: left;}
	.price_right section {padding: 0 45px;}
	.price_right article {padding: 33px 54px;}
}*/
