@charset "UTF-8";
/*default setting start*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body,
html {
  margin: 0px;
  padding: 0px;
}

.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%;
  height: 100%;
  display: block;
}

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=orign-fade] {
  opacity: 0;
}

[data-aos=orign-fade].aos-animate {
  opacity: 1;
}

.fit, .play_video {
  height: 100% !important;
  width: 100% !important;
}

.has-objectfit {
  overflow: hidden;
}

.play_video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.delay-show {
  opacity: 0;
  transition: opacity 0.4s;
}

.background1 {
  position: relative;
  width: 100%;
  padding-bottom: 50.26%;
}
.background1 .tz {
  background-image: url(../images/top_select.png);
  width: 8%;
  position: absolute;
  background-size: 100%;
  /* background-position: 10% 0%; */
  right: 14%;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  padding-bottom: 7.02%;
  margin-top: -1.4%;
}
.background1 .header {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 99;
  padding-bottom: 1.4%;
  padding-top: 1.4%;
}
.background1 .header .hamburger {
  position: absolute;
  z-index: 1000000;
}
.background1 .header .header_container {
  position: relative;
  height: 100%;
  display: flex;
  padding-left: 7.2%;
  align-items: center;
}
.background1 .header .header_container .mobile-header {
  width: 10.5%;
  position: relative;
}
.background1 .header .header_container .mobile-header img {
  min-height: 18px;
}
.background1 .header .header_container .menu {
  width: 100%;
}
.background1 .header .header_container .menu .menu-list {
  display: flex;
  height: 100%;
  /* justify-content: space-around; */
  padding-left: 37.3%;
  align-items: center;
}
.background1 .header .header_container .menu .menu-list .l1 {
  width: 14.1%;
  /* margin-right: 10px; */
  cursor: pointer;
}
.background1 .header .header_container .menu .menu-list .l2 {
  width: 15.9%;
  cursor: pointer;
  margin-right: 4.3%;
  top: -1px;
}
.background1 .header .header_container .menu .menu-list .l3 {
  width: 17%;
  cursor: pointer;
  margin-right: 4.3%;
}
.background1 .header .header_container .menu .menu-list .l4 {
  width: 9.64%;
  cursor: pointer;
  margin-right: 4.3%;
}
.background1 .header .header_container .menu .menu-list .l5 {
  width: 13.4%;
  top: -3px;
  margin-right: auto;
}
.background1 .header .header_container .menu .menu-list li {
  position: relative;
  margin-right: 5.2%;
}
.background1 .icon_right {
  position: fixed;
  right: 4.69%;
  bottom: 3%;
  width: 19.47%;
  display: inline-block;
  z-index: 7;
}
.background1 .icon_right .container {
  position: absolute;
  width: 72%;
  bottom: 0;
  left: 21%;
  height: 57%;
  cursor: pointer;
}
.background1 .icon_right .icon_text {
  position: absolute;
  right: 24%;
  bottom: 9%;
  width: 36.4%;
  animation: opacity_text infinite 1s alternate-reverse ease-in-out;
}
@keyframes opacity_text {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.background1 .background1_1 {
  background-image: url("../images/background1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 91%;
  position: absolute;
  top: 9%;
}
.background1 .background1_1 .icon {
  position: absolute;
  top: 61%;
  left: 58.75%;
  width: 12.55%;
  cursor: pointer;
  overflow: hidden;
}
.background1 .background1_1 .icon::after {
  content: "";
  background: url("../images/shine_light.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 120%;
  height: 100%;
  display: block;
  top: 0%;
  pointer-events: none;
  transform: translateX(-100%);
  animation: kol-shine ease infinite;
  animation-duration: 4s;
}
@keyframes kol-shine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(50%);
  }
}
.background1 .anchor {
  width: 1px;
  height: 2px;
  position: absolute;
  top: 29%;
  left: 50%;
}
.background1 .title {
  position: absolute;
  top: 29%;
  width: 23.18%;
  left: 58.75%;
}
.background1 .line {
  position: absolute;
  top: 8%;
  width: 24.27%;
  left: 24.75%;
  animation: opacity_show 3s alternate-reverse ease-out infinite;
}
.background1 .circle {
  position: absolute;
  top: 7.3%;
  width: 24.9%;
  left: 24.3%;
  animation: opacity_show 3s alternate-reverse ease-out infinite;
  animation-delay: 1.4s;
}
@keyframes opacity_show {
  0% {
    z-index: -1;
    opacity: 0;
  }
  100% {
    z-index: 3;
    opacity: 1;
  }
}
.background1 .re_bak {
  position: absolute;
  width: 73.13%;
  left: 13.54%;
  background: url("../images/recommend_product_2.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 30.06%;
  bottom: 1%;
  z-index: 6;
}
.background1 .re_bak .reconnend-container {
  top: 12.5%;
  width: 95%;
  height: 72%;
}
.background1 .re_bak .reconnend-container .swiper-wrapper {
  transition: all ease-out 0.4s !important;
}
.background1 .re_bak .reconnend-container .product-slide {
  position: relative;
}
.background1 .re_bak .reconnend-container .product-slide .buy_button {
  position: absolute;
  width: 27%;
  top: 75%;
  left: 10%;
  z-index: 1;
}
.background1 .re_bak .reconnend-container .product-slide .product {
  position: absolute;
  width: 90%;
  top: 9%;
  left: 7%;
}
.background1 .re_bak .reconnend-container .product-slide h2 {
  position: absolute;
  width: 67%;
  top: 18%;
  left: 10%;
  font-size: 1.35vw;
  color: #272727;
}
.background1 .re_bak .reconnend-container .product-slide h2 div:nth-child(2) {
  position: relative;
}
.background1 .re_bak .reconnend-container .product-slide h2 div:nth-child(2)::after {
  content: "";
  display: block;
  width: 19%;
  height: 1px;
  position: absolute;
  bottom: -12%;
  background: #000;
  left: 0;
}
.background1 .re_bak .reconnend-container .product-slide p {
  position: absolute;
  width: 67%;
  top: 51%;
  left: 10%;
  font-size: 1.1vw;
  margin: 0;
}
.background1 .re_bak .next_product {
  right: -3%;
  background-image: url(../images/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  width: 3.1%;
  height: 15.36%;
  top: 50%;
}
.background1 .re_bak .prev_product {
  left: -3%;
  background-image: url(../images/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  outline: none;
  width: 3.1%;
  height: 15.36%;
  top: 50%;
}

#background2 {
  background-image: url("../images/video_background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  padding-bottom: 44.06%;
  position: relative;
}
#background2 .title {
  position: absolute;
  top: 13%;
  width: 26.3%;
  left: 15.2%;
}
#background2 .subtitle {
  position: absolute;
  top: 32%;
  width: 23.44%;
  left: 16.75%;
}
#background2 .video_part {
  background-image: url(../images/video.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 22.19%;
  height: 30.5%;
  position: absolute;
  top: 56%;
  left: 17.5%;
  cursor: pointer;
}
#background2 .video_part .play_button {
  position: absolute;
  width: 15.36%;
  top: 36%;
  right: 40%;
  animation: scale_large infinite 2s alternate-reverse ease-in-out;
}
@keyframes scale_large {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}

.block-one {
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  background-size: 100%;
  position: absolute;
  height: 89%;
  display: none;
}

.choise {
  position: absolute;
  background-image: url(../images/face_background.jpg);
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 2;
  height: 100%;
  background-size: cover;
  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: 8%;
  padding-top: 56%;
  position: absolute;
  background: url("../images/face_contain.png") no-repeat center center;
  background-size: 100%;
  left: 28.64%;
  border: none;
}

.down_move {
  position: absolute;
  top: 83%;
  left: 35%;
  width: 30%;
  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: 26.7%;
  left: 32.1%;
  position: absolute;
  border: none;
  overflow: hidden;
  min-width: 300px;
  min-height: 300px;
}

.block-one .step_two .detection_camera:after {
  content: "";
  display: block;
  position: absolute;
  width: 58%;
  height: 66%;
  border-radius: 50%;
  top: 25%;
  left: 50%;
  margin-left: -29%;
  z-index: 999;
}

.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%;
  top: 15%;
  height: 92%;
  right: 0;
  left: 65%;
}

