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: 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;
}
/*表单*/
.formDom{
	padding: 0.425rem 0.2978rem 0.3rem;
}

.formCon{
	color: #333;
	font-size: 0.12rem;
}

.inputItem{
	display: block;
	width: 100%;
	line-height: 0.2127rem;
	height: 0.4255rem;
}

.inputItem-title{
	/*float: left;*/
	
}

.inputItem-text{
	float: right;
	width: 70%;	
	line-height: 0.213rem;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	background: #f5f5f5;
	padding-left: 0.1rem;
	box-sizing: content-box;
}


.saveBtn{
	display: block;
	width: 1.7rem;
	line-height: 0.3rem;
	height: 0.3rem;
	text-align: center;
	font-size: 0.16rem;
	color: #fff;
	background: #68B4FA;
	border-radius: 0.0255rem;
	border: none;
	margin: 0.1rem auto;
}

.tagText{
	font-size: 0.1rem;
	line-height: 0.2rem;
	color : #bbb;
}

.tagText .tagTitle{
	font-weight: bold;
	color: #68B4FA ;
	font-size: 0.12rem;
}

/*起舞身体旺*/
.main-item-I{	
	overflow: hidden;
}

/*加载更多*/
.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
}

.clearfix {
    *+height: 1%;
}

/*底部*/
.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;
}

.ruleCon{
	padding: 0.15rem 0.25rem 0;	
	line-height: 0.25rem;
}

.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;
}