body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
input ,select {background-color: #fff !important; transition: initial !important;}
.placeholder, ::-webkit-input-placeholder { color: #aaa;}
#mainbody { position: relative;}
.mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; z-index: 5;}
.apply-dialog,.apply-video-dialog { display: none; position: fixed; height: 40px; z-index: 99; text-align: center; border-radius: 10px;
	margin: auto; left: 0; top: 0; right: 0; bottom: 0;}
.apply-dialog p { color: grey; font-size: 18px; line-height: 18px; text-align: center; margin: 20px;}
.apply-dialog img { width: 55px; }
.apply-video-dialog .videoMaskText{margin:auto;width: 80%;border-radius:10px;padding: 34px 0;font-size: 15px;line-height: 21px;background: #ffffff;color: #666666;text-align: center;}
.iframe-box { height: 100%; border-radius:10px;overflow: hidden;}
.fix-apple-iframe { -webkit-overflow-scrolling:touch; overflow:auto;}
.iframe-box { height: 100%;}
iframe[id^=EasemobIframe] { right: 0!important;}
.modal-dialog { z-index: 20; display: none; width: 95%; height: 70%; background: #fff; position: fixed; margin: 0 2.5%; top: 10%; border: 1px solid #0188cc; border-radius: 10px; padding: 20px 0 30px;}
.modal-dialog iframe { width: 100%; height: 100%; border: none; border-radius: 10px;}
.modal-dialog .close { position: absolute; left: 50%; margin-left: -100px; bottom: 5px; width: 200px; height: 20px; line-height: 20px; font-size: 15px; background: #1DACF1;
	color: #fff; text-align: center; border-radius: 5px;}

/* 提示信息框 */
.tooltip { display: inline-block; width: 30px; height: 15px; position: absolute; top: 8px; right: 5px;}
.upload-line .tooltip{ position: relative; right: auto;}
.tooltip-dialog { display: none; position: fixed; line-height: 20px; border: 1px solid #cccccc; margin: auto 10%;
	background: #fff; font-size: 13px; z-index: 100; width:80%; border-radius: 10px;}
.tooltip-dialog-title { width:100%; height:40px; background: #1DACF1; border-radius: 10px 10px 0 0px; color:#fff; text-align:center;line-height:40px;}
.tooltip-dialog-msg { padding: 10px 15px; text-align:center; max-height: none; color: #555;}
.tooltip i { width: 100%; height: 100%; position: absolute; top: 5px; background: url(https://front.bhjykj.top/weixinc/img/shop/tooltip.png) no-repeat; background-size: 55% 100%;}
.tooltip-dialog-img img { width: 80%; margin: 0 10% 10px; max-height: 280px;}
.tooltip-dialog-close { width:100%; height:40px; border-top:1px solid #1DACF1; text-align:center; border-radius: 0 0 10px 10px; color: #1DACF1; line-height: 40px;display: flex;}

.tooltip-dialog1,.login-dialog { display: none; position: fixed; line-height: 20px; border: 1px solid #cccccc; margin: auto 10%;
    background: #fff; font-size: 13px; z-index: 1000; width:80%; border-radius: 10px;}
.tooltip-dialog-close > span{display: inline-block;flex:1;line-height:40px;padding:0;}
.tooltip-dialog-close > span:first-of-type{border-right:1px solid #159adb;}

.error-prompt,.wait-prompt{display:none;width:11em;padding:0 10px;line-height:30px;text-align:center;background: #363636;font-size:13px;color:#fff;border-radius:20px;position:fixed;left:0;top:48%;right:0;margin:auto;z-index:999;}
.ui-loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50px; z-index: 99;}
.ui-loading > span { display: inline-block; font-size: 18px; line-height: 18px; vertical-align: middle;}
.ui-loading .ui-loading-ellipsis { position: relative;}
.ui-loading .ui-loading-ellipsis i { position: absolute; right: 0; height: 100%; background: #fff; z-index: 1;
	-webkit-animation: ellipsis 3s infinite; animation: ellipsis 3s infinite;}
i.remove-photo { display: block; position: absolute; width: 22px; height: 22px; background: url(https://front.bhjykj.top/weixinc/img/remove.png); background-size: 100% 100%;
	right: -10px; top: -10px; z-index: 5;}
i.bulb { display: inline-block; width: 15px; height: 15px; background: url('https://front.bhjykj.top/weixinc/img/ico-bulb.png') center no-repeat; background-size: 15px; vertical-align: text-bottom;}
#kefu{height: 20px;line-height: 20px;padding:2px 4px 1px;font-size:14px;text-align: center;border-radius: 5px;background: #00a8e6;color: #fff;text-decoration: none;position: fixed;bottom: 8px;left: 10px;z-index: 10;}
#kefu > img{width:15px;margin-top:-2px;vertical-align: middle}
.kefu_none{display:none}

@keyframes ellipsis{
	from { width: 0%;}
	to { width: 100%;}
}
@-webkit-keyframes ellipsis{
	from { width: 0;}
	to { width: 100%;}
}
@keyframes rotate{
	from { transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
	to {transform: rotate(0); -webkit-transform: rotate(0);}
}
@-webkit-keyframes rotate{
	from { transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
	to { transform: rotate(0); -webkit-transform: rotate(0);}
}

.rel { position: relative;}

.islider-outer{display:block;position:relative;list-style:none;margin:0;padding:0;height:100%;width:100%;overflow:hidden}
.islider-outer>li{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;list-style:none;overflow:hidden;display:-moz-box;display:-webkit-box;display:box;-moz-box-pack:center;-webkit-box-pack:center;box-pack:center;-moz-box-align:center;-webkit-box-align:center;box-align:center}
.islider-img>img{max-width:100%;max-height:100%}
.islider-sliding{z-index:0}
.islider-sliding-focus{z-index:1}
.islider-btn-outer{position:absolute;width:3em;height:3em;cursor:pointer;top:0;bottom:0;margin:auto 0;display:block;background-color:#777}
.islider-btn-outer.left{left:5%}
.islider-btn-outer.right{right:5%}
.islider-btn-inner{position:absolute;width:50%;height:50%;border-top:2px solid #fff;border-left:2px solid #fff;margin:auto;top:0;bottom:0;left:0;right:0}
.islider-btn-outer.left>.islider-btn-inner{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.islider-btn-outer.right>.islider-btn-inner{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}
.islider-dot-wrap{width:80%;height:10%;margin:0 auto;position:absolute;padding:0;left:0;right:0;bottom:0;z-index:10000;text-align:center}
.islider-dot{position:relative;display:inline-block;width:.8em;height:.8em;border-radius:50%;border:1px solid #fff;list-style:none;margin:5px}
.islider-dot.active{background-color:#fff}

.ui-topbar { background: #159adb; height: 45px; color: #fff; font-size: 16px; line-height: 45px; text-align: center; position: fixed; width: 100%; top: 0; left: 0; z-index: 4;}
.ui-topbar .ui-back { position: absolute; left: 0; top: 0; width: 45px; height: 100%; background: url(https://front.bhjykj.top/weixinc/img/back-w.png) center no-repeat; background-size: 11px;}
.ui-topbar .ui-refresh { position: absolute; right: 0; top: 0; width: 45px; height: 100%; background: url(https://front.bhjykj.top/weixinc/img/refresh-w.png) center no-repeat; background-size: 20px}
.ui-addr { display: -webkit-box; display: -ms-flexbox; position: fixed; width: 100%; left: 0; top: 0; height: 100% }
.ui-addr-box { -webkit-box-flex:1; -ms-flex: 1; overflow: auto; padding: 5px 1% 40px; margin-top: 45px; background: #fff; min-width: 4em; box-sizing: border-box;}
.ui-addr-box h5 { font-size: 18px; line-height: 1.5; font-weight: bold; background: #eeeff1;}
.ui-addr li { font-size: 18px; line-height: 1.5; background: #fff; padding: 4px 0;}
.ui-addr li.active { background: #39f; color: #fff;}
.ui-shop-name {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    min-height: 100vh;
    z-index: 999;
    transform: translateY(100vh);
}
.ui-shap-name-mask{
    background: #000000;
    width:100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    opacity: 0.6;
}
.ui-shop-name-box{
    display: -webkit-box; display: -ms-flexbox;
    position: fixed; left: 0; top: 30vh;
    width: 100vw;
    height: 70vh;
    box-sizing: border-box;
    background: #fff;
    padding: 85px 0 68px;
    transform: translateY(100vh);
    transition: transform 0.5s ease;
}
.ui-shop-name-topbar{position: absolute;left: 0;top:0;
    display: -webkit-box; display: -ms-flexbox;
    line-height: 60px;width: 100vw;
    font-size:16px;
    border-bottom: 1px solid #F0F0F0;
}
.ui-shop-name-topbar .ui-shop-name-cancel{
    -webkit-box-flex:1; -ms-flex: 1;
    color: #999999;
}
.ui-shop-name-topbar .ui-shop-name-confirm{
    color: #2F91FB;
}
.ui-shop-name-topbar .ui-shop-name-cancel,
.ui-shop-name-topbar .ui-shop-name-confirm{
    padding: 0 15px;
}
.ui-shop-name-sel{
    position: absolute;left: 21px;bottom:23px;
    display: -webkit-box; display: -ms-flexbox;
    padding-right: 21px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color:#43464B;
    background: #ffffff;
}
.ui-shop-name-item { -webkit-box-flex:1; -ms-flex: 1; overflow: auto;
    height: calc(70vh - 150px);
    min-width: 4em;
    box-sizing: border-box;
    font-size: 13px;
    color: #43464B;
    padding: 0 20px;
}
.ui-shop-name-item1 {
    -webkit-box-flex:inherit; -ms-flex: inherit;
    max-width: 11em;
}
.ui-shop-name li {padding: 0 0 25px 0;line-height: 13px;}
.ui-shop-name li.active { color: #2F91FB;}

.ui-idkeyboard { -webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-callout:none;opacity: 0; position:fixed; z-index: 10; -webkit-transform: translateY(100%); bottom: 0; transition:.5s bottom; -webkit-transition: .5s transform; width: 100%; background: #eee;}
.ui-idkeyboard-active { -webkit-transform: translateY(0); opacity: 1}
.ui-idkeyboard ul { width:80%; padding-right:20%; position: relative; z-index:5;}
.ui-idkeyboard ul> li { -webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-callout:none;text-align: center;  height: 50px; line-height: 50px;width:30%;float:left; background: #fff; margin: 1%; border-radius: 5px; transition: background .3s;}
.ui-idkeyboard .comp { margin: .8%; position: absolute; right: 0; top: 0; height: 50px; width: 21%; }
.ui-idkeyboard .remove { margin: .8%;position: absolute; right: 0; top: 25%; height: 50px; width: 21%; }
.ui-idkeyboard .next { margin: .8%; padding: 1% 0; position: absolute; right: 0; bottom: 0; height: 100px; width: 21%; line-height:100px; background:skyblue}
.ui-idkeyboard .next > span { display: inline-block; width: 15px; line-height: 20px; margin-top: 20px;}
.ui-idkeyboard .customInput { width:100%; height:100%;top:0;display: none;position:fixed;z-index: 2;background:#aaa;opacity: 0;}
.ui-idkeyboard-active .customInput { display: block;}
.ui-keyboard-mask { display: none; z-index: 5; position: fixed; left: 0; top: 0; width: 100%; height: 100%;}

.ui-upload-mask, .ui-dialog-mask, .ui-veri-contract-mask{ position: fixed; text-align: center; width: 100%; height: 100vh;line-height: 100vh; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,.6);}
.ui-upload-dialog, .ui-dialog{line-height: 1.5; display: inline-block; vertical-align: middle; border:1px solid #eee;width:70%;padding:10px 5%;position:relative;padding-bottom: 70px;z-index: 20; background: #fff;border-radius: 5px;}
.ui-dialog-title{text-align:center}
.ui-upload-dialog .ui-upload-start,.ui-dialog .ui-dialog-btn {text-align:center;width: 100%;height:40px;line-height:40px;background:#fff;color:#37b3e7;position:absolute;bottom: 0;left: 0;padding: 5px 0;border-top: 1px solid #ddd;}
.ui-upload-dialog .ui-upload-start img{ width: 20px; vertical-align: middle;margin-top: -7px;margin-right: 10px;}
.ui-upload-dialog .ui-upload-content,.ui-dialog .ui-dialog-content {margin:10px 0;}
.ui-upload-dialog .ui-dialog-img, .ui-dialog .ui-dialog-img{ display: block; margin: 10px auto;max-height: 180px;}
.ui-upload-dialog .ui-dialog-img-box{max-height: 180px;overflow: auto;}
.ui-upload-dialog .ui-dialog-img-box .ui-dialog-img{max-height: none;width: 100%;}
.ui-upload-dialog .ui-upload-close, .ui-dialog .ui-dialog-close { position: absolute; display: block; width: 20px; height: 20px; right: 10px; top: 5px; font-size: 20px; line-height: 20px; text-align: center;background:url(https://front.bhjykj.top/weixinc/img/xx.png) no-repeat center;background-size: 60%;}
.ui-dialog1-mask{display: flex;align-items: center;justify-content: center;}
.ui-dialog1-mask .ui-dialog{box-sizing: border-box;width: 80vw;padding-bottom: 30px;}
.ui-dialog1-mask .ui-dialog-content{max-height: calc(100vh - 230px);overflow: auto;}

.ui-veri-contract-dialog{-webkit-tap-highlight-color:transparent;line-height: 1.5; display: inline-block; vertical-align: middle; border:1px solid #eee;width:80%;position:relative;z-index: 20; background: #fff;border-radius: 5px;}
.ui-veri-contract-title{font-size: 17px; line-height: 24px;padding: 15px 0; border-bottom: 0.5px solid #D7D7D7;font-weight: bold;}
.ui-veri-contract-close{position: absolute;display:block;width: 35px;height: 35px;right: 10px;top: 10px;font-size: 20px;line-height: 20px;text-align: center;background: url(../img/roundX.png) no-repeat center;background-size: 60%;}
.ui-veri-contract-content{text-align: left; padding: 22.5px 0 22.5px 25px;font-size: 14px;}
.ui-veri-contract-content p{line-height: 14px; padding: 7.5px 0}
.ui-veri-contract-code{padding:0 20px;position: relative}
.ui-veri-contract-code input{height: 40px;background: #fff;border: 1px solid #D7D7D7;border-radius: 4px;width: 100%;    padding:0 75px 0 65px;box-sizing: border-box;box-shadow: none;-webkit-appearance: none ;}
.ui-veri-contract-code-txt{position:absolute;top: 0;left: 20px;font-size: 15px;line-height: 40px;padding: 0 20px 0 13px}
 .ui-veri-contract-code-second{position:absolute;top: 0;right: 20px;font-size: 15px;line-height: 40px;width:75px;text-align:center;background: #159adb; color: #fff; border-radius: 2px;}
.ui-veri-contract-code-error{position: absolute; left: 20px; top: 40px;line-height: 12px; font-size: 12px; padding: 10px 0 0 13px; color: #FF5C5C;}
.ui-veri-contract-submit{margin: 40px 20px 55px;line-height: 40px;background: #159adb;color: #fff;border-radius: 50px;font-size: 17px;}
 .ui-veri-contract-disable{background: #1AB3FF;}

.ui-apply-sign { font-size:13px;}
.ui-apply-sign .ui-sign-title { color: #404040; line-height: 40px; }
.ui-apply-sign .ui-sign-title >i { display: inline-block; width: 30px; height: 30px; vertical-align:middle;margin-top:-5px;background: url(../img/qm.png); background-size: 100% 100%;}
.ui-apply-sign .ui-sign-title >span { display:inline-block;padding:0px 10px;background:#159adb;color:#fff;line-height:26px;border-radius:7px;margin-left: 10px;}
.ui-apply-sign .ui-sign-title img { height: 40px; float: right; margin-right: 50px;}
.ui-apply-sign .ui-sign-agrees {
    font-size: 12px;
    color: #8f8f8f;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    line-height: 20px;
}
.ui-apply-sign .ui-sign-agrees a { color: #61b2f1;}
.ui-sign-agrees-img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.ui-agrees { vertical-align: middle; display: inline-block;}
.ui-toast {display:none;width:11em;padding: 5px 10px;line-height:20px;text-align:center;background: #363636;font-size:13px;color:#fff;border-radius:20px;position:fixed;left:0;top:48%;right:0;margin:auto;z-index:999;}
.ui-container { position: relative; overflow: hidden; }
.ui-container-pt { padding-top: 45px; box-sizing: border-box;}
.ui-bank-selecor { -webkit-transform: translateX(100%); transition: transform .3s; overflow: auto; position: fixed; top: 0; left: 0; background: #fff; width: 100%; height: 100%;}
.ui-bank-selecor-active { -webkit-transform: translateX(0);}
.ui-bank-lim { float: right; color: #999; font-size: 14px; width: 100%; text-align: right;}
.ui-bank-selecor li:after { content: ''; display: table; clear: fix;}
.ui-bank-selecor li { line-height: 16px; padding: 18px 5%; border-bottom: 1px solid #eeeff1;}
.ui-bank-selecor li img { width: 20px; vertical-align: middle; margin: 0px 8px;}
.bankSearch{
    background: #ffffff;
    padding: 10px 15px;
    position: relative;
}
.bankSearch input{
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 60px 0 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 #C3C3C3;
    border-radius: 4px;
}
.bankSearch .inputSearch1{
    position: absolute;
    left: 15px;
    top: 10px;
    height: 45px;
    width: 50px;
    background: url("/img/preapply_search.png") 50% 50% no-repeat;
    background-size: 20px;
}
.bankSearch .inputSearch2{
    position: absolute;
    right: 15px;
    top: 10px;
    height: 45px;
    width: 60px;
    border-left: 1px solid #ECECEC;
    font-weight: 400;
    color: #333333;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
}
.bankLiBox{
    height: calc(100vh - 45px - 65px);
    overflow: auto;
}

.ui-mask { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.2);}
.ui-mask img { width: 50px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}

.coupon-tip { position: fixed; width: 100%; height: 100%; z-index: 5; background: rgba(0,0,0,.6); top: 0; left: 0;}
.coupon-tip-window { position: absolute; width: 100%; height: 495px; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: url(../img/coupon-tip-bg.png) center no-repeat;
	background-origin: content-box; background-size: 245px; border-radius: 5px; }
.coupon-tip-window ul { margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 208px; height: 266px; overflow: auto; font-size: 14px; color: #555;}
.coupon-tip-window ul li { margin: 2px 0; }
.coupon-tip-close { position: absolute; width: 240px; height: 60px; left: 50%; bottom: 0; margin-left: -120px;}

.inb { display: inline-block; }
.download-aside { position: fixed; left: 0; bottom: 0; height: 75px; line-height: 75px; width: 100%; box-sizing: border-box; background: rgba(0, 0, 0, .5); padding: 0 10% 0 4%;}
.download-aside .app-ico { display: inline-block; width: 40px; height: 40px; background: url('../img/app-ico.png'); background-size: 100% 100%;}
.download-aside .btn-dld { position: absolute; top: 20px; right: 10%; width: 25%; line-height: 35px; background: #159ADB; color: #fff; text-align: center; border-radius: 5px;}
.download-aside .aside-close { display: block; width: 30px; height: 30px; position: absolute; top: 0; right: 0; background: url(../img/close-white.png) center no-repeat; background-size: 16px; }
.download-aside .app-ico, .download-aside .content, .download-aside .btn-dld { vertical-align: middle }
.download-aside .content { margin: 0 4%; font-size: 14px; color: #fff; line-height: 20px;}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex1{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*display: block;*/
    width: 0;
}
.flexRight{
    justify-content: flex-end;
}
.flexCenter{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexHeightCenter{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexHeightEnd{
    align-items: flex-end;
}
.flexColumn{flex-flow: column;}
.flexWrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;
}

.refund-dialog-mask{
    position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,.5);
}
.refund-dialog {
    position: fixed;left: 10%;top: 50%;transform: translate(0,-50%);
    background: #fff; z-index: 3; width:80%;max-height: 90vh;border-radius: 6px;
    padding: 20px 10px 50px 10px;box-sizing: border-box;overflow: hidden;
}
.refund-dialog-title{
    text-align: center;font-size: 16px;line-height: 22px;height: 22px;font-weight: 500;color: #0B0F12;
}
.refund-dialog-title02{
    text-align: left;font-size: 16px;font-weight: 500;color: #0B0F12;
}
.confirm-addr-dialog-title{
    text-align: center;font-size: 14px;line-height: 22px;height: auto;font-weight: 500;color: #0B0F12;
    position: relative;
}
.confirm-addr-dialog-title .info{
    font-size: 12px;
}
.confirm-addr-dialog-title .close{
    position: absolute;
    right: -5px;
    top: -15px;
    width: 35px;
    padding: 10px;
}
.confirm-addr-dialog-item{
    text-align: center;
    height: 105px;
    overflow: hidden;
}
.confirm-addr-dialog-item div{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.confirm-addr-dialog-item div:before{
    content: '';
    display: inline-block;
    width: 80%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 10%;
    top: 35px;
}
.confirm-addr-dialog-item div:after{
    content: '';
    display: inline-block;
    width: 80%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 10%;
    top: 70px;
}
.confirm-addr-dialog-item p{
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #cfcfcf;
}
.confirm-addr-dialog-item p.active{
    color: #333333;
    font-weight: 500;
}
.confirm-addr-dialog-btn{
    border-radius: 0 0 6px 6px;width: 100%;height: 50px;
    background: #ffffff;float: left;position: absolute;left: 0;bottom: 0;text-align: center;
    color: #2F91FB;font-weight: 500;font-size: 15px;
}
.confirm-addr-dialog-btn p{
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    background: #159adb;
    color: #ffffff;
    border-radius: 5px;
}
.select{
    background: url(../img/arr-down-black.png) right no-repeat;
    background-size: 17px;
    padding-right: 20px;
    font-size: 14px;
}
.pt15{
    padding-top: 15px!important;
}
.pb15{
    padding-bottom: 15px!important;
}
.refund-dialog-itemBox{
    max-height:calc(90vh - 125px);overflow: auto;box-sizing: border-box;padding-top: 30px;
}
.refund-dialog-item{
    margin-bottom: 20px;font-weight: 400;color: #333333;font-size: 14px;line-height: 16px;
}
.refund-dialog-item label{
    padding-right: 1em;width: 85px;box-sizing: border-box;
}
.refund-dialog-item label.refund-require:before{
    content: "*";
    color: red;
}
.contractsign-dialog-item label{
    width: auto;
}
.refund-dialog-select{
    width: calc(100% - 85px);background-color: #F5F5F5!important;border-radius: 3px;
    border: 1px solid #EFEFEF;height: 36px;
    -webkit-appearance: none;
    background: url(https://front.bhjykj.top/weixinc/img/arr-down-black.png) 98% no-repeat;
    background-size: 17px;
    padding:0 25px 0 10px;
}
.refund-dialog-textarea{
    width: 100%;border: 1px solid #EFEFEF;background: #F5F5F5;font-weight: 400;font-size: 12px;line-height: 17px;
    box-sizing: border-box;padding: 8px 10px;
}
.refund-dialog-btn{
    border-radius: 0 0 6px 6px;border-top:1px solid #D7D7D7;width: 100%;height: 50px;line-height: 50px;
    background: #ffffff;float: left;position: absolute;left: 0;bottom: 0;text-align: center;
    color: #2F91FB;font-weight: 500;font-size: 16px;
}
.refund-dialog-btn1{
    display:inline-block;width: 49%;box-sizing: border-box;border-right:1px solid #D7D7D7;
}
.refund-dialog-btn2{
    display:inline-block;width: 49%;
}
.amt-code-item input{
    color: #43464B;font-size: 24px;font-weight: 400;padding-left: 12px;box-sizing: border-box;letter-spacing: 0.5em;
    width: 90%;border: 1px solid #43464B;height: 40px;margin: auto;
}
.amt-code-dialog-btn1 {
    color: #A1A2A6;
}

.store-dialog-mask{position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,.5);}
.store-dialog-mask .store-dialog {
    position: fixed; left: 10%;top: 50%;transform: translate(0,-50%);
    background: #fff; z-index: 3; width:80%;max-height: 90vh;border-radius: 6px;
    box-sizing: border-box;overflow: hidden;
}
.store-dialog-title{
    text-align: center;font-size: 16px;line-height: 56px;height: 56px;color: #0B0F12;; letter-spacing: 1px;
}
.store-dialog-itemBox{
    width: 100%; overflow: auto;box-sizing: border-box;padding: 20px 0 24px;
}
.store-dialog-item{
    font-weight: 400; color: #212121;font-size: 16px; height: 58px; padding: 0 35px 0 40px; justify-content: space-between;
}
.store-dialog-radio-wrapper{
    cursor:pointer;
    position:relative;
    font-size: 18px;
    color: #989898;
    width: 18px;
    height:18px;
}
.store-dialog-radio-wrapper input {
    width: 18px;
    height:18px;
    opacity:0;
    filter:alpha(opacity=0);
    z-index: 5;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor:pointer;
}
.store-dialog-radio-wrapper i {
    background: url(../img/uncheck.png) center no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    display: inline-block;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.store-dialog-radio-wrapper input:checked + i {
    background-image: url(../img/sel-checked.png);
}
.store-dialog-btn{
    border-radius: 0 0 6px 6px;border-top:1px solid #D7D7D7;width: 100%;height: 50px;line-height: 50px;
    background: #ffffff;text-align: center;
    color: #2F91FB; font-weight: 500;font-size: 18px;
}
.border1px{ position: relative;}
.border1px::after{
    content: ' '; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background-color:  #E7E7E7;; transform: scaleY(0.3); -webkit-transform: scaleY(0.3);
}

.video-switch-btn{
    border: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    left: 10vw;
    bottom: -55px;
    width: 60vw;
    background: url("https://front.bhjykj.top/weixinc/img/translate@2x.png") no-repeat 95% 50%;
    background-size: 15px;
    padding-right: 5%;
    box-sizing: border-box;
}
