body {
    min-width: 1200px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}



.login-header-wrap-new {
    color: #fff;
    z-index: 999;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    line-height: 65px;
    background-color: #fff;
}

.login-header-new {
    width: 1200px;
    margin: 0 auto;
}

.login-title-icon-new {
    width: 250px;
}

.l-title-nav-new li {
    float: left;
    font-size: 16px;
    cursor: pointer;
}

.login-btn-new {
    font-size: 16px;
    line-height: 36px;
    width: 92px;
    height: 36px;
    background-color: #435667;
    float: right;
    margin-top: 17px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

/*公共样式*/
.fl {
    float: left;
}

.fr {
    float: right;
}


/*登陆页面*/
.login-wrap img {
    width: 100%;
    height: 100%;
}

.login-content {
    position: absolute;
    width: 380px;
    height: 400px;
    border-radius: 2px;
    top: 86px;
    left: 60%;
    background: #fff;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    z-index: 2;
}

.datanglogin-content {
    position: absolute;
    width: 380px;
    height: 480px;
    border-radius: 2px;
    top: 253px;
    left: 40%;
    background: #fff;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    z-index: 2;
}

input:-webkit-autofill {
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 0px 1000px #f3f3F2 inset;
    border: none !important;
}

.login-title {
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #333;
    margin: 0 auto 26px;
    text-align: center;
}

.info-wrap {
    height: 47px;
    line-height: 47px;
    background-color: #f2f2f2;
}

    .info-wrap span {
        width: 1px;
        height: 20px;
        line-height: 20px;
    }

.user-info {
    margin: 0 auto;
    width: 300px;
}

.info-wrap label {
    font-size: 22px;
    color: #666;
    margin-right: 14px;
    margin-left: 10px;
}

.user-info input {
    background-color: #f3f3f3;
    font-size: 16px;
    color: #666;
    outline: medium;
    width: 235px;
}

.user-info .id-wrap {
    margin-bottom: 12px;
}

.user-info .name-wrap {
    margin-bottom: 12px;
}
/*登陆错误提示*/
.login-warn-wrap {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    
}

.login-footer-wrap {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    height:40px;
}

.warn-text {
    color: #ff3f3f;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    height:20px
}

.login-btn-wrap {
    margin: 0 auto;
    width: 300px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
}

.login-btn {
    font-size: 18px;
    color: #fff;
    width: 300px;
    height: 48px;
    line-height: 48px;
    margin: 20px auto 0;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    background: #435667;
    text-align: center;
}
.login-btn.gray{
    background: #4358675c;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}

.forget-password {
    text-align: right;
    width:80px;
}

    .forget-password a {
        display: block;
        margin: 0 auto;
        font-size: 14px;
        color: #666;
    }

        .forget-password a:hover {
            text-decoration: underline;
        }

.activation a {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
}

.activation a:hover {
    text-decoration: underline;
}

.login-bottom {
    position: fixed;
    width: 521px;
    height: 68px;
    left: 50%;
    bottom: 20px;
    margin-left: -260px;
    text-align: center;
}

    .login-bottom p {
        font-size: 18px;
        color: #fff;
        line-height: 34px;
        height: 34px;
    }

        .login-bottom p:nth-child(2) {
            color: #c3c3c3
        }

    .login-bottom img {
        position: absolute;
        height: 24px;
        width: 24px;
        left: 10px;
        top: 0
    }

    .login-bottom .phone {
        padding-left: 44px;
        position: relative;
    }
/*首次登陆*/
.login-top {
    height: 80px;
    width: 100%;
    background-color: #fff;
}

.first-login-wrap {
    width: 100%;
    background-color: #f0f0f0;
    padding: 153px 0 249px;
}

.first-login-window {
    width: 724px;
    height: 478px;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    z-index: 99;
}

.first-login-title {
    text-align: center;
}

    .first-login-title p {
        display: inline-block;
        font-size: 28px;
        color: #333;
        margin: 66px 0 55px 0;
    }

.first-login-info {
    margin-left: 232px;
}

.login-info-account {
    margin-bottom: 17px;
}

.first-login-info label {
    font-size: 12px;
    color: #999;
}

.login-info-account span {
    font-size: 14px;
    color: #333;
}

.login-info-input {
    height: 48px;
    line-height: 48px;
}

    .login-info-input input {
        height: 26px;
        line-height: 26px;
        width: 198px;
        border: 1px solid #dcdcdc;
        text-indent: 16px;
    }

.first-login-btn {
    margin: 23px 0 0 3px;
}

    .first-login-btn a {
        float: left;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
    }

    .first-login-btn .confirm-btn {
        background-color: #2c9ee3;
        color: #fff;
        width: 120px;
        height: 30px;
        margin-right: 10px;
    }

    .first-login-btn .cancel-btn {
        background-color: #fff;
        width: 118px;
        height: 28px;
        border: 1px solid #ddd;
        color: #2780cb;
    }

        .first-login-btn .cancel-btn:hover {
            background-color: #ddd;
        }
/*找回密码*/
/*公共 同酒�/
.submit-head-wrap {
    width: 100%;
}
.submit-head {
    width: 1200px;
    min-width: 1200px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
}
.submit-head p {
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.customer-service {
    float: right;
    background: url("//file.40017.cn/assets/tmc/images/xia.png") center right no-repeat;
    margin-right: 16px;
}
.customer-service span {
    display: inline-block;
    margin-right: 11px;
}
.passenger-name {
    color: #f68b00;
}
.submit-head .top-signout {
    color: #3c474f;
    margin-left: 49px;
    font-size: 12px;
    cursor: pointer;
}
/*确认账号*/
div.login_menu {
    border-bottom: none;
    padding-bottom: 54px;
}

.retrieve-password-wrap {
    background-color: #fff;
    width: 100%;
    padding-top: 140px;
}

.retrieve-password-content {
    width: 1200px;
    margin: 0 auto;
}

.step-list {
    height: 47px;
    background: url("//file.40017.cn/assets/tmc/images/reset-password.png") no-repeat;
}

.step-list-first {
    background-position: 0 0;
}

.step-list-third {
    background-position: 0 -255px;
}

.first-step-content {
    width: 370px;
    margin: 0 auto;
}

.new-first-step-content {
    width: 300px;
}

.first-step-content > p {
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
    text-align:center;
}

.first-step-content label {
    font-size: 14px;
    color: #999;
    margin-right: 11px;
    width: 84px;
    text-align: right;
    display: inline-block;
}

.first-user-info {
    height: 34px;
    line-height: 34px;
    position: relative;
}

    .first-user-info input {
        height: 32px;
        line-height: 32px;
        border: 1px solid #ddd;
        width: 282px;
        padding-left: 16px;
        font-size: 14px;
    }

.first-step-content .userId {
    margin-bottom: 34px;
}

    .first-step-content .userId .input-err {
        padding: 0 12px;
        display: none;
        position: absolute;
        z-index: 100;
        background: #f88117;
        top: 36px;
        color: #fff;
        font-size: 12px;
        line-height: 28px;
    }

        .first-step-content .userId .input-err > span {
            position: absolute;
            display: block;
            height: 0;
            width: 0;
            font-size: 0;
            line-height: 0;
            border-color: transparent transparent #f88117;
            border-style: dashed dashed solid;
            border-width: 8px;
            background: 0;
            top: -15px;
            left: 15px;
        }

.first-step-content .new-password .input-err {
    padding: 0 12px;
    display: none;
    position: absolute;
    z-index: 100;
    background: #f88117;
    top: 36px;
    left: 99px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}

    .first-step-content .new-password .input-err > span {
        position: absolute;
        display: block;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-color: transparent transparent #f88117;
        border-style: dashed dashed solid;
        border-width: 8px;
        background: 0;
        top: -15px;
        left: 15px;
    }

.first-user-info .right {
    background: url("//file.40017.cn/assets/tmc/images/right-icon.png") #fff no-repeat center center !important;
}

.send-link-btn {
    position: relative;
    text-align: center;
}

    .send-link-btn a {
        width: 158px;
        height: 36px;
        display: inline-block;
        background-color: #2c9ee3;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 44px;
        cursor: pointer;
        line-height: 36px;
        border-radius:4px;
    }

    .send-link-btn .input-err {
        padding: 0 12px;
        display: none;
        position: absolute;
        z-index: 100;
        background: #f88117;
        top: 90px;
        left: 63px;
        color: #fff;
        font-size: 12px;
        line-height: 28px;
    }

        .send-link-btn .input-err > span {
            position: absolute;
            display: block;
            height: 0;
            width: 0;
            font-size: 0;
            line-height: 0;
            border-color: transparent transparent #f88117;
            border-style: dashed dashed solid;
            border-width: 8px;
            background: 0;
            top: -15px;
            left: 15px;
        }

    .send-link-btn .prompt-info {
        font-size: 14px;
        color: #333;
        height: 16px;
        line-height: 16px;
        margin: 24px 0 0px 0;
        padding-bottom: 200px;
    }
/*重置密码*/
.first-user-info .reset-passId {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.first-step-content .new-password {
    margin-bottom: 26px;
}

.first-step-content .reset-modify-btn a {
    margin-bottom: 42px;
}

.modify-info {
    width: 400px;
    text-align: center;
    padding-bottom: 150px;
    font-size: 14px;
}

    .modify-info #num {
        color: #2c9ee3;
    }

.first-step-content #np-warp {
    margin-bottom: 10px;
}

.first-step-content .reminder {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 14px;
    margin: 0 0 10px 100px;
}
/*错误提示�/
.warningDiv, .warningDiv1{
    padding:0 12px;
    display: block;
    position: absolute;
    z-index: 100;
    background:#f88117;
    top: 38px;
    left: 75px;
    color:#fff;
    font-size:12px;
    line-height:28px;
}
.warn_arrows{
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #f88117;
    border-style: dashed dashed solid;
    border-width: 8px;
    background: 0;
    top: -15px;
    left: 15px;
}
.first-step-content .verify-wrap .input-err {
    padding: 0 12px;
    display: none;
    position: absolute;
    z-index: 100;
    background: #f88117;
    left: 0;
    top: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    text-indent: 0;
}
.first-step-content .verify-wrap .input-err>span {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #f88117;
    border-style: dashed dashed solid;
    border-width: 8px;
    background: 0;
    top: -15px;
    left: 15px;
}
/*新增*/
.swiper-cont {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-box {
    position: relative;
    white-space: nowrap;
    width: 100%;
    height: 550px;
    color: #fff;
    font-size: 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.swiper-box .banner1 {
    background: url('//file.40017.cn/assets/tmc/images/banner01.png?v=20170930') no-repeat center center;
}

.swiper-box .banner2 {
    background: url('//file.40017.cn/assets/tmc/images/banner02.png?v=20170930') no-repeat center center;
}

.swiper-box .banner3 {
    background: url('//file.40017.cn/assets/tmc/images/banner03.png') no-repeat center center;
}

.banner1-word {
    position: absolute;
    left: 18%;
    top: 30%;
}

.banner1-title {
    width: 1200px;
    margin: 0 auto;
    height: 250px;
    position: absolute;
    color: #fff;
    background: #ccc;
    top: 290px;
}

.login-title-icon-new {
    cursor: pointer
}

.banner2-title, .banner3-title, .banner4-title {
    position: absolute;
    width: auto;
    min-width: 70%;
    left: 9%;
    top: 30%;
}

.banner1-word, .banner2-word, .banner3-word {
    position: absolute;
    left: 0;
    top: 100px;
}

.banner1-word {
    margin-top: 45px;
}

.banner3-word p {
    width: 700px;
    height: 100px;
}

    .banner3-word p img {
        background-color: rgba(52,68,82,0.5);
        border-radius: 5px;
        padding: 16px 5px;
    }

.banner1-word p, .banner2-word p {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.swiper-box h2 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 10px;
}

.prog {
    z-index: 999;
    position: absolute;
    height: auto;
    width: 78px;
    left: 51.5%;
    bottom: 4%;
    height: 30px;
    margin-left: -39px;
}

    .prog ul {
        display: block;
        margin: 0 auto;
        text-align: center;
        height: auto;
        list-style: none;
        margin-right: 10px;
        padding: 0px;
    }

        .prog ul li {
            margin-right: 5px;
            float: left;
            height: 9px;
            width: 9px;
            margin-bottom: 10px;
            border-radius: 33px;
            list-style-type: none;
            background-color: #ccc;
            cursor: pointer;
        }

.bgccc {
    background: #fff !important;
}
/* 验证�*/
#dom_id #nc_1_wrapper, #dom_id.tb-login #nc_1_wrapper {
    width: 100%;
}

#dom_id .imgCaptcha, #dom_id .clickCaptcha {
    width: 100%;
}

    #dom_id .imgCaptcha .imgCaptcha_text input {
        background: #ebe6e6;
        padding-left: 10px;
    }
