<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--pm-c: #7AA0FF;
	--br-c: #DCDCDC;
}

/*éšè—ç±»*/
.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;
	}
}

/* ç¦ç”¨iPhoneä¸­Safariçš„å­—å·è‡ªåŠ¨è°ƒæ•´ */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* è§£å†³IOSé»˜è®¤æ»‘åŠ¨å¾ˆå¡çš„æƒ…å†µ */
	-webkit-overflow-scrolling: touch;
}

/*ä¿®æ”¹UIKITæ¡†æž¶è‡ªå¸¦æ&nbsp;·å¼*/
body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

.bg-f {
	background-color: #ffffff;
}

.uk-container {
	box-sizing: border-box;
	padding: 0px;
}

.w400 {
	width: 400px;
}

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

ol,
ul,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*å›¾ç‰‡é«˜æ¸…*/
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
}

/*è¾¹æ¡†æ&nbsp;·å¼*/
.b-a {
	border: 1px solid var(--br-c) !important;
}

.b-b {
	border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
	border-top: 1px solid var(--br-c) !important;
}

.b-l {
	border-left: 1px solid var(--br-c) !important;
}

.b-r {
	border-right: 1px solid var(--br-c) !important;
}

/* è™šçº¿ä¸Šè¾¹æ¡† */
.b-t-dashed {
	border-top: 1px dashed var(--br-c) !important;
}

/* è™šçº¿ä¸‹è¾¹æ¡† */
.b-b-dashed {
	border-bottom: 1px dashed var(--br-c) !important;
}

/* å†…è¾¹è·  */
.p-a-0 {
	padding: 0px;
}

.p-a-5 {
	padding: 5px;
}

.p-a-10 {
	padding: 10px;
}

.p-a-15 {
	padding: 15px;
}

.p-a-20 {
	padding: 20px;
}

.p-a-25 {
	padding: 25px;
}

.p-a-30 {
	padding: 30px;
}

