#retail-box .module .h3 {
  font-size: 36px;
  font-weight: bold;
  color: #282828;
  text-align: center;
  padding-top: 60px;
  line-height: 50px;
}
#retail-box .module .h3_desc {
  font-size: 16px;
  color: #51565D;
  line-height: 22px;
  text-align: center;
}
#retail-box .module .module_main {
  width: 1140px;
  margin: 0 auto;
}
#retail-box .module .module_main .item .title {
  font-size: 16px;
  color: #282828;
  font-weight: bold;
}
#retail-box .module .module_main .item .desc {
  font-size: 16px;
  color: #51565D;
}
#retail-box .module0 {
  height: 460px;
  background: url("/wp-content/uploads/2022/07/retail-banner.png") no-repeat center;
  background-size: cover;
}
#retail-box .module0 .module_main {
  padding-top: 152px;
}
#retail-box .module0 .title {
  font-size: 38px;
  color: #fff;
}
#retail-box .module0 .desc {
  margin: 7px 0 30px 0;
  color: #fff;
}
#retail-box .module0 .btn {
  width: 150px;
  height: 40px;
  border-radius: 4px;
  background: #36CFA8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
	outline: none;
	cursor: pointer;
}
#retail-box .module0 .btn:before {
	content: none;
}
#retail-box .module2 {
  background: #F5F8FA;
}
#retail-box .module2 .h3 {
  margin-bottom: 40px;
}
#retail-box .module2 .retail-point-container {
	overflow: hidden;
}
#retail-box .module2 .module_main {
  display: flex;
  justify-content: space-around;
  padding-bottom: 60px;
}
#retail-box .module2 .module_main .item {
  cursor: pointer;
  position: relative;
  width: 230px;
  height: 286px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 6px 18px 0px rgba(10, 20, 31, 0.14);
}
#retail-box .module2 .module_main .item .title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #282828;
  line-height: 22px;
  margin: 20px 0 10px 0;
}
#retail-box .module2 .module_main .item .desc {
  text-align: center;
  font-size: 16px;
  color: #51565d;
  line-height: 25px;
}
#retail-box .module2 .module_main .main-img-box {
  position: relative;
}
#retail-box .module2 .module_main .main-img {
  width: 230px;
  height: 140px;
}
#retail-box .module2 .module_main .img-box {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 1;
  background: rgba(40, 40, 40, 0.6);
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	
}
#retail-box .module2 .module_main .img-box .main-icon {
  width: 80px;
  height: 80px;
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#retail-box .module3 .h3 {
  margin-bottom: 4px;
}
#retail-box .module3 .h3_desc {
  margin-bottom: 37px;
}
#retail-box .module3 .module_main {
  text-align: center;
}
#retail-box .module3 .module_main img {
  width: 1104px;
}
#retail-box .module4 .module4_nav_list {
  margin: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F8FA;
}
#retail-box .module4 .module4_nav_list .module4_nav_item {
  cursor: pointer;
  list-style: none;
  width: 160px;
  position: relative;
  height: 168px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 0 10px;
}
#retail-box .module4 .module4_nav_list .module4_nav_item:nth-child(-n+5) {
  margin-right: 17px;
}
#retail-box .module4 .module4_nav_list .active:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 6px;
  background: #36cfa8;
  border-radius: 3px;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
}
#retail-box .module4 .module4_nav_list .active:after {
  bottom: -21px;
  position: absolute;
  content: '';
  width: 62px;
  height: 10px;
  display: inline-block;
  background: url("/wp-content/uploads/2022/07/after-icon.png") no-repeat center;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#retail-box .module4 .module4_nav_list .nav_title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #282828;
  line-height: 28px;
  margin: 0 0 5px;
}
#retail-box .module4 .module4_nav_list .nav_tips {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #51565d;
  line-height: 25px;
  margin: 0;
}
#retail-box .module4 .module4_nav_list .img-box {
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 6px 18px 0px rgba(10, 20, 31, 0.14);
}
#retail-box .module4 .module4_nav_list .module4_nav_icon {
  width: 46px;
  height: 46px;
}
#retail-box .module4 .retail-main-container {
  padding: 30px;
  width: 1140px;
  margin: 0 auto;
}
#retail-box .module4 .retail-main-container .swiper-wrapper {
  display: block;
}
#retail-box .module4 .retail-main-container .swiper-slide {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
#retail-box .module4 .retail-main-container .swiper-slide .title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 25px;
  margin-bottom: 22px;
}
#retail-box .module4 .retail-main-container .swiper-slide .tips {
  margin: 0 0 10px;
  padding-left: 14px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #282828;
  line-height: 24px;
  max-width: 456px;
}
#retail-box .module4 .retail-main-container .swiper-slide .tips:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #36cfa8;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  top: 10px;
}
#retail-box .module4 .retail-main-container .swiper-slide .right-img {
  width: 540px;
  height: 280px;
}
@media screen and (max-width: 1200px) {
  html,
  body {
    font-size: 10px;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #retail-box .module {
    padding: 3rem 0 0;
  }
  #retail-box .module .h3 {
    font-size: 2.4rem;
    padding-top: 0;
    line-height: 3.3rem;
	  margin-bottom: .5rem;
  }
  #retail-box .module .h3_desc {
    font-size: 16px;
    line-height: 2.2rem;
  }
  #retail-box .module .module_main {
    width: 100%;
  }
  #retail-box .module .module_main .item .title {
    font-size: 1.6rem;
  }
  #retail-box .module0 {
    height: 31.2rem;
    background: url("/wp-content/uploads/2022/07/retail-wap-banner.png") no-repeat center;
    background-size: cover;
  }
  #retail-box .module0 .module_main {
    padding-top: 5rem;
  }
  #retail-box .module0 .title {
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin-bottom: .8rem;
	  text-align: center;
  }
  #retail-box .module0 .desc {
    margin: 0;
    text-align: center;
  }
  #retail-box .module0 .btn {
    width: 15rem;
    height: 4rem;
    border-radius: .4rem;
    font-size: 1.5rem;
	  margin: 2rem auto;
  }
  #retail-box .module2 .h3 {
    margin-bottom: 2.8rem;
  }
  #retail-box .module2 .module_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #retail-box .module2 .module_main .item {
    width: 60%;
    height: 30rem;
    border-radius: .4rem;
	  box-shadow: none;
  }
  #retail-box .module2 .module_main .item .title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 2rem 0 1rem 0;
  }
  #retail-box .module2 .module_main .item .desc {
	  font-size: 1.4rem;
	  line-height: 2.5rem;
  }
  #retail-box .module2 .module_main .main-img {
    width: 100%;
    height: auto;
  }
  #retail-box .module2 .module_main .img-box {
    height: 95%;
	    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
  #retail-box .module2 .module_main .img-box .main-icon {
    width: 8rem;
    height: 8rem;
  }
  #retail-box .module2 .module_main .swiper-slide-active {
    height: 31rem;
    box-shadow: 0 0.6rem 1.8rem 0 rgba(10, 20, 31, 0.14);
  }
  #retail-box .module2 .module_main .swiper-slide-active .img-box {
    display: flex;
  }
  #retail-box .module3 .h3 {
    margin-bottom: .5rem;
  }
  #retail-box .module3 .h3_desc {
    margin-bottom: 3rem;
  }
  #retail-box .module3 .module_main {
	  padding: 0 1.5rem;
  }
  #retail-box .module3 .module_main img {
    width: 100%;
  }
	#retail-box .module4 .module4_nav_box {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0 1.5rem;
		background: #F5F8FA;
	}
  #retail-box .module4 .module4_nav_list {
    padding: 0;
    width: 60rem;
  }
	#retail-box .module4 .module4_nav_box::-webkit-scrollbar {
	  display: none;
	}
  #retail-box .module4 .module4_nav_list .module4_nav_item {
    width: 10rem;
    height: 17rem;
    border-radius: .4rem;
    padding: 2rem 0 1rem;
  }
  #retail-box .module4 .module4_nav_list .module4_nav_item:nth-child(-n+5) {
    margin-right: .6rem;
  }
  #retail-box .module4 .module4_nav_list .active:before {
    position: absolute;
    content: '';
    width: 4rem;
    height: .6rem;
    border-radius: .3rem;
    bottom: 1.8rem;
  }
  #retail-box .module4 .module4_nav_list .active:after {
    bottom: -0.3rem;
    width: 3.6rem;
    height: 1.0rem;
  }
  #retail-box .module4 .module4_nav_list .nav_title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 0;
  }
  #retail-box .module4 .module4_nav_list .nav_tips {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  #retail-box .module4 .module4_nav_list .img-box {
    margin: 0 auto 1rem;
    width: 6rem;
    height: 6rem;
    box-shadow: 0 0.6rem 1.8rem 0 rgba(10, 20, 31, 0.14);
  }
  #retail-box .module4 .module4_nav_list .module4_nav_icon {
    width: 4rem;
    height: 4rem;
  }
  #retail-box .module4 .retail-main-container {
    padding: 6rem 2rem 0;
    width: 100%;
	  overflow: hidden;
  }
  #retail-box .module4 .retail-main-container .swiper-wrapper {
    display: flex;
  }
  #retail-box .module4 .retail-main-container .swiper-slide {
    padding: 0 1rem;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  #retail-box .module4 .retail-main-container .swiper-slide .title {
        position: absolute;
    top: -4rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    left: 0;
    right: 0;
    display: inline;
    margin: auto;
    text-align: center;
  }
  #retail-box .module4 .retail-main-container .swiper-slide .tips {
    margin: 0 0 1rem;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
  }
  #retail-box .module4 .retail-main-container .swiper-slide .tips:before {
    width: .4rem;
    height: .4rem;
    top: 1rem;
  }
  #retail-box .module4 .retail-main-container .swiper-slide .right-img {
    width: 100%;
    height: auto;
  }
}
