body{
	width: 100%;
	/*max-width: 1920px;*/
	min-width: 1366px;
	margin: auto;
	overflow: auto;
	font-family: "Hiragino Sans GB","Microsoft YaHei","宋体",Arial,Tahoma,Helvetica,Geneva,sans-serif;
}

.left{
    float:left;
}
.right{
    float: right;
}
.clearFloat:after{
    content:'';
    display: block;
    clear: both;
}
.floatPatent{
    position: relative;
}
.floatCenter{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.textCenter{
    text-align: center;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.hide{
    display: none !important;
}
#YSF-BTN-HOLDER {
	display: none;
}

.df{display: flex;display: -webkit-flex;}
.df-jcsb{justify-content: space-between;
	-webkit-justify-content: space-between;}
.df-jcc{justify-content: center;
	-webkit-justify-content: center;}
.df-jcfe{justify-content: flex-end;
	-webkit-justify-content: flex-end;}
.df-jcsa{justify-content: space-around;
	-webkit-justify-content: space-around;}

.df-aic{align-items: center;
	-webkit-align-items: center;}
.df-aife{align-items: flex-end;
	-webkit-align-items: flex-end;}
.df-aifs{align-items: flex-start;
	-webkit-align-items: flex-start}

/* 导航 -------------------------------------------------------------*/

#head{
	width: 100%;
	min-width: 1366px;
	height: 75px;
	z-index: 100;
	background: #fff;
	position: fixed;
	border-bottom: solid 1px #f0f0f0;
}
#top{
	width: 1200px;
	height: 100%;
    line-height: 75px;
	margin: auto;
	position: relative;
}
#top #pcNav a{
    float:left;
    font-size: 20px;
}
#top #pcNav span{
    float: left;
	margin: 35px 14px 34px 14px;
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#444;
}
#pcNav .hoverShow img{
	width: 165px;
}
#pcNav .hoverShow{
    color:#fff;
    position: absolute;
    top: 58px;
    right: 544px;
    background-color:#550c9c;
    transition: all linear 0.3s;
    z-index: 5;
}
#pcNav #conservT .hoverShow{
    padding:5px;
    opacity: 0;
    transform: scale(0);
    transform-origin: top;
}
#pcNav #conservT p{
    height:35px;
    line-height: 35px;
    text-align: center;
}
#pcNav #conservT:hover .hoverShow{
    opacity: 1;
    transform: scale(1);
}

/* -------------------------------------------------------------*/

#main{
	width: 100%;
	margin: auto;
	padding-top: 75px;
}

/* 轮播 -------------------------------------------------------------*/

