  *{
    box-sizing: border-box;
    margin:0;
    padding:0;
  }
  @font-face {
    font-family: FSAlbert;
    src: url("../font/FS-Albert.otf") format("opentype");
  }
  @font-face {
    font-family: HeiSASC;
    src: url("../font/HeiSASC-Medium.TTF") format("opentype");
  }
  @font-face {
    font-family: HeiTASC;
    src: url("../font/HeiTASC-Medium.TTF") format("opentype");
  }
  body {
    font-size: 14px;
    color: #514244;
    background:#FAF9F5;
  }
  body.cn{
    font-family: HeiSASC, Helvetica, sans-serif !important;
  }
  body.en{
    font-family: FSAlbert, sans-serif !important;
  }
  body.hk{
    font-family: HeiTASC, Helvetica, sans-serif !important;
  }
  body.popup{
    overflow: hidden;
  }
  a{
    text-decoration: none;
  }

  .header {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header a {
    color: #808080;
    font-size: 18px;
  }

  .content {
    width: 100%;
    height: 658px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-around;
    padding:0 10% 0 5%;
  }
  .first_content {
    background-image: url("../imgs/first_content_background.png");
    height: auto;
    background-size: 100% 80%;
    background-position: center 0;
    background-repeat: no-repeat;
    padding-top:6vw;
    text-align: center;
  }
  .second_content{
    height: auto;
    justify-content: space-between;
    padding:0 20% 0 20%;
  }
  .second_content .decoration_div{
    background:rgba(220, 97, 22);
    border-radius: 4px;   
    position: absolute;   
    z-index: -1;
  }
  .second_content_first .decoration_div{
    height: 50%;
    width: 5vw;
    top: 25%;
    left: 20%;
  }
  .third_content {
    background-image: url("../imgs/third_content_background.png");
    background-size: cover;
  }
  .left_content>img{
    object-fit: contain;
    width: 100%;
    max-height: 100%;
  }
  .right_content img{
    object-fit: contain;
    width: 100%;
    max-height: 100%;
  }
  .content .flexColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .right_content_row{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 450px;
  }
  .right_content_row_text{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    height: 100%;
    justify-content: space-evenly;
  }
  .footer {
    background-color: #FCFBFA;
    color:rgba(81, 66, 68, 0.5);
  }

  .first_footer {
    width: 30vw;
    height: 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
  }
  .first_footer.tc{
    width:50vw;
    height:30vw;
  }
  .footer_column {
    height: 70%;
    display: flex;
    flex-direction: column;
  }

  .footer_column a {
    text-decoration: none;
    color: rgba(81, 66, 68, 0.5);
    font-size: 1vw;
  }

  .footer_column a:hover {
    color: #806e34;
  }

  .footer_column_header {
    font-size: 1.2vw;
    font-weight: bold;
    color:#514244;
    margin-bottom: 1em;
  }

  .footer_column_row {
    font-size: 12px;
    margin-bottom:1em;
  }

  .second_footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 118px;
    justify-content: center;
  }

  .second_footer a,
  .second_footer p {
    font-size: 1vw;
  }

  .second_footer a {
    color: #1066CF;
    text-decoration: underline;
  }
  .go_top{
    position:fixed;
    bottom:20px;
    right:20px;
    border:none;
    background: transparent;
    cursor: pointer;
  }
  .second_div{
    position: relative;
  }
  /*.second_div{
    background-image: url("/static/imgs/bg2.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10%;
    background-size: 15%
  }
  .bg_div{
    background-image: url("/static/imgs/bg3.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15%
  }*/
  .appstore_div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 5% 15%;
    height: 13vw;
    visibility: hidden;
  }
  .appstore_div.hori{
    margin: 5% 0%;
  }
  .appstorelogo-vertical{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .appstorelogo-hori{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:60%;
  }
  .appstorelogo-hori img{
    width:46%;
  }
  .or{
    height:100%;
  }
  .or.qrcode{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(81, 66, 68, 0.5);
  }
  .or.qrcode p{
    margin-top: 5px;
  }
  .mask{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index:1;
    display: none;
  }
  .mask.popup{
    display: flex;;
  }
  .mask_content{
    width: 25vw;
    height: 25vw;
    background: white;
    padding: 1vw;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:black;
    position: relative;
  }
  .mask_content_close{
    width: 15%;
    height: 15%;
    position: absolute;
    right: -7%;
    top: -7%;
    text-align: center;
    font-size: 1.2vw;
    border-radius: 50%;
    background: rgb(243, 112, 33);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mask_content p{
    text-align: center;
    font-size: 0.9vw;
    padding-top: 1vw;
  }
  .appstorelogo-apple{
    width: 50%;
    margin: 4% auto;
  }
  .appstorelogo-android{
    width: 50%;
    margin: 4% auto;
    display: flex;
    flex-direction: column;
  }
  .appstorelogo-android img{
    margin-bottom: 4%;
  }
  .appstore_div_phone{
    visibility: hidden;
  }
  .appstore_div_phone img{
    width:100%;
  }
  .downloadAPK{
    background: #F37021;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    height: 40px;
    color:white;
  }
  .bg_1{
    position:absolute;
    left:0;
    top: -15vw;
    width: 90vw;
    object-fit: cover;
  }
  .bg_2{
    position:absolute;
    right:0;
    bottom: 2vw;
    width: 90vw;
    object-fit: cover;
    z-index:-1
  }
  #more{
    color:white;
    background-color: #F37021;
    border-radius: 4px;
    border:none;
    height: 51px;
    width: 172px;
    font-size: 18px;
    cursor: pointer;
  }
  @media screen and (max-width: 500px) {
    h1{
      font-size: 22px !important;
      font-weight: normal;
    }
    .header{
      justify-content:center;
    }
    .bg_1{
      top: -30vw;
    }
    .bg_2{
      bottom: 15vw;
    }
    .right_corner{
      display: none;
    }
    .first_content{
      padding: 3vw;
    }
    .first_content_div1>p{
      margin:10px auto 30px;
    }
    .content p{
      font-size: 18px;
      line-height: 26px;
    }
    .first_content_div1 .substitle{
      font-size:16px;
    }
    /*.second_div{
      margin-top: 25%;
      padding-top:20%;
    }*/
    .second_content{
      padding:0 10% 0 10%;
    }
    .second_content_second{
      flex-direction: column-reverse;
    }
    .second_content_second .left_content{
      text-align: center;
    }
    .second_content .right_content{
      text-align: center;
    }
    .third_content{
      height: 130vw;
      padding-right:5%;
    }
    .second_footer p {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 501px) and (max-width: 900px) {
    h1{
      font-size: 26px !important;
      font-weight: normal;
    }
    .header{
      padding: 0 50px;
    }
    .content p{
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 26px;
    }
    .first_content{
      background-size:100% 70%;
    }
    .first_content_div1>p{
      margin:30px auto 50px;
    }
    .first_content_div1{
      width:70%;
    }
    .first_content_div1 .substitle{
      font-size:16px;
    }
    .appstorelogo-vertical img{
        height:29%;
    }
    /*.second_div{
      margin-top: 30%;
    }*/
    .third_content{
      height: 50vw;
      padding-right:5%;
    }
    .third_content .left_content{
      width: 80%;
    }
    .mediaquery_second_content_img{
      flex:1
    }
    .second_content .left_content{
      margin-right:3%;
    }
    .mediaquery_title2{
      margin-top:2%;
    }
  }
  @media screen and (min-width: 901px) {
    h1{
      font-size: 2.8vw !important;
      font-weight: normal;
    }
    .second_content h1{
      font-size: 2.3vw !important;
    }
    .header{
      padding: 0 120px;
    }
    .first_content_div1>p{
      margin:30px auto 50px;
      font-size:1.2vw;
    }
    .first_content_div1{
      width:50%;
    }
    .first_content_div1 .substitle{
      font-size:0.9vw;
    }
    .appstorelogo-vertical img{
        height:25%;
    }
    .subtitle1{
      font-size: 1.1vw;
    }
    /*.second_div{
      margin-top: 25%;
    }*/
    .third_content{
      height: 40vw;
      padding:0 10% 0 10%
    }
    .third_content .left_content{
      width: 60%;
    }
    .content p{
      font-size: 1.2vw;
      line-height: 1.5vw;
    }
    .mediaquery_second_content_img{
      width:58%;
    }
    
  }
  .left_content_move{ opacity:0; animation:leftmove 1s forwards; animation-play-state:paused;}
  .left_content_move.move{ animation-play-state:running;}
  @keyframes leftmove{
    from{ opacity:0; left:-100px;}

    to{ opacity:1; left:0;}
  }

  .right_content_move{ opacity:0; animation:rightmove 1.5s forwards; animation-play-state:paused;}
  .right_content_move.move{ animation-play-state:running;}
  @keyframes rightmove{
    from{ opacity:0; right:-100px;}

    to{ opacity:1; right:0;}
  }
  .badge{
    cursor: pointer;
  }
  .top_content_move{ opacity:0; animation:topmove 2s forwards; animation-play-state:paused;}
  .top_content_move.move{ animation-play-state:running;}
  @keyframes topmove{
    from{ opacity:0; top:-100px;}

    to{ opacity:1; top:0;}
  }