﻿.fixed {
    display: flex;
    margin: 18px 0;
    font-size: 12px;
    color: #999;
}

.fixed a {
    color: #999;
}

.fixed a:hover {
    color: #000;
}

.list-nav {
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border-radius: 10px;
}

.list-nav ul {
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 17px;
}

.list-nav ul li {
    width: 115px;
    height: 38px;
    border-radius: 19px;
    margin-right: 10px;
    text-align: center;
    line-height: 38px;
}

.list-nav ul li a {
    font-size: 16px;
    color: #666;
    border-radius: 19px;
}

.list-nav ul li:hover a {
    background: var(--public-color);
    color: #fff;
}

.list-nav ul li.active a {
    background: var(--public-color);
    color: #fff;
}

.list-left {
    width: 851px;
}

.list-right {
    width: 329px;
}

.news-list ul li {
    margin-bottom: 11px;
    position: relative;
    padding: 20px;
    background: #fff;
	/*border: 1px solid #f6f6f6;*/
}

.news-list ul li:hover {
    box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}


.news-list ul li .img {
    width: 180px;
    height: 124px;
}

.news-list ul li .info {
    flex-direction: column;
    justify-content: space-between;
    height: 122px;
}

.news-list ul li .info p {
    line-height: 25px;
    color: #888;
}


.news-list ul li .info .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box; /* 设置为webkit的盒模型 */  
    -webkit-box-orient: vertical; /* 设置盒模型为垂直方向 */  
    -webkit-line-clamp: 2; /* 限制显示的行数 */  
    overflow: hidden; /* 隐藏溢出内容 */  
    text-overflow: ellipsis; /* 使用省略号表示溢出内容 */  
    white-space: wrap;
}
.list-gl-hot ul li .name{
    display: -webkit-box; /* 设置为webkit的盒模型 */  
    -webkit-box-orient: vertical; /* 设置盒模型为垂直方向 */  
    -webkit-line-clamp: 2; /* 限制显示的行数 */  
    overflow: hidden; /* 隐藏溢出内容 */  
    text-overflow: ellipsis; /* 使用省略号表示溢出内容 */  
    white-space: wrap;
}
.news-list .time {
    display: flex;
}

.news-list .time span {

    text-align: center;
    font-size: 14px;
    color: #888;
    margin-right: 10px;
}

.listComment-news-top {
    margin: 20px;
}

.listComment-news-top .item {
    width: 140px;
}

.listComment-news-top .item .img {
    width: 140px;
    height: 88px;
    position: relative;
}

.listComment-news-top .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 0 5px;
}

.list-comment-news {
    margin: 0 20px;
}

.list-comment-news ul li {
    margin: 17px 0;
}

.list-comment-news ul li .yd {
    width: 6px;
    height: 6px;
    background: var(--public-color);
    border-radius: 50%;
}

.list-comment-news ul li a {
    font-size: 15px;
    color: #666;
}

.list-comment-news ul li .time {
    font-size: 13px;
    color: #999;
}

.list-public-container {
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.list-hot-game {
    margin: 0 20px;
    margin-bottom: 26px;
}

.list-hot-game ul {
    display: flex;
    flex-wrap: wrap;
}

.list-hot-game ul li {
    margin-top: 20px;
    width: 80px;
    margin-right: 24px;
}

.list-hot-game ul li:nth-child(3n) {
    margin-right: 0;
}

.list-hot-game ul li .img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}

.list-hot-game ul li .name {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 13px;
    text-align: center;
}

.list-hot-game ul li:hover .name {
    color: #000;
}

.list-hot-game ul li:hover .down {
    background: var(--public-color);
    border: 1px var(--public-color);
    color: #000;
}

.list-hot-game ul li .down {
    /*width: 65px;*/
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #eeeeee;
    color: #999;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.list-album-nav {
    margin: 15px auto;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #dcdcdc;
    display: flex;
}

.list-album-nav .item {
    height: 38px;
    width: 113px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: var(--public-color);
    cursor: pointer;
}

.list-album-nav .active {
    background: var(--public-color);
    border-radius: 20px;
    width: 135px;
    color: #fff;
}

.list-album-content {
    margin-top: 20px;
}

.list-album-content ul li {
    display: flex;
    margin-top: 13px;
}

.list-album-content ul li:last-child .info {
    padding-bottom: 0;
    border-bottom: none;
}

.list-album-content ul li .info {
    display: flex;
    flex: 1;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 17px;
    margin-left: 12px;
    margin-top: 3px;
    overflow: hidden;
}

.list-album-content ul li .info a {
    font-size: 15px;
    color: #666;
}

.list-album-content ul li .info span {
    font-size: 14px;
    color: #999;
}

.list-album-content ul li .info span i {
    font-style: normal;
    color: var(--public-color)
}

.list-album-content ul li .img {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

.list-game-eval {
    margin-top: 15px;
}

.list-game-eval ul li a {
    display: flex;
    height: 75px;

}

.list-game-eval ul li:nth-child(even) {
    background: url(../images/index_comment_bg.png)no-repeat;
}

.list-game-eval ul li .yd {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--public-color);
    margin: 7px;
    margin-top: 20px;
}

.list-game-eval ul li .info {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.list-game-eval ul li .info .name {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    margin-top: 15px;
}

.list-game-eval ul li .right {
    font-family: HYa7gj;
    color: #a2a2a2;
    font-style: italic;
    font-size: 16px;
}

.list-game-eval ul li .right .scope {
    font-size: 22px;
    color: var(--public-color);
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 7px;
}

.pagination {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}

.pagination li a {
    display: block;
    padding: 6px 13px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    transition: all .3s ease;
    color: #999;
}

.pagination li a:hover,
.pagination li.on a {
    background: var(--public-color);
    color: #333;
}

.show-comment-games .left {
    width: 38px;
    text-align: center;
    font-size: 12px;
    color: #afafaf;
    flex-shrink: 0;
    line-height: 19px;
    font-family: MicrosoftYaHei;
    margin-right: 15px;
}

.show-comment-games .left img {
    margin-top: 18px;
    margin-bottom: 23px;
}

.show-comment-games .left img:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -mz-transform: rotate(180deg);
    transition: 0.5s;
}

.show-comment-games {
    padding-top: 20px;
}

.show-comment-games ul {
    display: flex;
    margin-left: 22px;
    flex: 1;
}

.show-comment-games ul li {
    width: 86px;
    margin-right: 26px;
    margin-bottom: 26px;
}

.index-app-one {
    overflow: hidden;
}

.index-rank {
    overflow: hidden;
}

.show-comment-games ul li .img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}

.show-comment-games ul li .img img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}

.show-comment-games ul li .name {
    color: #333;
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

.show-news-top {
    text-align: center;
    background: #fff;
    margin: 33px 20px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px dashed #eeeeee;
}

.show-news-top h1 {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    line-height: 35px;
}

.show-news-time {
    margin-top: 25px;
}

.show-news-time span {
    margin-right: 35px;
    font-size: 14px;
    color: #999;
}



.show-news-content {
    font-size: 16px;
    color: #666;
    margin: 27px 0;
    padding: 0 25px;
}

.show-news-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    /* width: 720px; */
    overflow: hidden;
    margin: 12px auto;
    display: block;
}

.show-news-content p,
.show-news-content ul,
.show-news-content ol,
.show-news-content li,
.show-news-content div,
.show-news-content {
    /* text-indent: 2em; */
    line-height: 30px;
    margin: 10px 0;
}

.show-news-content p a {
    display: inline;
    color: var(--public-color)
}

.list-left .bgfff {
    overflow: hidden;
}

.show-news-content p img {
    display: block;
    margin: 10px auto;
    max-width: 600px;
}


.show-news-releGame {
    background: url('../images/rele_game_bg.png')no-repeat center;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 25px 22px 22px;
    padding: 20px;
    align-items: center;
    background-size: 100%;
}


.show-news-releGame .img {
    height: 120px;
    width: 120px;
    border-radius: 20px;
}

.show-news-releGame .img img {
    height: 120px;
    width: 120px;
    border-radius: 20px;
}

