html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,dl,dd ,button,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	font-family:微软雅黑,"Microsoft Yahei",Arial,Helvetica;
}
ol, ul {list-style: none;}
.clear{clear:both;*display:inline;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
a{text-decoration:none;}

.ant-input {
    padding:0 8px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #f4f6fa;
    border: none;
	font-size:14px;
	margin-right:25px;
}
.formControls .ant-input{width:100%;}
.ant-select{
	padding-right: 24px;
    padding-left: 8px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #f4f6fa;
    border: none;
	font-size:14px;
	margin-right:25px;
}
.formControls .ant-select{width:100%;}
button.btn{
	cursor:pointer;
	background: rgba(33,147,244,1);
	color: #fff;
	height: 35px;
	padding:0 15px;font-size:14px;}
	
button.btn:hover {
    background: rgb(22, 123, 210);
	
}
button.btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
button.btn.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.form-horizontal .form-label {
    margin-top: 3px;
    cursor: text;
    text-align: right;
	line-height:30px;
}
.form .row {
    margin-top: 15px;
	font-size:14px;
}
.c-red, .c-red a, a.c-red {
    color: red;
}

.ant-input:focus,.ant-select:focus{border: 1px solid #3186d8;}


.checkbox-label {
	width:18px;height:18px;
	margin-top:10px;
    background-image: url(../images/dch1.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: relative;
    padding-left: 26px;
    background-position: top 2px left 0px;
}
.checkbox-label.checked {
    background-image: url(../images/dch2.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: relative;
    padding-left: 26px;
    background-position: top 2px left 0px;
}
.checkbox-input{position:absolute;left:0px;top:0px;width:16px;height:16px;opacity:0;}

.msg-body{padding:0 20px;font-size:16px;}
.menu-btn{margin-top:8px;}

.an-label-left{display:inline-block;font-size:14px;color:#4a4a4a;width:80px;}
.an-xx-right{display:inline-block;}
.nav-box {
	padding:12px 25px;
    background: #fff;
    color: #4a4a4a;
	line-height:25px;
}
.nav-box a{ color: #4a4a4a;display:inline-block;}
.content-main{margin:15px 25px;padding:25px;background:#fff;border-radius:5px;min-height:600px;}
.ant-input.date-input{width:160px;margin-right:0px;}
.date-input-right{margin-right:25px;}
.an-ju-fen li{margin-bottom:10px;}
.table-form{margin-top:15px;}
.table{border:1px solid #e9ecef;font-size:14px;}
.table a{border:1px solid #007bff;padding:3px 8px;border-radius:15px;}
.table tbody td{vertical-align:middle;}
.totel-money{line-height:35px;background:#f5fafe;padding:0 10px;border-radius:5px;font-size:14px;margin-left:25px;}
.totel-money .one-totel{margin-right:20px;font-size:16px;}
.totel-money .one-totel .money-bold{font-size:22px;color:red;}
.changepass{padding:20px 0;}
.setpass{line-height:35px;margin-right:15px;font-size:14px;width:120px;text-align:right;}
.save-buttn{margin-left:135px;}
.back-before .btn{height:30px;line-height:30px;}
.img-logo{width:200px;margin-right:15px;margin-top:6px;}
.c-datepicker-data-input.ant-input{width:160px;}
.J-datepickerTime-single .c-datepicker-data-input.ant-input{width:100%;}
.nav-menu .dropdown:hover .dropdown-menu{display:block;}
.navbar-brand:focus, .navbar-brand:hover{color:#fff;}
.quan-box{
	
	border: 1px solid #d9d9d9;
    width: 250px;
    border-radius: 5px;
    padding: 8px 15px 0 15px;
	color:#4a4a4a;
}
.quan_man {
   padding-left:28px;
}
.first-ceng {
    padding: 6px 0;
}
.up-show {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    background: url(../images/aa-down.png) no-repeat;
    background-size: 100% 100%;
    cursor:pointer
}
.up-show.active {
    background: url(../images/aa-up.png) no-repeat;
    background-size: 100% 100%;
}
.quan_choose {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    background: url(../images/dch1.png) no-repeat;
    background-size: 100% 100%;
}
.quan_choose.part_checked {
    background: url(../images/dch3.png) no-repeat;
    background-size: 100% 100%;
}
.quan_choose.checked {
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
}
.par_choose {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    background: url(../images/dch1.png) no-repeat;
    background-size: 100% 100%;
}
.par_choose.checked {
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
}
.quan_man > li > ul {
    padding-left: 42px;
}
.quan_man > li > ul > li {
    margin-bottom: 5px;
}
.to_quan, .quan_choose, .par_parent > li, .par_choose {
    cursor: pointer;
}
.add-child img{width:20px;cursor:pointer;margin-right:20px;}
.par_parent{display:none;}
.totel-logo img{width:20px;margin-right:10px;}
.c-datepicker-data-input.ant-input{background:none;}
.c-datepicker-data-input.ant-input:focus{border:none;}
.c-datepicker-date-editor.J-datepickerTime-single{width:100%;}
.c-datepicker-range__icon.kxiconfont.icon-clock{transform: translateY(2px);}
.dataTables_wrapper .dataTables_length {
    padding-top: 10px;
    margin-right: 25px;
    float: left;
    padding-bottom: 20px;
}
.dataTables_wrapper .dataTables_info {
    float: left;
    padding-top: 10px;
    font-size: 14px;
    color: #666;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: 10px;
    text-align: right;
}
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        cursor: pointer;
        display: inline-block;
        margin-left: 2px;
        text-align: center;
        text-decoration: none;
        color: #666;
        height: 26px;
        line-height: 26px;
        text-decoration: none;
        margin: 0 0 6px 6px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 5px;
    }
    a {
        color: #108ee9;
        background: transparent;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        transition: color .3s ease;
    }
.dataTables_wrapper .dataTables_length .select {
    background: #f4f6fa;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;
    width: 100%;
    white-space: nowrap;
    width: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #5fb0ff;
    color: #fff;
}
.paginate_button.current {
    border: none;
    background: #5fb0ff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #5fb0ff;
    color: #fff;
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn .layui-layer-btn0{
    color: white;
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn .layui-layer-btn1{
    color: #5fb0ff;
    border: 1px solid #5fb0ff;
}
.nav-user-name{line-height:36px;margin-left:5px;}
.passageway-box {
    margin: 15px 25px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
}
.img-conf1 {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.img-conf-word1 {
    font-size: 14px;
    color: #323232;
   margin-right:10px;
}
.img-conf-word2 {
    font-size: 12px;
    color: rgba(112, 112, 112, 0.5);
}
.img-conf3 {
    color: rgba(29, 139, 232, 0.7);
    font-size: 12px;
}
.img-conf-word3 {
    margin-right: 10px;
    cursor:pointer
}
.img-conf-word4 {
    cursor: pointer
}
.img-conf2 {
    margin-bottom: 2px;
}
.ant-switch{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:22px;min-width:44px;line-height:20px;vertical-align:middle;border-radius:20px;border:1px solid transparent;background-color:rgba(0,0,0,.25);cursor:pointer;-webkit-transition:all .36s;-o-transition:all .36s;transition:all .36s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.ant-switch-inner{color:#fff;font-size:12px;margin-left:24px;margin-right:6px;display:block} .ant-switch:after{position:absolute;width:18px;height:18px;left:1px;top:1px;border-radius:18px;background-color:#fff;content:" ";cursor:pointer;-webkit-transition:all .36s cubic-bezier(.78,.14,.15,.86);-o-transition:all .36s cubic-bezier(.78,.14,.15,.86);transition:all .36s cubic-bezier(.78,.14,.15,.86)}
 .ant-switch:active:after{width:24px}
 .ant-switch:focus{-webkit-box-shadow:0 0 0 2px rgba(16,142,233,.2);box-shadow:0 0 0 2px rgba(16,142,233,.2);outline:0}
.ant-switch:focus:hover{-webkit-box-shadow:none;box-shadow:none}
.ant-switch-small{height:14px;min-width:28px;line-height:12px}
.ant-switch-small .ant-switch-inner{margin-left:18px;margin-right:3px}
.ant-switch-small:after{width:12px;height:12px;top:0;left:.5px}
.ant-switch-small:active:after{width:16px}
.ant-switch-small.ant-switch-checked:after{left:100%;margin-left:-12.5px}
.ant-switch-small.ant-switch-checked .ant-switch-inner{margin-left:3px;margin-right:18px}
.ant-switch-small:active.ant-switch-checked:after{margin-left:-16.5px}
.ant-switch-checked {background-color: #20a0ff!important;}
.ant-switch-checked .ant-switch-inner{margin-left:6px;margin-right:24px}
.ant-switch-checked:after{left:100%;margin-left:-19px}
.ant-switch-checked:active:after{margin-left:-25px}
.ant-switch-disabled{cursor:not-allowed;background:#f4f4f4}
.ant-switch-disabled:after{background:#ccc;cursor:not-allowed}
.ant-switch-disabled .ant-switch-inner{color:rgba(0,0,0,.25)}
.pei-conf{ color: #20a0ff;margin-right:10px;cursor:pointer}
.tab-small-lo{width:30px;margin-top:5px;margin-right:10px;}
.sm-word1 {
    color: #1d8be8;
    margin-bottom: 2px;
    font-size: 13px;
}
.sm-word2 {
     color: #707070;
     font-size:12px;
}
.big-box-kt1{padding:10px 25px;}
.form-horizontal .width-ona1 {
    width: 138px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    color: #707070;
}
.form-horizontal .width-ona4 {
    width: 115px;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 0px;
    margin-top: 0px;
    color: #707070;
    margin-left:15px;
}
.width-ona2{width:300px;}
.box-cl{display:flex;margin-bottom:12px;}
.box-cl .ant-input {
    margin-right: 0
}
.erwei-img{width:180px;height:180px;}
.width-ona3{
    color: #707070;
    font-size:14px;
    line-height:35px;
    margin-left:10px;
}
.big-box-kt2 {
    padding:25px;
}
.box-cl2 {
    display: flex;
    margin-bottom: 20px;
}
.sta-box {
    margin: 15px 25px 0 25px;
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.nav-tab-change1 li {
    float: left;
    cursor: pointer;
    font-size:15px;
    color:#aaa;
    background:#eee;color:#707070;
    width:120px;height:40px;line-height:40px;text-align:center;border-radius:5px 5px 0 0;
}
    .nav-tab-change1 li.active {
        background: rgba(33,147,244,1);
        color:#fff;
    }

.nav-tab-change1 .view-img1 {
    width: 20px;
    height: 20px;
    background: url("../images/alper.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.nav-tab-change1 li.active .view-img1 {
    background: url("../images/alper-light.png") no-repeat;
    background-size: 100% 100%;
}

.nav-tab-change1 .view-img2 {
    width: 20px;
    height: 20px;
    background: url("../images/alcas.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.nav-tab-change1 li.active .view-img2 {
    background: url("../images/alcas-light.png") no-repeat;
    background-size: 100% 100%;
}
.ma-you-ju2 {
    margin-top: 5px;
    background: #007bff;
    padding: 3px 8px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}
.ma-you-ju3 {
    margin-top: 5px;
    background: #4EB45F;
    padding: 3px 8px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}
.ma-you-ju4 {
    background: #007bff;
    padding: 3px 8px;
    border-radius: 15px;
    margin-bottom:5px;
    color: #fff;
    display: inline-block;
    font-size:12px;
}
.ma-you-ja1{margin-bottom:5px;}
.sao-ma1 {
    background: #007bff;
    padding: 3px 8px;
    border-radius: 15px;
    color:#fff;
}
.sao-ma2 {
    background: #4EB45F;
    padding: 3px 8px;
    border-radius: 15px;
    color: #fff;
}
.sao-ma3 {
    background: #B7B7B7;
    padding: 3px 8px;
    border-radius: 15px;
    color: #fff;
}
.ji-fen1{margin-top:8px;}
.juan-type li {
    float: left;
    color: #707070;border:1px solid rgba(112,112,112,0.2);padding:5px 8px;border-radius:5px;margin-right:10px;cursor:pointer;margin-bottom:5px;
}
    .juan-type li.active {
        color: #2387FB;
        border: 1px solid #2387FB;
    }


.formControls .ant-textarea {
    width: 100%;
}

.ant-textarea {
    padding: 8px;
    border-radius: 5px;
    background: #f4f6fa;
    border: none;
    font-size: 14px;
    margin-right: 25px;
}
.choose-color-type li {
    float:left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #51F297;
    margin-right:10px;
    cursor:pointer;
    margin-bottom:5px;
}
    .choose-color-type li.active {
        border: 4px #FF2727 solid;
        box-shadow: 0 0 2px #FF2727;
    }
.yu-view {
    color: #007bff;
    cursor: pointer
}
.choose-color-type li.choose-color1 {
    background: linear-gradient(221deg,rgba(34,249,137,1) 0%,rgba(29,196,200,1) 100%);
}
.choose-color-type li.choose-color2 {
    background: linear-gradient(221deg,rgba(35,137,251,1) 0%,rgba(29,196,200,1) 100%);
}
.choose-color-type li.choose-color3 {
    background: linear-gradient(221deg,rgba(245,149,22,1) 0%,rgba(245,231,108,1) 100%);
}
.choose-color-type li.choose-color4 {
    background: linear-gradient(221deg,rgba(249,31,30,1) 0%,rgba(245,158,107,1) 100%);
}
.check-box-img {
    margin-top:7px;
    margin-right:5px;
    width: 16px;
    height: 16px;
    background: url(../images/dch1.png) no-repeat;
    background-size: 100% 100%;
    cursor:pointer
}
.ju-pay-type li{line-height:30px;margin-right:15px;float:left;cursor:pointer}
.ju-pay-type li.active .check-box-img {
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
}
.ja-li{margin: 30px auto;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);width:350px;}
.mon-left{height:80px;background: url(/images/ticket-left.png) no-repeat;background-size:10px 80px;background-position:left -2px top;}
.mon-right1 {
    width: 100px;
    height: 80px;
    text-align: center;
    background: linear-gradient(221deg,rgba(34,249,137,1) 0%,rgba(29,196,200,1) 100%);
}
.mon-right2 {
    width: 100px;
    height: 80px;
    text-align:center;
    background: linear-gradient(221deg,rgba(35,137,251,1) 0%,rgba(29,196,200,1) 100%);
}
.mon-right3 {
    width: 100px;
    height: 80px;
    text-align: center;
    background: linear-gradient(221deg,rgba(245,149,22,1) 0%,rgba(245,231,108,1) 100%);
}
.mon-right4 {
    width: 100px;
    height: 80px;
    text-align: center;
    background: linear-gradient(221deg,rgba(249,31,30,1) 0%,rgba(245,158,107,1) 100%);
}
.left-on1{padding-left: 30px;padding-top: 15px;}
.left-on2{color: rgba(112, 112, 112, 0.5);padding-left: 30px;padding-top: 10px;font-size: 13px;}
.on-fir1{color: #707070;font-size: 18px;}
.on-fir2{color: rgba(112, 112, 112, 0.5);font-size: 12px;padding-left:5px;}
.money-icon{color: rgba(255, 255, 255, 0.5);display: inline-block;font-size:16px;padding-top:25px;vertical-align: top}
.money-word{font-size: 30px;color:#fff;display: inline-block;vertical-align: middle;padding-top:22px;}
.gray-part {
    padding:15px;
    width:670px;
    background: rgba(241,241,241,0.2);
    border: 1px solid rgba(112,112,112,0.2);
    font-size:14px;color:#707070;
    border-radius:5px;
    margin-bottom:15px;
}
.part-on-left{width:150px;text-align:right;padding-right:20px;}
.part-on-right {
    width: 480px;
}
.part-on-wo1{margin-bottom:10px;}
.ju-cont-on1 {
    word-break: break-all;
}
.tick-da {
    width: 460px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.gray-part .part-on-wo1:last-child {
    margin-bottom:0px;
}
.color-de1 {
    color:#248AFF;margin-left:25px;
}
.on-defa {
    padding: 3px 0;
    padding-right: 20px;
}
.yu-view:hover{
    color: rgb(22, 123, 210)
}
.week-choose-cou{margin-top:10px;}
.week-choose-cou li {
    float: left;
    background: #f2f2f2;
    color: #707070;
    width: 42px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-right: 1px solid #fff;
    cursor:pointer
}
.week-choose-cou li.active {background:#00aaee;color:#fff;}
.time-range-box{margin-top:10px;}
.del-col-part {
    color: red;
    cursor: pointer;
    height:35px;line-height:35px;
}
.add-col-part {
    color: #00aaee;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
}
.add-col-part:hover,.add-col-part:hover{
     color: rgb(22, 123, 210);
}
.tip-red {
    color: red;
    margin-top: 5px;
    font-size: 13px;
}
.blue-box {
   margin-top:5px;
}
.blue-tip-img{width:16px;height:16px;margin-top:2px;}
.blue-word{height:20px;line-height:20px;color:#666;margin-left:5px;}
.word-label-on{height:35px;line-height:35px;margin-right:5px;}
.you-tiao li{line-height:35px;margin-bottom:10px;}
.add-on-order,.add-on-per {
    color: #00aaee;
    cursor: pointer;
}
.add-on-order:hover,.add-on-per:hover{
    color: rgb(22, 123, 210);
}
.del-on-order {
    color: #de0707;cursor: pointer;
}
    .del-on-order:hover {
        color: red;
    }
.radio-pay-type li {
    line-height: 30px;
    margin-right: 15px;
    float: left;
    cursor: pointer
}

.radio-pay-type li.active .check-box-img {
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
}
.status-color {
    color:rgba(33,147,244,1)
}
.choose-sha {
    color: #007bff;
    line-height: 30px;
    cursor: pointer
}
.choose-sha:hover {
    color: #0056b3
}
.node-container {
    width: 310px;
    height: 400px;
    border: 1px solid #eee;
    text-align: left;
    font-size: 12px;
}
.node-container .header {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        padding: 0 20px;
    }
.fath-box{padding:0 25px;}
.node-container .quan_man > li > ul > li {
    margin-bottom: 10px;
    line-height:21px;
}
.con-height-ov {
    border: none;
    padding: 10px 15px;
    height: 360px;
    overflow-y: auto;
}
.par-choose-checked {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
}
.par-parent-check li{cursor:pointer}
.quan-choose-checked {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
}
.to-quan-checked{cursor:pointer}


.man-dian-on > li > ul {
    padding-left: 42px;
}
.man-dian-on > li > ul > li {
    margin-bottom: 5px;
}
.man-first-ceng {
    padding: 6px 0;
}
.man-up-show {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    background: url(../images/aa-down.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
  
}

.man-up-show.active {
    background: url(../images/aa-up.png) no-repeat;
    background-size: 100% 100%;
}
.man-quan-choose {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    background: url(../images/dch1.png) no-repeat;
    background-size: 100% 100%;
}

.man-quan-choose.man-part-checked {
    background: url(../images/dch3.png) no-repeat;
    background-size: 100% 100%;
}

.man-quan-choose.man-checked {
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
}
.man-par-choose {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    background: url(../images/dch1.png) no-repeat;
    background-size: 100% 100%;
}

.man-par-choose.man-checked {
    background: url(../images/dch2.png) no-repeat;
    background-size: 100% 100%;
  }
.man-to-quan, .man-par-parent li, .man-quan-choose, .man-par-choose {
    cursor: pointer
}
.man-par-parent{display:none}
.qu-title-top{padding:20px 20px 10px 20px;color:#353535;font-weight:bold;}
.qu-title-con{padding:0 20px;color:#707070}
.wai-box-shi {
    padding: 25px 25px 0 25px;
}
.one-part-shi {
   margin-bottom:10px;
}
.week-shi {
    background: #FAFAFA;padding:5px 10px;
}
.week-shi li {
    float: left;
    background: #E8E8E8;
    color: #323232;
    width: 45px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size:13px;
    margin-right: 5px;
}
.week-shi li.active {
    background: #2387FB;color:#fff;
}
.shi-time1 {
    background: #E2F9FF;
    color: #707070;
    height: 38px;
    line-height: 38px;
    padding:0 15px
}
.shi-time2 {
    background: #FAFAFA;
    padding-left:15px;
    padding-right:10px;
    height: 38px;
    line-height: 38px;
}

.panel-body {
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    margin: 15px 25px;
}
.zhda-body-mg {
    padding: 15px 25px 5px 25px;
    border-radius: 5px;
    background: #fff;
    margin: 15px 25px;
}
.zhda-body {
    padding: 15px 25px;
    border-radius: 5px;
    background: #fff;
    margin: 15px 25px;
}
.info-left .information .info-title {
    font-size: 20px;
    color: #282b2d;
}
.info-left .information p {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #777a7d;
}
.info-header .info-right>div {
   float:left;
    text-align: center;
    min-width: 150px;
    border-right:1px solid #eee;
    padding:5px 0;
}
.info-header .info-right > div:last-child {
    border-right:none;
}
    .info-right div .right-title {
        font-size: 15px;
        color: #282b2d;
        height: 30px;
        line-height: 30px;
    }
.info-right div .right-count {
    font-size: 20px;
    color: #fe9b20;
    height: 30px;
    line-height: 30px;
}
.formControls .ant-input.mon-chz{width:120px;margin-right:0}
.chon-on-list li{
    margin-bottom: 10px
}
.chon-on-list li:last-child {
    margin-bottom: 0px
}
.for-examp{line-height:22px;color:#707070}
.left-per1 {
    color: #353535;
    width: 80px;
    font-weight: bold;
}
.left-per2{color:#707070}
.person-me-box{border-right:1px solid #eee;width:200px;}
.person-bo1 {
    margin-bottom: 8px;
}
.left-per5 {
    color: #707070;
    margin-bottom: 8px;
}
.left-per6 {
    color: #353535;
    font-weight:bold;
}
.person-bo3{padding-left:30px}
.white-per-box{
    padding:0 30px 15px 30px;
}
.gray-per-box {
    background: #f1f1f1;
    padding: 1px 45px 15px 45px;
}
.gray-per-box  .ant-input{background:#fff}
.tiaoz-box li {
    cursor:pointer;
    float: left;
    height: 33px;
    line-height: 32px;
    width: 80px;
    text-align: center;
    border: 1px solid rgba(33,147,244,1);
    color: rgba(33,147,244,1)
}
.tiaoz-box li.active {
    background: rgba(33,147,244,1);
    color: #fff
}
.white-bot-box {
    padding: 1px 45px 15px 45px;
}
.mer-on-mess{background:#f1f1f1;line-height:20px;padding:10px 25px;color:#353535;font-size:13px;cursor:pointer;margin:0 25px;border-radius:5px;}
.mer-on-mess.active {
    background:rgba(33,147,244,1);color:#fff
}
.mer-on-mess span {
        margin-right: 15px;
    }


.four-steps{margin: 15px 25px;
padding: 25px;
background: #fff;
border-radius: 5px;}
.steps{padding: 50px 0 50px 20%;overflow: hidden;font-size: 0;position: relative;}
.step-tip{display: inline-block;vertical-align: middle;text-align: center;width: 23%;}
.step-last{width: 56px;}
.step-head{width: 100%;position: relative;}
.step-icon{width: 56px;height: 56px;font-size: 16px;border-radius: 50%;position: relative;z-index: 1;background: #fff;box-shadow: 0px 6px 5px rgba(153, 153, 153, 0.3);}
.step-icon-text{width: 44px;height: 44px;font-size: 30px;background: #ddd;border: 1px solid #ddd;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;text-align: center;line-height: 44px;color: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
@media screen and (max-width: 370px) {
    .steps{padding: 40px 0 40px 10px !important;}
    .step-icon{width: 40px;height: 40px;font-size: 12px;}
    .step-icon-text{width: 30px;height: 30px;font-size: 22px;line-height: 30px;}
    .step-line{top: 20px !important;}
    .fill-success-img{width:150px !important;height:150px !important;}
}
@media screen and (max-width:500px){
    .steps{padding: 40px 0 40px 50px !important;}
    .fill-success-img{width:200px !important;height:200px !important;}
}
@media screen and (max-width:1366px){
    .steps{padding: 25px 0 25px 20%;}
    .step-icon{width: 40px;height: 40px;font-size: 12px;}
    .step-icon-text{width: 30px;height: 30px;font-size: 18px;line-height: 30px;}
    .step-line{top: 20px !important;}
    .step-title{font-size: 14px !important;}
}
.step-icon-shadow{box-shadow: 0px 6px 5px rgba(11, 144, 137, 0.3);}
.step-icon-active{box-shadow: 0px 6px 5px #F7F9FC;background:#2387FB;}
.step-line{position: absolute;background-color: #f1f1f1;height: 6px;top: 26px;left: 28px;right: -4px;}
.step-line-active1{background: -webkit-linear-gradient(to right, #2387FB, #fff); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(to right, #2387FB, #fff); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(to right, #2387FB, #fff); /* Firefox 3.6 - 15 */background: linear-gradient(to right, #2387FB, #fff); /* 标准的语法 */}
.step-line-active2{background:#2387FB;}
.step-title{font-size: 16px;padding: 26px 0 0;color: #666;text-align: left;position:relative;left:-4px;}
.step-title-active {color:#2387FB;}
.step-title4{width:100px;}
.step-item {display:none;}
.step-item3 {position:relative;}
.attention-open{position:absolute;right:-90px;line-height:60px;}
.step-item-active{display:block;}
.uploader-onpic{width: 180px;}
.guige .uploader-onpic{position: absolute; }
.uploader-onpic-wrap{padding: 10px; width: 202px; border: 1px solid #eee; border-radius: 5px;}
.uploader-onpic .uploader-img{width: 180px; height: 180px; margin-bottom: 10px; position: relative;}
.uploader-onpic .uploader-img img{width: 180px;}
.uploader-onpic .mask{position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.3); z-index: 2;}
.uploader-onpic .progress{position: absolute; top: 90px; left: 30px; width: 120px; z-index: 100; background-color: #333;}
.uploader-onpic .progress-bar{background-color: #ccc;}
.uploader-onpic .uploader-btn{text-align: center;}
.thumbnail{border:none;width:100px;height:100px;}
.uploader-onpic-wrap-noPadding{border:1px dotted #D0DCEB;width:100px;height:100px;}
.uploader-img{width:100px !important;height:100px !important;}
.plus{position:absolute;z-index: 0;left: 24px;}
.uploader-add{font-size:50px;color:#D0DCEB;text-align:center;margin:0;}
.uploader-tip{color:#D0DCEB;text-align:center;}
.upload-img-src{display:block;width:100px !important; height:100px;}
.upload-img-title,.upload-img-title2{color:#479ef3;margin-top:10px;text-align:center;font-size:12px;}
.upload-img-title2{text-align:left;color:#767676;height:60px;}
.position-center-content{width:100%;}
.echo{font-size:14px;margin-bottom:20px;}
.echo-spanone,.echo-imgone{color:#999;margin-right:10px;}
.echo-spantwo{color:#666;}
.echo-imgone{position:relative;top:-36px;}
.echo-imgtwo,.echo-imgthree{width:90px;height:90px;margin-right:10px;}
.form-group{margin:0 15% !important;}
.step-content-title{font-size:18px;line-height:60px;background:#fcfcfc;padding-left:25px;margin:0 0 40px 0;}
.step-last-title{position:relative;top:2px;display:inline-block;width:6px;height:20px;background: #479ef3;border-radius:3px;margin-right:12px;}
.loading{line-height:34px;display:none;color:#479ef3;}
.loading img{margin-top: -0.1%;margin-right: 5px;height:18px;}
.show-remark{color:#333;}
.modal-body-example{background:#fcfcfc;}
.foximg img{transition:all 0.6s;}
.foximg img:hover{transform:scale(1.2);}
.four-width-lin{width:80%;margin: 0 auto;}
.content-main>.step-item{display: none;}
.content-main>.step-item-active{display: block;}
.form-group-model{margin:0 15%;padding-top:30px}
.load-img-show{width:110px;border-radius:4px;text-align:center;float:left;margin-right:10px;margin-bottom:15px}
.load-img-min{width:100px;height:100px;margin-top: 5px;border-radius:4px;border: 1px solid #eee;padding:5px;}
/*备案号*/
.bottom-bei{text-align:center;padding:15px;color:#707070}