* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "微软雅黑";

}

html, body {
    width: 100%;
    height: 100%;
    overflow: auto;
}

body a {
    text-decoration: none;
    color: #ff862c;
}

.FzzBg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.FzzBg .FzzImage {
    text-align: center;
}

.FzzBg img {
    height: auto;
    width: 100%;
}

.FzzBtnBox {
    width: 100%;
    height: 0.6rem;
}

.FzzBtnBox_s {
    width: 50%;
    height: 100%;
    line-height: 0.6rem;
    font-size: 0.16rem;
    color: #3b607f;
    margin: -10% auto 0;
}

.FzzBackbtn {
    width: 46%;
    height: 0.3rem;
    border-radius: 50px;
    border: 1px solid #ff862c;
    color: #ff862c;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.3rem;
    cursor: pointer;
    margin-top: 0.16rem;
    margin-left: 0.12rem;
    float: right;
    letter-spacing: 2px;
}