/* å†…ä¸Šè¾¹è· */
.p-t-0 {
	padding-top: 0px !important;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

/* å†…ä¸‹è¾¹è· */
.p-b-0 {
	padding-bottom: 0px !important;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-30 {
	padding-bottom: 30px !important;
}

/* å†…å³è¾¹è· */
.p-r-0 {
	padding-right: 0px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-30 {
	padding-right: 30px;
}

/* å†…å·¦è¾¹è· */
.p-l-0 {
	padding-left: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-30 {
	padding-left: 30px;
}

/*åœ†è§’æ&nbsp;·å¼*/
.b-r-4 {
	border-radius: 4px !important;
}

.b-r-6 {
	border-radius: 6px !important;
}

.b-r-8 {
	border-radius: 8px !important;
}

.b-r-10 {
	border-radius: 10px !important;
}

.b-r-12 {
	border-radius: 12px !important;
}

.b-r-24 {
	border-radius: 24px !important;
}

/* ä¸Šå¤–è¾¹è· */
.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

/* ä¸‹å¤–è¾¹è· */
.m-b-0 {
	margin-bottom: 0px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-25 {
	margin-bottom: 25px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

/* å·¦å¤–è¾¹è· */
.m-l-0 {
	margin-left: 0px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.m-l-25 {
	margin-left: 25px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

/* å³å¤–è¾¹è· */
.m-r-0 {
	margin-right: 0px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}

/* æº¢å‡º2è¡Œçœç•¥å· */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* æº¢å‡º3è¡Œçœç•¥å· */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* æº¢å‡º4è¡Œçœç•¥å· */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*ä¼ªç±»å±…ä¸­*/
/* å¢žåŠ&nbsp;ä¼ªç±» å‰ç½® */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* å¢žåŠ&nbsp;ä¼ªç±» åŽç½® */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/* åˆ†é¡µ */
.pagination {
	margin: 60px 0 40px 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
	border: 1px solid var(--br-c);
	color: #999999;
	background: #fff;
}

.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: 6px 12px;
	border: 1px solid transparent;
}

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

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c) !important;
}

/* è¯„åˆ† */
.star {
	height: 15px;
	width: 80px;
	display: inline-block;
	background: url(../images/icon-star-bg.png) repeat-x 15px / contain;
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/icon-star.png) repeat-x 15px / contain;
	height: 15px;
}

.star-1:before {
	width: 16px;
}

.star-2:before {
	width: 30px;
}

.star-3:before {
	width: 48px;
}

.star-4:before {
	width: 64px;
}

.star-5:before {
	width: 80px;
}

.star1 {
	height: 22px;
	width: 110px;
	display: inline-block;
	background: url(../images/icon-star-bg1.png) repeat-x 22px / contain;
	vertical-align: sub;
}

.star1:before {
	content: "";
	display: block;
	background: url(../images/icon-star1.png) repeat-x 22px / contain;
	height: 22px;
}

.star1-1:before {
	width: 22px;
}

.star1-2:before {
	width: 44px;
}

.star1-3:before {
	width: 66px;
}

.star1-4:before {
	width: 88px;
}

.star1-5:before {
	width: 110px;
}

/*é¢åŒ…å±‘å¯¼èˆª*/
.crumbs {
	font-size: 12px;
	color: #999999;
}

.crumbs a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #999999;
}

.crumbs a::after {
	content: "&gt;";
}

/* å¹³å° å®‰å“ è‹¹æžœ å›¾æ&nbsp;‡æ˜¾ç¤º */
.platform i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.platform .az_ {
	background-image: url(../images/az_.png);
	margin-right: 5px;
}

.platform .az {
	background-image: url(../images/az.png);
	margin-right: 5px;
}

.platform .ios_ {
	background-image: url(../images/ios_.png);
}

.platform .ios {
	background-image: url(../images/ios.png);
}

/* å…¬å…±æ&nbsp;‡é¢˜ */
.module-title {
	position: relative;
	margin-bottom: 20px;
}

.module-title .title {
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	line-height: 30px;
}

.module-title .more {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.module-title .title::before {
	content: '';
	display: inline-block;
	width: 55px;
	height: 22px;
	background: url('../images/title_l.png') no-repeat center/contain;
	background-position-y: 4px;
	margin-right: 10px;
}
.module-title .title::after {
	content: '';
	display: inline-block;
  width: 55px;
	height: 22px;
	background: url('../images/title_r.png') no-repeat center/contain;
  background-position-y: 4px;
	margin-left: 10px;
}
/*é»˜è®¤å›¾æ&nbsp;‡å°ºå¯¸*/
.item .icon {
	margin: 0 auto;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

/* é»˜è®¤ç¼©ç•¥å›¾å°ºå¯¸ */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item:hover .title,
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

/* é»˜è®¤çš„ä¸€äº›æ–‡å­—å¤§å°å’Œé¢œè‰² */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: 16px;
	color: #333;
	display: block;
}

.info .title:hover {
	olor: var(--pm-c);
}

.info .text {
	font-size: 14px;
	color: #666;
}

.info .time {
	font-size: 14px;
	color: #999;
}

.title {
	display: block;
	font-size: 16px;
	color: #333333;
}

.text {
	font-size: 14px;
	color: #666;
}

/* list æ&nbsp;·å¼ */
.list-container li {
	margin-bottom: 16px;
}

.list-container li .title {
	padding-left: 12px;
	font-size: 16px;
	color: #333333;
}

.list-container li .title::before {
	display: inline-block;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
}

.list-container li .time {
	font-size: 14px;
	color: #999999;
	margin-left: 5px;
}

.list-container li .dot {
	display: block;
	width: 14px;
	height: 14px;
	/* background: url('../images/dot.png') no-repeat center/contain; */
}

.list-container li .dot_ {
	display: block;
	width: 14px;
	height: 14px;
	/* background: url('../images/dot_.png') no-repeat center/contain; */
}

.list-container li .tag {
	font-size: 14px;
	color: var(--pm-c);
}

/* å…¬å…±å¤´éƒ¨æ&nbsp;·å¼ */
.header {
	height: 100px;
	line-height: 100px;
	position: relative;
	background-color: var(--pm-c);
}

.header .logo {
	display: block;
	height: auto;
	overflow: hidden;
}

.header .nav {
	overflow: hidden;
}

.header .nav li {
	min-width: 105px;
	margin-left: 50px;
	padding-left: 26px;
	box-sizing: border-box;
	background: url('../images/nav_icon.png') no-repeat left/contain;
  background-size: 18px 19px;
}

.header .nav li a {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
}

.header .nav li.active {
	background: url('../images/nav_icon_.png') no-repeat left/contain;
  background-size: 18px 19px;
}

.header .nav li.active a {
	font-weight: bold;
	color: #FFF3A1;
}

/* å…¬å…±å°¾éƒ¨æ&nbsp;·å¼ */
.footer {
	background-color: #333;
	padding: 50px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.footer ul {
	margin-bottom: 20px;
	justify-content: center;
	align-items: center;
}

.footer ul li {
	line-height: 1;
	padding: 0 10px;
	border-left: 1px solid #999;
	letter-spacing: 1px;
}

.footer ul li a {
	font-size: 14px;
	color: #999999;
}

.footer ul li:first-child {
	border-left: 0;
}

.footer p {
	margin-top: 10px;
}

.footer a {
	font-size: 14px;
	color: #999999;
}

/* å‹æƒ…é“¾æŽ¥ */
.index-link ul {
	margin-left: -15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.index-link ul li {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.index-link ul li a {
	font-size: 14px;
	color: #888888;
	letter-spacing: 1px;
}

.index-link ul li:hover a {
	color: var(--pm-c) !important;
}

.index-link ul li::after {
	content: '|';
	display: inline-block;
	color: #888888;
	margin-left: 10px;
}

.index-link ul li:last-child::after {
	display: none;
}

/* å†…å®¹åŒºåŸŸ */
.main {}

/* é¦–é¡µæ&nbsp;·å¼ç»“æŸ */

/* èµ„è®¯åˆ—è¡¨ */

/* èµ„è®¯è¯¦æƒ… */
.single-news {}

.single-news .single-header {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.single-news .single-header h1 {
	font-size: 30px;
	letter-spacing: 2px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 40px;
}

.single-news .single-header .info {}

.single-news .single-header .info span {
	margin: 0 25px;
	font-size: 14px;
	color: #666666;
}

.single-news .single-content {
	border: 1px solid var(--br-c);
	padding: 35px 25px;
}

/* æ‰‹æ¸¸åˆ—è¡¨ */
.game-warp .item {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px dashed #E5E5E5;
}

.game-warp .item .icon {
	width: 110px;
	height: 110px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.game-warp .item .down {
	display: inline-block;
	width: 70px;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background-color: var(--pm-c);
}

.game-warp .item .info {
	margin-left: 17px;
}

.game-warp .item .title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 12px;
}

.game-warp .item  .time{
	font-size: 14px;
	color: #666666;
}

.game-warp .item .type {
	font-size: 14px;
	color: var(--pm-c);
	margin-top: 15px;
}

.game-warp .item .type span {
	display: inline-block;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	height: 28px;
	line-height: 28px;
	padding: 0 9px;
	margin-right: 5px;
}

.game-warp .item:hover .title{
	color: var(--pm-c);
}

/* æ‰‹æ¸¸è¯¦æƒ… */
.single-game .single-header {
	padding: 10px 0;
}

.single-game .single-header .icon {
	width: 130px;
	height: 130px;
	border-radius: 15px;
	overflow: hidden;
}

.single-game .single-header .single-title h1 {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 24px;
}

.single-game .single-header .single-info {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}

.single-game .single-header .single-info p {
	font-size: 14px;
	color: #888888;
	width: 33%;
	margin-bottom: 16px;
}
.single-game .single-header .pf{
	width: 176px;
	height: 175px;
	background: url('../images/pf.png') no-repeat center/contain;
	padding-top: 48px;
	box-sizing: border-box;
	text-align: center;
	padding-left: 12px;
}
.single-game .single-header .pf .name{
	display: block;
	font-weight: 600;
	font-size: 20px;
	color: var(--pm-c);
}

.single-game .single-header .pf .num{
	font-size: 16px;
	color: var(--pm-c);
	margin-left: 8px;
	display: block;
}
.single-game .single-header .pf .num i{
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	color: var(--pm-c);
	margin-right: 5px;
}
.single-game .single-images {
	position: relative;
}

.single-game .single-images .item {
	width: 244px;
	height: 415px;
}

.single-game .single-images .item img {
	width: 100%;
	height: 100%;
}

/* åˆ—è¡¨é¡µå…¬å…±æ&nbsp;·å¼ */

/* è¯¦æƒ…é¡µå…¬å…±æ&nbsp;·å¼ */
.single .single-content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single-content p {
	font-size: 16px;
	color: #666666;
	text-indent: 2em;
	line-height: 36px;
}

.single .single-content p img {
	max-width: 68%;
	margin: 10px auto;
	display: block;
}

.single .single-content h2,
.single .single-content h3 {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #333333;
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
	border-left: 5px solid var(--pm-c);
	font-weight: bold;
}
/* è¯¦æƒ…ä¸‹è½½æŒ‰é’® */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 10px 40px;
	cursor: pointer;
}

.single .down-btn .pc,
.single .down-btn .az {
	background: var(--pm-c);
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: #FFB243;
}

.single .down-btn .lb {
	background: var(--pm-c);
}

.single .down-btn .btn:hover .qrcode {
	display: block;
}

.single .down-btn .btn:hover a {
	color: #fff !important;
}

.single .down-btn .btn .qrcode {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: 5%;
	top: 120%;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.single .down-btn .btn .qrcode img {
	width: 120px;
	height: 120px;
}

.single .down-btn .btn a,
.single .down-btn .btn span {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center left;
}

.single .down-btn .az a,
.single .down-btn .az span {
	background-image: url('../images/az.png');
	background-size: 20px;
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.png');
	background-size: 20px;
}

.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
	background-size: 20px;
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
	background-size: 20px;
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
	background-size: 20px;
}

.single .down-btn .lb a,
.single .down-btn .lb span {
	background-image: url('../images/nav_gift.png');
	background-size: 20px;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	background-image: url('../images/nav_game.png');
	background-size: 20px;
}

.single .down-btn .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: .4;
	border: none;
}

/* ä¾§è¾¹æ&nbsp; */
.sidebar {
	margin-left: 20px;
	width: 340px;
}
/* ç²¾å½©æ”»ç•¥ */
.side-hot-gl{
	
}
.side-hot-gl .item{
	position: relative;
	margin-top: 25px;
}
.side-hot-gl  .item .thumb{
	width: 132px;
	height: 86px;
}
.side-hot-gl .item .title{
	font-size: 16px;
	color: #333333;
}
.side-hot-gl .item .list{
	background: #F7F7F7;
}
.side-hot-gl .item .time{
	font-size: 14px;
	color: #999999;
}
.side-hot-gl .item .text{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 14px 18px;
	overflow: hidden;
}
/* æ¸¸æˆä¸Šæ–° */
.side-hot-game ul{
	height: 40px;
	line-height: 40px;
	background: #F7F7F7;
	padding: 0 18px 0 21px;
}
.side-hot-game ul li{
	font-size: 14px;
	color: #999999;
}
.side-hot-game ul li:nth-child(2){
	width: 120px;
	text-align: center;
}
.side-hot-game .item{
	border-bottom: 1px dashed #E5E5E5;
	margin-top: 15px;
	padding-bottom: 17px;
}
.side-hot-game .item:last-child{
	border: none;
}
.side-hot-game .item .order{
	font-size: 14px;
	color: #999999;
	display: block;
	padding-left: 15px;
	text-align: center;
	min-width: 20px;
}

.side-hot-game .item .icon{
	width: 26px;
	height: 26px;
	border-radius: 13px;
	overflow: hidden;
}

.side-hot-game .item .title{
	display: block;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	margin-left: 14px;
}
.side-hot-game .item .type{
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
}
.side-hot-game .item .down{
	color: var(--pm-c);
	font-size: 14px;
	display: block;
	margin-left: 10px;
}</pre></body></html>