div {
    box-sizing: border-box;
}

.none {
    display: none !important;
}

.navTopTitleActive {
    color: #DA3C24 !important;
}

.navBottomTitleActive {
    color: #B90000 !important;
}

.navBoxActive {
    background: url(../images/navBg.png) no-repeat !important;
    background-size: cover !important;
}

.box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.navListBox {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9;
}

.contentBox {
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.navBox {
    box-sizing: border-box;
    width: 200px;
    height: 65px;
    background: rgba(92, 129, 170, .67);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    overflow: visible;
}

.whiteBar {
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.bg {
    display: block;
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

.navTopTitle {
    box-sizing: border-box;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFE4B0;
    display: block;
    transform: scale(0.65);
    margin-top: -8px;
    white-space: nowrap;
}

.navTitleFlex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}

.navBottomTitle {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 4px;
    white-space: nowrap;
}

.navCloud {
    width: 22px;
}

.reverse {
    transform: rotateY(180deg);
}

.headBox {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.huatuLogo {
    width: 127px;
    display: block;
    margin-right: 45px;
}

.whiteText {
    color: #FFFFFF !important;
}

.headBtnText {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}

.line {
    width: 2px;
    height: 23px;
    background: #000000;
    /*transform: scale(.25, 1);*/
    margin: 0 25px;
}

.telIcon {
    width: 34px;
    margin-left: 78px;
    margin-right: 10px;
}

.tel {
    /*transform: scale(.5);*/
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #525252;
    position: relative;
    /*left: -37px;*/
    white-space: nowrap;
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1.7);
}

.page1_contentBg {
    width: 517px;
    height: 274px;
}

.page1_contentHintImg {
    width: 313px;
    height: 308px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -45%);
    z-index: -1;
}

.page1_people {
    width: 65.5px;
    position: absolute;
    top: 144px;
    left: 114px;
}

.page1_flower {
    width: 351px;
    position: absolute;
    top: -68px;
    left: -245px;
}

.page1_long {
    width: 226px;
    position: absolute;
    bottom: 0px;
    right: 113px;
}

.page1_hintTitle {
    width: 143px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-112px, -117px);
}

.erweima {
    width: 80px;
    height: 80px;
    border-radius: 6.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-108px, 140px);
}

.erweimaHintText1 {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4B1010;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-15px, 173px);
}

.erweimaHintText2 {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4B1010;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-15px, 197px);
}

.page2_title {
    width: 323.5px;
    height: 119px;
    margin-left: 15px;
}

.autoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.autoBox_page9 {
    width: 877px;
    height: 322px;
    background-image: url(../images/page9_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.page2_content {
    width: 403.5px;
    margin-top: 11px;
}

.page2BtnBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page2Btn {
    position: relative;
}

.page2_redBtn {
    display: block;
    width: 158px;
    height: 58px;
    position: relative;
}

.page2BtnA {
    font-size: 12.5px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap;
}

.page2BtnText {
    position: absolute;
    top: 15px;
    left: 20px;
}

.page2_icon {
    width: 107px;
    height: 117px;
    display: block;
    position: absolute;
    top: 85px;
    right: -12px;
}

.page3_title {
    width: 409px;
    display: block;
    margin-bottom: 13.5px;
    position: relative;
    left: 50px;
}

.page3_content {
    width: 441px;
    height: 190px;
    display: block;
    position: relative;
    background: url(../images/page3_contentBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.page3_hintTitle {
    width: 268px;
    margin: 12px auto 6px auto;
}

.page3_text {
    font-size: 18px;
    font-weight: 400;
    color: #EBF0FF;
    transform: scale(.5);
    transform-origin: left center;
    box-sizing: border-box;
}

.page3_duigou {
    width: 10px;
    margin-right: 6px;
}

.downLoad {
    padding: 7px 19px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    transform: scale(.5) translateY(-29px);
    background: #B22D22;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    right: -23px;
    top: 50%;
}

.page3_btnFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}

.page3_btn {
    width: 154px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B12D22;
    border-radius: 18px;
}

.page4_title {
    width: 388px;
    margin: 0 auto 70px auto;
    position: relative;
    left: -8px;
}

.page4ContentBox {
    position: relative;
    width: 594px;
    height: 230.5px;
}

.page4ContentBox img {
    width: 100%;
}

.page4_content {
    width: 374px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.page4_btn {
    width: 158px;
    height: 32px;
    background-image: url(../images/page4_btn3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px auto 0 auto;
    cursor: pointer;
    display: block;
}

.page4_btnSpan {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #FFFBDE;
    line-height: 34px;
    text-align: center;
    width: 100%;
    position: relative;
    top: -3px;
}

.page4_btnSpan span {
    color: #ffea00;
    font-size: 18px;
}

.page5_hintTitle {
    width: 200px;
    margin: 0 auto 7.5px auto;
}

.page5_title {
    width: 403px;
    margin: 0 auto 16px auto;
}

.chartsBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.page4_topBtn1 {
    width: 150px;
    height: 50px;
    background: url(../images/page4_btn1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -40px;
    left: 28px;
    padding-top: 5px;
}

.page4_topBtn1 span {
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.page4_topBtn2 span {
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.page4_topBtn2 {
    width: 150px;
    height: 50px;
    background: url(../images/page4_btn2.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -40px;
    left: 182px;
    padding-top: 5px;
}

.chartsImg {
    width: 176px;
}

.page5_btnBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page5_btn {
    width: 137px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 62px;
    cursor: pointer;
    overflow: hidden;
    background: #FFDE01;
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.28);
    border-radius: 16px;
}

.page5_btn>span {
    font-size: 12px;
    font-weight: 500;
    color: #FF0000;
}

.page5_btn>img {
    width: 12px;
    margin-left: 3px;
    display: block;
}

.page5_btn:nth-child(3n+0) {
    margin: 0;
}

.page6_title {
    width: 370px;
    margin: 0 auto;
}

.page6_contentBox {
    width: 453px;
    height: 322px;
    margin: 12px auto 0 auto;
    background-image: url(../images/page6_contentBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.page6_smallTitle {
    width: 198px;
    margin: 16px auto 0px auto;
}

.page6_hintText {
    width: 62px;
    position: absolute;
    top: 332px;
    left: 53px;
}

.page6_bookBox {
    width: 283px;
    height: 212px;
    position: absolute;
    top: 149px;
    right: 30px;
    display: block;
    overflow: hidden;
}

.topFlexBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 19px;
    margin-top: 8px;
}

.page6_topBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 19px;
    border-radius: 4.5px;
    border: 1px solid #FF5400;
    cursor: pointer;
    box-sizing: border-box;
}

.page6_topBtn>span {
    transform: scale(0.5);
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FF5400;
    white-space: nowrap;
}

.page6_topBtnActive {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 19px;
    border-radius: 4.5px;
    background: #FF5400;
    cursor: pointer;
    box-sizing: border-box;
}

.page6_topBtnActive>span {
    transform: scale(0.5);
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    white-space: nowrap;
    color: #FFFFFF;
}

.page6_bookFlexBox {
    width: 282px;
    height: 177px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    padding: 0 0 0 4px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
}

.bookBox {
    width: 82px;
    height: 109px;
    box-shadow: 0px 3px 6px 0px rgb(191 191 191 / 74%);
    border-radius: 4.5px;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: block;
    margin-right: 6.5px;
}

.bookBox:nth-child(3n+0) {
    margin-right: 0px;
}

.bookImg {
    width: 100%;
    height: 64px;
    display: block;
    margin: 0 auto;
}

.money {
    width: 100%;
    color: #A40000;
    font-size: 16px;
    display: block;
    text-align: left;
    transform: scale(.75);
    -webkit-transform-origin-x: 0;
    transform-origin: 0;
    -moz-transform-origin: 0;
    margin-left: 3px;
}

.bookContent {
    width: 175%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    transform: scale(.5);
    -webkit-transform-origin-x: 0;
    transform-origin: 0;
    -moz-transform-origin: 0;
    position: relative;
    top: -11px;
    left: 4px;
}

.page7_title {
    width: 409px;
    display: block;
    margin: 0 auto;
}

.page7_hintTitle {
    width: 307px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -43px;
}

.page7_content {
    width: 492px;
    margin: 14px auto 10px auto;
}

.page7_btn {
    width: 170px;
    height: 30px;
    background-image: url(../images/page7_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page7_btn>span {
    font-size: 12px;
    color: #12268C;
}

.page8_title1 {
    width: 363px;
    margin: 0 auto 10px auto;
}

.page8_title2 {
    width: 303px;
    margin: 0 auto 15px auto;
}

.page8_contentBox {
    width: 643px;
    height: 333px;
    background-image: url(../images/page8_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.page8_book_content {
    width: 395px;
    height: 233px;
    margin: 0 auto;
    position: relative;
    top: 16px;
}

.page8_bookTitle_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bookTitle {
    color: #222324;
    font-size: 18px;
    transform: scale(.5);
    transform-origin: left top;
}

.bookTitle>span {
    color: #C4A389;
}

.page8_btnBox {
    width: 50%;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: -2px;
}

.page8_TopBtn {
    width: 47px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFCAA8, #B08469);
    border-radius: 7px;
}

.page8_TopBtn>span {
    font-size: 16px;
    color: #FFFFFF;
    transform: scale(.5);
    white-space: nowrap;
}

.margin_10 {
    margin: 0 10px;
}

.page8_questionBox1 {
    width: 42%;
    position: absolute;
    top: 23px;
    left: 0px;
}

.page8_questionBox2 {
    width: 42%;
    position: absolute;
    top: 23px;
    right: 8px;
}

.page8_questionBox1>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #222324;
    cursor: pointer;
    transform: scale(.5);
    transform-origin: left top;
    width: 200%;
    margin-top: -3px;
}


.page8_questionBox2>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #222324;
    cursor: pointer;
    transform: scale(.5);
    transform-origin: left top;
    width: 200%;
    margin-top: -3px;
}

.page8_bottomFlexBtnBox {
    width: 100%;
    position: absolute;
    left: -8px;
    bottom: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastBtn {
    font-size: 13px;
    font-family: FZLTHProGlobal;
    font-weight: 400;
    text-decoration: underline;
    color: #222324;
    transform: scale(.5);
}

.nextBtn {
    font-size: 13px;
    font-family: FZLTHProGlobal;
    font-weight: 400;
    text-decoration: underline;
    color: #222324;
    transform: scale(.5);
    margin-left: 185px;
}

.page9_title {
    width: 465px;
    margin: 50px auto 0 auto;
}

.page9_hintTitle {
    width: 362px;
    margin: 0px auto 0 auto;
}

.page9_flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px auto 0px auto;
}

.mar_right {
    margin-right: 12px;
}

.page9_smallTitle {
    width: 79px;
    display: flex;
    align-items: center;
}

.page9_smallTitle>span {
    color: #FFFFFF;
    font-size: 14px;
    transform: scale(.5);
    transform-origin: left center;
    white-space: nowrap;
    position: relative;
    top: -1.5px;
    margin-left: 1px;
}

.page9_smallTitle>img {
    width: 12px;
    display: block;
}

.page9_btn {
    width: 142px;
    height: 34px;
    margin: 21px auto 0 auto;
    cursor: pointer;
    background-image: url(../images/page9_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page9_btn>span {
    font-size: 12px;
    position: relative;
    color: #FFFFFF;
    top: -2px;
}

.page9_blueText {
    width: 350px;
    margin: 35px auto 0 auto;
}

.page9_people {
    width: 168px;
    display: block;
    position: absolute;
    bottom: 18px;
    left: 96px;
}

.page9_gift {
    width: 101px;
    position: absolute;
    right: 167px;
    bottom: 10px;
}

.page7_skipBtn {
    width: 123px;
    height: 19px;
    position: absolute;
    top: 279px;
    right: 40px;
}

.page3_contentBox {
    margin: 0 auto;
    width: 80%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed #0036A6;
    position: relative;
}

.page3_btn>img {
    width: 14px;
    display: block;
    margin-left: 8px;
}

.page3_btn>span {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}