/* 公共样式 */
.icon {
	width: 1em;
	height: 1em;
	display: block;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	width: 100%;
	display: block;
}
html,body{
	width: 100%;
	height: 100%;
	display: block;
}
body{
	background: #f3f3f3;
}
.wrap {
	max-width: 640px;
	margin: auto;
	height: 100%;
	background: #f5f5f5;
}
.fixed-wrap img {
	width: 1.5rem;
	display: inline-block;
	vertical-align: middle;
}
.fixed-wrap span{
	display: block;
	margin-top: 3px;
}
.container{
	height: 100%;
}
.main {
	padding-left: 3%;
	padding-right: 3%;
	position: relative;
	background: #fff;
	height: 100%;
}
/* 搜索 */
.search {
	padding-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center
}
.search-input{
	width: 93%;
	flex-shrink: 1;
	height: 2.625rem;
	position: relative;
	border-radius: 3.125rem;
	background: #d5d5d5;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.search-sc {
	width: 80%;
	height: 100%;
	background: none;
	outline:none;
	border: 0;
	margin-right: 5%;
	flex-shrink: 1;
	flex-grow: 2;
	font-size: 1rem;
}
.search-locn {
	display: block;
	margin-left: 15px;
	width: 25px;
	flex-shrink: 0;
	flex-grow: 1;
	color: #666;
	font-size: 19px;
}

.search-button {
	width: 2.625rem;
	height: 2.625rem;
	font-size: 40px;
	background: none;
	margin-left: 0.75rem;
	border: 0;
	flex-shrink: 0;
}
.hot {
	padding-top: 15px;
	width: 100%;
	margin-bottom: 15px
}

.swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

/* 轮播图 */
.menu {

	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center
}

.menu-wrap {
	width: 20%;
}

.menu a {
	text-decoration: none;
	color: #000;
	font-weight: 400;

}

.menu-logo img {
	width: 60%;
	display: block;
	margin: auto;
}

.menu-title {
	text-align: center;
	font-family: "SourceHanSansCN";
	color: rgb(0, 0, 0);
	margin-top: 5px;
}
.nav-wrap {

	margin-top: .875rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center
}

.nav-title {
	width: 33.3%;
}

.nav-title img {
	width: 90%;
	margin: auto;

}
.nav{

}
/* 今日推荐 */
.content-wrap {
	position: relative;
	width: 100%;
	margin-top: 25px;
	box-shadow: darkgrey 1px 1px 3px 1px;
	padding-bottom: 40px;
	border-radius: 5px;
}

.botton2 {
	margin-bottom: 2.125rem;
}

.botton1 {
	margin-bottom: 4.125rem;
}

