/* CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

fieldset,img {
	border: 0
}

:focus {
	outline: 0
}

address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: normal;
	font-weight: normal
}

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

abbr,acronym {
	border: 0;
	font-variant: normal
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

code,kbd,samp,tt {
	font-size: 100%
}

input,button,textarea,select {
	*font-size: 100%
}

body {
	line-height: 1.5
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,th {
	text-align: left
}

sup,sub {
	font-size: 100%;
	vertical-align: baseline
}

:link,:visited ,ins {
	text-decoration: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

b,em,i {
	font-style: normal;
	font-weight: normal;
}

button,input,select,textarea,th {
	background: #fff;
	font-family: "Microsoft Yahei",Arial,Tahoma,Helvetica,"SimSun","Hiragino Sans GB",sans-serif;
}

img {
	display: block;
	border: 0;
}

* {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

input[type="submit"],input[type="reset"],input[type="password"],input[type="button"],input[type="text"],button {
	-webkit-appearance: none;
}

/* CSS Document */
html {
	font-size: 100px;
}

body {
	font-size: .24rem;
}

.clearfix {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

body {
	margin: 0;
	font-family: "Microsoft Yahei",Arial,Tahoma,Helvetica,"SimSun","Hiragino Sans GB",sans-serif;
	color: #333;
	background-color: #ebebeb;
	position: relative;
}

html,body {
	width: 100%;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.h20 {
	width: 100%;
	height: 5px;
}

.bg {
	background: #fff;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex_grow {
	-webkit-box-flex: 1.0;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.title .flex_grow:before {
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
    background: linear-gradient( 180deg,rgb(255, 151, 46),rgb(231, 11, 116));
    border-radius: 3px;
}
.wrap {
	width: 100%;
	max-width: 7.5rem;
	min-width: 3.2rem;
	margin: 0 auto;
}

.icon {
	background-image: url("../images/icon.png");
	background-size: 5rem 6rem;
	border-radius: 8px;
	overflow: hidden;
}
.bottom-adv{
	text-align: center;
	padding: 10px;
}
header {
	color: #fff;
	height: 48px;
	line-height: 48px;
	opacity: 1;
	background: linear-gradient(90deg, rgb(46 144 255), rgb(15 121 162));
}

header i {
	display: block;
}

header .logo {
	width: 60px;
    height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
header .logo img{
	display: inline-block;
}
header .search {
	border-radius: .32rem;
	text-align: center;
	color: #ffffff;
	font-weight: 800;
	height: 35px;
	margin-top: 2px;
}

header .search i {
	width: .4rem;
	height: .4rem;
	background-position: -1.65rem 0;
	margin: .13rem 0 0 .22rem;
}

header .menu {
	width: 60px;
	height: 40px;
	display: flex;
	align-items: center;
	display: none;
	justify-content: center;
}
header .menu span{
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url('../images/menu.png') no-repeat;
	background-size: 100% 100%;
}

header .menu i.green {
	background-position: -223px 0;
}

.headerNav {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 98;
}

.headerNav ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    z-index: 99;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    background: #fff6fd;
}

.headerNav ul li {
	padding: 5px;
	width:50%;
	box-sizing: border-box;
}

.headerNav ul li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: orangered;
	/* background-image: linear-gradient(to left,#ff00c8, #ff87b9); */
	font-size: 18px;
	border-radius: 5px;
	text-align: center;
}

.headerNav ul li a i {
	display: inline-block;
	width: 29px;
	height: 30px;
	position: relative;
	top: 9px;
	margin-right: 5px;
}

.headerNav ul li:nth-child(1) a i {
	background-position: .02rem -2.65rem;
}

.headerNav ul li:nth-child(2) a i {
	background-position: -.41rem -2.65rem;
}

.headerNav ul li:nth-child(3) a i {
	background-position: -.77rem -2.65rem;
}

.headerNav ul li:nth-child(4) a i {
	background-position: -1.15rem -2.65rem;
}

.headerNav ul li:nth-child(5) a i {
	background-position: -1.53rem -2.65rem;
}

.headerNav ul li:nth-child(6) a i {
	background-position: -1.9rem -2.65rem;
}

.headerNav .mask {
	width: 7.5rem;
	height: 100%;
	position: absolute;
	top: .9rem;
	background: rgba(0, 0, 0, 0.5);
}

nav {
	padding: .28rem 0 0 0;
	border-bottom: 1px solid #eaeaea;
}

nav li {
	width: 100%;
	border-bottom: 4px solid transparent;
	padding-bottom: .25rem;
}

nav li a {
	display: block;
	height: .3rem;
	line-height: .3rem;
	border-right: 1px solid #eee;
	text-align: center;
	color: #454545;
	font-size: .3rem;
}

nav li.current {
	border-color: #19b955;
}

nav li.current a {
	color: #19b955;
}

nav li:last-child a {
	border: none;
}


.index_nav {
	padding: .4rem 0 .3rem 0;
}

.index_nav a {
	width: 100%;
	color: #000;
	text-align: center;
	font-size: .28rem;
}

.index_nav a i {
	display: block;
	width: .65rem;
	height: .65rem;
	margin: 0 auto;
}

.index_nav a em {
	display: block;
}

.index_nav a:nth-child(1) i {
	background-position: .05rem -.7rem;
}

.index_nav a:nth-child(2) i {
	background-position: -.74rem -.7rem;
}

.index_nav a:nth-child(3) i {
	background-position: -1.49rem -.7rem;
}

.index_nav a:nth-child(4) i {
	background-position: -2.2rem -.7rem;
}

.index_nav a:nth-child(5) i {
	background-position: -2.93rem -.7rem;
}

.title {
	padding: 5px 10px 0;
	background: #fff;
}

.title h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

.title .more {
	color: #666;
	font-size: .24rem;
}
.recommend_game{
	padding:5px 0;
}
.recommend_game ul {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommend_game li {
	width: 20%;
	margin-bottom: 5px;
	text-align: center;
}

.recommend_game li a {
	display: block;
}

.recommend_game li img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	margin: 0 auto;
}

.recommend_game li p {
	color: #999;
	font-size: .2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend_game li .name {
	line-height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.recommend_game li .btn {
	display: block;
	width: 80px;
	line-height: 25px;
	display: none;
	border: 1px solid #19b955;
	border-radius: 50px;
	color: #19b955;
	font-size: 16px;
	margin: 0 auto;
}


.nav-main{ background:#fff; font-size:16px; padding:5px 10px 0 10px;}
.nav-main a{display:inline-block; padding:5px 10px; margin-right:10px; background: linear-gradient(
90deg,rgb(170 129 245),rgb(254 103 176));  border-radius: 3px; color: #fff;}



.list img {
    width: 64px; height: 64px;
}
.item{
    padding: 8px 0;
    overflow: hidden;
    border-bottom: solid 1px #f2f5f6;
	display: block;
}

.item:last-child{
    border: 0;
	
}

.left {
    float: left;
    margin-right: 8px;
}

.middle {
    float: left;
}

.middle .titlec {
    font-size: 20px;
    color: #333;
    margin:5px 0 3px 0;
	font-weight: 600;
}

.middle .description {
    font-size: 14px;
    color: #55B02C;
}

.right {
    float: right;
	margin-top:9px;
}

.right .titlec {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999;
}

.right .platform {
    text-align: right;
}

.item:hover {
    /* margin: 5px 0px 5px 0px; */
    background-color: beige;
}
.mod_hotgame {
	max-width: 720px;
    overflow: hidden;
    padding-bottom: 15px;
    margin: auto;
}

.mod-header {
	border-bottom: 1px solid #e4e4e4;
	height: 45px;
	line-height: 45px;
	padding: 0 11px 0 10px
}

.mod-header-h3,.mod-header-h3:after {
	float: left;
	font-size: 17px;
	color: #333;
	font-weight: 700;
	height: 43px;
	padding: 0 1%;
	position: relative
}

.mod-header-h3:after {
	position: absolute;
	bottom: -4px;
	height: 3px;
	width: 100%;
	content: "";
	background: -mos-linear-gradient(left bottom,#a95ff5,#9036f0);
	background: -webkit-gradient(linear,left bottom,right top,from(#a95ff5),to(#9036f0));
	background: linear-gradient(left bottom,#a95ff5,#9036f0);
	background: -webkit-gradient(linear,right top,left top,from(#9036f0),to(#a95ff5));
	background: linear-gradient(270deg,#9036f0,#a95ff5);
	border-radius: 1.5px;
	left: 0;
	right: 0
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ul {
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.search_ul_txt{
	line-height: 45px;
}
.mod_hotgame li p {
    font-size: 14px;
    width: 100%;
    height: 32px;
    margin: 0;
    line-height: 32px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mod-header .more {
	line-height: 46px;
	font-size: 14px;
	color: #778;
	display: block;
	float: right
}
.mod_hotgame li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.mod_hotgame li {
    float: left;
    width: 16%;
    margin: 10px 4.5% 0;
}
.mod_hotgame li .down-anz,.mod_hotgame li .down-ios,.mod_hotgame li .down-pc {
	color: #fff;
	background: -mos-linear-gradient(left bottom,#a95ff5,#9036f0);
	background: -webkit-gradient(linear,left bottom,right top,from(#a95ff5),to(#9036f0));
	background: linear-gradient(left bottom,#a95ff5,#9036f0);
	background: -webkit-gradient(linear,right top,left top,from(#9036f0),to(#a95ff5));
	background: linear-gradient(270deg,#9036f0,#a95ff5);
	-webkit-box-shadow: 0 0 10px 4px rgba(59,195,255,.2);
	box-shadow: 0 0 10px 4px rgba(59,195,255,.2);
	text-align: center;
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	display: block;
	font-size: 13px;
	border-radius: 4px
}
@media (max-width: 321px) {
	
	.mod_hotgame li p {font-size:12px}
}
@media (max-width: 720px) {
	
    .container {
        width: 100%;
    }

    .middle .title {
        font-size: 18px;
		margin-bottom: 7px;
		font-weight: 600;
    }

    .middle .description {
        font-size: 12px;
    }
}
.list {
	padding: 0 10px 5px ;

}
 .download-btn {
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	width: 76px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(90deg, rgb(92 142 244), rgb(41 102 151));
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	/*! border-radius: .7rem; */
}
.left.icon{
    background: none;
}