.none {
    display: none
}

.page-main {
    padding-bottom: 40px
}

.site {
    position: relative
}

.site .site-bg {
    position: relative;
    z-index: 2;
    background-size: cover;
    background-image: var(--web-bg)
}

.site .site-bg .site-container {
    padding-bottom: 10px;
    width: 1200px;
    height: 470px;
    margin: 0 auto;
    padding-top: 75px;
    display: flex;
    position: relative
}

.site .site-bg .site-container .site-info {
    width: 594px;
    padding-right: 30px
}

.site .site-bg .site-container .site-info .site-title {
    color: var(--banner-title-gradient);
    font-weight: 600;
    font-size: 56px;
    line-height: 74px;
    text-align: justify;
    font-family: Microsoft YaHei UI
}

.site .site-bg .site-container .site-info .site-line {
    margin-top: 20px;
    width: 52px;
    height: 5px;
    background-color: var(--banner-title-gradient)
}

.site .site-bg .site-container .site-info .site-desc {
    width: 100%;
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
    color: var(--title-color)
}

.site .site-bg .site-container .site-info .site-sponser {
    width: 100%;
    margin-top: 17px
}

.site .site-bg .site-container .site-info .site-sponser img {
    max-width: 100%;
    width: auto;
    height: 55px
}

.site .site-bg .site-container .site-main {
    padding-left: 1%;
    position: absolute;
    top: -20px;
    right: -15px
}

.site .site-bg .site-container .site-main img {
    object-fit: contain
}

.site .site-contract {
    position: relative;
    z-index: 2;
    margin: -40px auto 0;
    padding: 20px 48px;
    border: 3px solid #fff;
    box-shadow: var(--nav-box-shadow);
    border-radius: 32px;
    background: var(--nav-background);
    font-size: 16px;
    width: 1200px;
    height: 287px
}

.site .site-contract .site-contract-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site .site-contract .site-contract-wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 245px;
    height: 56px;
    margin-right: 40px
}

.site .site-contract .site-contract-wrap li::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 16px;
    display: block;
    width: 1px;
    height: 24px;
    background-color: var(--banner-nav-border-color)
}

.site .site-contract .site-contract-wrap li:last-child {
    margin-right: 0
}

.site .site-contract .site-contract-wrap li:last-child::after {
    content: none
}

.site .site-contract .site-contract-wrap li span {
    margin: 0 20px 0 12px;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    cursor: pointer
}

.site .site-contract .site-contract-wrap li span:hover {
    color: var(--primary-color)
}

.site .site-contract .site-contract-wrap li i {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center
}

.site .site-contract .site-contract-wrap li .icon-directup {
    width: 24px;
    height: 24px;
    background-image: var(--icon-directup)
}

.site .site-contract .site-line {
    margin-top: 20px;
    height: 1px;
    background-color: var(--banner-nav-border-color)
}

.site .site-contract .site-contract-info .site-contract-info-title {
    margin-top: 20px;
    font-style: normal;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 12px
}

.site .site-contract .site-contract-info .site-contract-info-title span {
    color: var(--primary-color)
}

.site .site-contract .site-contract-info .site-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site .site-contract .site-contract-info .site-item-wrap .site-item {
    width: 542px;
    padding: 10px 20px;
    border-radius: 20px;
    background: var(--nav-contact-item-bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.site .site-contract .site-contract-info .site-item-wrap .site-item:first-child .plain-btn {
    width: 88px
}

.site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-word,
.site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-word {
    color: var(--title-color);
    font-size: 14px
}

.site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-word i {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center
}

.site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-word i.icon-service {
    background-image: var(--icon-service)
}

.platform {
    margin-top: 80px
}

.platform .platform-list-wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between
}

.platform .platform-list-wrap .platform-list-item {
    flex: 1 1;
    padding-bottom: 70px;
    background: var(--platform-card-bg);
    border: 3px solid #fff;
    border-radius: 32px;
    text-align: center;
    padding-top: 4px;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: var(--platform-card-shadow);
    margin-right: 20px;
    position: relative
}

.platform .platform-list-wrap .platform-list-item:hover {
    transform: scale(1.06)
}

.platform .platform-list-wrap .platform-list-item:last-child {
    margin-right: 0
}

.platform .platform-list-wrap .platform-list-item img {
    width: 279px;
    height: 238px;
    object-fit: contain
}

.platform .platform-list-wrap .platform-list-item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-top: 18px;
    margin-bottom: 12px
}

