* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji
}
body,html {
	width:100%;
	height:100%;

	-webkit-tap-highlight-color:transparent
}
body {
	position:relative;
	background-color:#054b79
}
ol,ul {
	list-style:none
}
a {
	text-decoration:none
}
h1,h2,h3,h4,h5,h6 {
	font-weight:500
}
button {
	border:none;
	outline:0
}
.container {
	max-width:calc(100% - 20px);
	width:calc(100% - 20px);
	margin-left:auto;
	margin-right:auto;
}
header {
	top:0;
	left:0;
	width:100%;
	background-color:#022b46;
	z-index:999
}
header .top {
	height:50px;
	justify-content:space-between;
	align-items:left;
	text-align:left;

}
header .top .logo_img {
	width:40px;
	height:35px;
	margin-right:10px;
	margin-top:8px;
}

img.logo_img {}
header .top .logo_img>img {
	object-fit:cover;
	object-position:center
}
.games {
	display:flex;
	flex-wrap:wrap;
	padding-top:10px;
	
}
.games>.games_list {
	display:inline-block;
	width:calc((100% - 16px)/ 3);
	border-radius:10px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:10px;
	background-color:#fff;
	box-shadow:0 3px 10px 3px rgba(0,0,0,.2);
	position:relative
}
.games>.games_list .games_img {
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	overflow:hidden
}
.games>.games_list .games_img>img {
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover;
	position:absolute
}
.games>.games_list:nth-child(3n+3) {
	margin-right:0
}
.games>.games_list>p {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:8px 10px 5px;
	font-size:12px;
	color:#333;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:rgba(255,255,255,.9)
}
@media all and (orientation:landscape) {
	.games>.games_list {
	width:calc((100% - 36px)/ 9 - 6px)
}
.games>.games_list:nth-child(n+1) {
	margin-right:10px
}
.games>.games_list:nth-child(2n) {
	margin-right:10px
}
}.more_game>a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:34px;
	background-color:#f94941;
	border-radius:6px;
	color:#fff;
	font-size:1em;
	margin:10px 0
}
.copy {
	display:flex;
	justify-content:center;
	font-size:12px;
	color:#aaa;
	line-height:14px;
	margin-top:10px;
	padding-bottom:80px
}
.copys {
	padding-bottom:20px
}
footer {
	z-index:999;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	background-color:#fff;
	padding:10px 25px
}
footer .foot_list {
	display:flex;
	align-items:center;
	justify-content:space-between
}
footer .foot_list>a {
	color:#aaa;
	display:flex;
	flex-direction:column;
	align-items:center
}
footer .foot_list>a .foot_img {
	width:30px;
	height:30px
}
footer .foot_list>a .foot_img>img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center
}
footer .foot_list>a>p {
	font-size:12px;
	margin-top:5px
}
footer .foot_list>a>p.act {
	color:#f94941
}
.top_lea {
	display:none;
	width:50px;
	height:50px;
	background-color:#f8f8f8;
	border-radius:25px;
	position:fixed;
	align-items:center;
	justify-content:center;
	right:15px;
	bottom:162px;
	z-index:9999
}
.top_lea .iconfont {
	color:#fff;
	font-size:18px
}
.stars {
	width:50px;
	height:50px;
	background-color:#f94941;
	border-radius:25px;
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	right:15px;
	bottom:102px;
	z-index:9999
}
.stars .iconfont {
	color:#fff;
	font-size:18px
}
.list>h2 {
	display:flex;
	justify-content:center;
	font-size:16px;
	font-weight:700;
	color:#333;
	margin:60px 0 5px;
	width:100%;
	background-color:#fff;
	border-radius:6px;
	line-height:34px
}
.list>h3 {
	font-size:.9em;
	font-weight:600;
	color:#333;
	margin-top:10px
}
.list .racing {
	display:flex;
	flex-wrap:wrap;
	margin-top:10px
}
.list .racing>.games_list {
	display:inline-block;
	width:calc((100% - 16px)/ 3);
	border-radius:15px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:10px;
	background-color:#fff;
	box-shadow:0 2px 5px 2px rgba(0,0,0,.2);
	position:relative
}
.list .racing>.games_list .games_img {
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	overflow:hidden
}
.list .racing>.games_list .games_img>img {
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover;
	position:absolute
}
.play_num {
	padding:2px 0 2px 10px;
	justify-content:flex-start;
	display:flex!important;
	align-items:center
}
.game_name {
	padding:0 0 0 10px;
	font-size:10px;
	color:#5e5e5e;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.play_num>img {
	width:10px!important;
	flex-wrap:wrap-reverse
}
.play_num>span {
	margin:0 0 0 5px;
	font-size:8px;
	color:#8f8f8f;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.list .racing>.games_list:nth-child(3n+3) {
	margin-right:0
}
.list .racing>.games_list>p {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:8px 10px 5px;
	font-size:12px;
	color:#333;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:rgba(255,255,255,.9)
}
@media all and (orientation:landscape) {
	.list .racing>.games_list {
	width:calc((100% - 36px)/ 9-6px)
}
.list .racing>.games_list:nth-child(n+1) {
	margin-right:10px
}
.list .racing>.games_list:nth-child(2n) {
	margin-right:10px
}
}.list .racing .nosearch_img {
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:10px
}
.history {
	margin-top:60px;
	min-height:calc(100% - 165px)
}
.history>h2 {
	display:flex;
	justify-content:center;
	font-size:16px;
	font-weight:700;
	color:#333;
	margin:10px 0 5px;
	width:100%;
	background-color:#fff;
	border-radius:6px;
	line-height:34px
}
.history>h3 {
	font-size:.9em;
	font-weight:600;
	color:#333;
	margin-top:10px
}
.history .racing {
	display:flex;
	flex-wrap:wrap;
	margin-top:10px
}
.history .racing>.games_list {
	display:inline-block;
	width:calc((100% - 16px)/ 3);
	border-radius:15px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:10px;
	background-color:#fff;
	box-shadow:0 3px 10px 3px rgba(0,0,0,.2);
	position:relative
}
.history .racing>.games_list .games_img {
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	overflow:hidden
}
.history .racing>.games_list .games_img>img {
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover;
	position:absolute
}
.history .racing>.games_list:nth-child(3n+3) {
	margin-right:0
}
.history .racing>.games_list>p {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:8px 10px 5px;
	font-size:12px;
	color:#333;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:rgba(255,255,255,.9)
}
@media all and (orientation:landscape) {
	.history .racing>.games_list {
	width:calc((100% - 36px)/ 5)
}
.history .racing>.games_list:nth-child(3n+3) {
	margin-right:10px
}
.history .racing>.games_list:nth-child(5n+5) {
	margin-right:0
}
}.history .racing .nosearch_img {
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:10px
}
.about {
	min-height:calc(100% - 155px);
	margin-top:50px;
	display:flex;
	align-items:center;
	flex-direction:column
}
.about .about_img {
	display:flex;
	justify-content:center;
	max-width:calc(100% - 20px);
	width:100%;
	height:0;
	padding-bottom:45%;
	position:relative
}
.about .about_img>img {
	position:absolute;
	width:100%;
	height:100%;
	object-position:center
}
.about .about_list {
	margin-top:10px
}
.about .about_list>a {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:15px;
	border-radius:6px;
	font-size:16px;
	color:#333;
	background-color:#fff;
	margin-bottom:10px;
	font-weight:600
}
.about .about_list>a>.iconfont {
	color:#ccc;
	font-size:14px
}
.nosearch {
	min-height:113px
}
.nosearch>h2 {
	font-size:.9em;
	font-weight:600;
	color:#333
}
.nosearch .racing {
	display:flex;
	flex-wrap:wrap;
	margin-top:10px
}
.nosearch .racing>.games_list {
	display:inline-block;
	width:calc((100% - 16px)/ 3);
	border-radius:15px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:10px;
	background-color:#fff;
	box-shadow:0 3px 10px 3px rgba(0,0,0,.2);
	position:relative
}
.nosearch .racing>.games_list .games_img {
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	overflow:hidden
}
.nosearch .racing>.games_list .games_img>img {
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover;
	position:absolute
}
.nosearch .racing>.games_list:nth-child(3n+3) {
	margin-right:0
}
.nosearch .racing>.games_list>p {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:8px 10px 5px;
	font-size:12px;
	color:#333;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:rgba(255,255,255,.9)
}
@media all and (orientation:landscape) {

    .nosearch .racing>.games_list {
        width:calc((100% - 36px)/ 9 - 6px)
    }
    .nosearch .racing>.games_list:nth-child(n+1) {
        margin-right:10px
    }
    .nosearch .racing>.games_list:nth-child(2n) {
        margin-right:10px
    }

}.nosearch_img {
	margin-top:60px
}
.nosearch_img>img {
	width:100%
}
.company {
	margin-top:60px;
	min-height:calc(100% - 74px);
	margin-bottom:30px
}
.company h2 {
	display:flex;
	justify-content:center;
	font-size:16px;
	margin-bottom:15px;
	color:#333;
	font-weight:700
}
.company .mainBox {
	background-color:#fff;
	padding:16px;
	border-radius:4px
}
.company .mainBox h3 {
	font-size:.9em;
	margin-bottom:15px;
	color:#f94941
}
.company .mainBox p {
	font-size:.9em;
	margin-bottom:15px;
	line-height:1.6em;
	color:#516375
}
.company .mainBox form {
	padding:20px 0
}
.company .mainBox form .formItem {
	display:flex;
	align-items:flex-start;
	margin-bottom:10px;
	position:relative
}
.company .mainBox form .formItem input {
	width:370px;
	height:34px;
	border-radius:4px;
	text-indent:1em;
	color:#f5f5f5;
	border:none;
	outline:0;
	background-color:#f8f8f8
}
.company .mainBox form .formItem .why {
	width:100%
}
.company .mainBox form .formItem #comcom {
	width:100%;
	resize:none;
	border:none;
	outline:0;
	border-radius:10px;
	color:#516375;
	background-color:#f8f8f8;
	text-indent:1em;
	padding-top:15px
}
.company .mainBox form input[type=submit] {
	width:90px;
	height:34px;
	border:none;
	outline:0;
	border-radius:4px;
	color:#fff;
	background-color:#f94941;
	font-weight:700;
	margin-top:10px;
	cursor:pointer;
	font-size:.9em
}
.company .mainBox form input[type=submit]:hover {
	background-color:rgba(249,73,65,.8)
}
.more_list {
	margin-top:60px
}
.more_list>a {
	width:calc((100% - 20px)/ 2);
	display:inline-block;
	background-color:#fff;
	padding:15px 10px;
	color:#333;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:4px;
	font-size:15px;
	font-weight:600
}
.more_list>a>.iconfont {
	margin-right:6px;
	font-size:15px
}
.more_list>a:nth-child(2n+2) {
	margin-right:0
}
@media all and (orientation:landscape) {
	.more_list>a {
	width:calc((100% - 30px)/ 3)
}
.more_list>a:nth-child(2n+2) {
	margin-right:10px
}
.more_list>a:nth-child(3n+3) {
	margin-right:0
}
}.more_list>a:nth-child(6n+1) .iconfont {
	color:#7d41ff
}
.more_list>a:nth-child(6n+2) .iconfont {
	color:#ff7100
}
.more_list>a:nth-child(6n+3) .iconfont {
	color:#00c6c8
}
.more_list>a:nth-child(6n+4) .iconfont {
	color:#f94941
}
.more_list>a:nth-child(6n+5) .iconfont {
	color:#3d7eff
}
.more_list>a:nth-child(6n+6) .iconfont {
	color:#fd2e9e
}
.detail_1 {
	background-color:#fff;
	border-radius:6px;
	padding:10px;
	margin-bottom:10px
}
.detail_1 .detail_t {
	display:flex;
	align-items:center
}
.detail_1 .detail_t .detail_img {
	width:94px;
	height:70px;
	border-radius:6px;
	overflow:hidden
}
.detail_1 .detail_t .detail_img>img {
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover
}
.detail_1 .detail_t>dl {
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:calc(100% - 94px);
	padding-left:10px;
	font-size:12px;
	color:#999;
	font-weight:700
}
.detail_1 .detail_t>dl>dt {
	margin-bottom:10px;
	color:#333;
	font-size:16px
}
.detail_1 .play_now {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:34px;
	border-radius:6px;
	background-color:#f94941;
	color:#fff;
	font-weight:700;
	font-size:14px;
	margin-top:10px
}
.video {
	padding:10px;
	background-color:#fff;
	border-radius:6px;
	margin-top:10px
}
.video h2 {
	font-size:14px;
	font-weight:700;
	line-height:22px;
	color:#333;
	margin-bottom:10px
}
.video .video_iframe {
	width:100%;
	height:170px
}
.video .video_iframe iframe {
	display:block;
	width:1px;
	min-width:100%;
	height:1px;
	min-height:100%;
	border:0;
	overflow:hidden;
	z-index:999
}
.video .video_iframe .no_tu {
	width:100%;
	height:170px
}
.description {
	padding:10px;
	background-color:#fff;
	border-radius:6px;
	margin-top:10px;
	margin-bottom:10px
}
.description h3 {
	color:#333;
	line-height:22px;
	font-size:14px;
	font-weight:700;
	margin-bottom:10px
}
.description .categories {
	display:flex;
	flex-wrap:wrap
}
.description .categories>a {
	height:30px;
	background-color:#f94941;
	border-radius:4px;
	text-align:center;
	line-height:30px;
	color:#fff;
	padding:0 10px;
	margin-right:8px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:700;
	transition:all .3s
}
.description .module {
	width:100%;
	min-height:95px;
	margin-top:5px;
	background-color:#fff;
	border-radius:2px;
	padding-bottom:10px
}
.description .module>h2 {
	color:#333;
	line-height:22px;
	font-size:1em;
	font-weight:700
}
.description .module .des {
	
	position:relative;
	line-height:20px;
	color:#666;
	box-sizing:content-box;
	font-weight:600;
	font-size:12;
	margin:10px 0
}
.description .module .des>p {
	color:#666;
	font-size:12;
	line-height:20px
}
.description .module .SHOW {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:5px
}
.description .module .SHOW .moreShow {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100px;
	border-radius:6px;
	height:30px;
	background-color:#f5f5f5;
	font-size:.7em;
	transition:all .3s;
	font-weight:500;
	color:#f94941
}
.description .module .SHOW .moreShow::before {
	content:"SHOW MORE";
	font-weight:600;
	margin-right:5px
}
.description .module .SHOW .moreShow .iconfont {
	font-size:14px
}
.description .module .SHOW .lessShow::before {
	content:"SHOW LESS";
	font-weight:600;
	margin-right:5px
}
.description .module .SHOW .showAll {
	max-height:900px
}
.description .module .showAll {
	max-height:900px
}
.comment {
	margin-top:10px;
	background-color:#fff;
	padding:10px;
	border-radius:6px;
	margin-bottom:10px
}
.comment h3 {
	font-size:16px;
	color:#333;
	line-height:22px;
	font-weight:700
}
.comment form {
	width:100%;
	height:170px;
	margin-top:10px
}
.comment form .formItem {
	display:flex;
	align-items:center;
	margin-bottom:10px
}
.comment form .formItem #name {
	width:340px;
	height:40px;
	background-color:#f5f5f5;
	border-radius:4px;
	border:none;
	outline:0;
	text-indent:1em;
	color:#516375;
	margin-right:10px
}
.comment form .formItem input[type=submit] {
	width:90px;
	height:40px;
	background-color:#f94941;
	border-radius:4px;
	color:#fff;
	outline:0;
	border:none;
	cursor:pointer;
	transition:all .3s
}
.comment form .formItem input[type=submit]:hover {
	background-color:rgba(249,73,65,.8)
}
.comment form .formItem #comcom {
	background-color:#f5f5f5;
	border:none;
	outline:0;
	resize:none;
	border-radius:4px;
	padding:12px;
	color:#516375;
	width:100%
}
.comment form .formItem label {
	color:red
}
.comment .comment_list {
	margin-top:40px
}
.comment .comment_list li {
	margin-bottom:10px;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px
}
.comment .comment_list li .by {
	height:20px;
	border-left:4px solid #f94941;
	padding-left:10px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
	color:#666
}
.comment .comment_list li .by span {
	color:rgba(81,99,117,.5)
}
.comment .comment_list li .module {
	width:100%;
	min-height:45px;
	background-color:#fff;
	border-radius:2px;
	padding-bottom:25px
}
.comment .comment_list li .module .des {
	max-height:22px;
	overflow:hidden;
	position:relative;
	line-height:22px;
	color:#666;
	box-sizing:content-box;
	font-size:.8em
}
@media all and (orientation:landscape) {
	.comment .comment_list li .module .des {
	max-height:23px
}
}.comment .comment_list li .module .des>p {
	font-size:.8em;
	color:#333;
	font-weight:600;
	line-height:20px
}
@media all and (orientation:landscape) {
	.comment .comment_list li .module .des>p {
	line-height:18px
}
}.comment .comment_list li .module .moreShow1 {
	display:block;
	float:right;
	font-size:.9em;
	transition:all .3s;
	font-weight:500;
	color:#f94941
}
.comment .comment_list li .module .moreShow1::before {
	content:"SHOW MORE";
	font-weight:600;
	margin-right:5px
}
.comment .comment_list li .module .moreShow1 .iconfont {
	font-size:14px
}
.comment .comment_list li .module .showAll {
	max-height:900px
}
.comment .comment_list li .module .lessShow::before {
	content:"SHOW LESS";
	font-weight:600;
	margin-right:5px
}
.comment .comment_list li .b_com {
	display:flex;
	justify-content:space-between;
	align-items:center
}
.comment .comment_list li .b_com .date {
	color:#999;
	font-weight:500;
	line-height:18px;
	font-size:12px
}
.comment .comment_list li .b_com .rate {
	font-size:12px;
	color:#666;
	line-height:16px;
	font-weight:400;
	display:flex;
	align-items:center
}
.comment .comment_list li .b_com .rate a {
	margin-right:5px;
	transition:all .3s;
	display:flex;
	align-items:center
}
.comment .comment_list li .b_com .rate a+a {
	margin-left:5px
}
.comment .comment_list li .b_com .rate a .iconfont {
	font-size:14px;
	cursor:pointer
}
.comment .comment_list li .b_com .rate a::before {
	font-family:iconfont;
	margin-right:3px;
	font-size:14px
}
.comment .comment_list li .b_com .rate a.zan::before {
	content:""
}
.comment .comment_list li .b_com .rate a.zan.active::before {
	content:"";
	color:#f94941
}
.comment .page_num {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:20px;
	width:100%
}
.comment .page_num ul {
	display:flex;
	justify-content:center;
	align-items:center
}
.comment .page_num ul li {
	color:#666;
	margin-right:6px
}
.comment .page_num ul li a {
	border-radius:4px;
	width:2.3em;
	height:34px;
	display:block;
	text-align:center;
	line-height:34px;
	color:#666;
	transition:all .3s;
	font-size:14px;
	background-color:#f5f5f5
}
.comment .page_num ul li .active1 {
	background-color:#f94941;
	color:#fff
}
.comment .page_num .left {
	width:4em;
	height:34px;
	border-radius:4px;
	color:#666;
	text-align:center;
	line-height:34px;
	margin-right:6px;
	background-color:#f5f5f5
}
.comment .page_num .disabled {
	cursor:not-allowed;
	color:#d8d8d8;
	border-radius:4px
}
.detail_play {
	width:100%;
	height:100%
}
.detail_play .tui_chu {
	z-index:9999999999;
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	background-color:#eff1f4;
	border-radius:0 100px 100px 0;
	position:fixed;
	top:50px;
	left:0
}
.detail_play .tui_chu .icon_chu {
	width:40px;
	height:40px;
	border-radius:20px;
	background-color:#fff;
	display:flex;
	align-items:center;
	justify-content:center
}
.detail_play .tui_chu .icon_chu>.iconfont {
	color:#007eff;
	font-size:25px;
	font-family:iconfont
}
.detail_play .tui_chu .icon_chu>.iconfont::before {
	content:""
}
.detail_play .tui_chu.active {
	left:220px;
	z-index:999999
}
.detail_play .tui_chu.active>.icon_chu>.iconfont {
	font-size:18px
}
.detail_play .tui_chu.active>.icon_chu>.iconfont::before {
	content:""
}
.detail_play .play_iframe {
	width:100%;
	height:100%
}
.detail_play .play_iframe>iframe {
	display:block;
	width:1px;
	min-width:100%;
	height:1px;
	min-height:100%;
	border:0;
	overflow:hidden;
	z-index:999
}
.detail_play .reserve {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	display:none;
	justify-content:center;
	align-items:center;
	flex-direction:column
}
.detail_play .reserve.res_active {
	display:flex
}
@media(orientation:landscape) {
	.detail_play .reserve.res_active {
	display:none
}
}.detail_play .reserve>img {
	width:30%
}
.detail_play .reserve>p {
	color:#fff;
	font-size:1em;
	margin-top:10px
}
.chu_box {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:-100%;
	overflow:hidden
}
.chu_box .box_detail {
	width:220px;
	height:100%;
	background-color:#fff
}
.chu_box .box_detail .logo_a {
	padding:5px 10px;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.chu_box .box_detail .logo_a .logo_z {
	width:125px;
	height:40px
}
.chu_box .box_detail .logo_a .logo_z>img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center
}
.chu_box .box_detail .logo_a .logo_y {
	width:30px;
	height:30px
}
.chu_box .box_detail .logo_a .logo_y>img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center
}
.chu_box .box_detail .detail_con {
	width:100%;
	height:calc(100% - 110px);
	overflow-x:hidden;
	overflow-y:scroll;
	padding:10px;
	background-color:#eff1f4
}
.chu_box .box_detail .detail_con .detail_del {
	display:flex;
	flex-wrap:wrap
}
.chu_box .box_detail .detail_con .detail_del>a {
	width:calc(50% - 4px);
	height:0;
	padding-bottom:40%;
	border-radius:6px;
	overflow:hidden;
	position:relative;
	margin-bottom:8px
}
.chu_box .box_detail .detail_con .detail_del>a:nth-child(2n+1) {
	margin-right:8px
}
.chu_box .box_detail .detail_con .detail_del>a>img {
	position:absolute;
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover
}
.chu_box .box_detail .detail_con .detail_list>a {
	width:100%;
	height:54px;
	border-radius:6px;
	background-color:#fff;
	padding:10px;
	margin-bottom:8px;
	font-size:16px;
	font-weight:700;
	color:#333;
	display:flex;
	align-items:center
}
.chu_box .box_detail .detail_con .detail_list>a .iconfont {
	font-size:20px;
	margin-right:6px
}
.chu_box .box_detail .detail_con .detail_list>a:nth-child(6n+1) .iconfont {
	color:#7d41ff
}
.chu_box .box_detail .detail_con .detail_list>a:nth-child(6n+2) .iconfont {
	color:#ff7100
}
.chu_box .box_detail .detail_con .detail_list>a:nth-child(6n+3) .iconfont {
	color:#00c6c8
}
.chu_box .box_detail .detail_con .detail_list>a:nth-child(6n+4) .iconfont {
	color:#f94941
}
.chu_box .box_detail .detail_con .detail_list>a:nth-child(6n+5) .iconfont {
	color:#3d7eff
}
.chu_box .box_detail .detail_con .detail_list>a:nth-child(6n+6) .iconfont {
	color:#fd2e9e
}
.chu_box .box_detail .detail_foot {
	height:70px;
	display:flex;
	justify-content:center;
	padding-top:10px
}
.chu_active {
	left:0
}
.tuguang {
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	padding:20px;
	background-color:#f94941;
	max-width:calc(100% - 20px);
	margin-right:auto;
	margin-left:auto
}
.tuguang>a {
	width:calc((100% - 20px)/ 3);
	border-radius:15px;
	border:2px solid #fff;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	box-shadow:0 3px 10px 3px rgba(0,0,0,.4)
}
.tuguang>a>.game_img {
	width:100%;
	height:0;
	padding-bottom:100%;
	overflow:hidden;
	position:relative
}
.tuguang>a>.game_img>img {
	position:absolute;
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover
}
.tuguang>a .hot {
	width:100%;
	height:25px;
	background-color:red;
	position:absolute;
	top:2%;
	left:-30px;
	transform:rotate(-40deg);
	display:flex;
	align-items:center;
	padding-left:30px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	box-shadow:0 0 15px 0 red
}
.tuguang>a .new {
	width:100%;
	height:25px;
	background-color:#ff8500;
	position:absolute;
	top:2%;
	left:-30px;
	transform:rotate(-40deg);
	display:flex;
	align-items:center;
	padding-left:30px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	box-shadow:0 0 15px 0 red
}
.tuguang>a .top {
	width:100%;
	height:25px;
	background-color:#ff21e2;
	position:absolute;
	top:2%;
	left:-30px;
	transform:rotate(-40deg);
	display:flex;
	align-items:center;
	padding-left:30px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	box-shadow:0 0 15px 0 red
}
.tuguang>a:nth-child(3n+3) {
	margin-right:0
}
@media all and (orientation:landscape) {
	.tuguang>a {
	width:calc((100% - 40px)/ 5)
}
.tuguang>a:nth-child(3n+3) {
	margin-right:10px
}
.tuguang>a:nth-child(5n+5) {
	margin-right:0
}
.tuguang>a>.hot {
	top:-7%
}
.tuguang>a>.new {
	top:-7%
}
.tuguang>a>.top {
	top:-7%
}
}@media screen and (min-width:767px) {
	.tuguang>a>.hot {
	top:-18%;
	left:-43px
}
.tuguang>a>.new {
	top:-18%;
	left:-43px
}
.tuguang>a>.top {
	top:-18%;
	left:-43px
}
}@media screen and (min-width:767px)and (orientation:landscape) {
	.tuguang>a>.hot {
	top:-9%;
	left:-32px
}
.tuguang>a>.new {
	top:-9%;
	left:-32px
}
.tuguang>a>.top {
	top:-9%;
	left:-32px
}
}.footers {
	margin-top:0
}
.detail_2 {
	overflow:hidden;
	position:relative;
	height:350px;
	border-radius:6px
}

