.bg{
	background-color: #fff;
}
/*顶部标题*/
.bg>.tit{
	width: 100%;
	padding: 0 6.7%;
	height: 60px;
}
.bg>.tit ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
}
.bg>.tit ul li{
	height: 60px;
	float: left;
	width: 49%;
	font-size: 14px;
}
.bg>.tit ul .current{
	color: #000;
	border-bottom: 4px solid #000;
}
.bg>.tit ul .other{
	color: #959595;
	border-bottom: 4px solid #959595;
	/*cursor: pointer;*/
}
.bg>.tit ul li span{
	display: block;
	font-weight: bold;
}
/*主体内容*/
.bg>.gwcym{
	width: 100%;
}
.bg>.gwcym>.continue{
	width: 100%;
	padding: 0 6.7%;
	margin-top: 2%;
}
.bg>.gwcym>.continue div{
	width: 87px;
	width: 100px;
}
.bg>.gwcym>.continue a{
	color: #000;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	display: block;
	width: 87px;
	width: 100px;
	letter-spacing: 0.1em;
}
.bg>.gwcym>.continue div:hover {
	height: 21px;
	border-bottom: 2px solid #000;
}
.bg>.gwcym>.gwctit{
	padding: 0 6.7%;
	width: 100%;
	margin-top: 2%;
}
.bg>.gwcym>.gwctit span{
	font-weight: bold;
}

