/*
登录页面
time:20200306
*/
.login_bg{
    position: relative;
    width: 100%;
}
.login_bg_left{
    position:fixed;
    left: 0;
    top: 0;
}
.login_bg_right{
    position: fixed;
    right: 0;
    bottom: 0;
}
.login_top{
    width: 1200px;
    margin: 0 auto;
    display: none;
}
.language_box{
    float: right;
    position: relative;
    line-height: 40px;
    width: 70px;
    cursor: pointer;
    font-size: 12px;
}
.language_box span{
    float: left;
}
.language_box img{
    float: left;
    margin-top: 17px;
    margin-left: 5px;
}
.language_box .language{
    position: absolute;
    top: 45px;
    width: 70px;
    box-shadow:0px 2px 20px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    display: none;
}
.triangle{
    position: absolute;
    top: -9px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 24px;
}
.language_box .language p{
    line-height: 28px;
    height: 28px;
    padding:0;
    text-align: center;
    color: #666;
    margin: 0;
    background:#fff;
}
.language_box .language .language_check{
    background: #f5f5f5;
}
.language_box .language p:hover{
    color: #ff6900;
}
.login{
    position: fixed;
    width: 1000px;
    height: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 10;
    border-radius: 30px;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
}
.login_left{
    float: left;
    width: 560px;
    position: relative;
    height: 540px;
}
.login_left .login_left_logo{
    position: absolute;
    z-index: 19;
    left: 20px;
    top: 20px;
}
.login_left .login_left_one{
    position: absolute;
    left: 0;
    height: 540px;
    z-index: 11;
}
.login_left .login_left_two{
    position: absolute;
    left: 0;
    height: 540px;
    z-index: 12;
}
.login_left .login_left_three{
    position: absolute;
    left: 20px;
    z-index: 13;
    bottom: 40px;
}
.login_right{
    float: left;
    width: 410px;
    height: 540px;
    padding-left: 25px;
}
.login_right .login_right_one{
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    color: #315587;
    margin:63px 0 24px 0;
    text-align: left;
    font-weight: bolder;
    font-family: Arial Black;
}
.login_right .login_right_two{
    float: left;
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 29px;
    color: #315587;
    text-align: left;
    font-family: ArialMT;
    margin-bottom: 20px;
}
.form-horizontal .input_box{
    float: left;
    width: 345px;
    height: auto;
    margin: 0;
    color: #999999;
}
.form-horizontal .login_email_box{
    margin-bottom: 24px;
}
.form-horizontal .input_box .controls{
    margin:0;
    position: relative;
}
.form-horizontal .input_box input {
    width: 290px;
    height: 48px;
    border: 1px solid #ffd1b1;
    border-left: 0;
    padding: 0;
    background: #fff7f2!important;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 5px;
}
.form-horizontal .login_code_box{
   width: 345px;
   margin-top: 20px;
   display: none;
}
.form-horizontal .login_code_box input {
    width: 160px;
    border-radius: 5px;
    border: 1px solid #ffd1b1;
    box-shadow: none;
    float: left;
    margin-right: 0;
    text-indent: 8px;
}
.form-group i {
    position: absolute;
    top: 12px!important;
    right: -10px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 25px;
}
#verifyimg {
    float: left;
}
#verifyimg img {
    float: left;
    width: 145px;
    height: 36px;
    margin-top: 33px;
    margin-left: 10px;
}
.form-horizontal .input_box span {
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
    width: 45px;
    height: 50px;
    background: #fff7f2;
    padding: 0;
    border: 1px solid #ffd1b1;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form-horizontal .input_box span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.form-horizontal .remember_box{
    margin-top: 12px;
    line-height: 14px;
    height: 12px;
    font-size: 12px;
    margin-bottom: 20px;
}
.form-horizontal .remember_box img{
    margin-bottom: 3px;
    cursor: pointer;
    display: none;
    float: left;
    margin-right: 3px;
}
.form-horizontal .remember_box .remember_check{
    display: block;
}
.login_btn{
    width: 336px;
    height: 50px;
    line-height: 50px;
    background: #ff6900;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}
.login_bottom{
    width: 336px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
.login_bottom a{
    color: #999;
    text-decoration: none;
}
.login_bottom .login_bottom_left{
    float: left;
}
.login_bottom .login_bottom_right{
    float: right;
}
.tips{
    width: 336px;
    color: #ff0000;
    font-size: 14px;
    display: none;
    float: left;
    margin-bottom: -20px;
    margin-top: 20px;
}
.password_watch{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none;
}
.password_watch_one{
    top: 15px;
    right: 15px;
}
.password_watch_show{
    display: block;
}

.layer_box{
    display: none;
}
.layer_box .layer_mask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background: #000;
    opacity: 0.4;
}
.layer_content{
    position: fixed;
    width: 440px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 99;
    border-radius: 10px;
}
.layer_content .text_1{
    line-height: 20px;
    font-size: 16px;
    margin: 0;
    color: #333;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #ff6900;
    height: 100px;
    overflow: hidden;
}
.layer_content .text_1 span{
    color: #326bc0;
    text-decoration: underline;
}
.layer_content a{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    font-size: 20px;
    color: #ff6900;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.layer_content .login_vcode{
    float: left;
    margin-top: 33px;
    height: 34;
    height: 26px;
    margin-left: 10px;
}
.login_code_box .getEmailCode{
    float: right;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #ff6900;
    color: #fff;
    margin-right: 9px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: unset;
    font-style: normal;
}
.login_code_box .already_acquired{
    background: #ddd;
    color: #333;
}