/**
 * 2017-8-21 djj
 */
/*公共css*/

*:focus {
    outline: none!important;
}
i{font-style:normal;}
[v-cloak]{display:none!important}
body{background:#f8f8f8;font-size:16px;overflow-x: hidden;}
ul,p{padding:0;margin:0}
li,ul li{list-style:none;}
table th{text-align:center}
a{cursor: pointer;}
label{margin:0}
button {outline: none}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.small-bar::-webkit-scrollbar {
     width: 3px;
     height: 3px;
     background-color: #F5F5F5;
 }

.small-bar::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 5px;
     background-color: #F5F5F5;
 }

.small-bar::-webkit-scrollbar-thumb {
     border-radius: 5px;
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
     background-color: #555;
 }

.tvh {
    overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}

input[type="number"]{
    -moz-appearance: textfield;
}
a:hover{text-decoration:none}
.text-de{text-decoration:underline;}
.hboxpage{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal}
.hboxpage,.vboxpage{position:relative;display:-webkit-box;display:-moz-box;display:box}
.vboxpage{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical}
.disflex {
    display: flex;
}
.flex-shrink{flex-shrink: 0}
.flex{overflow:auto;-webkit-box-flex:1;box-flex:1;-ms-flex:1;flex:1;-webkit-overflow-scrolling:touch}
.pageflex{
    display: flex;
    justify-content:center;
}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed;}
.center{text-align:center}
.t-right{
    text-align: right;
}
.t-left {
    text-align: left;
}
.left{float: left;}
.right{float: right;}
.col0{color:#000}
.colf{color:#fff}
.col3{color:#333}
.col8{color:#888}
.col9{color:#999}
.col{color:#e73037}
.colg{color:#259b24}
.colo{color:#ffac32}
.colr{color:#e51c23}
.colb{color:#3f51b5}
.blue{color:#007eff}
.yellow{color:#FFCC01}
.line20{line-height:20px}
.line30{line-height:30px}
.line40{line-height:40px}
.line60{line-height:60px}
.line70{line-height:70px}
.pd1{padding:10px}
.pd20{padding:20px}
.pd30{padding:30px}
.pdl20 {padding-left: 20px}
.pd2{padding:10px 10px 0}
.pdlr15{padding:0 15px}
.pdlr20{padding:0 20px}
.bgf{background:#fff}
.bg{background:#f6f6f6}
.bg2{background:#e3e3e3}
.font12{font-size:12px}
.font13{font-size:13px}
.font14{font-size:14px}
.font16{font-size:16px}
.font20{font-size:20px}
.font18{font-size:18px}
.font24{font-size:24px}
.font30{font-size:30px}
.font36{font-size:36px}
.fontb{font-weight:700}
.fontn{font-weight:normal;}
.pb10{padding-bottom:10px}
.pb20{padding-bottom:20px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.mt0{margin-top:0px!important}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px!important}
.ovy{overflow-y:auto}

.mlr15{margin:0 15px;}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mtl10{margin:10px 10px 0 0}
.line50{line-height:50px}
.mr35{margin-right:35px}
.ptb30{padding:30px 0; }
.ovh{overflow:hidden}
.box-main{padding:40px;background:#fff;margin-bottom:40px;font-size:14px}
.mask{position:fixed;top:0;left:0;z-index:1001;width:100%;height:100%;background:#000;opacity:.5;filter:alpha(opacity=00);-moz-opacity:0}
.fixed-bottom{position:absolute;bottom:0;width:100%}
.bd{border:1px solid #e6e6e6;}
.bdt{border-top:1px solid #e6e6e6;}
.bdb{border-bottom:1px solid #f6f6f6;}
.block{display:block;}
.pointer{cursor: pointer;user-select: none;}
.txtin2{text-indent:20px}
.tleft{text-align:left}
.tright{text-align:right}
.disb{display:block;}
.disib{display:inline-block;}
.middle{vertical-align:middle;}
.vTop{vertical-align:top;}
.highcharts-credits{display:none}
.form-control{padding:1px 12px;}
.br10{border-radius:10px;}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.loading{display:none;}
.bdr5{border-radius:5px}
.bdr10{border-radius:10px}
.bdr50{border-radius:50%}
.modal{display:block;top:30%;}
.beyond {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.beyond2{overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;width:100%}
.beyond3{overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;width:100%}
/*登录页*/
.login-form{margin:10px 40px 0;}
.login-tab span{width:50%;line-height:50px;display:inline-block;float:left;}
.login-tab span.hover{background:transparent;}
.reg-icon{background:url(../images/reg-icon.png)}
.login-container{background:#07050a;}
.login_box{float:right;margin-top:60px;margin-right:0px;width:400px;height:320px;background:#fff;border-radius:5px}
.login_box h1{margin:20px 0 40px}
.login_box input[type="text"]{border-bottom: 1px solid #DCDFE6;border-radius:0}
.logn_submit{margin-top:5px;width:120px;height:40px;background:#e73037;color:#fff;margin-top:30px}
.login-name,.login-pass,.login-phone,.login-code{background: url(../images/user.png) no-repeat 10px center #fff;padding-left:40px;border:none;line-height:45px;color:#888888}
.login-pass{background-image: url(../images/pass.png)}
.input-box{border:1px solid #DCDFE6}
.loginbox-icon,.codelogin-icon{width:80px!important;height:80px!important;position:absolute;right:0;top:0;background-image: url(../images/loginbox-icon.png)}
.login-main{width:1200px;margin:0 auto;padding:80px 0 70px}
a.login-btn{padding: 0.2rem 1.2rem;line-height:80px;display: inline-block;font-size:20px;width:20%;position:absolute;bottom:3rem;left:40%}
.login-btn:hover{color:#fff}
.inputcode-box{}
input.login-code[type="text"]{width:170px;background-image: url(../images/code.png)}
.login-getcode{width:96px;margin-top:10px;color:#e73037;border-radius:3px;border:none;background:transparent;}
.codelogin-icon{background-image: url(../images/passbox-icon.png)}
.banner{background: url(../images/login-main.jpg) center center #07050a;
    background-repeat: no-repeat;}
.banner .inner{width: 1200px;margin: 0 auto;}
.banner .inner {margin-top:80px;height: 480px;position: relative;}

/*复选框*/
.chk_label{vertical-align:middle;background-color:#FFF;border:1px solid #C1CACA;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:9px;border-radius:10px;display:inline-block;position:relative;margin-right:10px}
.chk_label:active{box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1)}
.chk:checked+label{background-color:#5ac817;border:1px solid #fff;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);color:#243441}
.chk:checked+label:after{content:'\2714';position:absolute;top:-15px;left:0;color:#fff;width:100%;text-align:center;font-size:1em;padding:1px 0 0 0;vertical-align:text-top}

.list-box{position:relative;margin:0 20px}
.toast{color:#fff;padding:10px 18px;position:fixed;background:rgba(0,0,0,0.5);left:46%;bottom:5%;border-radius:14px;z-index:1002}

/*开关*/
.chooseBtn{display: none;}
.choose-label{box-shadow:#ccc 0px 0px 0px 1px;width:40px;height:20px;display:inline-block;border-radius:20px;position:relative;background-color:#bdbdbd;overflow:hidden;vertical-align: middle}
.choose-label:before{content:'';position:absolute;left:0;width:20px;height:20px;display:inline-block;border-radius:20px;background-color:#fff;z-index:20;-webkit-transition:all 0.5s;transition:all 0.5s;}
.chooseBtn:checked + label.choose-label:before{left:20px;}.chooseBtn:checked + label.choose-label{background-color:#e73037;}
/*主页顶部导航*/
.navbar{position:fixed;top:0;margin:0;width:100%;height:80px}
.navbar-header{padding:0 40px;margin:0 auto;height:100%;float:none}
.navbar-logo,.navbar-logo2{margin-top:30px;display:inline-block;width:170px;height:22px;background:url(../images/logo_main.png) no-repeat center center;background-size:100%}
.navbar-logo2{background-image:url(../images/logo_kuaisong.png);}

.nav{margin-right:30px;line-height:80px}
.nav .nav-head{border-radius:25px}
.nav .exit-btn{padding-left:20px;margin-left:20px;border-left:1px solid #ccc;color:#000}

.navbar-links{font-size:16px;width:250px;margin:0;}
.navbar-links li{line-height:20px;}
.navbar-links li span{height:45px;display:inline-block;width:100%;color:#999;line-height:45px;}
.navbar-links li span.current a{border-left:2px solid #e73037;color:#e73037;padding-left:40px;margin-right:78px;}
.navbar-links li.current a{color:#e73037}

.navbar-links li span a{color:#999;height:20px;text-align:left;margin-right:-15px;width:155PX;}
.icon{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;}
.navbar-links .icon{background-position:87px 13px;}

.navbar-links li.current .index-icon{background-image: url(../images/icon-index.png);}
.index-icon{background-image: url(../images/icon-index2.png);}

.user-icon{background-image: url(../images/icon-user.png);}
.manager-icon{background-image: url(../images/icon-manager.png);}
.trans-icon{background-image: url(../images/icon-trans.png);}
.stat-icon{background-image: url(../images/icon-stat.png);}
.capital-icon{background-image: url(../images/icon-capital.png);}
.info-icon{background-image: url(../images/icon-info.png);}
.mark-icon{background-image: url(../images/mark-icon.png);}
.platform-icon{background-image: url(../images/icon-platform.png);}
.loca-icon{background-image: url(../images/location.png);background-size:100% 100%}
.phone-icon{background-image: url(../images/phone.png);background-size:100% 100%}
.phone2-icon{width:16px;height:16px;background-image: url(../images/phone-white.png);background-size:100% 100%;vertical-align: middle;}
.edit-icon{width:25px;height:25px;background-image: url(../images/edit.png);background-size:100% 100%;}

.phone-wrap{margin:20px auto 0;}
.phone-login{float:right;font-size: 12px;padding:3px;border-radius:3px;color:#576B95}
.nav-second-level{margin:0;border-bottom:1px solid #e6e6e6}
.nav-second-level li{border:none;height:40px;text-align:center;}
.nav-second-level li a{color:#333;padding:0;line-height:40px;text-align:left;display:inline-block;width:80px;}
 .nav-second-level li.current{background:#fff;}
.nav-second-level li.current a{color:#e73037;}
.nav-second-level li.current,.navbar-links li.current{border-left:2px solid #e73037;}
.nav-second-level li:hover{background:#fff}
.nav-second-level li a:hover{color:#000;background:#fff}
.nav>li>a.first-index{width: 80px;text-align: left;padding:10px 0;display:inline-block;}

/*注册*/
.reg-head{background:url(../images/reg_head.png)}
.reg-form,.reg-box{margin:35px auto;width:630px;}
.reg-form select{width:130px;display: inline-block;}
.reg-form input.form-control,.code-box{width:390px}
.reg-form input.reg-code{width:70%}
.reg-code-btn{padding: 8px 8px;color:#e73037;width:88px}


/*主页内容部分*/
.wrapper{position:inherit;margin:120px 0;}
.page-main{overflow:hidden;min-height:700px;opacity:0;transition: all 800ms ease-in-out;}
.page-main.el-show{opacity: 1;}
.page-content{max-width:1680px;width:85%;margin:0 auto;transition: all 600ms ease-in-out;}
.page{margin:20px 0;font-size:14px}
.page a{cursor:pointer;display:inline-block;margin:0 5px;width:40px;height:40px;border:1px solid #e6e6e6;background:#fff;color:#999;vertical-align:middle;line-height:40px}
.page a.current,.page a:hover{background:#e73037;color:#fff;text-decoration:none}

/*首页*/
.user-data{padding:0 0 30px;border-bottom:6px solid #e6e6e6;margin:0}
.user-data span{display:block;}
.user-sta{padding:22px 30px;}
.user-data .text1{color: #18C5DB}
.user-data .text2{color: #FFB22B}
.user-data .text3{color: #FC4B6C}
.user-data .text4{color: #007EFF}
.notice-list{padding: 0 50px}

.settle-query .radio{margin-right:20px}
.settle-query-box{margin-left:80px}

/*用户管理*/
.content-tit{margin:0;font-size:26px;margin-bottom:40px}
.content-tit .btn{margin-top:15px;margin-left:20px;}
.content-tab{border-bottom:1px solid #e6e6e6}
.content-tab span{cursor:pointer;padding:0 30px;line-height:40px;display:inline-block;}
.content-tab .hover{border-bottom: 2px solid #e73037}
.search-box{margin:20px 30px 0;border:1px solid #e6e6e6;border-radius:30px;padding:5px 20px;}
.search-box input{outline:none;border:none;font-size:12px;vertical-align: text-bottom;}
.search-box input::-webkit-input-placeholder{color:#999 }
.search-icon{width:20px;height:20px;display:inline-block;background-image:url(../images/search.png);background-size:100%;background-position:right 0;}

/*添加商家*/
.pop{z-index:1002;width:600px;position:fixed;top:50%;margin-top:-220px;left:50%;margin-left:-300px;border-radius:5px;border:1px solid #e6e6e6;background:#fff}
.buss-box{padding:50px 60px 10px;}
.reject-btn{margin:20px 0}
.reject-btn .btn{width:100px;margin-right:60px;line-height:25px;padding: 5px 0;}
.reject-close{font-size:18px;margin-right:20px;}


.index-pop{width:350px;margin-left:-175px;z-index:10002}
.pop-box{padding:20px 30px}
/*订单管理*/
.query-input{width:180px}
.query-num{width:70px;line-height:10px}
.info-tit{border-left:2px solid #e73037;margin:20px 0;padding-left:5px}
.info-select{width:120px}
.query-btn{border:none;border-radius:5px;background:#e73037;color:#fff;padding:8px 15px;}
 .form-inline{margin:20px 15px;}
.orderlist{margin:10px}
.order-tit{line-height:50px;color:#fff;background:#e73037;padding:0 18px}
.orderlist li{border:1px solid #eee;margin-bottom:15px}
.orderlist-info{padding:15px;}
.order-status{border-top:2px solid #e6e6e6;padding:10px 0}
.order-status-span{width:40px;display:inline-block;margin:0 25px;}
.order-status-span.current{color:#e73037}
.order-status-span.current .status-icon{background-image:url("../images/checked.png");}
.status-icon{background-image:url("../images/checked2.png");}
.order-line{width:100px;border-bottom:2px solid #999999;display:inline-block;height:1px;margin:0 30px 20px}
.order-line.current{border-color:#e73037}

/*提现*/
.withdraw-money{padding:30px 110px}
.withdraw-box{width:70%;padding:35px 40px}
.alipay-icon{background-image:url(../images/alipay.png);margin:0px 10px 0 0}
.withdraw-lab{border:1px solid #999999;padding:3px 8px;border-radius:3px}
.withdraw-lab input{border:none;outline:none}
.line{border-bottom: 6px solid #e6e6e6;}
.with-text{width:90px;display: inline-block;}
.withdraw-btn{margin-left:10px;background:#fff;color:#e73037;width:90px;border-color:#e73037;font-weight:normal;}
.submit-btn{
	margin:20px 0;
	width:200px;
}
.info-input{display:inline-block;width:245px;}

.certifi-file{width:100%;height:100%;position:absolute;top:0;left:0;opacity: 0}
.cer-text{margin-left:17px;}
.arr-icon{background:url(../images/arr.png) center center no-repeat;}

.info-tit{border-left:2px solid #e73037;margin:20px 0;padding-left:5px}
.logo-file{width:50px;height:50px;position:absolute;top:-10px;left:0;opacity: 0}

.previre-inner{margin:0;margin-top:10px}
.previre-inner2{margin:0;width:90%;top:210px;left:5%}

/*分类设置*/
.preview-box{min-height:520px;}
.preview-box2{min-height:667px;background:url(../images/preview_bg3.jpg) no-repeat;background-size:100%;}
.classify-pop{margin-left:-200px;width:400px;padding:15px;}
.classify-inner{padding-left:50px}
.class-img{width:50px;height:50px}
.previre-inner{margin:0;margin-top:10px}
.previre-inner2{margin:0;width:90%;top:210px;left:5%}


/*站长管理*/
.master-list{padding:10px 15px;}
.master-map{height:500px}
.addauth-box{padding:10px 30px 0;position:absolute;left:0;top:0;z-index:151;background:#fff;width:100%;}
.begin-btn{right:10px;top:130px;z-index:151;}
.amap-icon{overflow:inherit;}
.amap-icon img{width:100%;height:100%;border-radius:50%;}
/*配送员监控*/
.tab-order span{padding:0 10px}
.tab-order span.hover{color:#e73037}
.dis-head{width:50px;height:50px;border-radius:50%}
.dis-list{padding:5px}

.orderlist li{background:#fff;margin-bottom:5px;list-style:none}
.orderlist .order_info{padding:10px;overflow:hidden;border-bottom:1px solid #e6e6e6}
.orderlist .order_info .btn{padding:3px 5px}
.orderlist .order_info img{width:25px;height:25px}
.orderlist .order_addr{width:430px}
.orderlist .order_time{font-size:20px;color:#e73037;display:block;margin-right:20px}
.orderlist .order_info_head{padding:0 20px;line-height:30px;color:#fff;background:#e73037}
.orderlist .order_info_head span{padding-right:25px}
/*配送员监控*/
.dis-btn{right:10px;bottom:10px;padding:5px 10px}
.monitor-order{left:0;top:42px;width:40%}

.tips{font-size:12px;width:15px;line-height:15px;text-align:center;height:15px;border-radius:50%;background:#e73037;color:#fff}
.tips2{border-radius:3px;padding:3px 5px}
.tips3{padding:10px 10px;background:#fff;border:1px solid #ccc;border-radius:4px;color:#555;font-size:14px;cursor: pointer;}
.tips3:focus {
    color: #E73037;
    border-color: #E73037;
    border-width: 1px;
}
.tips3.active{color:#e73037;border-color:#e73037}

/*咨询*/
.customer-box{position:fixed;top:40%;right:0}
.customer-tit{position:absolute;right:0;top:50px;width:25px;text-align:center;background:#e73037;padding: 5px;color: #fff}
.customer-content{padding:10px;position:absolute;right: -180px;}

.dismap{height:500px;width:100%}
.range-list{width:180px;padding:10px;border:2px solid #fff;line-height:30px}
.rangeBg{
	border-color:#38f
}
.aBtn,.aBtn2,.aBtn3{
    padding: 0 10px;
    color:#38f;
    border:1px solid #38f;
    line-height:32px;
    display:inline-block;
    font-size:12px;
    cursor:pointer;
    background:#fff;
}
.aBtn2{
    background: #38f;
    color:#fff;
}
.aBtn3{
    background: #fff;
    border-color:#e73037;
    color:#e73037;
}
.num-input{padding:0 5px;width:80px;line-height:25px;}
.num2-input{padding:0 5px;width:50px;line-height:25px;}
.square-icon{width: 23px;height: 23px;display:inline-block;
    background-size: contain;
    background-image: url(../images/square.png);}

/*服务商详情*/
.service-info{position:fixed;top:0;right:0;z-index:1001;overflow-x:hidden;overflow-y:scroll;width:30%;height:100%;border:1px solid #f2f2f2;background:#fff;-webkit-transition:all 2s;transition:all 2s;moz-transition:all 2s;font-size: 14px;}
.service-header{line-height:70px}
.service-content .service-text input{border:none;line-height:30px}
.service-per{width:35px}
.service-header p{margin:0}
.service-header .close{margin:20px 0 0 20px;font-weight:400;font-family:unset}
.service-tit{margin:0;padding:0 20px;background:#f2f2f2;font-weight:700;line-height:30px}
.service-text{margin:0;padding:0 20px;border-bottom:1px solid #f2f2f2;color:#999;line-height:35px}
.service-btn{margin-top:2px;width:70px;border-color:#de5d49;background:0 0;color:#de5d49}
.card-list-wrapper{padding:10px 0;margin:0;}
.card-list,.card-list-card{padding:0;}
.card-list,.card-list-card img{width:100%}
.card-list{padding:0}
.service-content .campMap{width:100%;height:250px}
.service-content .map-btn{right:20px;bottom:10px}

/*广告页*/
.model-box{padding:15px 5px;width:123px;height:120px;border:1px solid #e6e6e6}
.model-box.hover,.box.hover{border:1px solid #007EFF}
.box{background:#E3E3E3;text-align:center;display:flex;
    align-items: center;justify-content: center;position:relative;}
.big-box{width:355px;height:215px;}
.flex-file{opacity:0;width:120px;height:120px;position:absolute;top:0;left:0}
.flex-img{width:100%;height:100%;position:absolute;left:0;top:0;background:#fff}
.al-center {align-items: center}
.ju-center {justify-content: center}

.choice-box{
	background: #fff;
	top: 34px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100px;
	left: 200px;
	line-height: 25px;
	z-index: 9;
}
.choice-box a{display:block;}

/*配送范围*/
.area-range{width:120px;
    display:inline-block;
    border: 1px solid #e6e6e6;
    padding: 8px 15px;
}
.area-range.hover{border-color:#38f}

.star-icon{width:15px;height:15px;display:inline-block;background-size:cover}
.star-icon{background-image:url(../images/star.png)}
.star-gray-icon{background-image:url(../images/gray_star.png)}

/*订单评价*/
.eva-list li{padding:0px;margin-bottom:10px}
.eva-wrap{height:160px;display: flex;flex-direction: column;justify-content: space-between;}
.eva-list .tips-span{font-size:12px;padding:3px 4px;border:1px solid #E5E5E5;color:#666;background:#fff;margin-right:5px}

.checkbox {
  position: relative;
  display: inline-block;
}
.checkbox:after, .checkbox:before {
  font-family: FontAwesome;
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
     -moz-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
     -moz-font-language-override: normal;
          font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}
.checkbox label {
  width: 50px;
  height: 20px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox label:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.checkbox input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.checkbox input:checked + label:after {
  left: 30px;
}

.model-1 .checkbox input:checked + label {
  background: #4BD865;
}
.model-1 .checkbox input:checked + label:after {
  background: #fff;
}
.close{background:url(../images/close.png);width:20px;height:20px;display:inline-block;background-size:100%}
.close2{background:url(../images/del.png);width:20px;height:20px;display:inline-block;background-size:100%;position:absolute;top:-5px;right:0;display:none;}
.addservice-box{overflow: initial;}
.addservice-box:hover .close2{display:block}


.addService-renovation{width:320px;height:650px;background:#f8f8f8}
.addservice-assembly .box{width:30%;background:#f9f9f9;line-height:30px;border:1px dashed #888;margin:0 5px;cursor:pointer;}

.line10{height:10px;width:100%;background:#e6e6e6}
.addservice-wrap{height:430px;overflow-y:auto;}
.pdl27{padding-left:27px;}

.drop-box{top:66px;right:46px;width:90px;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;}

/*// zyc添加*/
.z-index{
	z-index:999
}
/*.amap-markers{
	display: none !important;
}*/
.table-bordered td{
	vertical-align:middle!important;
}

.function_box{
	background:rgba(249,249,249,1);
	border-radius:4px;
}
/*添加商家*/
.step {
   width: 300px;
   height: 60px;
   line-height: 60px;
   display: inline-block;
   color:rgba(231,48,55,1);
   font-size: 16px;
}
.rules_list{
	height:400px;
	overflow-y: auto;
}
.first_step2 {
	background: url(../images/step.png) no-repeat;
	background-size: 100%;
}
.first_step {
	background: url(../images/step_hover.png) no-repeat;
	background-size: 100%;
	color: #fff;
}

.second_step {
	background: url(../images/step2.png) no-repeat;
	background-size: 100%;
}
.second_step2 {
	background: url(../images/step2_hover.png) no-repeat;
	background-size: 100%;
	color: #fff;
}
.third_step{
	background: url(../images/step3.png) no-repeat;
	background-size: 100%;
}
.third_step2{
	background: url(../images/step3_hover.png) no-repeat;
	background-size: 100%;
	color: #fff;
}
.addBuss-form{
	width:350px;
	margin:80px auto 0;
}


/*弹窗遮罩*/
.dialog-mask-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

.dialog-mask-box .dialog-body {
    width: 400px;
    height: 100%;
    background-color: white;
    margin-left: auto;
    position: relative;
}

.dialog-mask-box .dialog-body .title {
    width: 100%;
    color: #383838;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #DDDEE0;
    display: flex;
    align-items: center;
}

.order-detail-form {
    font-size: 14px;
}

.order-detail-form > div {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.order-detail-form span {
    color: #888888;
    width: 120px;
    display: inline-block;
    text-align: right;
}

.loading-anim {
    animation: loading-anim 1s steps(8) infinite;
}
@keyframes loading-anim {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/*配送范围区域*/
.delivery-map-box {
    width: 100%;
    height: 576px;
    line-height: initial;
}
/*地图容器*/
.delivery-map-box .delivery-map {
    width: 100%;
    height: 100%;
}
/*配送区域内容*/
.delivery-map-box .delivery-content {
    left: 10px;
    top: 10px;
    max-height: calc(90%);
    z-index: 2;
    overflow-y: auto;
}
.delivery-map-box .delivery-content .delivery-item {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.delivery-map-box .delivery-content .delivery-item.active {
    border: 2px solid #409eff;
}
/*添加配送地址*/
.delivery-map-box .delivery-content .add-delivery {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #409EFF;
    text-align: center;
}
/*配送区域发货*/
.delivery-map-box .area-divide {
    top: 10px;
    height: 50px;
    line-height: 50px;
    right: 10px;
    left: 220px;
    padding: 0 20px;
    z-index: 2;
}
.table {
    border: none;
}
.table tr:nth-child(n+2) {
    font-size: 14px;
    color: #888888;
    border-bottom: 1px solid #E6E6E6;
}
.table th {background: #F9F9F9;color: #888888; height: 45px;box-sizing: border-box;vertical-align: middle!important;}
.table td {background: white;}
.table th, .table td {
    border: none!important;
}

/*-----------------------覆盖 Element UI 阳光是-------------------------*/
.el-input__inner {
    line-height: 34px;
    height: auto;
    padding: 1px 12px;
    border-color: #ccc;
}
.el-input__inner:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.el-input__inner::-moz-placeholder {
    color: #999;
    opacity: 1
}
.el-input__inner:-ms-input-placeholder {
    color: #999
}
.el-input__inner::-webkit-input-placeholder {
    color: #999
}

/*兼容1680*/
@media screen and (max-width: 1680px) {
    .page-content {
        width: 90%;
    }
}