.bg>.gwcym>.main{
	/*padding: 0 6.7%;*/
	padding-left: 6.7%;
	padding-right: 5.3%;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


/*左侧购物车*/
.bg>.gwcym>.main>.wdgwc{
	width: 73.3%;
}
.bg>.gwcym>.main>.wdgwc>form{
	width: 100%;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li{
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
/*列表首行*/
.bg>.gwcym>.main>.wdgwc>form>ul>li:first-of-type{
	font-size: 20px;
	font-weight: normal;
	height: 65px;
	background-color: #eeeeee;
	line-height: 65px;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul{
	display: flex;
	justify-content:space-between;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li{
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	/*align-items:flex-start;*/
	align-items:flex-start;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li span{
	display: block;
	width: 100%;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li>div{
	width: 100%;
	display: flex;
	justify-content:flex-start;
}



/*产品列表样式*/
.bg>.gwcym>.main>.wdgwc>form>ul>.yitianjia{
	margin-top: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #e5e5e5;
}
/*选择框*/
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:first-of-type{
	width: 3%;
	justify-content:center;
	align-items:center;
	flex-wrap:nowrap;
	/*display: block;*/
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:first-of-type div{
	height: 15px;
	position: relative;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:first-of-type input[type="checkbox"]{
	visibility: hidden;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:first-of-type input[type="checkbox"] +label{
	width: 15px;
	height: 15px;
	border: 1px solid #888888;
	position: absolute;
	left: 0px;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:first-of-type input[type="checkbox"]:checked +label:before{
	content: "\2713";
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}
/*图片*/
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(2){
	width: 25.4%;
}
/*商品信息*/
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3){
	width: 25.4%;
	align-content:flex-start;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>span{
	font-size: 18px;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:first-of-type{
	display: flex;
	justify-content:flex-start;
	margin-top: 12%;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:first-of-type div{
	width: 13px;
	height: 12px;
	background-color: #7d0000;
	margin-top: 4px;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:first-of-type label{
	display:none;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:first-of-type span{
	margin-left: 2em;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:nth-of-type(2) a{
	margin-top: 12%;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:nth-of-type(2) a{
	display: block;
	width: 2.1em;
	height: 19px;
	color: #000;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:nth-of-type(2) a:hover{
	border-bottom: 2px solid #000;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(3)>div:nth-of-type(2) a:nth-of-type(2){
	margin-left: 2px;
}
/*单价*/
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(4){
	width: 10%;
}
/*数量*/
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(5){
	width: 10%;
	position: relative;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(5) select{
	width: 51px;
	height: 38px;
	border: 1px solid #000;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(5) .jian{
	width: 1em;
	cursor: pointer;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(5) .dgspsl{
	width: 2em;
}
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(5) .jia{
	width: 1em;
	cursor: pointer;
}
/*价格*/
.bg>.gwcym>.main>.wdgwc>form>ul>li>ul li:nth-of-type(6){
	width: 10%;
}


/*订单总结*/
.bg>.gwcym>.main>.wdgwc>form>.ddzj{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 13%;
}
.bg>.gwcym>.main>.wdgwc>form>.ddzj>div{
	display: flex;
	justify-content:space-between;
	height: 110px;
}
.bg>.gwcym>.main>.wdgwc>form>.ddzj>div>span{
	line-height: 110px;
	width: 50%;
}
.bg>.gwcym>.main>.wdgwc>form>.ddzj>div>div{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-content:center;
	font-size: 14px;
	font-weight: bold;
}
.bg>.gwcym>.main>.wdgwc>form>.ddzj>div>div:first-of-type{
	width: 18%;
}
.bg>.gwcym>.main>.wdgwc>form>.ddzj>div>div:nth-of-type(2){
	width: 10%;
	text-align: right;
	padding-right: 2em;
}
.bg>.gwcym>.main>.wdgwc>form>.ddzj>div>div>span{
	width: 100%;
}
.bg>.gwcym>.main>.wdgwc>form>.ddzj>div>div>div{
	width: 100%;
}
/*总价*/
.bg>.gwcym>.main>.wdgwc>form>.total{}
.bg>.gwcym>.main>.wdgwc>form>.total>div{
	display: flex;
	justify-content:space-between;
	line-height: 110px;
	font-weight: bold;
}
.bg>.gwcym>.main>.wdgwc>form>.total>div>div{
	text-align: right;
	padding-right: 2em;
}
.bg>.gwcym>.main>.wdgwc>form>.nextstep{
	display: flex;
	justify-content:space-between;
}
.bg>.gwcym>.main>.wdgwc>form>.nextstep>div:first-of-type{
	width: 87px;
}
.bg>.gwcym>.main>.wdgwc>form>.nextstep>div:first-of-type a{
	color: #000;
	/*font-weight: bold;*/
	font-size: 17px;
	line-height: 21px;
	display: block;
	width: 87px;
	letter-spacing: 0.1em;
	white-space:nowrap;
}
.bg>.gwcym>.main>.wdgwc>form>.nextstep>div:first-of-type:hover{
	height: 21px;
	border-bottom: 2px solid #808080;
}

.bg>.gwcym>.main>.wdgwc>form>.nextstep>div:nth-of-type(2) a{
	display: block;
	width: 175px;
	height: 38px;
	line-height: 38px;
	background-color: #003399;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.bg>.gwcym>.main>.wdgwc>form>.nextstep>div:nth-of-type(2) input[type="submit"]{
	display: block;
	width: 175px;
	height: 38px;
	line-height: 38px;
	background-color: #003399;
	color: #fff;
	text-align: center;
	cursor: pointer;
}




/*右侧精选产品推荐*/
.bg>.gwcym>.main>.jxcptj{
	width: 25%;
	padding-top: 5px;
}
.bg>.gwcym>.main>.jxcptj>div{
	width: 100%;
	height: 1452px;
	border: 1px solid #000;
	padding: 0 5%;
}
.bg>.gwcym>.main>.jxcptj>div>ul{}
.bg>.gwcym>.main>.jxcptj>div>ul>li{
	border-bottom: 1px solid #e5e5e5;
}

/*标题*/
.bg>.gwcym>.main>.jxcptj>div>ul>.tit{
	font-size: 25px;
	letter-spacing: 6px;
	color: #000;
	text-align: center;
	height: 92px;
	line-height: 92px;
	font-weight: bold;
}
/*产品列表*/
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp{
	padding-bottom: 20%;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li{
	display: flex;
	justify-content:center;
	align-items:center;
	position: relative;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:first-of-type div:first-of-type{
	display: flex;
	justify-content:center;
	align-items:center;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:first-of-type div:nth-of-type(2){
	position: absolute;
	width: 100%;
	display: flex;
	justify-content:flex-end;
	align-self:center;
	padding-right: 5%;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:nth-of-type(2){
	font-size: 14px;
	font-weight: bold;
	margin-top: 4%;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:nth-of-type(3){
	font-size: 10px;
	margin-top: 4%;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:nth-of-type(4){
	margin-top: 7%;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:nth-of-type(5){
	font-size: 12px;
	font-weight: bold;
	margin-top: 4%;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:nth-of-type(6){
	margin-top: 2%;
}
.bg>.gwcym>.main>.jxcptj>div>ul>.jxcp ul li:nth-of-type(6) a{
	font-size: 14px;
	color: #fff;
	width: 100px;
	/*height: 35px;*/
	line-height: 35px;
	text-align: center;
	background-color: #000;
}