/*首次修改密码样式*/
.first-password-wrap {
    padding-top: 0;
}

    .first-password-wrap .top-content {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

        .first-password-wrap .top-content .top-tip {
            padding: 60px 0;
            font-size: 24px;
            color: #333;
        }

        .first-password-wrap .top-content .top-title {
            text-align: left;
            line-height: 34px;
            font-size: 17px;
            color: #666;
            border-bottom: 1px solid #dcdcdc;
            margin-bottom: 85px;
        }

    .first-password-wrap .new-password {
        margin-bottom: 32px;
    }

    .first-password-wrap #np-warp {
        margin-bottom: 10px;
    }

    .first-password-wrap .reminder {
        font-size: 12px;
        font-weight: normal;
        color: #999;
        line-height: 14px;
        margin: 0 0 10px 96px;
    }

.tra-management-wrap {
    background-color: #fff !important;
    overflow: hidden;
    background: url('//file.40017.cn/assets/tmc/images/all_mangage_bg.png') no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 85px;
}

.tra-management {
    width: 1200px;
    margin: 0 auto;
}

.tra-title {
    width: 270px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 32px;
    font-family: "黑体";
    color: #666;
    margin-top: 60px;
    margin-bottom: 20px;
}

.green-line {
    border-radius: 15px;
    background-color: #003177;
    display: block;
    width: 48px;
    margin: 0 auto 23px;
    height: 2px;
}

