body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #eedeca;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eedeca;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(119, 115, 115, 0.3);
    background-color: #a76d30;
}

.banner {
    width: 100%;
    height: 345px;
    background-image: url(../images/banner.jpg);
    background-position: top center;
    position: relative;
}

.main01 {
    width: 100%;
    height: 1596px;
    background-image: url(../images/main01.jpg);
    background-position: top center;
}

.main02 {
    width: 100%;
    height: 1505px;
    background-image: url(../images/main02.jpg);
    background-position: top center;
    position: relative;
}

.cloud-class {
    position: absolute;
    bottom: 69px;
    left: 0;
    right: 0;
    z-index: 1;
    filter: brightness(1.1) blur(10px) saturate(1) contrast(1);
}

@keyframes open {
    0% {
        filter: blur(10px) brightness(1) contrast(1) saturate(1);
    }
    10% {
        filter: blur(15px) brightness(1.2) contrast(1.2) saturate(1.2);
    }
    20% {
        filter: blur(10px) brightness(1.2) contrast(1.2) saturate(1.1);
    }
    30% {
        filter: blur(5px) brightness(2) contrast(2) saturate(1.2);
    }
    60% {
        filter: blur(1px) brightness(1.2) contrast(1.2) saturate(1.2);
    }
    100% {
        filter: blur(0) brightness(1) contrast(1) saturate(1);
    }
}

@keyframes open2 {
    0% {
        filter: blur(10px) brightness(1) contrast(1) grayscale(1) opacity(0);
    }
    10% {
        filter: blur(15px) brightness(1.2) contrast(1.2) grayscale(1) opacity(0);
    }
    20% {
        filter: blur(10px) brightness(1.4) contrast(1.4) grayscale(1) opacity(0);
    }
    30% {
        filter: blur(5px) brightness(2) contrast(2) grayscale(1) opacity(0);
    }
    60% {
        filter: blur(1px) brightness(1.4) contrast(1.2) grayscale(1) opacity(1);
    }
    100% {
        filter: blur(0) brightness(0.75) contrast(1.5) grayscale(1) opacity(1);
    }
}

@keyframes gem-glow {
    0%,
    100% {
        filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7)) brightness(1);
        transform: scale(1);
    }
    25% {
        filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.7)) brightness(1);
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.7)) brightness(1);
        transform: scale(1.06);
    }
    75% {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.787)) brightness(1.3);
        transform: scale(1.06);
    }
}

.people {
    width: 534px;
    height: 360px;
    position: absolute;
    top: 0px;
    left: 228px;
    animation: open 4s ease-out 1s;
    z-index: 2;
}

.people img {
    width: 534px;
    height: 360px;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.8));
    /* 可选：轻微阴影增强立体感 */
    transition: all 0.3s ease;
    height: auto;
    /* animation: gem-glow 10s ease-in-out infinite; */
}

.title {
    position: absolute;
    top: 0px;
    right: 622px;
    animation: open 4s ease-out 1s;
    z-index: 2;
}

.title img {
    width: 569px;
    height: 252px;
    background: url(../images/title.png);
    animation: gem-glow 10s ease-in-out infinite;
}

.load-bg {
    width: 1474px;
    height: 61px;
    background: url(../images/load-bg.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    z-index: 3;
}

.in-load-bg {
    width: 1100px;
    height: 61px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 250px;
}

.in-load-bg span {
    text-align: center;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.in-load-bg span i.bin {
    width: 27px;
    height: 29px;
    background: url(../images/bin.png);
    margin-right: 5px;
}

.in-load-bg span em {
    color: #ffb24b;
    margin: 0 2px;
}

.in-load-bg span a {
    color: #ffb24b;
    text-decoration: underline;
    font-family: '微软雅黑';
}

.in-load-bg span a:hover {
    color: #ffc836;
    transition: 0.2s;
}

.day-box {
    width: 1490px;
    height: 759px;
    background: url(../images/day-box.png);
    margin: 0 auto;
    position: relative;
}

.tab-box {
    width: 450px;
    height: 70px;
    position: absolute;
    top: 105px;
    left: 9px;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab-box span {
    font-size: 26px;
    font-family: '微软雅黑';
    color: #ffc836;
}

.wenzi-icon {
    width: 31px;
    height: 10px;
    background: url(../images/wenzi-icon.png);
    margin-left: 4px;
    margin-bottom: 10px;
}

#certify {
    position: absolute;
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    top: 180px;
}

#certify .swiper-container {
    padding-bottom: 80px;
}

#certify .swiper-slide {
    width: 795px;
    height: 443px;
    background: url(../images/swiper-slide.png);
}