.show-news-releGame .name a {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.show-news-releGame .name {
    margin-bottom: 14px;
}

.show-news-releGame .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95px;
    font-size: 15px;
    color: #666;
    flex: 1;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.show-news-releGame .info p span {
    margin-right: 18px;
}

.show-news-releGame .down {
    width: 122px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 26px;
    text-align: center;
    line-height: 51px;
    color: #333;
    font-size: 16px;
}

.show-boutique-game ul {
    display: flex;
    flex-wrap: wrap;

}

.show-boutique-game ul li {
    width: 278px;
    height: 98px;
    border: solid 1px #eeeeee;
    margin-right: 8px;
    margin-bottom: 10px;
    align-items: center;
}

.show-boutique-game ul li a {
    height: 100%;
    width: 100%;
    align-items: center;
}

.show-boutique-game ul li .img {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    margin: 0 15px;
}

.show-boutique-game ul li:hover {
    border: 1px solid var(--public-color);
}

.show-boutique-game ul li:hover .name {
    color: var(--public-color)
}

.show-boutique-game ul li .info {
    color: #999;
}

.show-boutique-game ul li .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 13px;
}

.show-boutique-game ul li p img {
    margin-right: 3px;
}

.show-boutique-game ul li:nth-child(3n) {
    margin-right: 0;
}

.games-list-time {
    border-top: 1px solid var(--public-color);
    padding-top: 40px;
    margin-bottom: 33px;
    margin-top: 35px;
}

.games-list-time ul li {
    width: 230px;
    position: relative;
    margin-right: 12px;
}

.games-list-time ul li:hover {
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
}

.games-list-time ul li:last-child {
    margin-right: 0;
}

.games-list-time ul li::after {
    content: '';
    position: absolute;
    left: 106px;
    top: -32px;
    width: 11px;
    height: 33px;
    background: url('../images/news_top_tags.png')no-repeat center;
}

.games-list-time ul li .img {
    width: 230px;
    height: 110px;
    background: #f5f7f9;
    display: flex;
    align-items: center;
}

.games-list-time ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 12px;
}

.games-list-time ul li .info {
    flex: 1;
    overflow: hidden;
    margin-right: 12px;
    font-size: 14px;
    color: #999;
}

.games-list-time ul li .time {
    position: absolute;
    top: -57px;
    left: 50px;
    width: 130px;
    height: 30px;
    background-color: #ebf7ff;
    border-radius: 15px;
    border: solid 1px #149ffa;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: var(--public-color)
}

.games-list-time ul li a {
    width: 230px;
    height: 130px;
    position: relative;
}

.games-list-time ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 23px;
    content: '';
    background: url('../images/news_hot.png')no-repeat center;
}

.games-list-time ul li .name {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.game-nav {
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 0;
}

.game-nav-box {
    display: flex;
}

.game-nav-title {
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
}

.game-nav-content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    overflow: hidden;
}

.game-nav-content a {
    width: 100px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    margin-right: 6px;
    margin-bottom: 20px;
}

.game-nav-content a.active {
    background: var(--public-color);
    color: #fff;
}

.list-game ul {
    display: flex;
    flex-wrap: wrap;
}

.list-game ul li {
    width: 230px;
    height: 260px;
    background: #f5f7f9;
    margin-top: 80px;
    position: relative;
    text-align: center;
    margin-right: 12px;
}

.list-game ul li:hover .down {
    background: var(--public-color);
    border-top: 1px solid var(--public-color);
    color: #fff;
}

.list-game ul li:nth-child(5n) {
    margin-right: 0;
}

.list-game ul li .img {
    margin: 0 auto;
    width: 140px;
}

.list-game ul li .img img {
    width: 120px;
    height: 120px;
    background-color: #666666;
    border: solid 10px #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -50px;
}

.list-game ul li .name {
    color: #333;
    font-size: 16px;
    margin: 20px;
}

.list-game ul li p {
    font-size: 14px;
    color: #999;
}

.list-game ul li p img {
    margin-right: 4px;
}

.list-game ul li p.tags {
    margin-bottom: 20px;
}

.list-game ul li .down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-top: 1px solid #e7ebee;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-game ul li .down img {
    margin-right: 8px;
    margin-top: 2px;
}

.list-game ul li .down .select {
    display: none;
}

.list-game ul li:hover .down img {
    display: none;
}

.list-game ul li:hover .down .select {
    display: block;
}

.show-game-top {
    background: url('../images/game_down_bg.png')no-repeat center;
    padding: 22px 20px;
    align-items: center;
}



/* 下载按钮 */
.downloada {
	position: relative;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    /*padding: 0px 0px 15px 0px;*/
    margin-top: 20px;
}

.downloada h2 {
    color: #999999;
    margin: 20px 0px 0px 20px;
    font-weight: normal;
	font-size: 18px;
}

.downloada a.download {
    display: block;
    width: 89%;
    height: 71px;
    background: #ffcd00;
    margin: 20px 0px 0px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloada a.download b {
    display: block;
    width: 18px;
    height: 21px;
    background: url(../images/bg2.png) no-repeat -155px -175px;
    background-size: 200px 200px;
    margin: 0px 5px 0px 0px;
}

.downloada span {
    display: block;
    margin: 20px 0px 0px 20px;
    margin-bottom: 16px;	
}

.downloada span a {
    color: #00BBEE;
    text-decoration: none;
	display: inline-flex;
}

.btn span {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-indent: 60px;
	line-height: 50px;
}


.show-game-down {
    display: flex;
}

.show-game-top .img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.show-game-top .img img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.show-game-top h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    margin-bottom: 15px;
}

.show-game-top .info {
    margin-left: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #777;
    height: 110px;
}

.show-game-top .info p {
    display: flex;
}

.show-game-top .info p span {
    /*min-width: 170px;*/
	margin-right: 30px;
    font-size: 15px;
    color: #666;
}

.show-game-top .info p a {
    /*min-width: 170px;*/
	margin-right: 30px;
    font-size: 15px;
    color: #666;
}


.show-game-down .android,
.show-game-down .ios {
    width: 160px;
    height: 50px;
    border-radius: 25px;
}
.show-game-down .pc {
    font-size: 16px;
    color: #fff;
    width: 160px;
    margin-right: 10px;
    justify-content: center;
    background-color: #ff8b67;
    background-image: url('../images/pc.png');
    background-repeat: no-repeat;
    background-position: 11px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
}
.show-game-down .h5 {
    font-size: 16px;
    color: #fff;
    width: 120px;
    margin-right: 10px;
    justify-content: center;
    background-color: #19c4b6;
    background-image: url('../images/h5.png');
    background-repeat: no-repeat;
    background-position: 11px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-indent: 10px;
}

.show-game-down .android {
    margin-right: 20px;
}

.show-game-down .android span,
.show-game-down .android a {
    display: flex;
    background: #ff8b67;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    /*cursor: default;*/
}

.show-game-down .android span img {
    margin-right: 5px;
}

.show-game-down .ios span,
.show-game-down .ios a {
    display: flex;
    background: #19c4b6;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.pcMobile-down-btn {
    display: none;
}

.show-game-down a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    justify-content: center;
}

.show-game-down .ios span img {
    margin-right: 5px;
}

.show-game-down>div {
    position: relative;
}

.game-down-code {
    display: none;
    position: absolute;
    left: 0;
    bottom: -184px;
    width: 158px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    z-index: 99;
}

.game-down-code img {
    width: 114px;
    height: 114px;
    margin-top: 18px;
    margin-bottom: 7px;
}

.game-down-code p img {
    height: auto;
    width: auto;
    margin: 0;
}

.android:hover>.game-down-code {
    display: block;
}

.ios:hover>.game-down-code {
    display: block;
}



.show-game-down div span.no-down {
    background: #DCDCDC;
}

.show-game-swiper {
    position: relative;
    padding: 0 50px;
    margin: 30px 0;
    margin-bottom: 10px;
}

.game-swiper {
    overflow: hidden;
}

.game-swiper .swiper-slide img {
    width: 100%;

}

