* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

button, img, input, select {
    border: none;
    vertical-align: middle;
}

li, ol, ul {
    list-style-type: none;
}

.mr15 {
    margin-right: 15px;
}

.mr5 {
    margin-right: 5px;
}

a {
    text-decoration: none;
    color: inherit;
    outline: 0;
    cursor: pointer;
}

body {
    padding-top: 82px;
    font-family: "微软雅黑", 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #464e56;
    line-height: 22px;
}

.mb30 {
    margin-bottom: 30px;
}

a.text-primary {
    color: #1db776;
}

.hidden {
    overflow: hidden;
}

.line-primary {
    height: 38px;
    width: 3px;
    background: #1db776;
    margin-top: 6px;
    margin-right: 10px;
}

.ft24 {
    font-size: 24px;
    line-height: 1;
}

.mb5 {
    margin-bottom: 5px;
}

.text-mute {
    color: #75818E;
}

.text-gray {
    color: #99a4af;
}

.mr2 {
    margin-right: 2px;
}

.iconfont {
    vertical-align: middle;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mb15 {
    margin-bottom: 15px;
}

.ft18 {
    font-size: 18px;
}

.p20 {
    padding: 20px;
}

.contents {
    width: 1200px;
    margin: 0 auto;
}

.contents:after {
    content: " ";
    display: block;
    clear: both;
}

.mr30 {
    margin-right: 30px;
}

.text-mute {
    color: #75818E;
}

.line_2 {
    height: 1px;
    border-bottom: 1px dashed #E1E9FA;
    clear: both;
    overflow: hidden;
}

.btn {
    display: inline-block;
    font-family: 微软雅黑;
    margin-bottom: 0;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}

.btn-primary {
    background: #1db776;
    border-color: #1db776;
    color: #fff;
}

.btn-primary:hover {
    background: #0f9c62;
    border-color: #0f9c62;
    color: #fff;
}

.btn-md {
    padding: 10px 20px;
    font-size: 16px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.grayBg {
    background: #f7f9fc;
}

.mt30 {
    margin-top: 30px;
}

.mb70 {
    margin-bottom: 70px;
}

.pt30 {
    padding-top: 30px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt20 {
    padding-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.ft20 {
    font-size: 20px;
}

.text-center {
    text-align: center;
}

.bread {
    color: #75818e;
}

.bread a:hover {
    color: #1DB776;
}

.detail-box .bread {
    color: #fff;
}

.border-top {
    border-top: 1px solid #E1E9FA;
}

.mb40 {
    margin-bottom: 40px;
}

.ft15 {
    font-size: 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.ft16 {
    font-size: 16px;
}

.mb25 {
    margin-bottom: 25px;
}

.mr20 {
    margin-right: 20px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-sm-3, .col-sm-6, .col-sm-9, .col-sm-4, .col-sm-8 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-3 {
    width: 25%;
}

.ml15 {
    margin-left: 15px;
}

.ellipsis2 {
    overflow: hidden;
    height: 44px;
}

.ibox {
    background: #FFF;
}

.line_1 {
    height: 1px;
    clear: both;
    overflow: hidden;
    background-color: #E1E9FA;
}

.p30 {
    padding: 30px;
}

.border {
    border: 1px solid #E1E9FA;
}

.p15 {
    padding: 15px;
}

.w100 {
    width: 100%;
}

.nodata {
    width: 500px;
}

.nodataText {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: lighter;
}


/* 头部 */

.header {
    position: fixed;
    top: 0px;
    padding: 12px 0;
    font-size: 15px;
    width: 100%;
    background: #fff;
    z-index: 9;
    left: 0;
    box-shadow: 0 2px 16px 0 rgba(7, 17, 27, .04);
}
.header .layui-nav{
    background-color: #fff;
}
.header .layui-nav .layui-nav-item a{
    color: #333;
}


.container {
    margin: 0 auto;
    padding: 0 50px;
    min-width: 1400px;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

.nav-bar li {
    display: inline-block;
    padding-top: 18px;
}

.nav-bar li a {
    padding: 0 20px 15px 20px;
    display: block;
}

.nav-bar li.on a, .nav-bar li:hover a {
    color: #1db776;
}

.form-group {
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    height: 30px;
    padding: 2px 8px;
}

.header .form-group {
    margin-top: 14px;
}

.form-noborder {
    border: none;
    background-color: #fff;
    background-image: none;
    color: inherit;
    padding: 0 2px;
    line-height: 22px;
    font-size: 14px;
}

.clearfix {
    zoom: 1;
}

.loginBox {
    line-height: 58px;
    position: relative;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.logoImage {
    height: 60px;
}

#loginshow {
    display: none;
}

.loginBox .dropdown-menu-nav > li > a, .dropdown-menu-nav-child > li > a {
    text-align: center;
}

.name-text {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    border-radius: 50% 50%;
    background-color: rgba(000, 000, 000, 0.1);
    cursor: pointer;
}

.head-img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.search {
    cursor: pointer;
}


/* 头部结束 */


/*登录弹窗*/

.register-header {
    position: relative;
    padding: 15px 20px;
    border-bottom: #dfe1e5 solid 1px;
    color: #1db776;
}

.layui-form-required:before {
    content: "*";
    display: inline-block;
    font-family: SimSun;
    margin-right: 2px;
    font-size: 16px;
    line-height: 1;
    color: #ed4014;
}

#loginLayer {
    display: none;
}

#loginForm {
    padding: 20px;
}

#loginForm .layui-input-block {
    margin-left: 0;
}

#loginForm .layui-form-item:last-child {
    margin-bottom: 0
}

#loginForm .layui-btn {
    width: 100%;
}

.RememberPassword {
    overflow: hidden;
    height: 100%;
    line-height: 30px;
    color: #56a8fe;
    cursor: pointer;
    width: 100px;
    float: left;
}

.RetrievePassword {
    color: #999999;
    float: right;
    line-height: 30px;
    cursor: pointer;
}

.loginBtn.mt {
    margin-top: 26px;
}

.checkBox {
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../images/checkBox.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.checkBox.checked {
    background-image: url(../images/checked.png);
}


/*登录弹窗结束*/


/*滑块样式*/

.verify-wrap {
    width: 100%;
    height: 40px;
    background-color: #EEF3F7;
    margin: 5px auto;
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 20px;
    margin-bottom: 20px;
}

.verify-wrap .drag-btn {
    width: 40px;
    height: 40px;
    top: 0;
    background: url(../images/dragBtn.png);
    background-size: 100% 100%;
}

.verify-wrap .drag-progress {
    top: 0;
    border-radius: 20px;
    height: 40px;
}

.verify-wrap .fix-tips, .verify-msg {
    border-radius: 20px;
    line-height: 38px;
}

.verify-wrap .suc-drag-btn {
    background: #FFFFFF url(../images/suc-drag-btn.png);
    background-size: 100% 100%;
    border-radius: 20px;
}


/*滑块样式结束*/


/*底部*/

.footer {
    background-color: #343638;
    width: 100%;
    padding-top: 43px;
    padding-bottom: 43px;
}

.links {
    text-align: center;
}

.links a {
    color: #FFF;
    padding: 0 10px;
    position: relative;
}

.links a:hover {
    color: #0F90F2;
}

.footerinfo {
    margin-top: 10px;
    text-align: center;
}

.footerinfo span {
    margin: 0 10px;
    color: #FFF;
}


/*底部结束*/


/*右侧*/

.sidebar {
    width: 66px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -150px;
    z-index: 99;
    list-style: none;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .08);
    background: #fff;
    font-size: 12px;
}

.sidebar li {
    position: relative;
    text-align: center;
    padding: 0px 6px;
}

.sidebar li a {
    display: block;
    border-top: 1px solid #e6e6e6;
    padding: 12px 0px;
}

.sidebar li:first-child a {
    border-top: none;
}

.sidebar .qrcodePop {
    display: none;
    position: absolute;
    right: 66px;
    top: 0;
}

.sidebar .qrcodePop img {
    width: 180px;
}

.kefuList {
    width: auto;
    color: #333;
}

.kefuList li {
    float: left;
    width: 72px;
    padding: 12px 0 12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.kefuList li div {
    border-right: 1px solid #e6e6e6;
}

.kefuList li a {
    border-top: none;
    padding: 0;
}

.sidebar li i.iconfont {
    font-size: 24px;
}

.sidebar li:hover, .sidebar li a:hover {
    color: #fff;
    background: #1DB776;
}

.sidebar li.qrcode:hover .qrcodePop {
    display: block;
}

.sidebar li i {
    display: block;
    padding-bottom: 2px;
}


/*右侧结束*/


/*找回密码*/

#RetrieveLayer {
    display: none;
}

#RetrieveLayer .layui-steps {
    padding-top: 15px;
}

#RetrieveForm, #MRetrieveForm {
    padding: 20px;
}

