.fresh-content{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fresh-module1{
  position: relative;
  height: 100%;
  max-height: 1004px;
}
.fresh-module1 img{
  display: block;
  width: 100%;
  height: 100%;
  max-height: 1004px;
  object-fit: cover;
}
.fresh-module1::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}
.module1_text{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
}
.module1_text img{
  display: inline-block;
  height: 80px;
  width: auto;
}
.module1_text img ~ img{
  display: inline-block;
  height: 70px;
  width: auto;
  margin-left: 60px;
  vertical-align: super;
}
.module1_text p{
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}
.module1_text > div{
  width: 400px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #FFFFFF;
  font-size: 26px;
  color: #FFFFFF;
  margin: 50px auto 0;
}

.fresh-module2{
  padding: 170px 10px 220px;
  background-color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
}
.fresh-module2>img{
  display: inline-block;
  width: 384px;
  height: 573px;
  object-fit: cover;
  margin-right: 26px;
  margin-top: 10px;
}
.module2_text{
  display: inline-block;
  width: 790px;
  height: 583px;
  vertical-align: top;
}
.module2_text>h1{
  font-size: 48px;
  text-align: left;
  margin-bottom: 30px;
}
.module2_text>p{
  font-size: 24px;
  color: #0f0f0f;
  text-align: left;
  line-height: 40px;
}
.module2_step-content {
  position: relative;
  text-align: left;
  margin-top: 66px;
}
.module2_step-item{
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffa344;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  border: 2px solid #ffa344;
  text-align: center;
}
.module2_step-item ~ .module2_step-item{
  margin-left: 90px;
}
.module2_step-item::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 20px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
}
.module2_step-item h2{
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 66px;
  box-sizing: border-box;
}
.module2_step-item>p{
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 30px 0;
  box-sizing: border-box;
}
.module2_step2 h2{
  padding-top: 60px;
}
.module2_step2>p{
  padding-top: 5px;
}
.module2_step2{
  background-color: #34c858;
  border: 2px solid #34c858;
}
.module2_step3{
  background-color: #46bbe4;
  border: 2px solid #46bbe4;
}
.module2_arrows-item{
  font-size: 20px;
  color: #454545;
  position: absolute;
}
.module2_arrows-item::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/fresh-module2-arrows.png') center center no-repeat;
  background-size: contain;
}
.module2_arrows1{
  left: 206px;
  top: 32px;
  padding-bottom: 24px;
}
.module2_arrows1::after{
  bottom: 0;
  background-position: 0 bottom;
}
.module2_arrows2{
  left: 206px;
  top: 96px;
  padding-bottom: 24px;
}
.module2_arrows2::after{
  bottom: 0;
  background-position: 0 bottom;
  transform: rotateY(180deg);
}

.module2_arrows3{
  left: 502px;
  top: 90px;
  padding-top: 24px;
}
.module2_arrows3::after{
  top: 0;
  background-position: 0 top;
  transform: rotateY(180deg);
}