.banner{
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .carouselMain{
    background:center center no-repeat;
    width:100%;
    height:600px;
    background-size: cover;
}
.banner .carouselText {
	z-index: 3;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height:100%;
}
.carouselTextMain>h1{
    color:#fff;
    font-size: 32px;
}
.carouselTextMain>p{
    font-size: 18px;
    margin:20px 0 30px;
}
.banner .carouselTextMain{
    color:#fff ;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner .carouselMain{
    background:center center no-repeat;
    width:100%;
    height:600px;
    background-size: cover;
}
.downloadButton,.downloadExpButton{
    display:block;
    margin-bottom:10px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.downloadButton:hover {
  	color: #fff;
}
.downloadButton img{
  	vertical-align:middle
}
.version{
  	position: relative;
	margin-bottom: 10px;
}
.pcIco,.iosIco,.androidIco,.ewm-down{
  	cursor: pointer;
}
.iosExpIco,.androidExpIco{
	cursor: pointer;
	display: block;
}
.androidExpIco{
	margin-top: 8px;
}
.downBox-div{
	width: 92%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.downBox-div>div{
	width: 100%;
}
.downBox-div>div>div{
	height: 110px;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.dimbackBox{
	position: relative;
}
.dimback{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/* 游戏列表 -------------------------------------------------------------*/

.gameList{
	width: 1200px;
	margin: 40px auto;
}
.gameList ul{
	flex-wrap: wrap;
}
.gameList ul li{
	display: block;
	margin: 15px;
}
.gameList ul li .game-box{
	width: 320px;
	border: 1px solid #cad7e0;
	border-radius: 8px;
	/*cursor: pointer;*/
	transition: linear .3s all;
    -webkit-transition: linear .3s all;
    background: #f7f7f7;
}
.game-box:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background: #FFF;
}
.game-vedio img:hover{
	opacity: 0.8;
}
.game-title{
	text-align: center;
	font-weight: 400;
	padding: 13px 0;
	text-indent: 5px;
}
.game-title .cn{
	font-size: 18px;
	color: #464765;
	padding: 0 2.5px 0 0;
	transition: 0.5s all;
}
.game-title .cn:hover{
	color: #38b772;
}
.game-title .en{
	font-size: 14px;
	color: #38b772;
	padding: 0 0 0 2.5px;
}
.game-title .en:after{
	width: 0;
    height: 0; content: '';
    display: inline-block;
    border: 5px solid #f7f7f7;
    border-left: 5px solid #38b772;
    margin-left: 6px;
}
.game-face{
	width: 95%;
	display: block;
	margin:auto;
	position: relative;
}
.game-face img{
	display: block;
	width: 100%;
}
.game-face .game-start{
	position: absolute;
	width: 130px;
	bottom: 0
}
.game-ewm-box{
	width: 96%;
	height: 40px;
	margin: 20px auto;
}
.game-ewm-box-l{
	width: 50%;
	height: 100%;
	padding-right: 10px;
}
.game-ewm-box-r{
	border-left: 1px solid #c8d5e5;
	width: 50%;
	height: 100%;
	padding-left: 10px;
}
.icon-ewm{
	height: 100%;
	display: block;
	position: relative;
}
.icon-ewm-img{
	height: 100%;
}
.down-txt p,.wx-txt p{
	text-align: center;
	transition: 0.5s all;
}
.down-txt p:nth-child(1){
	font-size: 16px;
	font-weight: 400px;
	color: #444967;
}
.wx-txt p:nth-child(1){
	font-size: 16px;
	font-weight: 400px;
	color: #444967;
}
.down-txt p:nth-child(2),.wx-txt p:nth-child(2){
	font-size: 14px;
	color: #999999;
}
.ewm-box{
	width: 170px;
}
.ewm-down-show,.ewm-wx-show{
	position: absolute;
    top: 0;
    left: -50%;
	opacity: 0;
	z-index: -1;
	transform: translate(-26%,-105%);
    transition: all linear 0.3s;
}
.game-ewm-box-l:hover .ewm-wx-show{
	z-index: 3;
	opacity: 1;
    transform: translate(-26%,-100%);
}
.game-ewm-box-r:hover .ewm-down-show{
	z-index: 3;
	opacity: 1;
    transform: translate(-26%,-100%);
}
.game-ewm-box-l:hover .down-txt p:nth-child(1),.game-ewm-box-r:hover .wx-txt p:nth-child(1){
	color: #38b772;
}
.ewm-content{
    position: absolute;
	width: 150px;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
}
.ewm-content img{
	display: block;
	width: 100%;
	margin: auto;
}

/* footer 部分 -------------------------------------------------------------*/

.scrollTop {
    position: relative;
}
.pdTB_40 {
    padding: 40px 0;
}
.w_1040 {
    padding: 0 20px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
.w_1200 {
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.w_1160 {
    padding: 0 20px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.clearFloat:after {
    content: '';
    display: block;
    clear: both;
}
.textCenter {
    text-align: center;
}
.listTitle {
    margin-bottom: 35px;
}
.problems{
    padding-bottom: 0;
}
.problems div:last-child .problemsMain{
    margin-bottom: 0;
}
.problemsMain{
    margin-bottom: 95px;
}
.problemsMain a{
    float: left;
    height:140px;
    line-height: 140px;
    width:30%;
    background:#daf3ff;
    font-size: 26px;
    color:#222;
}
.problemsMain a:hover{
    background:#550c9c;
    color:#fff !important;
}
.problemsMain a:hover path{
    fill:#fff;
}
.problemsMain a:nth-child(2){
    margin:0 5%;
}
.problemsMain svg{
    position: relative;
    top:10px;
}
.problemMain{
    background:#f4f2f2;
    padding:40px 0;
}
.problemList{
    padding:30px;
    font-size: 15px;
}
.problemList li{
    margin-bottom:30px;
}
.problemList h3{
    font-size: 16px;
    color:#222;
    margin-bottom:10px;
}
.container {
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#footer a:hover{
    color:#606060 !important;
    text-decoration: underline;
}
#footer{
    background:#18191c;
    padding:40px 0;
    color:#606060;
	margin-top: 150px;
}
#footer .someLink{
    margin-bottom:40px;
}
#footer .someLink a{
    display: inline-block;
    font-size: 13px;
    color:#606060;
    margin:0 2px;
}
#footer .someLink a:not(:last-child):after{
    content:'|';
    margin-left:2px;
}
#footer .recordNum:before{
    content:url(../img/beiAn.png);
    position: relative;
    top:4px;
    margin-right:5px;
}
#footer .footerText{
    font-size: 13px;
    line-height: 25px;
    margin-bottom:30px;
}
#footer .footerText a{
	color:#606060;
	text-decoration: none;
}
#footer .footerText a:hover{
	color: red!important;
}

