﻿@charset "utf-8";

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

fieldset,img {
	border: 0
}

:focus {
	outline: 0
}

address,caption,cite,code,dfn,em,optgroup,th,var {
	font-style: normal;
	font-weight: 400
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

button,input,optgroup,option,select,textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

code,kbd,samp,tt {
	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
}

sub,sup {
	font-size: 100%;
	vertical-align: baseline
}

:link,:visited,ins {
	text-decoration: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

* {
	margin: 0;
	padding: 0
}

body,html {
	overflow-y: auto;
	overflow-x: hidden;
	position: relative
}

.clearfix {
	margin-right: auto;
	margin-left: auto
}

.clearfix:after,.clearfix:before {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

b,em,i {
	font-style: normal;
	font-weight: 400
}

body {
	margin: 0;
	font-family: "Microsoft Yahei",Arial,Tahoma,Helvetica,SimSun,"Hiragino Sans GB",sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	position: relative
}

body,html {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	min-height: 1000px;
	background-color: #f9f7fa
}

button,input,select,textarea,th {
	background: #fff;
	font-size: 12px;
	line-height: 1.5em;
	font-family: "Microsoft Yahei",Arial,Tahoma,Helvetica,SimSun,"Hiragino Sans GB",sans-serif
}

a {
	color: #333;
	text-decoration: none
}

a:focus,a:hover {
	-webkit-transition: color 150ms ease-in 0s,background-color 150ms ease-in 150ms;
	-moz-transition: color 150ms ease-in 0s,background-color 150ms ease-in 150ms;
	-ms-transition: color 150ms ease-in 0s,background-color 150ms ease-in 150ms;
	-o-transition: color 150ms ease-in 0s,background-color 150ms ease-in 150ms;
	transition: color 150ms ease-in 0s,background-color 150ms ease-in 150ms
}

.rotate360:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}

a:hover {
	color: #e30412
}

.rotate360 {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.cx {
	overflow: hidden
}

.cfix {
	margin-right: auto;
	margin-left: auto
}

.cfix:after,.cfix:before {
	display: table;
	content: "";
	line-height: 0
}

.cfix:after {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.red1200 {
	width: 1200px!important;
	margin: 0 auto
}

.wraper {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.h20 {
	width: 100%;
	height: 8px
}

.w80 {
	width: 80%!important
}

.w81 {
	width: 81.5%!important
}

.h184 {
	height: 184px
}

.mrnone {
	margin: 0!important
}

.ml20 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px
}

.hide {
	display: none
}

a,img {
	cursor: pointer
}

img {
	vertical-align: top;
	border: 0
}

.icon {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px
}

header {
	background: #fff;
	height: 100px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	position: relative;
	z-index: 3
}

.logo {
	margin: 15px -10px;
	float: left
}

.nav {
	float: left;
	margin-left: 20px
}

.nav a {
	margin-right: 24px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	line-height: 100px
}

.nav a.current,.nav a:hover {
	color: #e30412
}

.nav a i {
	display: inline-block;
	width: 32px;
	height: 30px;
	background-position: -4px 0;
	vertical-align: middle;
	margin-right: 10px
}

.nav a:nth-child(2) i {
	background-position: -45px -2px
}

.nav a:nth-child(3) i {
	background-position: -87px -2px
}

.nav a:nth-child(4) i {
	background-position: -126px -2px
}

.nav a:nth-child(5) i {
	background-position: -165px -2px
}

.nav a:nth-child(6) i {
	background-position: -201px -2px
}

.search {
	width: 238px;
	height: 36px;
	float: right;
	background: #f2f2f2;
	border-radius: 18px;
	margin-top: 28px
}

.search i {
	width: 21px;
	height: 21px;
	display: inline-block;
	background-position: -260px -2px;
	margin: 0 8px 0 10px;
	margin-top: 8px;
	vertical-align: sub
}

.search input {
	border: none;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 32px
}

.index_hot {
	height: 230px;
	background-color: #fff;
	position: relative;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.hotbg {
	height: 70px;
	position: absolute;
	top: 0;
	left: 0
}

.index_hot>span {
	position: absolute;
	right: 50px;
	top: 33px;
	z-index: 3;
	color: #00aff0;
	cursor: pointer
}

.index_hot>span:hover i {
	transform: rotate(360deg);
	transition: all .5s ease-in-out
}

.index_hot>span i {
	width: 14px;
	height: 14px;
	background-position: -337px -2px;
	vertical-align: middle
}

.index_hot>p {
	position: relative;
	z-index: 2;
	margin: 28px 25px 20px
}

.index_hot p span {
	font-size: 20px;
	color: #7c7c7c;
	font-weight: 600;
	margin-right: 32px;
	cursor: pointer
}

.index_hot p span em {
	color: #7c7c7c;
	font-weight: 600
}

.index_hot p span.current,.index_hot p span:hover {
	color: #242424
}

.index_hot p span.current em,.index_hot p span:hover em {
	color: #e41822;
	font-weight: 600
}

.index_hot p span.current i,.index_hot p span:hover i {
	background-position: -296px -2px
}

.index_hot i {
	width: 14px;
	height: 18px;
	background-position: -315px -2px;
	display: inline-block;
	margin-right: 8px
}

.index_hot .box {
	margin: 0 25px
}

.index_hot .box ul {
	overflow: hidden
}

.index_hot .box ul li {
	float: left;
	margin-right: 22px
}

.index_hot .box ul li:nth-last-child(1) {
	margin-right: 0
}

.index_hot .box img {
	width: 108px;
	height: 108px;
	display: block;
	border-radius: 18px
}

.index_hot .box img:hover {
	opacity: .9
}

.index_hot .box p {
	font-size: 16px;
	color: #242424;
	text-align: center;
	margin-top: 12px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 108px
}

.index_hot .box li:hover p {
	color: #e30412
}

.index_hot .info {
	overflow: hidden;
	margin-top: 20px;
	white-space: nowrap;
	height: 36px
}

.index_hot .info a {
	display: block;
	float: left;
	height: 32px;
	border: 2px solid #ffd1d4;
	border-radius: 18px;
	color: #f90470;
	font-size: 16px;
	line-height: 32px;
	padding: 0 20px;
	margin-right: 10px
}

.index_hot .info a:hover {
	border-color: #e30412;
	color: #e30412
}

.index_hot .info a:nth-last-child(1) {
	margin-right: 0
}

.indexRec {
	height: 366px;
	max-height: 366px;
	overflow: hidden;
	width: 570px
}

.indexRecL {
	width: 570px;
	height: 366px;
	position: relative;
	overflow: hidden
}

.indexRecL ul {
	position: relative
}

.indexRecL li {
	width: 570px;
	height: 366px;
	float: left;
	position: relative
}

.indexRecL li img {
	width: 570px;
	height: 298px;
	object-fit: cover;
}

.indexRecL .text {
	display: block;
	width: 510px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	bottom: 68px;
	padding: 0 30px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0,0,0,.6)
}

:root .indexRecL .text {
	filter: none
}

.indexRecL .dot {
	width: 528px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	padding: 0 27px
}

.indexRecL .dot div {
	padding-right: 5px;
	float: right
}

.indexRecL .dot i {
	display: block;
	width: 120px;
	height: 58px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	margin: 5px 0 4px;
	margin-left: 12px
}

.indexRecL .dot i.current {
	background-color: rgba(255,255,255,.2);
	border: 2px solid #fff;
	box-sizing: border-box;
	border-color: #e4111e
}

.indexRecM {
	width: 570px;
	float: left;
	margin-left: 20px
}

.indexRecM .txt_box {
	padding-bottom: 12px;
	text-align: center;
	border-bottom: 1px dashed #959595
}

.indexRecM .txt_box p,.indexRecM .txt_box>a,.indexRecM ul li {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap
}

.indexRecM .txt_box>a {
	display: block;
	font-size: 20px;
	color: #f33;
	line-height: 42px;
	font-weight: 700
}

.indexRecM .txt_box p {
	color: #e5e5e5;
	overflow: hidden
}

.indexRecM .txt_box p a {
	display: block;
	max-width: 196px;
	width: 196px;
	font-size: 14px;
	color: #0066c0;
	line-height: 24px;
	overflow: hidden
}

.indexRecM .txt_box p a:nth-child(1) {
	float: left;
	text-align: right
}

.indexRecM .txt_box p a:nth-child(2) {
	float: right;
	text-align: left
}

.indexRecM .txt_box>a:hover {
	color: #ed0e0e
}

.indexRecM .txt_box p a:hover {
	color: #1b7cf9
}

.indexRecM ul li {
	width: 100%;
	font-size: 14px;
	height: 34px;
	color: #333;
	line-height: 34px;
	overflow: hidden
}

.indexRecM ul {
	padding-top: 6px;
	max-height: 230px;
	overflow: hidden
}

.indexRecM ul li a {
	display: block
}

.indexRecM ul li a p {
	float: left;
	max-width: 356px;
	overflow: hidden
}

.indexRecM ul li a span {
	float: right;
	color: #666
}

.indexRecM ul li:hover a {
	color: #f33
}

.indexRecM ul li i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: -375px 0;
	position: relative;
	top: 3px;
	margin-right: 5px
}

.indexRecR {
	width: 294px;
	float: right
}

.indexRecR ul {
	max-height: 270px;
	overflow: hidden
}

.indexRecR ul li {
	margin-top: 14px;
	background-color: #f3f3f4;
	height: 54px
}

.indexRecR ul li a {
	display: block;
	overflow: hidden
}

.indexRecR ul li a:hover p:nth-child(1) {
	color: #ffa200
}

.indexRecR ul li a:hover img {
	opacity: .9
}

.indexRecR li img {
	float: left;
	width: 54px;
	height: 54px;
	margin-right: 12px;
	border-radius: 8px
}

.indexRecR li div {
	float: left;
	width: 140px;
	margin-top: 8px
}

.indexRecR li div p {
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap
}

.indexRecR li div p:nth-child(1) {
	font-size: 12px;
	color: #666;
	font-weight: 700
}

.indexRecR li div p:nth-child(2) {
	font-size: 12px;
	color: #999
}

.indexRecR li em {
	display: inline-block;
	font-size: 10px;
	color: #f93;
	width: 86px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #cdcdcd;
	text-align: center;
	margin-top: 8px
}

.indexRecR li em strong {
	font-size: 24px;
	font-weight: 500
}

.jtbox {
	width: 528px;
	height: 68px;
	background: rgba(0,0,0,1);
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 27px
}

.jtbox .jtinfo {
	overflow: hidden;
	float: left;
	margin: 6px 0 4px;
	margin-left: 12px
}

.jtbox .jtinfo img {
	width: 120px;
	height: 58px;
	display: block;
	float: left
}

.indexbox1 {
	margin-top: 19px
}

.indexbox1 ul {
	overflow: hidden
}

.indexbox1 ul li {
	width: 276px;
	height: 108px;
	float: left;
	position: relative
}

.indexbox1 ul li:nth-child(1) {
	margin-right: 18px
}

.indexbox1 ul li img {
	width: 276px;
	height: 108px;
	display: block;
	object-fit: cover;
}

.indexbox1 ul li p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 276px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-indent: 1em;
	white-space: nowrap;
	overflow: hidden;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	text-overflow: ellipsis
}

.indexbox1 ul li:hover p {
	color: #e30412
}

.index_main {
	height: 493px
}

.indexm_l {
	width: 570px;
	height: 493px;
	float: left
}

.indexm_r {
	width: 610px;
	height: 493px;
	float: left;
	background: #fff;
	margin-left: 20px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	position: relative
}

.red {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 3px;
	background: #e30412;
	display: block
}

.indexbox2 {
	border-bottom: 1px dashed #dadada;
	margin: 20px 25px 0
}

.indexbox2 .box {
	overflow: hidden;
	height: 54px
}

.indexbox2 .box:nth-child(1) {
	margin-bottom: 11px
}

.indexbox2 .box:nth-child(2) {
	margin-bottom: 14px
}

.indexbox2 .box img {
	width: 54px;
	height: 54px;
	display: block;
	border-radius: 12px;
	float: left;
	margin-left: 5px
}

.indexbox2 .box .info {
	float: left;
	width: 500px
}

.indexbox2 .box .info>a {
	font-size: 18px;
	color: #ff631d;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-top: 4px
}

.indexbox2 .box .info>a:hover {
	color: #e4111e
}

.indexbox2 .box .info p {
	text-align: center;
	margin-top: 6px
}

.indexbox2 .box .info p a {
	font-size: 14px;
	display: inline-block;
	max-width: 30%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 20px
}

.indexbox2 .box .info p em {
	vertical-align: super;
	display: inline-block
}

.indexbox3 {
	margin: 13px 25px
}

.indexbox3>p {
	line-height: 32px;
	background: #f2f2f2;
	position: relative;
	height: 32px
}

.indexbox3>p a {
	color: #242424;
	font-weight: 600;
	font-size: 14px;
	line-height: 32px;
	margin-left: 60px;
	max-width: 410px;
	white-space: nowrap;
	display: inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexbox3>p a:hover {
	color: #e30412
}

.indexbox3>p i {
	width: 50px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: -357px -2px
}

.indexbox3>p em {
	float: right;
	color: #ccc;
	font-weight: 600
}

.indexbox3 ul li {
	margin-top: 18px;
	line-height: 14px;
	width: 560px
}

.indexbox3 ul li:hover a {
	color: #e30412
}

.indexbox3 ul li:hover em {
	color: #e30412
}

.indexbox3 ul li i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-position: -413px -2px;
	margin-right: 10px
}

.indexbox3 ul li a {
	font-size: 14px;
	color: #8d8d8d;
	line-height: 15px;
	display: inline-block;
	max-width: 490px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.indexbox3 ul li em {
	float: right;
	display: block;
	color: #979797
}

.tit p {
	display: inline-block;
	font-weight: 600;
	color: #242424;
	font-size: 24px;
	line-height: 32px
}

.tit p span {
	color: #e4111e
}

.tit p i {
	width: 22px;
	height: 32px;
	display: inline-block;
	margin: 0 10px 0 5px;
	vertical-align: bottom
}

.tit p .igame {
	background-position: -5px -37px
}

.tit p .itj {
	background-position: -38px -38px;
	width: 31px;
	height: 32px
}

.tit p .igzt {
	background-position: -77px -38px;
	width: 31px;
	height: 35px
}

.tit p .iazt {
	background-position: -186px -38px;
	width: 25px;
	height: 28px
}

.tit p .iapp {
	background-position: -110px -38px;
	width: 31px;
	height: 32px
}

.tit p .inew {
	background-position: -216px -37px;
	width: 31px;
	height: 32px
}

.tit p .new {
	background-position: -146px -38px;
	width: 32px;
	height: 32px
}

.tit>em {
	width: 81%;
	height: 16px;
	margin: 0 auto;
	margin-left: 20px;
	background: repeating-linear-gradient(140deg,#e5e1e6,#e5e1e6 .5px,#f9f7fa 3px,#f9f7fa 6px);
	display: inline-block
}

.tit a {
	color: #999;
	font-size: 12px;
	line-height: 32px;
	display: inline-block;
	float: right
}

.tit a:hover {
	color: #e4111e
}

.tit a i {
	width: 10px;
	height: 14px;
	display: inline-block;
	background-position: -413px -20px;
	margin-left: 3px;
	vertical-align: middle
}

.tit p b {
	width: 3px;
	height: 24px;
	display: inline-block;
	background: #e4111e;
	vertical-align: middle;
	margin-right: 10px
}

.tit>span {
	color: #aaa;
	font-size: 14px;
	display: inline-block;
	line-height: 32px;
	vertical-align: top;
	margin: 0 15px 0 20px
}

.tit>span em {
	font-size: 12px;
	color: #e4111e
}

.indexg_l {
	width: 875px
}

.indexg_l {
	float: left
}

.indexg_l .info {
	margin-top: 18px
}

.indexg_l .info li {
	margin-right: 11px;
	text-align: center;
	position: relative;
	float: left;
	width: 86px;
	cursor: pointer
}

.indexg_l .info li:nth-child(1) {
	margin-left: 5px
}

.indexg_l .info li:nth-last-child(1) {
	margin-right: 5px
}

.indexg_l .info li span {
	font-size: 14px;
	color: #323232;
	line-height: 30px;
	position: relative;
	z-index: 2
}

.indexg_l .info li.current span,.indexg_l .info li:hover span {
	color: #fff
}

.indexg_l .info li.current i,.indexg_l .info li:hover i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 86px;
	height: 36px;
	background-position: -517px -2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0
}

.indexg_l .box {
	margin-top: 40px
}

.indexg_l .ulbox li {
	width: 134px;
	height: 136px;
	background: #fff;
	float: left;
	margin-right: 14px;
	margin-bottom: 40px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	border-radius: 3px
}

.indexg_l .ulbox li:nth-child(6n) {
	margin-right: 0
}

.indexg_l .ulbox li:nth-child(n+13) {
	margin-bottom: 0
}

.indexg_l .ulbox li img {
	width: 114px;
	height: 114px;
	display: block;
	border-radius: 24px;
	margin: -20px auto 0
}

.indexg_l .ulbox li:hover img {
	opacity: .9
}

.indexg_l .ulbox li p {
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 134px
}

.indexg_l .ulbox li:hover p {
	color: #e4111e
}

.indexg_r {
	float: left;
	margin-left: 20px;
	width: 305px
}

.indexg_r ul {
	overflow: hidden;
	background: #fff;
	margin-top: 18px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.indexg_r ul li {
	float: left;
	padding: 0 25px;
	height: 93px;
	width: 256px
}

.indexg_r ul li:nth-last-child(1) em {
	display: none
}

.indexg_r ul li:nth-child(1) {
	background: #9f4248
}

.indexg_r ul li i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 21px;
	height: 26px;
	display: inline-block;
	float: left;
	background-position: -418px -48px;
	margin: 34px 13px 0 3px;
	text-align: center;
	font-weight: 600;
	color: #666;
	line-height: 22px
}

.indexg_r ul li:nth-child(1) i {
	background-position: -337px -48px;
	color: #fff
}

.indexg_r ul li:nth-child(2) i {
	background-position: -364px -48px;
	color: #fff
}

.indexg_r ul li:nth-child(3) i {
	background-position: -391px -48px;
	color: #fff
}

.indexg_r ul li img {
	width: 54px;
	height: 54px;
	display: block;
	border-radius: 12px;
	float: left;
	margin: 20px 15px 0 0
}

.indexg_r ul li:hover img {
	opacity: .9
}

.indexg_r ul li div {
	float: left
}

.indexg_r ul li div p:nth-child(1) {
	font-size: 16px;
	font-weight: 600;
	color: #3c3c3c;
	line-height: 16px;
	margin-top: 24px;
	white-space: nowrap;
	overflow: hidden;
	width: 140px;
	display: block
}

.indexg_r ul li:hover div p:nth-child(1) {
	color: #e4111e!important
}

.indexg_r ul li div p:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	line-height: 14px;
	margin-top: 14px
}

.indexg_r ul li:nth-child(1) div p:nth-child(1) {
	color: #fff
}

.indexg_r ul li:nth-child(1) div p:nth-child(2) {
	color: #fff
}

.indexg_r ul li em {
	height: 1px;
	width: 100%;
	background: #e2e2e2;
	display: block;
	float: left;
	margin-top: 19px
}

.igamenav {
	background: #fff;
	position: relative;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	margin-top: 16px
}

.iappnav {
	background: #fff;
	position: relative;
	height: 448px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	margin-top: 16px
}

.index_gamezt .box {
	margin: 0 -80px;
	height: 206px;
	overflow: hidden
}

.index_gamezt .posir {
	position: relative
}

.index_gamezt .box ul {
	margin-left: 94px;
	margin-top: 26px;
	overflow-x: auto;
	width: auto;
	height: 180px;
	display: flex;
	overflow-y: hidden;
	position: absolute
}

.index_gamezt .box ul::-webkit-scrollbar {
	display: none
}

.index_gamezt .box ul li {
	float: left;
	margin-right: 13px
}

.index_gamezt .box ul li img {
	width: 224px;
	height: 124px;
	display: block;
	border-radius: 5px
}

.index_gamezt .box ul li p {
	font-size: 14px;
	font-weight: 600;
	color: #242424;
	margin-top: 8px
}

.igzg {
	position: absolute;
	left: 25px;
	top: 26px;
	border-radius: 5px;
	border: 2px solid #e4111e;
	z-index: 3
}

.igzg img {
	width: 314px;
	height: 174px;
	display: block
}

.igzg i {
	width: 14px;
	height: 8px;
	display: inline-block;
	position: absolute;
	bottom: -12px;
	left: 146px;
	background-position: -430px -2px
}

.igzg em {
	display: block;
	width: 820px;
	height: 1px;
	position: absolute;
	right: -835px;
	bottom: 0;
	background: #e4e4e4
}

.igamenav .bbox {
	margin-top: 30px
}

.igamenav .bbox>p {
	height: 42px;
	line-height: 42px;
	background: #fff3f4;
	color: #e4111e;
	font-weight: 600;
	margin: 0 25px;
	padding-left: 18px;
	position: relative
}

.igamenav .bbox>p em {
	position: absolute;
	display: block;
	width: 3px;
	height: 24px;
	background: #e4111e;
	left: 0;
	top: 9px
}

.igamenav .bbox>p b {
	font-weight: 600;
	font-size: 16px
}

.igamenav .bbox>p span {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 100;
	color: #f29ea1
}

.igamenav .bbox>p span i {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	background-position: -322px -22px;
	margin-right: 8px
}

.igamenav .bbox>p a i {
	float: right;
	width: 44px;
	height: 58px;
	display: inline-block;
	margin-right: 20px;
	background-position: -457px -2px
}

.igamenav .bbox ul {
	margin: 26px 25px
}

.igamenav .bbox ul li {
	width: 88px;
	margin-right: 30px;
	float: left
}

.igamenav .bbox ul li:nth-last-child(1) {
	margin-right: 0
}

.igamenav .bbox ul li p {
	font-size: 16px;
	color: #242424;
	line-height: 17px;
	text-align: center;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	width: 88px
}

.igamenav .bbox ul li:hover p {
	color: #e4111e
}

.igamenav .bbox ul li img {
	width: 88px;
	height: 88px;
	display: block;
	border-radius: 22px
}

.igamenav .bbox ul li:hover img {
	opacity: .9
}

.iappnav .bbox {
	margin-top: 30px
}

.iappnav .bbox>p {
	height: 42px;
	line-height: 42px;
	background: #fff3f4;
	color: #e4111e;
	font-weight: 600;
	margin: 0 25px;
	margin-left: 37px;
	padding-left: 6px;
	position: relative
}

.iappnav .bbox>p em {
	position: absolute;
	display: block;
	width: 3px;
	height: 24px;
	background: #e4111e;
	left: -12px;
	top: 9px
}

.iappnav .bbox>p b {
	font-weight: 600;
	font-size: 16px
}

.iappnav .bbox>p span {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 100;
	color: #f29ea1
}

.iappnav .bbox>p span i {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	background-position: -322px -22px;
	margin-right: 8px
}

.iappnav .bbox>p a i {
	float: right;
	width: 44px;
	height: 58px;
	display: inline-block;
	margin-right: 20px;
	background-position: -457px -2px
}

.iappnav .bbox ul {
	margin: 26px 25px
}

.iappnav .bbox ul li {
	width: 88px;
	margin-right: 30px;
	float: left
}

.iappnav .bbox ul li:nth-last-child(1) {
	margin-right: 0
}

.iappnav .bbox ul li p {
	font-size: 16px;
	color: #242424;
	line-height: 17px;
	text-align: center;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	width: 88px
}

.iappnav .bbox ul li:hover p {
	color: #e4111e
}

.iappnav .bbox ul li img {
	width: 88px;
	height: 88px;
	display: block;
	border-radius: 22px
}

.iappnav .bbox ul li:hover img {
	opacity: .9
}

.indexa_l {
	width: 875px
}

.indexa_l {
	float: left
}

.indexa_l .info {
	margin-top: 18px
}

.indexa_l .info li {
	margin-right: 11px;
	text-align: center;
	position: relative;
	float: left;
	width: 86px;
	cursor: pointer
}

.indexa_l .info li:nth-child(1) {
	margin-left: 5px
}

.indexa_l .info li:nth-last-child(1) {
	margin-right: 5px
}

.indexa_l .info li span {
	font-size: 14px;
	color: #323232;
	line-height: 30px;
	position: relative;
	z-index: 2
}

.indexa_l .info li.current span,.indexa_l .info li:hover span {
	color: #fff
}

.indexa_l .info li.current i,.indexa_l .info li:hover i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 86px;
	height: 36px;
	background-position: -517px -68px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0
}

.indexa_l .box {
	margin-top: 40px
}

.indexa_l .ulbox li {
	width: 134px;
	height: 136px;
	background: #fff;
	float: left;
	margin-right: 14px;
	margin-bottom: 40px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	border-radius: 3px
}

.indexa_l .ulbox li:nth-child(6n) {
	margin-right: 0
}

.indexa_l .ulbox li:nth-child(n+13) {
	margin-bottom: 0
}

.indexa_l .ulbox li img {
	width: 114px;
	height: 114px;
	display: block;
	border-radius: 24px;
	margin: -20px auto 0
}

.indexa_l .ulbox li:hover img {
	opacity: .9
}

.indexa_l .ulbox li p {
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	line-height: 14px;
	margin-top: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 134px
}

.indexa_l .ulbox li:hover p {
	color: #e4111e
}

.indexa_r {
	float: left;
	margin-left: 20px;
	width: 305px
}

.indexa_r ul {
	overflow: hidden;
	background: #fff;
	margin-top: 18px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.indexa_r ul li {
	float: left;
	padding: 0 25px;
	height: 93px;
	width: 256px
}

.indexa_r ul li:nth-last-child(1) em {
	display: none
}

.indexa_r ul li:nth-child(1) {
	background: #14937a
}

.indexa_r ul li i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 21px;
	height: 26px;
	display: inline-block;
	float: left;
	background-position: -418px -48px;
	margin: 34px 13px 0 3px;
	text-align: center;
	font-weight: 600;
	color: #666;
	line-height: 22px
}

.indexa_r ul li:nth-child(1) i {
	background-position: -337px -48px;
	color: #fff
}

.indexa_r ul li:nth-child(2) i {
	background-position: -364px -48px;
	color: #fff
}

.indexa_r ul li:nth-child(3) i {
	background-position: -391px -48px;
	color: #fff
}

.indexa_r ul li img {
	width: 54px;
	height: 54px;
	display: block;
	border-radius: 12px;
	float: left;
	margin: 20px 15px 0 0
}

.indexa_r ul li div {
	float: left
}

.indexa_r ul li div p:nth-child(1) {
	font-size: 16px;
	font-weight: 600;
	color: #3c3c3c;
	line-height: 16px;
	margin-top: 24px;
	white-space: nowrap;
	overflow: hidden;
	width: 140px;
	display: block
}

.indexa_r ul li:hover div p:nth-child(1) {
	color: #e4111e!important
}

.indexa_r ul li div p:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	line-height: 14px;
	margin-top: 14px
}

