/* 基础样式 */
.main {
    width: 100%;
    background-color: #f5f5f5;
}

/* 头部搜索栏 */
.header-search {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.header-search--main .logo {
    position: inherit;
    transform: translateY(0);
}

.header-search--main span {
    font-size: 17px;
    color: #41c8cc;
}

.header-search__input-wrap {
    width: 0;
    height: 0.58rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-left: 0.21rem;
    background-color: #f2f2f2;
    padding: 0 0.16rem;
    border-radius: 0.29rem;
    font-size: 0.28rem;
}

.header-search__input {
    width: 0;
    padding: 0 0.2rem;
    flex-grow: 1;
    font-size: 0.28rem;
    background-color: transparent;
}

.header-search__divider {
    margin-right: 0.26rem;
    width: 1px;
    height: 0.36rem;
    background-color: #e6e6e6;
}

/* 轮播图 */
.swiper {
    width: 100%;
    box-sizing: content-box;
    position: relative;
}

.swiper .swiper-contener1 {
    display: flex;
    height: 100%;
}

.swiper .swiper-contener1 li {
    width: 7.5rem;
    position: relative;
    text-align: center;
}

.slide_box {
    width: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: block;
}

.swiper .swiper-contener1 li img {
    width: 100%;
}

.swiper .swiper-contener1 li p {
    position: absolute;
    bottom: 0;
    font-size: 17px;
    width: 100%;
    color: #fff;
    line-height: 16px;
    padding: 17px 14px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    text-align: left;
}

.swiper_jd {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.08rem;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
}

.swiper_jd i {
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #ff680c;
}

/* 菜单区块 */
.section--menu {
    margin-top: 0;
    padding: 0.1rem 0 0.01rem;
}

.menu-category-list {
    padding: 0 0.20rem;
    display: flex;
    flex-wrap: wrap;
}

.menu-category-list__item {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5%;
    padding: 0.2rem 0;
}

.menu-category-list__item p {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}

/* 区块标题 */
.section__title {
    width: 100%;
    height: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.38rem;
}

.section__title h2 {
    font-size: 0.32rem;
    font-weight: 600;
}

/* 游戏列表 */
.game-list {
    /* width: 96%; */
    display: flex;
    flex-wrap: wrap;
    margin: 0 2%;
    padding: 2% 0;
    justify-content: flex-start;
    gap: 2%;
}

.game-list--white {
    background-color: #fff;
}

.game-list__divider {
    width: 100%;
    height: 0.2rem;
    /* background-color: #f2f2f2; */
}

.game-list__item {
    width: 23%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2%;
}

.game-list__pic {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.game-list__pic--70 img {
    width: 1.52rem;
    height: 1.54rem;
    margin-top: -0.04rem;
    margin-left: -0.04rem;
}

.game-list__item p {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.70rem;
    height: 0.70rem;
    overflow: hidden;
    text-align: center;
}

/* 详情页样式 */
.detail-page-group {}
.detail-page {}

.detail-header {}
.detail-header__title-bar { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    background: #41c8cc; 
    color: #fff; 
    height: 44px; 
    line-height: 44px; 
    width: 100%; 
    font-size: 16px; 
    padding: 0 10px; 
}

.detail-header__back { 
    left: 0; 
    font-size: 0.4rem; 
    line-height: 2rem; 
    background: url(./../images/fanhui.png) no-repeat; 
    background-size: 15px 25px; 
    width: 15px; 
    height: 25px; 
    margin-left: 10px; 
    display: inline-block; 
}

.detail-header__icon { 
    display: block;
    background: url(./../images/gongneng.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin: 0px 10px 0 0;
}

.detail-content { 
    margin-top: 10px; 
}

.detail-game-info { 
    height: 95px; 
    background-color: #fff; 
}

.detail-game-info--top {}
.detail-game-info--white { 
    background-color: #fff; 
}

.detail-game-info li { 
    padding: 10px; 
    display: flex; 
    align-items: center; 
}

.detail-game-info li img { 
    /* width: 70px; 
    height: 70px;  */
    border-radius: 10px;
}

.detail-game-info__meta { 
    margin-left: 10px; 
}

.detail-game-info__name { 
    font-size: 18px !important; 
    font-weight: bold; 
    max-width: 200px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-game-info__star { 
    font-size: 16px !important; 
    margin-top: 5px; 
    color: #666; 
}

.detail-game-info__star img { 
    width: 150px; 
    height: 20px; 
    margin-bottom: 3px; 
}

.detail-game-info__tags { 
    font-size: 14px !important; 
}

.detail-game-info__tags span { 
    color: #fff; 
    padding: 2px 8px; 
    border-radius: 10px; 
    display: inline-block; 
}

.detail-game-info__tags span:nth-of-type(1) { 
    background: #FF6666; 
}

.detail-game-info__tags span:nth-of-type(2) { 
    background: #6ED65A; 
}

.detail-game-info__tags span:nth-of-type(3) { 
    background: #5AD6CC; 
}

.detail-game-info__tags span:nth-of-type(4) { 
    background: #5DC4D6; 
}

.detail-game-info__play-btn { 
    background: #fff; 
    width: 70px; 
    height: 40px; 
    line-height: 40px; 
    border: 1px solid #41c8cc; 
    color: #41c8cc; 
    text-align: center; 
    margin-top: 10px; 
    border-radius: 10px; 
    font-size: 16px; 
    display: inline-block; 
}

.detail-content__divider { 
    height: 0.2rem; 
    width: 100%; 
    background-color: #f2f2f2; 
}

.detail-content__main { 
    background: #fff; 
    margin: 0px; 
    padding: 0px; 
}

.detail-content__intro {}

.detail-content__desc { 
    padding: 10px; 
    font-size: 16px; 
}

.detail-content__desc-title { 
    font-weight: bold; 
    color: #000; 
    margin: 5px 0; 
}

.detail-content__desc p { 
    line-height: 22px; 
}

.detail-content__recommend { 
    padding: 10px 0; 
    font-size: 16px; 
    margin: 0.2rem 0; 
}

.detail-content__recommend-title { 
    font-weight: bold; 
    color: #000; 
    margin: 5px 0; 
    margin-bottom: 10px; 
    padding-left: 10px; 
}

.detail-content__recommend-list { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
}

.detail-content__recommend-item { 
    width: 24%; 
    display: flex; 
    text-align: center; 
    align-items: center; 
    flex-direction: column; 
}

.detail-content__recommend-pic { 
    width: 1.4rem; 
    height: 1.4rem; 
    border-radius: 0.2rem; 
    overflow: hidden; 
    position: relative; 
    text-align: center; 
}

.detail-content__recommend-pic img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 10px;
}

.detail-content__recommend-item p { 
    width: 100%; 
    font-size: 0.24rem; 
    line-height: 0.70rem; 
    height: 0.70rem; 
    overflow: hidden; 
    text-align: center; 
}

.detail-play-btn { 
    width: 100%; 
    height: 100px; 
}

.detail-play-btn a { 
    width: 60%; 
    display: inline-block; 
    background: #41c8cc; 
    color: #fff; 
    height: 40px; 
    line-height: 40px; 
    margin: 0.5rem 20%; 
    text-align: center; 
    border-radius: 20px; 
    font-size: 18px; 
}

/* 图标样式 */
.icon2 {
    display: block;
    background: url(./../images/icon2.png) no-repeat;
    background-size: 27rem 1rem;
    width: 1rem;
    height: 1rem;
}


.icon2_dognzuo {
    background-position: 0 0;
}

.icon2_yizhi {
    background-position: -1rem 0;
}

.icon2_maoxian {
    background-position: -2rem 0;
}

.icon2_jiemi {
    background-position: -3rem 0;
}

.icon2_sheji {
    background-position: -4rem 0;
}

.icon2_ertong {
    background-position: -5rem 0;
}

.icon2_huanzhuang {
    background-position: -6rem 0;
}

.icon2_minjie {
    background-position: -7rem 0;
}

.icon2_tiyu {
    background-position: -8rem 0;
}

.icon2_xiuxian {
    background-position: -9rem 0;
}

.icon2_zhanzheng {
    background-position: -10rem 0;
}

.icon2_nansheng {
    background-position: -11rem 0;
}

.icon2_nvsheng {
    background-position: -12rem 0;
}

.icon2_tafang {
    background-position: -13rem 0;
}

.icon2_jiashi {
    background-position: -14rem 0;
}

.icon2_shuangren {
    background-position: -15rem 0;
}

.icon2_chengguang {
    background-position: -16rem 0;
}

.icon2_yiciyuan {
    background-position: -17rem 0;
}

.icon2_wangye {
    background-position: -18rem 0;
}

.icon2_zuixin {
    background-position: -19rem 0;
}

.icon2_zuire {
    background-position: -20rem 0;
}

.icon2_zhuanti {
    background-position: -21rem 0;
}

.icon2_danren {
    background-position: -22rem 0;
}

.icon2_saiche {
    background-position: -23rem 0;
}

.icon2_qipai {
    background-position: -24rem 0;
}

.icon2_guoguan {
    background-position: -25rem 0;
}

.icon2_wanghong {
    background-position: -26rem 0;
}

/* 返回顶部按钮 */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #41c8cc;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#scrollTopBtn:hover {
    background-color: #0e93cb;
}

.header-menu{
    display: block;
    background: url(./../images/icon1.png) no-repeat;
    background-size: 0.72rem 3.9rem;
}

.header-search__icon {
    width: 0.33rem;
    height: 0.33rem;
    background-position: -0.36rem -0.8rem;
}

.header-menu__icon {
    width: 0.32rem;
    height: 0.33rem;
    background-position: 0 -0.44rem;
}

.swiper-container {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-wrapper .game_list {
    width: 100vw;
    max-width: 576px;
    height: 4.26rem;
}

.swiper-pagination {
    width: 1.14rem;
    height: 0.08rem;
    background-color: #f2f2f2;
    border-radius: 0.04rem;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.3rem;
    display: flex;
}

.swiper-pagination-bullet {
    display: block;
    width: 0.57rem;
    height: 0.08rem;
    border-radius: 0.04rem;
}

.swiper-pagination-bullet-active {
    background-color: #ff680c;
}

/* 轮播图 */
.swiper {
    width: 100%;
    box-sizing: content-box;
    position: relative;
}

.swiper .swiper-contener1 {
    display: flex;
    height: 100%;
}

.swiper .swiper-contener1 li {
    width: 7.5rem;
    position: relative;
    text-align: center;
}

.slide_box {
    width: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: block;
}

.swiper .swiper-contener1 li img {
    width: 100%;
}

.swiper .swiper-contener1 li p {
    position: absolute;
    bottom: 0;
    font-size: 17px;
    width: 100%;
    color: #fff;
    line-height: 16px;
    padding: 17px 14px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    text-align: left;
}

.swiper_jd {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.08rem;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
}

.swiper_jd i {
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #ff680c;
}

/* 工具类 */
.flex-between {
    display: flex;
    justify-content: space-between;
}

/* 分类页面样式 */
.category-page {
    width: 100%;
    background-color: #f5f5f5;
}

.category-header {
    width: 100%;
    background-color: #41c8cc;
}

.category-header__title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
}

.category-header__back {
    width: 15px;
    height: 25px;
    background: url(./../images/fanhui.png) no-repeat;
    background-size: 15px 25px;
    margin-left: 10px;
    display: inline-block;
}

.category-content {
    padding: 10px;
}

.category-menu {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.category-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.category-menu__item {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #333;
}

.category-menu__item i {
    /* width: 50px;
    height: 50px; */
    margin-bottom: 8px;
}

.category-menu__item p {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

/* 页脚样式 */
.footer {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.footer__copyright {
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer__copyright div:first-child {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 4px;
}

.footer__copyright div:last-child {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.footer__links {
    font-size: 14px;
}

.footer__links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
}

.footer__links a:hover {
    color: #0e93cb;
}

/* 搜索页面样式 */
.search-page {
    width: 100%;
    background-color: #f5f5f5;
}

.search-header {
    width: 100%;
    background-color: #41c8cc;
}

.search-header__title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
}

.search-header__back {
    width: 15px;
    height: 25px;
    background: url(./../images/fanhui.png) no-repeat;
    background-size: 15px 25px;
    margin-left: 10px;
    display: inline-block;
}

.search-header__icon {
    display: block;
    background: url(./../images/gongneng.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
}

.search-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    z-index: 1000;
}

.search-form {
    padding: 15px;
    background-color: #fff;
}

.search-form__input-wrap {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 5px 15px;
}

.search-form__input {
    flex: 1;
    border: none;
    background: none;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
}

.search-form__btn {
    background-color: #41c8cc;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 15px;
    font-size: 14px;
    cursor: pointer;
}

.search-result {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 0;
}

.search-result__title,
.search-recommend__title {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 0.2rem 0 0.1rem 10px;
    padding: 0;
    background: none;
    border: none;
}

.search-result__title-icon,
.search-recommend__title-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./../images/icon2.png) no-repeat;
    background-size: 27rem 1rem;
    background-position: -21rem 0;
    vertical-align: middle;
    margin-right: 6px;
}

.search-result__title--distance {
    margin: 0.2rem 0.3rem;
}

.search-result__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 10px;
}

.search-result__item {
    width: 24%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #333;
}

.search-result__pic {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.search-result__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result__item p {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.70rem;
    height: 0.70rem;
    overflow: hidden;
    text-align: center;
    margin: 0;
}

.search-result__empty {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #999;
    font-size: 14px;
}

.search-recommend {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 0;
}

.search-recommend__title--distance {
    margin: 0.2rem 0.3rem;
}

.search-recommend__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}

.search-recommend__item {
    width: 24%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #333;
}

.search-recommend__pic {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.search-recommend__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-recommend__item p {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.70rem;
    height: 0.70rem;
    overflow: hidden;
    text-align: center;
    margin: 0;
}

.search-recommend__link {
    flex: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.search-recommend__img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 10px;
}

.search-recommend__info {
    flex: 1;
}

.search-recommend__name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.search-recommend__players {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.search-recommend__players span {
    color: #41c8cc;
    margin-right: 5px;
}

.search-recommend__desc {
    font-size: 12px;
    color: #666;
    margin: 5px 0 0;
}

.search-recommend__play-btn {
    background-color: #41c8cc;
    color: #fff;
    padding: 8px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}