.platform .platform-list-wrap .platform-list-item h3 a {
    color: var(--title-color)
}

.platform .platform-list-wrap .platform-list-item .platform-list-item-content {
    padding: 0 18px;
    font-size: 14px;
    line-height: 150%;
    color: var(--desc-color);
    text-align: justify
}

.platform .platform-list-wrap .platform-list-item .platform-list-item-btn {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 132px
}

.about-us {
    margin-top: 80px
}

.about-us .about-content {
    margin-top: 40px;
    padding: 80px 0;
    background-size: cover
}

.about-us .about-content .about-picture {
    width: 610px;
    height: 595px;
    object-fit: contain;
    position: absolute;
    top: -5px;
    right: -120px
}

.about-us .about-content .about-container {
    width: 1114px;
    position: relative;
    height: 552px;
    margin: 0 auto;
    background: var(--about-bg);
    border: 3px solid #fff;
    box-shadow: var(--module-light-shadow);
    border-radius: 60px;
    padding-top: 34px;
    padding-left: 136px;
    padding-right: 22px
}

.about-us .about-content .about-container .about-content-nav-list {
    width: auto;
    position: absolute;
    left: -24px;
    top: 110px
}

.about-us .about-content .about-container .about-content-nav-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 8px 16px;
    text-align: right;
    width: 130px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    box-shadow: var(--module-light-shadow);
    border-radius: 40px;
    position: relative;
    margin-top: 36px;
    color: var(--about-li-color);
    cursor: pointer
}

.about-us .about-content .about-container .about-content-nav-list li:first-child {
    margin-top: 0
}

.about-us .about-content .about-container .about-content-nav-list li.active {
    color: #fff;
    background: var(--about-li-active-bg);
    box-shadow: var(--about-li-active-shadow)
}

.about-us .about-content .about-container .about-content-nav-list li i {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -5px;
    left: 0;
    background-size: cover;
    background-position: center
}

.about-us .about-content .about-container .about-content-nav-list li span {
    font-weight: 600;
    font-size: 14px
}

.about-us .about-content .about-container .about-content-wrap {
    margin-top: 10px;
    width: 465px
}

.about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper {
    padding-right: 5px;
    height: 450px;
    overflow-y: auto
}

.about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper::-webkit-scrollbar {
    width: 4px
}

.about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color);
    border-radius: 20px
}

.about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper strong {
    font-weight: 700
}

.about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper p {
    margin-top: 17px;
    color: var(--desc-color);
    line-height: 1.6;
    font-size: 14px;
    text-align: justify
}

.about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper p:first-child {
    margin-top: 32px
}

.hot-game {
    margin-top: 80px
}

.hot-game .hot-game-content {
    margin-top: 40px
}

.hot-game .hot-game-content .hot-game-nav {
    margin: 0 auto;
    width: 654px;
    height: 52px;
    background: var(--hot-game-title-bg);
    border-radius: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 6px;
    list-style: none;
    list-style-type: none
}

.hot-game .hot-game-content .hot-game-nav .active {
    border-radius: 100px;
    background: var(--hot-game-title-active-bg);
    box-shadow: var(--hot-game-title-active-shadow)
}

.hot-game .hot-game-content .hot-game-nav .active p {
    font-size: 16px;
    color: var(--primary-color)
}

.hot-game .hot-game-content .hot-game-nav p {
    width: 107px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    color: var(--title-color)
}

.hot-game .hot-game-content .hot-game-swiper {
    width: 1300px;
    margin: 0 auto;
    padding: 20px 50px 55px
}

.hot-game .hot-game-content .hot-game-swiper .swiper-button-next,
.hot-game .hot-game-content .hot-game-swiper .swiper-button-prev,
.hot-game .hot-game-content .hot-game-swiper .hot-game-swiper-number {
    display: none
}

.hot-game .hot-game-content .hot-game-swiper .swiper-slide {
    display: flex;
    justify-content: flex-end;
    margin-right: 80px;
    position: relative
}

.hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-banner {
    width: 710px;
    height: 520px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1;
    object-fit: contain
}

.hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper {
    position: relative;
    width: 897px;
    height: 445px;
    border: 3px solid #fff;
    border-radius: 60px;
    box-shadow: var(--module-shadow);
    background: var(--module-bg)
}

.hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper .hot-game-swiper-content-inner-wrapper {
    width: 457px;
    position: absolute;
    top: 95px;
    right: 61px
}

.hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper .hot-game-swiper-content-inner-wrapper .text-title-wrapper {
    margin-bottom: 24px
}

.hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper .hot-game-swiper-content-inner-wrapper .hot-game-swiper-content-word {
    margin-bottom: 12px;
    text-align: justify;
    font-size: 14px;
    color: var(--desc-color)
}

.faq {
    margin-top: 80px
}

.faq .faq-container {
    width: 1200px;
    margin: 0 auto
}

.faq .faq-wrap {
    margin-top: 40px
}

.faq .faq-wrap .faq-item {
    background-color: #fff;
    margin-bottom: 12px;
    border-radius: 16px
}

.faq .faq-wrap .faq-item:hover {
    box-shadow: var(--module-light-shadow);
    cursor: pointer
}

.faq .faq-wrap .faq-item .faq-title-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px
}

.faq .faq-wrap .faq-item .faq-title-wrap .faq-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--question-title-color);
    margin: 0
}

.faq .faq-wrap .faq-item .faq-title-wrap .faq-title-icon {
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    transition: all ease .3s;
    background-size: cover;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURUxpca6zx66zx66yyK6yyK6yyK+vz6+vx6+yx66zyK2xyK6zyK6zyK+vv6yxx66xyK2yx62wx6+0xK+zyNQ2goMAAAATdFJOUwCv78/fvxAgQICQn98QYFCgoDCFDAG1AAABNUlEQVR42rWU2Y6FIBBEaRBkcZs5//+vcxNURMFkHm69aMihqylb1LfllijDRzau4wvmLReJf8W0SSlJ3mGaVSOgoz+3bRoIz+Ys6OCuS2MAxN040zIaBzA1aWFz6qFZwF4XAohqaoN4sYDJtcHZQInJQDfeURdzD0F1FUpJQY99cD5LjpDUiyLkA6zg6/SmysDDcuyoOahJTdzDtjfuRpo95AGpuRBq8odpB1PNKZXJHli4QnbAOXMH6c6cTXnu2WYukzqD5bQRfVr7S3y/x9sxQAt49SIPazaE+AZu52zZ3E5/zuR/Y5ZL9gcXzLVd0zF3QzX9sTuScmvLgrhGvQTy+Nmm5wVgnj3NAoQKdUGDda0Y0KlcUlFTvsTDCLCSUjIawHZvSKGoYM2qa7TDRxIXp76sP/reE+FnlgMmAAAAAElFTkSuQmCC)
}

.faq .faq-wrap .faq-item .faq-title-wrap .faq-title-icon.faq-title-icon-active {
    transform: rotate(0)
}

.faq .faq-wrap .faq-item .faq-content-wrap {
    height: 0;
    overflow: hidden;
    transition: all .3s ease
}

.faq .faq-wrap .faq-item .faq-content-wrap .faq-content {
    padding: 12px 20px;
    border-top: 1px solid var(--border-theme-color);
    line-height: 1.7;
    font-size: 14px;
    color: var(--desc-color)
}

.dynamic {
    margin-top: 80px
}

.dynamic .dynamic-container {
    width: 1200px;
    margin: 0 auto
}

.dynamic .dynamic-nav-list {
    margin: 20px auto 0;
    width: max-content;
    height: 52px;
    background: var(--hot-game-title-bg);
    border-radius: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 6px;
    list-style: none;
    list-style-type: none
}

.dynamic .dynamic-nav-list .active {
    border-radius: 100px;
    background: var(--hot-game-title-active-bg);
    box-shadow: var(--hot-game-title-active-shadow);
    color: var(--primary-color)
}

.dynamic .dynamic-nav-list li {
    min-width: 107px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    color: var(--title-color)
}

.dynamic .dynamic-wrap {
    margin-top: 20px;
    flex-wrap: wrap
}

