@charset "UTF-8";
html, textarea {
	overflow: auto
}
a, a:focus, body, button, input, input:focus, select, textarea {
	-webkit-tap-highlight-color: transparent
}
a, a:hover {
	text-decoration: none
}
body {
	position: relative
}
.nav, .news-list-con .more-con, .slider-indicator {
	text-align: center
}
.game-list .detail .text, .game-list .img .info {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-moz-box-direction: normal
}
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block
}
li, ol, ul {
	list-style: none
}
body, button, input, select, textarea {
	font: 14px/1 "Microsoft YaHei", SimSun, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #000;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	-webkit-overflow-scrolling: touch;
	margin: 0 auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}
img {
	vertical-align: middle;
	display: inline-block
}
abbr, body, fieldset, html, iframe, img {
	border: 0
}
textarea {
	resize: none
}
a {
	color: #efc111;
}
a:hover {
	color: #b8942d
}
.clear:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0
}
.left {
	float: left
}
.right {
	float: right
}

.nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	
}
.nav .more-tab {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	z-index: 1;
	right: 50%;
	margin-right: -0.2rem;
	top: 0.7rem;
	background: url(../images/more_btn.png) center center no-repeat;
	background-size: cover;
	z-index: 1000;
}
.nav.on .more-tab {
	background: url(../images/close.png) center center no-repeat;
	background-size: cover;
}
.nav .more-tab-pop {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 10
}
.nav.on .more-tab-pop {
	display: block;
}
.nav .more-tab-pop .list {
	margin: 1.6rem 0.6rem 0
}
.nav .more-tab-pop .list .link {
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.3rem;
	display: block;
	margin: 0.2rem 0;
	border: 1px solid rgba(230, 12, 39, 0.58);
	color: rgba(255,255,255,0.8);
	border-radius: 0.6rem;
}
.nav .more-tab-pop .list .link.select {
	background-color: #d01f27;
}
.nav .more-tab-pop .list .current {
}
.show,.hidden.show {
	top: 0;
	-webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
	
}
.hidden {
	top: -2.2rem;
	-webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    -ms-transition: 0.1s all;
	
}
.cy-logo {
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.1rem;
	margin-top: -0.9rem;
	background: url(../images/cyLogo.png) center no-repeat;
	background-color: rgba(220, 16, 16, 0.76);
	border: 1px solid rgba(230, 12, 39, 0.84);
	background-size: cover;
	border-radius: 50%;
	z-index: 100;
	webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .9);
	-moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .9);
	box-shadow: 0 3px 20px rgba(0, 0, 0, .9);
}
.mod-title {
	height: 1.3rem;
	overflow: hidden
}
.mod-title .title {
margin:.3rem auto;
	background: url(../images/gameProducts.png) no-repeat;
	background-size: 100%;
height:.72rem
}
.arrow-down {
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 50%;
	margin-left: -0.3rem;
	-webkit-animation: verticalMoving 1.2s .2s ease-out infinite;
	background: url(../images/arrow.png);
	background-size: 100%;
}
.self-games {
}
.game-list {
	text-align: center;
	margin: 0.5em;
}
.game-list li {
 margin-bottom: .2rem;
	border-radius: 4px;
	overflow: hidden;
}
.game-list .img {
	height: 2.6rem;
	position: relative;
	overflow: hidden
}
.game-list .img .bg {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.game-list .img .info {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(linear, center bottom, center top, from(rgba(0,0,0,.6)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,.6) 0, transparent 100%);
	background: linear-gradient(to top, rgba(0,0,0,.6) 0, transparent 100%)
}
.game-list .img .info .ig {
	display: block;
	width: 40%;
}
.game-list .img .info .ig .icon {
	width: 100%;
	height: 100%;
	display: block
}
.game-list .img .info .text {
	width: 100%;
height:.6rem;
line-height:.6rem;
	text-align: center;
font-size:.32rem;
	color: #fff;
	text-shadow: 2px 2px #000
}
.game-list .detail {
	height: 2.1rem;
padding:0 .2rem;
	border-top: none;
border-radius:0 0 .04rem .04rem;
	background: #6b0303;
	overflow: hidden
}
.game-list .detail.yxqx {
	background: #41253f;
}
.game-list .detail.hs {
	background: #216171;
}
.game-list .desc {
font-size:.24rem;
	color: #fff;
	white-space: normal;
	line-clamp: 2;
	-webkit-line-clamp: 2
}
.game-list .detail .text {
height:.72rem;
line-height:.36rem;
font-size:.24rem;
	color: rgba(255,255,255,0.8);
margin:.2rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	white-space: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-overflow: ellipsis;
	overflow: hidden;
	line-clamp: 2;
	-webkit-line-clamp: 2
}
.game-list .detail .btn {
height:.62rem
}
.game-list .detail .btn a {
	width: 2.9rem;
 height: .6rem;
	display: block;
	margin: 0 auto;
	color: #c00;
 font-size: .32rem;
 line-height: .6rem;
	text-align: center;
 border-radius: .6rem;
	background-color: #fff;
}
 @-webkit-keyframes verticalMoving {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
50% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
}
.copyright {
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 0.2rem;
	line-height: 0.2rem;
	padding: 0.2rem 0;
}
.content {
	background: #41253f;
	padding: 0.4rem;
	color: #fff;
	line-height: 0.5rem;
	font-size: 0.26rem;
}
/*.content.talent{
	background: #216171;
}
.content.contact{
	background: #41253f;
}
.content.service{
	background: #653b1c;
}*/
.content img {
	width: 100%;
	height: auto;
	margin-bottom: 0.3rem;
}
.content h2 {
	font-size: 0.5rem;
	font-weight: 400;
	text-align: center;
	margin:1.2rem 0  0.4rem 0;
}
.content h3 {
	font-size: 0.35rem;
}
.content p {
}
