﻿#fixed {
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: 14px;
	color: #999;
}

#fixed a {
	color: #999;
}


.news-left {
	width: 795px;
}

.news-right {
	width: 385px;
}

.news-tabs {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.news-tabs ul {
	display: flex;
	align-items: center;
}

.news-tabs ul li {
	/*width: 110px;*/
	height: 50px;
	/*background: url('../images/news_tab.png')no-repeat center;*/
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-right: 15px;
}

.news-tabs ul li:last-child {
	margin-right: 0;
}

.news-tabs ul li::before {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -7.5px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
	border-radius: 50%;
	z-index: 1;
}

.news-tabs ul li::after {
	content: '';
	position: absolute;
	bottom: -24px;
	left: 50%;
	width: 6px;
	height: 6px;
	background-color: #dcdcdc;
	margin-left: -4.5px;
	z-index: 3;
	border-radius: 50%;
}

.news-tabs ul li a {
	font-size: 16px;
	white-space: nowrap;
	color: #666;
	overflow: hidden;
}

.news-tabs ul li.active,
.news-tabs ul li:hover {
	/*background: url('../images/news_tab_active.png')no-repeat center;*/
}

.news-tabs ul li.active a,
.news-tabs ul li:hover a {
	color: var(--public-color);
}

.news-tabs ul li.active::after,
.news-tabs ul li:hover::after {
	background-color: var(--public-color);
}

.news-tabs ul li.active::before,
.news-tabs ul li:hover::before {
	border: solid 1px var(--public-color);
}

.list-news ul li {
	margin-bottom: 30px;
}

.list-news ul li .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 27px;
}

.list-news ul li .img {
	width: 244px;
	height: 150px;
	position: relative;
}

.list-news ul li .img span {
	width: 73px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 14px;
	color: #fff;
}

.list-news ul li .img img {
	width: 244px;
	height: 150px;
}

.list-news ul li .info {
	margin-left: 27px;
	height: 150px;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 25px;
	font-size: 16px;
	color: #888;
	padding-top: 7px;
	line-height: 27px;
}

