* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    position: absolute;
    background-color: #faf4f0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

img {
    display: block;
}

.header {
    height: 11.7vw;
    color: #333;
    z-index: 1 !important;
    background: #ffffff;
    box-sizing: border-box;
}

.box-hor-center {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
}

.Image_header_back {
    display: block;
    width: 11.7vw;
    height: 11.7vw;
}

.header-left {
    width: 11.7vw;
    height: 100%;
}

.header-title {
    -webkit-box-flex: 1;
    text-align: center;
    height: 11.7vw;
    line-height: 11.7vw;
    font-size: 5.06vw;
}

.header-right {
    height: auto;
    width: 11.7vw;
    height: 100%;
    position: relative;
}

.active-center {
    -webkit-box-flex: 1;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}