@media (max-width: 749px) {
  #app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
  }
  #app .container {
    width: 100%;
    position: relative;
  }
  #app .content1 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #f8faff;
  }
  #app .content1 .block1 {
    flex-shrink: 0;
    width: calc(100% - 24px);
    padding: 50px 12px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #app .content1 .block1 .block1_top {
    width: 100%;
  }
  #app .content1 .block1 .block1_top .block1_t_t {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content1 .block1 .block1_top .block1_t_t h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #3f4670;
  }
  #app .content1 .block1 .block1_top .block1_t_d {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
  #app .content1 .block1 .block1_top .block1_t_d span {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #3f4670;
    line-height: 24px;
  }
  #app .content1 .block1 .block1_top .block1_t_b {
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content1 .block1 .block1_top .block1_t_b .block1_t_bi {
    cursor: pointer;
    width: 162px;
    height: 44px;
    background: #0941d6;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content1 .block1 .block1_top .block1_t_b .block1_t_bi span {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
  }
  #app .content2 {
    width: 100%;
    height: 80px;
  }
  #app .content2 .content2_m {
    width: 100%;
  }
  #app .content2 .content2_m .block2 {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 4px 14px 0px #f3f8ff;
  }
  #app .content2 .content2_m .block2 .block2_m {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #app .content2 .content2_m .block2 .block2_m .block2_m_i {
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content2 .content2_m .block2 .block2_m .block2_m_i span {
    font-weight: 400;
    font-size: 18px;
    color: #616a9d;
    line-height: 27px;
  }
  #app .content2 .content2_m .block2 .block2_m .block2_m_i:hover span {
    color: rgb(9, 65, 214);
  }
  #app .content3 {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #app .content3 .block3 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-bottom: 56px;
  }
  #app .content3 .block3 .block3_t {
    padding-top: 56px;
    margin-bottom: 31px;
  }
  #app .content3 .block3 .block3_t h1 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #3f4670;
  }
  #app .content3 .block3 .block3_m {
    overflow: hidden;
    background: #f8faff;
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    padding-bottom: 36px;
  }
  #app .content3 .block3 .block3_m .block3_m_t {
    width: calc(100% - 22px - 30px);
    background-color: #0941d6;
    padding: 36px 22px 36px 30px;
  }
  #app .content3 .block3 .block3_m .block3_m_t .block3_m_tt {
    line-height: 36px;
  }
  #app .content3 .block3 .block3_m .block3_m_t .block3_m_tt h1 {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
  }
  #app .content3 .block3 .block3_m .block3_m_t .block3_m_tb {
    margin-top: 9px;
  }
  #app .content3 .block3 .block3_m .block3_m_t .block3_m_tb span {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
  }
  #app .content3 .block3 .block3_m .block3_m_m {
    width: calc(100% - 60px);
    padding: 32px 30px 0;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_t {
    margin-bottom: 46px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_t span {
    font-weight: 500;
    font-size: 20px;
    color: #3f4670;
    line-height: 30px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m {
    width: 100%;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms {
    width: 100%;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms .block3_m_m_mi {
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms .block3_m_m_mi .block3_m_m_mit {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms .block3_m_m_mi .block3_m_m_mit .block3_m_m_mitl {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 14px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms .block3_m_m_mi .block3_m_m_mit .block3_m_m_mitl img {
    width: 100%;
    height: 100%;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms .block3_m_m_mi .block3_m_m_mit .block3_m_m_mitr h2 {
    font-weight: 500;
    font-size: 16px;
    color: #3f4670;
    line-height: 24px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms .block3_m_m_mi .block3_m_m_mitm {
    margin-left: 38px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_m .block3_m_m_ms .block3_m_m_mi .block3_m_m_mitm span {
    font-weight: 400;
    font-size: 14px;
    color: #3f4670;
    line-height: 21px;
  }
  #app .content3 .block3 .block3_m .block3_m_m .block3_m_m_b {
    display: none;
  }
  #app .content4 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #app .content4 .block4 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-bottom: 50px;
  }
  #app .content4 .block4 .block4_t {
    margin-bottom: 42px;
  }
  #app .content4 .block4 .block4_t h1 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #3f4670;
  }
  #app .content4 .block4 .block4_m {
    width: 100%;
    overflow: scroll;
    height: 192px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  #app .content4 .block4 .block4_m .block4_mi {
    flex-shrink: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content4 .block4 .block4_m .block4_mi .block4_mim {
    cursor: pointer;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(155, 155, 155, 0.25);
    border-radius: 50%;
    margin: 0 22px;
  }
  #app .content4 .block4 .block4_m .block4_mi .block4_mim span {
    font-size: 16px;
    color: #0941d6;
  }
  #app .content4 .block4 .block4_m .block4_ms {
    width: calc(100% - 40px);
    height: 192px;
    overflow-x: scroll;
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi {
    cursor: pointer;
    flex-shrink: 0;
    width: 192px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi .block4_msit {
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8faff;
    margin-bottom: 27px;
    border-radius: 8px;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi .block4_msit img {
    width: 100%;
    height: 100%;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi .block4_msit img.no_active {
    display: inline-block;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi .block4_msit img.active {
    display: none;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi .block4_msib h1 {
    font-weight: 400;
    font-size: 16px;
    color: #3f4670;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi.active .block4_msit {
    background-color: rgb(9, 65, 214);
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi.active .block4_msit img.no_active {
    display: none;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi.active .block4_msit img.active {
    display: inline-block;
  }
  #app .content4 .block4 .block4_m .block4_ms .block4_msi.active .block4_msib h1 {
    font-weight: 500;
    font-size: 16px;
    color: #0941d6;
  }
  #app .content5 {
    display: none !important;
    width: calc(100% - 24px);
    padding: 0 12px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #app .content5 .block5 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-bottom: 50px;
  }
  #app .content5 .block5 .block5_m {
    width: 100%;
  }
  #app .content5 .block5 .block5_m .block5_m_l {
    width: 100%;
  }
  #app .content5 .block5 .block5_m .block5_m_l .block5_m_l_t h1 {
    font-weight: 500;
    font-size: 24px;
    color: #3f4670;
    line-height: 36px;
  }
  #app .content5 .block5 .block5_m .block5_m_l .block5_m_l_d {
    margin: 15px 0 49px;
  }
  #app .content5 .block5 .block5_m .block5_m_l .block5_m_l_d span {
    font-weight: 400;
    font-size: 14px;
    color: #3f4670;
    line-height: 21px;
  }
  #app .content5 .block5 .block5_m .block5_m_l .block5_m_l_b {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content5 .block5 .block5_m .block5_m_l .block5_m_l_b .block5_m_l_bi {
    cursor: pointer;
    width: 145px;
    height: 38px;
    background: #0941d6;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
  }
  #app .content5 .block5 .block5_m .block5_m_r {
    margin-top: 20px;
    flex-shrink: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 17px 0px #e8f0fd;
    border-radius: 14px 14px 14px 14px;
  }
  #app .content5 .block5 .block5_m .block5_m_r img {
    width: 100%;
  }
  #app .content5 .block5 .block5_m.hide {
    display: none;
  }
  #app .content6 {
    width: calc(100% - 24px);
    padding: 0 12px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #app .content6 .block6 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  #app .content6 .block6 .block6_t {
    margin-bottom: 56px;
  }
  #app .content6 .block6 .block6_t h1 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #3f4670;
  }
  #app .content6 .block6 .block6_m {
    width: 100%;
    margin-bottom: 46px;
  }
  #app .content6 .block6 .block6_m .block6_ms {
    width: 100%;
    padding-bottom: 50px;
  }
  #app .content6 .block6 .block6_m .block6_ms .block6_msi {
    cursor: pointer;
    flex-shrink: 0;
    width: 100%;
    height: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8faff;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
  }
  #app .content6 .block6 .block6_m .block6_ms .block6_msi .block6_msit {
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8faff;
    margin-bottom: 27px;
    border-radius: 8px;
  }
  #app .content6 .block6 .block6_m .block6_ms .block6_msi .block6_msit img {
    width: 100%;
    height: 100%;
  }
  #app .content6 .block6 .block6_m .block6_ms .block6_msi .block6_msib h1 {
    font-weight: 400;
    font-size: 16px;
    color: #3f4670;
  }
  #app .content6 .block6 .block6_b {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content6 .block6 .block6_b .block6_bi {
    cursor: pointer;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(155, 155, 155, 0.25);
    border-radius: 50%;
    margin: 0 22px;
  }
  #app .content6 .block6 .block6_b .block6_bi span {
    font-size: 16px;
    color: #0941d6;
  }
  #app .content7 {
    width: calc(100% - 24px);
    padding: 0 12px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #app .content7 .block7 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  #app .content7 .block7 .block7_t {
    margin-bottom: 56px;
  }
  #app .content7 .block7 .block7_t h1 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #3f4670;
  }
  #app .content7 .block7 .block7_m {
    width: 100%;
    margin-bottom: 46px;
  }
  #app .content7 .block7 .block7_m .block7_ms {
    width: 100%;
    padding-bottom: 50px;
  }
  #app .content7 .block7 .block7_m .block7_ms .block7_msi {
    cursor: pointer;
    flex-shrink: 0;
    width: 100%;
    height: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8faff;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
  }
  #app .content7 .block7 .block7_m .block7_ms .block7_msi .block7_msit {
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8faff;
    margin-bottom: 27px;
    border-radius: 8px;
  }
  #app .content7 .block7 .block7_m .block7_ms .block7_msi .block7_msit img {
    width: 100%;
    height: 100%;
  }
  #app .content7 .block7 .block7_m .block7_ms .block7_msi .block7_msib h1 {
    font-weight: 400;
    font-size: 16px;
    color: #3f4670;
  }
  #app .content7 .block7 .block7_b {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #app .content7 .block7 .block7_b .block7_bi {
    cursor: pointer;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(155, 155, 155, 0.25);
    border-radius: 50%;
    margin: 0 22px;
  }
  #app .content7 .block7 .block7_b .block7_bi span {
    font-size: 16px;
    color: #0941d6;
  }
  #app .content8 {
    display: flex;
    padding: 10px;
    margin: 0 auto;
    height: fit-content;
    align-items: center;
    justify-content: center;
  }
  #app .content8 .item8 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
  }
  #app .content8 .item8 .item8_i {
    width: 100%;
    box-sizing: border-box;
    padding: 31px 48px 39px;
    display: flex;
    flex-direction: column;
    background: #f8faff;
    border-radius: 8px 8px 8px 8px;
    position: relative;
  }
  #app .content8 .item8 .item8_i .item8_ic {
    width: 204px;
    height: 152px;
    position: absolute;
    background-image: url(../../../static/img/home/item8/block8_1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    opacity: 0.66;
  }
  #app .content8 .item8 .item8_i .item8_it {
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
    color: #3f4670;
    line-height: 1.5;
    margin-bottom: 18px;
    text-align: center;
  }
  #app .content8 .item8 .item8_i .item8_id {
    z-index: 2;
    width: fit-content;
    max-width: 750px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #414c69;
  }
  #app .content8 .item8 .item8_i .item8_ib {
    z-index: 2;
    margin-top: 25px;
    display: flex;
  }
  #app .content8 .item8 .item8_i .item8_ib .item8_ibl,
  #app .content8 .item8 .item8_i .item8_ib .item8_ibr {
    width: 150px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0941d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
  }
  #app .content8 .item8 .item8_i .item8_ib .item8_ibl {
    background-color: transparent;
    color: #0941d6;
    margin-right: 12px;
  }
  #app .content8 .item8 .item8_i .item8_ib .item8_ibr {
    background-color: #0941d6;
    color: #ffffff;
    border-color: transparent;
  }
}

/*# sourceMappingURL=product_sdk_saz.css.map */