.game-swiper .swiper-button-prev {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.game-swiper .swiper-button-next {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.show-game-content {
    margin: 20px 0;
    padding: 0 20px;
}

.show-game-content p,
.show-game-content ol,
.show-game-content ul,
.show-game-content li,
.show-game-content div,
.show-game-content {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
}

.show-game-content li {
    line-height: 32px;
    font-size: 16px;
    color: #666;
	border-bottom: 1px dashed #dcdcdc;
}

.show-game-content li .ver-item-info {
    line-height: 32px;
    font-size: 13px;
    color: #666;
}



.show-game-content h2,
.show-game-content h3 {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.show-gift-content h2,
.show-gift-content h3 {
    font-size: 16px;
    color: #fb7d18;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 121px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    background: url('../images/gift_h.png')no-repeat center;
}



.list-game-popu {
    margin-left: 20px;
    margin-right: 16px;
    margin-bottom: 25px;
}

.list-game-popu ul li {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.list-game-popu ul li:hover {
    display: flex;
    margin-top: 20px;
    align-items: center;
	color: #000;
}


.list-game-popu ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.list-game-popu ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.list-game-popu ul li .info {
    margin-left: 13px;
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 20px;
    margin-right: 26px;
}

.list-game-popu ul li .info .num {
    color: #888;
}

.list-game-popu ul li .info .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}

.list-game-popu ul li:hover .info .name {
    color: #3d49e7;
}

.list-game-popu ul li .down {
    /*width: 64px;*/
    height: 36px;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 34px;
    color: #999;
    font-size: 15px;
	padding-left: 6px;
	padding-right: 6px;
}

.list-game-popu ul li:hover .down {
    background: var(--public-color);
	color: #000;
    border: 1px solid var(--public-color);
}

.gift-list-time ul li .name {
    margin-bottom: 0;
    line-height: 26px;
}

.gift-list-time ul li .info {
    margin-right: 20px;
}

.list-gift-li ul li {
    background: #fff;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
}

.list-gift-li ul li:hover {
    box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}

.list-gift-li ul li:hover .down {
    background: var(--public-color) url('../images/down_select.png')no-repeat center;
}

.list-gift-li ul li .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: url('../images/rank_num.png')no-repeat center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.list-gift-li ul li:nth-child(-n+3) .num {
    background: url('../images/rank_num_front.png')no-repeat center;
}

.list-gift-li ul li .img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin: 22px 20px;
}

.list-gift-li ul li .name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.list-gift-li ul li .name img {
    margin-left: 13px;
}

.list-gift-li ul li .info p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    margin-top: 10px;
}

.list-gift-li ul li .info p span {
    margin-right: 40px;
}

.list-gift-li ul li .img img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.list-gift-li ul li .down {
    width: 60px;
    height: 60px;
    border: solid 1px #ffcd00;
    border-radius: 50%;
    margin-right: 26px;
    background: #fff url('../images/down.png')no-repeat center;
}

.list-gift-li ul li .down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.rank-bg {
    overflow: hidden;
    /*background: #FFF6E5;*/
    padding-bottom: 72px;
}

.rank-bg .container {
    /*margin-left: -11px;
    width: 1220px;
    background: url('../images/rank_bg.png')no-repeat center top;*/
    overflow: hidden;
}

.rank-bg .container>.title {
    color: #f79430;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-top: 117px;
}
/*
.rank-bg .fixed {
    color: #fff;
}

.rank-bg .fixed a {
    color: #fff;
}
*/
.rank-nav {
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border-radius: 10px;
    margin-top: 348px;
    margin-bottom: 33px;
}

.rank-nav ul {
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 17px;
}

.rank-nav ul li {
    width: 157px;
    height: 38px;
    border-radius: 19px;
    margin-right: 10px;
    text-align: center;
    line-height: 38px;
}

.rank-nav ul li a {
    font-size: 16px;
    color: #666;
    border-radius: 19px;
}

.rank-nav ul li:hover a {
    background: var(--public-color);
    color: #fff;
}

.rank-nav ul li.active a {
    background: var(--public-color);
    color: #fff;
}

.fzf-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.fzf-btn {
    width: 260px;
    height: 44px;
    background: var(--public-color);
    font-size: 16px;
    color: #333;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    margin-bottom: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.fzf-btn:hover {
    background: var(--public-color);
    color: #333;
}

.video-list ul li a,
.pic-list ul li a {
    position: relative;
}


.video-list ul li:hover a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 124px;
    content: '';
    background: rgba(0, 0, 0, 0.2) url('../images/play.png')no-repeat center;
}

.pic-list ul li:hover a::after {
    display: none;
}


.img-swiper {
    margin-bottom: 45px;
}

.show-img-swiper {
    position: relative;
    overflow: hidden;
}

.show-img-swiper .swiper-slide img {
    display: block;
    width: 711px;
    height: 482px;
    margin: 0 auto;
}

