*,:after,:before {
	box-sizing: border-box
}
#main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
@media (min-width:600px) {
	body {
		background: url(./img/back.jpg) center top no-repeat #b6e4fe
	}	
	#mainWrapper .container {
		width: 100%
	}

	#mainWrapper {
		width: 420px;
		height: 800px;
		max-height: 90%;
		background: #fff;
		padding: 86px 15px 56px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-52%);
		transform: translate(-50%,-52%);
		position: absolute;
		border: .5px solid #63aded;
		border-radius: 40px
	}	
	#gameIndexWrapper .fixed-top.sticky-div {
		margin-top: 87px;
		left: 16px;
		right: 16px;
		width: auto
	}
	#gameIndexWrapper .fixed-top-fst.sticky-div {
		margin-top: 206px;
		left: 16px;
		right: 16px;
		width: auto
	}
}
#gameIndexWrapper {
	padding-bottom: 10px
}

#gameIndexWrapper .fix-bottom {
	position: fixed;
	width: 100%;
	bottom: 50px;
	height: 80px
}

#gameIndexWrapper .fixed-top .recent-content {
	background: #fff
}

#gameIndexWrapper .fixed-top.sticky-div {
	background-color: #fff;
	overflow: hidden;
	z-index: 100;
	box-shadow: 0 1px 10px 2px rgba(0,0,0,.2)
}

#gameIndexWrapper .fixed-top .recent-content.evnt .title+.after {
	background-color: #fff
}

#gameIndexWrapper .recent-content {
	position: relative;
	z-index: 1;
	height: 110px;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	background-color: #f0f0f6;
	padding: 8px 0
}

#gameIndexWrapper .recent-content .title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 24px;
	font-size: 12px;
	padding: 25px 5px;
	line-height: 1.4;
	color: #fff;
	background-color: #f76e6e;
	display: inline-block;
	box-shadow: inset -2px 0 6px 0 rgba(0,0,0,.1)
}

#gameIndexWrapper .recent-content.evnt {
	margin-top: -8px
}

#gameIndexWrapper .recent-content.evnt .title {
	left: 12px;
	background-color: #e4e2e3;
	color: #a2a3a3;
	line-height: 1;
	padding: 8px 5px;
	box-shadow: none;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000
}

#gameIndexWrapper .recent-content.evnt .title+.after {
	display: block;
	position: absolute;
	background-color: #f0f0f6;
	height: 100%;
	width: 36px;
	top: 0;
	left: 0;
	z-index: 999
}

#gameIndexWrapper .recent-content.evnt .scroller {
	position: relative
}

#gameIndexWrapper .recent-content.evnt .scroller .recent-games-list {
	padding-left: 40px
}

#gameIndexWrapper .recent-content.evnt .scroller .recent-games-list .item {
	position: relative;
	background-color: transparent;
	color: #7f7f7f;
	font-size: 10px
}

#gameIndexWrapper .recent-content.evnt .scroller .recent-games-list .item p {
	margin-top: 0
}

#gameIndexWrapper .recent-content .scroller {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

#gameIndexWrapper .recent-content .scroller .recent-games-list {
	width: 100%;
	height: 100%;
	padding-left: 24px
}

#gameIndexWrapper .recent-content .scroller .recent-games-list .item {
	display: table;
	width: 76px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0 1px;
	color: #333;
	font-size: 11px;
	background-color: #fff
}

#gameIndexWrapper .recent-content .scroller .recent-games-list .item:active {
	background-color: #ddd
}

#gameIndexWrapper .recent-content .scroller .recent-games-list .item.active {
	background-color: #0da7ff;
	color: #fff;
	text-decoration: none
}

#gameIndexWrapper .recent-content .scroller .recent-games-list .item .inner {
	display: table-cell;
	width: inherit;
	vertical-align: middle
}

#gameIndexWrapper .recent-content .scroller .recent-games-list .item img {
	width: 50px;
	height: 50px
}

#gameIndexWrapper .recent-content .scroller .recent-games-list .item p {
	width: inherit;
	margin: 5px auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#gameIndexWrapper .recent-content .scroller .recent-games-list .item .tag-tr {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 36px;
	height: auto
}

#gameIndexWrapper .user-tab-bar {
	margin: 8px 12px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#gameIndexWrapper .user-tab-bar .user-tab {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	border: .5px solid #0da7ff;
	color: #0da7ff;
	text-align: center;
	padding: 4px 0;
	background-color: #fff
}

#gameIndexWrapper .user-tab-bar .user-tab+.user-tab {
	border-left: none
}

#gameIndexWrapper .user-tab-bar .user-tab:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

#gameIndexWrapper .user-tab-bar .user-tab:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

#gameIndexWrapper .user-tab-bar .user-tab.active {
	color: #fff;
	background-color: #0da7ff
}

#gameIndexWrapper .user-tab-bar .user-tab:active {
	text-decoration: none;
	background-color: rgba(0,0,0,.1)
}

