@CHARSET "UTF-8";
/* login */
.login {width: 100%;height: 100%;background: url('../images/bg.jpg') top center;max-height:700px;overflow-y:auto;}
.login .login_con {width: 740px;position: fixed;left:50%;margin-left:-370px;top:50%;margin-top:-325px;}
.login .login_title {margin-bottom:40px;}
.login .login_title_logo {margin-right:22px;width: 207px;text-align: right;}
.login .login_title_txt {}
.login .login_title_txt .p1 {font-size: 30px;color:#fff;line-height: 30px;}
.login .login_title_txt .p2 {font-size: 14px;color:#fff;line-height: 14px;margin-top:5px;}
.login .login_form {width:100%;height: 514px;background: #fff;border-radius: 10px;overflow: hidden;}
.login .login_form_l {height: 100%;}
.login .login_form_l_each {display: table;text-align: center;height: 50%;width: 160px;background: #efefef;cursor: pointer;position:relative;}
.login .login_form_l_each_cell {display: table-cell;vertical-align: middle;}
.login .login_form_l_each_cell p {margin-top:10px;font-size: 14px;color:#909090;line-height: 14px;}
.login .login_form_l_each.on {background: #fff;}
.login .login_form_l_each.on p {color:#66689d;}
.login .login_form_r {width: 580px;text-align: center;height: 100%;
    float: right;}
.login .login_form_r_each {text-align: left;width:325px;margin:0 auto;margin-bottom:15px;position:relative;}
.login .login_form_r_t {padding-top:60px;font-size:24px;color:#404040;line-height: 24px;margin-bottom:50px;}
.login .login_form_r_each input {width: 325px;height: 41px;box-sizing: border-box;padding-left: 35px;vertical-align: top;text-align: left;outline: none;-webkit-appearance: none;border:1px solid #aaaaaa;}
.login .login_phone input {background: url('../images/icon5.png') no-repeat center left 10px;}
.login .login_pwd input {background: url('../images/icon4.png') no-repeat center left 10px;}
.login .set_code input {width: 190px;}
.login .set_code span {line-height: 40px;font-size:14px;color:#909090;position:absolute;top:0;height:41px;position:absolute;width:130px;right:0;}
.login .set_code span img{width:100%;height:100%;cursor:pointer;}
.login .login_btn a {display: block;width: 325px;height: 41px;line-height: 41px;font-size:14px;color:#ffffff;letter-spacing:30px;background: #de112b;margin:auto auto 20px auto;}

.login .login_btn button{display: block;width: 325px;height: 41px;line-height: 41px;font-size:14px;color:#ffffff;letter-spacing:0px;background: #de112b;margin:auto auto 20px auto;border: 0;}


.login .reg_btn a {background: #4e84e7;letter-spacing: 0;}
.login .login_vision {margin-top:40px;font-size:12px;color:#606060;}
.login .login_copyright {text-align: center;font-size: 14px;color:rgba(255,255,255,0.5);margin-top:25px;}
.layui-tab-title{
    border: 0;
    border-color:#fff;
}

.layui-tab-title .layui-this{
    color: #fff;
}