.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) {
  .circle-bar {
    font-size: 10em;
  }
}
@media (max-width: 1400px) {
  .circle-bar {
    font-size: 9em;
  }
}
@media (max-width: 1300px) {
  .circle-bar {
    font-size: 8em;
  }
}
@media (max-width: 1100px) {
  .circle-bar {
    font-size: 7em;
  }
}
@media screen and (max-width: 950px) {
  .block-one .step_two .detection_frame {
    width: 45%;
    left: 22%;
  }

  .block-one .step_two .detection_camera {
    left: 28.1%;
    top: 19.7%;
  }

  .circle-bar {
    font-size: 6em;
  }
}
@media screen and (max-width: 769px) {
  .block-one .step_two .detection_frame {
    width: 45%;
    left: 22%;
  }

  .block-one .step_two .detection_camera {
    left: 25.1%;
    top: 19.7%;
  }

  .circle-bar {
    font-size: 5.5em;
  }
}
.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;
  text-align: center;
  line-height: 0.2em;
  background: #e9e5e5;
}

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

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .circle-bar .mask :first-child {
    font-size: 0.14em;
  }
}
/*子元素水平垂直居中：同心圓*/
.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 {
  position: absolute;
  right: 0;
  top: 20%;
  left: 52%;
  width: 33.3%;
  height: 15.1%;
}

.block-one .step_two .decetion_result_2 .skin_texture {
  position: absolute;
  right: 0;
  top: 35%;
  left: 52%;
  width: 33.3%;
  height: 15.1%;
}

.block-one .step_two .decetion_result_2 .skin_darkCircle {
  position: absolute;
  right: 0px;
  top: 50%;
  left: 52%;
  width: 33.3%;
  height: 15.1%;
}

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

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

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

.block-one .step_two .decetion_result_2.result .skin_darkCircle .circle-bar .mask {
  background: url(../images/skin_mask4.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: 0;
  top: 73%;
  left: 18%;
  cursor: pointer;
}

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

.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: 10%;
  padding-top: 38%;
}

.block-one .step_two .decetion_result_2 .skin_spot {
  top: 5%;
  width: 33.3%;
  height: 15.1%;
}

.block-one .step_two .decetion_result_2 .skin_spot:before {
  width: 70.747126%;
  left: -85%;
  background: url(../images/trouble1.png) no-repeat center center;
  background-size: 100%;
}

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

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

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

.down_move {
  top: 100%;
  left: 31%;
  width: 35.89%;
}