.manage-info-box {
    margin-right: 27px;
    width: 182px;
    height: 315px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0 17px;
    background-color: #fff;
}

.img-box {
    height: 148px;
    line-height: 148px;
    text-align: center;
}

.manage-detail-title {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    color: #666;
}

.manage-detail {
    line-height: 20px;
    height: 113px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #999;
}

.our-benifits-wrap {
    background: url('//file.40017.cn/assets/tmc/images/benifits-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.our-benifits {
    width: 1200px;
    margin: 0 auto;
}

.benifits-content {
    width: 500px;
    float: right;
    background-color: #2b606a;
    padding: 82px 50px;
}

.benifits-title {
    height: 32px;
    line-height: 32px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 23px;
}

.white-line {
    width: 48px;
    height: 3px;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 9px;
    margin-bottom: 35px;
}

.img-wrap {
    width: 48px;
    float: left;
}

.benifit-info {
    height: 45px;
    line-height: 45px;
}

    .benifit-info span {
        color: #fff;
        font-size: 14px;
        float: left;
        width: 425px;
    }

.success-info-wrap {
    background: url('//file.40017.cn/assets/tmc/images/success-bg.png') no-repeat center center;
    background-size: 100% 100%;
    background-color: #f8f8f8;
    padding-bottom: 20px;
}

.success-info {
    width: 1200px;
    margin: 0 auto;
}

.exap {
    width: 122px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 28px;
    font-family: "黑体";
    color: #666;
    padding-top: 38px;
    margin-bottom: 15px;
    font-weight: 600;
}

.success-title {
    width: 220px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    font-size: 20px;
    color: #666;
    margin-bottom: 27px;
    text-align: center;
}

.success-info-box {
    width: 380px;
    height: 470px;
    background: url('//file.40017.cn/assets/tmc/images/success-exap-1.png') no-repeat center center;
    background-size: 100% 100%;
    margin-right: 26px;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
}

.box-two > .suceess-hide p {
    line-height: 29px !important;
}

.suceess-hide h3 {
    width: 380px;
    height: 15px;
    background-color: #e16e12;
    position: absolute;
    top: 0;
    left: 0;
}

.box-three > .suceess-hide p {
    margin-bottom: 50px;
}

.center-content {
    width: 150px;
    height: 210px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -104px;
}

    .center-content p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin-top: 30px;
    }

