/* CSS Document */
@import url("../animate.min.css");
@import url("../font-awesome.min.css");
:root {
    --main-color: #e72526;
}
/*全局样式*/
html {
    font-size: 16px;
    height: 100%;
}

a {
    text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
}

input:hover,
input:focus {
    border: none;
}

body {
    font-size: 16px;
    font-family: "微软雅黑";
    word-spacing: 0.1em;
    min-width: 320px;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    border: none;
    height: auto;
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    display: none;
}

.notclick {
    pointer-events: none;
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

.w96 {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
}

.gray-bg {
    background: #f2f2f2;
}

.crumbs {
    width: 95%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crumbs a {
    color: #000;
}

.crumbs a:hover {
    color: #2673ff;
}

.server-recommend {
    overflow: hidden;
}

.server-recommend li {
    float: left;
    margin: 0 10px;
    width: 122px;
    margin: 0 32px 0 0;
    background-color: #F9F9F9;
    border-radius: 10px;
    cursor: pointer;
    width: 10.1%;
    margin: 0 2.74% 0 0;
    transition: 1s;
}

.server-recommend li:hover {
    box-shadow: 0 0 10px 2px #aeaeae;
}

.server-recommend li p {
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3px;
}

.server-recommend li p:last-child {
    text-align: center;
    font-size: 13px;
    color: #8A8A8A;
    border-top: 1px solid #EDEDED;
}

.server-recommend li:last-child {
    margin-right: 0;
}

.server-recommend li img {
    display: block;
    width: 100%;
    height: auto;
}

.part-left {
    width: 65.5%;
}

.part-right {
    position: absolute;
    right: 0px;
    width: calc(31% - 21px);
    top: 4rem;
    height: calc(100% - 4rem);
    box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.parts-right {
    box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    min-height: 500px;
}

.widthr {
    width: calc(100vw - 30px);
    margin: 40px auto 0px;
    position: relative;
}

.widther {
    width: calc(100vw - 30px);
    margin: 40px auto 0px;
    position: relative;
}

.swiper {
    width: 100vw;
    height: 64vw;
    min-height: 300px;
    margin-bottom: 22px;
}

.swiper img {
    width: 100vw;
    height: 87%;
}

.swipinfo {
    width: 90%;
    height: 20vw;
    background: orange;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 3vw 0 3vw 3vw;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.swipinfo img {
    width: 14vw;
    height: 14vw;
    border-radius: 14px;
    float: left;
}

.swipinfo .game_infor {
    float: left;
    height: 100%;
    width: calc(100% - 65px - 14vw);
    padding-left: 2vw;
}

.swipinfo .game_infor p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 12px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}

.swipinfo .game_infor .game_namer {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    line-height: 15px;
    text-align: left;
    font-style: normal;

}

.swipinfo .game_discount {
    width: 65px;
    height: 28px;
    background: var(--main-color);
    border-radius: 18px 0px 0px 18px;
    float: right;
    text-align: center;
    line-height: 28px;
    margin-top: calc((14vw - 28px) / 2);
}


.naver {
    display: flex;
    justify-content: space-around;
    height: 20vw;
}

.naver a {
    width: 20%;
    height: 20vw;
}

.naver a img {
    width: 12vw;
    height: 12vw;
    margin: 0 auto;
    display: block;
}

.naver a p {
    color: #666666;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    text-align: center;
    margin-top: 10px;
}

.morer {
    position: absolute;
    top: 6px;
    right: 0;
    width: 61.5px;
    height: 21px;
}

.taday-server-title {
    width: 42vw;
    display: block;
    margin: 0 auto 30px;
}

.widthr ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.widthr ul li {
    width: 22%;
    text-align: center;
    font-style: normal;

}

.widthr ul li img {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 3px;
}

.widthr ul li h6 {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #ebecec;
    line-height: 16px;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
}

.widthr ul li i {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    height: 13px;
    color: #FF7200;
    line-height: 12px;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
}

.widthr ul li p {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    font-style: normal;
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
}

.productsli {
    width: 31% !important;
    position: relative;
    text-align: center;
    font-style: normal !important;
}

.productsli img {
    width: 70px !important;
    height: 70px;
}

.productsbg {
    width: 100%;
    height: 70%;
    background: rgba(242, 218, 9, 0.08);
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.prodiscount {
    width: 80%;
    height: 8vw;
    margin: 3px auto 12px;

    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    color: var(--main-color);
    line-height: 8vw;
    font-style: normal;
    text-align: center;
    background-image: url('../../images/WebPE/discountbg.webp');
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.prodiscount div {
    width: 55%;
    float: left;
}

.prodiscount div:last-child {
    color: #ebecec;
    width: 45%;
}

.Hfiveparent ul {
    display: block !important;
}

.Hfive {
    width: 100% !important;
    height: 22vw;
    background: rgba(242, 218, 9, 0.08);
    border-radius: 20px;
    padding: 3vw 0 3vw 3vw;
    margin-bottom: 10px;
}

.Hfive img {
    width: 16vw !important;
    height: 16vw;
    border-radius: 14px;
    float: left;
}

.Hfive .game_infor {
    float: left;
    height: 100%;
    width: calc(100% - 65px );
    padding-left: 2vw;
}

.Hfive .game_infor p {
    font-weight: 400;
    font-size: 13px;
    color: rgba(153, 153, 153, 0.9);
    line-height: 12px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
}

.Hfive .game_infor .game_namer {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    line-height: 15px;
    text-align: left;
    font-style: normal;

}

.Hfive .game_discount {
    width: 65px;
    height: 28px;
    background: var(--main-color);
    border-radius: 18px 0px 0px 18px;
    float: right;
    text-align: center;
    line-height: 28px;
    color: rgba(0,0,0,0.9);
    margin-top: calc((16vw - 28px) / 2);
}

.weekhot {
    flex-wrap: wrap;
}

.weekhot li {
    width: 50% !important;
    margin-bottom: 10px;
}

.weekhot li img {
    float: left;
    width: 40% !important;
    height: 90%;
}

.weekhot li .productslinfo {
    width: 60%;
    float: right;
}

.weekhot li h6,
.weekhot li i {
    text-align: left !important;
}

.weekhot .prodiscount {
    margin: 0;
}

.weekhot .productslinfo {
    padding-left: 8px;
}
.gmessage{
    width: calc(100vw - 30px);
    margin: 40px auto 0px;
    position: relative;
}
#swiperconf .swimg {
    width: 75vw;
    height: 55vw;
    position: relative;
    left: -23vw;
}

#swiperconf .swiper-slide {
    width: 75vw;
    position: relative;
    text-align: center;
    transform: scale(0.8);
}

#swiperconf .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

#swiperconf .swiper-slide-active {
    position: relative;
    z-index: 99;
}

#swiperconf .swiper-slide-next {
    position: relative;
    z-index: 98;
}

.swiperchange {
    width: 159px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
}

.swiperchange img {
    width: auto;
    height: 30px;
    display: block;
}

.swiperchange i {
    color: var(--main-color);
    font-style: normal;
    line-height: 30px;
}

.swinfor {
    width: 75vw;
    height: 50px;
    background-color: #ebecec;
    position: absolute;
    left: -23vw;
    bottom: 0;
    padding: 5px 0 0 10px;
}

.swinfor h5 {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swinfor p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-style: normal;
    margin-top: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 将原有类名替换为TY开头后，对应的CSS也需要更新 */
.TY-page-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 235px;
    margin: 0;
    padding: 0;
    background-color: #222;
    color: #fff;
    margin-top: 20px;
    text-indent: 0;
}

.TY-header-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    font-size: 15px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-indent:'0'
}

.TY-header-nav-item {
    flex: 1;
    position: relative;
    flex-grow: 1;
    text-align: center;
}

.TY-header-nav-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.23);
}

.TY-content-section {
    width: 100vw;
    padding: 20px 0;
    box-sizing: border-box;
    text-indent: 0;
}

.TY-content-row-text {
    width: 100%;
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
.TY-content-row-text img{
    height: 100%;
    display: inline-block;
    width: 15px;
}
.TY-footer-message {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(255,255,255,0.1);
    color: #333;
    text-align: center;
}

.TY-no-wrap-text {
    color: rgba(255, 255, 255, 0.67);
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-out;
    /* 添加平滑过渡效果 */
}

/* 响应式调整字体大小和缩放比例 */
@media (max-width: 768px) {
    .TY-no-wrap-text {
        font-size: 10px;
        /* 根据需要调整最小屏幕下的字体大小 */
        transform: translateX(-50%) scale(0.8);
        /* 调整缩放比例以适应屏幕宽度 */
    }
}

.TY-header-nav-item.TY-separator-left::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #000;
}

.TY-header-nav-item.TY-separator-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #000;
}

.TY-logo-text-wrapper img {
    width: 21px;
    height: 21px;
}


/* 定义图片容器样式，使用TY_作为前缀 */
.TY_cover-container {
    position: relative;
    width: 100%;
    padding-bottom: 37%;
    /* 根据宽高比设置容器的高度 */
}

/* 定义图片样式，使用TY_作为前缀 */
.TY_cover-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 使图片按照宽高比填充整个容器 */
    position: absolute;
    top: 0;
    left: 0;
}

