/*@import "//at.alicdn.com/t/font_1698679_hv32bdb8mrb.css";*/
@import "//at.alicdn.com/t/c/font_1698679_60icflfw24l.css";
.topNav{ position: fixed; width: 100%; top: 0; background-color: #fff; text-align: center; border-bottom: 1px solid #ccc; box-shadow: 0 0 10px 5px #eee; z-index: 999; }
.topNav>div{ height: 50px; line-height: 50px; }
#langchange{ display: block; height: 50px; line-height: 46px; position: absolute; top: 0; right: 0; padding: 0 15px; z-index: 3; }
#langchange .iconfont, .navbtn .iconfont{ position: relative; bottom: -3px;font-size: 24px; }
.preloader{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999999999;
	background-color: #fff;
	background-image: -webkit-linear-gradient(200deg, rgb(47 126 0 / 50%) 0%, rgb(14 44 121) 100%);
	background-image: -moz-linear-gradient(200deg, rgb(47 126 0 / 50%) 0%, rgb(14 44 121) 100%);
	background-image: -ms-linear-gradient(200deg, rgb(47 126 0 / 50%) 0%, rgb(14 44 121) 100%);
	background-image: -o-linear-gradient(200deg, rgb(47 126 0 / 50%) 0%, rgb(14 44 121) 100%);
	background-image: linear-gradient(200deg, rgb(47 126 0 / 50%) 0%, rgb(14 44 121) 100%);
}
.preloader .loader {
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0.2em;
}
.preloader .loader .loadtext{ letter-spacing: 0em; }
.preloader .loader::before, .preloader .loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	/*background: #009944;*/
	background: #fff;
	position: absolute;
	-webkit-animation: load 1s infinite alternate ease-in-out;
	-moz-animation: load 1s infinite alternate ease-in-out;
	-ms-animation: load 1s infinite alternate ease-in-out;
	-o-animation: load 1s infinite alternate ease-in-out;
	animation: load 1s infinite alternate ease-in-out;
}
.preloader .loader::before {
	top: 0;
}
.preloader .loader::after {
	bottom: 0;
}
@-webkit-keyframes load {
	0% {
		left: 0;
		height: 30px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 40px;
	}
	100% {
		left: 235px;
		height: 30px;
		width: 15px;
	}
}
@keyframes load {
	0% {
		left: 0;
		height: 30px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 40px;
	}
	100% {
		left: 235px;
		height: 30px;
		width: 15px;
	}
}
.ui-dialog-autofocus{ background-color: #009944; color: #fff; }
.powered_bottom {
	width: 100%;
	text-align: center;
	padding: 50px 0 30px;
	font-size: 12px;
	color: #ccc;
}
.powered_bottom .powered_register{
	text-align: center;
	position: relative;
	top: -5px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 1px;
}
#bottombox{ position: fixed; bottom: 0; left: 0; width: 100%; z-index: 2; border-top: 1px solid #ccc; background-color: #fff; align-items: center; }
.bottomitem{ width: 33.33%; color: #888; font-weight: 500; line-height: 1.2; padding: 10px 0; }
.bottomitem.active{ color: #333; font-weight: 700; }
.bottomitem .navUp{ font-size: 32px; border: 1px solid #009944; border-radius: 50%; padding: 10px; color: #009944; }
.iconrightbox{ position: relative; padding-right: 10px; }
.iconrightbox .iconfont{ position: absolute; top: 2px; right: -6px; color: #ccc; font-size: 18px; }
.userLists_box .iconrightbox .iconfont{ top: 0; right: 10px; }
.showInstruction{
	display: block;
	height: auto;
	margin: 15px auto;
	line-height: 1;
	padding: 15px 20px;
	width: 200px;
}

.index_box{ background-color: #e2e7d3; }
.pdnav{ padding-bottom: 90px; }
.index_box #langchange{ position: fixed; height: 36px; line-height: 32px; top: 15px; right: 15px; background-color: #fff; border-radius: 20px; padding: 0 15px; }
.banner{ height: 380px; }
.banner img{ width: 100%; height: 100%; }
.orderNow{ height: 50px; line-height: initial; padding: 15px 20px; border-radius: 8px; box-shadow: 0 0 5px #aaa; }
.index_item{ position: relative; top: -40px; align-items: center; padding: 0 20px; z-index: 1; }
.index_pd{ padding: 0 20px; }
#stationListBtn{ display: block; height: 50px; line-height: 46px; position: absolute; top: 0; left: 0; padding: 0 15px; z-index: 3; }
#stationListBtn .iconfont{ position: relative; bottom: -2px;font-size: 20px; }
#stationList1{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	z-index: 3;
	padding-top: 50px;
}
#stationList1 .stationitem{
	padding: 20px 15px;
	border-bottom: 1px solid #ccc;
}
.code_item{ display: flex; border-top: 1px solid #ccc; }
.code_item label{ padding: 20px 0; flex: 1; }
.code_item input{ top: 20px; }
.MicrosoftMap .NavBar_Container.horizontal{ width: 40px !important; }
.map_box{ width: 100%; height: 100vh; background-color: #fff; overflow: hidden; }
#wqwdMap{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.map_swpier_li{
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 10px 8px rgba(0,0,0,0.1);
}
.swpier_c{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.price_decoration{text-decoration: line-through; text-decoration-color: #ff9800;}
.swpier_b_btn1{
	width: 64px;
	height: 40px;
	box-sizing: border-box;
	line-height: 14px;
	margin-right: 8px;
	text-align: center;
}
.swpier_b_btn1 .iconicon1{
	font-size: 36px;
	line-height: 36px;
}
#stationList{ position: absolute; z-index: 2; bottom: 80px; width: 80%; left: 20px; padding: 0 15px; overflow: initial; }
.MicrosoftMap .Infobox{ width: fit-content; }
.MicrosoftMap .Infobox .infobox-body{ width: auto !important; }
#MicrosoftNav{ top: 80px !important; }
.select_box{ position: relative; display: flex; z-index: 2; width: 100%; background-color: #fff; border-top: 1px solid #009944; border-bottom: 1px solid #009944; }
.unit_search_r{ flex: 1; position: relative; line-height: 40px; overflow: hidden; text-align: center; }
.bdr{ border-right: 1px solid #009944; }
.select_box .select_item select, .select_box .select_item input, #endTimeId1, #startTime1, #endTimeId2, #startTime2{ height: 45px; line-height: 45px; background: none; width: 100%; border: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; font-size: 16px; }
.map_box .select_box{ width: 40%; position: fixed; top: 50px; border: 1px solid #009944; }
.map_box .select_box .select_item{ width: 100%; }
.select_box .select_item a{ display: block; line-height: 45px; height: 100%; }
.select_box .select_item select:hover, .select_box .select_item input:hover{ border: none; }
.select_box .select_item i{ position: absolute; right: 10px; top: 0; line-height: 45px; }
.orderWare{
	width: 100%;
	padding-top: 50px;
}
.orderWare .choosePosition{
	width: 100%;
	position: relative;
}
.showCang{
	position: relative;
	width: 100%;
	background-color: #fff;
}
img{
	width: 100%;
}
.unitstation{
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px;
	box-shadow: 2px 2px 2px #ddd;
}
.showVr,.showReal,.showGuide{ height: 40px; line-height: 30px; }
.icon_vr{ width: 30px; height: 30px; vertical-align: middle; margin-right: 3px; }
.descbox{ min-width: 60px; }
.hotList{
}
.hotList li{
	background-color: #fff;
	padding: 20px 15px;
	border-bottom: 1px solid #ccc;
}
.hotList li .showdetail .iconfont{
	position: relative;
	bottom: 2px;
	font-size: 12px;
	margin-right: 2px;
}
.hotList li div button{
	position: relative;
	bottom: 2px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	margin-left: 5px;
}
.tipsclass{ display: inline-block; margin-top: 5px;background-color: #eee; padding: 2px 4px; margin-right: 10px; font-size: 12px; color: #888; }
.showdetail{ padding: 30px 0 10px; }
.orderDetail{
	display: none;
	height: 100%;
	position: relative;
	padding-bottom: 80px;
}
.orderDetail>div{
	background-color: #fff;
	border-radius: 8px;
	padding: 5px 15px;
	margin: 15px;
}
.orderDetail>div p{
	height: 50px;
	line-height: 50px;
}
.orderDetail .title_div{
	position: relative;
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.orderDetail .body_div{
	padding: 10px 0;
}
.orderDetail .foot_div{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 1.5;
}
.orderDetail .body_div b{
    display: inline-block;
    font-weight: 500;
}
.orderWare .orderDetail .order_info .body_div b{
	width: 90px;
}
.price_info .body_div b{
	width: auto;
}
.orderDetail .body_div span{
	display: inline-block;
}
.orderList .orderDetail .body_div span{
	color: #888;
}
.user_info .title_div a{
	position: absolute;
	right: 0;
	padding: 0 10px;
	font-weight: 500;
}
.user_info .title_div a i{ font-size: 24px; vertical-align: middle; }
.identity_type{
	display: inline-block;
	padding: 1px 3px;
	color: #fff !important;
	line-height: 1.5em;
	background-color: #dc3545;
	font-size: 12px;
	margin-right: 5px;
}
.orderDetail #endTimeId1, .orderDetail #startTime1, .orderDetail #endTimeId2, .orderDetail #startTime2, .updateorderBox #exp_open1, .updateorderBox #ocName1, .exchangeCoupon_modal #inputPromo{
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #009944;
	border-radius: 5px;
	padding: 0 10px;
}
.orderDetail .confirm{
	position: fixed;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #535353;
	margin: 0;
	border-radius: 0;
	color: #fff;
}
.orderDetail .confirm .confirmBtnId{
	width: 120px;
	height: 60px;
	position: absolute;
	right: -5px; 
	bottom: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	padding-left: 0;
}
.trasf_box>div{ line-height: 1.2; }
.trasf_box>div span{ width: 80px; display: block; }
.trasf_box>div i{ flex: 1; }
.prepricetip{
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 10px;
	background-color: #ffe5ce;
}
.add_userstore_icon {
	margin-right: 8px;
	font-size: 20px;
}
.pricetip{
	right: 0;
	bottom: 0;
	line-height: 1;
	color: #999;
}
.updateorderBox>p, .exchangeCoupon_modal>p span{
	height: 50px;
	line-height: 50px;
}
.updateorderBox>p span, .exchangeCoupon_modal>p span{
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.checkbox_slide{
	display: inline-block;
	position: relative;
	border-radius: 12px;
	border: 1px solid #999;
	background: #fff;
	width: 50px;
	height: 24px;
	text-align: left;
	line-height: 20px;
	cursor: pointer;
}
.checkbox_slide.xz{
	border: 1px solid #009944;
	background: #009944;
}
.checkbox_slide:focus{
	outline: none;
}
.checkbox_slide #checkboxi{
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 12px;
	border: 1px solid #999;
	width: 24px;
	height: 24px;
	background: #fff;
}
.checkbox_slide.xz #checkboxi{
	left: 25px;
	border: 1px solid #009944;
}
.checkbox_slide.xz .checkboxi {
	left: 25px;
	border: 1px solid #009944;
}
.checkbox_slide .checkboxi {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 12px;
	border: 1px solid #999;
	width: 24px;
	height: 24px;
	background: #fff;
}
.checkbox_slide input{
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	border: 0;
}
#checkbox_slide{
	position: relative;
	top: 7px;
}
.addComment .comment_box .tap_box span{
	background-color: #fff;
	margin-right: 10px;
}
.orderDetail .userList_box, .orderDetail .tips_box{
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
}
.hidebox{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	padding: 0;
	z-index: 2;
	box-shadow: none;
}
.itembox{
	position: fixed;
	bottom: -8px;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	z-index: 2;
	transform: translateY(100%);
	transition: all 0.5s ease-out;
	padding-bottom: 30px;
}
.itembox.active{
	transform: translateY(0);
}
.userList_box .userList ul li{
	position: relative;
	padding: 10px;
	border-top: 1px solid #ccc;
}
.userList_box .userInfoItem p, .orderDetail .user_info p{
	height: auto;
	line-height: 1.2;
	margin-top: 5px;
}
.userList_box .userList ul li>i{
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 40px;
	padding: 10px;
}
.cancelbtn{
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.tips p{
	margin-bottom: 10px;
	line-height: 1.2;
}
.userLists_box .userList{
	padding: 20px 20px 0;
}
.userLists_box .userInfoItemBox li{
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #ddd;
}
.userLists_box .userInfoItemBox li p{ margin-bottom: 10px; line-height: 1.2; }
.userLists_box .userInfoItemBox li .userIdcard{ margin-bottom: 0; }
.addUserInfor{
	display: none;
}
.addUserInfor .userAdd{
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	margin-bottom: 1px;
	padding: 0 15px;
}
.addUserInfor .userAdd.iconrightbox{
	padding-right: 28px;
}
.addUserInfor .userAdd input{
	text-align: right;
	line-height: 50px;
}
.addUserInfor input{
	background-color: transparent;
	font-size: 14px;
}
.addUserInfor select{
	font-size: 14px;
}
.addUserInfor .userAdd select{
	height: 50px;
	line-height: 50px;
	border: 0;
	color: #888;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: none;
	text-align: right;
	padding-left: 20px;
}
.addUserInfor .userAdd .chooseType{
	position: absolute;
	right: 6px;
}
.addUserInfor .uAddress{
	background-color: #fff;
	margin-bottom: 1px;
	padding: 0 10px;
}
.addUserInfor .uAddress p{
	height: 50px;
	line-height: 50px;
	border-top: 1px dashed #ddd;
	text-align: center;
}
.addUserInfor .uAddress p:first-child{
	border: none;
	text-align: left;
}
.addUserInfor .uAddress select{
	border-radius: 3px;
	padding-left: 5px;
	width: 30%;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
}
.addUserInfor .uAddress select:last-child{
	margin-right: 0px;
}
.addUserInfor .uAddress input{
	padding: 5px;
	text-align: center;
	width: 100%;
}
.addUserInfor .idenImgBox{
	width: 100%;
	background-color: #fff;
	margin-bottom: 1px;
}
.addUserInfor .idenImgBox>div:first-child{
	line-height: 50px;
	padding-left: 10px;
}
.addUserInfor .idenImgBox .idenImgCont{
	padding: 0px 80px 15px;
	text-align: center;
}
.addUserInfor .idenImgBox .idenImg{
	border: 1px dashed #ddd;
	text-align: center;
	padding: 18px 30px;
}
.addUserInfor .idenImgBox .idenImg .idenImgCenter{
	line-height: 20px;
	color: #888;
}
.addUserInfor .idenImgBox .idenImg i{
	font-size: 30px;
}
.addUserInfor .remindBox{
	height: 40px;
	line-height:40px;
	color: red;
	text-align: center;
	display: none;
}
.addUserInfor .dealWithUserInfoBtn{
	display: inline-block;
	width: 200px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 8px;
	font-size: 18px;
}
.addUserInfor .waitingBox{
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}
.addUserInfor .waitingBox .waiting{
	width: 200px;
	height: 200px;
	text-align: center;
	color: #ff8200;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
.addUserInfor .waitingBox .waiting img{
	display: block;
}
.addUserInfor .waitingBox .waiting img:first-child{
	width: 40px;
	margin-left: 80px;
}
.addUserInfor .waitingBox .waiting img:last-child{
	width: 80px;
	margin: 10px 0 10px 60px;
}
.div123 {
	position: relative;
}
.file_input {
	width: 120px;/*因为file-input在部分浏览器中会自带一个输入框，需要双击才可以点击上传,放大后将其定位到div外面就好啦*/
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;  /*css属性——opcity不透明度，取值0-1*/
	filter: alpha(opacity=0); /*兼容IE8及以下--filter属性是IE特有的，它还有很多其它滤镜效果，而filter: alpha(opacity=0); 兼容IE8及以下的IE浏览器(如果你的电脑IE是8以下的版本，使用某些效果是可能会有一个允许ActiveX的提示,注意点一下就ok啦)*/
	cursor: pointer;
}
.img_up {
	position: absolute;
	left: 0;
	top: 0;
}
.saveBox{
	text-align: center;
	padding-bottom: 15px;
}
.buttonclass {
	padding: 10px 30px;
	font-size: 14px;
	border-radius: 5px;
}
.agreementBox button{ height: 40px; line-height: 1.2; padding: 8px 20px; }
input[type="checkbox"]{
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
input[type="checkbox"]::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.add_info>div .agreementBox{ height: auto; line-height: 1.2; text-align: left; }
.agreementCheck{
	line-height: 1.5;
	padding-left: 30px;
	display: inline-block;
	position: relative;
	top: -18px;
	font-size: 16px;
}
.agreementBox .agreementCheck span{ display: inline; }
input[type="checkbox"]:checked::before {
	background-color: #009944;
	color: #fff;
}
.orderConfirm{
	display: none;
}
.orderConfirm .swiper-container{
	width: 100%;
	height: 200px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.orderConfirm .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.orderConfirm .orderConfirmBox{
	margin-bottom: 15px;
}
.orderConfirm .orderConfirmItem{
	line-height: 50px;
	padding: 0 10px;
	background-color: #fff;
	margin-bottom: 1px;
}
.orderConfirm .payType{
	text-align: center;
}
.orderConfirm .payType a{
	color: #444;
	padding: 10px 5px;
	font-size: 18px;
}
.orderConfirm .payType a input{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	bottom: -2px;
}
.orderConfirm .payType label[for=store] i{
	position: relative;
	bottom: -1px;
	color: #009944;
}
.orderConfirm .payType  label[for=weixin] i{
	color: #42ae3c;
}
.orderConfirm .payType  label[for=online] i{
	color: #42ae3c;
}
.orderConfirm .payType label i{
	font-size: 22px;
	margin-right: 2px;
}
.orderConfirm .helpMsg{
	margin-bottom: 50px;
	text-align: center;
}
.orderConfirm .helpMsg #telephone{
	text-align: center;
	margin-bottom:0;
}
.orderConfirm .helpMsg #cancelOrderBtn{
	padding: 15px;
	display: block;
	text-decoration: underline;
}
.orderConfirm .payNow{
	font-size: 18px;
	width: 100%;
	height: 50px;
	background: #fff;
	line-height: 50px;
	position: fixed;
	bottom: 0;
	padding-left: 10px;
}
.orderConfirm .payNow .payNowBtn{
	width: 120px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	background: #009944;
	position: absolute;
	right: 0; 
	top: 0;
	cursor:pointer;
}
.orderList{
	padding-top: 50px;
}
.orderList .orderListBox{
	display: none;
}
.orderList .orderListBox li, .unitList .unitListBox li{
	background-color: #fff;
	margin: 20px 15px;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 5px #ccc;
	border-radius: 8px;
}
.orderList .orderListBox li .orderHead, .unitList .unitListBox li .unitHead{
	position: relative;
	padding: 5px 15px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 8px 8px 0 0;
}
.orderList .orderListBox li .orderHead.yet{
	background-color: #009944;
}
.orderList .orderListBox li .orderHead.not{
	background-color: #ff8200;
}
.unitList .unitListBox .unitListUl li .unitHead{
	background-color: #009944;
}
.orderList .orderListBox li .orderHead .icon-fangxiangyou{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 18px;
	font-weight: 700;
}
.orderList .orderListBox li .orderHead .styleTop_r, .unitHead .styleTop_r{
	position: absolute;
	right: 15px;
	top: 5px;
}
.orderList .orderListBox li .orderHead .styleTop_r i{
	position: relative;
	bottom: -2px;
}
.orderList .orderListBox li .orderBody, .unitList .unitListBox li .unitBody{
	padding: 10px 15px 15px;
}
.orderList .orderListBox li .orderBody p, .unitList .unitListBox li .unitBody p{
	line-height: 40px;
}
.orderList .orderListBox li .orderBody p span, .unitList .unitListBox li .unitBody p span{
	color: #888;
	padding-left: 10px;
}
.orderList .orderListBox li .orderBody p i{
	font-size: 12px;
	color: #8f8f8f;
	padding-left: 10px
}
.orderList .orderListBox li .orderBody button{
	float: right;
	padding: 6px 30px;
	margin-top: 10px;
	display: none;
} 
.orderList .orderListBox li .orderBody button.active{
	display: block;
}
.unitList .unitListBox li .unitBody .unitwarn{
	margin-top: 10px;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
}
#canversBox {
	position: relative;
}
.cangPositionModal{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.cangPositionModal .swiper-container{
	width: 100%;
	height: 100%;
}
.cangPositionModal .swiper-slide{
	overflow: hidden;
	margin: auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cangPositionModal .swiper-slide:last-child{
	margin-right: 0;
}
.cangPositionModal .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px;
	padding: 3px;
}
.cangPositionModal .swiper-wrapper img{
	width: 100%;
}
canvas{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 0;
	opacity: 1;
}
#areafloor{
	position: relative;
	top: -20px;
}
.cangPositionModal .cangInfoText{
	line-height: 26px;
}
.cangPositionModal .cangInfo #showPrice{
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
}
.NoUnit{
	width: 100%;
	text-align: center;
	margin: 50px 0;
	font-size: 14px;
	color: #888;
}
.unitList .unitDetailbox .unitDetail{
	padding: 10px 15px 0;
	background-color: #fff;
}
.unitList .unitDetailbox .unitDetail p{
	padding: 15px 0;
}
.unitList .unitDetailbox .unitDetail button{
	padding: 3px 50px;
	margin: 15px 5px;
	height: auto;
}
.unitList .unitDetailbox .unitDetail .warmtext .iconfont{
	font-size: 18px;
	position: relative;
	bottom: -2px;
}
.unitList .unitDetailbox .authBtn{
	display: block;
	padding: 10px;
	height: 50px;
	width: 50px;
	text-align: center;
	border-width: 15px;
	border-radius: 50%;
	margin: 0 auto 30px;
	line-height: 1.5em;
	padding-top: 10px;
}
.serviceitem {
	display: inline-block;
	width: 30%;
	height: 70px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: center;
	margin: 15px 1% 0;
	padding: 5px 0 20px;
	background: #fff;
}
.serviceitem.disabled {
	background: #eee;
}
.serviceitem div {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
}
.loaderbox .lockload{
	width: 110px;
	height: 110px;
	margin: 40px auto 30px;
	border-radius: 50%;
	background: #009944;
	border: 20px solid #fff;
}
.loaderbox .locktext{
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	text-align: center;
	top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.loaderbox .locktext1 {
    border-radius: 50%;
    background: #009944;
}
.loaderbox .loader {
	width: 150px;
	height: 150px;
	border: none;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: lockload 1.4s infinite linear;
	animation: lockload 1.4s infinite linear;
}
/*.loaderbox .loader:before {
	width: 50%;
	height: 50%;
	background: #FFF;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loaderbox .loader:after {
	background: #009944;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}*/
@-webkit-keyframes lockload {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes lockload {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#backPositionDate, #cancel_reason, #buSource_1, #zuqiId{
	width: 180px;
	border-radius: 8px;
	border: 1px solid #ccc;
	height: 40px;
	padding-left: 10px;
}
#foldingPrice p{
	height: 40px;
	line-height: 40px;
}
#xuzuBoxId .mgr10{
	display: inline-block;
	width: 70px;
}
#otherOkId, #canncelId{
	width: 100%;
	height: 45px;
}
.authbox .authinfo>div{
	padding: 0 15px;
	background-color: #fff;
	margin-bottom: 1px;
	height: 50px;
	line-height: 50px;
}
.authbox .authinfo input, .authbox .authinfo select{
	width: 160px;
	height: 50px;
	border: none;
	outline: none;
	text-align: right;
}
.authbox .authbtnbox{
	text-align: center;
	margin-top: 30px;
}
.authbox .authbtnbox button{
	margin: 10px;
	padding: 0px 30px;
	height: 45px;
	line-height: 32px;
}
.authList table{
	width: 100%;
	background-color: #fff;
}
.authList table tr{
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.unlock #ucInfoId{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #8db98d;
	padding: 80px 0 30px;
}
.unlock #ucInfoId .card_box{
	width: 100%;
	margin: 0 30px;
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.unlock #ucInfoId p{
	margin-bottom: 10px;
}
.unlock .clearfix{
	background-color: #fff;
	padding: 10px 15px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 1px;
}
.unlock .clearfix input{
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 16px;
}
.myCenter_box #langchange, .unlock_box #langchange {
    position: fixed;
    height: 36px;
    line-height: 32px;
    top: 15px;
    right: 15px;
    border-radius: 20px;
    padding: 0 15px;
    border: 1px solid #fff;
}
.myCenter_box #logout, .unlock_box .navbtn {
    position: fixed;
    height: 36px;
    line-height: 32px;
    top: 15px;
    left: 15px;
    border-radius: 20px;
    padding: 0 15px;
    border: 1px solid #fff;
}
.myCenter_box>div{
	display: none;
}
.head{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #8db98d;
	height: 240px;
}
.avatar {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 20px 0 30px;
}
.avatar-img {
	margin: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	z-index: 1;
	border-radius: 50%;
}
#clearStorage{ width: 60px; height: 40px; position: absolute; top: 70px; left: 0; }
.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.nick-name {
	font-size: 18px;
	margin: 0 auto;
	color: white;
	z-index: 1;
}
.auth {
	position: absolute;
	bottom: 0;
	right: -90px;
	height: 22px;
	width: 80px;
	background: #FB8D3C;
	color: #fff;
	font-size: 12px;
	border-radius: 8px;
}
.auth .vflag {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	color: #FB8D3C;
	font-size: 12px;
	font-weight: 700;
	margin-top: 1px;
	margin-right: 3px;
}
.phone {
	color: white;
	z-index: 1;
	margin-top: 5px;
}
.order-card-box {
	width: 88%;
	margin: 20px auto 0;
	margin-top: -30px;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.all-order {
	border-right: 1px solid #f0f0f0;
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0 5px;
}
.icon {
	font-size: 30px;
}
.icon-text {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.pay-order {
	border-right: 1px solid #f0f0f0;
	position: relative;
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0 5px;
}
.invoice-order {
	position: relative;
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0 5px;
}
.wallet-card-box {
	width: 88%;
	margin: 30px auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.wallet-title {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0 20px;
}
.wallet-title-text {
	font-weight: 700;
}
.wallet-content {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.money {
	flex: 1;
	text-align: center;
}
.icon-small {
	font-size: 30px;
}
.money .num-text {
	font-size: 12px;
	margin: 5px;
	font-weight: 700;
}
.money .num-text {
	font-size: 12px;
}
.payment_list .pay_icon{ flex: 1; }
.payment_list .pay_icon svg{
	width: 40px;
	height: 40px;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
}
.exchangeCouponBtn_box{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-bottom: 30px;
}
.couponsNav{ flex: 1; position: relative; color: #888; line-height: 50px; }
.couponsNav.active{ color: #333; font-weight: 700; }
.couponsNav.active::after{
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 2px;
	left: 50%;
	bottom: 0;
	background: #333;
	margin-left: -40px;
}
.couponsList>li{ display: flex; margin: 20px 15px; background-color: #fff; justify-content: center; align-items: center; }
.couponItem{
	width: 120px;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}
.coupons_box .couponsList1{ opacity: 0.4; }
.couponsList1 li .couponItem1{ background: url(../img/my_coupon.png) right center/contain no-repeat; }
.couponItem span{ font-size: 24px; font-weight: 700; }
.couponItem1 { position: relative; flex: 1; padding: 20px 0 20px 15px; border-left: 1px dashed #ccc; }
.couponItem1::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: -10px;
	bottom: -10px;
	background: #f5f5f5;
	border-radius: 50%;
}
.couponItem1::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: -10px;
	top: -10px;
	background: #f5f5f5;
	border-radius: 50%;
}
.couponItem1 ul li{ list-style: disc; margin-left: 12px; margin-bottom: 5px; }