.indexa_r ul li:nth-child(1) div p:nth-child(1) {
	color: #fff
}

.indexa_r ul li:nth-child(1) div p:nth-child(2) {
	color: #fff
}

.indexa_r ul li em {
	height: 1px;
	width: 100%;
	background: #e2e2e2;
	display: block;
	float: left;
	margin-top: 19px
}

.index_new .inewbox {
	height: 442px;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	margin-top: 15px
}

.index_new .inew_l {
	width: 380px;
	margin-left: 25px;
	float: left;
	margin-top: 1px
}

.index_new .inew_c {
	width: 382px;
	margin-left: 20px;
	float: left;
	margin-top: 22px
}

.index_new .inew_r {
	width: 350px;
	margin-left: 20px;
	float: left;
	margin-top: 22px
}

.index_new .inew_l div {
	position: relative;
	float: left
}

.index_new .inew_l div em {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 38px;
	height: 18px;
	background: linear-gradient(90deg,#fe0385,#e3040f);
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 8px
}

.index_new .inew_l div img {
	width: 184px;
	height: 100px;
	display: block;
	float: left
}

.index_new .inew_l div .info {
	width: 196px;
	background: #f6f6f6;
	float: left;
	height: 100px
}

.index_new .inew_l div .info a {
	font-size: 14px;
	font-weight: 600;
	color: #242424;
	line-height: 14px;
	margin-top: 10px;
	width: 165px;
	margin-left: 13px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index_new .inew_l div .info a:hover {
	color: #e3040f
}

.index_new .inew_l div .info p:nth-child(2) {
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 6px;
	color: #adadad;
	width: 165px;
	margin-left: 13px
}

.index_new .inew_l div .info p:nth-child(3) {
	width: 165px;
	margin-left: 13px;
	color: #b8b8b8;
	font-size: 12px;
	line-height: 12px;
	margin-top: 6px
}

.index_new .inew_l ul {
	overflow: hidden;
	float: left;
	margin-top: 20px
}

.index_new .inew_l ul li {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px
}

.index_new .inew_l ul li:nth-child(2n) {
	margin-right: 0
}

.index_new .inew_l ul li img {
	width: 184px;
	height: 100px;
	display: block
}

.index_new .inew_l ul li p {
	font-size: 14px;
	line-height: 14px;
	color: #242424;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	max-width: 180px;
	text-overflow: ellipsis
}

.index_new .inew_l ul li:hover p {
	color: #e3040f
}

.index_new .inew_c div:nth-child(2) {
	margin-top: 20px
}

.index_new .inew_c div p:nth-child(1) {
	display: inline-flex;
	margin-bottom: 10px
}

.index_new .inew_c div p:nth-child(1) i {
	width: 46px;
	height: 22px;
	display: inline-block;
	background-position: -610px -2px
}

.index_new .inew_c div p:nth-child(1) a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #ff631d;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 320px
}

.index_new .inew_c div p {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px
}

.index_new .inew_c div p span {
	font-size: 12px;
	display: inline-block;
	width: 48px;
	height: 24px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 24px;
	margin-right: 10px
}

.index_new .inew_c div p a {
	width: 280px;
	display: inline-block;
	font-size: 14px;
	color: #7c7c7c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle
}

.index_new .inew_c div p a:hover {
	color: #e3040f
}

.index_new .inew_c div p em {
	font-size: 14px;
	color: #aaa;
	display: contents;
	float: right
}

.index_new .inew_r ul li {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden
}

.index_new .inew_r ul li:nth-last-child(1) {
	margin-bottom: 0
}

.index_new .inew_r ul li img {
	width: 350px;
	height: 120px;
	display: block;
	object-fit: cover;
}

.index_new .inew_r ul li:hover img {
	transform: scale(1.2);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.index_new .inew_r ul li p {
	font-size: 14px;
	color: #fff;
	width: 350px;
	text-align: center;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))
}

