html,
body {
    height: 100%;
    font-family: "microsoft yahei";
}

a,a:hover{
    color: #04B4DD;
    text-decoration: none;
}

/**全局页面**/
.page{
    width: 100%;
    min-height: 100%;
    background-color: #f8f8f8;
}

/**默认移动端屏幕像素，默认750px**/
.wrap{
    width: 100%;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
}