#rightFixed{
	position: fixed;
	right:20px;
	bottom:20%;
	z-index: 100;
}
#rightFixed li{
	width:50px;
	height:50px;
	margin:5px 0;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	background:#aaa center center no-repeat;
}
#rightFixed li:hover{
	background-color:#550c9c;
}
#rightFixed li .hoverShow{
	color:#fff;
	position: absolute;
	top:0;
	right:60px;
	background-color:#550c9c;
	transition: all linear 0.3s;
}
#rightFixed li.tel .hoverShow{
	height:50px;
	line-height: 50px;
	overflow: hidden;
	width:0;
	border-radius: 25px;
}
#rightFixed li.tel:hover .hoverShow{
	width:300px;
}

#rightFixed li.service .hoverShow{
	display: block;
	width: 165px;
}
#rightFixed li.ewm .hoverShow{
	width: 165px;
	padding:5px;
	opacity: 0;
	transform: scale(0);
	transform-origin: right top;
}
#rightFixed li.ewm p{
	height:35px;
	line-height: 35px;
}
#rightFixed li.ewm:hover .hoverShow{
	opacity: 1;
	transform: scale(1);
}

/* -------------------------------------------------------------*/

/* 加载特效 -------------------------------------------------------------*/

#onload-box{
	width: 100%;
	height: 100%;
	display: block;
	background: #f5f5f5;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#onload{
	width: 100px;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#onload span{
	position:absolute;
	width:20px;
	height:20px;
	background:#3498db;
	opacity:.5;
	border-radius:20px;
	-webkit-animation:onload 1s infinite ease-in-out;
	-moz-animation:onload 1s infinite ease-in-out;
	-ms-animation:onload 1s infinite ease-in-out;
	-animation:onload 1s infinite ease-in-out
}
#onload span:nth-child(2){
	left:20px;
	-webkit-animation-delay:.2s;
	-moz-animation-delay:.2s;
	-ms-animation-delay:.2s;
	animation-delay:.2s
}
#onload span:nth-child(3){
	left:40px;
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;
	-ms-animation-delay:.4s;
	animation-delay:.4s
}
#onload span:nth-child(4){
	left:60px;
	-webkit-animation-delay:.6s;
	-moz-animation-delay:.6s;
	-ms-animation-delay:.6s;
	animation-delay:.6s
}
#onload span:nth-child(5){
	left:80px;
	-webkit-animation-delay:.8s;
	-moz-animation-delay:.8s;
	-ms-animation-delay:.8s;
	animation-delay:.8s
}
@-webkit-keyframes onload{
	0%{
		opacity:.3;
		-webkit-transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
	50%{
		opacity:1;
		-webkit-transform:translateY(-10px);
		background:#f1c40f;
		box-shadow:0 20px 3px rgba(0,0,0,.05)
	}
	100%{
		opacity:.3;
		-webkit-transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
}
@-moz-keyframes onload{
	0%{
		opacity:.3;
		-moz-transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
	50%{
		opacity:1;
		-moz-transform:translateY(-10px);
		background:#f1c40f;
		box-shadow:0 20px 3px rgba(0,0,0,.05)
	}
	100%{
		opacity:.3;
		-moz-transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
}
@-ms-keyframes onload{
	0%{
		opacity:.3;
		-ms-transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
	50%{
		opacity:1;
		-ms-transform:translateY(-10px);
		background:#f1c40f;
		box-shadow:0 20px 3px rgba(0,0,0,.05)
	}
	100%{
		opacity:.3;
		-ms-transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
}
@keyframes onload{
	0%{
		opacity:.3;
		transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
	50%{
		opacity:1;
		transform:translateY(-10px);
		background:#f1c40f;
		box-shadow:0 20px 3px rgba(0,0,0,.05)
	}
	100%{
		opacity:.3;
		transform:translateY(0px);
		box-shadow:0 0 3px rgba(0,0,0,.1)
	}
}

/****************电视赛添加****************/
body{
	overflow-x:hidden;
}
.game-banner {
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}
.game-banner .carouselMain {
	background: center center no-repeat;
	width: 100%;
	height: 600px;
	background-size: cover;
}
.guitem{
	float: left;
	color: rgb(21,21,21);
	font-size: 16px;
	margin-left: 10px;
}
.guitem .guitem-top{
	font-size: 24px;
	margin-top: 5px;
	font-weight: 500;
}
.gameTitle{
	text-align: center;
	margin: 20px auto;
}
.sign_up{
	height: 60px;
	width: 240px;
	background-image:url('../img/TVGame/sign_up.png');
	background-position:left;
}
.sign_up:hover{
	background-position:center;
}
.video_play{
	height: 60px;
	width: 240px;
	background-image:url('../img/TVGame/video_play.png');
	background-position:left;
}
.video_play:hover{
	background-position:center;
}
.video_play_gray{
	height: 60px;
	width: 240px;
	background-image:url('../img/TVGame/video_play.png');
	background-position:right;
	cursor: unset;
}
.itemTitle{
	line-height: 10px;
	font-size: 20px;
	color: rgb(21,21,21);
	padding: 0 10px;
}
.game-detail{
	height: 60px;
	margin-bottom: 30px;
}
.game-ptitle{
	line-height: 40px;
	height: 40px;
	font-size: 22px;
	color: rgb(21,21,21);
	margin: 5px 15px;
}
.game-person{
	font-size: 16px;
	color: rgb(147,147,147);
	margin:0 15px;
}
.game-ptitle-left:hover{
	color: rgb(229,149,44);
}
.game-ptitle-right:hover{
	color: rgb(239,154,56);
}
.item_left{
	color:rgb(52,50,65);
	font-size: 24px;
	margin-left:15px;
}
.item_right{
	color: rgb(239,154,56);
	font-size: 20px;
	margin-right:15px;
	cursor: pointer;
}
.item_right:hover{
	color: rgb(199,162,99);
	text-decoration: underline;
}

/******开心****/
.kx-soon-sign{
	height: 85px;
	width: 308px;
	background-image: url('../img/TVGame/soon_sign.png');
	background-position: left;
}
.kx-soon-sign:hover{
	background-position:center;
}
.kx-soon-sign-tip{
	font-size: 18px;
	color: rgb(62,64,81);
}
.kx-search-pro{
	float: right;
	font-size: 20px;
	color: rgb(239,154,56);
	cursor: pointer;
}
.kx-search-pro:hover{
	color: rgb(199,162,99);
	text-decoration: underline;
}
.kx-level{
	text-align: right;
	font-size: 18px;
	color: rgb(38,38,38);
}
.kx-level span{
	color: rgb(74,97,237);
	font-size: 14px;
	font-weight: 600;
}
.kx-question{
	float: right;
	height: 29px;
	width: 29px;
	background-image: url('../img/TVGame/question.png');
	background-position: left;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.kx-question:hover{
	background-position:center;
}
.kx-cansai{
	position: relative;
	padding: 0 15px;
	margin-top: -440px;
	margin-bottom: 13px;
}
.kx-cansai-mid{
	text-align: center;
	height: 230px;
	line-height: 230px;
	margin-top: -20px;
}
.kx-cansai-mid img{
	max-width:221px;
	max-height:221px;
}
.kx-cansai-title{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.kx-cansai-detail{
	font-size: 16px;
	color: rgb(0,0,0);
	height: 80px;
	margin-bottom: 10px;
	text-align: justify;
}
.kx-cansai-btn{
	text-align: center;
	background-color: rgb(116,84,32);
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.kx-cansai-btn:hover{
	background-color: rgb(151,109,42);
}
.kx-item-left{
	color: rgb(92,92,92);
	font-size: 22px;
	margin-left: 15px;
}
.kx-guize{
	font-size: 16px;
	color: rgb(118,118,118);
	line-height: 30px;
	margin: 0 15px;
}
.kx-guize-item{
	margin-bottom: 10px;
}
.kx-guize-item-title{
	font-size: 24px;
	color: rgb(21,21,21);
}
.kx-guize-item-d{
	background-color: rgb(21,21,21);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 2px 5px 0;
}
.user-guide{
	margin: 0 15px;
	font-size: 24px;
	color: rgb(239,154,56);
}
.user-guide-d{
	background-color: rgb(239,154,56);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 2px 5px 0;
}
.user-guide-detail{
	margin: 15px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	color: rgb(21,21,21);
	border: solid 1px rgb(198,198,198);
	min-height: 100px;
}
.user-guide-detail-top{
	background: rgb(245,245,245);
	width: 100%;
	height: 48px;
	border-bottom: solid 2px #f0f0f0;
}
.user-guide-detail-item{
	background: rgb(255,255,255);
	color: rgb(62,64,81);
	cursor: pointer;
	font-size: 24px;
	text-align: center;
	width: 250px;
	height: 46px;
	line-height: 46px;
	float: left;
}
.user-guide-detail-item:hover{
	background: rgb(229,149,44);
	color: rgb(255,255,255);
}
.user-guide-detail .active{
	color: rgb(255,255,255);
	height: 60px;
	cursor: unset;
	background: url('../img/TVGame/guideback.png') no-repeat;
	background-position: center;
}
.user-guide-detail-item-img{
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	margin-top: 20px;
}
.user-guide-detail-item-upload{
	background-image: url('../img/TVGame/pcdown.png');
	background-position: left;
	width: 232px;
	height: 68px;
	cursor: pointer;
	margin: 20px 15px;
	margin-top: 40%;
}
.user-guide-detail-item-and{
	background-image: url('../img/TVGame/androiddown.png');
	background-position: left;
	width: 232px;
	height: 68px;
	cursor: pointer;
	margin: 38px 15px;
	margin-top: 45px;
}
.user-guide-detail-item-ios{
	background-image: url('../img/TVGame/iosdown.png');
	background-position: left;
	width: 232px;
	height: 68px;
	cursor: pointer;
	margin: 0px 15px;
}
.user-guide-detail-item-upload:hover,.user-guide-detail-item-and:hover,.user-guide-detail-item-ios:hover{
	background-position: center;
}
.user-guide-detail-show{
	margin-top: 30px;
	font-size: 18px;
	color: rgb(21,21,21);
}
.user-guide-detail-item-word{
	width: 210px;
	float: right;
	margin-top: 5px;
}
.kx-good{
	position: relative;
	padding: 0;
	margin-top: -320px;
	margin-bottom: 13px;
}
.kx-good-top{
	width: 100%;
	height: 175px;
	line-height: 175px;
	text-align: center;
	margin-top: 10px;
}
.kx-good-detail{
	font-size: 20px;
	color: rgb(104,71,23);
	text-align: center;
	height: 75px;
}
.kx-good-detail-money{
	font-size: 30px;
	color: rgb(255,255,150);
	font-weight: 600;
}
.kx-good-bottom{
	text-align: center;
	margin: 10px 0 24px 0;
	height: 26px;
}
.tv-sign-up{
	position: fixed;
	left: 20px;
	margin-top: 25%;
	z-index: 1000;
}
.tv-sign-up-img img{
	width: 152px;
}
.tv-sign-up-img{
	width: 180px;
	text-align: center;
}
.tv-sign-btn{
	height: 50px;
	width: 200px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	font-size: 24px;
	color: rgb(255,255,255);
	background-color: rgb(215,178,98);
	cursor: pointer;
}
.tv-sign-btn:hover{
	background-color: rgb(229,149,44);
}

/*****擂台*****/
.tv-sign-up{
	position: fixed;
	left: 20px;
	margin-top: 25%;
	z-index: 1000;
}
.tv-sign-up-img img{
	width: 152px;
}
.tv-sign-up-img{
	width: 180px;
	text-align: center;
}
.tv-sign-btn{
	height: 50px;
	width: 200px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	font-size: 24px;
	color: rgb(255,255,255);
	background-color: rgb(215,178,98);
	cursor: pointer;
}
.tv-sign-btn:hover{
	background-color: rgb(229,149,44);
}

/*******视频*******/
.vedioLine{
	width: 1200px;
	margin: 10px auto;
	padding-left: 15px;
	color: rgb(52,50,65);
	font-size: 24px;
	font-weight: 600;
}
.vedioLine span{
	margin-left: 10px;
	line-height: 50px;
}
.vedio-item-left{
	color: rgb(239,154,56);
	font-size: 24px;
	margin-left: 15px;
	border-bottom: solid 4px;
}
.vedio-item-right{
	color: rgb(187,187,187);
	font-size: 20px;
	margin-right: 15px;
	border: solid 1px rgb(221,221,221);
	padding: 0 5px;
}
.vedio-item-right input{
	margin: 5px;
	border: none;
	color: rgb(187,187,187);
}
.vedio-item-right img{
	margin: 5px;
	height: 25px;
	cursor: pointer;
}
.searchVedio{
	float: right;
	height: 35px;
	width: 36px;
	margin-top: 2px;
	background-image: url(../img/TVGame/searchVedio.png);
	background-position: left;
	cursor: pointer;
}
.searchVedio:hover{
	background-position:center;
}
#userlogin,#userCancel{
	color: rgb(239,154,56);
}
#userlogin:hover,#userCancel:hover{
	color: rgb(199,162,99);
}

/******登录框*****/
.slogin{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	background: rgba(0,0,0,0.2);
}
.slogin-cancel{
	font-size: 40px;
	color: rgb(221,221,221);
	position: absolute;
	text-align: right;
	margin-left: 580px;
	margin-top: -50px;
	padding: 5px;
	cursor: pointer;
}
.slogin-content{
	width: 678px;
	height: 479px;
	margin: 10% auto;
	padding: 40px 50px;
	background: #FFF;
	border-radius: 5px;
}
.slogin-content-user{
	border: solid 1px rgb(221,221,221);
	height: 74px;
	line-height: 74px;
	font-size: 24px;
	padding: 0 20px;
	margin: 10px 0;
	border-radius: 5px;
}
.slogin-content-user img{
	margin-top: -5px;
}
.slogin-content-user input{
	border: 0;
	margin-left: 20px;
	width: 450px;
}
.slogin-content-user .mobusername{
	width:450px;
	border-left: solid 1px rgb(221,221,221);
	padding-left: 20px;
}
.slogin-content .mobtitle{
	margin-bottom: 60px;
	text-align: center;
	font-size: 30px;
	color: rgb(62,60,60);
}
.slogin-content .mobtitle2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	color: rgb(62,60,60);
}
.simple-input-content .highlight {
	border-bottom: 2px solid silver;
	display: inline-block;
	height: 80px;
	width: 50px;
	font-size: 52px;
	color: rgb(187,189,182);
	text-align: center;
	margin: 3.5%;
	border-color: rgba(128, 0, 128, 0.25);
	cursor: pointer;
}
.slogin-content .mobcode{
	margin: 20px 0;
	text-align: center;
	font-size: 24px;
	color: rgb(178,179,182);
}
.slogin-content .mobbottom{
	margin-top: 80px;
	text-align: center;
	font-size: 20px;
	color: rgb(62,60,60);
}
.slogin-content-foget{
	font-size: 24px;
	color: rgb(251,79,79);
	text-decoration: underline;
	margin-left: 15px;
	cursor: pointer;
}
.slogin-content-login{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 28px;
	background: rgb(251,79,79);
	color: #FFF;
	margin: 10px 0;
	border-radius: 5px;
	cursor: pointer;
}
.slogin-content-other{
	color: rgb(159,159,160);
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}
.slogin-content-other span{
	padding: 0px 100px;
	border-bottom: solid 1px;
	margin-top: 15px;
}
.slogin-content-select{
	text-align: center;
	font-size: 20px;
	color: rgb(85,85,84);
}
.slogin-content-select-item{
	width:50%;
	cursor: pointer;
}
.img_show1{
	display: none;
	position: absolute;
	margin-left: -133px;
	margin-top: 20px;
	opacity: 1;
	z-index: 3000;
	transform: translate(-26%,-105%);
	transition: all linear 0.3s;
}
.img_show2{
	display: none;
	position: absolute;
	margin-left: 295px;
	margin-top: 430px;
	opacity: 1;
	z-index: 3000;
	transform: translate(-26%,-105%);
	transition: all linear 0.3s;
}
.img_show3{
	display: none;
	position: absolute;
	margin-left: 980px;
	margin-top: 425px;
	opacity: 1;
	z-index: 3000;
	transform: translate(-26%,-105%);
	transition: all linear 0.3s;
}
.img_show4{
	display: none;
	position: absolute;
	margin-left: 95px;
	margin-top: 190px;
	opacity: 1;
	z-index: 3000;
	transform: translate(-26%,-105%);
	transition: all linear 0.3s;
}
/***************报名框*************/
.gameSign{
	display: none;
	position: fixed;
	z-index: 900;
	width: 600px;
	height: 400px;
	border-top: solid 5px rgb(239, 154, 56);
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background: rgb(255,255,255);
}
.gameSign-title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: solid 1px rgb(212, 212, 212);
}
.gameSign-input{
	text-align: center;
	font-size: 24px;
	color: rgb(80, 80, 80);
}
.gameSign-input input{
	border: 0;
	border-bottom: solid 1px rgb(212,212,212);
	line-height: 50px;
	font-size: 24px;
	color: rgb(169,169,169) !important;
	width: 60%;
	padding: 0 10px;
	margin: 0px auto;
	margin-top:20px;
}
/*.gameSign-input input[placeholder]{*/
/*	color: rgb(169,169,169) !important;*/
/*}*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: rgb(169,169,169);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: rgb(169,169,169);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: rgb(169,169,169);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgb(169,169,169);
}
.gameSign-select{
	width: 70%;
	margin: 0px auto;
	margin-top:20px;
}
.gameSign-select select{
	width: 200px;
	height: 50px;
	font-size: 24px;
	padding: 0;
	background-color: #fff;
	color: rgb(169,169,169);
	border: none;
	border-bottom: solid 1px rgb(212,212,212);
}
.gameSign-select span{
	padding: 8px 60px;
	border-radius: 40px;
	font-size: 24px;
	cursor: pointer;
}
.gameSign-select .btn-ture{
	background: rgb(99,167,233);
	color: rgb(255,255,255);
	float: left;
}
.gameSign-select .btn-ture:hover{
	background: rgb(58,147,234);
}
.gameSign-select .btn-cancel{
	background: rgb(255,255,255);
	color: rgb(169,169,169);
	border: solid 1px rgb(169,169,169);
	float: right;
}
.gameSign-select .btn-cancel:hover{
	background: rgb(245,245,245);
}

/****************参赛进度*************/
.gameProcess{
	display: none;
	position: absolute;
	z-index: 2000;
	width: 380px;
	background: #FFF;
	border-top: solid 5px rgb(239, 154, 56);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	margin-top: -380px;
}
.gameProcess-title{
	text-align: center;
	line-height: 50px;
	border-bottom: solid 1px rgb(212,212,212);
}
.gameProcess-content{
	width: 80%;
	margin: 20px auto;
	text-align: left;
	font-size: 18px;
	color: rgb(140,140,140);
	margin-bottom: 0;
}
.gameProcess-content-list{
	width:200px;
	float:right;
	min-height: 20px;
}
.gameProcess-content-first,.gameProcess-content-other{
	height: 50px;
}
.gameProcess-content-first img{
	float: left;
	margin-top: -8px;
	margin-right: 3px;
}
.gameProcess-content-other img{
	float: left;
	margin-top: -28px;
	margin-right: 3px;
}

/*************其他***************/
.game-ewm-box-r{
	border: none;
}
#rightFixed li:hover{
	background-color: rgb(199,162,99) !important;
}
#rightFixed li .hoverShow{
	background-color: rgb(199,162,99) !important;
}
.swiper-pagination{
	display:none;
	bottom: 280px !important;
}

/*************分页***************/
.pageShow{
	width: 1200px;
	margin: 0px auto;
	height: 60px;
	margin-bottom: 20px;
	padding-right: 15px;
	text-align: center;
}
.pagination {
	margin: 10px auto;
}
.pagination>li {
	margin-left: 10px;
	display: inline-block;
	/*border: solid 1px rgb(198,198,198);*/
	/* color: rgb(255,255,255); */
	/*font-size: 20px;*/
	/* background: rgb(239,154,56); */
	/*width: 40px;*/
	/*height: 40px;*/
	/*line-height: 38px;*/
	/*text-align: center;*/
	/*border-radius: 5px;*/
}
.pagination li:first-child{
	margin-left: 0px;
}
.pagination span {
	padding: 5px 10px;
	border: solid 1px rgb(239,154,56);
	color: rgb(255,255,255);
	font-size: 20px;
	background: rgb(239,154,56);
	border-radius: 5px;
}
.pagination a {
	padding: 5px 10px;
	border: solid 1px rgb(198,198,198);
	color: rgb(162,156,152);
	font-size: 20px;
	background: rgb(245,245,245);
	border-radius: 5px;
}