@media screen and (max-width: 1450px) {
  .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: 19%;
    padding-top: 38%;
  }

  .block-one .step_two .decetion_result_2 .skin_spot:before {
    width: 88.747126%;
    left: -100%;
  }

  .block-one .step_two .decetion_result_2 .skin_wrinkle:before {
    width: 88.747126%;
    left: -100%;
  }

  .block-one .step_two .decetion_result_2 .skin_texture:before {
    width: 88.747126%;
    left: -100%;
  }

  .block-one .step_two .decetion_result_2 .skin_darkCircle:before {
    width: 88.747126%;
    left: -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 {
    margin-top: 0%;
    width: 100%;
  }

  .choise {
    background-image: url(../images/face_background_m.jpg);
    background-position: bottom;
  }

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

  .test_article {
    font-size: 2.2vw;
    top: 102.5%;
    left: 17%;
  }

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

  .block-one .step_two .detection_frame {
    width: 91.02%;
    top: 13.1%;
    padding-top: 108.07%;
    background-image: url(../images/face_contain_m.png);
    margin: 0 auto;
    left: 4.94%;
  }

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

  .block-one .step_two .decetion_result_2 {
    width: 73%;
    right: 0;
    left: 10.26%;
    top: 78.2%;
    /* margin-right: -36.4%; */
    z-index: 99;
  }

  .block-one .step_two .decetion_result_2 .restart_detection {
    width: 55.678571%;
    background-image: url(../images/photo_more.png);
    right: 0;
    left: 8%;
    top: 17.3%;
    padding-top: 19%;
  }

  .down_move {
    width: 82.68%;
    left: 9.38%;
    top: 107.9%;
  }

  .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 {
    top: 0%;
  }

  .block-one .step_two .decetion_result_2 .skin_spot {
    left: 0%;
    width: 31.2%;
    height: 15.1%;
  }

  .block-one .step_two .decetion_result_2 .skin_wrinkle {
    left: 29%;
    width: 31.2%;
    height: 15.1%;
  }

  .block-one .step_two .decetion_result_2 .skin_texture {
    left: 58%;
    width: 31.2%;
    height: 15.1%;
  }

  .block-one .step_two .decetion_result_2 .skin_darkCircle {
    left: 87%;
    width: 31.2%;
    height: 15.1%;
  }

  .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: 8.5em;
    top: 73%;
    left: 0%;
  }

  .block-one .step_two .decetion_result_2 .skin_spot:before {
    background-image: url(../images/trouble1_m.png);
  }

  .block-one .step_two .decetion_result_2 .skin_wrinkle:before {
    background-image: url(../images/trouble2_m.png);
  }

  .block-one .step_two .decetion_result_2 .skin_texture:before {
    background-image: url(../images/trouble3_m.png);
  }

  .block-one .step_two .decetion_result_2 .skin_darkCircle:before {
    background-image: url(../images/trouble4_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 .detection_camera:after {
    width: 61%;
    height: 52%;
    top: 20%;
    margin-left: -27%;
  }

  .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: 700px) {
  .circle-bar {
    font-size: 12em;
  }

  .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: 7.5em;
    top: 72%;
    left: 0%;
  }
}
@media screen and (max-width: 600px) {
  .circle-bar {
    font-size: 11em;
  }

  .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: 5.5em;
    top: 77%;
    left: 5%;
  }
}
@media screen and (max-width: 530px) {
  .circle-bar {
    font-size: 10em;
  }

  .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: 5.5em;
    top: 78%;
    left: 6%;
  }
}
@media screen and (max-width: 450px) {
  .circle-bar {
    font-size: 8.5em;
  }

  .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: 30%;
    height: 14.2%;
  }

  .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: 4.5em;
    top: 82%;
    left: 6%;
  }

  .block-one .step_two .detection_frame {
    width: 100%;
    left: 0;
  }

  .block-one .step_two .detection_camera {
    left: 11%;
  }

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

  .test_article {
    font-size: 2.2vw;
    top: 104.8%;
    left: 17%;
  }
}
@media screen and (max-width: 400px) {
  .circle-bar {
    font-size: 6.5em;
  }
}
@media screen and (max-width: 390px) {
  .block-one .step_two .detection_camera {
    left: 9%;
  }
}
@media screen and (max-width: 380px) {
  .block-one .step_two .detection_camera {
    left: 8%;
  }
}
@media screen and (max-width: 370px) {
  .block-one .step_two .detection_camera {
    left: 7%;
  }
}
@media screen and (max-width: 375px) {
  .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: 3.5em;
    top: 82%;
    left: 6%;
  }
}
@media screen and (max-width: 360px) {
  .block-one .step_two .detection_camera {
    left: 6%;
  }
}
@media screen and (max-width: 350px) {
  .block-one .step_two .detection_camera {
    left: 4%;
  }
}
@media screen and (max-width: 340px) {
  .block-one .step_two .detection_camera {
    left: 2%;
  }
}
@media screen and (max-width: 330px) {
  .block-one .step_two .detection_camera {
    left: 1%;
  }
}
@media screen and (max-width: 320px) {
  .circle-bar {
    font-size: 8em;
  }
}
/* 開始檢測 */
.step_two {
  display: none;
}

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

.select_skin .title {
  margin: 0 auto;
  font-size: 32px;
  font-size: 1.67vw;
  font-weight: 600;
  color: #6e6e6e;
  margin-bottom: 2.8%;
  position: static;
}

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

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

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

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

/* 肌膚類型 */
.select_skin .type {
  color: #7c7976;
  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;
}

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

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

  .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: 88.54%;
    padding-top: 9.5%;
    margin-top: 21.5%;
    margin-bottom: 0%;
  }

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

  .select_skin .title {
    font-size: 5.2vw;
    width: 100%;
    margin-bottom: 6.5%;
  }

  .select_skin .type {
    font-size: 6.15vw;
    margin-bottom: 1%;
    padding-top: 7%;
  }

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

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

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

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

  /* 推薦商品 */
}
.background3 {
  position: relative;
  width: 100%;
  padding-bottom: 73.75%;
  z-index: 2;
  margin-top: -1px;
}
.background3 .have_water {
  background-image: url("../images/background3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: opacity_change infinite 2s alternate-reverse ease-in-out;
}
.background3 .no_water {
  background-image: url("../images/background3_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes opacity_change {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.background3 .water_point {
  position: absolute;
  left: 17.81%;
  top: 0;
  width: 10.31%;
}
.background3 .water_point .seven_days {
  position: absolute;
  left: 9%;
  top: 22%;
  width: 82.8%;
}
.background3 .leaf {
  position: absolute;
  left: 62.19%;
  top: -7%;
  width: 12.55%;
}
.background3 .title {
  position: absolute;
  left: 29.11%;
  top: 6.3%;
  width: 55.89%;
}
.background3 #anchor2 {
  width: 1px;
  height: 2px;
  position: absolute;
  top: 42%;
  left: 50%;
}
.background3 .sub_title1 {
  position: absolute;
  left: 55.73%;
  top: 28.3%;
  width: 21.98%;
}
.background3 .sub_title2 {
  position: absolute;
  left: 25%;
  top: 37.6%;
  width: 18.91%;
}
.background3 .sub_title3 {
  position: absolute;
  left: 57.08%;
  top: 49.1%;
  width: 24.69%;
}
.background3 #anchor3 {
  width: 1px;
  height: 2px;
  position: absolute;
  top: 35%;
  left: 50%;
}
.background3 .left_article1 {
  position: absolute;
  left: 0%;
  top: 12.6%;
  width: 10.52%;
}
.background3 .left_article2 {
  position: absolute;
  left: 0%;
  top: 28.3%;
  width: 10.52%;
}
.background3 .left_article3 {
  position: absolute;
  left: 0%;
  top: 44.9%;
  width: 10.52%;
}
.background3 .product-container {
  width: 79.69%;
  margin: 0 auto;
  position: absolute;
  top: 62%;
  left: 8.8%;
  padding-top: 6%;
}
.background3 .product-container .product-slide1 {
  width: 33.53% !important;
  margin-right: 5.75%;
  overflow: hidden;
}
.background3 .product-container .product-slide1 .background_effect {
  position: absolute;
  width: 73.2%;
  left: 17.6%;
  bottom: 20%;
}
.background3 .product-container .product-slide1 .tranparent_article {
  position: absolute;
  top: 0;
  width: 73.2%;
  left: 17.7%;
  transition: all 0.4s ease-out;
  overflow: hidden;
  border-radius: 50%;
}
.background3 .product-container .product-slide1 .tranparent_article:hover .hover_img {
  transform: scale(1.2, 1.2);
}
.background3 .product-container .product-slide1 .tranparent_article .hover_img {
  transition: all 0.4s ease-in;
}
.background3 .product-container .product-slide1 .tranparent_article .article {
  position: absolute;
  bottom: -3.3%;
  width: 100%;
  z-index: 2;
}
.background3 .product-container .product-slide2 {
  width: 24.51% !important;
  margin-right: 7.5%;
  margin-top: 2.7%;
  overflow: hidden;
}
.background3 .product-container .product-slide2 .background_effect {
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 21.4%;
}
.background3 .product-container .product-slide2 .tranparent_article {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-out;
  overflow: hidden;
  border-radius: 50%;
}
.background3 .product-container .product-slide2 .tranparent_article:hover .hover_img {
  transform: scale(1.2, 1.2);
}
.background3 .product-container .product-slide2 .tranparent_article .hover_img {
  transition: all 0.4s ease-in;
}
.background3 .product-container .product-slide2 .tranparent_article .article {
  position: absolute;
  bottom: -3.8%;
  width: 100%;
  z-index: 2;
}
.background3 .product-container .product-slide3 {
  width: 28.63% !important;
  overflow: hidden;
}
.background3 .product-container .product-slide3 .background_effect {
  position: absolute;
  width: 85.6%;
  left: 4%;
  top: -2%;
}
.background3 .product-container .product-slide3 .tranparent_article {
  position: absolute;
  top: 0;
  width: 85.6%;
  left: 4.2%;
  transition: all 0.4s ease-out;
  overflow: hidden;
  border-radius: 50%;
}
.background3 .product-container .product-slide3 .tranparent_article:hover .hover_img {
  transform: scale(1.2, 1.2);
}
.background3 .product-container .product-slide3 .tranparent_article .hover_img {
  transition: all 0.4s ease-in;
}
.background3 .product-container .product-slide3 .tranparent_article .article {
  position: absolute;
  top: -1.5%;
  width: 100%;
  z-index: 2;
}