.suceess-hide {
    position: absolute;
    top: 470px;
    padding: 90px 25px 154px 25px;
    background: #ccc;
    color: #fff;
    background-color: rgba(67,113,122,0.8);
}

    .suceess-hide h2 {
        font-size: 24px;
        font-weight: 400;
    }

.find-company {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -31px;
    bottom: -15px;
}

.box-one .find-company {
    bottom: 15px !important;
}

.box-two .find-company {
    bottom: -10px !important;
}

.suceess-hide p {
    line-height: 40px;
    font-size: 16px;
    margin-top: 25px;
}

.last {
    margin-right: 0 !important;
}

.box-two {
    background: url('//file.40017.cn/assets/tmc/images/success-exp-2.png') no-repeat center center !important;
}

.box-three {
    background: url('//file.40017.cn/assets/tmc/images/success-exap-3.png') no-repeat center center !important;
}

.login_bottom-wrap {
    background-color: #435667;
    color: #fff;
    font-size: 14px;
}

.login_bottom {
    width: 1200px;
    margin: 0 auto;
}

.login-info-wrap {
    margin-top: 50px;
}

.phone {
    margin-left: 20px;
}

.login_tip {
    margin-top: 20px;
}

.login_qr-code {
    float: right;
    padding-right: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.para {
    margin-top: 20px;
    margin-left: 10px;
}

.login_para2 {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.login_intro span {
    font-size: 16px;
}

.login_tip {
    font-size: 16px;
}

.login_para1 {
    font-size: 16px;
}

.login_para2 {
    font-size: 14px;
}

#login-title {
    font-style: 20px;
}

#layer-name {
    width: 300px;
    height: 50px;
    background-color: #f3f3f3;
    line-height: 50px;
    margin-bottom: 12px;
}

    #layer-name label {
        margin-left: 10px;
        width: 50px;
    }

