*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
}
.clear{
    clear:both;
}
.loginWrap {
    background: url("/https/77726476706e69737468656265737421f9f64cd220256e55300d8db9d6562d/images/loginBg.png") no-repeat;
    height: 100%;
    background-size: cover;
    position:relative;
}
.copyright{
    color :#fff;
    font-size:14px;
    position :absolute;
    bottom :30px;
    left :50%;  
    text-align :center;
    width:280px;
    margin-left :-140px;
}
.loginCtnTab {
    padding: 20px 92px;
}
.listTabBorBom input {
    width: 100%;
    padding: 10px 0;
    outline: none;
    border: none;
    color: #999999;
    font-size: 14px;
    padding-left: 4px;
}
::-webkit-input-placeholder {
    color: #999;
}
.listTab {
    margin-bottom: 10px;
    position: relative;
}
.tips{
    color: #f193a0;
    font-size: 12px;
}
.loginBtnTab {
    width: 100%;
    display: inline-block;
}
.codeInputTab {
    width: 70%;
    float: left;
}
.codeImgTab {
    width: 25%;
    float: right;
    height: 40px;
    line-height: 40px;
    background: #518cea;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
}
.forgetPassBtnTab {
    float: right;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.el-select {
    width: 100%;
}
.listTabBorBom {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.login-form-input .el-input__inner {
    border: none;
}
.loginBtnBoxTab {
    text-align: center;
    background: #518cea;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.loginboxTab {
    width: 600px;
    height: 420px;
    position: fixed;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background :#fff;
}
.loginBtnBoxTab {
    text-align: center;
    background: #518cea;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.loginTitleTab {
    background: #dddddd;
    display: flex;
}
.loginTitleTab .cur {
    background: #fff;
    color :#1492ff;
}
.loginTitleTabList {
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    color: #666666;
}
.verifiPhoneNumTab select{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 0;
    border: none;
    outline: none;
    color: #999999;
    font-size: 14px;
}
.qrCode{
    position: absolute;
    bottom: 0;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0;
}
.bigqrWrap{
    width:250px;
    height:250px;
    margin: 50px auto;
}
.bigqrWrap img{
    width: 100%;
}
.bigqr{
    width: 100%;
    height: 280px;
    display: inline-block;
}
.redborbot{
    /*box-shadow: 0 0 5px 1px #FFFFFF;*/
    border-color: #af261c;
}
.pop{
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}

/** 图片框样式 */
.app-box {
    width: 100%;
    height:100%;
    font-size: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
}
.app-box #app-slider {
    width: 100%;
    height: calc(100% - 30px);
    position: absolute;
}
.app-box .slider-list {
    position: relative;
    width: 100vw; /* 使用视口宽度单位 */
    height: 100vh; /* 使用视口高度单位 */
    overflow: hidden; /* 隐藏超出容器的部分 */
}
.app-box .slider-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保证图片按比例缩放并覆盖整个容器 */
    object-position: center; /* 图片居中显示 */
}
.app-box .slider-list ul {
    height: 100%;
}
.app-box .slider-list__item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.app-box .slider-list__item--active {
    transition: opacity 0s;
    opacity: 1;
}
.app-box .slider-list__controller {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: 9999;
}
.app-box .slider-list__controller-button {
    display: inline-block;
    width: 60px;
    height: 6px;
    cursor: pointer;
    border-radius: 60px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.4);
}
.app-box .slider-list__controller-button--active {
    background: #af261c;
}

.app-box-footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    font-size: 12px;
    color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.login-title {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.login-title-img {
    position: absolute;
    z-index: 3;
    background-size: 100% 100%;
    width: 380px;
    height: 52px;
}
.language {
    position: absolute;
    right: 10%;
    top: 3%;
    width: 140px;
    display: flex;

}
.language .dropdown {
    position: absolute;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    cursor: pointer;
    right: 20px;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    right: -20px;
    min-width: 100px;
    color: #000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 9999;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.notice-pop-open {
    display: none;
    position: absolute;
    width: 600px;
    height: 100%;
    z-index: 8;
    animation: slideInFromRight 0.3s ease-in-out;
    right: 0;
}

.notice-pop-close {
    display: none;
    position: absolute;
    width: 600px;
    height: 100%;
    z-index: 8;
    animation: slideOutToRight 0.3s ease-in-out;
    animation-fill-mode: forwards;
}

/* 从右往左展开的动画 */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 从左往右隐藏的动画 */
@keyframes slideOutToRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.notice-btn {
    position: absolute;
    left: -26px;
    top: 32px;
    width: 26px;
    min-height: 88px;
    padding: 8px 0;
    opacity: 1;
    background: linear-gradient(171deg, #af261c 15%, #af261c 15%);
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    letter-spacing: 0em;
    border-radius: 6px 0 0 6px;
    font-variation-settings: "opsz" auto;
    color: #fff;
    cursor: pointer;
}

/* 弹窗标题样式 */
.notice-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.notice-title-left {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notice-title-right {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

/* 弹窗内容样式 */
.notice-content {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin: 20px 0;
}

.notice-content ul li {
    list-style: none;
    line-height: 30px;
}

.notice-body {
    width: 100%;
    height: 100%;
    padding: 30px 50px 5px;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(0,0,0,0.65);
    box-sizing: border-box;
}

.notice-footer {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 30px;
}
#qrcode-box {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: none;
}

.app-box-logo {
    width: 95%;
    height: 62px;
    margin-bottom: 10px;
}

#qrcode-box img, .app-box-logo img {
    width: 100%;
    height: 100%;
}

.forget{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    line-height: 28px;
    overflow: hidden;
}

.forget a{
    color: #ffffff;
    font-size: 14px;
}

.third-register-box {
    width: 100%;
}

.third-part {
    position: relative;
}

.third-part-title {
    text-align: center;
}

.third-part-content {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.third-part-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 15px;
    border-radius: 50%;
    cursor: pointer;
}

.third-part-title span {
    position: relative;
    line-height: 24px;
    color: #FFF;
}

.third-part-title span::before, .third-part-title span::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    top: 50%;
    margin-top: .5px;
    background: #FFF;
}

.third-part-title span::before {
    left: -105px;
}

.third-part-title span::after {
    right: -105px;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);

    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-inner {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
    vertical-align: middle;
    position: absolute;
    top: 25%;
    left: 35%;
    display: none;
}

.qrcode-close{
    display: none;
}

.is-qrcode{
    display: none;
    width: 100%;
    height: 336.719px;
    position: relative;
}

.is-qrcode #login_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    overflow: hidden;
}

.is-qrcode #login_container iframe{
    width: 220px;
    height: 250px;
    margin-top: -30px;
}