.detail_2>img {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	-webkit-filter:blur(5px);
	-moz-filter:blur(5px);
	-ms-filter:blur(5px);
	filter:blur(20px)
}
.detail_2 .play_bc {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.detail_2 .play_bc .bbc {
	position:relative;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center
}
.detail_2 .play_bc .bbc .play_img {
	width:100px;
	height:100px;
	border:2px solid #fff;
	border-radius:6px;
	overflow:hidden;
	margin-bottom:15px
}
.detail_2 .play_bc .bbc .play_img>img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center
}
.detail_2 .play_bc .bbc>a {
	position:absolute;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:6px;
	width:148px;
	height:34px;
	background-color:#0077ff;
	color:#fff;
	font-size:14px;
	font-weight:700;
	margin-top:17px
}




.detail_3 {
	overflow:hidden;
	position:relative;
	height:180px;
	border-radius:6px
}

.detail_3>img {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	-webkit-filter:blur(5px);
	-moz-filter:blur(5px);
	-ms-filter:blur(5px);
	filter:blur(20px)
}
.detail_3 .play_bc {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.detail_3 .play_bc .bbc {
	position:relative;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center
}
.detail_3 .play_bc .bbc .play_img {
	width:100px;
	height:100px;
	border:2px solid #fff;
	border-radius:6px;
	overflow:hidden;
	margin-bottom:15px
}
.detail_3 .play_bc .bbc .play_img>img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center
}
.detail_3 .play_bc .bbc>a {
	position:absolute;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:6px;
	width:148px;
	height:34px;
	background-color:#0077ff;
	color:#fff;
	font-size:14px;
	font-weight:700;
	margin-top:17px
}


