<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-tag{
	height: 525px;
	overflow: hidden;
}
.banner-one {
	width: 430px;
	height: 100%;
	margin: 10px 8px 0 0;
}
.banner-one .s-banner-pic {
	width: 100%;
	height: 285px;
}
.s-banner-pic img{
	width: 100%;
	height: 100%;
}
.s-banner-pic .slide-text{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
.s-banner-pic .pagination{
	width: 110px;
    height: 20px;
	background: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 5px 0 0;
    z-index: 1;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	left: auto;
}
.s-banner-pic .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active{
	background: #FF5722;
}
/*新手指南*/
.newbie-guide {
	height: 232px;
	padding: 10px;
	margin-top: 8px;
	overflow: hidden;
}
.newbie-guide dl {
	width: 100%;
	background: #dfdfdf;
	margin-top: 12px;
	float: left;
	overflow: hidden;
}
.newbie-guide dl:first-child {
	margin-top: 0;
}
.newbie-guide dl dt {
    width: 60px;
    height: 100px;
    line-height: 18px;
    font-size: 15px;
    background: #777;
    color: #e9fff6;
    float: left;
    position: relative;
}
.newbie-guide dl dt span{
	display: block;
    width: 36px;
    letter-spacing: 3px;
    line-height: 18px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.newbie-guide dl dd {
	width: auto;
	height: 100px;
	font-size: 14px;
	background: #dfdfdf;
	overflow: hidden;
}
.newbie-guide dl dd a {
	width: 25%;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.newbie-guide dl dd a:hover {
	color: #9c6645;
}
.newbie-guide dl dd a:after {
	content: "";
	position: absolute;
	height: 12px;
	margin: auto;
	top: -12px;
	bottom: -12px;
	right: 0;
	width: 1px;
	background: #664880;
}
.newbie-guide dl dd a:nth-of-type(4n)::after,
.newbie-guide dl dd a:last-child::after {
	display: none;
}
.banner-two {
	width: 420px;
	height: 525px;
	margin: 10px 8px 0 0;
}
.newest{
	padding: 0 10px !important;
}
.newest li{
	height: 35px;
	line-height: 35px;
	padding-left: 50px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.newest li:last-child{
	border-bottom: none;
}
.newest li em{
	color: #ff2c2c;
	font-style: normal;
	position: absolute;
	left: 10px;
}
.newest li .newest-title{
	width: 80%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newest li .newest-time{
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.newest li:hover em{
	display: inline-block;
    width: 40px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    top: 8px;
    left: 4px;
    background: #ff2c2c;
    color: #d4d4d4;
}
.newest li:hover .newest-title,
.newest li:hover .newest-time {
	font-weight: 600;
	color: #ff2c2c;
}

.newest .newest-des,
.newest .newest-xq{
	display: none;
}
/*banner-two的第一个li样式*/
.newest li:first-child{
	height: 100px;
	padding: 8px;
}
.newest li:first-child em,
.newest li:first-child .newest-time{
	display: none;
}
.newest li:first-child .newest-title{
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
    text-align: center;
    color: #ff5252;
}
.newest li:first-child  .des-xq{
	height: 45px;
	line-height: 20px;
    text-indent: 30px;
    margin-top: 5px;
    overflow: hidden;
}
.newest li:first-child .newest-des{
	color: #bca094;
	display: inline;
}
.newest li:first-child .newest-xq{
	color: #ff5252;
	display: inline;
}
.newest li:first-child .newest-title:hover{
    color: #fd2c2c;
}
.newest li:first-child .newest-xq:hover{
	font-weight: normal;
	color: #fd2c2c;
}
/*游戏攻略*/
.game-guide{
	height: 350px;
}
.game-guide dl{
	width: 550px;
	height: 140px;
    float: left;
    margin: 20px 0 0 25px;
    display: inline;
}
.game-guide dl dt{
	width: 212px;
    float: left;
    margin-top: 6px;
}
.game-guide dl dt a{
	width: 100%;
    height: 135px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    position: relative;
}
.game-guide dl dt a:hover{
	border: 2px solid #c42545;
}
.game-guide dl dt a:hover img{
	transform: scale(1.25);
}
.game-guide dl dt a:hover p{
	color: #c42545;
}
.game-guide dl dt img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease 0s;
}
.game-guide dl dt span{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	background: rgba(0, 0, 0, .2);
	color: #f8f8f8;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.game-guide dl dd{
	width: 320px;
	float: right;
}
.acc-list li {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	position: relative;
}
.acc-list li b{
	position: absolute;
	left: 0;
}
.acc-list li a {
	display: inline-block;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.acc-list li:hover,
.acc-list li:hover a{
	color: #9c6645;
}
.acc-list li span {
	position: absolute;
	right: 25px;
}
/*游戏图片*/
.photo-content{
    padding: 10px;
}
.photo-content li{
	width: auto;
	height: 283px;
	margin-right: 10px;
}
.photo-content li:last-child{
	margin-right: 0;
}
.photo-content li img{
	height: 100%;
}
.comment-rating{
	overflow: hidden;
}
.rating-wrap{
	background: #f7f7f7;
}

.rating-wrap .rating{
	width: 500px;
	height: 55px;
	margin: 0 auto;
}
.rating-wrap .rating .rating-botton{
	left: 30px;
	top: 15px;
}
.rating-wrap .rating .rating-star{
	margin-top: 19px;
}
.rating-wrap .rating .rating-edit{
	top: 23px;
	right: 30px;
	transform: none;
}
.noreview{
	height: 300px;
	text-align: center;
}
/*玩家评论模块css*/
.review-list{
	width: 1170px;
    margin: 0 auto;
    position: relative;
}
.review-list li{
    width: 370px;
    background: #dfdfdf;
    border: 1px solid #C3C3C3;
    margin: 10px;
	padding: 15px;
	border-radius: 4px;
	position: absolute;
	transition: all .4s;
}
.review-list .li-top{
	margin-bottom: 5px;
	display: flex;
	position: relative;
}
.review-list .avatar{
	width: 50px;
}
.review-list .avatar img{
	width: 50px;
	height: 50px;
    border-radius: 50%;
}
.review-list .username{
	margin-left: 10px;
	display: flex;
	flex-flow: column;
}
.review-list .username span{
	position: absolute;
	top: 0;
	right: 0px;
}
.review-list .username .star{
	margin-top: 5px;
	text-align: left;
}
.review-list .item-text{
	line-height: 22px;
}
.rating-wrap .more {
	width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 15px;
}
.relate-wrap{
	padding: 0 0 20px;
	margin-top: 0;
}
.relate-wrap li{
	width: 117px;
	margin: 15px 0 0 14.7px;
}
.relate-wrap li:nth-of-type(3n+1){
	margin: 15px 0 0 14.7px;
}
.relate-wrap li img{
	width: 117px;
	height: 117px;
}
/*友情链接模块*/
.friendly-links {
	padding: 10px;
}
.friendly-links a {
	display: inline-block;
	margin: 10px;
}

.guide{
height: 120px;
    margin: 10px 0;
    background-color: #f7f7f7;
}

.guide dl{
    width: 580px;
    float: left;
    height: 100px;
    margin: 10px;
}
.guide dl dt{
width: 60px;
    height: 100px;
    line-height: 18px;
    font-size: 16px;
    background: #777;
    color: #e9fff6;
    float: left;
    position: relative;
}
.guide dl dt span{
display: block;
    width: 40px;
    letter-spacing: 3px;
    line-height: 18px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.guide dl dd{
    width: auto;
    height: 100px;
    font-size: 14px;
    background: #dfdfdf;
    overflow: hidden;
}
.guide dl dd a{
width: 20%;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

dl dd a:hover {
	color: #9c6645;
}
.guide dl dd a:after {
	content: "";
	position: absolute;
	height: 12px;
	margin: auto;
	top: -12px;
	bottom: -12px;
	right: 0;
	width: 1px;
	background: #664880;
}
.guide dl dd a:nth-of-type(5n)::after,
.guide dl dd a:last-child::after {
	display: none;
}

.goodslist{
height: 232px;
    padding: 10px;
    margin-top: 8px;
    overflow: hidden;
}
.goodslist li {
    height: 31px;
    line-height: 31px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.goodslist li span {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
</pre></body></html>