.dynamic .dynamic-wrap .dynamic-item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 12px;
    border-radius: 16px
}

.dynamic .dynamic-wrap .dynamic-item:hover {
    box-shadow: var(--module-light-shadow);
    cursor: pointer
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date {
    position: relative;
    text-align: center;
    padding-right: 15px
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 24%;
    width: 1px;
    height: 60%;
    background: var(--border-theme-color)
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date span {
    display: block
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date .dynamic-item-day {
    font-size: 36px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 36px
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date .dynamic-item-month {
    font-size: 16px;
    font-weight: 400;
    color: var(--desc-color)
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    margin: 0;
    flex: 1;
    text-align: left;
    padding-left: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transform: rotate(180deg);
    transition: all ease .3s;
    background-size: cover;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURUxpca6zx66zx66yyK6yyK6yyK+vz6+vx6+yx66zyK2xyK6zyK6zyK+vv6yxx66xyK2yx62wx6+0xK+zyNQ2goMAAAATdFJOUwCv78/fvxAgQICQn98QYFCgoDCFDAG1AAABNUlEQVR42rWU2Y6FIBBEaRBkcZs5//+vcxNURMFkHm69aMihqylb1LfllijDRzau4wvmLReJf8W0SSlJ3mGaVSOgoz+3bRoIz+Ys6OCuS2MAxN040zIaBzA1aWFz6qFZwF4XAohqaoN4sYDJtcHZQInJQDfeURdzD0F1FUpJQY99cD5LjpDUiyLkA6zg6/SmysDDcuyoOahJTdzDtjfuRpo95AGpuRBq8odpB1PNKZXJHli4QnbAOXMH6c6cTXnu2WYukzqD5bQRfVr7S3y/x9sxQAt49SIPazaE+AZu52zZ3E5/zuR/Y5ZL9gcXzLVd0zF3QzX9sTuScmvLgrhGvQTy+Nmm5wVgnj3NAoQKdUGDda0Y0KlcUlFTvsTDCLCSUjIawHZvSKGoYM2qa7TDRxIXp76sP/reE+FnlgMmAAAAAElFTkSuQmCC)
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-icon.active {
    transform: rotate(0)
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap {
    height: 0;
    overflow: hidden;
    transition: all .3s ease
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content {
    border-top: 1px solid var(--border-theme-color);
    padding: 15px 15px 15px 78px;
    font-size: 14px;
    line-height: 20px;
    color: var(--desc-color)
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content em {
    font-style: normal
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content p,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content div,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content span {
    min-height: 20px;
    color: var(--desc-color) !important;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-bottom: 14px
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content a {
    color: var(--primary-color) !important
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content span {
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ul {
    list-style: square;
    list-style-type: square;
    padding-inline-start: 40px
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ul li::marker {
    color: var(--primary-color)
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ol {
    list-style: decimal;
    list-style-type: decimal;
    padding-inline-start: 40px
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ol,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ul {
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
    margin-bottom: 14px
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content li {
    line-height: 1.5
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content img {
    max-width: 100%
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong {
    font-weight: bold;
    font-size: 16px;
    color: var(--desc-color) !important
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong p,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong span,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong ul,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong li {
    font-weight: bold;
    font-size: 16px;
    color: var(--desc-color) !important
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h1,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h2,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h3,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h4,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h5,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h6 {
    font-weight: bold;
    color: var(--desc-color);
    line-height: 1.5;
    margin-bottom: 14px;
    padding: 0;
    border: none
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h1 {
    font-size: 28px;
    padding: 0;
    border: none;
    font-weight: 700;
    line-height: 1.5
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h2 {
    font-size: 24px;
    font-weight: 600
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h3 {
    font-size: 20px;
    font-weight: 600
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h4 {
    font-size: 18px;
    font-weight: 600
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h5,
.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h6 {
    font-size: 16px;
    font-weight: 600
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content a:hover {
    text-decoration: none
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong {
    font-weight: 700
}

.dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content hr {
    height: 2px;
    padding: 0;
    margin: 20px 0;
    background-color: hsla(0, 0%, 100%, .3);
    border: 0
}

.home-posts {
    margin-top: 120px;
    padding-bottom: 80px
}

.home-posts .home-posts-wrap {
    width: 1200px;
    margin: 52px auto 0;
    padding: 0 10px
}

.home-posts .home-posts-wrap .home-posts-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto
}

.home-posts .home-posts-wrap .home-posts-list>div:nth-child(3n) {
    margin-right: 0
}

.home-posts .home-posts-list-more {
    margin-top: 20px;
    text-align: center
}

.home-posts .home-posts-list-more a {
    color: var(--primary-color);
    font-size: 14px
}

@media screen and (max-width: 1200px) {
    .page-main {
        padding-bottom: .8rem
    }

    .site {
        background-size: cover;
        background-image: var(--web-bg);
        background-position: center -2rem
    }

    .site::after {
        content: "";
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        height: 4rem;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), var(--body-bg-color));
        backdrop-filter: blur(2px)
    }

    .site .site-bg .site-container {
        width: 100%;
        display: block;
        height: initial;
        padding-top: 0
    }

    .site .site-bg .site-container .site-info {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .site .site-bg .site-container .site-info .site-title {
        font-size: .72rem;
        line-height: .98rem;
        padding: .6rem 0 0
    }

    .site .site-bg .site-container .site-info .site-line {
        width: .64rem;
        height: .04rem;
        margin-top: .08rem
    }

    .site .site-bg .site-container .site-info .site-desc {
        width: 100%;
        margin-top: .2rem;
        font-style: normal;
        font-size: .26rem;
        line-height: .34rem;
        padding: 0 .4rem;
        text-align: justify
    }

    .site .site-bg .site-container .site-info .site-sponser {
        width: 100%;
        margin-top: .24rem;
        text-align: center
    }

    .site .site-bg .site-container .site-info .site-sponser img {
        max-width: 95%;
        height: auto;
        max-height: .96rem
    }

    .site .site-bg .site-container .site-main {
        padding-right: 0;
        padding-left: 0;
        position: initial
    }

    .site .site-bg .site-container .site-main img {
        width: 100%;
        height: 5.28rem;
        object-fit: contain
    }

    .site .site-contract {
        width: 100%;
        margin-top: -1.2rem;
        padding: .4rem;
        border: none;
        box-shadow: none;
        border-radius: 0;
        background: rgba(0, 0, 0, 0);
        height: initial
    }

    .site .site-contract .site-contract-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .site .site-contract .site-contract-wrap li {
        width: 48.5%;
        height: .88rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: .24rem;
        border: none;
        border-radius: .24rem;
        margin-right: 0;
        background: var(--h5-nav-module-bg);
        box-shadow: var(--module-shadow);
        padding-left: .32rem
    }

    .site .site-contract .site-contract-wrap li::after {
        content: none
    }

    .site .site-contract .site-contract-wrap li span {
        margin: 0;
        font-size: .28rem;
        font-weight: 500
    }

    .site .site-contract .site-contract-wrap li span:hover {
        color: var(--title-color)
    }

    .site .site-contract .site-contract-wrap li i {
        margin-right: .16rem;
        display: block;
        width: .4rem;
        height: .4rem;
        background-size: cover;
        background-position: center
    }

    .site .site-contract .site-contract-wrap li .icon-directup {
        display: none
    }

    .site .site-contract .site-line {
        display: none
    }

    .site .site-contract .site-contract-info {
        display: flex;
        flex-direction: column;
        background: var(--h5-nav-module-bg);
        border: .02rem solid #fff;
        box-shadow: var(--module-shadow);
        border-radius: .24rem;
        width: 100%;
        height: auto;
        margin: 0 auto 0;
        overflow: hidden
    }

    .site .site-contract .site-contract-info .site-contract-info-title {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 600;
        font-size: .2rem;
        line-height: .4rem;
        text-align: left;
        padding: .1rem 0;
        padding-left: .4rem
    }

    .site .site-contract .site-contract-info .site-contract-info-title span {
        color: var(--primary-color)
    }

    .site .site-contract .site-contract-info .site-item-wrap {
        display: block
    }

    .site .site-contract .site-contract-info .site-item-wrap .site-item {
        padding: .2rem .4rem;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: rgba(0, 0, 0, 0)
    }

    .site .site-contract .site-contract-info .site-item-wrap .site-item:first-child .plain-btn {
        width: auto
    }

    .site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-word,
    .site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-btns {
        gap: .08rem
    }

    .site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-word {
        font-size: .24rem;
        font-weight: 600
    }

    .site .site-contract .site-contract-info .site-item-wrap .site-item .site-item-word i {
        width: .48rem;
        height: .48rem
    }

    .platform {
        margin-top: .44rem
    }

    .platform .platform-list-container {
        overflow-x: auto;
        padding-right: .28rem
    }

    .platform .platform-list-wrap {
        margin-top: .32rem;
        padding-bottom: .48rem;
        padding-left: .28rem;
        width: max-content
    }

    .platform .platform-list-wrap .platform-list-item {
        flex: 1 1;
        width: 5.8rem;
        padding-bottom: 1rem;
        border-width: .02rem;
        border-radius: .5rem;
        cursor: pointer;
        margin-right: .24rem
    }

    .platform .platform-list-wrap .platform-list-item:last-child {
        margin-right: 0
    }

    .platform .platform-list-wrap .platform-list-item:hover {
        transform: scale(1)
    }

    .platform .platform-list-wrap .platform-list-item img {
        display: block;
        margin: .04rem auto;
        width: 5.7rem;
        height: 4.8rem
    }

    .platform .platform-list-wrap .platform-list-item h3 {
        font-size: .36rem;
        margin-top: .08rem;
        margin-bottom: .16rem;
        line-height: .4rem
    }

    .platform .platform-list-wrap .platform-list-item h3 a {
        line-height: .4rem;
        color: var(--title-color)
    }

    .platform .platform-list-wrap .platform-list-item .platform-list-item-content {
        padding: 0 .24rem;
        font-size: .26rem;
        line-height: 150%
    }

    .platform .platform-list-wrap .platform-list-item .platform-list-item-btn {
        position: absolute;
        bottom: .24rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.44rem;
        height: .5rem;
        min-height: .5rem;
        border-radius: .24rem;
        color: #fff;
        background: var(--button-bg);
        border: none;
        font-size: .24rem
    }

    .about-us {
        margin-top: .44rem
    }

    .about-us .about-content {
        position: relative;
        background-image: none !important;
        margin-top: 0;
        padding: 0;
        margin-left: .2rem;
        margin-right: .2rem
    }

    .about-us .about-content .about-picture {
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 7.2rem;
        top: -1.8rem;
        left: 0;
        right: 0
    }

    .about-us .about-content .about-container {
        position: relative;
        height: auto;
        background: var(--module-bg);
        border: none;
        border-radius: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 1.8rem;
        border: 1px solid #fff;
        border-radius: .48rem;
        display: flex;
        flex-direction: column;
        padding: 5.4rem .36rem .36rem;
        width: initial
    }

    .about-us .about-content .about-container .about-content-nav-list {
        position: relative;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .32rem
    }

    .about-us .about-content .about-container .about-content-nav-list li {
        padding: 0;
        margin-top: 0;
        width: 2.04rem;
        height: .56rem;
        line-height: .56rem;
        border-radius: .26rem;
        padding-right: .24rem
    }

    .about-us .about-content .about-container .about-content-nav-list li i {
        width: .64rem;
        height: .64rem;
        position: absolute;
        top: -0.04rem;
        left: -0.02rem
    }

    .about-us .about-content .about-container .about-content-nav-list li span {
        font-weight: 500;
        font-size: .24rem
    }

    .about-us .about-content .about-container .about-content-wrap {
        margin-top: .2rem;
        padding-top: .3rem;
        width: initial
    }

    .about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper {
        height: auto
    }

    .about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper p {
        font-size: .26rem;
        margin-top: .12rem;
        line-height: 1.7;
        text-align: justify
    }

    .about-us .about-content .about-container .about-content-wrap .about-content-wrap-word-wrapper p:first-child {
        margin-top: .32rem
    }

    .hot-game {
        margin-top: .8rem
    }

    .hot-game .hot-game-content {
        margin-top: .32rem
    }

    .hot-game .hot-game-content.container {
        padding-left: 0;
        padding-right: 0
    }

    .hot-game .hot-game-content .hot-game-nav {
        display: none
    }

    .hot-game .hot-game-content .hot-game-swiper {
        width: 100%;
        padding: 0;
        padding-bottom: .5rem;
        padding-left: .2rem;
        padding-right: .2rem
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-button-next,
    .hot-game .hot-game-content .hot-game-swiper .swiper-button-prev {
        display: block;
        bottom: .8rem;
        top: auto;
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        overflow: hidden;
        background-size: cover;
        background-position: center
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-button-next::after,
    .hot-game .hot-game-content .hot-game-swiper .swiper-button-prev::after {
        content: none
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-button-next {
        right: 38%
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-button-prev {
        left: 38%
    }

    .hot-game .hot-game-content .hot-game-swiper .hot-game-swiper-number {
        display: block;
        opacity: 1 !important;
        position: absolute;
        bottom: .8rem;
        z-index: 2;
        left: 50%;
        width: .8rem;
        font-size: .3rem;
        height: .4rem;
        line-height: .4rem;
        text-align: center;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0)
    }

    .hot-game .hot-game-content .hot-game-swiper .hot-game-swiper-number span {
        color: var(--primary-color)
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper {
        padding: 0
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-banner {
        width: 7.14rem;
        height: 5.8rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -0.1rem;
        z-index: 1
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper {
        position: relative;
        width: 100%;
        border: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0);
        height: auto;
        padding-top: 1.8rem
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper .hot-game-swiper-content-inner-wrapper {
        width: 100%;
        height: 10.4rem;
        position: relative;
        border-radius: .5rem;
        border: .04rem solid #fff;
        box-shadow: var(--hot-game-title-active-shadow);
        padding: 3.7rem .4rem .4rem;
        top: 0;
        right: 0;
        background: var(--module-bg)
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper .hot-game-swiper-content-inner-wrapper .text-title-wrapper {
        margin-bottom: .24rem;
        margin-top: .08rem
    }

    .hot-game .hot-game-content .hot-game-swiper .swiper-slide .hot-game-swiper-inner-wrapper .hot-game-swiper-content-wrapper .hot-game-swiper-content-inner-wrapper .hot-game-swiper-content-word {
        font-size: .26rem;
        line-height: 1.5;
        margin-bottom: .2rem
    }

    .faq {
        margin-top: .4rem
    }

    .faq .faq-container {
        width: initial;
        padding: 0 .3rem
    }

    .faq .faq-wrap {
        margin-top: .32rem
    }

    .faq .faq-wrap .faq-item:hover {
        box-shadow: none
    }

    .faq .faq-wrap .faq-item .faq-title-wrap {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .24rem
    }

    .faq .faq-wrap .faq-item .faq-title-wrap .faq-title {
        font-size: .28rem;
        padding-right: .24rem;
        line-height: .36rem;
        flex: 1
    }

    .faq .faq-wrap .faq-item .faq-title-wrap .faq-title-icon {
        width: .4rem;
        height: .4rem
    }

    .faq .faq-wrap .faq-item .faq-content-wrap {
        height: 0;
        overflow: hidden;
        transition: all .3s ease
    }

    .faq .faq-wrap .faq-item .faq-content-wrap .faq-content {
        padding: .24rem;
        font-size: .26rem
    }

    .dynamic {
        margin-top: .4rem
    }

    .dynamic .dynamic-container {
        width: initial;
        padding: 0 .3rem
    }

    .dynamic .dynamic-nav-list {
        padding: .12rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .08rem;
        height: auto;
        max-width: 97%;
        overflow-x: auto
    }

    .dynamic .dynamic-nav-list li {
        padding: 0 .12rem;
        width: max-content;
        height: .5rem;
        line-height: .5rem;
        font-size: .24rem;
        cursor: pointer
    }

    .dynamic .dynamic-nav-list li.active {
        color: var(--primary-color)
    }

    .dynamic .dynamic-wrap {
        margin-top: .32rem
    }

    .dynamic .dynamic-wrap .dynamic-item:hover {
        box-shadow: none
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .2rem .24rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date {
        padding-right: .2rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date .dynamic-item-day {
        font-size: .48rem;
        line-height: .48rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title-date .dynamic-item-month {
        font-size: .24rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-title-wrap .dynamic-title {
        font-size: .28rem;
        padding-right: .24rem;
        line-height: .36rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap {
        height: 0;
        overflow: hidden;
        transition: all .3s ease
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content {
        padding: .24rem .24rem .24rem 1rem;
        font-size: .26rem;
        line-height: .32rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content p,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content div,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content span {
        font-size: .26rem;
        line-height: 1.7;
        text-align: justify;
        margin-bottom: .24rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ul {
        padding-inline-start: .8rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ul li::marker {
        color: var(--primary-color)
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ol {
        padding-inline-start: .8rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ol,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content ul {
        font-size: .26rem;
        line-height: .34rem;
        padding-left: .24rem;
        margin-bottom: .32rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong {
        font-weight: bold;
        font-size: .26rem;
        color: var(--desc-color) !important
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong p,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong span,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong ul,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content strong li {
        font-weight: bold;
        font-size: .26rem;
        color: var(--desc-color) !important
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h1,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h2,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h3,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h4,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h5,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h6 {
        font-weight: bold;
        color: var(--desc-color);
        line-height: 1.5;
        margin-bottom: .4rem;
        padding: 0;
        border: none
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h1 {
        font-size: .56rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h2 {
        font-size: .48rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h3 {
        font-size: .4rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h4 {
        font-size: .36rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h5,
    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content h6 {
        font-size: .32rem
    }

    .dynamic .dynamic-wrap .dynamic-item .dynamic-content-wrap .dynamic-content hr {
        height: .04rem;
        padding: 0;
        margin: .4rem 0
    }

    .home-posts {
        margin-top: .4rem;
        padding-bottom: .32rem
    }

    .home-posts .home-posts-wrap {
        margin-top: .4rem;
        overflow-x: auto;
        width: 100%;
        padding: 0
    }

    .home-posts .home-posts-wrap .home-posts-list {
        display: flex;
        width: max-content;
        padding-left: .2rem
    }

    .home-posts .home-posts-wrap .home-posts-list>div {
        margin-right: .2rem;
        width: 7rem;
        height: 4rem
    }

    .home-posts .home-posts-wrap .home-posts-list>div:nth-child(3n) {
        margin-right: .2rem
    }

    .home-posts .home-posts-wrap .home-posts-list>div .posts-info-wrap .posts-title {
        margin-top: .24rem
    }

    .home-posts .home-posts-wrap .home-posts-list>div .posts-info-wrap .posts-subTitle {
        margin-top: .24rem
    }

    .home-posts .home-posts-list-more {
        margin-top: .2rem
    }

    .home-posts .home-posts-list-more a {
        display: inline-block;
        background: var(--button-bg);
        font-size: .26rem;
        color: #fff;
        padding: .14rem .6rem;
        border-radius: .76rem
    }
}
#lianxiwomen,
#aaa,
#hot-game,
#about-us {
    scroll-margin-top: 80px; /* 保留 80px 空间 */
}
/*# sourceMappingURL=home.css.map */


.site-agent-register{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    justify-content: space-between;

}
.site-agent-register-item{
    display: flex;
    align-items: center;
    width: 46%;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
}
.site-agent-register-item img{
    width: 30px;
    height: 30px;
    border-radius:6px;
}
.site-agent-register-item span{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 16px;
}
.site-agent-register-item div{
    background: red;
    color: #fff;
    border-radius: 100px;
    padding: 4px 10px;
    margin-left: auto;
    font-size: 14px;
    cursor: pointer;
}
.dlzc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin:100px auto 20px;
}
.dlzc-item{
    width: 20%;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
    box-sizing: border-box;
}
.dlzc-item div{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.dlzc-item div img{
    width: 39px;
    height: 39px;
}
.dlzc-item span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.test{
    width: 1200px;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
}
.dlzc-item-p{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding: 0 20px;
    margin-top: 10px;
    height: 100px;
}
.dlzc-item-btn{
    background: #e97c20;
    width: 60%;
    margin: auto;
    padding: 3px 5px;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .site-agent-register-item{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .dlzc{
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
    }
    .dlzc .dlzc-item{
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 弹出框样式 */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* 防止背景滚动 */
}

.modal-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto; /* 只有弹窗内容可以滚动 */
    overflow-x: hidden;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
