@charset "UTF-8";

/*default setting start*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0px;
}



*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0px;
  padding: 0px;
  /* cursor: url('../../brightening_5/images/left_btn.png'), auto; */
}

.scroll {
  overflow-y: hidden;
}

img {
  max-width: 100%;
  border: none;
  width: 100%;
}

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", arial, "新細明體", sans-serif;
  font-size: 16px;
  color: #321106;
}

body.noscroll {
  overflow: hidden;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.transition-effect {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* a,
a:hover,
a:active,
a:focus {
  color: #6a3906;
  outline: 0;
  width: 100%;
} */

a:focus {
  text-decoration: none;
}

button {
  outline: none;
}

.pci {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.mi {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

[data-aos=translate_up] {
  transform: translateY(-900%);
}

[data-aos=translate_up].aos-animate {
  transform: translateY(0%);
}

.background1 {
  position: relative;
  width: 100%;
  padding-bottom: 52.04%;
}

.background1 .tz {
  background-image: url("../images/title5_background.png");
  width: 20%;
  position: absolute;
  background-size: cover;
  background-position: 10% 0%;
  right: 0px;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  padding-bottom: 7.02%;
  margin-top: -2.8%;
}

.background1 .header {
  width: 72.92%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  background-color: rgba(132, 65, 35, 0.8);
  z-index: 99;
  padding-bottom: 2%;
  padding-top: 2%;
  left: 13.8%;
}

.background1 .header .hamburger {
  position: absolute;
  z-index: 1000000;
}

.background1 .header .header_container {
  position: relative;
  height: 100%;
  display: flex;
  padding-left: 3.5%;
}

.background1 .header .header_container .mobile-header {
  width: 10%;
  position: relative;
  margin-top: -5px;
}

.background1 .header .header_container .mobile-header img {
  min-height: 18px;
}

.background1 .header .header_container .menu {
  width: 89%;
}

.background1 .header .header_container .menu .menu-list {
  display: flex;
  height: 100%;
  justify-content: space-around;
  padding-left: 4%;
}

.background1 .header .header_container .menu .menu-list .l1 {
  width: 13%;
  cursor: pointer;
}

.background1 .header .header_container .menu .menu-list .l2 {
  width: 16.86%;
  cursor: pointer;
}

.background1 .header .header_container .menu .menu-list .l3 {
  width: 14.4%;
  cursor: pointer;
}

.background1 .header .header_container .menu .menu-list .l4 {
  width: 7.93%;
  cursor: pointer;
  display: none;
}

.background1 .header .header_container .menu .menu-list .l5 {
  width: 7.87%;
}

.background1 .header .header_container .menu .menu-list li {
  position: relative;
  margin-right: 0%;
}

.background1 .header .header_container .menu .menu-list li:hover .pih {
  opacity: 0;
}

.background1 .header .header_container .menu .menu-list li a img {
  transition: all 0.4s ease;
  position: absolute;
}



.background1 .product {
  position: absolute;
  top: 17%;
  right: 20%;
  width: 18.59%;
  z-index: 3;
  animation: opacity_three 3s ease-out;
  animation-delay: -0.5s;
}

.background1 .title {
  position: absolute;
  top: 31%;
  left: 12.5%;
  width: 22.39%;
  z-index: 2;
  animation: opacity_three 3s ease-out;
  animation-delay: -0.3s;
}

@keyframes opacity_three {
  0% {
    z-index: -1;
    opacity: 0;
  }

  60% {
    z-index: -1;
    opacity: 0;
  }

  100% {
    z-index: 3;
    opacity: 1;
  }
}

.background1 .ba1 {
  background-image: url("../images/background1_nolight.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.background1 .animation1 {
  animation: opacity_first 3s ease-in;
}

@keyframes opacity_first {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.background1 .animation2 {
  animation: opacity_two infinite 2s alternate-reverse ease-in-out;
}

@keyframes opacity_two {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.background1 .ba2 {
  background-image: url("../images/background1_light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.background2 {
  background-image: url("../images/background2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  padding-bottom: 41.72%;
  position: relative;
  cursor: pointer;
}

.background2 .play_button {
  position: absolute;
  width: 5.36%;
  top: 35%;
  right: 33%;
  animation: opacity_shine infinite 2s alternate-reverse ease-in-out;
}

@keyframes opacity_shine {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.background3 {
  background-image: url("../images/background3.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 88.85%;
  padding-bottom: 95.97%;
  position: relative;
  margin: 0 auto;
  margin-top: -4.5%;
  z-index: 2;
}

.background3 .title {
  width: 24.56%;
  margin: 0 auto;
  padding-top: 6%;
}

.background3 .mid {
  width: 66%;
  margin: 0 auto;
  margin-top: 4%;
}

.background3 .product {
  width: 26.49%;
  position: absolute;
  top: 21%;
  left: 32%;
  z-index: 2;
}

.background3 .water {
  width: 13.36%;
  position: absolute;
  top: 36.5%;
  left: 32%;
  animation: up_wave 1.5s ease-in-out alternate infinite;
}

.background3 .tide {
  width: 9.03%;
  position: absolute;
  top: 47.5%;
  left: 63%;
  animation: up_wave 1.4s ease-in-out alternate infinite;
}

.background3 .twobuble {
  width: 25.73%;
  position: absolute;
  top: 46.8%;
  left: 37%;
  animation: up_wave 1.6s ease-in-out alternate infinite;
}

.background3 .big_buble {
  width: 27.61%;
  position: absolute;
  top: 33.8%;
  left: 44%;
  animation: up_wave 1.3s ease-in-out alternate infinite;
}

@keyframes up_wave {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: -10px;
  }
}

.background3 .article {
  width: 59.55%;
  position: absolute;
  top: 65.8%;
  left: 21%;
}

.background3 .button {
  width: 12.54%;
  position: absolute;
  top: 69.5%;
  left: 45%;
}

.background3 .button a {
  display: block;
  width: 100%;
  height: 100%;
}

.background3 .component {
  width: 73.04%;
  position: absolute;
  top: 79.8%;
  left: 16%;
}

.background3 .math {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  font-weight: 600;
  max-height: 70px;
}

.background3 .math div {
  line-height: 1.2;
}

.background3 .scroll_anchor {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 38.8%;
  left: 10%;
}

.background3 .data1 {
  width: 19.7%;
  position: absolute;
  top: 30.8%;
  left: 10%;
}

.background3 .data1 .math1 {
  font-size: calc(55px + 0.2vw);
  color: #874425;
  overflow: hidden;
}

.background3 .data1 .math1 .first {
  animation: 2s cubic-bezier(0, 0.575, 0.565, 1.05);
}

.background3 .data1 .math1 .second {
  animation: 2.2s cubic-bezier(0, 0.575, 0.565, 1.05);
}

.background3 .data1 .math1 .third {
  animation: 2.35s cubic-bezier(0, 0.575, 0.565, 1.05);
}

@keyframes up_translate {
  from {
    transform: translateY(-900%);
  }

  to {
    transform: translateY(0%);
  }
}

.background3 .data2 {
  width: 18.99%;
  position: absolute;
  top: 39.8%;
  left: 6%;
}

.background3 .data2 .math2 {
  font-size: calc(55px + 0.2vw);
  color: #874425;
  overflow: hidden;
}

.background3 .data2 .math2 .first {
  animation: 2s cubic-bezier(0, 0.575, 0.565, 1.05);
}

.background3 .data2 .math2 .second {
  animation: 2.2s cubic-bezier(0, 0.575, 0.565, 1.05);
}

.background3 .data2 .math2 .third {
  animation: 2.35s cubic-bezier(0, 0.575, 0.565, 1.05);
}

.background3 .data3 {
  width: 17.76%;
  position: absolute;
  top: 49%;
  left: 12%;
}

.background3 .data3 .math3 {
  font-size: calc(55px + 0.2vw);
  color: #874425;
  margin-right: 19%;
  overflow: hidden;
}

.background3 .inner_math {
  display: flex;
  overflow: hidden;
  max-height: 53px;
}

.background3 .data4 {
  width: 18.52%;
  position: absolute;
  top: 30.8%;
  left: 76%;
}

.background3 .data4 .math4 {
  font-size: calc(40px + 0.2vw);
  position: absolute;
  top: 38%;
  left: 15%;
}

.background3 .data4 .math4 .part {
  font-size: calc(25px + 0.2vw);
  position: absolute;
  top: 24%;
  right: -63%;
  display: flex;
  overflow: hidden;
  max-height: 37px;
}

.background3 .data5 {
  width: 20.16%;
  position: absolute;
  top: 41.8%;
  left: 76%;
}

.background3 .data5 .math5 {
  font-size: calc(40px + 0.2vw);
  position: absolute;
  top: 38%;
  left: 15%;
}

.background3 .data5 .math5 .part {
  font-size: calc(25px + 0.2vw);
  position: absolute;
  top: 24%;
  right: -63%;
  display: flex;
  overflow: hidden;
  max-height: 37px;
}

.background3 .data6 {
  width: 20.1%;
  position: absolute;
  top: 52.8%;
  left: 76%;
}

.background3 .data6 .math6 {
  font-size: calc(40px + 0.2vw);
  position: absolute;
  top: 38%;
  left: 15%;
}

.background3 .data6 .math6 .persent {
  font-size: calc(25px + 0.2vw);
  position: absolute;
  top: 24%;
  right: -37%;
}

.background4 {
  padding-top: 63.91%;
  position: relative;
  margin-top: -4.7%;
}

.background4 .ba2 {
  background-image: url("../images/background4-2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.background4 .ba1 {
  background-image: url("../images/background4-1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: opacity_change infinite 2s alternate-reverse ease-in-out;
}

@keyframes opacity_change {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.background4 .connent {
  position: absolute;
  top: 13.04%;
  right: 24.64%;
  width: 31.25%;
  height: 75.8%;
  max-height: 75.8%;
}

.background4 .connent .cn {
  width: 92.5%;
  border: 1px solid #fff;
  color: #fff;
  border-width: 1.5vw;
  display: flex;
  overflow: hidden;
  margin-top: 0;
  margin-top: 5%;
  background-image: url("../images/orange_background.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.background4 .connent .cn .left_cn {
  width: 50%;
  padding-right: 2%;
  padding-left: 2%;
  position: relative;
}

.background4 .connent .cn .left_cn .assment {
  padding-top: 30%;
}

.background4 .connent .cn .left_cn .img_mom {
  display: flex;
  padding-top: 7%;
  padding-bottom: 10%;
}

.background4 .connent .cn .left_cn .img_mom .img {
  width: 15%;
}

.background4 .connent .cn .left_cn::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
}

.background4 .connent .cn .right_cn {
  padding-right: 2%;
  padding-left: 2%;
  width: 50%;
}

.background4 .connent .cn1 {
  margin-top: 0%;
}

#background5 {
  position: relative;
  z-index: 3;
}

.background5 {
  background-image: url("../images/background5.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 47.76%;
  background-position: center;
  width: 88.75%;
  margin: 0 auto;
  position: relative;
  margin-top: -3%;
  z-index: 2;
}

.background5 .icon {
  position: absolute;
  top: 72%;
  right: 27%;
  width: 12.97%;
  cursor: pointer;
}

.background5 .scan {
  position: absolute;
  top: 43%;
  right: 21%;
  width: 72%;
  animation: scan_move 8.5s ease-in-out infinite;
}

@keyframes scan_move {
  0% {
    transform: translateY(0%);
  }

  12% {
    transform: translateY(-950%);
  }

  25% {
    transform: translateY(900%);
  }

  43% {
    transform: translateY(-950%);
  }

  71% {
    transform: translateY(900%);
  }

  89% {
    transform: translateY(-950%);
  }

  100% {
    transform: translateY(0%);
  }
}

.background5_back {
  background-image: url("../images/background5_back.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 47.76%;
  background-position: center;
  width: 88.75%;
  margin: 0 auto;
  position: relative;
  margin-top: -3%;
  z-index: 2;
  display: none;
}

.background5_back .icon {
  position: absolute;
  top: 71%;
  right: 27%;
  width: 12.97%;
  cursor: pointer;
}

.background5_back .down_move {
  position: absolute;
  top: 82%;
  right: 51%;
  width: 12%;
  animation: downmove 1s ease-in-out infinite alternate;
}

@keyframes downmove {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 15px;
  }
}

.block-one {
  background-image: url("../images/face_background.jpg");
  /* padding-top: 47.76%; */
  width: 88.75%;
  margin: 0 auto;
  margin-top: -3%;
  z-index: 2;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: none;
}

.block-one .step_two .inner {
  padding-top: 55%;
}

.block-one .step_two .bottom_info {
  margin-bottom: 120px;
}

.block-one .step_two .detection_frame {
  width: 38.75%;
  top: 0%;
  left: 50%;
  padding-top: 56%;
  position: absolute;
  background: url("../images/face_contain.png") no-repeat center center;
  background-size: 100%;
  margin-left: -26.875%;
  border: none;
}

.down_move {
  position: absolute;
  top: 83%;
  left: 27.5%;
  width: 47%;
  animation: downmove 1s ease-in-out infinite alternate;
  display: none;
}

@keyframes downmove {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 10px;
  }
}

.block-one .step_two .detection_camera {
  width: 31.78%;
  height: 65.1%;
  top: 14.7%;
  left: 26.3%;
  position: absolute;
  border: none;
  overflow: hidden;
}

.block-one .step_two.end_decetion .detection_camera:after {
  display: none;
}

.block-one .step_two .decetion_result_1 {
  position: absolute;
  width: 16.25%;
  padding-top: 50%;
  top: 9%;
  left: 0.5%;
  display: none;
}

.block-one .step_two .decetion_result_1 .skin_healthy {
  position: absolute;
  width: 100%;
  top: 3%;
  left: 0;
  color: #fff;
  background: url(../images/svp_kv_detection_skin_healthy.png) no-repeat center center;
  background-size: 100%;
  padding-top: 102%;
}

.block-one .step_two .decetion_result_1 .skin_age {
  position: absolute;
  width: 100%;
  top: 39%;
  left: 0;
  color: #000;
  background: url(../images/svp_kv_detection_skin_age.png) no-repeat center center;
  background-size: 100%;
  padding-top: 102%;
}

.block-one .step_two .decetion_result_1 .skin_healthy span,
.block-one .step_two .decetion_result_1 .skin_age span {
  display: block;
  position: absolute;
  width: 71%;
  font-size: 5em;
  text-align: center;
  top: 53%;
  left: 50%;
  margin-left: -35.2%;
}

.block-one .swiper-button-prev,
.block-one .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/svp_kv_product_prev.png);
  background-size: 100%;
}

.block-one .swiper-button-next,
.block-one .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/svp_kv_product_next.png);
  background-size: 100%;
}

.block-one .step_two .decetion_result_2 {
  position: absolute;
  width: 20.833333333%;
  padding-top: 50%;
  top: 9%;
  right: 28%;
}

.block-one .step_two .light_state,
.block-one .step_two .fronted_state,
.block-one .step_two .face_state {
  position: absolute;
  width: 10.333333333%;
  padding-top: 11%;
  left: 8%;
}

.block-one .step_two .light_state {
  top: 13%;
}

.block-one .step_two .fronted_state {
  top: 39%;
}

.block-one .step_two .face_state {
  top: 66%;
}

.block-one .step_two .light_state.ok {
  background: url(../images/advice_light_ok.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .light_state.notgood {
  background: url(../images/advice_light_no.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .light_state.good {
  background: url(../images/advice_light_nice.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .fronted_state.ok {
  background: url(../images/advice_mirrow_ok.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .fronted_state.notgood {
  background: url(../images/advice_mirrow_no.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .fronted_state.good {
  background: url(../images/advice_mirrow_nice.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .face_state.ok {
  background: url(../images/advice_position_ok.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .face_state.notgood,
.block-one .step_two .face_state.toosmall,
.block-one .step_two .face_state.outofboundary {
  background: url(../images/advice_position_no.png) center center no-repeat;
  background-size: 100%;
}

.block-one .step_two .face_state.good {
  background: url(../images/advice_position_nice.png) center center no-repeat;
  background-size: 100%;
}

/*圓形進度條 CSS*/
/*支持IE9及以上*/
.circle-bar {
  font-size: 10em;
  width: 0.5438em;
  height: 0.5438em;
  position: relative;
  color: #fff;
  background: #bfbfbf;
}

@media (max-width: 1850px) {

  .block-one .step_two .decetion_result_1 .skin_healthy span,
  .block-one .step_two .decetion_result_1 .skin_age span {
    font-size: 4em;
  }

  .circle-bar {
    font-size: 11em;
  }
}

.circle-bar-left,
.circle-bar-right {
  width: 0.5438em;
  height: 0.5438em;
}

.circle-bar-right {
  clip: rect(0, auto, auto, 0.2719em);
}

.circle-bar-left {
  clip: rect(0, 0.2719em, auto, 0);
}

.circle-bar .mask {
  width: 0.4563em;
  height: 0.4563em;
  background-color: #fff;
  text-align: center;
  line-height: 0.2em;
  background: #ececec;
}

.circle-bar .mask :first-child {
  font-size: 0.2em;
  height: 0.8em;
  line-height: 0.8em;
  display: block;
}

/*子元素水平垂直居中：同心圓*/
.circle-bar * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.circle-bar,
.circle-bar>* {
  border-radius: 50%;
}

.block-one .step_two .decetion_result_2 .skin_spot {
  position: absolute;
  right: 0;
}

.detect_score {
  position: absolute;
  width: 100%;
  top: 37%;
  right: -53%;
}

.block-one .step_two .decetion_result_2 .skin_spot {
  top: 14%;
  left: 52%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.block-one .step_two .decetion_result_2 .skin_wrinkle {
  top: 30%;
}

.block-one .step_two .decetion_result_2 .skin_texture {
  top: 55%;
}

.block-one .step_two .decetion_result_2 .skin_darkCircle {
  top: 80%;
}

.block-one .step_two .decetion_result_2.result .skin_spot .circle-bar .mask {
  background: url(../images/face_mask.png) no-repeat center center;
  background-size: 100%;
}

.block-one .step_two .decetion_result_2.result .skin_wrinkle .circle-bar .mask {
  background: url(../images/svp_kv_detection_skin_wrinkle.png) no-repeat center center;
  background-size: 100%;
}

.block-one .step_two .decetion_result_2.result .skin_texture .circle-bar .mask {
  background: url(../images/svp_kv_detection_skin_texture.png) no-repeat center center;
  background-size: 100%;
}

.block-one .step_two .decetion_result_2.result .skin_darkCircle .circle-bar .mask {
  background: url(../images/svp_kv_detection_skin_dark_circles.png) no-repeat center center;
  background-size: 100%;
}

.block-one .step_two .decetion_result_2 .restart_detection {
  position: absolute;
  width: 65.564103%;
  background: url(../images/photo_more.png) no-repeat center center;
  background-size: 100%;
  padding-top: 31%;
  top: 67%;
  border: none;
  display: none;
  right: -16%;
  cursor: pointer;
}

.test_article {
  position: absolute;
  display: inline-block;
  position: absolute;
  font-size: 1.4vw;
  top: 81%;
  left: 63%;
}

.block-one .step_two .decetion_result_2 .skin_spot:before,
.block-one .step_two .decetion_result_2 .skin_wrinkle:before,
.block-one .step_two .decetion_result_2 .skin_texture:before,
.block-one .step_two .decetion_result_2 .skin_darkCircle:before {
  content: "";
  display: block;
  position: absolute;
  top: 31%;
  padding-top: 38%;
}

.block-one .step_two .decetion_result_2 .skin_spot {
  width: 4.5em;
}

.block-one .step_two .decetion_result_2 .skin_spot:before {
  width: 181.747126437%;
  left: 3%;
  background: url(../images/score_top.png) no-repeat center center;
  background-size: 100%;
  top: -39%;
}

.block-one .step_two .decetion_result_2 .skin_wrinkle:before {
  width: 105.747126437%;
  left: -120%;
  background: url(../images/svp_kv_detection_skin_wrinkle_text.png) no-repeat center center;
  background-size: 100%;
}

.block-one .step_two .decetion_result_2 .skin_texture:before {
  width: 108.045977011%;
  left: -121%;
  background: url(../images/svp_kv_detection_skin_texture_text.png) no-repeat center center;
  background-size: 100%;
}

.block-one .step_two .decetion_result_2 .skin_darkCircle:before {
  width: 110.344827586%;
  left: -125%;
  background: url(../images/svp_kv_detection_skin_dark_circles_text.png) no-repeat center center;
  background-size: 100%;
}

.block-one .bottom_info .detection_info {
  width: 94.835%;
  top: 22%;
  left: 50%;
  padding-top: 16%;
  position: absolute;
  background: url(../images/svp_kv_analysis_2.png) no-repeat center center;
  background-size: 100%;
  margin-left: -47.4175%;
}

.block-one .bottom_info .detection_production {
  background: url(../images/svp_kv_product_bg.png) no-repeat top center;
  background-size: 100%;
  padding: 5.9% 7.5% 5% 1.6%;
  display: none;
}

.block-one .bottom_info .detection_production .p_more {
  display: block;
  position: absolute;
  width: 7.334%;
  padding-top: 24.4%;
  background: url(../images/svp_kv_product_more.png) no-repeat center center;
  background-size: 100%;
  top: 0;
  right: 0;
}

.block-one .bottom_info .detection_production .swiper-slide {
  display: flex;
  align-items: stretch;
}

.block-one .bottom_info .detection_production .swiper-slide .p_txt {
  width: 50%;
  float: left;
  padding: 7% 2% 7% 13%;
}

.block-one .bottom_info .detection_production .swiper-slide .p_txt>* {
  font-size: 1.2em;
}

.block-one .bottom_info .detection_production .swiper-slide .p_txt .p_title {
  position: relative;
  margin-bottom: 30%;
}

.block-one .bottom_info .detection_production .swiper-slide .p_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  float: left;
  padding: 3%;
}

.block-one .bottom_info .detection_production .swiper-slide .p_img img {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .block-one {
    background-image: url(../images/face_background_m.jpg);
    background-position: bottom;
    margin-top: 0%;
    width: 100%;
  }

  .down_move {
    /* top: 123%; */
    top: 122.7%;
    left: 25%;
    width: 60%;
  }

  .detect_score {
    width: 50%;
    top: 31%;
    right: 5%;
  }

  .test_article {
    font-size: 2.2vw;
    top: 91.5%;
    left: 47%;
  }

  .block-one .step_two .inner {
    padding-top: 177%;
  }

  .block-one .step_two .detection_frame {
    width: 83.03%;
    top: 14%;
    padding-top: 115.62%;
    background-image: url(../images/face_contain_m.png);
    margin: 0 auto;
    left: 7%;
  }

  .block-one .step_two .detection_camera {
    width: 70%;
    height: 56.2%;
    top: 15.9%;
    left: 12%;
    max-width: 800px;
    max-height: 800px;
  }

  .block-one .step_two .decetion_result_2 {
    width: 73%;
    padding-top: 15%;
    top: 74%;
    right: 14%;
    /* margin-right: -36.4%; */
    z-index: 99;
  }

  .block-one .step_two .decetion_result_2 .restart_detection {
    width: 37.678571%;
    background-image: url(../images/photo_more.png);
    padding-top: 22%;
    top: 114%;
    right: 17%;
  }

  .block-one .step_two .decetion_result_2 .skin_spot,
  .block-one .step_two .decetion_result_2 .skin_wrinkle,
  .block-one .step_two .decetion_result_2 .skin_texture,
  .block-one .step_two .decetion_result_2 .skin_darkCircle {
    width: 3.9em;
    top: 82%;
  }

  .block-one .step_two .decetion_result_2 .skin_spot {
    left: 5%;
  }

  .block-one .step_two .decetion_result_2 .skin_wrinkle {
    left: 30%;
  }

  .block-one .step_two .decetion_result_2 .skin_texture {
    left: 55%;
  }

  .block-one .step_two .decetion_result_2 .skin_darkCircle {
    left: 80%;
  }

  /* .block-one .step_two .decetion_result_2 .skin_spot:before, .block-one .step_two .decetion_result_2 .skin_wrinkle:before, .block-one .step_two .decetion_result_2 .skin_texture:before, .block-one .step_two .decetion_result_2 .skin_darkCircle:before {
      width: 4em;
      top: 114%;
      left: 50%;
      padding-top: 65%;
      margin-left: -2em;
  } */
  .block-one .step_two .decetion_result_2 .skin_texture:before {
    width: 6em;
    left: 50%;
    margin-left: -3em;
    background-image: url(../images/svp_kv_detection_skin_texture_text_m.png);
  }

  .block-one .step_two .decetion_result_2 .skin_darkCircle:before {
    width: 6em;
    left: 50%;
    margin-left: -3em;
    background-image: url(../images/svp_kv_detection_skin_dark_circles_text_m.png);
  }

  .block-one .bottom_info .detection_production {
    background-image: url(../images/svp_kv_product_bg_m.png);
    padding: 13% 7.5% 27% 4.6%;
    margin-top: 5%;
  }

  .block-one .bottom_info .detection_production .swiper-slide .p_txt {
    padding: 5% 2% 7% 13%;
  }

  .block-one .bottom_info .detection_production .swiper-slide .p_txt .p_title {
    margin-bottom: 40%;
  }

  .block-one .bottom_info .detection_production .swiper-slide .p_txt>* {
    font-size: 1.6em;
  }

  .block-one .bottom_info .inner {
    padding-top: 75.2%;
  }

  .circle-bar {
    font-size: 14em;
  }

  .block-one .bottom_info .detection_info {
    width: 88.152%;
    top: 20%;
    padding-top: 46.094%;
    background-image: url(../images/svp_kv_analysis_m_2.png);
    margin-left: -44.076%;
  }

  .block-one .step_two .light_state,
  .block-one .step_two .fronted_state,
  .block-one .step_two .face_state {
    width: 16%;
    padding-top: 19%;
    top: 2%;
    z-index: 999;
  }

  .block-one .step_two .light_state {
    left: 17%;
  }

  .block-one .step_two .fronted_state {
    left: 42%;
  }

  .block-one .step_two .face_state {
    left: 67%;
  }
}

@media screen and (max-width: 650px) {
  .circle-bar {
    font-size: 12em;
  }

  .block-one .step_two .decetion_result_2 .skin_spot,
  .block-one .step_two .decetion_result_2 .skin_wrinkle,
  .block-one .step_two .decetion_result_2 .skin_texture,
  .block-one .step_two .decetion_result_2 .skin_darkCircle {
    width: 3.6em;
  }

  .block-one .step_two .decetion_result_2 .skin_spot:before {
    left: 21%;
  }
}

@media screen and (max-width: 450px) {
  .circle-bar {
    font-size: 10em;
  }

  .block-one .step_two .decetion_result_2 .skin_spot,
  .block-one .step_two .decetion_result_2 .skin_wrinkle,
  .block-one .step_two .decetion_result_2 .skin_texture,
  .block-one .step_two .decetion_result_2 .skin_darkCircle {
    width: 2.6em;
  }

  .block-one .step_two .decetion_result_2 .skin_spot:before {
    top: -34%;
  }
}

@media screen and (max-width: 400px) {
  [data-radium=true] {
    position: relative;
    margin-left: -12%;
  }

  .down_move {
    top: 124%;
  }
}

@media screen and (max-width: 375px) {
  .circle-bar {
    font-size: 8em;
  }

  .block-one .step_two .decetion_result_2 .skin_spot:before {
    top: -34%;
  }

  .block-one .step_two .decetion_result_2 .skin_spot,
  .block-one .step_two .decetion_result_2 .skin_wrinkle,
  .block-one .step_two .decetion_result_2 .skin_texture,
  .block-one .step_two .decetion_result_2 .skin_darkCircle {
    width: 2.2em;
  }
}

@media screen and (max-width: 320px) {
  [data-radium=true] {
    margin-left: -19%;
  }
}

.background6 {
  background-image: url("../images/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 20%;
  /* padding-top: 65.36%; */
  background-position: bottom;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -4%;
}


.slide_group {
  background-image: url(../images/slide_group.png);
  width: 75.89%;
  padding-top: 21.3%;
  position: absolute;
  top: 3%;
  z-index: 10;
  left: 12.6%;
  background-size: cover;
  display: flex;
}

.recommend_group {
  display: flex;
  width: 83.7%;
  position: absolute;
  top: 5%;
  left: 13.7%;
  height: 0% !important;
}

.fadd1 {
  opacity: 1;
}

.slide_group .recommend {
  width: 30% !important;
  margin-right: 2.6% !important;
  display: flex;
  flex-wrap: wrap;
}

.slide_group .recommend:nth-child(3) {
  margin-right: 0%;
}

.slide_group .recommend_img {
  width: 55%;
  padding-top: 85.2%;
  background-size: contain;
  background-repeat: no-repeat;
}

.one .recommend_img {
  background-image: url(../../brightening_5/images/1.png);
}

.two .recommend_img {
  background-image: url(../../brightening_5/images/2.png);
}

.three .recommend_img {
  background-image: url(../../brightening_5/images/3.png);
}

.four .recommend_img {
  background-image: url(../../brightening_5/images/4.png);
}

.five .recommend_img {
  background-image: url(../../brightening_5/images/5.png);
}

.six .recommend_img {
  background-image: url(../../brightening_5/images/6.png);
}

.recommend_text {
  width: 45%;
}

.recommend_tilte {
  color: #F18903;
  font-weight: 600;
  margin-bottom: 3.7%;
  margin-top: 45%;
  font-size: 16px;
}



.recommend_prod {
  color: #272727;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 20%;

}

.recommend_price {
  color: #272727;
  font-size: 16px;
  font-weight: 600;
}


.recommend_btn {
  width: 30%;
  background-color: #F18903;
  text-align: center;
  display: inline-block;
  margin-left: 40.5%;
  margin-top: -8%;
  color: white;
  text-decoration: none;
}

/* .recommend a:hover {
  width: 30%;
} */


.recommend a p {
  padding: 5% 0;
  margin: 0;
  font-size: 26px;
  white-space: nowrap;
}

.background6 .swiper-button-prev2,
.background6 .swiper-button-next2 {
  display: none;
}

@media screen and (max-width:1920px) {

  .recommend_tilte,
  .recommend_price {
    font-size: 0.85vw;
    line-height: 1.275vw;
  }

  .recommend a p {
    font-size: 1.1vw;
    line-height: 1vw;
    padding: 5% 0 7%;
  }

  .recommend_prod {
    font-size: 1.4vw;
  }

}

@media screen and (max-width:980px) {
  .slide_group .recommend_img {
    width: 50%;
    padding-top: 71%;
  }

  .recommend_text {
    width: 50%;
  }

  .recommend_tilte {

    margin-bottom: 3.7%;
    margin-top: 10%;
  }

  .slide_group .recommend {
    width: 32.1%;
    margin-right: 1.5%;
  }

  .recommend_btn {
    margin-top: -3.4%;
    /* width: 40%; */
  }
}

.background6 .footer {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  /* bottom: 7%; */
  bottom: 20%;
}

.background6 .footer div {
  width: 2.5%;
  margin-left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background6 .copyright {
  margin: 0 auto;
  width: 30.26%;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

#successs {
  display: none;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  text-align: center;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.904);
  padding: 5% 0;
  overflow-y: auto;
  height: 100%;
  top: 0;
  left: 0;
}

#successs .success_img_group {
  margin: 0 auto;
  display: inline-block;
  max-width: 650px;
  padding-bottom: 3%;
  width: 90%;
  position: relative;
  margin: auto;
  z-index: 996;
  background-color: #fff;
}

#successs .success_img_group .header {
  background-image: url("../images/thanks_header.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 125.65%;
  position: relative;
}

#successs .success_img_group .header>p {
  position: absolute;
  left: 24.7%;
  top: 14%;
  color: #673B35;
  font-weight: 600;
}

@media screen and (min-width:750px) {
  #successs .success_img_group .header>p {
    font-size: 18px;
  }
}

@media screen and (max-width:749px) {
  #successs .success_img_group .header>p {
    font-size: 2.4vw;
  }
}

@media screen and (max-width:420px) {
  #successs .success_img_group .header>p {
    left: 23%;
    top: 12.7%;
  }
}

#successs .success_img_group #close {
  margin: 0 auto;
  display: inline-block;
  max-width: 70px;
  width: 26px;
  position: absolute;
  top: 0.5%;
  right: 3%;
  transform: translate(-10%, 0);
  z-index: 1;
  cursor: pointer;
}

#successs .success_img_group .title {
  margin: 0 auto;
  text-align: center;
  color: #e48e35;
  font-size: 16px;
  font-size: calc(16px + 0.2vw);
  font-weight: 600;
  padding-top: 2%;
}

#successs .success_img_group .name {
  margin: 0 auto;
  text-align: center;
  color: #e48e35;
  font-size: calc(18px + 0.4vw);
  font-weight: 600;
  padding-top: 3.5%;
}

#successs .success_img_group .shop {
  margin: 0 auto;
  text-align: center;
  color: #e48e35;
  font-size: calc(18px + 0.4vw);
  font-weight: 600;
  padding-top: 3.5%;
}

#successs .success_img_group .rule {
  padding-top: 3.5%;
  margin: 0 auto;
  text-align: start;
  color: #927b66;
  width: 50%;
}

#successs .success_img_group .ad {
  margin-top: 3%;
  border: 2px solid #e78349;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
}

#successs .success_img_group .ad .title {
  width: 60%;
  margin-top: 2%;
}

#successs .success_img_group .ad .img {
  width: 85%;
  margin: 0 auto;
  margin-top: 2%;
}

@media screen and (max-width: 1600px) {
  .background1 .tz {
    width: 18.5%;
    background-size: initial;
    background-position: initial;
  }

  .background3 .inner_math {
    max-height: 45px;
  }

  .background3 .data4 .math4 {
    font-size: calc(35px + 0.2vw);
    position: absolute;
    top: 35%;
    left: 13%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(25px + 0.2vw);
    top: 20%;
    right: -76%;
    max-height: 33px;
  }

  .background3 .data5 .math5 {
    font-size: calc(35px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 13%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(25px + 0.1vw);
    top: 20%;
    right: -76%;
    max-height: 33px;
  }

  .background3 .data6 .math6 {
    font-size: calc(35px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 13%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(25px + 0.2vw);
  }
}

@media screen and (max-width: 1450px) {
  .background1 .tz {
    right: 0px;
    width: 20%;
  }

  .background3 .math {
    max-height: 57px;
  }

  .background3 .inner_math {
    max-height: 40px;
  }

  .background3 .data1 .math1 {
    font-size: calc(45px + 0.1vw);
  }

  .background3 .data2 .math2 {
    font-size: calc(45px + 0.1vw);
  }

  .background3 .data3 .math3 {
    font-size: calc(45px + 0.1vw);
    margin-right: 19%;
  }

  .background3 .data4 .math4 {
    font-size: calc(30px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 11%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(18px + 0.1vw);
    top: 28%;
    right: -76%;
    max-height: 25px;
  }

  .background3 .data5 .math5 {
    font-size: calc(30px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 11%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(18px + 0.1vw);
    top: 28%;
    right: -76%;
    max-height: 25px;
  }

  .background3 .data6 .math6 {
    font-size: calc(30px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 11%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(18px + 0.1vw);
    top: 30%;
  }

  .background6 .form_page {
    margin-top: 2%;
    background-color: #fdf4e3;
    border-radius: 15px;
    padding: 2% 5%;
    margin: 0 auto;
    width: 52.86%;
  }

  .background6 .form_page .reservation_content .shop {
    display: flex;
  }

  .background6 .form_page .reservation_content .shop .info {
    width: 22.38%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5%;
    letter-spacing: 1px;
    font-size: calc(16px + 0.2vw);
  }

  .background6 .form_page .reservation_content .shop .info::before {
    content: "";
    display: inline-block;
    border-left: solid black;
    border-right: solid transparent;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-width: 10px;
    width: 0px;
    height: 0px;
  }

  .background6 .form_page .reservation_content .shop .form_select_style {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 2.5% 0 2.5% 4%;
    font-family: Microsoft JhengHei;
    font-size: 16px;
    color: #000;
    background-color: #f5e6c9;
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 7%;
    outline: none;
    border: none;
  }

  .background6 .form_page .reservation_content .shop #area {
    width: 30%;
    margin-right: 1.5%;
    background-position: 95%;
  }

  .background6 .form_page .reservation_content .shop #counters {
    width: calc(100% - 22.38% - 1.5% - 1.5% - 30%);
    background-position: 95%;
    background-size: 4.5%;
  }

  .background6 .form_page .reservation_content .input_content {
    display: flex;
    padding-top: 2%;
  }

  .background6 .form_page .reservation_content .input_content div {
    width: 22.38%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5%;
    letter-spacing: 1px;
    font-size: calc(16px + 0.2vw);
  }

  .background6 .form_page .reservation_content .input_content div::before {
    content: "";
    display: inline-block;
    border-left: solid black;
    border-right: solid transparent;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-width: 10px;
    width: 0px;
    height: 0px;
  }

  .background6 .form_page .reservation_content .input_content input {
    width: calc(100% - 22.38% - 1.5%);
  }

  .background6 .form_page .reservation_content .input_email div {
    letter-spacing: 5px;
  }

  .background6 .form_page .reservation_content .form_input_style {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    color: #000;
    padding: 2.5% 0 2.5% 4%;
    background-color: #f5e6c9;
    border: none;
    outline: none;
  }

  .background6 .form_page .reservation_content .agree_block {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    margin: 2.76% 0 3.94% 19%;
    position: relative;
  }

  .background6 .form_page .reservation_content .agree_block .agree {
    padding-left: 2.14%;
  }

  .background6 .form_page .reservation_content .agree_block .agree span {
    text-decoration: underline;
  }

  .background6 .form_page .reservation_content input[type=checkbox]~i {
    display: block;
    position: absolute;
    left: 0;
    width: 1.5%;
    max-width: 26px;
    min-width: 20px;
    background-color: #fff;
    border: 1px #000 solid;
    pointer-events: none;
    transform: translate(0%, 0%);
    top: 0;
  }

  .background6 .form_page .reservation_content input[type=checkbox]:checked~i {
    background: url("../images/icon-check.svg") 50% no-repeat #fff;
    background-size: 100% 100%;
  }

  .background6 .form_page .reservation_content input[type=checkbox]~i:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 100%;
  }

  .background6 .form_page .reservation_content .btn {
    margin: 0 auto;
    width: 80.55%;
    background-color: transparent;
    padding: 1% 0;
    border: none;
    text-decoration: none;
    font-family: "Microsoft JhengHei", "微軟正黑體";
    text-align: center;
    color: #000;
    font-size: calc(14px + 1.3vw);
    background-color: #eec371;
    font-weight: 600;
    margin-left: 19%;
  }
}

@media screen and (max-width: 1170px) {
  .background1 .tz {
    width: 25%;
    padding-bottom: 7.35%;
  }

  .background3 .math {
    max-height: 45px;
  }

  .background3 .inner_math {
    max-height: 31px;
  }

  .background3 .data1 .math1 {
    font-size: calc(35px + 0.1vw);
  }

  .background3 .data2 .math2 {
    font-size: calc(35px + 0.1vw);
  }

  .background3 .data3 .math3 {
    font-size: calc(35px + 0.1vw);
    margin-right: 19%;
  }

  .background3 .data4 .math4 {
    font-size: calc(25px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 11%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(15px + 0.1vw);
    top: 28%;
    right: -76%;
    max-height: 21px;
  }

  .background3 .data5 .math5 {
    font-size: calc(25px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 11%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(15px + 0.1vw);
    top: 28%;
    right: -76%;
    max-height: 21px;
  }

  .background3 .data6 .math6 {
    font-size: calc(25px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 11%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(15px + 0.1vw);
  }

  .background4 p {
    font-size: 14px;
  }

  .background4 div {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .pci {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  .mi {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .background1 {
    padding-bottom: 184.1%;
  }

  .background1 .tz {
    display: none;
  }

  .background1 .header {
    width: 100%;
    z-index: 999;
    background-color: #9f512d;
    padding-top: 4%;
    padding-bottom: 4%;
    left: 0;
  }

  .background1 .header .header_container {
    padding-left: 0;
    flex-direction: column;
  }

  .background1 .header .header_container .mobile-header {
    margin: 0 auto;
    margin-top: 0;
    width: 26%;
    margin-left: 6.5%;
  }

  .background1 .header .header_container .menu-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }

  .background1 .header .header_container .menu-container .menu-list {
    height: auto;
    padding-left: 0;
    margin-top: 0;
    flex-direction: column;
    transform: translateY(32%);
    padding: 0 7%;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .background1 .header .header_container .menu-container .menu-list .l1 {
    width: 34.34%;
  }

  .background1 .header .header_container .menu-container .menu-list .l2 {
    width: 44.27%;
  }

  .background1 .header .header_container .menu-container .menu-list .l3 {
    width: 38.41%;
  }

  .background1 .header .header_container .menu-container .menu-list .l4 {
    width: 23.05%;
  }

  .background1 .header .header_container .menu-container .menu-list .l5 {
    width: 22.79%;
  }

  .background1 .header .header_container .menu-container .menu-list li {
    margin: 0 auto;
    margin-top: 17.8%;
    width: auto;
    transition: all 0.4s ease;
    padding-top: 0;
  }

  .background1 .header .header_container .menu-container .menu-list li:hover .pih {
    opacity: 0;
  }

  .background1 .header .header_container .menu-container .menu-list li img {
    top: 0;
    transition: all 0.4s ease;
  }

  .background1 .header .header_container .menu-container .menu-list li .pic {
    position: static;
  }

  .background1 .header .header_container .menu-container .block_menu {
    display: block;
  }

  .background1 .header .header_container .clearfix {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }

  .background1 .icon {
    width: 22.3%;
  }

  .background1 .ba1 {
    background-image: url("../images/background1_nolight_m.jpg");
  }

  .background1 .ba2 {
    background-image: url("../images/background1_light_m.jpg");
  }

  .background1 .product {
    width: 39.45%;
    top: 30%;
    right: 29%;
  }

  .background1 .title {
    width: 50.13%;
    top: 14%;
    left: 25.5%;
  }

  .background2 {
    background-image: url("../images/background2_m.jpg");
    padding-bottom: 89.71%;
    position: relative;
    margin-top: -3px;
    cursor: pointer;
  }

  .background2 .play_button {
    position: absolute;
    width: 13.02%;
    top: 40%;
    right: 15%;
  }

  .background3 {
    background-image: url("../images/background3_m.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-bottom: 325.07%;
    position: relative;
    margin: 0 auto;
    margin-top: 0%;
  }

  .background3 .title {
    width: 54.56%;
  }

  .background3 .mid {
    width: 86.72%;
    margin-top: 6%;
  }

  .background3 .product {
    width: 52.6%;
    position: absolute;
    top: 12.8%;
    left: 13%;
    z-index: 2;
  }

  .background3 .water {
    width: 26.17%;
    position: absolute;
    top: 24.5%;
    left: 14%;
  }

  .background3 .tide {
    width: 17.71%;
    position: absolute;
    top: 31.5%;
    left: 74%;
  }

  .background3 .twobuble {
    width: 50.39%;
    position: absolute;
    top: 31.8%;
    left: 23%;
  }

  .background3 .big_buble {
    width: 54.04%;
    position: absolute;
    top: 21.8%;
    left: 38%;
  }

  .background3 .article {
    width: 66.41%;
    position: absolute;
    top: 62.8%;
    left: 18%;
  }

  .background3 .button {
    width: 39.74%;
    position: absolute;
    top: 67%;
    left: 31%;
  }

  .background3 .component {
    width: 77.21%;
    position: absolute;
    top: 73%;
    left: 14%;
  }

  .background3 .component .img {
    padding-bottom: 8%;
  }

  .background3 .component .imgs {
    display: flex;
    justify-content: space-between;
  }

  .background3 .component .imgs .first {
    width: 28.9%;
    margin-right: 3%;
  }

  .background3 .component .imgs .articlee {
    width: 74%;
  }

  .background3 .math {
    max-height: 56px;
  }

  .background3 .inner_math {
    max-height: 37px;
  }

  .background3 .scroll_anchor {
    top: 44.8%;
    left: 10%;
  }

  .background3 .data1 {
    width: 24.61%;
    position: absolute;
    top: 45.8%;
    left: 9%;
  }

  .background3 .data1 .math1 {
    font-size: calc(45px + 0.1vw);
  }

  .background3 .data2 {
    width: 24.61%;
    position: absolute;
    top: 45.8%;
    left: 41%;
  }

  .background3 .data2 .math2 {
    font-size: calc(45px + 0.1vw);
  }

  .background3 .data3 {
    width: 24.61%;
    position: absolute;
    top: 45.8%;
    left: 73%;
  }

  .background3 .data3 .math3 {
    font-size: calc(45px + 0.1vw);
    margin-right: 19%;
  }

  .background3 .data4 {
    width: 20.7%;
    position: absolute;
    top: 51.8%;
    left: 10%;
  }

  .background3 .data4 .math4 {
    font-size: calc(35px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(22px + 0.1vw);
    top: 30%;
    right: -76%;
    max-height: 25px;
  }

  .background3 .data5 {
    width: 20.7%;
    position: absolute;
    top: 51.8%;
    left: 41%;
  }

  .background3 .data5 .math5 {
    font-size: calc(35px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(22px + 0.1vw);
    top: 30%;
    right: -76%;
    max-height: 25px;
  }

  .background3 .data6 {
    width: 20.7%;
    position: absolute;
    top: 51.8%;
    left: 72%;
  }

  .background3 .data6 .math6 {
    font-size: calc(35px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(22px + 0.1vw);
  }

  .background4 {
    background-image: url("../images/background4_m_long.jpg");
    background-size: cover;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 25.91%;
    background-repeat: no-repeat;
    margin-top: 0%;
  }

  .background4 p {
    font-size: 16px;
  }

  .background4 div {
    font-size: 16px;
  }

  .background4 .ba2 {
    display: none;
  }

  .background4 .header_img {
    width: 52.73%;
    margin: 0 auto;
    position: relative;
  }

  .background4 .connent_m {
    padding-top: 7%;
    margin: 0 auto;
    width: 91.15%;
  }

  .background4 .connent_m .cn {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    border-width: 2.5vw;
    display: flex;
    margin-top: 0;
    margin-top: 5%;
    flex-direction: column;
    background-image: url("../images/orange_background.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .background4 .connent_m .cn .left_cn {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    position: relative;
    display: flex;
  }

  .background4 .connent_m .cn .left_cn .leaf {
    width: 50%;
  }

  .background4 .connent_m .cn .left_cn .personal {
    width: 50%;
  }

  .background4 .connent_m .cn .left_cn .assment {
    padding-top: 0%;
  }

  .background4 .connent_m .cn .left_cn .img_mom {
    display: flex;
    padding-top: 0%;
  }

  .background4 .connent_m .cn .left_cn .img_mom .img {
    width: 10%;
  }

  .background4 .connent_m .cn .left_cn::before {
    content: "";
    display: block;
    width: 95%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    height: 1px;
  }

  .background4 .connent_m .cn .right_cn {
    padding-right: 4%;
    padding-left: 4%;
  }

  .background4 .connent_m .cn1 {
    margin-top: 0%;
  }

  .background4 .swiper-button-next {
    background-image: url("../images/arrow_right.png");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    width: 6.46%;
    height: 94.36%;
    top: 7%;
    right: -0.2%;
  }

  .background4 .swiper-button-prev {
    background-image: url("../images/arrow_left.png");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    width: 6.46%;
    height: 94.36%;
    top: 7%;
    left: -0.2%;
  }



  .background5 {
    background-image: url("../images/background5_m.jpg");
    padding-top: 168.49%;
    margin-top: 0;
    width: 100%;
  }

  .background5 .icon {
    width: 40%;
    top: 88%;
    right: 40%;
  }

  .background5 .scan {
    width: 87%;
    right: 9%;
    top: 38%;
  }

  .background5_back {
    background-image: url("../images/background5_back_m.jpg");
    padding-top: 186.49%;
    margin-top: 0;
    width: 100%;
  }

  .background5_back .icon {
    width: 30%;
    top: 83.5%;
    right: 29%;
  }

  .background5_back .down_move {
    top: 94%;
    right: 18%;
    width: 68%;
  }

  .background6 {
    padding-bottom: 7%;
    margin: 0 auto;
    position: relative;
    margin-top: 0%;
  }

  .background6 .title {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 13%;
    width: 99%;
  }

  .background6 .mid {
    width: 57.03%;
    margin: 0 auto;
    margin-top: 12%;
  }

  .background6 .product_slider {
    padding-top: 5%;
    position: relative;
  }

  .background6 .product_slider .product-container {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: auto;
    padding-top: 3%;
  }

  .background6 .product_slider .product-container .product-wrapper {
    justify-content: flex-start;
    width: auto;
    margin-top: 0;
  }

  .background6 .product_slider .product-container .product-wrapper .swiper-slide {
    width: 100%;
    margin-left: 1.4%;
  }

  .background6 .swiper-pagination {
    left: 10%;
    top: 97.2%;
    width: 79%;
  }

  .background6 .swiper-pagination-bullet-active {
    background-color: #f1ab3d;
  }

  .background6 .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    outline: none;
    margin: 0 6.5%;
  }

  .background6 .product {
    width: 78.91%;
    margin: 0 auto;
    padding-top: 2%;
  }

  .background6 .form_page {
    background-color: #fdf4e3;
    border-radius: 15px;
    padding: 5.5% 7%;
    margin: 0 auto;
    width: 93.75%;
    margin-top: 9%;
  }

  .background6 .form_page .reservation_content .shop {
    display: flex;
    flex-direction: column;
  }

  .background6 .form_page .reservation_content .shop .info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1.5%;
    letter-spacing: 1px;
    font-size: calc(16px + 0.2vw);
  }

  .background6 .form_page .reservation_content .shop .info::before {
    content: "";
    display: inline-block;
    border-left: solid black;
    border-right: solid transparent;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-width: 10px;
    width: 0px;
    height: 0px;
  }

  .background6 .form_page .reservation_content .shop .form_select_style {
    background-size: 3.5%;
    outline: none;
    border: none;
    margin-top: 2%;
  }

  .background6 .form_page .reservation_content .shop #area {
    width: 100%;
    margin-right: 0%;
    background-position: 95%;
  }

  .background6 .form_page .reservation_content .shop #counters {
    width: 100%;
    background-position: 95%;
    background-size: 3.5%;
  }

  .background6 .form_page .reservation_content .input_content {
    display: flex;
    padding-top: 5%;
    flex-direction: column;
  }

  .background6 .form_page .reservation_content .input_content div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1.5%;
    letter-spacing: 1px;
    font-size: calc(16px + 0.2vw);
  }

  .background6 .form_page .reservation_content .input_content div::before {
    content: "";
    display: inline-block;
    border-left: solid black;
    border-right: solid transparent;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-width: 10px;
    width: 0px;
    height: 0px;
  }

  .background6 .form_page .reservation_content .input_content input {
    width: 100%;
    margin-top: 2%;
  }

  .background6 .form_page .reservation_content .input_email div {
    letter-spacing: 7px;
  }

  .background6 .form_page .reservation_content .form_input_style {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    color: #000;
    padding: 2.5% 0 2.5% 4%;
    background-color: #f5e6c9;
    border: none;
    outline: none;
  }

  .background6 .form_page .reservation_content .agree_block {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    margin: 7.76% 0 7.94% 0%;
    position: relative;
  }

  .background6 .form_page .reservation_content .agree_block .square {
    display: flex;
  }

  .background6 .form_page .reservation_content .agree_block .square .article {
    margin-left: 2%;
    width: 95%;
  }

  .background6 .form_page .reservation_content .agree_block .square .article .agree span {
    text-decoration: underline;
    cursor: pointer;
  }

  .background6 .form_page .reservation_content .btn {
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    padding: 1% 0;
    border: none;
    text-decoration: none;
    font-family: "Microsoft JhengHei", "微軟正黑體";
    text-align: center;
    color: #000;
    font-size: calc(14px + 1.3vw);
    background-color: #eec371;
    font-weight: 600;
    margin-left: 0%;
    cursor: pointer;
  }

  .background6 .notice {
    width: 80.86%;
    margin: 0 auto;
    margin-top: 1%;
  }

  .background6 .notice img {
    transform-origin: center center;
  }

  .background6 .footer {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 80%;
    margin-top: 7%;
  }

  .background6 .footer div {
    width: 14.33%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .background6 .copyright {
    margin: 0 auto;
    width: 88.15%;
    margin-top: 0%;
    padding-top: 6%;
  }

  .hamburger {
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
  }

  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -10px;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }

  .hamburger--3dy .hamburger-box {
    perspective: 80px;
  }

  .hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .hamburger--3dy .hamburger-inner::before,
  .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
  }

  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }

  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}

@media screen and (max-width: 500px) {
  .background3 .math {
    max-height: 44px;
  }

  .background3 .inner_math {
    max-height: 30px;
  }

  .background3 .data1 .math1 {
    font-size: calc(35px + 0.1vw);
  }

  .background3 .data2 .math2 {
    font-size: calc(35px + 0.1vw);
  }

  .background3 .data3 .math3 {
    font-size: calc(35px + 0.1vw);
  }

  .background3 .data4 .math4 {
    font-size: calc(25px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(16px + 0.1vw);
    top: 28%;
    right: -76%;
    max-height: 21px;
  }

  .background3 .data5 .math5 {
    font-size: calc(25px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(16px + 0.1vw);
    top: 28%;
    right: -76%;
    max-height: 21px;
  }

  .background3 .data6 .math6 {
    font-size: calc(25px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(16px + 0.1vw);
  }
}

@media screen and (max-width: 450px) {
  .background1 .header {
    width: 100%;
    z-index: 10000;
    background-color: #9f512d;
  }

  .background1 .header .header_container {
    padding-left: 0;
    flex-direction: column;
  }

  .background1 .header .header_container .menu-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
  }

  .background1 .header .header_container .menu-container .menu-list {
    height: auto;
    padding-left: 0;
    margin-top: 0;
    flex-direction: column;
    transform: translateY(40%);
    padding: 0 7%;
  }

  .background1 .header .header_container .menu-container .menu-list li {
    width: auto;
    padding-top: 0;
  }

  .background1 .header .header_container .menu-container .menu-list li img {
    top: 0;
  }

  .background1 .header .header_container .menu-container .menu-list li .pic {
    position: static;
  }

  .background3 .math {
    max-height: 30px;
  }

  .background3 .inner_math {
    max-height: 22px;
  }

  .background3 .data1 .math1 {
    font-size: calc(23px + 0.1vw);
  }

  .background3 .data2 .math2 {
    font-size: calc(23px + 0.1vw);
  }

  .background3 .data3 .math3 {
    font-size: calc(23px + 0.1vw);
  }

  .background3 .data4 .math4 {
    font-size: calc(18px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 26%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(14px + 0.1vw);
    top: 21%;
    right: -78%;
    max-height: 19px;
  }

  .background3 .data5 .math5 {
    font-size: calc(18px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 26%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(14px + 0.1vw);
    top: 21%;
    right: -78%;
    max-height: 19px;
  }

  .background3 .data6 .math6 {
    font-size: calc(18px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 26%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(14px + 0.1vw);
    right: -42%;
    top: 20%;
  }

  .background4 .ba2 {
    background-size: cover;
  }

  .background6 .form_page .reservation_content .shop .form_select_style {
    margin-top: 7%;
  }

  .background6 .form_page .reservation_content .input_content input {
    margin-top: 7%;
  }

  .background6 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 650px) {
  .background3 {
    background-image: url("../images/background3_m.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-bottom: 325.07%;
    position: relative;
    margin: 0 auto;
    margin-top: 0%;
  }

  .background3 .title {
    width: 54.56%;
  }

  .background3 .mid {
    width: 86.72%;
    margin-top: 6%;
  }

  .background3 .product {
    width: 52.6%;
    position: absolute;
    top: 12.8%;
    left: 13%;
    z-index: 2;
  }

  .background3 .water {
    width: 26.17%;
    position: absolute;
    top: 24.5%;
    left: 14%;
    animation: up_wave 1.5s ease-in-out alternate infinite;
  }

  .background3 .tide {
    width: 17.71%;
    position: absolute;
    top: 31.5%;
    left: 74%;
    animation: up_wave 1.4s ease-in-out alternate infinite;
  }

  .background3 .twobuble {
    width: 50.39%;
    position: absolute;
    top: 31.8%;
    left: 23%;
    animation: up_wave 1.6s ease-in-out alternate infinite;
  }

  .background3 .big_buble {
    width: 54.04%;
    position: absolute;
    top: 21.8%;
    left: 38%;
    animation: up_wave 1.3s ease-in-out alternate infinite;
  }

  .background3 .article {
    width: 66.41%;
    position: absolute;
    top: 62.8%;
    left: 18%;
  }

  .background3 .button {
    width: 39.74%;
    position: absolute;
    top: 67%;
    left: 31%;
  }

  .background3 .component .imgs {
    display: flex;
    justify-content: space-between;
  }

  .background3 .component .imgs .first {
    width: 28.9%;
    margin-right: 3%;
  }

  .background3 .component .imgs .secondd {
    width: 25%;
  }

  .background3 .component .imgs .articlee {
    width: 74%;
  }
}

@media screen and (max-width: 500px) {
  .background3 {
    background-image: url("../images/background3_m.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-bottom: 325.07%;
    position: relative;
    margin: 0 auto;
    margin-top: 0%;
  }

  .background3 .title {
    width: 54.56%;
  }

  .background3 .mid {
    width: 86.72%;
    margin-top: 6%;
  }

  .background3 .product {
    width: 52.6%;
    position: absolute;
    top: 12.8%;
    left: 13%;
    z-index: 2;
  }

  .background3 .water {
    width: 26.17%;
    position: absolute;
    top: 24.5%;
    left: 14%;
    animation: up_wave 1.5s ease-in-out alternate infinite;
  }

  .background3 .tide {
    width: 17.71%;
    position: absolute;
    top: 31.5%;
    left: 74%;
    animation: up_wave 1.4s ease-in-out alternate infinite;
  }

  .background3 .twobuble {
    width: 50.39%;
    position: absolute;
    top: 31.8%;
    left: 23%;
    animation: up_wave 1.6s ease-in-out alternate infinite;
  }

  .background3 .big_buble {
    width: 54.04%;
    position: absolute;
    top: 21.8%;
    left: 38%;
    animation: up_wave 1.3s ease-in-out alternate infinite;
  }

  .background3 .article {
    width: 66.41%;
    position: absolute;
    top: 62.8%;
    left: 18%;
  }

  .background3 .button {
    width: 39.74%;
    position: absolute;
    top: 67%;
    left: 31%;
  }

  .background3 .component .imgs {
    display: flex;
    justify-content: space-between;
  }

  .background3 .component .imgs .first {
    width: 28.9%;
    margin-right: 3%;
  }

  .background3 .component .imgs .secondd {
    width: 20%;
  }

  .background3 .component .imgs .articlee {
    width: 76%;
  }
}

@media screen and (max-width: 500px) {
  .container .success_img_group .rule {
    padding-top: 3.5%;
    margin: 0 auto;
    text-align: start;
    color: #927b66;
    width: 70%;
  }
}

@media screen and (max-width: 450px) {
  .background3 {
    background-image: url("../images/background3_m.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-bottom: 325.07%;
    position: relative;
    margin: 0 auto;
    margin-top: 0%;
  }

  .background3 .title {
    width: 54.56%;
  }

  .background3 .mid {
    width: 86.72%;
    margin-top: 6%;
  }

  .background3 .product {
    width: 52.6%;
    position: absolute;
    top: 12.8%;
    left: 13%;
    z-index: 2;
  }

  .background3 .water {
    width: 26.17%;
    position: absolute;
    top: 24.5%;
    left: 14%;
    animation: up_wave 1.5s ease-in-out alternate infinite;
  }

  .background3 .tide {
    width: 17.71%;
    position: absolute;
    top: 31.5%;
    left: 74%;
    animation: up_wave 1.4s ease-in-out alternate infinite;
  }

  .background3 .twobuble {
    width: 50.39%;
    position: absolute;
    top: 31.8%;
    left: 23%;
    animation: up_wave 1.6s ease-in-out alternate infinite;
  }

  .background3 .big_buble {
    width: 54.04%;
    position: absolute;
    top: 21.8%;
    left: 38%;
    animation: up_wave 1.3s ease-in-out alternate infinite;
  }

  .background3 .article {
    width: 66.41%;
    position: absolute;
    top: 62.8%;
    left: 18%;
  }

  .background3 .button {
    width: 39.74%;
    position: absolute;
    top: 67%;
    left: 31%;
  }

  .background3 .component .imgs {
    display: flex;
    justify-content: space-between;
  }

  .background3 .component .imgs .first {
    width: 28.9%;
    margin-right: 3%;
  }

  .background3 .component .imgs .secondd {
    width: 18%;
  }

  .background3 .component .imgs .articlee {
    width: 78%;
  }
}

@media screen and (max-width: 400px) {
  /* #successs .success_img_group .header {
    background-image: url("../images/thanks_page.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 125.65%;
  } */

  #successs .success_img_group #close {
    width: 18px;
  }

  #successs .success_img_group .title {
    margin: 0 auto;
    text-align: center;
    color: #e48e35;
    font-size: 14px;
    font-size: calc(16px + 0.2vw);
    font-weight: 600;
    padding-top: 2%;
  }

  #successs .success_img_group .rule {
    padding-top: 3.5%;
    margin: 0 auto;
    text-align: start;
    color: #927b66;
    width: 85%;
  }

  #successs .success_img_group .ad {
    margin-top: 3%;
    border: 2px solid #e78349;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
  }

  #successs .success_img_group .ad .title {
    width: 60%;
    margin-top: 2%;
  }

  #successs .success_img_group .ad .img {
    width: 85%;
    margin: 0 auto;
    margin-top: 2%;
  }

  .background3 .component .imgs .first {
    width: 53.9%;
  }
}

@media screen and (max-width: 420px) {
  .background3 .component .imgs .first {
    width: 61.9%;
  }

  .background3 {
    background-image: url("../images/background3_m.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-bottom: 325.07%;
    position: relative;
    margin: 0 auto;
    margin-top: 0%;
  }

  .background3 .title {
    width: 54.56%;
  }

  .background3 .mid {
    width: 86.72%;
    margin-top: 6%;
  }

  .background3 .product {
    width: 52.6%;
    position: absolute;
    top: 12.8%;
    left: 13%;
    z-index: 2;
  }

  .background3 .water {
    width: 26.17%;
    position: absolute;
    top: 24.5%;
    left: 14%;
    animation: up_wave 1.5s ease-in-out alternate infinite;
  }

  .background3 .tide {
    width: 17.71%;
    position: absolute;
    top: 31.5%;
    left: 74%;
    animation: up_wave 1.4s ease-in-out alternate infinite;
  }

  .background3 .twobuble {
    width: 50.39%;
    position: absolute;
    top: 31.8%;
    left: 23%;
    animation: up_wave 1.6s ease-in-out alternate infinite;
  }

  .background3 .big_buble {
    width: 54.04%;
    position: absolute;
    top: 21.8%;
    left: 38%;
    animation: up_wave 1.3s ease-in-out alternate infinite;
  }

  .background3 .article {
    width: 66.41%;
    position: absolute;
    top: 62.8%;
    left: 18%;
  }

  .background3 .button {
    width: 39.74%;
    position: absolute;
    top: 67%;
    left: 31%;
  }

  .background3 .component .imgs {
    display: flex;
    justify-content: space-between;
  }

  .background3 .component .imgs .first {
    width: 28.9%;
    margin-right: 3%;
  }

  .background3 .component .imgs .secondd {
    width: 15%;
  }

  .background3 .component .imgs .articlee {
    width: 81%;
  }

  .background4 p {
    font-size: 14px;
  }

  .background4 .connent_m .cn .left_cn .personal {
    width: 40%;
  }

  .background4 .connent_m .cn .left_cn .leaf {
    width: 60%;
  }

  .background4 .connent_m .cn .left_cn .img_mom .img {
    width: 14%;
  }
}

@media screen and (max-width: 400px) {
  .background3 .data4 .math4 {
    font-size: calc(17px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 24%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(13px + 0.1vw);
    top: 18%;
    right: -81%;
    max-height: 17px;
  }

  .background3 .data5 .math5 {
    font-size: calc(17px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 24%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(13px + 0.1vw);
    top: 18%;
    right: -81%;
    max-height: 17px;
  }

  .background3 .data6 .math6 {
    font-size: calc(17px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 24%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(13px + 0.1vw);
    right: -42%;
    top: 20%;
  }
}

@media screen and (max-width: 350px) {
  .background3 .data4 .math4 {
    font-size: calc(17px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data4 .math4 .part {
    font-size: calc(13px + 0.1vw);
    top: 18%;
    right: -77%;
    max-height: 17px;
  }

  .background3 .data5 .math5 {
    font-size: calc(17px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data5 .math5 .part {
    font-size: calc(13px + 0.1vw);
    top: 18%;
    right: -77%;
    max-height: 17px;
  }

  .background3 .data6 .math6 {
    font-size: calc(17px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }

  .background3 .data6 .math6 .persent {
    font-size: calc(13px + 0.1vw);
    right: -42%;
    top: 20%;
  }
}

/* ================================================================================ */
/* ================================================================================ */
/* ================================================================================ */
/* 五月份活動 */
.background5 {
  /* display: none; */
}

.block-one {
  /* display: block; */
}

/* 開始檢測 */
.step_two {
  display: none;
}

/* 先選肌膚 */
.select_skin {
  box-shadow: 0 0 12px rgba(209, 209, 209, 0.795);
  text-align: center;
  background-color: #ffffff;
  width: 69.47%;
  margin: auto;
  margin-top: 4.9%;
  padding-top: 2.98%;
  /* display: none; */
}

.select_skin .title {
  font-size: 32px;
  font-size: 1.67vw;
  font-weight: 600;
  color: #6e6e6e;
  margin-bottom: 2.57%;
}

.select_skin .flex_container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3.95%;
  margin-bottom: 5.84%;
}

.select_skin .flex_item {
  width: 34.87%;
  background-color: #EFF0EF;
  border-radius: 15px;
  margin-bottom: 2.06%;
}

.select_skin .flex_item:nth-child(odd) {
  margin-left: 14.1%;
}

.select_skin .flex_item:nth-child(even) {
  margin-left: 2.23%;
}

/* 肌膚類型 */
.select_skin .type {
  color: #7c7976;
  font-size: 71px;
  font-weight: 600;
  padding-top: 13.5%;
  padding-bottom: 2px;
}

/* 肌膚類型的文宣 */
.select_skin .content {
  font-size: 20px;
  color: #7c7976;
  font-weight: 600;
  margin-bottom: 11.04%;
}


/* hover後的效果 */
.select_skin .flex_item:hover {
  background-color: #bebebe;
  cursor: pointer;
  box-shadow: 1px 1px 6px 4px rgba(165, 165, 165, 0.8) inset;
}

.select_skin .flex_item:hover .type,
.select_skin .flex_item:hover .content {
  color: #ffff;
}

/* 檢測後的優惠代碼 */
.discount {
  background-image: url(../../brightening_5/images/discount_bg.png);
  width: 72.86%;
  padding-bottom: 23.7%;
  background-size: cover;
  background-position: center;
  margin-left: 13.57%;
  position: absolute;
  top: 45%;
  /* display: none; */
}

.discount_img {
  background-image: url(../../brightening_5/images/discount_product.png);
  width: 35.53%;
  padding-bottom: 24.8%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 12.1%;
  top: -10%;
}

.small_title {
  background-image: url(../../brightening_5/images/small_title.png);
  width: 14.72%;
  padding-bottom: 3.93%;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 5.1%;
  top: -3.2%;

}

.discount_text {
  position: absolute;
  right: 13%;
  top: 59%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
}

.discount_text .text {
  font-size: 28px;
  color: #1f1f1f;
  white-space: nowrap;
  letter-spacing: 0.12vw;
  width: 100%;
  text-align: center;

  display: flex;
  align-items: center;
  /* justify-items: center; */
  justify-content: center;
}

.coupen {
  color: #F18A08;
  border: 2px solid #F18A08;
  font-size: 33px;
  background-color: white;
  border-radius: 8px;
  /* padding: 0% 2%; */
  margin: 0 2%;
}

.enjoy {
  display: flex;
  align-items: center;
}

.fifty {
  background-color: #F18A08;
  padding: 14%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}


.fifty::after {
  content: "";
  background-image: url("../images/transparent.png");
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
  opacity: 1;
  /**光标的宽度，可根据实际调整**/
  /* background-image: linear-gradient(to bottom, rgba(241, 138, 8, 0), rgba(255, 253, 218, 0.75), rgba(241, 138, 8, 0)); */
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -webkit-animation: searchLights 2.4s ease 1s infinite;
  -o-animation: searchLights 2.4s ease 1s infinite;
  animation: searchLights 2.4s ease 1s infinite;

}

@keyframes searchLights {
  0% {
    left: -300%;
    /* top: -300px; */
  }

  100% {
    left: 0%;
    /* top: 800px; */
  }
}

.posi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1%;
}

.skew {
  color: white;
  font-weight: 600;
  /* position: absolute;
  top: 18%;
  left: 6%; */
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);

}

/* 兩個橘色按鈕 */
.discount_btn,
.discount_btn1 {
  width: 30%;
  background-color: #F18A08;
  text-align: center;
  margin: 2% 2% 0.5%;
  padding: 0.5% 5%;
  font-size: 26px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.discount_btn a {
  color: white;
  text-decoration: none;
}

.discount_btn::after {
  content: "";
  background-image: url(../images/hand.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 59.1%;
  width: 9.5%;
  padding-top: 11.8%;
  opacity: 1;
  pointer-events: none;
  animation: oo 1s infinite;
}

@keyframes oo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.time {
  font-size: 17px;
  color: #3f3f3f;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:1920px) {
  .select_skin .type {
    font-size: 3.7vw;
  }

  .select_skin .content {
    font-size: 1.2vw;
  }

  .coupen {
    font-size: 1.72vw;
  }

  .discount_text .text {
    font-size: 1.46vw;
  }

  .discount_btn,
  .discount_btn1 {
    font-size: 1.35vw;
  }

  .time {
    font-size: 0.89vw;
  }
}

@media screen and (max-width:768px) {
  .select_skin {
    width: 100%;
    padding-top: 11.6%;
    margin-top: 0%;
    margin-bottom: 0%;

  }

  #background5 {
    cursor: progress;
    /* opacity: 0.5; */
  }

  .select_skin .flex_container {
    justify-content: center;
    padding-bottom: 5.85%;
    margin-bottom: 0%;
  }

  .select_skin .title {
    font-size: 5.2vw;
  }

  .select_skin .type {
    font-size: 10.15vw;
    margin-bottom: 1%;
  }

  .select_skin .content {
    font-size: 3.26vw;
    margin-bottom: 9.34%;
  }

  .select_skin .flex_item {
    width: 59.38%;
    margin-bottom: 3.36%;
  }

  .select_skin .flex_item:nth-child(odd) {
    margin-left: 0%;
  }

  .select_skin .flex_item:nth-child(even) {
    margin-left: 0%;
  }


  /* 推薦商品 */
  .slide_group {
    background-image: url(../images/slide_group_mo.png);
    width: 100%;
    left: 0%;
    padding-top: 111.72%;
    top: 1%;
    position: relative;
  }

  .slide_group .recommend {
    width: 80% !important;
    margin-right: 20% !important;
  }

  .recommend_group {

    width: 100%;
    position: absolute;
    top: 30%;
    left: 10.6%;
    height: 0% !important;
  }


  /* 左側圖片 */
  .slide_group .recommend_img {
    width: 55%;
    padding-top: 74.86%;
  }

  .one .recommend_img {
    background-image: url(../../brightening_5/images/1_s.png);
  }

  .two .recommend_img {
    background-image: url(../../brightening_5/images/2_s.png);
  }

  .three .recommend_img {
    background-image: url(../../brightening_5/images/3_s.png);
  }

  .four .recommend_img {
    background-image: url(../../brightening_5/images/4_s.png);
  }

  .five .recommend_img {
    background-image: url(../../brightening_5/images/5_s2.png);
  }

  .six .recommend_img {
    background-image: url(../../brightening_5/images/6_s.png);
  }

  /* 右側文字 */
  .recommend_text {
    width: 45%;
  }

  .recommend_tilte {
    margin-bottom: 5.1%;
    margin-top: 37.6%;
    font-size: 3.1vw;

  }

  .recommend_prod {
    font-size: 4.4vw;
    margin-bottom: 37%;
  }

  .recommend_price {
    font-size: 3.1vw;
    font-weight: 600;
  }

  /* 了解更多的btn */
  .recommend_btn {
    margin-top: 0%;
    width: 70%;
    margin-left: 15%;
  }

  .recommend a p {
    padding: 7%;
    font-size: 3vw;
    font-size: 4vw;
    letter-spacing: 1vw;
  }

  /* .background6 .swiper-button-prev,
  .background6 .swiper-button-next {
    display: block;
  } */

  .swiper-button-prev2 {
    background-image: url(../../brightening_5/images/left_btn.png);
    left: 10px;
    right: auto;
    width: 7.17%;
    height: 13.6%;
    background-size: cover;
    display: block !important;
    position: absolute;
    top: 60%;
    z-index: 6;
    cursor: pointer;
  }

  .swiper-button-next2 {
    background-image: url(../../brightening_5/images/right_btn.png);
    right: 10px;
    width: 7.67%;
    height: 13.6%;
    background-size: cover;
    display: block !important;
    position: absolute;
    top: 60%;
    z-index: 6;
    cursor: pointer;
  }

  /* 優惠碼 */

  .background6 {
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: inherit;
    padding-top: 339.84%;
    padding-top: 40%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -4%;
    padding-bottom: 0%;
  }

  .slide_group {

    position: absolute;
  }

  .discount {
    /* margin-top: 62.92%; */
    background-image: url(../../brightening_5/images/discount_bg_mo.png);
    width: 100%;
    padding-bottom: 228.39%;
    background-size: cover;
    background-position: center;
    margin-left: 0%;
    position: relative;
  }

  .discount {
    /* margin-op: 62.92%; */
    background-image: url(../../brightening_5/images/discount_bg_mo.png);
    width: 100%;
    padding-bottom: 228.39%;
    background-size: cover;
    background-position: center;
    margin-left: 0%;
    position: absolute;
    top: 32.91%;
  }

  /* 因為手機板fadein順序，把.small_title內容放product */
  .small_title {
    background-image: url(../../brightening_5/images/discount_product_mo.png);
    width: 88.28%;
    padding-bottom: 153%;
    background-size: cover;
    position: absolute;
    left: 5%;
    top: 17.8%;
    background-position: center center;
  }

  /* 因為手機板fadein順序，把.discount_img內容放title */
  .discount_img {
    background-image: url(../../brightening_5/images/discount_title_mo.png);
    width: 86.2%;
    padding-bottom: 25.26%;
    background-size: cover;
    position: absolute;
    left: 6.9%;
    top: 7%;
    background-position: center center;
  }

  /* 領優惠券文字部分 */

  .discount_text {
    width: 60%;

    top: 49%;
    left: 20%;
  }

  .discount_text .text {
    font-size: 5.47vw;
    color: rgb(31, 31, 31);
    white-space: wrap;
    letter-spacing: 0.12vw;
    width: 150%;
    text-align: center;
    margin-bottom: 7%;
    flex-direction: column;


  }

  .enjoy {
    margin-bottom: 5%;
    width: 100%;
  }

  .coupen {
    color: #F18A08;
    border: 2px solid #F18A08;
    font-size: 6.38vw;
    background-color: white;
    border-radius: 15px;
    padding: 1% 2%;
    margin: 4% 8%;
    width: 84%;
  }

  .discount_btn,
  .discount_btn1 {
    font-size: 4.95vw;
    width: 84%;
    margin: 2% 8% 7%;
    padding: 1% 0;
  }

  .discount_btn1::after {
    font-size: 3.25vw;
    bottom: -75%;
  }


  .background6 .footer {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0% auto 0px;
    position: absolute;
    bottom: 4%;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
  }

  .background6 .copyright {
    width: 88.15%;
    padding-top: 6%;
    margin: 0% auto 0px;
    position: absolute;
    bottom: 1%;
    /* bottom:-180%;
    bottom: -11%; */
    left: 50%;
    transform: translateX(-50%);
  }

  .discount_text .text span .fifty {
    display: inline-block;
    padding: 12%;
  }

  .time {
    font-size: 3.26vw;
    width: 160%;

  }

  .skew {
    margin: 0 2%;
  }
}

@media screen and (max-width:768px) {
  .discount_text {
    top: 50.2%;
  }
}



/*# sourceMappingURL=default.css.map */