.list-news ul li .tags {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.list-news ul li .time {
	font-size: 14px;
}

.list-news ul li .time span:not(:last-child) {
	margin-right: 20px;
}

.list-news ul li .down {
	width: 110px;
	height: 42px;
	background-color: #f7f7f7;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #888;
}

.list-news ul li .down:hover {
	width: 110px;
	height: 42px;
	background-color: #f74837;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
}


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

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

.pagination li.active span.page-link {
	display: block;
	padding: 5px 13px;
	background: var(--public-color);
	color: #fff;
	border: 1px solid var(--public-color);
}

.pagination li a {
	display: block;
	padding: 5px 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: #fff;
	border: 1px solid var(--public-color);
}

.side-box {
	margin-bottom: 25px;
}

.side-box:last-child {
	position: sticky;
	top: 20px;
}

.side-week-hot {
	padding: 20px 12px;
	margin-top: 14px;
}

.side-week-hot ul li {
	margin-bottom: 20px;
}

.side-week-hot ul li .bottom {
	display: none;
	margin-left: 37px;
	margin-top: 18px;
}

.side-week-hot ul li.active .bottom {
	display: flex;
}

.side-week-hot ul li .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.side-week-hot ul li .num {
	width: 22px;
	height: 22px;
	background-color: #d8d8d8;
	border-radius: 6px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}

.side-week-hot ul li:nth-child(1) .num {
	background: var(--public-color);
}

.side-week-hot ul li:nth-child(2) .num {
	background: #ff796c;
}

.side-week-hot ul li:nth-child(3) .num {
	background: #ffa49b;
}

.side-week-hot ul li .name {
	margin-left: 10px;
	font-size: 16px;
	color: #333;
}

.side-week-hot ul li .img {
	width: 130px;
	height: 90px;
}

.side-week-hot ul li .img img {
	width: 130px;
	height: 90px;
}

.side-week-hot ul li .t3 {
	margin-left: 12px;
	line-height: 28px;
	font-size: 14px;
	color: #888;
}

.side-hot-gl {
	padding: 18px;
	margin-top: 13px;
}

.side-hot-gl ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.side-hot-gl ul li {
	width: 165px;
	margin-bottom: 17px;
}

.side-hot-gl ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.side-hot-gl ul li .img {
	width: 165px;
	height: 115px;
	object-fit: cover;
}

.side-hot-gl ul li .img img {
	width: 165px;
	height: 115px;
	object-fit: cover;
}

.side-hot-gl ul li .t2 {
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
}

.side-hot-game {
	padding: 20px;
	margin-top: 13px;
}

.side-hot-game ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.side-hot-game ul li:last-child {
	margin-bottom: 0;
}

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

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

.side-hot-game ul li .info {
	margin: 0 15px;
	font-size: 12px;
	color: #888;
}

.side-hot-game ul li .name {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.side-hot-game ul li .down {
	width: 75px;
	height: 40px;
	background-color: var(--public-color);
	border-radius: 6px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.article-top {
	text-align: center;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.article-top h1 {
	font-size: 30px;
	color: #222;
	margin-top: 0;
	margin-bottom: 35px;
	line-height: 40px;
}

.article-top p {
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #888;
	line-height: 18px;
}

.article-top p span:not(:last-child) {
	margin-right: 15px;
}


.article-content {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 0 14px;
}

.article-content p {
	margin: 14px 0;
	line-height: 35px;
}

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

.article-content p iframe {
	display: block;
	margin: 0 auto;
	
	max-width: 100%;
	aspect-ratio: 16/9;
	height: auto;
}
.game-content{
	margin-top: 16px;
}
.article-content p img {
	display: block;
	margin: 0 auto;

	width: 100%;
}

.article-next {
	height: 40px;
	background-color: #f6f6f6;
	line-height: 40px;
	font-size: 14px;
	color: #888;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
}

.article-next:hover {
	color: #888;
}

.left-box {
	margin-top: 30px;
}

.left-box:last-child {
	margin-bottom: 50px;
}

.game-tabs {
	box-shadow: 0px 0px 9px 0px rgba(160, 160, 160, 0.3);
	border-radius: 10px;
	padding: 20px;
	padding-bottom: 0;
	padding-right: 0;
	margin-top: 30px;
	margin-bottom: 20px;
}

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

.game-tabs ul li {
	/* width: 120px; */
	padding: 0 16px;
	height: 44px;
	border-radius: 6px;
	border: solid 1px #eeeeee;
	text-align: center;
	line-height: 42px;
	margin-bottom: 20px;
	margin-right: 19px;
}

.game-tabs ul li.active,
.game-tabs ul li:hover {
	border: solid 1px var(--public-color);
}

.game-tabs ul li a {
	font-size: 16px;
	color: #666;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.game-tabs ul li.active a,
.game-tabs ul li:hover a {
	color: var(--public-color);
}

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

.list-game ul li {
	width: 230px;
	border-radius: 10px;
	border: solid 1px #eeeeee;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #888;
	padding-top: 30px;
	margin-bottom: 20px;
	margin-right: 12px;
	position: relative;
}

.list-game ul li .num {
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	width: 72px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/album_show_num.png')no-repeat center;
}

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

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

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

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

.list-game ul li .name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 20px;
	width: 80%;
	text-align: center;
}

.list-game ul li .down {
	height: 48px;
	line-height: 48px;
	background: #F8F8F8;
	border-top: 1px solid #eee;
	width: 100%;
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #888;
	border-radius: 0 0 10px 10px;
}

.list-game ul li .down .icon {
	width: 19px;
	height: 14px;
	background: url('../images/rank_list_down.png')no-repeat center;
	margin-right: 10px;
}

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

.list-game ul li:hover .down .icon {
	background: url('../images/rank_li_active.png')no-repeat center;
}

.game-show-head {
	height: 297px;
	border-radius: 10px;
	/* background: url('../images/game_show_bg.png')no-repeat center; */
	padding-top: 30px;
	padding-left: 30px;
	background-color: #FFEBD8;

}
.xzxq_pf{
	width: 130px;
  height: 115px;
  background-image: url(../images/single-app-score.png);
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 50px 0 10px;
}
.xzxq_pf b{
	color: #fff;
  display: inline-block;
  margin-top: 35px;
  /* margin-left: 5px; */
  font-size: 28px;
  text-shadow: #fe6046 1px 1px 1px;
}
.soft-show-head {
	height: 297px;
	border-radius: 10px;
	background: url('../images/soft_show_bg.png')no-repeat center;
	padding-top: 30px;
	padding-left: 30px;
}

.album-show-head {
	height: 297px;
	border-radius: 10px;
	background: url('../images/album_show_bg.png')no-repeat center;
	padding-top: 30px;
	padding-left: 30px;
}

.gift-show-head {
	height: 297px;
	border-radius: 10px;
	/*background: url('../images/gift_show_bg.png')no-repeat center;*/
	padding-top: 30px;
	padding-left: 30px;
}

.gift-show-head-1 {
	height: 208px;
	border-radius: 10px;
	/*background: url('../images/gift_show_bg.png')no-repeat center;*/
	padding-top: 30px;
	padding-left: 30px;
}

.game-show-head .top {
	display: flex;
	align-items: center;
}

.game-show-head .info {
	margin-left: 23px;
	gap: 10px;
	/* height: 150px; */
	justify-content: space-between;
	color: #888;
	font-size: 16px;
}

/* 下载按钮 */
.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: 22px;
}

.downloada a.download {
    display: block;
    width: 89%;
    height: 71px;
	background: linear-gradient(90deg, #fd7405 0%, #f74837 100%);
    margin: 20px 0px 0px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    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;	
	display: flex;
}

.downloada span a {
    color: #2e83f1;
    text-decoration: none;

}

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

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

.game-show-head .info span:first-child {
	display: flex !important;
	margin-right: 10px;
	min-width: 200px;
	display: inline-block;
}
.game-show-head .info span:first-child a{
	color: #888;
	display: block;
}
.game-show-head .info h1 {
	margin: 0;
	/*margin-bottom: 10px;*/
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
blockquote{
	line-height: 35px;
	font-size: 16px;
}
.game-show-img {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	flex-shrink: 0;
}
.game-content p,
.game-content ul,
.game-content ol,
.game-content li,
.game-content div{
	font-size: 16px;
}
.topics-game-show-img{
	width: 260px;
	height: 150px;
	border-radius: 20px;
	flex-shrink: 0;
}
.side-gamer-comment {
	padding-top: 21px;
	padding-left: 21px;
	margin-top: 13px;
}

.side-gamer-comment ul {
	display: flex;
	flex-wrap: wrap;
}

.side-gamer-comment ul li {
	width: 75px;
	margin-right: 14px;
	margin-bottom: 21px;
}

.side-gamer-comment ul li .img {
	width: 75px;
	height: 75px;
	border-radius: 15px;
}

.side-gamer-comment ul li .img img {
	width: 75px;
	height: 75px;
	border-radius: 15px;
}

.side-gamer-comment ul li .name {
	text-align: center;
	font-size: 15px;
	color: #666;
	margin-top: 11px;
}

.btn-code {
	display: none;
	position: absolute;
	left: 28px;
	bottom: -175px;
	width: 155px;
	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;
}

.btn-code img {
	width: 125px;
	height: 125px;
	margin-top: 8px;
	margin-bottom: 7px;
}

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

.show-down {
	display: flex;
	margin-top: 30px;
}

.show-down>div {
	position: relative;
	width: 212px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	background: url('../images/game_btn2.png')no-repeat center;
	border-radius: 6px;
}

.show-down>div>img {
	margin-right: 15px;
}

.show-down .no-down img {
	margin-right: 0;
}

.show-down>div:first-child {
	background: url('../images/game_btn1.png')no-repeat center;
	margin-right: 20px;
}

.show-down>div:hover>.btn-code {
	display: block;
}

.game-down-href {
	width: 212px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	background: url('../images/game_btn1.png')no-repeat center;
	border-radius: 6px;
	margin-right: 15px;
}

.gift-down-href {
	width: 212px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	background: url('../images/game_btn2.png')no-repeat center;
	border-radius: 6px;
	margin-right: 15px;
}

.gift-btn {
	cursor: pointer;
}

.gift-down-href:hover {
	color: #fff;
}

.gift-down-href img {
	margin-right: 15px;
}

.game-down-href img {
	margin-right: 15px;
}

.game-down-href:hover {
	color: #fff;
}

.game-content {
	line-height: 35px;

}
.game-content a {
	font-size: 16px;
	color: #666;
	margin: 14px 0;
	border:1px solid #f6f6f6;
	padding-left:16px;
}

.game-content a:hover {
	font-size: 16px;
	color: #f74837;
	border:1px solid #f74837;
}


.game-content p img {
	max-width: 80%;
}

.game-content h2,
.game-content h3 {
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: var(--public-color);
	font-weight: bold;
	background: #FFFAFA;
}
.game-content .cont p{
	font-size: 16px;
}
.game-show-swiper {
	position: relative;
	overflow: hidden;
	flex: 1;
}

.game-show-swiper img {
	width: 100%;
	height: 100%;
}

.game-swiper {
	margin: 0 35px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.game-next {
	width: 73px;
	height: 73px;
	position: absolute;
	margin-left: 28px;
	right: -36px;
	top: 50%;
	z-index: 99;
	margin-top: -36.5px;
	cursor: pointer;
}

.game-prev {
	width: 73px;
	height: 73px;
	position: absolute;
	left: -36px;
	top: 50%;
	z-index: 99;
	margin-top: -36.5px;
	cursor: pointer;
}

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

.list-album ul li .top .name {
	padding-left: 25px;
	background: url(../images/title_1.png)no-repeat center left;
	font-size: 20px;
	/*color: #333;*/
	font-weight: bold;
}

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

.list-album ul li .top span {
	font-size: 14px;
	color: #cc9696;
	margin-left: 19px;
}

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

.list-album ul li .bottom>.item {
	width: 130px;
	height: 160px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #eeeeee;
	text-align: center;
	padding-top: 21px;
	margin-right: 22px;
	flex-shrink: 0;
	margin-bottom: 16px;
}

.list-album ul li .bottom>.item:last-child {
	margin-right: 0;
}

.list-album ul li .bottom>.item .img {
	width: 87px;
	height: 87px;
	border-radius: 20px;
	margin: 0 auto;
}

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

.list-album ul li .bottom>.item .name {
	margin: 0 6px;
	margin-top: 16px;
	font-size: 16px;
}

.album-right-game {
	background: url('../images/album_game_bg.png')no-repeat center;
	width: 349px;
	height: 273px;
	padding-top: 75px;
	padding-left: 28px;
	padding-right: 30px;
	margin-right: 32px;
	margin-top: -10px;
}

.album-right-game .img {
	width: 80px;
	height: 80px;
	border-radius: 12px;
}

.album-right-game .img img {
	width: 80px;
	height: 80px;
	border-radius: 12px;
}


.album-right-game .album-game-info {
	height: 78px;
	justify-content: space-between;
	margin: 0 19px;
	font-size: 14px;
	color: #888;
}
.album-right-game .album-game-info p{
	display: flex;
}
.album-right-game .album-game-info .name {
	font-size: 16px;
	color: #333;
	margin-bottom: 9px;
}

.album-right-game .t2 {
	line-height: 30px;
	margin-top: 18px;
	font-size: 14px;
	color: #888;
}

.album-xg-list {
	display: flex;
	align-items: center;
	margin-top: 35px;
	font-size: 16px;
	color: #888;
}

.album-xg-list ul {
	display: flex;
	align-items: center;
}

.album-xg-list ul li {
	display: none;
	/* width: 163px; */
	height: 40px;
	line-height: 38px;
	text-align: center;
	padding: 0 12px;
	border: solid 1px #f0cead;
	margin-right: 8px;
}

.album-xg-list ul li:nth-child(1),
.album-xg-list ul li:nth-child(2){
	display: block;
}
.album-xg-list ul li a {
	font-size: 16px;
	color: #cc6633;
}

.mt-0 {
	margin-top: 0 !important;
}

.list-gift-game ul li .down .icon {
	width: 15px;
	height: 17px;
	background: url('../images/index_gift.png')no-repeat center;
}

.list-gift-game ul li:hover .down .icon {
	background: url('../images/index_gift_down.png')no-repeat center;
}

.list-gift ul li {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

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

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

.list-gift ul li .right {
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 20px;
	margin-left: 20px;
}

.list-gift ul li .info {
	font-size: 14px;
	color: #888;
	margin-right: 25px;
}
.list-gift ul li .info .t1{
	display: flex;
}
.list-gift ul li .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 27px;
}

.list-gift ul li .down {
	font-size: 0;
	background: url('../images/game_down.png')no-repeat center;
	width: 53px;
	height: 48px;
}

.list-gift ul li:hover .down {
/*	width: 50px;
	height: 49px;
	background: var(--public-color);
	border-radius: 50%;
	text-align: center;
	line-height: 47px;
	font-size: 30px;
	color: #fff;
	padding-bottom:20px;
	text-shadow: 2px 2px 2px #666;*/
}
.side-gift-rank {
	padding: 20px 12px;
	margin-top: 14px;
}

.side-gift-rank ul li {
	margin-bottom: 20px;
}

.side-gift-rank ul li .bottom {
	display: none;
	margin-left: 37px;
	margin-top: 18px;
}

.side-gift-rank ul li.active .bottom {
	display: flex;
}

.side-gift-rank ul li .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.side-gift-rank ul li .num {
	width: 22px;
	height: 22px;
	background-color: #d8d8d8;
	border-radius: 6px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}

.side-gift-rank ul li:nth-child(1) .num {
	background: var(--public-color);
}

.side-gift-rank ul li:nth-child(2) .num {
	background: #ff796c;
}

.side-gift-rank ul li:nth-child(3) .num {
	background: #ffa49b;
}

.side-gift-rank ul li .name {
	margin-left: 10px;
	font-size: 16px;
}

.side-gift-rank ul li .img {
	width: 100px;
	height: 90px;
	border-radius: 20px;
}

.side-gift-rank ul li .img img {
	width: 100px;
	height: 90px;
	border-radius: 20px;
}

.side-gift-rank ul li .t2 {
	line-height: 28px;
	font-size: 14px;
	color: #888;
	display: flex;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex-wrap: wrap;
}
.side-gift-rank ul li .t2 a{
	color: #888;
}

.side-gift-rank ul li .info {
	margin-left: 18px;
	display: flex;
	flex-direction: column;
	height: 90px;
	justify-content: space-between;
}

.side-gift-rank ul li .get {
	font-size: 14px;
	color: var(--public-color);
	border: 1px solid #f74837;
    border-radius: 6px;
    padding: 5px;
	text-align: center;
}

.side-gift-rank ul li .get:hover {
	font-size: 14px;
	color: #fff;
	border: 1px solid #f74837;
	background-color:#f74837;
    border-radius: 6px;
    padding: 5px;
	text-align: center;
}



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

.gift-show-pop {
	width: 384px;
	height: 404px;
	margin: 0 auto;
	margin-top: 200px;
	background: url('../images/gift_model.png')no-repeat center;
	position: relative;
	text-align: center;
	padding-top: 240px;
}

.gift-show-close {
	width: 48px;
	height: 48px;
	background: url('../images/close.png')no-repeat center;
	text-align: center;
	line-height: 48px;
	color: #3b9dff;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	bottom: -85px;
	left: 50%;
	margin-left: -24px;
}

.gift-show-pop .title {
	height: 60px;
	background-color: #ecf5ff;
	text-align: center;
	line-height: 60px;
	color: #3b9dff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

.gift-show-code {
	margin-top: 33px;
	color: #666;
	font-size: 15px;
}

#gift-btn {
	width: 100%;
	background-color: var(--public-color);
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.goft-show-btn {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 32px;
	padding: 0 30px;
}


.no-found-body {
	height: 616px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 108px;
}

.no-found-body p {
	margin-top: 43px;
	font-size: 18px;
	color: #666;
}

.no-found-body a {
	width: 220px;
	height: 52px;
	border-radius: 6px;
	border: solid 1px #dcdcdc;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	margin-top: 60px;
}

.img-swiper {
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}

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

.about-content {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
}

.about-content p {
	margin: 15px 0;
}

.about-box {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	margin-bottom: 30px;
}

.about-left {
	width: 270px;
	height: 585px;
	border-radius: 6px;
	background: url('../images/about_bg.png')no-repeat center top;
}

.about-right {
	width: 865px;
	margin-right: 25px;
}

.map-list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 11px;
	margin-top: 20px;
}

.map-list a {
	min-width: 110px;
	padding: 0 10px;
	height: 42px;
	background-color: #f8f8f8;
	border-radius: 6px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	margin-right: 9px;
	margin-bottom: 9px;
}

.search-msg {
	height: 50px;
	background-color: #fcf7f6;
	line-height: 50px;
	color: var(--public-color);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 21px;
}

.search-box {
	margin-top: 10px;
}

.search-box .public-title {
	margin-bottom: 25px;
}

.show-list-gift ul li .img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
}

.show-list-gift ul li .img img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
}

.rank-left {
	width: 210px;
}

.rank-right {
	width: 100%;
}

.rank-tabs {
	width: 210px;
	/* height: 490px; */
	/* background: url('../images/rank_left.png')no-repeat center top; */
	padding-top: 20px;
}

.rank-tabs ul {
	/* width: 140px; */
	/* margin: 0 auto; */
	padding: 0 10px;
}

.rank-tabs ul li {
	/* width: 140px; */
	text-align: center;
	height: 59px;
	line-height: 59px;
	border-bottom: dashed 1px #dfb06a;
}

.rank-tabs ul li a {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rank-tabs ul li.active a,
.rank-tabs ul li:hover a {
	color: var(--public-color);
	font-weight: bold;
}

.rank-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.rank-list ul li .num {
	height: 26px;
	width: 72px;
	text-align: center;
	line-height: 26px;
	position: absolute;
	left: -1px;
	top: -1px;
	background: url('../images/album_show_num.png')no-repeat center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

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

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

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

.rank-list ul li .info {
	margin: 0 20px;
	height: 105px;
	justify-content: space-between;
	font-size: 14px;
	color: #888;
	margin-right: 60px;
}

.rank-list ul li .name {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.rank-list ul li .info span{
	display: flex;
}
.rank-list ul li .info span:not(:last-child) {
	margin-right: 30px;
}

.rank-list ul li .down {
	display: none !important;
	height: 100%;
	width: 48px;
	background: #F8F8F8;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 10px 10px 0;
	display: flex;
	align-items: center;
	padding: 0 15px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	color: #888;
	line-height: 24px;
}

.rank-list ul li .down .icon {
	background: url('../images/rank_list_down.png')no-repeat center;
	height: 14px;
	width: 19px;
	margin-bottom: 8px;
}

.rank-list ul li:hover {
	background: url('../images/rank_list_active.png')no-repeat center;
	background-size: 100% 100%;
}

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

.rank-list ul li:hover .down .icon {
	background: url('../images/rank_li_active.png')no-repeat center;
}

.cs-rank-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cs-rank-list ul li {
	width: 585px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.cs-rank-list ul li .top {
	display: flex;
	align-items: center;
	height: 105px;
	background-color: #fdf8f8;
	justify-content: space-between;
	padding-right: 23px;
	position: relative;
}

.cs-rank-list ul li .top::after {
	content: '';
	width: 16px;
	height: 8px;
	background: url('../images/title_1.png')no-repeat center;
	position: absolute;
	left: 19px;
	top: 32px;
}

.cs-rank-list ul li .right {
	display: flex;
	align-items: center;
}

.cs-rank-list ul li .right a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin-left: 15px;
}

.cs-rank-list ul li .right .img img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.cs-rank-list ul li .right a.more {
	background: var(--public-color) url('../images/rank_more.png')no-repeat center;
}

.cs-rank-list ul li .info {
	margin: 0 20px;
	margin-left: 57px;
	font-size: 14px;
	color: #888;
}

.cs-rank-list ul li .info .name {
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.cs-rank-list ul li .bottom {
	display: flex;
	align-items: center;
	margin-top: 19px;
	flex-wrap: wrap;
}

.cs-rank-list ul li .bottom .item {
	width: 104px;
	height: 127px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #eeeeee;
	margin-right: 16px;
}

.cs-rank-list ul li .bottom .item:last-child {
	margin-right: 0;
}

.cs-rank-list ul li .bottom .item img {
	width: 71px;
	height: 71px;
	border-radius: 15px;
	margin: 17px;
	margin-bottom: 10px;
}

.cs-rank-list ul li .bottom .item .name {
	text-align: center;
	margin: 0 5px;
	font-size: 13px;
	color: #333;
}

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

.cs-rank-list ul li:hover .top .name {
	color: #fff;
}

.cs-rank-list ul li:hover .top .info {
	color: #fff;
}

.rank-show-head {
	background: url('../images/rank_show_bg.png')no-repeat center;
	height: 288px;
	background-size: 100%;
	position: relative;
}

.rank-show-head h1 {
	position: absolute;
	width: 750px;
	height: 86px;
	line-height: 86px;
	right: 0;
	top: 61px;
	text-align: center;
	margin: 0;
	font-size: 52px;
	color: #fff;
	background-image: -webkit-linear-gradient(bottom, #ffffff, #ded7f8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.rank-show-head time {
	width: 242px;
	height: 44px;
	position: absolute;
	right: 244px;
	bottom: 66px;
	text-align: center;
	line-height: 44px;
	color: #7b8bf1;
	font-size: 16px;
}

.side-rank-more {
	padding: 16px;
	margin-top: 13px;
}

.side-rank-more ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: space-between;
}

.side-rank-more ul li {
	width: 170px;
	height: 48px;
	background-color: #f6f6f6;
	border-radius: 6px;
	padding: 0 10px;
	text-align: center;
	line-height: 48px;
	margin-bottom: 11px;
}

.side-rank-more ul li a {
	font-size: 16px;
	color: #666;
}

.side-rank-more ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.side-rank-more ul li:hover {
	background: var(--public-color);
}

.side-rank-more ul li:hover a {
	color: #fff;
}

.show-rank-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.show-rank-list ul li {
	width: 391px;
	padding-top: 27px;
	padding-bottom: 27px;
}

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

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

.rank-list ul li .info {
	height: 97px;
	margin-right: 38px;
}

/* boy */
@media screen and (max-width:768px){
	*{
		box-sizing: border-box;
	}
	#top{
		display: none;
	}
	.center{
		width: 100%;
	}
	.header .center{
		display: block;
		/* flex-direction: column; */
		height: auto;

	}
	#search{
		display: block !important;
		position: static;
	}
	.header .center .aic{
		display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        gap: 10px;
        padding: 0;

	}
	.logo{
		margin: 9px 0 0 9px;
		width: 166px;
	}
	.header .center .aic li{
		/* width: 120px ; */
		min-width: 66px;
		height: 50px;
		line-height: 50px;
	}
	.header .center .aic li a{
		padding: 0;
	}
	.search{
		display: none;
	}
	#search{
		display: flex !important;
		justify-content: space-between;
	
	}
	.sy1{
		padding: 10px;
	}
	.index-top-box{
		padding: 10px;
	}
	.index-top-msg{
		flex-wrap: wrap;
		row-gap: 5px;
	}
	.index-top-game ul{
		display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        gap: 10px;
        padding: 0;
	}
	.index-box{
		display: block;
		width: 100%;
		padding: 10px;
		margin-top: 10px;
	}
	.index-left{
		width: 100%;
	}
	.index-right{
		width: 100%;
	}
	.index-swiper{
		width: 100%;
		aspect-ratio: 16/9;
		height: auto;
	}
	.index-big-zuo ul li p{
		flex-wrap: wrap;
		row-gap: 5px;
	}
	.index-big-zuo ul li .info{
		height: auto;
		row-gap: 5px;
	}
	.index-soft-box{
		width: 100%;
		padding: 10px;
		margin-top: 10px;
	}
	.index-soft-box .index-title{
		display: block;
	}
	.index-title > .index-title-a{
		width: 100%;
		padding: 0;
		margin:10px 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.index-title > .index-title-a a{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.index-game-list ul{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.index-game-list ul li{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.index-game-list ul li .name{
		margin: 10px 0;
		width: 100%;
	}
	.index-high-scope ul{
		margin-top: 10px;
		display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        gap: 20px;
		justify-content: flex-start;
	}
	.index-game-box,
	.index-new-box{
		width: 100%;
		padding: 10px;
		/* margin-top: 10px; */
	}
	.index-game-box .index-title,
	.index-new-box .index-title {
		display: block;
	}
	.index-news{
		display: block;
	}
	.index-news-left,
	.index-news-mid,
	.index-news-right{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.index-news-img a{
		width: 100%;
		aspect-ratio: 16/9;
		height: auto;
		margin: 5px 0;
	}
	.index-news-img{
		display: block;
	}
	.index-news-img a img{
		width: 100%;
		aspect-ratio: 16/9;
		height: auto;
	
	}
	.index-news-right .img{
		width: 100%;
		aspect-ratio: 16/9;
		height: auto;
	}
	.index-rank-box{
		padding: 10px;
		margin-top: 10px;
	}
	.index-rank-box .index-rank{
		display: block;
	}
	.index-rank-box .index-rank .item{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.index-rank .item ul li .top span{
		width: auto;
		padding: 0;
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.index-rank .item ul li .top-name{
		min-width: 100px;
	}
	.box{
		width: 100%;
		padding: 10px;
		margin: 0;
	}
	.index-imgs{
		flex-wrap: wrap;
		height: auto;
		gap: 10px;
	}
	.index-imgs .img{
		width: 100%;
	}
	.footer p{
		flex-wrap: wrap;
	}
	#fixed{
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 10px;
	}
	.gift-show-head{
		width: 100%;
		padding: 10px;
		margin: 0;
		background: none;
		height: auto;
	}
	.game-show-head .top{
		flex-direction: column;
	}
	.game-show-head .info{
		margin: 0;
		gap: 10px;
	}
	.game-show-head .info h1{
		font-size: 18px;
		margin: 0;
	}
	.game-show-head .info p{
		text-align: center;
	}
	.show-down{
		margin-top: 20px;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.show-down div,
	.show-down a{
	
		padding: 0 !important;
		margin: 0 !important;
	}
	.center .container{
		display: block;
		padding: 10px;
		margin-top: 0;
	}
	.news-left{
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}
	.news-right{
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}
	.list-gift ul li .down{
		display: none;
	}
	.left-box .jcsb{
		display: block;
	}
	.side-gamer-comment{
		padding: 10px;
	}
	.side-gamer-comment ul{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.side-gamer-comment ul li{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.side-hot-gl{
		padding: 10px;
	}
	.side-hot-gl ul{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.side-hot-gl ul li{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.side-hot-gl ul li .img{
		width: 100%;
		aspect-ratio: 16/9;
		height: auto;
	}
	.side-hot-gl ul li .img img{
		width: 100%;
		aspect-ratio: 16/9;
		height: auto;
	}
	.about-box{
		padding: 10px;
	}
	.about-left{
		display: none;
	}
	.about-right{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.news-tabs ul{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.news-tabs ul li{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		border: 1px solid #f6f6f6;
        border-radius: 9px;
	}
	.news-tabs ul li::before{
		display: none;
	}
	.news-tabs ul li::after{
		display: none;
	}
	.news-tabs ul li a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.list-game ul{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.list-game ul li{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		padding-top: 9px;
	}
	.list-gift-game{
		padding: 10px;
	}
	.list-game ul li .name{
		white-space: wrap;
	}
	.rank-right{
		width: 100%;
	}
	.rank-left{
		width: 100%;
	}
	.rank-tabs{
		width: 100%;
	}
	.rank-tabs{
		background: none;
		height: auto;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.rank-tabs ul{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.rank-tabs ul li{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		height: 39px;
		line-height: 28px;
	}
	.rank-list ul li .info p{
		display: flex;
		flex-direction: column;
		gap: 5px;
		height: auto;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: auto;
	}
	.rank-list ul li .info{
		height: auto;
		gap: 10px;
	}
	.t1{
		display: block !important;
	}
	.rank-list ul li .img{
		width: 70px;
		height: 70px;
	}
	.rank-list ul li .img img{
		width: 70px;
		height: 70px;
	}
	.search-box{
		padding: 10px;
	}
	.list-news ul li .img,
	.list-news ul li .img img{
		width: 128px;
		height: 79px;
	}
	.bottom.flex.jcsb{
		display: flex;
		align-items: center;
	}
	.list-news ul li .time{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: auto;
	}
	.list-news ul li .info{
		height: auto !important;
	}
	.list-news ul li .time span:nth-child(2){
		display: none;
	}
	.list-news ul li .info .t2{
		font-size: 16px;
		line-height: 18px;
	}
	.list-news ul li .down{
		display: none;
	}
	.side-hot-game ul li .info p{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: auto;
	}
	.side-week-hot ul li .img,
	.side-week-hot ul li .img img{
		width: 80px;
		height: 45px;
	}
	.article-top h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.article-top p{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		row-gap: 10px;
	}
	.article-top p span{
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: auto;
	}
	.article-content{
		margin: 0;
	}
	.game-tabs{
		width: 100%;
		padding: 10px;
		margin: 0;

	}
	.game-tabs ul{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.game-tabs ul li{
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.game-tabs ul li a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: auto;
		display: block;
	}
	.list-game{
		width: 100%;
		padding: 10px;
		margin: 0;
	}
	.game-show-head{
		width: 100%;
		padding: 0;
		margin: 0;
		height: auto;
		background: none;
	}
	.game-show-head .info h1{
		text-align: center;
	}
	.game-show-head .info p{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		row-gap: 10px;
	}
	.game-show-head .info{
		width: 100%;
	}
	.game-show-head .info p span{
		width: auto;
		min-width: 0 !important;
		padding: 0;
		margin: 0 !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.list-album ul{
		padding: 10px;
	}
	.list-album ul li .top{
		display: block;
	}
	.list-album ul li .top .right{
		margin-top: 10px;
	}
	.list-album ul li .bottom{
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		gap: 10px;
	}
	.list-album ul li .bottom .item{
		display: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
		height: auto;
		padding: 9px 0;
	}
	.list-album ul li .bottom .item:nth-child(1),
	.list-album ul li .bottom .item:nth-child(2),
	.list-album ul li .bottom .item:nth-child(3){
		display: block;
	}
	.ztxq1{
		width: 100%;
		padding: 10px;
		margin: 0;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		height: auto;
	}
	.ztxq1 .f1{
		width: 100%;
	}
	.album-xg-list{
	flex-direction: column;
	align-items: center;
		gap: 10px;
	}
	.album-xg-list ul{
		width: 100%;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	.album-xg-list ul li{
		width: 100% !important;
		margin: 0 !important;
	
	}
	.album-right-game{
		/*height: auto;*/
		margin: 0;
	}

	.album-xg-list ul li{
		width: auto;
	}
	.ztxq2{
		display: flex !important;
		flex-direction: row !important;
	}
	#lan1{
		display: block !important;
	}
	#lan2{
		display: none;
	}
	.layui-layer{
		width: 100% !important;
	}
	.xzxq_pf{
		margin: 10px;
	}
	.list-gift ul li .info .t1{
		display: flex !important;
		flex-wrap: wrap;
	}
	.list-album ul li .top .name{
		white-space: wrap;
	}
	.rank-tabs{
		width: 100% !important;
		padding: 0;
		margin: 0;
		margin-bottom: 20px;
	}
	.list-news ul li .name{
		white-space: wrap;

	}
	.list-gift ul li .name{
		white-space: wrap;
		margin-bottom: 9px !important;
	}
	.index-big-zuo ul li{
		flex-direction: column;
		gap: 10px;
	}
	.index-big-zuo ul li .img{
		width: 100% !important;
		aspect-ratio: 16/9;
		height: auto !important;
	}
	.index-big-zuo ul li .img img{
		width: 100% !important;
		aspect-ratio: 16/9;
		height: auto !important;
	}
	.index-big-zuo ul li .info{
		margin: 0 !important;
	}
	.index-big-zuo ul li p a{
		width: 100%;
	}
	.phzbs{
		height: 50px !important;
	}
}
/* 排行榜 */
.phzb{
	width: 100%;
	display: flex;
	gap: 20px;
   padding: 10px;
}
.phzbs{
	width: 33%;
	height: 70px;
	border: 1px solid #ff684f;
	border-radius: 10px;
	font-size: 18px;
	overflow: hidden;
}
.phzbsa{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #ff684f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.phzbs.on,
.phzbs:hover{
	background-color: #ff684f;
}
.phzbs.on .phzbsa,
.phzbs:hover .phzbsa{
	color: #fff;
}
/* 排行榜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: #fd494d;
	color: #fff !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 #ea494b;
    border-radius: 5px;
    color: #ea494b;
}
.tag:hover{
	background-color: #ea494b;
	color: #fff !important;
}

/* 标签end */

.headtop1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#lan1{
	display: none;
}
/* 语言 */
.headerlan{
    border: none !important;
  }
  .headerlan i{
  color: #fff;
  }
  .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: #ea494b;
    color: #fff;
  }
  .languagechoosea:hover{
    background-color: #ea494b;
    color: #fff;
   
  }
  .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: #ea494b;
	border: none;
	border-radius: 5px;
	color: #fff;
    box-sizing: border-box;
}
.vall_btna{
    box-sizing: border-box;
    color: #fff;
    display:block;
    width:100%;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
}
.vall_btna:hover{
	color: #000;
}
.t2{
	-webkit-line-clamp: 3;
}
.rank-left{
	margin-right: 16px;
}
.rank-tabs{
    width: 210px;
    /* height: 490px; */
    /* background: url('../images/rank_left.png')no-repeat center top; */
    /* background-color: #f8d8a8; */
    background: linear-gradient(180deg, #fff7e9 0%, #f8d8a6 100%);
    padding-top: 20px;
    margin-right: 16px;
    border-radius: 9px;
    border: 1px solid #ebc07c;
}
.rank-list ul li .info p{
	margin: 16px 0 9px 0;
}
.rank-list ul li .info .t1{
	margin: 0;
}
.rank-list ul li .info{
	height: auto;
}

.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: #fd494d; 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:url(../picture/bg5.png) no-repeat 0px 0px; 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;
}
.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;
}