.content-logo {
	width: 6.5625rem;
	height: 1.75rem;
	margin: 0 0 0 -1.375rem;
}
.content-main{
	width: 92%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 4%;
	padding-right: 4%;
}
.content-left{
	width: 72%;
}
.content-num{
	margin-top: 10px;
}
.content-type{
	font-size: 0.9375rem;
	text-align: center;
	height: 1.75rem;
	line-height: 1.75rem;
	border-radius: 0 1.25rem 1.25rem 0 ;
	font-weight: bold;
	color: #ffffff;
}
.content-img{
	width: 26%;
	max-width: 110px;
}
.content-img img{
	width: 100%;
}
.content-title {
	margin-top: 1.25rem;
}
.content-text{
	display: block;
	width: 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.content-a {
	width: 100%;
	position: absolute;
	bottom: -13%;
}

.content .content-num span {
	font-weight: bold;
	color: #fff;
	width: 19px;
	height: 28px;
	background-color: #ff0000;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	margin-right: 4px;
}

.content .content-a a {
	margin: auto;
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: block;
	width: 6rem;
	padding:8px 10px;
	background-image: linear-gradient(to right,#fbae3c, #ff8b48);
	border-radius: 30px;
}

.content-title div {
	font-weight: bold;
}

/* 底部 */
.download {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.list-item li{
	padding: 10px 0;
}
.title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.title h2 {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.download-img{
	width: 56px;
	flex-shrink:0;
	flex-grow:1
}
.download img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.download-title {
	width: 81%;
	margin: 0 0 0 3%;
	flex-shrink:1;
	flex-grow:2;
	font-size: 16px;
}
.download-title p {
	font-size: 100%;
	font-family: "SourceHanSansCN";
	color: rgb(0, 0, 0);
}
.download .download-logo {
	margin: 0 0 0 .625rem;
	width: 2.875rem;
}
.text {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.game-fuli{
	height: 24px;
	line-height: 24px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.game-fuli .game-num{
	padding-left: 0;
}
.game-fuli span{
	padding: 3px 4px;
	border-radius: 5px;
}
.game-text{
	color: #999;
}
/* 底部定位 */
.fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 0 0 0 0 ;
}

.fixed-wrap a img {
	width: 26px;
	height: 40px;
}

.fixed-wrap {
	max-width: 640px;
	height: 60px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.fixed-wrap .fixed-item{
	width: 20%;
}
.fixed-wrap .fixed-trade{
	width: 4.5rem;
	margin-top: -1.5rem;
}
.fixed-trade img{
	width: 100%;
}
.details{
	padding-top: 1.875rem;
}
.details h1{
	font-size: 1.25rem;
	text-align: center;
}
.details .details-info{
	text-align: center;
	font-size: 0.8125rem;
	color: #999999;
	margin-top: 0.625rem;
}
.details .details-content{
	margin-top: 0.625rem;
}
@media screen and (max-width: 480px) {
	body {

		font-size: .75rem;
		box-sizing: border-box;

	}
	.title h2{
		font-size: 16px;
	}
	.content-title{
		margin-top: 0.5rem;
	}
	.content-img {
		background-size: 80%;
	}
	.download-img {
		width: 60px;
	}
	.content-wrap{
		padding-bottom: 30px;
	}
	.content-a{
		bottom: -17.5px;
	}
	.content-text{
		width: 60%;
	}
}
/*  今日推荐页面 */
.show_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.show_box{
	padding: 10px;
}
.show_box img{
	width: 100%;
}
.select-game-wrap,.select-user-wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 999;
}
.select-game,.select-game2,.select-user{
	max-width: 640px;
	margin: auto;
	background: #fff;
	position: relative;
	height: 100%;
}
.select-game .mescroll,.select-game2 .mescroll,.select-user .mescroll{
	top: 40px !important;
}
.select-game .list-item li,.select-game2 .list-item li,.select-user .list-item li{
	padding: 10px 0;
	font-size: 1rem;
	border-bottom: 1px solid #eee;
}

.share-toggle-warp{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	align-items: flex-end;
}
.share-toggle{
	max-width: 748px;
	margin:0 auto;
	padding: 30px 10px 15px;
	background: #fff;
	width: 100%;
	border-radius: 15px 15px 0 0;
	position: relative;
}
.share-main{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.share-main.social-share .social-share-icon{
	border:0;
	font-size: 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
}
.share-main.social-share .icon-wechat{
	position: initial;
}
.share-main.social-share .icon-wechat .wechat-qrcode{
	top: -13rem;
	left: 50%;
	margin-left: -100px;
}
.social-share .icon-qq:hover{
	background: none !important;
	color: #56b6e7 !important;
}
.social-share .icon-qzone:hover {
	background: none !important;
	color: #7bc549 !important;
}
.social-share .icon-wechat:hover{
	background: none !important;
	color: #7bc549 !important;
}
.share-chat{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	width: 12rem;
	padding: 0.75rem 0;
	margin:1.5rem auto 0.5rem;
	background: #F5F5F5;
	border-radius: 5rem;
	color: #f7b349;
}
.share-chat > *{
	padding: 0 1rem;
}
.share-toggle .share-group-list .share-group-item{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 10px ;
	margin:0 15px 15px;
	background: #f5f5f5;
	border-radius: 6px;
}
.share-toggle .share-group-list .share-group-img{
	width: 2.5rem;
	padding-right: 0.5rem;
}
.share-toggle .share-group-cancel{
	text-align: center;
	color: #f7aa52;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.share-toggle .share-content{
	background: #f5f5f5;
	margin: 0 15px 30px;
	padding: 15px;
	border-radius: 6px;
}
.share-toggle .share-content .share-content-main{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.share-toggle .share-content .share-content-title{
	font-size: 1rem;
	padding-bottom: 0.5rem;
}
.share-toggle .share-content .share-content-main .share-content-img{
	width: 4rem;
	padding-right: 0.5rem;
}
.share-toggle .share-content .share-content-main .share-content-title{
	color: #666;
	font-size: 1.1rem;
}
.share-toggle .share-content .share-content-main p{
	font-size: 1.2rem;
	color: red;
}
.share-toggle .share-group{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 15px 30px;
}
.share-toggle .share-group .share-group-img{
	width: 2.5rem;
	padding-right: 0.5rem;
}
.share-toggle .share-group .share-group-title{
	width: 7rem;
}
.share-toggle .share-group .share-group-content{
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.share-toggle .share-group-confirm{
	margin: 0 15px 30px;
	background: #ff8a00;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	border-radius: 5rem;
	font-weight: bold;
}
