html, body{
    padding: 0;
    margin: 0;
    overscroll-behavior-y: contain;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

p, h1, h2, h3, h4, h5{
    z-index: 999;
}

.index999{
    z-index: 999;
}

.margin-0{
    margin: 0;
}

.fullpage-container {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.page {
    color: #000;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-1{
    background: #fff9a1;
    background-image: url("../imgs/page1/lines.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-8{

}

.page-3{
    background: #f1f1f1;
}

.text-bg{
    height: 80vh;
    width: 90%;
    background-image: url("../imgs/page1/text_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottom-img{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.top-img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.top-left-img{
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
}


.top-right-img{
    position: absolute;
    height: 20px;
    top: 40px;
    right: 40px;
}

.bottom-right-img{
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
}

.bottom-left-img{
    position: absolute;
    height: 80px;
    bottom: 20px;
    left: 20px;
}

.text-color{
    font-family: 'FZChaoCuHei-M10S', "Microsoft YaHei",serif;
    color: #ffffff;
    font-size: 2vh;
    -webkit-text-stroke: 1px black;
}

.text-highlight{
    font-family: 'FZChaoCuHei-M10S', "Microsoft YaHei",serif;
    color: #ff8d83;
    font-size: 3vh;
    -webkit-text-stroke: 1px black;
}

.pd-box{
    padding: 30px;
    z-index: 999;
}

.title{
    color: #ffffff;
    font-size: 5vh;
    -webkit-text-stroke: 2px black;
    text-shadow: 0 6px 1px #b9b9b9;
    font-family: 'FZChaoCuHei-M10S', "Microsoft YaHei",serif;
    font-weight: normal;
    font-style: normal;
    padding: 0 20px 0 10px;
}

.btn{
    background: #ff9383;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
    margin-top: 50px;
    border: 2px solid #000;
    margin-bottom: 10px;
}

.btn-text{
    font-size: 4vh;
    text-shadow: none;
}

.mt-2{
    margin-top: 20px;
}

.mb-2{
    margin-bottom: 20px;
}

.sub-title{
    font-size: 3vh;
    -webkit-text-stroke: 2px black;
}

.center-text{
    text-align: center;
}

.final{

}

.header{

}

.final-title{

}

.final-text{
    font-size: 2vh;
}

.flex{
    display: flex;
}

.flex-1{
    flex: 1;
}

.white{
    color: #fff;
    z-index: 99;
}

.red{
    color: red;
}

.full-w{
    width: 100%;
    position: relative;
}

.lines-page2{
    position: relative;
    /*width: 50%;*/
    height: 100px;
    left: 10vh;
}

.other-page-title{
    text-shadow: 0 6px 1px #0000006b;
    position: relative;
    bottom: 6px;
}

.no-shadow{
    text-shadow: none;
    box-shadow: none;
}

.title-bg-page2{
    background-image: url("../imgs/page2/title_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    bottom: 50px;
    position: relative;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-page-bg{
    background-image: url("../imgs/page2/body_bg.png");
    height: 100%;
    width: 90%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.last-page-bg{
    background-image: url("../imgs/lastPageBg.png");
}

.gradient{
    background-image: linear-gradient( #ffe99d, #ffda2c);
}

.tiles{
    background-image: url("../imgs/page2/tile.png");
    background-repeat: repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right-img{
    position: absolute;
    right: 0;
    top: 320px;
}