:root{
    --item-height:2.1rem;
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
}
input,button{
    outline: none;
}
::-webkit-input-placeholder {
    /* Chrome */
    color: #56C9FA;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #56C9FA;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #56C9FA;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #56C9FA;
    opacity: 1;
}


.login-content,main{
    width: 100%;
    height: 100%;

}
main{
    display: flex;
    flex-direction: column;
}
.login-main{
    position: relative;
    background: url(../images/Login/loginBg.png) no-repeat center center;
    background-size: cover;
    flex: 1;

}
.login-footer{
    padding: 15px ;
    text-align: center;
    color: #BCBFCE;
    position: fixed;
    inset: auto 0 0 0;
}

.login-footer >a{
    color: #BCBFCE;
}


.default .login-box{
    position: fixed;
    left: 50%;
    top: 55%;
    /*bottom: 0%;*/
    transform: translate(-50%,-50%);
    width: 27rem;
    height: 26rem;
    background: url(../images/Login/loginBox.png) no-repeat center / 100% 100%;
    padding: 0 2%;
}
.default .login-logo{
    position: absolute;
    bottom: calc(100% + 2rem);
    left: 50%;
    transform: translateX(-50%);
}
.default .login-logo>img{
    height: 3rem;
}

.login-form{
    position: relative;
    top: calc(38% - 7rem);
    height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.login-form_item{
    height: var(--item-height);
    border: 1px solid #0F7BD8;
    border-radius: 4px;
    background: #064b8c;
    background: -moz-linear-gradient(top, #064b8c 0%, #063970 100%);
    background: -webkit-linear-gradient(top, #064b8c 0%, #063970 100%);
    background: linear-gradient(to bottom, #064b8c 0%, #063970 100%);
    width: 100%;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
}

.login-form_icon {
    height: 100%;
    aspect-ratio: 3/2;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60%;
    /*margin: 0 1em;*/
}

.login-form_icon--acc{
    background-image: url(../images/Login/username_icon.png);
}
.login-form_icon--pass{
    background-image: url(../images/Login/password_icon.png);
}
.login-form_icon--msg{
    background-image: url(../images/Login/phone_icon.png);
}

.login-form_input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 5px;
    margin-bottom: 0;
    background: transparent;
    color: #56C9FA;
    flex: 1;
    border-radius: 4px;

}

.login-form_codeitem{
    height: auto;
    display: flex;
    position: relative;
}

.login-form_codeitem>.login-form_item{
    width: calc(100% - 100px);
}

.login-form_code{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C0C3BE;
    color: #083263;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    height: var(--item-height);
    padding: 0 10px;
    white-space: nowrap;
    flex-shrink: 0;
    flex-grow: 1;
}

.btn_submit {
    width: 100%;
    height: var(--item-height);
    margin-top: 5%;
    color: #56C9FA;
    font-size: 1.4rem;
    display: block;
    border: 1px solid #0F7BD8;
    border-radius: 4px;
    background: #064b8c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #064b8c 0%, #063970 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #064b8c 0%, #063970 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #064b8c 0%, #063970 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064b8c', endColorstr='#063970', GradientType=0);
    /* IE6-9 */
    cursor: pointer;
}

#rememb {
    position: relative;
    width: 0;
    height: 0;
}

#rememb:checked+.rememb_text {
    background-image: url(../images/Login/rememb2.png);
}
.rememb_text {
    font-size: 16px;
    color: #56C9FA;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    background-image: url(../images/Login/rememb1.png);
    background-repeat: no-repeat;
    background-position: left;
    float: left;
}

.box_code-text{
    width: 80%;
    overflow: hidden;
    margin: 10px 10%;
}
.box_code-text>img{
    width: 100%;
}

.box_code_main{
    width:100%;
    height:90px;
    display: flex;
    justify-content: center;
}
.box_code{
    height: 5.5rem;
    aspect-ratio: 1/1;
    position: initial;
    cursor: none;
}


/*消易控 ui*/
.xiaoyikong{
    --item-height:3rem;
}
.xiaoyikong.login-main{
    background-image: url(../images/Login/loginBgxyk.png);
}

.slogan{position: fixed;left: 5vw;height: 100%;display: flex;flex-direction: column;justify-content: space-around;}
.slogan-item{
    color: #fff;
}
.slogan-item__en{
    font-size: 18px;
}
.slogan-item__wel{
    font-size: 30px;
    margin-top: 5px;
}
.slogan-item__title{
    font-size: 45px;
}
.slogan-item__doc{
    font-size: 26px;
    margin-top: 5px;
}
.slogan-item__business{
    font-size: 30px;
}


.xiaoyikong .xiaoyikong {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#0470bd38, #25b9f938);
    box-sizing: border-box;
    box-shadow: 0 15px 25px #0009;
    border-radius: 10px;
    width: 35vw;
    color: #fff;
}

.xiaoyikong .login-box{
    width: 27rem;
    position: absolute;
    right: calc(50% - 13.5rem);
    top: calc(57% - 14rem);
    padding: 0% 2% 0;
    background-image: none!important;
    height: auto;
    background-color: #ffffff26;
}

.xiaoyikong .login-logo{
    position: absolute;
    bottom: calc(100% + 2rem);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 26px;
    white-space: nowrap;
}

.xiaoyikong .box_code-text>img {
    width: 100%;
    filter: grayscale(1);
}

.xiaoyikong .btn_submit {
    border: none;
    background: #25b9f9;
    color: #fff;
}

.xiaoyikong .login-form_item{
    background: #fff;

}

.xiaoyikong .login-form{
    padding: 1em;
    height: auto;
}
