.login {
    height: 95vh;
    width: 100%;
}

.linkLoginBg {
    width: 100%;
    height: 100vh;
    background: url(../img/zxscTow/bg.png);
    background-size: 100% 100%;
}

.loginBg {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

.logo {
    width: 23.7%;
    position: fixed;
    top: 0;
    left: 38.2;
    z-index: 22;
    background-color: none;
    padding-bottom: 1%;
}

.logoName {
    width: 100%;
    display: flex;
    align-items: center;
}

.logoImg {
    width: 9%;
    padding-left: 3%;
    padding-top: 3%;
}

.loginTitle {
    width: 80%;
    color: #fff;
    padding-top: 3%;
    font-weight: 600;
    font-size: 16px;
    margin-left: 2%;
    font-family: 'KaiTi', 'FangSong';
}

.loginContent {
    width: 100%;
    max-height: 95vh;
    background-color: #fff;
    padding: 3% 0;
    box-sizing: border-box;
}

.loginBtns {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.loginBtns>img {
    width: 8%;
}

.loginAllGame {
    width: 94%;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-left: 3%;
}

.loginGame {
    width: 88%;
    padding: 0 6% 3% 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.loginSingleGame {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    /* 可选的阴影效果 */
    margin-top: 4%;
    position: relative;
    overflow: hidden;
}

.loginSingleGame>img {
    width: 100%;
    height: 150px;
}

.loginSingleGame:last-child {
    margin-bottom: 5%;
}

/* 遮罩层 */
#zao {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0.5;
    display: none;
}

/* 登录弹窗 */
#loginPopup {
    width: 23.5%;
    max-height: 80%;
    background-color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: auto;
    position: fixed;
    bottom: 0;
    z-index: 103;
}

.loginPopupClose {
    width: 100%;
    padding: 3% 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 1%;
}

.loginPopupCloseImg {
    width: 25px;
    height: 25px;
}

.loginPlatformText {
    width: 100%;
    color: #373939;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.loginPopupCtt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 2%;
}

.loginPopupCtt:last-child {
    margin-bottom: 10%;
}

.loginPopupCttIos {
    width: 90%;
    height: 55px;
    line-height: 55px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 4%;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom right, #A157E9, #666DE1);
}

.PopupCttGame {
    width: 20%;
}

.PopupCttGameImg {
    width: 100%;
}

.PopupGameName {
    width: 75%;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5%;
    box-sizing: border-box;
}

.layui-form-select {
    width: 90%;
    height: 50px;
    margin-left: 5%;
}

.districtServerClass>.layui-form-select,
.roleTypeClass>.layui-form-select {
    width: 100%;
    margin-left: 0;
}

.layui-form-item {
    font-size: 15px;
}

.layui-form-item .layui-input-inline {
    width: 100%;
}

.packageTypeClass>.layui-form-select .layui-select-title input,
.districtServerClass>.layui-form-select .layui-select-title input,
.roleTypeClass>.layui-form-select .layui-select-title input {
    height: 50px;
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #e2e2e2;
    padding-left: 5%;
    box-sizing: border-box;
}

.packageTypeClass>.layui-form-select .layui-edge,
.districtServerClass>.layui-form-select .layui-edge,
.roleTypeClass>.layui-form-select .layui-edge {
    right: 20px;
}

.packageTypeClass>.layui-form-select dl,
.districtServerClass>.layui-form-select dl,
.roleTypeClass>.layui-form-select dl {
    top: 54px;
}

.accountBlue>input,
.roleIDBlue>input {
    width: 90%;
    height: 50px;
    border: 0;
    background-color: #E4E4E4;
    border-radius: 25px;
    margin-left: 5%;
    padding-left: 5%;
    box-sizing: border-box;
}

.layui-form-item {
    margin-bottom: 0;
}

.layui-input-wrap .layui-input-suffix {
    margin-right: 7%;
}

.layui-input-affix {
    line-height: 50px;
}

.loginByRoleId,
.accountEmailLogin {
    width: 40%;
    margin-left: 50%;
    text-align: right;
    color: #FE9C3E;
    font-size: 16px;
    margin-top: 3%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.layui-btn {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(-90deg, #BE9DF2, #93ADEC);
}

.loginAccountName {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #030303;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
}

.loginAccountText {
    width: 50%;
    height: 20px;
    text-align: right;
}

.btnCli {
    width: 100%;
    /* margin: 0 5%; */
    display: flex;
    justify-content: space-between;
}

.quxiaoClass {
    background: url(../img/zxscTow/login/quxiaoBtn1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 5%;
    margin-left: 0;
    margin-right: 1%;
    /* height: 40px; */
}

.dengluClass {
    width: 100%;
    background: url(../img/zxscTow/login/btn1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 5%;
    margin-left: 1% !important;
    /* height: 40px; */
}

.loginRoleName {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #030303;
    margin-bottom: 4%;
    display: flex;
    flex-wrap: wrap;
}

.roleTypeClass {
    margin-top: 5%;
}

.btnClass {
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.quxiaoClass1 {
    background: url(../img/zxscTow/login/quxiaoBtn1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 5%;
    /* height: 50px; */
}

.dengluClass1 {
    background: url(../img/zxscTow/login/btn1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 5%;
    /* height: 50px; */
}

.linkbtnClass {
    width: 100%;
    margin-top: 10%;
    display: flex;
    justify-content: center;
}

.loginSesRole {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.loginContentRotatingBroadcast {
    width: 100%;
    height: 200px;
    margin: 3% 0;
}

.loginContentRotatingBroadcast>img {
    width: 100%;
    height: 200px;
}

#linkLoginRoleForm {
    width: 100%;
    min-height: 92.2vh;
    padding: 0 3%;
    box-sizing: border-box;
}

.switchCardTitle {
    width: 100%;
    color: #000000;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    margin: 5% 0;
}

.swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 3%;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background-color: blue;
}


@media screen and (max-height: 750px) {
    .swiper-container {
        margin-top: 4%;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide>img {
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 450px) {
    .logo {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: none;
        padding-bottom: 3%;
    }

    #loginPopup {
        width: 100%;
        max-height: 80%;
        background-color: #fff;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        position: fixed;
        bottom: 0;
        z-index: 103;
    }

    .layui-form-item .layui-input-inline {
        margin: 0;
        left: 0;
    }

    .roleTypeClass {
        margin-top: 5% !important;
    }

}

/* 如果页面宽度大于高度，强制显示竖屏 */
/* @media screen and (orientation: landscape) {
    body {
        transform: rotate(90deg);
        transform-origin: 50% 50%;
        width: 100vh;
        height: 100vw;
    }
} */