html{
    font-size: 31.25vw;
    width: 100%;
}

html,body{
    width: 100%;
}
#main{
	/*border:1px solid #bbb;*/
}
/*banner图*/
.topbanner{
	position: relative;
	overflow: hidden;
}

.topbannerImg{
	display: block;
	width: 100%;
	border: 0;
}

.ruleLink{
	width: 1rem;
	height: .276596rem;
	line-height: .276596rem;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	border-radius: 0.0255rem;
	background: #ea5a8b;
	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;
}



.menu{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.menu-item{
	flex-grow: 1;
	line-height: .340426rem;
	height: .340426rem;
	text-align: center;
	border-bottom:2px solid  #e6e6e6;
}

.menu-item.on{
	border-color: #ea5a8b;
}

.content{
	overflow: hidden;
	background: #f5f5f5;
	display: none;
}
.content.on{
	display: block;
}
.content-item {
    float: left;
    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-bottom: .042553rem;
	background: #fff;
}
.content-item:first-child{
	border-top: none;
}
/*.content-item:last-child{
    border: none;
}*/
 .content-item-link {
    display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.content-itemL, .content-itemC {
    float: left;
}
.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: 60%;
	padding-bottom: 0.05rem;
}
.content-itemC .text{
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: .12rem;
   line-height: .2rem;
   font-weight: bolder;
   color: #333;
}
.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;
}


/*加载更多*/
.addMore{
	width: 100%;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	line-height:0.3712rem;
	font-size: 0.123733rem;
	color: #333;
	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;
}

/*回到顶部*/
.goTop {
	width: 0.273067rem;
	height: 0.273067rem;
	line-height: 0.273067rem;
	text-align: center;
	position: fixed;
	bottom: 0.6rem;
	right: 0.085rem;
	border-radius: 0.136533rem;
	background-color: rgba(187, 221, 220, .6);
	z-index: 300;
}

.goTop .iconfont {
	font-size: 0.128rem;
	color: #fff;
}

/*遮罩层*/
.opacityBg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;	
	background: rgba(0,0,0,0.5);
	z-index: 8;
}

.noScroll{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*滚动条*/
.scrollX {
/*	overflow-y: hidden!important;*/
	box-sizing: border-box;
	padding-right: 8px;
}
.scrollX::-webkit-scrollbar {
    width: 8px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
}
.scrollX::-webkit-scrollbar-track {
	background-color: #fff;
	width: 8px;
    border-radius: 4px;
}

.scrollX::-webkit-scrollbar-track-piece {
	background-color: #fff;
	width: 8px;
    border-radius: 4px;
}

.scrollX::-webkit-scrollbar-thumb {
	background-color: #bed5cf!important;
	-webkit-border-radius: 4px;
	width: 8px;
}


.goBack{
	line-height: 0.22rem;
	width: 0.45rem;
	height: 0.22rem;
	padding-left: 0.15rem;
	font-size: 0.12rem;
	color: #333;
	display: block;
}

.color999{
	color: #999;
}

.colorea5a8b{
	color: #ea5a8b;
}