@charset "utf-8";
/* CSS Document */
.section1{ margin: 1.5625rem 0;
}
.section1 .group_head{}
.section1 .group_head p{}
.section1 .group_head p span{ margin:0.925rem;}
.section1 .hd .tit {
	text-align: center;
	color: #ffe14c;
	font-size: 2.25rem
}
.section1 .hd .tit::before, .section1 .hd .tit::after {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 35px;
	margin: 0 .9rem 3px;
}
.section1 .hd .tit::after {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}
.section2 {
	margin: 1.5625rem 0;
}
.section1 .hd .tit::before, .section1 .hd .tit::after, .act-list li::before, .act-list li::after, .act-list li .date::before, .mod-qa .mod-info p .search:before, .btn-link::before, .btn-link::after {
	background: url(../../images/jvj/sprite.png);
	background-size: 200px auto
}

.wrap {
	position: relative;
	width:100%;
	overflow: hidden;
	z-index: 9
}
.wrap::before {
	content: ' ';
	width: 160%;
	height: 100%;
	position: absolute;
	left: -60%;
	background: -webkit-radial-gradient(rgba(21,21,21,0.4), rgba(255,255,255,0) 80%);
	z-index: -1
}
.header {
	padding: 1.5625rem 0
}
.header .slogan {
	display: block;
	width: 100%
}
.header .wggc-info {
	color: #fff;
	padding: 0.9375rem 0.9375rem 0;
	line-height: 1.5
}
.act-list li {
	border:#FC0 1px solid;
	border-radius:0.5rem;
	background-size: 12px 41px;
	height: 45px;
	margin: 0 9px;
	position: relative;
	font-size: 0;
	margin-top: 1rem
}

.act-list li .txt {
	width: 60%;
	display: inline-block;
	text-align: center;
	font-size: 1.7375rem;
	color: #ffe3b0;
	vertical-align: middle;
	line-height: 39px;
	font-weight: bold
}
.act-list li .date {
	width: 40%;
	height: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
    font-size: 1.7375rem;
	border-right:#ffe3b0 1px solid;
	line-height:1.9rem;
	color: #ffe3b0;
	margin-top:5px;
}

.mod-qa {
	font-size: 0;
	background-size: auto 96%;
	margin: 1.5625rem 0;
	height:50px;
}

.mod-qa .mod-info{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	float:left; text-align:center;
}
.mod-qa .mod-info .game-tab-item{
	width:90%;
	display:block;
	-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #54170b;
    padding: 10px 0;
    background-image: url(../../images/jvj/partake-tab.png);
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
    margin:0 auto;
	font-size:1.7rem;
	line-height:1.7rem;
	}
.mod-qa .mod-info .game-tab-item:hover{ background:url(../../images/jvj/partake-tab-active.png) no-repeat;-webkit-background-size: 100% 100%;
    background-size: 100% 100%;}

.btn-link {
	margin: 0 1.9375rem;
	display: block;
	line-height: 44px;
	text-align: center;
	border: 2px solid #FC0;
	border-radius:0.5rem;
	box-sizing: border-box;
	color: #FC0;
	font-weight: bold;
	position: relative;
	font-size:1.7rem;
}


