﻿@font-face {
    font-family: 'Open Sans';
    src: url('/font/opensans-webfont.eot'); /* IE9 Compat Modes */
    src: url('/font/opensans-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/font/opensans-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('/font/opensans-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('/font/opensans-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/font/opensans-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
}

#div_login_container {
    background: #F9F8F8;
}

.container_header {
    text-align: center;
    overflow: hidden;
}

    .container_header img {
        margin-top: 50px;
    }

.container_login, .footer_main {
    max-width: 1171px;
    margin: 0px auto;
    padding: 0 10px;
}

.container_login {
    padding: 15px 0px;
}

.HeaderRight {
    float: right;
}

    .HeaderRight button {
        border: none;
        margin-top: 8px;
    }

        .HeaderRight button:hover {
            background: #fff;
        }

.footer {
    background: #2E2E2E;
}

.footer_main {
    padding: 15px 0px;
}

    .footer_main * {
        color: #fff;
        font-size: 15px;
    }

#div_login_main {
    overflow: hidden;
}
/************************************************************/
.divLogin {
    max-width: 1450px;
    margin: 30px auto;
    width: 100%;
    padding-left: 10px;
    min-width: 1200px;
}

.leftMain {
    width: 360px;
    margin: 0 auto;
    padding-right: 12px;
}

.left_en_nav {
    font-size: 19px;
    color: #fff;
    margin: 20px 0px;
    padding-left: 55px;
}

.left_login {
    font-size: 22px;
    /*font-weight: bold;*/
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 70px;
}

.ul_left_login, .ul_left_login_en {
    margin-bottom: 70px;
}

    .ul_left_login li, .ul_left_login_en li {
        text-align: center;
        color: #D6E2FE;
        font-size: 18px;
        padding-bottom: 8px;
        letter-spacing: 1px;
    }

.ul_left_login_en {
    padding-left: 70px;
}

    .ul_left_login_en li {
        list-style-type: disc;
        text-align: left;
        padding: 0px 50px 8px 0px;
        color: #fff;
        font-size: 16px;
    }

    /* .ul_left_login_en li span {
            color: #fff;
            font-size: 16px;
        }*/

    .ul_left_login_en .ul_li_img {
        list-style-type: none;
        background-color: rgba(255,255,255,0.3);
        width: 270px;
        padding: 15px 40px;
        margin-left: 20px;
        margin-top: 20px;
    }

        .ul_left_login_en .ul_li_img strong {
            display: block;
            text-align: center;
            font-size: 18px;
            margin-bottom: 5px;
            color: #000;
        }

        .ul_left_login_en .ul_li_img img {
            width: 100%;
        }

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.border-right-blue {
    border: 1px solid #3486FA;
    background: #fff;
}

.input {
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
    transition: none;
}

.field-icon .icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 22px;
    color: #c8c8c8;
    top: 0px;
}

/*.field-icon .input {
    text-indent: 35px;
}*/

.input:focus, .layui-input:focus {
    border-color: #66d6db !important;
}

.ck_label {
    cursor: pointer;
}

    .ck_label input[type='checkbox'] {
        width: 20px;
        height: 20px;
        background-color: #fff;
        -webkit-appearance: none;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        outline: none;
        cursor: pointer;
        vertical-align: bottom;
        border-color: #aaa;
    }

        .ck_label input[type='checkbox']:disabled {
            background-color: #eee;
        }

    .ck_label input[type=checkbox]:checked {
        border: none;
        border-radius: 2px;
        box-shadow: none;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CjxwYXRoIGQ9Ik05IDE2LjJMNC44IDEybC0xLjQgMS40TDkgMTkgMjEgN2wtMS40LTEuNEw5IDE2LjJ6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiMjMDI4OEQxIi8+Cjwvc3ZnPg==")no-repeat center;
        background-color: #367CFB;
    }

