html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,
u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,
figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
:root{
    --main-color: #0066ff;
		--pm-c: #0066ff;
}
body {
    line-height: 1;
    margin: 0;
}
div {
    box-sizing: border-box;
}
img {
    object-fit: cover;
}
a {
    text-decoration: none;
    color: inherit;
}
ul,
ol {
    list-style: none
}
.mb-30{
	margin-bottom: .3rem;
}

.title {
    font-size: .28rem;
    letter-spacing: .01rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info {
    font-size: .24rem;
    letter-spacing: .01rem;
    color: #666;
}

.intro {
    font-size: .24rem;
    letter-spacing: .01rem;
    color: #999;
}

.text{
    display: inline-block;
    vertical-align: top;
}

.slot-text-slot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slot-text-slot>*:nth-child(2) {
    flex-grow: 1;
    overflow: hidden;
}

.slot-text-slot>*:first-child,
.slot-text-slot>*:nth-child(3) {
    flex-shrink: 0;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.head {
    padding: .25rem .3rem 0;
    background-color: #ffffff;
    box-shadow: 0px 0px .27rem 0px rgba(166, 166, 166, 0.33);
    margin-bottom: .25rem;
}

.head-top {
    display: flex;
    align-items: flex-start;
    padding: 0 0 .22rem;
}

.head-logo {
    width: 2.71rem;
    height: .58rem;
}

.go-back {
    width: 0.2rem;
    height: 0.34rem;
    margin: .17rem .08rem 0 0;
}

.search {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    width: 3.1rem;
    height: .61rem;
    padding-left: .17rem;
    background-color: #ffffff;
    border-radius: .09rem;
    border: solid .01rem #0066ff;
    margin: 0 .19rem 0 .29rem;
}

.search-input {
    width: 1.97rem;
    height: 100%;
    flex-grow: 1;
    border: none;
    outline: medium;
    background: none;
    font-size: .24rem;
    letter-spacing: .01rem;
}
input::-webkit-input-placeholder {color: #999;}
input::-moz-placeholder {color: #999;}

.search-btn {
    width: .95rem;
    height: 100%;
    background-color: var(--main-color);
    border: none;
    text-align: center;
    font-size: .26rem;
    line-height: .59rem;
    letter-spacing: 0;
    color: #fff;
}

.menu-btn {
    width: .6rem;
    height: .6rem;
}

.menu {
    display: none;
    position: absolute;
    top: 1.08rem;
    left: 0;
    z-index: 9;
    width: 7.5rem;
    padding: 0 .3rem;
    background: #fff;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    margin: .5rem 0;
}

.menu-top h3 {
    font-size: 0.26rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
    color: #333333;
}

.menu-close {
    width: 0.26rem;
    height: 0.26rem;
}

.cancel {
    margin: .19rem 0 0 .2rem;
    font-size: 0.26rem;
    color: #333333;
}

.head-nav {
    display: flex;
    margin: 0 -.3rem;
    overflow: auto visible;
    scrollbar-width: 0;
}
.head-nav::-webkit-scrollbar {height: 0;}

.head-nav {
    padding-bottom: .11rem;
}

.head-nav-item a{
    display: block;
    padding: .12rem .3rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    text-align: center;
        font-size: 0.26rem;
        letter-spacing: 0.01rem;
        color: #666666;
}

.head-nav-item.current a{
    background-color: #e8f1fe;
        font-size: 0.28rem;
        color: #0066ff;
}

.main {
    padding: 0 .3rem;
    font-size: 0;
}
.main.rank {
    padding-top: 1.72rem;
    background: url(../img/rank-title.png) no-repeat center .49rem/6.99rem .94rem,
        url(../img/rank-bg.png) no-repeat top/cover;
    margin-top: -.25rem;
}

.main-swiper {
    width: 6.9rem;
    height: 3.54rem;
    border-radius: .2rem;
    margin-bottom: .25rem;
}

.main-swiper .icon {
    width: 100%;
    height: 100%;
}

.main-swiper .main-swiper-pagination {
    position: absolute;
    bottom: .2rem;
    display: flex;
    justify-content: center;
    z-index: 9;
}

.main-swiper .swiper-pagination-bullet {
    opacity: 1;
    background: #9aa5be;
}

.main-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.main-banner {
    display: flex;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.main-banner img {
    width: 3.3rem;
    height: 1.2rem;
    border-radius: .2rem;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.main-nav-item {
    width: 1rem;
    margin-bottom: .27rem;
    text-align: center;
    margin-right: .475rem;
}

.main-nav-item:nth-child(5n) {
    margin-right: 0;
}

.main-nav-item .icon {
    width: .82rem;
    height: .82rem;
}

.main-nav-item .title {
    display: block;
    margin-top: .17rem;
    font-size: .24rem;
    letter-spacing: 0;
    color: #666;
}

.main-album {
    display: flex;
    width: 7.5rem;
    padding-left: .3rem;
    margin: 0 0 .35rem -.3rem;
    overflow: scroll;
    scrollbar-width: none;
}
.main-album::-webkit-scrollbar{width: 0;}

.main-album-head {
    width: 2.6rem;
    height: 3.35rem;
    border: solid .01rem #eeeeee;
}

.main-album-item {
    flex-shrink: 0;
    width: 2.6rem;
    height: 3.35rem;
    padding: .3rem .2rem 0;
    border: solid .01rem #eeeeee;
    margin-left: -.01rem;
    text-align: center;
}

.main-album-item .icon {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #dcdcdc;
    border-radius: .15rem;
}

.main-album-item .title {
    font-size: .24rem;
    margin-top: .25rem;
}

.main-album-item .info {
    margin-top: .22rem;
    font-size: .24rem;
    color: #999;
}

.main-album-item .btn {
    width: 1.51rem;
    height: .5rem;
    border-radius: .25rem;
    border: solid 0.01rem var(--main-color);
    margin: .22rem auto 0;
    text-align: center;
    font-size: .24rem;
    line-height: .46rem;
    letter-spacing: .02rem;
    color: var(--main-color);
}

.top-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: .28rem;
    border-bottom: .01rem solid #eee;
    margin-bottom: .2rem;
}

.top-title .title {
        font-weight: bold;
        line-height: .3rem;
        letter-spacing: .02rem;
}

.top-title .title img {
    height: .32rem;
    vertical-align: top;
    margin-right: .19rem;
}

.top-title .more {
    font-size: .24rem;
    letter-spacing: .01rem;
    color: #999;
}

.main-game-item {
    width: 100%;
    height: 1.65rem;
    padding: .21rem;
    border: solid .01rem #eeeeee;
    margin-bottom: .2rem;
}

.main-game-item .icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-right: .2rem;
}

.main-game-item .text {
    width: 3.8rem;
}

.main-game-item .title {
    margin-bottom: .22rem;
    line-height: .3rem;
    letter-spacing: .02rem;
}

.main-game-item .info {
    margin: 0 -.15rem .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-game-item .info span {
    color: #999999;
    margin-right: .15rem;
}

.main-game-item .intro {
    width: 4.75rem;
}

.main-game-item .btn {
    display: inline-block;
    vertical-align: top;
    width: 1.2rem;
    height: .6rem;
    background-color: #0066ff;
    border-radius: .12rem;
    margin-top: .07rem;
    text-align: center;
    font-size: .24rem;
    line-height: .6rem;
    letter-spacing: .01rem;
    color: #ffffff;
}

.main-video{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .35rem;
}

.main-video-item{
        width: 3.31rem;
        height: 2.68rem;
        padding: .21rem;
        border: solid 0.01rem #eeeeee;
        margin-bottom: .2rem;
        text-align: center;
        position: relative;
}

.main-video-item .icon{
        width: 2.88rem;
        height: 1.77rem;
        background-color: #c9c9c9;
}

.main-video-item .title{
    margin-top: .25rem;
        font-size: 0.24rem;
        color: #666666;
}

.main-video-item .lable{
    width: .84rem;
    height: .55rem;
    position: absolute;
    top: .13rem;
    left: -.13rem;
}

.main-gl {
    margin-bottom: .1rem;
}

.main-gl-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 7.5rem;
    max-height: 5.6rem;
    padding: 0 0 0 .3rem;
    margin: 0 -.7rem 0 -.3rem;
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: none;
}
.main-gl-list::-webkit-scrollbar{height: 0;}

.main-gl-item {
    display: flex;
    width: 4.75rem;
    height: 1.43rem;
    border-bottom: 1px solid #f2f6f8;
    margin: 0 .7rem .3rem 0;
}

.main-gl-item .time {
    width: 1.15rem;
    height: 1.13rem;
    padding: .02rem 0 0;
    background-color: #f2f6f8;
    margin-right: .2rem;
    text-align: center;
    color: #bec2cc;
}

.main-gl-item .time .day {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.7rem;
    letter-spacing: 0.02rem;
}

.main-gl-item .time .y-m {
    font-size: 0.24rem;
    letter-spacing: 0rem;
}

.main-gl-item .title {
    width: 3.4rem;
    height: 1rem;
    line-height: .5rem;
    white-space: normal;
}

.main-gl-item .title span {
    margin-right: .15rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    letter-spacing: 0.015rem;
    color: #0066ff;
}

.main-rank-banner {
    display: block;
    width: 6.88rem;
    height: 1.3rem;
    margin: 0 auto .3rem;
}

.main-rank-top {
    margin-bottom: .25rem;
}

.main-rank .ranking {
    display: inline-block;
    vertical-align: top;
    width: 0.41rem;
    height: 0.36rem;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    background: #e4e4e4;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
}

.main-rank-top .ranking {
    margin: .33rem .21rem 0 0;
}
.main-rank-top:nth-child(2) .ranking{ background: #4a76e3;}
.main-rank-top:nth-child(3) .ranking{ background: #5aa3e7;}
.main-rank-top:nth-child(4) .ranking{ background: #aad6ff;}

.main-rank-top .slot-text-slot {
    display: inline-flex;
    vertical-align: top;
    width: 6.26rem;
    padding-bottom: .25rem;
    border-bottom: .01rem dashed #dcdcdc;
}

.main-rank-top .icon {
    width: 1.01rem;
    height: 1.01rem;
    border-radius: 0.2rem;
    margin-right: .2rem;
}

.main-rank-top .text {
    align-self: stretch;
}

.main-rank-top .title {
    margin: .14rem 0 .21rem;
}

.main-rank-top .info {
    display: flex;
    color: #999;
}

.main-rank-top .info span:not(:last-child)::after {
    content: "|";
    margin: 0 .12rem;
}

.main-rank-top .btn {
    width: 1.31rem;
    height: 0.61rem;
    background-color: #4a77e4;
    border-radius: 0.15rem;
    margin-left: .2rem;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.61rem;
    letter-spacing: 0.03rem;
    color: #ffffff;
}

.main-rank-item {
    margin-bottom: .3rem;
}

.main-rank-item .ranking {
    margin-right: .23rem;
}

.main-rank-item .text {
    width: 6.26rem;
    padding: .05rem 0 .28rem;
    border-bottom: .01rem dashed #dcdcdc;
}
.main-rank-item:last-child .text {
    border-bottom: none;
}

.main-rank-item .title {
    display: inline-block;
    width: 4rem;
    padding-right: .2rem;
}

.main-rank-item .info {
    color: #999999;
}

.main-bottom-line {
    width: 7.5rem;
    height: 0.15rem;
    background-color: #fafafa;
    margin: .15rem 0 .4rem -.3rem;
}

.flink {
    margin-bottom: .35rem;
}

.flink .title {
    margin-bottom: .23rem;
    letter-spacing: 0.02rem;
    color: #222222;
}

.flink span {
    font-size: 0.24rem;
    line-height: 0.48rem;
    letter-spacing: 0.02rem;
    color: #999999;
}

.flink span:not(:last-child)::after {
    content: "|";
    margin: 0 .15rem;
}

.footer {
    width: 100%;
    padding-top: .7rem;
    background-color: #333333;
    text-align: center;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    color: #999999;
    padding-bottom: .3rem;
}

.footer-nav {
    display: flex;
    justify-content: center;
    margin: 0 0 .4rem;
    flex-wrap: wrap;
}

.footer-nav span:not(:last-child)::after {
    content: "|";
    margin: 0 .27rem;
}

.footer .record {
    margin-left: .35rem;
}
.footer p{
    line-height:.5rem;
}
.footer p:last-child {
    margin: .26rem .9rem 0;
    line-height: .5rem;
}

.about-banner {
    display: block;
    width: 100%;
    margin-bottom: .2rem;
}

.other-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.16rem .16rem 0;
}

.other-nav-item {
    box-sizing: border-box;
    width: 1.6rem;
    height: 0.64rem;
    padding: 0 .1rem;
    border-radius: 0.06rem;
    border: solid 0.01rem #eeeeee;
    margin: 0 .16rem .19rem 0;
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.6rem;
    letter-spacing: 0.02rem;
    color: #333;
}

.other-nav-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-nav-item.current {
    border: solid 0.01rem #0066ff;
    color: #0066ff;
}

.map-content {
    width: 7.5rem;
    margin: 0 -.3rem;
    font-size: 0;
}

.map-content h3 {
    padding-left: .26rem;
    background: url(../img/map-title.png) no-repeat .03rem center/.15rem .18rem;
    margin: 0 0 .3rem .3rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    color: #0f83ff;
}

.map-content a {
    display: inline-block;
    min-width: 1.27rem;
    margin: 0 .3rem .4rem;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    color: #666666;
}

.about-content {
    padding-bottom: .1rem;
    font-size: .26rem;
    line-height: .48rem;
    color: #666;
    letter-spacing: .01rem;
    text-indent: 2em;
}

.error {
    padding: 1.4rem 0 5rem;
    text-align: center;
}

.error-icon {
    width: 3.19rem;
    height: 4.7rem;
}

.error .btn {
    display: block;
    width: 1.71rem;
    height: 0.61rem;
    border-radius: 0.3rem;
    border: solid 0.01rem #505a78;
    margin: .55rem auto 0;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    color: #505a78;
}

.news-banner {
    display: flex;
    padding-left: .3rem;
    margin: .3rem -.3rem;
    overflow: scroll visible;
    scrollbar-width: 0;
}
.news-banner::-webkit-scrollbar{height: 0;}

.news-banner .icon {
    width: 4.31rem;
    height: 2.51rem;
    border-radius: 0.2rem;
    margin-right: .2rem;
}

.news-item {
    padding-bottom: .45rem;
    border-left: .01rem solid #f2f6f8;
}

.news-item:last-child {
    padding-bottom: 0;
}

.news-item>.time {
    display: inline-block;
    vertical-align: top;
    width: 1.15rem;
    height: 1.13rem;
    padding-top: .17rem;
    background-color: #f2f6f8;
    margin-right: .2rem;
    text-align: center;
    color: #bec2cc;
}

.news-item>.time .day {
    margin-bottom: .13rem;
    font-size: .4rem;
    font-weight: bold;
    letter-spacing: .02rem;
}

.news-item>.time .month {
    font-size: 0.24rem;
    line-height: .32rem;
}

.news-item>.time .month:first-child {
    font-size: 0.26rem;
}

.news-item>.time .type {
    margin-top: .17rem;
    font-size: 0.24rem;
}

.news-item .content {
    display: inline-block;
    vertical-align: top;
    width: 5.53rem;
}

.news-item .title {
    margin: .03rem 0 .19rem;
}

.news-item .icon {
    display: inline-block;
    width: 2.04rem;
    height: 1.32rem;
    border-radius: 0.06rem;
    margin-right: .2rem;
}

.news-item .text {
    width: 3.28rem;
}

.news-item .intro {
    margin: -.06rem 0 .17rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #999999;
}

.news-item .info {
    color: #999;
}

.pagination {
    display: flex-root;
    text-align: center;
    color: #999;
    font-size: .26rem;
    margin: 1rem auto;
}

.pagination li {
    margin-right: .16rem;
    border: solid .01rem #e5e5e5;
    display: inline-block;
}

.pagination li span {
    display: inline-block;
    padding: .13rem .25rem;
}

.pagination li a {
    display: inline-block;
    padding: .13rem .25rem;
}

.pagination .active {
    color: #fff;
    background-color: var(--main-color);
}

.pagination .num {
    line-height: .62rem;
}

.position {
    margin: 0 0 .3rem;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    color: #afb5c3;
}

.position span:not(:last-child)::after {
    content: ">";
}

.news-details{
    margin-bottom: .4rem;
}

.news-head {
    padding: .05rem 0 .3rem;
}

.news-head h1 {
    margin-bottom: .4rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.6rem;
    letter-spacing: 0.02rem;
    color: #333333;
}

.news-head .info {
    display: flex;
    justify-content: space-between;
    line-height: 0.36rem;
    color: #999999;
}

.news-recom {
    padding: .21rem .21rem .26rem;
    background: #f4f8ff;
    margin-bottom: .16rem;
    position: relative;
}

.news-recom .icon {
    width: 0.96rem;
    height: 0.96rem;
    border-radius: 0.15rem;
    margin-right: .2rem;
}

.news-recom .text {
    width: 5.3rem;
}

.news-recom .top {
    display: flex;
    align-items: center;
    margin: .06rem 0 .26rem;
}

.news-recom .title {
    font-size: 0.24rem;
}

.news-recom .info {
    flex-shrink: 0;
    display: flex;
}

.news-recom .info span {
    padding: .06rem .08rem;
    border-radius: 0.04rem;
    margin-left: .1rem;
    color: #ffffff;
}
.news-recom .info span:nth-child(1){background-color: #ffbb19;}
.news-recom .info span:nth-child(2){background-color: #48c87e;}
.news-recom .info span:nth-child(3){background-color: #ff9262;}

.news-recom::after {
    content: "";
    display: block;
    width: .86rem;
    height: .82rem;
    background: url(../img/news-lable.png) no-repeat center/.86rem .82rem;
    position: absolute;
    top: 0;
    left: 0;
}

.news-content {
    padding: 0 0 .3rem;
}

.news-content p {
    font-size: 0.26rem;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    color: #666666;
    text-indent: 2em;
}

.news-content img {
    display: block;
    max-width: 70% !important;
    margin: .17rem auto;
}
.news-content p iframe{
    width: 100%;
    margin-left:-2em;
}
.img-swiper{
    margin: .36rem 0 .18rem;
}

.img-swiper img{
    width: 100%;
}

.img-swiper .img-swiper-pagination {
    height: .12rem;
    position: absolute;
    top: .66rem;
    display: flex;
    justify-content: center;
    z-index: 9;
}

.img-swiper .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    opacity: 1;
    background: #fff;
    margin: 0 .05rem !important;
}

.img-swiper .swiper-pagination-bullet-active {
    background: var(--main-color);
}

.news-navigation {
    display: flex;
    justify-content: space-between;
}

.news-navigation a {
    box-sizing: border-box;
    display: block;
    width: 3.35rem;
    padding: .19rem .26rem;
    background: #f7f7f7;
    text-align: center;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #0066ff; 
}

.common-news{
    margin-bottom: .35rem;
}

.common-album-list .banner {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.common-album-list .banner .icon {
        width: 3.36rem;
        height: 2.01rem;
}

.common-album-item {
    margin-bottom: .4rem;
}

.common-album-item .square {
        width: 0.11rem;
        height: 0.11rem;
        background-color: #dedede;
    border-radius: 50%;
}

.common-album-item .title {
    margin: 0 .3rem;
}

.common-album-item .info {
    color: #999;
}

.common {
    padding: .4rem 0 .5rem;
    background-color: #fafafa;
    margin-bottom: .2rem;
}

.common .side-common-title {
    display: inline-block;
    padding: 0 .71rem 0;
    background: url(../img/side-common-title-l.png) no-repeat left/.51rem .17rem,
                url(../img/side-common-title-r.png) no-repeat right/.51rem .17rem;
    margin: 0 0 .4rem 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.34rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    color: #333333;
}

.common-rank-list{
    padding: 0 .4rem 0 .25rem;
}

.common-rank-item {
    display: flex;
    margin-bottom: .28rem;
}

.common-rank-item .ranking {
    width: .49rem;
    background: no-repeat center .23rem/.49rem .35rem;
    margin-right: .31rem;
}

.common-rank-item:nth-child(1) 
.ranking {background-image: url(../img/common-rank-item-01.png);}
.common-rank-item:nth-child(2) 
.ranking {background-image: url(../img/common-rank-item-02.png);}
.common-rank-item:nth-child(3) 
.ranking {background-image: url(../img/common-rank-item-03.png);}
.common-rank-item:nth-child(4) 
.ranking {background-image: url(../img/common-rank-item-04.png);}
.common-rank-item:nth-child(5) 
.ranking {background-image: url(../img/common-rank-item-05.png);}

.common-rank-item .text {
    width: 5.48rem;
    padding-bottom: .34rem;
    border-bottom: dashed .01rem #dcdcdc;
}

.common-rank-item:last-child .text {
    padding-bottom: 0;
    border-bottom: none;
}

.common-rank-item .title {
    margin-bottom: .25rem;
    letter-spacing: 0;
}

.common-rank-item .info span {
    color: #999;
    letter-spacing: 0;
    margin-right: .3rem;
}

.common-game-list {
    padding: 0 .35rem 0 .4rem;
}

.common-game-item {
    margin-bottom: .4rem;
}

.common-game-item:last-child {
    margin-bottom: 0;
}

.common-game-item .icon {
    width: 1.26rem;
    height: 1.26rem;
    border-radius: 0.15rem;
}

.common-game-item .text {
    align-self: stretch;
    margin: 0 .24rem;
}

.common-game-item .title {
    margin: .21rem 0 .34rem;
    font-size: 0.3rem;
}

.common-game-item .info span {
    color: #999;
    font-size: 0.26rem;
    color: #999999;
}

.common-game-item .info span:not(:last-child)::after {
    content: "|";
    margin: 0 .25rem;
}

.common-game-item .score {
    width: .99rem;
    height: .92rem;
    padding-top: .24rem;
    background: url(../img/common-game-score.png) no-repeat center/.99rem .92rem;
    margin-top: .19rem;
    text-align: center;
    font-size: 0.38rem;
    font-weight: bold;
    color: #b8bbbf;
}

.game-top-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: .35rem;
}

.game-top-item {
    width: 2.08rem;
    padding: .25rem .05rem 0;
    background: no-repeat center top/2.08rem 1.45rem;
    position: relative;
    text-align: center;
}

.game-top-item:nth-child(1) {background-image: url(../img/game-top-1.png);}
.game-top-item:nth-child(2) {background-image: url(../img/game-top-2.png);}
.game-top-item:nth-child(3) {background-image: url(../img/game-top-3.png);}

.game-top-item .info {
    margin-bottom: .2rem;
    color: #ffffff;
}

.game-top-item .icon {
    width: 1.22rem;
    height: 1.22rem;
    border-radius: 0.15rem;
}

.game-top-item .title {
    margin-top: .23rem;
}

.game-top-item .num {
    margin-top: .26rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
}

.game-top-item progress {
    width: 1.19rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    color: var(--main-color);
    background: #dcdcdc;
    margin-top: .21rem;
}
.game-top-item progress::-webkit-progress-bar {
    background: #dcdcdc;
    border-radius: 0.04rem;
}
.game-top-item progress::-webkit-progress-value {
    background-color: var(--main-color);
    border-radius: 0.04rem;
}
.game-top-item progress::-moz-progress-bar { 
    background: var(--main-color); 
    border-radius: 0.04rem;
}

/* .game-list {
    padding-bottom: .2rem;
} */

.game-item {
	display: flex;
    width: 6.9rem;
    height: 1.65rem;
    padding: .21rem;
    border: solid 0.01rem #eeeeee;
    margin-bottom: .2rem;
}

.game-item .icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
}

.game-item .text {
    width: 3.64rem;
    margin: 0 .2rem;
}

.game-item .title {
    margin-bottom: .22rem;
    letter-spacing: 0.02rem;
    line-height: .3rem;
}

.game-item .info {
    margin: 0 -.15rem .19rem 0;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-item .info span {
    margin-right: .15rem;
}

.game-item .intro {
    width: 4.75rem;
}

.game-item .btn {
    display: inline-block;
    vertical-align: top;
    width: 1.2rem;
    height: 0.6rem;
    background-color: var(--main-color);
    border-radius: 0.12rem;
    margin: .07rem 0 0;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.6rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
}

.game-details-top {
    width: 6.9rem;
    height: 1.79rem;
    padding: .22rem .2rem;
    background-color: #f7f7f7;
    margin-bottom: .22rem;
}

.game-details-top .icon {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.15rem;
    margin-right: .23rem;
}

.game-details-top .text {
    width: 4.9rem;
}

.game-details-top .title {
    letter-spacing: .02rem;
    font-weight: bold;
    margin-bottom: .2rem;
}

.game-details-top .info {
    display: flex;
    margin-bottom: .23rem;
}

.game-details-top .info span {
    padding: .05rem;
    margin-right: .09rem;
    border-radius: 0.04rem;
    color: #ffffff;
}
.game-details-top .info span:nth-child(1){background-color: #ffbb19;}
.game-details-top .info span:nth-child(2){background-color: #48c87e;}
.game-details-top .info span:nth-child(3){background-color: #ff9262;}

.game-details-top .time {
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
}
.details-btns a {
    display: block;
    width: 100%;
    height: 0.88rem;
    background-color: var(--main-color);
    border-radius: 0.06rem;
    border: solid 0.01rem var(--main-color);
    margin-bottom: .3rem;
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.88rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
}
.dlbtn {
    display: block;
    width: 100%;
    height: 0.66rem;
    background-color: var(--main-color);
    border-radius: 0.06rem;
    border: solid 0.01rem var(--main-color);
    margin-bottom: .3rem;
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.64rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
}
.details-btns a.none{
	background-color: #e2e2e2;
	border: solid 0.01rem #e2e2e2;
	color: #fff;
}
.dlbtn.receive-gift {
    margin-bottom: .2rem;;
}

.dlbtn:nth-child(2) {
    background-color: #fff;
    color: var(--main-color);
}

.game-swiper {
    margin: 0 0 .3rem;
}

.game-swiper .swiper-slide {
    width: 2.54rem;
}
.game-swiper .swiper-slide-prev{margin-right: -.1rem;}
.game-swiper .swiper-slide-next{margin-left: -.1rem;}

.game-swiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
    border-radius: .1rem
}

.game-detail {
    margin-bottom: .3rem;
}

.game-detail p {
    text-indent: 2em;
    font-size: 0.26rem;
    line-height: 0.48rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.game-detail h3 {
    padding-left: .25rem;
    background: url(../img/map-title.png) no-repeat left;
		background-size: .2rem;
    margin: .2rem 0 .1rem;
    font-size: .3rem;
    line-height: .48rem;
    letter-spacing: .01rem;
    color: #0f83ff;
}
.common-gift {
    margin-bottom: .6rem;
}

.common-gift-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.common-gift-item {
    width: 3.35rem;
    margin-bottom: .27rem;
}

.common-gift-item .title {
    margin-bottom: .16rem;
}

.common-gift-item .icon {
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    margin-right: .19rem;
}

.common-gift-item .text {
    width: 2.15rem;
}

.common-gift-item progress {
    width: 1.78rem;
    height: 0.1rem;
    background-color: #dcdcdc;
    border-radius: 0.05rem;
    margin: .28rem 0 .3rem;
    color: #2482ff;
}
.common-gift-item progress::-webkit-progress-bar {
    background: #dcdcdc;
    border-radius: 0.05rem;
}
.common-gift-item progress::-webkit-progress-value {
    border-radius: 0.05rem;
    background: #2482ff;
}
.common-gift-item progress::-moz-progress-bar {
    background: #dcdcdc;
    border-radius: 0.05rem;
}

.common-recom {
    margin-bottom: .25rem;
}

.common-recom-item {
    display: inline-block;
    vertical-align: top;
    width: 1.45rem;
    padding: 0 .1rem;
    margin: 0 .35rem .34rem 0;
    text-align: center;
}

.common-recom-item:nth-child(4n) {
    margin-right: 0;
}

.common-recom-item .icon {
    width: 1.25rem;
    height: 1.26rem;
    border-radius: 0.15rem;
}

.common-recom-item .title {
    margin: .21rem 0 .27rem;
    letter-spacing: 0.021rem;
    color: #666;
}

.common-recom-item .info {
    color: #999;
}

.album-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.album-nav-item {
    display: block;
    width: 3.36rem;
    height: 1.58rem;
}
.album-nav-item.current {
    width: 3.53rem;
    height: 1.8rem;
}
.album-nav-item.game{background: url(../img/album-game.png) no-repeat bottom/3.36rem 1.5rem;}
.album-nav-item.game.current {
    background: url(../img/album-game-c.png) no-repeat bottom/3.53rem 1.8rem;
    margin-left: -0.08rem;
}
.album-nav-item.app{background: url(../img/album-app.png) no-repeat bottom/3.36rem 1.5rem;}
.album-nav-item.app.current {
    background: url(../img/album-app-c.png) no-repeat bottom/3.53rem 1.8rem;
    margin-right: -0.08rem;
}

.album-item {
    width: 6.9rem;
    height: 3.55rem;
    border: solid 0.01rem #eeeeee;
    margin-top: .66rem;
}

.album-item .top {
    width: 6.88rem;
    height: 1.71rem;
    background-color: #f7f7f7;
    position: relative;
}

.album-item .top .icon {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    border: solid 0.08rem #ffffff;
    position: absolute;
    top: -.42rem;
    left: .17rem;
}

.album-item .top .title {
    display: inline-block;
    vertical-align: top;
    width: 3.7rem;
    margin: .39rem .2rem 0 1.67rem;
}

.album-item .btn {
    display: inline-block;
    vertical-align: top;
    width: 1.1rem;
    height: 0.54rem;
    background-color: var(--main-color);
    border-radius: 0.06rem;
    margin-top: .28rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.54rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}

.album-item .intro {
    width: 6.45rem;
    margin: .33rem auto 0;
}

.album-item .content {
    display: flex;
    padding: .24rem .15rem 0;
}

.album-item .content-item {
    width: 1rem;
    margin-right: .4rem;
}

.album-item .content-item:last-child {
    margin-right: 0;
}

.album-item .content-item .icon {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.15rem;
    margin-left: .05rem;
}

.album-item .content-item .title {
    display: block;
    margin-top: .26rem;
    font-size: 0.24rem;
    color: #666666;
}

.game-details-top.album {
    height: 2.35rem;
    background: url(../img/album-top.png) no-repeat center/cover;
}

.game-details-top.album .title {
    margin: .03rem 0 .24rem;
    color: #fff;
}

.game-details-top.album .info {
    margin-bottom: .2rem;
    flex-wrap: wrap;
    margin-top: .15rem;
}

.game-details-top.album .info span:nth-child(3){
    margin-top: .3rem;
    margin-right: 1rem;
}

.game-details-top.album .intro {
    line-height: 0.4rem;
    color: #eae9e9;
}

.jcsb{
    display: flex;
    justify-content: space-between;
}

.more-recom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.more-recom p {
    width: 100%;
    margin-bottom: .25rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
}

.more-recom-item {
    width: 2.92rem;
    height: 0.6rem;
    padding: 0 .2rem;
    border-radius: 0.06rem;
    border: solid 0.01rem #dcdcdc;
    margin-bottom: .19rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-details-item {
    padding-bottom: .3rem;
    border-bottom: solid 0.01rem #eeeeee;
    margin-bottom: .45rem;
    position: relative;
}

.album-details-item .icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
    margin-right: .2rem;
}

.album-details-item .title {
    margin-bottom: .2rem;
    letter-spacing: 0.02rem;
}

.album-details-item .info {
    margin-bottom: .22rem;
    color: #999;
}

.album-details-item .btn {
    width: 1.09rem;
    height: 0.6rem;
    background-color: #0066ff;
    border-radius: 0.06rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}

.album-details-item .ranking {
    width: 0.42rem;
    height: 0.36rem;
    background: url(../img/album-ranking-2.png) no-repeat center/.42rem .36rem;
    position: absolute;
    top: -.14rem;
    left: .06rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}

.album-details-item:nth-child(-n + 3) .ranking {
    background-image: url(../img/album-ranking-1.png);
}

.rank-nav {
    margin: 0 0 .04rem;
}

.rank-nav-item {
    display: inline-block;
    vertical-align: top;
    width: 2.02rem;
    height: 0.62rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.06rem;
    padding: 0 .1rem;
    margin: 0 .11rem .22rem 0;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.62rem;
    letter-spacing: 0.01rem;
    color: #666666;
}

.rank-nav-item:nth-child(3n) {
    margin: 0 0 .22rem 0;
}

.rank-nav-item.current {
    background-color: #ffffff;
    color: var(--main-color);
}

.rank-list {
    padding-bottom: .3rem;
}

.rank-item {
    padding: .21rem;
    background: #fff;
    margin-bottom: .1rem;
    position: relative;
}

.rank-item .icon {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.2rem;
}

.rank-item .text {
    align-self: stretch;
    margin: 0 .21rem;
}

.rank-item .title {
    margin: .16rem 0 .26rem;
    letter-spacing: 0.02rem;
}

.rank-item .info span {
    color: #889dbc;
}

.rank-item .info span:not(:last-child)::after {
    content: "|";
    margin: 0 .15rem;
}

.rank-item .top-ranking {
    align-self: flex-start;
    width: 1.67rem;
    height: 0.55rem;
    margin: .07rem -.05rem 0 0;
    background: no-repeat center top/contain;
}

.rank-item:nth-child(1) .top-ranking {
    background-image: url(../img/rank-list-1.png);
}

.rank-item:nth-child(2) .top-ranking {
    background-image: url(../img/rank-list-2.png);
}

.rank-item:nth-child(3) .top-ranking {
    background-image: url(../img/rank-list-3.png);
}

.rank-item .intro {
    margin-top: .17rem;
    color: #889dbc;
}

.rank-item .btn {
    width: 1.2rem;
    height: 0.58rem;
    background-color: #0066ff;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.58rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}

.rank-item .ranking {
    width: 0.73rem;
    height: 0.7rem;
    padding: .07rem 0 0 .27rem;
    background-image: linear-gradient(0deg,
            #bfbfbf 0%,
            #e2e2e2 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

.gift-details-top {
    width: 6.9rem;
    height: 1.79rem;
    padding: .22rem .2rem;
    background-color: #f7f7f7;
    margin-bottom: .22rem;
}

.gift-details-top .icon {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.15rem;
    margin-right: .2rem;
}

.gift-details-top .text {
    align-self: stretch;
}

.gift-details-top .title {
    font-weight: bold;
    letter-spacing: 0.02rem;
}

.gift-details-top .info {
    margin: .25rem 0 .03rem;
    color: #999;
}

.gift-details-top .right {
    width: 0.76rem;
    height: 0.81rem;
    margin: .02rem .07rem 0 0;
}

.whole-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.33);
    z-index: 10;
}

.whole-mask .inner {
    width: 4.76rem;
    height: 4.78rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    background: #ffffff url(../img/receive-gift.png) no-repeat center .92rem/1.54rem 1.63rem;
    margin: calc(50vh - 2.39rem) auto;
    text-align: center;
    overflow: hidden;
}

.whole-mask .inner .title {
    width: 100%;
    height: 0.76rem;
    background-color: #e6f0ff;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.76rem;
    color: var(--main-color);
}

.whole-mask .inner .info {
    margin: 2.2rem 0 .38rem;
    letter-spacing: 0rem;
}

.whole-mask .inner .receive-gift-close {
    display: inline-block;
    vertical-align: top;
    width: 1.95rem;
    height: 0.63rem;
    border-radius: 0.1rem;
    border: solid 0.01rem var(--main-color);
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.61rem;
    letter-spacing: 0.01rem;
    color: var(--main-color);
}

.whole-mask .inner .receive-btn {
    display: inline-block;
    vertical-align: top;
    width: 1.95rem;
    height: 0.63rem;
    background-color: var(--main-color);
    border-radius: 0.1rem;
    margin-left: .19rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.63rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}

.gift-detail h3 {
    padding-left: .4rem;
    background: url(../img/map-title.png) no-repeat left center/.15rem .18rem;
    margin: 0 0 .07rem 0;
    font-size: 0.26rem;
    letter-spacing: 0.02rem;
    color: var(--main-color);
}

.gift-detail p {
    margin-bottom: .55rem;
    font-size: 0.26rem;
    line-height: 0.48rem;
    letter-spacing: 0.01rem;
    color: #666666;
}

.search-recom {
    width: 6.9rem;
    height: 2.84rem;
    padding: .2rem .3rem 0;
    background: url(../img/search-recom-bg.png) no-repeat center/cover;
    border-radius: 0.15rem;
    margin-bottom: .46rem;
}

.search-recom h3 {
    margin-bottom: .32rem;
    font-size: 0.26rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
    color: var(--main-color);
}

.search-recom-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    height: 1.72rem;
}

.search-recom-item {
    display: flex;
    align-items: center;
    width: 2.98rem;
    margin-bottom: .44rem;
}

.search-recom-item:nth-child(3n) {
    margin-bottom: 0;
}

.search-recom-item .ranking {
    margin: 0 .24rem 0 .01rem;
    font-size: 0.24rem;
    color: #ff8400;
}

.search-recom-item .title {
    width: 2.54rem;
    letter-spacing: 0.02rem;
}

.search-gl {
    margin-bottom: 1rem;
}

.search-gl h3 {
    margin-bottom: .45rem;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
}

.search-gl-item {
    margin-bottom: .44rem;
}

.search-gl-item .title {
    display: inline-block;
    max-width: 5.3rem;
}

.search-gl-item .hot {
    display: inline-block;
    width: 0.5rem;
    height: 0.3rem;
    background: url(../img/hot.png) no-repeat center/.5rem .3rem;
    margin-left: .14rem;
}

.search-gl-item .info {
    float: right;
    font-size: 0.24rem;
    line-height: .28rem;
    color: #999999;
}

.result-sum {
    margin: .2rem 0 .45rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: var(--main-color);
}

.result-sum~.game-list {
    padding-bottom: .2rem;
}

.result-sum~.news-list {
    padding-bottom: .68rem;
}

.app-top-list {
    display: flex;
    padding: 0 .05rem;
    margin-bottom: .36rem;
}

.app-top-item {
    width: 1.28rem;
    margin-right: .56rem;
    position: relative;
}

.app-top-item:last-child {
    margin-right: 0;
}

.app-top-item .icon {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.2rem;
}

.app-top-item .title {
    margin: .2rem 0;
    letter-spacing: 0.02rem;
    color: #666666;
}

.app-top-item .btn {
    width: 1.11rem;
    height: 0.53rem;
    background-color: #e9f4ff;
    border-radius: 0.04rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.53rem;
    letter-spacing: 0.01rem;
    color: #0f83ff;
}

.app-top-item .lable {
    width: .88rem;
    height: 0.74rem;
    background: url(../img/app-top-lable.png) no-repeat center/.88rem .74rem;
    position: absolute;
    top: -.04rem;
    left: -.06rem;
}

#aq-model {
	position: fixed;
	top: 0;
	left:-100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}
.hide {
    display: none !important
}