.login-text {
    padding: 0 10px 0;
    background-color: #f3f3f3 !important;
    display: inline-block;
    border-left: 1px solid #ccc;
    margin-left: 6px;
    width: 210px;
    font-size: 16px;
    vertical-align: middle;
}

#layer-id {
    width: 300px;
    height: 50px;
    background-color: #f3f3f3;
    line-height: 50px;
    margin-bottom: 12px;
}

    #layer-id label {
        margin-left: 10px;
        width: 50px;
    }

#login-wrap .login-header-wrap-new {
    background: #fff;
    position: absolute;
    /* background-color: #fff; */
    color: #fff;
    font-size: 14px;
}

#login-wrap a {
    color: #333;
    margin-right: 48px;
    padding: 0 10px;
}

#layer-id input {
    background-color: #f3f3f3;
}

.new-login-text {
    border-left: 1px solid #ccc;
    background-color: #f3f3f3 !important;
    display: inline-block;
    margin-left: -9px;
    width: 237px;
    padding-left: 9px;
}

.visa-wrap .login-header-wrap-new {
    position: relative;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.visa-wrap {
    width: 100%;
    background-color: #eee;
}

.visa-wrap-head {
    height: 39px;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 39px;
}

    .visa-wrap-head a {
        color: #39a4e5;
        cursor: pointer;
    }

.visa-detail-wrap {
    min-height: 840px;
    background-color: #f8f8f8;
    width: 100%;
}

.visa-detail {
    width: 1200px;
    margin: 0 auto;
}

    .visa-detail h2 {
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: #333;
        padding-top: 29px;
        margin-bottom: 30px;
    }

    .visa-detail p {
        font-size: 12px;
        line-height: 22px;
    }

.l-title-nav-new a {
    display: block;
    color: #333;
    float: left;
    padding: 0 10px;
    margin-right: 48px;
}

.login-box {
    padding: 40px 80px 30px;
    left: 50%;
    display: none;
    position: fixed;
    overflow: hidden;
    top: 50%;
    margin-left: -230px;
    margin-top: -203px;
    background-color: #fff;
    line-height: 25px;
    width: 300px;
    z-index: 10000;
    border-radius: 5px;
}

.info-login-title {
    font-size: 30px;
    color: #333;
    margin: 0 auto 35px;
    text-align: center;
}

.layer-forget-password {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

#layer-wran {
    height: 20px;
}

.layer-forget-password .info-password {
    color: #666;
}

.filt {
    z-index: 999;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.layer-filt {
    position: absolute;
    right: 25px;
    top: 12px;
    cursor: pointer;
}

.nav3 {
    color: #000 !important;
}

.last-box {
    margin-right: 0 !important;
}

.orange-line1 {
    border: 1px solid #003177;
    margin-left: 2px;
    margin-top: 52px;
    display: block;
    background-color: #003177;
    height: 1px;
    width: 46px;
    border-radius: 21px;
}

.orange-line2 {
    border: 1px solid #003177;
    margin-left: 4px;
    margin-top: 52px;
    display: block;
    background-color: #003177;
    height: 1px;
    width: 71px;
    border-radius: 21px;
}

.orange-line3 {
    border: 1px solid #003177;
    margin-left: 5px;
    margin-top: 52px;
    display: block;
    background-color: #003177;
    height: 1px;
    width: 73px;
    border-radius: 21px;
}

.none {
    display: none;
}

.datangTop {
    background: url("//file.40017.cn/assets/tmc/images/dtlogin.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1080px;
}

.dtlogo {
    width: 380px;
    text-align: center;
    padding-top: 16px;
}

.dtlogin_bottom-wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
}

.dtlogin_bottom {
    height: 50px;
}

.dtlogin-info-wrap {
    position: absolute;
    width: 580px;
    left: 34%;
    /* right: 0; */
    margin: 0 auto;
    text-align: center;
}

div.nc-wrap {
    background: none;
    height:35px;
}


/* 公共样式 flex布局 */
/*弹性布局兼容写法*/
.dtg-flex {
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.dtg-justify-center {
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.dtg-justify-between {
    /* 09版 */
    -webkit-box-pack: space-between;
    /* 12版 */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.dtg-justify-end {
    /* 09版 */
    -webkit-box-pack: flex-end;
    /* 12版 */
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.dtg-justify-start {
    /* 09版 */
    -webkit-box-pack: start;
    /* 12版 */
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.dtg-align-center {
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.dtg-align-start {
    /* 09版 */
    -webkit-box-align: start;
    /* 12版 */
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.dtg-align-end {
    /* 09版 */
    -webkit-box-align: end;
    /* 12版 */
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}

.dtg-flex-row {
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.dtg-flex-column {
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.dtg-flex-bettwen {
    /* 09版 */
    -webkit-box-pack: space-between;
    /* 12版 */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.dtg-flex-warp {
    /* 09版 */
    /*-webkit-box-lines: multiple;*/
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dtg-flex-grow1 {
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
}

.dtg-justify-around {
    /* 09版 */
    -webkit-box-pack: space-around;
    /* 12版 */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.activation {
    width:80px;
    text-align:left;
}

.language {
  
    width: 130px;
    padding: 10px 5px;
    cursor:pointer
}

.language:hover {
     border: 1px solid #e2e2e2;
}

.language:hover .language-list{
    display:block;
}

.lan-msg {
    padding-right:5px;
}

.img-icon {
    width: 24px;
    padding-right: 5px;
}

.img-icon- {
    width: 20px;
    padding-right: 5px;
}

.lan-size {
    font-size: 14px
}

.language-list {
    position: absolute;
    top: 37px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    width: 140px;
    background-color:#ffffff;
    padding-bottom:10px;
    display:none;
}

.language-item {
    text-align:left;
    margin-left:18px;
}

.first-span {
    position: absolute;
    margin-left: -20px;
    color: red;
    font-size: 20px;
    margin-top: 3px;
}