.ad {
	max-height: 350px;
	margin-left:auto;
	margin-right:auto
}
.ad>div {
	display:flex;
	justify-content:center
}
.games_left {
	width: 120px;
	height:120px;;
	border-radius:10px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	overflow:hidden
}

.games_left>img {
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover;
	position:absolute
}



#button_afc_Content {
    margin: 0 auto 20px;
    position: relative;
    background: #666;
    font-size: 1em;
    display: block;
    width: 70%;
	height:45px;
    color: #fff;
    border: .125rem solid #fff;
    border-radius: .5rem
}

#afc_play {
    font-family: Roboto-Medium;
    font-size: 24px;
    position: relative;
    display: block;
    z-index: 9
}

#afc_progress {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #009a44
}

#afc_section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    text-align: center;
    display: block
}

#div_afc_adContainer {
    overflow: hidden;
    background: #fff;
    display: block
}

@keyframes shake {
    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    55% {
        -webkit-transform: scale(.9,1.1);
        transform: scale(.9,1.1)
    }

    60% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    65% {
        -webkit-transform: scale(1.1,.9);
        transform: scale(1.1,.9)
    }

    80% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    85% {
        -webkit-transform: scale(.9,1.1);
        transform: scale(.9,1.1)
    }

    90% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    95% {
        -webkit-transform: scale(1.1,.9);
        transform: scale(1.1,.9)
    }
}




@media(max-height:576px) {
}a,body,div,html {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline
}
body {
line-height:1
}
*,::after,::before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
body {
font-size:12px;
font-family:Myriad Set Pro,Arial,Helvetica,sans-serif;
line-height:22px;
height:100%
}
html {
height:100%
}
.footer {
text-align:center;
padding:8px 16px;
color:#999;
line-height:14px;
background:#022b46
}
.footer-main {
padding:10px;
line-height:24px
}
.footer-main a {
color:#999
}
.footer .footer-bottom {
text-align:center;
color:#6e6e6e;
margin:0 auto;
padding:10px 0;
border-top:1px solid #063a5e
}
.footer a {
text-decoration:none;
color:#999
}
.footer a:hover {
text-decoration:underline;
color:#fff
}
.footer-tab {
height:40px;
line-height:40px;
border-top:1px solid #063a5e
}