@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    /* 防止点击闪烁 */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /* 缩放网页，文字大小不变 */
    -webkit-text-size-adjust:none;
}
html{
    font-size: 100px;
}
body{
    font-size: 14px;
}

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    html {
        font-size: 117.1875px;
    }
}
/* iphone6 plus */

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    html {
        font-size: 129.375px;
    }
}

p,a,li,span{ font-size: 14px; color: #000;}

/*页面头部*/
.mtop{
    background: #353535;
    height: 0.64rem;
    line-height:0.64rem;
    position: relative;
}
.goback{
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    border-top: 0.05rem solid #fff;
    border-left: 0.05rem solid #fff;
    position: absolute;
    top:0.24rem;
    left: 0.14rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.tohome{
    display: block;
    position: absolute;
    top:10px;
    left: 10px;
}
.toptit{
    display: block;
    color: #fff;
    font-size: 0.32rem;
    font-weight:bold;
    text-align: center;
}
.topture{
    display: block;
    color: #fff;
    font-size: 0.32rem;
    position: absolute;
    right: 10px;
    top:0px;
}
.topture img{
    position: relative;
    top:5px;
}
/*footer_css*/
.footer{
	text-align: center;
	padding: 0px 35px;
}

/*返回顶部*/
.GoTop{ 

}

/*返回首页*/
.GoHome{
	
}




























