<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --pm-c: #4068B7;
}
/*éšè—ç±»*/
.hide {
	display: none !important;
}
/*éšè—é®ç½©*/
#aq-model{
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}
/*åº”ç”¨ä¿¡æ¯æ&nbsp;·å¼*/
#app_info{
	margin: 20px 0
}
#app_info li {
	display: inline-block;
	width: 33.33%;
	
}
#app_info li b {
	cursor: pointer;
}
#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}
#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}
#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}
#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}
	#app_info_cover .app_info_main {
		width: 98%;
	}
	#app_info_cover .app_info_close {
		font-size :16px;
		line-height: 42px;
	}
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: .24rem;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	width: 7.5rem;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .01rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
	/*åœ¨ç§»åŠ¨ç«¯æµè§ˆå™¨é»˜è®¤çš„å¤–è§‚åœ¨iOSä¸ŠåŠ&nbsp;ä¸Šè¿™ä¸ªå±žæ€§æ‰èƒ½ç»™æŒ‰é’®å’Œè¾“å…¥æ¡†è‡ªå®šä¹‰æ&nbsp;·å¼*/
	-webkit-appearance: none;
}

a,
a:hover {
	text-decoration: none;
}


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

:focus {
	outline: none;
}


/*ç‚¹å‡»é«˜äº®æˆ‘ä»¬éœ€è¦æ¸…é™¤  è®¾ç½®ä¸ºtransparent å®Œæˆé€æ˜Ž*/
* {
	-webkit-tap-highlight-color: transparent;
}

/*ç¦ç”¨é•¿æŒ‰é¡µé¢æ—¶çš„å¼¹å‡ºèœå•*/
img,
a {
	-webkit-touch-callout: none;
}

/* åŽ»æŽ‰æ»‘åŠ¨æ¡ */
::-webkit-scrollbar {
	display: none
}

/* æ»šåŠ¨æ§½ */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); */
	border-radius: .1rem;
}

/* æ»šåŠ¨æ¡æ»‘å— */
::-webkit-scrollbar-thumb {
	border-radius: .1rem;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.rank-nav li:last-child {
	margin-right: 0px;
}

/* è®¾ç½®æ»šåŠ¨æ¡çš„æ&nbsp;·å¼ */
::-webkit-scrollbar {
	width: .12rem;
}

/*æº¢å‡º*/
.oneTxtLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twoTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fourTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fiveTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.swiper-container-free-mode&gt;.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.wrapper {
	width: 100%;
	background: #F7F7F7;
	/* padding-left: .3rem !important;
	padding-right: .3rem !important; */
}

.module {
	padding: .24rem;
	background: #fff;
	margin-bottom: .2rem;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

a.thum {
	display: block;
	overflow: hidden;
}

a.title {
	display: block;
}
.bgc-fff {
	background-color: #fff;
}

/* è¯„åˆ†å›¾æ&nbsp;‡ */
.star {
	height: 0.32rem;
	width: 1.6rem;
	background: url('../images/star.png') repeat-x center/0.32rem;
	display: inline-block;
	margin: .1rem 0;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/0.32rem;
	height: 0.32rem;
}

.star-1:before {
	width: 0.32rem;
}

.star-2:before {
	width: 0.64rem;
}

.star-3:before {
	width: 0.96rem;
}

.star-4:before {
	width: 1.28rem;
}

.star-5:before {
	width: 1.6rem;
}

/* å¤šæ¬¡ä½¿ç”¨ */
/* é‡å¤ä½¿ç”¨ */
/* åˆ†é¡µå¤šæ¬¡ä½¿ç”¨ */
.pagination {
	padding: .6rem 0 .4rem 0;
	text-align: center;
	color: #4d4d4d;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .28rem;
	border: .02rem solid #E6E6E6;
	color: #4d4d4d;
	background: #fff;
	border-radius: .04rem;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: .06rem .18rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #4d4d4d;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination li:last-child {
	display: inline-block;
}


.none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6;
}
.p-30-33 {
	padding: 0 .3rem 0 .33rem;
}
.m-30-33 {
	margin:0 .3rem 0 .33rem;
}
/* å¯å¤ç”¨ */
.list{
    width: 100%;
}
.list li{
    padding-left: .4rem;
    position: relative;
    margin-bottom: .4rem;
}
.list li:last-child {
    margin-bottom: 0!important;
}
.list li::before{
    content: "";
    display: block;
    width: .32rem;
    height: .3rem;
    position: absolute;
    left: 0;
    top: 0.04rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/list_li_bgi.png);
}
.list li .title{
    font-size: .28rem;
    color: #333;
    padding-right: .4rem;
}
.list li .time{
    font-size: .24rem;
    color: #999;
}