#background4 {
  position: relative;
  margin-top: -34%;
  z-index: 1;
}
#background4 .background4 {
  background-image: url("../images/background4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 154.01%;
}
#background4 .bobuble_container {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}
#background4 .bobuble_container .left_bobuble1 {
  position: absolute;
  top: 0;
  right: 40%;
  width: 6.49%;
  animation-name: bobfade, bobdrop;
  animation-duration: 11.67517s, 11.67517s;
  animation-delay: 0.352306s, 0.352306s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 70px;
}
#background4 .bobuble_container .left_bobuble1 img {
  animation-name: flip_bob;
  animation-duration: 3.85137s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .left_bobuble2 {
  position: absolute;
  top: 0;
  right: 25%;
  width: 6.49%;
  animation-name: bobfade, bobdrop;
  animation-duration: 12.67517s, 12.67517s;
  animation-delay: 3.352306s, 3.352306s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 70px;
}
#background4 .bobuble_container .left_bobuble2 img {
  animation-name: flip_bob;
  animation-duration: 4.85137s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .left_bobuble3 {
  position: absolute;
  top: 25%;
  right: 60%;
  width: 6.49%;
  animation-name: bobfade, bobdrop;
  animation-duration: 10.67517s, 10.67517s;
  animation-delay: 2.352306s, 2.352306s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 70px;
}
#background4 .bobuble_container .left_bobuble3 img {
  animation-name: flip_bob;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .left_bobuble4 {
  position: absolute;
  top: 25%;
  right: 27%;
  width: 6.52%;
  animation-name: bobfade, bobdrop;
  animation-duration: 11.67517s, 11.67517s;
  animation-delay: 0.352306s, 0.352306s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 70px;
}
#background4 .bobuble_container .left_bobuble4 img {
  animation-name: flip_bob;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .left_bobuble5 {
  position: absolute;
  top: 0%;
  right: 77%;
  width: 6.52%;
  animation-name: bobfade, bobdrop;
  animation-duration: 9.67517s, 9.67517s;
  animation-delay: 0.352306s, 0.352306s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 70px;
}
#background4 .bobuble_container .left_bobuble5 img {
  animation-name: flip_bob;
  animation-duration: 5.85137s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
