/*2024年11月18日*/
/* 账户 */
.accountP{
	background: #F6F7F9;
	padding-bottom: 60px;
}
/* 账户左侧导航 */
.leftNav .myAcc,
.leftNav .accMan{
	background: #ffffff;
}
.leftNav .lltit{
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0 10px;
}
.leftNav .infoBox{
	width: calc(100% - 20px);
	margin: 10px;
	padding: 10px;
	background: #F6F7F9;
	border-radius: 2px;
}
.leftNav .infoBox .name{
	margin-bottom: 10px;
}
.leftNav .infoBox .name img{
	width: 50px;
	border-radius: 50%;
}
.leftNav .infoBox .name .textBox{
	width: calc(100% - 58px);
}
.leftNav .infoBox .name p{
	margin-left: 8px;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
}
.leftNav .infoBox .line2{
	width: 100%;
	line-height: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-top: 5px;
	padding: 0 10px;
	color: #4B5C72;
	font-size: 14px;
}
.leftNav .infoBox .line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftNav .infoBox .line2 i{
	width: 26px;
	height: 26px;
	line-height: 24px;
	background: rgba(70,124,191,0.1);
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	overflow: hidden;
}
.leftNav .lineBox{padding-bottom: 24px;}
.leftNav .lineBox a{
	width: 100%;
	line-height: 40px;
	margin-top: 20px;
	display: block;
	padding: 0 20px;
	color: #434241;
	font-size: 16px;
}
.leftNav .lineBox a:hover{
	color: #467CBF;
}
.leftNav .lineBox a.on{
	background: #467CBF;
	color: #ffffff;
}
.leftNav .accMan{margin-top: 10px;}
.leftNav .accMan .infoBox img{
	width: 70px;
}
.leftNav .accMan .infoBox .textBox{
	width: calc(100% - 78px);
	margin-left: 8px;
}
.leftNav .infoBox .textBox span{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #4B5C72;
	margin-left: 8px;
	display: block;
	margin-top: 2px;
}
.leftNav .infoBox .textBox i{
	font-size: 14px;
	font-weight: 500;
	color: #467CBF;
	font-style: normal;
	margin-left: 8px;
	margin-top: -2px;
	display: block;
}
/* 右侧内容 */
.rightAcc{
	background: #ffffff;
	padding: 0;
	width: calc(100% - 264px);
	padding: 0 20px 46px;
}
.rightAcc .rightTit{
	height: 54px;
	/*padding: 0 20px;*/
	border-bottom: 1px solid #EEEEEE;

	/*line-height: 54px;*/
	font-size: 18px;
	/*font-weight: bold;*/
	/*color: #333333;*/
	/*padding: 0 10px;*/

}
.rightAcc .rightTit h1{
	font-size: 18px;
	height: 54px;
	line-height: 54px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.rightFavor .rightTit select,
.rightSet .rightTit select{
	float: right;
	width: 159px;
	height: 36px;
	line-height: 36px;
	/* background: #FFFFFF; */
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-top: 14px;
	outline: none;
	text-indent: 8px;
}
/*.rightSet .rightCon{*/
/*	padding: 0 30px;*/
/*}*/
.rightSet .rightCon .rsBox{
	border-bottom: 1px solid #EEEEEE;
	padding: 16px 0;
}
.rightSet .rsTit h2{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	float: left;
	line-height: 34px;
}
.rightSet .rsTit .rightBtn{
	float: right;
	height: 34px;
	line-height: 34px;
	background: rgba(70,124,191,0.1);
	border-radius: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #467CBF;
	text-align: center;
	display: block;
	padding: 0 16px;
}
.rightSet .rsBox .line1{margin-top: 4px;}
.rightSet .rsBox .line1 .name{
	font-size: 14px;
	font-weight: 500;
	color: #4B5C72;
	padding-left: 8px;
	position: relative;
	float: left;
	width: 134px;
}
.rightSet .rsBox .name::before{
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	background: #4B5C72;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.rightSet .rsBox .line1 input,
.rightSet .rsBox .line1 select{
	width: 300px;
	height: 30px;
	/* background: #FFFFFF; */
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	text-indent: 8px;
	font-size: 14px;
	display: block;
	outline: none;
}
.rightSet .rsBox .line1 input[disabled=disabled]{
	border-color: #F6F7F9;
	background: #F6F7F9;
}
.rightSet .rsBox .line1.col2inp input{
	width: 145px;
	margin-right: 10px;
	float: left;
}
.rightSet .rsTit .rightBtn.EditBtn::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background: url(../img/aci6.png) center no-repeat;
	background-size: cover;
	margin-right: 2px;
}
.rightSet .rsBox .line1 .xianshi{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #467CBF;
	position: relative;
}
.rightSet .rsBox .xshcol2 .line1{
	width: 50%;
	float: left;
	/*margin: 8px 0;*/
	margin-top: 12px;
}
.rightSet .rsBox .xshBox2 .line1{margin-top: 12px;}
.rightSet .rsBox .xshcol2{position: relative;}

/*.rightSet .rsBox .xshcol2::before{*/
/*	content: "";*/
/*	display: block;*/
/*	width: 1px;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	left: 40%;*/
/*	top: 0;*/
/*	background: #DDDDDD;*/
/*}*/

/*.rightSet .rsBox .xshcol2 .line1:nth-child(1),*/
/*.rightSet .rsBox .xshcol2 .line1:nth-child(2){margin-top: 0;}*/
/*.rightSet .rsBox .xshcol2 .line1:nth-last-child(1),*/
/*.rightSet .rsBox .xshcol2 .line1:nth-last-child(2){margin-bottom: 0;}*/
/* 订单 */
.rightOrder .rightTit .formBox,
.rightMeMa .rightTit .formBox{margin-top: 14px;}
.rightOrder .rightTit .formBox select{
	width: 140px;
	height: 36px;
	/* background: #FFFFFF; */
	border: 1px solid #EEEEEE;
	opacity: 1;
	border-radius: 2px;
	text-indent: 8px;
	font-size: 14px;
	display: block;
	float: left;
}
.rightOrder .rightTit .formBox .shuru,
.rightMeMa .rightTit .formBox .shuru{
	width: 140px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-left: 8px;
	/* text-indent: 8px; */
	font-size: 14px;
	display: block;
	float: left;
	padding: 0 8px 0 8px;
}
a{
	text-decoration: none !important;
}
.rightOrder .rightTit .formBox .queryBtn,
.rightMeMa .rightTit .formBox .queryBtn{
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: #467CBF;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0;
	margin-left: 8px;
	display: block;
	float: left;
	cursor: pointer;
}
.rightOrder .rightTit .formBox .resetBtn,
.rightMeMa .rightTit .formBox .resetBtn{
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: #F6F7F9;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #434241;
	border: 0;
	margin-left: 8px;
	display: block;
	float: left;
	cursor: pointer;
	/*margin-right: 30px;*/
}
.rightOrder .orderList>li{
	border-bottom: 1px solid #EEEEEE;
	padding: 30px;
}

.rightOrder .orderList .titBox{
	padding-bottom: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 16px;
}
.rightOrder .orderList .titBox .ordNo{
	font-weight: bold;
}
.rightOrder .orderList .titBox .ordNo .blue{
	color:#467CBF;
}
.rightOrder .orderList .titBox .data{
	color: #999999;
}
.rightOrder .orderList .infoList{
	width: 70%;
}
.rightOrder .orderList .viewBtn{
	width: 110px;
	height: 34px;
	line-height: 34px;
	background: rgba(70,124,191,0.1);
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #467CBF;
	text-align: center;
	margin-left: calc(30% - 110px);
	display: block;
}
.rightOrder .orderList .viewBtn:hover{
	background: rgb(70,124,191);
	color: #ffffff;
}
.rightOrder .orderList .infoList li{
	padding: 6px 0;
	width: 50%;
	float: left;
}
.rightOrder .orderList .infoList li:nth-child(even){
	padding-left: 40px;
	padding: 8px 0;/*gai*/
}
.rightOrder .orderList .infoList li:nth-child(odd){
	border-right: 1px dashed #DDDDDD;
}
.rightOrder .orderList .infoList li span{
	font-size: 14px;
	font-weight: 500;
	color: #4B5C72;
	position: relative;
}
.rightOrder .orderList .infoList li span::before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 6px;
	vertical-align: middle;
	background: #4B5C72;
	border-radius: 40px;
	margin-right: 6px;
}
.rightOrder .orderList .infoList li p{
	font-size: 14px;
	font-weight: bold;
	color: #467CBF;
	display: inline-block;
	margin-left: 20px;
}
.rightFavor .faverList{padding: 30px 30px 0;}
.rightFavor .faverList li{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #EEEEEE;
}
.rightFavor .faverList li:first-child{padding-top: 0;}
.rightFavor .faverList .imgBox{
	width: 110px;
}
.rightFavor .faverList .imgBox img{
	width: 100%;
}
.rightFavor .faverList .textBox{
	width: calc(100% - 254px);
	margin: 0 68px 0 20px;
}
.rightFavor .faverList .textBox .tit{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}
.rightFavor .faverList .textBox .line2{
	margin-top: 24px;
}
.rightFavor .faverList .textBox .price{
	font-size: 22px;
	font-weight: 400;
	color: #E23131;
	display: inline-block;
}
.rightFavor .faverList .textBox .price b{font-weight: 700;}
.rightFavor .faverList .textBox .proNo{
	padding: 0 16px;
	height: 28px;
	line-height: 28px;
	background: #EEF4FB;
	font-size: 14px;
	font-weight: 500;
	color: #4B5C72;
	display: inline-block;
	margin-left: 60px;
}
.rightFavor .faverList .scBtn{
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.rightMeMa .rightTit .addBtn{
	width: 80px;
	height: 36px;
	line-height: 36px;
	background: rgba(70,124,191,0.1);
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #467CBF;
	display: block;
	float: left;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 30px;
}
.rightMeMa table{
	font-size: 15px;
	color: #666666;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;

	border-radius: 12px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);

}
#app1 .rightMeMa table th,
#app1 .rightMeMa table td {
	text-align: left;
}
.rightMeMa table thead{
	font-size: 16px;
	color: #333;
	width: 100%;
}
.rightMeMa tbody tr:nth-child(2n){
	background: #F6F7F9;
}
.rightMeMa table th{height: 48px;padding: 0 4px;}
.rightMeMa table td{height: 40px;padding: 0 4px;}
.rightMeMa .switch{
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0;
}
.rightMeMa .switch label {
	clear: both;
	line-height: 44px;
	list-style: none;
}
.rightMeMa .switch input {
	display: none
}
.rightMeMa .switch p {
	width: 27px;
	background: #CCC;
	height: 16px;
	border-radius: 8px;
	float: right;
	margin: 8px 10px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	cursor: pointer;
}
.rightMeMa .switch p em {
	width: 14px;
	height: 14px;
	float: left;
	margin: 1px;
	border-radius: 7px;
	box-shadow: 2px 3px 8px rgba(0,0,0,.1);
	background: #FFF;
}
.rightMeMa .switch input:checked + p {
	background: #467CBF;
}
.rightMeMa .switch input:checked + p em {
	float: right;
}
.rightMeMa .switch input:disabled + p {
	opacity: 0.5
}
.rightMeMa .blueBtn{
	color: #467CBF;
}
.rightMeMa .greenBtn{
	color: #219721;
}
.rightMeMa .redBtn{
	color: #E23131;
}
.tcReRe .conLine{
	padding: 30px;
}
.tcReRe .conLine ul{
	margin: 0 -14px;
}
.tcReRe .conLine li{
	padding: 14px;
	width: 33.33%;
	float: left;
}
.tcReRe .conLine li .kuang{
	background-color: #ffffff;
	box-shadow: 0px 4px 22px rgba(83, 95, 107, 0.12);
	padding: 2px;
}
.tcReRe .conLine li .imgBox{
	display: block;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.tcReRe .conLine li .imgBox img{
	height: 170px;
}
.tcReRe .conLine li .tit{
	font-size: 14px;
	font-weight: bold;
	color: #434241;
	padding: 0px 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}
.tcReRe .conLine li .price{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #FF0000;
	padding: 8px 16px;
}
.tcReRe .conLine .noReviewed{
	min-height: 400px;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
}
.tcReRe .conLine .notice{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 16px;
}
.tcReRe .conLine .clearBtn{
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #467CBF;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 24px auto 0;
}

.rightAdd .rightCon{
	padding: 30px;
}
.rightAdd .rightCon .sbtLine{
	margin-top: 30px;
	margin-bottom: 20px;
}
.rightAdd .rightCon .sbtLine h3{
	font-size: 16px;
	font-weight: bold;
	color: #467CBF;
}
.rightAdd .rightCon .sbtLine .tota{
	font-size: 16px;
	font-weight: bold;
	color: #434241;
}
.rightAdd .rightCon .sbtLine .tota span{
	color: #E23131;
}
.rightAdd .sbrLine .eachOne{
	width: 48%;
	float: left;
	margin-right: 4%;
	position: relative;
	margin-top: 15px;
}
.rightAdd .sbrLine .eachOne.line1{width: 100%;margin-right: 0;}
.rightAdd .sbrLine .eachOne:nth-child(2n){margin-right: 0;}
textarea{
	height: 100px!important;
	line-height: 30px!important;
	resize: none;
	overflow-y: overlay;
}
.mb-textarea_xxx {
	height: 60px!important;
	line-height: 24px!important;

}
.rightAdd .sbrLine .eachOne input,
.rightAdd .sbrLine .eachOne textarea,
.rightAdd .sbrLine .eachOne select{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	text-align: right;
	padding: 0 30px;
	/*color: #525050;*/
	/*direction: rtl;*/
}
.rightAdd .sbrLine .eachOne input#dateInp{
	background: url(../img/cate2.png) calc(100% - 16px) center no-repeat scroll transparent;
}
.rightOrder .rightTit .formBox .shuru#dateInp{
	background: url(../img/cate2.png) calc(100% - 16px) center no-repeat scroll transparent;
}
.rightAdd .sbrLine .eachOne .mc{
	font-size: 14px;
	font-weight: bold;
	color: #434241;
	position: absolute;
	left: 15px;
	top: 0;
	line-height: 50px;
}
.rightAdd .sbrLine table{
	width: 100%;
	text-align: center;
}
.rightAdd .sbrLine thead{
	background: #F6F7F9;
}
.rightAdd .sbrLine th{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #EEEEEE;
	height: 50px;
}
.rightAdd .sbrLine td{
	border: 1px solid #EEEEEE;
	height: 50px;
	font-size: 12px;
	font-weight: 500;
	color: #4B5C72;
}
.rightAdd .sbrLine table a{
	color: #467CBF;
}
.rightAdd .sbrLine table a.delBtn{margin-left: 16px;}
.rightAdd .sbrLine table a.redType{
	color: #E23131;
}
.rightAdd .btBtnG{
	margin-top: 30px;
}
.rightAdd .btBtnG .Preservation{
	width: 160px;
	height: 50px;
	background: #467CBF;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.rightAdd .btBtnG .type1{
	width: 160px;
	height: 50px;
	background: #467CBF;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 20px;
	border: 0;
	cursor: pointer;
}
.rightAdd .btBtnG .type2{
	width: 160px;
	height: 50px;
	background: rgba(70,124,191,0.1);
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #467CBF;
	margin-right: 20px;
	border: 0;
	cursor: pointer;
}
.rightAdd .btBtnG .type3{
	width: 160px;
	height: 50px;
	background: #F6F7F9;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #434241;
	margin-right: 20px;
	border: 0;
	cursor: pointer;
}
.tcOrMa .titline .name{margin-right: 16px;color: #999999;}
.tcOrMa .conLine{
	padding: 30px;
	height: 64vh;
	overflow-y: scroll;
}
.tcOrMa .btnGroup{
	border-top: 1px solid #E9EBEF;
	padding: 30px;
	text-align: center;
}
.tcOrMa .btnGroup a{
	width: 160px;
	height: 60px;
	line-height: 60px;
	background: #467CBF;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 10px;
}
.tcOrMa .btnGroup a.printBtn{
	background: rgba(70,124,191,0.1);
	color: #467CBF;
}
.tcOrMa .conLine .line1{
	border-bottom: 1px solid #E9EBEF;
	padding: 0 0  20px;
}
.tcOrMa .conLine .line1 li{
	float: left;
	width: 32%;
	padding: 6px 0;
}
.tcOrMa .conLine .line1 li:nth-child(3n-1){width: 34%;}
.tcOrMa .conLine .line1 li:nth-child(3n){width: 34%;}
.tcOrMa .conLine .line1 li:nth-child(3n+1){width: 32%;}

.tcOrMa .conLine .line1 li:nth-child(3n+1),
.tcOrMa .conLine .line1 li:nth-child(3n+2){
	border-right: 1px dashed #DDDDDD;
}
.tcOrMa .conLine .line1 li:nth-child(3n),
.tcOrMa .conLine .line1 li:nth-child(3n-1){
	padding-left: 56px;
}
.tcOrMa .conLine .line1 li:nth-child(1),
.tcOrMa .conLine .line1 li:nth-child(2),
.tcOrMa .conLine .line1 li:nth-child(3){padding-top: 0;}
.tcOrMa .conLine .line1 li span{
	font-size: 14px;
	font-weight: 500;
	color: #4B5C72;
	width: 110px;
	display: block;
	line-height: 22px;
	float: left;
}
.tcOrMa .conLine .line1 li span::before{
	content: "";
	width: 2px;
	height: 6px;
	background: #4B5C72;
	border-radius: 40px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
.tcOrMa .conLine .line1 li p{
	font-size: 14px;
	font-weight: bold;
	color: #467CBF;
	line-height: 22px;
	width: calc(100% - 110px);
	float: left;
}
.tcOrMa .conLine .line2{
	padding: 30px 0;
}
.tcOrMa .conLine .line2 .col2Div{
	border-right: 1px dashed #DDDDDD;
	float: left;
	width: 50%;
}
.tcOrMa .conLine .line2 .col2Div:last-child{border: 0;padding-left: 56px;}
.tcOrMa .conLine .line2 .col2Div .colTit{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.tcOrMa .conLine .line2 .col2Div li{
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #4B5C72;
	margin-top: 8px;
}
.tcOrMa .conLine .line2 .col2Div li::before{
	content: "";
	width: 2px;
	height: 6px;
	background: #4B5C72;
	border-radius: 40px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
.tcOrMa .conLine .line3 table{
	width: 100%;
}
.tcOrMa .conLine .line3 thead{
	background: #EEEEEE;
}
.tcOrMa .conLine .line3 th{
	border: 1px solid #EEEEEE;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.tcOrMa .conLine .line3 td{
	border: 1px solid #EEEEEE;
	height: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #4B5C72;
}
.tcOrMa .conLine .line3 td.nobo{border: 0;}
.tcOrMa .conLine .line3 td b{color: #000000;}
.tcOrMa .conLine .line3 th .red,
.tcOrMa .conLine .line3 td .red{color: #E23131;}
.tcOrMa .conLine .line3 td.cname{background: #F6F7F9;}
.tcOrMa .conLine .line4 .col2Div{width: 100%;}
.rightODetail{
	padding: 30px;
}
.rightODetail .conLine{
	height: unset;
	overflow: hidden;
}
.rightODetail .conLine{
	padding: 30px 0;
}



.right-orderList {
	width: 100%;
	/*background-color: white;*/
	padding-top: 74px;

}
.table_tf th {
	background: #f7f7f7;
	font-size: 16px;
}
.table_tf td {
	font-size: 14px;
	line-height: 1.6;
}
.table_tf th,
.table_tf td {
	padding: 0 16px!important;
}
.right-orderList .head {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.right-orderList .head .head-name {
	font-size: 20px;
	font-family: Open Sans;
	font-weight: bold;
	color: #333333;
}
.right-orderList .head .head-select-box {
	box-sizing: border-box;
	display: flex;
	width: 190px;
	height: 37px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #eaeaea;
	padding: 0 10px;
	cursor: pointer;
}
.right-orderList .head .select-text {
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 400;
	color: #333333;
}
.right-orderList .head .icon {
	width: 16px;
	height: 15px;
	color: black;
	background: url(../img/xiala.png) no-repeat;
	background-size: contain;
}
.right-orderList .t-head {
	box-sizing: border-box;
	display: flex;
	width: calc(100% - 40px);
	align-items: center;
	padding: 20px 10px;
	margin: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	color: #333333;
}
.right-orderList .t-body .t-item {
	box-sizing: border-box;
	display: flex;
	width: calc(100% - 40px);
	height: 80px;
	align-items: center;
	padding: 0 10px;
	margin: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 12px;
	color: #333333;
}
.right-orderList .t-body .t-item .td:last-child {
	height: 100%;
}
.right-orderList .t-body .t-item .td:last-child .item-btn {
	color: #467CBF;
	margin-bottom: 10px;
	cursor: pointer;
}
.right-orderList .t-body .t-item .td:last-child .item-btn:last-child{
	margin-bottom: 0;
}
.right-orderList .t-body .t-item .products-cont {
	display: flex;
}
.right-orderList .t-body .t-item .products-cont .td-img-box {
	flex: 1;
	border: 1px solid #f5f5f5;
	margin-right: 5px;
	cursor: pointer;
}
.right-orderList .t-body .t-item .products-cont .td-img-box:hover {
	border: 1px dashed #9f9f9f;
}
.right-orderList .t-body .t-item .products-cont .td-img-more {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f7f9;
	font-size: 13.33px;
	cursor: pointer;
}
.right-orderList-mt {
	display: none;
}
.receive_dialog {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.receive_dialog.show {
	opacity: 1;
	visibility: visible;
}
.receive_dialog .receive_container {
	width: 440px;
	min-height: 224px;
	background: #fff;
	border-radius: 4px;
}
.receive_container .hd_con {
	position: relative;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #e8e8e8;
}
.receive_container .hd_con p{
	padding-left: 20px;
	font-weight: 600;
}
.receive_container .hd_con .close {
	cursor: pointer;
	background: url(../img/close.png) center no-repeat;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
}
.receive_container .re_con {
	padding: 20px;
}
.receive_container .re_con p {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	padding: 20px 0;
	text-align: center;
}
.receive_container .re_con .receive_bt {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}
.receive_container .re_con .receive_bt .dia_bt {
	margin: 0 10px;
	width: 100%;
	font-size: 14px;
	padding: 8px 0 !important;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ececec;
}
.receive_container .re_con .receive_bt .dia_bt:hover {
	color: #fff;
	background-color: #467cbf;
}
.receive_container .re_con .receive_bt .dia_bt.on {
	color: #fff;
	background-color: #467cbf;
}


.cancel_order_dialog {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.cancel_order_dialog.show {
	opacity: 1;
	visibility: visible;
}
.cancel_order_dialog .cancel_order_container {
	width: 440px;
	min-height: 224px;
	background: #fff;
	border-radius: 4px;
}
.cancel_order_container .hd_con {
	position: relative;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #e8e8e8;
}
.cancel_order_container .hd_con p{
	padding-left: 20px;
	font-weight: 600;
}
.cancel_order_container .hd_con .close {
	cursor: pointer;
	background: url(../img/close.png) center no-repeat;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
}
.cancel_order_container .cancel_con {
	padding: 20px;
}
.cancel_order_container .cancel_con p {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	padding: 20px 0;
	text-align: center;
}
.cancel_order_container .cancel_con .confirm_bt {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}
.cancel_order_container .cancel_con .confirm_bt .dia_bt {
	margin: 0 10px;
	width: 100%;
	font-size: 14px;
	padding: 8px 0 !important;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ececec;
}
.cancel_order_container .cancel_con .confirm_bt .dia_bt:hover {
	color: #fff;
	background-color: #467cbf;
}
.cancel_order_container .cancel_con .confirm_bt .dia_bt.on {
	color: #fff;
	background-color: #467cbf;
}



/*订单详情--------------start*/

.rightOrderDetail .detail_head > .title:before{
	display: none;
	pointer-events: auto !important;
}
.leftIcon{
	/*display: inline-block;*/
	/*position: absolute;*/
	display: block;
	width: 10px;
	height: 14px;
	cursor: pointer;
	margin-right: 12px !important;
}
.rightOrderDetail {
	width: calc(100% - 264px);
	background-color: white;
	min-height: 600px;
	padding: 0 20px 46px;
}
.rightOrderDetail .detail_head {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/*padding: 15px 15px 15px 40px;*/
	border-bottom: 1px solid #EEEEEE;
	height: 54px;
}
.rightOrderDetail .detail_head > .title {
	/*position: relative;*/
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
/*.rightOrderDetail .detail_head > .title:before {*/
/*	display: block;*/
/*	position: absolute;*/
/*	content: '';*/
/*	width: 11px;*/
/*	height: 18px;*/
/*	top: 4px;*/
/*	left: -24px;*/
/*	background: url(../img/xiangZuo.png) no-repeat;*/
/*	background-size: contain;*/
/*}*/
.rightOrderDetail .detail_head .head_right_btn {
	box-sizing: border-box;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 400;
	color: #333333;
	padding: 6px 10px;
	border: 1px solid #eeeeee;
	border-radius: 26px;
	cursor: pointer;
}
.rightOrderDetail .detail_main {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 0;
}
.rightOrderDetail .detail_main > .basic_info,
.rightOrderDetail .detail_main > .deliver_info{
	box-sizing: border-box;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #EEEEEE;
}
.rightOrderDetail .detail_main .info_common .title {
	width: 100%;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: bold;
	color: #333333;
	/*margin-bottom: 25px;*/
	margin-top: 12px;
}
.rightOrderDetail .detail_main .info_common:first-child .title {
	margin-top: 0;
}
.rightOrderDetail .detail_main .info_common .info_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.rightOrderDetail .detail_main .info_common .info_list .line {
	box-sizing: border-box;
	position: absolute;
	top:10px;
	left: 50%;
	width: 2px;
	height: calc(100% - 20px);
	background-color: #f5f5f5;
}
.rightOrderDetail .detail_main .info_common .info_list .info_item {
	box-sizing: border-box;
	display: flex;
	width: 50%;
	padding-top: 12px;
	align-items: flex-start;
}
/*.rightOrderDetail .detail_main .info_common .info_list .info_item:nth-child(2n - 1) {*/
/*	padding-left: 30px;*/
/*}*/
/*.rightOrderDetail .detail_main .info_common .info_list .info_item:nth-child(2n) .info_item_cont {*/
/*	padding-right: 30px;*/
/*}*/
.rightOrderDetail .detail_main .info_common .info_list .info_item .info_item_label {
	display: flex;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 400;
	color: #4B5C72;
	flex: 1;
	align-items: center;
	flex-shrink: 0;
	white-space: nowrap;
}
.rightOrderDetail .detail_main .info_common .info_list .info_item .info_item_label:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 6px;
	background-color: #4B5C72;
	margin-right: 5px;

}
.rightOrderDetail .detail_main .info_common .info_list .info_item .info_item_cont {
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 400;
	color: #467CBF;
	color: #333333;
	flex: 2;
	margin-left: 10px;
	text-align: left;
}
.rightOrderDetail .detail_main .products_form {
	width: 100%;
}
.rightOrderDetail .detail_main .products_form .title {
	box-sizing: border-box;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: bold;
	color: #333333;
	padding: 16px 0 12px;
}
.rightOrderDetail .detail_main .products_form table ,
.rightOrderDetail .detail_main .products_form thead,
.rightOrderDetail .detail_main .products_form tbody{
	width: 100%;
}
.rightOrderDetail .detail_main .products_form thead tr,
.rightOrderDetail .detail_main .products_form tbody tr{
	text-align: center;
}
.rightOrderDetail .detail_main .products_form thead tr th,
.rightOrderDetail .detail_main .products_form tbody tr td{
	box-sizing: border-box;
	padding: 12px 0;
}
.rightOrderDetail .detail_main .detail_foot {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.rightOrderDetail .detail_main .detail_foot .foot_cont {
	width: calc(100% / 3);
	float: right;
}
.rightOrderDetail .detail_main .detail_foot .foot_cont .foot_row {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}
.rightOrderDetail .detail_main .detail_foot .foot_cont .foot_row .label {
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 400;
	color: #666666;
	flex: 2;
}
.rightOrderDetail .detail_main .detail_foot .foot_cont .foot_row .price {
	font-size: 14px;
	font-family: Open Sans;
	font-weight: bold;
	color: #333333;
	flex: 1;
}
.rightOrderDetail .detail_main .detail_foot .foot_cont .foot_row .big {
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 400;
	color: #333333;
}
.rightOrderDetail .detail_main .detail_foot .foot_cont .foot_row .red {
	color: #E23131;
	font-weight: 600;
}




/*订单详情--------------end*/



@media (max-width:996px) {
	.right-orderList-mt {
		display: none;
	}
	.right-orderList .t-body .t-item .td {
		font-size: 10px !important;
	}
	.rightFavor .faverList .textBox{
		width: calc(100% - 202px);
		margin: 0 16px;
	}
	.rightFavor .faverList .textBox .line2{
		margin-top: 8px;
	}
	.rightFavor .faverList .textBox .price{
		display: block;
	}
	.rightFavor .faverList .textBox .proNo{margin: 8px 0 0 0;}
	.tcBox .tcNeirong .midNr{
		width: 92%;
	}
	.tcOrMa .conLine .line1 li,
	.tcOrMa .conLine .line1 li:nth-child(3n-1),
	.tcOrMa .conLine .line1 li:nth-child(3n),
	.tcOrMa .conLine .line1 li:nth-child(3n+1){
		width: 50%;
		padding: 0;
		border:0;
	}
	.tcOrMa .conLine .line2 .col2Div:last-child{padding-left: 20px;}
	.rightOrderDetail .detail_main .info_common .info_list .info_item .info_item_cont {
		text-align: right;
	}
}
@media (max-width:768px) {
	.right-orderList {
		display: none;
	}
	.c_center2 {
		padding: 0;
	}
	.right-orderList-mt {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-top: 39px;
		padding: 0 29px;
	}
	.right-orderList-mt .order-item {
		width: 100%;
		margin-bottom: 28px;
		border: 1px solid #EEEEEE;
		border-radius: 2px;
	}
	.right-orderList-mt .order-item:last-child {
		margin-bottom: 0;
	}
	.right-orderList-mt .order-item .item-head {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		padding: 28px 31px 37px 30px;
		border-bottom: 1px solid #EEEEEE;
	}
	.right-orderList-mt .order-item .item-head .head-left {
		font-size: 15px;
		font-family: Open Sans;
		font-weight: 400;
		color: #666666;
	}
	.right-orderList-mt .order-item .item-head .head-left .order-no {
		color: #467CBF;
	}
	.right-orderList-mt .order-item .item-head .order-right {
		font-size: 15px;
		font-family: Open Sans;
		font-weight: 400;
		color: #333333;
	}
	.right-orderList-mt .order-item .item-body {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		padding: 28px 31px 37px 30px;

	}
	.right-orderList-mt .order-item .item-body .imgs-list {
		display: flex;
		width: 100%;
	}
	.right-orderList-mt .order-item .item-body .imgs-list .img-box{
		flex: 1;
		padding: 0 6.5px;
	}
	.right-orderList-mt .order-item .item-body .imgs-list .img-box:first-child {
		padding-left: 0;
	}
	.right-orderList-mt .order-item .item-body .imgs-list .img-box .img {
		width: 100%;
		border: 1px solid #EEEEEE;
	}
	.right-orderList-mt .order-item .item-body .imgs-list .img-more {
		display: flex;
		flex: 1;
		margin: 0 0 0 6.5px;
		justify-content: center;
		align-items: center;
		background-color: #f6f7f9;
		color: #333333;
		font-size: 30px;
	}
	.right-orderList-mt .order-item .item-body .pay-info {
		display: flex;
		width: 100%;
		margin-top: 33px;
		margin-bottom: 46px;
		justify-content: space-between;
		font-size: 14px;
		font-family: Open Sans;
		font-weight: 400;
		color: #666666;
	}
	.right-orderList-mt .order-item .item-body .pay-info .order-total .total-price {
		color: #E23131;
	}
	.right-orderList-mt .order-item .item-body .foot-btn {
		display: flex;
		width: 100%;
		justify-content: flex-end;
	}
	.right-orderList-mt .order-item .item-body .foot-btn .btn-item {
		box-sizing: border-box;
		width: 30%;
		font-size: 15px;
		font-family: Open Sans;
		font-weight: 400;
		color: #467CBF;
		padding: 11px 19px;
		background-color: #f6f7f9;
		border-radius: 3px;
		margin-right: 19px;
		text-align: center;
	}
	.right-orderList-mt .order-item .item-body .foot-btn .btn-item:last-child {
		margin-right: 0;
	}
	.right-orderList-mt .order-item .item-body .foot-btn .on {
		background-color: #467cbf;
		color: white;
	}


	.accountP{padding: 0;}
	.accountP>.c_center{width: 100%;}
	.leftNav{margin: 0;width: 100%;float: none;border: 0;}
	.leftNav .lltit{
		font-size: 18px;
		line-height: 68px;
		border-bottom: 10px solid #F7F7F7;
	}
	.leftNav .accMan,
	.leftNav .infoBox,
	.leftNav .lineBox{display: none;}

	.rightAcc{margin: 0;width: 100%;float: none;border: 0;}
	.rightAcc .rightTit{height: unset;padding: 16px 0 0;margin: 0 16px;}
	.rightAcc .rightTit h1{
		display: block;
		float: none;
		font-size: 16px;
		line-height: 24px;
	}
	.rightAcc .rightTit select{
		display: block;
		float: none;
	}

	.rightAcc .rightTit .wapnavs{
		width:100%;
		height:50px;
		line-height:50px;
		overflow:hidden;
		overflow-x: scroll;
	}
	.rightAcc .rightTit .wapnavs::-webkit-scrollbar {
		/*滚动条整体样式*/
		width : 0;  /*高宽分别对应横竖滚动条的尺寸*/
		height: 0;
	}
	.rightAcc .rightTit .wapnavs::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 10px;
		box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
		background   : #535353;
	}
	.rightAcc .rightTit .wapnavs::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background   : #ededed;
	}
	.rightAcc .rightTit .wapnavs .gdBox{
		width: 100%;
		cursor:move;
		white-space:nowrap;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
	}
	.rightAcc .rightTit .wapnavs .gdBox a{
		text-decoration:none;
		display: inline-block;
		color: #434241;
		margin: 0 24px;
		font-size: 16px;
		line-height:46px;
	}
	.rightAcc .rightTit .wapnavs .gdBox a:first-child{margin-left: 0;}
	.rightAcc .rightTit .wapnavs .gdBox a:last-child{margin-right: 0;}
	.rightAcc .rightTit .wapnavs .gdBox a.on{
		border-bottom: 2px solid #467CBF;
		margin-bottom: 2px;
	}
	.rightSet .rightCon{
		padding: 16px;
	}
	.rightSet .rightCon .rsBox{padding: 16px 0;}
	.rightSet .rsBox .line1 .name{
		width: unset;float: left;
	}
	.rightSet .rsBox .line1 input,
	.rightSet .rsBox .line1 select{
		width:50%;
		padding: 0;
		float: right;
	}
	.rightSet .rsBox .line1 .inputG,
	.rightSet .rsBox .line1 .xianshi{
		width:50%;
		float: right;
	}
	.rightSet .rsBox .line1 .inputG input{
		width:calc(50% - 4px);
		float: left;
		margin: 0 0 0 8px;
	}
	.rightSet .rsBox .line1 .inputG input:first-child{margin: 0;}
	.rightSet .rsBox .xshcol2 .line1{
		width: 100%;
	}
	.rightSet .rsBox .xshcol2::before{display: none;}
	.rightSet .rsBox .line1 .xianshi{text-align: right;}
	.rightSet .rightCon .rsBox:last-child{border: 0;}
	.rightOrder .orderList>li{
		border: 1px solid #EEEEEE;
		margin: 15px;
		padding: 0;
	}
	.rightOrder .orderList .titBox{
		padding: 16px;
		font-size: 14px;
	}
	.rightOrder .orderList>li .nrBox{
		display: block;
	}
	.rightOrder .orderList .infoList{width: 100%;}
	.rightOrder .orderList .infoList li,
	.rightOrder .orderList .infoList li:nth-child(odd),
	.rightOrder .orderList .infoList li:nth-child(even){
		padding: 0;
		border: 0;
		width: 100%;
		float: none;
		padding: 0 12px;
	}
	.rightOrder .orderList .infoList li span::before{display: none;}
	.rightOrder .orderList .infoList li p{float: right;}
	.rightOrder .orderList .viewBtn{margin: 20px auto;}
	.rightOrder .rightTit .formBox{float: none;}
	.rightOrder .rightTit .formBox select{
		width: 37%;
		padding: 0;
	}
	.rightOrder .rightTit .formBox .shuru{
		width: 62%;
		margin-left: 1%;
		padding: 0;
		padding: 0 40px 0 8px;
	}
	.rightMeMa .rightTit .formBox .shuru{
		width: 100%;
		margin-left:01%;
		padding: 0;
	}
	.rightOrder .rightTit .formBox .queryTu,
	.rightMeMa .rightTit .formBox .queryTu{
		position: absolute;
		right: 10px;
		top: 10px;
		width: 16px;
	}
	.rightFavor .faverList{padding: 16px 16px 0;}
	.rightFavor .faverList li{
		position: relative;
		padding: 8px 0;
	}
	.rightFavor .faverList .imgBox{
		width: 105px;
		height: 105px;
	}
	.rightFavor .faverList .textBox{
		width: calc(100% - 117px);
		margin-left: 12px;
	}
	.rightFavor .faverList .textBox .tit{
		font-size: 14px;
	}
	.rightFavor .faverList .textBox .line2{
		padding-top:40px;
		position: relative;
		margin-top: 0;
	}
	.rightFavor .faverList .textBox .price{
		font-size: 16px;
	}
	.rightFavor .faverList .textBox .proNo{
		position: absolute;
		left: 0;
		top: 0;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.rightFavor .faverList .scBtn{
		position: absolute;
		right: 0;
		bottom: 8px;
		width: 32px;
		height: 32px;
	}
	.tcBox .tcNeirong .midNr{
		width: 100%;
		height: 100vh;
		overflow-y: hidden;
		border-radius: 0;
	}
	.tcReRe .conLine li{
		width: 50%;
	}
	.rightAdd .sbrLine .eachOne{
		width: 100%;
		margin-top: 8px;
	}
	.rightAdd .btBtnG .type1,
	.rightAdd .btBtnG .type2,
	.rightAdd .btBtnG .type3{
		padding: 0 8px;
		height: 40px;
		display: inline-block;
		width: unset;
		margin-right: 8px;
		font-size: 14px;
	}
	.rightAdd .rightCon{
		padding: 16px;
	}
	.tcOrMa .conLine .line1 li, .tcOrMa .conLine .line1 li:nth-child(3n-1), .tcOrMa .conLine .line1 li:nth-child(3n), .tcOrMa .conLine .line1 li:nth-child(3n+1){
		width: 100%;
		float: none;
		margin: 4px 0;
	}
	.tcOrMa .conLine .line1 li span{
		float: left;
		width: unset;
	}
	.tcOrMa .conLine .line1 li p{
		float: right;
		width: unset;
	}
	.tcOrMa .conLine .line1 li span::before,
	.tcOrMa .conLine .line2 .col2Div li::before{display: none;}
	.rightODetail{padding: 16px;}
	.rightODetail .tcOrMa{
		border: 1px solid #E9EBEF;
	}
	.rightODetail .tcOrMa .titline {
		border-bottom: 1px solid #E9EBEF;
		line-height: 40px;
		padding: 0 16px;
	}
	.rightODetail .conLine{padding: 0;overflow-x: auto;}
	.tcOrMa .conLine .line1{padding:16px;}
	.tcOrMa .conLine .line2{padding: 0;}
	.tcOrMa .conLine .line2 .col2Div{
		width: 100%;
		padding: 16px;
		border: 0;
		border-bottom: 1px solid #E9EBEF;
	}
	.tcOrMa .btnGroup a{
		font-size: 14px;
		width: 120px;
		height: 36px;
		line-height: 36px;
		margin: 0 4px;
	}
	.rightOrder .rightTit .formBox .shuru,
	.rightAcc .rightTit select{
		width: 100%;
		margin-bottom: 8px;
	}
	.rightOrder .rightTit .formBox .queryTu{
		top: unset;
		bottom: 16px;
	}

	.tableHezi{overflow: hidden;overflow-x: scroll;}
	.tableHezi table{min-width: 900px;}


	/*	订单详情--------start*/
	.rightOrderDetail .detail_main {
		padding: 15px;
	}
	.rightOrderDetail .detail_head {
		border-bottom: 0;
	}
	.rightOrderDetail .detail_main .info_common .title {
		box-sizing: border-box;
		padding: 10px 25px;
		margin: 0;
		border: 1px solid #EEEEEE;
		border-bottom: 0;
	}
	.rightOrderDetail .detail_main > .basic_info,
	.rightOrderDetail .detail_main > .deliver_info {
		border-bottom: 0;
	}
	.rightOrderDetail .detail_main .info_common .info_list .info_item {
		width: 100%;
		justify-content: space-between;
		padding: 10px 25px;
	}
	.rightOrderDetail .detail_main .info_common .info_list .line {
		display: none;
	}
	.rightOrderDetail .detail_main .info_common .info_list .info_item:nth-child(2n - 1) {
		padding: 10px 25px;
	}
	.rightOrderDetail .detail_main .info_common .info_list {
		border: 1px solid #eeeeee
	}
	.rightOrderDetail .detail_main .info_common .info_list .info_item .info_item_label {
		flex: none;
		width: 30%;
	}
	.rightOrderDetail .detail_main .info_common .info_list .info_item .info_item_label:before {
		display: none;
	}
	.rightOrderDetail .detail_main .info_common .info_list .info_item .info_item_cont {
		flex: none;
		width: 60%;
		text-align: right;
	}
	.rightOrderDetail .detail_main .info_common .info_list .info_item:nth-child(2n) .info_item_cont {
		padding-right: 0;
	}
	.rightOrderDetail .detail_main .products_form .title {
		padding: 0px 0 21px 0;
	}
	.rightOrderDetail .detail_main .products_form thead tr, .rightOrderDetail .detail_main .products_form tbody tr {
	}
	.rightOrderDetail .detail_main .products_form thead tr th:nth-child(5),
	.rightOrderDetail .detail_main .products_form thead tr th:nth-child(6),
	.rightOrderDetail .detail_main .products_form tbody tr td:nth-child(5),
	.rightOrderDetail .detail_main .products_form tbody tr td:nth-child(6){
		display: none;
	}
	.rightOrderDetail .detail_main .products_form thead tr th,
	.rightOrderDetail .detail_main .products_form tbody tr td {
		padding: 10px 0;
		font-size: 10px;
	}
	.rightOrderDetail .detail_main .detail_foot .foot_cont {
		width: 100%;
		float: none;
	}


	/*	订单详情--------end*/
}

@media (max-width: 800px){
	.rightAcc .rightTit{
		line-height: normal !important;
	}

}

@media (max-width: 608px){
	.right-orderList-mt {
		margin-top: 20px;
		padding: 0 16px;
	}
	.right-orderList-mt .order-item .item-body {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		padding: 10px;
	}
	.right-orderList-mt .order-item .item-head {
		padding: 10px;
	}
}

@media (max-width: 460px) {
	.right-orderList-mt .order-item .item-head {
		padding: 10px;
	}
	.right-orderList-mt .order-item .item-head .head-left,
	.right-orderList-mt .order-item .item-head .order-right,
	.right-orderList-mt .order-item .item-body .pay-info,
	.right-orderList-mt .order-item .item-body .foot-btn .btn-item,
	.right-orderList-mt .order-item .item-body .imgs-list .img-more{
		font-size: 12px;
	}
	.right-orderList-mt .order-item .item-body .foot-btn .btn-item {
		padding: 10px 5px;
	}
	.right-orderList-mt .order-item .item-body .pay-info {
		margin: 20px 0 30px 0;
	}
	.right-orderList-mt .order-item .item-body .foot-btn .btn-item {
		margin-right: 10px;
	}
}


tr .news{
	background-image: url(https://datasave.qsfptek.com/oss_static/img/new.png);
	background-repeat: no-repeat;
	background-size: 2rem;
}


.td-img-box {
	border: 1px solid #f5f5f5;
	margin-right: 5px;
	cursor: pointer;
}
/*.img-innerBox{*/
/*	border: 1px solid #f5f5f5;*/
/*	margin-right: 5px;*/
/*	cursor: pointer;*/
/*}*/

.t-item{
	box-sizing: border-box;
	/*display: flex;*/
	width: calc(100% - 40px);
	height: 70px;
	align-items: center;
	padding: 0 10px;
	margin: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 12px;
	color: #333333;
}
.td-img-box {
	position: relative;
}

.img-innerBox {
	width: 100%;
	height: 100%;
}

.td-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.td-img-more {
	width: 100%;
	height: 90%;
	/*line-height: 83px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f7f9;
	font-size: 13.33px;
	cursor: auto !important;
}
/*.imgDian{*/
/*	!*display: flex;*!*/
/*	width: 20%;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	background-color: #f6f7f9;*/
/*	font-size: 13.33px;*/
/*	cursor: pointer;*/
/*}*/
/*.orderbox .td-img-box {*/
/*	border: 0px!important;*/
/*}*/
/*.td-img {*/
/*	width: 20%;*/
/*	border: 1px solid #f5f5f5;*/
/*}*/
/*下拉框样式*/
.rightAcc .rightTit select, .rightSet .rightTit select {
	float: left;
	width: 159px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-left: 8px;
	outline: none;
	text-indent: 8px;
	display: block;
	font-size: 13px;
}
/*!*下拉框样式结束*!*/
/*pc端分页样式*/
.vuePage .el-pagination{
	float: right;
}
.vuePage .el-pagination .btn-prev,.vuePage .el-pagination .btn-next{
	background: transparent !important;
}
.vuePage	.el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color: #467cbf !important;
	color: #ffffff !important;
	font-size: 16px !important;
}
@media (min-width: 768px){
	/*显示layui的select下拉框*/
	.with-bg-img {
		background-image: url(https://datasave.qsfptek.com/oss_static/img/cate2.png) !important;
		background-repeat: no-repeat !important;
		background-position: right 15px center !important;
		/*padding: 0px !important;*/
	}
}
/*pc端分页样式结束*/
/*下拉框select样式*/
@media (max-width: 768px){
	/*.imgs-list {*/
	/*	display: grid;*/
	/*	grid-template-columns: repeat(5, 1fr);*/
	/*	grid-gap: 10px;*/
	/*	height: 80px;*/
	/*}*/

	/*.img-box {*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*}*/

	/*.img {*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	object-fit: cover;*/
	/*}*/

	/*.img-more {*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*}*/




	.rightAcc .rightTit select, .rightSet .rightTit select {
		width: 100% !important;
		/* margin-bottom: 8px !important; */
		margin-left: 01% !important;
		padding: 0;
		background: #FFFFFF !important;
		border: 1px solid #EEEEEE !important;
	}
	/*列表宽度适配*/
	.right-orderList-mt{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

/*移动端分页*/
@media screen and (max-width: 768px){
	.phoneShowPage .el-pagination{
		overflow-y: hidden;
		overflow-x: scroll;
		width: 95%;
	}
	.phoneShowPage .el-pager{
		/*width: 200%;*/
		width: 100%;
	}
	.pagination-wrapper > * {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.phoneShow  el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled {
		height: 2rem;
		color: #ccc;
		border-radius: 25px 25px !important;
		margin: 0 0 !important;
	}
	button.btn-next {
		border-radius: 25px 25px !important;
	}
	button.btn-prev {
		border-radius: 25px 25px !important;
	}
	.el-pagination .el-select .el-input {
		width: 3.1rem;
		margin: 5px 5px;
	}
	.el-pagination button, .el-pagination span:not([class*=suffix]) {
		display: inline-block;
		font-size: 13px;
		min-width: 35.5px;
		height: 2rem;
		line-height: 2rem;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(100% / 3);
	}
	.el-pagination__editor.el-input {
		margin: 0 0.1rem;
		border-radius: 0.05rem;
		width: 0.7rem;
		height: 0.5rem !important;
		border: #a2a2a2 solid 1px;
	}
	.el-input__icon {
		height: 80% !important;
	}
	.el-input {
		position: relative;
		width: 80% !important;
		margin-left: 10%;
		font-size: 14px;
		border-radius: 50% 50%;
	}
	.el-input.is-disabled .el-input__inner {
		background-color: #F5F7FA;
		border-color: #E4E7ED;
		color: #606266 !important;
		cursor: not-allowed;
		height: 2rem;
	}
	/*弹出的page*/
	.phoneShowPage {
		width: 100%;
		border: 1px solid #ccc;
		position: relative;
		display: block !important;
		border-radius: 0.2rem 0.2rem;
		box-shadow: 0 0 20px #666;
		height: 3.6rem;
	}
	.phoneShowPage .el-pagination {
		white-space: nowrap;
		height: 2.7rem;
		padding: 2px 5px;
		color: #303133;
		font-weight: 700;
		position: absolute;
		top: 1rem;
	}
	.pageTitleRight{
		float: right;
	}
	.phoneShowPage .pageTitle {
		height: 1rem;
		width: 100%;
		display: flex;
		position: absolute;
		top: 0;
		font-size: 0.8rem;
		height: 1.3rem;
		border-bottom: 0.01rem solid #ebeef5;
	}
	span.firstPage {
		flex: 1;
		color: #67c23a;
		padding-left: 0.25rem;
	}
	span.pageMidTitle {
		flex: 2;
		text-align: center;
	}
	span.lastPage {
		flex: 1;
		text-align: right;
		color: #67c23a;
		padding-right: 0.25rem;
	}
	.phonePage .el-pagination.is-background .el-pager li  {
		background-color: #ccc !important;
		color: #FFF;
		border-radius: 25px 25px;
		margin-top: 0.2rem;
	}
	.phonePage  .el-pagination.is-background .el-pager li:not(.disabled).active {
		background-color: #467cbf !important;
		color: #FFF;
	}
}

.img_cover_fl {
	width: 35%;
	/*display: grid;*/
	/*grid-template-columns: repeat(5, calc(20% - 5px));*/
	/*grid-gap: 5px;*/
	height: 100% !important;

	/*display: flex;*/
	/*flex-direction: row;*/
	/*justify-content: flex-start;*/
	/*align-items: center;*/
}
.img_cover_fl .td-img-box {
	width: 60px;
	height: 60px;
	aspect-ratio: 1/1;
}
.img_cover_fl .img_cd {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.img_cover_fl .img-innerBox {
	width: 100%;
	height: 100%;
}
.td-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1280px){
	.img_cover_fl .td-img-box {
		width: 40px;
		height: 40px;
	}
}
/*#app1 .lineBox a:first-child {*/
/*	background: #477bc0;*/
/*	color: #fff;*/
/*}*/
.leftNav .accMan .infoBox a > img {
	width: auto !important;
}
.img_qrcode {
	width: auto !important;
	margin: 0 auto;
	display: block;
	height: 140px !important;
	padding: 10px 20px 20px;
	background: #FFFFFF;
}
.ew_m {
	background-color: #fff;
}

#app1 .t-item:hover {
background: #f9f9f9;
}
#app1 .t-item .btns a:hover {
	cursor: pointer;
	text-decoration: underline !important;
}
#app1 .t-item .btn-item:hover {
	cursor: pointer;
	text-decoration: underline !important;
}
