@font-face {
	font-family:ywts;
	src: url("../fonts/FELIXTI.TTF");
}
.head{
	width: 100%;
	height: 140px;
	background: #fff;
}
.head .img-box img{
	max-width: 100%;
	height:auto;
	display:block;
}
.search{
	/* float: right; */
	position: relative;
	/* border: 1px solid #dcdcdc; */
	width: 100%;
	height: 55px;
	line-height:55px;
	border-radius: 3px;
	margin-top: 20px;
	background:#e9e9e9;
}
.search .tip{
	width:35%;
	height:55px;
	float:left;
	font-size: 18px;
	text-align:center;
}
.search .search-inp{
	width: 45%;
	height: 35px;
	background: #fff;
	border-radius:5px;
	padding: 0px 5px;
	border:none;
}
.search .search-btn{
	width: 15%;
	height: 35px;
	border: none;
	border-radius:5px;
	background: #cdad70;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.search .tip .t1{
	color: #999;
}
.search .tip .t2{
	color: #cccccc;
}
.nav{
	width: 100%;
	color: #cdad70;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	box-shadow: 0px 5px 5px #f0f0f0;
	overflow: hidden;
	z-index: 10;
	position: relative;
}
.nav li{
	float: left;
	position: relative;
	margin:0px 28px;
}
.nav li a{
	color: #cdad70;
	display: inline-block;
	float: left;
}
.nav li a .c{
	text-transform: uppercase;
}
.nav li a:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background: #cdad70;
	opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.nav li.on a:after{
	opacity: 1;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.nav li a:hover:after{
	opacity: 1;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.nav .xg:last-child{
	display: none;
}
.nav .nav-bar{
	width: 50px;
	height: 50px;
	float: right;
	border-left: 1px solid #d2ab72;
	overflow: hidden;
	display: none;
}
.nav .nav-bar span{
	width: 35px;
	height: 2px;
	background: #d2ab72;
	display: block;
	margin: 10px auto;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}
.nav.open .nav-bar span:first-child{
	transform: translateY(15px) rotate(-45deg);
}
.nav.open .nav-bar span:nth-child(2){
	opacity: 0;
}
.nav.open .nav-bar span:last-child{
	transform: translateY(-9px) rotate(45deg);
}
.nav:before{
	content: "__";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 25px;
	border-top: 1px dashed #cdad70;
	z-index: -1;
}
.nav .container{
	background: #fff;
}
.banner{
	position: relative;
}
.banner .slide-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner .slide-banner li{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.banner .slide-banner li.active{
	z-index: 1;
	opacity: 1;
}
.banner .slide-banner img{
	width: 100%;
	display: block;
}
.swiper-pagination{
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	text-align: center;
}
.left-btn{
	width: 36px;	
	height: 40px;
	background: url(../images/left-btn.png) no-repeat;
	position: absolute;
	top: 45%;
	left: 60px;
	z-index: 3;
	cursor: pointer;
}
.right-btn{
	width: 36px;	
	height: 40px;
	background: url(../images/right-btn.png) no-repeat;
	position: absolute;
	top: 45%;
	right: 60px;
	z-index: 3;
	cursor: pointer;
}
.ind-top{
	margin-top: 30px;
}
.font-style{
	font-family: "ywts";
	text-transform: uppercase;
}
.ind-head{
	color: #ceae71;
	font-size: 20px;
	width: 90%;
	margin: 0 auto;
	background: url(../images/hxbg.jpg) center repeat-x;
}
.ind-head .font-style{
	font-weight: bold;
}
.ind-head .text-box{
	display: inline-block;
	padding:0px 5px;
	background: #fff;
}
.select-tab>ul li{
	font-size: 16px;
	color: #ceae71;
	/*float: left;*/
	display: inline-block;
}
.select-tab>ul li a{
	color: #ceae71;
	font-family: "ywts";
	font-size: 16px;
	display: inline-block;
	margin: 10px 20px;
}
.select-tab .xg{
	font-size: 16px;
	color: #ceae71;
}
.select-tab li:last-child .xg{
	display: none;
}
.match-info .match-li{
	padding:0px 5px;
	height: auto;
	margin: 5px 0px;
}
.match-info .match-li a{
	display: block;
	position: relative;
	color: #fff;
}
.match-info .match-li img{
	width: 100%;
	height: 360px;
	display: block;
}
.match-info .match-li .text-box{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-image: -moz-linear-gradient(top, rgba(0,0, 0, 0) 0%, rgba(0,0, 0, 1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0, 0, 0) 0%, rgba(0,0, 0, 1) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0, 0, 0) 0%, rgba(0,0, 0, 1) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0, 0, 0) 0%, rgba(0,0, 0, 1) 100%);
}
.match-info .match-li .text-box p i{
	width: 25px;
	height: 25px;
	background: url(../images/info-ico.png) no-repeat;
	display: inline-block;
	margin: 12px 5px 0px 10px;
	float: left;
}
.match-info .match-li .text-box p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ind-referee-show .ind-referee-li{
	width: 19.2%;
	height: 250px;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ind-referee-show .ind-referee-li:nth-child(5n){
	margin-right: 0;
}
.ind-referee-show .ind-referee-li a{
	display: block;
}
.ind-referee-show .ind-referee-li img{
	width: 100%;
	height: 250px;
	display: block;
}
.ind-referee-show .ind-referee-li .text-box,
.ind-cooperation .li .text-box,
.cooperation-list .cooperation-ul ul li .text-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 75px 10px 0px 10px;
	background: rgba(0,0,0,0.3);
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.ind-cooperation .li .text-box,
.cooperation-list .cooperation-ul ul li .text-box{
	padding:0px 10px;
}
.ind-referee-show .ind-referee-li .text-box .name,
.ind-cooperation .li .text-box .name{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ind-referee-show .ind-referee-li .text-box .label{
	color: #ccc;
}
.ind-referee-show .ind-referee-li .text-box i{
	width: 41px;
	height: 41px;
	display: inline-block;
	background: url(../images/look-ico.png) no-repeat;
	margin-top: 10px;
}
.ind-referee-show .ind-referee-li:hover .text-box,
.ind-cooperation .li:hover .text-box,
.cooperation-list .cooperation-ul ul li:hover .text-box{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.link-img{
	margin-top: 10px;
}
.link-img img{
	width: 100%;
}
.ind-photo .top .half{
	width: 49%;
	height: 355px;
	margin-right: 1%;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ind-photo .top .half:last-child,
.ind-photo .bottom .li:last-child{
	margin-right: 0;
}
.ind-photo .top .half img{
	width: 100%;
	height: 100%;
	display: block;
}
.ind-photo .top .half a,
.ind-photo .bottom .li a,
.ind-video .right .li a,
.ind-video .left a,
.ny-photo .li a,
.ny-new .li a{
	display: block;
	width: 100%;
	height: 100%;
}
.ind-photo .top .half .ico-box .text,
.ind-photo .bottom .li .ico-box .text,
.ind-video .right .li .ico-box .text,
.ind-video .left .ico-box .text,
.ny-photo .li .ico-box .text{
	width: 100%;
	color: #fff;
	font-size: 16px;
	position:absolute;
	bottom: 5px;
	left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ind-photo .top .half .ico-box,
.ind-photo .bottom .li .ico-box,
.ind-video .right .li .ico-box,
.ind-video .left .ico-box,
.ny-photo .li .ico-box,
.ny-new .li .ico-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	opacity: 0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ind-photo .top .half .ico-box .ico,
.ind-photo .bottom .li .ico-box .ico,
.ind-video .right .li .ico-box .ico,
.ind-video .left .ico-box .ico,
.ny-photo .li .ico-box .ico,
.ny-new .li .ico-box .ico{
	width: 41px;
	height: 41px;
	position: relative;
	top: 40%;
	left: 46%;
	display: inline-block;
	z-index: 3;
	background: url(../images/look-ico.png) no-repeat;
	transform: scale(3);
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	opacity: 0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ind-photo .top .half:hover .ico-box,
.ind-photo .bottom .li:hover .ico-box,
.ind-video .right .li:hover .ico-box,
.ind-video .left:hover .ico-box,
.ny-photo .li:hover .ico-box,
.ny-new .li:hover .ico-box{
	opacity: 1;
}
.ind-photo .top .half:hover .ico-box .ico,
.ind-photo .bottom .li:hover .ico-box .ico,
.ind-video .right .li:hover .ico-box .ico,
.ind-video .left:hover .ico-box .ico,
.ny-photo .li:hover .ico-box .ico,
.ny-new .li:hover .ico-box .ico{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
}
.ind-photo .bottom .li,
.ny-photo .li{
	width: 33%;
	margin-right: 0.5%;
	height: 205px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ind-photo .bottom .li img,
.ind-video .right .li img,
.ind-video .left img,
.ny-photo .li img{
	width: 100%;
	height: 100%;
	display: block;
}
.ind-photo .bottom{
	margin-top: 5px;
}
.ind-video .right{
	width: 39%;
	float: left;
	margin-right: 1%;
}
.ind-video .right .li{
	width: 100%;
	height: 265px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ind-video .right .li .ico-box .ico,
.ind-video .left .ico-box .ico,
.ny-photo.photo .li .ico-box .ico{
	background: url(../images/play-ico.png) no-repeat;
}
.ind-video .right .li:last-child{
	margin-top: 10px;
}
.ind-video .left{
	width: 60%;
	height: 540px;
	float: left;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.content-box{
	overflow: hidden;
}
.ind-cooperation .li{
	width: 24.5%;
	margin:5px 0.5% 5px 0;
	height: 205px;
	line-height: 205px;
	float: left;
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	text-align: center;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	background-color:#d0aa61;
}
.ind-cooperation .li a{
	/* display: block; */
}
.ind-cooperation .li img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ind-cooperation .li:last-child{
	margin-right: 0px;
}
.cooperation-list{
	background: #fff;
	padding-bottom: 50px;
}
.cooperation-list .cooperation-box{
	width: 100%;
	height:320px;
	overflow: hidden;
	position: relative;
}
.cooperation-list .cooperation-ul{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.cooperation-list .cooperation-li{
	float: left;
	width: 1170px;
}
.cooperation-list .cooperation-li li{
	width: 19.2%;
	height: 155px;
	float: left;
	left: 0;
	margin-right: 1%;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.cooperation-list .cooperation-li li img{
	width: 100%;
	height: 100%;
	display: block;
}
.cooperation-list .cooperation-li li:nth-child(5n){
	margin-right: 0;
}
.cooperation-list .next-btn{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/prve-btn.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 160px;
	cursor: pointer;
}
.cooperation-list .prve-btn{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/next-btn.png) no-repeat center center;
	position: absolute;
	top: 160px;
	left: -80px;
	cursor: pointer;
}
.cooperation-list .prve-btn:hover{
	background: url(../images/next-btn1.png);
}
.cooperation-list .next-btn:hover{
	background: url(../images/prve-btn2.png);
}
.contact{
	background: #f7f7f6;
	padding: 30px 0px;
}
.contact .ind-head .text-box{
	background: #f7f7f6;
}
.contact .li{
	display: inline-block;
	color: #ceaf6f;
	font-size: 14px;
	line-height: 35px;
	margin: 0px 25px;
}
.copyRight{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #d1ab61;
	background: #282828;
}
.contact .li a{
	color: #ceaf6f;
}
.copyRight a{
	color: #d1ab61;
}
.contact .li i{
	width: 35px;
	height: 35px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.contact .qq i{
	background: url(../images/ftqq.png)no-repeat;
}
.contact .wx i{
	background: url(../images/ftwx.png)no-repeat;
}
.contact .wb i{
	background: url(../images/ftwb.png)no-repeat;
}
.contact .dh i{
	background: url(../images/ftdh.png)no-repeat;
}
.contact .add .box{
	line-height: 23px;
	color: #ceaf6f;
	font-size: 14px;
	margin-top: 25px;
	display: inline-block;
}
.contact .add i{
	width: 18px;
	height: 23px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	background: url(../images/ftdz.png)no-repeat;
}
.ny-banner{
	width: 100%;
}
.ny-banner a{
	display: block;
}
.ny-banner img{
	width: 100%;
	height: auto;
}
.ny-title{
	width: 80%;
	margin: 0 auto;
	color: #333333;
	font-size: 28px;
	padding: 15px 0px;
	border-bottom:1px solid #e5e5e5;
}
.ny-title .font-style{
	color: #cdad70;
}
.ny-photo .li:nth-child(3n){
	margin-right: 0px;
}
.ny-photo .li{
	margin-bottom: 10px;
}
.ny-referee .select-tab li.on a{
	border-bottom: 1px solid #ceae71;
}
.ny-referee .select-tab>ul li:hover a{
	border-bottom: 1px solid #ceae71;
}
/*新闻列表页*/
.ny-new .li{
	margin:15px 0px;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.ny-new .li .img-box{
	width: 20%;
	height: 175px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 3%;
	position: relative;
}
.ny-new .li .img-box img,
.ny-new .li .img-box a{
	width: 100%;
	height: 100%;
	display: block;
}
.ny-new .li .right-box{
	width: 75%;
	float: left;
}
.ny-new .li .right-box .title{
	color: #333;
}
.ny-new .li .right-box .date{
	padding: 5px 0;
	color: #999999;
	border-bottom: 1px dotted #ccc;
}
.ny-new .li .right-box .text-box{
	padding: 10px 0px;
	color: #999999;
}
.ny-new .li .title:hover{
	color: #d0b47b;
	text-decoration: underline;
}
.player-content{
	margin-bottom: 60px;
}
.player-content .left{
	padding: 0px;
}
.player-content .left .left-btn{
	width: 75px;
	height: 115px;
	left: 0;
	background: rgba(0,0,0,0.5);
	filter:alpha(opactiy=50);
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.player-content .left .right-btn{
	width: 75px;
	height: 115px;
	right: 0;
	background: rgba(0,0,0,0.5);
	filter:alpha(opactiy=50);
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.player-content .left:hover .left-btn,
.player-content .left:hover .right-btn{
	display: block;
}
.player-content .player-info{
	padding-left:50px;
}
.player-info .name{
	margin: 25px 0px;
}
.player-info li{
	/* width: 180px; */
	/* height: 55px; */
	line-height: 55px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
}
.player-info li .label{
	float:left;
	display: inline-block;
	width: 50px;
}
.player-info .text-box{
	font-size: 14px;
	line-height: 26px;
}
.ny-sginup .text{
	width: 100%;
	border:1px solid #d6d6d6;
	height: 35px;
	line-height: 35px;
	padding: 0px 5px;
	border-radius: 5px;
	font-size: 14px;
}
.ny-sginup .label{
	line-height: 35px;
	font-size: 14px;
	color: #353840;
}
.ny-sginup .row{
	margin: 15px 0px;
}
.ny-sginup .radio-box{
	line-height: 35px;
	font-size: 14px;
}
.ny-sginup .radio-box .radio{
	margin: 10px 5px 0px 5px;
}
.ny-sginup .textarea{
	resize: none;
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
}
.ny-sginup .load-img{
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding: 5px;
	overflow: hidden;
}
.ny-sginup .load-img .img-box{
	width: 105px;
	height: 85px;
	position: relative;
	margin-right: 10px;
	border-radius: 3px;
	float: left;
}
.ny-sginup .load-img .img-box img{
	width: 100%;
	height: 100%;
}
.ny-sginup .load-img .img-box .close{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: -5px;
	top: -5px;
}
.ny-sginup .load-img .add-btn{
	width: 105px;
	height: 85px;
	position: relative;
	background: #cccccc;
	color: #fff;
	border-radius: 3px;
	float: left;
	cursor: pointer;
	font-size: 60px;
	font-weight: bold;
	line-height: 85px;
}
.ny-sginup .tip{
	color: #f60000;
	text-decoration: underline
}
.ny-sginup .submit input{
	width: 285px;
	height: 55px;
	border-radius: 3px;
	display: inline-block;
	background: #d1ab61;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin: 40px 0;
	cursor: pointer;
}
.single-content .content-box{
	min-height: 400px;
	font-size: 14px;
	color: #666666;
}
.ny-new-title{
	width: 80%;
	margin: 0 auto;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.ny-new-title .title{
	font-size: 28px;
	color: #000;
}
.ny-new-title .label{
	color: #999999;
	font-size: 12px;
}
.single-content .content-box img{
	max-width: 100%;
}


.ind-model-show .ind-model-li{
	padding:0px 5px;
	margin-bottom: 10px;
}
.ind-model-show .ind-model-li:hover{
	box-shadow: 0px 0px 5px #ccc;
}
.ind-model-show .ind-model-li a{
	display: block;
}
.ind-model-show .ind-model-li img{
	width: 100%;
	height: 310px;
	display: block;
}
.ind-model-show .ind-model-li .text-box{
	background: #fff;
	padding: 5px;
	overflow: hidden;
	color: #333;
}
.ind-model-show .ind-model-li .name-box,
.ind-model-show .ind-model-li .vote-btn{
	width: 35%;
}
.ind-model-show .ind-model-li .number-box{
	width: 30%;
}
.ind-model-show .ind-model-li .number{
	color: #e0310c;
}
.ind-model-show .ind-model-li .vote-btn a{
	border-radius: 3px;
	width: 90%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #e0310c;
	display: block;
	margin: 5px auto 0px auto;
}


.player-info .verification-box{
	line-height: 28px;
	overflow: hidden;
	display:none;
}
.player-info .verification-box input{
	width: 100px;
	height: 28px;
}
.player-info .verification-box img{
	width: 70px;
	height: 28px;
}
.player-info .li .text-box .number{
	color: #e0310c;
}
.player-info .li .text-box{
	margin-left: 5px;
	margin-top: 3px;
}
.player-info .li{
	margin-right: 10px;
	cursor: pointer;
	height:40px;
	margin:0px 10px;
}
.player-info .li.p{
	padding-top:2px;
}
.player-info .li input{
	float:left;
	margin-top:10px;
	margin-right:5px
}
.player-info .li .img-box{
	display:inline-block;
}
.player-info .li label{
	float:right;
}
.player-info .vote-option .submit-btn{
	width:80%;
	font-size:16px;
	background:#cdad70;
	text-align:center;
	padding:10px;
	color:#ffffff;
	border-radius:10px
}
.player-info .fei .img-box{
	margin-top: 6px;
}
.paypop{
	width: 300px;
	/* height: 255px; */
	position: fixed;
	z-index: 11;
	background: #fff;
	top: 30%;
	left: 50%;
	padding: 20px;
	display: none;
	margin-left:-150px;
	box-shadow: 0px 0px 5px #454545;
}
.paypop .li{
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}
.paypop .li .red{
	color: #ff0000;
}
.paypop .payBtn{
	width: 60%;
	height: 28px;
	line-height: 28px;
	background: #CA8A0D;
	color: #fff;
	display: block;
	margin: 15px auto 0 auto;
	border-radius: 3px;
}
.paypop .number input{
	border: 1px solid #ccc;
	border-radius: 3px;
}
.paypop .btn{
	width: 31px;
	height: 31px;
	background: url(../images/close-btn.png) no-repeat;
	position: absolute;
	right: 5px;
	top:5px;
	cursor: pointer;
}

.search-box{
	float: right;
	font-size: 14px;
	position: absolute;
	background: #fff;
	top: 10px;
	right: 15px;
	border: 1px solid #ccc;
}
.search-box .tip-text{
	position: absolute;
	left: 3px;
	top: 0;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 32px;
	z-index: 1;
}
.search-box .search-inp{
	height: 32px;
	border: none;
	padding: 0px 3px;
	background: none;
	position: relative;
	z-index: 2;
}
.search-box .search-btn{
	width: 45px;
	height: 32px;
	border: none;
	background: #d1ab61;
	color: #fff;
}
.ny-tab-one{
	padding: 10px 0px;
}
.ny-tab-one.two-bor{
	border-bottom: 1px solid #ebebeb;
}
.ny-tab-one li,
.ny-tab-three .li li{
	display: inline-block;
	width: 78px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 5px;
}
.ny-tab-one li a,
.ny-tab-three .li li a{
	color: #333;
	display: block;
}
.ny-tab-one li a:hover,
.ny-tab-three .li li a:hover{
	color: #d1ab61;
	text-decoration: underline;
}
.ny-tab-one .on a,
.ny-tab-three .li .on a{
	/*color: #fff;*/
	color: #d1ab61;
	text-decoration: underline;
}
.ny-tab-three{
	position: relative;
	/*margin: 10px;*/
	height: 65px;
}
.ny-tab-three .li{
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	top: 15px;
	display: none;
}
.ny-tab-three .li.active{
	display: block;
}
.ny-rank-box .ind-model-li .name-box {
    width: 40%;
}
.ny-rank-box .ind-model-li .vote-btn {
    width: 100%;
}
.select-tab ul li.on a{
	border-bottom: 1px solid #ceae71;
}
.qr-tj{
	width: 60px;
	height: 28px;
	background: #CA8A0D;
	color: #fff;
	float: left;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
}
/***手机端弹窗***/
.layui-m-layer {
    position: relative;
    z-index: 19891014
}

.layui-m-layer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.layui-m-layermain, .layui-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layershade {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.layui-m-anim-up {
    -webkit-animation-name: layui-m-anim-up;
    animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
    width: 90%;
    max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
    border: none;
    border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.layui-m-layerchild h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.layui-m-layerbtn span, .layui-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-m-layercont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.layui-m-layer1 .layui-m-layercont {
    padding: 0;
    text-align: left
}

.layui-m-layer2 .layui-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-m-layerbtn, .layui-m-layerbtn span {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
    margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes layui-m-anim-loading {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.layui-m-layer2 .layui-m-layercont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont > div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2
}

.layui-m-layerbtn span {
    display: block;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    font-size: 14px;
    cursor: pointer
}

.layui-m-layerbtn span[yes] {
    color: #40AFFE
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #D0D0D0;
    border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
    background-color: #F6F6F6
}

.layui-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 30px
}

.layui-m-layerend::after, .layui-m-layerend::before {
    position: absolute;
    left: 5px;
    top: 15px;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px
}

.layui-m-layerend::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
    color: #FD482C;
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
    margin-top: 10px;
    border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
    padding: 10px 20px
}


.ind-more{
	margin:20px 0px;
}
.ind-more a{
	width: 250px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #c9c9c9;
	line-height: 45px;
	color: #c9c9c9;
	display: inline-block;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	font-size: 14px;
}
.ind-more a:hover{
	color: #fff;
background: #D2AB72;
}
.loader.is-active {
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.loader {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999;
}

.loader-bar[rounded]::after {
    border-radius: 15px;
}
.loader-bar::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: linear-gradient(-45deg, #4183d7 25%, #52b3d9 25%, #52b3d9 50%, #4183d7 50%, #4183d7 75%, #52b3d9 75%, #52b3d9);
    background-size: 20px 20px;
    box-shadow: inset 0 10px 0 rgba(255,255,255,0.2),0 0 0 5px rgba(0,0,0,0.2);
    animation: moveBar 1.5s linear infinite;
}
.loader::after, .loader::before {
    box-sizing: border-box;
}
.loader-bar[data-text]::before {
    top: calc(50% - 40px);
    color: #fff;
}
loader:not([data-text=""])::before {
    content: attr(data-text);
}
.loader[data-text]::before {
    position: fixed;
    left: 0;
    top: 50%;
    color: currentColor;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.region {
    width: 132px;
    height: 41px;
	position: absolute;
    top: 0px;
    right: 10px;
    margin-top: 0;
}
.region .region-btn {
    width: 100%;
    height: 100%;
    /* background: url(../images/region-btn.png) no-repeat; */
	background: #cdad70;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
}
.region .region-btn .ico {
    width: 12px;
    height: 6px;
    background: url(../images/region-ico.png) no-repeat;
    display: inline-block;
    margin-left: 5px;
}
.region .region-list {
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.region .region-list li{
	width: 100%;
	height: 0px;
	line-height: 0px;
	background: #d1ab61;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	visibility: hidden;
}
.region .region-list li a{
	display: block;
	width:50%;
	float: left;
	text-align: center;
	color: #fff;
	overflow: hidden;
    white-space: nowrap;
	text-overflow:ellipsis;
}
.region-list.active li{
	height: 40px;
	line-height: 40px;
	visibility: visible;
	border-bottom: 1px solid #fff;
}