.page-section {
  background: #ffffff;
}
.header-2 {
  color: #b7b7b7;
}
.stop-effect-box {
  width: 100%;
  left: 0;
}
.stop-effect-content {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}
.main-img-box {
  margin-top: -60px;
  text-align: center;
  position: relative;
  /* height: calc(100vh - 50px); */
  overflow: hidden;
  background: #f6f6f6;
  min-height: 100vh;
}
section {
  position: relative;
  z-index: 2;
}
.page-crumbs,
#footer-box {
  position: relative;
  z-index: 2;
}
.main-img {
  margin: 0 auto;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
}
.main-img img {
  width: 100%;
  min-height: 100vh;
  /* height: calc(100vh); */
}
.main-title-box {
  position: absolute;
  left: 0;
  height: 100%;
  max-height: calc(100vh - 50px);
  top: 0;
  width: 100%;
  z-index: 3;
  font-family: PingFangSC-Regular, Noto Sans SC;
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.main-title-1 {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  opacity: 1;
  padding-left: 12%;
  width: 100%;
  padding-top: 26%;
}

.main-title-1 span {
  font-size: 2.85rem;
}

.main-title-2 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  opacity: 0;
  margin-bottom: 50px;
}
.main-title-2 span {
  font-size: 1.2rem;
  margin-bottom: 17px;
}
.main-title-2 img {
  height: 25px;
  width: 14.5px;
  -webkit-animation: move-updown 2s linear infinite alternate;
  animation: move-updown 2s linear infinite alternate;
}
@-webkit-keyframes move-updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes move-updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.section-two {
  background: #ffffff;
  padding: 5rem 0;
}
.section-two-content {
  margin: 0 auto;
  padding: 0 18.8%;
}
.section-two-content-item {
  padding: 3.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-two-content-item img {
  width: 7.43rem;
  height: 7.43rem;
}
.section-two-content-item span {
  font-family: PingFangSC-Regular, NotoSansHans-Regular;
  font-size: 1.28rem;
  color: #121212;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.43rem;
}
.section-two-content-item:hover span {
  color: #666;
}
.section-two-content-item:hover img {
  opacity: 0.8;
}
.explain {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-family: PingFangSC-Light, Noto Sans SC;
  font-weight: 300;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  text-align: center;
  /* font-weight: lighter; */
  padding-bottom: 70px;
  line-height: 30px;
}
.describe-min-width {
  min-width: 300px;
}
.page-crumbs {
  margin-top: inherit;
}
.section-five {
  background: #1c1b1b;
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 160px;
}
.section-five-describe {
  text-align: center;
  padding-top: 8.57rem;
  /* transform: translate(0,-200px);
  opacity: 0; */
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.section-five-describe-1 {
  font-family: PingFangSC-Light, Noto Sans SC;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 0.64rem;
  /* font-weight: lighter; */
}
.section-five-describe-2 {
  font-family: PingFangSC-Medium, Noto Sans SC;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 72px;
  margin-bottom: 2.14rem;
}
.section-five-describe-3 {
  font-family: PingFangSC-Light, Noto Sans SC;
  font-weight: 300;
  font-size: 1.57rem;
  line-height: 38px;
  width: 40rem;
  margin: 0 auto;
  margin-bottom: 1.7rem;
}
.look-detail {
  border: 1px solid #c0c0c0;
  border-radius: 30px;
  font-family: PingFangSC-Light, Noto Sans SC;
  font-weight: 300;
  font-size: 1.28rem;
  color: #ffffff;
  width: 11.4rem;
  line-height: 4.29rem;
  cursor: pointer;
  margin-top: 45px;
  margin: 0 auto;
}
.look-detail:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #121212;
}
.trash-box-box {
  text-align: center;
  position: relative;
  width: 100%;
  background: #eaeaea;
}
.trash-box-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.trash-box-1 {
  opacity: 1;
}
.trash-box-2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.trash-box-type {
  position: absolute;
  bottom: 16%;
  right: 9.8%;
}

.trash-box-type-1:first-child {
  margin-right: 2.43rem;
}
.trash-type {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 15px;
}
.trash-box-type-1 .trash-type span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #b59d83;
}
.trash-box-type-1:last-child .trash-type span {
  background: #b8bec2;
}
.trash-box-type-1:first-child .trash-type.active {
  border: 1px solid #b59d83;
}
.trash-box-type-1:last-child .trash-type.active {
  border: 1px solid #b8bec2;
}
.type-name {
  font-family: PingFangSC-Medium, NotoSansHans-Medium;
  font-weight: 500;
  font-size: 1.38rem;
  color: #1c1c1c;
  letter-spacing: 0;
}
.spot {
  width: 8px;
  height: 8px;
  background: #f2f2f2;
  border-radius: 50%;
}
video {
  vertical-align: top;
}
.trans-box-img {
  transition: 0.5s;
}
.trans-box-img:hover {
  transform: scale(1.1);
}
.no-mask.mack-img {
  display: none;
}
.drawstring-img {
  position: absolute;
  bottom: 0;
  right: -50%;
  transition: 0.5s;
  height: 100%;
}
.active.drawstring-img {
  right: -40%;
}

.check-1 {
  display: none;
}
.check-2 {
  display: none;
}
.transh-color-box {
  width: 49.7%;
  background: #f3f8f2;
  padding: 70px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.transh-color-box:last-child {
  width: 49.7%;
  background: #fafafa;
}
.color-img {
  width: 39%;
  -webkit-transform: translate(0, 140px);
  transform: translate(0, 140px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.transh-color-info {
  text-align: center;
  transform: translateY(20px);
}
.transh-color-info .logo-img {
  margin-bottom: 10px;
}
.townew {
  font-family: PingFangSC-Medium, Noto Sans SC;
  font-weight: 500;
  font-size: 3.2rem;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.go-right {
  width: 28px;
  height: 11px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.transh-color-box:hover .go-right {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.transh-color-box:hover .color-img {
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
