p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 0px;
}
span {
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 0px;
}
a{
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
	text-decoration: none;
}
a.active{
    cursor: pointer;
    text-decoration: none;
}

/*body {
    overflow: hidden;
}
*/
html {
    overflow-x: hidden;}



 /*返回顶部*/
 .backToTop {
    position: fixed;
    bottom: 130px;
    right: 45px;
    display: none;
}

.backToTop:hover {
    cursor: pointer;
}



