button {
  border: none;
}

body {
  /* padding-top: 80px; */
  padding-top: 76px;
}


#h5_navbar {
  display: none !important;
}

/* 首页banner 动图 */
#lottie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  height: auto !important;
}


/* web端布局 */
@media (min-width: 768px) {

  .tubiao a:hover .qq-img::after,
  .tubiao a.footer-telgram-icon:hover .footer-telgram-list::after,
  .footer-table a.footer-telgram-icon:hover .footer-telgram-list::after,
  .footer-table a:hover .qq-img::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 236px;
    width: 35px;
    height: 154px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 5;
    box-sizing: border-box;
  }

  .tubiao a.footer-telgram-icon:hover .footer-telgram-list::after {
    top: 6px;
    left: 244px;
    width: 35px;
    height: 92px;
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-table a.footer-telgram-icon:hover .footer-telgram-list::after {
    top: 97px;
    left: 0px;
    width: 145px;
    height: 39px;
  }

  .footer-table a:hover .qq-img::after {
    top: 134px;
    left: 91px;
    width: 145px;
    height: 47px;
  }

  .right_icon {
    position: fixed;
    top: 50%;
    right: 0%;
    width: 50px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .youshi_block_web {
    display: block;
    width: 100%;
    background-image: url(bg_youshi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .youshi_block_yidong {
    display: none;
  }

  /* web端  swiper的布局 */
  .group_4 .swiper-container1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .group_4.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* 自定义轮播图尺寸 */
  .group_4 .swiper-pagination-bullet {
    width: 3.125vw;
    height: 0.2083vw;
    display: inline-block;
  }

  .group_4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0;
    background: rgba(2, 117, 255, 1);
    border-radius: unset;
  }

  .group_4 .swiper-pagination {
    top: 482px;
    top: 31vw;
    left: 95px;
    text-align: left;
  }

  .group_4 .swiper-button-next,
  .group_4 .swiper-button-prev {
    width: 2.9167vw;
    height: 2.9167vw;

    border: 0.1563vw solid #888E9EFF;
    color: #888E9EFF;

    /* 字体图标设置 */
    border-radius: 50%;
    font-size: 20px;

  }

  .group_4 .swiper-button-prev:hover {
    border: 0;
    background: linear-gradient(270deg, #00D5FF 0%, #1A79FF 100%);
    color: #fff;

  }



  .group_4 .swiper-button-next:hover {
    border: 0;
    background: linear-gradient(270deg, #00D5FF 0%, #1A79FF 100%);
    color: #fff;
  }

  /* 删除按钮的为元素:直接修改 源码  */
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {}

  .group_4 .swiper-button-next {
    margin-left: 0;
    margin-left: 0.8333vw;
  }

  .group_4 .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 23vw;
    left: 10px;

  }


  .swiper-slide .container {
    width: 100%;
    height: 100%;
  }

  .group_4 .swiper-container1 {
    width: 100%;
  }

  .group_4 .swiper-slide {
    padding: 0;
    height: 550px;
    height: 34vw;
  }

  /* swiper布局结束 */
  .second_ul {
    float: right;
    margin-right: 20px;
  }

  .img_block {
    display: none;
  }

  /* 第一部分 的切换 */
  .head_block_yidong {
    display: none;
  }

  .head_block_web {
    display: block;
  }

  /*第二部分  价值平台部分 */
  .jiazhi_block_web {
    display: block;
  }

  .jiazhi_block_yidong {
    display: none;
  }

  /* 第三部分的切换  主流广告形式 */
  .zhuliu_block_web {
    display: block;
  }

  .zhuliu_block_yidong {
    display: none;
  }

  /* footer 部分的切换 */
  .footer_web {
    display: block;
  }

  .footer_yidong {
    display: none;
  }

  dt {
    margin-bottom: 15px;
  }

  dt a {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
  }

  dd {
    margin: 20px 0;
  }

  .contactme {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 64px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #898a8d;
    line-height: 22px;
    cursor: pointer;
  }

  .contactme:hover {
    color: #148cff;
  }

  .pr {
    position: relative;
  }

  .footer_block {
    left: 41.5%;
    padding-top: 20px;
    width: 230px;
    height: 132px;
  }

  .block_bb {
    /* 下边框 */
    border-bottom: 1px solid #262643;
  }

  .ceshi {
    border: 1px solid red;
  }

  .wenti_block {
    position: absolute;
    top: -20px;
    left: 0;
    text-align: left;
  }

  .dongtai_block {
    position: absolute;
    top: -20px;
    left: 162px;
  }

  .icons {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #262643;
    background-size: 100% 100%;
    line-height: 45px;
    margin-right: 15px
  }

  .icon_1 {
    color: white;
    font-size: 30px !important;
    text-align: center;
  }

  .icon_2 {
    color: white;
    font-size: 30px !important;
    text-align: center;
  }



  .icon_3 {
    margin-left: 45px;
    color: white;
    font-size: 30px !important;
    text-align: center;
  }

  .icon_1:hover,
  .icon_3:hover {
    font-size: 28px !important;
    color: #1099FDFF;
  }

  .wenti_block div,
  .dongtai_block div {
    margin: 10px 0;

    /* 字体颜色 */
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #898a8d;
  }

  /* 头部样式 */

  .register_btn {
    float: right;
    width: 90px;
    height: 81px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #b1b1b1;
    transition: color .5s;
  }

  .login_btn {
    width: 170px;
    height: 81px;

    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #b1b1b1;
    transition: color .5s;
  }

  /* 按钮动态显示效果 */
  .btn_item {
    position: relative;
  }

  .btn_item:after,
  .btn_item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -2;
  }

  .btn_item:hover {
    z-index: 1;
    /* 解决 */
    color: #fff !important;
    background: transparent;
  }

  .btn_item:before {
    transition: 0.5s;
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
    z-index: -1;
  }

  .btn_item:hover:after,
  .btn_item:hover:before {
    width: 100%;
  }

  .navbar-custom .navbar-collapse .navbar-navR li {
    height: 80px;
    line-height: 80px;
  }

  .container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  /* 价值平台 */
  .title-jiazhi {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    height: 650px;
    width: 100%;

    background-image: url(bg_jiezhi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .title-jiazhi h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    font-size: 40px;
    color: #232636;
    font-weight: lighter;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-top: 45px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .title-jiazhi h2 span {
    display: block;
    margin: -9px auto;
    margin-bottom: -8px;
    font-size: 18px;
    color: #464b61;
    line-height: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .introduce-list {
    margin-top: 50px;

    height: 290px;
    background-image: url(introduce-list.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    border-radius: 10px;
    /* 为了产生动态效果 */
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: all;
  }

  .introduce-list:hover {
    margin-top: 40px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
  }

  /* 主流广告形式 */

  .title-zhuliu {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    height: 790px;
    width: 100%;

    background-image: url(bg_zhuliu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .title-zhuliu h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    font-size: 40px;
    color: #fff;
    font-weight: lighter;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-top: 45px;
    margin-bottom: 123px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .title-zhuliu h2 span {
    display: block;
    margin: -9px auto;
    margin-bottom: -8px;
    font-size: 18px;
    color: #ccd6ff;
    line-height: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .content_block {
    top: 0px;
    left: -15px;
    height: 402px;
    border: 1px solid #34348c;
    border-radius: 0px 20px 20px 0px;
  }

  .ad-style-type {
    display: flex;
    /* 改变主轴方向 */
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-top: 1px solid #34348c;
    border-left: 1px solid #34348c;
    border-bottom: 1px solid #34348c;
    border-radius: 20px 0px 0px 20px;
  }

  .ad-style-type-item:last-child {
    border-radius: 0px 0px 0px 20px;
  }

  .ad-style-type-item:first-child {
    border-radius: 20px 0px 0px 0;
  }

  .ad-style-type-item {
    height: 100px;
    width: 100%;
    line-height: 100px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccd6ff;
  }

  .ad-style-type-item.active {
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
    color: #fff;
    font-weight: 700;
  }

  .ad-style-type-item.active:hover {
    background: linear-gradient(270deg, #03bade 0%, #085bd0 100%);
  }

  .ad-style-type-item.active:active {
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
  }

  .ad-style-type-item span {
    cursor: pointer;
  }

  .ad-style-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ad-style-content-text {
    margin: 0 auto;
    left: 10px;
  }

  .ad-style-title {
    text-align: left;
    padding-top: 2px;
    font-size: 27px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    margin-left: 45px;
    margin-top: 30px;
    width: 520px;
  }

  .ad-style-desc {
    font-size: 14px;
    position: relative;
    padding-bottom: 50px;
  }

  .ad-style-desc:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 20px;
  }

  .ad-style-text {
    font-size: 16px;

    text-align: left;
    width: 520px;

    font-family: PingFangSC-Regular, PingFang SC;
    color: #ccd6ff;
    padding-top: 20px;
    margin-left: 45px;
  }

  /* mobile_pc_icon */
  .mobile_pc_icon {
    position: absolute;
    top: 350px;
    width: 400px;
    text-align: left;
    margin-left: 50px;
  }


  .mobile_pc_icon .mobile_icon {
    display: inline-block;
    height: 20px;
    line-height: 27px;
    color: white;
    font-size: 24px;
    position: absolute;
  }


  .mobile_pc_icon .pc_icon {
    display: inline-block;

    color: white;
    font-size: 21px;
    position: absolute;
    height: 20px;
    line-height: 28px;
  }


  .mobile_pc_icon span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CCD6FF;
    margin-right: 15px;
  }

  .mobile_pc_icon .p_moblie {
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-left: 23px;
  }

  .mobile_pc_icon .p_pc {
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 25px;
    margin-left: 27px;
  }



  /* 右侧小图标 */
  .tubiao {
    width: 50px;
    height: 120px;
    background: linear-gradient(225deg, #00d5ff 0%, #1a79ff 100%);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tubiao span {
    display: inline-block;
    width: 30px;
    height: 30px;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 3px 0;
    border-radius: 50%
  }

  .tubiao1,
  .tubiao3 {
    color: white;
    font-size: 21px !important;
    text-align: center;
  }

  .tubiao1:hover,
  .tubiao3:hover {
    background-color: rgba(255, 255, 255, .2)
  }


  .back_btn {
    margin-top: 30px;
    width: 50px;
    height: 50px;


    box-shadow: 0px 4px 12px 0px rgba(4, 4, 46, 0.12);
    background-color: #fff;
    border-radius: 50%;
    color: #D8D8D8;
    font-weight: 600;
    font-size: 20px;
  }

  .back_btn:hover {
    color: #1A79FF;
  }

  .section_9 {
    position: absolute;
    top: 252px;
    left: 70px;

    width: 28px;
    height: 28px;
    background: url(gou.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_26 {
    position: absolute;
    top: 253px;
    left: 102px;

    width: 126px;
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
  }

  .section_10 {
    position: absolute;
    top: 254px;
    left: 247px;

    width: 28px;
    height: 28px;
    background: url(gou.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_27 {
    position: absolute;
    top: 253px;
    left: 279px;

    width: 90px;
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
  }

  .section_11 {
    position: absolute;
    top: 254px;
    left: 388px;

    width: 28px;
    height: 28px;
    background: url(gou.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_28 {
    position: absolute;
    top: 253px;
    left: 420px;

    width: 162px;
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
  }

  .section_12 {
    position: absolute;
    top: 300px;
    left: 70px;

    width: 28px;
    height: 28px;
    background: url(gou.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_29 {
    position: absolute;
    top: 301px;
    left: 102px;

    width: 162px;
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
  }

  .section_13 {
    position: absolute;
    top: 300px;
    left: 247px;

    width: 28px;
    height: 28px;
    background: url(gou.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_30 {
    position: absolute;
    top: 301px;
    left: 279px;

    width: 162px;
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
  }

  .section_14 {
    position: absolute;
    top: 300px;
    left: 388px;

    width: 28px;
    height: 28px;
    background: url(gou.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_31 {
    position: absolute;
    top: 301px;
    left: 420px;

    width: 162px;
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
  }

  .wrap_img {
    position: absolute;
    top: -77px;
    left: 554px;

    height: 546px;
    /* background: url(img_border.png) -1px 0px no-repeat; */
    background-size: 287px 546px;
    width: 285px;
  }

  .block_img {
    position: absolute;
    top: 7px;
    left: 30px;
    width: 248px;
    height: 533px;
    background: #d8d8d8;
    border-radius: 25px;
  }

  .block_img1 {
    background-image: url(block_img.png);
  }

  .block_img2 {
    background-image: url(block_img2.png);
  }

  .block_img3 {
    background-image: url(block_img2.png);
  }

  .block_img4 {
    background-image: url(block_img2.png);
  }





  .navbar-nav li {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
  }

  /* 平台优势 */
  .group_4 {
    position: relative;
    overflow: hidden;
    height: 550px;

    z-index: -1;
    width: 100%;
  }

  .text-group_72 {
    text-align: center;
  }

  .text_99 {
    display: inline-block;
    font-size: 2.0833vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #232636;
    line-height: 2.9167vw;
  }

  .text_100 {
    margin-top: 0.7813vw;
    font-size: 0.8333vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #464B61;
    line-height: 1.1458vw;
  }

  .text-group_77 {
    text-align: left;
  }

  .section_20 {
    display: inline-block;
    margin-right: 25px;
    margin-top: 50px;
    width: 56px;
    height: 56px;
    background: url(swiper_prev.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .section_30 {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(swiper_next.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .group_53 {
    position: absolute;
    top: 480px;
    top: 31vw;
    left: 10px;
    height: 50px;
    text-align: left;

  }

  .group_53 div {
    display: inline-block;
  }

  .text_33 {
    font-size: 1.0417vw;
    font-family: WenYue-XinQingNianTi-NC-W8, WenYue-XinQingNianTi-NC;
    font-weight: normal;
    color: #000000;
    line-height: 1.3021vw;
  }

  .box_6 {
    width: 0.5729vw;
    height: 0.5729vw;
    background: url(xiexian.png) -1px 0px no-repeat;
    background-size: 0.625vw 0.625vw;
  }

  .text_34 {
    font-size: 0.7292vw;
    font-family: WenYue-XinQingNianTi-NC-W8, WenYue-XinQingNianTi-NC;
    font-weight: normal;
    color: #BFC2C9;
    line-height: 0.8854vw;
  }

  .box_71 {
    display: inline-block;
    background-color: rgba(143, 191, 250, 1);
    height: 4px;
    width: 60px;
    margin: 0;
    margin-left: 40px;
  }

  .box_72 {
    display: inline-block;
    background-color: rgba(2, 117, 255, 1);
    height: 4px;
    width: 60px;
    margin: 0 -4px;
  }

  .box_73 {
    display: inline-block;
    background-color: rgba(143, 191, 250, 1);
    height: 4px;
    width: 60px;
    margin: 0 -1px;
  }

  /* 最新动态 */
  .dongtai {
    height: 780px;
    background: #f8fafc;
    text-align: center;
    overflow: hidden;
  }

  .dongtai h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    font-size: 40px;
    color: #232636;
    font-weight: lighter;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-top: 45px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .dongtai h2 span {
    display: block;
    margin: -9px auto;
    margin-bottom: -8px;
    font-size: 18px;
    color: #464b61;
    line-height: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  /* 最新状态  tab标题 */

  .text-wrapper_24 {
    text-align: center;
    margin-top: 75px;
    border-bottom: 2px solid #e5e6eb;
  }

  .text-wrapper_24 a {
    display: inline-block;
    margin: 0 60px;
    font-size: 19px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #464B61 !important;
  }

  .text-wrapper_24 a:hover {
    color: #0275FF !important;
    border-bottom: 2px solid #0275FF;
  }

  .text-wrapper_24 .active {
    color: #0275FF !important;
    border-bottom: 2px solid #0275FF;
  }


  .swiper-container3 .swiper-slide {

    margin-right: 200px;
  }

  .text-wrapper_24 .swiper-container3 .active {
    color: #0275FF !important;
    border-bottom: 2px solid #0275FF;
  }



  .image-text_7-0 {
    height: 300px;
    background-size: 424px 344px;
    background: #ffffff;
    box-shadow: 0px 8px 22px 0px rgba(22, 70, 133, 0.08);
    border-radius: 20px;
    filter: blur(0px);
  }

  .position_center {
    overflow: hidden;
    margin: 0 10px;
    margin-top: 50px;
    text-align: center;
    display: inline-block;
    height: 300px;
    width: 360px;
    background: #ffffff;
    box-shadow: 0px 8px 22px 0px rgb(22 70 133 / 8%);
    border-radius: 20px;
    filter: blur(0px);
    margin-bottom: 50px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: all;
  }

  .position_center:hover {
    margin-top: 40px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
  }

  .box_10-0 {
    display: inline-block;
    background-image: url(list_dongtai.png);
    width: 108%;
    height: 160px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .text-group_1 {
    padding: 15px 20px;
    width: 109%;
  }

  .text-group_1 span {
    display: inline-block;
    text-align: left;
  }

  .text-group_1 span:first-child {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #232636;
  }

  .text-group_1 span:last-child {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    margin-top: 10px;
    color: #464b61;
  }

  .more {
    margin: 0 auto;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;

    margin-bottom: 70px;
  }

  .more a {
    color: #187eff !important;
  }

  .arrow {
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url(R_arrow.png) 0px -1px no-repeat;
    background-size: 20px 14px;
  }

  /* 一键开启新空间 */
  .kongjian {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 320px;

    background-image: url(new_bg_kongjian.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
  }

  .kongjian_block h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-top: 45px;
    margin-bottom: 123px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .kongjian_block h2 span {
    display: block;
    margin: -9px auto;
    margin-bottom: -80px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .sub_footer_btn {
    width: 200px;
    height: 50px;
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
    border-radius: 4px;

    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
  }

  .sub_footer_btn:hover {
    background: linear-gradient(270deg, #03bade 0%, #085bd0 100%);
  }

  .sub_footer_btn:active {
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
  }

  /* 一键开启新空间 end  */

  .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .swiper-wrapper_unic {
    transform: none !important;
  }

  /* 平台优势调整web布局 */
  .text-group_80 {
    position: absolute;
    top: 11.9271vw;
    left: 10px;
  }

  /* nav container 宽度100% */
  .web_container {
    width: 100%;
  }

  /* nav container 宽度100% */
  .web_container {
    width: 100%;

  }

  /* 首页新增部分 web端  start */
  .baobiao_block_web {
    display: block;
    width: 100%;
  }

  .baobiao_block_yidong {
    display: none;
  }

  .baobiao {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    height: 600px;
  }

  .baobiao h2 {
    line-height: 105px;
    font-size: 40px;
    color: #232636;
    font-weight: lighter;
    font-family: helvetica neue, Helvetica, pingfang sc, microsoft yahei, Arial, sans-serif;
    margin-top: 45px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600
  }

  .baobiao_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .baobiao_list:last-child {
    margin-top: 20px;
  }

  .baobiao_list:nth-last-child(2) {
    margin-top: 20px;
  }

  .baobiao_list {
    position: relative;
    width: 45%;
    height: 160px;
    background: linear-gradient(133deg, #F2F9FF 0%, #F6FAFF 100%);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    text-align: left;

    overflow: hidden;

  }

  .baobiao_list div {
    display: inline-block;
  }

  .list_zuo_img {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: linear-gradient(133deg, #F2F9FF 0%, #F6FAFF 100%);
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .zuo_img_path_1 {
    background-image: url(c_1.png);
  }

  .zuo_img_path_2 {
    background-image: url(c_2.png);
  }

  .zuo_img_path_3 {
    background-image: url(c_3.png);
  }

  .zuo_img_path_4 {
    background-image: url(c_4.png);
  }

  .H2_title {
    font-size: 28px;

    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #232636;
    position: absolute;
    top: 18px;
    left: 175px;
  }

  .H2_text {
    font-size: 15px;

    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #464B61;
    position: absolute;
    top: 75px;
    left: 175px;
    margin-right: 15px;
    /* 超出三行 显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

  }

  .list_you_icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(133deg, #F2F9FF 0%, #F6FAFF 100%);
    border-radius: 20px;
    position: absolute;
    top: -5px;
    right: -5px;


    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .you_icon_path_1 {
    background-image: url(you_1.png);
  }

  .you_icon_path_2 {
    background-image: url(you_2.png);
  }

  .you_icon_path_3 {
    background-image: url(you_3.png);
  }

  .you_icon_path_4 {
    background-image: url(you_3.png);
  }

  /* 首页新增部分 web端end */

}

/* 移动端布局 */
@media (max-width: 768px) {
  .h5_nav_self{
    display: block;
  }
  .modal-body .img {
    width: 50px;
    height: 50px;
    /* background-color: pink; */
    background-image: url(telgram-bg@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .modal-body .img {
    background-size: 65%;
    flex-shrink: 0;
  }
  .modal-body {
    padding: 0 0 15px 16px!important;
  }

  .modal-header {
    padding: 16px 20px;
    border-bottom: 0!important;
    color: #303030;
  }

  .modal-header h3 {
    font-size: 20px;
    font-weight: 700;
  }

  .modal-list {
    display: flex;
    /* margin: 0 15px; */
    color: #464B61;
    font-weight: 700;
    line-height: 50px;
  }

  .modal-list:hover {
    color: #1674F9;
  }

  .modal-list h2 {
    line-height: 10px;
    font-weight: 700;
  }

  .modal-title {
    text-align: left;
  }

  .right_icon {
    position: fixed;
    top: 50%;
    right: 0%;
    width: 50px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* 隐藏 */
  .footer_block {
    display: none;
  }

  .footer-link ul li {
    font-size: 12px;
    color: #b6b6c0;
    height: 50px;
    line-height: 50px;
  }

  .contactme {
    width: 48px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #898a8d;
    line-height: 17px;
    cursor: pointer;
  }

  /* 自己重新 footer css样式 */
  .footer_web {
    display: none;
  }

  .footer_yidong {
    display: block;
  }

  .footer_contanier {
    background: linear-gradient(180deg, #0b0b25 0%, #15153d 100%);
  }

  .footer_contanier ul li {
    padding-left: 17px;

    /* height: 50px; */
    height: 14.3333vw;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #B6B6C0 !important;
    line-height: 14.3333vw;
    text-align: left;
  }

  .footer_last_li {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .footer_contanier ul .li_bb {
    width: 93%;
    margin: 0 auto;
    height: 1px;
    background: #212142;
  }

  .footer_contanier span {
    width: 30px;
    height: 30px;
    margin: -9px 6px;
  }

  .footer_contanier .contactme {
    display: inline-block;
    margin-bottom: 0px;
    width: 75px;

    height: 50px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #b6b6c0;
    line-height: 50px;
    text-align: left;
    cursor: pointer;
  }

  .footer_contanier .footer_logo {
    display: inline-block;
    margin-top: 22px;
    width: 120px;
    height: 35px;

    /* background-image: url(baobiao.png); */
    background-size: 100% 100%;
  }

  .footer_contanier .footer_last_li {
    margin-top: 20px;
    height: 30px;
  }

  /* 移动端的小图表 */
  .icons {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #262643;
  }


  .icon_1 {
    margin-left: 88px;
    color: white;
    font-size: 22px !important;
    text-align: center;
    line-height: 28px;

  }

  .icon_3 {
    color: white;
    font-size: 22px !important;
    text-align: center;
    line-height: 28px;

  }

  .icon_1:hover,
  .icon_3:hover {
    font-size: 20px !important;
    color: #1099FDFF;
  }


  .copyright {
    height: 14px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #898a8d;
    line-height: 14px;
    text-align: left;
    padding-left: 17px;
    padding-bottom: 40px;
  }

  /* 头部样式 */

  .head_block_yidong {
    display: block;
  }

  .head_block_web {
    display: none;
  }

  .home-bg-text {
    margin: 0 auto;
    position: relative;
    top: 212px;
    text-align: center;
  }

  .home-bg-text-two {
    color: #fff;
    /* font-size: 26px; */
    font-size: 6.933vw;
    line-height: 2em;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    margin-top: 160px;
  }

  .home-bg-text-three {
    color: #c4c4c4;
    /* font-size: 14px; */
    font-size: 3.733vw;
    line-height: 1.5em;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
  }

  .home-bg-text-four {
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    line-height: 36px;
    /* font-size: 12px; */
    font-size: 3.2vw;

    width: 170px;
    height: 36px;
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
    border-radius: 4px;
  }

  .home-bg-text-four:hover {
    background: linear-gradient(270deg, #03bade 0%, #085bd0 100%);
  }

  .home-bg-text-four:active {
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
  }

  /* 更换顶部背景颜色 */
  .banner {
    margin-top: 0;
    height: 630px;
    /* width: 105%; */
    /* background-image: url(bg_y_banner.png); */

    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
  }

  /* 价值平台部分 */
  .jiazhi_block_web {
    display: none;
  }

  .jiazhi_block_yidong {
    display: block;
  }

  /* 价值平台 移动*/
  .title-jiazhi {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    height: 730px;
    /* width: 105%; */

    /* background-image: url(bg_y_jiazhi.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .title-jiazhi h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    /* font-size: 30px; */
    font-size: 5.3333vw;
    color: #232636;
    font-weight: lighter;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-top: 0px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .title-jiazhi h2 span {
    display: block;
    margin: -27px auto;
    margin-bottom: 18px;
    /* font-size: 16px; */
    font-size: 3.2vw;
    color: #464b61;
    line-height: 28px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .introduce-list {
    margin-top: 15px;
    height: 150px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(74, 131, 229, 0.17);

    text-align: left;
    padding-top: 12px;
    border-radius: 10px;

    /* 为了产生动态效果 */
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: all;
  }

  /* 这个动态效果有点问题 */
  .introduce-list:hover {
    margin-top: 5px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
  }

  .advertising-icon {
    margin-left: 15px;
    margin-top: 13px;
    width: 90px;
    height: 90px;
  }

  .advertising-icon img {
    display: inline-block;
    max-width: 100%;
  }

  .advertising-text span {
    position: absolute;
    top: 35px;
    left: 150px;
    /* font-size: 23px; */
    font-size: 4.8vw;
  }

  .advertising-text p {
    position: absolute;
    top: 48px;
    left: 140px;
    margin-top: 15px;
    /* font-size: 15px; */
    font-size: 2.667vw;
    padding: 10px;
  }

  /* 移动第三部分  主流广告形式 */
  .zhuliu_block_web {
    display: none;
  }

  .zhuliu_block_yidong {
    display: block;
    width: 100%;
  }

  .title-zhuliu {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    background-image: url(bg_y_zhuliu.png);

    background-size: 100% 100%;
    background-repeat: no-repeat;

    /* background-position: 0px 40px; */
    background-color: #0b0b2f;

    /* width: 105%; */
  }

  .title-zhuliu h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    /* font-size: 30px; */
    font-size: 5.3333vw;
    color: #fff;
    font-weight: lighter;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-bottom: 123px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .title-zhuliu h2 span {
    display: block;
    margin: -27px auto;
    margin-bottom: 18px;
    /* font-size: 16px; */
    font-size: 3.2vw;
    color: #ccd6ff;
    line-height: 28px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .content_block {
    top: 0px;
    left: -15px;
    height: 402px;
    border: 1px solid #34348c;
    border-radius: 0px 20px 20px 0px;
  }

  /* 修改移动端的 内容 */
  .ad-style-type {
    display: flex;
    justify-content: center;
    margin-top: -84px;
  }

  .ad-style-type-item {
    color: #7a8099;
  }

  .ceshi {
    border: 1px solid red;
  }

  .ad-style-type-item.active span {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 600;
  }

  .ad-style-type-item span {
    display: inline-block;
    line-height: 22px;
    font-family: Medium, Avenir, Helvetica, Arial, "sans-serif";
    cursor: pointer;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #7a8099;
  }

  .ad-style-content {
    margin-top: -50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .yidong_pic_wrap {
    width: 43.8vw;
    height: 79vw;
    /* background: url(img_border.png) -1px 0px no-repeat; */
    background-size: 100% 100%;
    margin: 0 auto;
    padding-left: 4.55vw;
    padding-top: 1.1vw;
  }


  .yidong_pic {
    width: 37.8vw;
    height: 76.6667vw;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }


  .yidong_pic_1 {
    background-image: url(block_img2.png);
  }

  .yidong_pic_2 {
    background-image: url(block_img.png);
  }

  .yidong_pic_3 {
    background-image: url(block_img2.png);
  }

  .yidong_pic_4 {
    background-image: url(block_img.png);
  }

  .ad-style-content-text {
    margin: 0 auto;
    width: 100%;
  }

  .ad-style-title {
    margin-top: 80px;
    font-size: 4.8vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
  }

  .ad-style-desc:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 20px;
  }

  .ad-style-text {
    margin: 0 auto;
    margin-top: 15px;
    width: 90%;
    /* font-size: 14px; */
    font-size: 3.2vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccd6ff;
    line-height: 24px;
    margin-bottom: 50px;
    /* 超出一行 省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .icon_list {
    margin-top: -25px;
    width: 114%;
    margin-left: -30px;
  }

  .block_21 {
    margin-bottom: 20px;
    width: 104%;
    text-align: center;
  }

  .block_22 {
    width: 100%;
    text-align: left;
    padding: 0 10px;
  }

  .group_icons {
    text-align: left;
  }

  .group_icons div,
  .group_icons span {
    vertical-align: middle;
  }

  .icon_list div {
    display: inline-block;
  }

  .section_9 {
    display: inline-block;
    width: 20px;
    height: 28px;
    background: url("gou.png") 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_26 {
    display: inline-block;

    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin-right: 10px;
  }

  .section_10 {
    display: inline-block;

    width: 20px;
    height: 28px;
    background: url("gou.png") 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_27 {
    display: inline-block;

    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin-right: 10px;
  }

  .section_11 {
    display: inline-block;

    width: 20px;
    height: 28px;
    background: url("gou.png") 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_28 {
    display: inline-block;

    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin-right: 10px;
  }

  .section_12 {
    width: 20px;
    height: 28px;
    background: url("gou.png") 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_29 {
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin-right: 10px;
  }

  .section_13 {
    width: 20px;
    height: 28px;
    background: url("gou.png") 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_30 {
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin-right: 10px;
  }

  .section_14 {
    width: 20px;
    height: 28px;
    background: url("gou.png") 100% no-repeat;
    background-size: 100% 100%;
  }

  .text_31 {
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    margin-right: 10px;
  }

  /* 右侧小图标 */
  .tubiao {
    width: 45px;
    height: 100px;
    background: linear-gradient(225deg, #00d5ff 0%, #1a79ff 100%);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tubiao span {
    display: inline-block;
    width: 30px;
    height: 30px;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 3px 0;
    border-radius: 50%;
  }

  .tubiao1,
  .tubiao3 {
    color: white;
    font-size: 21px !important;
    text-align: center;
  }

  .tubiao1:hover,
  .tubiao3:hover {
    background-color: rgba(255, 255, 255, .2)
  }

  /* 
  .tubiao1 {
    background-image: url(qq.png);
  }

  .tubiao1:hover {
    background-image: url(qqhover.png);
  }

  .tubiao2 {
    background-image: url(s.png);
  }

  .tubiao2:hover {
    background-image: url(shover.png);
  }

  .tubiao3 {
    background-image: url(twitter.png);
  }

  .tubiao3:hover {
    background-image: url(twitterhover.png);
  } */

  .back_btn {
    margin-top: 17px;
    margin-right: 14px;
    width: 45px;
    height: 45px;

    box-shadow: 0px 4px 12px 0px rgba(4, 4, 46, 0.12);
    background-color: #fff;
    border-radius: 50%;
    color: #D8D8D8;
    font-weight: 600;
    font-size: 20px;
  }

  .back_btn:hover {
    color: #1A79FF;
  }




  /* 第四部分  平台优势 */
  .group_4 {
    position: relative;
    overflow: hidden;
    height: 640px !important;
    /* background: url(pingtai_bg.png) 100% no-repeat; */
    background-size: 100% 100%;
    z-index: -1;
    /* width: 105%; */
  }

  /* 自定义轮播图尺寸 */
  .group_4 .swiper-container2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .group_4 .swiper-pagination-bullet {
    width: 90px;
    height: 7px;
    display: inline-block;
    border-radius: 1px;
  }

  .group_4 .swiper-container2-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 -4px;
    background: rgba(2, 117, 255, 1)
  }

  .group_4 .swiper-pagination2 {
    top: 85%;
    padding-left: 20%;

  }

  .youshi_block_yidong .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px !important;
  }

  .group_4 .swiper-button-next,
  .group_4 .swiper-button-prev {
    /* width: 65px;
    height: 65px; */
    width: 8vw;
    height: 8vw;
    border: 3px solid #888E9EFF;
    color: #888E9EFF;

    /* 字体图标设置 */
    border-radius: 50%;
    font-size: 20px;
  }

  .group_4 .swiper-button-prev:hover {
    border: 0;
    background: linear-gradient(270deg, #00D5FF 0%, #1A79FF 100%);
    color: #fff;

  }



  .group_4 .swiper-button-next:hover {
    border: 0;
    background: linear-gradient(270deg, #00D5FF 0%, #1A79FF 100%);
    color: #fff;
  }

  /* 删除按钮的为元素:直接修改 源码  */
  .swiper-button-prev:after,
  .swiper-container2-rtl .swiper-button-next:after {}

  .group_4 .swiper-button-next {
    right: 0;
    left: 90%;
  }

  .group_4 .swiper-button-next,
  .swiper-button-prev {
    top: 40%;
  }

  .youshi_block_web {
    display: none;
  }

  .youshi_block_yidong {
    display: block;


  }

  .group_4 .swiper-slide {
    padding: 0;
    height: 698px;
  }


  .img_block {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    height: 225px;

    background-size: 100% 100%;
  }

  .youshi_img_1 {
    background: url(yd_youshi_1.png) -1px 0px no-repeat;
  }

  .youshi_img_2 {
    background: url(yd_youshi_2.png) -1px 0px no-repeat;
  }

  .youshi_img_3 {
    background: url(yd_youshi_3.png) -1px 0px no-repeat;
  }

  .text-group_72 {
    text-align: center;
  }

  /* 两个按钮的位置调整 */
  .text-group_77 {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 85px;
  }

  .section_20 {
    float: left;
    width: 65px;
    height: 65px;
    background: url(L_arrow.png) 100% no-repeat;
    background-size: 100% 100%;
  }

  .section_30 {
    float: right;
    width: 65px;
    height: 65px;

    background: url(L_arrow.png) 100% no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
  }

  .text-group_80 {
    position: absolute;
    top: 290px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_99 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 5.333vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #232636;
  }

  .text_100 {
    /* font-size: 16px; */
    font-size: 3.2vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #464b61;
  }

  /* 左右切换横条 */

  .group_53 {
    text-align: center;
    height: 50px;
    margin-top: 450px;
    text-align: center;
  }

  .group_53 div {
    display: inline-block;
    position: relative;
  }


  .progress1 {
    position: absolute;
    top: -90px;
  }

  .text_33 {
    width: 23px;
    height: 25px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 25px;
    font-family: WenYue-XinQingNianTi-NC-W8;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
  }

  .box_6 {
    width: 13px;
    height: 13px;
    background: url(xiexian.png) -1px 0px no-repeat;
    background-size: 12px 12px;
  }

  .text_34 {
    width: 16px;
    height: 17px;
    color: rgba(191, 194, 201, 1);
    font-size: 16px;
    font-family: WenYue-XinQingNianTi-NC-W8;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
    margin-right: 20px;
  }

  .box_71 {
    display: inline-block;
    background-color: rgba(143, 191, 250, 1);
    height: 7px;
    width: 100px;
    margin: 0;
    text-align: center;
  }

  .box_72 {
    display: inline-block;
    background-color: rgba(2, 117, 255, 1);
    height: 7px;
    width: 100px;
    margin: 0 -4px;
  }

  .box_73 {
    display: inline-block;
    background-color: rgba(143, 191, 250, 1);
    height: 7px;
    width: 100px;
    margin: 0 -1px;
  }

  /*第五部分  最新动态  */
  .dongtai {
    position: relative;
    overflow: hidden;
    height: 750px;
    background: #ffffff;
    text-align: center;
    z-index: -1;
  }

  .dongtai h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    font-size: 32px;
    color: #232636;
    font-weight: lighter;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-top: 0px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .dongtai h2 span {
    display: block;
    margin: -9px auto;
    margin-bottom: -8px;
    font-size: 19px;
    color: #464b61;
    line-height: 28px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }


  /* 第六部分 一键开启增长新空间 */
  .kongjian {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 300px;
    /* width: 105%; */
    background-image: url(yd_kongjian_bg.png);


    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
  }

  .kongjian_block h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    /* font-size: 30px; */
    font-size: 5.3333vw;
    font-weight: 600;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei",
      Arial, sans-serif;
    margin-top: 40px;
    margin-bottom: 123px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }

  .kongjian_block h2 span {
    display: block;
    width: 90%;

    margin: -27px auto;
    margin-bottom: -80px;
    /* font-size: 16px; */
    font-size: 3.2vw;
    text-align: center;

    color: #fff;
    line-height: 28px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .sub_footer_btn {
    width: 210px;
    height: 50px;
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
    border-radius: 4px;

    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
  }

  .sub_footer_btn:hover {
    background: linear-gradient(270deg, #03bade 0%, #085bd0 100%);
  }

  .sub_footer_btn:active {
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
  }

  /*第六部分 一键开启增长新空间  end */

  /* 手机端  header的展开样式 */
  #h5_navbar {
    width: 75%;
    background-color: black;
    float: right;
    height: 500px;
    display: flex;
    flex-direction: column;
  }

  .first_ul li:hover {
    font-weight: 600;
  }

  .navbar-nav.second_ul {
    display: flex;
    float: right;
    margin-right: -6px;
    justify-content: center;
    justify-content: flex-end;
    margin: 10px 0;
    margin-right: 2px;
    height: 33px;
  }

  #h5_navbar .first_ul>li>a {
    padding: 22px 26px;
  }

  .second_ul li {
    width: 65px;
    margin-right: 0px;
    color: #fff;
  }

  .navbar-nav.second_ul li button {
    width: 100%;
    height: 100%;
  }


  /* h5登录注册样式 */

  .second_ul li:first-child button {
    background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
    border: 1px #499aff solid;
    border-radius: 2px 0 0 2px;
  }

  .second_ul li:first-child button:hover {
    background: linear-gradient(270deg, #03bade 0%, #085bd0 100%);
    color: white;
  }

  .second_ul li:last-child button {
    background: rgba(213, 233, 255, 0.19);
    border: 1px solid rgba(215,215,215,0.22);
    border-radius: 0 2px 2px 0;
  }

  .second_ul li:last-child button:hover {
    background: rgba(16, 17, 18, 0.19);
    color: white;
  }

  .footer {
    /* width: 105%; */
  }

  .copyright {
    margin-top: 17px;
    padding-left: 17px;
  }

  .navbar-toggle .icon-bar {
    margin-top: 6px !important;
    background: #fff !important;
  }

  .navbar-custom .navbar-toggle {
    border: 0;
  }

  div#h5_navbar {
    padding-top: 40px;
    position: fixed;
    max-height: min-content;
    height: 1000px;
    opacity: 0.9;
    width: 285px;
    top: 0;
    transition: all 1s;
    right: -292px;
    display: block !important;
  }

  .navbar-custom.on {
    height: 55px;
  }

  /* 首页新增部分 认识爆表联盟 start */
  /* 相较web端 修改： 宽度去掉；justify-content:center; 每个list添加margin-buttom:15px  block的显示切换*/
  .baobiao_block_web {
    display: none;
  }

  .baobiao_block_yidong {
    display: block;
    /* width: 105%; */
  }

  .baobiao {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
  }

  .baobiao h2 {
    line-height: 50px;
    font-size: 5.3333vw;
    color: #232636;
    font-weight: lighter;
    font-family: helvetica neue, Helvetica, pingfang sc, microsoft yahei, Arial, sans-serif;
    margin-top: 0px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600
  }

  .baobiao_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .baobiao_list {
    position: relative;
    width: 550px;
    height: 160px;
    background: linear-gradient(133deg, #F2F9FF 0%, #F6FAFF 100%);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    text-align: left;
    overflow: hidden;

    margin-bottom: 15px;

  }

  .baobiao_list div {
    display: inline-block;
  }

  .list_zuo_img {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: linear-gradient(133deg, #F2F9FF 0%, #F6FAFF 100%);
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .zuo_img_path_1 {
    background-image: url(c_1.png);
  }

  .zuo_img_path_2 {
    background-image: url(c_2.png);
  }

  .zuo_img_path_3 {
    background-image: url(c_3.png);
  }

  .zuo_img_path_4 {
    background-image: url(c_4.png);
  }

  .H2_title {
    font-size: 4.8vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #232636;
    position: absolute;
    top: 18px;
    left: 175px;
  }

  .H2_text {
    font-size: 2.667vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #464B61;
    position: absolute;
    top: 65px;
    left: 175px;
    width: 193px
  }

  .list_you_icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(133deg, #F2F9FF 0%, #F6FAFF 100%);
    border-radius: 20px;
    position: absolute;
    top: -5px;
    right: -5px;


    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .you_icon_path_1 {
    background-image: url(you_1.png);
  }

  .you_icon_path_2 {
    background-image: url(you_2.png);
  }

  .you_icon_path_3 {
    background-image: url(you_3.png);
  }

  .you_icon_path_4 {
    background-image: url(you_3.png);
  }

  /* 晚上新增 web端end */

  /* H5 logo */
  .logo {
    /* background-image: url("baobiao.png"); */
    /* 调整H5的logo大小 */
    width: 100px;
    height: 30px;
  }

  .a_logo {
    margin-left: 15px;
    margin-top: 10px;
  }

  .navbar-custom .navbar-toggle {
    border-color: #ddd;
    margin-top: 2px;
    margin-right: 10px;
  }

  .navbar-header {
    height: 55px !important;
  }
}

.acolor {
  color: white !important;
}

.alink {
  color: #acacac;
  cursor: pointer;
}

.footer-table .alink:hover {
  color: #148cff !important;
}

.footer_contanier .alink:hover {
  color: #148cff !important;
}

/* -------------------------------------------最新动态左右滑组件------------------------------------ */
@media screen and (max-width: 768px) {

  /* 隐藏PC结构 */
  .pc-news-section {
    display: none;
  }

  /* 使用H5结构 */
  .h5-news-section {
    display: block;
    /* width: 105%; */
  }
}

@media screen and (min-width: 768px) {

  /* 使用PC结构 */
  .h5-news-section {
    display: block;
  }

  /* 隐藏H5结构 */
  .h5-news-section {
    display: none;
  }
  .h5_nav_self{
    display: none;
  }
}

.h5-news-section-title {
  margin-top: 8vw;
  text-align: center;
  /* font-size: 30px; */
  font-size: 5.3333vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #232636;
}

.h5-news-section-annotation {
  font-size: 3.2vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #464b61;
  text-align: center;
}

.h5-news-section-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8vw 4.5333vw 8.8vw;
  padding: 1.3333vw;
  height: 11.7333vw;
  background: #eef4ff;
  border-radius: 5.8667vw;
}

.h5-news-section-tabs-item {
  display: block;
  height: 9.0667vw;
  padding: 0 5vw;
  border-radius: 6.1333vw;
  font-size: 3.2vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  /* main_new.css文件屏蔽 */
  color: #7a8099 !important;
  text-align: center;
  line-height: 9.0667vw;
}

@media screen and (max-width:348px) {
  .h5-news-section-tabs-item {
    padding: 0 2.5vw;
  }
}

.h5-news-section-tabs-item--active {
  background: linear-gradient(270deg, #00d5ff 0%, #1a79ff 100%);
  font-weight: 500;
  /* main_new.css文件屏蔽 */
  color: #ffffff !important;
}

/* 用于遮蔽滚动条 */
.h5-news-section-drawer-container {
  overflow: hidden;
  height: 75.4667vw;
}

.h5-news-section-drawer {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 266.4vw;
}

.h5-news-section-drawer>li {
  flex-shrink: 0;
  overflow: hidden;
  width: 80vw;
  height: 63.4667vw;
  margin-left: 4.5333vw;
  border-radius: 2.6667vw;
  background: #ffffff;
  box-shadow: 0 2.1333vw 5.8667vw 0 rgba(22, 70, 133, 0.08);
}

.h5-news-section-drawer-item-cover {
  width: 100%;
  height: 33.8667vw;
}

/* 特别注意：这里多行省略只能在移动端使用，PC端各大浏览器几乎只有最新版本才支持 */
.h5-news-section-drawer-item-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 2.9333vw 6.4vw 0 5.0667vw;
  font-size: 3.7333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  /* 该值只在苹果设备上表现出来，在其他设备上需要对元素进行标记，然后使用脚本重处理为800 */
  font-weight: 500;
  color: #232636;
  line-height: 5.3333vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h5-news-section-drawer-item-preview {
  display: -webkit-box;
  overflow: hidden;
  margin: 2.1333vw 6.4vw 0 5.0667vw;
  font-size: 3.2vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #464b61;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h5-news-section-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 3.7333vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #187eff;
}

.h5-news-section-more-icon {
  font-size: 5.8667vw;
  margin: 0.2667vw 0 0 1.3333vw;
}

.h5-news-section-icon-jiantou_xiangyou {
  font-size: 5vw !important;
  position: relative;
  top: 1px;
  left: 8px;
}


/* 菜单折叠功能 */

.footer_yidong .second_ul {
  display: none;
}

.footer_yidong .third_ul {
  display: none;
}

.zk {
  display: block !important;
}

#new_dongtai,
#prombles {
  height: 100%;
}

#prombles ul li,
#new_dongtai ul li {
  padding-left: 0px;
}

.pc-news-section {
  background: #FAFAFE;
}

.pc-news-section-title {
  margin: 0;
  padding-top: 3.6458vw;
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #232636;
  text-align: center;
}

.pc-news-section-annotation {
  margin-top: 17px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #464B61;
  text-align: center;
}

.pc-news-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 3.125vw;
}

.pc-news-swiper-pagination-position-fixed {
  position: relative !important;
  top: 0;
  bottom: 0;
}

.pc-news-section-custom-pagination {
  margin: 0 0 3.125vw 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E6EB;
  font-size: 1.25vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #464B61;
  line-height: 1.7188vw;
}

.pc-news-section-custom-pagination-bullet {
  cursor: pointer;
  padding: 0 0.7292vw 0.9375vw;
}

.pc-news-section-custom-pagination-bullet--active {
  font-weight: 600;
  border-bottom: 2px solid #0275FF;
}

.pc-news-section-custom-pagination-bullet::before,
.pc-news-section-custom-pagination-bullet::after {
  content: "";
  display: inline-block;
  width: 0.7292vw;
}

.pc-news-section-custom-pagination-bullet:first-child {
  margin-left: 34.0625vw;
}

.pc-news-section-custom-pagination-bullet:last-child {
  margin-right: 34.0625vw;
}

.pc-news-swiper-wrapper-extend {
  margin-bottom: 2.0833vw;
}

.pc-news-swiper-slide {
  display: flex;
  height: 15.625vw;
}


.pc-news-swiper-slide-item {
  overflow: hidden;
  width: 19.7917vw;
  border-radius: 1.0417vw;
  box-shadow: 0px 8px 22px 0px rgba(22, 70, 133, 0.08);
}

.pc-news-swiper-slide-item:first-child {
  margin-left: 18.75vw;
}

.pc-news-swiper-slide-item:first-child~.pc-news-swiper-slide-item {
  margin-left: 1.6146vw;
}

.pc-news-section-news-cover {
  width: 100%;
  height: 8.3333vw;
}

.pc-news-section-news-title {
  margin: 1.0417vw auto 0;
  margin: 1.0417vw 1.5625vw 0 1.3542vw;
  font-size: 0.9375vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232636;
  line-height: 1.3021vw;
}

.pc-news-section-news-content {
  margin: 0.5208vw 1.5625vw 0 1.3542vw;
  font-size: 0.8333vw;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #464B61;
  line-height: 1.1458vw;
}

.pc-news-section-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.6042vw;
  font-size: 1.0417vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #187EFF;
}

.pc-news-section-more:hover {
  /* 修复hover样式覆盖 */
  color: #187EFF;
}

.pc-news-section-icon-jiantou_xiangyou {
  font-size: 1.3vw !important;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

/* 主页样式修改 */
/* 首页nav按钮羽化效果 */
ul.nav li button {
  box-shadow: -1px 0px 1px rgb(255 255 255 / 10%);
}

/* 首页下拉空白 */
body>.container-fluid {
  position: relative;
  top: -80px;
}

/* 导航栏颜色 */
.navbar-fixed-top {
  background: hsla(0, 0%, 100%, 0);
}

/* 下划后 */
.navbar-custom.on {
  /* 背景毛玻璃效果 */
  backdrop-filter: blur(3px) !important;
  background-color: rgba(0, 0, 0, .8);
}

.navbar-custom:after {
  background: none;
}


/* 首页 平台价值 背景图 */
.title-jiazhe {
  background-image: url(bg_jiezhi.png);
}

/* 首页 平台价值 介绍列表 背景 */
.introduce-list {
  background-image: url(introduce-list2.png);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* footer */
dd a.acolor {
  /* 由于a链接有!important */
  color: #898A8D !important;
  font-size: 16px;
}

/* sub_footer */
.sub_footer_btn {
  background: #fff;
  color: #187EFF;
}

.sub_footer_btn:hover {
  color: #ffffff;
}


.youshi_block_web {
  background: none;
}

.pc-advantages__item {
  left: 18.75vw !important;
}

@media (min-width: 768px) {

  .group_4 .swiper-button-prev {
    left: 18.75vw !important;
  }

  .group_4 .swiper-button-next {
    left: 22.5vw !important;
  }
}

@media (min-width: 768px) {
  .group_53 {
    left: 18.75vw !important;
  }
}

@media (min-width: 768px) {
  .group_4 .swiper-pagination {
    left: 23.5833vw;
  }
}

.pc-advantages__title {
  margin: 3.6458vw auto 0;
  font-size: 2.2917vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #232636;
  line-height: 3.2292vw;
}

.pc-advantages__title-annotation {
  margin-top: 0.4167vw;
  font-size: 1.0417vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #464B61;
  line-height: 1.4583vw;
}

.pc-advantages__slide-1 {
  background: url(bg_advantage_1.png);
  background-size: cover;
}

.pc-advantages__slide-2 {
  background: url(bg_advantage_1.png);
  background-size: cover;
}

.pc-advantages__slide-3 {
  background: url(bg_advantage_1.png);
  background-size: cover;
}

.pc-advantages__index {
  top: 27.8vw;
}

@media (min-width: 768px) {
  .group_4 .swiper-pagination {
    top: 28vw
  }
}

.h5-advantages__slide-1 {
  width: 100vw !important;
  background: url(h5_bg_advantage_1.png) no-repeat center;
  background-size: 100vw;
}

.h5-advantages__slide-2 {
  width: 100vw !important;
  background: url(h5_bg_advantage_2.png) no-repeat center;
  background-size: 100vw;
}

.h5-advantages__slide-3 {
  width: 100vw !important;
  background: url(h5_bg_advantage_3.png) no-repeat center;
  background-size: 100vw;
}

.h5-advantages__btn-next,
.h5-advantages__btn-prev {
  top: 50% !important;
}

.h5-advantages__btn-next {
  right: 5.8667vw !important;
  left: unset !important;
}

.h5-advantages__btn-prev {
  left: 5.8667vw !important;
}
div#myModal {
  margin: 10px;
  margin-top: 200px;
}
.modal-content {
  box-shadow: none;
}


@media (max-width: 768px) {
  .modal-qq-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
  }
}