#RetrieveForm .layui-input-block, #MRetrieveForm .layui-input-block {
    margin-left: 0;
}

#RetrieveForm .layui-form-item:last-child, #MRetrieveForm .layui-form-item:last-child {
    margin-bottom: 0
}

#ZHonsubmit {
    width: 100%;
    background-color: #009688;
}

#ZHGetcode {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #dcdfe6;
}

#ZHformStepSubmit2 {
    background-color: #009688
}


/*找回密码结束*/

#ew-map-select-map {
    height: 450px
}

#ew-map-select-pois {
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto
}

.ew-map-select-search-list-item {
    padding: 10px 30px 10px 15px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    position: relative
}

.ew-map-select-search-list-item:hover {
    background: #f2f2f2
}

.ew-map-select-search-list-item:last-child {
    border-bottom: 0
}

.ew-map-select-search-list-item .ew-map-select-search-list-item-title {
    font-size: 14px;
    color: #262626
}

.ew-map-select-search-list-item .ew-map-select-search-list-item-address {
    font-size: 12px;
    color: #595959;
    padding-top: 5px
}

.ew-map-select-search-list-item-icon-ok {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.ew-map-select-search-list-item-icon-ok .layui-icon {
    color: #3b74ff
}

.ew-map-select-tool {
    padding: 5px 15px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .05)
}

