@charset "utf-8";
body{
    /*background-color: #e5ecf5;*/
    /*  background: url(../imgs/bg1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: 0;

}
html,body{
    height:100%;
    overflow: hidden;
}
*{
    /* margin: 0;*/
    padding: 0;
}

.l_float {
    float: right;
}
.r_float {
    float: right;
}
.l_clear {
    clear: left;
    display: block;
    overflow: hidden;
    content:"";
}
.r_clear {
    clear: right;
    display: block;
    overflow: hidden;
    content:"";
}
.b_clear {
    clear: both;
    display: block;
    overflow: hidden;
    content:"";
    width: 200px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.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;
}
.container{
}

.container>.login_body{
    width:1050px;
    margin: 0 auto;
    margin-top:6%;
    /* box-shadow: 0 0 17px 3px rgba(179, 179, 179, 0.3); */
    /* background: url(../imgs/mbg.png) center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.container>.login_body>.login_form{
    width: 400px;
    /* background: #fff; */
    margin-top: 40px;
    margin-right: 12px;
    box-shadow: 0px 0px 35px -10px rgb(107, 177, 255);
    border-radius: 2px;
    padding-top: 20px;
}


.container>.login_body>.login_form>.login_top,
.container>.login_body>.login_form>.login_con{
    background:none;
}

.container>.login_body>.login_form>.login_top{
    /* padding-bottom: 30px; */
    padding: 20px 30px 10px 30px;
    /* border-top-right-radius: 40px;*/

}

.container>.login_body>.login_form>.login_top>img{
    height: 40px;
}


.container>.login_body>.login_form>.login_top>.login_tags{
    /*    border-bottom: 2px solid #d9d9d9;*/
    padding: 10px 0 0;
    margin-left: 0px;
    font-size: 20px;
    line-height: 1.6999999;

}

.container>.login_body>.login_form>.login_top>.login_tags{
    /* margin: 10px 0 20px 0; */

}

.container>.login_body>.login_form>.login_top>.login_tags>span{
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    color: #191919;
}
.container>.login_body>.login_form>.login_top>.login_tags>.active{
    /* border-bottom: 2px solid #703EFF;*/
}

.container>.login_body>.login_form>.login_con{
    /* padding: 23px 30px; */
}

.container>.login_body>.login_form>.login_con>form>div{
    padding-bottom: 20px;
    position: relative;
    margin-top: 21px;
}

.container>.login_body>.login_form>.login_con>form>div>img{
    width: 24px;
    position: absolute;
    bottom: 29px;
    left: 0;
    padding-left: 2px;
}

.container>.login_body>.login_form>.login_con>form>div>.tips{
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    right: 0;
    color: #0b76f0;
    top: 33px;
}

.container>.login_body>.login_form>.login_con>form>.submit>.tips{
    text-align: center;
    bottom: -3px;
    left: 0;
}

.container>.login_body>.login_form>.login_con>form>div>label{
    font-size: 14px;
}

.container>.login_body>.login_form>.login_con>form>div>input{
    display: block;
    margin-top: 10px;
}

.container>.login_body>.login_form>.login_con>form>div>input[type=text],
.container>.login_body>.login_form>.login_con>form>div>input[type=password],
.denglu{
    padding: 0 10px 0 33px;
    outline: none;
    height: 40px;
    line-height: 28px;
    width: 250px;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    background: none;
}

.container>.login_body>.login_form>.login_con>form>div>input[type=text]:focus,
.container>.login_body>.login_form>.login_con>form>div>input[type=password]:focus
{
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(11, 120, 241,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(11, 120, 241,.2); */
    border-bottom-color:#3D99FF ;
}
.denglu:focus{
    /*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 2px 6px 19px rgb(11, 120, 241,.3));*/
    /*box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 2px 6px 19px rgb(11, 120, 241,.3);*/
}
.container>.login_body>.login_form>.login_con>form>div>#auth_code{
    width: 90px;
    font-size: 22px;
    padding-right: 4px;
}
.container>.login_body>.login_form>.login_con>form>div>.auth_code{
    height: 42px;
    margin-top: 10px;
    margin-left: 4px;
    width: 114px;
    outline: none;
    border: none;
    border-bottom: 2px solid #703EFF;
    background-color: #fff;

}

/*.container>.login_body>.login_form>.login_con>form>div>button[type=submit]{
    background-color: #8960ff;
    width: 120px;
    border-radius:50px;
    border-bottom: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;

}*/
.denglu{
    background-color: #0b76f0;
    width: 200px;
    border-radius:6px;
    border-bottom: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 7px 0px 15px 0px;
}

/*.denglu:hover{
    background-color: #5E2FE7;
}*/

.container>.login_body>.login_form>.login_con>form>div>a{
    font-size: 12px;
    line-height: 40px;
}

.container>.login_body>.login_form>.login_con>.qr_code{
    text-align: center;
}
.container>.login_body>.login_form>.login_con>.qr_code>img{
    width: 140px;
}

.container>.login_body>.login_form>.login_con>.qr_code>p{
    font-size: 12px;
    margin-top: 10px;
}

.container>.login_body>.login_form>.login_otherAccount{
    padding: 12px 20px;
    font-size: 12px;
    border-top: 1px solid #d9d9d9;
    background-color: #fafbfc;
    border-bottom-left-radius: 10px;

}
.container>.login_body>.login_form>.login_otherAccount>span{
    margin-right: 4px;

}

.container>.login_body>.login_form>.login_otherAccount>a{
    margin-right: 2px;
}
.container>.login_body>.login_form>.login_otherAccount>a>img{
    height: 24px;
    vertical-align: middle;
}


.container>.login_body>.login_ad{
    width: 600px;
    /* width: 340px; */
    height: 408px;
    margin-right: 30px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    /* background-color: none; */
    background: url(../imgs/mbg2.png) 20px center;
    background-repeat: no-repeat;
    mardin-top:20px;
}
.container>.login_body>.login_ad>a{

    border-radius: 50px;
    position: absolute;
    bottom: 15.5%;
    left: 296px;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #703EFF;
    color: #fff;
    font-size: 14px;
    border: 1px solid #703EFF;

    /* left: 0; */
}
.container>.login_body>.login_ad>a:hover{
    background-color: #fff;
    border: 1px solid #703EFF;
    color: #703EFF;
}
.footer{
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    margin-top: 140px;
    /* 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: #fff;
    text-decoration: none;

}

.footer>p{
    margin: 5px auto 10px;
}
.footer>a>img{
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
}
.name,.password{
    margin: 0px auto;
    width: 300px;
}
.title h2{
    text-align: center;
    margin-bottom: 60px;
    font-size: 35px;
    font-weight: 100;
}

@media (min-width: 1920px){
    .container>.login_body{
        margin-top: 8%;
    }
}
@media (max-width: 1366px){
    .container>.login_body{
        margin-top: 4%;
    }
    .title h2{
        margin-bottom: 50px;
    }
}
.b-left{
    width:655px;
    height:240px;
    background: url(../imgs/left.jpg);
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
}
.b-right{
    width:655px;
    height:240px;
    background: url(../imgs/right.jpg);
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
.welcome{
    width: 110px;
    height: 40px;
    background-color: #0b76f0;
    margin: 0px auto;
    margin-top: -36px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px 1px rgb(169, 209, 255);
}