.fresh-module3{
  background-color: #046a10;
  padding: 60px 10px 10px;
}
.fresh-module3>h1{
  display: block;
  font-size: 36px;
  color: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
}
.fresh-module3>p{
  font-size: 26px;
  color: #FFFFFF;
  display: block;
  max-width: 1200px;
  margin: 20px auto 0;
}
.module3_ul{
  display: block;
  max-width: 1200px;
  margin: 50px auto 0;
}
.module3_ul li{
  display: inline-block;
  width: 33%;
  margin-bottom: 60px;
}
.module3_ul li>div{
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module3_ul img{
  display: block;
  width: 113px;
  height: auto;
}
.module3_ul h2{
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 15px;
}
.module3_ul p{
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
  width: 240px;
}

.fresh-module4{
  padding: 170px 0;
  background-color: #FFFFFF;
}
.fresh-module4 h1{
  font-size: 48px;
  color: #262626;
  line-height: 94px;
  text-align: center;
}
.fresh-module4 h2{
  display: none;
}
.fresh-module4 span{
  color: #368546;
}
.module4-name{
  font-size: 60px;
}
.fresh-module4 p{
  display: block;
  width: 690px;
  margin: 20px auto 0;
  font-size: 28px;
  color: #000;
  line-height: 60px;
  text-align: center;
}

.fresh-module5{
  position: relative;
}
.fresh-module5::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.fresh-module5 .fresh-content{
  padding: 100px 10px 70px;
}
.fresh-module5>img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module5_url{
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.module5_url li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module5_url li>div{
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module5_url li:nth-child(1) img{
  width: 92px;
}
.module5_url li:nth-child(2) img{
  width: 99px;
}
.module5_url li:nth-child(3) img{
  width: 87px;
}
.module5_url li:nth-child(4) img{
  width: 80px;
}
.module5_url h2{
  font-size: 40px;
  color: #fff;
  margin-top: 10px;
}
.module5_url p{
  font-size: 20px;
  color: #fff;
  margin-top: 8px;
}
.fresh-module5 .sort_btn{
  width: 200px;
  height: 62px;
  line-height: 62px;
  border: 1px solid #fff;
  font-size: 28px;
  color: #ffff;
  background-color: transparent;
}
.fresh-module5 .sort_btn>span{
  display: none;
}
.fresh-module5 .sort_btn::before{
  color: #FFFFFF;
}
.fresh-module5 .sort_btn::after{
  content: none;
}

.fresh-module6{
  background-color: #FFFFFF;
  padding: 140px 10px 80px;
}
.fresh-module6 h1{
  font-size: 48px;
  color: #171717;
  line-height: 60px;
  text-align: center;
}
.module6_ul{
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  margin-bottom: 100px;
}
.module6_ul li{
  width: 300px;
}
.module6_ul span{
  display: block;
  font-size: 24px;
  color: #0f0f0f;
  text-align: center;
  font-weight: bold;
}
.module6_ul li>div{
  width: 228px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
}
.module6_ul li img{
  display: block;
}
.module6_ul li:nth-child(1) img{
  width: 192px;
}
.module6_ul li:nth-child(2) img{
  width: 223px;
}
.module6_ul li:nth-child(3) img{
  width: 228px;
}
.module6_ul li:nth-child(4) img{
  width: 188px;
}
.module6_ul p{
  font-size: 18px;
  color: #454545;
  line-height: 32px;
  padding: 15px 40px 0;
  box-sizing: border-box;
}
.fresh-module6 .sort_btn{
  width: 200px;
  height: 62px;
  line-height: 62px;
  border: 1px solid #368546;
  font-size: 28px;
  color: #368546;
  background-color: transparent;
}
.fresh-module6 .sort_btn>span{
  display: none;
}
.fresh-module6 .sort_btn::before{
  color: #368546;
}
.fresh-module6 .sort_btn::after{
  content: none;
}

.fresh-module7{
  background-color: #368546;
  padding: 190px 0 130px;
}
.fresh-module7 h1{
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
.fresh-module7 h2{
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
.fresh-module7 p{
  font-size: 20px;
  color: #ffff;
  text-align: center;
}
.module7_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 20px 20px;
  box-sizing: border-box;
}
.module7_list img{
  display: block;
  width: 115px;
  height: 115px;
  margin: 0 20px 80px 20px;
}
.fresh-module7 .sort_btn{
  width: 210px;
  height: 62px;
  line-height: 62px;
  border: 1px solid #FFFFFF;
  font-size: 28px;
  color: #FFFFFF;
  background-color: transparent;
  margin: 0 auto;
}
.fresh-module7 .sort_btn::before{
  color: #FFFFFF;
}
.fresh-module7 .sort_btn>span{
  display: none;
}
.fresh-module7 .sort_btn::after{
  content: none;
}


/* .fresh-module8{
  background-color: #FFFFFF;
}
.fresh-module8 .fresh-content{
  padding: 80px 20px 110px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.fresh-module8 img{
  display: block;
  width: 217px;
  height: 217px;
  margin-right: 20px;
}
.fresh-module8 h2{
  font-size: 34px;
  color: #000;
  margin-bottom: 22px;
}
.fresh-module8 p{
  font-size: 28px;
  color: #060606;
} */