body {
    background-color: white;
    min-width: 1250px;
    max-width: 1920px;
    margin: auto;
}

.navContainer {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 76px;
    min-width: 1250px;
    max-width: 1920px;
    margin: auto;
}

.scrolled {
    background: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.10);
}

.nav {
    margin: auto;
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.logo {
    width: 60px;
    height: 60px;
}

.navBtns {
    height: 54px;
    display: flex;
    align-items: center;
}

.navLink {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #3F5683;
    line-height: 24px;
    letter-spacing: 0;
    margin-right: 50px;
}

.blueBtn {
    display: block;
    text-decoration: none;
    background-image: linear-gradient(90deg, #3050FE 0%, #11B0FE 100%);
    border-radius: 6px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    padding: 10px 20px;
}

#home {
    background-image: url(res/background-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 785px;
}

.homeContainer {
    position: relative;
    margin: auto;
    width: 1200px;
    /* height: 100%; */
}

.homeTextAndBtnContainer {
    position: absolute;
    top: 264px;
    width: 419px;
}

.title1 {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 48px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 50px;
}

.subtitle {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 24px;
}

.whiteBtn {
    float: left;
    line-height: 16px;
    width: 180px;
    height: 54px;
    cursor: pointer;

    border: 1px solid transparent;
    border-radius: 6px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF), linear-gradient(90deg, #3050FE, #11B0FE);

    display: flex;
    justify-content: center;
    align-items: center;
}

.downloadIcon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.whiteBtnTitle {
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 16px;
}

#homeImgBlock {
    position: absolute;
    top: 138px;
    left: 420px;
    width: 780px;
    /* height: 604px; */
    
}

.page1 {
    background-color: white;
    height: 744px;
}

.page1Container {
    position: relative;
    margin: auto;
    width: 1200px;
    /* height: 100%; */
}

.page1TextContainer {
    position: absolute;
    top: 248px;
}

.title2 {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 32px;
    color: #001E5A;
    letter-spacing: 0;
}

.description {
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 30px;
}

#page1ImgBlock {
    position: absolute;
    top: 120px;
    left: 424px;
    width: 776px;
    height: 544px;
}

.page2 {
    background-image: url(res/pageBackground.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 780px;
}

.page2Container {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 100%;
}

.page2TextContainer {
    position: absolute;
    top: 280px;
    right: 0;
}

.page2ImgBlock {
    position: absolute;
    top: 80px;
    width: 776px;
    height: 544px;
}

.page3 {
    background-color: white;
    height: 664px;
}

.page3Container {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 100%;
}

.page3TextContainer {
    position: absolute;
    top: 220px;
}

.page3ImgBlock {
    position: absolute;
    top: 40px;
    left: 424px;
    width: 776px;
    height: 544px;
}

.support {
    background-color: white;
    height: 390px;
}

.supportContainer {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 100%;
}

.supportQuestionImg {
    position: absolute;
    top: 81px;
    left: 1px;
    width: 38px;
    height: 38px;
}

.supportTitle {
    position: absolute;
    top: 84px;
    left: 56px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 32px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 32px;
}

.supportDescription {
    position: absolute;
    top: 152px;
    width: 936px;
    height: 60px;
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 30px;
}

.questionBtn {
    position: absolute;
    top: 236px;
}

.weixinQRCode {
    position: absolute;
    top: 90px;
    right: 0;
    width: 200px;
    height: 200px;
}

.footer {
    height: 132px;
    background: #384050;
}

.footerContainer {
    margin: auto;
    width: 1200px;
    height: 100%;
    text-align: center;
}

.aboutUs {
    text-decoration: none;
    cursor:pointer;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
}

#modalcontainer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#modal {
    background-image: url(res/download_qrcode.png?v=1);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 600px 380px;
    margin: auto;
    margin-top: 200px;
    width: 600px;
    height: 380px;
    position: relative;
}

#modaltext {
    position: relative;
    top: 90px;
    left: 30px;
}

#modaltitle {
    font-size: 24px;
    font-family:PingFangSC-Medium;
    color:rgba(0,30,90,1);
    line-height: 24px;
    margin-bottom: 10px;
}

#modaldescription {
    font-size: 20px;
    font-family:PingFangSC-Regular;
    color:rgba(0,30,90,0.5);
    line-height: 30px;  
    width: 250px;  
}

.questionContainer {
    margin: auto;
    width: 1040px;
    margin-top: 204px;
}

h1 {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 50px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 50px;
}

h2 {
    margin-top: 40px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 36px;
    color: #001E5A;
    letter-spacing: 0;
}

.questionText {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 24px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 32px;
}

p {
    margin-top: 16px;
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #001E5A;
    letter-spacing: 0;
    line-height: 30px;
}

.contactUsContainer {
    position: relative;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    width: 1040px;
}

.contactUsText {
    width: 800px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #001E5A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
}

.contactUsText > span {
    color: #5A7BEC;
}

.contactUsImgBlock {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
}

.pageContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 204px;
    margin-bottom: 77px;
    width: 1040px;
}

.contentContainer {
    margin-top: 80px;
}

.paddingTop32 {
    padding-top: 32px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop24 {
    margin-top: 24px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop80 {
    margin-top: 80px;
}

.marginLeft6 {
    margin-left: 6px;
}

.marginLeft20 {
    margin-left: 20px;
}

.width376 {
    width: 376px;
}