@keyframes bobfade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bobdrop {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 1500%);
  }
}
@keyframes flip_bob {
  0% {
    transform: scale(-1, 1) rotate(25deg);
  }
  100% {
    transform: scale(-0.5, 0.5) rotate(-25deg);
  }
}
@keyframes bobclock {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes bobrotate {
  0% {
    transform: scale(-0.8, 1) rotate(-20deg);
  }
  100% {
    transform: scale(-0.5, 0.5) rotate(20deg);
  }
}
#background4 .bobuble_container .right_bobuble1 {
  position: absolute;
  top: 0;
  right: 10%;
  width: 10.79%;
  animation-name: bobfade, bobdrop;
  animation-duration: 13.07255s, 13.07255s;
  animation-delay: 0.85373s, 0.85373s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 100px;
}
#background4 .bobuble_container .right_bobuble1 img {
  animation-name: bobclock;
  animation-duration: 2.12449s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .right_bobuble2 {
  position: absolute;
  top: 0;
  right: 83.44%;
  width: 14.36%;
  animation-name: bobfade, bobdrop;
  animation-duration: 17.44837s, 17.44837s;
  animation-delay: 1.69037s, 1.69037s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 100px;
}
#background4 .bobuble_container .right_bobuble2 img {
  animation-name: bobclock;
  animation-duration: 7.12449s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .right_bobuble3 {
  position: absolute;
  top: 0;
  right: 11.44%;
  width: 6.13%;
  animation-name: bobfade, bobdrop;
  animation-duration: 13.44837s, 13.44837s;
  animation-delay: 3.69037s, 3.69037s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 100px;
}
#background4 .bobuble_container .right_bobuble3 img {
  animation-name: bobrotate;
  animation-duration: 4.12449s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .right_bobuble4 {
  position: absolute;
  top: 0;
  right: 50%;
  width: 6.13%;
  animation-name: bobfade, bobdrop;
  animation-duration: 12.44837s, 12.44837s;
  animation-delay: 2.69037s, 2.69037s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 100px;
}
#background4 .bobuble_container .right_bobuble4 img {
  animation-name: bobrotate;
  animation-duration: 4.12449s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .right_bobuble5 {
  position: absolute;
  top: 0;
  right: 42%;
  width: 10.79%;
  animation-name: bobfade, bobdrop;
  animation-duration: 13.07255s, 13.07255s;
  animation-delay: 1.85373s, 1.85373s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 100px;
}
#background4 .bobuble_container .right_bobuble5 img {
  animation-name: bobrotate;
  animation-duration: 4.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .bobuble_container .right_bobuble6 {
  position: absolute;
  top: 0;
  right: 50%;
  width: 6.49%;
  animation-name: bobfade, bobdrop;
  animation-duration: 12.67517s, 12.67517s;
  animation-delay: 1.352306s, 1.352306s;
  opacity: 0;
  animation-iteration-count: infinite, infinite;
  animation-direction: normal, normal;
  animation-timing-function: linear, ease-in;
  min-width: 70px;
}
#background4 .bobuble_container .right_bobuble6 img {
  animation-name: bobrotate;
  animation-duration: 4.85137s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% -100%;
}
#background4 .title {
  position: absolute;
  left: 27.45%;
  top: 34.4%;
  width: 21.82%;
}
#background4 .mid_title {
  position: absolute;
  left: 36.77%;
  top: 45.4%;
  width: 26.35%;
}
#background4 .super_buy {
  position: absolute;
  left: 30.1%;
  top: 48.4%;
  width: 19.53%;
  z-index: 1;
}
#background4 .super_buy::after {
  content: "";
  display: block;
  width: 1.1px;
  position: absolute;
  top: 0;
  left: -11.4%;
  background-color: #305584;
  height: 103%;
}
#background4 .super_buy::before {
  content: "";
  display: block;
  width: 1.1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #305584;
  height: 103%;
}
#background4 .super_buy .fog1 {
  position: absolute;
  left: -40.99%;
  top: -37%;
  width: 167.08%;
  z-index: -1;
  animation: shinning infinite 2s alternate-reverse ease-in-out;
}
@keyframes shinning {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#background4 .present {
  position: absolute;
  left: 54.56%;
  top: 48.4%;
  width: 15.83%;
  z-index: 1;
}
#background4 .present::before {
  content: "";
  display: block;
  width: 1.1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #305584;
  height: 103%;
}
#background4 .present .button {
  position: absolute;
  left: -1.99%;
  top: 58%;
  width: 75.08%;
  animation: shinning infinite 2s alternate ease-in-out;
}
#background4 .present .fog2 {
  position: absolute;
  left: -65.99%;
  top: -38%;
  width: 206.13%;
  z-index: -1;
  animation: shinning infinite 2s alternate ease-in-out;
}
#background4 .form_page {
  width: 43.23%;
  position: absolute;
  left: 27.92%;
  top: 60.3%;
  z-index: 1;
}
#background4 .form_page .reservation_content .shop {
  display: flex;
}
#background4 .form_page .reservation_content .shop .info {
  width: 17.38%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
  letter-spacing: 1px;
  font-size: calc(16px + 0.2vw);
}
#background4 .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;
}
#background4 .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: #eef8ff;
  background-image: url("../images/arrow_down.png");
  background-repeat: no-repeat;
  background-size: 7%;
  outline: none;
  border: none;
}
#background4 .form_page .reservation_content .shop .form_select_style::-ms-expand {
  display: none;
}
#background4 .form_page .reservation_content .shop #area {
  width: 30%;
  margin-right: 1.5%;
  background-position: 95%;
}
#background4 .form_page .reservation_content .shop #counters {
  width: calc(100% - 17.38% - 1.5% - 1.5% - 30%);
  background-position: 95%;
  background-size: 4.5%;
}
#background4 .form_page .reservation_content .input_content {
  display: flex;
  padding-top: 2%;
}
#background4 .form_page .reservation_content .input_content div {
  width: 17.38%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
  letter-spacing: 1px;
  font-size: calc(16px + 0.2vw);
}
#background4 .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;
}
#background4 .form_page .reservation_content .input_content input {
  width: calc(100% - 17.38% - 1.5%);
}
#background4 .form_page .reservation_content .input_email div {
  letter-spacing: 7px;
}
#background4 .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: #eef8ff;
  border: none;
  outline: none;
}
#background4 .form_page .reservation_content .agree_block {
  font-family: Microsoft JhengHei;
  font-size: 16px;
  margin: 2.76% 0 3.94% 19%;
  position: relative;
}
#background4 .form_page .reservation_content .agree_block .square {
  display: flex;
}
#background4 .form_page .reservation_content .agree_block .square .article {
  margin-left: 2%;
  width: 100%;
}
#background4 .form_page .reservation_content .agree_block .square .article .agree span {
  text-decoration: underline;
  cursor: pointer;
}
#background4 .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;
}
#background4 .form_page .reservation_content input[type=checkbox]:checked ~ i {
  background: url("../images/icon-check.svg") 50% no-repeat #fff;
  background-size: 100% 100%;
}
#background4 .form_page .reservation_content input[type=checkbox] ~ i:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
#background4 .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: #85c2e9;
  font-weight: 600;
  margin-left: 19%;
  cursor: pointer;
}
#background4 .form_page .reservation_content .btn a {
  color: #fff;
}
#background4 .notice {
  width: 44.74%;
  margin: 0 auto;
  margin-top: 1%;
  position: absolute;
  top: 77%;
  left: 27.92%;
}
#background4 .notice img {
  transform-origin: center center;
}
#background4 .footer {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 95.5%;
  left: 0%;
}
#background4 .footer div {
  width: 2.5%;
  margin-left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#background4 .footer div a {
  height: auto;
}
#background4 .copy_right {
  width: 30.26%;
  position: absolute;
  bottom: 1%;
  left: 34.9%;
}

