﻿@charset "UTF-8";

body {
	background-color: #fff;
	font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif
}

html,body {
	height: 100%
}

a {
	color: inherit;
	text-decoration: none
}

header {
	padding: 12px 4.16667%;
	border-bottom: 1px solid #f8f8f8;
	box-sizing: border-box;
	height: 48px;
	position: relative
}

header .return-btn,header>label {
	float: left
}

header .login-btn {
	float: right;
	width: 15px;
	height: 18px;
	background: url(../image/soso.png) center top no-repeat;background-size: auto 100%;
	margin-top: 5px
}

header .login-btn.login-over {
	position: absolute;
	right: 4.16667%;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	background: 0
}

header .login-btn.login-over img {
	width: 100%;
	height: 100%;
	border-radius: 100%
}

header>label {
	position: absolute;
	border-radius: 15px;
	overflow: hidden;
	width: 69%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

header>label form>input[type='text'] {
	width: 100%;
	line-height: 30px;
	background-color: #f3f3f3;
	padding-left: 14px;
	padding-right: 36px;
	box-sizing: border-box;
	border-radius: 15px
}

header>label form>input[type='submit'] {
	position: absolute;
	width: 18px;
	height: 16px;
	top: 7px;
	right: 14px;
	background: url(../image/soso.png) center top no-repeat;
	background-size: auto 100%;
	background-color: transparent;
	border: 0
}

header .return-btn {
	position: absolute;
	width: 10px;
	height: 18px;
	background: url(../image/soso.png) no-repeat center;
	background-size: 100% 100%;
	top: 15px
}

.main {
	padding: 0 4.16667%
}

.main>.result-tip {
	color: #999;
	line-height: 24px;
	border-bottom: 1px solid #f8f8f8;
	margin-top: 6px;
	padding-bottom: 6px
}

.main>.result-tip em {
	color: #ff6e00
}

.main>.result-game {
	position: relative;
	padding: 10px 0
}

.main>.result-game:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 74px;
	height: 1px;
	width: calc(100% - 74px);
	background-color: #f8f8f8
}

.main>.result-game a>img,.main>.result-game a>div {
	float: left
}

.main>.result-game>.download {
	float: right;
	width: 72px;
	line-height: 30px;
	margin-top: 14px;
	text-align: center;
	color: #ff6e00;
	border-radius: 20px;
	background-color: #f8f8f8
}

.main>.result-game a>img {
	width: 60px;
	height: 60px;
	border-radius: 10px
}

.main>.result-game a>div {
	padding-left: 14px;
	max-width: 50%
}

.main>.result-game a>div * {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main>.result-game a>div>h2 {
	padding-top: 2px;
	font-size: 15px;
	font-weight: 500
}

.main>.result-game a>div>p:first-of-type {
	color: #999
}

.main>.result-game a>div>p:last-of-type {
	color: #666
}

.main>.result-img {
	margin-top: 20px;
	white-space: nowrap;
	overflow-x: auto;
	font-size: 0
}

.main>.result-img>a img {
	width: 140px;
	margin-right: 10px
}

.main>.other {
	padding-bottom: 16px;
	border-bottom: 1px solid #f8f8f8
}

.main>.other>p {
	padding-top: 10px;
	color: #999
}

.main>.other>p>i {
	color: #ff6e00
}

.main>.other>ul {
	padding-top: 10px;
	display: flex;
	justify-content: space-between
}

.main>.other>ul>li {
	text-align: center;
	width: 23%
}

.main>.other>ul>li a>img {
	width: 60px;
	height: 60px;
	border-radius: 10px
}

.main>.other>ul>li a>h3 {
	padding-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 500
}

.main>.other>ul>li>a:last-of-type {
	display: block;
	width: 72px;
	line-height: 30px;
	background-color: #f8f8f8;
	color: #ff6e00;
	text-align: center;
	border-radius: 14px;
	margin: 10px auto 0 auto
}

.main .game-list {
	background-color: #fff;
	margin-top: 10px
}

.main .game-list:first-of-type {
	margin-top: 0
}

.main .game-list>li {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box
}

.main .game-list>li:before {
	position: absolute;
	content: "";
	width: calc(100% - 74px);
	height: 1px;
	left: 74px;
	bottom: 0;
	background-color: #f8f8f8
}

.main .game-list>li:last-of-type:before {
	display: none
}

.main .game-list>li>a>img,.main .game-list>li>a>div {
	float: left
}

.main .game-list>li .add-download {
	width: 72px;
	line-height: 30px;
	float: right;
	color: #ff6e00;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px
}

.main .game-list>li>a {
	display: block
}

.main .game-list>li>a>img {
	width: 60px;
	height: 60px;
	border-radius: 10px
}

.main .game-list>li>a>div {
	padding-left: 14px;
	max-width: 50%
}

.main .game-list>li>a>div * {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main .game-list>li>a>div em {
	display: block;
	color: #999;
	margin: 1px 0
}

.main .game-list>li>a>div>h6 {
	color: #333;
	font-size: 15px;
	font-weight: 500
}

.main .game-list>li>a>div>h3 {
	color: #333;
	font-size: 15px;
	font-weight: 500
}

.main .game-list>li>a>div>p {
	color: #666
}

.no-result {
	color: #999;
	padding: 0 4.16667%;
	padding-top: 30px;
	height: calc(100% - 96px - 92px)
}

.no-result>i {
	color: #ff5a00
}

.main {
	min-height: calc(100% - 54px - 110px)
}

@media screen and (max-width:359px) {
	.no-result {
		height: calc(100% - 96px - 110px)
	}

	.no-result>i {
		color: #ff5a00
	}

	.main {
		min-height: calc(100% - 54px - 128px)
	}
}

.more_m {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.more_m:before {
	position: absolute;
	content: "";
	width: calc(100% - 74px);
	height: 1px;
	left: 74px;
	top: 0;
	background-color: #f8f8f8
}

.more_m p {
	font-size: 12px;
	color: #999
}

.To_view {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff
}

.To_view p {
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 36px
}

.no_more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8
}

.no_more p {
	color: #a9a9a9
}