/* =========================确认订单========================== */
/* 公用样式 */

/* 错误页面去掉头部底部蓝色边框 */
.commonMallHeader.border_blue{
	border-bottom:none !important;
}


/* =======头部====== */
.stepList{
    display: flex;
	position: relative;
}
.stepList::before{
	position: absolute;
	content: '';
	height: 4px;
	background: #CFD6DC;
	border-radius: 5px;
	width: 592px;
	top: 13px;
	left: 0;
}
.stepList .stepList_li{
	position: relative;
	width: 150px;
	display: inline-block;
	text-align: center;
}
.stepList .stepList_li span{
	background: #CFD6DC;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 22px;
	color: #fff;
}
.stepList .stepList_li p{
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
.stepList .stepList_li::before{
	position: absolute;
	content: '';
	height: 4px;
	background: #CFD6DC;
	border-radius:  5px;
	width: 65px;
	top: 13px;
	left: 0;
}
.stepList .stepList_li::after{
	position: absolute;
	content: '';
	height: 4px;
	background: #CFD6DC;
	border-radius:  5px;
	width: 65px;
	top: 13px;
	right: 0;
}

/* 已完成的 */
.stepList .stepList_li.active p{
	color: #00BAAD;
}
.stepList .stepList_li.active .iconfont{
	width: 22px;
    height: 22px;
	background: #6CE0D8;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
}
.stepList .stepList_li.active::before{
	background: #6CE0D8;
}
.stepList .stepList_li.active::after{
	background: #6CE0D8;
}

/* 当前步骤 */
.stepList .stepList_li.selection p{
	color: #00BAAD;
}

.stepList .stepList_li.selection span{
	background: #00BAAD;
}
.stepList .stepList_li.selection::before{
	background: #00BAAD;
}
.stepList .stepList_li.selection::after{
	background: #00BAAD;
}

/* ===============标题============== */

.navOrder{
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 27px 0 17px 0;
}
.navOrderDiv{
	line-height: 26px;
	font-size: 20px;
	color: #00A0E8;
	font-weight: bold;
	text-align: left;
}

/* ================订单明细================== */
.cart_goods_list{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 20px;
}
.cart_goods_list:last-child{
	margin-bottom: 0;
}
.orderTitle{
	margin-bottom: 5px;
}
.ShoppingCart_namecompany {
    line-height: 26px;
    color: #333333;
    margin-right:10px;
    font-weight: 700;
	font-size: 16px;
}
.orderTitle_fr{
	color: #666;
}
.ordertit_splc{
	padding-right: 15px;
	font-weight: bold;
	color: #ff5a00;
}
/* ===========订单列表================== */
.order_listDiv{
	border:1px solid #DDDDDD;
	border-radius: 4px;
}
.tableOrder{
	text-align: left;

}
.tableOrder thead tr{
	height: 37px;
	font-size: 12px;
	background: #EBEEF0;
}
.tableOrder tbody tr{
	height: 95px;
	border-bottom: 1px dotted #DDDDDD;
	background-color: #FAFAFA;
}
.tableOrder tr th,.tableOrder tr td{
	text-align: left;
}
.tableOrder tr th:first-child,.tableOrder tr td:first-child{
	padding-left: 35px!important;
}

.tableOrder tr td:first-child{
	display: inline-block;
    padding-left: 19px;
	box-sizing: border-box;
	padding-top: 35px;
	position: relative;
}
.orderNote{
	font-size: 12px;
	padding: 12px 20px;
	background-color: #fff;
}
.orderNote_input{
	width: 1310px;
	height: 33px;
	border:none;
}
/* 优惠卷列表 */
.order_yhq{
	overflow: hidden;
	border-top: 1px dotted #DDDDDD;
}
.couponbtn{
	width: auto;
    line-height: 48px;
    height: 48px;
    background: none;
	margin-left: 20px;
	color: #666;
	display: inline-block;
	line-height: 48px;
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}
.order_yhqTit .icon-bar-pull{
	transform: rotateZ(180deg);
    position: absolute;
    top: -1px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order_yhqTited .icon-bar-pull{
	transform: rotateZ(0deg);
    position: absolute;
    top: 0px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 下拉优惠卷 */
.order_yhqDiv{
	width: 100%;
	padding: 5px 42px 0 42px;
	box-sizing: border-box;
}
.order_yhqtitDiv{
	height: 28px;
}
.order_yhqtit{
	width: 41px;
	height: 28px;
	cursor: pointer;
	text-align: center;
	line-height: 28px;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	margin-right: 22px;
}
.order_yhqtit:last-child{
	margin-right: 0;
}
.order_yhqtited{
	height: 29px;
	color: #0070BC; 
	position: relative;
}
.order_yhqtited::after{
	position: absolute;
	content: '';
	width: 36px;
	height: 1px;
	background: #0070BC;
	bottom: 0;
	left: 0;
}
/* 优惠券列表 */
.order_yhqconDivm{
	padding:15px 0px 10px 0;
	min-height: 102px;
	max-height: 172px;
	overflow-y: auto;
	flex-wrap: wrap;
}
.order_list{
	margin-right: 22px;
	margin-bottom: 10px;
}
.order_list:last-child{
	margin-right: 0;
}

/* new 优惠卷 - 未选中 */
.order_no_selected{
	font-size: 12px;
	width: 210px;
	height: 120px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px 14px 11px 15px;
	box-sizing: border-box;
	color: rgba(150, 98, 79, 0.6);
	background: rgba(255, 235, 206, 0.8);
	cursor: pointer;
}
.order_no_selected::after{
	background: #fff;
	content: '';
	width: 27px;
	height: 27px;
	border-radius: 50%;
	position: absolute;
	left: -16px;
	top: 37px;
}
.order_no_selected::before{
	background: #fff;
	content: '';
	width: 27px;
	height: 27px;
	border-radius: 50%;
	position: absolute;
	right: -16px;
    top: 37px;
}
.order_no_selected .order_yhqImg_p1{
	background: rgba(227, 190, 162, 1);
}
.order_no_selected .order_yhqDivImg_price{
	color: rgba(150, 98, 79, 0.6);
	border-bottom: 1px dashed rgba(217, 178, 148, 1);
}


/* 优惠卷 */
.order_yhqDivImg_name{
	margin-bottom: 5px;
    font-size: 12px;
    width: 180px;
    line-height: 14px;
}
.order_yhqDivImg_right {
	font-size: 12px;
	color: #D8AE8A;
}
.order_yhqDivImg_right .iconfont{
	color: #D8AE8A;
	font-size: 12px;
	margin-right: 5px;
}
.order_yhqDivImgdate{
	font-size: 12px;
}
.order_yhqDivImg_txt{
	color: #999;
	font-size: 12px;
	margin-top: 5px;
	display: flex;
    justify-content: center;
}
.order_yhqDivImg_txt .iconfont{
	color: #DDDDDD;
    font-size: 14px;
    margin-right: 5px;
}
.order_yhqImg_p1{
	font-size: 12px;
	color: #fff;
	background: rgba(153, 153, 153, 0.7);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 56px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.order_yhqDivImg_price{
	line-height: 30px;
	margin-bottom: 9px;
	color: #fff;
	border-bottom: 1px dashed rgba(223, 242, 255, 1);
	display: flex;
	justify-content: space-between;
	padding-bottom: 4px;
}
.order_yhqImg_p2{
	font-size: 22px;
	font-weight: bold;
}
.order_yhqImg_p2 span{
	font-weight: normal;
	font-size: 18px;
}
.order_yhqImg_p2 .iconfont{
	font-size: 18px;
}
.order_yhqImg_text{
	font-size: 12px;
}

/* 优惠券可用-选中 */
.order_hover_selected{
	color: rgba(150, 98, 79, 1);
	background: rgba(255, 231, 197, 1) url(../../css/images/new_xz.svg) no-repeat 172px 81px;
	position: relative;
}
.order_hover_selected .order_yhqImg_p1{
	background: #D28E5B;
}
.order_hover_selected .order_yhqDivImg_price{
	color: #96624F;
	border-bottom: 1px dashed #fff;
}

/* 优惠券 - 禁止 */
.order_prohibit_selected{
	color: #fff;
	background: #D9D9D9;
}
.order_prohibit_selected .order_yhqImg_p1{
	background: rgba(153, 153, 153, 0.7);
}
.order_prohibit_selected .order_yhqDivImg_price{
	color: #fff;
	border-bottom: 1px dashed rgba(237, 248, 255, 1);
}
.order_prohibit_selected .order_yhqDivImg_right{
	color: #fff;
}


/* 

.order_Select{
	position: absolute;
	bottom: 5px;
	right: 3px;
	width: 34px;
    height: 37px;
	display: inline-block;
}
.order_Select_bj{
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.order_Select_bj::after{
    font-family: "iconfont";
    content: '\e715';
    position: absolute;
    top: -3px;
	right: 0px;
    color: #fff;
    font-size: 34px;
	width: 34px;
	height: 37px;
}
.order_Select_bj .iconfont{
	color: #703B27;
    font-size: 12px !important;
    position: absolute;
    right: 4px;
    bottom: 1px;
    z-index: 1;      
} */

.order_yhqconDivbt{
	height: 40px;
	color: #738994;
	line-height: 40px;
	font-size: 12px;
}

.order_yhqConNone{
    text-align: center;
    line-height: 102px;
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
	padding-left: 20px;
}

.order_yhqConNone img{
	margin-right: 10px;
}


/* 公用 - 地址 、开票 选中后的框 */
.addressTitOrder{
	height: 32px;
	line-height: 32px;
	color: #333333;
	font-weight: bold;
	position: relative;
	font-size: 16px;
}
.titspls{
	display: inline-block;
	width: 4px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
	background-color:#00A0E8;
}
.addressOrder_mname{
	min-width: 100px;
	padding: 0 8px;
	height: 30px;
	border:1px solid #d1d1d1;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 12px;
}

.activeli .addressOrder_mname{
	border-color: #0070BC;
	position: relative;
}
.activeli .addressOrder_mname::after{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 19px;
	height: 24px;
	display: inline-block;
	font-family: "iconfont";
	content: '\e713';
	font-size: 20px;
	color: #0070BC;
}
.activeli .addressOrder_mmrspl{
	display: block;
}

/* ======地址===== */
.addressOrder_merchandise{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}

.addressOrder_merchandiseUl .activeli .addressOrder_mname {
    border: 2px solid #0070BC;
}
.addressOrder_merchandiseglxz{
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: normal;
}
.addressOrder_merchandisec .addressOrder_ship{
	padding:30px 0 0 40px;
}
.addressOrder_merchandisecno{
	padding: 10px 20px;
}
.addressOrder_merchandisecno_p{
	line-height: 32px;
	color: #FF5A00;
	font-size: 12px;
}
.addressOrder_merchandisecnobtn{
	width: 100%;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	border:1px dashed #D9D9D9;
	color: #5D6A71;
	background: #F6F8FA;
	text-align:center;
	margin-top: 3px;
}
.addressOrder_merchandisecnobtn .iconfont{
	color: #D7DCDF;
	font-size: 14px !important;
}
.addressOrder_merchandiseUl{
	height: 42px;
	overflow: hidden;
}
.addressOrder_merchandiseUl li{
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	max-width: 80%;
	display: flex;
	align-items: center;
	padding: 5px 50px 5px 0px;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	padding: 0px 50px 0px 0px;
	margin:0px 0px 12px 0;
}
.addressOrder_merchandiseUl li:hover .addressOrder_ma{
	display: block;
}
.addressOrder_merchandiseUl li:hover{
	background-color: #EDF8FF;
}
.addressOrder_merchandiseUl li:hover .addressOrder_mname{
	background-color: #fff;
}
.addressOrder_mad{
	max-width: 600px;
	padding-left: 20px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}
.addressOrder_mmrspl{
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ffe9dd;
	color: #ff5a00;
}
.addressOrder_ma{
	display: none;
	color: #1890FF;
	margin-left: 50px;
	position: absolute;
	right: 30px;
}
.addressOrder_merchandiseselect{
	width: 150px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: left;
	font-size: 12px;
}
.addressOrder_merchandiseselect .text{
	position: relative;
}
.addressOrder_merchandiseselect .text .iconfont{
	font-size: 9px !important;
    margin-left: 5px;
    color: #CCCCCC;
    position: absolute;
    top: 5px;
}
.addressOrder_merchandiseselect .text .up_down{
	transform: rotateZ(180deg);
	top: 4px;
}
.odz_xl{
	width: 12px;
}
.addressOrder_merchandisexz{
	width: 100px;
	height: 25px;
	margin-left: 10px;
	border:0px;
	color: #1890FF;
	font-size: 12px;
}
.betweenButtonSeparator {
	margin-left: 10px;
	color: #d1d1d1;
}
/* ====开票信息===== */
.billOrder{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}
.billOrderMain{
	padding: 0 12px;
}
.default_style{

}
.billOrdertit{
	line-height: 32px;
	font-size: 12px;
	font-weight: 400;
}
.billOrderDiv{
	font-size: 12px;
	line-height: 22px;
}
.billOrderDivspl{
	display: inline-block;
	width: 60px;
}
.billOrderlabel{
	margin-right: 30px;
}

/* .billOrderlabel input{
	margin-right: 5px;
} */

.rank-other-radio{
    position: relative;
}
.rank-other-radio .radio {
    position: relative;
    display: inline-flex;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
	align-items: center;
}
.rank-other-radio .radio input {
    position: absolute;
    left: -9999px;
  }

  .rank-other-radio .radio i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right:8px;
    outline: 0;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
  }

  .rank-other-radio .radio input+i:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0070BC;  
    opacity: 0;
  }

  .rank-other-radio .radio input:checked+i:after {
    opacity: 1;
  }
  .rank-other-radio .radio input:checked+i {
    border: 1px solid #0070BC !important; 
  }


.billOrderDiv_address{
	display: flex;
	flex-wrap: wrap;
}
.billOrderDiv_com{
	display: flex;
	flex-wrap: wrap;
	height: 125px;
	overflow: hidden;
}

.billOrderDiv_addresslist{
	position: relative;
	width: 463px;
	border:1px dashed #999;
	padding: 29px 0px 20px 20px;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.billOrderDiv_addresslist .addressOrder_mmrspl{
	display: block;
	/* visibility: hidden; */
}
.billOddresslisted{
	border:1px dashed #0070BC;
	
}
.billOrderDiv_addresslist:nth-child(3n){
	margin-right: 0;
}
.billOddresslisted::after{
	font-family: 'iconfont';
    width: 28px;
    height: 36px;
    display: inline-block;
    content: '\e713';
    font-size: 30px;
    color: #0070BC;
    position: absolute;
    bottom: 0;
    right: 0;
}
.billOddresslisted .addressOrder_mmrspl{
	visibility: inherit;
}
.billOrderDiv_amr{
	position: absolute;
	right: 15px;
	top: 10px;
}

.billOrderDiv_addresslistb{
	width: 320px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	font-size: 12px;
	word-break: break-all;
}
.billOrderDiv_addresslistb .leftTitle{
	width: 60px;
	display: inline-block;
	text-align: right;
}
.billOrderDiv_address .billOrderDiv_addresslist:hover .bomr_splxg{
	display: block;
}
.bomr_splxg{
	position: absolute;
	color: #00A0E8;
	right: 20px;
    bottom: 10px;
	display: none;
	font-size: 12px;
}

/* ====开票弹框信息====  */
.orderAddressLayer_boxCom{
	padding: 0px 75px;
}
.osplAL_ctrid{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	line-height: 16px;
	font-size: 12px;
}
.osplAL_ctrid .iconfont{
	color:#faad14;
}
.orderAddressLayer{
	width: 580px;
	background-color: #fff;
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 9999;
}
.osplAL_ctri{
	background-color: #fffbe6;
	border:1px solid #ffeaa4;
	padding: 0 15px;
	line-height: 32px;
	margin: 0 20px 15px 20px;
}
.orderAddressLayer_box{
	margin-bottom: 15px;
	height: 32px;
	overflow: hidden;
	color: #666;
}
.orderAddressLayer_box:last-child{
	margin-bottom: 0;
}
.orderAddressLayer_spl{
	display: inline-block;
	padding-right: 5px;
	text-align: right;
	width: 70px;
}
.orderAddressLayer_inputt{
	width: 366px;
	height: 32px;
	border:1px solid #d9d9d9;
	padding: 0 6px;
	box-sizing: border-box;
}
.area_relation_code{
	width: 100px;
}
.moblie_relation_code{
	width: 252px;
}
/* ===开票 - 展开收起== */
.addressOrder_down{
	display: inline-block;
    width: 100%;
    font-size: 12px;
	color: #666666;
	position: relative;
	cursor: pointer;
}
.addressOrder_down .iconfont{
    color: #666;
    font-size: 7px !important;
    margin-left: 3px;
    vertical-align: 1px;
	position: absolute;
	top: 6px;
}
.addressOrder_up .iconfont{
	transform: rotateZ(180deg);
	top: 6px;
}


/* ======结算信息====== */
.orderDivBt{
	padding: 20px;
	line-height: 30px;
	background: #fff;
	font-size: 14px;
	color: #333333;
	border-radius: 5px;
}
.orderDivBtbox{
	display: flex;
	text-align: right;
	justify-content: flex-end;
}
.orderDivBtbox_btn{
	text-align: right;
	
}

.orderDivBtfr{
	min-width: 160px;
	overflow: hidden;
}
.orderDivBtfl1{
	color: #000;
}
.orderDivBtfr1{
	font-size: 18px;
	color: #FF303A;
	font-weight: bold;
}
.orderDivBtfr1 span{
	font-size: 18px!important;
}
.orderDivBt_text{
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	position: relative;
	margin-bottom: 10px;
}
.orderDivBt_text a{
	color: #333333;
	margin-right: 15px;
}
.orderDivBt_text a:hover{
	color: #1890FF;
}
.orderDivBt_text .orderDivBt_tip{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.orderDivBt_text .orderDivBt_tip .iconfont{
	font-size: 14px!important;
	color: #FFC70F;
	vertical-align: -2px;
	cursor: pointer;
}
.orderDivBt_text .orderDivBt_tip:hover .orderDivBtbox_text{
	display: block;
}
.orderDivBtbox_text{
	display: none;
}
.orderDivBtbox_text span{
	background:  rgba(255, 251, 239, 1);
	color: #666666;
	font-size: 12px;
	width: 522px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid rgba(255, 199, 15, 0.6);
	line-height: 25px;
	display: inline-block;
}
.confimOrderbtn{
	font-size: 18px;
	color: #fff;
	background-color: #FF303A;
	font-weight: bold;
	width: 120px;
	height: 40px;
}
/* ======友情提示===== */

.friendly_reminder{
	margin: 30px auto 75px auto;
}
.friendly_title{
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}
.friendly_com{
	margin-top: 15px;
}
.friendly_com_list{
	margin-bottom: 25px;
}
.friendly_com_list:last-child{
	margin-bottom: 0;
}
.friendly_com_list .friendly_com_title{
	font-size: 14px;
	color: #333;
	margin-bottom: 7px;
}
.friendly_com_list p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
.friendly_com_list p i{
	width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666;
    margin: 0 10px;
    display: inline-block;
    vertical-align: 3px;
}
/* ==================================确认订单==================================== */
.orderSuccessCont{
	background:#fff;
}
.orderSuccessMainNew{
	width: 1500px;
	min-height: 500px;
    margin: 20px auto 108px auto;
    padding: 43px 100px;
	box-sizing: border-box;
}
.orderSuccessDiv{
	line-height: 40px;
    color: #25BE7D;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 20px;
    background-size: contain;
}
.orderSuccessDiv .couponLayer_success{
	margin-right: 10px;
    vertical-align: -7px;
    color: #25BE7D;
    font-size: 36px !important;
}
.orderSuccessp_com{
	background: #F6F8FA;
    padding: 27px 48px;
}
.orderSuccessBox{
	padding:40px;
	box-sizing: border-box;
	background:#F6F8FA;
}
.order_title_type{
	font-size: 16px;
	font-weight: 700;
	margin-bottom:14px;
	color:#333;
}
.order_text_type{
	font-size:14px !important;
	line-height:18px !important;
	margin-bottom:10px;
	color: #6A6A6A;
}
.ordersc_splo_p{
	min-width: 160px;
	display: inline-block;
}
.ordersc_splo{
	padding-right: 25px;
}
.order_ca,.order_ca:hover{
	color: #1890FF;
}
.order_ca span{
    margin-left: 42px;
}
.scheme_pay{
	font-size:14px;
	color:#FFA800;
	text-decoration: underline;
}
.scheme_pay:hover{
	text-decoration: underline;
}
.orderLine{
	height:30px;
}
.back_line18{
	line-height:18px;
}


/* ===========订单支付============= */
.wrap-container-top{
	margin: 20px auto;
	background: #fff;
	padding: 12px 20px;
	box-sizing: border-box;
}
.orderInfoDiv{
	line-height: 26px;
	font-size: 14px;
	color: #333;
}
.orderInfoL_fs12{
	font-size: 12px;
	color: #666;
}
.orderSuccessMain{
	margin-top: 20px;
	margin-bottom: 85px;
	padding:20px 30px 35px 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.orderPayTit{
	line-height: 32px;
	margin-bottom: 16px;
	font-size: 16px;
}
.selectOrder_spl{
	display: inline-block;
	width: 138px;
	height: 40px;
	border:1px solid #cccccc;
	margin-right: 20px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	color: #555;
	border-radius: 2px;
}
.selectOrder_sp:last-child{
	margin-right: 0;
}
.selectedOrder_spl{
	border:2px solid #0070BC;
}
.selectedOrder_spl::after{
	font-family: 'iconfont';
	content: '\e713';
	width: 19px;
	height: 29px;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #0070BC;
}
.orderPayDiv2{
	padding-top: 20px;
	font-size: 12px;
}
.orderPayTitle{
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: bold;
	font-size: 12px;
}
.orderPayDiv2_div{
	line-height: 15px;
	margin-bottom: 10px;
}
.orderPayDiv2_div:last-child{
	margin-bottom: 0;
}
.orderPayDiv2_divspl{
	display: inline-block;
	width: 75px;
	color: #999999;
	margin-right: 10px;
	text-align: right;
}
.orderInfor{
	text-align: right;
}
.orderPayDiv2_left{
	width: 340px;
}
/* ====上传凭证===== */
.orderPay_paypic{
	width: 60px;
    height: 60px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #ddd;
    background: rgba(248, 248, 248);
    line-height: 60px;
    text-align: center;
}
.orderPay_paypic2{
	height: auto;
	position: relative;
}
.orderPay_paypicImg{
	width: 60px;
	height: 60px;
	background:none;
}
.orderPay_paypicImg{
	overflow: hidden;
}
.orderPay_paypicImg:hover .orderPay_paypicb{
	display: flex;
}
.paypic_img,.viewPdf{
	width: 100%;
	height: 100%;
	border:0px;
}
.orderPay_paypicb{
	display: none;
	position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    font-size: 20px !important;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    align-items: center;
    /* display: flex; */
    justify-content: space-evenly;
}
.orderPay_paypictxt{
    display: inline-block;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.orderPayDiv2_divbtn{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:0px;
	background-color: #00A0E8;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
.orderPay_paypicfile{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

/* ====扫码支付=== */
.orderPayDiv2_wx{
	width: 245px;
	margin: 10px auto;
	font-size: 14px;
}
.paywx{
	width: 180px;
	height: 180px;
	margin:10px auto;
	overflow: hidden;
}
.paywx>img{
	width: 180px;
	height: 180px;
}
.wx_pay{
	position: absolute;
	left: 0;
	top: 0;
}
.orderPayDiv2_btn{
	background: #00A0E8;
	width: 245px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 4px;
}
.orderPayDiv2_img{
	margin-left: 50px;
    width: 200px;
    padding-top: 33px;
}

/*==上传凭证层==*/
.orderPayLayer{
	width: 640px;
	height: 480px;
	border:5px solid #fff;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background-color: #fafafa;
    z-index: 9999;
	text-align: center;
}
.orderPayLayer .orderPayLayer_Box{
	width: 630px;
	height: 470px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.paypic_imgBigClosed{
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: -35px;
	top: -35px;
}
.paypic_imgBig{
	max-width: 100%;
    max-height: 100%;
}
.or_icon{
	    margin-top: -2px;
    vertical-align: middle;
    margin-right: 5px;
}

.orderErrorDiv{
	line-height: 40px;
	color: #ff2626;
	font-weight: bold;
	font-size: 16px;
}
.orderWarningDiv{
	line-height: 40px;
	font-weight: bold;
	/* padding-left:10px ; */
	margin-bottom: 10px;
	font-size: 16px;
	/* background: url(../images/icon_warn.png) no-repeat left center; */
}
.orderWarningDiv i{
	font-size: 27px !important;
    vertical-align: -3px;
    margin-right: 10px;
}

.order_csp{
	padding: 0px 10px;
	color: #e9e9e9;
}

.addressOrder_merchandisegl{
	background-color: #fff;
	border:1px solid #ff5a00;
	color: #ff5a00;
}
.have_red_hint{
	position: relative;
}
.have_red_hint::after{
	content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff5a00;
    position: absolute;
    top: 5px;
}

.orderPayDiv3_div{
	display: inline-block;
	margin-right: 20px;
}
.orderPayDiv3_div .orderPayDiv2_divspl{
	margin-right: 0px;
	width: auto;
}







/* ==============================购物车================================ */

/* 

.aseselect_sq{
	transform: rotate(180deg);
}

.order_yhzkDivImg{
	width: 336px;
	min-height: 63px;
	box-sizing: border-box;
	color: #666;
	font-weight: bold;
	line-height: 22px;
	padding: 10px;
	border: solid 2px #ff5a00;
	position: relative;
	margin:20px 10px;
}
.order_yhzkDivImg::after{
	background: url(../images/icon.png) no-repeat -242px -1095px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
}
.order_yhzkDivImgp{
	font-size: 12px;
	color: #999;
	font-weight: normal;
	word-break: break-all;
}
.order_yhmjimgct{
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	overflow: hidden;
}
.order_yhzkDivImg_bd{
	border: 1px solid #cccccc;
	background: none;
	cursor: pointer;
	position: relative;
}
.order_yhzkDivImg_bd::after{
	background:none;
	content: '';
}
.order_yhzkDivImg_bdn{
	cursor: auto;
	position: relative;
	background-color: #dbdbdb;
}
.order_yhzkDivImg_bdn .order_yhmjimgct{
	color: #999;
}
.order_yhzkDivImg_bdn .order_yhqDivImg_txt,.order_yhmj_bom .order_yhqDivImg_txt{
	font-size: 12px;
	font-weight: normal;
	color: #999;
	bottom: -24px;
}
.mjqcda{
	color: #999;
}


.orderAddressLayer_tit{
	line-height: 35px;
	background-color: #ebebeb;
	padding: 0px 15px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
.icon_gbads{
	height: 14px;
	margin-top: 10px;
	cursor: pointer;
}
.orderAddressLayer_cont{
	padding: 30px 30px;
}


.red{
	color: red;
}

.orderAddressLayer_select{
	width: 125px;
	height: 30px;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.orderAddressLayer_select:nth-of-type(2){
	margin:0 5px;
}
.orderAddressLayer_inputc{
	width: 16px;
	height: 16px;
}
.oALayer_btn{
	min-width: 70px;
	padding: 0px 20px;
    height: 35px;
    background-color: #ededed;
    border-radius: 2px;
    border: solid 1px #bcbcbc;
    font-size: 14px;
    color: #333333;
    margin: 0 20px;
}
.oALayer_btn1{
    background-color: #ff5a00;
    border: solid 1px #ff5a00;
    color: #fff;
}
.orderAddressLayer_boxbt{
	padding-top: 10px;
}
.orderAddressLayer2{
	height: 460px;
}

.orderycnum_spl{
	position: relative;
	color: #ff0000;
}

.orderycnum_spltri{
	display: inline-block;
	height: 24px;
	min-width: 60px;
	background-color: #fff;
	color: #ff0000;
	line-height: 24px;
	position: absolute;
	top: -30px;
	left: -10px;
	padding: 0px 5px;
	box-shadow: 0px 0px 3px rgba(35,35,35,0.2);
}
.orderycnum_spltri2{
	width: 150px;
}
.orderycnum_spltri::after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 10px;
    bottom: -2px;
}
.orderycnum_spltri::before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 5px solid #ededed;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 10px;
    bottom: -5px;
}
.orderycnum_spltri3{
	width: 245px;
	font-weight: 400;
	top: -38px;
}
.orderycnum_spltriy3{
	    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 1px solid #ff0000;
    vertical-align: middle;
    line-height: 16px;
    text-align: center;
    margin-right: 3px;
}
.ocspl_yxj{
	display: inline-block;
	width: 55px;
	color: #b8b8b8;
	border:2px solid #b8b8b8;
	font-size: 14px;
	border-radius: 2px;
	line-height: 21px;
	text-align: center;
}
.ycoc_tr td{
	background-color: #f0f0f0;
	color: #ccc;
}
.tableOrder th:last-child,.tableOrder td:last-child{
	text-align: left;
}


.orderAddressLayer_contkp{
	padding: 30px 30px;
}

.back-cart-icon{
	margin-right: 2px;
	vertical-align: bottom;
}

.table-model{
	width: 165px;  
    display: inline-block;
    word-wrap: break-word;
    padding-right: 5px;
}
.scheme-name-w265{
	width:auto;
	max-width: 265px;
}

.orange_btn {
	width: 80px;
	height: 30px;
	border: 1px solid #FF5A00 ;
	background-color: #FFE9DD;
	color: #FF5A00;
	font-size: 14px;
  }
  .unselected-btn{
	height: 30px;
	line-height: 30px;
	border: 1px solid #D9D9D9;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
	display: inline-block;
  }
  .hover-btn{
	border: 1px solid #FF5A00;
	background-color: #FFE9DD;
	color: #FF5A00;
  }

.area_code{
    width:100px !important;
}
.moblie_code{
    width:278px !important;
}

.CollectionCompanyName{
	max-width: 550px;
	display: inline-block;
}

.confirm_order_hint{
	display: inline-block;
    height: 24px;
	width: 245px;
    min-width: 60px;
	font-weight: 400;
    color: #ff0000;
    line-height: 24px;
    padding-left: 10px;
}
.confirm_order_hint .orderycnum_spltriy3{
	display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 1px solid #ff0000;
    vertical-align: -1px;
    line-height: 16px;
    text-align: center;
    margin-right: 3px;
}


 */


 /* **2026-05-07 liusm 确认订单新加快递方式** */
 .delivery_method{
	padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
 }
 .delivery_method_title{
	margin-bottom: 12px;
 }
 .delivery_method_title span{
	color: #666666;
	font-size: 12px;
 }
 .delivery_method_text .delivery_method_tip{
	color: #333;
	margin-left: 10px;
	font-size: 12px;
	display: inline-block;
 }

 .confirm_order{
	margin-right: 40px;
    font-size: 13px;
    color: #2d2d2d;
 }