/* åº•éƒ¨ */
.footer {
	background-color: #333;
	height: 2.53rem;
	font-size: .24rem;
	color: #999;
	padding: 0.64rem .6rem 0;
}
.footer .name {
	text-align: center;
	margin-bottom: .2rem;
}
.footer .aBox {
	line-height: .48rem;
	text-align: center;
	width: 5.7rem;
	margin: 0 auto .2rem;
}
.footer .beian {
	text-align: center;
}
.footer a,
.footer .aBox a {
	font-size: .24rem;
	color: #999;
	margin-right: .3rem;
}

.footer .txt {
	line-height: .48rem;
	text-align: center;
	margin-bottom: .2rem;
}

/* é¦–é¡µ */
.header {
	width: 100%;
	padding-top: .71rem;
	box-sizing: border-box;
	/* padding-top: .3rem; */
}
.logoBox {
	margin-bottom: .3rem;
}
.logo{
	display: block;
	width: 1.54rem;
	height: 0.28rem;
}
.searchBox {
	position: relative;
	width: 3.4rem;
	height: 0.6rem;
	border-radius: 198px;
	background-color: #f5f5f5;
	line-height: .55rem;
	overflow: hidden;
}
.searchBox .search{
	padding-right: 1.2rem;
	padding-left: .2rem;
	font-size: .24rem;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}
.searchBox .search::placeholder {
	color: #999;
	font-size: .24rem;
}
.searchBox .search_icon{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: .96rem;
	height: .6rem;
	background: #FA4D4D;
	border-radius: 0px 198px 198px 0px;
}
.searchBox .search_icon::before {
	display: block;
	position: absolute;
	content: "";
	top: .1rem;
	right: .28rem;
	width: 0.4rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/search_icon.png);
}
.navBar {
    box-sizing: content-box;
    white-space: nowrap;
	height: .8rem;
	width: 100%;
	overflow-x: scroll;
	background-color: var(--pm-c);
}
.navBar .aBox {
	height: .8rem;
}
.navBar .aBox a{
	display: inline-block;
	font-size: .28rem;
	color: #fff;
	text-align: center;
	position: relative;
	height: .8rem;
	line-height: .8rem;
	padding: 0 .3rem;
}
.navBar .aBox a.active {
	background-color: #fff;
	background: rgba(255,255,255,0.2);
}
.public_title {
    margin-bottom: .3rem;
	padding-top: .3rem;
	border-top: .02rem solid #eee;
    margin-bottom: .4rem;
}

.public_title .title{
    display: inline-block;
    width: auto;
    font-size: .31rem;
    font-weight: bold;
    color: #333;
    padding: 0 .28rem;
    position: relative;
}
.public_title .title::before{
    display: block;
    content: "";
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    background-color: var(--pm-c);
    position: absolute;
    left: 0;
    top: .15rem;
}
.public_title .title::after{
    display: block;
    content: "";
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    background-color: var(--pm-c);
    position: absolute;
    right: 0;
    top: .15rem;
}
.public_title .more {
	font-size: .24rem;
	color: #999;
}
/* æ¸¸æˆåˆ—è¡¨é¡µé¢ */
.list_game {}
.list_game_itemBox {
	margin-top: .36rem;
}

.other_tltj .itemBox .item{
    height: 2.25rem;
    border: 1px solid #eee;
    padding: .2rem .21rem .13rem;
	margin-bottom: .29rem;
}
.other_tltj .itemBox .item:last-child {
	margin-bottom: 0;
}
.other_tltj .itemBox .item .top{
    margin-bottom: .16rem;
}
.other_tltj .itemBox .item .top .thum{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .15rem;
    position: relative;
    margin-right: .24rem;
}
.other_tltj .itemBox .item .top .box{
    width: 4.98rem;
}
.other_tltj .itemBox .item .top .box .title{
    font-size: .28rem;
    color: #333;
    font-weight: bold;
	margin-bottom: .1rem;
}
.other_tltj .itemBox .item .top .box .text{
    font-size: .24rem;
    color: #888;
    line-height: .36rem;
    height: .72rem;
    width: 3.16rem;
	padding-right: .2rem;
}
.other_tltj .itemBox .item .top .box .see{
    width: 1.2rem;
    height: .6rem;
    background: var(--pm-c);
    border-radius: .1rem;
    line-height: .6rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
}
.other_tltj .itemBox .item .tagBox{
    font-size: .24rem;
    color: #888;
}
.other_tltj .itemBox .item .tagBox .tag{
    height: .5rem;
    background: #F7F7F7;
    border-radius: 4px;
    display: inline-block;
    width: auto;
    padding: 0 .15rem;
    margin-right: .11rem;
    line-height: .5rem;
}
.other_tltj .itemBox .item .tagBox .tag:last-child{
    margin-right: 0;
}
/* æ‰‹æ¸¸ä¸‹è½½è¯¦æƒ…é¡µ */
.show_game {
	background-color: #f7f7f7;
}
.show_game .show_titleBox{
	background-repeat: no-repeat;
	background-size: 100% 2.77rem;
	background-image: url(../images/detail_bgi.png);
	padding-top: .55rem;
	padding-bottom: .42rem;
}
.show_game .show_titleBox .img{
	position: relative;
	overflow: hidden;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
	margin: 0 auto .5rem;
}
.show_game .show_titleBox .title{
	text-align: center;
	font-size: .28rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .4rem;
}
.show_game .show_titleBox .tagBox{
	font-size: .24rem;
	color: #888;
	margin-left: 0;
	margin-bottom: .42rem;
	padding-left: 0.16rem;
}
.show_game .show_titleBox .tagBox .uk-width-1-2{
	padding-left: 0;
}
.show_game .show_titleBox .tagBox .uk-width-1-2.uk-grid-margin{
	margin-top: .26rem;
}
.show_game .show_titleBox .tagBox .tag{
	display: inline-block;
	width: auto;
	position: relative;
	font-size: .24rem;
	color: #666;
	border-radius: .08rem;
	letter-spacing: 0;
}
.show_game .public_title {
	margin-bottom: .37rem;
}
.show_game .show_titleBox .down{
	display: block;
	height: .8rem;
	line-height: .8rem;
	font-size: .28rem;
	font-weight: bold;
	color: #fff;
	width: auto;
	border-radius: .08rem;
	background-color: var(--pm-c);
	text-align: center;
}
.show_contentBox {
	padding-bottom: .6rem;
}
.show_contentBox .scoreenBox {
	margin-bottom: .4rem;
}
.show_contentBox .sliderBox{
	overflow: hidden;
	height: 5.16rem;
	margin-top: .36rem;
}

