/*菜单*/
.user_login a {
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  margin-left: 8px;
  padding: 0 28px;
}

.user_login a:nth-child(2) {
  border: 1px solid #016DFF;
  color: #db2231 !important;
  background: #fff;
  line-height: 40px;
}

/*footer*/
.footer.style_a .tda.yq .name {
  display: block;
}

/*自定义 首页*/
.marketup_header {
  width: 100%;
  height: 50vh;
  /* height: 73vh;  新 */
  /* background: url("../image/home1.jpg") no-repeat center center; */
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
}

.marketup_header .theme {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  /* justify-content: space-between; */
}



.marketup_header .theme .theme_l {
  max-width: 535px;
  color: #fff;
  flex: none;
}

.marketup_header .theme .theme_l .title {
  font-size: 48px;
  margin-bottom: 30px;
  color: #fff;
  /* font-weight: bold; */
}

.marketup_header .theme .theme_l .desc {
  font-size: 20px;
  margin-bottom: 50px;
}

.marketup_header .button {
  height: 54px;
  line-height: 54px;
  background: #fff;
  display: inline-block;
  border-radius: 32px;
  font-weight: bold;
  padding: 0 48px;
  margin-right: 8px;
}

.marketup_header .button.line {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.business_box {
  padding-bottom: 68px;
}

.business_box .business {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch;
  margin-top: 60px;
}

.business_box .sign {
  width: 33.33%;
  margin-bottom: 30px;
}



.business_box .sign .box {
  margin: 0 15px;
  background: #fff;
  height: 100%;
  /* box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1); */
  border-radius: 6px;
  padding: 32px 40px 20px 40px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.business_box .sign .box1 {
  margin: 0 15px;
  /* background: #fff; */
  height: 100%;
  /* box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1); */
  border-radius: 6px;
  padding: 32px 40px 48px 40px;
  font-size: 14px;

}

.business_box .sign .box:hover {
  cursor: pointer;
  box-shadow: 0px 4px 19px 0px rgba(208, 208, 208, 0.3);
  border: 1px solid #1A66FF;
  transform: translateY(-5px);
  transition: .5s;
  
}

.business_box .business_desc .box {
  background: none;
  box-shadow: none;
  padding: 0;
  padding-right: 40px;
}

.business_box .business_desc .desc_title {
  font-size: 30px;
  margin-bottom: 52px;
}

.business_box .business_desc .introduce {
  color: #6b717b;
  font-size: 16px;
}

.business_box .business_item .item_head>img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.business_box .business_item .head_t {
  font-size: 18px;
  font-weight: bold;
}

.business_box .business_item .item_title {
  margin: 16px 0 8px;
}

.business_box .business_item .item_introduce {
  /* padding-bottom: 30px; */
  margin-bottom: 15px;
  color: #6b717b;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
}

.business_box .business_item .fn_list {
  margin-bottom: 30px;
}

.business_box .business_item .fn_item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.business_box .business_item .fn_item>img {
  width: 12px;
  height: 12px;
  margin-right: 20px;
}

.business_box .business_item .button {
  width: 160px;
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  box-shadow: 0px 0px 20px rgba(36, 129, 248, 0.3);
  padding: 0;
}

.btncenter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.feature_box {
  margin-bottom: 82px;
  text-align: center;
  background-color: white;
  padding-top: 80px;
  padding-bottom: 50px;
}

.feature_box .feature_title {
  font-size: 30px;
  margin-bottom: 10px;

  font-weight: bold;
}

.feature_box .feature_desc {
  max-width: 700px;
  font-size: 16px;
  color: #6b717b;
  margin: 0 auto;
  margin-bottom: 60px;
}

.feature_box .feature_list {
  display: flex;
}

.feature_box .feature_item {
  width: 33.33%;
  padding: 0 48px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.feature_box .feature_item:hover {
  box-shadow: 0px 4px 19px 0px rgba(208, 208, 208, 0.3);
  border: 1px solid #1A66FF;
  transform: translateY(-5px);
  transition: .5s;
  border-radius: 6px;
  
}

.feature_box .feature_item .item_title {
  font-size: 16px;
  font-weight: bold;
  margin: 32px 0 12px;
}

.virtue_box .virtue {
  max-width: 716px;
  /* margin-bottom: 132px; */
  text-align: center;
  background: url("../picture/home15.png") no-repeat center center;
}

.virtue_box .virtue_title {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
}

.virtue_box .virtue_desc {
  color: #6b717b;
  margin: 0 24px;
  font-size: 20px;
  /* margin-bottom: 100px; */
}

.virtue_box .virtue_bg {
  background: url("../picture/home16.png") no-repeat center;
  background-size: 100% 100%;
  /* background-size: cover; */
}

.virtue_box .virtue_bg .virtue_data {
  display: flex;
  /* padding: 64px 0; */
  /* background: url("../image/home1.jpg") no-repeat;
  background-size: 100% 100%; */
}

.virtue_box .virtue_item {
  width: 25%;
}

.virtue_box .virtue_item .percent>img {
  width: 40px;
  height: 40px;
  margin-left: 2px;
  vertical-align: middle;
}

.virtue_box .percent_num {
  font-size: 48px;
  /* color: #016dff; */
  font-weight: bold;
  vertical-align: middle;
}

.virtue_box .virtue_text {
  font-size: 20px;
  /* color: #6b717b; */
}

.counsel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px;
  background-color: #fff;
  /* box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1); */
  border-radius: 6px;
  margin-left: 32px;
  margin-right: 32px;
  max-width: 1312px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
}

/* pc */
header .right {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(20%);
}




.intro_li .list .ti {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: -40px;
}

.intro_banner11 .img img {
  max-height: 100%;
  margin-top: 100px;
  /* position: absolute;
  bottom: 0; */
}



.intro_li .top_ti {
  font-size: 30px;
  /* margin-top: 80px; */
  font-weight: bold;
  margin-bottom: 20px;
}

nav .items .item .icon_title {
  font-size: 16px;
  font-family: Lato-Bold, Lato;
  color: #222229;
  text-align: center;
  height: 45px;
}

nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  /* background: #F6FAFB; */
  background: white;
  padding: 50px 0;
}

.intro_li .list .s_ti {
  font-size: 16px;
  color: #6b717b;
}

article .item ul li {
  font-size: 16px;
  width: 100%;
}

.companyrel {
  /* background: white; */
  text-align: center;
  max-width: 1312px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* padding: 0 150px; */
}

.companyrel .virtue_title {
  font-size: 30px;
  font-weight: bold;
}

.companyrelafter {
  width: 70px;
  height: 10px;
  background: linear-gradient(90deg, #9ec9e0 0%, #567ac7 100%);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.flex5 {
  display: flex;
  flex-wrap: wrap;
}

.flex5>div {
  width: 20%;
  padding: 10px 6px;
}



.virtue_box .virtue_desc {
  color: #6b717b;
  margin: 0 24px;
  font-size: 20px;
  margin-bottom: 100px;
}

.counsel_text {
  text-align: left;
}

.counsel_text .text_t {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.counsel_text .text_b {
  color: #6b717b;
  font-size: 16px;
}

.counsel .button {
  width: 160px;
  height: 42px;
  padding: 0;
  line-height: 42px;
  border-radius: 30px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  box-shadow: 0px 0px 20px rgba(36, 129, 248, 0.3);
  font-weight: bold;
  font-size: 14px;
}



.join_us .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.join_us {
  width: 100%;
  height: 177px;
  background: url("../image/home3.png") no-repeat center;
  background-size: 100% 177px;
}

.join_us .button {
  background: #fff;
  border-radius: 30px;
  width: 186px;
  height: 54px;
  line-height: 54px;
  padding: 0;
}

.join_us .flex>img {
  width: 436px;
  height: 81px;
}

/*
.advantage_box {
  padding: 0 20px;
  margin-bottom: 118px;
  position: relative;
}
.advantage_box .ad_bg1 {
  position: absolute;
  top: -40%;
  left: 0;
  max-width: 748px;
}
.advantage_box .ad_bg2 {
  position: absolute;
  top: 78%;
  right: 0;
  max-width: 366px;
}
.advantage_box .ad_bg3 {
  display: none;
}
.advantage {
  text-align: center;
  position: relative;
  z-index: 2;
}
.advantage .a_title {
  font-size: 30px;
  margin-bottom: 10px;
}
.advantage .a_desc {
  margin: 0 308px 60px;
  font-size: 16px;
  color: #6B717B;
}
.advantage .ad_list {
  display: flex;
  flex-wrap: wrap;
}
.advantage .ad_list .ad_item {
  max-width: 636px;
  min-height: 299px;
  padding: 36px 50px 30px;
  text-align: center;
  box-shadow: 0 3px 60px #E4E5EC;
  border-radius: 4px;
  margin: 0 40px 40px 0;
  background: #fff;
}
.advantage .ad_list .ad_item:nth-of-type(2n) {
  margin-right: 0;
}
.advantage .ad_list .ad_item .ad_cover {
  max-width: 74px;
  margin: auto;
  margin-bottom: 5px;
}
.advantage .ad_list .ad_item .ad_f {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.advantage .ad_list .ad_item .ad_t {
  color: #6B717B;
  margin-top: 6px;
}
*/

/* pc */
@media screen and (min-width: 1024px) {
  .intro_li .list .li {
    width: 25%;
    box-sizing: border-box;
    border: 1px solid transparent;
    overflow: hidden;

  }

  .intro_li .list .li:hover {
    box-shadow: 0px 4px 19px 0px rgba(208, 208, 208, 0.3);
    border: 1px solid #1A66FF;
    transform: translateY(-5px);
    transition: .5s;
    cursor: pointer;
    border-radius: 6px;
   
  }

  .business_box .sign:nth-child(4) {
    width: 50%;
  }

  .business_box .sign:nth-child(5) {
    width: 50%;
  }

  .bannertop {
    height: 50vh;
    display: flex;
    flex-direction: row;
    /* background: url('../image/home1.jpg') no-repeat center; */
    background-size: 100% 100%;
  }

  .page_container {
    margin-top: 72px;
  }

  .centertop {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
  }

  .bannerleft {
    width: 50%;
  }

  .bannerright {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannertop .title {
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
  }

  .bannertop .desc {
    font-size: 20px;
    color: #fff;
  }

  .centertop111111 .desc {
    font-size: 20px;
    color: #000;
  }

  .bannertop11111 .desc11111 {
    font-size: 20px;
    color: #fff;
  }


  /* 聚合营销 */
  .bannertop1 {
    height: 50vh;
    display: flex;
    flex-direction: row;
    background: url('../image/jhyx1.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop1 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannerleft1 {
    width: 50%;
  }

  .bannerright1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannertop1 .title1 {
    font-size: 40px;
    margin-bottom: 5px;
    color: black;
  }

  .bannertop1 .desc1 {
    font-size: 20px;
    color: black;
  }

  .bannertop1 .desc11 {
    font-size: 22px;
    color: black;
  }

  /* 聚合营销 */


  /* CRM */
  .bannertop11 {
    height: 50vh;
    display: flex;
    flex-direction: row;
    background: url('../image/crm1.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop11 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannerleft11 {
    width: 50%;
  }

  .bannerright11 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannertop11 .title11 {
    font-size: 40px;
    margin-bottom: 5px;
    color: white;
  }

  .bannertop11 .desc11 {
    font-size: 20px;
    color: white;
  }

  .bannertop11 .desc111 {
    font-size: 22px;
    color: white;
  }


  /* CRM */

  /* 自助建站 */
  .bannertop111 {
    height: 50vh;
    display: flex;
    flex-direction: row;
    background: url('../image/zzjz1.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop111 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannerleft111 {
    width: 50%;
  }

  .bannerright111 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannertop111 .title111 {
    font-size: 40px;
    margin-bottom: 5px;
    color: black;
  }

  .bannertop111 .desc111 {
    font-size: 20px;
    color: black;
  }

  /* 自助建站 */

  /* AI呼叫中心 */
  .bannertop1111 {
    height: 50vh;
    display: flex;
    flex-direction: row;
    background: url('../image/AI1.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop1111 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannerleft1111 {
    width: 50%;
  }

  .bannerright1111 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannertop1111 .title1111 {
    font-size: 40px;
    margin-bottom: 5px;
    color: black;
  }

  .bannertop1111 .desc1111 {
    font-size: 20px;
    color: black;
  }

  /* AI呼叫中心 */

  /* 解决方法 */
  .bannertop11111 {
    height: 50vh;
    display: flex;
    flex-direction: row;
    background: url('../image/jjfa1.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop11111 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannerleft11111 {
    width: 50%;
  }

  .bannerright11111 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannertop11111 .title11111 {
    font-size: 40px;
    margin-bottom: 5px;
    color: white;
  }

  .bannertop11111 {
    font-size: 20px;
    color: white;
  }

  /* 解决方法 */

  /* 关于我们 */
  .bannertop111111 {
    height: 50vh;
    display: flex;
    flex-direction: row;
    background: url('../image/gywm1.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop111111 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannerleft111111 {
    width: 50%;
  }

  .bannerright111111 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannertop111111 .title111111 {
    font-size: 40px;
    margin-bottom: 5px;
    color: black;
  }

  /* 关于我们 */

  /* pc定位1 */
  .ding {
    position: fixed;
    right: 0%;
    top: 50%;
    width: 90px;
    background: white;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ding>div {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    position: relative;
    align-items: center;
    justify-content: center;

  }

  .ding>div span:last-child {
    margin: 7px 0;
  }

  .spanicon1 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../picture/sw.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .spanicon2 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../picture/wx.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .spanicon3 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../picture/yy.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .ma1 {
    /* opacity: 0; */
    /* display: inline-block; */
    width: 140px;
    height: 140px;
    background: url(../picture/he.jpg) no-repeat center;
    background-size: 100% 100%;
    display: none;
  }

  .ma2 {
    /* opacity: 0; */
    /* display: inline-block; */
    width: 140px;
    height: 140px;
    background: url(../picture/qrCode.png) no-repeat center;
    background-size: 100% 100%;
    display: none;
  }

  .ic1:hover .ma1 {
    /* background: red; */
    display: block;
    position: absolute;
    left: -158px;
    top: -27px;
  }

  .ic1:hover .spanicon1 {
    /* background: red; */
    width: 50px;
    height: 50px;
    background: url(../picture/swc.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
  }

  .ic1:hover .titlenameb,
  .ic2:hover .titlenameb,
  .ic3:hover .titlenameb {
    /* background: red; */
    color: #1C62F9;
  }

  .ic2:hover .ma2 {
    /* background: red; */
    display: block;
    position: absolute;
    left: -158px;
    top: -27px;
  }

  .ic2:hover .spanicon2 {
    /* background: red; */
    width: 50px;
    height: 50px;
    background: url(../picture/wxc.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
  }

  .ic3:hover .spanicon3 {
    /* background: red; */
    width: 50px;
    height: 50px;
    background: url(../picture/yyc.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
  }



  /* pc定位1 */



  nav .title {
    font-size: 30px;
    font-family: Lato-Bold, Lato;
    font-weight: bold;
    color: #222229;
  }

  nav .items {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto auto;
  }

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

  nav .items .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
  }

  nav .items .item .icon img {
    width: 30px;
    height: 30px;
  }

  nav .title {
    font-size: 30px;
    font-family: Lato-Bold, Lato;
    font-weight: bold;
    color: #222229;
  }

  nav .items {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
  }

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

  nav .items .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
  }

  nav .items .item .icon img {
    width: 30px;
    height: 30px;
  }




  .flex1 {
    display: flex;
    /* width: 60%; */
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
    padding: 0 20%;
    background-color: transparent;
  }

  .intro_banner11 .img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 28%;
  }

  .marketup_header .theme .theme_r {
    position: absolute;
    right: 0;
    max-width: 29%;
  }

  .width50 {
    width: 50%;
    border-radius: 26px;
    overflow: hidden;
    margin: 40px auto;
    /* background: white; */
  }


  .width50 .t1 {
    font-size: 30px;
    font-family: Lato-Bold, Lato;
    font-weight: bold;
    color: #222229;
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 90px;
    /* padding-left: 5%; */
  }

  .width50 .p {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }

  .width50 .p .picon {
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  }

  /* 
  .width50 .p::before {
    content: "";
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  } */

  .width50 .s_p {
    color: #6b717b;
    /* padding-left: 16px; */
    width: 90%;
    /* margin: 0 auto; */
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .width502 {
    width: 50%;
    margin: 40px auto;
    background: white;
  }

  .width501 {
    width: 50%;
    margin: 40px auto;
    margin-right: 40px;
  }

  .width502 .t1 {
    font-size: 28px;
    font-family: Lato-Bold, Lato;
    font-weight: bold;
    color: #222229;
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 90px;
    /* padding-left: 5%; */
  }

  .width502 .p {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }

  .width502 .p .picon {
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  }

  /* .width502 .p::before {
    content: "";
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  } */

  .width502 .s_p {
    color: #6b717b;
    /* padding-left: 16px; */
    width: 90%;
    /* margin: 0 auto; */
    /* margin: 10px 0; */
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .intro_li {
    padding-top: 80px;
  }

  .moudle_about_title {
    padding-top: 80px;
  }
}


/* 临界pc  app */
@media screen and (max-width: 1024px) {
  .moudle_about_title {
    padding-top: 80px;
  }

  .intro_li .list .li {
    width: 50%;
    box-sizing: border-box;
    border: 1px solid transparent;
    overflow: hidden;
  }

  .intro_li .list .li:hover {
    box-shadow: 0px 4px 19px 0px rgba(208, 208, 208, 0.3);
    border: 1px solid #1A66FF;
    transform: translateY(-5px);
    transition: .5s;
    cursor: pointer;
    border-radius: 6px;
  }

  .page_container {
    margin-top: 56px;
  }

  .bannertop {
    height: 28vh;
    /* background: url('../image/home2.png') no-repeat center;
    background-size: 100% 100%; */
  }

  .centertop {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
  }

  .bannertop .title {
    font-size: 28px;
    margin-bottom: 5px;
    color: #fff;
  }

  .bannertop .desc {
    font-size: 16px;
    color: #fff;
  }

  .centertop111111 .desc {
    font-size: 16px;
    color: #000;
  }

  .bannerleft {
    height: 50%;
  }

  .bannerright {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /* 聚合营销 */
  .bannertop1 {
    height: 80vh;
    background: url('../image/jhyx2.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannertop1 .title1 {
    font-size: 28px;
    margin-bottom: 5px;
    color: black;
  }

  .bannertop1 .desc1 {
    font-size: 16px;
    color: black;
  }

  .bannertop1 .desc11 {
    font-size: 18px;
    color: black;
  }

  .bannerleft1 {
    height: 50%;
  }

  .bannerright1 {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 聚合营销 */


  /* CRM */
  .bannertop11 {
    height: 80vh;
    background: url('../image/crm2.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop11 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannertop11 .title11 {
    font-size: 28px;
    margin-bottom: 5px;
    color: white;
  }

  .bannertop11 .desc11 {
    font-size: 16px;
    color: white;
  }

  .bannertop11 .desc111 {
    font-size: 18px;
    color: white;
  }

  .bannerleft11 {
    height: 50%;
  }

  .bannerright11 {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* CRM */

  /* 自助建站 */
  .bannertop111 {
    height: 80vh;
    background: url('../image/zzjz2.jpg') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop111 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannertop111 .title111 {
    font-size: 28px;
    margin-bottom: 5px;
    color: black;
  }

  .bannertop111 .desc111 {
    font-size: 16px;
    color: black;
  }

  .bannerleft111 {
    height: 50%;
  }

  .bannerright111 {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 自助建站 */

  /* AI呼叫中心 */
  .bannertop1111 {
    height: 80vh;
    background: url('../image/AI2.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop1111 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannertop1111 .title1111 {
    font-size: 28px;
    margin-bottom: 5px;
    color: black;
  }

  .bannertop1111 .desc1111 {
    font-size: 16px;
    color: black;
  }

  .bannerleft1111 {
    height: 50%;
  }

  .bannerright1111 {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* AI呼叫中心 */

  /* 解决方法 */
  .bannertop11111 {
    height: 80vh;
    background: url('../image/jjfa2.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop11111 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannertop11111 .title11111 {
    font-size: 28px;
    margin-bottom: 5px;
    color: white;
  }

  .bannertop11111 .desc11111 {
    font-size: 16px;
    color: white;
  }

  .bannerleft11111 {
    height: 50%;
  }

  .bannerright11111 {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 解决方法 */

  /* 关于我们 */
  .bannertop111111 {
    height: 80vh;
    background: url('../image/gywm2.png') no-repeat center;
    background-size: 100% 100%;
  }

  .centertop111111 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;
    justify-content: center;
  }

  .bannertop111111 .title111111 {
    font-size: 28px;
    margin-bottom: 5px;
    color: black;
  }


  .bannerleft111111 {
    height: 50%;
  }

  .bannerright111111 {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 关于我们 */

  /* 手机定位2 */
  .ding {
    display: none;
    /* position: fixed;
    right: 1%;
    top: 50%; */
  }

  /* 手机定位2 */

  nav .title {
    font-size: 20px;
    font-family: Lato-Bold, Lato;
    font-weight: bold;
    color: #222229;
  }

  nav .items {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto auto;
  }

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

  nav .items .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
  }

  nav .items .item .icon img {
    width: 30px;
    height: 30px;
  }









  .marketup_header .theme .theme_r {
    margin-top: 40px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
  }

  .intro_banner11 .img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    /* right: 0; */
    transform: translateX(12%);
    width: 80%;
    height: 100%;
  }

  .width50 .s_p {
    color: #6b717b;
    /* padding-left: 16px; */
    font-size: 14px;
    /* margin: 0 auto; */
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .width502 .s_p {
    color: #6b717b;
    /* padding-left: 16px; */
    font-size: 14px;
    /* margin: 0 auto; */
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .flex1 .p {
    /* display: flex; */
    /* align-items: center; */
    margin: 10px 0;
  }

  .width501 {
    width: 90%;
    margin: 40px auto;

  }

  .width50 {
    width: 90%;
    border-radius: 26px;
    overflow: hidden;
    margin: 20px auto;
    /* background: white; */
  }

  .width502 {
    width: 90%;
    margin: 40px auto;
    background: white;
  }

  .width502 .t1 {
    font-size: 20px;
    /* text-align: center; */
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: bold;

  }

  .width50 .t1 {
    font-size: 20px;
    /* text-align: center; */
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: bold;
    /* padding-left: 5%; */
  }

  .width501 {
    order: 2;
  }

  /* .width502 .p::before {
    content: "";
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  } */
  /* .width502 .p .picon {
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  } */
  .width502 .p .picon {
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  }

  .width50 .p {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }

  .width502 .p {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }

  .width50 .p .picon {
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  }

  /* .width50 .p::before {
    content: "";
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background: #226aeb;
    height: 20px;
    margin-right: 12px;
  } */

  .width502 {
    order: 1;
    background: white;
  }

  .width502 .s_p {
    color: #6b717b;
    /* padding-left: 16px; */
    margin: 10px 0;

  }

  .width50 .s_p {
    color: #6b717b;
    margin: 10px 0;

  }


  .user_login a {
    height: auto;
    line-height: initial;
    border-radius: 0;
    background: inherit;
    display: inline-block;
    color: #212121 !important;
    font-weight: 400;
    text-align: center;
    margin-left: 8px;
    padding: 0;
  }


  .user_login a:nth-child(2) {
    border: 0;
    color: inherit;
    background: #fff;
    line-height: initial;
  }

  .marketup_header {
    background: url("../image/home2.png") no-repeat;
    background-size: 100% 100%;
    height: 65vh;
    padding: 10px 10px 0;
    position: relative;

  }

  .marketup_header .button {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
  }

  .marketup_header .theme {
    flex-direction: column;
  }



  .marketup_header .theme .theme_l .title {
    font-size: 28px;
    margin-bottom: 14px;
    font-weight: bold;
  }

  .marketup_header .theme .theme_l .desc {
    margin-bottom: 0;
    font-size: 16px;
  }

  .business_box {
    padding-bottom: 32px;
    background-color: #fff;
  }

  .business_box .sign .box {
    margin: 0;
    padding: 32px; 
    box-sizing: border-box;
    border: 1px solid transparent;
  }

  .business_box .sign .box1 {
    margin: 0;
    padding: 32px;

  }

  .business_box .sign .box:hover {
    cursor: pointer;
    box-shadow: 0px 4px 19px 0px rgba(208, 208, 208, 0.3);
    border: 1px solid #1A66FF;
    transform: translateY(-5px);
    transition: .5s;
   
  }

  .business_box .business {
    margin: 0 10px;
    margin-top: 40px;
  }

  .business .business_desc {
    height: auto;
    padding: 0;
    text-align: center;
    margin: 0 12px 24px;
  }

  .business .sign {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .business_box .business_desc .box {
    padding: 0;
  }

  .business .business_desc .desc_title {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 24px;
  }

  .business .business_desc .introduce {
    font-size: 14px;
    line-height: 25px;
  }

  .feature_box {
    margin-bottom: 96px;
  }

  .btncenter {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature .feature_title {
    font-size: 24px;
  }

  .feature .feature_desc {
    margin: 0 10px 40px;
    font-size: 14px;
  }

  .feature .feature_list {
    display: block;
  }

  .feature .feature_list .feature_item {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .feature .feature_list .feature_item>img {
    max-width: 208px;
  }

  .feature .feature_list .feature_item .item_title {
    margin: 16px 0 8px;
  }

  .virtue_box {
    width: 100%;
    /* margin: 0 0 91px 0; */
  }

  .virtue .virtue_title {
    font-size: 20px;
  }

  .virtue .virtue_desc {
    font-size: 14px;
  }

  .virtue .virtue_bg {
    background-size: 100% 225px;
  }

  .virtue .virtue_bg .virtue_data {
    flex-wrap: wrap;
    padding: 48px 0;
  }

  .virtue .virtue_bg .virtue_data .virtue_item {
    width: 50%;
    margin-bottom: 30px;
  }

  .virtue .virtue_bg .virtue_data .virtue_item .virtue_text {
    font-size: 20px;
    color: #6b717b;
  }

  .counsel {
    flex-direction: column;
    justify-content: center;
    padding: 32px 40px;
    margin: 0 10px;
    max-width: 1312px;
    margin-bottom: 30px;
  }

  /* 手机 */
  .width50 li {
    font-size: 14px;
    color: #6b717b;
  }

  .width502 li {
    font-size: 14px;
    color: #6b717b;
  }

  .width50 .lili {
    font-size: 16px;
    color: #353733;
  }

  .width502 .lili {
    font-size: 16px;
    color: #353733;
  }

  header .right {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: unset;
    right: 10%;
    bottom: 13%;
  }

  .intro_li .top_ti {
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
  }

  .intro_banner11 .img img {
    max-height: 100%;
    position: absolute;
    bottom: 5%;
  }


  .intro_li .list .ti {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: -20px;
  }

  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    /* background: #F6FAFB; */
    background: white;
    padding: 20px 0;
  }

  nav .items .item .icon_title {
    font-size: 14px;
    font-family: Lato-Bold, Lato;
    color: #222229;
    text-align: center;
    height: 45px;
  }

  .feature .feature_list .feature_item .tips_info {
    font-size: 14px;
  }

  article .item ul li {
    font-size: 14px;
    width: 100%;
  }

  .intro_li .list .s_ti {
    font-size: 14px;
    color: #6b717b;
  }

  .moudle_about_us .top .desc .one_part {
    font-size: 14px;
  }

  .companyrel {
    /* background: white; */
    text-align: center;
    max-width: 1312px;
    margin: 0 auto;
    margin: 20px 10px 20px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
  }

  .companyrel .virtue_title {
    font-size: 20px;
    font-weight: bold;

  }

  .companyrelafter {
    width: 50px;
    height: 5px;
    background: linear-gradient(90deg, #9ec9e0 0%, #567ac7 100%);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex5 {
    display: flex;
    flex-wrap: wrap;
  }

  .flex5>div {
    width: 25%;
    padding: 5px 6px;
  }

  .virtue_box .virtue_desc {
    color: #6b717b;
    margin: 0 24px;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .virtue_box .percent_num {
    font-size: 24px;
  }

  .virtue_box .virtue_item .percent>img {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    vertical-align: middle;
  }

  .virtue .virtue_bg .virtue_data .virtue_item .virtue_text {
    font-size: 14px;
    color: #6b717b;
  }

  .counsel .counsel_text {
    text-align: center;
    margin-bottom: 15px;
  }

  .virtue_box .virtue {
    /* margin-bottom: 88px; */
  }

  .join_us {
    width: 100%;
    height: 248px;
    /* background: url("../image/1458430881234038.png")
        no-repeat,
      linear-gradient(
        136deg,
        rgba(252, 79, 103, 1) 0%,
        rgba(255, 98, 39, 1) 100%
      ); */
    background-size: 100% 100%;
    margin-bottom: -64px;
  }

  .join_us .flex {
    flex-direction: column;
    justify-content: center;
  }

  .join_us .flex>img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  /*
  .advantage_box {
    padding: 0 10px;
    margin-bottom: 86px;
  }
  .advantage_box .ad_bg1 {
    display: none;
  }
  .advantage_box .ad_bg2 {
    display: none;
  }
  .advantage_box .ad_bg3 {
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    max-width: 100%;
  }
  .advantage .a_title {
    font-size: 24px;
  }
  .advantage .a_desc {
    font-size: 14px;
    margin: 0 8px 30px;
  }
  .advantage .ad_list .ad_item {
    max-width: 100%;
    margin: 0 0 21px 0;
    min-height: 100%;
    padding: 34px 26px 44px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  }
    */
}

/* app */
@media screen and (max-width: 800px) {
  .moudle_about_title {
    padding-top: 50px;
  }

  .feature_box {
    margin-bottom: 82px;
    text-align: center;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro_li {
    padding-top: 50px;
  }

  .intro_li .list .li {
    width: 50%;
    box-sizing: border-box;
    border: 1px solid transparent;
    overflow: hidden;
  }

  .intro_li .list .li:hover {
    box-shadow: 0px 4px 19px 0px rgba(208, 208, 208, 0.3);
    border: 1px solid #1A66FF;
    transform: translateY(-5px);
    transition: .5s;
    cursor: pointer;
    border-radius: 6px;
   
  }

  .html .banner {
    background: url(../image/jjfa2.png) no-repeat center;
    background-size: cover;
    height: 65vh;
    position: relative;
  }

  .intro_banner .img {
    /* left: 0;
    transform: translateX(-50%); */
  }

  .html .banner .banner_con {
    flex-direction: column;
  }

  .html .banner .banner_con .info .ti {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .html .banner .banner_con .info {
    width: 100%;
    padding: 30px 0 0px 0;
    z-index: 9;
  }

  .html .banner .banner_con .info .intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .html .banner .banner_con .img_bg {
    width: 90%;
    /* margin: 0; */
    margin: 0 auto;
    position: absolute;
    bottom: 0;
  }

  .html .banner .banner_con .but {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
  }
}

/*全网企业营销管理解决方案*/
.html .banner {
  background: url(../image/jjfa1.png) center;
  /* background: 100% 100%; */
  height: 50vh;
  position: relative;
  /* height: 70vh; 新*/
}

.html .banner .banner_con {
  display: flex;
  align-items: center;
  height: 100%;
}

.html .banner .banner_con .img_bg {
  flex: none;
  width: 664px;
  margin-left: 60px;
  /* margin-top: 300px; */
  /* position: absolute; */
  /* right: 100px;
  top: 400px; */
  position: absolute;
  right: 0;
}

.html .banner .banner_con .info {
  padding: 80px 0;
  width: 50%;
  z-index: 9;
}

.html .banner .banner_con .info .ti {
  /* font-weight: bold; */
  font-size: 48px;
  margin-bottom: 24px;
}

.html .banner .banner_con .info .intro {
  margin-bottom: 60px;
  line-height: 28px;
  font-size: 20px;
}

.html .banner .banner_con .but .button {
  padding: 0 48px;
  height: 54px;
  border-radius: 27px;
  line-height: 54px;
  font-weight: bold;
}

.html .banner .banner_con .but .button.theme_bg {
  background: linear-gradient(234deg, #ff3963 0%, #ff5300 100%);
  margin-right: 10px;
}

.html .banner .banner_con .but .button.theme_bg img {
  width: 19px;
  margin-right: 8px;
}

.html .banner .banner_con .but .button.w {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #e63d48;
}




/*自定义介绍页*/
.intro_banner {
  background: url(../image/jhyx1.png) bottom center no-repeat;
  height: 50vh;
  /* height: 73vh; 新*/
  background-size: cover;
}

.intro_banner1 {
  background: url(../image/zzjz1.png) bottom center no-repeat;
  height: 50vh;
  /* height: 73vh;  新*/
  background-size: cover;
  position: relative;
}

.intro_banner .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  padding-bottom: 4vw;
}

.intro_banner .ti {
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.intro_banner .s_ti {
  width: 60%;
  font-size: 20px;
  /* margin-bottom: 72px; */
  position: relative;
  z-index: 10;
}

.intro_banner .link .button {
  height: 54px;
  line-height: 54px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  box-shadow: 0px 0px 20px rgba(36, 129, 248, 0.3);
  color: #fff;
  display: inline-block;
  border-radius: 32px;
  padding: 0 48px;
  font-weight: bold;
  margin-right: 8px;
}

.intro_banner .link .button.line {
  background: none;
  color: #016DFF;
  border: 1px solid #016DFF;
  box-shadow: none;
}

.intro_banner .img {
  position: absolute;
  width: 30%;
  right: 0;
  /* top: 10%; */
  /* display: flex; */
  /* bottom: 0; */
  /* align-items: center;
  text-align: right; */
  /* width: 777px;
  height: 587px; */
}

.intro_banner .img img {
  max-height: 100%;
  /* margin-top: 100px; */
}

.intro_banner1 .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  /* position: relative; */
  padding-bottom: 4vw;
}

.intro_banner1 .ti {
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.intro_banner1 .s_ti {
  width: 60%;
  font-size: 20px;
  margin-bottom: 72px;
  position: relative;
  z-index: 10;
}

.intro_banner1 .link .button {
  height: 54px;
  line-height: 54px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  box-shadow: 0px 0px 20px rgba(36, 129, 248, 0.3);
  color: #fff;
  display: inline-block;
  border-radius: 32px;
  padding: 0 48px;
  font-weight: bold;
  margin-right: 8px;
}

.intro_banner1 .link .button.line {
  background: none;
  color: #016DFF;
  border: 1px solid #016DFF;
  box-shadow: none;
}

.intro_banner1 .img {
  position: absolute;
  right: 0px;
  /* left: 0; */
  top: 0;
  display: flex;
  bottom: 0;
  align-items: center;
  text-align: center;
  /* margin-top: 200px; */
  width: 40%;
}

.intro_banner1 .img img {
  max-height: 100%;
  /* margin-top: 100px; */
}









.intro_banner11 {
  background: url(../image/crm1.png) bottom center no-repeat;
  height: 50vh;
  /* height: 73vh; 新 */
  background-size: cover;
  position: relative;
}

.intro_banner11 .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* justify-content: center; */
  /* position: relative; */
  padding-bottom: 4vw;
}

.intro_banner11 .ti {
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  margin-top: 120px;
}

.intro_banner11 .s_ti {
  width: 60%;
  font-size: 20px;
  /* margin-bottom: 72px; */
  position: relative;
  z-index: 10;
}

.intro_banner11 .link .button {
  height: 54px;
  line-height: 54px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  box-shadow: 0px 0px 20px rgba(36, 129, 248, 0.3);
  color: #fff;
  display: inline-block;
  border-radius: 32px;
  padding: 0 48px;
  font-weight: bold;
  margin-right: 8px;
}

.intro_banner11 .link .button.line {
  background: none;
  color: #016DFF;
  border: 1px solid #016DFF;
  box-shadow: none;
}










.intro_banner111 {
  background: url(../image/gywm1.png) bottom center no-repeat;
  height: 50vh;
  /* height: 73vh; 新 */
  background-size: cover;
}

.intro_banner111 .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  padding-bottom: 4vw;
}

.intro_banner111 .ti {
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;

}

.intro_banner111 .s_ti {
  width: 60%;
  font-size: 20px;
  margin-bottom: 72px;
  position: relative;
  z-index: 10;
}

.intro_banner111 .link .button {
  height: 54px;
  line-height: 54px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  box-shadow: 0px 0px 20px rgba(36, 129, 248, 0.3);
  color: #fff;
  display: inline-block;
  border-radius: 32px;
  padding: 0 48px;
  font-weight: bold;
  margin-right: 8px;
}

.intro_banner111 .link .button.line {
  background: none;
  color: #016DFF;
  border: 1px solid #016DFF;
  box-shadow: none;
}

.intro_banner111 .img {
  position: absolute;
  /* right: -100px; */
  top: 0;
  display: flex;
  bottom: 0;
  align-items: center;
  text-align: right;
  justify-content: end;
  right: 0;
}

.intro_banner111 .img img {
  max-height: 100%;
  margin-top: 100px;
}




.intro_li {
  text-align: center;
  padding-bottom: 160px;
  background-color: white;
  /* padding-top: 80px; */

}

/* .intro_li .list .li {
  width: 100%;
} */


/* .intro_li .top_ti {
  font-size: 30px;
  margin-bottom: 20px;
} */

.intro_li .list {
  display: flex;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

/* .intro_li .list .li {
  flex: 1;
} */
/* .intro_li .list .li {
  width: 100%;
} */


/* .intro_li .list .ti {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: -40px;
} */

.intro_li .list .s_ti {
  margin: 0 20px;
  color: #6b717b;
}

.intro_box {
  margin-bottom: 240px;
}

.intro_box:last-child {
  margin-bottom: 160px;
}

.intro_box .i_b {
  /* padding: 0 !important; */
}

.intro_box .i_b.left {
  padding-right: 60%;
  position: relative;
}

.intro_box .i_b.right {
  padding-left: 60%;
  position: relative;
}

.intro_box .ti {
  font-size: 30px;
  margin-bottom: 30px;
}

.intro_box .li {
  margin-bottom: 20px;
}

.intro_box .li .p {
  font-size: 18px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.intro_box .li .p:before {
  content: "";
  display: inline-block;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
  height: 20px;
  margin-right: 12px;
}

.intro_box .li .s_p {
  color: #6b717b;
  padding-left: 16px;
}

.intro_box .ch {
  position: absolute;
  right: 180px;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.intro_box .right .ch {
  right: auto;
  left: 180px;
}

@media screen and (max-width: 1024px) {

  .intro_banner {
    /* height: calc(100vh - 56px); */
    height: 65vh;
  }

  .intro_banner11 {
    /* height: calc(100vh - 56px); */
    height: 65vh;
  }

  .intro_banner1 {
    /* height: calc(100vh - 56px); */
    height: 65vh;
    position: relative;
  }

  .intro_banner111 {
    /* height: calc(100vh - 56px); */
    height: 65vh;
  }



  .intro_banner11 .ti {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    letter-spacing: -2px;
    margin-top: 12%;
    font-weight: bold;
  }

  .intro_banner11 .s_ti {
    width: 100%;
    font-size: 16px;
    /* margin-bottom: 72px; */
    position: relative;
    z-index: 10;
  }



  .intro_banner .container {
    justify-content: flex-start;
    padding: 20px;
    padding-top: 12vh;
  }

  .intro_banner .img {
    position: unset;
    width: 70%;
    margin: 0 auto;
    /* left: 0;
    right: 0; */
    /* transform: translateX(-50%); */

    /* right: -100px; */
    /* top: 0; */
    /* display: flex; */
    /* bottom: 25%; */
    /* align-items: center; */
    /* text-align: right; */
    /* width: 777px;
  height: 587px; */
  }

  .intro_banner .ti {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 33px;
    font-weight: bold;
  }

  .intro_banner .s_ti {
    font-size: 16px;
    width: 100%;
    /* margin-bottom: 45px; */
  }

  .intro_banner .link {
    /*position: fixed;*/
    z-index: 10;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: left;
  }

  .intro_banner .link .button {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    width: 186px;
    box-sizing: border-box;
  }

  .intro_banner .link .button.line {
    display: none !important;
  }


  .intro_banner1 .container {
    justify-content: flex-start;
    padding: 20px;
    padding-top: 12vh;
  }

  .intro_banner1 .img {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    left: 0;
    width: 100%;
  }

  .intro_banner1 .img img {
    margin-top: 160px;
  }

  .intro_banner1 .ti {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 33px;
    font-weight: bold;
  }

  .intro_banner1 .s_ti {
    font-size: 16px;
    width: 100%;
    margin-bottom: 45px;
  }

  .intro_banner1 .link {
    /*position: fixed;*/
    z-index: 10;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: left;
  }

  .intro_banner1 .link .button {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    width: 186px;
    box-sizing: border-box;
  }

  .intro_banner1 .link .button.line {
    display: none !important;
  }







  .intro_banner111 .container {
    justify-content: flex-start;
    padding: 20px;
    padding-top: 12vh;
  }

  .intro_banner111 .img {
    /* align-items: flex-end; */
    /* top: 26vh; */
    /* bottom: -19vh; */
    left: 0px;
    right: 0px;
    /* transform: translateX(5%); */
  }

  /* bottom: 0vh; */
}



.intro_banner111 .s_ti {
  font-size: 16px;
  width: 100%;
  margin-bottom: 45px;
}

.intro_banner111 .link {
  /*position: fixed;*/
  z-index: 10;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: left;
}

.intro_banner111 .link .button {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  width: 186px;
  box-sizing: border-box;
}

.intro_banner111 .link .button.line {
  display: none !important;
}



.intro_banner111 .container {
  justify-content: flex-start;
  padding: 20px;
  padding-top: 12vh;
}



/* bottom: 0vh; */



.intro_banner111 .s_ti {
  font-size: 16px;
  width: 100%;
  margin-bottom: 45px;
}

.intro_banner111 .link {
  /*position: fixed;*/
  z-index: 10;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: left;
}

.intro_banner111 .link .button {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  width: 186px;
  box-sizing: border-box;
}

.intro_banner111 .link .button.line {
  display: none !important;
}




/* .intro_li .top_ti {
  font-size: 20px;
  margin-top: 10px;
} */

.intro_li .list {
  flex-wrap: wrap;
  margin: 0;
}

/* .intro_li .list .li {
  flex: auto;
  width: 100%;
} */

/* .intro_li .list .ti {
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: -20px;
} */

/* .intro_li .list .s_ti {
  font-size: 14px;
} */

.intro_li {
  padding-bottom: 60px;
  background-color: white;
  /* padding-top: 80px; */
}


.intro_box {
  margin-bottom: 140px;
}

.intro_box:last-child {
  margin-bottom: 0;
}


/* 去除 */
/* .intro_box .ch {
  position: relative;
  right: auto;
  left: auto !important;
  display: block;
  text-align: center;
} */

.intro_box .ti {
  font-size: 20px;
  text-align: center;
}

.intro_box .li .p {
  font-size: 16px;
}

.intro_box .li .s_p {
  font-size: 14px;
}

.moudle_about_title {
  font-size: 30px;
  margin-bottom: 32px;
  text-align: center;
  /* padding-top: 80px; */
  font-weight: bold;
}

.about_us_box {
  margin-bottom: 80px;
  text-align: center;
}

.moudle_about_us .top {
  margin-bottom: 40px;
}

.moudle_about_us .top .desc {
  font-size: 16px;
  color: #6b717b;
  max-width: 860px;
  margin: 0 auto;
}

.moudle_about_us .fn_list {
  display: flex;
}

.moudle_about_us .fn_list .fn_item {
  width: 33.33%;
  padding: 0 60px;
}

.moudle_about_us .fn_list .fn_item .fn_pic {
  border-radius: 50%;
  width: 97px;
  padding: 20px;
  margin: 0 auto;
}

.moudle_about_us .fn_list .fn_item .title {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 12px;
}

.moudle_about_us .fn_list .fn_item .desc {
  color: #6b717b;
  font-size: 14px;
}

.moudle_about_us .fn_list .fn_item.pink .fn_pic {
  background-color: rgba(252, 79, 103, 0.1);
}

.moudle_about_us .fn_list .fn_item.pink .title {
  color: #016dff;
}

.moudle_about_us .fn_list .fn_item.blue .fn_pic {
  background-color: rgba(64, 118, 255, 0.1);
}

.moudle_about_us .fn_list .fn_item.blue .title {
  color: #4076ff;
}

.moudle_about_us .fn_list .fn_item.green .fn_pic {
  background-color: rgba(49, 187, 114, 0.1);
}

.moudle_about_us .fn_list .fn_item.green .title {
  color: #31bb72;
}

.sale_inquiry_box {
  background: url(../image/14585704135754.png) no-repeat left top;
  background-size: contain;
  margin-bottom: 40px;
}

.sale_inquiry_box .sale_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sale_inquiry_box .sale_box .card {
  position: relative;
  width: 614px;
  padding: 32px 40px;
  box-shadow: 0px 3px 30px rgba(228, 229, 236, 1);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
}

.sale_inquiry_box .sale_box .card .info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 24px;
}

.sale_inquiry_box .sale_box .card .info .avatar {
  width: 54px;
  border-radius: 50%;
  margin-right: 20px;
}

.sale_inquiry_box .sale_box .card .info .name {
  font-size: 18px;
  font-weight: bold;
}

.sale_inquiry_box .sale_box .card .info .job {
  color: #6b717b;
  font-size: 14px;
}

.sale_inquiry_box .sale_box .card .desc {
  color: #6b717b;
  width: 340px;
  float: left;
  font-size: 14px;
}

.sale_inquiry_box .sale_box .card .desc .l {
  margin-top: 20px;
  font-weight: bold;
}

.sale_inquiry_box .sale_box .card .lx {
  margin-left: 380px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px;
}

.sale_inquiry_box .sale_box .card .card_bg {
  position: absolute;
  top: 32px;
  right: 40px;
  height: 37px;
}

.sale_inquiry_box .sale_box .sale_list .sale_tip {
  font-size: 14px;
  color: #6b717b;
}

.sale_inquiry_box .sale_box .contact {
  width: 599px;
}

.contact_us_box1 {
  background: url(../image/map.png) no-repeat bottom center;
  background-size: contain;
  width: 100vw;
  height: 500px;
  margin-top: 20px;
}

.moudle_contact_us .contact_con {
  padding: 56px 80px;
  background: #fff;
  border-radius: 8px;
  /* box-shadow: 0px -3px 60px rgba(0, 0, 0, 0.08); */
  position: relative;
  overflow: hidden;
}

.moudle_contact_us .circle_bg {
  position: absolute;
  width: 344px;
  height: 344px;
  border: 48px solid #ecedf4;
  border-radius: 50%;
  z-index: 1;
}

.moudle_contact_us .circle_bg.circle_bg1 {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.moudle_contact_us .circle_bg.circle_bg2 {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.moudle_contact_us .contact_list {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}

.moudle_contact_us .contact_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.moudle_contact_us .contact_item .pic {
  width: 140px;
}

.moudle_contact_us .contact_item .mode {
  font-size: 18px;
  margin: 16px 0 8px 0;
  font-weight: bold;
}

.moudle_contact_us .go_contact {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #6b717b;
}

.moudle_contact_us .working_time {
  text-align: center;
  margin-top: 32px;
  color: #6b717b;
  position: relative;
  z-index: 2;
}

.moudle_contact_us .end_text {
  padding: 80px 0;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .moudle_about_title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    /* padding-top: 80px; */
  }



  .intro_banner111 .ti {
    font-size: 28px;
    margin-top: 112px;
    margin-bottom: 33px;
    font-weight: bold;
    text-align: center;
  }

  .contact_us_box1 {
    background: url(../image/map.png) no-repeat bottom center;
    background-size: contain;
    width: 100vw;
    height: 150px;
    margin-top: 20px;
  }


  .about_us_box {
    margin-bottom: 0;
  }

  .moudle_about_us .top .desc {
    padding: 0 10px;
  }

  .moudle_about_us .top {
    margin: 0 0 22px 0;
  }

  .moudle_about_us .fn_list {
    flex-direction: column;
  }

  .moudle_about_us .fn_list .fn_item {
    width: 100%;
    margin-bottom: 40px;
  }

  .sale_inquiry_box .sale_box {
    display: block;
  }

  .sale_inquiry_box .sale_box .card {
    width: 100%;
    padding: 24px 12px;
  }

  .sale_inquiry_box .sale_box .card .go_contact {
    top: auto;
    right: auto;
    bottom: 25px;
    left: 20px;
  }

  .sale_inquiry_box .sale_box .card .desc {
    width: 100%;
    float: none;
  }

  .sale_inquiry_box .sale_box .card .lx {
    width: 180px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .sale_inquiry_box .sale_box .card .card_bg {
    right: 12px;
    top: 24px;
  }

  .sale_inquiry_box .sale_box .contact {
    width: 100%;
  }

  .moudle_contact_us .contact_con {
    padding: 30px 0;
  }

  .moudle_contact_us .contact_list {
    flex-direction: column;
  }

  .moudle_contact_us .working_time {
    margin: 0 10px;
    font-size: 14px;
  }

  .moudle_contact_us .contact_item {
    margin-bottom: 32px;
  }

  .contact_us_box {
    background-size: auto;
  }

  .moudle_contact_us .end_text {
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0;
  }
}

/*价格页*/
.price_intro {
  background: url(../image/102626530125.png) no-repeat top center;
}

.price_intro .top_box {
  padding-top: 72px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.price_intro .top_box .ti {
  font-weight: bold;
  font-size: 40px;
}

/*.price_intro .p_box {
          background: #fff;
          box-shadow: 0px -3px 60px rgba(0, 0, 0, 0.08);
          border-radius: 6px;
          overflow: hidden;
        }
        .price_intro .price_box {
          background: url(../image/102739689125.png);
          display: flex;
          justify-content: space-between;
          padding: 40px;
          align-items: center;
        }
        .price_intro .price_box .a {
          font-size: 24px;
          font-weight: bold;
          margin-right: 8px;
          margin-bottom: 12px;
          display: inline-block;
        }
        .price_intro .price_box .b {
          color: #6b717b;
          font-size: 14px;
        }
        .price_intro .price_box .n img {
          height: 35px;
          margin-right: 8px;
        }
        .price_intro .price_box .c {
          color: #6b717b;
          font-size: 20px;
        }
        .price_intro .price_box .button {
          width: 160px;
          height: 42px;
          line-height: 42px;
          background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
          padding: 0;
          font-weight: bold;
          font-size: 14px;
          border-radius: 32px;
          z-index: 10;
        }*/
.price_intro .text_top {
  text-align: center;
  font-size: 30px;
  padding-top: 72px;
  margin-bottom: 30px;
}

.price_intro .text_top_b {
  color: #6b717b;
  font-size: 16px;
  margin-top: 8px;
}

.price_intro .tc_box {
  background: url(../image/102746979125.png);
  padding: 20px 40px 40px 40px;
}

.price_intro .tc_box .t {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.price_intro .tc_box .list {
  display: flex;
}

.price_intro .tc_box .li {
  margin-right: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.price_intro .tc_box .li img {
  width: 48px;
  margin-bottom: 12px;
}

/*.price_intro .price_list .list {
          display: flex;
          margin-left: -10px;
          margin-right: -10px;
        }
        .price_intro .price_list .list .li {
          flex: 1;
        }
        .price_intro .price_list .list .li .box {
          margin: 0 10px;
          background: #fff;
          border: 1px solid rgba(0, 0, 0, 0.12);
          text-align: center;
          border-radius: 4px;
        }
        .price_intro .price_list .list .li .box:hover {
          border: 1px solid rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 60px #e4e5ec;
        }
        .price_intro .price_list .list .t {
          height: 120px;
          display: flex;
          align-items: center;
          flex-direction: column;
          background-size: cover;
          justify-content: center;
          color: #fff;
        }
        .price_intro .price_list .list .t_a {
          background-image: url(../image/163505110539378.png);
          color: inherit;
        }
        .price_intro .price_list .list .t_b {
          background-image: url(../image/163639195539378.png);
        }
        .price_intro .price_list .list .t_c {
          background-image: url(../image/163433467539378.png);
        }
        .price_intro .price_list .list .t_d {
          background-image: url(../image/163411841539378.png);
        }
        .price_intro .price_list .list .t .a {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 8px;
        }
        .price_intro .price_list .list .t .b {
          font-size: 14px;
        }
        .price_intro .price_list .fy {
          justify-content: center;
          height: 120px;
          align-items: center;
          display: flex;
        }
        .price_intro .price_list .fy .f {
          font-size: 18px;
          font-weight: bold;
        }
        .price_intro .price_list .fy .p {
          font-size: 48px;
          font-weight: bold;
          margin-left: 8px;
        }
        .price_intro .price_list .fy .d {
          font-size: 18px;
          color: #6b717b;
        }
        .price_intro .p_intro_li {
          background: #f4f5f9;
          border-radius: 4px;
          margin: 0 24px;
          padding: 16px;
        }
        .price_intro .p_intro_li .i_li {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          margin-bottom: 8px;
        }
        .price_intro .p_intro_li .i_li:last-child {
          margin-bottom: 0;
        }
        .price_intro .p_intro_li .a {
          color: #6b717b;
        }
        .price_intro .price_list .btn {
          margin: 24px 0;
        }
        .price_intro .price_list .btn .button {
          width: 120px;
          height: 42px;
          line-height: 42px;
          background: linear-gradient(90deg, #2481f8 0%, #115bf4 100%);
          padding: 0;
          border-radius: 32px;
          font-size: 14px;
          font-weight: bold;
        }*/
.price_intro .sxf_price .intro_top {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-radius: 6px 6px 0 0;
  background: #f4f5f9;
  font-size: 18px;
  font-weight: bold;
}

.price_intro .sxf_price .intro_top img {
  width: 28px;
  margin-right: 8px;

}

.price_intro .sxf_price .intro_table {
  margin-bottom: 20px;
}

.price_intro .sxf_price .intro_table .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.price_intro .sxf_price .it {
  width: 30%;
}

.price_intro .sxf_price .p {
  font-weight: bold;
  width: 25%;
}

.price_intro .sxf_price .detail {
  width: 45%;
}

.price_intro .dz_list {
  background: #f3f4f7;
  padding-bottom: 72px;
  margin-top: 72px;
}

.price_intro .dz_list_box {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.price_intro .dz_list_box .li {
  flex: 1;
}

.price_intro .dz_list_box .box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: 0 10px;
  text-align: center;
  height: 100%;
  padding: 30px 20px;
}

.price_intro .dz_list_box img {
  width: 56px;
  margin-bottom: 24px;
}

.price_intro .dz_list_box .ti {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.price_intro .dz_list_box .p {
  font-size: 14px;
  color: #6b717b;
}

.price_intro .price_contact {
  background: url(../image/173049102539378.png);
  color: #fff;
  background-size: cover;
  padding: 40px 0;
  /*margin-bottom: -64px;*/
}

.price_intro .price_contact_box {
  display: flex;
  align-items: center;
}

.price_intro .price_contact .ti {
  font-size: 30px;
  font-weight: bold;
  flex: 1;
}

.price_intro .price_contact .li {
  margin-left: 80px;
  display: flex;
  align-items: center;
}

.price_intro .price_contact .li img {
  width: 72px;
}

.price_intro .price_contact .li .t {
  font-size: 18px;
  font-weight: bold;
}

.price_intro .price_contact .li .p {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .price_intro {
    background: url(../image/0911421732992491.png) no-repeat top center;
    background-size: contain;
  }



  .price_intro .text_top {
    font-size: 24px;
    padding-top: 48px;
    margin-bottom: 20px;
  }

  .price_intro .text_top_b {
    font-size: 14px;
    margin-top: 4px;
  }

  .price_intro .top_box {
    padding: 56px 10px 0 10px;
  }

  .price_intro .top_box .ti {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /*.price_intro .price_box {
              padding: 30px 10px;
              display: block;
              text-align: center;
              background: url();
            }

            .price_intro .price_box .a {
              display: block;
              margin-right: 0;
              margin-bottom: 4px;
            }

            .price_intro .price_box .b {
              margin-bottom: 20px;
              display: block;
            }

            .price_intro .price_box .c {
              font-size: 16px;
              font-weight: bold;
            }

            .price_intro .price_box .but {
              position: fixed;
              left: 0;
              right: 0;
              bottom: 40px;
            }*/
  .price_intro .tc_box {
    padding: 20px 10px;
  }

  .price_intro .tc_box .t {
    text-align: center;
  }

  .price_intro .tc_box .list {
    flex-wrap: wrap;
  }

  .price_intro .tc_box .li {
    width: 25%;
    margin: 0;
    margin-bottom: 20px;
  }

  .price_intro .tc_box .li img {
    width: 40px;
    margin-bottom: 8px;
  }

  /*.price_intro .price_list .list {
              flex-direction: column;
            }

            .price_intro .price_list .list .li {
              margin-bottom: 20px;
            }*/
  .price_intro .sxf_price .intro_top {
    padding: 12px;
    font-size: 16px;
  }

  .price_intro .sxf_price .intro_table .tr {
    flex-wrap: wrap;
  }

  .price_intro .sxf_price .it,
  .price_intro .sxf_price .p {
    width: auto;
  }

  .price_intro .sxf_price .detail {
    width: 100%;
    font-size: 14px;
    opacity: 0.6;
  }

  .price_intro .dz_list_box {
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .price_intro .dz_list_box .li {
    flex: auto;
    width: 50%;
    margin-bottom: 10px;
  }

  .price_intro .dz_list_box .box {
    margin: 0 5px;
    padding: 20px 10px;
  }

  .price_intro .dz_list_box img {
    width: 40px;
    margin-bottom: 16px;
  }

  .price_intro .dz_list_box .ti {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .price_intro .price_contact_box {
    flex-direction: column;
  }

  .price_intro .price_contact .ti {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .price_intro .price_contact .li {
    margin-left: 0;
    width: 100%;
    margin-bottom: 4px;
  }

  .price_intro .price_contact .li img {
    width: 56px;
    margin-right: 8px;
  }

  .price_intro .price_contact .li .t {
    font-size: 16px;
  }
}

.version_price {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.version_price .v_li {
  width: 25%;
}

.version_price .v_li .box {
  margin: 0 10px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
}

.version_price .version {
  height: 394px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 6px;
  text-align: center;
}

.version_price .version.a {
  background: url(../image/1-20211231140251298-lsme6j6l.png) no-repeat center;
  background-size: cover;
  color: #1a1a1a;
}

.version_price .version.b {
  background: url(../image/2-20211231140301268-xmhn1lu8.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

.version_price .version.c {
  background: url(../image/3-20211231140310663-k62cbyxc.png) no-repeat center;
  background-size: cover;
  color: #985512;
}

.version_price .version.d {
  background: url(../image/4-20211231140321985-fuerkz2j.png) no-repeat center;
  background-size: cover;
  color: #e1ae84;
}

.version_price .version .name {
  font-size: 26px;
  padding-top: 44px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.version_price .version .intro {
  margin-bottom: 30px;
}

.version_price .version .price {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 56px;
  height: 80px;
}

.version_price .version.a .price {
  font-size: 30px;
  padding-top: 18px;
}

.version_price .version .price span {
  font-weight: normal;
  font-size: 14px;
}

.version_price .version .price .y {
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.7;
}

.version_price .version .tip {
  opacity: 0.7;
  height: 1.4em;
  margin-bottom: 10px;
}

.version_price .version .buy {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: block;
  color: inherit;
}

.version_price .version.b .buy {
  color: #2d99ff;
}

.version_price .version.d .buy {
  color: #985512;
}

.version_price .version .buy.cant {
  cursor: not-allowed;
  color: #b1b1b1;
}

.version_price .function {
  padding: 24px 20px;
}

.version_price .function .f_li {
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.version_price .function .f_li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.version_price .function .f_ti {
  color: #6b717b;
  margin-bottom: 20px;
}

.version_price .function .li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bold;
}

.version_price .function .li .r {
  color: #6b717b;
}

.version_price .function .li .r .icon {
  margin: 0;
  font-size: 14px;
  color: #02bc6c;
}

.version_price .function .li .r .not {
  color: #016dff;
}

@media screen and (max-width: 1024px) {
  .version_price .v_li {
    width: 50%;
    margin-bottom: 20px;
  }

  .version_price .function {
    display: none;
  }

}

@media screen and (max-width: 800px) {
  .version_price .v_li {
    width: 100%;
  }

  /* .intro_box .list {
    width: 100%;
  } */
}

.width50 img:hover {
  transform: scale(1.1);
  transition: .5s;
  cursor: pointer;
}
.width501 img:hover {
  transform: scale(1.1);
  transition: .5s;
  cursor: pointer;
}