.productIntegral_banner {
  background: url('/shop/img/product/productIntegral-banner.jpg') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.productIntegral_banner_title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.productIntegral_banner_title .color1 {
  color: #F0D20A;
}
.productIntegral_banner_tag {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  color: #ffffff;
  padding: 0 20px;
  background-color: #FF732A;
  border-radius: 10px;
  margin-bottom: 40px;
}
.productIntegral_banner_tip {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 46px;
}
.productIntegral_banner_btn {
  color: #1472FF;
}
.productIntegral_banner_img {
  position: absolute;
  right: 10px;
  bottom: 105px;
  width: 550px;
}
.productIntegral_module1 {
  background-color: #fff;
  padding: 86px 0 80px;
}
.productIntegral_module1 .main_content {
  width: 1200px;
}
.productIntegral_module1 .ys_module_tip {
  width: 912px;
  margin: 28px auto 0;
}
.productIntegral_module1_content {
  margin-top: 48px;
  position: relative;
  background: url('/shop/img/product/productIntegral-line3.png') center 168px no-repeat;
  -o-background-size: auto 320px;
  background-size: auto 320px;
}
.productIntegral_module1_row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
}
.productIntegral_module1_item {
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 44px 0 156px;
}
.productIntegral_module1_item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 144px;
  background: url('/shop/img/product/productIntegral-line.png') center center no-repeat;
  -o-background-size: 98% 98%;
  background-size: 98% 98%;
}
.productIntegral_module1_item.left {
  margin: 0 8px 0 66px;
}
.productIntegral_module1_item.left::before {
  bottom: 0;
}
.productIntegral_module1_item.right {
  margin: 0 66px 0 8px;
}
.productIntegral_module1_item.right::before {
  bottom: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.productIntegral_module1_item.btm-left,
.productIntegral_module1_item.btm-right {
  padding: 156px 0 0;
}
.productIntegral_module1_item.btm-left {
  margin: 0 8px 0 66px;
}
.productIntegral_module1_item.btm-left::before {
  top: 0;
  height: 144px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.productIntegral_module1_item.btm-right {
  margin: 0 66px 0 8px;
}
.productIntegral_module1_item.btm-right::before {
  top: 0;
  height: 144px;
  background-image: url('/shop/img/product/productIntegral-line2.png');
}
.productIntegral_module1_circle {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 153px;
  height: 153px;
  border: 13px solid transparent;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productIntegral_module1_circle.circle1 {
  border-color: #b8d4ff;
  background-color: #1472FF;
}
.productIntegral_module1_circle.circle2 {
  border-color: #fce1d2;
  background-color: #F06A1D;
}
.productIntegral_module1_icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 5px;
  font-family: 'ys-iconfont';
  font-size: 50px;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.productIntegral_module1_rectangle {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 290px;
  height: 96px;
  line-height: 76px;
  border: 10px solid #b8d4ff;
  border-radius: 20px;
  background-color: #1472FF;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 94px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productIntegral_module1_rectangle .productIntegral_module1_icon {
  margin: 0 16px 0 0;
}
.productIntegral_module1_card {
  position: absolute;
  padding: 20px 34px;
  border-radius: 20px;
  border: 2px dashed transparent;
}
.productIntegral_module1_card::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 29px;
  background: url('/shop/img/product/productIntegral-arrow.png') center center no-repeat;
  -o-background-size: contain;
  background-size: contain;
}
.productIntegral_module1_card.position1 {
  top: 198px;
  left: 198px;
  width: 294px;
  padding: 22px 34px 20px;
  color: #F06A1D;
  border-color: #F06A1D;
  background-color: #FCE1D2;
}
.productIntegral_module1_card.position1::before {
  left: -55px;
  top: 44px;
  background-image: url('/shop/img/product/productIntegral-arrow2.png');
}
.productIntegral_module1_card.position2 {
  top: 160px;
  left: 50%;
  width: 304px;
  padding: 24px 34px 19px;
  color: #1472FF;
  border-color: #1472FF;
  background-color: #DEEBFF;
  margin-left: 45px;
}
.productIntegral_module1_card.position2::before {
  left: 23px;
  top: -40px;
}
.productIntegral_module1_card.position3 {
  top: 330px;
  right: 174px;
  width: 304px;
  padding: 25px 22px 22px;
  color: #F06A1D;
  border-color: #F06A1D;
  background-color: #FCE1D2;
}
.productIntegral_module1_card.position3::before {
  right: -52px;
  top: 46px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url('/shop/img/product/productIntegral-arrow2.png');
}
.productIntegral_module1_card_name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.productIntegral_module1_card_tip {
  font-size: 15px;
  text-align: center;
  line-height: 23px;
}
.productIntegral_module2 {
  background-color: #F0F3FA;
  padding: 88px 0 80px;
}
.productIntegral_module2_content {
  width: 1042px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 38px auto 0;
}
.productIntegral_module2_item {
  width: 220px;
  margin-right: 86px;
}
.productIntegral_module2_icon {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  background-color: #1472FF;
}
.productIntegral_module2_icon.icon1 {
  background-image: url('/shop/img/product/productIntegral-icon21.png');
}
.productIntegral_module2_icon.icon2 {
  background-image: url('/shop/img/product/productIntegral-icon22.png');
}
.productIntegral_module2_tip {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 22px;
}
.productIntegral_module2_card {
  width: 429px;
  height: 348px;
  background-color: #1472FF;
  padding: 26px 36px 0 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}
.productIntegral_module2_card.style1 {
  width: 100%;
  height: 260px;
  padding: 0;
  background-color: #fff;
}
.productIntegral_module2_card_icon {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 97px;
  height: 97px;
  background: url('/shop/img/product/productIntegral-icon23.png') center center no-repeat;
  -o-background-size: contain;
  background-size: contain;
}
.productIntegral_module2_name {
  font-size: 28px;
  color: #F0F3FA;
  margin-bottom: 20px;
}
.productIntegral_module2_name.style1 {
  color: #fff;
  text-align: center;
  line-height: 68px;
  border-radius: 10px 10px 0 0;
  background-color: #1472FF;
  margin-bottom: 22px;
}
.productIntegral_module2_text {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.productIntegral_module2_text p:nth-child(5) {
  display: block;
  width: 308px;
}
.productIntegral_module2_text.style1 {
  width: 810px;
  color: #666;
  padding-left: 195px;
}
.productIntegral_module3 {
  background-color: #fff;
  padding: 88px 0 50px;
}
.productIntegral_module3_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 44px;
}
.productIntegral_module3_img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 334px;
  height: 404px;
  margin-right: 58px;
  background: url('/shop/img/product/productIntegral-bg02.png') center center no-repeat;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
}
.productIntegral_module3_card {
  position: absolute;
  top: 176px;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 260px;
  height: 88px;
  padding: 5px;
  border-radius: 10px;
  background-color: #F06A1D;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.productIntegral_module3_list {
  width: 736px;
}
.productIntegral_module3_item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 26px 24px 30px;
  border-radius: 6px;
}
.productIntegral_module3_item ~ .productIntegral_module3_item {
  margin-top: 23px;
}
.productIntegral_module3_index {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #1472ff;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  margin-right: 30px;
}
.productIntegral_module3_msg {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.productIntegral_module3_name {
  font-size: 24px;
  color: #333;
  margin-bottom: 17px;
  font-weight: bold;
}
.productIntegral_module3_text {
  font-size: 14px;
  color: #808080;
  line-height: 26px;
}
.productIntegral_module4 {
  background-color: #fff;
  padding: 40px 0 60px;
}
.productIntegral_module4_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  padding: 0 50px;
}
.productIntegral_module4_item {
  width: 180px;
  margin: 0 108px 40px 0;
}
.productIntegral_module4_item:nth-child(4n) {
  margin-right: 0;
}
.productIntegral_module4_img {
  display: block;
  width: 100%;
  height: 130px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.productIntegral_module4_img.img1 {
  background-image: url('/shop/img/product/productIntegral-img01.png');
  -o-background-size: 74px auto;
  background-size: 74px auto;
}
.productIntegral_module4_img.img2 {
  background-image: url('/shop/img/product/productIntegral-img02.png');
  -o-background-size: 131px auto;
  background-size: 131px auto;
}
.productIntegral_module4_img.img3 {
  background-image: url('/shop/img/product/productIntegral-img03.png');
  -o-background-size: 123px auto;
  background-size: 123px auto;
}
.productIntegral_module4_img.img4 {
  background-image: url('/shop/img/product/productIntegral-img04.png');
  -o-background-size: 170px auto;
  background-size: 170px auto;
}
.productIntegral_module4_img.img5 {
  background-image: url('/shop/img/product/productIntegral-img05.png');
  -o-background-size: 117px auto;
  background-size: 117px auto;
}
.productIntegral_module4_img.img6 {
  background-image: url('/shop/img/product/productIntegral-img06.png');
  -o-background-size: 131px auto;
  background-size: 131px auto;
}
.productIntegral_module4_img.img7 {
  background-image: url('/shop/img/product/productIntegral-img07.png');
  -o-background-size: 146px auto;
  background-size: 146px auto;
}
.productIntegral_module4_img.img8 {
  background-image: url('/shop/img/product/productIntegral-img08.png');
  -o-background-size: 120px auto;
  background-size: 120px auto;
}
.productIntegral_module4_item:hover .productIntegral_module4_name {
  color: #1472FF;
}
.productIntegral_module4_name {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 34px;
  margin-top: 20px;
}
.productIntegral_module4_phone {
  display: none;
}
.productIntegral_module5 {
  background: url('/shop/img/product/productIntegral-bg01.jpg') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 86px 0 58px;
}
.productIntegral_module5 .ys_module_title {
  color: #fff;
}
.productIntegral_module5_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.productIntegral_module5_item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 356px;
  height: 136px;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 0 0 36px;
  margin: 0 15px 30px;
}
.productIntegral_module5_icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  margin-right: 26px;
  font-family: 'ys-iconfont';
  font-size: 70px;
  line-height: 64px;
}
.productIntegral_module5_icon.icon1 {
  color: #ff6600;
}
.productIntegral_module5_icon.icon2 {
  color: #777ee9;
}
.productIntegral_module5_icon.icon3 {
  color: #1472ff;
}
.productIntegral_module5_icon.icon4 {
  color: #01ac5f;
}
.productIntegral_module5_icon.icon5 {
  color: #f8bc30;
}
.productIntegral_module5_icon.icon6 {
  color: #e61f49;
}
.productIntegral_module5_msg {
  font-size: 20px;
  color: #333;
  line-height: 32px;
}
.productIntegral_module6 {
  background-color: #fff;
  padding: 86px 0 0;
}
.productIntegral_module6 .main_content {
  width: 1200px;
}
.productIntegral_module6_content {
  position: relative;
  margin-top: 54px;
  padding-left: 120px;
}
.productIntegral_module6_list {
  padding-top: 68px;
}
.productIntegral_module6_item {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  padding-left: 70px;
  line-height: 44px;
  position: relative;
  background: url('/shop/img/arrow3.png') 15px center no-repeat;
  -o-background-size: auto 24px;
  background-size: auto 24px;
}
.productIntegral_module6_item ~ .productIntegral_module6_item {
  margin-top: 30px;
}
.productIntegral_module6_tip {
  width: 440px;
  font-size: 20px;
  color: #666;
  line-height: 38px;
  margin-top: 70px;
  margin-bottom: 24px;
}
.productIntegral_module6_img {
  position: absolute;
  right: 30px;
  top: 0;
  width: 584px;
}
@media (max-width: 768px) {
  .productIntegral_banner .ys_banner_left {
    padding: 1.9rem 0 0 0;
    text-align: center;
  }
  .productIntegral_banner_title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 0.5rem #000000;
  }
  .productIntegral_banner_tag {
    height: 1.95rem;
    line-height: 1.95rem;
    font-size: 0.65rem;
    padding: 0 0.4rem;
    border-radius: 0.25rem;
    margin-bottom: 0.85rem;
  }
  .productIntegral_banner_tip {
    font-size: 0.6rem;
    line-height: 0.85rem;
    margin-bottom: 0.85rem;
  }
  .productIntegral_banner_img {
    right: 1.9rem;
    bottom: -1.85rem;
    width: 15.25rem;
  }
  .productIntegral_module1 {
    padding: 1.9rem 0 1.6rem;
  }
  .productIntegral_module1 .main_content {
    width: 100%;
    padding: 0 0.6rem;
  }
  .productIntegral_module1 .ys_module_tip {
    width: 15.3rem;
    margin: 0.6rem auto 0;
  }
  .productIntegral_module1_content {
    margin-top: 0.9rem;
    background-position: center 2.5rem;
    -o-background-size: auto 5.1rem;
    background-size: auto 5.1rem;
  }
  .productIntegral_module1_row {
    padding: 0.15rem 0;
  }
  .productIntegral_module1_item {
    font-size: 0.45rem;
    color: #333;
    line-height: 0.6rem;
    padding: 0.5rem 0 2.4rem;
  }
  .productIntegral_module1_item::before {
    height: 2.2rem;
  }
  .productIntegral_module1_item.left {
    margin: 0 0.2rem 0 1rem;
  }
  .productIntegral_module1_item.right {
    margin: 0 1rem 0 0.2rem;
  }
  .productIntegral_module1_item.btm-left,
  .productIntegral_module1_item.btm-right {
    padding: 2.3rem 0 0;
  }
  .productIntegral_module1_item.btm-left {
    margin: 0 0.2rem 0 1rem;
  }
  .productIntegral_module1_item.btm-left::before {
    height: 2.15rem;
  }
  .productIntegral_module1_item.btm-left > div {
    position: absolute;
    left: 0;
    width: 110%;
  }
  .productIntegral_module1_item.btm-right {
    margin: 0 1rem 0 0.2rem;
  }
  .productIntegral_module1_item.btm-right::before {
    height: 2.15rem;
  }
  .productIntegral_module1_circle {
    width: 2.25rem;
    height: 2.25rem;
    border: 0.2rem solid transparent;
    font-size: 0.45rem;
    padding-bottom: 0.25rem;
    line-height: 1.1;
  }
  .productIntegral_module1_icon {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .productIntegral_module1_rectangle {
    width: 4.3rem;
    height: 1.45rem;
    line-height: 1.15rem;
    border: 0.15rem solid #b8d4ff;
    border-radius: 0.5rem;
    font-size: 0.45rem;
    margin-top: 1.3rem;
  }
  .productIntegral_module1_rectangle .productIntegral_module1_icon {
    margin: 0 0.1rem 0 0;
  }
  .productIntegral_module1_card {
    border-radius: 0.5rem;
    border-width: 0.05rem;
  }
  .productIntegral_module1_card::before {
    width: 0.675rem;
    height: 0.45rem;
  }
  .productIntegral_module1_card.position1 {
    top: 3.3rem;
    left: 2.8rem;
    width: 5.65rem;
    padding: 0.2rem 0.4rem;
  }
  .productIntegral_module1_card.position1::before {
    left: -0.9rem;
    top: 0.5rem;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .productIntegral_module1_card.position2 {
    top: 2.3rem;
    left: 50%;
    width: 5.55rem;
    padding: 0.2rem 0.35rem;
    margin-left: 0.55rem;
  }
  .productIntegral_module1_card.position2::before {
    left: 0.4rem;
    top: -0.6rem;
  }
  .productIntegral_module1_card.position3 {
    top: 5.1rem;
    right: 2.35rem;
    width: 6.2rem;
    padding: 0.25rem 0.2rem 0.15rem;
  }
  .productIntegral_module1_card.position3::before {
    right: -0.8rem;
    top: 1rem;
  }
  .productIntegral_module1_card_name {
    font-size: 0.55rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .productIntegral_module1_card_tip {
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.55rem;
  }
  .productIntegral_module2 {
    padding: 1.9rem 0 1.25rem;
  }
  .productIntegral_module2 .ys_module_tip {
    padding: 0 2.5rem;
  }
  .productIntegral_module2_content {
    width: 100%;
    margin: 1.15rem auto 0;
    padding: 0 1rem;
  }
  .productIntegral_module2_item {
    width: 7.5rem;
    margin-right: 0;
    padding: 0 0.25rem;
    margin-bottom: 0.6rem;
  }
  .productIntegral_module2_item ~ .productIntegral_module2_item {
    margin-left: 1.7rem;
    padding: 0 0.75rem;
  }
  .productIntegral_module2_icon {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 0.25rem;
    margin: 0 auto;
    -o-background-size: 2.35rem auto;
    background-size: 2.35rem auto;
  }
  .productIntegral_module2_tip {
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-align: center;
    margin-top: 0.55rem;
  }
  .productIntegral_module2_card {
    width: 100%;
    height: 9.7rem;
    padding: 0.9rem 0.6rem 0 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
  }
  .productIntegral_module2_card.style1 {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .productIntegral_module2_card_icon {
    top: 0.55rem;
    right: 0.425rem;
    width: 2.425rem;
    height: 2.425rem;
  }
  .productIntegral_module2_name {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .productIntegral_module2_name.style1 {
    line-height: 1.7rem;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: 0.55rem;
  }
  .productIntegral_module2_text {
    font-size: 0.6rem;
    line-height: 0.95rem;
  }
  .productIntegral_module2_text p:nth-child(5) {
    width: 100%;
  }
  .productIntegral_module2_text.style1 {
    width: 100%;
    padding: 0 0.75rem 0.5rem;
  }
  .productIntegral_module3 {
    padding: 1.95rem 0 0.75rem;
  }
  .productIntegral_module3_content {
    margin-top: 1.1rem;
  }
  .productIntegral_module3_img {
    display: none;
  }
  .productIntegral_module3_list {
    width: 100%;
    padding: 0 0.5rem;
  }
  .productIntegral_module3_item {
    width: 100%;
    padding: 0.6rem 0.6rem 0.7rem 0.65rem;
    border-radius: 0.15rem;
    box-shadow: 0 0.15rem 0.4rem 0 rgba(20, 114, 255, 0.13);
  }
  .productIntegral_module3_item ~ .productIntegral_module3_item {
    margin-top: 0.5rem;
  }
  .productIntegral_module3_index {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.7rem;
    line-height: 1.55rem;
    margin-right: 0.7rem;
  }
  .productIntegral_module3_name {
    font-size: 0.75rem;
    margin-bottom: 0.35rem;
  }
  .productIntegral_module3_text {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .productIntegral_module4 {
    padding: 1rem 0 1.6rem;
  }
  .productIntegral_module4_list {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    padding: 0;
  }
  .productIntegral_module4_item {
    width: 33%;
    margin: 0 0 0.75rem;
  }
  .productIntegral_module4_item:nth-child(4n) {
    margin-right: 0;
  }
  .productIntegral_module4_img {
    height: 3.25rem;
  }
  .productIntegral_module4_img.img1 {
    -o-background-size: 1.85rem auto;
    background-size: 1.85rem auto;
  }
  .productIntegral_module4_img.img2 {
    -o-background-size: 3.275rem auto;
    background-size: 3.275rem auto;
  }
  .productIntegral_module4_img.img3 {
    -o-background-size: 3.075rem auto;
    background-size: 3.075rem auto;
  }
  .productIntegral_module4_img.img4 {
    -o-background-size: 4.675rem auto;
    background-size: 4.675rem auto;
  }
  .productIntegral_module4_img.img5 {
    -o-background-size: 3.05rem auto;
    background-size: 3.05rem auto;
  }
  .productIntegral_module4_img.img6 {
    -o-background-size: 3.65rem auto;
    background-size: 3.65rem auto;
  }
  .productIntegral_module4_img.img7 {
    -o-background-size: 4.15rem auto;
    background-size: 4.15rem auto;
  }
  .productIntegral_module4_img.img8 {
    -o-background-size: 3rem auto;
    background-size: 3rem auto;
  }
  .productIntegral_module4_img.img9 {
    background-image: url('/shop/img/product/productIntegral-img09.png');
    -o-background-size: 4.125rem auto;
    background-size: 4.125rem auto;
  }
  .productIntegral_module4_name {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 0.5rem;
  }
  .productIntegral_module4_phone {
    display: block;
  }
  .productIntegral_module5 {
    padding: 1.9rem 0 1.35rem;
  }
  .productIntegral_module5_list {
    margin-top: 1.2rem;
  }
  .productIntegral_module5_item {
    width: 8.5rem;
    height: 3.25rem;
    border-radius: 0.15rem;
    padding: 0 0 0 0.9rem;
    margin: 0 0.35rem 0.7rem;
  }
  .productIntegral_module5_icon {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 0.1rem;
    margin-right: 0.55rem;
    font-size: 1.75rem;
    line-height: 1.625rem;
  }
  .productIntegral_module5_msg {
    font-size: 0.6rem;
    line-height: 0.95rem;
  }
  .productIntegral_module6 {
    padding: 1.9rem 0 0.9rem;
  }
  .productIntegral_module6 .main_content {
    width: 100%;
  }
  .productIntegral_module6_content {
    margin-top: 1rem;
    padding: 0;
  }
  .productIntegral_module6_list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem 0 3rem;
  }
  .productIntegral_module6_item {
    width: 6rem;
    font-size: 0.8rem;
    padding: 0 0 0 1.6rem;
    line-height: 1.1rem;
    margin-bottom: 0.5rem;
    background-position: left center;
    -o-background-size: auto 0.7rem;
    background-size: auto 0.7rem;
  }
  .productIntegral_module6_item:nth-child(2n) {
    margin-left: 0.5rem;
  }
  .productIntegral_module6_item ~ .productIntegral_module6_item {
    margin-top: 0;
  }
  .productIntegral_module6_tip {
    width: 100%;
    font-size: 0.7rem;
    line-height: 0.95rem;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .productIntegral_module6_img {
    position: initial;
    display: block;
    width: 15.4rem;
    height: 13.85rem;
    margin: 0 auto;
  }
}