.index_new .inew_r ul li:hover p {
	color: #e3040f
}

.index_rank .box {
	width: 388px;
	height: 736px;
	background: #fff;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	margin-right: 18px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.index_rank .box:nth-last-child(1) {
	margin-right: 0
}

.index_rank .box>p:nth-child(1) {
	width: 240px;
	height: 42px;
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-position: 0 -87px;
	margin: 24px auto 0;
	font-size: 18px;
	font-weight: 600;
	color: #f14027;
	text-align: center;
	line-height: 40px
}

.index_rank .box>p:nth-child(2) {
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin: 20px 25px 0;
	display: block
}

.index_rank .box>p:nth-child(2) span {
	margin-right: 84px
}

.index_rank .box ul.first {
	margin: 10px 25px 0
}

.index_rank .box ul.first li {
	height: 125px;
	border-bottom: 1px solid #e5e5e5;
	position: relative
}

.index_rank .box ul.first li img {
	width: 88px;
	height: 88px;
	display: block;
	float: left;
	border-radius: 20px;
	margin: 16px 0 21px 0
}

.index_rank .box ul.first span {
	display: block;
	width: 68px;
	height: 24px;
	background: #e4111e;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 28px;
	color: #fff;
	border-radius: 3px
}

.index_rank .box ul.first i:nth-of-type(1) {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 21px;
	height: 26px;
	display: inline-block;
	float: left;
	background-position: -418px -48px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 22px;
	position: absolute;
	top: 16px;
	left: 33px
}

.index_rank .box ul.first li:nth-child(1) i:nth-of-type(1) {
	background-position: -337px -48px
}

.index_rank .box ul.first li:nth-child(2) i:nth-of-type(1) {
	background-position: -364px -48px
}

.index_rank .box ul.first li:nth-child(3) i:nth-of-type(1) {
	background-position: -391px -48px
}

.index_rank .box ul.first i:nth-last-child(2) {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 8px;
	height: 10px;
	display: block;
	position: absolute;
	background-position: -340px -26px;
	right: 6px;
	top: 26px
}

.index_rank .box div {
	width: 150px;
	float: left;
	margin-left: 20px
}

.index_rank .box div p:nth-of-type(1) {
	font-weight: 600;
	color: #242424;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 18px;
	margin-top: 20px
}

.index_rank .box li:hover div p:nth-of-type(1) {
	color: #e30412
}

.index_rank .box div p:nth-of-type(2) {
	color: #adadad;
	font-size: 12px;
	line-height: 12px;
	margin-top: 8px
}

.index_rank .box div p:nth-of-type(3) {
	color: grey;
	font-size: 12px;
	line-height: 12px;
	margin-top: 12px
}

.index_rank .box div p:nth-of-type(4) {
	color: grey;
	font-size: 12px;
	line-height: 12px;
	margin-top: 8px
}

.fourth {
	margin: 0 25px 24px
}

.fourth li {
	border-bottom: 1px solid #e5e5e5;
	height: 38px
}

.fourth li:nth-last-child(1) {
	border: none
}

.fourth li p {
	line-height: 38px
}

.fourth li p em {
	font-size: 14px;
	color: #aaa;
	margin: 0 15px 0 0;
	display: inline-block;
	width: 20px;
	text-align: center;
	font-style: oblique
}

.fourth li p span {
	font-size: 14px;
	color: #666;
	display: inline-block;
	width: 280px
}

.fourth li:hover p span {
	color: #e30412
}

.fourth li p i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 8px;
	height: 10px;
	display: block;
	background-position: -340px -26px;
	float: right;
	margin-top: 15px;
	margin-right: 6px
}

.friend .fr_l {
	width: 149px;
	height: 114px;
	background: #ea6161;
	position: relative;
	float: left
}

.friend .fr_l p {
	color: #fff;
	font-weight: 600;
	line-height: 114px;
	text-align: center;
	font-size: 20px;
	position: relative;
	z-index: 3
}

.friend .fr_l i {
	display: block;
	width: 71px;
	height: 70px;
	background-position: 0 -145px;
	position: absolute;
	left: 39px;
	top: 22px
}

