html{
    font-size: 31.25vw;
    width: 100%;
}

html,body{
    width: 100%;
}
#main{
	/*border:1px solid #bbb;*/
}
/*banner图*/
.topbanner{
	position: relative;
	overflow: hidden;
}

.topbannerLink{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.playLogo{
	background: url(../img/list-playLogo.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.topbannerImg{
	display: block;
	width: 100%;
	border: 0;
}

.ruleLink{
	width: 0.64rem;
	height: 0.2rem;
	line-height: 0.2rem;
	position: absolute;
	bottom: 0.085rem;
	right: 0.05rem;
	text-align: center;
	border: 1px solid #e7e7e7;
	border-radius: 0.0255rem;
	background: #68b4fa;
	overflow: hidden;
}

.ruleLink a{	
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.14rem;
	color: #fff;
}

.padding020{
	padding: 0 0.085rem;	
}

.padding20{
	padding: 0.085rem;	
}

#opacity{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}
.con{
	background: #f3f3f3;
	overflow: hidden;
}

.content{
	overflow: hidden;
	background: #f5f5f5;
	display: none;
}
.content.on{
	display: block;
}
.content-item {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding: 0.085rem;
    box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	margin: .042553rem 0;
	background: #fff;

}

 .content-item-link {
    display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.content-itemL {
    width: 35%;
    margin-right: 5%;
    min-height: 1px;
    position: relative;
}
/* .content-itemL .playLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/list-playLogo.png") no-repeat center;
    background-size:25%;
} */
.content-itemC {
    text-align: left;
    width: 70%;
}
.content-itemC .text{
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: .12rem;
   line-height: .2rem;
   font-weight: bolder;
}
.content-itemR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	line-height: .24rem;
	background: #ea5a8b;
	color: #fff;
	text-align: center;
	border-radius: .042553rem;
	overflow: hidden;
}
.content-itemR a{
	display: block;
	width: 100%;
	height: 100%;
	background: #ea5a8b;
	color: #fff;
}
.content-itemImg {
    display: block;
	width: 100%;
	background: url(../img/loading.gif) no-repeat center;
}

.gapCon{
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    box-sizing: border-box;
	
	/* line-height: .340426rem;
	height: .340426rem; */
	color: #999;
	/* margin-bottom: .042553rem; */
	/* background: #fff; */
}

.gapCon-item{
	padding: .04rem 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	margin: .042553rem 0;
	background: #fff;
}

.itemL{
	flex-grow: 0;
	padding: 0 0.2rem;
	border-right: 1px solid #d8d8d8;
	line-height: .553rem;
	color: #ea5a8b;
	font-size: .15rem;
}

.itemR{
	width: 100%;
}

.itemRT{
	line-height: .255rem;
	font-size: .13rem;
}

.itemRB{
	line-height: .3rem;
}

.ruleCon{
	padding: .085106rem;
	background: #fff;
	font-size: .12rem;
	line-height: .2rem;
}

.btmArrows{
    width:16px; 
    line-height: 16px;
    margin: 0 auto 10px;
    text-align: center;
}

.arrows171{
    transform: rotate(-90deg);
}

.moreLink{
    display: block;
    padding: 0.05rem;
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.18rem;
    background-color: #f44a70;
    color: #fff;
    font-size: 0.12rem;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    right: 0.15rem;
    bottom: 0.25rem;
}

.demo{
	position: fixed;
	top: 20%;
	left: 10%;
	width: 80%;
	background:#fff;
	padding: .085106rem 0;
	overflow: hidden;
	border-radius: .042553rem;
	z-index: 10;
}
.demoImg{
	display: block;
	width: 40%;
	margin: 0 auto;
}
.demoText{
	width: 80%;
	margin: .085rem auto 0;
	text-align: center;
}
/*加载更多*/
.addMore{
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	line-height:0.3712rem;
	font-size: 0.123733rem;
	color: #999;
	/*display: none;*/
}
.addMoreBg{
	display: inline-block;
	width: 0.1792rem;
	background: #fff url(http://www.boosj.com/dist/Actives/2018newYear/wap/img/addMoreBg.png) no-repeat center;
	background-size:100% auto;
	/*margin-left: 0.042667rem;*/
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


/*底部*/
.footer{
	line-height: 0.353rem;
	height: 0.353rem;
   	font-size: 0.11rem;
	text-align: center;
	color: #999;
}




.title-I{
	font-size: 0.12rem;
	color: #303030;
	font-weight: bold;
}

.title-II,.title-III{
	font-size: 0.11rem;
	/* color: #7f7f7f; */
	color: #000;
}

.title-III{
	padding:0 0.085rem;
}

div.title-III.color000{
	color: #000;
}

.color999{
	color: #999;
}

.colorea5a8b{
	color: #ea5a8b;
}

.none{
	display: none;
}