@media screen and (max-width: 1200px) {
  .met-head .navbar-shadow .navbar-header .met-logo .scale-logo{
    top: 19px !important;
    width: 240px !important;
  }
  .head_nav_met_28_7_11.navbar{
    padding: 0;
  }
}
@media screen and (max-width: 1130px) {
  .mobile-logo{
    display: block !important;
  }
  .head_nav_met_28_7_11 .navbar-toggler{
    font-size: 22px !important;
    display: block !important;
  }
  .navbar-nav{
    display: none !important;
  }
  .met-head .navbar-header .met-logo .scale-logo{
    display: none !important;
  }
  .head_nav_met_28_7_11.navbar {
    background-color: #fff !important;
  }
  .nav-mb{
    display: block !important;
  }

  .nav-mb {
    width: 100%;
    z-index: 9999;
    background: linear-gradient(
      135deg,
      rgb(166, 0, 160) 0%,
      rgb(0, 132, 108) 100%
    );
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
    transition: none;
    position: absolute;
    top: 60px;
    left: 0;
    overflow: hidden;
    /* display: none; */
    position: fixed;
  }

  .nav-mb ul {
    display: none;
    padding: 20px 5%;
    margin: 0 auto;
    height: 100vh;
    border-top: 1px solid #eee;
  }
  .nav-mb ul li {
    text-decoration: none;
    list-style: none;
  }
  .nav-mb ul li > a.on {
    background: rgba(255, 255, 255, 0.5);
  }

  .nav-mb a:hover{
    background-color: transparent;
  }
  .nav-mb a {
    padding: 0.5rem 20px;
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
  }

  .nav-mb a.on:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

@media screen and (max-width: 1130px) and (min-width:767px) {
  .mobile-logo{
    display: block !important;
    position: absolute;
    width: 240px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .head_nav_met_28_7_11.navbar-default .hamburger .hamburger-bar, .head_nav_met_28_7_11.navbar-default .hamburger:after, .head_nav_met_28_7_11.navbar-default .hamburger:before{
    background: #212121;
  }
    .head_nav_met_28_7_11.navbar-shadow .mylmc,
  .header-right-tel:hover{
    color: #fff !important;
  }
}
@media screen and (max-width:767px) {
  /* .navbar-nav{
    display: block !important;
  } */
  .nav-mb {
    top: 48px !important;
  }
  .dingwei-section-wrap{
    justify-content: space-between;
  }
  .dingwei-section-item{
    width: 48% !important;
    min-width: unset !important;
    padding-right: 0 !important;
    flex: unset !important;
    margin-bottom: 30px !important;
  }
  /* .dingwei-title h4{
    font-size: 14px;
  } */
  .client-logo .serve-title{
    margin-top: 0 !important;
  }
}

.nav-mb{
  display: none;
}
.banner-swiper .swiper-button-prev{
  left: 100px;
}
.banner-swiper .swiper-button-next{
  right: 100px;
}


.top-video-banner{
  position: relative;
}
.top-video-banner .banner-video{
  width: 100%;
}
.why-choose-title{
	margin: 90px 0 50px;
}
.why-choose-title img{
	margin: 0 auto;
	display: block;
  max-width: 400px;
}

.methods .s_tit222{
padding-top: 12px;
  text-align: center;
  font-size: 22px;
  color: #42444C;
}


.booking-section{
  box-sizing: border-box;
  padding: 66px 0 80px;
  width: 100%;
  /* height: 394px; */
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(-17deg, #0d99e1, #de0078); */
}
.booking-section .booking-section-bg{
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.booking-section h4{
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}
.booking-section p{
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 1.4;

}
.booking-section .booking-button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 630px;
  height: 56px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #fff;
  text-align: center;
  transition: all .2s;
  font-size: 18px;
  cursor: pointer;
  font-family: Microsoft YaHei !important;
  border-radius: 56px;
}
.booking-section .booking-button a{
  display: flex;
  align-items: center;
}
.booking-section .booking-button a::after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow-right-white.svg) no-repeat center center;
  background-size: cover;
  margin-left: 10px;
}

.booking-section .booking-button:hover{
  background-color: #57afc3;
  border-color: #57afc3;
  color: #fff !important;
}





.huanyuan-section{
  padding: 85px 0;        
}
.huanyuan-section-wrap{
  display: flex;
}
.huanyuan-section .title{
  text-align: center;
  font-size: 30px;
  padding-bottom: 40px;
  font-weight: bold;
}
.huanyuan-section .title p{
  padding: 0 30px;
  display: inline-block;
}




.flow-section.mb-hide{
  margin-top: 60px;
}
.flow-section {}
.flow-section-title{
  margin: 0;
  margin-bottom: 40px;
  font-size: 30px;
  /* font-weight: normal; */
  font-weight: bold;
  text-align: center;
}
.flow-section .flow-section-wrap::after{
  content: '';
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #9b9b9b;
  position: absolute;
  top: 114px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-section .flow-section-wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.flow-section .flow-section-item{
  list-style: none;
  width: 87px;
}
.flow-section .flow-section-item p{
  font-size: 14px; 
  font-weight: var(--body-font-lighter);
  color: #5d5d5d;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.flow-section .flow-section-item h4{
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px; 
  color: #5d5d5d;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.flow-section .num-box{
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  color: #9b9b9b;
}










.jiaoyi-section{
  margin: 80px auto 90px;
}
.jiaoyi-section .container{
  position: relative;
  border: 1px solid #9e9e9e;
  border-radius: 20px;
}

.jiaoyi-section-desc,
.jiaoyi-section-title{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
}

.jiaoyi-section-title p{
  margin: 0;
  font-size: 30px;
  background-color: #fff;
  margin-left: 10px;
  font-weight: bold;
}
.jiaoyi-section-title{
  top: -40px;
  padding: 0 20px;
}

.jiaoyi-section-desc{
  margin: 0;
  bottom: -27px;
  padding: 0 20px;
  font-size: 22px;
  text-align: center;
}

.jiaoyi-section-wrap{
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  padding: 30px 0;
}
.jiaoyi-section-wrap .jiaoyi-section-item{
  list-style-type: none;
  width: 18.8%;
}
.jiaoyi-section-wrap .jiaoyi-section-item img{
  display: block;
  margin: 0 auto;
}
.jiaoyi-section-wrap .jiaoyi-section-item h4{
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 0 8px;
  line-height: 20px;
}






.dingwei-section-title img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.dingwei-section-title{
  width: 100%;
  margin: 70px 0 20px;
}

.dingwei-section-wrap{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.dingwei-title>img{
  max-width: 40px;
  margin-right: 10px;
}
.dingwei-title{
  display: flex;
  align-items: center;
}
.dingwei-title h4{
  font-size: 14px;
  font-weight: bold;
  color: #42444C;
}
.dingwei-section-item{
  flex: 1;
  min-width: 22%;
  /* width: 25%; */
  box-sizing: border-box;
  padding-right: 2%;
  margin-bottom: 40px;
  list-style: none;
}

.dingwei-section-item:nth-child(4n) {
      padding-right: 0;
    min-width: 20%;
    width: 14%;
    flex: unset;
}

.dingwei-section-item .sub-title{
  margin: 18px 0;
  color: #42444C;
  font-size: 13px;
}
.dingwei-section-item .list-desc,
.dingwei-section-item .list-desc>div{
  display: block;
  /* font-size: 14px; */
  line-height: 1.5;
  /* color: #6d6769; */

  font-size: 13px; 
  font-weight: var(--body-font-lighter);
  color: #5d5d5d;
}
.dingwei-section-item .list-desc>div::before{
  content: "";
  /* display: inline-block; */
  display: none;
  vertical-align: middle;
  margin-right: 6px;
  width: 5px;
  height: 5px;
  background-color: #554f52;
  border-radius: 50%;
}



.one-click-appointment{
  display: none; 
}
.one-click-appointment.on{
  display: block;
}
.one-click-appointment-content .form{
  max-width: 406px;
  margin: 0 auto;
}
.on-click-button{
  margin: 0 auto;
  max-width: 406px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background-color: #f30077;
  font-size: 24px;
  cursor: pointer;
}
.form-title em{
  color: #f30077;
  font-style: normal;
}
.one-click-appointment-content .form-item+.form-item{
  margin: 15px 0;
}
.one-click-appointment-content .form-item img{
  margin-top: -5px;
}
.one-click-appointment-content .form-item{
  border: 1px solid #555;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.one-click-appointment-content .form-item input{
  height: inherit;
  display: block;
  border: 0;
  flex: 1;
}
.form-title {
  text-align: center;
  font-size: 18px;
  margin: 22px 0;
}
.form-tips{
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 38px;
}
.one-click-appointment-content{
  z-index: 1000000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 500px;
  width: 96%;
  border-radius: 15px;
  overflow: hidden;
}
.one-click-appointment .mask{
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.one-click-appointment-top{
  background: linear-gradient(-40deg, #e30083, #1890dd);
}
.one-click-appointment-content .icon-close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.one-click-appointment-top h2{
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 17px;
}
.one-click-appointment-top h4{
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  padding-top: 42px;
}

.why-choose-title .why-choose-keywords,
.why-choose-title .why-choose-description{
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #42444c;
  font-weight: bold;
}
.why-choose-list-wrap{
}
.why-choose-list li{
  flex: 1;
  list-style-type: none;
}
.why-choose-list{
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.container-p {
  margin: 0 auto;
  padding: 0 !important;
  width: 100% !important;
  max-width: 1350px !important;
}
.why-choose-figure{
  max-width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.why-choose-list .title{
  font-weight: bold;
  color: #555;
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  margin: 0;
}
.why-choose-list .desc{
  margin-top: 6px;
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}



.client-logo{
  margin-bottom: 55px;
}
.client-logo .serve-title{
  margin-top: 40px;
  margin-bottom: 32px;
}
.client-logo-list{
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.client-logo-item:nth-child(8n) {
  margin-right: 0;
}
.client-logo-item{
  list-style: none;
  width: 10.619%;
  margin-right: 0.55%;
  margin-bottom: 10px;
  transition: all .2s;
}
.client-logo-item figure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all .23s ease;
}
.client-logo-item:hover figure img{
  transform: scale(1.05);
}
.client-logo-item:hover{
  box-shadow: 0 0  5px 2px #e5e5e5;;
}
.client-logo-item figure{
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}


.shopping-design-wrap1 {
  overflow: hidden;
}
.shopping-design-wrap1 .swiper-slide-prev {
  z-index: 2;
  width: 560px !important;
  height: 350px !important;
  transform: translateX(-310px) !important;
}
.shopping-design-wrap1 .swiper-slide-next {
  position: relative;
  z-index: 2;
  width: 560px !important;
  height: 350px !important;
  transform: translateX(-422px) !important;
}
.shopping-design-wrap1 .shopping-design-list1 li.swiper-slide-active {
  width: 800px !important;
  height: 500px !important;
  position: relative;
  z-index: 3;
  transform: translateX(-400px) !important;
}
.shopping-design-wrap1 .shopping-design-list1 {
  max-width: 100%;
  height: 500px !important;
}
.shopping-design-wrap1 .swiper-wrapper{
  display: flex;
  align-items: center;
}
.shopping-design-wrap1 .shopping-design-list1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.shopping-design-wrap1 .shopping-design-list1 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopping-design-wrap1{
  margin-top: 70px;
}
.shopping-design-wrap1 .s_tit1{
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #42444c;
  font-weight: bold;
}
.shopping-design-wrap1 .s_tit222{
  font-weight: normal;
  padding-top: 12px;
  text-align: center;
  font-size: 22px;
  color: #42444c;
}


#case-type-list{
  padding-left: 0;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#case-type-list .case-type-item:hover,
#case-type-list .case-type-item.on{
  background-color: #25b2c6;
  color: #fff;
  border-color: #25b2c6;
}
#case-type-list .case-type-item{
  border: 1px solid #d3d3d3;
  color: #161616;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 9px;
  height: 42px;
  padding: 0 32px;
  cursor: pointer;
  transition: all .23s ease;
  font-size: 18px;
}

/* 关于我们底部距离 */
.elementor-70 .elementor-element.elementor-element-cc5ae59{
  padding-bottom: 30px;
}
.elementor-70 .elementor-element.elementor-element-2e03902,
.elementor-70 .elementor-element.elementor-element-76d9674{
  padding-bottom: 60px !important;
}

.elementor-70 .elementor-element.elementor-element-fbeab23{
  padding-bottom: 90px !important;
}

@media screen and (max-width: 767px){
  .nav-mb {
    top: calc(31px + 48px) !important;
  }
  .fixed .nav-mb {
    top: 48px !important;
  }
  #case-type-list{
    padding-bottom: 10px;
  }
  #case-type-list .case-type-item{
    margin: 5px;
    height: 36px;
    padding: 0 16px;
    font-size: var(--body-font-size);
  }
  .mobile-logo{
    top: 9px;
  }
  .cur-nav{
    height: 50px;
    line-height: 50px;
  }
  .navbar-toggler{
    padding: 1.2715rem .9375rem;
  }
  .why-choose-list{
    flex-wrap: wrap;
  }
  .head_nav_met_28_7_11{
    min-height: 50px;
  }
  .met-head.navbar-fixed-top .head_nav_met_28_7_11 .navbar-collapse{
    height: calc(100vh - 50px);
    padding: 20px 5% !important;
    margin: 0 auto;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    background: linear-gradient( 135deg, rgb(166, 0, 160) 0%, rgb(0, 132, 108) 100% );
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  }
  .met-head.navbar-fixed-top .head_nav_met_28_7_11 .navbar-collapse{
    max-height: unset !important;
  }
  body .head_nav_met_28_7_11 .navlist .nav-item a.nav-link.active:hover, .head_nav_met_28_7_11.navbar-shadow .navlist .nav-item a.nav-link:hover, .head_nav_met_28_7_11.navbar-shadow .navlist .nav-item a.nav-link:hover span, .head_nav_met_28_7_11 .navlist .nav-item a.nav-link:hover span{
    color: inherit !important;
  }
  .head_nav_met_28_7_11.navbar-shadow .mylmc{
    color: #fff !important;
  }
  .head_nav_met_28_7_11 .navbar-nav .nav-item .nav-link{
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.5rem 20px;
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #fff;
    font-size: 19px;
    font-weight: normal !important;
  }
  .met-head .head_nav_met_28_7_11 .navlist .nav-item a.nav-link span{
    color: #fff !important;
  }

  body{
    --body-color: #42454c;
    /* 正文字体大小 */
    --body-font-size: 14px;
    /* 广告字体大小 */
    --body-font-ad: 28px;
    /* 段落字体大小 */
    --body-font-p: 20px;
    --body-font-lighter: 300;
    --body-gap: 40px;
    color: var(--body-color);
  }
  
  .mb-line span,
  .service_list_met_36_3_76 .s_tit1{
    color: var(--body-color) !important;
  }

  .case_list_met_16_3_85 .mb-line span::before,
  .case_list_met_16_3_85 .mb-line span::after{
    /* background-color: #fff; */
  }

  .case-btn{
    background: #26b1c6;
    border-color: #26b1c6;
    color: #fff;
  }
  .case-btn a{
    color: #fff;
  }
  .methods .methods-icon{
    /* margin: 20px auto calc(var(--body-gap) / 2); */
    margin: 10px auto 10px;
  }
  .methods .methods-icon li h3,
  .service_list_met_36_3_76 .dc_list ul li p.content-desc,
  .about_list_met_28_3_86#feature p, 
  .contentdiv p{
    font-size: var(--body-font-size);
  }

  .service_list_met_36_3_76.met-index-body{
    margin-top: var(--body-gap);
    margin-bottom: 0 !important;
  }
  
  #case-type-list{
    padding-bottom: 0;
  }

  .methods .methods-icon li p,
  .methods .methods-icon li h3{
    font-weight: var(--body-font-lighter);
    font-size: var(--body-font-size);
  }
  .methods .methods-text{
    font-size: var(--body-font-size);
  }
  .serve-content h4{
    color: var(--body-color);
    font-weight: normal;
  }
  .serve-content{
    margin-bottom: 0;
  }
  .serve-content li:nth-child(1) p,
  .serve-content li:nth-child(2) p{
    margin-bottom: calc(var(--body-gap) / 2);
  }

  .serve-content li:nth-child(3) p,
  .serve-content li:nth-child(4) p,
  .serve-content li:nth-child(5) p{
    margin-bottom: 0;
  }
  /* .serve-content li:nth-child(3),
  .serve-content li:nth-child(4),
  .serve-content li:nth-child(5) {
    padding-bottom: 0;
  } */

  .serve-content p{
    /* text-align: justify; */
    font-weight: var(--body-font-lighter);
    word-break: keep-all !important;
    color: var(--body-color);
  }
  .case_list_met_16_3_85 .ulstyle li{
    margin-bottom: 2.2%;
  }
  .case_list_met_16_3_85 .grid figure p{
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--body-font-size);
  }

  .page-anli .case_list_met_16_3_85{
    background-color: #eee;
    padding-bottom: var(--body-gap);
  }
  .page-anli .case_list_met_16_3_85 .mb-line span::before, 
  .page-anli .case_list_met_16_3_85 .mb-line span::after{
    background-color: #2a333c;
  }

  .page-anli .methods .methods-title h2{
    color: var(--body-color);
  }

  .flow-section .flow-section-item p{
    color: var(--body-color);
    font-size: var(--body-font-size);
  }
  .flow-section .flow-section-item h4{
    font-weight: normal;
    margin-top: 10px;
    color: var(--body-color);
    font-size: var(--body-font-size);
  }

  .jiaoyi-section-desc{
    /* font-weight: bold; */
    color: var(--body-font-size);
    font-size: 13px !important;
    bottom: -20px;
    width: 82vw;
  }
  .elementor-container.elementor-column-gap-no{
    overflow: hidden;
  }

  .elementor-70 .elementor-element.elementor-element-74c42a9,
  .elementor-70 .elementor-element.elementor-element-c2f04f9,
  .elementor-70 .elementor-element.elementor-element-c2f04f9,
  .elementor-70 .elementor-element.elementor-element-cd51c61,
  .elementor-70 .elementor-element.elementor-element-72e5b4c,
  .elementor-70 .elementor-element.elementor-element-879c0d7,
  .elementor-70 .elementor-element.elementor-element-4aadf68{
    width: fit-content !important;
    position: relative;
  }

  .elementor-section.elementor-section-boxed > .elementor-container .elementor-row{
    justify-content: center;
  }
  .elementor-70 .elementor-element.elementor-element-cd51c61::before,
  .elementor-70 .elementor-element.elementor-element-72e5b4c::before,
  .elementor-70 .elementor-element.elementor-element-879c0d7::before,
  .elementor-70 .elementor-element.elementor-element-4aadf68::before{
    content: "";
    width: 600%;
    height: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    left: calc(-600% - 10px);
  }
  .elementor-70 .elementor-element.elementor-element-cd51c61::after,
  .elementor-70 .elementor-element.elementor-element-72e5b4c::after,
  .elementor-70 .elementor-element.elementor-element-879c0d7::after,
  .elementor-70 .elementor-element.elementor-element-4aadf68::after{
    content: "";
    width: 600%;
    height: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: calc(-600% - 10px);
  }

  /* 线 */
  .elementor-70 .elementor-element.elementor-element-7dc54f8,
  .elementor-70 .elementor-element.elementor-element-64b36da,
  .elementor-70 .elementor-element.elementor-element-c4b896e,
  .elementor-divider{
    display: none !important;
  }

  .elementor-70 .elementor-element.elementor-element-cd51c61 .elementor-heading-title,
  .elementor-70 .elementor-element.elementor-element-72e5b4c .elementor-heading-title,
  .elementor-70 .elementor-element.elementor-element-351f469 .elementor-heading-title,
  .elementor-70 .elementor-element.elementor-element-184dd82 .elementor-heading-title{
    color: var(--body-color) !important;
    font-size: var(--body-font-p);
    margin-top: 0 !important;
    font-weight: bold;
  }
  .elementor-70 .elementor-element.elementor-element-2e03902{
    padding-bottom: 0 !important;
  }

  .elementor-70 .elementor-element.elementor-element-d508064 p,
  .elementor-70 .elementor-element.elementor-element-577b6b8 p,
  .elementor-70 .elementor-element.elementor-element-d508064 p,
  .elementor-70 .elementor-element.elementor-element-c379fc7 p,
  .elementor-70 .elementor-element.elementor-element-705544d p,
  .elementor-70 .elementor-element.elementor-element-bc3c07f p,
  .elementor-70 .elementor-element.elementor-element-b1ca9c1 p{
    color: var(--body-color);
    font-size: var(--body-font-size);
    font-weight: normal;
  }

  .elementor-70 .elementor-element.elementor-element-7cd135a{
    display: none;
  }
  .standard-content{
    width: calc(100% - 20px);
    margin: 1rem auto calc(var(--body-gap) - 10px);
  }
  .standard-content div,
  .standard-content p{
    color: var(--body-color);
    font-size: var(--body-font-size);
    color: var(--body-color);
  }



  /* 段落标题字号粗体 */
  .standard-bold,
  .standard-content h2{
    margin: 0 0 1rem;
    font-size: var(--body-font-p) !important;
    font-weight: bold;
    color: var(--body-color)!important;
  }
  /* 段落标题字号 */
  .standard,
  .standard-content h3{
    margin: 0 0 1rem;
    font-size: var(--body-font-p) !important;
    color: var(--body-color)!important;
    font-weight: bold;
  }
  /* 段落标题字号细体 */
  .standard-300,
  .standard-content h4{
    margin: 0 0 1rem;
    font-weight: var(--body-font-lighter);
    font-size: var(--body-font-p) !important;
    color: var(--body-color)!important;
  }

  body .son-p-no-margin-bottom .remove-line-height strong{
    font-weight: var(--body-font-lighter);
  }
  body .son-p-no-margin-bottom .remove-line-height{
    line-height: 1.2!important;
    margin-bottom: 0 !important;
  }

  .footer-bottom{
    font-weight: var(--body-font-lighter);
  }
  .footer-bottom a,
  .footer-bottom div{
    color: var(--body-color) !important;
  }

  
  .why-choose{
    padding-top: 0;
  }

  .flow-section-title{
    margin-bottom: calc(var(--body-gap) / 3);
  }

  .gap{
    margin-bottom: var(--body-gap);
  }
  .half-gap{
    margin-top: calc(var(--body-gap) / 2 * -1);
    margin-bottom: calc(var(--body-gap) / 1.1 * -1);
  }
  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
    padding-top: 0 !important;
    padding-bottom: calc(var(--body-gap) / 2) !important;
  }
  .elementor-70 .elementor-element.elementor-element-b1ca9c1 p{
    margin-bottom: 0;
  }
  .elementor-70 .elementor-element.elementor-element-76d9674{
    padding-bottom: calc(var(--body-gap) / 2) !important;
  }
  .elementor-70 .elementor-element.elementor-element-01cceb0{
    margin-top: calc(var(--body-gap) / 5) !important;
    margin-bottom: 0 !important;
  }
  .elementor-70 .elementor-element-cc5ae59{
    margin-bottom: 0!important;
    padding-bottom: 0 !important;
  }
  .elementor-70 .elementor-element.elementor-element-fbeab23{
    padding-bottom: 0 !important;
  }

  .remove-div-p-margin-bottom h4,
  .remove-div-p-margin-bottom p{
    margin-bottom: 5px;
  }

  .mb-scroll-x{
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: .5rem;
  }
  .mb-scroll-x #case-type-list{
    flex-wrap: nowrap;
    min-width: 100%;
    width: fit-content;
    margin-bottom: .5rem;
    /* justify-content: flex-start;  */
  }
  .mb-scroll-x #case-type-list .case-type-item:first-child{
    margin-left: 0;
  }
  .mb-scroll-x #case-type-list .case-type-item:last-child{
    margin-right: 0;
  }
  .mb-scroll-x #case-type-list .case-type-item{
    white-space: nowrap;
  }

  .body-ad-font-size{
    font-size: var(--body-font-p) !important;
  }
}
@media screen and (max-width: 330px) {
  .contact-item{
    font-size: 12px;
  }
}