#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 {
  display: inline-block;
  max-width: 650px;
  width: 90%;
  position: relative;
  margin: auto;
  z-index: 996;
}
#successs .success_img_group .header {
  background-image: url("../images/thanks_header_0526.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 132.65%;
  z-index: 2;
  position: relative;
}
#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: 3;
  cursor: pointer;
}
#successs .success_img_group .main_content {
  background-image: url(../images/main_background.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  padding: 23% 0;
  margin-top: -29%;
  position: relative;
}
#successs .success_img_group .title {
  margin: 0 auto;
  text-align: center;
  color: #009124;
  font-size: calc(18px + 0.4vw);
  font-weight: 600;
  padding-top: 2%;
}
#successs .success_img_group .name {
  margin: 0 auto;
  text-align: center;
  color: #009124;
  font-size: calc(18px + 0.4vw);
  font-weight: 600;
  padding-top: 1.5%;
}
#successs .success_img_group .shop {
  margin: 0 auto;
  text-align: center;
  color: #009124;
  font-size: calc(18px + 0.4vw);
  font-weight: 600;
  padding-top: 0.5%;
}
#successs .success_img_group .rule {
  padding-top: 3.5%;
  margin: 0 auto;
  text-align: start;
  color: #000;
  width: 50%;
}
#successs .success_img_group .ad {
  margin-top: 3%;
  border: 2px solid #18427a;
  border-radius: 15px;
  width: 79.43%;
  margin: 0 auto;
  margin-top: 5%;
}
#successs .success_img_group .ad .title {
  width: 60%;
  margin-top: 6%;
  margin-bottom: 9%;
}
#successs .success_img_group .ad .img {
  width: 85%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 7%;
  position: relative;
}
#successs .success_img_group .ad .img .title {
  position: absolute;
  top: 0;
  right: -8.7%;
  width: 56.06%;
  margin: 0;
  padding: 0;
}
#successs .success_img_group .ad .img:nth-child(3) .title {
  margin-top: 8%;
}
#successs .success_img_group .ad .img .connect {
  width: 82%;
  position: absolute;
  top: 59%;
  left: 8%;
  height: 19%;
}

