@charset "UTF-8";
/* 202309062135 */

/* 站点首页 */

/* 内容区 */
.mainstay {
    /* height: 133rem; */
}

.mainstay > .content {
    position: relative;
    margin: 0 auto;
    padding-top: 10.2rem;
    width: 75%;
}

/* 只有内容 */
/* 幻灯片 */
.mainstay > .content > div > .slide {
    overflow: auto;
    grid-area: slide;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15.80rem;
    padding: 0.3rem 0.3rem 0.3rem 0.6rem;
}

.mainstay > .content > div > .slide > .content {
    width: 36rem;
    height: 96%;
    margin: auto auto;
    overflow: hidden;
    position: relative;
}

.mainstay > .content > div > .slide > .content > ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.mainstay > .content > div > .slide::after {
    pointer-events: none;
    position: absolute;
    width: inherit;
    height: inherit;
    content: "";
    left: 0;
    top: 0;
    background-image: url("../images/slide-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mainstay > .content > div > .slide > .content > ul > li {
    float: left;
}

.mainstay > .content > div > .slide > .content > ul > li > a > img {
    width: 36rem;
    padding: 0.1rem;
    height: 100%;
    border-radius: 0.2rem;
}

/* 幻灯片文字叠加样式 */
.slide-item {
    position: relative;
    width: 36rem;
    height: 100%;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}

.slide-text {
    position: absolute;
    bottom: 20px; /* 向上移动20px */
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    text-align: center;
}

.slide-text h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.slide-text p {
    margin: 0;
    font-size: 1rem;
}

/* 指示器 */
.mainstay > .content > div > .slide > .content > .dot {
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    top: 80%;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.mainstay > .content > div > .slide > .content > .dot > div {
    float: left;
    margin: 0.3rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.43);
    cursor: pointer;
}

.mainstay > .content > div > .slide > .content > .dot > div.active {
    background: rgb(255, 255, 255) !important;
    transform: scale(1.25);
    transition: 0.3s;
}

/* 快捷入口 */
.mainstay > .content > div > .shortcut {
    grid-area: shortcut;
    display: flex;
    height: 15.80rem;
}

.mainstay > .content > div > .shortcut > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainstay > .content > div > .shortcut > .row > .game-download {
    grid-area: game-download;
    height: 10rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .game-download > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../images/game-download-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .customer {
    grid-area: customer;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .customer > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../images/customer-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .gift {
    grid-area: gift;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .gift > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../images/data-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .register {
    grid-area: register;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .register > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../images/register-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .recharge {
    grid-area: recharge;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .recharge > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../images/recharge-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > div > div > a:hover {
    transform: scale(1.05);
}

/* 有头部与内容 */
.mainstay > .content > div > .area {
    margin-top: 3rem;
    height: 28.5rem;
    display: flex;
    flex-flow: column;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .area > .header {
    height: 4.5rem;
    min-height: 4.5rem;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    background: linear-gradient(90deg, #0f3460, #1a1a2e);
}

.mainstay > .content > div > .area > .header > .title {
    flex: 1;
    background-image: url("../images/sun-bg.png");
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.mainstay > .content > div > .area > .header > .title > img {
    height: 100%;
    padding: 1.8rem 0 0.7rem 2.5rem;
}

.mainstay > .content > div > .area > .header > .title > img:hover {
    /*transform: scale(1.15);*/
}

.mainstay > .content > div > .area > .header > .more > a {
    font-size: 0.8rem; /* 从0.9rem调小到0.8rem */
    color: rgb(255, 243, 180);
    text-decoration: none;
    padding: 0.5rem 1rem;
    margin: 0 1rem 0.7rem 0;
    background: rgba(255, 243, 180, 0.2);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.mainstay > .content > div > .area > .header > .more > a:hover {
    background: rgba(255, 243, 180, 0.4);
    transform: scale(1.05);
}

.mainstay > .content > div > .area > .content {
    width: 100%;
    margin-top: 1rem;
    height: 23rem;
    display: flex;
    flex-flow: column;
    flex-direction: column;
    overflow-y: hidden;
    overflow: hidden;
    padding: 0 1rem 1rem 1rem;
}

/* 热门活动 */
.mainstay > .content > div > .activity {
    grid-area: activity;
    height: 22rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .activity > .content {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.mainstay > .content > div > .activity > .content > .left-direction {
    flex: 0 0 13%;
    width: 4.75rem;
    background-image: url("../images/activity-left-direction.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 80%;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
}

.mainstay > .content > div > .activity > .content > .left-direction.disabled {
    opacity: 1.5;
    cursor: not-allowed;
}

.mainstay > .content > div > .activity > .content > .right-direction {
    flex: 0 0 13%;
    width: 4.75rem;
    background-image: url("../images/activity-right-direction.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% 80%;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
}

.mainstay > .content > div > .activity > .content > .right-direction.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mainstay > .content > div > .activity > .content > .middle {
    flex: 0 0 70%;
    display: flex;
    overflow: hidden;
    position: revert;
}

.mainstay > .content > div > .activity > .content > .middle > .square {
    background-image: url("../images/activity-square.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s;
    flex: 0;
    margin: 0;
    padding: 0;
    width: 0;
    opacity: 0;
}

.mainstay > .content > div > .activity > .content > .middle > .square:hover {
    background-image: url("../images/activity-square-hover.png");
}

.mainstay > .content > div > .activity > .content > .middle > .square.active {
    margin: 0 0.5rem;
    flex: 0 0 47%;
    opacity: 1;
}

.mainstay > .content > div > .activity > .content > .middle > .square.hide-left {
    transform: translateX(-100%);
}

.mainstay > .content > div > .activity > .content > .middle > .square.hide-right {
    transform: translateX(100%);
}

.mainstay > .content > div > .activity > .content > .middle > .square.show-left {
    transform: translateX(0%);
}

.mainstay > .content > div > .activity > .content > .middle > .square.show-right {
    transform: translateX(0%);
}

.mainstay > .content > div > .activity > .content > .middle > .square > .code {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0.3rem 1.5rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .top {
    height: 1.5rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .code {
    height: 9.476rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .title {
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0.8rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .title > a {
    color: white;
}

/* 资讯信息 */
.mainstay > .content > div > .news {
    grid-area: news;
    height: 22rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .news > .content {
    display: flex;
    flex-flow: row;
    height: calc(100% - 4.5rem);
}

/* 资讯信息之选项 */
.mainstay > .content > div > .news > .content > ul {
    width: 5rem;
    background: linear-gradient(to bottom, #0f3460, #1a1a2e);
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-right: 1px solid #333;
    padding: 0.5rem 0;
}

/* 资讯信息之选项单项 */
.mainstay > .content > div > .news > .content > ul > li {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 243, 180);
    font-size: 1rem; /* 从1.2rem调小到1rem */
    width: 90%;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0.3rem;
    margin: 0.2rem 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 243, 180, 0.2);
}

/* 注: 页面上鼠标经过时 */
.mainstay > .content > div > .news > .content > ul > li:hover {
    background: linear-gradient(to right, #e94560, #ff6b81);
    box-shadow: 0 0 10px rgba(233, 69, 96, 0.5);
    transform: translateY(-2px);
}

/* 注: 当点击后设置成ACTIVE */
.mainstay > .content > div > .news > .content > ul > li.active {
    background: linear-gradient(to right, #e94560, #ff6b81);
    box-shadow: 0 0 15px rgba(233, 69, 96, 0.7);
    color: #fff;
    font-weight: bold;
    transform: translateY(-2px);
}

/* 页面上进行模板点击时 */
.mainstay > .content > div > .news > .content > ul > li:active {
    transform: scale(0.95);
}

/* 资讯信息之列表 */
.mainstay > .content > div > .news > .content > div {
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1 0 0;
    display: flex;
    flex-flow: row;
    overflow-y: auto;
    overflow-x: hidden;
    width: 31rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
}

.mainstay > .content > div > .news > .content > div::-webkit-scrollbar {
    display: none;
}

/* 隐藏所有 */
.mainstay > .content > div > .news > .content > div > ul {
    display: none;
    width: 100%;
}

/* 当前激活 */
.mainstay > .content > div > .news > .content > div > ul.active {
    flex: 1 0 0;
    display: flex;
    flex-flow: column;
    width: 100%;
}

.mainstay > .content > div > .news > .content > div > ul > li {
    width: 100%;
    background-color: #00000040;
    color: rgb(255, 243, 180);
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
}

.mainstay > .content > div > .news > .content > div > ul > li:hover {
    background: linear-gradient(90deg, #0f3460, #1a1a2e);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.mainstay > .content > div > .news > .content > div > ul > li > a {
    justify-content: center;
    flex-direction: column;
    min-height: 3.14rem;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    color: inherit;
}

.mainstay > .content > div > .news > .content > div > ul > li > a:hover {
    text-decoration: none;
}

.mainstay > .content > div > .news > .content > div > ul > li > a > .news-header {
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    font-size: 1rem; /* 从1.2rem调小到1rem */
    width: 100%;
}
/* 新增样式：使新闻标题和日期居中显示 */
.news-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8); /* 添加深色背景 */
    padding: 0.5rem; /* 添加内边距使内容不紧贴边缘 */
    border-radius: 0.3rem; /* 添加轻微圆角 */
}

.news-header > .news-title {
    flex: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-header > .news-date {
    flex: none;
    text-align: center;
    color: #666666;
    font-size: 0.9rem;
}

.mainstay > .content > div > .news > .content > div > ul > li > a > .news-header > .news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 82%;
    max-width: 24.9rem;
    color: rgba(0, 102, 204, 1); /* 使用RGBA格式表示链接颜色 */
}

.mainstay > .content > div > .news > .content > div > ul > li > a > .news-header > .news-date {
    display: flex;
    width: 18%;
    justify-content: flex-end;
    color: #666666; /* 使用规范的灰色显示日期 */
    font-size: 0.9rem; /* 从1rem调小到0.9rem */
}

.mainstay > .content > div > .news > .content > div > ul > li > a > .news-summary {
    font-size: 0.9rem; /* 从1rem调小到0.9rem */
    color: rgb(177, 177, 177);
    padding-left: 0.5rem;
    overflow-wrap: break-word;
    margin-top: 0.3rem;
}

.mainstay > .content > div > .news > .content > div > ul.active > li.error {
    background-color: #e9456040;
    color: #ff6b81;
    text-align: center;
    padding: 1rem;
    font-size: 1rem; /* 从1.1rem调小到1rem */
}

.mainstay > .content > div > .news > .content > div > ul.active > li:hover {
    background: linear-gradient(90deg, #0f3460, #1a1a2e);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.mainstay > .content > div > .news > .content > div > ul.active > li:active {
    transform: scale(0.98);
}

/* 带图片的新闻项样式 */
.mainstay > .content > div > .news > .content > div > ul.active > li.with-image {
    height: auto;
    min-height: 5rem;
    display: flex;
    flex-direction: row;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a {
    flex-direction: row;
    height: auto;
    min-height: 5rem;
    padding: 0.8rem;
    display: flex;
    text-decoration: none;
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a > .news-image {
    flex: 0 0 6rem;
    height: 4.5rem;
    overflow: hidden;
    margin-right: 1rem;
    border-radius: 0.3rem;
    border: 1px solid #333;
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a > .news-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image:hover > a > .news-image > img {
    transform: scale(1.05);
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a > .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a > .news-content > .news-header {
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    font-size: 1rem; /* 从1.2rem调小到1rem */
    width: 100%;
    margin-bottom: 0.3rem;
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a > .news-content > .news-header > .news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
    max-width: 24.9rem;
    color: rgba(0, 102, 204, 1); /* 使用RGBA格式表示链接颜色 */
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a > .news-content > .news-header > .news-date {
    display: flex;
    width: 25%;
    justify-content: flex-end;
    color: #999;
    font-size: 0.9rem; /* 从1rem调小到0.9rem */
}

.mainstay > .content > div > .news > .content > div > ul.active > li.with-image > a > .news-content > .news-summary {
    font-size: 0.9rem; /* 从1rem调小到0.9rem */
    color: rgb(177, 177, 177);
    overflow-wrap: break-word;
    flex: 1;
}

/* 职业资料 */
.mainstay > .content > div > .career {
    grid-area: career;
    height: 21.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .career > .content {
    flex: 1;
    display: flex;
    flex-flow: column;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}

.mainstay > .content > div > .career > .content > ul {
    height: 2.8rem;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    font-size: 0.85rem; /* 从0.95rem调小到0.85rem */
    padding: 0 0.8rem;
    color: white;
    background-image: url("../images/gold-line-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}

.mainstay > .content > div > .career > .content > ul > li {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    cursor: pointer;
}

.mainstay > .content > div > .career > .content > ul > li:hover {
    background-image: url("../images/tab-select-bg.png");
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scale(1.03);
}

.mainstay > .content > div > .career > .content > ul > li:active {
    transform: scale(0.95);
}

.mainstay > .content > div > .career > .content > ul > li.active {
    background-image: url("../images/tab-select-bg.png");
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-wrap: break-word;
    color: rgb(255, 227, 75);
}

.mainstay > .content > div > .career > .content > div {
    flex: 1;
    display: flex;
    flex-flow: row;
}

.mainstay > .content > div > .career > .content > div > div {
    display: none;
}

.mainstay > .content > div > .career > .content > div {
    padding: 0.8rem 0 0 0;
}

.mainstay > .content > div > .career > .content > div > div.active {
    width: 100%;
    display: flex;
    flex-flow: column;
    color: white;
}

.mainstay > .content > div > .career > .content > div > div.active > div {
    height: 1.58rem;
    display: flex;
    flex-flow: row;
    margin-bottom: 0.5rem;
}

.mainstay > .content > div > .career > .content > div > div.active > div > img {
    width: 7.2rem;
    height: 1.8rem;
}

.mainstay > .content > div > .career > .content > div > div.active > div > div {
    flex: 1;
    display: flex;
    flex-flow: row;
    justify-content: left;
    line-height: 2rem;
    padding-left: 0.5rem;
    font-size: 0.8rem; /* 从0.9rem调小到0.8rem */
}

.mainstay > .content > div > .career > .content > div > div.active > div.describe {
    width: 65%;
    font-size: 0.8rem; /* 从0.9rem调小到0.8rem */
    padding-left: 0.8rem;
    flex: 1 0 0;
    overflow: hidden;
    height: 5.6rem;
}

/* 攻略中心 */
.mainstay > .content > div > .strategy {
    grid-area: strategy;
    height: 21.5rem;
    display: flex;
    flex-flow: column;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .strategy > .content {
    height: 16rem;
}

.mainstay > .content > div > .strategy > .content > .title {
    height: 2.8rem;
    display: flex;
    justify-content: left;
    align-items: center;
    background-image: url("../images/strategy-tabs-bg.png");
    background-position: center left;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    width: 100%;
    padding-left: 0.3rem;
}

.mainstay > .content > div > .strategy > .content > .title > li {
    color: white;
    font-size: 0.85rem; /* 从0.95rem调小到0.85rem */
    padding: 0 1.9rem;
    text-align: center;
    cursor: pointer;
}

/* 攻略中心之点击选项时切换选项卡内容 */
/* 此类用于给JS调用设置 */
.mainstay > .content > div > .strategy > .content > .title > li.active {
    cursor: pointer;
    transform: scale(1.05);
    background-image: url("../images/tab-select-bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgb(255, 227, 75);
}

.mainstay > .content > div > .strategy > .content > .list {
    height: 13.2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: hidden;
}

.mainstay > .content > div > .strategy > .content > .list::-webkit-scrollbar {
    display: none;
}

/* 先将所有都隐藏 */
.mainstay > .content > div > .strategy > .content > .list > ul {
    display: none;
}

/* 只对加了ACTIVE的显示 */
.mainstay > .content > div > .strategy > .content > .list > ul.active {
    display: block;
    line-height: 1.1rem;
}

.mainstay > .content > div > .strategy > .content > .list > ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0.2rem 0;
    font-size: 0.7rem; /* 从0.8rem调小到0.7rem */
    background-color: #00000040;
    border-radius: 0.15rem;
    overflow-wrap: break-word;
}

.mainstay > .content > div > .strategy > .content > .list > ul > li:hover {
    background-color: #1e90d740;
    cursor: pointer;
    transform: scale(1.018);
}

.mainstay > .content > div > .strategy > .content > .list > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.65rem 2rem;
}

/* 图片专区 */
.mainstay > .content > div > .images {
    grid-area: images;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .images > div.content {
    flex-flow: row wrap;
}

.mainstay > .content > div > .images > div.content > div {
    padding: 0.5rem;
    height: 11.5rem;
}

.mainstay > .content > div > .images > div.content > div > a > span {
    display: block;
    background-position: center center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    background-color: #656565;
}

/* 视频专区 */
.mainstay > .content > div > .video {
    grid-area: video;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .video > .content {
    flex-flow: row wrap;
}

.mainstay > .content > div > .video > .content > div {
    height: 11.5rem;
    padding: 0.5rem;
}

.mainstay > .content > div > .video > .content > div > a {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainstay > .content > div > .video > .content > div > a > span{
    border-radius: 0.6rem;
    background-color: #656565;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    position: relative;
}

.mainstay > .content > div > .video > .content > div > a > span > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4.1rem;
}

.mainstay > .content > div > .video > .content > div:hover {
    transform: scale(1.05);
}

/* 社群入口 */
.mainstay > .content > div > .association {
    flex: 0 0 100%;
    max-width: 100%;
    grid-area: association;
    height: 23.3rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
}

.mainstay > .content > div > .association > div.content {
    position: relative;
    flex-flow: row;
}

.mainstay > .content > div > .association > div.content > div {
    background-image: url("../images/association-sign-gold-bg.png"), url("/assets/img/association-sign-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 25%;
    margin: 1rem;
}
.mainstay > .content > div > .association > div.content > div > .top{
    height: 29%;
}

.mainstay > .content > div > .association > div.content > div > .code {
    background-color: antiquewhite;
    width: 42%;
    height: 42%;
    margin: 0 auto;
    border-radius: 0.2rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.mainstay > .content > div > .association > div.content > div > .title {
    color: white;
    text-align: center;
    margin: 0.2rem 0;
    font-size: 0.8rem;
}

.mainstay > .content > div > .association > div.content > div > .code > a {
    display: block;
    width: 100%;
    height: 100%;
}

.mainstay > .content > div > .association > div.content > div > .code:hover {
    transform: scale(1.05);
    cursor: pointer;
}

/* 资料中心 */
.mainstay > .content > div > .data-center {
    flex: 0 0 100%;
    max-width: 100%;
    height: 23.3rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #222;
    overflow: hidden;
    margin-top: 6rem; /* 增加上边距 */
    margin-bottom: 4rem; /* 增加下边距 */
}

.float {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s ease-out;
    opacity: 1;
}

.float-fold {
    transform: translate(100%, -50%);
}

.float-hide {
    opacity: 0;
    pointer-events: none;
}

.float > .customer-float {
    position: relative;
    width: 9rem;
    background: #cecece;
    padding: 0.5rem 0.1rem 0.5rem;
}

.float > .customer-float > .customer-code {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 0.5rem auto;
    box-shadow: 0 0 0 0.1rem #ffea61;
}

.float > .customer-float > .customer-code > ul {
    height: 7rem;
}

.float > .customer-float > .customer-code > ul > li {
    display: none;
}

.float > .customer-float > .customer-code > ul > .active {
    display: block;
    height: 7rem;
}

.float > .customer-float > .customer-code > ul > li > span {
    display: block;
    width: 7rem;
    height: 7rem;
    background-repeat: no-repeat;
    background-size: 7rem auto;
}

.float > .customer-float > .customer-list {
    width: 8.8rem;
    font-size: 0.7rem; /* 从0.8rem调小到0.7rem */
}

.float > .customer-float > .customer-list > ul {
    width: 8.4rem;
    margin: 0 auto;
}

.float > .customer-float > .customer-list > ul > li {
    color: #4e555b;
    cursor: pointer;
    display: flex;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    justify-content: space-between;
    margin: 0.2rem 0;
    padding: 0 1rem;
    font-size: 0.7rem; /* 添加字体大小设置 */
}

.float > .customer-float > .customer-list > ul > li:hover {
    color: #ffd49f;
    background-color: #4e555b;
}

.float > .customer-float > .customer-list > ul > li:active {
    transform: scale(0.95);
}

.float > .customer-float > .customer-list > ul > li > span {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
    background-repeat: no-repeat;
}

.float > .customer-float > .customer-list > ul > li > div {
    width: 4.6rem;
    height: 1.8rem;
    text-align: center;
}

.float > .customer-float > .customer-list > ul > li:nth-child(1) > span {
    background-image: url("../images/customer-qq.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(2) > span {
    background-image: url("../images/customer-kf.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(3) > span {
    background-image: url("../images/customer-dy.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(4) > span {
    background-image: url("../images/customer-wxgzh.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(1):hover > span {
    background-image: url("../images/customer-qq-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(2):hover > span {
    background-image: url("../images/customer-kf-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(3):hover > span {
    background-image: url("../images/customer-dy-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(4):hover > span {
    background-image: url("../images/customer-wxgzh-hover.png");
}

.float > .customer-float > .customer-list > ul > .active {
    color: #ffd49f;
    background-color: #4e555b;
}

.float > .customer-float > .customer-list > ul > li:nth-child(1).active > span {
    color: #ffd49f;
    background-color: #4e555b;
    background-image: url("../images/customer-qq-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(2).active > span {
    background-image: url("../images/customer-kf-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(3).active > span {
    background-image: url("../images/customer-dy-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(4).active > span {
    background-image: url("../images/customer-wxgzh-hover.png");
}

.float > .customer-float > .customer-btn {
    position: absolute;
    border: none;
    cursor: pointer;
    left: -1.4rem;
    top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 2.4rem;
    background: #333;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.float > .customer-float > .customer-btn > button {
    display: block;
    border: 0;
    background: url(../images/customer-btn.png) #333 no-repeat center/cover;
    width: 0.7rem;
    height: 1rem;
    transition: transform 0.5s ease;
}

.float > .customer-float > .customer-btn > .revolve {
    transform: rotate(-180deg);
}

.mobile-bottom-nav {
    display: none;
}

.mobile-bottom-nav-underlay {
    display: none;
}

.mobile-popup {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    padding-top: 36rem;
    justify-content: center;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    min-width: 0;
}

.mobile-popup.hide{
    display: none;
}

.mobile-popup > .content {
    display: flex;
    flex-flow: column;
    height: 100rem;
    width: 80rem;
    background-image: url("../images/mobile-popup-bg.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100rem;
    font-size: 1rem;
    color: #ffffff;
}

.mobile-popup > .content > .mobile-qq {
    width: 100%;
    height: 48.4rem;
    display: flex;
    flex-flow: wrap;
    align-content: flex-end;
}

.mobile-popup > .content > .mobile-qq > img {
    background-color: initial;
    margin: 0 auto;
    width: 37rem;
    height: 37rem;
}

.mobile-popup > .content > .title {
    width: 76%;
    margin: 0 auto;
}

.mobile-popup > .content > .title > .content {
    display: flex;
    justify-content: flex-end;
}

.mobile-popup > .content > .title > .content > .down {
    height: 6rem;
    width: 6rem;
    background-image: url("../images/booking-down.png");
    background-repeat: repeat-x;
    background-size: auto 6rem;
    cursor: pointer;
}
.mobile-popup > .content > .title > .content > .down:active {
    transform: scale(0.95);
}

.mobile-popup > .content > .number {
    font-size: 3.2rem;
    height: 5rem;
    width: 50rem;
    display: flex;
    flex-flow: wrap;
    align-content: flex-end;
    justify-content: center;
    margin: 0 auto;
}
.mobile-popup > .content > .number >.num {
    width: 58%;
    margin-right: 1rem;
    height: 4.4rem;
    display: flex;
    justify-content: flex-end;
}
.mobile-popup > .content > .number > .copy {
    width: 12rem;
    border: 0;
    background-image: url("../images/mobile-popup-copy.png");
    background-repeat: no-repeat;
    background-position: 0 0.36rem;
    background-size: 12rem auto;
    background-color: inherit;
    cursor: pointer;
}
.mobile-popup > .content > .number > .copy:active {
    transform: scale(0.95);
}

.mobile-popup > .content > .mobile-but-num {
    width: 100%;
    height: 20rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.mobile-popup > .content > .mobile-but-num > a {
    width: 31rem;
    height: 10rem;
    display: flex;
    margin: 0 auto;
    background-image: url("../images/mobile-but-num.png");
    background-size: auto 10rem;
    background-repeat: no-repeat;
    background-position: center;
}



/* 新手指南按钮样式 */
.guide-btn {
    display: inline-block;
    background-color: #0066cc; /* 背景颜色 */
    color: white; /* 文字颜色 */
    padding: 0.5rem 1rem;
    margin: 0.2rem;
    text-decoration: none;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
    font-size: 0.9rem; /* 调小按钮字体 */
}

.guide-btn:hover {
    background-color: #0052a3; /* 悬停时的背景颜色 */
    transform: translateY(-2px); /* 轻微上浮动画 */
}

.guide-btn span {
    color: inherit; /* 继承父元素颜色 */
}

/* 为"【新手指南】"按钮添加特殊样式 */
.guide-btn:first-child {
    background: linear-gradient(135deg, #ff6b6b, #ffa502);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 1rem; /* 稍大一点的字体 */
}

.guide-btn:first-child:hover {
    background: linear-gradient(135deg, #ff5252, #ff9f1a);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* 幻灯片文字叠加样式 */
.slide-item {
    position: relative;
    width: 36rem;
    height: 100%;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}

.slide-text {
    position: absolute;
    bottom: 80px; /* 向上移动20px */
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    text-align: center;
}

.slide-text h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.slide-text p {
    margin: 0;
    font-size: 1rem;
}