.container {
	width: 100%;
	min-width: 1440px;
	height: auto
}

.container .top-bannner {
	width: 100%;
	height: 374px;
	min-width: 1440px;
	margin: 0 auto;
	position: relative;
	background: url(../images/banner.jpg) no-repeat center;
	background-size: 100% 100%
}

.container .top-bannner>h1 {
	font-size: 58px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 10px;
	padding-top: 130px
}

.container .top-bannner>h6 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px
}

.container .infs {
	width: 100%;
	height: auto;
	background: #f6f6f6;
	background-size: 100% 100%;
	padding-bottom: 45px
}

.container .infs .nav {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	line-height: 70px;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.container .infs .nav>a {
	display: block;
	color: #a4a4a4;
	padding: 0 5px
}

.container .infs .nav>a:first-child {
	padding-left: 0
}

.container .infs .nav>a:last-child {
	color: #020409
}

.container .infs .games {
	width: 1200px;
	margin: 0 auto;
	background: #fff
}

.container .infs .games .top {
	width: 100%;
	height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.container .infs .games .top .hotGame,.container .infs .games .top .topGame {
	width: 594px;
	height: 100%;
	border-radius: 6px;
	position: relative;
	overflow: hidden
}

.container .infs .games .top .hotGame>a,.container .infs .games .top .topGame>a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.container .infs .games .top .hotGame>a:hover ~ img,.container .infs .games .top .topGame>a:hover ~ img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.container .infs .games .top .hotGame .hot,.container .infs .games .top .topGame .hot {
	position: absolute;
	width: 80px;
	color: #fff;
	padding: 15px 0 5px 0;
	background: #ed2c13;
	letter-spacing: 1px;
	font-size: 16px;
	left: -27px;
	top: -10px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.container .infs .games .top .hotGame>img,.container .infs .games .top .topGame>img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear
}

.container .infs .games .top .hotGame>p,.container .infs .games .top .topGame>p {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	bottom: 0;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container .infs .games .top .topGame {
	width: 594px;
	margin-left: 13px
}

.container .infs .games .bottom {
	width: 100%;
	height: 190px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.container .infs .games .bottom .gameItem {
	width: 291px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-left: 13px;
	border-radius: 5px
}

.container .infs .games .bottom .gameItem:nth-child(1) {
	margin-left: 0
}

.container .infs .games .bottom .gameItem>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.container .infs .games .bottom .gameItem>a:hover ~ img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.container .infs .games .bottom .gameItem>img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear
}

.container .infs .games .bottom .gameItem>p {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	bottom: 0;
	letter-spacing: 2px
}

.container .infs .questions {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	background: #fff;
    border: solid 1px #e8ebee;
    margin-top: 40px;
}

.container .infs .questions .types {
	/* width: 1040px; */
	height: 80px;
	/* margin: 80px auto 50px; */
	line-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    background: #fcfcfc;
    border-bottom: solid 1px #eaedef;
	/* justify-content: center */
}

.container .infs .questions .types>a {
	display: block;
	width: 200px;
	height: 100%;
	position: relative;
	font-size: 20px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
    border-right: 1px solid #eaedef;
    /* border-right: none; */
}
.container .infs .questions .types>a:last-child{border-right:1px solid #eaedef ;}

.container .infs .questions .types>a>i {
	display: block;
	width: 0px;
	height: 3px;
	margin: 5px auto 0;
	background: #3377ff;
	border-radius: 2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.container .infs .questions .types>a:hover {
	color: #020409;
	cursor: pointer
}

.container .infs .questions .types>a.active {
	color: #359aff;
    border-bottom: none;
    background: #fff;
    height: 81px;
}
.container .infs .questions .types>a.active:last-child{border-right: 1px solid #eaedef;}

.container .infs .questions .types>a.active>i {
	width: 100px
}

.container .infs .questions .lists {
	width: 100%;
	height: auto;
	margin: 0 auto;
    margin-top: 36px;
}

.container .infs .questions .lists .linkBox {
	/* width: 100%; */
	height: auto;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none;
	overflow: hidden;
    padding: 0 30px;
}

.container .infs .questions .lists .linkBox.active {
	display: block
}

.container .infs .questions .lists .linkBox>a {
	display: block;
	float: left;
	width: 228px;
    height: 48px;
	color: #828282;
	font-size: 16px;
	/* padding: 10px 0; */
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* margin-left: 40px */
}

.container .infs .questions .lists .linkBox>a:hover {
	color: #3377ff
}

.container .infs .questions .lists .linkBox>a::after {
	content: "";
	clear: both
}

.container .infs .questions .lists .linkBox>a>i {
	display: inline-block;
	width: 13px;
	height: 15px
}

.container .infs .questions .lists .linkBox>a>i.hots {
	background: url(../images/hot.png) no-repeat center;
	background-size: cover;
    width: 13px;height: 15px;
}