#gameIndexWrapper .label-new {
	position: relative;
	text-align: center;
	left: .2rem;
	top: 1px
}

#gameIndexWrapper .label-new .label-new-main {
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: red
}

#gameIndexWrapper .label-new .label-new-corner {
	position: absolute;
	width: 0;
	height: 0;
	top: 16px;
	border-bottom: 3px solid transparent;
	border-right: 8px solid red;
	border-left: 8px solid red
}

#gameIndexWrapper .label-new p {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 12px
}

#gameIndexWrapper .games-list .media {
	position: relative
}

#gameIndexWrapper .games-list .media .media-body .y-game-grade {
	width: 60%
}

#gameIndexWrapper .games-list .media .y-media-body {
	position: relative;
	overflow: visible
}

#gameIndexWrapper .games-list .media .y-media-body .y-media-body-content {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	padding-top: 4px
}

#gameIndexWrapper .games-list .media .y-media-body .y-media-body-content .y-game-desc {
	margin-top: .1266666667rem
}

#gameIndexWrapper .games-list .media .media-right {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#gameIndexWrapper .games-list .y-game-list-item {
	background: #fff;
	padding-bottom: .2rem;
	overflow: visible
}

#gameIndexWrapper .games-list .y-game-list-item .y-game-icon {
	margin-left: .2rem
}

#gameIndexWrapper .games-list .y-game-list-item .y-game-item-detail {
	padding: 0;
	width: 100%;
	height: 1.8666666667rem;
	display: none;
	margin-top: .1333333333rem
}

#gameIndexWrapper .games-list .y-game-list-item .media-left,#gameIndexWrapper .games-list .y-game-list-item .media>.pull-left {
	padding-right: .2rem
}

#gameIndexWrapper .games-list .y-game-list-item:nth-child(1),#gameIndexWrapper .games-list .y-game-list-item:nth-child(2),#gameIndexWrapper .games-list .y-game-list-item:nth-child(3) {
	margin-top: 0;
	margin-bottom: .1333333333rem;
	padding-top: .1333333333rem;
	padding-bottom: .1333333333rem
}

#gameIndexWrapper .games-list .y-game-list-item:nth-child(1) .y-game-item-detail,#gameIndexWrapper .games-list .y-game-list-item:nth-child(2) .y-game-item-detail,#gameIndexWrapper .games-list .y-game-list-item:nth-child(3) .y-game-item-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .0266666667rem
}

#gameIndexWrapper .games-list .y-game-list-item:nth-child(1) .y-game-item-detail .y-game-item-detail-item,#gameIndexWrapper .games-list .y-game-list-item:nth-child(2) .y-game-item-detail .y-game-item-detail-item,#gameIndexWrapper .games-list .y-game-list-item:nth-child(3) .y-game-item-detail .y-game-item-detail-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	margin-right: .0533333333rem
}

#gameIndexWrapper .games-list .y-game-list-item:nth-child(1) .y-game-item-detail .y-game-item-detail-item img,#gameIndexWrapper .games-list .y-game-list-item:nth-child(2) .y-game-item-detail .y-game-item-detail-item img,#gameIndexWrapper .games-list .y-game-list-item:nth-child(3) .y-game-item-detail .y-game-item-detail-item img {
	width: 100%;
	height: 100%
}

#gameIndexWrapper .games-list .y-game-list-item:nth-child(1) .y-game-item-detail .y-game-item-detail-item:last-child,#gameIndexWrapper .games-list .y-game-list-item:nth-child(2) .y-game-item-detail .y-game-item-detail-item:last-child,#gameIndexWrapper .games-list .y-game-list-item:nth-child(3) .y-game-item-detail .y-game-item-detail-item:last-child {
	margin-right: 0
}

#gameIndexWrapper .games-list .y-game-list-item:nth-child(4) {
	padding-top: .1333333333rem
}

#gameIndexWrapper .games-list .y-game-list-item:last-child {
	margin-bottom: 11px;
	padding-bottom: .12rem
}

#gameIndexWrapper .game-icon {
	width: 65px;
	height: 65px
}

#gameIndexWrapper .game-title {
	margin-top: 0;
	font-weight: 700
}

#gameIndexWrapper .gg-game-title {
	width: 62%
}

#gameIndexWrapper .gg-game-title span {
	display: inline-block;
	vertical-align: middle;
	margin-right: .0533333333rem
}

@media screen and (min-width:321px) and (max-width:413px) {
	#gameIndexWrapper .gg-game-title {
		width: 62%
	}
}

@media screen and (min-width:414px) {
	#gameIndexWrapper .gg-game-title {
		width: 67%
	}
}

#gameIndexWrapper .gg-right-btn {
	margin-right: .2rem
}

#gameIndexWrapper .y-game-grade {
	font-size: 12px;
	color: #666;
	margin-top: .1333333333rem;
	overflow: hidden
}

#gameIndexWrapper .y-game-grade span:last-child {
	margin-left: .2rem;
	color: red
}