.friend .fr_r {
	float: left;
	background: #fff;
	width: 1050px;
	height: 114px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.friend .fr_r a {
	display: inline-block;
	width: 115px;
	padding-left: 30px;
	font-size: 14px;
	color: #a99898;
	margin-top: 26px
}

.friend .fr_r a:hover {
	color: #e30412
}

footer .footer_t {
	height: 120px;
	background: #e5e5e5
}

footer .footer_t p {
	font-size: 14px;
	color: #999;
	text-align: center
}

footer .footer_t p:nth-child(1) {
	margin-top: 5px
}

footer .footer_t p:nth-child(2) {
	margin-top: 5px
}

footer .footer_b {
	height: 59px;
	background: #1d1d1d
}

footer .footer_b p {
	display: block;
	text-align: center
}

footer .footer_b a {
	color: #8d8d8d;
	line-height: 59px;
	text-align: center;
	margin-right: 10px
}

footer .footer_b a:hover {
	color: #fff
}

.redtbg {
	height: 250px;
	background: url(../images/redtbg.jpg) no-repeat;
	position: absolute;
	top: 100px;
	width: 100%
}

.redtbg h1 {
	text-align: center;
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-top: 60px;
	display: block;
	line-height: 44px
}

.redtbg p {
	font-size: 22px;
	color: #fde6dc;
	text-align: center;
	margin-top: 10px;
	display: block;
	line-height: 22px
}

.listtop {
	height: 222px;
	background: url(../images/listtbg.jpg) top;
	position: relative;
	z-index: 3
}

.listtop>p {
	font-size: 20px;
	color: #8c5200;
	line-height: 50px;
	display: flex
}

.listtop>p i {
	margin: 0 13px 0 24px;
	width: 34px;
	height: 51px;
	display: inline-block;
	background-position: -610px -68px
}

.listtop ul {
	overflow: hidden;
	margin: 11px 25px 25px
}

.listtop ul li {
	float: left;
	margin-right: 30px
}

.listtop ul li:nth-last-child(1) {
	margin-right: 0
}

.listtop ul li img {
	width: 88px;
	height: 88px;
	display: block;
	border-radius: 24px
}

.listtop ul li:hover img {
	opacity: .9
}

.listtop ul li p:nth-of-type(1) {
	font-size: 16px;
	color: #242424;
	line-height: 18px;
	margin-top: 8px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	width: 88px;
	text-overflow: ellipsis;
}

.listtop ul li p:nth-of-type(2) {
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 8px;
	text-align: center
}

.gamelist .listnav {
	width: 162px;
	background: #fff;
	float: left;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	padding-bottom: 20px
}

.gamelist .listnav p {
	font-size: 20px;
	color: #242424;
	font-weight: 600;
	margin-left: 25px;
	line-height: 62px
}

.gamelist .listnav p span {
	color: #e4111e
}

.gamelist .listnav a {
	width: 162px;
	height: 54px;
	display: block;
	font-size: 16px;
	line-height: 54px;
	position: relative
}

.gamelist .listnav a.current,.gamelist .listnav a:hover {
	background: #fef3f4;
	font-weight: 600;
	color: #242424;
	transition: none
}

.gamelist .listnav a.current em,.gamelist .listnav a:hover em {
	display: block
}

.gamelist .listnav a em {
	width: 5px;
	height: 100%;
	background: #e4111e;
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.gamelist .listnav a i {
	width: 23px;
	height: 23px;
	display: inline-block;
	background-position: -92px -147px;
	vertical-align: sub;
	margin: 0 8px 0 25px
}

.gamelist .listnav a:nth-of-type(2) i {
	background-position: -123px -145px
}

.gamelist .listnav a:nth-of-type(3) i {
	background-position: -155px -146px
}

.gamelist .listnav a:nth-of-type(4) i {
	background-position: -185px -145px
}

.gamelist .listnav a:nth-of-type(5) i {
	background-position: -215px -146px
}

.gamelist .listnav a:nth-of-type(6) i {
	background-position: -243px -147px
}

.gamelist .listnav a:nth-of-type(7) i {
	background-position: -273px -146px
}

.gamelist .listnav a:nth-of-type(8) i {
	background-position: -301px -146px
}

.gamelist .listnav a:nth-of-type(9) i {
	background-position: -329px -146px
}

.gamelist .listnav a:nth-of-type(10) i {
	background-position: -352px -146px
}

.gamelist .listnav a:nth-of-type(11) i {
	background-position: -380px -144px
}

.gamelist .listnav a:nth-of-type(12) i {
	background-position: -410px -145px;
	height: 25px
}

.gamelist .listnav a:nth-of-type(1).current i,.gamelist .listnav a:nth-of-type(1):hover i {
	background-position: -92px -187px
}

.gamelist .listnav a:nth-of-type(2).current i,.gamelist .listnav a:nth-of-type(2):hover i {
	background-position: -123px -185px
}

.gamelist .listnav a:nth-of-type(3).current i,.gamelist .listnav a:nth-of-type(3):hover i {
	background-position: -155px -187px
}

.gamelist .listnav a:nth-of-type(4).current i,.gamelist .listnav a:nth-of-type(4):hover i {
	background-position: -185px -186px
}

.gamelist .listnav a:nth-of-type(5).current i,.gamelist .listnav a:nth-of-type(5):hover i {
	background-position: -215px -187px
}

.gamelist .listnav a:nth-of-type(6).current i,.gamelist .listnav a:nth-of-type(6):hover i {
	background-position: -243px -188px
}

.gamelist .listnav a:nth-of-type(7).current i,.gamelist .listnav a:nth-of-type(7):hover i {
	background-position: -273px -187px
}

.gamelist .listnav a:nth-of-type(8).current i,.gamelist .listnav a:nth-of-type(8):hover i {
	background-position: -301px -187px
}

.gamelist .listnav a:nth-of-type(9).current i,.gamelist .listnav a:nth-of-type(9):hover i {
	background-position: -329px -187px
}

.gamelist .listnav a:nth-of-type(10).current i,.gamelist .listnav a:nth-of-type(10):hover i {
	background-position: -352px -187px
}

.gamelist .listnav a:nth-of-type(11).current i,.gamelist .listnav a:nth-of-type(11):hover i {
	background-position: -380px -185px
}

.gamelist .listnav a:nth-of-type(12).current i,.gamelist .listnav a:nth-of-type(12):hover i {
	background-position: -410px -186px;
	height: 25px
}

.gamelist .listmain {
	width: 1020px;
	float: left;
	margin-left: 18px
}

.gamelist .listmain ul {
	margin-top: 12px;
	width: 1039px
}

.gamelist .listmain ul li {
	width: 322px;
	height: 171px;
	display: block;
	float: left;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	background: url(../images/listlibg.jpg) no-repeat;
	margin-right: 19px;
	margin-bottom: 18px;
	border: 2px solid #fff;
	border-color: rgba(255,255,255,.01)
}

.gamelist .listmain ul li:hover {
	border: 2px solid #ffd1d4
}

.gamelist .listmain ul li img {
	width: 88px;
	height: 88px;
	display: block;
	border-radius: 22px;
	float: left;
	margin: 18px 0 14px 22px
}

.gamelist .listmain ul li:hover img {
	opacity: .9
}

.gamelist .listmain ul li div {
	float: left;
	width: 190px;
	margin-left: 14px
}

.gamelist .listmain ul li div p:nth-child(1) {
	font-size: 16px;
	color: #424242;
	font-weight: 600;
	margin-top: 29px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	width: 190px
}

.gamelist .listmain ul li:hover div p:nth-child(1) {
	color: #e4111e
}

.gamelist .listmain ul li div p:nth-child(2) {
	font-size: 14px;
	color: #666;
	margin-top: 8px
}

.gamelist .listmain ul li div p:nth-child(3) {
	font-size: 14px;
	color: #adadad;
	margin-top: 4px
}

.gamelist .listmain ul li span {
	display: block;
	float: left;
	width: 280px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #e4111e;
	cursor: pointer;
	background: #ffebec;
	border-radius: 16px;
	margin: 0 22px
}

.gamelist .listmain ul li:hover span {
	background: linear-gradient(90deg,#fe0385,#e3040f);
	color: #fff
}

.gamelist .listmain ul li span i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 22px;
	height: 18px;
	display: inline-block;
	background-position: -296px -27px;
	margin-right: 7px;
	vertical-align: sub
}

.gamelist .listmain ul li:hover span i {
	background-position: -296px -49px
}

.gamelist .listmain ul li.look span {
	background: #fff1e3;
	color: #ff9200
}

.gamelist .listmain ul li.look:hover span {
	background: #ff9200;
	color: #fff
}

.gamelist .listmain ul li.look:hover .info p:nth-child(1) {
	color: #ff9200
}

.gamelist .listmain ul li.look:hover {
	border: 2px solid #ffe4d1
}

.gamelist .applistnav {
	width: 162px;
	background: #fff;
	float: left;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.gamelist .applistnav p {
	font-size: 20px;
	color: #242424;
	font-weight: 600;
	margin-left: 25px;
	line-height: 62px
}

.gamelist .applistnav p span {
	color: #e4111e
}

.gamelist .applistnav a {
	width: 162px;
	height: 54px;
	display: block;
	font-size: 16px;
	line-height: 54px;
	position: relative
}

.gamelist .applistnav a.current,.gamelist .applistnav a:hover {
	background: #fef3f4;
	font-weight: 600;
	color: #242424;
	transition: none
}

.gamelist .applistnav a.current em,.gamelist .applistnav a:hover em {
	display: block
}

.gamelist .applistnav a em {
	width: 5px;
	height: 100%;
	background: #e4111e;
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.gamelist .applistnav a i {
	width: 25px;
	height: 23px;
	display: inline-block;
	background-position: -92px -147px;
	vertical-align: sub;
	margin: 0 8px 0 25px
}

.gamelist .applistnav a:nth-of-type(2) i {
	background-position: -91px -224px
}

.gamelist .applistnav a:nth-of-type(3) i {
	background-position: -122px -224px
}

.gamelist .applistnav a:nth-of-type(4) i {
	background-position: -152px -224px
}

.gamelist .applistnav a:nth-of-type(5) i {
	background-position: -181px -223px
}

.gamelist .applistnav a:nth-of-type(6) i {
	background-position: -214px -224px;
	width: 26px
}

.gamelist .applistnav a:nth-of-type(7) i {
	background-position: -243px -224px
}

.gamelist .applistnav a:nth-of-type(8) i {
	background-position: -272px -224px;
	height: 27px
}

.gamelist .applistnav a:nth-of-type(9) i {
	background-position: -302px -224px;
	height: 27px
}

.gamelist .applistnav a:nth-of-type(10) i {
	background-position: -334px -224px
}

.gamelist .applistnav a:nth-of-type(11) i {
	background-position: -364px -224px
}

.gamelist .applistnav a:nth-of-type(12) i {
	background-position: -395px -224px
}

.gamelist .applistnav a:nth-of-type(1).current i,.gamelist .applistnav a:nth-of-type(1):hover i {
	background-position: -92px -187px
}

.gamelist .applistnav a:nth-of-type(2).current i,.gamelist .applistnav a:nth-of-type(2):hover i {
	background-position: -91px -262px
}

.gamelist .applistnav a:nth-of-type(3).current i,.gamelist .applistnav a:nth-of-type(3):hover i {
	background-position: -122px -262px
}

.gamelist .applistnav a:nth-of-type(4).current i,.gamelist .applistnav a:nth-of-type(4):hover i {
	background-position: -152px -262px
}

.gamelist .applistnav a:nth-of-type(5).current i,.gamelist .applistnav a:nth-of-type(5):hover i {
	background-position: -181px -261px
}

.gamelist .applistnav a:nth-of-type(6).current i,.gamelist .applistnav a:nth-of-type(6):hover i {
	background-position: -214px -262px
}

.gamelist .applistnav a:nth-of-type(7).current i,.gamelist .applistnav a:nth-of-type(7):hover i {
	background-position: -243px -262px
}

.gamelist .applistnav a:nth-of-type(8).current i,.gamelist .applistnav a:nth-of-type(8):hover i {
	background-position: -272px -262px
}

.gamelist .applistnav a:nth-of-type(9).current i,.gamelist .applistnav a:nth-of-type(9):hover i {
	background-position: -302px -262px
}

.gamelist .applistnav a:nth-of-type(10).current i,.gamelist .applistnav a:nth-of-type(10):hover i {
	background-position: -334px -262px
}

.gamelist .applistnav a:nth-of-type(11).current i,.gamelist .applistnav a:nth-of-type(11):hover i {
	background-position: -364px -262px
}

.gamelist .applistnav a:nth-of-type(12).current i,.gamelist .applistnav a:nth-of-type(12):hover i {
	background-position: -395px -262px
}

.ztlisttop {
	position: relative;
	height: 112px;
	z-index: 4
}

.ztlisttop>i {
	position: absolute;
	width: 34px;
	height: 51px;
	display: inline-block;
	background-position: -610px -68px;
	top: 0;
	left: 25px;
	z-index: 2
}

.ztlisttop ul {
	overflow: hidden
}

.ztlisttop ul li {
	position: relative;
	width: 290px;
	height: 112px;
	margin-right: 13px;
	float: left
}

.ztlisttop ul li:nth-last-child(1) {
	margin-right: 0
}

.ztlisttop ul li img {
	width: 290px;
	height: 112px;
	display: block
}

.ztlisttop ul li p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	width: 32px;
	position: absolute;
	right: 25px;
	top: 30px
}

.ztlisttop ul li i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 93px;
	height: 112px;
	background-position: -517px -129px
}

.newlist {
	margin-top: 15px
}

.newlist .listtit .listnav {
	display: inline-block;
	width: 303px
}

.newlist .listtit .listnav a {
	font-size: 18px;
	color: #757575;
	font-weight: 600;
	line-height: 34px;
	padding: 8px 19px;
	position: relative
}

.newlist .listtit .listnav a em {
	display: block;
	height: 3px;
	width: 45%;
	position: absolute;
	bottom: 0;
	left: 28%;
	background: #e3040f;
	display: none
}

.newlist .listtit .listnav a.current,.newlist .listtit .listnav a:hover {
	color: #242424
}

.newlist .listtit .listnav a.current em,.newlist .listtit .listnav a:hover em {
	display: block
}

.newlist .listtit>em {
	width: 890px;
	height: 16px;
	margin: 0 auto;
	background: repeating-linear-gradient(140deg,#e5e1e6,#e5e1e6 .5px,#f9f7fa 3px,#f9f7fa 6px);
	display: inline-block;
	vertical-align: middle
}

.newlist .listtit>p {
	font-size: 12px;
	display: inline-block;
	line-height: 34px
}

.newlist .listtit>p a {
	color: #424243;
	margin-left: 25px
}

.newlist .listtit>p a:hover {
	color: #e3040f
}

.newlist .listtit>p a i {
	width: 14px;
	height: 8px;
	background-position: -431px -32px;
	display: inline-block;
	margin-left: 5px
}

.newlist .listmain {
	margin-top: 12px
}

.newlist .listmain>ul>li {
	height: 228px;
	width: 1196px;
	background: #fff;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	position: relative;
	margin-bottom: 20px;
	border: 2px solid #fff;
	border-color: rgba(255,255,255,.01)
}

.newlist .listmain>ul>li:hover {
	border: 2px solid #ffd1d4
}

.newlist .listmain>ul>li:nth-last-child(1) {
	margin-bottom: 0
}

.newlist .listmain>ul>li div>span {
	position: absolute;
	top: 22px;
	right: 25px;
	font-size: 14px;
	color: #f2a6a8
}

.newlist .listmain>ul>li>i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 8px;
	height: 14px;
	display: inline-block;
	position: absolute;
	background-position: -283px -4px;
	top: 106px;
	left: 345px
}

.newlist .listmain>ul>li div>span i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	background-position: -322px -22px;
	margin-right: 8px
}

.newlist .listmain>ul>li>a>img {
	width: 314px;
	height: 174px;
	display: block;
	border: 2px solid #e4111e;
	border-radius: 10px;
	margin: 24px 0 30px 25px;
	float: left
}

.newlist .listmain>ul>li div {
	float: left;
	width: 805px;
	margin-left: 28px;
	margin-top: 22px
}

.newlist .listmain>ul>li div>a {
	font-size: 18px;
	font-weight: 600;
	color: #242424
}

.newlist .listmain>ul>li div>a:hover {
	color: #e3040f
}

.newlist .listmain>ul>li div>a span {
	width: 76px;
	height: 18px;
	display: inline-block;
	border: 1px solid #ff9200;
	color: #ff9200;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	margin-left: 10px;
	vertical-align: top
}

.newlist .listmain>ul>li div>p {
	font-size: 14px;
	color: #aaa;
	margin-top: 36px;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis
}

.newlist .listmain>ul>li div ul {
	overflow: hidden;
	margin-top: 16px
}

.newlist .listmain>ul>li div ul li {
	float: left;
	margin-right: 30px
}

.newlist .listmain>ul>li div ul li:nth-last-child(1) {
	margin-right: 0
}

.newlist .listmain>ul>li div ul li img {
	width: 88px;
	height: 88px;
	display: block;
	border-radius: 22px
}

.newlist .listmain>ul>li div ul li:hover img {
	opacity: .9
}

.newlist .listmain>ul>li div ul li p {
	font-size: 16px;
	color: #242424;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
	width: 88px;
	white-space: nowrap;
	overflow: hidden
}

.newlist .listmain>ul>li div ul li:hover p {
	color: #e3040f
}

.page {
	margin: 24px 0 30px;
	display: flex
}

.page ol {
	margin: 0 auto;
	overflow: hidden
}

.page ol li {
	float: left;
	width: 50px;
	height: 40px;
	background-color: #fff;
	margin-right: 8px;
	margin-bottom: 8px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid #ededed;
	border-radius: 5px
}

.page ol li i {
	display: inline-block;
	width: 9px;
	height: 14px;
	position: relative;
	top: 2px
}

.page ol li i.ll {
	background-position: -255px -83px
}

.page ol li i.lr {
	background-position: -283px -83px
}

.page ol li a {
	color: #606466;
	display: block
}

.page ol li a:hover {
	background-color: #e4111e;
	color: #fff;
	width: 100%
}

.page ol li a:hover i.ll {
	background-position: -311px -83px
}

.page ol li a:hover i.lr {
	background-position: -339px -83px
}

.page ol li a.on {
	background-color: #e4111e;
	color: #fff
}

.page ol li:nth-child(1),.page ol li:nth-last-child(1) {
	padding: 0px
}

.page ol li:nth-child(1) a:hover,.page ol li:nth-last-child(1) a:hover {
	padding: 0 12px;
	margin-left: -12px
}

.site {
	height: 28px
}

.site a {
	font-size: 14px;
	color: #999;
	display: inline-block;
	background: #fff;
	height: 28px;
	line-height: 28px;
	position: relative;
	padding-right: 10px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.site a:hover {
	color: #e4111e
}

.site a::after {
	content: '';
	position: absolute;
	display: inline-block;
	border-style: solid;
	border-width: 10px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	box-shadow: 2px -2px 4px #e2e2e2;
	top: 4px;
	right: 0;
	z-index: 2
}

.site a:nth-of-type(2) {
	padding-left: 20px;
	padding-right: 20px
}

.site a i {
	height: 21px;
	width: 12px;
	display: inline-block;
	background-position: -239px -2px;
	vertical-align: text-top;
	margin-right: 6px;
	margin-left: 12px
}

.site em {
	display: inline-block;
	font-size: 14px;
	color: #999;
	background: #fff;
	height: 28px;
	line-height: 28px;
	position: relative;
	padding-left: 20px;
	padding-right: 15px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.site em::after {
	content: '';
	position: absolute;
	display: inline-block;
	border-style: solid;
	border-width: 10px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	box-shadow: 1px -1px 2px #e2e2e2;
	top: 4px;
	right: -7px;
	z-index: 2
}

.site b {
	width: 10px;
	height: 28px;
	display: inline-block;
	position: absolute;
	right: 0;
	background: #fff;
	top: 0;
	z-index: 1
}

.ztdet {
	overflow: hidden
}

.ztdet .box_l {
	width: 518px;
	height: 274px;
	display: block;
	border: 1px solid #e4111e;
	float: left;
	position: relative
}

.ztdet .box_l img {
	width: 502px;
	height: 260px;
	display: block;
	margin: 7px auto
}

.ztdet .box_l span {
	display: inline-block;
	height: 26px;
	background: #ef8e8e;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	position: absolute;
	right: 8px;
	top: 18px;
	padding: 0 12px
}

.ztdet .box_l span::after {
	content: '';
	position: absolute;
	display: inline-block;
	border-style: solid;
	border-width: 9px;
	border-color: #ef8e8e #ef8e8e transparent transparent;
	transform: rotate(225deg);
	box-shadow: 1px -1px 2px #ef8e8e;
	top: 4px;
	left: -9px
}

.ztdet .box_l i {
	width: 8px;
	height: 14px;
	display: inline-block;
	position: absolute;
	background-position: -283px -4px;
	top: 132px;
	right: -12px
}

.ztdet .box_r {
	float: left;
	width: 650px;
	margin-left: 27px;
	position: relative;
	height: 276px
}

.ztdet .box_r>p:nth-child(1) {
	font-size: 14px;
	color: #999;
	margin-top: 22px;
	line-height: 14px
}

.ztdet .box_r>p:nth-child(1) a {
	font-size: 14px;
	color: #999;
	margin-right: 22px
}

.ztdet .box_r>p:nth-child(1) a i {
	width: 14px;
	height: 14px;
	display: inline-block;
	background-position: -267px -87px;
	margin-right: 7px;
	vertical-align: top
}

.ztdet .box_r h1 {
	font-size: 26px;
	font-weight: 600;
	color: #242424;
	line-height: 104px;
	margin-top: 4px
}

.ztdet .box_r>div:nth-child(3) {
	overflow-y: auto;
	max-height: 140px;
	font-size: 15px;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0
}

.ztdet .box_r>div:nth-child(3)>a {
	line-height: 25px;
	text-indent: 0;
	color: #19b955
}

.ztdet .box_r>div:nth-child(3)>a:hover {
	color: #ff940f;
	border-bottom: .01rem solid #ff940f
}

.ztdet .box_r>div:nth-child(3)>p {
	line-height: 25px;
	margin-bottom: 5px;
	font-size: 14px
}

.ztdet .box_r>div:nth-child(3)>p:last-child {
	margin-bottom: 2px
}

.ztdet .box_r>div:nth-child(3)>br:last-child {
	display: none
}

.ztdet .box_r>div:nth-child(3)>h3 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	letter-spacing: .9px
}

.ztdet .box_r>p:nth-of-type(2) {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	position: relative;
	margin-top: 20px;
	text-indent: 2em;
	height: 90px
}

.ztdet .box_r>p:nth-of-type(2) i {
	width: 24px;
	height: 19px;
	display: inline-block;
	background-position: -292px -87px;
	position: absolute;
	left: 0;
	top: 3px
}

.ztdet .box_r>span {
	font-size: 14px;
	color: #efa0a5;
	line-height: 14px;
	margin-top: 70px;
	display: block
}

.ztdet .box_r>span i {
	width: 14px;
	height: 14px;
	vertical-align: bottom;
	display: inline-block;
	background-position: -322px -22px;
	margin-right: 8px;
	position: relative
}

.ztdeb>em {
	width: 100%;
	height: 16px;
	margin: 16px auto;
	background: repeating-linear-gradient(140deg,#e5e1e6,#e5e1e6 .5px,#f9f7fa 3px,#f9f7fa 6px);
	display: inline-block
}

.ztdeb ul li {
	width: 381px;
	height: 204px;
	display: block;
	float: left;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 2px solid #fff;
	border-color: rgba(255,255,255,.01)
}

.ztdeb ul li:nth-child(3n) {
	margin-right: 0
}

.ztdeb ul li img {
	width: 88px;
	height: 88px;
	display: block;
	float: left;
	border-radius: 22px;
	margin: 18px 0 0 22px
}

.ztdeb ul li div {
	float: left;
	width: 250px;
	margin: 18px 0 0 12px;
	height: 88px
}

.ztdeb ul li div p:nth-child(1) {
	font-size: 16px;
	color: #242424;
	line-height: 18px;
	margin-top: 10px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden
}

.ztdeb ul li div p:nth-child(2) {
	font-size: 14px;
	color: #b9b9b9;
	line-height: 14px;
	margin-top: 10px
}

.ztdeb ul li div p:nth-child(3) {
	font-size: 14px;
	color: #666;
	line-height: 14px;
	margin-top: 12px
}

.ztdeb ul li a>p:nth-last-child(2) {
	font-size: 14px;
	float: left;
	margin: 10px 20px 0;
	color: #b7b7b7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px
}

.ztdeb ul li a>p:nth-last-child(1) {
	margin: 14px 20px 0;
	float: left;
	display: block;
	width: 345px;
	line-height: 14px
}

.ztdeb ul li a>p:nth-last-child(1) span:nth-child(1) {
	font-size: 14px;
	color: #242424;
	float: left
}

.ztdeb ul li a>p:nth-last-child(1) span:nth-child(1) em {
	width: 16px;
	height: 4px;
	display: inline-block;
	background: #242424;
	vertical-align: middle;
	margin: 0 10px 0 5px
}

.ztdeb ul li a>p:nth-last-child(1) span:nth-child(2) {
	float: right;
	width: 90px;
	height: 22px;
	display: inline-block;
	background: #e4111e;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-radius: 10px
}

.ztdeb ul li a>p:nth-last-child(1) span:nth-child(2) i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	background-position: -340px -37px;
	vertical-align: middle
}

.ztdeb ul li.look a>p:nth-last-child(1) span:nth-child(2) {
	color: #fff;
	background: #ff9200
}

.ztdeb ul li:hover {
	border: 2px solid #ffd1d4
}

.ztdeb ul li.look:hover {
	border: 2px solid #ffe4d1
}

.ztdeb ul li:hover .info p:nth-child(1) {
	color: #e4111e
}

.ztdeb ul li.look:hover .info p:nth-child(1) {
	color: #ff9200
}

.ztdeb ul li:hover a>p:nth-last-child(1) span:nth-child(2) {
	background: linear-gradient(90deg,#fe0385,#e3040f)
}

.ztdeb ul li.look:hover a>p:nth-last-child(1) span:nth-child(2) {
	background: #ff9200
}

.ztdeb ul li a>i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 21px;
	height: 26px;
	display: inline-block;
	background-position: -418px -48px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 22px;
	position: absolute;
	top: 0;
	right: 22px
}

.ztdeb ul li:nth-child(1) a>i {
	background-position: -337px -48px
}

.ztdeb ul li:nth-child(2) a>i {
	background-position: -364px -48px
}

.ztdeb ul li:nth-child(3) a>i {
	background-position: -391px -48px
}

.rankbg {
	background: url(../images/rankbg.jpg) center no-repeat;
	height: 913px;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%
}

.rankt {
	position: relative;
	z-index: 2
}

.rankt>p:nth-child(1) {
	width: 440px;
	height: 50px;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	margin: 72px auto 0
}

.rankt>p:nth-child(1) a {
	display: inline-block;
	width: 220px;
	background: #fff;
	height: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #62210c;
	text-align: center;
	font-weight: 600
}

.rankt p:nth-child(1) a:hover,.rankt>p:nth-child(1) a.current {
	background: linear-gradient(90deg,#fe0385,#e3040f);
	color: #fff;
	transition: none
}

.rankt>p:nth-child(2) {
	position: relative;
	margin: 48px auto 0;
	color: #fff;
	line-height: 28px;
	font-weight: 600;
	font-size: 30px;
	text-align: center
}

.rankt>p:nth-child(2) i {
	width: 440px;
	height: 14px;
	display: inline-block;
	background-position: 0 -299px;
	position: absolute;
	top: 10px;
	left: 32%
}

.rankt ul {
	overflow: hidden;
	margin-top: 34px
}

.rankt ul li {
	width: 226px;
	height: 134px;
	display: block;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-right: 17px
}

.rankt ul li:nth-last-child(1) {
	margin-right: 0
}

.rankt ul li>a:nth-child(1) {
	height: 36px;
	display: block;
	float: left;
	width: 202px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 12px;
	background: rgba(0,0,0,.6);
	position: absolute;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden
}

.rankt ul li a img {
	width: 76px;
	height: 76px;
	display: block;
	float: left;
	border-radius: 17px;
	position: absolute;
	z-index: 2;
	margin-top: 45px;
	margin-left: 12px
}

.rankt ul li:hover a img {
	opacity: .9
}

.rankt ul li>img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.2);
	-webkit-filter: blur(4px);
	filter: blur(4px)
}

.rankt ul li div:nth-of-type(2) {
	float: left;
	position: absolute;
	z-index: 2;
	width: 110px;
	margin-left: 102px;
	margin-top: 56px
}

.rankt ul li div:nth-of-type(2) a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	width: 110px;
	overflow: hidden;
	white-space: nowrap
}

