.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;
  transition: 0.4s ease-in-out;
  /* 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: 22%;
}

.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: #1e5c66;
  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;
  color: #ffffff;
}
.section-two-content-item img {
  width: 5.533rem;
  height: 5.533rem;
}
.section-two-content-item span {
  font-family: PingFangSC-Regular, NotoSansHans-Regular;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1rem;
}
.section-two-content-item:hover span {
  opacity: 0.8;
}
.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%;
}

/* .section-describe .section-describe-2 {
  font-size: 3.57rem !important;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 5.14rem !important;
  margin-bottom: 2.64rem !important;
}
.section-describe .section-describe-1 {
  font-family: none;
  font-size: 2.14rem !important;
  font-weight: 200;
  color: #ffffff;
  line-height: 3.43rem !important;
}

.section-describe .section-describe-3 {
  font-family: none;
  font-size: 1.43rem !important;
  font-weight: 200;
  color: #ffffff;
  line-height: 2.57rem !important;
} */

.section-describe .section-describe-1 {
  transition: all 1.3s ease;
}

.pack-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.pack-type span {
  color: #ffffff;
}
.pack-type:hover span {
  color: #ffffff;
}
.pack-type:hover img {
  opacity: 0.8;
}
.pack-img-box {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  left: 16.35%;
  z-index: 9;
}
.pack-img {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  left: 16.35%;
  transition: 0.3s;
  z-index: 9;
}
.pack-img img {
  width: 41.8rem;
  transition: 0.5s;
  transform: translate(0, 0);
}
/* .pack-img:hover .pack-img-one {
  transform: translate(-20%, -20%);
}
.pack-img:hover .pack-img-two {
  transform: translate(20%, 20%);
} */
/* .pack-img:first-child {
  opacity: 1;
}
.pack-img:last-child {
  opacity: 0;
} */

.pack-type span:first-child {
  margin-right: 5px;
}
.pack-type span:last-child {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

.pack-type.active span:last-child::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border-radius: 50%;
}
.pack-type:first-child.active span:last-child::after {
  background: #ffffff;
}
.pack-type:last-child.active span:last-child::after {
  background: #ba9866;
}
.main-masker {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 5%;
  top: 0;
  z-index: 1;
}

.flower-box {
  position: absolute;
  height: 100%;
  top: 0;
  width: 35.4%;
  left: 50%;
  /* display: flex; */
}
.flow-left {
  width: 30.56%;
  margin-left: 19.11%;
  margin-top: 22%;
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease-in-out;
}
.flow-right {
  width: 20.73%;
  margin-right: 15.4%;
  margin-top: 8.5%;
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease-in-out;
}
/* .flower-box:hover .flow-left {
  opacity: 0;
  transform: translateY(100px);
}
.flower-box:hover .flow-right {
  opacity: 0;
  transform: translateY(100px);
} */

.flow-trash-box {
  position: absolute;
  height: 58.4%;
  width: 100%;
  left: 0;
  bottom: 0;
}

.change-video-box {
  border-width: 0px;
  position: absolute;
  left: 87.87%;
  top: 7.5%;
  width: 100px;
  height: 30px;
  background: inherit;
  background-color: rgba(23, 97, 108, 1);
  border: none;
  border-radius: 100px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  transition: 0.8s;
}
.change-video-box img {
  width: 22px;
  height: 22px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.change-video-box.right-active {
  background-color: rgba(183, 71, 57, 1);
}
.change-video-box .change-left {
  opacity: 0;
  transform: rotate(180deg);
}
.change-video-box .change-right {
  opacity: 1;
}
.change-video-box.right-active .change-left {
  opacity: 1;
}
.change-video-box.right-active .change-right {
  opacity: 0;
}
.p-video {
  transition: 1s;
}
.p-video-1 {
  opacity: 0;
}
.p-video-2 {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.trash-option .trash-option-item:hover {
  color: #1f474d !important;
}
.trash-option .btn-name:hover {
  color: #1f474d !important;
}
