@media (max-width: 768px) {
  .lang-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  .w1200,
  .banner .content {
    width: 100%;
    margin: unset;
  }

  .agreement {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 40px 15px 15px 15px;
  }

  .agreement dt {
    word-break: break-all;
  }

  .agreement dd {
    word-break: break-all;
  }

  .titleimg,
  .title img {
    height: 21px;
    width: auto;
    width: fit-content;
    z-index: 1;
    margin: 0 auto;
    max-width: 100vw;
    width: auto;
  }

  .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .title .titleimg,
  .title img {
    margin: 0 auto;
  }

  .title .des {
    font-size: 14px;
    color: #748ed6;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 100;
  }

  .title .des .line {
    width: 66px;
    height: 2px;
    background: #3369fe;
    border-radius: 100px;
    display: inline-block;
    margin-top: 12px;
  }

  .title.right {
    align-items: center;
  }

  .title.right .des {
    flex-direction: column-reverse;
  }

  .header {
    width: 100%;
    height: 40px;
    background: #FFF6E7;
    position: fixed;
    top: 0;
    z-index: 3;
    box-shadow: 0px 0px 20 0px rgba(0, 0, 0, 0.05);
  }

  .header a {
    margin: 0 auto;
  }

  .header a .logo {
    height: 24px;
  }

  .header .menu {
    display: block;
    height: 14px;
    position: absolute;
    left: 10px;
  }


  .header .nav {
    display: none;
  }

  .model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding-top: 40px;
  }

  .model a {
    background-color: #fff6e7;
    padding: 0 16px;
    display: block;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    color: #322100;
    border-top: 1px solid rgba(27, 18, 0, 0.05);
    position: relative;
    margin-right: 0;
  }

  .model a,
  .model a:hover {
    color: #322100;
  }

  .model a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: url('../images/h5/icon-menu.png') no-repeat;
    background-size: 12px 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }

  .banner {
    padding-top: 44px;
    width: 100%;
    height: 567px;
    background: url(../images/h5/bg-banner1.png) no-repeat;
    background-size: 100% 100%;
  }

  .banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner .content .text1 {
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .banner .content .logo {
    width: 73px;
    margin-bottom: 32px;
  }

  .banner .content .titleimg,
  .banner .content .titleimg-desc {
    display: none;
  }

  .banner .content .titleimg_h5,
  .banner .content .title img,
  .title .banner .content img {
    display: block;
    height: 69px;
    margin-bottom: 10px;
  }


  .banner .content .titleimg-desc {
    height: 12px;
    margin-bottom: 15px;
    display: none;
  }

  .banner .content .line {
    width: 54px;
    height: 4px;
    margin-bottom: 16px;
  }

  .banner .content dt {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .banner .content dd {
    font-size: 10px;
    transform: scale(0.8);
    margin-bottom: 24px;
    margin-top: 0;
  }

  .banner .content .btn .btn2 {
    display: none;
  }

  .banner .content .btn .btn1,
  .banner .content .btn .btn2 {
    width: 130px;
    height: 38px;
    font-size: 14px;
    color: #3369fe;
    cursor: pointer;
  }

  .banner .content .btn .btn1 img,
  .banner .content .btn .btn2 img {
    width: 12px;
    margin-right: 8px;
  }

  .banner .content .btn .btn1 {
    margin-right: 16px;
    color: #000;
  }

  .btn1 .tips {
    display: none;
  }

  .banner .content .right-bg {
    width: 248px;
    right: 50%;
    transform: translateX(50%);
    bottom: -24px;
    display: none;
  }

  .info {
    padding-top: 57px;
  }

  .info .titleimg {
    display: none;
  }

  .info .titleimg_h5 {
    display: block;
    height: 18px;
    margin-bottom: 23px;
  }

  .info .desc {
    font-size: 10px;
    transform: scale(0.8);
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #322100;
    line-height: 10px;
    margin-bottom: 50px;
  }

  .info .list {
    grid-template-rows: unset;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    background-color: #fff;
    grid-row-gap: 8px;
  }

  .info .list .box {
    /* height: 236px; */
    background: #fff;
  }

  .info .list .box img {
    margin-top: 24px;
    width: 60px;
  }

  .info .list .box .bottom {
    width: calc(100% - 34px);
    padding: 0 17px;
    text-align: center;
  }

  .info .list .box .bottom dt {
    margin-top: 30px;
    font-size: 16px;
  }

  .info .list .box .bottom dd {
    margin-top: 16px;
    line-height: 24px;
    font-size: 12px;
    padding-bottom: 30px;
  }


  .bg-img {
    margin-top: 60px;
    height: 408px;
    background: url('../images/h5/bg-img.png') no-repeat;
    background-size: 100% 100%;
    background-position: right top;
    /* background-attachment: fixed; */
    position: relative;
    overflow: hidden;
  }

  .bg-img .postion {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: #fff;
  }

  .bg-img .w1200-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .bg-img .bg-01 {
    height: 266px;
    position: absolute;
    bottom: 0;
    left: 16px;
  }

  .bg-img .title-bg5 {
    position: absolute;
    bottom: 97px;
    right: 15px;
    height: 45px;
  }

  .bg-img .desc {
    position: absolute;
    bottom: 44px;
    right: -15px;
    width: 300px;
    height: 28px;
    font-size: 10px;
    transform: scale(0.8) !important;
    font-weight: 400;
    color: #322100;
    line-height: 14px;
    text-align: right;
  }

  .down {
    padding-top: 57px;
    padding-bottom: 64px;
  }

  .down .titleimg {
    display: none;
  }

  .down .titleimg_h5 {
    display: block;
    height: 18px;
    margin-bottom: 23px;
  }

  .down .desc {
    font-size: 10px;
    transform: scale(0.8);
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #322100;
    line-height: 10px;
    margin-bottom: 40px;
  }

  .down .list {
    display: none;
  }


  .down .btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .down .btn .btn1 {
    width: 130px;
    height: 38px;
    background: #FFAC12;
    border: 1px solid #FFAC12;
    border-radius: 5px;
    font-size: 14px;
    color: #FFAC12;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .down .btn .btn1 img {
    width: 12px;
    margin-right: 8px;
  }

  .down .btn .btn1 {
    margin-right: 16px;
    color: #000;
  }


  .down .downClient {
    display: none !important;
    position: absolute;
    pointer-events: none;
  }

  .down .codeBox {
    display: none;
  }

  .down .list {
    grid-template-columns: repeat(2, 100px);
    margin-top: 37px;
    grid-column-gap: 22px;
  }

  .down .list .box {
    height: 100px;
    background: url(../image/bg-down.png) no-repeat;
    background-size: 100px 100px;
  }

  .down .list .box .img {
    width: 30px;
    height: 30px;
    margin-top: 22px;
  }

  .down .list .box .img img {
    width: 100%;
  }

  .down .list .box dt {
    margin-top: 14px;
    font-size: 14px;
  }

  .footer {
    background: #f5f5f5;
    width: 100%;
  }

  .footer .w1200,
  .footer .banner .content,
  .banner .footer .content {
    position: relative;
  }

  .footer .content .top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
  }

  .footer .content .top .top-l {
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 0 16px 18px;
  }

  .footer .content .top .top-l>img {
    height: 14px;
    margin-bottom: 12px;
  }

  .footer .content .top .top-l .item {
    height: 12px;
    margin-right: 7px;
    margin-bottom: 12px;
    display: flex;
  }

  .footer .content .top .top-l img {
    height: 12px;
    margin-right: 10px;
  }

  .footer .content .top .top-l span {
    display: inline-block;
    font-size: 12px;
    color: #4e4e4e;
    line-height: 12px;
  }

  .footer .content .top .top-l .title,
  .footer .content .top .top-r .title {
    font-size: 12px;
  }

  .footer .content .top .top-r {
    padding: 12px 16px 18px;
  }

  .footer .content .top .top-r>img {
    height: 14px;
    margin-bottom: 12px;
  }

  .footer .content .top .top-r .product {
    display: flex;
    justify-content: center;
  }

  .footer .content .top .top-r .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 40px;
    margin-bottom: 12px;
  }

  .footer .content .top .top-r .item:last-child {
    margin-right: 0;
  }

  .footer .content .top .top-r .item img {
    height: 38px;
    margin-bottom: 10px;
  }

  .footer .content .top .top-r span {
    display: inline-block;
    font-size: 12px;
    color: #4e4e4e;
    line-height: 12px;
    text-align: center;
  }

  .footer .content .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .footer .content .center a {
    padding: 0 16px;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #7F7F7F;
    border-top: 1px solid #fff;
    position: relative;
    margin-right: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }

  .footer .content .center a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 13px;
    position: absolute;
    background: url('../images/h5/icon-more.png') no-repeat;
    background-size: 12px 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }


  .footer .content .bottom {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 9px 0 18px;
  }

  .footer .content .bottom dt,
  .footer .content .bottom dd,
  .footer .content .bottom a {
    line-height: 12px;
    font-size: 12px;
    transform: scale(0.8);
    color: #ccc;
    display: block;
  }

  .footer .content .bottom a {
    margin-top: 5px;
  }

  .footer .content .bottom a {
    margin-bottom: 6px;
  }
}