.show_contentBox .item:last-child {
	margin-bottom: 0;
}
.show_contentBox .sliderBox .slider {
	padding-right: .24rem;
}
.show_contentBox .sliderBox .slider li{
	padding-right: .21rem;
}
.show_contentBox .sliderBox .slider li:last-child {
	padding-right: 0;
}
.show_contentBox .sliderBox .slider li .img{
	width: 2.91rem;
	height: 5.16rem;
	position: relative;
	display: block;
	overflow: hidden;
}
.show_contentBox h3 {
	width: 1.89rem;
	height: .6rem;
	background: rgba(64,104,183, .1);
	border-radius: 0 .3rem .3rem 0;
	line-height: .6rem;
	text-align: center;
	font-size: .26rem;
	color: var(--pm-c);
	margin: .38rem 0 .4rem;
}
.show_contentBox p {
	font-size: .26rem;
    color: #666;
    line-height: .58rem;
	text-indent: 2em;
}
.show_game .other_tltj {
	padding-bottom: .39rem;
}

.public_item {
    margin-bottom: .31rem;
    padding-bottom: .31rem;
    border-bottom: .02rem dashed #eee;
}


.public_item .thum {
    position: relative;
    width: 2.4rem;
    height: 1.5rem;
    margin-right: .28rem;
}

.public_item .txtBox {
    max-width: 4.1rem;
}

.public_item .txtBox .title {
    font-size: .28rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .42rem;
}


.public_item .txtBox .tagBox {
    font-size: .24rem;
    color: #999;
}

.index_zxzx {
    padding-bottom: .54rem;
}
.index_zxzx .list li{
    padding-left: 0;
}
.index_zxzx .list li::before{
    display: none;
}
.index_zxzx .list li .tag{
    font-size: .24rem;
    color: var(--pm-c);
    margin-right: .12rem;
}



.other_hbsy {
}
.other_hbsy .itemBox .item{
    margin-bottom: .38rem;
    padding-bottom: .38rem;
    border-bottom: .02rem dashed #eee;
}
.other_hbsy .itemBox .item .thum{
    width: 1.49rem;
    height: 1.49rem;
    border-radius: .15rem;
    margin-right: .29rem;
    position: relative;
}
.other_hbsy .itemBox .item .txtBox{
    width: 5.1rem;
}
.other_hbsy .itemBox .item .txtBox .title{
    font-size: .28rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .16rem;
}
.other_hbsy .itemBox .item .txtBox .star{
    margin: 0 0 .16rem;
}
.other_hbsy .itemBox .item .txtBox .tagBox{
    font-size: .24rem;
    color: #999;
}
.other_hbsy .itemBox .item .txtBox .tagBox .tag::before{
    display: inline-block;
    content: "|";
    margin: 0 .08rem;
}
.other_hbsy .itemBox .item .txtBox .tagBox .tag:first-child::before{
    display: none;
}
.other_hbsy .itemBox .item .txtBox .see{
    display: block;
    width: 1.13rem;
    height: .58rem;
    border-radius: .08rem;
    border: .02rem solid var(--pm-c);
    line-height: .58rem;
    text-align: center;
    font-size: .24rem;
    color: var(--pm-c);
}</pre></body></html>