.rankt ul li div:nth-of-type(2) a:hover {
	color: #e3040f
}

.rankt ul li div:nth-of-type(2) p {
	font-size: 12px;
	color: #fff;
	margin-top: 8px
}

.rankt ul li div:nth-of-type(2) i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 21px;
	height: 26px;
	display: inline-block;
	background-position: -418px -48px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 22px;
	position: absolute;
	top: -11px;
	left: -64px;
	background-position: -337px -48px
}

.rankt ul li div:nth-of-type(1) {
	position: absolute;
	top: 36px;
	left: 0;
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2))),rgba(114,102,104,.3);
	display: block;
	width: 226px;
	height: 98px
}

.rankt .box {
	overflow: hidden;
	margin-top: 16px
}

.rankt .box a {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #62210c;
	display: inline-block;
	float: left;
	border-radius: 18px;
	padding: 0 15px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 14px;
	background: #fed690
}

.rankt .box a:hover {
	color: #e4111e
}

.rank .rank_l {
	width: 162px;
	background: #fff;
	position: relative;
	margin-top: 110px;
	float: left
}

.rank .rank_l p {
	width: 162px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background: #e4111e;
	display: block;
	margin-bottom: 10px
}

.rank .rank_l i {
	position: absolute;
	width: 136px;
	height: 154px;
	background-position: -665px -2px;
	display: inline-block;
	top: -147px;
	left: 25px
}

.rank .rank_l a {
	width: 134px;
	height: 54px;
	display: block;
	font-size: 16px;
	line-height: 54px;
	position: relative;
	padding-left: 28px;
	color: #666
}

.rank .rank_l a.current,.rank .rank_l a:hover {
	color: #242424;
	font-weight: 600;
	background: #fef3f4;
	transform: none
}

.rank .rank_l a em {
	width: 5px;
	height: 100%;
	background: #e4111e;
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.rank .rank_l a.current em,.rank .rank_l a:hover em {
	display: block
}

.rank .rank_r {
	width: 1022px;
	display: block;
	float: left;
	background: #fff;
	margin-left: 16px;
	margin-bottom: 30px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	position: relative;
	z-index: 2;
	padding-bottom: 20px
}

.rank .rank_r .ranklibg {
	height: 105px;
	display: inline-block;
	background: url(../images/ranklist.jpg) no-repeat;
	position: absolute;
	z-index: 3;
	width: 823px;
	top: 0;
	left: 89px
}

.rank .rank_r h1 {
	font-size: 22px;
	color: #f14027;
	line-height: 55px;
	font-weight: 600;
	width: 320px;
	height: 55px;
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-position: 0 -323px;
	margin: 28px auto 0;
	text-align: center;
	position: relative;
	z-index: 4
}

.rank .rank_r>p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 20px 25px 0;
	position: relative;
	text-indent: 2em
}

.rank .rank_r>p i {
	width: 26px;
	height: 20px;
	display: inline-block;
	background-position: -326px -87px;
	position: absolute;
	left: 0;
	top: 3px
}

.rank .rank_r>span {
	font-size: 14px;
	color: #f2a6a8;
	display: block;
	margin-top: 15px;
	margin-left: 25px
}

.rank .rank_r>span i {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	background-position: -322px -22px;
	margin-right: 8px
}

.rank .rank_r ul {
	overflow: hidden;
	margin: 30px 25px 0
}

.rank .rank_r ul li {
	height: 155px;
	background: #f9f7fa;
	position: relative;
	margin-bottom: 20px
}

.rank .rank_r ul li:hover {
	background: #fcecec
}

.rank .rank_r ul li a>i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 24px;
	height: 29px;
	display: inline-block;
	background-position: -725px -181px;
	text-align: center;
	font-weight: 600;
	color: #666;
	line-height: 22px;
	position: absolute;
	top: 0;
	left: 14px
}

.rank .rank_r ul li:nth-child(1) a>i {
	background-position: -634px -181px;
	color: #fff
}

.rank .rank_r ul li:nth-child(2) a>i {
	background-position: -665px -181px;
	color: #fff
}

.rank .rank_r ul li:nth-child(3) a>i {
	background-position: -695px -181px;
	color: #fff
}

.rank .rank_r ul li img {
	width: 110px;
	height: 110px;
	display: block;
	border-radius: 25px;
	float: left;
	margin: 23px 0 0 58px
}

.rank .rank_r ul li:nth-last-child(1) {
	margin-bottom: 0
}

.rank .rank_r ul li:hover img {
	opacity: .9
}

.rank .rank_r ul li div:nth-of-type(1) {
	float: left;
	width: 650px;
	display: block;
	margin-top: 22px;
	margin-left: 20px
}

.rank .rank_r ul li div:nth-of-type(1) p:nth-child(1) {
	font-size: 18px;
	font-weight: 600;
	color: #242424;
	line-height: 18px;
	margin-top: 10px;
	display: block
}

.rank .rank_r ul li:nth-child(1) div:nth-of-type(1) p:nth-child(1) {
	color: #e4111e
}

.rank .rank_r ul li:nth-child(2) div:nth-of-type(1) p:nth-child(1) {
	color: #ef9638
}

.rank .rank_r ul li:nth-child(3) div:nth-of-type(1) p:nth-child(1) {
	color: #fad000
}

.rank .rank_r ul li div:nth-of-type(1) p:nth-child(2) {
	font-size: 12px;
	color: #aaa;
	line-height: 12px;
	margin-top: 15px
}

.rank .rank_r ul li div:nth-of-type(1) p:nth-child(3) {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.rank .rank_r ul li div:nth-of-type(2) {
	width: 68px;
	float: right;
	margin-right: 22px
}

.rank .rank_r ul li div:nth-of-type(2) i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 8px;
	height: 10px;
	display: block;
	background-position: -340px -25px;
	margin-top: 52px;
	margin-left: 30px
}

.rank .rank_r ul li div:nth-of-type(2) span {
	display: block;
	width: 68px;
	height: 24px;
	background: #e4111e;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	border-radius: 3px;
	text-align: center;
	margin-top: 18px
}