/* 响应式样式，针对不同设备进行适配 */
@media (max-width: 767px) {

    /* 手机设备的适配 */
    .TY_cover-container {
        padding-bottom: 50%;
        /* 根据实际需求调整手机设备的容器高度 */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* 平板设备的适配 */
    .TY_cover-container {
        padding-bottom: 40%;
        /* 根据实际需求调整平板设备的容器高度 */
    }
}

.BD-container {
    background-color: #fff;
    display: block;
    width: 100%;
}

.BD-left-column {
    float: left;
    width: 17.07%;
    /* 128/750 * 100 = 17.066666666666668% (四舍五入到小数点后两位) */
    background-color: #FEFCEB;
    height: calc(100vh - 13vw - 55px);
    /* 设置与视口高度相同 */
    overflow-y: auto;
    /* 垂直滚动 */
}

.BD-right-column {
    float: left;
    width: 81%;
    background-color: #fff;
    height: calc(100vh - 13vw - 55px);
    overflow-y: auto;
    margin-left: 1.93%;
}

/* 清除浮动，以防容器高度塌陷 */
.BD-container::after {
    content: "";
    display: table;
    clear: both;
}

/* 示例数据 */
.BD-type-item {
    background: #FEFCEB;
    /* padding: 10px; */
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.BD-data-active {
    background: #fff;
    background-image: url('../../images/WebPE/activer.webp');
    background-size: 20px auto;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.mgamedtopshowimg {
    width: 100vw;
    height: 56vw;
    min-height: 200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
}

.mgamedtopshowimg video {
    width: calc(100vw + 2px);
    height: calc(100% + 2px);
    float: left;
}

.mgamedtopshowimg img {
    width: auto;
    height: 100%;
    float: left;
}

.mgamedtopshowimgthumbnail {
    width: calc(100vw - 24px);
    height: 70px;
    background-color: orangered;
    margin: 10px auto 0;

}

.mgamedtopshowimgthumbnail .mleftchange {
    width: 46px;
    height: 46px;
    float: left;
    margin-top: 12px;
}

.mgamedtopshowimgthumbnail .mrightchange {
    width: 46px;
    height: 46px;
    float: right;
    margin-top: 12px;
}

.mgamedtopshowimgthumbnail .centershow {
    width: calc(100% - 92px - 20px);
    height: 100%;
    margin-left: 10px;
    background-color: pink;
    float: left;
}



.gameinfoer {
    width: calc(100vw - 24px);
    height: 100px;
    overflow: hidden;
    display: flex;
    padding: 10px 0;
    margin: 15px auto 0;
}

.gameinfoer .game_iconer {
    height: 80px;
    width: 80px;
    border-radius: 10px;
}

.gameinfoer .game_texter {
    width: calc(100% - 160px);
    padding: 2px 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.gameinfoer .game_texter h1 {
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
}

.gameinfoer .game_text_infoer {
    font-size: 12px;
    color: #FFB351;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
    width: 100%;
}

.gameinfoer .game_cper img {
    display: inline-block;
    height: 21px;
    width: auto;
}

.gameinfoer .game_cper {
    width: 100%;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
    font-weight: 400;
    font-size: 13px;
    color: #939498;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.game_disdowner {
    width: 80px;
    height: 100%;
}

.game_disdowner .game_discounter {
    width: 80px;
    height: 30px;
    background-image: url('../../images/WebPE/game/discountdir.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 26px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
    color: #F89A42;
}

.game_disdowner .game_downer {
    width: 80px;
    height: 30px;
    background: var(--main-color);
    border-radius: 10px;
    border: 1px solid var(--main-color);
    text-align: center;
    line-height: 30px;
    color: #000000;
}

.homonymyparent {
    width: calc(100vw - 24px);
    height: 40px;
    margin: 0 auto;
}

.homonymyr {
    width: calc(100% - 24px);
    /* height: 13px; */
    margin-top: 13.5px;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 13px;
    text-align: left;
    font-style: normal;
}

.summary {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
}

.summaryshow {
    text-indent: 2em;
}

.homonymy {
    width: calc(100% - 24px);
    height: 13px;
    margin-top: 13.5px;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 13px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
    float: left;
}

.homonymyparent img {
    display: inline-block;
    height: 24px;
    width: 24px;
    float: left;
    margin-top: 8px;
}

.gamenaver {
    width: 100vw;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    background: rgba(129, 97, 97, 0);
}

.gamenaver .itemnaver {
    width: 25vw;
    height: 100%;
    text-align: center;
    color: #ebecec;
}

.gamenaver .itemnaver:first-child {
    border-bottom: 1px solid var(--main-color);
}

.innerblockpra {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 33px;
    font-style: normal;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}

.innerblock {
    display: inline-block;
    width: 18px;
}



.serverlir {
    width: 100%;
    height: 80px;
    display: flex;
    background: rgba(242, 218, 9, 0.08);
    border-radius: 20px;
    margin: 10px 0;
}

.serverlir img {
    width: 50px;
    height: 50px;
    margin: 15px 10px 0 15px;
}

.serverlir .serverinfors {
    width: calc(100% - 162px);
    height: 60px;
    margin-top: 10px;

}

.serverlir .serverinfors>div {
    width: 100%;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;

    font-weight: 400;
    font-size: 14px;
    color: #ebecec;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    margin: 10px 0;
}

.serverlir .serverinfors>p {
    width: 100%;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;

    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    text-align: left;
    font-style: normal;
}

.serverbtnsr {
    width: 60px;
    height: 30px;
    line-height: 29px;
    margin: 25px 15px 0 10px;
    text-align: center;
    background: var(--main-color);
    border-radius: 8px;
    border: 1px solid var(--main-color);
    font-size: 12px;
    color: #ebecec;
    font-weight: 400;
}

.couponers {
    width: 100%;
    height: 127px;
    padding: 3vw 1vw 2vw 5vw;
    box-sizing: border-box;
    background-image: url('../../images/WebPE/game/coupenbg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    display: flex;
    margin: 10px 0;
}

.coupeninfors {
    width: 66%;
    height: 100%;
    overflow: hidden;
}

.coupeninfors p {
    width: 100%;
    height: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    margin: 5px 0 0 10px;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
}

.coupemrbtn {
    width: 34%;
    height: 100%;
}

.coupemrbtn p {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    line-height: 12px;
    text-align: center;
    font-style: normal;
    width: 100%;
    margin: 15px 0;
}

.coupemrbtnmz {
    font-weight: bold;
    font-size: 25px;
    color: #000;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}

.coupemrbtnget {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    border: 2px solid #FFFFFF;
    width: 70px;
    height: 33px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    font-style: normal;

}

.couponers .coupeninfors .coupename {
    color: #333;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.kfli {
    width: 100%;
    height: 30px;
    display: flex;
    line-height: 30px;
}

.kfli img {
    width: 8px;
}

.kfli p {
    width: calc(100% - 78px);
    /* line-height: 30px; */
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 13px;
    padding-right: 50px;
    text-align: right;
}

.kfli p b {
    font-style: normal;
    color: #ebecec;
    font-size: 14px;
    margin-right: 20px;
    float: left;
}

.kfli .iskf {
    width: 70px;
    height: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #F2C124;
    text-align: right;
    font-style: normal;
}

.vipli {
    width: 100%;
    height: 40px;
    margin: 4px 0;
}

.vipli .vipleft {
    width: 45%;
    height: 100%;
    background: #FFFAD1;
    float: left;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #ebecec;
    font-style: normal;
}

.vipli .vipright {
    width: 55%;
    height: 100%;
    background: #F7F7F7;
    float: right;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #ebecec;
    font-style: normal;
}

.hdli {
    width: 100%;
    background: rgba(242, 218, 9, 0.08);
    padding: 15px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.hdli p {
    font-weight: 600;
    font-size: 15px;
    color: #ebecec;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.hdli i {
    font-style: normal;
    float: right;
    font-size: 12px;
    margin-right: 5px;
    color: #F89A42;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.conthd {
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.zxlir {
    width: 100%;
    min-height: 90px;
    height: 21vw;
    overflow: hidden;
    margin-bottom: 15px;
}

.zxlir img {
    width: 40%;
    height: 100%;
    float: left;
    border-radius: 10px;
}

.zxlir .zxconter {
    width: calc(60% - 10px);
    height: 100%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.zxlir .zxconter h5 {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 16px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0;
}

.zxlir .zxconter p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(153, 153, 153, 0.9);
    line-height: 13px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    /*默认normal 自动换行*/
    text-overflow: ellipsis;
    /*默认是clip 超出部分直接切除*/
    overflow: hidden;
}

.olli {
    display: flex;
    margin-bottom: 15px;
}

.olli .headr {
    width: 70px;
    height: 70px;
    border-radius: 203px;
}

.ollocont {
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
}

.ollocont h5 {
    font-weight: 400;
    font-size: 15px;
    color: #ebecec;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    margin-bottom: 5px;
}

.ollocont h5 b {
    float: right;
    font-weight: 400;
    font-size: 12px;
    color: #ebecec;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.ollocont h5 img {
    display: inline-block;
    width: 18px;
}

.ollocont i {
    font-weight: 400;
    font-size: 12px;
    color: #939498;
    line-height: 12px;
    text-align: left;
    font-style: normal;
}

.ollocont p {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-top: 7px;
}

.jylir {
    width: 100%;
    min-height: 115px;
    height: 23vw;
    overflow: hidden;
    margin-bottom: 15px;
}

.jylir .iconnimg {
    width: 40%;
    float: left;
    height: 100%;
    border-radius: 18px;
}

.jylir .jyliocont {
    width: 60%;
    float: left;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.jyliocont p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    margin: 12px 0;
}

.jyliocont h5 {
    font-weight: 400;
    font-size: 15px;
    color: #ebecec;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    margin: 7px 0;
}

.jyliocont i {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    text-align: left;
    font-style: normal;
}

.jyliocont h4 {
    font-weight: bold;
    font-size: 16px;
    color: #F7805F;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.jyliocont b {
    width: 50px;
    height: 23px;
    font-weight: 400;
    font-size: 12px;
    color: #F89A42;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    border-radius: 17px;
    border: 2px solid #F89A42;
    float: right;
}

.downapp{
    width: 100vw;
    height: 55px;
    background: var(--main-color);
    position: sticky;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 10px;
}
.downapp img{
    height: 35px;
}
.downapp .down{
    width: 80px;
    height: 35px;
    background: #000000;
    border-radius: 8px;
    border: 1px solid var(--main-color);
    font-weight: 400;
    font-size: 13px;
    color: var(--main-color);
    font-style: normal;
    float: right;
    text-align: center;
    line-height: 35px;
}


































.part-head {
    overflow: hidden;
    height: 4rem;
    line-height: 4rem;
    color: #2673ff;
}

.part-head h5 {
    float: left;
    font-weight: normal;
    font-size: 1.8rem;
    padding-left: 10px;
    position: relative;
}

.part-head h5:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 1.8rem;
    opacity: 1;
    left: 0px;
    background-color: #2673ff;
    top: 50%;
    margin-top: -0.8rem;
}

.part-head h5 span {
    color: #333;
}

.part-head .more {
    display: inline-block;
    float: right;
    font-size: 0.875rem;
    color: inherit;
}

.part-head .more i {
    font-size: 1rem;
}

.green-style {
    color: #00D089;
}

.green-style h5:before {
    background-color: #00D089;
}

/* head css */
.head-bg {
    background: #222222;
    height: 16vw;
}

.head-bg.fix-head {
    position: sticky;
    top: 0;
    z-index: 991;
    border-bottom: 3px solid var(--main-color);
    box-sizing: border-box;
    text-indent: 0;
}

.head-bg.showBg {
    position: fixed;
    background: #35343c;
    z-index: 991;
}

.head .top-logo {
    float: left;
    width: 100px;
    padding-top: 16px;
    margin-left: 20px;
}
.allback{
    width: 20px;
    margin: 18px 0 0 0;
    float: left;
}
.allbackSign{
    width: 20px;
    margin: 18px 0 0 0;
    float: left;
}
.top-logo a {
    display: block;
}

.head .top-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 139px;
}

/*navBar css */
.head .navBar {
    position: relative;
    z-index: 5;
    width: calc(100% - 360px);
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.navul {
    text-align: center;
    overflow: hidden;
}

.scrollerNavBox {
    position: relative;
    height: 50px;
    line-height: 50px;
    display: none;
    overflow: hidden;
}

.scrollerTips {
    position: absolute;
    right: 0px;
    color: #fff;
    width: 40px;
    text-align: center;
    background: #35343c;
}

.scrollerNav {
    position: absolute;
    left: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.scrollerNav li {
    float: left;
    height: 50px;
}

.navul .m {
    display: inline-block;
    z-index: 1;
    width: 15.2%;
    position: relative;
}

.navul h3 {
    width: 100%;
    max-width: 90px;
    margin: auto;
    font-weight: normal;
    font-size: 1rem;
    height: 80px;
    line-height: 80px;
    position: relative;
    z-index: 91;
}

.scrollerNav h3 {
    padding: 0px 5px;
    margin: 0px 5px;
    font-weight: normal;
    font-size: 1rem;
    z-index: 91;
    position: relative;
}

.navul h3 a {
    display: block;
    position: relative;
}

.navul h3 a,
.scrollerNav h3 a {
    color: #fff;
}

.navul a:after,
.scrollerNav h3:after {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    background: #ffe401;
    margin: 0 auto;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.navul .m:hover h3 a,
.navul .m.on h3 a,
.scrollerNav li:hover h3 a,
.scrollerNav .cur h3 a {
    font-weight: bold;
}

.navul .m:hover a:after,
.navul .m.on a:after,
.scrollerNav li:hover h3:after,
.scrollerNav .cur h3:after {
    width: 100%;
}

/* .head-search css */
.search-box {
    position: relative;
}

.search-box img {
    height: 80%;
    position: absolute;
    right: 12px;
    top: 3px;
}

.head-search {
    float: right;
    width: 50vw;
    max-width: calc(100vw - 28vw - 25px);
    height: auto;
    margin-top: 12.5px;
    position: relative;
    color: #999;
    border-radius: 32px;
}

.head-search .submit {
    border: none;
    background: none;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: var(--main-color);
    height: 30px;
    width: 48px;
    border-radius: 0 15px 15px 0;
    top: 0;
}

.pe-cut {
    display: none;
}

.ser-txt {
    width: 200px;
    height: 22px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
}

.ser-txt a {
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    float: left;
    width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: SimSun;
}

.right_down_ .ios {
    background: url("../../images/IosImg/IosDownY.png") no-repeat center scroll;
    transform: scale(0.8);
    background-size: cover;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 57px;
    border-radius: 30px;
    float: left;
}

.right_down_ .ios:hover {
    background: url("../../images/IosImg/IosDownR.png") no-repeat center scroll;
    background-size: cover;
    color: rgba(255, 255, 255, 0.8);
}

.right_down_ .ios .iosImg_ {
    position: absolute;
    right: -43px;
    top: -12px;
    width: 87px;
    height: 24px;
}

.right_down_ .ios .yu-num {
    width: 100px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #8a8a8a;
    position: absolute;
    top: 36px;
    left: 55px;
}

.right_down_ .ios:hover .yu-num {
    color: rgba(255, 255, 255, 0.8);
}

.right_down_ .adImg_down {
    background: url("../../images/IOSYuYue/adimg.png") no-repeat center scroll;
    background-size: cover;
    cursor: pointer;
    position: relative;
    width: 147.78px;
    height: 40px;
    border-radius: 30px;
    float: left;
}

.right_down_ .adImg_down:hover {
    background: url("../../images/IOSYuYue/adimg2.png") no-repeat center scroll;
    background-size: cover;
}

.iosImg_tips {
    display: block !important;
    width: 60px !important;
    height: auto !important;
    position: absolute;
    right: -27px;
    top: -6px;
}

#zhaoWeiXin {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 10px 25px;
    background-color: #000000;
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#zhaoWeiXin img {
    display: block;
    width: 100%;
}

#feiSafari {
    width: 80%;
    height: 200px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.feiSafariTop {
    height: 65%;
    background-color: DeepSkyBlue;
    padding: 30px 20px 0;
}

.feiSafariTop p {
    float: right;
    width: 165px;
    margin-top: 13px;
    font-size: 17px;
    color: #fff;
}

#feiSafari img {
    display: block;
    width: 70px;
    float: left;
}

.feiSafariBottom {
    width: 90%;
    display: flex;
    margin: 20px auto;
    height: 30px;
}

.feiSafariBottom input {
    width: 80%;
    height: 100%;
    float: left;
    background-color: Gainsboro;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.feiSafariBottom a {
    display: block;
    width: 20%;
    height: 100%;
    background: #1E90FF;
    float: right;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.closeX {
    position: absolute;
    right: 11px;
    width: 15px;
    top: 10px;
    height: 15px;
    /* background: red; */
    text-align: center;
}

.IosDownNow {
    width: 100%;
    height: 500px;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 15px 15px 0;
    border-radius: 15px 15px 0 0;
    box-sizing: border-box;
}

.IosDownNow p {
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    color: deepskyblue;
}

.IosDownNow img {
    margin-right: 10px;
    float: left;
    display: block;
    width: 25px;
}

.IosDownNow b {
    float: right;
    color: #000;
}

.IosDownNow .mode {
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    color: #000;
}

.IosDownNow h1 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0px;
}

.slideBox {
    width: 100%;
    height: 260px;
}

.IosDownNow button {
    width: 50%;
    height: 40px;
    background: #ffe401;
    margin: 20px auto;
    display: block;
    border-radius: 100px;
    font-weight: bold;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.sliox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox img {
    display: block;
    width: 100%;
    height: 100%;
}

.iosImg_tips {
    display: block;
    width: 55px;
    position: absolute;
    right: -25px;
    top: -8px;
}

.platform {
    margin-top: 5px;
    margin-left: -2;
    color: #757575;
}

.platform dt {
    display: inline-block;
    font-size: 13px;
}

.platform a {
    display: inline-block;
    background-color: #ffe401;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 2px 5px;
    cursor: pointer;
}

.head-search .ser-input {
    width: 100%;
    height: 9.5vw;
    padding: 0px 5px;
    text-indent: 1em;
    border: none;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    font-size: 13px;
    color: #fff;
}

.head-search .form-icon {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 16px;
}

.head-search-list {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 40px;
    background: #fff;
    z-index: 92;
    display: none;
}

.head-search-list li a {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 1rem;
    position: relative;
    font-size: 0.875rem;
    color: #666;
    padding-left: 60px;
    height: 60px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.head-search-list li a img {
    display: block;
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.head-search-list a:hover {
    color: #2673ff;
}

/* 导航搜索 */
.HotDict {
    width: 105%;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 35px;
    font-size: 12px;
    line-height: 21px;
    padding: 4px;
    border-radius: 3px;
    display: none;
}

.HotDict>a {
    width: 58px;
    font-style: normal;
    display: inline-block;
    padding: 0 3px;
    color: #2f89f8;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.HotDict>a:hover {
    text-decoration: underline;
}

.HotDict>i {
    float: left;
    font-style: normal;
    display: inline-block;
    padding: 0 3px;
}

/* fouceSlide css */
.fouceSlide {
    position: relative;
    margin-bottom: 40vw;
}

.fouceSlide .bd li {
    width: 100%;
    height: 76vw;
}

.fouceSlide-li {
    position: relative;
    width: 100vw !important;
    height: 76vw;
}

.fouce_box {
    position: absolute;
    width: 92%;
    height: 19vw;
    bottom: -9vw;
    left: 0;
    right: 0;
    margin: auto;
}

.fouce_box a {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}

.fouce_icon {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
}

.fouce_icon img {
    display: block;
    width: 100%;
    height: auto;
}

.fouce_info {
    width: calc(100% - 90px);
    float: right;
}

.fouce_topic {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.fouce_topic span.fouce_name {
    float: left;
    display: block;
    max-width: calc(100% - 40px);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fouce_topic span.fouce_type {
    display: block;
    float: left;
    text-align: right;
    width: 40px;
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

.fouce_info p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

.item_tags {
    position: absolute;
    padding: 5px 12px;
    font-size: 12px;
    background: #ff6f21;
    color: #fff;
    border-radius: 0px 5px;
    top: 0px;
    right: 0px;
}

.item_tags span {
    font-size: 18px;
    font-weight: bold;
}

.fouceSlide .hd {
    position: relative;
    width: 930px;
    margin: auto;
    margin-top: -2.26%;
    border-radius: 5px;
    overflow: hidden;
}

.fouceSlide .hd ul {
    width: 100%;
    overflow: hidden;
}

.fouceSlide .hd li {
    position: relative;
    float: left;
    display: block;
    width: 25%;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
}

.fouceSlide .hd li .hd-img {
    width: 100%;
    padding-bottom: 36.2%;
}

.timer-bg {
    display: none;
    position: absolute;
    z-index: 2;
    left: 5%;
    width: 90%;
    top: 90%;
    margin-top: -5px;
    border-radius: 2px;
    height: 3px;
    background: rgba(144, 149, 155, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f90959b, endcolorstr=#7f90959b);
}

.timer-bar {
    display: none;
    position: absolute;
    z-index: 3;
    left: 5%;
    width: 0;
    top: 90%;
    margin-top: -5px;
    border-radius: 2px;
    height: 3px;
    background: rgba(225, 228, 1, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffe401, endcolorstr=#c8ffe401);
}

.fouceSlide .hd li.on .hd-img {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    overflow: hidden;
}

.fouceSlide .hd li.on .timer-bg,
.fouceSlide .hd li.on .timer-bar {
    display: block;
}

/* scrollSlide */
.scrollSlide-bg {
    background: url(../../images/index/xy-bg.png) top center no-repeat;
    background-size: 100% auto;
    padding: 2rem 0px;
    margin-top: -2.26%;
    padding-top: calc(2rem + 2.26%);
}

.scrollSlide {
    position: relative;
}

.scrollSlide .bd {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: calc(100% + 40px);
    margin-left: -10px;
}

.scrollSlide .bd ul {
    overflow: hidden;
    position: relative;
}

.scrollSlide .bd ul li {
    float: left;
    margin: 10px;
    width: calc(20% - 24px);
    cursor: pointer;
    display: inline;
    box-sizing: border-box;
}

.scrollSlide .bd ul li a {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    color: #333;
    transition: all 0.4s ease;
}

.scrollSlide .bd ul li a:hover {
    box-shadow: 0 0 10px 2px #aeaeae;
    color: #2673ff;
}

.game_bgimg {
    width: 100%;
    padding-bottom: 150%;
}

.scroll_topic {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
}

.scroll_topic .scroll_title {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    height: 26px;
    line-height: 26px;
    padding-right: 45px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.scroll_topic .scroll_type {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background: #2673ff;
    width: 40px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}

.scroll_info {
    padding: 0px 10px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    margin-bottom: 15px;
}

.scrollSlide .hd {
    display: none;
}

.scrollSlide .sPrev,
.scrollSlide .sNext {
    position: absolute;
    transition: all 0.4s ease;
    top: 50%;
    margin-top: -40px;
    padding: 30px 12px;
    background: #fff;
    color: #2673ff;
    border-radius: 40px;
    font-size: 20px;
}

.scrollSlide .sPrev {
    left: -40px;
}

.scrollSlide .sNext {
    right: -40px;
}

.scrollSlide .scrollSlidesPrev:hover,
.scrollSlide .scrollSlidesNext:hover {
    box-shadow: 0 0 10px 2px #bcd4fd;
}

/* mobile */
.down-bg {
    background: url(../../images/index/rs-bg.png) top center no-repeat;
    background-size: 100% auto;
    padding: 2rem 0px;
    margin-top: -2.26%;
    padding-top: calc(2rem + 2.26%);
}

.flexDownLoad .bd-down {
    width: 100%;
    min-height: 500px;
    display: none;
}

.flexDownLoad li {
    width: 115px;
    margin-right: 20.6px;
    float: left;
}

.flexDownLoad li:nth-child(9n) {
    margin-right: 0;
}

.flexDownLoad .bd-down:first-child {
    display: block;
}

.flexDownLoad .bd-down li a .img {
    width: 115px;
    height: 115px;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 23px;
}

.flexDownLoad .bd-down li a img:hover {
    transition: 1s;
    transform: scale(1.2);
}

.flexDownLoad .bd-down li a .game-name {
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flexDownLoad .bd-down li:hover .game-name {
    color: #FF6F21;
}

.orange-style {
    color: #FF6F21;
}

.orange-style h5:before {
    background-color: #FF6F21;
}

.orange-style>div {
    display: inline;
    margin: 0 0 0 50%;
    color: #909399;
}

.orange-style .power {
    font-style: normal;
    cursor: pointer;
}

.orange-style .power:hover {
    font-style: normal;
    cursor: pointer;
    color: #FF6F21;
}

.orange-style .active {
    color: #FF6F21;
}

/* rs_part css */
.rs_part_bg {
    background: url(../../images/index/rs-bg-a.png) center no-repeat;
    background-size: 100% auto;
    padding: 2rem 0px;
    margin-top: -2.26%;
    padding-top: calc(2rem + 2.26%);
}

.rs_part {
    overflow: hidden;
    position: relative;
}

.rs_part .part-right {
    height: calc(100% - 5rem);
}

.red-style {
    color: #ff2659;
}

.red-style h5:before {
    background-color: #ff2659;
}

.hot_part {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.hot_part>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hot_part>ul>li {
    width: 48%;
}

.blue-style {
    color: #00C8D3;
}

.blue-style h5:before {
    background-color: #00C8D3;
}

/* information */
.information-titles {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: hsla(0, 0%, 0%, .55) border-box;
    overflow: hidden;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .4);
    color: #fff;
    width: 100%;
}

.information {
    min-height: 300px;
    position: relative;
}

.cut-switch {
    font-size: 1.8rem;
    color: #000;
}

.zx-switch span {
    color: #000;
}

.zx-switch:hover {
    color: #E26756;
}

.cut-switch h5:before {
    background-color: #E26756;
}

.cut-switch .zx-switch {
    font-style: normal;
    cursor: pointer;
}

.cut-switch .active {
    color: #E26756;
}

.newGame-bg {
    background: url(../../images/index/rs-bg.png) center no-repeat;
    background-size: 100% auto;
    padding: 2rem 0px;
    margin-top: -2.26%;
    padding-top: calc(2rem + 2.26%);
}

.newGameSlide {
    position: relative;
    width: 30%;
    float: left;
    min-height: 300px;
}

.newGameSlidesPrev {
    position: absolute;
    transition: all 0.4s ease;
    top: 50%;
    margin-top: -30px;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    border-radius: 40px;
    font-size: 20px;
}

.newGameSlidesNext {
    position: absolute;
    transition: all 0.4s ease;
    top: 50%;
    margin-top: -30px;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    border-radius: 40px;
    font-size: 20px;
    right: 0;
}

.articleList a {
    color: #383838;
}

.articleList ul {
    width: 35%;
    float: left;
    padding: 10px 10px 0;
    background: #fff;
    height: 300px;
}

.articleList ul li {
    font-size: 15px;
    line-height: 31.5px;
}

.articleList ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 360px;
    display: inline-block;
    line-height: 31.5px;
}

.articleList ul li:hover a {
    color: #E26756;
}

.articleList ul li i {
    font-style: normal;
    float: right;
    font-size: 12px;
    width: 34px;
    overflow: hidden;
    white-space: nowrap;
}

.articleList .lines {
    width: 0;
    height: 96%;
    border-right: 1px solid #F9F9F9;
    position: absolute;
    right: 34.9%;
    top: 2%;
}

/* ul_ranking */
.ranking-bg {
    background: url(../../images/index/bg-bottom.png) center no-repeat;
    background-size: 100% auto;
    padding: 2rem 0px;
    margin-top: -2.26%;
    padding-top: calc(2rem + 2.26%);
    min-height: 920px;
}

.ranking {
    width: 291px;
    min-height: 500px;
    background-color: #fff;
    float: left;
    margin-right: 12px;
    padding: 10px;
    margin-bottom: 50px;
}

.ranking:nth-child(4) {
    margin-right: 0;
}

.ranking h3 {
    width: 80px;
    height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    line-height: 24px;
}

.ul_ranking {
    padding: 15px 0px 0 25px;
}

.ul_ranking a {
    color: #000;
}

.ul_ranking li {
    cursor: pointer;
    width: 100%;
    position: relative;
    margin: 15px 0;
    min-height: 25px;
}

.ul_ranking .active {
    height: 50px;
    width: 100%;
    position: relative;
    margin: 10px 0;
    color: #ffab26;
}

.ul_ranking li .nums {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 0px 100px 100px 0px;
    position: absolute;
    left: -34px;
    top: 0;
    line-height: 20px;
    font-size: 13px;
    padding-left: 5px;
}

.ul_ranking li:nth-child(1) .nums {
    background-color: #E26756;
}

.ul_ranking li:nth-child(2) .nums {
    background-color: #EBAE00;
}

.ul_ranking li:nth-child(3) .nums {
    background-color: #839FFF;
}

.ul_ranking li img,
.ul_ranking li .gameVerb-btn {
    display: none;
}

.ul_ranking .active .gameVerb-btn {
    display: block;
}

.ul_ranking .active img {
    display: block;
    height: 50px;
    width: 50px;
    float: left;
}

.ul_ranking li dl {
    font-size: 16px;
    margin: 0 10px;
}

.ul_ranking li dt {
    float: left;
    width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ul_ranking li dd {
    float: right;
    font-size: 14px;
}

.ul_ranking .active dl {
    width: 65px;
    height: 100%;
    float: left;
    font-size: 14px;
    margin: 0 10px;
}

.ul_ranking .active dl dt {
    font-size: 16px;
    margin-bottom: 8px;
    width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ul_ranking .active dd {
    float: none;
    font-size: 14px;
}

/* ul_ranking-end */
/* label_part */
.label_part ul {
    width: 102%;
    margin: 0 0 0 -12px;
}

.label_part ul li {
    width: 96px;
    height: 44px;
    line-height: 44px;
    float: left;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 13.2px 20px;
    cursor: pointer;
}

.label_part ul li:hover {
    background-color: #ffe401;
}

.label_part a {
    color: #000;
}

/* label_part——end */
/* suspension */
.suspension {
    width: 100%;
    height: 120px;
    background: url("../../images/index/suspension-bg.webp") no-repeat 100% 100%;
    background-size: 100% 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
}

.suspension>div {
    height: 100%;
    padding: 22px 0;
}

.suspension .app {
    display: block;
    width: 76px;
    height: auto;
    float: left;
}

.suspension .fuli {
    display: block;
    width: auto;
    height: 130px;
    margin-top: -28px;
    float: left;
}

.suspension .content {
    width: 54%;
    height: 100%;
    float: left;
    margin: 0 40px 0 20px;
}

.suspension .content .game-block {
    width: 76px;
    height: 76px;
    float: left;
    margin-right: 67px;
    padding: 9px;
    background-image: url("../../images/index/suspension-icon-bg.png");
    background-size: 100% 100%;
}

.suspension .content .game-block img {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
}

.suspension .down {
    display: block;
    width: 15%;
    height: auto;
    float: right;
}

.suspension .shut {
    transform: scale(1.8);
    cursor: pointer;
    position: absolute;
    -webkit-user-select: none;
    right: 0;
    top: 5px;
    z-index: 9999;
}

/* suspension-end */
.article {
    min-height: 1410px;
    padding: 15px;
    position: relative;
}

.article-title {
    text-align: center;
    font-size: 16px;
    color: #383838;
}

.article-infos {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 150px;
}

.article-infos .article-time {
    float: left;
    margin: 0 29px;
    color: #8A8A8A;
}

.article-main {
    margin-top: 15px;
    padding: 20px 0 50px;
    border-top: 1px solid #EDEDED;
    overflow: hidden;
}

.article-main-bottom {
    width: 100%;
    min-height: 17rem;
    line-height: 40px;
    margin-top: 50px;
}

.article-main-bottom a {
    width: 45%;
    float: left;
    height: 40px;
    font-size: 14px;
    color: #383838;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #EDEDED;
}

.article-main-bottom a:first-child {
    margin-right: calc(10% - 4px);
}

.article-main img {
    max-width: 100%;
}

/* 相关资讯 */
.article-departments {
    width: 96.5%;
    min-height: 150px;
    font-size: 14px;
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    color: #383838;
    position: absolute;
    bottom: 0px;
}

.article-departments a {
    color: #383838;
}

.article-departments li {
    float: left;
    width: 48%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.article-departments li:nth-child(2n) {
    margin-left: 2%;
}

.article-departments h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.list-head {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.list-head h5 {
    float: left;
    font-size: 16px;
    color: #8994a4;
    font-weight: normal;
}

.list-head .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.list-head .more:hover {
    color: #ffb820;
}

.part-list li a {
    display: block;
    padding: 0.95rem 0px;
    position: relative;
    overflow: hidden;
    color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.list_eq {
    width: 30px;
    height: 20px;
    float: left;
    margin-top: 23px;
}

.list_eq span {
    display: block;
    width: 22px;
    line-height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    border: 1px solid #666;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.part-list li:first-child .list_eq span,
.part-list li:nth-child(2) .list_eq span,
.part-list li:nth-child(3) .list_eq span {
    background: #ffb820;
    border-color: #ffb820;
    color: #fff;
}

.list_icon {
    float: left;
    width: 66px;
    overflow: hidden;
}

.list_icon img {
    display: block;
    width: 100%;
    height: auto;
}

.list_info {
    float: right;
    width: calc(100% - 5rem);
    overflow: hidden;
}

.server-game {
    height: 36px;
    line-height: 36px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}

.server-span {
    height: 20px;
    line-height: 20px;
    font-size: 0.875rem;
    overflow: hidden;
}

.server-time {
    display: block;
    width: 64px;
    float: left;
    padding-left: 2px;
    box-sizing: border-box;
    overflow: hidden;
}

.server-name {
    display: block;
    width: calc(100% - 64px);
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list_topic {
    float: right;
    width: calc(100% - 6.8rem);
    overflow: hidden;
}

.list_topic_head {
    position: relative;
    max-width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9rem;
}

.list_topic_type {
    position: absolute;
    right: 0px;
    top: 8px;
    display: block;
    background: #dadada;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.list_topic p {
    max-width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 0.875rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.part-list li a:hover {
    color: #3a84f9;
}

.part-list li a:hover .list_eq span {
    background: #ffb820;
    border-color: #ffb820;
    color: #fff;
}

.part-list li a:hover .list_topic_type {
    background: #ffb820;
}

.part-list li a:hover .list_topic p {
    color: #ffb820;
}

/* .zt_part */
.bottom-bg {
    background: url(../../images/index/bg-bottom.png) top center no-repeat;
    background-size: 100% auto;
    padding: 2rem 0px;
    margin-top: -2.26%;
    padding-top: calc(2rem + 2.26%);
}

.green-style {
    color: #00d089;
}

.green-style h5:before {
    background-color: #00d089;
}

.zt_part {
    overflow: hidden;
}

.hot_part ul {
    width: calc(100% + 10px);
    overflow: hidden;
    margin-left: -5px;
}

.hot_part ul li {
    margin: 0px 5px 20px;
    padding: 0px;
    box-sizing: border-box;
}

.hot_part ul li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    color: #333;
}

.zt_bg {
    width: 100%;
    padding-bottom: 82.35%;
    position: relative;
    overflow: hidden;
}

.zt_bg .zt_bgimg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.zt_title {
    padding: 0px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.125rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zt_info {
    padding: 0px 10px;
    margin-bottom: 1rem;
    box-sizing: border-box;
    height: 2.4rem;
    line-height: 1.2rem;
    overflow: hidden;
    font-size: 0.875rem;
    color: #999;
}

.hot_part ul li a:hover .zt_bgimg {
    transform: scale(1.15);
}

.hot_part ul li a:hover {
    color: #00d089;
}

/* .group_part */
.waring-style {
    color: #ffab26;
}

.waring-style h5:before {
    background-color: #ffab26;
}

.group_part {
    position: relative;
}

.grid-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 40%;
}

.grid-img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    opacity: 0.8;
}

.grid-content .grid-shade {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    text-align: center;
}

.grid-content .grid-shade span {
    display: block;
    color: #fff;
    position: absolute;
    height: 2rem;
    line-height: 2rem;
    top: 50%;
    margin-top: -1rem;
    font-size: 1.125rem;
    text-align: center;
    width: 100%;
}

/* .slideTxtBox */
.slideTxtBox {
    display: none;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}

.slideTxtBox .tab-hd {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.slideTxtBox .tab-hd ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.slideTxtBox .tab-hd ul li {
    display: block;
    float: left;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    margin-right: 1rem;
}

.slideTxtBox .tab-hd ul li span {
    display: block;
    font-size: 16px;
    color: #8994a4;
    font-weight: normal;
}

.slideTxtBox .tab-hd ul li .more {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #999;
    display: none;
}

.slideTxtBox .tab-hd ul li.on span {
    color: #ffb820;
    font-weight: bold;
}

.slideTxtBox .tab-hd ul li.on .more {
    display: block;
}

.slideTxtBox .tab-bd {
    width: 100%;
}

.slideTxtBox .tab-hd ul li .more:hover {
    color: #ffb820;
}

/* foot */
.foot-bg {
    background: #35343c;
    bottom: 0px;
}

.foot {
    padding: 4rem 0px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.foot-logo {
    width: 25%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-top: 3rem;
}

.foot-logo a {
    display: block;
}

.foot-logo img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 245px;
}

.foot-txt {
    float: left;
    width: 50%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.foot-topic a {
    display: inline-block;
    padding: 0px 5px;
    font-size: 1.125rem;
    color: #fff;
    opacity: 0.8;
    height: 3rem;
    line-height: 3rem;
}

.foot-topic a:first-child {
    padding-left: 0px;
}

.foot-txt p {
    font-size: 0.875rem;
    line-height: 2.4rem;
    color: #fff;
    opacity: 0.8;
}

.foot-topic a:hover {
    color: #ffe401;
}

.part-head .today-sever {
    position: absolute;
    top: 0;
    right: 19%;
    color: #839FFF;
}

.foot-qrcode {
    width: 25%;
    float: left;
    text-align: right;
    box-sizing: border-box;
}

.foot-qrcode .qr {
    width: 40%;
    float: left;
    text-align: center;
    margin-left: 30px;
    font-size: 14px;
}

.foot-qrcode .qr img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.foot-bottom {
    width: 100%;
    font-size: 14px;
    float: left;
    border-top: 1px solid #474747;
    padding-top: 20px;
    color: #fff;
    opacity: 0.8;
}

.foot-bottom a {
    color: #fff;
}

.foot-bottom p {
    width: 100%;
    height: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.foot-txt .foot-text {
    width: 33.33%;
    float: left;
}

.foot-txt .foot-text .foot-title {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #474747;
}

.foot-txt .foot-text p {
    text-align: center;
}

.quickTxtFont {
    width: 100%;
    font-size: 12px;
    margin-bottom: 2px;
    text-align: center;
}

.quickTxtBox {
    width: 139px;
    height: 178px;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    backdrop-filter: blur(17px);
    position: absolute;
    right: 10%;
}

/*quickFloat*/
.quickFloat {
    position: fixed;
    right: 1%;
    height: 9.4rem;
    bottom: 8rem;
    box-shadow: 0 0 5px 2px #dcdcdc;
    z-index: 888;
    transition: all 0.4s ease;
}

.quickFloat.floatCenter {
    bottom: 50%;
    margin-bottom: -3.2rem;
}

.quickBox {
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    background: #fff;
}

.quickTxt {
    position: absolute;
    right: 3.2rem;
    display: none;
    width: 100px;
}

.quickTxt a {
    background: #F1F4FF;
    color: #333;
    font-size: 1rem;
    display: block;
    height: 3.2rem;
    line-height: 3.2rem;
    width: 100%;
    text-align: center;
}

.quickIcon a {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
}

.quickIcon img {
    display: block;
    position: absolute;
    width: 2rem;
    height: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.quickIcon .after {
    display: none;
}

.quickBox:hover {
    background: #F1F4FF;
}

.quickBox:hover .quickTxt {
    display: block;
}

.quickBox:hover .after {
    display: block;
}

.quickBox:hover .before {
    display: none;
}

.kaifu {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600;
    color: #383838;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
}

/* flatBlock */
.containerList {
    background-color: #fff;
    padding-top: 20px;
}

.rankList .red-sort {
    color: #fff;
    background-color: #E26756;
}

.rankList .orange-sort {
    color: #fff;
    background-color: #FF6F21;
}

.rankList .blue-sort {
    color: #fff;
    background-color: #839FFF;
}

.gameVerb .red-sort {
    color: #fff;
    background-color: #E26756;
}

.gameVerb .orange-sort {
    color: #fff;
    background-color: #FF6F21;
}

.gameVerb .blue-sort {
    color: #fff;
    background-color: #839FFF;
}

.flatBlock {
    overflow: hidden;
    padding-bottom: 23.5%;
}

.containerBox {
    padding: 2rem 0px;
    overflow: hidden;
    background-color: #fff;
    min-height: 439px;
}

.containerBox-seo {
    padding: 0;
    width: 75%;
    float: left;
    margin-bottom: 3rem;
}

.strategy_all_containerBox {
    min-height: 1590px;
}

.center_containerBox {
    min-height: 1009px;
}

.news-hot-key {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    border-radius: 4px;
    float: left;
}

.news-catalogue {
    height: 50px;
}

.news-catalogue a {
    display: block;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    float: left;
    padding: 10px;
    color: #8A8A8A;
}

.news-catalogue .active {
    color: #111;
    font-weight: bold;
}

.containerBox-right {
    overflow: hidden;
    width: 24%;
    float: right;
}

.containerBox-seo .news-ul li {
    width: 100%;
    height: 78px;
    padding: 0 0.5rem;
    margin: 1.247rem 0;
    overflow: hidden;
}

.containerBox-seo .news-ul .news-left {
    float: left;
    width: 130px;
    height: 78px;
    overflow: hidden;
}

.containerBox-seo .news-ul .news-left img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.containerBox-seo .news-ul .news-right {
    width: 85%;
    height: 100%;
    float: left;
    padding-left: 10px;
}

.containerBox-seo .news-ul .news-right h4 {
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-hot-top {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin: 10px 0;
    font-size: 14px;
    color: #383838;
}

.new-hot-top a {
    color: #383838
}

.new-hot-top a:hover {
    color: #2673ff
}

.new-hot-top {
    color: #383838
}

.new-hot-top:hover {
    color: #2673ff
}

.gameVerb li:hover h5 a {
    color: #2673ff
}

.containerBox-seo .news-ul .news-right p {
    font-size: 12px;
    color: #8A8A8A;
    margin: 3px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.containerBox-seo .news-ul .news-right>div {
    color: #979797;
    font-size: 12.5px;
}

.containerBox-title {
    font-weight: 600;
    color: #383838;
    line-height: 24px;
    padding: 0 10px;
}

.catalogue {
    height: 50px;
}

.catalogue a {
    display: block;
    width: 14.5%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    background-color: #F9F9F9;
    border-radius: 5px;
    float: left;
    margin: 0 5.25%;
    color: #8A8A8A;
}

.catalogue .active {
    color: #111;
    background: var(--main-color);
}

/* .gameBox_list */
.tabsBox-head {
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.tabs-nav-box {
    overflow: hidden;
    margin: 0.5rem 0px;
}

.tabs-nav-type {
    float: left;
    height: 2rem;
    line-height: 2rem;
    width: 5rem;
    font-size: 1rem;
    color: #666;
    font-weight: bold;
    overflow: hidden;
}

.tabs-scroller {
    width: calc(100% - 5rem);
    float: right;
}

.scrollerOpt {
    position: absolute;
    right: 0rem;
    width: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #fbfbfb;
    cursor: pointer;
    color: #888;
}

.tagNavFloat {
    display: none;
    font-size: 0.875rem;
}

.tabs-scroller .tabs-nav {
    padding-right: 1rem;
}

.tabs-nav li {
    float: left;
    height: 2rem;
}

.tabs-nav li a {
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    min-width: 1.6rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.875rem;
    border-radius: 1.6rem;
    color: #333;
    margin-top: 0.2rem;
    transition: all 0.4s ease;
}

.tabs-nav li.cur a,
.tabs-nav li a:hover {
    background: #333;
    color: #ffe401;
}

.tabsBox-content {
    overflow: hidden;
    margin-bottom: 18px;
}

.tabLi {
    float: left;
    margin: 1rem;
    width: calc(33.33% - 2rem);
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.containerBox-seo .tabLi {
    padding: 0;
}

.tabLi-icon {
    float: left;
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.tabLi-icon a {
    display: block;
}

.tabLi-icon a img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80px;
}

.tabLi-info {
    float: right;
    width: calc(100% - 90px);
    overflow: hidden;
}

.tabLi-title a {
    display: inline-block;
    font-size: 1rem;
    color: #333;
    max-width: 100%;
    height: 20px;
    line-height: 20px;
    position: relative;
    box-sizing: border-box;
    padding-right: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.containerBox-seo .tabLi-title a {
    max-width: none;
    width: 100%;
}

.tabLi .bate_tags {
    position: absolute;
    top: 0px;
    right: 0px;
}

.bate_tags {
    font-size: 12px;
    color: #ff6f21;
}

.bate_tags span {
    font-size: 18px;
    font-weight: bold;
    max-width: 40px;
}

.tabLi-type {
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    color: #999;
}

.tabLi-tags {
    position: absolute;
    width: calc(100% - 90px - 2rem);
    right: 1rem;
    bottom: 1rem;
    font-size: 0.75rem;
    color: #000;
    box-sizing: border-box;
}

.tabLi-tags span {
    display: inline-block;
    padding: 0px 6px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}

.tags-b {
    background: #5a9cff;
}

.tags-g {
    background: #3fb3cb;
}

.tags-w {
    background: #efbe00;
}

.tags-r {
    background: #f87474;
}

.tabLi:hover {
    background: #fbfbfb;
}

.tabLi:hover a {
    color: #ff6b1a;
}

.tabLi:hover .gameVerb-btn a {
    color: #111;
}

/*tagNavFloatBox*/
.tagNavFloatBox {
    position: fixed;
    height: 75%;
    width: 100%;
    background: #fbfbfb;
    z-index: 99;
    bottom: -75%;
    color: #333;
    transition: all 0.4s ease;
}

.tagNavFloatBox.active {
    bottom: 0px;
}

.tagNavFloatBox-head {
    font-size: 1.125rem;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.tagNavFloatBox-head .closeNavFloat {
    position: absolute;
    left: 0.5rem;
    cursor: pointer;
}

.tagNavGroup-head {
    height: 2rem;
    line-height: 2rem;
    padding-left: 1rem;
    font-size: 1rem;
    color: #666;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.tagNavGroup ul {
    overflow: hidden;
}

.tagNavGroup ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin: 2px 0px;
}

.tagNavGroup ul li a {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 0.875rem;
    overflow: hidden;
    background: #dcdcdc;
    color: #888;
    text-transform: uppercase;
}

.tagNavGroup ul li.active a,
.tagNavGroup ul li a:hover {
    background: #333;
    color: #ffe401;
}

.tagNavFloatBox-btn {
    display: block;
    padding: 5px 20px;
    margin: auto;
    margin-top: 1rem;
    font-size: 1rem;
    background: #5a9cff;
    color: #fff;
    border-radius: 5px;
}

/* service-block */
.service-block {
    margin-bottom: 2rem;
}

.service-head {
    width: 100%;
    overflow: hidden;
    height: 3rem;
    line-height: 3rem;
    color: #757cff;
    border-bottom: 1px solid #e1e1e1;
}

.service-head i {
    font-size: 1.4rem;
}

.service-head h5 {
    display: inline-block;
    font-size: 1.125rem;
    color: #333;
    margin: 0px 5px;
    cursor: pointer;
    margin-right: 30px;
}

.service-head span {
    font-size: 0.9rem;
    font-weight: bold;
}

.service-head h5:hover {
    color: #839FFF;
}

.service-head .active {
    color: #839FFF;
}

.slideService {
    margin: 2rem 0px;
    position: relative;
    box-sizing: border-box;
}

/* .slideService:before{content: '';width:5px;height:100%;background-color:#ced1ff;position: absolute;top: 0;left:7px; -webkit-transition: all 0.3s; transition: all 0.3s;z-index:1;} */
.serviceTime {
    height: 20px;
    line-height: 20px;
    margin-left: -30px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #333;
}

.serviceTime span {
    font-size: 0.75rem;
    margin-left: 0.5rem;
    color: #757cff;
    opacity: 1;
    cursor: pointer;
}

.serviceTime.on span {
    opacity: 0;
}

.serviceTime:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 5px solid #ced1ff;
    border-radius: 10px;
    background-color: #757cff;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
}

.serviceTable {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.serviceTable table {
    font-size: 0.875rem;
    color: #666;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.serviceTable table tr {
    border-bottom: 1px dashed #e1e1e1;
}

.serviceTable table tr:last-child {
    border: none;
}

.serviceTable table th {
    font-size: 1rem;
    color: #999;
    background: #fbfbfb;
    padding: 15px 5px;
}

.serviceTable table td {
    min-width: 40px;
    vertical-align: middle;
    padding: 10px 5px;
    text-align: center;
}

.serviceTable table td a {
    display: inline-block;
    color: #666;
}

.service-sort {
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
}

.service-icon img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}

td.service-game,
td.service-name,
td.service-desc {
    min-width: 100px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 360px;
}

.service-desc {
    text-align: center;
}

.service-name {
    color: #3a84f9;
}

td.service-btn {
    min-width: 80px !important;
}

.service-btn a {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.75rem;
    border-radius: 1.6rem;
    background: #ffe401;
    color: #333;
}

.service-btn a:hover {
    background: #ffe401;
    color: #333 !important;
}

.service-game a:hover {
    color: #6a12ae;
}

/* rankList */
.rankList table td {
    text-align: center;
}

.rankList .service-icon a {
    padding: 12px;
}

.rankList .gray-bg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    font-style: normal;
}

/*gameDetail css*/
.gameDetail {
    overflow: hidden;
}

.gameDetail-left {
    max-width: 780px;
    width: 66%;
}

.gameDetail-right {
    width: calc(34% - 20px);
    margin-left: 20px;
    max-width: 380px;
}

.gameDetail-head {
    overflow: hidden;
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    box-sizing: border-box;
}

.gameDetail-icon {
    float: left;
    width: 20%;
    max-width: 170px;
}

.gameDetail-icon img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.gameDetail-info {
    float: left;
    width: 78%;
    margin-left: 2%;
}

.gameDetail-name {
    overflow: hidden;
    height: 3rem;
    position: relative;
}

.gameDetail-name .downNum {
    float: left;
    width: 120px;
    padding: 0px 0.5rem;
    background: url("../../images/index/hot.png") center no-repeat;
    background-size: 100% 100%;
    height: 3rem;
    line-height: 4rem;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
}

.gameDetail-name h5 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    padding-left: 5px;
    float: left;
    margin-right: 10px;
    line-height: 4rem;
    height: 3rem;
    max-width: calc(100% - 120px);
    box-sizing: border-box;
}

.gameDetail-info p {
    font-size: 0.75rem;
    color: #757575;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-right: 100px;
    overflow: hidden;
}

.gameDetail-info p span {
    display: inline-block;
    padding: 0px 5px;
}

.gameDetail-head .tabLi-tags {
    right: 1.5rem;
    bottom: 4.5rem;
    width: calc(80% - 3rem);
    position: absolute;
}

.gameDetail-head .tabLi-tags span {
    position: relative;
    padding-left: 23px;
}

.gameDetail-head .tabLi-tags span img {
    display: block;
    height: 14px;
    width: auto;
    position: absolute;
    left: 6px;
    top: 3px;
}

.gameDetail-head-opt,
.gameVerb-btn {
    position: absolute;
    right: 15px;
    width: 6rem;
    text-align: center;
    top: 50%;
    margin-top: -1.1rem;
}

.gameDetail-head-opt {
    margin-top: 0px;
    top: 4rem;
}

.gameDetail-head-opt a,
.gameVerb-btn a {
    display: block;
    height: 2.2rem;
    line-height: 2.2rem;
    color: #111;
    background: #ffe401;
    border-radius: 1.1rem;
    font-size: 0.875rem;
}

/* .gift-detail-tab css */
.gameDetailTab {
    width: 100%;
    overflow: hidden;
}

.gameDetailTab .tab-hd ul {
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-radius: 0px 0px 5px 5px;
    font-size: 16px;
    color: #3b3f46;
}

.gameDetailTab .tab-hd li {
    float: left;
    padding: 5px;
    width: 20%;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    box-sizing: border-box;
}

.gameDetailTab .tab-hd li a {
    display: block;
    padding: 5px 0px;
    cursor: pointer;
    color: #333;
}

.gameDetailTab .tab-hd li.on {
    border-bottom: 5px solid #ffe401;
    font-weight: bold;
}

.gameDetailTab .tab-bd {
    overflow: hidden;
    zoom: 1;
}

.gameDetailTab .gameDetailTab-block {
    margin-top: 15px;
    background: #fff;
    padding: 20px 15px;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 600px;
}

/* gameDetailTab-block css */
.block-title h4 {
    font-size: 1.125rem;
    font-weight: bold;
    padding: 15px 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.block-title h4:before {
    content: '';
    width: 8px;
    height: 1.5rem;
    background-color: #f2e259;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: -1;
}

.gameDetailEmpty {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gameDetailEmpty img {
    display: block;
    margin: auto;
    width: 60%;
    height: auto;
}

/* .gameDetailTxt css */
.gameDetailTxt {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 5px 15px;
}

.gameDetailTxt-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.gameDetailTxt-default {
    max-height: 72px;
    overflow: hidden;
}

.gameDetailTxt-btn {
    text-align: right;
}

.gameDetailTxt-btn a {
    cursor: pointer;
    font-size: 12px;
    color: #2874f0;
    display: inline-block;
    padding: 5px 20px 5px 5px;
}

.gameDetailTxt-btn .gameDetailTxt-close,
.gameDetailTxt.showAll .gameDetailTxt-open {
    display: none;
}

.gameDetailTxt.showAll .gameDetailTxt-default {
    max-height: none !important;
}

.gameDetailTxt.showAll .gameDetailTxt-close {
    display: inline-block;
}

/* gamePicScroll */
.gamePicScroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}

.gamePicScroll .hd {
    display: none;
}

.gamePicScroll .spPrev,
.gamePicScroll .spNext {
    display: block;
    width: 42px;
    height: 86px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -43px;
    z-index: 9;
}

.gamePicScroll .spPrev {
    left: 0px;
    background: url(../../images/index/g-prev.png) no-repeat;
    background-size: 100% 100%;
}

.gamePicScroll .spNext {
    right: 0px;
    background: url(../../images/index/g-next.png) no-repeat;
    background-size: 100% 100%;
}

.gamePicScroll .bd {
    padding: 0px;
}

.gamePicScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.gamePicScroll .bd ul li {
    width: 33.33%;
    margin-right: 1rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.gamePicScroll .bd ul li img {
    width: 100%;
    height: auto;
    display: block;
}

/* gameDetailZt */
.gameDetailZt ul li {
    width: calc(50% - 1rem);
    margin-top: 0px;
    margin-right: 0px;
}

.gameDetailZt ul li a:hover {
    box-shadow: 0px 5px 10px 2px #dcdcdc;
}

.gameDetailZt .zt_bg {
    padding-bottom: 52.93%;
}

/* 礼包 */
.gameDetailGift {
    margin: -5px;
    overflow: hidden;
}

.gameDetailGift dl {
    float: left;
    width: calc(50% - 10px);
    margin: 5px;
    padding: 15px;
    background: #faf9ee;
    overflow: hidden;
    box-sizing: border-box;
}

.gameDetailGift dl dt {
    overflow: hidden;
    font-weight: normal;
    font-size: 12px;
}

.gameDetailGift dl dt .gift-icon {
    width: 80px;
    float: left;
    overflow: hidden;
}

.gameDetailGift dl dt .gift-icon img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 90px;
}

.gameDetailGift dl dt .gift-info {
    float: right;
    width: calc(100% - 90px);
    overflow: hidden;
}

.gift-info h5 {
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gift-progress {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}

.gift-progress .progress {
    width: calc(100% - 60px);
    float: left;
    height: 8px;
    border-radius: 5px;
    background: #e0e0e0;
    max-width: 100px;
    margin-top: 13px;
}

.gift-progress .progress-bar {
    height: 8px;
    background-color: #ffe401;
}

.gift-progress .progress-span {
    float: left;
    width: 55px;
    overflow: hidden;
    margin-left: 5px;
    color: #666;
}

.gift-info .gift-content-text {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
    width: 100%;
}

.gift-btn {
    text-align: center;
    margin-top: 10px;
}

.gift-btn a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    color: #333;
    background: #ffe401;
}

/* 新服 */
.gameDetailServer {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.gameDetailServer table {
    font-size: 0.875rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.gameDetailServer table tr {
    border-bottom: 1px dashed #e1e1e1;
    color: #666;
}

.gameDetailServer table td {
    min-width: 160px;
    vertical-align: middle;
    padding: 15px 5px;
    text-align: center;
}

.gameDetailServer table td div {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    position: relative;
}

.gameDetailServer-time {
    padding-left: 1.8rem;
}

.gameDetailServer-time i {
    display: inline-block;
    font-size: 1.6rem;
    position: absolute;
    top: 0.2rem;
    left: 0px;
}

.gameDetailServer-name {
    border: 1px solid #999;
    padding: 0px 1rem;
    border-radius: 3rem;
}

.gameDetailServer table tr:hover,
.gameDetailServer table tr.active {
    color: #2f89f8;
}

.gameDetailServer table tr:hover .gameDetailServer-name,
.gameDetailServer table tr.active .gameDetailServer-name {
    border-color: #2f89f8;
}

/* VIP表 */
.gameDetailVip {
    overflow: hidden;
}

.gameDetailVip dl {
    width: 16.6666%;
    float: left;
    text-align: center;
    overflow: hidden;
    border: 1px solid #fffbe1;
    border-left: none;
    box-sizing: border-box;
}

.gameDetailVip dl dt,
.gameDetailVip dl dd {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    background: #ffdc00;
}

.gameDetailVip dl dd {
    color: #ffdc00;
    background: #333;
}

/* 活动 */
.gameDetailActive ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    color: #fff;
    height: 47px;
    overflow: hidden;
}

.gameDetailActive ul li .gameDetailActive-tags {
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    background: #c3c3c3;
    float: left;
}

.gameDetailActive ul li a {
    display: block;
    width: calc(100% - 110px);
    height: 36px;
    line-height: 36px;
    float: right;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 60px;
    position: relative;
    color: #c3c3c3;
    box-sizing: border-box;
}

.gameDetailActive ul li a i {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 1.25rem;
}

.gameDetailActive ul li:hover .gameDetailActive-tags,
.gameDetailActive ul li.active .gameDetailActive-tags {
    background: #2f89f8;
}

.gameDetailActive ul li:hover a,
.gameDetailActive ul li.active a {
    color: #2f89f8;
}

/* .app-box */
.app-box {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.app-ewm {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.app-ewm img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 90px;
}

.app-plain {
    float: left;
    width: calc(100% - 100px);
}

.app-plain img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.app-plain h5 {
    height: 20px;
    overflow: hidden;
    margin: 10px 0px;
}

.app-plain a {
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.gameVerb {
    background: #fff;
    padding: 10px 0px;
    border-radius: 5px;
}

.gameVerb li {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.containerBox-right .gameVerb li {
    border: none;
}

.gameVerb li:first-child {
    border: none;
}

.gameVerb li .gameVerb-icon {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.gameVerb li .gameVerb-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.gameVerb .gameVerb-info {
    width: calc(100% - 7.2rem);
    padding: 0px 5px;
    overflow: hidden;
}

.gameVerb .gameVerb-info h5 a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.gameVerb .gameVerb-info p {
    font-size: 12px;
    color: #666;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gameVerb .gameVerb-info p span {
    display: inline-block;
    padding: 0px 5px;
}

.gameVerb .gameVerb-btn {
    right: 15px;
    width: 64px;
    margin-top: -15px;
}

.gameVerb .gameVerb-btn a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.ewmAlert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 0px;
    display: none;
}

.ewmBox {
    width: 96%;
    max-width: 366px;
    background: #fff;
    margin: auto;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    height: 312px;
    top: 50%;
    margin-top: -170px;
    border-radius: 10px;
}

.ewmBox div.close-btn {
    position: absolute;
    width: 16px;
    top: 20px;
    right: 20px;
    background: url("../../images/index/rclose.png") no-repeat;
    height: 16px;
    background-size: 100% 100%;
    cursor: pointer;
}

.ewmBox div.ewm-hh {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    width: 264px;
    height: 38px;
    margin-left: 17px;
}

.ewmBox a {
    display: block;
    float: left;
}

.ewmBox div.ewm-box-img {
    width: 120px;
}

.ewmBox img {
    display: block;
    height: auto;
}

.ewmBox .ios {
    background: url("../../images/IOSYuYue/Ios.png") no-repeat center scroll;
    transform: scale(0.8);
    background-size: cover;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 57px;
    display: block;
    margin: auto;
    border-radius: 30px;
    float: left;
}

.ewmBox .ios:hover {
    background: url("../../images/IOSYuYue/IosHover.png") no-repeat center scroll;
    background-size: cover;
    color: rgba(255, 255, 255, 0.8);
}

.ewmBox .ios .iosImg_ {
    position: absolute;
    right: -43px;
    top: -12px;
    width: 87px;
    height: 24px;
}

.ewmBox .ios .yu-num {
    width: 100px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #8a8a8a;
    position: absolute;
    top: 36px;
    left: 55px;
}

.ewmBox .ios:hover .yu-num {
    color: rgba(255, 255, 255, 0.8);
}

.ewmBox .adImg_ {
    background: url("../../images/IOSYuYue/adimg.png") no-repeat center scroll;
    transform: scale(0.8);
    background-size: auto;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 57px;
    display: block;
    margin: auto;
    border-radius: 30px;
    float: left;
}

.ewmBox .adImg_:hover {
    background: url("../../images/IOSYuYue/adimg2.png") no-repeat center scroll;
}

/*分页*/
.soso-alert {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 1rem 0px;
}

.soso-alert span {
    color: #ff6f21;
}

.tabsBox-page {
    text-align: center;
}

.tabsBox-page ul {
    margin: 10px 0px;
}

.tabsBox-page ul li {
    display: inline-block;
    margin: 10px 2px;
}

.tabsBox-page ul li a {
    font-size: 12px;
    color: #888;
    background: #dcdcdc;
    padding: 6px 12px;
}

.tabsBox-page ul li a:hover,
.tabsBox-page ul li.active a {
    background: #5873fe;
    color: #fff;
}

/*专题详情页*/
.articleFlatImg img {
    display: block;
    width: 100%;
    height: auto;
}

.articleBlock {
    padding: 1rem 0px;
}

.articleBlock-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
}

.articleBlock-time {
    font-size: 0.875rem;
    color: #888;
    height: 2rem;
    line-height: 2rem;
}

.articleBlock-main {
    font-size: 1rem;
    color: #444;
    font-size: 1rem;
    line-height: 1.6rem;
}

.articleBlock-main img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.relationBlock-head {
    padding-left: 1.5rem;
    background: url("../../images/index/recommend.png") left no-repeat;
    background-size: auto 1.6rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
}

.relationBlock-box {
    padding: 1rem 0px;
}

.relationBlock-box .zt_part ul {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
    font-weight: bold;
}

.relationBlock-box .zt_part ul li {
    float: left;
    width: calc(33.33% - 1rem);
    margin: 0.5rem;
    padding: 5px;
}

.relationBlock-box .zt_part ul li a {
    box-shadow: 0 0 5px 2px #aeaeae;
}

.commentBox dl {
    overflow: hidden;
    padding: 1rem 0px;
    border-bottom: 1px dotted #e1e1e1;
}

.commentBox .comment-user-icon {
    float: left;
}

.commentBox .comment-user-icon img {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    overflow: hidden;
}

.comment-content {
    float: right;
    width: calc(100% - 4.5rem);
    overflow: hidden;
}

.comment-user-name {
    font-size: 1rem;
    color: #666;
    height: 1.4rem;
    line-height: 1.4rem;
}

.comment-time {
    font-size: 0.875rem;
    color: #888;
    height: 2rem;
    line-height: 2rem;
}

.comment-txt {
    font-size: 1rem;
    color: #444;
    line-height: 1.4rem;
}

/* explainBlock */
.explainBlock {
    padding: 1rem 20px;
    clear: both;
    min-height: 200px;
}

.explain-head {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    padding-left: 1rem;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.explain-head:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 1.4rem;
    opacity: 1;
    left: 0px;
    background-color: #ffe401;
    top: 50%;
    margin-top: -0.7rem;
}

.explain-desc {
    font-size: 1rem;
    color: #666666;
    padding: 1rem 0px;
    line-height: 2rem;
}

.explain-game ul li {
    float: left;
    width: 10%;
}

.explain-game ul li a {
    display: block;
    position: relative;
}

.explain-game ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #333;
    top: 0px;
    left: 0px;
}

.explain-game ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.explain-game ul li a:hover:after {
    opacity: 0;
}

.explain-game ul li a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.explain-platform ul {
    margin: 0px -20px;
}

.explain-platform ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 20px;
}

.explain-platform ul li a {
    display: block;
}

.explain-platform ul li a img {
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
    overflow: hidden;
}

.explain-platform ul li a:hover {}

.explain-platform ul li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 10px 2px #e1e1e1;
}

/* 1.9.9 IOS 预约 */
.Ios-makeios {
    width: 100%;
    background: #fff;
    min-height: 522px;
    border-radius: 9px;
    padding-top: 28px;
}

.Ios-makeios form {
    width: 1040px;
    height: 100%;
    margin: 0 auto;
}

.Ios-makeios .Ios-p {
    height: 44px;
    width: 100%;
    margin: 0 0 36px;
}

.Ios-makeios .Ios-p label {
    width: 26%;
    height: 100%;
    text-align: left;
    line-height: 44px;
    font-size: 20px;
    float: left;
}

.Ios-makeios .Ios-p .ios-input {
    width: 74%;
    height: 100%;
    float: right;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #f9f9f9;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    padding: 10px;
}

.Ios-makeios .Ios-p .Ios-send {
    width: 14%;
    height: 100%;
    float: right;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #383838;
    background-color: #ffe401;
    border-radius: 0 4px 4px 0;
}

.Ios-title {
    width: 256px;
    margin: 0 auto 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #cbcbcb;
    text-align: center;
}

.Ios-makeios .Ios-submit {
    width: 686px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    background: url("../../images/IOSYuYue/btnNhover.png") no-repeat center scroll;
    background-size: auto 100%;
}

.Ios-makeios .Ios-submit:hover {
    background: url("../../images/IOSYuYue/btnhover.png") no-repeat center scroll;
    background-size: auto 100%;
}

.Ios-makeios .Ios-submit img {
    width: 100%;
    height: 100%;
    display: block;
}

.Ios-makeios .Ios-submit .Iosyu-num {
    height: 16px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #8a4df2;
    position: absolute;
    top: 69px;
    width: 100%;
    text-align: center;
    transform: translate(-4px);
}

.Ios-makeios .prize-img {
    width: 100%;
    height: 200px;
    margin-bottom: 70px;
}

.Ios-makeios .prize-img .prize-img-box {
    width: 33.3%;
    display: block;
    box-sizing: border-box;
    padding: 0 110px;
    float: left;
    height: 201px;
    position: relative;
}

.Ios-makeios .prize-img .prize-img-box img {
    width: 100%;
    height: 100%;
    min-width: 180px;
}

.Ios-makeios .prize-img .prize-img-box div {
    width: 180px;
    height: 68px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.Ios-makeios .prize-explain {
    width: 960px;
    height: 310px;
    margin: 0 auto;
    padding-left: 10px;
    box-sizing: border-box;
}

.Ios-makeios .prize-explain li {
    list-style-type: decimal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #8a8a8a;
}

/* 弹窗 */
.sucIosInfo {
    width: 512px;
    height: 512px;
    background-color: #000;
    border-radius: 50px;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
}

.tipsInfo {
    width: 100%;
    height: 186px;
    position: absolute;
    bottom: 0;
    padding-top: 10px;
}

.tipsInfo p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    font-stretch: normal;
}

.tipsInfo button {
    width: 214px;
    height: 60px;
    background-color: #ffe401;
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #383838;
    display: block;
    margin: 20px auto 0;
}

.Ios-submit .submit_Ios {
    width: 137px;
    height: 63px;
    margin: 0 auto;
    cursor: pointer;
}

.zrea-xrae{
    width: 49%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
}
.zrea-xrae img{
    width: 100%;
    height: 28vw;
    border-radius: 10px;
}
.zrea-xrae .game_namer{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 20px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zrea-xrae .game_timer{
    font-weight: 400;
    font-size: 12px;
    color: rgba(153,153,153,0.9);
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.zrea-xrae:nth-child(even){
    float: right;
}
.trade{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    /* margin-top: 50px; */
    background-color: #ebecec;
    /* position:relative; */
}
.common-top-lan-new{
    width: 100vw;
    height: 50px;
    background-color: #fff ;
    /* position: fixed;
    left: 0;
    top: 16vw;
    z-index: 9991; */
    overflow: hidden;
    padding: 15px 0px 15px 10px;
    box-sizing: border-box;
}
.common-back-new{
    width: 20px;
    height: 20px;
    float: left;
    background-size: cover;
}
.common-game-info-center{
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.common-game-info-center img{
    width: 32px;
    /* height: 32px; */
    border-radius: 6px;
    /* margin: 9px 0; */
    /* width: 100%; */
    /* height: 17vw; */
    aspect-ratio: 3 / 4;
    border-radius: 5px;
    display: block;
    object-fit: cover
}
.game-info-detail-right{
    width: auto;
    height: 50px;
}
.game-info-detail-right div{
    width: auto;
    height: 20px;
    color: #000;
    text-align: left;
    margin-left: 10px;
}
.common-game-name-center-new{
    height: 20px;
    line-height: 17px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #000;
    max-width: 30vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.instruction{
    width: 22px;
    height: 22px;
    background-size: 100%;
    float: right;
    margin-right: 10px;
}
.new-goods-upload{
    width: calc(100% - 20px);
    height: auto;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.new-goods-title{
    width:100%;
    height: 40px;
    background: #fff ;
    border-radius: 2px 2px 0 0;
    padding: 0 10px;
    margin: 10px auto 0;
}
.goods-title-img{
    width: 75px;
    height: 25px;
    float: left;
    margin: 10px 0;
}
.goods-get-more{
    width: 15px;
    height: 15px;
    padding: 10px 0 10px 10px;
    margin: 2.5px 0;
    float: right;
}
.new-goods-title div{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    float: right;
}
.new-goods-list{
    width: 100%;
    padding: 10px;
    height: 140px;
    /* background-image: url('../../images/WebPE/goods_list_bg.webp'); */
    background-size: 100%;
    background-repeat: no-repeat;
}
.new-goods-item{
    width: 25%;
    height: 110px;
    float: left;
    background: #ebecec ;
}
.iamge-and-discount{
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.iamge-and-discount span{
    width: 50px;
    height: 16px;
    background-color: var(--main-color);
    border-radius: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-align: center;
    color: #000;
    line-height: 16px;
}
.iamge-and-discount img{
    width: 100%;
    height: 100%;
}
.goods-names{
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #DFDFDF;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.adv-title{
    width: 100%;
    height: 36px;
    background: #fff ;
    margin: 0 auto;
}
.adv-title img{
    width: 85px;
    height: 30px;
    background-size: 100%;
    margin: 3px 0 3px 10px;
    float: left;
}
.adv-title span{
    width: 1px;
    height: 24px;
    margin: 6px 15px;
    background-color: #484F5A;
    float: left;
}
.adv-title div{
    width: auto;
    height: 36px;
    color: #000;
    line-height: 36px;
    font-weight: 500;
    font-size: 14px;
    float: left;
}
.goods-card-list{
    width: calc(100% - 20px);
    /* height:57vh; */
    height:calc(100% - 276px);
    /* padding-bottom: 10px; */
    overflow: auto;
    position: fixed;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    padding:0 0 70px;
}
.card-item{
    width: 100%;
    height: 100px;
    padding: 10px;
    margin: 10px 0 0;
    border-radius: 10px;
    background-color: #fff ;
    position: relative;
    overflow: hidden;
}
.card-item-image{
    width: 142px;
    height: 80px;
    background-size: 100%;
    float: left;
    border-radius: 10px;
}
.card-item-text{
    width: 50%;
    height: 80px;
    margin-left: 10px;
    float: left;
}
.card-item-english{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    color: #000;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-item-chinese{
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #DFDFDF;
    text-align: left;
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-item-country{
    width: 100%;
    height: 18px;
    border-radius: 3px;
    font-size: 10px;
    color: var(--main-color);
    line-height: 18px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.card-item-discount{
    width: 56px;
    height: 24px;
    /* background-image: url('../../images/WebPE/card_discount_bg.webp'); */
    background-color: var(--main-color);
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 21px;
    color: #000;
    text-align: center;
    font-weight: 550;
    border-radius: 0 0 0 8px;
}
.card-item-buy{
    width: 88px;
    height: 34px;
    background-image: url('../../images/WebPE/card_buy_bg.webp');
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 34px;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
}
.take-coupon{
    width:100%;
    height:auto;
    margin:10px auto 0px;
    background-size:100%;
    background-repeat:no-repeat;
}
.new-search-box{
    width: 100%;
    height: 100vh;
    display:none;
    position: absolute;
    z-index: 9999;
    top:0;
    background: rgba(0, 0, 0, 0.2);
    transition: 1s;
}
.close-shadow-box{
    width: 15%;
    height: 100%;
    opacity: 0;
    float: left;
}
.search-content-box{
    width: 85%;
    height: 100%;
    background-color: #ebecec;
    float:right;
}
.search-title-box{
    width: 100%;
    height: 120px;
    background-color: #ebecec;
}
.search-title-img{
    width: 76px;
    height: 26px;
    margin: 0px auto 5px;
    display:block;
}
.search-input{
    width: 90%;
    height: 32px;
    margin: 0 5%;
    background-color: #75787D;
    border-radius: 16px;
}
.search-input input{
    width: 60%;
    height: 25px;
    margin: 4px 0 0 10px;
    border: none;
    outline: none;
    color: #DFDFDF;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #75787D;
    float: left;
}
.search-input img{
    width: 20px;
    height: 20px;
    padding: 6px 10px 6px 10px;
    float: right;
}
.search-result-box{
    width: 100%;
    height: calc(100% - 120px);
    overflow: auto;
}
.search-result-item{
    width: 100%;
    height: 115px;
    padding: 14px 10px 14px 20px;
    position: relative;
    border-bottom: 2px solid #fff ;
}
.result-item-image{
    width: 65px;
    height: 65px;
    margin: 0 0 20px;
    background-size: 100%;
    float: left;
    border-radius: 10px;
}
.result-item-text{
    width: 45%;
    height: 95px;
    margin-left: 10px;
    float: left;
}
.result-item-text div{
    width: 100%;
    height: 15px;
}
.result-item-text div img{
    width: 38px;
    height: 14px;
    background-size: 100%;
    float: left;
    margin-right: 8px;
}
.result-item-discount{
    width: 62px;
    height: 24px;
    background-image: url('../../images/WebPE/result_discount_bg.webp');
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    text-align: center;
    font-weight: 550;
}
.card-list{
    width: 100%;
    background-color: #ebecec;
    min-height: 100vh;
}
.card-image-info{
    width: calc(100% - 20px);
    height: 208px;
    margin: 0 auto 10px;
    position: relative;
    padding-top: 10px;
}
.card-image{
    width: 100%;
    height: 100%;
    background-size: 100%;
    border-radius: 15px;
}
.new-adv-title{
    width: 100%;
    padding: 0 10px;
    height: 58px;
    background: #fff ;
    margin: 0 auto;
}
.download-game-icon{
    width: 32px;
    /* height: 32px; */
    /* border-radius: 6px; */
    margin: 6px 0;
    float: left;
    aspect-ratio: 3 / 4;
    border-radius: 5px;
    display: block;
    object-fit: cover;
}
.download-title-box{
    width: 65%;
    height: 48px;
    margin: 5px 0 5px 10px;
    float: left;
}
.download-title-box div{
    width: 100%;
    height: 24px;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: left;
}
.download-title-box div img{
    width: 80px;
    height: 22px;
    float: left;
}
.nation-area{
    width: 100%;
    height: auto;
    margin-top: 10px;
    /* background-color: #fff ; */
    
   
    
}
.nation-areabj{
 background: #fff;
}
.nation-area-title{
    width: 100%;
    padding: 0 10px;
    height: 38px;
    background: #fff ;
}
.nation-area-title img{
    width: 20px;
    height: 20px;
    margin: 9px 0;
    float: left;
}
.nation-area-title div{
    width: auto;
    height: 20px;
    margin: 9px 0 9px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 550;
    float: left;
}
.nation-area-title span{
    width: auto;
    height: 20px;
    line-height: 20px;
    margin: 9px 0;
    font-size: 12px;
    color: #000;
    float: right;
    font-weight: 550;
}
.game-match-area{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background-color: #fff ;
    margin-bottom: 10px;
    /* padding-top: 20px; */
    /* margin: 10px 0 0; */
}
.area-list{
    width: 100%;
    height: auto;
    /* float: left; */
}
.area-item{
    width: 31%;
    height: 45px;
    display: inline-block;
    color: #000;
    background-color: #ebecec;
    border-radius: 10px;
    border: 2px solid #ebecec;
    float: left;
    position: relative;
    margin:5px 1% 0;
}
.area-item img{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
.area-item-active{
    color: #000;
    background: #fff;
    border-radius: 10px;
    border: 2px solid var(--main-color);
}
.area-item div{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-desc-info{
    width: 100%;
    padding: 0 15px;
    line-height: 22px;
    text-align: left;
    font-size: 10px;
    color: var(--main-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-desc-info b{
    width:12px;
    height:12px;
    border-radius:50%;
    border:1px solid #ffffff;
    text-align:center;
    line-height:12px;
    float: left;
    color:#ffffff;
    margin:2px 5px 0 0;
}
.select-recharge-type-active{
    width: 100%;
    height: 35px;
    background-color: var(--main-color);
    border: 2px solid #000000;
    border-radius: 10px;
    line-height: 31px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.select-bg-icon{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 12px;
}
.sku-style{
    padding: 0 10px 15px 10px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.sku-item{
    width: 31.1%;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #ebecec;
    margin-bottom: 10px;
    float: left;
    margin-right: 3.2%;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.sku-item-sell-out {
    opacity: 0.6;
}
.sku-item-selected-bg{
    /* background-color: var(--main-color) !important; */
    border: 2px solid var(--main-color);
}
.sku-item-selected-unabled{
    pointer-events: none;
}
.sku-style .sku-item:nth-child(3n) {
    margin-right: 0;
}
.sku-item-img{
    width: 100%;
    height: 92px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.sku-item-right{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
.sku-item-discount-canTouch{
    width: 50px;
    height: 16px;
    border-radius: 8px 0px 8px 0px;
    background-color: var(--main-color);
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.sku-item-discount-unTouch {
    width: 50px;
    height: 16px;
    border-radius: 8px 0px 8px 0px;
    background-color: #bababa;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
.sku-item-image{
    width: 100%; /* 宽度占父容器的100% */
    height: auto; /* 高度自适应，保持图片的宽高比 */
    object-fit: cover; /* 修改为contain，确保图片完整显示在容器内，不会溢出 */
    border-radius: 6px;
    max-width: 100%; /* 确保图片最大宽度不超过父容器 */
    max-height: 100%; /* 确保图片最大高度不超过父容器 */
}
.sku-item-img div{
    width: 100%;
    height: 22px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.sku-item-selected{
    color: var(--main-color) !important;
}
.sku-item-price{
    width: 100%;
    height: 20px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #2b2b2b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sku-item-price-select{
    color: #434343;
}
.sku-item-price-RMB{
    width: 90%;
    height: 25px;
    margin: 0 5%;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.sku-item-price-RMB-select{
    color: #000;
}
.sku-input-text{
    width: 65%;
    height: 70px;
    margin-top: 40px;
    position: relative;
}
.input-text-right{
    width: 100%;
    height: 70px;
    float: left;
}
.right-top{
    width: 160px;
    height: 35px;
    background-color: #ebecec;
    border-radius: 6px;
    float: left;
    margin-left: 5%;
}
.right-top div{
    width: 17px;
    height: 17px;
    line-height: 14px;
    border-radius: 50px;
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
    margin: 8px;
    float: left;
    text-align:center;
}
.right-top span{
    width: 1px;
    height: 17px;
    background-color: #fff ;
    margin: 9px 0;
    float: left;
}
.right-top input{
    width: 90px;
    height: 35px;
    line-height: 35px;
    border: none;
    padding: 2px 5px;
    float: left;
    font-size: 14px;
    color: #808080;
    background: #ebecec;
    border-radius: 6px;
    outline: none;
}
.right-top-desc{
    width: 20%;
    height: 35px;
    line-height: 35px;
    color: #808080;
    font-size: 14px;
    float: right;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.buy-range{
    width: 65%;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    color: var(--main-color);
    float: left;
    text-align: left;
    padding-left: calc(5% + 35px);
}
.check-account-title{
    max-width: 35%;
    height: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    float: left;
}
.check-account-input{
    width: 40%;
    height: 35px;
    line-height: 31px;
    padding: 2px 5px;
    background: #ebecec;
    border: none;
    color: #000;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    float: left;
}
.check-btn{
    width: 18%;
    height: 35px;
    line-height: 35px;
    background-color: var(--main-color);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 550;
    float: right;
    text-align: center;
}
.check-account-tips{
    width: 60%;
    height: 30px;
    line-height: 25px;
    text-align: left;
    color: #029b00;
    font-size: 12px;
    margin-left: calc(35% + 5px);
}
.contersten{
    text-align: initial;
}
.pay-area{
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: fixed;
    bottom: 0;
    background-color: #fff ;
}
.pay-price{
    width: auto;
    height: 38px;
    line-height: 38px;
    color: #000;
    font-size: 12px;
    float: left;
    margin: 5px 0 5px 20px;
}
.pay-price div{
    width: auto;
    height: 38px;
    line-height: 38px;
    float: left;
}
.pay-price span{
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.pay-button{
    width: 137px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: var(--main-color);
    border-radius: 10px;
    float: right;
    margin: 6px 20px 6px 0;
}

/* 登录部分 */
.logincontent{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display:none;
}
.IdentifyingCode{
    width: 100vw;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 22px 22px 0px 0px;
}
.backr{
    position: absolute;
    left: 25px;
    top: 25px;
    width: 15px;
}
.contlogin{
    padding: 40px 20px 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.codeLogin{
    width:100%;
    height:100%;
}
.logincontent h5{
    text-align: center;
    color: #000;
    font-size: 24px;
    margin: 0;
}
.logincontent p{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align:center;
    margin:1em 0;
}
.logincontent p a i{
    color: var(--main-color);
}
.dxinput{
    width: 100%;
    height: 42px;
    max-height: 42px;
    background: #ebecec;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    line-height: 42px;
    position: relative;
    margin-top: 30px;
}
.dxinput .dxright img{
    position: absolute;
    right: 20px;
    height: 20px;
    margin-top: 11px;
}
.liner{
    width: 1px;
    height: 20px;
    background: #e1e2e5;
    position: absolute;
    left: 15%;
    top: 11.5px;
}
.dxleft{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    width: 15%;
    height: 100%;
    text-align:center;
}
.dxright{
    width: calc(85% - 10px);
    height: 100%;
}
.dxright input{
    background: #ebecec;
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    color: #000;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.getcodebtn{
    width: 100%;
    height: 42px;
    max-height: 42px;
    background: var(--main-color);
    opacity:0.6;
    border-radius: 6px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-align:center;
}
.changloginfun{
    font-weight: 400;
    color: var(--main-color);
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align:center;
}
.box{
    float: left;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 66vw;
    min-width: 254px;
}
.box input{
    width:15px;
    height:15px;
    margin:2.5px 0;
    float: left;
}
.box .rule{
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    margin: 2.5px 0 2.5px 2px;
}
.box .rule .box-title{
    margin-left: 10px;
    height: 15px;
    line-height: 15px;
    color: #000;
}
.box .rule .box-book{
    height: 15px;
    line-height: 15px;
    color: var(--main-color);
}
.codejiaoyan{
    width: 100vw;
    height: 265px;
    min-height: 265px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 22px 22px 0px 0px;
    padding: 20px 10vw 0;
    box-sizing: border-box;
    display:none;
}
.logincontent p i{
    color: var(--main-color);
    font-style: normal;
}
.codeshow{
    width: 100%;
    height: 12vw;
    display: flex;
    border-radius: 6px;
    justify-content: space-around;
}
.codes{
    width: 12vw;
    height: 100%;
    background: #ebecec;
    color:#000;
    line-height: 12vw;
    text-align: center;
}
.codeboder{
    border-radius: 6px;
    border: 1px solid var(--main-color);
}
.changepassword{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}
.resetIdentify{
    width: 100vw;
    height: 40vh;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 22px 22px 0px 0px;
    display:none;
}
.mingetcode{
    position: absolute;
    right: 2vw;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
}
.showdr{
    width: 100vw;
    height: 100vh;
    position: fixed !important;
    left: 0;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    position: relative;
    display:none;
}
.xieyitiaokuan{
    width: 100vw;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    border-radius: 22px 22px 0px 0px;
    padding: 40px 20px 0;
    box-sizing: border-box;
}
.xieyitiaokuan .backrs{
    position: absolute;
    right: 25px;
    top: 25px;
    width: 15px;
}
.tongyibtn{
    width: 70%;
    height: 50px;
    background: var(--main-color);
    border-radius: 1800px;
    margin: 40px auto 0;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    clear: both;
    text-align:center;
}
.pay-shadow{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display:none;
}
.pay-type{
    width: 100%;
    /* min-height: 470px; */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fff ;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    padding: 30px 15px 5px;
}
.pay-title{
    width: 95%;
    height: 50px;
    margin: 5px auto;
    position: relative;
    z-index: 10000;
}
.final-amount{
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: auto;
}
.clear-btn{
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 10000;
    top: 15px;
    right: 15px;
}
.money{
    height: 40px;
    line-height: 35px;
    display: inherit;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0 0px 5px;
    text-align:center;
}
.coupon-notice{
    width:90%;
    height:30px;
    margin:5px auto;
    line-height:30px;
    font-size:14px;
    text-align:center;
    color:#ff0000;
}
.payTitles{
    height: 30px;
    line-height: 30px;
    width: 90%;
    color: #000;
    margin: 0 auto;
    text-align: left;
}
.pay-way{
    color: #fff;
}
.cb{
    clear: both;
}
.pay{
    width: 90%;
    height: 48px;
    margin: 15px auto;
    border-radius: 23px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.border-yellow{
    border: 2px solid var(--main-color) !important;
}
.pay-icon{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.pay-text{
    height: 25px;
    font-size: 12px;
    line-height: 25px;
}
.tl{
    text-align: left;
}
.icon-mini-size{
    width: 20px;
    height: 20px;
    margin: 2.5px 5px 2.5px;
}
.pay-button-oversea{
    width: 100%;
    height: 45px;
    margin: 15px auto;
    line-height: 45px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align:center;
    background:var(--main-color);
}
.wallet-shadow{
    width: 100%;
    height:100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display:none;
}
.wallet-card{
    width: 300px;
    height: 220px;
    background: #fff ;
    border-radius: 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
    box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.2);
}
.wallet-icon{
    width:300px;
    height:auto;
    position:absolute;
    top:-65px;
}
.wallet-pay-notice{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 46.75px;
    top: 52px;
    font-weight: bold;
}
.wallet-close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -55px;
}
.wallet-sure{
    width: 80%;
    height: 18px;
    line-height: 18px;
    margin: 100px auto 10px;
    font-size: 16px;
    color: #fff;
    text-align:center;
}
.wallet-sure b{
    color: #f27c09;
}
.wallet-button{
    width: 100%;
    position: absolute;
    margin: auto;
}
.wallet-button button{
    padding: 0;
    border: none;
    outline: none;
    border-radius: 22px;
    width: 125px;
    height: 44px;
    margin: 0 10px;
    background-color:#fff;
    color: #ebecec;
    font-size: 16px;
}
.wallet-balance{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    margin-top: 22px;
    text-align: center;
    background: var(--main-color);
    border-radius: 0px 0px 12px 12px;
    position:absolute;
    bottom:0;
}
.drop-pay-window{
    width: 100%;
    height:100%;
    line-height:100vh;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    color:#fff;
    font-size:18px;
    text-align:center;
    display:none;
}
/* 客服弹窗 */
.connect-shadow{
    width: 100%;
    height:100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    color:#fff;
    font-size:18px;
    display:none;
}
.connect-content-box{
    width:80%;
    height:200px;
    background-color:#FFFFFF;
    border-radius:10px;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.connect-content-title{
    width:100%;
    height:60px;
    font-size: 20px;
    color: #ebecec;
    line-height: 60px;
    font-weight: 600;
    text-align:center;
}
.connect-content-box img{
    width:10px;
    height:10px;
    position: absolute;
    top:0px;
    right:0px;
    padding:15px;
}
.connect-content-box p{
    width:80%;
    margin:15px auto 0;
    line-height:20px;
    font-size: 14px;
    color: #868686;
    text-align:center;
}
.server-button{
    width:80%;
    height:35px;
    margin:20px auto;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.server-button button{
    width:45%;
    height:35px;
    line-height:35px;
    border-radius:44px;
    color: #646464;
    background-color:#F1F1F1;
    font-size:16px;
    text-align:center;
    border:none;
    outline:none;
}
.server-chat-box{
    width:100%;
    height:100vh;
    background:#ffffff;
    position:fixed;
    top:0;
    z-index:9999;
    display:none;
    /* padding-bottom: 20vw; */
}
.server-chat-iframe{
    width:100%;
    height:100%;
}
.confirm-box{
    width: 100%;
    height:100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    color:#fff;
    font-size:18px;
    display:none;
}
.confirm-content{
    width:80%;
    height:180px;
    background-color: #ebecec;
    border-radius: 10px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.confirm-content-title{
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #000;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}
.confirm-content img{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
}
.confirm-content p{
    width: 80%;
    margin: 5px auto 0;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.description-window{
    width: 100%;
    height:100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display:none;
}
.charge-details{
    width: 100%;
    height:55vh;
    position: absolute;
    bottom:0;
    background: #fff;
    border-radius: 22px 22px 0px 0px;
    padding: 0 10px 0;
}
.scan-code-login{
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:20px;
    color:var(--main-color);
    font-weight:bold;
}
.charge-details img{
    width:100%;
    height:auto;
}
.stright-desc{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 12px;
    float: left;
    color: #000;
    margin: 9px 0px 0 10px;
    font-size:12px;
    display: none;
}