#certify .swiper-slide .info {
    width: 700px;
    height: 360px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#certify .swiper-slide .info-ctx {
    width: 700px;
    height: 123px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}

#certify .swiper-slide .info-ctx .info-ctx-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    color: #a6a6a6;
    font-size: 16px;
    font-family: '微软雅黑';
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    box-sizing: border-box;
}

.server-name {
    font-size: 20px;
    color: #ffc836;
    font-family: '微软雅黑';
}

#certify .swiper-slide img {
    width: 700px;
    height: 360px;
    display: block;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.show-box {
    width: 645px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    display: flex;
    justify-content: center;
    z-index: 10;
}

#certify .show-box span.common {
    width: 52px;
    height: 55px;
    margin: 0 10px;
    background: url(../images/common.png);
    opacity: 1;
    text-align: center;
    line-height: 55px;
    color: #6a665b;
    font-size: 16px;
    font-family: '微软雅黑';
    writing-mode: vertical-rl;
    cursor: pointer;
    padding-top: 4px;
    box-sizing: border-box;
}

#certify .show-box span.no-common {
    width: 52px;
    height: 55px;
    margin: 0 10px;
    background: url(../images/no-common.png);
    opacity: 1;
    text-align: center;
    line-height: 55px;
    color: #999;
    font-size: 16px;
    font-family: '微软雅黑';
    writing-mode: vertical-rl;
    cursor: pointer;
    padding-top: 4px;
    box-sizing: border-box;
}

#certify .show-box span.active {
    width: 52px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/current.png);
    color: #ffc836;
    font-family: '微软雅黑';
    cursor: pointer;
    padding-top: 4px;
    box-sizing: border-box;
}

#certify .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 74px;
    height: 73px;
    background: url(../images/prev.png) no-repeat;
}

#certify .swiper-button-prev:hover {
    background: url(../images/prev-hover.png) no-repeat;
    transition: 0.2s ease-in-out;
}

#certify .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 74px;
    height: 73px;
    background: url(../images/next.png) no-repeat;
}

#certify .swiper-button-next:hover {
    background: url(../images/next-hover.png) no-repeat;
    transition: 0.2s ease-in-out;
}

.info-ctx-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 30px;
    box-sizing: border-box;
}

.info-ctx-right a.lqjl {
    width: 183px;
    height: 50px;
    background: url(../images/lqjl.png);
}

.info-ctx-right a.lqjl:hover {
    background: url(../images/lqjl-hover.png);
    transition: 0.2s ease-in-out;
}

.info-ctx-right a.ylq {
    width: 183px;
    height: 50px;
    background: url(../images/ylq.png);
}

.info-ctx-right a.bklq {
    width: 183px;
    height: 50px;
    background: url(../images/bklq.png);
}

.info-ctx-right a.startgame {
    width: 189px;
    height: 47px;
    background: url(../images/startgame.png);
}

.info-ctx-right a.startgame:hover {
    background: url(../images/startgame-hover.png);
    transition: 0.2s ease-in-out;
}