.rank .rank_r ul li.look div:nth-of-type(2) span {
	background-color: #ff9200
}

.tjzt {
	margin-bottom: 40px
}

.tjzt ul {
	margin-top: 16px
}

.tjzt ul li {
	float: left;
	width: 223px;
	height: 124px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-right: 20px
}

.tjzt ul li:nth-child(5n) {
	margin-right: 0
}

.tjzt ul li img {
	width: 223px;
	height: 124px;
	display: block
}

.tjzt ul li p {
	font-size: 14px;
	color: #fff;
	width: 223px;
	text-align: center;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))
}

.tjzt ul li:hover p {
	color: #e4111e
}

.load {
	margin-top: 16px
}

.load .load_l {
	width: 850px;
	float: left
}

.load .load_r {
	width: 330px;
	float: left;
	margin-left: 20px
}

.load_l .load_t {
	background: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.load_l .load_t .loadm_t img {
	width: 170px;
	height: 170px;
	display: block;
	float: left;
	border-radius: 35px;
	margin: 30px 0 30px 32px;
	position: relative;
	z-index: 2;
	object-fit: cover;
}

.load_l .load_t .loadbg {
	width: 100%;
	height: 125px;
	background: url(../images/loadbg.png) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.load_l .load_t .loadm_t .info {
	float: left;
	width: 460px;
	position: relative;
	z-index: 2;
	margin-left: 20px;
	margin-top: 30px
}

.load_l .load_t .info h1 {
	font-size: 28px;
	color: #242424;
	line-height: 28px;
	margin-top: 10px
}

.load_l .load_t .info ul {
	overflow: hidden;
	margin-top: 20px
}

.load_l .load_t .info ul li {
	float: left;
	width: 225px;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden
}

.load_l .load_t .info ul li:last-child {
	width: 350px
}

.load_l .load_t .info ul li span {
	font-size: 15px;
	color: #999;
	line-height: 15px
}

.load_l .load_t .info ul li em {
	font-size: 15px;
	color: #333;
	line-height: 15px
}

.load_l .load_t .info .loadbox a {
	display: block;
	float: left;
	width: 220px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 24px;
	margin-right: 12px;
	font-size: 14px
}

.load_l .load_t .info .loadbox a:nth-last-child(1) {
	margin-right: 0
}

.load_l .load_t .info .loadbox a i {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub
}

.load_l .load_t .info .loadbox a span {
	font-size: 16px
}

.load_l .load_t .info .loadbox a.and i {
	background-position: -347px -114px
}

.load_l .load_t .info .loadbox a.ios i {
	background-position: -318px -114px;
	height: 26px
}

.load_l .load_t .info .loadbox a.yy i {
	background-position: -262px -114px
}

.load_l .load_t .info .loadbox a.pc i {
	background-position: -288px -114px;
	margin-left: 24px;
	margin-right: 0
}

.load_l .load_t .info .loadbox a.pc>.infobox {
	float: right
}

.load_l .load_t .info .loadbox a.pc p {
	line-height: 14px;
	width: 130px;
	margin-right: 26px;
	margin-top: 6px
}

.load_l .load_t .info .loadbox a.pc p:nth-child(1) {
	font-size: 18px
}

.load_l .load_t .info .loadbox a.not {
	background: #e2e2e2;
	font-size: 16px
}

.load_l .load_t .info .loadbox a.and {
	background: linear-gradient(90deg,#35dda8,#41ea79)
}

.load_l .load_t .info .loadbox a.ios {
	background: #33b1ff
}

.load_l .load_t .info .loadbox a.pc {
	background: linear-gradient(90deg,#b770ef,#d78cf5)
}

.load_l .load_t .info .loadbox a.yy {
	background: linear-gradient(90deg,#ffa627,#ffc447)
}

.load_l .load_t .info .loadbox div {
	display: block;
	float: left;
	width: 220px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 24px;
	margin-right: 12px;
	font-size: 14px;
	cursor: pointer
}

.load_l .load_t .info .loadbox div:nth-last-child(1) {
	margin-right: 0
}

.load_l .load_t .info .loadbox div i {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub
}

.load_l .load_t .info .loadbox div span {
	font-size: 16px
}

.load_l .load_t .info .loadbox div.and i {
	background-position: -347px -114px
}

.load_l .load_t .info .loadbox div.ios i {
	background-position: -318px -114px;
	height: 26px
}

.load_l .load_t .info .loadbox div.yy i {
	background-position: -262px -114px
}

.load_l .load_t .info .loadbox div.pc i {
	background-position: -288px -114px;
	margin-left: 24px;
	margin-right: 0
}

.load_l .load_t .info .loadbox div.pc>.infobox {
	float: right
}

.load_l .load_t .info .loadbox div.pc p {
	line-height: 14px;
	width: 130px;
	margin-right: 26px;
	margin-top: 6px
}

.load_l .load_t .info .loadbox div.pc p:nth-child(1) {
	font-size: 18px
}

.load_l .load_t .info .loadbox div.not {
	background: #e2e2e2;
	font-size: 16px
}

.load_l .load_t .info .loadbox div.and {
	background: linear-gradient(90deg,#35dda8,#41ea79)
}

.load_l .load_t .info .loadbox div.ios {
	background: #33b1ff
}

.load_l .load_t .info .loadbox div.pc {
	background: linear-gradient(90deg,#b770ef,#d78cf5)
}

.load_l .load_t .info .loadbox div.yy {
	background: linear-gradient(90deg,#ffa627,#ffc447)
}

.load_l .load_t .pf {
	width: 120px;
	height: 114px;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	border-radius: 5px;
	float: left;
	position: relative;
	z-index: 2;
	margin-top: 40px
}

.load_l .load_t .pf p:nth-child(1) {
	font-size: 12px;
	color: #666;
	line-height: 12px;
	margin-top: 18px;
	text-align: center
}

.load_l .load_t .pf span {
	font-size: 30px;
	color: #333335;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	margin-top: 10px;
	display: block
}

.load_l .load_t .pf .pfic {
	width: 88px;
	height: 14px;
	display: block;
	background: url(../images/pf.png) no-repeat;
	margin: 8px auto
}

.load_l .load_t .pf p:nth-last-child(1) {
	font-size: 12px;
	color: #999;
	line-height: 12px;
	text-align: center
}

.loadtit {
	width: 786px;
	height: 10px;
	margin: 0 32px;
	background: repeating-linear-gradient(140deg,#e8e8e8,#fff 1px,#fff 1px,#fff 3px);
	display: inline-block
}

.htit {
	margin: 20px 25px 0
}

.htit p {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 24px
}

.htit p span {
	font-size: 20px;
	color: #e4111e
}

.htit p i {
	width: 27px;
	height: 24px;
	display: inline-block;
	background-position: -498px -264px;
	margin-right: 12px;
	vertical-align: sub
}

.htit p i.gamejs {
	background-position: -534px -262px
}

.htit p i.gamexx {
	background-position: -566px -263px
}

.htit p i.gamese {
	background-position: -597px -262px
}

.htit p i.gamebb {
	background-position: -630px -262px
}

.htit p i.gamezx {
	background-position: -146px -37px;
	width: 32px
}

.htit p i.gamehot {
	background-position: -734px -262px;
	height: 26px
}

.htit p i.gametl {
	background-position: -665px -262px;
	height: 27px
}

.htit p i.gameqt {
	background-position: -699px -262px;
	height: 28px;
	width: 28px
}

.htit a {
	color: #999;
	font-size: 12px;
	line-height: 32px;
	display: inline-block;
	float: right;
	font-weight: 100
}

.htit a:hover {
	color: #e4111e
}

.htit a i {
	width: 10px;
	height: 14px;
	display: inline-block;
	background-position: -413px -20px;
	margin-left: 3px;
	vertical-align: middle
}

.showImg2 {
	height: 336px;
	padding: 20px 32px 20px;
	background-color: #fff;
	overflow: hidden
}

.screenshot .intro {
	width: 788px;
	position: relative
}

.screenshot .intro .slider-contain {
	position: relative;
	width: 788px;
	height: 317px
}

.screenshot .intro .img-slider {
	width: 788px;
	height: 316px;
	text-align: center;
	font-size: 0;
	white-space: nowrap
}

.screenshot .intro .img-slider img {
	display: block;
	height: 316px;
	border-radius: 0;
	width: auto;
	vertical-align: top
}

.screenshot .intro .img-slider li {
	width: auto;
	margin-right: 16px;
	display: inline-block;
	height: 316px
}

.screenshot .img-slider li:last-child {
	margin-right: 0
}

.screenshot .intro .video-js {
	width: 500px;
	height: 316px
}

.screenshot .slider-inner-contain {
	position: relative;
	left: 0;
	width: 788px;
	height: 336px;
	overflow-x: scroll;
	overflow-y: hidden;
	background: #fff
}

.screenshot .slider-contain .a_left {
	position: absolute;
	left: 0;
	top: 108px;
	z-index: 10;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(../images/prev.png) no-repeat
}

.screenshot .slider-contain .a_left,.screenshot .slider-contain .a_right {
	display: none
}

.screenshot .slider-contain:hover .a_left,.screenshot .slider-contain:hover .a_right {
	display: block
}

.screenshot .slider-contain .a_right {
	position: absolute;
	right: 0;
	top: 108px;
	z-index: 10;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(../images/next.png) no-repeat
}

.screenshot .img-slider .img-item {
	position: relative;
	line-height: 0;
	font-size: 0
}

.slider-inner-contain video {
	width: 500px;
	height: 280px;
	margin-right: 16px
}

.conts {
	margin: 14px 32px 20px
}

.conts p {
	font-size: 15px;
	color: #3d3d3d;
	line-height: 30px
}

.conts h3 {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	margin: 15px 0;
	font-weight: 600
}

.conts h3 i {
	width: 10px;
	height: 23px;
	display: inline-block;
	background-position: -444px -224px;
	margin-right: 5px;
	vertical-align: middle
}

.conts img {
	max-width: 700px;
	margin: 0 auto;
	display: block;
	padding: 20px 0
}

.loadm_page {
	overflow: hidden
}

.loadm_page .info {
	margin: 22px 32px 20px
}

.loadm_page .info a {
	display: inline-block;
	height: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #e72935;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 10px
}

.loadm_page .info a i {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-position: -472px -177px;
	vertical-align: top
}

.loadm_page .info a:nth-last-child(1) {
	border: none;
	margin: 0;
	padding: 0;
	margin-left: 5px
}

.setch ul {
	margin: 22px 32px 10px;
	overflow: hidden
}

.setch ul li {
	float: left;
	width: 392px;
	font-size: 16px;
	color: #999;
	line-height: 16px;
	margin-bottom: 24px
}

.setch ul li span {
	font-size: 15px;
	color: #4d4d4d;
	display: inline-block
}

.setch ul li span.redc {
	color: #e4111e;
	cursor: pointer
}

.load_c {
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	padding-bottom: 15px
}

.load_c .csetch {
	margin: 22px 32px 0;
	overflow: hidden
}

.load_c .csetch a {
	width: 385px;
	height: 36px;
	display: inline-block;
	float: left;
	line-height: 36px;
	font-size: 15px;
	color: #4d4d4d;
	text-align: center;
	border-radius: 18px;
	background: #f5f6f7;
	margin-right: 16px;
	margin-bottom: 12px
}

.load_c .csetch a:nth-child(2n) {
	margin-right: 0
}

.load_c .csetch a:hover {
	color: #e4111e
}

.load_c .csetch a i {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-position: -491px -224px;
	margin-right: 14px;
	vertical-align: middle
}

.load_c .csetch span {
	position: absolute;
	display: block;
	font-size: 12px;
	color: #999;
	right: 32px;
	top: 36px;
	cursor: pointer
}

.load_c .csetch span i {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 6px;
	background-position: -468px -224px;
	vertical-align: sub
}

.load_b {
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(229,229,229,1);
	padding-bottom: 15px
}

.load_b ul {
	margin: 21px 32px 0
}

.load_b ul li {
	width: 100%;
	background: #fafbfc;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px
}

.load_b ul li:hover {
	background: #fff5f5
}

.load_b ul li:hover a span:nth-child(1) {
	color: #e4111e
}

.load_b ul li:hover a em {
	background: #e72935;
	color: #fff
}

.load_b ul li:hover a em i {
	background-position: -296px -49px
}

.load_b ul li a span:nth-child(1) {
	width: 200px;
	padding-left: 20px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	color: #242424
}

.load_b ul li a span:nth-child(2) {
	width: 178px;
	padding-left: 40px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	color: #a6a7a7
}

.load_b ul li a span:nth-child(3) {
	width: 155px;
	padding-left: 30px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	color: #a6a7a7
}

.load_b ul li a em {
	display: inline-block;
	width: 112px;
	height: 36px;
	line-height: 36px;
	background: #ffebec;
	color: #e4111e;
	text-align: center;
	border-radius: 18px;
	position: absolute;
	right: 20px;
	top: 8px
}

.load_b ul li a em i {
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	width: 22px;
	height: 17px;
	display: inline-block;
	margin-right: 6px;
	background-position: -296px -27px;
	vertical-align: sub
}

.load_b2 {
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.load_b2 ul {
	margin: 21px 32px 10px;
	overflow: hidden
}

.load_b2 ul li {
	float: left;
	margin-right: 43px;
	margin-bottom: 22px
}

.load_b2 ul li a {
	float: left
}

.load_b2 ul li:nth-child(3n) {
	margin-right: 0
}

.load_b2 ul li img {
	width: 88px;
	height: 88px;
	display: block;
	float: left;
	border-radius: 22px
}

.load_b2 ul li:hover img {
	opacity: .9
}

.load_b2 ul li a>div {
	width: 120px;
	float: left;
	margin-left: 16px
}

.load_b2 ul li a>div p:nth-child(1) {
	font-size: 16px;
	color: #242424;
	line-height: 18px;
	display: block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	width: 120px;
	text-overflow: ellipsis
}

.load_b2 ul li:hover div p:nth-child(1) {
	color: #e4111e
}

.load_b2 ul li a>div p:nth-child(2) {
	font-size: 14px;
	color: #666;
	line-height: 12px;
	margin-top: 15px
}

.load_b2 ul li a>div p:nth-last-child(1) {
	font-size: 14px;
	color: #666;
	line-height: 12px;
	margin-top: 15px
}

.load_b2 ul li a>div div div {
	width: 88px;
	height: 14px;
	display: block;
	background: url(../images/pf.png) no-repeat;
	display: inline-block;
	margin-top: 10px
}

.load_b2 ul li a>div div span {
	display: inline-block;
	color: #666
}

.loadr_t {
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(229,229,229,1)
}

.loadr_t ul {
	padding: 0 0 6px;
	margin: 0 25px;
	overflow: hidden;
	width: 280px
}

.loadr_t li {
	border-bottom: 1px solid rgba(229,229,229,.6);
	overflow: hidden;
	height: 116px
}

.loadr_t li:last-of-type {
	border: 0
}

.loadr_t li a {
	display: block;
	padding: 14px 0
}

.loadr_t img {
	float: left;
	width: 88px;
	height: 88px;
	margin-right: 20px;
	display: block;
	border-radius: 20px
}

.loadr_t ul li div {
	float: left;
	width: 170px;
	height: 88px
}

.loadr_t ul li div p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.loadr_t ul li div p:nth-of-type(1) {
	font-size: 18px;
	color: #242424;
	line-height: 30px
}

.loadr_t ul li div span {
	display: block;
	width: 64px;
	height: 22px;
	background: linear-gradient(-31deg,#e3040f,#fe0385);
	border-radius: 10px;
	font-size: 12px;
	color: #ffff;
	line-height: 22px;
	text-align: center;
	margin-top: 7px
}

.loadr_t ul li div span:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	background-position: -65px -775px;
	vertical-align: top;
	position: relative;
	top: 7px;
	margin-left: 5px
}

.loadr_t ul li.look div span {
	background: #ff9200
}

.loadr_t ul li.look div span:after {
	display: none
}

.loadr_t ul li:hover p:nth-of-type(1) {
	color: #e30412
}

.loadr_t ul li:hover img {
	opacity: .9
}

.redtbg {
	background-size: 100% 100%;
	z-index: 3
}

.redtbg p {
	color: rgba(255,255,255,.6);
	margin-top: 11px
}

.newtit a i {
	width: 10px;
	height: 14px;
	display: inline-block;
	background-position: -413px -20px;
	margin-left: 3px;
	vertical-align: middle
}

.newtit p .ihot {
	background-position: -98px -732px;
	width: 26px;
	height: 26px;
	vertical-align: top;
	position: relative;
	top: 4px
}

.newtit p .iwon {
	background-position: -3px -732px;
	width: 28px;
	height: 24px;
	vertical-align: top;
	position: relative;
	top: 4px
}

.newtit p .inews {
	background-position: -192px -732px;
	width: 23px;
	height: 28px;
	vertical-align: top;
	position: relative;
	top: 4px
}

.newtit p .irec {
	background-position: -51px -732px;
	width: 27px;
	height: 29px;
	vertical-align: top;
	position: relative;
	top: 0
}

.newtit p .ifind {
	background-position: -144px -732px;
	width: 28px;
	height: 25px;
	vertical-align: top;
	position: relative;
	top: 5px
}

.newtit p {
	display: inline-block;
	font-weight: 600;
	color: #242424;
	font-size: 20px;
	line-height: 32px
}

.newtit p span {
	color: #e4111e
}

.newtit p i {
	display: inline-block;
	margin-right: 10px
}

.newtit a {
	color: #999;
	font-size: 12px;
	line-height: 32px;
	display: inline-block;
	float: right
}

.newtit a:hover {
	color: #e4111e
}

.newsRec {
	position: relative;
	top: 180px;
	width: 1200px;
	padding: 6px;
	margin: auto;
	overflow: hidden;
	z-index: 3;
	margin-bottom: 14px
}

.newsRec ul {
	position: relative;
	height: 214px;
	padding: 20px 20px 24px;
	overflow: hidden;
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff
}

.newsRec ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden
}

.newsRec ul li a {
	position: relative;
	display: block
}

.newsRec ul li:nth-of-type(2) {
	margin-bottom: 10px
}

.newsRec ul li img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.newsRec ul li:hover img {
	transform: scale(1.2)
}

.newsRec ul li:nth-of-type(1) a {
	width: 380px;
	height: 214px
}

.newsRec ul li:nth-of-type(2) a {
	width: 380px;
	height: 102px
}

.newsRec ul li:nth-of-type(3) a {
	width: 380px;
	height: 102px
}

.newsRec ul li:nth-of-type(4) a {
	width: 380px;
	height: 214px
}

.newsRec ul li:nth-of-type(4) {
	margin-right: 0;
	position: absolute;
	top: 20px;
	right: 20px
}

.newsRec ul li:nth-of-type(1) img {
	width: 380px;
	min-height: 214px;
	height: auto
}

.newsRec ul li:nth-of-type(2) img {
	width: 380px;
	min-height: 102px;
	height: auto
}

.newsRec ul li:nth-of-type(3) img {
	width: 380px;
	min-height: 102px;
	height: auto
}

.newsRec ul li:nth-of-type(4) img {
	width: 380px;
	min-height: 214px;
	height: auto
}

.newsRec ul li div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 56px;
	background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)
}

.newsRec ul li div p {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 26px;
	line-height: 20px
}

.newsRec ul li:nth-child(2) div p {
	margin-top: 28px
}

.newsRec ul li:nth-of-type(1):before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 7px;
	left: 0;
	width: 46px;
	height: 22px;
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	background-position: -610px -2px
}

.newsWrap,.newsWraper {
	width: 1200px;
	margin: 188px auto 0
}

.newsWraper {
	margin-top: 16px
}

.newsL {
	float: left;
	width: 850px;
	margin-right: 16px
}

.newsR {
	float: right;
	width: 330px
}

.newsWraper .newsLi ul li:last-of-type {
	border: 0;
	margin-bottom: 10px
}

.newsWraper .newsLi ul {
	padding: 0 26px
}

.newsLi {
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff;
	padding: 1px 0;
	margin: 16px 0 20px
}

.newsLi .newtit {
	padding: 20px 22px 0
}

.newsLi ul {
	padding: 0 25px
}

.newsLi ul li {
	padding: 25px 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(229,229,229,.6)
}

.newsLi li a {
	display: block;
	height: 120px;
	overflow: hidden
}

.newsLi li img {
	display: block;
	float: left;
	width: 190px;
	height: 120px;
	margin-right: 19px
}

.newsLi li div {
	float: left;
	width: 588px
}

.newsLi li p:nth-child(1) {
	font-size: 18px;
	font-weight: 700;
	color: #242424;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px
}

.newsLi li p:nth-child(2) {
	font-size: 14px;
	color: #999;
	height: 46px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 19px
}

.newsLi li p:nth-child(3) {
	font-size: 14px;
	color: rgba(228,17,30,.5);
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.newsLi li p:nth-child(3):before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	width: 14px;
	height: 14px;
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	background-position: -253px -775px;
	vertical-align: top;
	position: relative;
	top: 3px
}

.newsLi li:hover img {
	opacity: .9
}

.newsLi li:hover p:nth-child(1) {
	color: #e4111e
}

.newsHot {
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff;
	padding: 18px 20px;
	margin-bottom: 18px
}

.newsHot ul {
	padding: 10px 4px 0
}

.newsHot li {
	border-bottom: 1px dashed #e5e5e5
}

.newsHot li a {
	display: block;
	overflow: hidden;
	padding: 10px 0
}

.newsHot li i {
	float: left;
	margin: 5px 16px 0 0;
	width: 20px;
	height: 26px;
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	background-position: -253px -775px;
	background-position: -418px -48px;
	font-size: 14px;
	font-weight: 700;
	color: #666;
	text-align: center;
	line-height: 22px
}

.newsHot li:nth-of-type(1) i {
	color: #fff;
	background-position: -337px -48px
}

.newsHot li:nth-of-type(2) i {
	color: #fff;
	background-position: -364px -48px
}

.newsHot li:nth-of-type(3) i {
	color: #fff;
	background-position: -391px -48px
}

.newsHot li div {
	float: left;
	width: 240px
}

.newsHot li p {
	font-size: 15px;
	color: #242424;
	line-height: 24px;
	height: 45px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 12px
}

.newsHot li span {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.newsHot li a:hover p {
	color: #e30412
}

.newsHot li:last-of-type {
	border: 0
}

.wonTopic {
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff;
	padding: 18px 20px 10px;
	margin-bottom: 18px
}

.wonTopic ul {
	padding: 20px 4px 0
}

.wonTopic li {
	margin-bottom: 18px
}

.wonTopic li a {
	width: 282px;
	height: 142px;
	position: relative;
	display: block;
	overflow: hidden
}

.wonTopic li img {
	display: block;
	width: 282px;
	height: 142px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.wonTopic li:hover img {
	transform: scale(1.2)
}

.wonTopic li div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 51px;
	background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)
}

.wonTopic li div p {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 22px;
	line-height: 20px
}

.recNGame {
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff;
	padding: 18px 20px 10px;
	margin-bottom: 18px
}

.recNGame .rList {
	width: 310px;
	padding-top: 20px;
	overflow: hidden
}

.recNGame .rList a {
	float: left;
	display: block;
	width: 85px;
	margin: 0 17px 10px 0
}

.recNGame .rList a img {
	display: block;
	width: 77px;
	height: 77px;
	border-radius: 14px;
	margin: auto
}

.recNGame .rList a p {
	display: block;
	font-size: 12px;
	color: #454545;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	margin: auto;
	text-align: center
}

.recNGame .rList a:hover p {
	color: #e30412
}

.recNGame .rList a:hover img {
	opacity: .9
}

.gameNHot {
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff;
	padding: 18px 24px 10px;
	margin-bottom: 18px
}

.gameNHot ul {
	margin-top: 20px;
	width: 828px;
	overflow: hidden
}

.gameNHot ul li {
	float: left;
	width: 120px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 17px
}

.gameNHot ul li a {
	display: block
}

.gameNHot ul li img {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 20px;
	margin: auto
}

.gameNHot ul li a p {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	margin: auto
}

.gameNHot ul li a:hover p {
	color: #e30412
}

.gameNHot ul li img:hover {
	opacity: .9
}

.gaNFind {
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff;
	padding: 18px 20px 10px;
	margin-bottom: 18px
}

.gaNFind ul {
	padding: 10px 0 6px
}

.gaNFind li {
	border-bottom: 1px solid rgba(229,229,229,.6);
	overflow: hidden;
	height: 116px
}

.gaNFind li:last-of-type {
	border: 0
}

.gaNFind li a {
	display: block;
	padding: 14px 0
}

.gaNFind img {
	float: left;
	width: 88px;
	height: 88px;
	margin-right: 20px;
	display: block;
	border-radius: 20px
}

.gaNFind ul li div {
	float: left;
	width: 180px;
	height: 88px
}

.gaNFind ul li div p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gaNFind ul li div p:nth-of-type(1) {
	font-size: 18px;
	color: #242424;
	line-height: 30px
}

.gaNFind ul li div span {
	display: block;
	width: 64px;
	height: 22px;
	background: linear-gradient(-31deg,#e3040f,#fe0385);
	border-radius: 10px;
	font-size: 12px;
	color: #ffff;
	line-height: 22px;
	text-align: center;
	margin-top: 7px
}

.gaNFind ul li div span:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	background-position: -65px -775px;
	vertical-align: top;
	position: relative;
	top: 7px;
	margin-left: 5px
}

.gaNFind ul li.look div span {
	background: #ff9200
}

.gaNFind ul li.look div span:after {
	display: none
}

.gaNFind ul li:hover p:nth-of-type(1) {
	color: #e30412
}

.gaNFind ul li:hover img {
	opacity: .9
}

.newsCont {
	box-shadow: 0 1px 6px 0 #e6e6e6;
	background-color: #fff;
	padding: 35px 28px 10px;
	margin-bottom: 18px
}

.newsCont h1 {
	font-size: 32px;
	color: #333;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 20px;
	text-align: center
}

.newsCont .desc {
	position: relative;
	font-size: 14px;
	color: #999;
	line-height: 32px;
	padding-bottom: 21px;
	margin-bottom: 22px
}

.newsCont .desc:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	width: 100%;
	margin: 0 auto;
	background: repeating-linear-gradient(150deg,#e8e8e8,#e8e8e8 1px,#fefefe 1px,#fefefe 3px);
	display: block
}

.newsCont .desc span {
	margin-right: 15px
}

.newsCont .cont {
	font-size: 16px;
	color: #444;
	line-height: 1.5
}

.newsCont .cont a {
	line-height: 28px;
	text-indent: 0;
	color: #e4111e
}

.newsCont .cont a:hover {
	opacity: .9;
	text-decoration: underline
}

.newsCont .cont p {
	line-height: 28px;
	color: #666;
	margin-bottom: 10px;
	font-size: 16px
}

.newsCont .cont br {
	height: 2px;
	line-height: 2px
}

.newsCont .cont img {
	display: block;
	max-width: 790px;
	margin: 16px auto;
	text-align: center
}

.newsCont .cont p img {
	display: block;
	max-width: 790px;
	margin: 16px auto;
	text-align: center
}

.knCont .cont p h3,.newsCont .cont h3 {
	position: relative;
	margin: 12px 0 10px;
	line-height: 32px;
	font-size: 18px;
	font-weight: 700;
	color: #242424
}

.newsCont .cont iframe {
	width: 666px;
	height: 340px;
	margin: 0 auto;
	display: block;
	border: none
}

.newsCont .cont table {
	max-width: 100%;
	margin: auto
}

.favorAsk {
	text-align: center;
	margin: 20px auto 15px;
	width: 160px;
	height: 46px;
	line-height: 46px;
	background: #ef8e8e;
	border-radius: 23px;
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.favorAsk span {
	color: #fff
}

.favorAsk span:before {
	content: "";
	display: inline-block;
	margin: 13px 6px 0 0;
	width: 20px;
	height: 18px;
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	background-position: -6px -775px;
	vertical-align: top
}

.favorAsk.current span:before {
	background-position: -34px -774px;
	width: 20px;
	height: 19px
}

.newsRGame {
	background-color: #333;
	margin: 30px auto 10px;
	overflow: hidden;
	position: relative
}

.newsRGame a {
	display: block
}

.newsRGame .img {
	float: left;
	position: relative;
	width: 202px;
	height: 238px;
	overflow: hidden;
	margin-right: 20px
}

.newsRGame .img>img {
	width: 150%;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: inherit;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	top: -20%;
	right: -15%;
	left: -15%;
	margin: auto
}

.newsRGame .ngbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))),rgba(114,102,104,.2);
	background: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),rgba(114,102,104,.2)
}

.newsRGame .img .tp {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center
}

.newsRGame .img .tp img {
	width: 110px;
	height: 110px;
	border-radius: 20px;
	display: block;
	margin: 27px auto 10px
}

.newsRGame .img .tp p {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden
}

.newsRGame .img .tp span {
	display: block;
	margin: 12px auto;
	width: 120px;
	height: 32px;
	background: #e30412;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 32px
}

.newsRGame .info {
	float: left;
	width: 550px;
	height: 238px;
	overflow: hidden
}

.newsRGame .info p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.newsRGame .info p:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 3px;
	margin-right: 7px;
	width: 24px;
	height: 19px;
	background: url(../images/icon.png) no-repeat;
	background-size: 800px 800px;
	background-position: -81px -775px
}

.newsRGame .info ul {
	width: 546px;
	height: 98px;
	border: 1px solid rgba(255,255,255,.2);
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden
}

.newsRGame .info ul li {
	width: 50%;
	float: left;
	line-height: 28px;
	color: #ccc;
	font-weight: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.newsRGame .info ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: #e30412;
	border-radius: 2px;
	margin: 0 8px 0 12px
}

.newsRGame .n_ginfo_tags {
	position: absolute;
	width: 550px;
	overflow: hidden;
	white-space: nowrap;
	right: 22px;
	bottom: 20px;
	text-overflow: ellipsis
}

.newsRGame .n_ginfo_tags a {
	display: inline-block;
	padding: 0 20px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	height: 28px;
	line-height: 28px;
	margin-right: 11px
}

.newsRGame .info div {
	margin-top: 12px;
	height: 30px;
	overflow: hidden
}

.newsRGame .info div em {
	display: block;
	float: left;
	padding: 0 20px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	height: 28px;
	line-height: 28px;
	margin-right: 11px
}

.nsCopy {
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	color: #888;
	margin-bottom: 9px
}

.nsCopy span {
	position: relative;
	display: inline-block;
	width: 123px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	color: #ff0b00;
	border: 1px solid #ff0b00;
	border-radius: 4px;
	margin-right: 11px;
	cursor: pointer
}

.nsCopy span i {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
	position: relative;
	top: 7px;
	margin-right: 6px;
	background-position: -285px -775px
}

.nsCopy span input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.nsCopy span:hover {
	font-weight: 700
}

.nextPre {
	height: 54px;
	border-top: 1px dashed #e5e5e5;
	margin: 0 auto;
	overflow: hidden
}

.nextPre p {
	width: 50%;
	display: block;
	float: left;
	color: #ccc;
	font-size: 14px;
	line-height: 54px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.nextPre p span {
	color: #ccc;
	float: left
}

.nextPre p:nth-of-type(1) span:before {
	content: " < "
}

.nextPre p a {
	color: #666;
	float: left;
	display: block;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis
}

.nextPre p a:hover {
	color: #e30412
}

.orderList {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.orderBox {
	position: absolute;
	z-index: 5;
	top: 180px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	background: url(../images/yybg.png) no-repeat;
	width: 444px;
	height: 435px;
	background-size: 444px 435px
}

.orderBox .oClose {
	position: absolute;
	bottom: -72px;
	left: 202px;
	z-index: 10
}

.orderBox .oTitle {
	width: 100%;
	background-size: 100% 100%;
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
	color: #fff
}

.orderBox .oTitle p {
	font-size: 28px;
	color: #1f3a4e;
	font-weight: 600;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden
}

.orderBox .oTitle .yyicon {
	position: absolute;
	top: -42px;
	left: -1px
}

.orderBox form .telbox {
	width: 344px;
	height: 48px;
	display: flex;
	margin: 200px auto 0;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	border-radius: 6px
}

.orderBox form .tel {
	width: 248px;
	color: #000;
	font-size: 16px;
	padding: 0 10px;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	border: none
}

.orderBox form .telbox i {
	width: 16px;
	height: 25px;
	margin: 12px 14px;
	display: inline-block;
	background-position: -381px -87px
}

.orderBox form .telbox em {
	width: 1px;
	height: 34px;
	display: inline-block;
	background: #e3e3e3;
	margin-top: 8px
}

.orderBox form p {
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	margin-top: 14px;
	overflow: hidden;
	white-space: nowrap
}

.orderBox form p:nth-of-type(2) {
	font-size: 14px;
	color: #ccc;
	line-height: 14px;
	margin-top: 5px
}

.orderBox form p em {
	color: #ff3e2d
}

.orderBox form span {
	color: #fe684d;
	font-size: 14px;
	text-align: left;
	display: block;
	width: 392px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap
}

.orderBox form .oBtn {
	cursor: pointer;
	width: 182px;
	border: 0;
	color: #fff;
	font-size: 16px;
	border-radius: 21px;
	line-height: 42px;
	margin: 50px auto 32px;
	overflow: hidden;
	white-space: nowrap;
	background: #ffc700
}

.orderBox .msg {
	color: #fe684d;
	font-size: 14px;
	text-align: left;
	display: block;
	width: 392px;
	margin: 0 auto
}

.orderBox .oKnow {
	cursor: pointer;
	display: block;
	width: 182px;
	border: 0;
	background-color: #ffb800;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	line-height: 40px;
	margin: 50px auto 0;
	overflow: hidden;
	white-space: nowrap
}

.orderBox .oWin {
	width: 100%;
	padding: 1px 0;
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	margin-top: 185px
}

.orderBox .oWin .yycg {
	width: 140px;
	height: 83px;
	display: block;
	background-position: -517px -323px;
	margin: 0 auto
}

.orderBox .oWin p:nth-child(2) {
	font-size: 20px;
	color: #00dfb7;
	font-weight: 600;
	line-height: 20px;
	text-indent: 1em;
	margin-top: 20px
}

.orderBox .oWin p:nth-child(3) {
	font-size: 16px;
	color: #666;
	line-height: 16px
}

.orderBox .oAgin {
	width: 100%;
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	margin-top: 185px
}

.orderBox .oAgin p {
	font-size: 18px;
	color: #141414;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 26px
}

.orderBox .oAgin i {
	display: inline-block;
	width: 135px;
	height: 88px
}

.orderBox .oAgin p:nth-child(2) {
	font-size: 20px;
	color: #f90;
	font-weight: 600;
	line-height: 20px;
	text-indent: 1em;
	margin-top: 20px
}

.orderBox .oAgin .yycg2 {
	width: 135px;
	height: 88px;
	display: block;
	background-position: -517px -436px;
	margin: 0 auto
}

.yy {
	background-image: url(../images/yy.png);
	background-size: 180px 500px
}

.orderBox .oClose i {
	display: inline-block;
	width: 46px;
	height: 80px;
	background-position: 0 0;
	position: relative
}

.orderBox .oClose span {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../images/fzclose.png) no-repeat;
	background-size: 36px 36px;
	cursor: pointer
}

.order {
	display: inline-block;
	width: 228px;
	margin-right: 10px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background-color: #19b955;
	text-align: center;
	margin-top: 10px;
	cursor: pointer
}

#popupsBox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #00000050;
	z-index: 99
}

#popupsBox .feedback,#popupsBox .permissionStatement {
	width: 486px;
	height: 604px;
	margin: 120px auto 0;
	background: #fff;
	border-radius: 10px;
	position: relative
}