#ew-map-select-center-img {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 26px;
    margin-left: -13px
}

#ew-map-select-center-img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    display: inline-block;
    margin-left: -6px;
    margin-top: -7px;
    color: #3b74ff
}

.bounceInDown {
    animation: bounceInDown 500ms;
    animation-direction: alternate;
    -webkit-animation: bounceInDown 500ms;
    -webkit-animation-direction: alternate
}

.pull-right {
    float: right
}

.inline-block {
    display: inline-block;
}

.icon-search {
    background-image: url(../page/images/icon_search.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 26px;
}

.ew-map-select-tool .layui-input {
    border-radius: 4px;
}

.layui-elem-field legend {
    margin: 0 auto;
}

.layui-field-title {
    margin-top: 0;
    margin-bottom: 50px;
}

.authenticationBox {
    width: 534px;
    height: 100%;
    margin: 0 auto;
    padding-top: 45px;
}

.authenticationBox .big_title {
    font-size: 35px;
    color: #383735;
    font-weight: bold;
}

.authenticationBox .small_title {
    color: #1f1f1f;
    font-size: 15px;
    line-height: 40px;
    margin-top: 5px;
}

.authentication_content {
    padding-top: 57px;
    padding-left: 260px;
    position: relative;
    height: 320px;
}

.bottom {
    font-size: 0px;
}

.bottom div {
    display: inline-block;
    width: 33.33%;
    font-size: 14px;
    text-align: center;
    color: #D2D2D2;
}

.per_info p {
    color: #6b6b6b;
}

.per_info .warn_tip {
    font-size: 24px;
    color: #1f1f1f;
    font-weight: bold;
    line-height: 40px;
}

.code_box #code {
    width: 208px;
    height: 208px;
}

.code_box #code canvas {
    width: 208px !important;
    height: 208px !important;
}

.code_box {
    width: 230px;
    height: 230px;
    position: absolute;
    left: 0px;
    top: 57px;
    padding: 11px;
}

.line {
    width: 35px;
    height: 1px;
    background: #DCEBFF;
    position: absolute;
}

.line_leftTop {
    width: 1px;
    height: 35px;
    left: 0px;
    top: 0px;
}

.line_leftTop1 {
    width: 35px;
    height: 1px;
    left: 0px;
    top: 0px;
}

.line_rightTop {
    width: 35px;
    height: 1px;
    right: 0px;
    top: 0px;
}

.line_rightTop1 {
    width: 1px;
    height: 35px;
    right: 0px;
    top: 0px;
}

.line_leftbottom {
    width: 35px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.line_leftbottom1 {
    width: 1px;
    height: 35px;
    left: 0px;
    bottom: 0px;
}

.line_rightbottom {
    width: 35px;
    height: 1px;
    right: 0px;
    bottom: 0px;
}

.line_rightbottom1 {
    width: 1px;
    height: 35px;
    right: 0px;
    bottom: 0px;
}

.verificationPathBox .noDataPath {
    display: block;
    font-size: 14px;
    font-weight: bold;
}


/*实名认证*/

.verificationPathBox {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 30px;
}

.verificationPath_div {
    width: 500px;
    height: 100%;
    margin: 0 auto;
    padding-left: 130px;
    position: relative;
    padding-top: 70px;
}

.verificationPath_div img {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0px;
}

.verification_tip {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.verificationPath_div .verification_items {
    line-height: 32px;
}

.verificationPath_div .verification_items:nth-child(5) {
    font-size: 15px;
    color: #1890FF;
    padding-top: 5px;
    cursor: pointer;
}

@media only screen and (min-width: 1920px) {
    .header {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1400px) {
    #menuFr {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1401px) {
    #menuFr {
        margin-right: 50px;
    }
}