.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;
  object-fit: cover;
  /* 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: #f2f2f2;
  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: 19.2%;
  width: 100%;
  padding-top: 18%;
}
.main-title-1 span:first-child {
  font-size: 10.57rem;
  line-height: 120px;
}
.main-title-1 span:first-child span {
  font-size: 10.57rem;
  line-height: 120px;
}
.main-title-1 span:last-child {
  font-size: 2.85rem;
}
.main-title-1 span:last-child span {
  font-size: 1.5rem;
}
.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);
  }
}
.trash-attribute {
  padding: 110px 19% 174px 19%;
  background: #111111;
}
.trash-attribute-title {
  font-family: PingFangSC-Light, Noto Sans SC;
  font-weight: 300;
  font-size: 4.64rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 100px;
}
.attribute-item {
  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;
}
.attribute-item img {
  width: 82px;
  height: 82px;
}
.attribute-item span {
  font-family: PingFangSC-Regular, Noto Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #e4e4e4;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
}
.attribute-item:hover span {
  color: #e4e4e4;
}
.attribute-item:hover img {
  opacity: 0.85;
}
.attribute-list-1 {
  margin-bottom: 80px;
}
.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 !important;
  color: #121212;
  width: 11.4rem;
  line-height: 4.29rem;
  cursor: pointer;
  text-align: center;
}
.look-detail:hover {
  border: 1px solid #121212;
  background: #121212;
  color: #ffffff;
}
.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;
}