#popupsBox .feedback {
	width: 485px;
	height: 602px
}

#popupsBox .feedback .topBg {
	height: 145px
}

#popupsBox .feedback .topBg .toimg {
	width: 485px;
	height: 165px;
	display: block;
	position: absolute;
	background: url(../images/fkbg.png) no-repeat;
	margin-top: -19px
}

#popupsBox .feedback .topBg p,#popupsBox .permissionStatement .topBg p {
	height: 83px;
	line-height: 83px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 3px 3px #f68586
}

#popupsBox .permissionStatement .state {
	height: 560px;
	overflow: auto;
	margin: 16px 30px 0 38px;
	border-bottom: 1px dashed #d7d7d7;
	position: relative
}

#popupsBox .permissionStatement .linear {
	content: "";
	position: absolute;
	bottom: 102px;
	left: 38px;
	width: 578px;
	height: 30px;
	background: linear-gradient(to top,#fff,#0000)
}

#popupsBox .permissionStatement .know,#popupsBox .privacyStatement .know {
	width: 212px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #f4696a;
	border-radius: 20px;
	margin: 23px auto 0;
	cursor: pointer
}

#popupsBox .permissionStatement .state::-webkit-scrollbar {
	width: 6px;
	background: 0 0
}

#popupsBox .permissionStatement .state::-webkit-scrollbar-thumb {
	background: #dfdfdf;
	border-radius: 6px
}