.btnSubmit-blue {
    background: #2B7CFF;
    border-radius: 22px;
    height: 44px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.btnGoTo-blue {
    height: 44px;
    line-height: 44px;
    width: 100%;
    border: 1px solid #2B7CFF !important;
    color: #2B7CFF !important;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 22px;
    margin-top: 24px;
}

.color-ifrGreen {
    color: #2B7CFF !important;
}

.OtherLogin {
    margin-top: 9px;
}

    .OtherLogin a {
        width: 100%;
        height: 44px;
        padding: 0px 24px;
        display: inline-block;
        background: #FFFFFF;
        border: 1px solid #2B7CFF;
        border-radius: 22px;
        cursor: pointer;
        margin-bottom: 12px;
        line-height: 42px;
        color: #0B1F40;
    }

        /* .OtherLogin a:last-child {
        margin-right: 0px;
    }*/

        .OtherLogin a img {
            width: 21px;
            margin-right: 24px;
            /*vertical-align: sub;*/
        }

.showMoreLogin {
    font-size: 28px;
    line-height: 21px;
    color: #ABABAB;
    margin-right: 0px !important;
}

.btnVerCode {
    background: #FFFFFF;
    border: 1px solid #2B7CFF;
    border-radius: 22px;
    text-align: center;
    color: #2B7CFF;
    width: 168px;
    height: 44px;
    cursor: text;
}
/******************************************************************************************/

.position-input {
    text-indent: 30px;
}

.position-icon {
    position: absolute;
    left: 0px;
    height: 40px;
    line-height: 41px;
    width: 40px;
    text-align: center;
    top: 0px;
}

.shengming {
    color: #0B1F40;
    font-size: 14px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

.login_left {
    width: 36.1111%;
    height: 900px;
}

    .login_left * {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif !important;
    }

.left_biologo {
    margin-top: 60px;
}

    .left_biologo img {
        width: 169px;
    }

    .left_biologo .imgtext {
        font-size: 12px;
        transform: scale(0.9);
        letter-spacing: 0.12px;
        margin-left: -18px;
        margin-top: 5px;
    }

.left_welcome {
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    /*width: 280px;*/
    margin-top: 105px;
}

.login_mainRight {
    width: 530px;
    margin: 0 auto;
    padding-right: 10px;
}

.left_divUl_title {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif !important;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    line-height: 30px;
}

.left_ul {
    margin-top: 22px;
}

    .left_ul li {
        list-style: inside;
        padding: 10px 0;
    }

        .left_ul li span {
            font-family: -apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            color: #FFFFFF;
            text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .left_ul li strong {
            display: inline;
        }

.divQRCode {
    margin-top: 53px;
}

    .divQRCode img {
        width: 157px;
        height: 157px;
    }

.QRCodeRemark {
    margin-top: 12px;
    font-family: 'Source Han Sans CN' !important;
    letter-spacing: 7.5px;
    width: 170px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.QRCodeRemarkChild {
    width: 170px;
    margin-top: 8px;
    line-height: 20px;
    letter-spacing: 6.5px;
}

.div_loginTitle {
    margin-top: 197px;
}

.spanLogin_title {
    color: #0B1F40;
    font-weight: 400;
    font-size: 24px;
}

.loginTitle {
    float: right;
    display: inline-block;
    color: #2B7CFF !important;
    margin-top: 12px;
}

.title_a_left {
    margin-right: 12px;
}

.title_a_right {
    padding-left: 12px;
    border-left: 1px solid #E6E8EC;
}

.padding_form .txtinput, .txtinput {
    background: #FFFFFF;
    border: 1px solid #CED2D9;
    border-radius: 22px;
    padding: 12px 24px;
    height: 44px;
    width: 100%;
}

    .padding_form .txtinput:focus, .txtinput:focus {
        border: 1px solid #2B7CFF;
    }
/*google 登录 样式修改 start */
.abcRioButtonBlue {
    background: transparent;
    box-shadow: none;
    width: 22px !important;
    height: 22px !important;
}

    .abcRioButtonBlue:hover, .abcRioButtonBlue:active {
        background-color: transparent !important;
    }

.abcRioButton:hover {
    box-shadow: none !important;
}

.abcRioButtonContentWrapper {
    display: none;
}
/**google 登录 样式修改 end*/
/*******************************************************************************************/
@media(max-width:760px) {
    .footer_main .xl12 {
        text-align: center !important
    }
}
