.service {
  padding-top: 1vw;
}

.bannerDiv9 {
  position: relative;
  width: 100%;
  height: 34.72vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.bannerTextDiv {
  left: -20%;
  top: 0%;
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.3); */
  padding: 0.4rem;
  width: 8.2rem;
  border-radius: 0.2rem;
}
/* @media (max-width: 1199px) {
  .bannerTextDiv{
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
} */
/* .bannerDiv9 图片上面加个一个浅蓝色的遮罩 */
.bannerDiv9:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* bannerTextDiv 宽高比60 */
.bannerTextDiv::before {
  content: "";
  display: block;
  padding-top: 40%;
}

.bannerTextDivWrapper {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


/* .bannerTextDivContent::after{
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: -1vw;
  width: 4px;
  height: 100%;
  background-color: #2DD7F2;
} */

.bannerTextDivContent {
  position: relative;
  margin-left: 1vw;
}

.banner-bText {
  z-index: 100;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.banner-sText {
  z-index: 100;
  line-height: 1.6;
  text-align: justify;
  width: 100%;
  color: #FFFFFF;
}

@media (min-width: 550px) and (max-width: 800px) {

  .bannerDiv9 {
    height: 50vw;
  }

  /* .bannerDiv9 图片上面加个一个浅蓝色的遮罩 */
  .bannerDiv9:before {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .bannerTextDiv {
    left: 5%;
    top: 5%;
    padding: 0.4rem;
    width: 90%;
    border-radius: 0.2rem;
  }
  
  .banner-bText {
    /* font-size: 3vw; */
  }

  .banner-sText {
    /* font-size: 3vw; */
  }

}

@media (max-width: 549px){
  .bannerDiv9 {
    height: 48vw;
  }

  /* .bannerDiv9 图片上面加个一个浅蓝色的遮罩 */
  .bannerDiv9:before {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .bannerTextDiv {
    left: 0;
    padding: 0.4rem;
    width: 90%;
    border-radius: 0.2rem;
  }

  .bannerTextDivWrapper{
    padding: 5% 0;
  }

}

/* 电脑的尺寸为1200px */
@media (min-width: 1200px) {
  .secondaryMsg {
    width: 100%;
    position: relative;
    padding: 0 2vw;
  }

  .secondaryMsg::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 20%;
    left: 1vw;
    width: 8px;
    height: 8px;
    background-color: #00B5D2;
    border-radius: 50%;
  }
}

@media (max-width: 1199px) {
  .secondaryMsg {
    width: 100%;
    position: relative;
    padding: 0 5vw;
  }

  .secondaryMsg::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 3vw;
    left: 2vw;
    width: 8px;
    height: 8px;
    background-color: #00B5D2;
    border-radius: 50%;
  }
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

/* 产品页面布局架构 */
.awpom {
  background-color: #fff;
  width: calc(100% - 30em);
}

@media (max-width: 800px) {
  .awpom {
    width: 94%;
  }
}

.scopes {
  padding: 4vw 0;
}

/* v2 卡片内容底色 */
.product_box_bg {
  /* background-color: rgb(248, 250, 252); */
}

/* 产品页面全局字体，子div用em */

.product-common-font-size {
  font-size: 1vw;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .dccl {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 800px) {
  .product-common-font-size {
    font-size: 1.1vw;
  }

}

/* ---------------------- */


/* 内容占比 现在w1440的内容占比是90%，后面统一替换成这个 */

.keep_width {
  width: 94%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 2em;
}

/* ---------------------- */


/* 每块内容和下边距的距离 */

.keep_bottom {
  margin-bottom: 3em;
}

@media screen and (max-width: 800px) {
  .keep_bottom {
    margin-bottom: 0em;
  }

}


/* v2 页面概述 */
.product_overview {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.5em;

  /* 分隔线 */
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 1em;
  border-bottom: 1.5px dashed rgba(0, 181, 209, 0.2);
}

.product_overview_text {
  text-align: center;
}

.product_overview li {
  color: rgb(0, 182, 209);
}

.product_overview li span {
  color: black;
}

/* 二级标题 暂时只设定字体大写 */
.product_sencond_title {
  text-transform: uppercase;
}

/* ---------------------- */


/* 图文自适应布局 */

.yinying {
  box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.10);
}

.img_text_box {
  width: 100%;
}

.img_text_box .img_text_pos {
  width: 100%;
  position: relative;
}


.img_text_box .img_text_pos a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* background-color: #f8fafc; */
  border-radius: 0.2rem;
  overflow: hidden;
}

.img_text_box .img_text_pos .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc(720 / 1440 * 100%);
  position: relative;
  overflow: hidden;
}

.img_text_box .img_text_pos .imgs .img {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.5s;
}

.img_text_box .img_text_pos .peom {
  display: inline-block;
  vertical-align: middle;
  width: calc(720 / 1440 * 100%);
  padding: 0.2rem 0.85rem;
}

.img_text_box .img_text_pos .peom .pc {
  width: 0.51rem;
  height: 0.51rem;
  display: block;
}

.img_text_box .img_text_pos .peom .pc img {
  width: 100%;
  display: block;
}

.img_text_box .img_text_pos .peom .xit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.18rem 0;
}