#popupsBox .permissionStatement .state p {
	line-height: 36px;
	font-size: 14px;
	color: #333
}

#popupsBox .permissionStatement .state .h3 {
	line-height: 34px;
	font-size: 16px;
	color: #333;
	font-weight: 700
}

#popupsBox .permissionStatement .orderBg>i {
	width: 70px;
	background-position: -116px -145px
}

#popupsBox .feBack {
	padding: 0 0 0 26px
}

#popupsBox .feBack>p {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333
}

#popupsBox .feBack .info {
	overflow: hidden
}

#popupsBox .feBack .checkbox {
	position: relative;
	height: 34px;
	line-height: 34px;
	width: 244px;
	float: left
}

#popupsBox .feBack .checkbox:nth-child(2n) {
	width: 212px
}

#popupsBox .feBack .checkbox input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	opacity: 0
}

#popupsBox .feBack .checkbox label {
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	line-height: 34px;
	width: 100%;
	font-size: 14px;
	color: #333;
	text-align: left;
	padding-left: 24px
}

#popupsBox .feBack .checkbox label::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 10px;
	width: 14px;
	height: 14px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	box-sizing: border-box
}

#popupsBox .feBack .checkbox input[type=checkbox]:checked+label::before {
	background: url(../images/popups.png) 50px 50px no-repeat;
	border: none;
	background-position: -18px -18px;
	border: none;
	z-index: 2
}

#popupsBox .feBack textarea {
	width: 410px;
	height: 78px;
	border: 1px solid #f6f6f6;
	border-radius: 4px;
	resize: none;
	padding: 10px;
	font-size: 14px;
	color: #999;
	margin-bottom: 4px;
	background: #f6f6f6
}

#popupsBox input[type=tel] {
	border: 1px solid #f6f6f6;
	height: 38px;
	width: 426px;
	font-size: 14px;
	padding-left: 12px;
	background: #f6f6f6;
	border-radius: 4px;
	color: #999
}

#popupsBox input[type=tel]::-webkit-input-placeholder {
	color: #888
}

#popupsBox input[type=tel]:-moz-placeholder {
	color: #888
}

#popupsBox input[type=tel]::-moz-placeholder {
	color: #888
}

#popupsBox input[type=tel]:-ms-input-placeholder {
	color: #888
}

#popupsBox input[type=button] {
	display: block;
	font-size: 16px;
	margin: 30px auto 0;
	width: 212px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 24px;
	background: #5978f5;
	box-shadow: 0 1px 8px rgb(0 42 255 / 60%)
}

#popupsBox input[type=button]:hover {
	opacity: .9
}

.popupsClose {
	position: absolute;
	bottom: -74px;
	left: 225px;
	width: 36px;
	height: 36px;
	margin: auto;
	background-position: -408px -87px;
	cursor: pointer;
	z-index: 2
}

.yszcbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.yszcbox .qxbg {
	width: 485px;
	height: 107px;
	position: relative;
	h: 3562c8a3f1ada52c;
}

.yszcbox .qxbg p {
	color: #1f3a4e;
	font-size: 28px;
	text-align: center;
	padding-top: 99px;
	font-weight: 600
}

.yszcbox i {
	position: absolute;
	bottom: 568px;
	left: 447px;
	width: 36px;
	height: 36px;
	margin: auto;
	background-position: -408px -87px;
	cursor: pointer;
	z-index: 2
}

.ysTxt {
	width: 485px;
	height: 609px;
	background: #fff;
	border-radius: 10px;
	position: fixed;
	z-index: 15;
	top: 12%;
	left: 0;
	right: 0;
	margin: auto
}

.ysTxt>p:nth-of-type(1) {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #19b955;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px
}

.ysTxt>p:nth-of-type(2) {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	text-align: right;
	margin: 10px 45px 20px
}

.ysMain {
	display: block;
	width: 448px;
	height: 380px;
	line-height: 42px;
	font-size: 16px;
	margin: 0 30px 20px;
	overflow: auto
}

.ysMain p:nth-last-of-type(1) {
	margin-bottom: 30px
}

.ysicon {
	width: 485px;
	height: 107px;
	display: block;
	background: url(../images/qxbg.png) no-repeat
}

.yszcbox .oKnow {
	width: 182px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	background: #ffb800;
	border-radius: 22px;
	margin: 20px auto 0;
	margin-bottom: 20px;
	cursor: pointer
}

.ysTxt em {
	height: 1px;
	border-top: 1px dashed #d7d7d7;
	display: block;
	width: 485px
}

.wzg {
	height: 60px;
	width: 100%;
	position: absolute;
	background-image: -webkit-linear-gradient(rgba(255,255,255,0) 0,#fff 100%);
	bottom: 115px;
	left: 0
}

#guding.fiexd {
	position: fixed;
	top: 0
}

.zwxz {
	background: #b5b5b5;
}