body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	font-family: 'Microsoft YaHei',微软雅黑,'PingFangSC-Medium','Helvetica Neue','Hiragino Sans GB','Helvetica Neue','WenQuanYi Micro Hei',SimSun,sans-serif,'Lantinghei SC',STHeiti,'Open Sans',Arial;
	outline: none;
}

input {
	font-family: 'Microsoft YaHei',微软雅黑,'PingFangSC-Medium','Helvetica Neue','Hiragino Sans GB','Helvetica Neue','WenQuanYi Micro Hei',SimSun,sans-serif,'Lantinghei SC',STHeiti,'Open Sans',Arial;
	cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:focus {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #333;
}

header,
nav,
section,
article,
footer,
figure,
figcaption {
	display: block;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

i,
em,
u,
b {
	font-style: normal;
	font-weight: normal;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.hide {
	display: none;
}

.hid {
	display: none !important;
}

.por {
	position: relative;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.disable {
	cursor: not-allowed !important;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;
	font: normal 100%/1.4 sans-serif;
	background:rgba(250,250,250,1);
}
select {
	appearance:none;  
	-moz-appearance:none;  
	-webkit-appearance:none;
}
select::-ms-expand { display: none; }
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
div {
	box-sizing: border-box;
}
/* 导航 */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background:transparent;
	z-index: 9999;
	/* overflow: hidden; */
}
.nav-bg {
	background:rgba(24,24,24,1);
}
.nav-box {
	width: 75%;
	margin: 0 auto;
}
.nav-box img {
	height:32px;
	margin-top: 15px;
}
.nav-tip {
	float: right;
	width: 40%;
}
.nav-list {
	float: left;
	width: 25%;
	height: 60px;
	line-height: 60px;
	font-size:14px;
	color:rgba(255,255,255,1);
	cursor:pointer;
	position: relative;
	text-align: center;
}
.nav-list:hover {
	background:rgba(39,39,39,1);
	color:rgba(255,255,255,1);
}
a.nav-list:active,
a.nav-list:focus {
	color:rgba(255,255,255,1);
}
.nav-list-box {
	position: absolute;
	width: 150px;
	background:rgba(27,27,27,1);
	padding-left: 25%;
	padding-top: 15px;
	padding-bottom: 3px;
	z-index: 9999;
}
.nav-list-box a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size:14px;
	color:rgba(255,255,255,1);
	cursor: pointer;
	text-align: left;
	margin-bottom: 10px;
}
.nav-list .nav-list-box a:hover {
	color:rgba(203,34,34,1) !important;
}

/* header */
.header {
	width: 100%;
	height: 680px;
}
.header-box {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: #000;
}
.header-box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:110px !important;
}
.header-box .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	border-radius: 0;
	width: 50px;
	height: 4px;
	background-color:#fff;
	margin: 0 5px !important; 
}
.header-box .swiper-pagination .swiper-pagination-bullet-active{
	border-radius: 0;
	width: 50px;
	height: 5px;
	background:rgba(160,160,160,1);
	margin: 0 5px !important; 
	border: 0;
}
.header-box .swiper-head {
	width: 100%;
	height: 100%;
}
.header-box .swiper-wrapper .he-slide-item {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.header-box .swiper-wrapper .he-slide-item1 {
	background: url(https://static.wanplus.cn/images/business/header-bg1.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.header-box .swiper-wrapper .he-slide-item2 {
	background: url(https://static.wanplus.cn/images/business/header-bg2.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.header-box .swiper-wrapper .he-slide-item3 {
	background: url(https://static.wanplus.cn/images/business/header-bg3.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.header-box .swiper-wrapper .he-slide-item4 {
	background: url(https://static.wanplus.cn/images/business/header-bg4.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.header-box .swiper-wrapper .he-slide-item5 {
	background: url(https://static.wanplus.cn/images/business/header-bg5.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.header-team .header-team-title {
	font-size:12px;
	font-weight:300;
	color:rgba(255,255,255,.8);
	line-height:17px;
	margin-bottom: 16px;
} 
/* .header .carousel {
	width: 100%;
	height: 100%;
}
.header .carousel-inner {
	width: 100%;
	height: 100%;
}
.header .item {
	width: 100%;
	height: 100%;
}
.header .item .carousel-caption {
	width: 101%;
	height: 100%;
	right: 0;
	left: 0;
	bottom:0;
	padding-top: 0;
	padding-bottom: 0;
	text-shadow: 0;
	color:unset;
}
.header .item:nth-child(1) .carousel-caption{
	background: url(https://static.wanplus.cn/images/business/header-bg1.png) center top no-repeat;
	background-size: cover;
}
.header .item:nth-child(2) .carousel-caption{
	background: url(https://static.wanplus.cn/images/business/header-bg2.png) center top no-repeat;
	background-size: cover;
}
.header .item:nth-child(3) .carousel-caption{
	background: url(https://static.wanplus.cn/images/business/header-bg3.png) center top no-repeat;
	background-size: cover;
}
.header .item:nth-child(4) .carousel-caption{
	background: url(https://static.wanplus.cn/images/business/header-bg4.png) center top no-repeat;
	background-size: cover;
}
.header .item:nth-child(5) .carousel-caption{
	background: url(https://static.wanplus.cn/images/business/header-bg5.png) center top no-repeat;
	background-size: cover;
}

.header .carousel-indicators {
	bottom:120px;
}
.header .carousel-indicators li {
	display: inline-block;
  width: 50px;
	height: 5px;
	margin: 0;
  margin-right: 10px;
  cursor: pointer;
	background:rgba(58,58,58,1);
  border:0;
  border-radius: 0;
}
.header .carousel-indicators .active {
	width: 50px;
	height: 5px;
	background:rgba(160,160,160,1);
	margin: 0;
	margin-right: 10px;
}
*/
/* 纵向轮播图 */
.header-team{
	position: absolute;
	left: 0;
	bottom:20px;
	width: 100%;
	z-index: 100;
}
.header-team .header-team-box {
	width: 75%;
	height: 100%;
	margin: 0 auto;
}
.header-team .swiper-container {
	width: 100%;
	height: 30px;
}
.swiper-slide {
	width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.header-teambox {
	float: left;
	width: 7.72%;
	text-align: center;
	margin-right:1.5%; 
}
.header-team img {
	height: 28px;
}
.header-team .swiper-slide .header-teambox:nth-child(11){
	margin-right: 0;
}
/* 公共部分 */
.section h2 {
	font-size: 30px;
	font-family:PingFangSC-Medium;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	text-align: center;
}
/* 玩加核心产品*/
.product {
	padding: 68px 0;
	background:rgba(250,250,250,1);
}
.product-box {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 45px;
}
.product .product-list {
	float: left;
	width:30%;
	margin-right: 5%;
	display: block;
	text-align: center;
	background: #fff;
	padding: 60px 50px;
	box-sizing: border-box;
	position: relative;
}
.product .product-list:nth-child(3) {
	margin-right: 0;
}
.product .product-list img {
	width: 80px;
	height: 80px;
}
.product .product-list .product-list-title {
	font-size: 16px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
	margin: 30px 0;
}
@media screen and (max-width: 1050px) {
	.product .product-list  {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 800px) {
	.product .product-list  {
		padding: 15px;
	}
}
.product .product-list .product-list-text {
	font-size: 12px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 20px;
	height: 40px;
	text-align: left;
}
.product .product-list-go {
	width: 100%;
	text-align: center;
	font-size:14px;
	
	font-weight:400;
	color:rgba(203,34,34,1);
	line-height:23px;
	margin-top: 48px;
}
.product-tip {
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -100px;
	width: 100%;
	height: 200px;
	background: #fff;
	box-shadow:0px 2px 20px 0px rgba(0,0,0,0.14);
	border:1px solid rgba(250,250,250,1);	
	padding:60px 20px 40px;
}
.product-tip p {
	font-size:14px;
	
	font-weight:400;
	color:rgba(0,0,0,0.88);
	line-height:20px;
}
.product-tip .product-btn { 
	width: 100%;
	height: 32px;
	background:rgba(203,34,34,1);
	border-radius:4px;
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:22px;
	margin-top: 40px
}
.product-tip i {
	position: absolute;
	top:15px;
	right: 15px;
	display: block;
	right: 30px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: url(https://static.wanplus.cn/images/business/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
/* 赛事服务 */
.match {
	width: 100%;
	background:rgba(255,255,255,1);
	padding: 68px 0 80px;
}
.match-box {
	width: 75%;
	margin: 0 auto;
	margin-top: 27px;
}
.match-box-eg {
	text-align: center;
	margin-bottom: 27px;
}
.match-eg-list {
	display: inline-block;
	margin: 0 20px;
}
.match-eg-list span {
	font-size:12px;
	
	font-weight:400;
	color:#1F1F1F;
	line-height:17px;
	vertical-align: middle;
}
.match-eg-list i {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.match-eg-list .egred {
	background: url(https://static.wanplus.cn/images/business/egred.png) no-repeat;
	background-size: cover;
}
.match-eg-list .egblue {
	background: url(https://static.wanplus.cn/images/business/egblue.png) no-repeat;
	background-size: cover;
}
.match-line {
	width: 100%;
	height: 4px;
	position: relative;
	background:rgba(56,129,233,1);
	margin-bottom: 27px;
}
.match-linered {
	width: 33.33%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background:rgba(203,34,34,1);
}
.match-con {
	width: 100%;
	overflow: hidden;
}
.match-con .match-list {
	float: left;
	width: 16.66%;
	height: 400px;
	text-align: center;
}
.match-con .match-list:nth-child(1) {
	background: url(https://static.wanplus.cn/images/business/match-bg01.png) no-repeat;
	background-size: cover;
}
.match-con .match-list:nth-child(2) {
	background: url(https://static.wanplus.cn/images/business/match-bg02.png) no-repeat;
	background-size: cover;
}
.match-con .match-list:nth-child(3) {
	background: url(https://static.wanplus.cn/images/business/match-bg03.png) no-repeat;
	background-size: cover;
}
.match-con .match-list:nth-child(4) {
	background: url(https://static.wanplus.cn/images/business/match-bg04.png) no-repeat;
	background-size: cover;
}
.match-con .match-list:nth-child(5) {
	background: url(https://static.wanplus.cn/images/business/match-bg05.png) no-repeat;
	background-size: cover;
}
.match-con .match-list:nth-child(6) {
	background: url(https://static.wanplus.cn/images/business/match-bg06.png) no-repeat;
	background-size: 100% 100%;
}
.match-con .match-list img {
	width: 35px;
	height: 40px;
	margin-bottom: 30px;
}
.match-list-bg {
	width: 100%;
	height: 100%;
	padding-top:160px;
}
.match-list:nth-child(1) .match-list-bg:hover {
	background:rgba(203,34,34,.7);
}
.match-list:nth-child(2) .match-list-bg:hover {
	background:rgba(203,34,34,.7);
}
.match-list:nth-child(3) .match-list-bg:hover {
	background:rgba(56,129,233,.7);
}
.match-list:nth-child(4) .match-list-bg:hover {
	background:rgba(56,129,233,.7);
}
.match-list:nth-child(5) .match-list-bg:hover {
	background:rgba(56,129,233,.7);
}
.match-list:nth-child(6) .match-list-bg:hover {
	background:rgba(56,129,233,.7);
}
.match-list-text {
	font-size:16px;
	
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:22px;
}
/* 电竞媒体服务 */
.commedia {
	width: 100%;
	background:rgba(33,33,33,1);
	padding:87px 0 114px;
}
.commedia h2 {
	color:rgba(255,255,255,1);
}
/* 战队宣传轮播图 */
.teampro {
	width: 75%;
	margin: 0 auto;
	margin-top: 50px;
}
.commedia-title {
	font-size:20px;
	
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:20px;
	margin-bottom: 20px;
}
.teampro .carousel {
	height: 380px;
}
@media screen and (max-width: 1600px) {
	.teampro .carousel {
		height: 365px;
	}
}
@media screen and (max-width: 1550px) {
	.teampro .carousel {
		height: 350px;
	}
}
@media screen and (max-width: 1500px) {
	.teampro .carousel {
		height: 335px;
	}
}
@media screen and (max-width: 1450px) {
	.teampro .carousel {
		height: 320px;
	}
}
@media screen and (max-width: 1400px) {
	.teampro .carousel {
		height: 305px;
	}
}
@media screen and (max-width: 1350px) {
	.teampro .carousel {
		height: 290px;
	}
}
@media screen and (max-width: 1300px) {
	.teampro .carousel {
		height: 275px;
	}
}
@media screen and (max-width: 1250px) {
	.teampro .carousel {
		height: 260px;
	}
}
@media screen and (max-width: 1200px) {
	.teampro .carousel {
		height: 245px;
	}
}
@media screen and (max-width: 1150px) {
	.teampro .carousel {
		height: 230px;
	}
}
@media screen and (max-width: 1050px) {
	.teampro .carousel {
		height: 215px;
	}
}
@media screen and (max-width: 1000px) {
	.teampro .carousel {
		height: 200px;
	}
}
@media screen and (max-width: 950px) {
	.teampro .carousel {
		height: 185px;
	}
}
@media screen and (max-width: 900px) {
	.teampro .carousel {
		height: 170px;
	}
}
@media screen and (max-width: 850px) {
	.teampro .carousel {
		height: 155px;
	}
}
@media screen and (max-width: 800px) {
	.teampro .carousel {
		height: 140px;
	}
}
.teampro .carousel-inner {
	width: 100%;
	height: 100%;
}
.teampro .item {
	height: 100%;
}
.teampro .carousel-caption {
	position: absolute;
  right: 0;
  bottom: unset;
  left: 0;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
	text-align: left;
	height: 100%;
}
.teampro .carousel-control {
	position: absolute;
  top: unset;
  bottom: unset;
  left: unset;
	width: 40px;
	height: 40px;
  font-size: 20px;
	text-shadow: unset;
	opacity: unset;
}
.teampro .carousel-control.left {
	top:50%;
	left: -75px;
	margin-top: -25px;
	background: url(https://static.wanplus.cn/images/business/left.png) no-repeat;
	background-size: cover;
}
.teampro .carousel-control.left:hover {
	background: url(https://static.wanplus.cn/images/business/leftlight.png) no-repeat;
	background-size: cover;
}
.teampro .carousel-control.right {
	top:50%;
	right: -75px;
	margin-top: -25px;
	background: url(https://static.wanplus.cn/images/business/right.png) no-repeat;
	background-size: cover;
}
.teampro .carousel-control.right:hover {
	background: url(https://static.wanplus.cn/images/business/rightlight.png) no-repeat;
	background-size: cover;
}
.teampro .carousel-indicators{
	position: absolute;
	top:-35px;
  bottom: 0;
  left: 100px;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  list-style: none;
}
.teampro .carousel-indicators li {
	display: inline-block;
  width:60px;
  height: 20px;
  margin: 0;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  border:0;
	border-radius: 0;
	font-size:12px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	/* margin-right: 20px; */
}
.teampro .carousel-indicators .active {
	color:rgba(203,34,34,1);
}
/* lol */
/* .lolteam .lolteam-imgbox:nth-child(1),
.lolteam .lolteam-imgbox:nth-child(2),
.lolteam .lolteam-imgbox:nth-child(3){
	width: 15.33%;
	float: left;
	height: 100%;
	margin-right: 2%;
}
.lolteam .lolteam-imgbox:nth-child(4) {
	width: 48%;
	float: left;
	height: 100%;
} */
/* 选手的 */
.lolplay .lolplay-imgbox {
	width: 15.5%;
	float: left;
	height: 100%;
	margin-right: 1%;
	border: solid 3px #fff;
	box-sizing: border-box;
}
.lolplay .lolplay-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/plol1.jpg) center center no-repeat;
	background-size: cover;
}
.lolplay .lolplay-imgbox:nth-child(2) {
	background: url(https://static.wanplus.cn/images/business/plol2.jpg) center center no-repeat;
	background-size: cover;
}
.lolplay .lolplay-imgbox:nth-child(3) {
	background: url(https://static.wanplus.cn/images/business/plol3.jpg) center center no-repeat;
	background-size: cover;
}
.lolplay .lolplay-imgbox:nth-child(4) {
	background: url(https://static.wanplus.cn/images/business/plol4.jpg) center center no-repeat;
	background-size: cover;
	width: 50.5%;
	float: right;
	margin-right: 0;
}
.lolteam .lolteam-imgbox {
	width: 15.5%;
	float: left;
	height: 100%;
	margin-right: 1%;
	border: solid 3px #fff;
	box-sizing: border-box;
}
.lolteam .lolteam-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/lol1.jpg) center center no-repeat;
	background-size: cover;
}
.lolteam .lolteam-imgbox:nth-child(2) {
	background: url(https://static.wanplus.cn/images/business/lol2.jpg) center center no-repeat;
	background-size: cover;
}
.lolteam .lolteam-imgbox:nth-child(3) {
	background: url(https://static.wanplus.cn/images/business/lol3.jpg) center center no-repeat;
	background-size: cover;
}
.lolteam .lolteam-imgbox:nth-child(4) {
	background: url(https://static.wanplus.cn/images/business/lol4.jpg) center center no-repeat;
	background-size: cover;
	width: 50.5%;
	float: right;
	margin-right: 0;
}

/* pungplay */
.pubgplay .pubgplay-imgbox {
	display: block;
	float: left;
	width: 15.83%;
	height: 100%;
	margin-right: 1%;	
	border: solid 3px #fff;
}
.pubgplay .pubgplay-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/ppubg1.png) center center no-repeat;
	background-size: cover;
}
.pubgplay .pubgplay-imgbox:nth-child(2){
	background: url(https://static.wanplus.cn/images/business/ppubg2.png) center center no-repeat;
	background-size: cover;
}
.pubgplay .pubgplay-imgbox:nth-child(3){
	background: url(https://static.wanplus.cn/images/business/ppubg3.png) center center no-repeat;
	background-size: cover;
}
.pubgplay .pubgplay-imgbox:nth-child(4){
	background: url(https://static.wanplus.cn/images/business/ppubg4.png) center center no-repeat;
	background-size: cover;
}
.pubgplay .pubgplay-imgbox:nth-child(5){
	background: url(https://static.wanplus.cn/images/business/ppubg5.png) center center no-repeat;
	background-size: cover;
}
.pubgplay .pubgplay-imgbox:nth-child(6){
	background: url(https://static.wanplus.cn/images/business/ppubg6.png) center top no-repeat;
	background-size: cover;
	margin-right: 0;
}
.pubgteam .pubgteam-imgbox {
	display: block;
	float: left;
	width: 15.83%;
	height: 100%;
	margin-right: 1%;	
	border: solid 3px #fff;
}
.pubgteam .pubgteam-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/pubg1.jpg) center center no-repeat;
	background-size: cover;
}
.pubgteam .pubgteam-imgbox:nth-child(2){
	background: url(https://static.wanplus.cn/images/business/pubg2.jpg) center center no-repeat;
	background-size: cover;
}
.pubgteam .pubgteam-imgbox:nth-child(3){
	background: url(https://static.wanplus.cn/images/business/pubg3.jpg) center center no-repeat;
	background-size: cover;
}
.pubgteam .pubgteam-imgbox:nth-child(4){
	background: url(https://static.wanplus.cn/images/business/pubg4.jpg) center center no-repeat;
	background-size: cover;
}
.pubgteam .pubgteam-imgbox:nth-child(5){
	background: url(https://static.wanplus.cn/images/business/pubg5.jpg) center center no-repeat;
	background-size: cover;
}
.pubgteam .pubgteam-imgbox:nth-child(6){
	background: url(https://static.wanplus.cn/images/business/pubg6.jpg) center top no-repeat;
	background-size: cover;
	margin-right: 0;
}
/* kogplay */
.kogplay .kogplay-imgbox {
	display: block;
	float: left;
	width: 15.83%;
	height: 100%;
	margin-right: 1%;	
	border: solid 3px #fff;
}
.kogplay .kogplay-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/pkog1.png) center center no-repeat;
	background-size: cover;
}
.kogplay .kogplay-imgbox:nth-child(2){
	background: url(https://static.wanplus.cn/images/business/pkog2.png) center center no-repeat;
	background-size: cover;
}
.kogplay .kogplay-imgbox:nth-child(3){
	background: url(https://static.wanplus.cn/images/business/pkog3.png) center center no-repeat;
	background-size: cover;
}
.kogplay .kogplay-imgbox:nth-child(4){
	background: url(https://static.wanplus.cn/images/business/pkog4.png) center center no-repeat;
	background-size: cover;
}
.kogplay .kogplay-imgbox:nth-child(5){
	background: url(https://static.wanplus.cn/images/business/pkog5.png) center center no-repeat;
	background-size: cover;
}
.kogplay .kogplay-imgbox:nth-child(6){
	background: url(https://static.wanplus.cn/images/business/pkog6.png) center center no-repeat;
	background-size: cover;
	margin-right: 0;
}
.kogteam .kogteam-imgbox {
	display: block;
	float: left;
	width: 49.5%;
	height: 100%;
	margin-right: 1%;	
	border: solid 3px #fff;
}
.kogteam .kogteam-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/kog1.jpg) center center no-repeat;
	background-size: cover;
}
.kogteam .kogteam-imgbox:nth-child(2){
	background: url(https://static.wanplus.cn/images/business/kog2.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 0;
}
/* .kogteam img {
	display: block;
	float: left;
	width: 49%;
	max-height: 380px;
	margin-right: 2%;
	border: solid 3px #fff;
}
.kogteam img:last-child{
	margin-right: 0;
} */

/* qq */
.qqcarplay .qqcarplay-imgbox {
	width: 15.5%;
	float: left;
	height: 100%;
	margin-right: 1%;
	border: solid 3px #fff;
	box-sizing: border-box;
}
.qqcarplay .qqcarplay-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/pqqcar1.jpg) center center no-repeat;
	background-size: cover;
}
.qqcarplay .qqcarplay-imgbox:nth-child(2){
	background: url(https://static.wanplus.cn/images/business/pqqcar2.jpg) center center no-repeat;
	background-size: cover;
}
.qqcarplay .qqcarplay-imgbox:nth-child(3){
	background: url(https://static.wanplus.cn/images/business/pqqcar3.jpg) center center no-repeat;
	background-size: cover;
}
.qqcarplay .qqcarplay-imgbox:nth-child(4){
	background: url(https://static.wanplus.cn/images/business/pqqcar4.jpg) center center no-repeat;
	background-size: cover;
	width: 50.5%;
	float: right;
	margin-right: 0;
}
.qqcarteam .qqcarteam-imgbox {
	width: 49.5%;
	float: left;
	height: 100%;
	margin-right: 1%;
	border: solid 3px #fff;
	box-sizing: border-box;
}
.qqcarteam .qqcarteam-imgbox:nth-child(1){
	background: url(https://static.wanplus.cn/images/business/qqcar1.jpg) center center no-repeat;
	background-size: cover;
}
.qqcarteam .qqcarteam-imgbox:nth-child(2){
	background: url(https://static.wanplus.cn/images/business/qqcar2.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 0;
}
/* .qqcarteam img{
	display: block;
	float: left;
	width: 49%;
	max-height: 380px;
	margin-right: 2%;
	border: solid 5px #fff;
}
.qqcarteam img:last-child{
	margin-right: 0;
} */


/* 最下面的 */ 
.commedia-go {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 30px;
	border:1px solid rgba(255,255,255,1);
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height:30px;	
	margin-bottom: 77px;
	margin-top: 66px;
}
.commedia-go:hover {
	color:rgba(255,255,255,1);
}
.commedia-bot {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.commedia-bot .commedia-bot-list {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.commedia-bot .commedia-bot-list:nth-child(2){
	margin-right: 0;
}
.commedia-bot-list .commedia-bot-title {
	font-size:20px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:22px;
	margin-bottom: 22px;
}
.commedia-bot-main {
	display: block;
	width: 100%;
	height: 144px;
}
.commedia-bot-main .commedia-bot-le {
	width: 40%;
	height: 100%;
	float: left;
	position: relative;
}
.commedia-bot-main .commedia-bot-le img {
	width: 100%;
	height: 100%;
}
.commedia-bot-main .commedia-bot-le i {
	position: absolute;
	top:6px;
	left: 7px;
	background:rgba(222,67,49,.75);
	padding: 3px;
	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:12px;
}
.commedia-bot-main .commedia-bot-ri {
	width: 60%;
	height: 100%;
	float: left;
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:24px;
	background:#292929;
	padding: 16px  19px;
}
.commedia-bot-main .commedia-bot-ri:hover {
	background:#313131;
}
/* 微博链接 */
.commedia-wb {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
	overflow: hidden;
}
.commedia-wb-title {
	font-size:20px;
	color:#fff;
	line-height:20px;
	margin-bottom: 22px;
}
.commedia-wb-list {
	float: left;
	width: 32%;
	height: 120px;
	margin-right: 2%;
	padding: 20px 15px;
	background:#292929;
}
.commedia-wb-list:hover {
	background: #313131;
}
.commedia-wb-list:last-child{
	margin-right: 0;
}
.commedia-wb-list .wb-list-img {
	width: 25%;
	float: left;
	margin-right: 5%;
	line-height: 80px;
}
.commedia-wb-list .wb-list-img img {
	/* width: 80px; */
	max-height: 80px;
	border-radius: 50%;
}
.commedia-wb-list .wb-list-text {
	float: left;
	width: 70%;
}
.commedia-wb-list .wb-list-text .wb-list-name {
	font-size:16px;
	color:#fff;
	line-height:16px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.commedia-wb-list .wb-list-text .wb-list-num {
	font-size:14px;
	
	color:#666666;
	line-height:14px;
	margin: 9px 0 13px;
}
.commedia-wb-list .wb-list-text .wb-list-rank {
	font-size:14px;
	color:#CE2C1F;
	line-height:14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* @media screen and (max-width: 1400px) {
	.commedia-wb-list .wb-list-img img {
		height: 185px;
	}
} */
/* 俱乐部服务 */
.club {
	width: 100%;
	padding: 70px 0 84px;
	background: rgba(250,250,250,1);
}
.club .club-box {
	width: 75%;
	margin: 0 auto;
	margin-top: 40px;
}
.club .club-list {
	float: left;
	width:30%;
	margin-right: 5%;
	display: block;
	background: #fff;
	box-sizing: border-box;
	box-shadow:0px 0px 30px 0px rgba(0,0,0,0.06);
}
.club .club-list:nth-child(3) {
	margin-right: 0;
}
.club-list-top {
	padding: 40px 0 40px;
	background:rgba(251,251,251,1);
	text-align: center;
}
.club .club-list-top img {
	width: 80px;
	height: 80px;
	margin-bottom: 23px;
}
.club .club-list-top .club-list-title {
	font-size:16px;
	
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:22px;
}
.club-list-bot {
	padding: 32px;
	height: 240px;
}
.club-list-con {
	margin-bottom: 22px;
}
.club-list-con:nth-child(3) {
	margin-bottom:0;
}
.club-list-con .club-list-minit {
	font-size:14px;
	
	font-weight:400;
	color:#1F1F1F;
	line-height:14px;
	margin-bottom: 9px;
}
.club-list-con .club-list-text {
	font-size:12px;
	
	font-weight:400;
	color:#9E9E9E;
	line-height:19px;
}
@media screen and (max-width: 1360px) {
	.club-list-bot {
		padding: 16px;
	}
	.club-list-con {
		margin-bottom: 18px;
	}
}
/* 品牌商服务 */
.brand {
	padding: 68px 0;
	background:rgba(255,255,255,1);
}
.brand-box {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 45px;
}
.brand .brand-list {
	float: left;
	width:30%;
	margin-right: 5%;
	display: block;
	text-align: center;
	background: #fff;
	padding: 0  50px;
	box-sizing: border-box;
}
@media screen and (max-width: 1425px) {
	.brand .brand-list {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1255px) {
	.brand .brand-list {
		padding: 0 15px;
	}
}
.brand .brand-list:nth-child(3) {
	margin-right: 0;
}
.brand .brand-list img {
	width: 80px;
	height: 80px;
}
.brand .brand-list .brand-list-title {
	font-size: 16px;
	
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
	margin: 30px 0 10px;
}
.brand .brand-list .brand-list-text {
	font-size:12px;
	
	color:#9E9E9E;
	line-height:20px;
	text-align: left;
}
/* 合作媒体模块 */
.assmedia {
	width: 100%;
	background:rgba(33,33,33,1);
	padding: 164px 0 150px;
}
.assmedia h2 {
	color:rgba(255,255,255,1);
}
.assmedia-box {
	width: 75%;
	margin: 0 auto;
	margin-top: 42px;
	overflow: hidden;
}
.assmedia-box img {
	display: block;
	float: left;
	width: 15.83%;
	margin-right: 1%;
	margin-bottom: 1%;
	/* cursor: pointer; */
}
.assmedia-box img:nth-child(6n) {
	margin-right: 0;
}
/* 合作战队模块 */
.assteam {
	width: 100%;
	background:rgba(255,255,255,1);
	padding: 77px 0 0;
}
.assteam-box {
	width: 75%;
	margin: 0 auto;
	margin-top: 42px;
	overflow: hidden;
}
.assteam-box img {
	display: block;
	float: left;
	width: 9.77%;
	margin-right: 1.5%;
	margin-bottom: 2%;
	/* cursor: pointer; */
}
.assteam-box img:nth-child(9n) {
	margin-right: 0;
}
/* 合作直播平台模块 */
.asslive {
	width: 100%;
	background:rgba(255,255,255,1);
	padding: 77px 0 80px;
}
.asslive-box {
	width: 75%;
	margin: 0 auto;
	margin-top: 42px;
	overflow: hidden;
}
.asslive-box .asslive-img {
	float: left;
	width: 12.57%;
	margin-right: 2%;
	margin-bottom: 2%;
	/* cursor: pointer; */
	text-align: center;
}
.asslive-box img {
	height: 42px;
}
.asslive-box .asslive-img:nth-child(7) {
	margin-right: 0;
}
/* 公共footer */
.footer {
	height:242px;
	background:rgba(24,24,24,1);
}
.footer .box {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	padding:35px 0 10px; 
}
.footer-text {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-top: solid 1px rgba(136,136,136,.8);
	font-size:12px;
	font-family:PingFangSC-Regular;
	color:rgba(136,136,136,1);
}
.footer .box .footer-list:nth-child(1){
	float: left;
	width:25%;
}
.footer .box .footer-list:nth-child(2){
	float: left;
	width: 20%;
}
.footer .box .footer-list:nth-child(3){
	float: left;
	width:22%;
}
.footer .box .footer-list:nth-child(4){
	float: left;
	width:15%;
}
.footer .box .footer-list:nth-child(5){
	float: left;
	width:18%;
}
.footer-list-logo {
	/* width: 180px; */
	margin-bottom: 20px;
}
.footer-list .footer-list-num {
	font-size:12px;
	
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:12px;
	margin-bottom: 20px;
}
.footer-list-title {
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:16px;
	margin-bottom: 30px;
}
.footer-list-con {
	float: left;
	width: 50%;
}
.footer-list-con a {
	display: block;
	font-size:12px;
	
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:12px;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer-list .footer-list-qrbox {
	float: left;
	width: 50%;
	text-align: center;
}
.footer-list .footer-list-qr {
	width: 88px;
	height: 88px;
	margin-bottom: 22px;
}

.footer-list .footer-list-qrtext {
	width: 100%;
	font-size:12px;
	
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:12px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1360px) {
	.footer-list .footer-list-qr {
		width: 70px;
		height: 70px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 1100px) {
	.footer-list .footer-list-qr {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
	.footer .box .footer-list:nth-child(4){
		width:13%;
	}
	.footer .box .footer-list:nth-child(5){
		width:20%;
	}
}
/* 联系我们弹框 */
.contact {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.3);
	padding-top: 50px;
	z-index: 999999;
}
.form-horizontal {
	position: relative;
	width: 440px;
	background: #fff;
	margin: 0 auto;
	padding: 35px 30px;
}
.contact select{
	background: url("https://static.wanplus.cn/images/business/Down.png") no-repeat right center transparent;
	background-size: 8%;
  padding-right: 20px;
}
.contact .form-group .col-sm-10{
	padding-left: 0;
}
/* 信息填写 */
.close-contact {
	position: absolute;
	top:30px;
	right: 30px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: url(https://static.wanplus.cn/images/business/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.contact-title {
	width: 100%;
	font-size:20px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:28px;
	text-align: center;
	margin-bottom: 10px;
}
.contact-text {
	width: 100%;
	font-size:12px;
	
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:17px;
	text-align: center;
	margin-bottom: 40px;
}
.form-horizontal .form-group {
	margin-left: unset;
	margin-right: unset;
}
.form-horizontal .control-label {
	padding-left:0; 
	padding-right:0; 
	text-align: left;
	color:rgba(51,51,51,0.85);
	font-size: 14px;
}
.control-label i{
	font-size:12px;
	
	font-weight:400;
	color:#FF0A0A;
}
.textbox {
	margin-top: 14px;
}
.form-horizontal .nextbtn {
	width: 100%;
	height: 32px;
	background:rgba(203,34,34,1);
	border-radius:4px;
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:22px;	
}
.tip {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.tip span {
	display: block;
	width: 100%;
	height: 22px;
	color:rgba(204,43,43,1);
	line-height:22px;
	text-align: center;
	background:rgba(255,57,57,0.4);
	font-size:12px;
	
}
/* 手机号验证码验证 */
.textcode {
	margin-top: 130px;
}
.textcode .contact-title {
	margin-bottom: 35px;
}
.textcode .getbtn {
	width: 90%;
	height: 32px;
	background:rgba(203,34,34,1);
	border-radius:4px;
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:22px;	
	margin:0 auto;
	margin-top: 40px;
	display: block;
}
.textcode .control-label {
	color:rgba(56,129,233,1);
	cursor: pointer;
	background: rgba(255,255,255,1);
	font-size: 15px;
}
/* 紧急联系人 */
.eminfo {
	width: 690px;
	margin-top: 130px;
}
.infobox {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 60px;
}
.info-list{
	float: left;
	width: 30%;
	text-align: center;
	margin-right: 5%;
	cursor: pointer;
}
.info-list:last-child{
	margin-right: 0;
}
.info-list img {
	width: 40px;
	height: 36px;
	margin-bottom: 18px;
}
.info-list .info-list-title {
	font-size:14px;
	
	font-weight:600;
	color:rgba(203,34,34,1);
	line-height:23px;
	margin-bottom: 18px;
}
.info-list .info-list-text p{
	font-size:14px;
	
	font-weight:400;
	color:rgba(0,0,0,0.88);
	line-height:23px;
	text-align: left;
}	
.form-horizontal .getsure {
	display: block;
	width: 60%;
	height: 32px;
	background:rgba(203,34,34,1);
	border-radius:4px;
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 0 auto;
}
input[type="button"]:disabled{
	color: #ccc;
	width: 90px;
}

/* 联系我们悬浮按钮 */
.btn-tip {
	position: fixed;
	bottom:2%;
	right:2%;
	width: 80px;
	height: 80px;
	background: url(https://static.wanplus.cn/images/business/btn-tip-light.png) no-repeat;
	background-size:100% 100%; 
	text-align: center;
	z-index:100000;
	cursor: pointer;
}
.btn-tip:hover {
	background: url(https://static.wanplus.cn/images/business/btn-tip.png) no-repeat;
	background-size:100% 100%; 
}
.btn-tip .btn-tip-icon {
	display: inline-block;
	width: 30px;
	height: 32px;
	background: url(https://static.wanplus.cn/images/business/btn-tip-icon.png) no-repeat;
	background-size:100% 100%; 
	margin: 10px 0 4px;
}
.btn-tip p {
	font-size:14px;
	;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:20px;
}
.bot252 {
	bottom:252px;
}