.img_text_box .img_text_pos .peom .sinp {
  width: 100%;
  color: #666;
  line-height: 1.75;
  overflow: auto;
  height: 1.2rem;
  text-align: justify;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}

.img_text_box .img_text_pos .peom .sinp p {
  color: #666;
  line-height: 1.75;
}

.img_text_box .img_text_pos .peom .sinp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.img_text_box .img_text_pos .peom .sinp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 181, 209, 0.8);
  background: rgba(0, 181, 209, 0.8);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.img_text_box .img_text_pos .peom .sinp::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.img_text_box .img_text_pos .peom .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.45rem;
}

.img_text_box .img_text_pos .peom .more .mtn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.25rem;
  background-color: var(--themes);
  color: #fff;
  line-height: 3;
  border-radius: 1.5em;
  transition: all ease 0.5s;
}

.img_text_box .img_text_pos .peom .more .mtn span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.2rem;
}

.img_text_box .img_text_pos .peom .more .mtn span img {
  width: 100%;
  display: block;
}

.img_text_box .img_text_pos .peom .more .mtn span img:first-child {
  display: block;
}

.img_text_box .img_text_pos .peom .more .mtn span img:last-child {
  display: none;
}

.img_text_box .img_text_pos:hover a {
  background-color: var(--themes);
}

.img_text_box .img_text_pos:hover .imgs .img {
  transform: scale(1.1);
}

.img_text_box .img_text_pos:hover .peom .pc img {
  filter: grayscale(1000%) brightness(2000%);
}

.img_text_box .img_text_pos:hover .peom .xit {
  color: #fff;
}

.img_text_box .img_text_pos:hover .peom .sinp {
  color: #fff;
}

.img_text_box .img_text_pos:hover .peom .sinp p {
  color: #fff;
}

.img_text_box .img_text_pos:hover .peom .more .mtn {
  animation: icon-bounce 0.5s alternate;
  background-color: #fff;
  color: var(--themes);
}

.img_text_box .img_text_pos:hover .peom .more .mtn span img:first-child {
  display: none;
}

.img_text_box .img_text_pos:hover .peom .more .mtn span img:last-child {
  display: block;
}

.img_text_box .img_text_pos+.img_text_pos {
  margin-top: 0.7rem;
}

.img_text_box .img_text_pos:nth-child(2n) a {
  flex-direction: row-reverse;
}

/* 设计图预览 */

.service_preview_div {
  width: 100%;
}

.service_preview_img {
  margin-top: 26%;
  margin-bottom: 26%;
  transform: scale(1.33);
}

/* 产品介绍 */

.product_swiper {
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
  border: 1px solid #fff;
  border-radius: 4%/8%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
}

.product_swiper .product_swiper_img {
  flex: 6.5;
}

.product_swiper .product_swiper_desc {
  flex: 3.5;
}

.product_swiper .product_swiper_desc .product_swiper_div {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
  height: 90%;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

.product_swiper .product_swiper_desc .product_swiper_title {
  line-height: 2em;
  font-size: 1.0em;
  font-weight: bold;
}

.product_swiper .product_swiper_desc .product_swiper_detail {
  line-height: 1.5em;
  font-size: 0.8em;
}

.product_swiper_detail li {
  list-style-type: none;
  margin-top: 1%;
  margin-bottom: 1%;
}

.swiper_btn9 {
  display: none;
  position: absolute;
  top: 45%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 0px 70px 0px #f7f8fa;
  background-color: rgba(255, 255, 255, 0.5);
}

/* 左右切换按钮 */
.swiper_btn {
  display: none;
  position: absolute;
  top: 45%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 0px 70px 0px #f7f8fa;
  background-color: rgb(0, 182, 209);
  /* background-color: rgba(255, 255, 255, 0.5); */
}

.swiper_btn img {
  width: 100%;
  display: block;
}

.swiper_btn img:first-child {
  display: block;
}

.swiper_btn img:last-child {
  display: none;
}

.swiper_btn:hover {
  opacity: 0.7;
  background-color: rgb(0, 182, 209);
  ;
}

.swiper_btn:hover img:first-child {
  display: none;
}

.swiper_btn:hover img:last-child {
  display: block;
}

.swiper_bl {
  left: -0.3rem;
  /* background-color: #8c8c8c; */
  opacity: 0.4;
}

.swiper_br {
  right: -0.3rem;
  /* background-color: #8c8c8c; */
  opacity: 0.4;
}

/* 左右切换按钮 end*/