#gameIndexWrapper .y-game-like {
	margin-left: 2px;
	font-size: .1666666667rem;
	font-weight: 700
}

#gameIndexWrapper .y-game-btn {
	display: table-cell;
	vertical-align: middle;
	background: #0da7ff;
	font-size: .14rem;
	color: #fff;
	width: 75px;
	text-align: center;
	height: 28px;
	border-radius: 3px;
	text-decoration: none
}

#gameIndexWrapper .game-desc {
	display: inline-block;
	font-size: 12px;
	color: #666;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#gameIndexWrapper .game-friends {
	font-size: 12px;
	color: #0da7ff;
	letter-spacing: .2px
}

#gameIndexWrapper .game-friends img {
	width: 15px;
	height: 15px;
	vertical-align: sub
}

#gameIndexWrapper .tab_game {
	width: 33%;
	display: inline-block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#gameIndexWrapper .tab_server {
	width: 38%;
	display: inline-block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#gameIndexWrapper .tab_date {
	width: 25%;
	display: inline-block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#gameIndexWrapper .list-wapper {
	padding: 0;
	margin-bottom: 40px
}

#gameIndexWrapper .server-list .flex-img {
	width: 40px;
	height: 40px
}

#gameIndexWrapper .server-list .server-name {
	color: red
}

#gameIndexWrapper .server-list .server-time {
	margin: 0 5px
}

#gameIndexWrapper .info-list .flex-title {
	font-size: 14px
}

@media screen and (min-width:330px) and (max-width:413px) {
	#gameIndexWrapper .game-desc {
		width: 160px
	}
}

@media screen and (min-width:414px) {
	#gameIndexWrapper .game-desc {
		width: 190px
	}
}
#gameIndexWrapper .y-gamemodule {
	width: 100%;
	margin-top: .1333333333rem;
	margin-bottom: 30px;
	background-color: #f0f0f6
}

#gameIndexWrapper .y-gamemodule .y-gamemodule-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 65%;
	font-size: .1666666667rem;
	font-weight: 700
}

#gameIndexWrapper .y-gamemodule .games-list {
	padding-bottom: 0;
	margin-bottom: .1333333333rem
}

#gameIndexWrapper .y-gamemodule .games-list .games-list-content {
	background-color: #f0f0f6
}

#gameIndexWrapper .y-gamemodule .games-list .games-list-content>div {
	padding: .1333333333rem .2533333333rem
}

#gameIndexWrapper .y-gamemodule .games-list .games-list-content .y-game-banner {
	padding: .1333333333rem .0333333333rem
}

#gameIndexWrapper .y-gamemodule .y-gamemodule-info1 {
	background: #fff;
	padding-bottom: .1333333333rem
}

#gameIndexWrapper .y-gamemodule .y-gamemodule-info1 .media:nth-child(2) {
	margin-top: .1333333333rem
}

#gameIndexWrapper .y-gamemodule .y-gamemodule-info2 {
	margin-top: .1333333333rem;
	margin-bottom: .1333333333rem;
	background: #fff;
	padding-bottom: .1333333333rem
}

#gameIndexWrapper .y-gamemodule .y-gamelike,#gameIndexWrapper .y-gamemodule .y-gamemodule-info2 .media:nth-child(2) {
	margin-top: .1333333333rem
}
.circle-nav {
	position: fixed;
	height: 370px;
	width: 224px;
	bottom: 0;
	z-index: 10001;
	overflow: hidden;
	pointer-events: none
}

.circle-nav .circle-inside {
	position: relative;
	height: 370px;
	width: 370px;
	left: -147px;
	bottom: 0
}

.circle-nav .ring.ring-back {
	position: absolute;
	top: 0;
	left: 0;
	height: 370px;
	width: 370px;
	border: 110px solid rgba(47,79,79,.8)
}

.circle-nav .ring {
	pointer-events: all;
	position: relative;
	height: 370px;
	width: 370px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0.1) rotate(-270deg);
	transform: scale(0.1) rotate(-270deg);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.circle-nav.open .ring {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.circle-nav.open .ring.ring-back {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle-nav.open .center .off {
	display: none
}

.circle-nav.open .center .on {
	display: block
}

.circle-nav .center {
	pointer-events: all;
	height: 66px;
	width: 66px;
	border-radius: 66px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-animation: blink 320ms steps(2) infinite;
	animation: blink 320ms steps(2) infinite
}

.circle-nav .center .img {
	width: 100%;
	height: 100%;
	display: block
}

.circle-nav .center .off {
	display: block
}

.circle-nav .center .on {
	display: none
}

.circle-nav .menuItem {
	position: absolute;
	display: block;
	width: 8em;
	height: 8em;
	line-height: 1;
	margin-left: -4em;
	margin-top: -4em;
	text-align: center;
	font-size: 10px;
	color: #fff
}

.circle-nav .menuItem .img {
	width: 6em;
	height: 6em;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden
}

.circle-nav .menuItem .text {
	font-size: inherit;
	margin: 1px 0 0;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}