.sunTask {
    width: 1326px;
    height: 787px;
    background: url(../images/sunTask.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.in-sunTask {
    width: 1201px;
    height: 570px;
    background: url(../images/in-sunTask.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 174px;
    padding: 40px 85px;
    box-sizing: border-box;
}

.sunTask-ul {
    width: 1031px;
    height: 490px;
    overflow-y: auto;
    overflow-x: hidden;
}

.task-item {
    width: 1048px;
    height: 90px;
    background: url(../images/task-item.png);
    padding-left: 95px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

i.icon01 {
    width: 30px;
    height: 76px;
    background: url(../images/icon01.png);
    position: absolute;
    left: 0px;
    top: 0px;
}

i.icon02 {
    width: 30px;
    height: 76px;
    background: url(../images/icon02.png);
    position: absolute;
    left: 0px;
    top: 0px;
}

.task-name {
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    font-family: '微软雅黑';
    width: 500px;
}

.bin-box {
    width: 102px;
    height: 72px;
    background: url(../images/bin-box.png);
    position: relative;
    margin-right: 50px;
}

.bin-box span {
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ca7519;
    font-family: '微软雅黑';
}

a.task-lq {
    width: 206px;
    height: 44px;
    background: url(../images/task-lq.png);
}

a.task-lq:hover {
    background: url(../images/task-lq-hover.png);
    transition: 0.2s ease-in-out;
}

a.task-ylq {
    width: 206px;
    height: 44px;
    background: url(../images/task-ylq.png);
}

a.task-bklq {
    width: 206px;
    height: 44px;
    background: url(../images/task-bklq.png);
}

.charge-box {
    width: 1524px;
    height: 1047px;
    background: url(../images/charge-box.png);
    margin: 0 auto;
    position: relative;
}

.question-btn {
    width: 320px;
    height: 82px;
    background: url(../images/question-btn.png);
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 110px;
    right: 20px;
    cursor: pointer;
}

.question-btn:hover {
    background: url(../images/question-btn-hover.png);
}

.in-charge-box {
    width: 1270px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
}

.charge-box-hd {
    width: 1254px;
    margin: 0 auto;
    background: url(../images/search-bg.png);
    height: 55px;
    display: flex;
    justify-content: flex-start;
}

.charge-box-hd span {
    width: 142px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #462423;
    cursor: pointer;
    position: relative;
}

.icon-news {
    width: 57px;
    height: 56px;
    background: url(../images/new.png);
    position: absolute;
    top: -2px;
    left: -2px;
}

.charge-box-hd span.current {
    height: 57px;
    background: url(../images/charge-current.png);
    color: #ffd38a;
}

.search {
    width: 415px;
    height: 52px;
    position: relative;
}

.search input {
    width: 100%;
    height: 100%;
    border: none;
    outline-style: none;
    background: transparent;
    padding-left: 20px;
    box-sizing: border-box;
}

.search .search-btn {
    width: 94px;
    height: 29px;
    background: url(../images/search-btn.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}

.search .search-btn:hover {
    background: url(../images/search-btn-hover.png);
}

.charge-bd {
    width: 1270px;
    min-height: 664px;
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    flex-wrap: wrap;
}

.charge-bd-item {
    width: 254px;
    height: 332px;
    background: url(../images/charge-bd-item.png);
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.charge-bd-item:hover {
    transform: translateY(-8px);
}

.charge-bd-item img {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 26px;
}

.name {
    width: 100%;
    position: absolute;
    top: 197px;
    text-align: center;
    font-size: 14px;
    color: #423420;
    font-family: '微软雅黑';
}

.number-bin {
    width: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 223px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    color: #ca7519;
    font-family: '微软雅黑';
}

.number-bin .bin-sm {
    width: 27px;
    height: 29px;
    background: url(../images/bin.png);
}

.charge-btn-dh {
    width: 196px;
    height: 39px;
    background: url(../images/charge-btn-dh.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.charge-btn-ydh {
    width: 196px;
    height: 39px;
    background: url(../images/charge-btn-ydh.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.charge-btn-bkdh {
    width: 196px;
    height: 39px;
    background: url(../images/charge-btn-bkdh.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.rules {
    width: 800px;
    height: 215px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 81px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.rules p {
    font-size: 14px;
    color: #ffd7a1;
    font-family: '微软雅黑';
    position: relative;
}

.rules p::after {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #c54342;
    position: absolute;
    top: 5px;
    left: -20px;
}

.bin {
    width: 27px;
    height: 29px;
    background: url(../images/bin.png);
    margin-right: 5px;
}

.page-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.in-model {
    position: absolute;
    overflow: hidden;
    width: 641px;
    height: 443px;
    transform: translate(-50%, -50%);
    background: url(../images/duihuan-log.png);
    top: 50%;
    left: 50%;
    padding-top: 53px;
    box-sizing: border-box;
}

.in-model2 {
    position: absolute;
    overflow: hidden;
    width: 641px;
    height: 443px;
    transform: translate(-50%, -50%);
    background: url(../images/lq-log.png);
    top: 50%;
    left: 50%;
    padding-top: 53px;
    box-sizing: border-box;
}

.charge-hd {
    width: 582px;
    height: 36px;
    background-color: #e7dbc6;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.charge-hd span {
    width: 33.3%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: '微软雅黑';
}

.close {
    font-size: 16px;
    color: #101c35;
    font-weight: bold;
    position: absolute;
    right: 17px;
    top: 13px;
    font-family: '微软雅黑';
    cursor: pointer;
}

.chargeBox-bd {
    width: 582px;
    height: 308px;
    margin: 0 auto;
}

.chargeBox-bd ul li {
    width: 582px;
    height: 41px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #101c35;
    border-bottom: 2px solid #eddcca;
}

.chargeBox-bd ul li span {
    width: 33.3%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: '微软雅黑';
}

.page-charge {
    width: 582px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #c54342;
    color: #ffd38a;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    color: #c54342;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.question-box {
    width: 1082px;
    height: 857px;
    background: url(../images/question-box.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.question-close {
    width: 55px;
    height: 56px;
    background: url(../images/question-close.png);
    position: absolute;
    top: 0px;
    right: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.question-close:hover {
    background: url(../images/question-close-hover.png);
}

.question-name {
    position: absolute;
    left: 213px;
    top: 152px;
    font-size: 18px;
    font-family: '微软雅黑';
    color: #3d221c;
}

.link-phone {
    width: 894px;
    height: 45px;
    background-color: #bcae9b;
    position: absolute;
    left: 92px;
    top: 235px;
    border-radius: 8px;
    font-family: '微软雅黑';
}

.link-phone input {
    width: 100%;
    height: 100%;
    background: transparent;
    padding-left: 10px;
    box-sizing: border-box;
}

.check-box {
    width: 894px;
    height: 62px;
    position: absolute;
    left: 92px;
    top: 338px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    box-sizing: border-box;
}

.label-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 120px;
    font-size: 16px;
    color: #78572e;
    font-family: '微软雅黑';
}

.label-container input[type='checkbox'] {
    -webkit-appearance: none;
    /* 移除默认样式 */
    -moz-appearance: none;
    appearance: none;
    /* 移除默认样式 */
    width: 24px;
    /* 设置宽度 */
    height: 24px;
    /* 设置高度 */
    background: url(../images/un-input.png);
    /* 圆形 */
    outline: none;
    /* 移除轮廓 */
    margin-right: 12px;
    cursor: pointer;
}

.label-container input[type='checkbox']:checked {
    background: url(../images/has-input.png);
    /* 设置选中状态的颜色 */
}

.page-game {
    width: 894px;
    height: 45px;
    background-color: #bcae9b;
    position: absolute;
    left: 92px;
    top: 460px;
    border-radius: 8px;
    font-family: '微软雅黑';
}

.page-game input {
    width: 100%;
    height: 100%;
    background: transparent;
    padding-left: 10px;
    box-sizing: border-box;
}

.other-word {
    width: 894px;
    height: 138px;
    background-color: #bcae9b;
    position: absolute;
    left: 92px;
    top: 565px;
    border-radius: 8px;
    font-family: '微软雅黑';
}

.other-word textarea {
    width: 100%;
    height: 100%;
    background: transparent;
    padding-left: 10px;
    padding-top: 5px;
    box-sizing: border-box;
    font-family: '微软雅黑';
}

.submit-btn {
    width: 273px;
    height: 78px;
    background: url(../images/submit-btn.png);
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
}

.submit-btn:hover {
    background: url(../images/submit-btn-hover.png);
}