.show-img-swiper .swiper-button-prev {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.show-img-swiper .swiper-button-next {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.show-pic-list {
    margin-bottom: 28px;
    margin-left: 22px;
    margin-top: 15px;
}

.show-pic-list ul {
    display: flex;
    flex-wrap: wrap;
}

.show-pic-list ul li {
    width: 260px;
    margin-right: 17px;
    margin-top: 11px;
}

.show-pic-list ul li:nth-child(3n) {
    margin-right: 0;
}

.show-pic-list ul li .img {
    width: 260px;
    height: 190px;
    border: solid 1px #eeeeee;
    text-align: center;
}

.show-pic-list ul li .img img {
    width: 236px;
    height: 155px;
    margin-top: 17px;
}

.show-pic-list ul li .name {
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.show-pic-list ul li:hover .name {
    color: var(--public-color)
}

.album-list ul li {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.album-list ul li:hover {
    box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}

.album-list ul li:hover .top .down {
    background: var(--public-color);
    color: #333;
}

.album-list ul li .top .info {
    font-size: 14px;
    color: #888;
    line-height: 32px;
}

.album-list ul li .top>.info span {
    margin-right: 20px;
}

.album-list ul li .top .info .name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.album-list ul li .top .down {
    width: 88px;
    height: 39px;
    line-height: 37px;
    border-radius: 20px;
    border: solid 1px var(--public-color);
    margin-right: 20px;
    text-align: center;
    color: #515151;
    font-size: 14px;
    margin-left: 50px;
    margin-top: 13px;
}

.album-list ul li .top .two-cute {
    height: 64px
}

.album-list ul li .top .down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.album-list ul li .bottom {
    margin-top: 15px;
}

.album-list ul li .bottom>span {
    width: 38px;
    height: 119px;
    background-color: #dbf1ff;
    border-radius: 8px;
    border: solid 1px #149ffa;
    color: var(--public-color);
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    padding-top: 7px;
    margin-left: 5px;
}

.album-list ul li .bottom .item a {
    margin-left: 9px;
    width: 130px;
    height: 150px;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    flex-shrink: 0;
    text-align: center;
    padding-top: 19px;
}

.album-list ul li .bottom .item a:first-child {
    margin-left: 0;
}

.album-list ul li .bottom .item a img {
    height: 90px;
    width: 90px;
    border-radius: 20px;
}

.album-list ul li .bottom .item a .name {
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.album-show-top {
    background: url('../images/show_album_bg.png')no-repeat center top;
    margin-top: 30px;
    margin-bottom: 27px;
    height: 200px;
    position: relative;
    padding-top: 1px;
}

.album-show-top h1.name {
    width: 314px;
    height: 123px;
    position: absolute;
    top: -55px;
    left: 443px;
    background: url('../images/album_title.png')no-repeat center;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 180px;
}

.album-show-top .img {
    width: 78px;
    height: 78px;
    border-radius: 38px;
    margin-left: 22px;
}

.album-show-top>.flex {
    margin-top: 80px;
}

.album-show-top .info {
    margin-left: 23px;
    margin-right: 44px;
    font-size: 15px;
    color: #666;
}

.album-show-top .info h1 {
    margin-top: 6px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.album-show-top .info p {
    line-height: 28px;
}

.album-show-top .more {
    display: flex;
    margin-left: 0;
    align-items: center;
    margin-top: 16px;
    color: #666;
}

.album-show-top .more .title {
    margin: 0 auto;
    text-align: center;
}

.album-show-top .time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    margin: 35px;
}

.album-yd-list {
    padding-left: 25px;
}

.album-yd-list ul {
    display: flex;
    flex-wrap: wrap;
}

.album-yd-list ul li {
    width: 160px;
    position: relative;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    text-align: center;
    margin-right: 10px;

}

.album-yd-list ul li a {
    color: #ee9c31;
    font-size: 14px;
    padding: 0 10px;
}


.album-releve-list {
    margin: 0 20px;
    margin-top: 15px;
}

.album-releve-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.album-releve-list ul li {
    width: 255px;
    position: relative;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 46px;
}

.album-releve-list ul li:nth-child(4n) {
    margin-right: 0
}

.album-releve-list ul li:last-child {
    border-bottom: none;
}



.album-releve-list ul li .name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-releve-list ul li .imgList img {
    width: 139px;
    height: 196px;
}

.album-releve-list ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    position: relative;
    marin: 0 auto;
}

.album-releve-list ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}

.album-releve-list ul li .name img {
    margin-left: 13px;
}

.album-releve-list ul li .info {
    margin: 0 20px;
    font-size: 14px;
    color: #888;
}

.album-releve-list ul li .info p {
    line-height: 24px;
}

.album-releve-list ul li p.tags {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;

}

.album-releve-list ul li p.tags span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.album-releve-list ul li p.tags span:first-child {
    width: 80px;
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ffa168;
    margin-right: 9px;
}

.album-releve-list ul li p.tags span:nth-child(2) {
    width: 80px;
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
}

.album-releve-list ul li .num {
    position: absolute;
    left: 27px;
    top: -43px;
    width: 53px;
    height: 45px;
    text-align: center;
    line-height: 60px;
    background: url(../images/rank_num.png)no-repeat center;
    background-size: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #888;
}

.album-releve-list ul li:first-child .num {
    background: url('../images/rank_num_1.png')no-repeat center;
    font-size: 0;
    width: 61px;
    height: 49px;
    left: 23px;
    top: -45px;
}

.album-releve-list ul li:nth-child(2) .num {
    background: url('../images/rank_num_2.png')no-repeat center;
    font-size: 0;
}

.album-releve-list ul li:nth-child(3) .num {
    background: url('../images/rank_num_3.png')no-repeat center;
    font-size: 0;
}

.album-releve-list ul li .down {
    width: 114px;
    height: 34px;
    border: solid 1px #ffcd00;
    border-radius: 20px;
    /* background: url('../images/down.png')no-repeat center; */
    margin-left: 48px;
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    color: #ffcd00;
}

.album-releve-list ul li .down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.search-result {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.show-album-left {
    width: 220px;
}

.show-album-left img {
    width: 220px;
    height: 150px;
}

.album-news-list {
    margin-left: 20px;
}

.album-news-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.album-news-list ul li:last-child {
    margin-bottom: 0;
}

.album-news-list ul li .yd {
    width: 6px;
    height: 6px;
    background: #149ffa;
    border-radius: 50%;
}

.album-news-list ul li a {
    margin: 0 20px;
    font-size: 16px;
    color: #333;
}

.album-news-list ul li .time {
    font-size: 14px;
    color: #999;
}

.about-list-nav {
    margin-top: 10px;
    height: 132px;
    /*background: url('../images/about_bg.png')no-repeat center;*/
	background-color: #fdebd2;
    display: flex;
    justify-content: start;
}

.about-list-nav ul {
    margin-top: 39px;
    margin-left: 20px;
}

.about-list-nav ul li {
    width: 188px;
    height: 44px;
    border-radius: 22px;
    margin-right: 11px;
}

.about-list-nav ul li a {
    width: 188px;
    height: 44px;
    border-radius: 22px;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}

.public-list-nav {
    margin-top: 10px;
	padding: 16px;
    /*height: 132px;*/
    display: flex;
    justify-content: start;
}

.public-list-nav ul {
    /*margin-top: 37px;
    margin-left: 16px;*/
    flex-wrap: wrap;
    align-content: flex-start
}

.public-list-nav ul li {
    /*width: 120px;*/
    height: 44px;
    border-radius: 22px;
    margin-right: 11px;
    margin-bottom: 10px;
}

.public-list-nav ul li a {
    /*width: 120px;*/
    height: 44px;
    border-radius: 22px;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
	padding-left: 9px;
	padding-right: 9px;
}

.rank-list-nav {
    margin-top: 10px;
	/*padding: 16px;
    height: 132px;*/
    display: flex;
    justify-content: start;
}

.rank-list-nav ul {
    /*margin-top: 37px;
    margin-left: 16px;*/
    flex-wrap: wrap;
    align-content: flex-start
}

.rank-list-nav ul li {
    /*width: 120px;*/
    height: 44px;
    border-radius: 9px;
    margin-right: 11px;
    margin-bottom: 10px;
}

.rank-list-nav ul li a {
    /*width: 120px;*/
    height: 39px;
	border: 1px solid #ffcd00;
    border-radius: 9px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 39px;
	padding-left: 9px;
	padding-right: 9px;
}


.new-list-nav {
    background: url('../images/news_nav_bg.png')no-repeat center;
}

.game-list-nav {
    /*height: 181px;
    background: url('../images/game_nav_bg.png')no-repeat center;*/
	background-color: #fdebd3;
}

.app-list-nav {
    height: 181px;
    background: url('../images/app_nav_bg.png')no-repeat center;
}

.album-list-nav {
    background: url('../images/album_nav_bg.png')no-repeat center;
}

.pic-list-nav {
    background: url('../images/pic_nav_bg.png')no-repeat center;
}

.gift-list-nav {
    background: url('../images/gift_nav_bg.png')no-repeat center;
}
/*
.rank-list-nav {
    background: url('../images/rank_nav_bg.png')no-repeat center;
}
*/
.public-list-nav ul li.active a {
    background: var(--public-color);
}

.public-list-nav ul li:hover a {
    background: var(--public-color);
}

.rank-list-nav ul li.active a {
    background: var(--public-color);
}

.rank-list-nav ul li:hover a {
    background: var(--public-color);
}


.about-container {
    margin-top: 20px;
    background: #fff;
    padding: 23px 23px 100px 23px;
	font-size: 16px;
	line-height: 35px;
}

.map-container {
    background: #fff;
    padding: 20px;
}

.about-list-nav ul li.active a {
    background: var(--public-color);
}

.about-list-nav ul li:hover a {
    background: var(--public-color);
}

.about-container p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-bottom: 30px;
}

.map-name {
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: var(--public-color);
    margin-bottom: 15px;
}

.map-a {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.map-a a {
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    margin-bottom: 20px;
}

.gift-model {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.gift-show-pop {
    width: 390px;
    height: 593px;
    margin: 0 auto;
    margin-top: 300px;
    background: url('../images/gift_bg.png')no-repeat center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gift-show-close {
    width: 335px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    font-size: 15px;
    color: #333;
    margin: 0 auto;
    margin-top: 21px;
    cursor: pointer;
}

.gift-show-pop .title {
    margin-top: 195px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.gift-show-code {
    margin-top: 46px;
    color: #666;
}

#gift-btn {
    width: 335px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(0deg,
            #fe4d65 0%,
            #fe867d 100%),
        linear-gradient(#eeeeee,
            #eeeeee);
    background-blend-mode: normal,
        normal;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 35px;
    cursor: pointer;
}

.list-commment-news {
    padding: 15px;
}

.list-commment-news ul {
    display: flex;
}

.list-commment-news ul li {
    width: 55px;
    height: 340px;
    transition: all .4s ease;
    min-width: 55px;
}

.list-commment-news ul li>a>img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
}

.list-commment-news ul li.active {
    flex: 1;
}

.list-commment-news ul li a {
    position: relative;
    width: 100%;
    height: 100%;
}

.list-commment-news ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../images/news_comment.png')no-repeat center;
    width: 41px;
    height: 42px;
}

.list-commment-news ul li .bottom {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)40%, rgba(0, 0, 0, 0.6)60%, rgba(0, 0, 0, 0.8)100%);
    /* SafariÃ£â‚¬ÂChrome */
    background: linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)40%, rgba(0, 0, 0, 0.6)60%, rgba(0, 0, 0, 0.8)100%);
    /* Ã©Â»ËœÃ¨Â®Â¤Ã¦Â¸ÂÃ¥ÂËœÃ¤Â½ÂÃ§Â½Â®Ã¤Â»Å½Ã¤Â¸Å Ã¥Â¾â‚¬Ã¤Â¸â€¹ */
}

.list-commment-news ul li.active .bottom {
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.list-commment-news ul li .bottom .img {
    height: 58px;
    width: 58px;
    border-radius: 15px;
}

.list-commment-news ul li .bottom .info {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    flex: 1;
    overflow: hidden;
}

.list-commment-news ul li .bottom .info .name {
    font-size: 16px;
}

.list-commment-news ul li .bottom .info p {
    margin-bottom: 8px;
}

.list-gl-hot {
    margin: 0 5px;
    margin-top: 18px;
}

.list-gl-hot ul li {
    padding-bottom: 15px;
}

.list-gl-hot ul li a {
    display: flex;
    align-items: center;
}

.list-gl-hot ul li .time {
    background: url('../images/news_hot_gl.png')no-repeat center;
    width: 57px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    padding-left: 8px;
}

.list-gl-hot ul li .num {
    width: 18px;
    height: 18px;
    border: solid 1px var(--public-color);
    border-radius: 50%;
    font-size: 12px;
    color: #ac5100;
    text-align: center;
    line-height: 16px;
    margin-left: 7px;
    position: relative;
}

.list-gl-hot ul li .num::after {
    position: absolute;
    bottom: -17px;
    left: 8px;
    content: '';
    height: 12px;
    width: 1px;
    background: #eee;
}

.list-gl-hot ul li:last-child .num::after {
    display: none;
}

.list-gl-hot ul li .name {
    margin-left: 11px;
    font-size: 15px;
    color: #333;
}

.reve-xg-gl ul li {
    margin: 15px;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;

}

.reve-xg-gl ul li:hover {
    box-shadow: none;
}

.list-game-li {
    margin-top: 20px;
}

.list-game-li ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-game-li ul li {
    display: flex;
    justify-content: space-between;
    width: 590px;
    height: 155px;
    background: #fff;
    padding: 20px;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}

.list-game-li ul li:hover {
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
}

.list-game-li ul li:hover .down {
    background: var(--public-color) url('../images/down_select.png')no-repeat center;
}

.list-game-li ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.list-game-li ul li .info {
    flex: 1;
    overflow: hidden;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    font-size: 14px;
    color: #888;
}

.list-game-li ul li .info .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}

.list-game-li ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.list-game-li ul li .down {
    position: absolute;
    right: 31px;
    top: 27px;
    width: 60px;
    height: 60px;
    border: solid 1px #ffcd00;
    border-radius: 50%;
    text-align: center;
    background: #fff url('../images/down.png')no-repeat center;
}

.list-game-li ul li .down img {
    margin-top: 17px;
}

.list-game-li ul li .tags {
    display: flex;
    align-items: center;
}

.list-game-li ul li .tags span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-game-li ul li .tags a {
    /*width: 80px;*/
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ff7623;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}


.list-game-li ul li .tags span:first-child {
    /*width: 80px;*/
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ffa168;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}

.list-game-li ul li .tags span:nth-child(2) {
    /*width: 80px;*/
	max-width: 80px;
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}

.list-game-li ul li .tags span:nth-child(3) {
    /*width: 80px;*/
	max-width: 80px;
    height: 27px;
    border: solid 1px #91d9cd;
    text-align: center;
    line-height: 25px;
    color: #59c0c1;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}


.list-game-li ul li .tags span:nth-child(4) {
    /*width: 80px;*/
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}

.list-gift-li ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.list-gift-li ul li .info {
    flex: 1;
    overflow: hidden;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100px;*/
    font-size: 14px;
    color: #888;
}

.list-gift-li ul li .info .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
	margin-bottom: 0px;
}

.list-gift-li ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.list-gift-li ul li .down {
    position: absolute;
    right: 31px;
    top: 27px;
    width: 60px;
    height: 60px;
    border: solid 1px #ffcd00;
    border-radius: 50%;
    text-align: center;
    background: #fff url('../images/down.png')no-repeat center;
}

.list-gift-li ul li .down img {
    margin-top: 17px;
}

.list-gift-li ul li .tags {
    display: flex;
    align-items: center;
}

.list-gift-li ul li .tags span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-gift-li ul li .tags a {
    /*width: 80px;*/
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ff7623;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}


.list-gift-li ul li .tags span:first-child {
    /*width: 80px;*/
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ffa168;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}

.list-gift-li ul li .tags span:nth-child(2) {
    /*width: 80px;*/
	max-width: 80px;
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}

.list-gift-li ul li .tags span:nth-child(3) {
    /*width: 80px;*/
	max-width: 80px;
    height: 27px;
    border: solid 1px #91d9cd;
    text-align: center;
    line-height: 25px;
    color: #59c0c1;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}


.list-gift-li ul li .tags span:nth-child(4) {
    /*width: 80px;*/
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
	border-radius: 66px;
}




.game-reve-gift {
    margin: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}

.game-reve-gift ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.game-reve-gift ul li {
    width: 46%;
    margin-bottom: 17px;
    font-size: 16px;
    color: #666;
}

.game-reve-gift ul li span {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}

.game-reve-gift ul li .img {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-right: 20px;
}

.game-comment-album {
    margin: 0 20px;
    overflow: hidden;
}

.game-comment-album .top {
    margin-top: 18px;
}

.game-comment-album .top .left {
    width: 263px;
    height: 171px;
    position: relative;
}

.game-comment-album .top .left img {
    width: 263px;
    height: 171px;
    position: relative;
}

.game-comment-album .top .left p {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    height: 39px;
    line-height: 39px;
    color: var(--public-color);
    font-size: 15px;
}

.game-comment-album .top .right {
    border: 1px solid #eeeeee;
    flex: 1;
    padding-left: 26px;
    padding-right: 37px;
}

.game-comment-album .top .right .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 20px;
}

.game-comment-album .top .right p {
    font-size: 14px;
    color: #888;
    line-height: 30px;

}

.game-comment-album .bottom {
    margin-top: 20px;
}

.game-comment-album .bottom ul {
    display: flex;
}

.game-comment-album .bottom ul li {
    width: 90px;
    margin-bottom: 14px;
    margin-right: 30px;
}

.game-comment-album .bottom ul li:last-child {
    margin-right: 0;
}

.game-comment-album .bottom ul li .img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.game-comment-album .bottom ul li .name {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.search-list {
    margin: 20px;
}

.search-list ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.search-list ul li {
    width: 180px;
    height: 250px;
    border: solid 1px #eeeeee;
    text-align: center;
    /* padding-top: 21px; */
    padding: 10px;
    margin-right: 16px;
}

.search-list ul li:hover {
    border: solid 1px var(--public-color);
}

.search-list ul li:hover .down {
    background: var(--public-color);
    color: #333;
}

.search-list ul li:nth-child(6n) {
    margin-right: 0;
}

.search-list ul li a {
    display: block;

}

.search-list ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.search-list ul li .name {
    color: #333;
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 19px;
}

.search-list ul li .down {
    width: 80px;
    height: 40px;
    background: #f6f6f6;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #333;
}

.list-our-get {
    margin: 20px;
    margin-right: 15px;
}

.list-our-get ul li {
    margin-bottom: 18px;
}

.list-our-get ul li a {
    display: flex;
    align-items: flex-start;
}

.list-our-get ul li .right {
    border-bottom: 1px dashed #dcdcdc;
    height: 75px;
    margin-left: 15px;
    display: flex;
    font-size: 14px;
    color: #999;
    flex: 1;
    overflow: hidden;
}

.list-our-get ul li .img {
    width: 75px;
    height: 75px;
    border-radius: 15px;
}

.list-our-get ul li .name {
    font-size: 16px;
    color: #333;
    margin-top: 7px;
    margin-bottom: 15px;
}

.list-our-get ul li .info {
    flex: 1;
    overflow: hidden;
    margin-right: 10px;
}

.list-our-get ul li .down {
    font-size: 16px;
    width: 42px;
    height: 36px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    line-height: 34px;
    text-align: center;
    margin-top: 16px;
}

.rank-bg .list-rank-li {
    /*width: 1045px;*/
    margin: 0 auto;
	border-top: 1px dashed #dcdcdc;
    /*margin-top: 30px;
    margin-bottom: 141px;*/
}

.rank-bg .list-rank-li ul li {
    background: none;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 0;
}

.rank-bg .list-rank-li ul li:last-child {
    /* border-bottom: none; */
}

.rank-bg .list-rank-li li .num {
    position: unset;
    width: 29px;
    height: 55px;
    text-align: center;
    line-height: 63px;
    background: url(../images/rank_04.png)no-repeat center;
    background-size: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #888;
}

.rank-bg .list-rank-li ul li .name {
    font-size: 16px;
}

.rank-bg .list-rank-li ul li .img {
    height: 110px;
    width: 110px;
    margin: 24px 20px;
}

.rank-bg .list-rank-li ul li .info {
    margin-right: 20px;
}

.rank-bg .list-rank-li ul li:hover {
    box-shadow: none;
}

.rank-bg .list-rank-li ul li .img img {
    height: 110px;
    width: 110px;
}

.rank-bg .list-rank-li ul li .down {
    background: #fff url('../images/down.png')no-repeat center;
}

.rank-bg .list-rank-li ul li:hover .down {
    background: var(--public-color) url('../images/down_select.png')no-repeat center;
}

.list-gift-li ul li:nth-child(1) .num {
    background: url('../images/rank_01.png')no-repeat center;
    font-size: 0;
    /*width: 61px;*/
    height: 49px;
}

.list-gift-li ul li:nth-child(2) .num {
    background: url('../images/rank_02.png')no-repeat center;
    font-size: 0;
}

.list-gift-li ul li:nth-child(3) .num {
    background: url('../images/rank_03.png')no-repeat center;
    font-size: 0;
}

.rank-bg .list-rank-li ul li .tags {
    display: flex;
    align-items: center;
}

.rank-bg .list-rank-li ul li .tags span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-bg .list-rank-li ul li .tags a {
    /*width: 80px;
	max-width: 80px;*/
    height: 27px;
    border: solid 1px #ff8989;
    text-align: center;
    line-height: 25px;
    color: #ff8989;
	margin-right: 9px;
	padding-left: 9px;
	padding-right: 9px;
}

.rank-bg .list-rank-li ul li .tags span:first-child {
    /*width: 80px;*/
	max-width: 80px;
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ffa168;
    margin-right: 9px;
	padding-left: 9px;
	padding-right: 9px;
}

.rank-bg .list-rank-li ul li .tags span:nth-child(2) {
    /*width: 80px;*/
	max-width: 80px;
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
    margin-right: 9px;
	padding-left: 9px;
	padding-right: 9px;
}

.rank-bg .list-rank-li ul li .tags span:nth-child(3) {
    /*width: 80px;*/
	max-width: 80px;
    height: 27px;
    border: solid 1px #72d5bf;
    text-align: center;
    line-height: 25px;
    color: #72d5bf;
    margin-right: 9px;
	padding-left: 9px;
	padding-right: 9px;
}


@media screen and (max-width:768px) {
    #menu {
        display: none;
    }

    .nav-ul {
        width: 100%;
        overflow-x: scroll;
        padding-left: 10px;
        margin-left: 0;
        scrollbar-width: none;
    }

	.search-result {
		margin-left: 20px;
		margin-bottom: 20px;
		font-size: 16px;
		color: #333;
		font-weight: bold;
	}


    .nav-ul li {
        flex-shrink: 0;
		margin-right: 16px;
    }

    .list-hot-game {
        margin: 0 10px;
    }

    .list-hot-game ul li {
        width: 30%;
        margin-right: 5%;
    }

    .list-hot-game ul li .img {
        margin: 0 auto;
        display: block;
    }

    .show-game-top {
        width: 100%;
        flex-wrap: wrap;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .show-game-top h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        margin: 0;
    }

    .center {
        width: 100%;
        gap: 10px;
    }

    .search {
        flex: 1;
        /* margin-left: 20px; */
        overflow: hidden;
    }

    .search .flex input {
        margin-left: 10px;
    }

    .search .flex {
        width: 100%;
    }

    .fixed {
        padding-left: 20px;
    }

    .search p {
        display: none;
    }

    .container {
        flex-wrap: wrap;
    }

    .nav-ul li a span {
        font-size: 16px;
    }

    #header {
        height: auto;
        margin: 10px 0;
    }

    #header .center {
        justify-content: center;
        height: auto;
        padding: 0 10px;
    }

    #header .center img {
        height: 34px;
        width: 126px;
    }

    .list-left {
        width: 100%;
    }

    .list-right {
        width: 100%;
    }

    .listComment-news-top .item {
        width: 48%;
    }

    .listComment-news-top .item .img {
        width: 100%;
    }

    .game-comment-album .bottom ul {
        overflow-x: scroll;
    }

    .game-comment-album .top .left {
        width: 100%;
    }

    .game-comment-album .top .left img {
        width: 100%;
    }

    .game-comment-album .top .right {
        display: none;
    }

    .news-list ul li .img {
        width: 130px;
    }

    .game-reve-gift ul li {
        width: 100%;
    }

    #top .center {
        padding-left: 20px;
    }

    #footer {
        padding: 10px 0;
        overflow: hidden;

    }

    #footer p {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        line-height: 30px;
        margin: 5px 0;
    }

    #footer a {

        flex-shrink: 0;
    }

    .show-game-down {
        margin-top: 15px;
    }

    .show-game-down .android span,
    .show-game-down .ios span {
        height: 40px !important;
        line-height: 40px !important;
    }

    .pcMobile-down-btn {
        display: block;
        margin: 0 20px;
        margin-top: 15px;
    }

    .pcMobile-down-btn a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border-radius: 20px;
    }

    .pcMobile-down-btn a.ios {
        background: #19c4b6;
    }

    .pcMobile-down-btn a.android {
        background: #ff8b67;
    }

    .pcMobile-down-btn .pcMobile-down-null {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ccc;
        color: #fff;
        border-radius: 20px;
    }

    .show-game-swiper {
        padding: 0 20px;
    }

    .game-swiper .swiper-button-prev {
        display: none;
    }

    .game-swiper .swiper-button-next {
        display: none;
    }

    .show-game-top .img {
        height: 70px;
        width: 70px;
    }

    .show-game-top .info {
        height: 70px;
    }

    .show-game-top .info p {
        justify-content: space-between;
		display: flow;
    }

    .show-game-top .info p span {
        font-size: 16px;
        min-width: auto;
		line-height: 30px;
        ;
    }

    .show-game-top .info p:nth-child(2) span:nth-child(2) {
        /*display: none;*/
    }



    /* .album-show-top .more {
        display: none
    } */

    .album-show-top h1.name {
        position: relative;
        top: inherit;
        left: inherit;
        margin: 0 auto;
        margin-top: -20px;
    }

    .album-show-top>.flex {
        margin-top: 30px;
    }

    .bottom-tj-collect {
        width: 100%;
    }

    .album-releve-list ul li {
        width: 100%;
        margin-right: 0;
    }

    .album-releve-list ul li .info {
        text-align: center;
    }

    .album-releve-list ul li .down {
        margin: 10px auto !important;
    }

    .album-show-top .info p {
        position: relative;
        margin: 0;
    }

    .android_pc {
        display: none !important;
    }

    .android_m {
        height: 40px !important;
        line-height: 40px !important;
        display: block !important;
    }

    .ios_pc {
        display: none !important;
    }

    .ios_m {
        height: 40px !important;
        line-height: 40px !important;
        display: block !important;
    }

    .rank-new-list {
        width: 100%;
    }
}


