/* flexible.js把设计稿750px进行10等分，所以html文字大小设置为75px(750px/ 10)，页面元素rem值:页面元素的px值/ 75(750px/75)*/
.mask {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}
.mask .pop-index {
  width: 750px;
  height: 560px;
  position: absolute;
  left: 50%;
  margin-left: -375px;
  top: 50%;
  margin-top: -280px;
  background: #fff;
  z-index: 9;
}
.mask .pop-index .pop-banner {
  position: relative;
}
.mask .pop-index .pop-banner > img {
  height: 290px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.mask .pop-index .pop-banner > video {
  width: 100%;
  margin: 0;
  display: block;
  height: 290px;
  background-color: #000;
}
.mask .pop-index .pop-banner > a {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0.6;
}
.mask .pop-index .pop-banner > a img {
  width: 100%;
}
.mask .pop-index .pop-left {
  padding: 25px 0 25px 48px;
  display: inline-block;
  width: 506px;
}
.mask .pop-index .pop-left h4 {
  font-size: 18px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 13px;
}
.mask .pop-index .pop-left h4::after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 20px;
  content: "";
  background: #009999;
}
.mask .pop-index .pop-left h4 img {
  width: 64px;
  vertical-align: bottom;
  margin-bottom: -6px;
}
.mask .pop-index .pop-left p {
  padding-left: 18px;
  font-size: 14px;
  line-height: 26px;
}
.mask .pop-index .pop-left ul {
  display: flex;
  padding-left: 22px;
  margin-top: 10px;
}
.mask .pop-index .pop-left ul li {
  text-align: center;
  margin-right: 50px;
}
.mask .pop-index .pop-left ul li img {
  width: 32px;
}
.mask .pop-index .pop-left ul li p {
  padding-left: 0;
}
.mask .pop-index .pop-right {
  padding: 74px 46px;
  display: inline-block;
  vertical-align: top;
}
.mask .pop-index .pop-right img {
  width: 145px;
  display: block;
  margin-bottom: 61px;
}
.mask .pop-index .pop-right button {
  width: 146px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(90deg, #00FFB9 0%, #00E6DC 100%);
  font-size: 18px;
  color: #000028;
  text-align: center;
  display: block;
}
.mask .pop-index .pop-right button:hover {
  background: #00E6DC;
}
.banner-bg {
  background-color: #000028;
  background-image: url("../img/common/banner-bg.png");
  background-size: 470px 360px;
  background-position: right bottom;
  height: 540px;
  background-repeat: no-repeat;
}
.banner-bg .banner {
  position: relative;
}
.banner-bg .banner .swiper-container {
  margin: 0 -15px;
}
.banner-bg .banner .swiper-container .swiper-pagination-bullet {
  background: #fff;
}
.banner-bg .banner .swiper-container .swiper-pagination-bullet-active {
  background: #00FFB9;
}
.banner-bg .banner .swiper-container .swiper-slide img {
  width: 100%;
  max-height: 484px;
}
.banner-bg .banner:hover .prev,
.banner-bg .banner:hover .next {
  display: block;
}
.banner-bg .banner .prev,
.banner-bg .banner .next {
  width: 34px;
  height: 61px;
  background: #FFFFFF;
  opacity: 0.43;
  position: absolute;
  top: 190px;
  z-index: 8;
  padding-top: 14px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  display: none;
}
.banner-bg .banner .prev:hover,
.banner-bg .banner .next:hover {
  background: #00CCCC;
  opacity: 1;
}
.banner-bg .banner .prev::before,
.banner-bg .banner .next::before {
  font-size: 30px;
}
.banner-bg .banner .prev {
  left: 0;
}
.banner-bg .banner .next {
  right: 0;
}
.Bg-gray {
  background: #EDF3FB;
}
.Section {
  padding: 20px 0 10px;
}
.Section .row.lists {
  margin: 0 -20px;
}
.Section .title {
  padding-bottom: 10px;
}
.Section .title h4 {
  line-height: 40px;
  font-size: 18px;
  color: #000028;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.Section .title h4::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 40px;
  content: "";
  background: #009999;
}
.Section .title .scoll-x-box {
  display: inline-block;
}
.Section .title .scoll-x-box p input[type="radio"] {
  display: none;
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  /*&:checked+label {
            background: rgba(0, 204, 204, 0.2);
          }*/
}
.Section .title .scoll-x-box p label {
  padding: 2px 12px;
  border-radius: 16px;
  border: 1px solid #008aa6;
  color: #008aa6;
  transition: all 0.4s linear;
  cursor: pointer;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400 !important;
}
.Section .title .scoll-x-box p label.label-checked {
  background: rgba(0, 204, 204, 0.2);
}
.Section .title a {
  float: right;
  font-size: 14px;
  color: #009999;
  margin-top: 14px;
}
.Section .lists .right-list {
  padding: 0;
}
.Section .lists .list-banner {
  padding: 10px 5px;
}
.Section .lists .list-banner img {
  width: 100%;
  height: 100%;
}
.Section .lists .list-banner .OEM-banner .prev,
.Section .lists .list-banner .OEM-banner .next {
  width: 34px !important;
  height: 61px;
  display: block;
  background: #FFFFFF;
  opacity: 0.43;
  position: absolute;
  top: 100px;
  z-index: 8;
  padding-top: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  display: none;
}
.Section .lists .list-banner .OEM-banner .prev:hover,
.Section .lists .list-banner .OEM-banner .next:hover {
  background: #009999;
  color: #fff;
  opacity: 0.9;
}
.Section .lists .list-banner .OEM-banner .prev {
  left: 5px;
}
.Section .lists .list-banner .OEM-banner .next {
  right: 5px;
}
.Section .lists .list-banner .OEM-banner:hover .prev,
.Section .lists .list-banner .OEM-banner:hover .next {
  display: block;
}
@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
  .banner-bg .banner .swiper-container .swiper-slide img {
    max-height: 11.69082126rem;
  }
  main {
    padding-top: 1.54589372rem;
    padding-bottom: 1.54589372rem;
  }
  .banner-bg {
    height: auto;
    background: none;
  }
  .Section {
    padding: 0.38647343rem 0.24154589rem;
  }
  .Section .title {
    display: flex;
    position: relative;
  }
  .Section .title h4 {
    font-size: 0.33816425rem;
    color: #000028;
    font-weight: 600;
    padding-left: 0.24154589rem;
    position: relative;
    display: block;
    padding-top: 0.02415459rem;
    overflow: hidden;
    margin-right: 0;
    line-height: 0.43478261rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 0.12077295rem;
  }
  .Section .title h4::before {
    top: 0;
    width: 0.09661836rem;
    height: 0.48309179rem;
  }
  .Section .title .scoll-x-box {
    width: 51%;
    -webkit-overflow-scrolling: touch;
    height: 0.50724638rem;
    overflow: hidden;
    position: relative;
  }
  .Section .title .scoll-x-box p {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    height: 0.72463768rem;
  }
  .Section .title .scoll-x-box p label {
    padding: 0 0.24154589rem;
    height: 0.43478261rem;
    line-height: 0.43478261rem;
    border-radius: 0.43478261rem;
    border: 0.02415459rem solid #008aa6;
    color: #008aa6;
    transition: all 0.4s linear;
    cursor: pointer;
    margin-right: 0.24154589rem;
    margin-left: 0;
    font-size: 0.28985507rem;
    display: block;
    white-space: nowrap;
  }
  .Section .title a {
    font-size: 0.28985507rem;
    margin-top: 0.07246377rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .Section .row.lists {
    margin: 0 -0.48309179rem;
  }
  .Section .row.lists .list-banner .OEM-banner .prev,
  .Section .row.lists .list-banner .OEM-banner .next {
    display: none;
  }
  .mask .pop-index {
    width: 94%;
    left: 3%;
    margin-left: 0;
    margin-top: 0;
    top: 10%;
    height: auto;
  }
  .mask .pop-index .pop-banner > img {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .mask .pop-index .pop-banner > video {
    width: 100%;
    margin: 0;
    display: block;
    height: 3.52657005rem;
  }
  .mask .pop-index .pop-banner > a {
    width: 0.72463768rem;
    height: 0.72463768rem;
    z-index: 2;
    opacity: 0.6;
  }
  .mask .pop-index .pop-left {
    padding: 0.48309179rem 0.33816425rem;
    width: 100%;
  }
  .mask .pop-index .pop-left h4 {
    font-size: 0.43478261rem;
    padding-left: 0.33816425rem;
    margin-bottom: 0.24154589rem;
  }
  .mask .pop-index .pop-left h4 img {
    width: 1.54589372rem;
    margin-bottom: -0.14492754rem;
  }
  .mask .pop-index .pop-left p {
    font-size: 0.28985507rem;
    padding-left: 0;
  }
  .mask .pop-index .pop-left ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 0.28985507rem;
    padding-right: 0.28985507rem;
  }
  .mask .pop-index .pop-left ul li {
    margin-right: 0;
  }
  .mask .pop-index .pop-right {
    padding: 0.24154589rem 0.33816425rem;
    width: 100%;
  }
  .mask .pop-index .pop-right img {
    width: 2.41545894rem;
    display: inline-block;
    margin-top: 0.09661836rem;
    margin-bottom: 0.72463768rem;
    vertical-align: middle;
  }
  .mask .pop-index .pop-right button {
    width: 3.1884058rem;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    float: right;
    margin-top: -0.24154589rem;
  }
}
