* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, button, textarea, p {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif
}

html, body{
    height: 100%;
}

td, th {
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

a {
    color: #555;
    text-decoration: none
}

img {
    border: none;
    vertical-align: middle
}

ul, li {
    list-style: none
}

input, textarea, select, button {
    font: 14px "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.lf {
    float: left
}

.rt {
    float: right
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.login_bg {
    position: relative;
}
.headers_menu{
    width: 100%;
    border:1px solid #e6e9f0;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headers_menu .login_logo{
    height: 36px;
    margin-left: 30px;
}

.headers_menu .menu_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    height: 100%;
}

.headers_menu .menu_list li{
    height: 100%;
    display: flex;
    align-items: center;
}

.headers_menu .menu_list li a{
    padding: 0 15px;
    color: #7a8599;

}

.headers_menu .menu_list li a:hover{
    color: #333;
}

.headers_menu .menu_list li.register_btn{
    height: auto;
}

.headers_menu .menu_list li.register_btn a{
    background: linear-gradient(270deg,rgba(82,114,244,1) 0%,rgba(0,170,231,1) 100%) rgba(0,170,231,0.31);
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 2px;
}

.headers_menu .menu_list li.register_btn a:hover {
   background: #0577ea;
}

.main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1; 
}

.unit {
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    height: 85%;
    align-items: center;
    min-height: 600px;
}

.loginForm h4.title {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
    color: #df5151;
    font-size: 18px;
}

.loginForm h4.title:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #df5151;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
}

.fl_div {
    width: 512px;
    height: 560px;
    background: url(/statics/v10/images/login/fl_div_bg.png);
    background-size: cover;
    color: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
    border-radius: 5px 0 0 5px;
}

.fl_div .login_title_item{
    padding-top: 84px;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    margin-bottom: 12px;
}

.fl_div .login_text_item{
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    margin-left: 82px;
    margin-right: 81px;
}

.loginForm {
    width: 512px;
    height: 560px;
    background-color: #ffffff;
    border-radius: 0px 5px 5px 0;
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
    padding: 0 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inputBox {
    position: relative;
}

.inputBox input {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: solid 1px #cbcbcb;
    margin-bottom: 15px;
}

.yanzCode input {
    width: 170px;
}

.yanzCode a {
    display: flex;
    width: 157px;
    height: 48px;
    border-radius: 3px;
    border: solid 1px #cbcbcb;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background-color: #F3FBFE;
}

.verifCode input {
    padding-right: 105px;
}

.verifCode a {
    width: 105px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
}

.privacy {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    position: relative;
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
}

.privacy input[type=checkbox] {
    display: none;
}

.privacy label {
    cursor: pointer;
}

.privacy label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/statics/v2/images/login/checked_no.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
}

.privacy input[type=checkbox]:checked + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/statics/v2/images/login/checked.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
}

.privacy a {
    color: #666;
}

.errorTip {
    padding-bottom: 12px;
}

.tips {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #e45547;
}

.tips img {
    margin-right: 10px;
}

a.submit {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(270deg,rgba(82,114,244,1) 0%,rgba(0,170,231,1) 100%) rgba(0,170,231,0.31);
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

.bottom {
    display: flex;
}

.bottom .fll {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
}

.bottom .fll:nth-of-type(2) {
    justify-content: flex-end;
}

.bottom .fll:nth-of-type(1) a {
    color: #007dbc;
}

.bottom .fll span {
    color: #999
}

.bottom .fll:nth-of-type(2) a {
    color: #666666;
}

.loginForm .titleUnit {
    width: 100%;
}

.titleUnit .unite {
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
    cursor: pointer;
}


.titleUnit p.title {
    color: rgba(0,170,231,1);
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 12px;
    text-align: center;
}

.titleUnit p.submit_title{
    color: rgba(0,0,0,0.45);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom:40px;
    text-align: center;
}

#veriftycode{
    width: 160px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #F3FBFE;
    text-align: center;
    color: #091591;
    font-style: oblique;
    letter-spacing: 10px;
    font-family: 'Fixedsys';
    cursor: pointer;
    font-size: 30px;
}

.toIndex{
    display: none;
}

.copyright{
    flex-shrink: 0;
    margin-bottom: 30px;
    color: #8f9bb2;
    text-align: center;
}

@media all and (max-width: 640px) {
    .fl_div{
        display: none;
    }
    .unit{
        width: 100%;
        margin: 0;
        min-height: 200px;
        height: 80%;
    }
    .loginForm{
        width: 100%;
        padding: 30px;
        height: auto;
    }
    .yanzCode input{
        width: 60%;
    }
    #veriftycode{
        width: 38%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .toIndex{
        position: absolute;
        display: block;
        top: -10px;
        left: -10px;
        background: #ec0505;
        color: #fff;
        width: 24%;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
    .toIndex a{
        color: #fff;
        display: block;
        font-weight: normal;
    }
    .headers_menu .menu_list{
        display: none;
    }
}