.android_pc {
    display: block;
}

.android_m {
    display: none;
}

.ios_pc {
    display: block;
}

.ios_m {
    display: none;
}

.hide {
    display: none !important;
}
.is_ios,.is_az {
	display: none !important;
}
/* boy */
@media screen and (max-width:768px){
    #top{
        display: none;
    }
    .sy1{
        flex-direction: column;
        gap: 10px;
    }
    .sy1 .left{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sy2{
       display: none;
    }
    .sy1 .mid{
        width: 100%;
    }
    .index-notice-swiper{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    /* .swiper-slide{
        width: 100% !important;
        aspect-ratio: 16/9;
		height: auto !important;
    } */
    .index-notice-swiper .img{
        width: 100% !important;
        aspect-ratio: 16/9;
		height: auto !important;
    }
    .index-mid-news{
        flex-direction: column;
        padding: 10px;
        gap: 10px;
    }
    .index-mid-news .item{
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
    }
    .inde-container-one > .right{
        width: 100%;
    }
    .show-comment-games ul{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .index-container{
        flex-direction: column;
    }
    .index-container .left{
        width: 100%;
    }
    .index-container .mid{
        width: 100%;
    }
    .index-container .right{
        width: 100%;
    }
    .index-swiper-strategy ul{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        overflow: hidden;
       column-gap: 10px;
    }
    .index-swiper-strategy ul li{
        width: 100%;
        overflow: hidden;
    }
    .index-swiper-strategy ul li .img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto !important;
    }
    .index-game-tabs{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .index-game-tabs .item{
        min-width: 100px;
    }
    .index-tabs-border{
        gap: 10px;
    }
    .index-game-content ul,
    .index-app-content ul{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
        overflow: hidden;
    }
    .index-game-content ul li,
    .index-app-content ul li{
        overflow: hidden;
        width: 100% !important;
        padding: 0;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .index-album-list{
        padding: 10px;
        margin: 0 !important;
    }
    .index-album-list ul{
        flex-direction: column;
        gap: 10px;
        padding: 0 !important;
        margin: 0 !important;
    }
    .index-album-list ul li{
        width: 100%;
        margin: 0;
    }
    .index-album-list ul li .top{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto !important;
    }
    .index-album-list ul li .top img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto !important;
    }
    .index-app-tabs{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .index-app-tabs .item{
        min-width: 100px;
    }
    .sy3{
        flex-direction: column;
    }
    .index-rank-li{
        width: 100%;
    }
    .show-game-top{
        flex-direction: column;
    }
    .show-game-top .info{
        margin: 0;
    }
    .show-game-down{
        flex-direction: column;
        gap: 10px;

    }
    .show-game-down .android{
        margin: 0;
    }
    .show-game-top .info p span{
        /*width: 100%;*/
        text-align: center;
    }
    .show-game-top h1{
        font-size: 18px;
    }
    .about-list-nav ul{
        width: 100%;
        margin: 0;
        flex-direction: column;
        height: auto;
    }
    .about-list-nav ul li a{
        width: 100%;
    }
    .about-list-nav ul li{
        width: 100%;
    }
    .about-list-nav{
        background: none;
        height: auto;
    }
    .gift-list-nav{
        display: none;
    }
    .list-gift-li ul li .down{
        display: none;
    }
    .list-gift-li ul li .info p{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list-gift-li ul li .img{
        width: 70px;
        height: 70px;
    }
    .list-gift-li ul li .img img{
        width: 70px;
        height: 70px;
    }
    .list-gift-li ul li .name{
        display: block;
    }
    .phzb{
		width: 100%;
		display: flex;
		gap: 10px;
		padding-left: 10px;
		padding-right: 10px;
    }
    .rank-list-nav{
        background: none;
        height: auto !important;
    }
    .rank-list-nav ul{
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .rank-list-nav ul li{
        width: 100%;
        margin: 0 !important;
        padding: 0px !important;
        overflow: hidden;
    }
    .public-list-nav ul li a{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .rank-bg .container{
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
    }
    .rank-bg .list-rank-li ul li .img{
        width: 70px;
        height: 70px;
        margin: 15px;
    }
    .rank-bg .list-rank-li ul li .img img{
        width: 70px;
        height: 70px;
    }
    .rank-bg .list-rank-li{
        width: 100%;
    }
    .rank-bg .list-rank-li ul li .tags{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .center{
        width: 100%;
    }
    .rank-new-content .album-list ul{
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .rank-new-content .album-list ul .rank-new-list{
        width: 100%;
        margin: 0 !important;
        padding: 0px !important;
        overflow: hidden;
    }
    .album-list ul li .top .down{
        display: none;
    }
    .album-list ul li .bottom .item{
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .album-list ul li .bottom .item a{
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
        overflow: hidden;
    }
    .album-list ul li .bottom .item a:nth-child(4){
        display: none;
    }
    .album-list ul li .top .info{
        padding-top:9px;
		padding-left:9px;
    }
    .album-list ul li .top .info .name{
        white-space: wrap;
    }
    .show-rank-new{
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
        flex-direction: column;
        gap: 10px;
    }
    .show-rank-new-album .index-game-content ul li{
        max-width: none;
    }
    .show-rank-list-right{
        max-width: none;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .list-game-popu ul li .info p{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .search-list ul{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .search-list ul li{
        width: 100%;
        margin: 0 !important;

        overflow: hidden;
    }
    .public-list-nav ul{
        margin: 0 !important;
    }

    .new-list-nav{
        background: linear-gradient(180deg, #fff7e9 0%, #f8d8a6 100%);
        height: auto;
        padding: 10px;
    }
    .new-list-nav ul{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .new-list-nav ul li{
        width: 100%;
        margin: 0 !important;

        overflow: hidden;
    }
    .show-news-top h1{
        font-size: 18px;
    }
    .show-news-time{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .show-news-time span{
        width: auto;
        margin: 0 !important;
    }
    .show-news-content p img{
        max-width: 100%;
    }
    .show-news-content img{
        display: block;
        margin: 10px auto;
        max-width: 600px;
        width: 100%;
    }
    .show-news-content p iframe{
        display: block;
        margin: 0 auto;
        
        max-width: 100%;
        aspect-ratio: 16/9;
        height: auto;
    }
    .show-game-top .img{
        width: 120px;
  height: 120px;
    }
    .show-game-top .info{
        width: 100%;
    }
    .show-game-top h1{
        text-align: center;
        margin-top: 10px;
    }
    .xzxq1{
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 15px;
        row-gap: 5px;
        justify-content: center !important;
    }
    .xzxq1 span{
        width: auto !important;
    }
    .game-list-nav{
        background: linear-gradient(180deg, #fff7e9 0%, #f8d8a6 100%);
        height: auto;
        padding: 10px;
    }
    .game-list-nav ul{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .game-list-nav ul li{
        width: 100%;
        margin: 0 !important;

        overflow: hidden;
    }
    .list-game-li{
        padding: 10px;
    }
    
    .list-game-li ul{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .list-game-li ul li{
        width: 100%;
        margin: 0 !important;

        overflow: hidden;
    }
    .list-game-li ul li .down{
        display: none;
    }
    .list-game-li ul li .tags{
        flex-wrap: wrap;
        gap: 5px;
    }
    .list-gift-li ul li .tags{
        flex-wrap: wrap;
        gap: 5px;
    }
    .album-list-nav{
        background: linear-gradient(180deg, #fff7e9 0%, #f8d8a6 100%);
        height: auto;
        padding: 10px;
    }
    .album-list-nav ul{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        overflow: hidden;
        gap: 10px;
    }
    .album-list-nav ul li{
        width: 100%;
        margin: 0 !important;

        overflow: hidden;
    }
    .album-list ul li .bottom .item a{
        display: none;
    }
    .album-list ul li .bottom .item a:nth-child(1),
    .album-list ul li .bottom .item a:nth-child(2),
    .album-list ul li .bottom .item a:nth-child(3){
        display: block;
    }
    .album-show-top{
        background: linear-gradient(180deg, #fff7e9 0%, #f8d8a6 100%);
        height: auto;
        padding: 10px;
    }
    .album-show-top .more{
        flex-direction: column;
        gap: 10px;
    }

    .album-yd-list ul{
        gap: 10px;
    }
    .album-yd-list ul li{
        width: 100%;
        margin: 0 !important;
    }
    .album-yd-list{
        width: 100%;
        padding: 0 !important;
    }
    .album-yd-list ul li a{
        padding: 0 !important;
        display: block;
        width: 100%;
    }
    .ztxq1{
        display: flex;
        flex-wrap: wrap;
    }
    .ztxq1 span{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    body{
        overflow-x: hidden;
    }
    .search form button{
        min-width: 56px;
    }
    .layui-layer{
        top: 0 !important;
        width: 100% !important;
    }
    .index-app-container{
        padding: 10px;
    }
    .index-app-content ul li .name{
        width: 100%;
    }
    .index-rank{
        padding: 10px;
    }

    .news-list ul li .info .two-cute{
        /* display: none; */
    }
    .news-list ul li .info .time{
        /* display: none; */
    }
    .news-list ul li .img{
        aspect-ratio: 16/9;
		height: auto !important;
    }
    .news-list ul li .info{
        justify-content: center;
    }
    .news-list ul li .info .name{
        font-size: 16px;
        -webkit-line-clamp: 3;
    }
    .news-list ul li .info{
        height: auto;
    }
    .list-game-li ul li{
        height: auto !important;
    }
    .list-game-li ul li .tags{
        padding: 6px 0 !important;
    }
    .list-game-li ul li .info{
        height: auto !important;
    }
    .list-game-li ul li .info .name{
        white-space: wrap;
    }
    .show-game-top .info p{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .show-game-top .info p *{
        margin: 0 !important;
        padding: 0 !important;
    }
    .index-game-content ul li .name{
        width: 100%;
    }
    .searchbutton1{
        display: none;
    }
    .searchbutton2{
        display: block !important;
    }
}
.searchbutton2{
    display: none;
}
.list-game-li ul li .tags a,
.list-game-li ul li .tags span{
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 排行榜 */
.phzb{
	width: 100%;
	display: flex;
	gap: 10px;
   padding-top: 10px;
}
.phzbs{
	width: 33%;
	height: 50px;
	border: 1px solid var(--public-color);
	border-radius: 10px;
	font-size: 18px;
	overflow: hidden;
}
.phzbsa{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.phzbs.on,
.phzbs:hover{
	background-color: var(--public-color);
}
.phzbs.on .phzbsa,
.phzbs:hover .phzbsa{
	color: #000;
}
/* 排行榜end */
/* 页码 */
.mngfPage{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.mngfPage a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 30px;
	border: 1px solid #eeeeee;
	color: #555555;
	border-radius: 6px;
}
.currentPage,
.mngfPage a:hover{
	background-color: var(--public-color);
	color: #000 !important;
}
/* 页码end */


/* 标签 */
.xz_tags{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}
.xz_tags .tag{
    display: block;
    width: auto;
    padding:0 10px;
    border: 1px solid var(--public-color);
    border-radius: 5px;
    color: var(--public-color);
}
.tag:hover{
	background-color: var(--public-color);
	color: #fff !important;
}

/* 标签end */

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

/* 语言 */
.headerlan{
    border: none !important;
  }
  .headerlan i{
  color: #888;
  }
  .lanneed{
    padding: 0px;
  }
  .languagechoose{
    display: flex;
    flex-direction: column;
  }
  .languagechoosea{
    height: 35px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 35px;
  }
  .languagechoosea.on{
    background-color: var(--public-color);
    color: #000;
  }
  .languagechoosea:hover{
    background-color: var(--public-color);
    color: #000;
   
  }
  .footer a{
    color: #999;
  }

  /* 语言end. */


  /* view all */
.viewAll{
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vall_btn{
	width: 100%;
	height: 40px;
	background-color: var(--public-color);
	border: none;
	border-radius: 5px;
	color: #fff;
    box-sizing: border-box;
}
.vall_btna{
    box-sizing: border-box;
    color: #3d49e7;
    display:block;
    width:100%;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
}
.vall_btna:hover{
	color: #000;
}


/* 标签 */
.xztag{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}
.xatags{
    display: block;
    width: auto;
    padding: 10px;
    border: 1px solid var(--public-color);
    border-radius: 5px;
    color: var(--public-color);
}
.xatags:hover{
	background-color: var(--public-color);
	color: #fff !important;
}


.xzoFangList{ width: 100%;}
.xzoFangList li{ margin-top:20px; border-bottom: 1px solid #eeeeee; padding-bottom: 20px;}
.xzoFangList li span{ display: block; float: left; width: 64px; height: 64px;}
.xzoFangList li span img{  width: 100%; height: 100%; object-fit: cover; border-radius: 100px;}
.xzoFangList li dl{ float: left; width: calc(100% - 84px); margin: 0px 0px 0px 20px;}
.xzoFangList li dl dt{ color: #5f727e;}
.xzoFangList li dl dd.cont1{ margin-top:10px; color: #999999;}
.xzoFangList li dl dd.cont1 i.red{ color: #ffbe14;}
.xzoFangList li dl dd.cont1 i.xingxing{ margin-right: 3px;}
.xzoFangList li dl dd.cont2{ margin-top:10px;}
.xzoFangList li dl dd.cont2 p{ padding-top:10px;}
.xzoFangList li dl dd.cont3{ margin-top:15px;}
.xzoFangList li dl dd.cont3 img{ max-width: 100%;}
.xzoFangList li dl dd.cont4{ margin-top:15px; color: #999999;}
.xzoRateList{ width: 100%;}
.xzoRateList li{display: block !important; margin-top:20px;width: 100% !important;}
.xzoRateTitle{ width: 100%;}
.xzoRatexingxing{ width: 100%; margin-top:15px; color: #999999;}
.xzoRatexingxing i{ margin-right: 3px; cursor: pointer;}
.xzoRatexingxing i.red{ color: #ffbe14;}
.xzoRateTextarea{ width: 100%; margin-top:15px;}
.xzoRateTextarea textarea{ width: 100%; height: 100px; border: 1px solid #eeeeee; padding: 10px 0px 0px 10px; box-sizing: border-box;}
.xzoRateText{ width: 100%; margin-top:15px;}
.xzoRateText input.text1{ width: 100%; height: 35px; border: 1px solid #eeeeee; padding: 0px 0px 0px 10px; box-sizing: border-box;}
.xzoRateSubmit{ width: 200px; margin-top:15px;}
.xzoRateSubmit input.submit1{ width: 100%; height: 35px; border: none; background: none;
	 background: #ffcd00; border-radius: 5px; color: #ffffff; cursor: pointer;} 
.xzoTanBg3{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); position:absolute; left: 0px; top: 0px; position:fixed; z-index:102;}
.xzoPingBox{z-index: 999999;width: 500px; height:530px;
	 background: #FFFFFF; position:absolute; left: 50%; top: 50%; margin-left:-250px; margin-top:-265px; border-radius: 5px;}
.xzoPingTitle{ width: 90%; margin: auto; margin-top:20px;}
.xzoPingTitle h2{ font-size: 20px; color: #333333; float: left;}
.xzoPingTitle span{ display: block; width: 17px; height: 17px;  background-size: 200px 200px; position:absolute; right:5%; top: 25px; cursor: pointer;}
.xzoPingIn{ width: 90%; margin:auto;     margin-top: 60px;}
.xzoPingIn .xzoRateSubmit{ margin: auto;}
.xzoKingsTitle3 h2{ font-size: 24px; font-weight: bold; color: #333333; float:left;}
.xzoKingsTitle3 a{ display: block; float: right; margin-top:5px; font-size: 16px; font-weight: bold; color: #0081d5;}
.xzoRateList2{ display: none;}
@media screen and (max-width:768px){
  .xzoPingBox{ width: 94%; margin-left:0px; left: 3%;}
  .xzoRateList{ display: block;}
  .xzoTanBg3{ display: none;}
  .xzoKingsTitle3 a{ display: none;}

}
.GamedetailL12{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .GamedetailL12s{
   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 10px;
  
  }
  .GamedetailL12s_1{
    display: flex;
    gap: 20px;
    overflow: hidden;
    align-items: center;
    color: #888888;
  }
  .GamedetailL12s_11{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .GamedetailL12s_12{
    font-size: 16px;
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .GamedetailL12s_2{
    font-size: 14px;
    line-height: 26px;
  
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }