/* ---------------------------------------- 默认css针对16:9标准比例屏幕微信----------------------------------------*/
body,html,article{
	background: #000;
	overflow: hidden;
	-webkit-text-size-adjust:100%!important;
}
html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
.none{
	display: none;
}
.hide{
	opacity: 0;
}
a{
	cursor: pointer;
}
a, a:visited{
	color: #fff;
}
section{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    left: 0;
    z-index: 3;
}
aside{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
}
.preView{
	position: relative;
	z-index: 9;
}
.overhide{
	overflow: hidden;
}
/* public end */
section.indexBox{
	background-color: #ffffff;
}
section.indexBox .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.87rem;
	background-image: url(../images/common/logo.jpg);
}
section.indexBox .choseBox{
	position: absolute;
	top: 0.87rem;
	left: 0;
	width: 100%;
	height: 1.23rem;
	background-color: #f2f2f2;
	padding: 0 0rem;
	text-align: center;
}
section.indexBox .choseBox .choseBtn{
	display: inline-block;
	white-space: nowrap;
	padding: 0 8px;
	height: 0.5rem;
	margin: 0 3px;
	margin-top: 0.365rem;
	background-color: #fff;
	color: #545454;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.5rem;
}
section.indexBox .choseBox .choseBtn.active{
	color: #fff;
	background-color: #c00000;
}
section.indexBox #backToTop{
	position: fixed;
	bottom: 1.5rem;
	right: 0.2rem;
	width: 0.59rem;
	height: 0.59rem;
	background-image: url(../images/common/top.png);
	z-index: 99;
}
section.indexBox .infoBox{
	position: absolute;
	top: 2.1rem;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
section.indexBox .infoBox .iScroll{
	width: 100%;
	height: auto;	
}
#infoBox .block{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f2f2f2;
	padding: 0.45rem 0.8rem;
}
#infoBox .block p.name{
	font-size: 0.24rem;
	color: #c00000;
	line-height: 1.5;
	padding-bottom: 0.2rem;
}
#infoBox .block p.intro{
	color: #545454;
	overflow: hidden;
}
#infoBox .block p.intro span,#infoBox .block p.intro a{
	display: inline-block;
	font-size: 0.22rem;
	line-height: 1.8;
	color: #545454;
}
#infoBox .block p.intro span:first-child{
	float: left;
}
#infoBox .block p.intro span:last-child{
	float: right;
	width: 4.9rem;
}
/*indexBox end*/
/*---------------------------------------- 15:9 android 微信 && 16:9 浏览器----------------------*/
@media screen and (device-width:360px) and (max-height:540px), screen and (device-width:320px) and (max-height:470px), screen and (device-width:375px) and (max-height:560px){

}

/*---------------------------------------- 18:9 android 微信 ----------------------*/
@media screen and (device-width:360px) and (min-height:600px), screen and (device-width:393px) and (min-height:660px){

}

/*---------------------------------------- iphoneX 微信----------------------*/
@media screen and (device-width:375px) and (min-height:720px){

}

/*---------------------------------------- iphoneX 浏览器----------------------------------------------*/
@media screen and (device-width:375px) and (min-height:630px) and (max-height:640px){

}

/*---------------------------------------- android----------------------*/
@media screen and (device-width:360px), screen and (device-width:393px){

}

/*---------------------------------------- iphone ----------------------------------------------*/
@media screen and (device-width:320px), screen and (device-width:375px), screen and (device-width:414px){

}