/* 登录页面 */





@charset "utf-8";
body{
    text-align: center;
}
/* input:-internal-autofill-selected {
     background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 1000px #f7f7f7!important;
    color: rgb(0, 0, 0) !important;
} */

/* 自动填充样式修改 */
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #62B5E3 inset !important;
    text-fill-color: white;
    -webkit-text-fill-color: white;
}
.clearfix:after{clear:both;content:".";height:0px; font-size:0px; overflow:hidden; display:block;}
input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset; }
.fl{
    float:left;
}
.fr{
    float:right;
}
.bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../../../assets/pc/images/login/xy.jpg') center no-repeat;
    background-size: 100% 100%;

}
i{
    position: absolute;

}
.container{
    width:1200px;
    height: 100%;
    margin:0 auto;
    position: relative;
}
.login-form{
    width:22em;
    height: 22em;
    text-align: center;
    margin: 0 auto;
    background: url('../../../../../assets/pc/images/login/bj2.png');
    background-size:100% 100%;
    position: absolute;
    top: 12em;
    left: 53em;
    font-size: 18px;
    backdrop-filter: blur(5px);
}
.login-title{
    /*  position: absolute;
     top: 10%;
     left: 53%; */
    width: 800px;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.login-title img{
    width: 100%;
    /* width:800px; */
}
h1{
    padding: 26px 0 26px 0;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.login-list{
    width: 326px;
    height: 46px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 16px;
    border-radius: 10px;
    color: #ffffff;
}
.login-list:last-child{
    margin-bottom: 18px;
}
.login-list em{
    width: 20%;
    height: 30px;
    float: left;
    padding-top: 10px;
    padding-left: 32px;
}
.login-list:not(.exclude-login-list) input{
    padding-left: 20px;
    height: 52px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    vertical-align:middle;
    line-height:52px;
    background: none;
    border: none;
    outline: 0;
}
.comnoDiv input{
    line-height:52px;
    height: 52px;
    float: left;
    width: 100%;
    background: none;
    font-size: 14px;
    color: #ffffff;
    border: none;
    padding-left: 0px;
}
.comnoDiv .select-input .select-input-input {
    height: 52px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    vertical-align:middle;
    line-height:52px;
    background: none;
    border: none;
    outline: 0;
}
.comnoDiv .select-input-icon{
    right: 50px;
    top: 60%;
}
.comnoDiv .select-input-body{
    border-radius: 10px;
    width: 75%;
}
.comnoDiv .select-input .select-input-option-content{
    padding-left: 0px;
}
input::-webkit-input-placeholder {
    color: #ffffff;
}
.login-text{
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    font-size: 14px;
    color: #ffffff;
}
.login-text .left{
    float: left;
}
.login-text .auto-login{
    cursor: pointer;
    display: inline-block;
}
.login-text .right{
    float: right;
    cursor: pointer;
}
.login-btn{
    margin-top: 16px;
    width: 324px;
    height: 38px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background:
            -webkit-linear-gradient(top,rgb(255, 137, 127),rgb(255, 74, 89));
    background: -moz-linear-gradient(top,rgb(255, 137, 127),rgb(255, 74, 89));
    background: -webkit-linear-gradient(top,rgb(255, 137, 127),rgb(255, 74, 89));
    background: -o-linear-gradient(top,rgb(255, 137, 127),rgb(255, 74, 89));
    background: -ms-linear-gradient(top,rgb(255, 137, 127),rgb(255, 74, 89));
    background: linear-gradient(top,rgb(255, 137, 127),rgb(255, 74, 89));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255, 137, 127)', endColorstr='rgb(255, 74, 89)',GradientType=0 );
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    line-height: 38px;
    cursor: pointer;
}
.c_input label{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 28%;
    background-color: pink;
    text-align: left;
    background: url('../../../../../assets/pc/images/login/input_bg.png') center center no-repeat;
    background-size: cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../../../../assets/pc/images/login/input_bg.png",sizingMethod='scale');
}
.c_input input{
    width: 60%;
    height: 100%;
    /*     line-height: 36px; */
    min-height: 100%!important;
    padding-left: 4%;
    color: #fff;
    border: 1px solid transparent;
    background-color: #5a739b;
}
.login_type p{
    color: #516d95;
    font-size: 14px;
}
.content>div>label{
    padding-left: 2%;
}
.bt img{
    width: 100%;
    height: 90%;
    padding-bottom: 2%;
}
.login_type>p{
    padding-left: 2%;
    float: right;
    margin-right: 8%;
    line-height: 24px;
    text-align: right;
    cursor: pointer;
}
.login_type>p>img{
    float: left;
    margin-right: 2px;
}
.content .login{
    height: 54px;
    line-height: 54px;
    margin: 8px 0;
    cursor: pointer;
    background-color: #34598e;
}
.login>div{
    width: 80%;
    margin: 0 auto;
    background-color: #3d65a2;
}
.login>div>div{
    width:60%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    background-color: #4270ae;
}
/* @media (max-height: 880px){
    .h_title{
        padding-top: 4.8%;
    }
}

@media (max-height: 820px){
    .bt img{
        height: 54px;
    }
    .content .login{
        height: 40px;
        line-height: 40px;
    }
    .content .c_input{
        height: 34px;
        line-height: 34px;
    }
     .h_title{
        padding-top: 4.6%;
     }
}

@media (max-height: 760px){
     .h_title{
        padding-top: 4.4%;
     }
}

@media (max-height: 734px){
    .bt img{
        height: 50px;
    }
    .content .login{
        height: 36px;
        line-height: 36px;
    }
    .content .c_input{
        height: 28px;
        line-height: 28px;
    }
     .h_title{
         padding-top: 4%;
     }
}

@media (max-height: 680px){
    .bt img{
        height: 46px;
    }
    .content .login{
        height: 32px;
        line-height: 32px;
    }
    .content .c_input{
        height: 24px;
        line-height: 24px;
    }
     .h_title{
         padding-top: 3.8%;
     }
}

@media (max-height: 500px){
     .h_title{
         padding-top: 3%;
     }
}
@media (max-width: 1680px){
    .container{
        top: 26%;
    }
    .container .bt{
        width: 82%;
    }
    .container .content{
        width: 62%;
     }
}
@media (max-width: 1440px){
    .container{
        top: 26.5%;
    }
    .container .bt{
        width: 80%;
    }
    .container .content{
        width: 60%;
     }
}
@media (max-width: 1366px){
    .container{
        top: 27%;
    }
    .container .bt{
        width: 82%;
    }
    .container .content{
        position: relative;
        width: 62%;
     }
}
@media (max-width: 1024px){
    .container{
        top: 27.5%;
    }
    .container .bt{
        width: 88%;
    }
    .container .content{
        width: 68%;
     }
}
.android_img,.ios_img{
	position: absolute;
	left: 20%;
    top: -30%;
    display:none;
    padding: 15px;
    width:55%;
	height:80%;
    background: #ffffff;
}
.android_img img,.ios_img img{
	width:100%;
	height:100%;
} */
@media only screen and (max-width:1920px){
    .container{
        max-width:1660px;
    }
    i.i1{
        bottom: 28%;
        left: 2.5%;
    }
    i.i2{
        bottom: 24%;
        right:12%;
    }
    i.i3{
        bottom: 31%;
        right: -6%;
    }
    i img{
        width:80%;
    }
    .login-title{
        /* left: 57%; */
    }
    .login-form{
        /*font-size: 20px;*/
    }
}
@media only screen and (max-width:1660px){
    i.i1{
        bottom: 28%;
        left: 8%;
    }
    i.i2{
        bottom: 24%;
        right: 16.7%;
    }
    i.i3{
        bottom: 31%;
        right: 0.5%;
    }
    .login-title{
        /* left:21%; */
    }
    .login-form{
        /*left: 30%;*/
    }
}
@media only screen and (max-width:1600px){
    i.i1{
        bottom: 28%;
        left:9.5%;
    }
    i.i2{
        bottom: 24%;
        right: 17.7%;
    }
    i.i3{
        bottom: 31%;
        right: 3%;
    }
    .login-title{
        /* left:21%; */
    }
    .login-form{
        font-size: 16px;
        width: 26em;
    }
}
@media only screen and (max-width:1440px){
    i.i1{
        bottom: 28%;
        left: 13.5%;
    }
    i.i2{
        bottom: 24%;
        right: 20.7%;
    }
    i.i3{
        bottom: 31%;
        right: 7.5%;
    }
    .login-title{
        left: 51%;
        top: 6%;
    }
    .login-form{
        left: 55%;
        top: 21%;
    }
}
@media only screen and (max-width:1366px){
    i.i1{
        bottom: 28%;
        left: 14.5%;
    }
    i.i2{
        bottom: 24%;
        right: 21.7%;
    }
    i.i3{
        bottom: 31%;
        right: 8.5%;
    }
    .login-title{
        /*     left: 67%; */
        top: 5%;
        width: 620px;
    }
    .login-form{
        left: 60%;
        width: 30%;
        background-size: 100% 100%;
    }
    .login-list{
        width: 263px;
        height: 44px;
        margin-left: 41px;
        margin-bottom: 14px;
    }
    .login-list em{
        padding-top: 6px;
        padding-left: 6px;
    }
    .login-list input{
        height: 44px;
    }
    .login-text{
        width: 247px;
    }
    .login-btn{
        /* width: 309px; */
        width: 265px;
        height: 42px;
        margin-top: 11px;
        line-height: 42px;
        margin-left:42px;
    }
}

@media only screen and (max-width:1024px){
    .container{
        max-width: 1000px;
    }
    .login-form{
        width: 337px;
        height: 335px;
        left: 63%;
        top: 30%;
    }
}
@media screen and (max-width: 480px){
    .bg{ background-size: auto;}
    .container{max-width: 480px;}
    i{display:none;}
    .login-title{left: 12%;top: 7%;width: 357px;}
    .login-form{left: 15%;}
}
@media screen and (max-width: 411px){
    .login-title{left: 4%;}
    .login-form{left: 7%;}
}
@media screen and (max-width: 384px){
    .login-title{width: 308px;}
    .login-form{ left: 4%;}
}
@media screen and (max-width: 360px){
    .login-form{width: 292px;left: 6%;}
    .login-form h1{font-size: 20px;padding: 20px 0 15px 0;}
    .login-list{width: 210px;height: 34px;}
    .login-list em{padding-top: 3px;}
    .login-list input{width: 137px;height: 34px;font-size: 16px;}
    .login-text{width: 210px;font-size: 16px;}
    .login-btn{width: 210px;height: 25px;line-height: 24px;font-size: 16px;}
}
@media screen and (max-width: 320px){
    .login-title{width: 276px;}
    .login-form{ left: 3%;}
    .login-form h1{font-size: 16px;}
    .login-list input{font-size: 14px;}
    .login-text{font-size: 12px;}
}