.content {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.content .box {
  width: 100%;
  margin: 0 auto;
}
.content .box .int {
  width: 100%;
  height: 4.60501rem;
  position: relative;
}
.content .box .int .bg-img {
  width: 100%;
  height: 100%;
}
.content .box .int .bg-img img {
  width: 100%;
}
.content .box .int .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .int .text .title {
  font-size: 0.39rem;
  font-weight: bold;
  line-height: 0.39rem;
  color: #e84227;
  text-align: center;
  margin-top: 1.65rem;
}
.content .box .int .text .p {
  width: 8.28002rem;
  margin: 0 auto;
  font-size: 0.15rem;
  line-height: 0.285rem;
  color: #333333;
  text-align: center;
  margin-top: 0.3rem;
}
.content .box .advantage {
  width: 100%;
  height: 5.2576rem;
  position: relative;
}
.content .box .advantage .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.content .box .advantage .bg-img img {
  width: 100%;
}
.content .box .advantage .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .advantage .text .title {
  font-size: 0.39rem;
  font-weight: bold;
  line-height: 0.39rem;
  color: #e84227;
  text-align: center;
  margin-top: 1.6875rem;
}
.content .box .advantage .text .s-title {
  font-size: 0.345rem;
  font-weight: lighter;
  font-stretch: normal;
  line-height: 0.345rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.12rem;
  position: relative;
}
.content .box .advantage .text .s-title::after {
  content: "";
  width: 1px;
  height: 0.3rem;
  background-color: #E3E3E3;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
}
.content .box .advantage .text .circle {
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 0.09rem;
  height: 0.09rem;
  background: #9a9ea2;
  border-radius: 50%;
}
.content .box .hill {
  width: 100%;
  height: 5.4001rem;
  position: relative;
}
.content .box .hill .bg-img {
  width: 100%;
  height: 120%;
  overflow: hidden;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .hill .box {
  width: 10.6277rem;
  height: 2.1225rem;
  background: #FFFFFF;
  box-shadow: 0px 5px 51px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: -1.0575rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.165rem;
  color: #333333;
  line-height: 1.8;
}
.content .box .hill .num {
  padding-top: 2.085rem;
  width: 100%;
  position: relative;
}
.content .box .hill .num ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content .box .hill .num ul li {
  margin: 0 0.4875rem;
}
.content .box .hill .num ul li .timer {
  font-family: 'Arial';
  font-size: 0.585rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.585rem;
  color: #E84227;
  display: inline-block;
}
.content .box .hill .num ul li span {
  font-size: 0.195rem;
  line-height: 0.195rem;
  color: #666;
}
.content .box .hill .num ul li:first-child span {
  font-family: 'Arial';
  font-size: 0.585rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.585rem;
  color: #E84227;
}
.content .box .hill .num ul li p {
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #666;
  text-align: center;
  margin-top: 0.165rem;
}
@media screen and (max-width: 1020px) {
  .content .box .int .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .content .box .int .text .title {
    margin-top: 0.8rem;
  }
  .content .box .int .text .p {
    width: 90%;
    margin: 0 auto;
    font-size: 0.25rem;
    line-height: 0.4rem;
    color: #333333;
    text-align: center;
    margin-top: 0.5rem;
  }
  .content .box .advantage .bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
  }
  .content .box .advantage .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .content .box .advantage .text .title {
    font-size: 0.39rem;
    font-weight: bold;
    line-height: 0.39rem;
    color: #e84227;
    text-align: center;
    margin-top: 1.5rem;
  }
  .content .box .advantage .text .p {
    width: 6.2rem;
    margin: 0 auto;
    font-size: 0.25rem;
    line-height: 0.375rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.6375rem;
  }
  .content .box .hill .num ul li {
    margin: 0 0.3rem;
  }
  .content .box .hill .num ul li p {
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #666;
    text-align: center;
    margin-top: 0.165rem;
  }
  .content .box .hill .box {
    width: 90%;
    height: 2.1225rem;
    border-radius: 0.05rem;
    padding: 0 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 51px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    top: -1.0575rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.25rem;
    color: #333333;
    line-height: 1.8;
  }
}
