﻿@charset "utf-8";

.l_float {
    float: left;
}

.r_float {
    float: right;
}

.l_clear {
    clear: left;
    display: block;
    overflow: hidden;
    content: "";
}

.r_clear {
    clear: right;
    display: block;
    overflow: hidden;
    content: "";
}

#imglogo {
}

.b_clear {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}

.show {
    display: block;
}

.hidden {
    display: none;
}

header {
    background-color: #fff;
}

    header > nav {
        width: 1200px;
        margin: 0 auto;
        /* background-color: orange; */
        padding: 10px 0;
    }



nav > .nav_logo, nav > .nav_logo > img {
    height: 40px;
}

nav > .nav_link > ul > li {
    float: left;
    list-style: none;
    line-height: 40px;
    margin-right: 10px;
}

    nav > .nav_link > ul > li > a {
        color: #333;
        text-decoration: none;
    }

        nav > .nav_link > ul > li > a:hover {
            color: #5E2FE7;
        }

    nav > .nav_link > ul > li:last-child {
        margin-right: 0;
    }

.cont {
}

    .cont > .login_body {
        margin: 0 auto;
        margin-top: 90px;
        margin-right: 20px;
        float: right;
    }



.login_top,
.login_con {
    background-color: #323949;
}

.login_con {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login_top {
    /* padding-bottom: 30px; */
    padding: 20px 30px 10px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -30px;
}

#imglogo {
    height: 70px;
    padding-top: -20px;
    border-radius: 32px;
    width: 70px;
    height: 65px;
}



.login_top > .login_tags {
    /*    border-bottom: 2px solid #d9d9d9;*/
    padding: 10px 0 0;
}

.login_top > .login_tags {
    /* margin: 10px 0 20px 0; */
    font-size: large;
    color: #fff;
}

    .login_top > .login_tags > span {
        padding: 10px;
        text-align: center;
        width: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #085aa0;
    }

    .login_top > .login_tags > .active {
        border-bottom: 2px solid #03a9f4;
    }

.login_con {
    padding: 0px 30px 10px 20px;
}

    .login_con > form > div > div {
        padding: 10px 0px 0px 0px;
        position: relative;
    }

.wxdiv > div > div {
    padding: 10px 0px 0px 0px;
    position: relative;
}

.wxdiv {
    display: block;
    margin-top: 0em;
}

.imguser {
    width: 24px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.tips {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    right: 0;
    color: #5E2FE7;
}

.wxdiv > .submit > .tips {
    text-align: center;
    bottom: -3px;
    left: 0;
}

.login_con > form > .submit > .tips {
    text-align: center;
    bottom: -3px;
    left: 0;
}

label {
    font-size: 16px;
    color: #fff;
}

input {
    display: block;
    margin-top: 10px;
}

    input[type=text],
    input[type=password],
    button[type=submit] {
        padding: 0 0 0 28px;
        width: 100%;
        outline: none;
        border: none;
        border-bottom: 2px solid #085aa0;
        color: #fff !important;
        font-size: 16px;
        background-color: #2E3748;
        /*    position: relative;*/
    }


#auth_code {
    width: 90px;
    font-size: 22px;
    padding-right: 4px;
}

.auth_code {
    height: 42px;
    margin-top: 10px;
    margin-left: 4px;
    width: 114px;
    color: #fff;
    outline: none;
    border: none;
    border-bottom: 2px solid #0A5AA1;
    background-color: #fff;
}

button[type='button'] {
    background-color: #09c !important;
    width: 250px;
    border: none;
    border-radius: 50px;
    border-bottom: none !important;
    cursor: pointer;
    font-size: 16px !important;
    color: #fff !important;
    text-align: center !important;
    height: 30px;
}

.rememberPwd {
    font-size: 15px;
    color: #fff;
}

.other {
    font-size: 15px;
    color: #fff;
}

button[type=submit] {
    background-color: #09c;
    width: 90px;
    border-radius: 50px;
    border-bottom: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    height: 28px;
}

    button[type=submit]:hover {
        background-color: #0A5AA1;
    }

a {
    font-size: 12px;
    line-height: 40px;
}

.login_con > .qr_code {
    text-align: center;
}

    .login_con > .qr_code > img {
        width: 140px;
    }

    .login_con > .qr_code > p {
        font-size: 12px;
        margin-top: 10px;
    }

.login_otherAccount {
    padding: 12px 20px;
    font-size: 12px;
    border-top: 1px solid #085aa0;
    background-color: #323949;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .login_otherAccount > span {
        margin-right: 4px;
    }

    .login_otherAccount > a {
        margin-right: 2px;
    }

        .login_otherAccount > a > img {
            height: 24px;
            vertical-align: middle;
        }


.login_ad {
    width: 700px;
    height: 558px;
    ;
    overflow: hidden;
    background-image: url('../imgs/timg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.35);
    /* height: 100%; */
}

    .login_ad > a {
        border-radius: 50px;
        position: absolute;
        bottom: 15.5%;
        left: 296px;
        padding: 10px 20px;
        text-decoration: none;
        background-color: #0A5AA1;
        color: #fff;
        font-size: 14px;
        border: 1px solid #0A5AA1;
        /* left: 0; */
    }

        .login_ad > a:hover {
            background-color: #fff;
            border: 1px solid #0A5AA1;
            color: #0A5AA1;
        }

.footer {
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    margin-top: 26px;
    /* position: absolute;
    bottom: 0;
    left: 50% */
    /* width: 1200px; */
    /* margin: 20px auto; */
    /* position: absolute;
    bottom: 0 */
}

    .footer a:link {
        color: #999999;
    }

    .footer a:visited {
        color: #999999;
    }

    .footer a:hover {
        color: #5E2FE7;
    }

    .footer a:active {
        color: #999999;
    }

    .footer, .footer > p, .footer a {
        color: #999999;
        text-decoration: none;
    }

        .footer > p {
            margin: 5px auto 10px;
        }

        .footer > a > img {
            height: 20px;
            vertical-align: middle;
            margin-right: 4px;
        }

ul li {
    font-size: 30px;
    color: #2ec0f6;
}

.tyg-div {
    z-index: -1000;
    float: left;
    position: absolute;
    left: 5%;
}

.tyg-p {
    font-size: 14px;
    font-family: 'microsoft yahei';
    position: absolute;
    top: 135px;
    left: 60px;
}

.tyg-div-form {
    background-color: #23305a;
    width: 300px;
    height: auto;
    margin: 120px auto 0 auto;
    color: #2ec0f6;
}

    .tyg-div-form form {
        padding: 10px;
    }

        .tyg-div-form form input[type="text"] {
            width: 270px;
            height: 30px;
            margin: 25px 10px 0px 0px;
        }

        .tyg-div-form form button {
            cursor: pointer;
            width: 270px;
            height: 44px;
            margin-top: 25px;
            padding: 0;
            background: #2ec0f6;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #2ec0f6;
            -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
            -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
            box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
            font-family: 'PT Sans', Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            text-shadow: 0 1px 2px rgba(0,0,0,.1);
            -o-transition: all .2s;
            -moz-transition: all .2s;
            -webkit-transition: all .2s;
            -ms-transition: all .2s;
        }

button:hover {
    background-color: #0A5AA1;
}

.wxdiv > div > div {
    padding: 10px 0px 0px 0px;
    position: relative;
}


.w1100 {
    width: 100%;
    margin: 0 auto;
}

.footer-info .info-text {
    padding: 20px 0 0 0;
    font-size: 14px !important;
    text-align: center;
    bottom: -10px;
    position: absolute;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
