html {
    font-size: 12px;
}

body {
    margin: 0;
}

.container-banner {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(../images/nature-1_yasuo.jpg) no-repeat;
    background-size: cover;
    transition: opacity 1s ease-in-out; /* 用于过渡效果的透明度变化 */
}
.container-banner.clear {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(../images/nature-1.jpg) no-repeat;
    background-size: cover;
}

.container-from {
    width: 360px;
    min-width: 360px;
    margin-right: 35px;
    height: auto;
    padding: 0 20px 20px 20px;
    position: fixed;
    top: 30%;
    right: 200px;
    background-color: #ffffff;
    box-shadow: 3px 0 28px hsl(0deg 100% 2.16%);
    box-sizing: border-box;
    border-radius: 10px;
}

.container-from-logo {
    width: 200px;
    margin: 4vh auto 0;
}

.container-from-logo img {
    width: 100%;
}

.container-from-login {
    width: 325px;
    margin: 20px auto 0 auto;
}


.form-name {
    padding-bottom: 10px;
    color: #848589;
    font-family: Microsoft YaHei;
    font-size: 16px;
    letter-spacing: 0;
}

.form-group {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.form-submit {
    border: none;
    border-radius: 6px;
    background-color: #32c5d2;
    box-shadow: 0 2px 0 rgba(5, 145, 255, .1);
    width: 35%;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 16px;
    letter-spacing: 0;
}
.loginTips {
    margin-top: 20px;
}
.loginTips span {
    margin: 0 6px;
}

.password-text {
    font-family: Microsoft YaHei;
    font-size: 12px;
    letter-spacing: 0;
    color: darkgrey;
    text-decoration: none;
    margin-left: 2px;
}
.password-text:hover {
    text-decoration: underline;
    color: #04a4ff;
}

.form-group input {
    border: 1px solid #cdcdcd;
    line-height: 33px;
    padding-left: 40px;
    width: 100%;
    border-radius: 5px
}

.form-group input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    border: 1px solid #04a4ff;
}

#cuserrorCode {
    width: 45%;
    height: 33px;
}

.cuserrorCode-img {
    padding-left: 10px;
    width: 35%;
    height: 34px;
    cursor: pointer;
}

.cuserrorCode-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.icon {
    position: absolute;
    left: 8px;
    top: 5px;
}


.container-from-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.container-from-footer-nav {
    display: flex;
    justify-content: center;
}

.container-from-footer-item {
    padding: 10px 6px;
    padding-bottom: 20px;
    color: #939393a3;
}

.container-from-footer-item a {
    font-family: Microsoft YaHei;
    font-size: 14px;
    letter-spacing: 0;
    color: #939393a3;
    text-decoration: none;
}

.container-from-footer-item a:hover {
    color: #666666;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 60%;
    min-width: 0;
    background-color: #fff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all .2s;
}

.ant-input:focus {
    border-color: #04a4ff;
}

@media only screen and (max-width: 768px) {
    .container-from {
        width: 100%;
        min-width: 320px;
        margin-right: 0;
    }
}
#lang {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    text-align: center;
    width: 58%;
    color: #757575;
    margin-right: 10px;
}
