
.mW1200 {
    margin: -16 auto;
    max-width: 1200px;
    width: 1200px;
    overflow: hidden;
}

.mW1000 {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
}

.topLogin {
    background: #333;
}

    .topLogin .nav {
        color: #fff;
        line-height: 30px;
        overflow: inherit;
    }

        .topLogin .nav .title {
            font-size: 12px;
            color: #ccc;
        }

        .topLogin .nav .top-menu {
            float: right;
        }

            .topLogin .nav .top-menu .titem {
                position: relative;
                margin-left: 10px;
                float: left;
                font-size: 15px;
                color: #ccc;
                cursor: default;
            }

                .topLogin .nav .top-menu .titem .golb {
                    padding: 0 25px;
                    line-height: 22px;
                    border: 1px solid #fff;
                    border-radius: 15px;
                    display: inline-block;
                    text-align: center;
                    color: #fff;
                    box-sizing: border-box;
                }

                .topLogin .nav .top-menu .titem .blue {
                    background: #4b92ec;
                    border: 1px solid transparent;
                }

                .topLogin .nav .top-menu .titem .head-text {
                    color: #c1a172;
                    margin-left: 3px;
                }

                .topLogin .nav .top-menu .titem .fa {
                    margin-left: 5px;
                    margin-bottom: 2px;
                }

                .topLogin .nav .top-menu .titem .operat {
                    position: absolute;
                    top: 30px;
                    right: -10px;
                    width: 240px;
                    background: #fff;
                    box-shadow: 0 15px 30px rgba(0,0,0,.2);
                    border-radius: 5px;
                    z-index: 99;
                    color: #666;
                    display: none;
                }

                    .topLogin .nav .top-menu .titem .operat:before {
                        content: "";
                        position: absolute;
                        right: 20px;
                        top: -22px;
                        width: 0;
                        height: 0;
                        border: 16px solid;
                        border-color: transparent transparent #fff transparent;
                    }

    .topLogin .top-menu .operat .info {
        display: flex;
        padding: 15px 10px;
        border-bottom: 1px solid #e5e5e5;
    }

        .topLogin .top-menu .operat .info .avator {
            width: 50px !important;
            height: 50px;
            border-radius: 50%;
            margin-right: 14px;
        }

.details {
}

.username {
    line-height: 22px;
}

.topLogin .top-menu .operat .info .details .member-btn {
    padding: 0 14px;
    color: #666;
    height: 24px;
    line-height: 22px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    outline: none;
    background: #fff;
    cursor: pointer;
}

.topLogin .top-menu .operat .op-menu {
    padding: 20px;
    padding-bottom:0;
    border-bottom: 1px solid #e5e5e5;
}

    .topLogin .top-menu .operat .op-menu li {
        margin-bottom: 28px;
        line-height: 14px;
        cursor: pointer;
    }

        .topLogin .top-menu .operat .op-menu li a {
            display: block;
        }

        .topLogin .top-menu .operat .op-menu li .fr {
            float: right;
            font-size: 14px;
            color: #ccc;
        }