@media screen and (max-width: 1450px) {
  #background4 {
    margin-top: -36%;
  }
  #background4 .background4 {
    padding-bottom: 167.01%;
  }
  #background4 .form_page .reservation_content .shop {
    display: flex;
  }
  #background4 .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);
  }
  #background4 .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;
  }
  #background4 .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: #eef8ff;
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 7%;
    outline: none;
    border: none;
  }
  #background4 .form_page .reservation_content .shop #area {
    width: 30%;
    margin-right: 1.5%;
    background-position: 95%;
  }
  #background4 .form_page .reservation_content .shop #counters {
    width: calc(100% - 22.38% - 1.5% - 1.5% - 30%);
    background-position: 95%;
    background-size: 4.5%;
  }
  #background4 .form_page .reservation_content .input_content {
    display: flex;
    padding-top: 2%;
  }
  #background4 .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);
  }
  #background4 .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;
  }
  #background4 .form_page .reservation_content .input_content input {
    width: calc(100% - 22.38% - 1.5%);
  }
  #background4 .form_page .reservation_content .input_email div {
    letter-spacing: 5px;
  }
  #background4 .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: #eef8ff;
    border: none;
    outline: none;
  }
  #background4 .form_page .reservation_content .agree_block {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    margin: 2.76% 0 3.94% 19%;
    position: relative;
  }
  #background4 .form_page .reservation_content .agree_block .agree {
    padding-left: 2.14%;
  }
  #background4 .form_page .reservation_content .agree_block .agree span {
    text-decoration: underline;
  }
  #background4 .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;
  }
  #background4 .form_page .reservation_content input[type=checkbox]:checked ~ i {
    background: url("../images/icon-check.svg") 50% no-repeat #fff;
    background-size: 100% 100%;
  }
  #background4 .form_page .reservation_content input[type=checkbox] ~ i:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 100%;
  }
  #background4 .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: #85c2e9;
    font-weight: 600;
    margin-left: 19%;
  }
}
@media screen and (max-width: 1200px) {
  #background4 {
    margin-top: -41%;
  }
  #background4 .background4 {
    padding-bottom: 181.01%;
  }
  #background4 .form_page {
    top: 59.3%;
  }
}
@media screen and (max-width: 1015px) {
  #background4 {
    margin-top: -41%;
  }
  #background4 .background4 {
    padding-bottom: 181.01%;
  }
  #background4 .notice {
    top: 81%;
  }
}
@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.24%;
  }
  .background1 .tz {
    display: none;
  }
  .background1 .header {
    width: 100%;
    z-index: 999;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .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-image: url("../images/mask_cover.png");
    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(36%);
    padding: 0 7%;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .background1 .header .header_container .menu-container .menu-list .l1 {
    width: 37.89%;
  }
  .background1 .header .header_container .menu-container .menu-list .l2 {
    width: 39.97%;
    margin-right: auto;
    top: auto;
  }
  .background1 .header .header_container .menu-container .menu-list .l3 {
    width: 43.36%;
    margin-right: auto;
  }
  .background1 .header .header_container .menu-container .menu-list .l4 {
    width: 24.48%;
    margin-right: auto;
  }
  .background1 .header .header_container .menu-container .menu-list .l5 {
    width: 24.74%;
  }
  .background1 .header .header_container .menu-container .menu-list li {
    margin: 0 auto;
    margin-top: 12%;
    width: auto;
    transition: all 0.4s ease;
    padding-top: 0;
  }
  .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_right {
    position: fixed;
    right: 1.69%;
    bottom: 2%;
    width: 41.28%;
    display: inline-block;
    z-index: 7;
  }
  .background1 .icon_right .container {
    position: absolute;
    width: 72%;
    bottom: 0;
    left: 21%;
    height: 57%;
    cursor: pointer;
  }
  .background1 .icon_right .icon_text {
    position: absolute;
    right: 22%;
    bottom: 9%;
    width: 35.8%;
  }
  .background1 .background1_1 {
    background-image: url("../images/background1_m.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 93%;
    position: absolute;
    top: 7%;
  }
  .background1 .background1_1 .icon {
    position: absolute;
    top: 89%;
    left: 16.75%;
    width: 45.31%;
    cursor: pointer;
  }
  .background1 .background1_1 .title {
    position: absolute;
    top: 65%;
    width: 72%;
    left: 16.75%;
  }
  .background1 .background1_1 .line {
    position: absolute;
    top: 5%;
    width: 66.93%;
    left: 15.75%;
  }
  .background1 .background1_1 .circle {
    position: absolute;
    top: 4.4%;
    width: 68.75%;
    left: 14.7%;
  }
  .background1 .re_bak {
    position: absolute;
    bottom: 1%;
    width: 85.42%;
    left: 6.64%;
    background: url("../images/recommend_product_m.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 25.06%;
  }
  .background1 .re_bak .reconnend-container {
    top: 12.5%;
    width: 95%;
    height: 72%;
  }
  .background1 .re_bak .reconnend-container .swiper-wrapper {
    transition: all ease-out 0.4s;
  }
  .background1 .re_bak .reconnend-container .product-slide {
    position: relative;
  }
  .background1 .re_bak .reconnend-container .product-slide .buy_button {
    position: absolute;
    width: 26.3%;
    top: 80%;
    left: 10%;
    z-index: 1;
  }
  .background1 .re_bak .reconnend-container .product-slide .product {
    position: absolute;
    width: 85.21%;
    top: 4%;
    left: 16%;
  }
  .background1 .re_bak .reconnend-container .product-slide h2 {
    position: absolute;
    width: 74%;
    top: 7%;
    left: 10%;
    font-size: 4.7vw;
  }
  .background1 .re_bak .reconnend-container .product-slide h2 div:nth-child(2) {
    position: relative;
  }
  .background1 .re_bak .reconnend-container .product-slide h2 div:nth-child(2)::after {
    content: "";
    display: block;
    width: 19%;
    height: 1px;
    position: absolute;
    bottom: -12%;
    background: #000;
    left: 0;
  }
  .background1 .re_bak .reconnend-container .product-slide p {
    position: absolute;
    width: 67%;
    top: 51.9%;
    left: 10%;
    font-size: 3.2vw;
    margin: 0;
  }
  .background1 .re_bak .next_product {
    right: -3%;
    background-image: url(../images/right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    width: 3.1%;
    height: 15.36%;
    top: 50%;
  }
  .background1 .re_bak .prev_product {
    left: -3%;
    background-image: url(../images/right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    outline: none;
    width: 3.1%;
    height: 15.36%;
    top: 50%;
  }

  #background2 {
    background-image: url("../images/video_background_m.jpg");
    width: 100%;
    padding-bottom: 240.89%;
    position: relative;
  }
  #background2 .title {
    position: absolute;
    top: 46%;
    width: 74.35%;
    left: 12.2%;
  }
  #background2 .subtitle {
    position: absolute;
    top: 56%;
    width: 66.28%;
    left: 15.75%;
  }
  #background2 .video_part {
    width: 80.59%;
    height: 19.84%;
    top: 70%;
    left: 8.5%;
    background-image: url(../images/video_m.png);
  }
  #background2 .video_part .play_button {
    position: absolute;
    width: 12.36%;
    top: 37.4%;
    right: 43%;
  }
  @keyframes opacity_shine {
    0% {
      opacity: 0.3;
    }
    100% {
      opacity: 1;
    }
  }

  .background3 {
    padding-bottom: 216.8%;
  }
  .background3 .have_water {
    background-image: url("../images/background3_m.png");
  }
  .background3 .no_water {
    background-image: url("../images/background3_1_m.png");
  }
  .background3 .water_point {
    position: absolute;
    left: 7.68%;
    top: 0;
    width: 21.88%;
  }
  .background3 .water_point .seven_days {
    position: absolute;
    left: 9%;
    top: 22%;
    width: 82.8%;
  }
  .background3 .leaf {
    position: absolute;
    left: 65.89%;
    top: -5.3%;
    width: 26.69%;
  }
  .background3 .title {
    position: absolute;
    left: 7.94%;
    top: 5.8%;
    width: 88.54%;
  }
  .background3 .sub_container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .background3 #anchor2 {
    width: 1px;
    height: 2px;
    position: absolute;
    top: 45%;
    left: 0;
  }
  .background3 .sub_title1 {
    position: absolute;
    left: 62.76%;
    top: 34.5%;
    width: 33.85%;
  }
  .background3 .sub_title2 {
    position: absolute;
    left: 3.39%;
    top: 46.3%;
    width: 31.77%;
  }
  .background3 .sub_title3 {
    position: absolute;
    left: 68.88%;
    top: 54.1%;
    width: 24.35%;
  }
  .background3 #anchor3 {
    width: 1px;
    height: 2px;
    position: absolute;
    top: 66%;
    left: 0;
  }
  .background3 .left_article1 {
    position: absolute;
    left: 10.55%;
    top: 66%;
    width: 24.74%;
  }
  .background3 .left_article2 {
    position: absolute;
    left: 38.15%;
    top: 66%;
    width: 24.74%;
  }
  .background3 .left_article3 {
    position: absolute;
    left: 65.49%;
    top: 66%;
    width: 24.74%;
  }
  .background3 .product-container {
    width: 89.58%;
    margin: 0 auto;
    position: absolute;
    top: 82.5%;
    left: 4.95%;
    padding-top: 0;
    z-index: 8;
  }
  .background3 .product-container .product-slide1 {
    width: inherit !important;
    margin-right: auto;
  }
  .background3 .product-container .product-slide1 .product1 {
    width: 74.35%;
    margin: 0 auto;
  }
  .background3 .product-container .product-slide2 {
    width: inherit !important;
    margin-right: auto;
    margin-top: auto;
  }
  .background3 .product-container .product-slide2 .product2 {
    width: 74.35%;
    margin: 0 auto;
  }
  .background3 .product-container .product-slide3 {
    width: inherit !important;
  }
  .background3 .product-container .product-slide3 .product3 {
    width: 74.35%;
    margin: 0 auto;
  }
  .background3 .product-container .swiper-button-next {
    background-image: url(../images/right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    width: 6.1%;
    height: 12.36%;
    top: 55.5%;
    z-index: 8;
  }
  .background3 .product-container .swiper-button-prev {
    background-image: url(../images/left_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    width: 6.1%;
    height: 12.36%;
    top: 55.5%;
    z-index: 8;
  }

  #background4 {
    position: relative;
    margin-top: -19%;
    z-index: 1;
    overflow-x: hidden;
  }
  #background4 .background4 {
    background-image: url(../images/background4_m.jpg);
    padding-bottom: 442.55%;
    position: relative;
  }
  #background4 .title {
    position: absolute;
    left: 6.51%;
    top: 20.4%;
    width: 51.04%;
  }
  #background4 .mid_title {
    position: absolute;
    left: 16.67%;
    top: 34.7%;
    width: 67.32%;
  }
  #background4 .super_buy {
    position: absolute;
    left: 7.29%;
    top: 37.6%;
    width: 42.71%;
    z-index: 1;
  }
  #background4 .super_buy::after {
    content: "";
    display: block;
    width: 1.1px;
    position: absolute;
    top: 0;
    left: -7.4%;
    background-color: #305584;
    height: 103%;
  }
  #background4 .super_buy::before {
    content: "";
    display: block;
    width: 1.1px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #305584;
    height: 103%;
  }
  #background4 .super_buy .fog1 {
    position: absolute;
    left: -9.99%;
    top: -37%;
    width: 136.08%;
    z-index: -1;
    animation: shinning infinite 2s alternate-reverse ease-in-out;
  }
  #background4 .present {
    position: absolute;
    left: 57.29%;
    top: 37.6%;
    width: 37.63%;
    z-index: 1;
  }
  #background4 .present::before {
    content: "";
    display: block;
    width: 1.1px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #305584;
    height: 103%;
  }
  #background4 .present .button {
    position: absolute;
    left: 2.01%;
    top: 56%;
    width: 82.08%;
    animation: shinning infinite 2s alternate ease-in-out;
  }
  #background4 .present .fog2 {
    position: absolute;
    left: -15.99%;
    top: -28%;
    width: 155.15%;
    z-index: -1;
    animation: shinning infinite 2s alternate ease-in-out;
  }
  #background4 .form_page {
    width: 89.84%;
    position: absolute;
    left: 4.56%;
    top: 49%;
    z-index: 1;
  }
  #background4 .form_page .reservation_content .shop {
    display: flex;
    flex-direction: column;
  }
  #background4 .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);
  }
  #background4 .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;
  }
  #background4 .form_page .reservation_content .shop .form_select_style {
    background-size: 3.5%;
    outline: none;
    border: none;
    margin-top: 2%;
  }
  #background4 .form_page .reservation_content .shop #area {
    width: 100%;
    margin-right: 0%;
    background-position: 95%;
  }
  #background4 .form_page .reservation_content .shop #counters {
    width: 100%;
    background-position: 95%;
    background-size: 3.5%;
  }
  #background4 .form_page .reservation_content .input_content {
    display: flex;
    padding-top: 5%;
    flex-direction: column;
  }
  #background4 .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);
  }
  #background4 .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;
  }
  #background4 .form_page .reservation_content .input_content input {
    width: 100%;
    margin-top: 2%;
  }
  #background4 .form_page .reservation_content .input_email div {
    letter-spacing: 7px;
  }
  #background4 .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: #eef8ff;
    border: none;
    outline: none;
  }
  #background4 .form_page .reservation_content .agree_block {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    margin: 4.76% 0 5.94% 0%;
    position: relative;
  }
  #background4 .form_page .reservation_content .agree_block .square {
    display: flex;
  }
  #background4 .form_page .reservation_content .agree_block .square .article {
    margin-left: 2%;
    width: 95%;
  }
  #background4 .form_page .reservation_content .agree_block .square .article .agree span {
    text-decoration: underline;
    cursor: pointer;
  }
  #background4 .form_page .reservation_content .btn {
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    padding: 4.5% 0;
    border: none;
    text-decoration: none;
    font-family: "Microsoft JhengHei", "微軟正黑體";
    text-align: center;
    color: #000;
    font-size: calc(14px + 1.3vw);
    background-color: #85c2e9;
    font-weight: 600;
    margin-left: 0%;
    cursor: pointer;
  }
  #background4 .notice {
    width: 80.86%;
    top: 73%;
    left: 4.56%;
    margin-top: 0;
  }
  #background4 .footer {
    display: flex;
    justify-content: center;
    margin-top: 0;
    top: 94.8%;
  }
  #background4 .footer div {
    width: 10.26%;
    margin-left: 0%;
    margin-right: 6.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #background4 .footer div:last-child {
    margin-right: 0%;
  }
  #background4 .copy_right {
    width: 88.15%;
    position: absolute;
    bottom: 1.2%;
    left: 4.56%;
  }

  .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: #094438;
    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: 600px) {
  #background4 {
    margin-top: -29%;
  }
  #background4 .background4 {
    padding-bottom: 467.55%;
  }
  #background4 .notice {
    top: 74%;
  }
  #background4 .title {
    top: 22%;
  }
  #background4 .mid_title {
    top: 35%;
  }
  #background4 .super_buy {
    top: 38%;
  }
  #background4 .present {
    top: 38%;
  }
}
@media screen and (max-width: 480px) {
  #background4 {
    margin-top: -46%;
  }
  #background4 .background4 {
    padding-bottom: 502.55%;
  }
  #background4 .notice {
    top: 74%;
  }
  #background4 .title {
    top: 23%;
  }
  #background4 .mid_title {
    top: 36%;
  }
  #background4 .super_buy {
    top: 39%;
  }
  #background4 .present {
    top: 39%;
  }
}
@media screen and (max-width: 452px) {
  .background1 .header .header_container {
    padding-left: 0;
    flex-direction: column;
  }
  .background1 .header .header_container .mobile-header {
    width: 30%;
  }
  .background1 .header .header_container .menu-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    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(25%);
    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;
  }

  #background4 .form_page .reservation_content .shop .form_select_style {
    margin-top: 7%;
  }
  #background4 .form_page .reservation_content .input_content input {
    margin-top: 7%;
  }

  #background4 {
    margin-top: -65%;
  }
  #background4 .background4 {
    padding-bottom: 550.55%;
  }
  #background4 .notice {
    top: 77%;
  }
  #background4 .title {
    top: 25%;
  }
  #background4 .mid_title {
    top: 36%;
  }
  #background4 .super_buy {
    top: 39%;
  }
  #background4 .present {
    top: 39%;
  }
  #background4 .form_page {
    top: 48%;
  }
}
@media screen and (max-width: 375px) {
  #background4 {
    margin-top: -76%;
  }
  #background4 .background4 {
    padding-bottom: 602.55%;
  }
  #background4 .notice {
    top: 77%;
  }
  #background4 .title {
    top: 25%;
  }
  #background4 .mid_title {
    top: 36%;
  }
  #background4 .super_buy {
    top: 39%;
  }
  #background4 .present {
    top: 39%;
  }
  #background4 .form_page {
    top: 48%;
  }
}
@media screen and (max-width: 460px) {
  #successs .success_img_group #close {
    width: 18px;
  }
  #successs .success_img_group .main_content {
    background-image: url(../images/main_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    padding: 39% 0;
    margin-top: -44%;
    position: relative;
  }
  #successs .success_img_group .title {
    margin: 0 auto;
    text-align: center;
    color: #009124;
    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;
    width: 85%;
  }
  #successs .success_img_group .ad {
    border-radius: 15px;
    width: 90%;
  }
  #successs .success_img_group .ad .title {
    width: 60%;
  }
  #successs .success_img_group .ad .img {
    width: 85%;
  }
}

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