* {
    margin: 0;
    padding: 0;
    /*font-size: 100%;
    font-family: "Microsoft YaHei";
    line-height: 1;*/
}
i, strong , em, var {
    font-style: normal;
}
img {
    border: none;
}
a {
    text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
ol li,
ul li {
	padding: 0;
	margin: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
	zoom: 1;
	overflow: auto;
}
.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	content: '';
}
.index_head{
	background: #FFFFFF;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	font-size: 0.35rem;
    font-weight: 400;
}
.index_head img{
	position: absolute;
	width: 0.6rem;
    left: 0.3rem;
    top: 0.2rem;
}
.head_tab{
	background: #FFFFFF;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	font-size: 0.35rem;
    font-weight: 400;
        width: 100vw;
    overflow: hidden;
}
.head_tab_uldiv{
	width: 100vw;
    overflow-x: auto;
}
.head_tab_ul{
	width: 138vw;
    overflow-x: auto;
}
.head_tab_ul li{
	float: left;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    height: 0.95rem;
}
.tab_click{
	color: #42C5E3;
    font-size: 0.3rem;
    font-weight: bold;
    border-bottom: 2px solid #42C5E3;
}
.head_tab_uldiv::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.head_tab_uldiv::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.head_tab_uldiv::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.foot{
	position: fixed;
	bottom: 0;
	height: 1.3rem;
	width: 100vw;
	background: #f7f7f7;
}
.foot img{
	width: 0.54rem;
	height: 0.54rem;
	display: block;
	margin: 0.23rem auto 0;
}
.foot span{
	font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.7rem;
    margin-top: -5px;
    display: block;
}
.foot_ul{
	width: 100vw;
	height: 100%;
}
.foot_ul a{
	display: block;
    font-size: 0;
}
.foot_ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.index_head .head_index{
    left: 6.5rem;
}