.topLogin .top-menu .operat .out {
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.home-header {
    background: #fff;
    line-height: 1;
    padding: 0;
}

.top-main {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    line-height: 86px;
    position: relative;
    display:flex;
    align-items:center;
}

    .top-main img {
        display: inline-block;
        vertical-align: middle;
        /*max-width:290px;*/
        max-height: 100%;
    }

.menu-box {
    background: #4988e6;
}

.menu {
    display: flex;
    background: #4988e6;
    position: relative;
}

.menu-box .menu li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

    .menu-box .menu li a {
        padding: 0 8px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .menu-box .menu li a:hover {
            color: #ffde00;
        }

.menu-box .menu .func a {
    padding: 0;
    width: 100%;
    color: #fff !important;
}

.menu-box .menu .func {
    width: 289px;
    background: #346fce;
    position: relative;
}

.menu-box .menu li a.router-link-active {
    background: #3e7ddc;
}

.router-link-active .logo-title {
    margin-left: 20px;
    position: relative;
    top: 4px;
    width: 182px;
    height: 34px;
    cursor: default;
}

.func-nav {
    z-index: 99;
    position: absolute;
    top: 220px;
    left: 0;
    width: 289px;
    height: 472px;
    background: #3d7cdc;
    display: none;
}

.func-nav-box {
    background: #3d7cdc;
    border-bottom: 1px dashed #5a95e8;
    padding: 14px 14px 10px;
}

.func-nav-title {
    display: flex;
    align-items: center;
    line-height: 24px;
    height: 24px;
}

    .func-nav-title i {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 14px;
    }

        .func-nav-title i img {
            display: block;
            width: 100%;
            height: 100%;
        }

.func-nav-main h1 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    position: relative;
    font-weight: 500;
}

.func-nav-lis {
    margin-top: 6px;
}

.func-nav-list ul {
    margin-left: 30px;
    zoom: 1;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.func-nav-list ul li {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    float: left;
    padding: 5px;
    cursor: pointer;
    position: relative;
}


.home-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 46px;
    background: #333;
    color: #666;
    padding: 0;
    line-height: 46px;
    font-size: 14px;
    z-index: 999;
}

    .home-footer .cont {
        height: 46px;
        line-height: 46px;
    }

    .home-footer .right {
        float: right;
    }

    .home-footer .company {
        margin-left: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .home-footer .gongxinbu {
        color: #666;
        vertical-align: middle;
    }

    .home-footer .left img {
        display: inline-block;
        width: 110px !important;
        max-width: 100%;
        max-height: 100%;
    }

.silder-bar {
    z-index: 9;
    position: fixed;
    right: 20px;
    bottom: 100px;
}

    .silder-bar li {
        width: 40px;
        text-align: center;
        position: relative;
        background-color: #3c98fc;
        border-radius: 3px;
        margin: 4px 0;
        cursor: default;
    }

        .silder-bar li i {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 3px;
        }

        .silder-bar li:first-child i {
            background: transparent url(../images/rb-nav.png) no-repeat scroll 0 0;
        }

        /*.silder-bar li:nth-child(2) i {
            background: transparent url(../images/rb-nav.png) no-repeat scroll 0 -48px;
        }

        .silder-bar li:nth-child(3) i {
            background: transparent url(../images/rb-nav.png) no-repeat scroll 0 -96px;
        }*/

        .silder-bar li:nth-child(3) i {
            background: transparent url(../images/rb-nav.png) no-repeat scroll 0 -144px;
        }

        .silder-bar li > p {
            display: none;
            padding-top: 4px;
            width: 40px;
            height: 36px;
            line-height: 16px;
            color: #fff;
            font-size: 12px;
            border-radius: 3px;
        }

        .silder-bar li .cqz-kefu {
            display: none;
            position: absolute;
            right: 50px;
            bottom: -30px;
            width: 187px;
            height: 200px;
            text-align: center;
            border-radius: 4px;
            background: #fff;
            border: 1px solid #e5e5e5;
        }

            .silder-bar li .cqz-kefu img {
                width: 80px;
                height: 80px;
                display: block;
                margin: 20px auto;
            }

            .silder-bar li .cqz-kefu span {
                line-height: 14px;
                font-size: 14px;
                color: #222;
                display: block;
                margin: 0 auto;
            }

            .silder-bar li .cqz-kefu a {
                cursor: pointer;
                margin: 20px auto;
                display: inline-block;
                padding: 4px 30px;
                border: 1px solid transparent;
                outline: none;
                background: #ff8100;
                font-size: 14px;
                color: #fff;
                border-radius: 4px;
            }

        .silder-bar li b.phone {
            display: none;
            position: absolute;
            top: 0;
            right: 50px;
            line-height: 40px;
            color: #4988e6;
            width: 140px;
            border: 1px solid #e5e5e5;
            border-radius: 4px;
            background: #fff;
            font-weight: bold;
        }

        .silder-bar li b.wx {
            display: none;
            padding: 18px;
            position: absolute;
            right: 50px;
            top: -100px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 4px;
        }

            .silder-bar li b.wx img {
                width: 160px !important;
                height: 160px;
            }

        .silder-bar li:last-child {
            border-bottom: 0;
        }

        .silder-bar li .cqz-kefu p {
            position: absolute;
            right: -48px;
            bottom: 30px;
            display: block;
            width: 50px;
            height: 80px;
        }

        .silder-bar li b.phone:before {
            content: "";
            width: 12px;
            height: 12px;
            border-top: 1px solid #e5e5e5;
            border-left: 1px solid transparent;
            border-bottom: 1px solid transparent;
            border-right: 1px solid #e5e5e5;
            background: #fff;
            position: absolute;
            right: -6px;
            top: 14px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.checker-info {
}

.checker-basic-info {
    padding: 20px 0 10px;
    border-top: 1px solid #eee;
}

.ant-row {
    position: relative;
    height: auto;
    zoom: 1;
    display: block;
    overflow: hidden;
}

    .ant-row > div {
        float: left;
        width: calc(100% / 3);
    }

.checker-info-data p {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

    .checker-info-data p span.title {
        display: inline-block;
        width: 100px;
        margin-right: 10px;
        color: #999;
    }

.depth-title {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

    .depth-title .depth-title-text {
        margin-right: 10px;
        color: #4988e6;
    }

.anticon {
    display: inline-block;
    font-style: normal;
    vertical-align: -.125em;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
}

.consume-tips {
    margin-left: 0 !important;
    font-size: 13px !important;
    padding: 5px 10px;
    color: rgba(0,0,0,.45);
}

    .consume-tips .cost {
        font-size: 13px;
        color: rgba(0,0,0,.45);
        padding: 0 2px;
    }

.ant-row .col-2 .LH32 {
    color: #666;
}

.ant-row .LH32 {
    line-height: 32px;
}

.weight-ft-btn {
    margin-top: 10px;
    text-align: center;
}

.inquire {
    width: 116px;
    background: #4988e6;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    height: 32px;
    text-align: center;
    border: 1px solid #e8e8e8;
    line-height: 32px;
}

    .inquire:hover {
        color: #fff;
        background-color: #73a1e4;
    }

.checker-tip-off {
    margin-top: 10px;
}

.checker-tip-off-content {
    padding: 24px 0 65px;
}

.tip-off-table .table {
    border-color: #eee;
}

    .tip-off-table .table thead {
        background-color: #f2f2f2;
    }

        .tip-off-table .table thead th {
            border: 1px solid #eee;
            text-align: center;
        }

    .tip-off-table .table td {
        border: 1px solid #eee;
        text-align: center;
        padding: 10px 0;
    }

.tip-block {
    display: flex;
    padding-bottom: 10px;
    padding-top: 30px;
}

    .tip-block .icon {
        width: 20px;
    }

    .tip-block .tip-ol {
        padding-left: 0;
        flex: 1;
    }

        .tip-block .tip-ol ol {
            padding-left: 0;
            margin-bottom: 0;
        }

            .tip-block .tip-ol ol li {
                list-style: decimal;
            }

.home-basic-storage {
    line-height: 24px;
    text-align: right;
}

    .home-basic-storage .check-report {
        width: 230px;
        float: right;
        zoom: 1;
    }

#iframe {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    z-index:111;
    display:none;
}
/*登陆弹窗样式*/
.login-dows {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    /*display: none;*/
}

.login-box {
    width: 350px;
    min-height: 350px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 5px #555;
}

    .login-box .shut {
        position: absolute;
        top: 2px;
        right: 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #999;
        font-size: 29px;
        cursor: pointer;
        z-index: 1;
    }

    .login-box .loginTitle {
        padding: 50px 20px 10px;
        overflow: hidden;
        position: relative;
    }

        .login-box .loginTitle > h2 {
            float: left;
            width: 50%;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            color: #999;
            cursor: pointer;
            letter-spacing: 2px;
            /*background-image:linear-gradient(-90deg,#4988e6,violet); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;*/
            transition: 1s;
        }

        .login-box .loginTitle .active {
            color: #4988e6;
        }

    .login-box .rail {
        width: 40%;
        height: 2px;
        background: linear-gradient(-90deg, violet, #4988e6);
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 25px;
        transition: 500ms;
    }

    .login-box .frame {
        padding: 0 20px;
        height: auto;
        overflow: hidden;
        display: none;
    }

    .login-box .input-row {
        /*display:flex;*/
        height: auto;
        border: 1px solid #f1f1f1;
        margin-top: 20px;
        overflow: hidden;
    }

        .login-box .input-row > label {
            float: left;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            color: #999;
            font-size: 18px;
            margin:0;
        }

        .login-box .input-row .item-content {
            margin-left: 40px;
            height: 40px;
        }

    .login-box .item-content input {
        width: 268px;
        height: 40px;
        padding-left: 10px;
    }

    .login-box .forget {
        overflow: hidden;
        margin-top: 10px;
    }

        .login-box .forget > a {
            float: right;
            color: #4988e6;
        }

.login-btn {
    display: block;
    width: 200px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 20px auto 20px;
    border: none;
    background-color: #4988e6;
    border-radius: 4px;
}

.commitment {
    font-size: 12px;
    line-height: 26px;
    margin-top: 5px;
}

    .commitment > input {
        vertical-align: middle;
        margin-right: 5px;
    }

    .commitment > a {
        color: #4988e6 !important;
    }

/*条款*/
.treaty-pop{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:9999;
    display:none;
}
.ivu-modal{
    width:520px;
    margin: 0 auto;
    position: relative;
    outline: 0;
    top: 100px;
}
.ivu-modal-content{
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.ivu-modal-body{
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
}
.arge-text{
    margin: 29px 21px 41px 21px;
    line-height: 24px;
}
.arge-text .title{
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
}
.arge-text .arg-wrap{
    border: 1px solid #e5e5e5;
    padding: 16px;
    height: 350px;
    overflow-y: auto;
}
.arge-text .arg-wrap .sub-title{
    color: #222;
    margin-top: 25px;
    font-weight: 700;
    font-size:13px;
}
.ivu-modal-close{
    z-index: 1;
    font-size: 26px;
    position: absolute;
    right: 0px;
    top: -10px;
    overflow: hidden;
    cursor: pointer;
}
.ivu-modal-close .chi-shut{
    font-size: 31px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: 1px;
}

.main-searchbox{
    position: relative;
    z-index: 2;
    clear: both;
    width: 610px;
    height: 36px;
    margin-left:40px;
    border: 2px solid #4988e6;
}

.main-searchbox .xuanz{
    position:absolute;
    top:0;
    width:155px;
}
.main-searchbox .layui-form-select .layui-input{
    border:none;
    height:36px;
}
.main-searchbox .import{
    position:absolute;
    top:0;
    left:155px;
    width:290px;
    border:none;
    height:36px;
    padding-left:10px;
}
.main-searchbox .btn-search{
    position: absolute;
    top: 0;
    right: 0;
    width: 155px;
    height: 36px;
    line-height:36px;
    color: #fff;
    background-color: #4988e6;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}
.newTanc{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:99;
}
.newContent{
    width:626px;
    height:560px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50% , -50%);
    background:url(../images/newbie.png)no-repeat center center;
    background-size:100% 100%;
    text-align:center;
}
.shutkaow{
    font-size:30px;
    color:#b56408;
    font-weight:bold;
    width:332px;
    height:72px;
    line-height:72px;
    margin:96px auto 0;
    cursor:pointer;
}
.layui-form-select dl dd.layui-this{
    background-color:#4988e6 !important;
}
.qq_service{
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    margin-left:20px;
}
.qq_service img{
    max-width:120px;
    max-height:40px;
}
.banner{
    display:none;
    position:relative;
    background-color:#6518f0;
}
.banner>a{
    display:block;
    width:100%;
    height:100%;
    background:url(../images/banner-adv2.png)no-repeat center center;
    background-size:cover cover;
}