@charset "utf-8";
/*default setting start*/
body,
html{
	margin: 0px;
	padding: 0px;
}
@media(min-width: 769px)
{
    body, html {
        min-width: 1200px;
    }
}
img {
	max-width: 100%;
	border: none;
}
img.full{
	width:100%;
}
body{
	font-family: "Apple LiGothic Medium","Microsoft JhengHei","微軟正黑體",arial,"新細明體",sans-serif;
	font-size: 16px;
	color:#000;
	background-color: #fff;
	padding-top:80px;
}
body.noscroll,
body.noscrollcert {
    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;
}
img{
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
select{
    border-radius: 0;
    appearance: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
select::-ms-expand {
    display: none;
}
.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after{
  clear: both;
}

a,
a:hover,
a:active,
a:focus{
	color:#4e4e4e;
	outline: 0;
}
a:focus{
	text-decoration:none;
}
button{
	outline:none;
}
.bgf{
    background-size:100%;
    background-repeat:no-repeat;
}
.main_contain{
    overflow:hidden;
}
.hide{
    display:none!important;
}
@-webkit-keyframes act_block_vis {
  0%  {
  	opacity: 0.4;
  }
  100% {
  	opacity: 1;
  }
}

@keyframes act_block_vis {
  0%  {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes act_block_sli {
  0%  {
    margin-top: -15px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes act_block_sli {
    0%{
    margin-top: -15px;
  }
  100% {
    margin-top: 0px;
  }
}
.container-fluid{
	padding:0; 
	background-color: transparent;
}
.container{
	padding-right: 15px;
	padding-left: 15px;
}
.go_to_act{
    width: 9.458749343%;
    position: fixed;
    top: 52%;
    right:0;
    padding-top: 21.283%;
    z-index: 10;
}
.go_to_act:before{
    content: '';
    width: 246.67%;
    height: 127.41%;
    position: absolute;
    background: url(../images/haku_icon_02_1.png) center center no-repeat;
    background-size: contain;
    top: 0;
    right: -22.5%;
    -webkit-animation: act_block_sli 1s linear infinite;
    animation: act_block_sli 1s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    pointer-events: none;
}
.go_to_act:after{
    content: '';
    width: 246.67%;
    height: 127.41%;
    background: url(../images/haku_icon_01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -22.5%;
    -webkit-animation: act_block_vis .4s ease-out infinite, act_block_sli 1s linear infinite;
    animation: act_block_vis .4s ease-out infinite, act_block_sli 1s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    pointer-events: none;
}

.go_to_act_01{
    width: 91%;
    padding-top: 94%;
    position: absolute;
    border-radius: 50%;
    top: 12%;
    right: 60.5%;
    cursor: pointer;
}
.go_to_act_02{
    width: 113%;
    padding-top: 116%;
    position: absolute;
    border-radius: 50%;
    top: 51%;
    right: 46%;
    cursor: pointer;   
}
@media(max-width: 768px)
{
    .go_to_act {
        width: 29.947916666%;
        padding-top: 48%;
        z-index: 9;
        top: 60%;
        right: -12%;
    }
}
/*default setting end*/
.error{
	display:inline-block;
	color:#e60012;
	font-size:14px;
	margin-top:4px;
}
.error-focus{
	background-color:#fce8eb;
	padding:10px;
	margin: 0 -10px;
}
.img-title{
	line-height: 0
}
.blur {
    filter: blur(5px);
}
/*---Header---*/
.header{
	width: 100%;
	min-height: 80px;	
	background-color:#fff;
	position:fixed;
	top:0;
	z-index:9999;
}
.header > div{
	/* width: 1200px; */
	height: 100%;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.menu{
	position:relative;
}
.logo{
	list-style:none;
	float: left;
	margin: 26px 0 0 70px;
}
.logo li{
	float: left;
}
.menu-list{
	height: 80px;
	float: left;
	font-size:24px;
	line-height:24px;
	margin-left: 10%;
	/* margin: 0 0 0 70px; */
	list-style:none;
}
.menu-list li{
	height: 100%;
	float:left;
}    
.menu-list li a{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding:0 17px;
	transition: background-color 0.2 ease;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	background-color: #fff;
}
.menu-list li a:hover{
	background-color: #000;
}

/* black_spot */
.black_spot{
	width: 100%;
	padding-top: 42.9166667%;
	background: url(../images/black_spot_bg_1017.jpg) no-repeat 0 0 / contain;
	position: relative;
}
.black_spot img{
	width: 100%;
	vertical-align: middle;
}
.black_spot_title{
	width: 22.7083333%;
	position: absolute;
	top: 10%;
	left: 10.5%;
}
.black_spot_des{
	width: 20.2083333%;
	position: absolute;
	top: 35%;
	left: 10.5%;
}
.black_spot_detail{
	width: 43.5416667%;
	height: 35.0572933%;
	position: absolute;
	background: url(../images/black_spot_word_bg.png) no-repeat 0 0 / contain;
	top: 52%;
	left: 50%;
	display: flex;
	align-items: center;
}
.black_spot_detail::before{
	content: "";
	position: absolute;
	display: block;
	width: 21.466687%;
	height: 6.00076951%;
	top: -8%;
	left: 73%;
	background: url(../images/ps_word.png) no-repeat 0 0 / contain;
}
.black_spot_detail_item{
	width: 25%;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.black_spot_detail_item + .black_spot_detail_item::before{
	content: "";
	width: 1px;
	height: 0;
	padding-top: 80%;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.black_spot_detail_item_group{
	width: 100%;
	display: flex;
	justify-content: center;
}
.location p {
	font-size: 1.9vw;
	padding: 9.77% 0;
}
.location figure {
	width: 38.6212224%;
}
.location_select{
	width: 80%;
	border-radius: 15px;
	background:#BABAC5;
	text-align: center;
	text-align-last: center;
	position: relative;
}
#location_city_select{
	width: 75%;
	border: 0;
	background: url(../images/black_spot_local_icon_chose.png) no-repeat 100% 50% / 13%, transparent;
	outline: none;
	cursor: pointer;
	position: relative;
	/* padding: 2% 0 2% 15%; */
	padding: 2% 0;
}
.weather figure{
	width: 55%;
}
.weather p {
	font-size: 2vw;
	padding: 12% 0;
}
.wet figure{
	width: 48.29%;
}
.wet p {
	font-size: 2vw;
	padding: 17% 0 0 0;
}
.uv figure{
	width: 51.707%;
}
.uv p {
	font-size: 2vw;
	padding: 9% 0;
}
.uv ul{
	display: flex;
	width: 100%;
	justify-content: center;
}
.uv li{
	list-style: none;
	opacity: 0.3;
	margin: 0 2%;
}
.block_products{
	position: relative;
	overflow: hidden;
}
.block_fall{
	position: relative;
}
.block_products img,
.block_fall img{
	width:100%;
}
.block_fall img:nth-child(1),.block_fall img:nth-child(3){
	position: absolute;
	top: 0;
	left: 0;
	animation: shiny 1.5s infinite alternate-reverse linear;
}
@keyframes shiny{
	from{opacity: 0;}
	to{opacity: 1;}
}


.products_v,.products_f{
	position: relative;
}
.products_v_pic,.products_f_pic{
	width: 100%;
	transition: .5s;
}
.products_v_des,.products_f_des{
	width: 46.6666%;
	position: absolute;
	top: 20%;
	left: 40%;
	transition: .5s;
}
.products_btns{
	width: 20.416666%;
	position: absolute;
	top: 10%;
	left: 40%;
}
.v_btn{
	width: 41.523%;
	height: 0;
	padding-top: 11.7936%;
	float: left;
	background: url(../images/products_v_btn.jpg) no-repeat 0 0 / 100%;
	cursor: pointer;
	
}
.f_btn_n{
	width: 54.79%;
	height: 0;
	padding-top: 11.7936%;
	margin-left: 3.68%;
	float: left;
	background: url(../images/products_f_btn_n.png) no-repeat 0 0 / 100%;
	cursor: pointer;
	opacity: 1;
}
.v_btn_n{
	background: url(../images/products_v_btn_n.png) no-repeat 0 0 / 100%;
	opacity: 1;
}
.f_btn{
	background: url(../images/products_f_btn.jpg) no-repeat 0 0 / 100%;
}
.twinkle{
	animation: twinkle 3s infinite ease-in-out;
}
.products_btns::after{
	content: "";
	display: block;
	clear: both;
}
.products_f{
	display: none;
}
@keyframes twinkle{
	0%{opacity: 0.3;}
	30%{opacity: 1;}
	60%{opacity: 1;}
	100%{opacity: 0.3;}
}
@-webkit-keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  .fadeInLeft {
	-webkit-animation: fadeInLeft 1.5s;
	animation: fadeInLeft 1.5s;
  }
  @-webkit-keyframes fadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @keyframes fadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  .fadeInRight {
	-webkit-animation: fadeInRight 2s;
	animation: fadeInRight 2s;
  }
  
/*黑斑復發風險*/
.menu-list li .menu_01{
	width: 127px;
	height: 19px;
	background: url(../images/haku_menu_001.png) no-repeat;
	background-size: contain;
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_01{
	background-image: url(../images/haku_menu_001_hover.png);
}
/*秋季美白新對策*/
.menu-list li .menu_02{
	width: 149px;
	height: 19px;
	background: url(../images/haku_menu_002.png) no-repeat;
	background-size: contain;
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_02{
	background-image: url(../images/haku_menu_002_hover.png);
}

/*產品介紹*/
.menu-list li .menu_03{
	width: 83px;
	height: 19px;
	background: url(../images/haku_menu_003.png) no-repeat;
	background-size: contain;
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_03{
	background-image: url(../images/haku_menu_003_hover.png);
}
/*2019 TVCF*/
.menu-list li .menu_04{
	width: 102px;
	height: 19px;
	background: url(../images/haku_menu_004.png) no-repeat;
	background-size: contain;
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_04{
	background-image: url(../images/haku_menu_004_hover.png);
}
/*美白研究所*/
.menu-list li .menu_05{
	width: 106px;
	height: 19px;
	background: url(../images/haku_menu_005.png) no-repeat;
	background-size: contain;	
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_05{
	background-image: url(../images/haku_menu_005_hover.png);
}
/*達人美白對策*/
.menu-list li .menu_06{
	width: 127px;
	height: 19px;
	background: url(../images/haku_menu_006.png) no-repeat;
	background-size: contain;	
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_06{
	background-image: url(../images/haku_menu_006_hover.png);
}
/*美白進化史*/
.menu-list li .menu_07{
	width: 106px;
	height: 19px;
	background: url(../images/haku_menu_007.png) no-repeat;
	background-size: contain;	
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_07{
	background-image: url(../images/haku_menu_007_hover.png);
}
/*立即免費體驗*/
.menu-list li .menu_08{
	width: 127px;
	height: 19px;
	background: url(../images/haku_menu_008.png) no-repeat;
	background-size: contain;	
	transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.menu-list li a:hover .menu_08{
	background-image: url(../images/haku_menu_008_hover.png);
}
.menu-list li a:hover{
	text-decoration:none;
}


/*Mobile BTN*/
#mobile-menu-btn{
    width: 8%;
    padding-top: 4.5%;
    position: fixed;
    right: 15px;
    top: 22px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	display:none;
	cursor: pointer;
	z-index: 99999;
}
#mobile-menu-btn span{
	display: block;
	position: absolute;
    padding-top: 6%;
	width: 100%;
	background: #000;
	border-radius: 25px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
#mobile-menu-btn span:nth-child(1) {
	top: 0px;
}
#mobile-menu-btn span:nth-child(2),
#mobile-menu-btn span:nth-child(3){
	top: 44%;
}
#mobile-menu-btn span:nth-child(2){
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	box-shadow: none;
}
#mobile-menu-btn span:nth-child(4) {
	top: 84%;
}
#mobile-menu-btn.open span:nth-child(1){
	top: 9px;
	width: 0%;
	left: 50%;
}
#mobile-menu-btn.open span:nth-child(2){
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mobile-menu-btn.open span:nth-child(3){
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobile-menu-btn.open span:nth-child(4){
	top: 9px;
	width: 0%;
	left: 50%;
}
/*---Footer---*/
.footer{
	text-align:center;
}
.footer img{
	width: 100%;
	max-width: none;
}
.carousel-fade .carousel-inner > .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item img{
	width:100%;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.inner{
	width: 1200px;
	margin: 0 auto;
    position: relative;
}
/*--- KV ---*/
.block-one{
    width: 100%;
    padding-top: 40.5%;
    overflow: hidden;
    position: relative;
    margin:0 auto;
}
.block-one-bg{
    width: 87.283236994%;
    height: 100%;
    background: url(../images/haku_kv_1017.jpg) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}
.block-one .title {
    width: 3.836048344%;
    display: none;
    right: 5%;
    top: 5%;
    position: absolute;
}
.block-one .word {
	width: 40%;
    left: 24%;
    top: 21%;
    position: absolute;
}
/*.block-one .word:before{
    content: '';
    width: 13.03630363%;
    padding-top: 4.6%;
    background: url(../images/haku_kv_txt_02-new.png) center no-repeat;
    background-size: contain;
    z-index: 1;
    position: absolute;
    top: 62%;
    left: 27%;
    -webkit-animation: act_block_vis .6s ease-out infinite;
    animation: act_block_vis .6s ease-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}*/
.block-one_mask{
	width: 100%;
    /*height: 100%;*/
    height: 1123px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 8;
    transition: width 1.3s cubic-bezier(0.11, 0.2, 0.2, 1);
}
.block-one_mask.active{
	width: 0;
}

/*--- 2019 TVCF ---*/
.block-two{
    width: 100%;
    padding-top: 38.729%;
    overflow: hidden;
    position: relative;
}
.block-two .vi_b{
    width: 52.163426%;
    padding-top: 29.38%;
    cursor: pointer;
    position: absolute;
    left: 14%;
    top: 12%;
    z-index: 1;
    background: url(../images/haku_tvcf.jpg) center no-repeat;
    background-size: contain;
}
.block-two .vi_b:before{
    content: '';
    width: 7%;
    padding-top: 9%;
    position: absolute;
    background: url(../images/haku_b2_video_player.png) center no-repeat;
    background-size: 100%;
    top: 37.2%;
    left: 50%;
    margin-left: -2.5%;
    z-index: 1;
    cursor: pointer;  
    -webkit-animation: act_block_vis .6s ease-out infinite;
    animation: act_block_vis .6s ease-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; 
}
/*.block-two .vi_b:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    cursor: pointer;    
}*/
/*.block-two .vi_b video{
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    object-fit:fill;
}*/
.block-two .word{
	width: 20.07356805%;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 42%;
    right: 17.3%;
}
/*.block-two .yt_popup {
    cursor: pointer;
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
}
.block-two .yt_popup .video {
    position: relative;
    width: 65.6vw;
    height: 36.95vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

/*---美白新對策---*/
.block-three{
	width: 100%;
	padding-top: 72.324%;
    overflow: hidden;
    position: relative;
}
.block-three .top_block{
	width: 94.272201786%;
	padding-top: 33.6312%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../images/haku_b3_bg_01.png) center no-repeat;
    background-size: contain;
}
.block-three .top_block_txt-title{
    width: 22.438255386%;
    padding-top: 7.567%;
    position: absolute;
    left: 9.3%;
    top: 4%;
    z-index: 1;
    background: url(../images/haku_b3_txt_02-title.png) center no-repeat;
    background-size: contain;
}
.block-three .top_block_txt-desc{
    width: 20.336311087%;
    padding-top: 12.665%;
    position: absolute;
    left: 11.3%;
    top: 16.5%;
    z-index: 1;
    background: url(../images/haku_b3_txt_02-desc.png) center no-repeat;
    background-size: contain;
}
.block-three .bottom_block{
	width: 93.641618497%;
	padding-top: 43.4052%;
    position: absolute;
    left: 0;
    top:40.7%;
    z-index: 1;
    background: url(../images/haku_b3_bg_02.png) center no-repeat;
    background-size: contain;
}
.block-three .center_txt{
    width: 35.627955859%;
    padding-top: 42.775%;
    position: absolute;
    left: 31%;
    top: 16%;
    background: url(../images/haku_b3_txt_01.png) center no-repeat;
    background-size: contain;
    z-index: 2;
}
.block-three .bottom_block_txt-title{
    width: 22.438255386%;
    padding-top: 7.462%;
    position: absolute;
    right: 11.4%;
    top: 75.5%;
    z-index: 1;
    background: url(../images/haku_b3_txt_03-title.png) center no-repeat;
    background-size: contain;
}
.block-three .bottom_block_txt-desc{
    width: 19.915922228%;
    padding-top: 12.717%;
    position: absolute;
    right: 14%;
    top: 57.5%;
    z-index: 1;
    background: url(../images/haku_b3_txt_03-desc.png) center no-repeat;
    background-size: contain;
}
.block-three .bottom_block_icon_01{
	background: url(../images/haku_b3_icon_01.png) center no-repeat;
    left: 29%;
}
.block-three .bottom_block_icon_02{
	background: url(../images/haku_b3_icon_02.png) center no-repeat;
    left: 34%;
}
.block-three .bottom_block_icon_03{
	background: url(../images/haku_b3_icon_03.png) center no-repeat;
    left: 39%;
}
.block-three .bottom_block_icon_04{
	background: url(../images/haku_b3_icon_04.png) center no-repeat;
    left: 44%;
}
.block-three .bottom_block_icon{
    width: 4.729374671%;
    padding-top: 5.781%;
    position: absolute;
    top: 84%;
    z-index: 1;
    background-size: contain;
}
/*---美白研究所---*/
.block-four{
	width: 100%;
	padding-top: 105.728%;
    overflow: hidden;
    position: relative;
    background: url(../images/haku_b4_bg.png) center center no-repeat;
    background-size: cover;
}
.block-four .top_block_left_video_bg{
    width: 37.67735155%;
    padding-top: 32.843%;
    cursor: pointer;
    position: absolute;
    left: 13.8%;
    top: 11.1%;
    z-index: 1;
    background: url(../images/haku_b4_top_video.png) center no-repeat;
    background-size: contain;
}
.block-four .top_block_left_video{
    width: 22%;
    padding-top: 32.1%;
    cursor: pointer;
    position: absolute;
    left: 19.5%;
    top: 14.4%;
    z-index: 1;
    overflow: hidden;
}
.block-four .top_block_left_video video{
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
}
.block-four .top_block_left_video-title{
    width: 21.702574881%;
    padding-top: 3.206%;
    cursor: pointer;
    position: absolute;
    left: 24%;
    top: 37%;
    z-index: 2;
    background: url(../images/haku_b4_top_video-title.png) center no-repeat;
    background-size: contain;
}

.block-four .top_block_right_txt-title{
    width: 28.638991066%;
    padding-top: 5.728%;
    cursor: pointer;
    position: absolute;
    right: 18%;
    top: 4.7%;
    background: url(../images/haku_b4_top_txt-title.png) center no-repeat;
    background-size: contain;
}
.block-four .top_block_right_txt-desc{
    width: 20.756699947%;
    padding-top: 8.881%;
    cursor: pointer;
    position: absolute;
    right: 18%;
    top: 11.6%;
    background: url(../images/haku_b4_top_txt-desc_1017.png) center no-repeat;
    background-size: contain;
}
.block-four .top_block_right_btn_00{
	top: 25%;
    background: url(../images/haku_b4_btn_01.png) center no-repeat;
    background-size: contain;
}
.block-four .top_block_right_btn_00:hover,
.block-four .top_block_right_btn_00.active{
	background-image: url(../images/haku_b4_btn_01_hover.png);
}
.block-four .top_block_right_btn_01{
	top: 28.05%;
    background: url(../images/haku_b4_btn_02_1017.png) center no-repeat;
    background-size: contain;
}
.block-four .top_block_right_btn_01:hover,
.block-four .top_block_right_btn_01.active{
	background-image: url(../images/haku_b4_btn_02_hover_1017.png);
}
.block-four .top_block_right_btn_02{
	top: 31.1%;
    background: url(../images/haku_b4_btn_03.png) center no-repeat;
    background-size: contain;
}
.block-four .top_block_right_btn_02:hover,
.block-four .top_block_right_btn_02.active{
	background-image: url(../images/haku_b4_btn_03_hover.png);
}
.block-four .top_block_right_btn_03{
	top: 34.15%;
    background: url(../images/haku_b4_btn_04.png) center no-repeat;
    background-size: contain;
}
.block-four .top_block_right_btn_03:hover,
.block-four .top_block_right_btn_03.active{
	background-image: url(../images/haku_b4_btn_04_hover.png);
}
.block-four .top_block_right_btn{
    width: 18.024172359%;
    padding-top: 2.575%;
    cursor: pointer;
    position: absolute;
    right: 18%;
    transition: background-image 0.2s ease;
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
}
.block-four .bottom_block{
    width: 100%;
    padding-top: 58.5%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
}

.block-four .bottom_block .swiper-container-0{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block-four .bottom_block .swiper-container-1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block-four .bottom_block .swiper-container-2{
	width: 63.058328954%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -31.529164477%;
}
.block-four .bottom_block .swiper-container-0 .bottom_block_b1{
    width: 42.091434577%;
    padding-top: 25.4864%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -21.0407172885%;
    top: 21%;
    background: url(../images/haku_b4_bottom_b1_1017.png) center no-repeat;
    background-size: contain;
}
.block-four .bottom_block .swiper-container-0 .bottom_block_b2{
    width: 73.988439306%;
    padding-top: 45.087%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -36.994219653%;
    top: 0%;
    background: url(../images/haku_b4_bottom_b2_1_1017.png) center no-repeat;
    background-size: contain;
}

.block-four .bottom_block .swiper-container-0 .bottom_block_b3{
    width: 79.978980557%;
    padding-top: 19.0752%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -39.989490278%;
    top: 30%;
    background: url(../images/haku_b4_bottom_b3_1017.png) center no-repeat;
    background-size: contain;
}
.block-four .bottom_block .swiper-container-0 .bottom_block_b4-1{
	display: block;
    width: 100%;
    padding-top: 124.824%;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 25%;
    background: url(../images/haku_b4_bottom_b4-1.png) center no-repeat;
    background-size: contain;
}
.block-four .bottom_block .swiper-container-0 .bottom_block_b4-2{
	display: block;
    width: 100%;
    padding-top: 124.824%;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 25%;
    background: url(../images/haku_b4_bottom_b4-2.png) center no-repeat;
    background-size: contain;
}
.block-four .bottom_block .swiper-container-0 .bottom_block_b4-3{
	display: block;
    width: 100%;
    padding-top: 124.824%;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 25%;
    background: url(../images/haku_b4_bottom_b4-3.png) center no-repeat;
    background-size: contain;
}
.block-four .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #828284;
    opacity: 1; 
    outline: none;
}
.block-four .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000100;
}
.block-four .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.block-four .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 7%;
    left: 0;
    width: 100%;
}
.block-four .swiper-button-prev, 
.block-four .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/haku_b4_prev.png);
    left: 5%;
    right: auto;
}
.block-four .swiper-button-next, 
.block-four .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/haku_b4_next.png);
    right: 5%;
    left: auto;
}
.block-four .swiper-button-next, 
.block-four .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 1.629006831%;
    height: auto;
    padding-top: 5%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	outline: none;
}

/* kol */

.block_kol{
	width: 100%;
	height: 0;
	padding-top: 74.0104167%;
	background: url(../images/kol_bg.jpg) no-repeat;
	position: relative;
}
.kol_container{
	width: 72.9166%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 5%;
	overflow: hidden;
}
.block_kol .title{
	width: 65.214%;
	height: 10.08522%;
	background: url(../images/kol_title.png) no-repeat 0 0 / contain;
}
.block_kol .video{
	width: 88.0714286%;
	margin: 0 auto;
	padding-top: 3%;
	position:relative;
}
.block_kol .pic{
	width: 100%;
	margin: 0;
	order: 2;
	position: relative;
}
.block_kol .pic::before{
	content: "";
	display: block;
	width: 5.5115%;
	height: 13.325%;
	background: url(../images/kol_video_play.png) no-repeat 0 0 / contain;
	position: absolute;
	top: 53%;
	left: 46%;
	animation: twinkle 3s infinite ease-in-out;
	cursor: pointer;
}
.block_kol .pic a{
	display: block;
	width: 5.5115%;
	height: 13.325%;
	position: absolute;
	top: 53%;
	left: 46%;
}
.block_kol .pic img{
	width: 100%;
	vertical-align: middle;
}
.block_kol .video_prev{
	width: 2.5714%;
	order: 1;
	cursor: pointer;
	background: transparent;
	outline:none;
	left: -5%;
}
.block_kol .video_next{
	width: 2.5714%;
	order: 3;
	cursor: pointer;
	background: transparent;
	outline:none;
	right: -5%;
}
.block_kol .blog{
	width: 88.0714286%;
	height: 37.5%;
	display: flex;
	justify-content: space-between;
	margin: 2.5% auto 0;
}
.blog_items{
	width: 30.36%;
	height: 100%;
	position: relative;
}
.blog_items a{
	width: 28.8409704%;
	height: 5.7324%;
	display: block;
	position: absolute;
	top: 81.55%;
	left: 35%;
}
.blog_pic1{
	background: url(../images/kol_blog_1.jpg) no-repeat 0 0 / contain;
}
.blog_pic2{
	background: url(../images/kol_blog_2.jpg) no-repeat 0 0 / contain;
}
.blog_pic3{
	background: url(../images/kol_blog_3.jpg) no-repeat 0 0 / contain;
}


/*---美白進化史---*/
.block-five{
    width: 100%;
    padding-top: 71.4661%;
    overflow: hidden;
    position: relative;
    background: url(../images/haku_b5_bg.png) center center no-repeat;
    background-size: cover;
}
.block-five .txt_01{
    width: 1.786652653%;
    padding-top: 21.861%;
    background: url(../images/haku_b5_txt_01.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 16.3%;
    left: 15.3%;
}
.block-five .txt_02{
    width: 1.786652653%;
    padding-top: 16.8682%;
    background: url(../images/haku_b5_txt_02.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 14%;
    left: 19.2%;
}
.block-five .txt_03{
	width: 1.786652653%;
    padding-top: 19.443%;
    background: url(../images/haku_b5_txt_03.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 22.5%;
    left: 23%;
}
.block-five .step_ani{
    width: 32.632685233%;
    padding-top: 20.074%;
    background: url(../images/haku_b5_step.gif) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 5%;
    left: 35%;
}
.block-five .gne_01{
    width: 6.988964792%;
    padding-top: 10.563%;
    background: url(../images/haku_b5_gne_01.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 32%;
    z-index: 2;
}
.block-five .gne_01_block{
    width: 4.5%;
    padding-top: 31%;
    position: absolute;
    top: 22%;
    left: 33%;
    z-index: 1;
}
.block-five .gne_01_txt{
    width: 29.427220178%;
    padding-top: 24.593%;
    background: url(../images/haku_b5_gne_txt_01.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15%;
    left: 21%;
    opacity: 0;
    transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	z-index: 3;
}
.block-five .gne_02{
    width: 6.988964792%;
    padding-top: 5.833%;
    background: url(../images/haku_b5_gne_02.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15.8%;
    left: 36.3%;
    z-index: 2;
}
.block-five .gne_02_block{
    width: 4.1%;
    padding-top: 32%;
    position: absolute;
    top: 23%;
    left: 37.5%;
    z-index: 1;   
}
.block-five .gne_02_txt{
    width: 29.427220178%;
    padding-top: 22.3332%;
    background: url(../images/haku_b5_gne_txt_02.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 22.7%;
    left: 24%;
    opacity: 0;
    transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	z-index: 3;
}
.block-five .gne_03{
    width: 6.988964792%;
    padding-top: 11.141%;
    background: url(../images/haku_b5_gne_03.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 8.8%;
    left: 42.6%;
    z-index: 2;
}
.block-five .gne_03_block{
    width: 4.6%;
    padding-top: 33%;
    position: absolute;
    top: 24%;
    left: 41.6%;
    z-index: 1;
}
.block-five .gne_03_txt{
    width: 29.427220178%;
    padding-top: 20.757%;
    background: url(../images/haku_b5_gne_txt_03.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15.7%;
    left: 31%;
     opacity: 0; 
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    z-index: 3;
}
.block-five .gne_04{
    width: 6.988964792%;
    padding-top: 7.515%;
    background: url(../images/haku_b5_gne_04.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15.3%;
    left: 47.3%;
    z-index: 2;
}
.block-five .gne_04_block{
    width: 5.8%;
    padding-top: 34%;
    position: absolute;
    top: 26%;
    left: 46.2%;
    z-index: 1;
}
.block-five .gne_04_txt{
	width: 29.427220178%;
    padding-top: 24.12%;
    background: url(../images/haku_b5_gne_txt_04.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 22%;
    left: 36%;
    opacity: 0; 
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    z-index: 3;
}
.block-five .gne_05{
    width: 6.988964792%;
    padding-top: 15.765%;
    background: url(../images/haku_b5_gne_05.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 5.1%;
    left: 52.6%;
    z-index: 2;
}
.block-five .gne_05_block{
    width: 5.8%;
    padding-top: 36%;
    position: absolute;
    top: 27%;
    left: 52%;
    z-index: 1;
}
.block-five .gne_05_txt{
    width: 29.427220178%;
    padding-top: 25.749%;
    background: url(../images/haku_b5_gne_txt_05.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 12%;
    left: 41%;
    opacity: 0; 
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    z-index: 3;
}
.block-five .gne_06{
    width: 7.042%;
    padding-top: 11.298%;
    background: url(../images/haku_b5_gne_06.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 12.4%;
    left: 57.9%;
    z-index: 2;
}
.block-five .gne_06_block{
    width: 7%;
    padding-top: 38%;
    position: absolute;
    top: 28%;
    left: 57.8%;
    z-index: 1;
}
.block-five .gne_06_txt{
    width: 29.427220178%;
    padding-top: 23.647%;
    background: url(../images/haku_b5_gne_txt_06.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 19.5%;
    left: 47%;
    opacity: 0; 
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    z-index: 3;
}
.block-five .gne_07{
    width: 6.988964792%;
    padding-top: 9.144%;
    background: url(../images/haku_b5_gne_07.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 17.2%;
    left: 68%;
    z-index: 2;
}
.block-five .gne_07_block{
    width: 11%;
    padding-top: 43%;
    position: absolute;
    top: 29%;
    left: 65.8%;
    z-index: 1;
}
.block-five .gne_07_txt{
    width: 29.427220178%;
    padding-top: 28.692%;
    background: url(../images/haku_b5_gne_txt_07.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 24%;
    left: 57.3%;
    opacity: 0; 
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    z-index: 3;
}
.block-five .gne_01_txt,
.block-five .gne_02_txt,
.block-five .gne_03_txt,
.block-five .gne_04_txt,
.block-five .gne_05_txt,
.block-five .gne_06_txt,
.block-five .gne_07_txt{
	pointer-events: none;
}
.block-five .gne_01:hover +  .gne_01_block + .gne_01_txt,
.block-five .gne_01_block:hover + .gne_01_txt,
.block-five .gne_02:hover +  .gne_02_block + .gne_02_txt,
.block-five .gne_02_block:hover + .gne_02_txt,
.block-five .gne_03:hover +  .gne_03_block + .gne_03_txt,
.block-five .gne_03_block:hover + .gne_03_txt,
.block-five .gne_04:hover +  .gne_04_block + .gne_04_txt,
.block-five .gne_04_block:hover + .gne_04_txt,
.block-five .gne_05:hover +  .gne_05_block + .gne_05_txt,
.block-five .gne_05_block:hover + .gne_05_txt,
.block-five .gne_06:hover +  .gne_06_block + .gne_06_txt,
.block-five .gne_06_block:hover + .gne_06_txt,
.block-five .gne_07:hover +  .gne_07_block + .gne_07_txt,
.block-five .gne_07_block:hover + .gne_07_txt{
	opacity: 1;
}
/*---動畫影片---*/
.block-six{ 
    width: 100%;
    padding-top: 21%;
    overflow: hidden;
    position: relative;
}

.block-six .video{
    width:100%;
    position: absolute;
    top: -1px;
    left: 0;
}

/*b5 form*/

.b5_form{
    position:relative;
	z-index:5;
	overflow: hidden;
}
.b5_form_kv{
	position: relative;
}
.b5_form_kv_des{
	position: absolute;
	width: 31.04%;
	top: 8%;
	left: 42.5%;
}
.b5_form_kv img,
.b5_form_kv_des img{
	width:100%;
}
.form-container{
    width: 95%;
    margin: -30px auto 30px;
    padding-top:30px;
    padding-bottom:30px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    background-color: #fff;
    z-index: 12;
    position: relative;
}
.counter_choose{
    position:relative;
}
#map_loading,
#map_loading_2{
    position: absolute;
    width: 15.5%;
    height: 48%;
    z-index: 2;
    background-color: rgba(255,255,255,0.7);
    left: 26.2%;
    top: -7%;
}
.counter_select{
    width:970px;
    list-style:none;
    margin:0 auto 30px;
}
.counter_select li{
    float:left;
    height:57px;
    border:1px solid #494645;
    line-height:55px;
    text-align:center;
    margin:0 7px;
    font-weight:bold;
    font-size:24px;
    color:#000;
    outline:none;
    border-radius: 40px;
}
li.counter{
    border:0;
}
.find_counter{
    width:275px;
    cursor:pointer;
    background-color:#fff;
}
.find_counter img{
    width: 7%;
    margin-right:15px;
    margin-top: -4px;
    vertical-align: middle;
}
.find_counter span{
    letter-spacing: 4px;
}
.select{
    width:275px;
    background-color:#fff;
}
.counter_select select{
    width:100%;
    height: 100%;
    cursor: pointer;
    padding: 0 70px 0 60px;
    border: 0;
    outline: none;
    background: url(../images/haku_form_select_area.png) right 60px center no-repeat;
    background-size:18px;
    letter-spacing: 4px;
}

.counter_select select option{
    font-size:16px;
}
.tips{
    width: 310px;
    margin: 50px auto;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
.tips img{
    display:block;
}
#map_choose_container,
#map_choose_container_2{
    display:none;
}
.map{
    max-width:985px;
    margin:0 auto;
    margin-bottom:30px;
}
.map > div{
    float:left;
}
.google_map{
    width:650px;
    height:600px;
    background:#ccc;
    border: 1px solid #000;
    border-right-width:0;
}
.counter_list{
    width:335px;
    height:600px;
    background-color:#fff;
    border: 1px solid #000;
}
.list_title{
    width:100%;
    font-size:20px;
    background-color:#000;
    text-align:center;
    padding:10px 15px;
    font-weight:bold;
    color:#fff;
    position:relative;
}
.counter_ul{
    height:552px;
    overflow-y: auto;
}
.counter_ul::-webkit-scrollbar {
    width: 5px;
    border-left: 5px solid #b6b6b6;
}
.counter_ul::-webkit-scrollbar-track {
    background-color: #fff;
}

.counter_ul::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-left: 5px solid #b6b6b6;
}
.counter_ul li{
    padding:0 20px;
}
.counter_ul label{
    position:relative;
    display:block;
    padding:25px 0 25px 40px;
    border-bottom:1px solid #c9c9c9;
    cursor:pointer;
}
.counter_ul input[type=radio]{
    display:none;
}
.counter_ul label span{
    position:absolute;
    width:25px;
    height:25px;
    border: 2px solid #000;
    left:0;
    top:28px;
}
.counter_ul input[type=radio]:checked+label span {
    background: url(../images/haku_check_icon.png) center center no-repeat;
    background-size: 80%;
}
.c_name{
    margin-bottom:10px;
    color:#000;
}
.c_phone,
.c_address,
.s_tel,
.s_addr{
    position:relative;
    padding-left:23px;
    font-size:14px;
    margin-bottom:3px;
    color:#000;
}
.c_name{
    font-size: 20px;
    font-weight: bold;
}
.c_address{
    margin-bottom:10px;
}
.s_tel,
.s_addr{
    font-size:16px;
}
.s_tel{
    margin-right:20px;
}

.c_phone:before,
.c_address:before,
.s_tel:before,
.s_addr:before{
    content:'';
    width:13px;
    height:20px;
    position: absolute;
    left:4px;
    top:3px;
    background-repeat:no-repeat;
    background-size: 100%;
}
.c_phone:before,
.s_tel:before{
    background-image:url(../images/haku_phone_icon.png);
}
.s_tel:before{
    background-image:url(../images/haku_phone_icon.png);
}
.c_address:before{
    background-image:url(../images/haku_location_icon.png);
}
.s_addr:before{
    background-image:url(../images/haku_location_icon.png);
}
.counter_ok{
    width:310px;
    margin: 0 auto 50px;
    cursor:pointer;
}
.counter_ok.disabled{
    opacity:0.7;
    cursor: not-allowed;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}
.form_page{
    position:relative;
    display:none;
    margin: 0 0 30px;
}
.form_header,
.form_inner,
.success-page{
    max-width:550px;
    margin: 0 auto;
}
.s_title{
    font-size:24px;
    font-weight:bold;
    margin-bottom:4px;
}
.input_row{
    position:relative;
    max-width:500px;
    padding-left:90px;
    margin-bottom:10px;
}
.input_row span{
    position:absolute;
    left:0;
    font-weight:bold;
    font-size:20px;
    line-height:38px;
}
.form_body,
.success-page{
    padding-top:25px;
}
.form-input{
    width:100%;
    display: block;
    border: 1px solid #000;
    padding: 5px 15px;
    font-size: 18px;
    color:#1e1e1e;
    background-color: #fff!important;
    outline:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity:0.4;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity:0.4;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity:0.4;
}
:-moz-placeholder { /* Firefox 18- */
    opacity:0.4;
}
.star{
    margin-right:12px;
    font-size:22px;
}
.form-checkbox-input{
    max-width:630px;
    margin:45px auto 0px;
    font-size: 18px;
}

.form-checkbox-input label {
    padding-left:30px;
    position: relative;
    font-weight:bold;
    cursor:pointer;
    margin:0 20px 0 0;
    color:#000;
}
.checkbox-label a{
    color:#000;
    text-decoration:underline;
}
.checkbox-label:before{
    content: '';
    width:24px;
    height:24px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    border:2px solid #000;
}
.form-checkbox-input input:checked + .checkbox-label:after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 3px;
    color: #d8b658;
    width: 16px;
    height: 20px;
    background-image: url(../images/haku_check_icon.png);
    background-size:100%;
    background-repeat:no-repeat;
}

.checkbuy{
    font-weight: bold;
    margin-top:15px;
}
.checkbuy span{
    margin-right:12px;
}
.notice{
    font-size:14px;
    color:#e94686;
}
.send-btn,
.back-btn{
    width:285px;
    cursor:pointer;
    border: none;
    padding: 0;
    background-color: transparent;
}
.form-btn-box{
    width: 658px;
    margin: 30px auto;
}
.back-btn{
    margin-right:70px;
}
.is-end{
    color:#000;
    text-align:center;
    font-size: 14px;
    padding:10px 15px;
}
.d_info{
    min-height:35px;
    font-size: 20px;
    line-height: 35px;
    padding-left:5px
}
.notice_content{
    width:940px;
    padding-top:360px;
    background-image:url(../images/haku_notice_2.png);
    margin: 3% auto 2%;
    display:none;
}

/*b5_form pop*/
.pop-up{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:none;
    overflow: auto;
    text-align:center;
    background: rgba(0,0,0,0.8);
}
.pop-window{
    width:31%;
    max-width:768px;
    height:auto;
    position:relative;
    margin:0 auto;
    top:5%;
}
.pop-container{
    padding-top: 64%;
    position: relative;
    margin-bottom:5%;
}
.pop-container p{
    min-height:72px;
    margin-bottom:34px;
}
.pop-close{
    width:5%;
    padding-top:5%;
    position:absolute;
    right:20px;
    top:20px;
    cursor:pointer;
}
.pop-close:before,
.pop-close:after{
    content:'';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pop-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pop-success{
    font-size:28px;
    margin:40px 0 25px;
}
.pop-sel{
    width: 64.4%;
    position: absolute;
    top: 85.5%;
    left: 26.3%;
    padding-top: 7.3%;
}
.pop-sel select{
    width: 37%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border: 0;
    outline:0;
    padding-left: 5%;
    font-size: 18px;
    line-height: 100%;
    color:#c2c2c2;
    cursor:pointer;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.pop-sel select option{
    color:#000;
}
.resend-btn,
.line-cert {
    cursor: pointer;
    border: none;
    padding: 0;
    background-color:transparent;
    outline: none;
    margin:0;
    position:absolute;
}
.resend-btn:hover,
.resend-btn:focus{
    outline:0!important;
}

.pop-up.limited .pop-container{
    background-image:url(../images/haku_thx_1.jpg);
    padding-top:170%;
}
.pop-up.limited .pop-close:before,
.pop-up.limited .pop-close:after{
    background: #000;
}
.pop-up.limited .resend-btn {
    width: 88%;
    padding-top: 9%;
    top: 57.3%;
    left: 5.8%;
}
.pop-up.limited .line-cert {
    width: 67%;
    padding-top: 9%;
    top: 91.5%;
    left: 25.8%;
}
#month{
    width:31%;
    left:38%;
}
#day{
    width:31%;
    left:69%;
}

.pop-up.type_a .pop-container{
    background-image:url(../images/mq_thx_exp_a_2.jpg);
    padding-top:200%;
}
.pop-up.type_a .pop-close:before,
.pop-up.type_a .pop-close:after{
    background: #000;
}
.pop-up.type_a .resend-btn {
    width: 88%;
    padding-top: 9%;
    top: 39%;
    left: 5.8%;
}
.pop-up.type_a .line-cert {
    width: 65%;
    padding-top: 9%;
    top: 90.7%;
    left: 25.8%;
}
#month_2{
    width:31%;
    left:38%;
}
#day_2{
    width:31%;
    left:69%;
}

.go_exp_b{
    display:none;
}
.pop-up.type_b .pop-container{
    background-image:url(../images/mq_thx_exp_b_2.jpg);
    padding-top:234%;
}
.pop-up.type_b .pop-close:before,
.pop-up.type_b .pop-close:after{
    background: #000;
}
.pop-up.type_b .resend-btn {
    width: 88%;
    padding-top: 9%;
    top: 33.3%;
    left: 5.8%;
}
.pop-up.type_b .pop-sel{
    top:88.5%;
}
.pop-up.type_b .line-cert {
    width: 65%;
    padding-top: 9%;
    top: 92.8%;
    left: 25.8%;
}
.pop-up.type_b .go_exp_b{
    width: 88%;
    padding-top: 9%;
    top: 68.8%;
    left: 6%;
    position: absolute;
    display: block;
    cursor:pointer;
}




@media(min-width: 769px){
    .block-six .video video{
        width: 90%;
        display: block;
        margin: 0 0 0 auto;
    }
}


@media(max-width: 1001px){
	.pop-sel select{
		font-size: 18px;
	}
}
@media (min-width:769px){
	.menu-list li a:hover:after{
		opacity: 1;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
	}
	.menu-list li.fb-link a:hover:after{
		opacity: 0;
		display: none;
	}
	.m-show{
		display:none!important;
	}
}
@media (min-width:769px) and (max-width:1366px){
	.header .m-show{
		display:block!important;
	}
}

@media(max-width: 1600px)
{
	.menu-list{
		margin-left: 70px;		
	}
	.menu-list li .menu_01{
		width: 105px;
	}
	.menu-list li .menu_02{
		width: 123px;
	}
	.menu-list li .menu_03{
		width: 70px;
	}
	.menu-list li .menu_04{
		width: 88px;
	}
	.menu-list li .menu_05{
		width: 88px;
	}
	.menu-list li .menu_06{
		width: 106px;
	}
	.menu-list li .menu_07{
		width: 88px;
	}
	.menu-list li .menu_08{
		width: 106px;
	}
}
@media(max-width: 1366px){
	.header .m_hidden{
		display: none !important;
	}
	.header .pc-show{
		display:none!important;
	}
	.two-col{
		width:100%;
	}
	.container-half{
		float:none!important;
		margin-left: auto;
		margin-right: auto;
	}
	/*---Header---*/
	.header{
		z-index:1000;
    	top: 0;
    	width: 100%;
	}
	.header .container {
	    max-width: 100%;
	}
	.mobile-header{
		position: relative;
		z-index:1001;
		height: 60px;
	}
	/* .logo{
    	width: 30%;
        margin: 22px 0 0 15px;
	} */

	.menu{
		width:100%;
		height:110%;
		position:fixed;
		top:0;
		left:0;
		opacity:0;
		visibility: hidden;
		background-color: rgba(0,0,0,0.8);
		overflow:hidden;
	}
	.menu-container{
		width:100%;
		position: absolute;
		top: 45%;
		margin-top:-220px;
		overflow-y: auto;
	}
	.menu-list{
		width: 100%;
		height: 100%;
    	margin: 0 auto;
		text-align:center;
	}
	.menu-list li,
	.menu-list a{
		width:100%;
		display:block;
	}
	.menu-list li a{
		background-color: transparent;
		padding:20px;
	}
	.menu-list li a img{
		max-width: 266px;
	}
	#menu-one .m-show{
		width: 45.703125%;;
	}
	#menu-two .m-show{
		width: 45.703125%;;
	}
	#menu-three .m-show{
		width: 45.703125%;;
	}
	#menu-four .m-show{
		width: 45.703125%;;
	}
	#menu-five .m-show{
		width: 45.703125%;
	}
	#menu-six .m-show{
		width: 45.703125%;
	}
	#menu-seven .m-show{
		width: 45.703125%;
	}
	#menu-eight .m-show{
		width: 45.703125%;
	}
	.menu-list li a{
		background-color: transparent;
		padding:15px;
	}
	#mobile-menu-btn{
		display:block;
		z-index:1002;
	}
	#mobile-menu-btn.open + .menu{
		visibility: visible;
		opacity:1;
		transition: opacity 0.4s ease,visibility 0.4s ease;
		-webkit-transition: opacity 0.4s ease,visibility 0.4s ease;
		-moz-transition: opacity 0.4s ease,visibility 0.4s ease;
		-o-transition: opacity 0.4s ease,visibility 0.4s ease;
	}
}
@media(max-width: 1300px)
{
	.menu-list li .menu_01{
		width: 100px;
	}
	.menu-list li .menu_02{
		width: 114px;
	}
	.menu-list li .menu_03{
		width: 65px;
	}
	.menu-list li .menu_04{
		width: 81px;
	}
	.menu-list li .menu_05{
		width: 82px;
	}
	.menu-list li .menu_06{
		width: 98px;
	}
	.menu-list li .menu_07{
		width: 82px;
	}
	.menu-list li .menu_08{
		width: 92px;
	}
}
/* @media(max-width: 1100px)
{
	.logo {
	    margin: 26px 0 0 15px;
	}
} */
@media (max-width:768px){
	body{
		padding-top:70px;
	}
	.m_hidden{
		display: none !important;
	}
	.pc-show{
		display:none!important;
	}
	.two-col{
		width:100%;
	}
	.container-half{
		float:none!important;
		margin-left: auto;
		margin-right: auto;
	}
	/*---Header---*/
	.header{
		z-index:1000;
    	top: 0;
		width: 100%;
		min-height: 70px;
	}
	.header .container {
	    max-width: 100%;
	}
	.mobile-header{
		position: relative;
		z-index:1001;
		height: 60px;
	}
	.logo{
    	width: 30%;
        margin: 22px 0 0 20px;
	}

	.menu{
		width:100%;
		height:110%;
		position:fixed;
		top:0;
		left:0;
		opacity:0;
		visibility: hidden;
		background-color: rgba(0,0,0,0.8);
		overflow:hidden;
	}
	.menu-container{
		width:100%;
		position: absolute;
		top: 35%;
		margin-top:-220px;
		overflow-y: auto;
	}
	.menu-list{
		width: 100%;
		height: 100%;
    	margin: 0 auto;
		text-align:center;
	}
	.menu-list li,
	.menu-list a{
		width:100%;
		display:block;
	}
	.menu-list li a{
		background-color: transparent;
		padding:20px;
	}
	/* #menu-one .m-show{
		width: 36.71875%;
	}
	#menu-two .m-show{
		width: 37.890625%;
	}
	#menu-three .m-show{
		width: 37.890625%;
	}
	#menu-four .m-show{
		width: 37.890625%;
	}
	#menu-five .m-show{
		width: 45.703125%;
	} */
	#mobile-menu-btn{
		display:block;
		z-index:1002;
	}
	#mobile-menu-btn.open + .menu{
		visibility: visible;
		opacity:1;
		transition: opacity 0.4s ease,visibility 0.4s ease;
		-webkit-transition: opacity 0.4s ease,visibility 0.4s ease;
		-moz-transition: opacity 0.4s ease,visibility 0.4s ease;
		-o-transition: opacity 0.4s ease,visibility 0.4s ease;
	}
	
	/*---Footer---*/
	
	/*---block one---*/
	.block-one{
		padding-top: 165.76%;
		overflow: hidden;
	}
	.block-one-bg{
	    width: 83.203125%;
	    height: 100%;
	    background: url(../images/haku_kv_m_1017.jpg) left top no-repeat;
	    background-size: contain;
	}
	.block-one .title {
	    width: 9.505208333%;
	    right: 4%;
   		top: 11%;
	}
	.block-one .word {
		width: 67.5%;
	    left: 10%;
	    top: 63.1%;
	}
	
	/*---2019 TVCF---*/
	.block-two {
	    padding-top: 175.342%;
	}
    .block-two .vi_b{
        width: 86.71875%;
        padding-top: 114.193%;
        position: absolute;
        left: auto;
        right: 0;
		
		top: auto;
	    bottom: 9%;
        z-index: 1;
        background: url(../images/haku_tvcf_m.jpg) center no-repeat;
        background-size: contain;
    }
    .block-two .vi_b:before{
        content: '';
        width: 13%;
        padding-top: 19%;
        top: 38.3%;
        left: 50%;
    }
	.block-two .word{
	    width: 76.692708333%;
	    top: 6%;
	    left: 12%;
	}

	
	/* black_spot */
	.black_spot{
		padding-top: 167.708%;
		background: url(../images/black_spot_bg_m_1017.jpg) no-repeat 0 0 / contain;
	}
	.black_spot_title{
		width: 57.1614583%;
		top: 7%;
		left: 8.5%;
	}
	.black_spot_des{
		width: 48%;
		top: 24%;
		left: 12.5%;
	}
	.black_spot_detail{
		width: 89.285%;
		height: 18.0284%;
		top: 75%;
		left: 50%;
		transform: translateX(-50%);
	}
	.black_spot_detail::before{
		content: "";
		position: absolute;
		display: block;
		width: 25%;
		height: 7.04%;
		top: -8%;
		left: 73%;
		background: url(../images/ps_word.png) no-repeat 0 0 / contain;
	}
	.black_spot_detail_item{
		width: 25%;
		position: relative;
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.black_spot_detail_item + .black_spot_detail_item::before{
		content: "";
		width: 1px;
		height: 0;
		padding-top: 80%;
		background: #000;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.black_spot_detail_item_group{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.location p {
		font-size: 26px;
		padding: 9.77% 0;
		margin: 0;
	}
	.location figure {
		width: 38.6212224%;
	}
	.location_select{
		width: 90%;
		border-radius: 15px;
		background:#BABAC5;
		text-align: center;
		position: relative;
	}
	#location_city_select{
		width: 75%;
		border: 0;
		background: url(../images/black_spot_local_icon_chose.png) no-repeat 100% 50% / 13%, transparent;
		outline: none;
		cursor: pointer;
		position: relative;
	}
	.weather figure{
		width: 55%;
	}
	.weather p {
		font-size: 26px;
		padding: 12% 0;
		margin: 0;
	}
	.wet figure{
		width: 48.29%;
	}
	.wet p {
		font-size: 26px;
		padding: 17% 0 0 0;
		margin: 0;
	}
	.uv figure{
		width: 51.707%;
	}
	.uv p {
		font-size: 26px;
		padding: 9% 0;
		margin: 0;
	}
	.uv ul{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.uv li{
		list-style: none;
		opacity: 0.3;
		margin: 0 2%;
	}

	/* products */
	
	.products_v_des,.products_f_des{
		width: 85%;
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.products_btns{
		width:60%;
		position: absolute;
		top: 4%;
		left: 7%;
	}
	.v_btn{
		width: 41.523%;
		height: 0;
		padding-top: 11.7936%;
		float: left;
		background: url(../images/products_v_btn.jpg) no-repeat 0 0 / 100%;
		cursor: pointer;
		
	}
	.f_btn_n{
		width: 54.79%;
		height: 0;
		padding-top: 11.7936%;
		margin-left: 3.68%;
		float: left;
		background: url(../images/products_f_btn_n.png) no-repeat 0 0 / 100%;
		cursor: pointer;
		opacity: 1;
	}
	.v_btn_n{
		background: url(../images/products_v_btn_n.png) no-repeat 0 0 / 100%;
		opacity: 1;
	}
	.f_btn{
		background: url(../images/products_f_btn.jpg) no-repeat 0 0 / 100%;
	}


		

	/*---美白研究所---*/
	.block-four {
	    width: 100%;
	    padding-top: 302.084%;
	    background: url(../images/haku_b4_bg_m.png) center center no-repeat;
	    background-size: cover;
	}
	.block-four .top_block_right_txt-title {
	    width: 70.703125%;
	    padding-top: 14.193%;
	    right: 7%;
	    top: 0;
	    background: url(../images/haku_b4_top_txt-title_m.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .top_block_right_txt-desc {
	    width: 54.166666666%;
	    padding-top: 25%;
	    right: 7%;
	    top: 7%;
	    background: url(../images/haku_b4_top_txt-desc_m_1017.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .top_block_left_video_bg {
	    width: 89.84375%;
	    padding-top: 60.808%;
	    left: 5%;
	    top: 19%;
	    z-index: 1;
	    background: url(../images/haku_b4_top_video_m.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .top_block_left_video {
	    width: 56%;
	    padding-top: 81.3814%;
	    left: 14.5%;
	    top: 19%;
	    z-index: 1;
	    overflow: hidden;
	}
	.block-four .top_block_left_video-title {
	    width: 53.776041666%;
	    padding-top: 7.943%;
	    left: 27.4%;
	    top: 40%;
	}
	.block-four .top_block_right_btn_00{
		top: 48%;
    	left: 0;
		right: 0;
		margin: 0 auto;
	    background: url(../images/haku_b4_btn_01_m.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .top_block_right_btn_00:hover,
	.block-four .top_block_right_btn_00.active{
		background-image: url(../images/haku_b4_btn_01_hover_m.png);
	}
	.block-four .top_block_right_btn_01{
		top: 51%;
		left: 0;
		right: 0;
		margin: 0 auto;
	    background: url(../images/haku_b4_btn_03_m_1017.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .top_block_right_btn_01:hover,
	.block-four .top_block_right_btn_01.active{
		background-image: url(../images/haku_b4_btn_03_m_hover_1017.png);
	}
	.block-four .top_block_right_btn_02{
	    top: 54%;
		left: 0;
		right: 0;
		margin: 0 auto;
	    background: url(../images/haku_b4_btn_02_m.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .top_block_right_btn_02:hover,
	.block-four .top_block_right_btn_02.active{
		background-image: url(../images/haku_b4_btn_02_hover_m.png);
	}
	
	.block-four .bottom_block {
	    width: 100%;
	    padding-top: 129%;
	    left: 0;
	    bottom: 0;
	}
	.block-four .swiper-button-next, 
	.block-four .swiper-button-prev {
	    width: 4.036458333%;
	    padding-top: 9.375%;
	}
	.block-four .top_block_right_btn{
	    width: 44.010416666%;
    	padding-top: 6.381%;
	}
	.block-four .bottom_block_b1-1{
		position: absolute;
		width: 77.473958333%;
	    padding-top: 101.042%;
	    left: 50%;
	    top: 10.5%;
	    margin-left: -38.736979166%;
	    background: url(../images/haku_b4_bottom_b1-1_m_1017.png) center no-repeat;
    	background-size: contain;
	}
	.block-four .bottom_block_b1-2{
		position: absolute;
		width: 77.473958333%;
    	padding-top: 96.355%;
	    left: 50%;
	    top: 10.5%;
	    margin-left: -38.736979166%;
	    background: url(../images/haku_b4_bottom_b1-2_m_1017.png) center no-repeat;
    	background-size: contain;
	}
	.block-four .bottom_block_b1-3{
		position: absolute;
		width: 77.473958333%;
	    padding-top: 101.042%;
	    left: 50%;
	    top: 10.5%;
	    margin-left: -38.736979166%;
	    background: url(../images/haku_b4_bottom_b1-3_m.png) center no-repeat;
    	background-size: contain;
	}
	.block-four .swiper-pagination-bullet {
	    width: 32px;
	    height: 32px;
	}
	.block-four .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 12px;
	}
	.block-four .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    bottom: 5%;
	}
	.block-four .bottom_block .swiper-container-0 .bottom_block_b2 {
	    width: 100%;
	    padding-top: 185.679%;
	    cursor: pointer;
	    position: absolute;
	    left: 0;
	    margin-left: 0;
	    top: -34%;
	    background: url(../images/haku_b4_bottom_b2_m_1017.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .bottom_block .swiper-container-0 .bottom_block_b3 {
	    width: 88.151041666%;
	    padding-top: 113.152%;
	    cursor: pointer;
	    position: absolute;
	    left: 50%;
	    margin-left: -44.075520833%;
	    top: 6%;
	    background: url(../images/haku_b4_bottom_b3_m_1017.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .bottom_block .swiper-container-2 {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    margin-left: 0;
	}
	.block-four .bottom_block .swiper-container-0 .bottom_block_b4-1 {
	    width: 79.036458333%;
	    padding-top: 99.35%;
	    left: 50%;
	    margin-left: -39.518229166%;
	    top: 9%;
	    background: url(../images/haku_b4_bottom_b4-1_m.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .bottom_block .swiper-container-0 .bottom_block_b4-2 {
	    width: 79.036458333%;
	    padding-top: 99.35%;
	    left: 50%;
	    margin-left: -39.518229166%;
	    top: 9%;
	    background: url(../images/haku_b4_bottom_b4-2_m.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .bottom_block .swiper-container-0 .bottom_block_b4-3 {
	    width: 79.036458333%;
	    padding-top: 99.35%;
	    left: 50%;
	    margin-left: -39.518229166%;
	    top: 9%;
	    background: url(../images/haku_b4_bottom_b4-3_m.png) center no-repeat;
	    background-size: contain;
	}
	.block-four .swiper-button-next, .block-four .swiper-container-rtl .swiper-button-prev {
	    right: 3%;
	}
	.block-four .swiper-button-prev, .block-four .swiper-container-rtl .swiper-button-next {
	    left: 3%;
	}

	/* kol */

	.block_kol{
		width: 100%;
		padding-top: 252.213542%;
		background: url(../images/kol_bg_m.jpg) no-repeat;
	}
	.kol_container{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(0%);
		padding-top: 10%;
	}
	.block_kol .title{
		width: 76.6927%;
		height: 13.939%;
		margin: 0 auto;
		background: url(../images/kol_title_m.png) no-repeat 0 0 / contain;
	}
	.block_kol .video{
		width: 100%;
		padding-top: 3%;
		display: block;
		position: relative;
	}
	.block_kol .pic{
		width: 100%;
		margin: 0%;
	}
	.block_kol .pic::before{
		width: 8.72%;
		height: 13.13%;
		top: 53%;
		left: 46%;
	}
	.block_kol .video_prev{
		width: 4.6875%;
		height: 8.43137%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.block_kol .video_next{
		width: 4.6875%;
		height: 8.43137%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	
	.blog_m{
		width: 100%;
		height: 49.561%;
	}
	.blog_pic1{
		width: 79.0364583%;
		height: 83.29%;
		margin: 10% auto 0;
		background: url(../images/kol_blog_1_m.png) no-repeat 0 0 / contain;
	}
	.blog_pic2{
		width: 79.0364583%;
		height: 83.29%;
		margin: 10% auto 0;
		background: url(../images/kol_blog_2_m.png) no-repeat 0 0 / contain;
	}
	.blog_pic3{
		width: 79.0364583%;
		height: 83.29%;
		margin: 10% auto 0;
		background: url(../images/kol_blog_3_m.png) no-repeat 0 0 / contain;
	}

	.blog_items a{
		width: 28.8409704%;
		height: 5.7324%;
		display: block;
		position: absolute;
		top: 89.6%;
		left: 34%;
	}

	.block_kol .blog_m .swiper-button-prev,.block_kol .swiper-container-rtl .swiper-button-next {
		background-image: url(../images/haku_b4_prev.png);
		left: 3%;
		right: auto;
	}
	.block_kol .blog_m .swiper-button-next,.block_kol .blog_m .swiper-container-rtl .swiper-button-prev {
		background-image: url(../images/haku_b4_next.png);
		right: 3%;
		left: auto;
	}
	.block_kol .blog_m .swiper-button-next,.block_kol .blog_m .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 5%;
		height: auto;
		padding-top: 10%;
		margin-top: 0;
		z-index: 10;
		cursor: pointer;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		outline: none;
	}

	.block_kol .swiper-pagination-bullet {
		width: 32px;
		height: 32px;
		display: inline-block;
		border-radius: 100%;
		background: #828284;
		opacity: 1; 
		outline: none;
	}
	.block_kol .swiper-pagination-bullet-active {
		opacity: 1;
		background: #000100;
	}
	.block_kol .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 7px;
	}
	.block_kol .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		left: 0;
		width: 100%;
	}
	.block_kol .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 12px;
	}

	/*---美白進化史---*/
	.block-five{
	    width: 100%;
	    padding-top: 191.016%;
	    background: url(../images/haku_b5_bg_m.png) center center no-repeat;
	    background-size: cover;
	}
	.block-five .txt_01{
	    width: 86.067708333%;
    	padding-top: 10.938%;
	    background: url(../images/haku_b5_txt_01_m.png) center center no-repeat;
	    background-size: cover;
	    top: 8%;
    	left: 6%;
	}
	.block-five .txt_02{
	    width: 38.541666666%;
	    padding-top: 7.553%;
	    background: url(../images/haku_b5_txt_02_m.png) center center no-repeat;
	    background-size: cover;
	    top: 14.9%;
   	 	left: 6.5%;

	}
	.block-five .txt_03{
	    width: 45.182291666%;
	    padding-top: 7.553%;
	    background: url(../images/haku_b5_txt_03_m.png) center center no-repeat;
	    background-size: cover;
	    top: 14.9%;
	    left: 47%;
	}
	.block-five .step_ani{
	    width: 80.859375%;
	    padding-top: 49.74%;
	    background: url(../images/haku_b5_step.gif) center center no-repeat;
	    background-size: cover;
	    bottom: 1%;
	    left: 1%;
	}
	.block-five .gne_01{
	    width: 15.625%;
	    padding-top: 38.672%;
	    background: url(../images/haku_b5_gne_01_m.png) center center no-repeat;
	    background-size: cover;
	    top: 20.5%;
	    left: 2%;
	}
	.block-five .gne_01_block{
	    width: 8.5%;
	    padding-top: 61%;
	    top: 41%;
	    left: 5%;
	}
	.block-five .gne_01_txt{
	    width: 88.28125%;
	    padding-top: 106.641%;
	    background: url(../images/haku_b5_gne_txt_01_m.png) center center no-repeat;
	    background-size: cover;
	    top: 31.8%;
	    left: 50%;
	    margin-left: -44.140625%;
	}
	.block-five .gne_02{
	    width: 16.015625%;
	    padding-top: 18.881%;
	    background: url(../images/haku_b5_gne_02_m.png) center center no-repeat;
	    background-size: cover;
	    position: absolute;
	    top: 30.8%;
	    left: 12.3%;
	}
	.block-five .gne_02_block{
	    width: 8.1%;
	    padding-top: 65%;
	    top: 41%;
	    left: 13.5%;
	}
	.block-five .gne_02_txt{
	    width: 88.28125%;
	    padding-top: 106.641%;
	    background: url(../images/haku_b5_gne_txt_02_m.png) center center no-repeat;
	    background-size: cover;
	    top: 31.8%;
	    left: 50%;
	    margin-left: -44.140625%;
	}
	.block-five .gne_03{
	    width: 17.838541666%;
	    padding-top: 35.028%;
	    background: url(../images/haku_b5_gne_03_m.png) center center no-repeat;
	    background-size: cover;
	    top: 23.6%;
	    left: 23.6%;
	}
	.block-five .gne_03_block{
	    width: 10.6%;
	    padding-top: 68%;
	    top: 42%;
	    left: 21.6%;
	    z-index: 1;
	}
	.block-five .gne_03_txt{
	    width: 88.28125%;
	    padding-top: 106.641%;
	    background: url(../images/haku_b5_gne_txt_03_m.png) center center no-repeat;
	    background-size: cover;
	    top: 31.8%;
	    left: 50%;
	    margin-left: -44.140625%;
	}
	.block-five .gne_04{
	    width: 17.317708333%;
	    padding-top: 14.714%;
	    background: url(../images/haku_b5_gne_04_m.png) center center no-repeat;
	    background-size: cover;
	    top: 35%;
	    left: 35%;
	    z-index: 2;
	}
	.block-five .gne_04_block{
	    width: 9.8%;
	    padding-top: 71%;
	    top: 43%;
	    left: 32.2%;
	}
	.block-five .gne_04_txt{
	    width: 88.28125%;
	    padding-top: 106.641%;
	    background: url(../images/haku_b5_gne_txt_04_m.png) center center no-repeat;
	    background-size: cover;
	    top: 31.8%;
	    left: 50%;
	    margin-left: -44.140625%;
	}
	.block-five .gne_05{
	    width: 18.098958333%;
	    padding-top: 35.027%;
	    background: url(../images/haku_b5_gne_05_m.png) center center no-repeat;
	    background-size: cover;
	    top: 25.5%;
	    left: 46%;
	}
	.block-five .gne_05_block{
	    width: 10.8%;
	    padding-top: 74%;
	    top: 44%;
	    left: 42%;
	}
	.block-five .gne_05_txt{
	    width: 88.28125%;
	    padding-top: 106.641%;
	    background: url(../images/haku_b5_gne_txt_05_m.png) center center no-repeat;
	    background-size: cover;
	    top: 31.8%;
	    left: 50%;
	    margin-left: -44.140625%;
	}
	.block-five .gne_06{
	    width: 18.229166666%;
	    padding-top: 16.407%;
	    background: url(../images/haku_b5_gne_06_m.png) center center no-repeat;
	    background-size: cover;
	    top: 36%;
	    left: 57.9%;
	}
	.block-five .gne_06_block{
	    width: 17%;
	    padding-top: 78%;
	    top: 45%;
	    left: 52.8%;
	}
	.block-five .gne_06_txt{
	    width: 88.28125%;
	    padding-top: 106.641%;
	    background: url(../images/haku_b5_gne_txt_06_m.png) center center no-repeat;
	    background-size: cover;
	    top: 31.8%;
	    left: 50%;
	    margin-left: -44.140625%;
	}
	.block-five .gne_07{
	    width: 16.40625%;
	    padding-top: 30.21%;
	    background: url(../images/haku_b5_gne_07_m.png) center center no-repeat;
	    background-size: cover;
	    top: 30.3%;
	    left: 78.5%;
	}
	.block-five .gne_07_block{
	    width: 21%;
	    padding-top: 87%;
	    top: 46%;
	    left: 72.8%;
	}
	.block-five .gne_07_txt{
	    width: 88.28125%;
	    padding-top: 106.641%;
	    background: url(../images/haku_b5_gne_txt_07_m.png) center center no-repeat;
	    background-size: cover;
	    top: 31.8%;
	    left: 50%;
	    margin-left: -44.140625%;
	}
    /*---動畫影片---*/
    .block-six{ 
        padding-top: 59%;
    }

	/*---b5 form---*/
	.b5_form_kv_des{
		width: 69.79%;
		top: 4.5%;
		left: 23.5%;
	}
    .form-container{
        width: 92%;
        margin-top:-50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .counter_select{
        width:100%;
        margin-bottom:0;
    }
    li.counter {
        display:none;
    }
    .find_counter,
    .select {
        width: 80.46875%;
    }
    .counter_select li{
        float:none;
        margin:0 auto 10px;
        height:auto;
        line-height:normal;
        font-size: 20px;
    }
    .find_counter {
        padding: 2% 0;
    }
    .find_counter img {
        width: 18px;
    }
    .counter_select select {
        padding: 2% 12% 2% 7%;
        background: url(../images/haku_form_select_area.png) right 7% center no-repeat;
        background-size: 12px;
    }
    .tips {
        width: 80%;
        max-width:553px;
        margin: 5% auto 10%;
    }
    #map_choose_container,
    #map_choose_container_2{
        padding-top:4%;
    }
    .google_map {
        width: 100%;
        height: 300px;
        border: 2px solid #9d9d9d;
    }
    .counter_list {
        width:100%;
        height:auto;
        border:none;
    }
    .counter_ul {
        height: auto;
        max-height: 350px;
        min-height: 125px;
        padding-bottom: 15px;
        border: 2px solid #9d9d9d;
        border-top:0;
    }
    .list_title {
        background-color: #000;
        color: #fff;
    }
    .counter_ul li{
        padding: 0 15px;
    }
    .counter_ok {
        width: 85%;
        max-width:552px;
        margin: 0 auto 20px;
    }
    .s_tel,
    .s_addr{
        display:block;
        margin-bottom:5px;
    }
    .form_page{
        padding-top:4%;
    }
    .input_row span{
        position:static;
        display:block;
        font-size: 18px;
        line-height: 30px;
    }
    .input_row{
        padding-left:0;
        max-width:none;
    }
    .form_body, .success-page {
        padding-top: 3%;
    }
    .form-input {
        border: 1px solid #868686;
    }
    .form-checkbox-input label{
        margin-right:0;
        line-height: 30px;
    }
    #agree + label{
        display:block;
    }
    #once + label{
        display:block;
        margin-top: 10px;
    }
    #agree + .checkbox-label:before,
    #once + .checkbox-label:before{
       top: 3px;
    }
    #agree + .checkbox-label:after,
    #once + .checkbox-label:after{
       top: 6px;
    }
    .form-checkbox-input {
        max-width: 590px;
        margin: 25px auto 0px;
    }
    .checkbuy {
        margin-top: 10px;
        line-height: 30px;
    }
    .checkbuy span{
        margin-right:0;
    }
    .form-btn-box{
        width:100%;
        margin: 20px auto;
    }
    .send-btn, .back-btn{
        width:80%;
        max-width:445px;
        display:block;
        margin:0 auto;
    }
    .send-btn{
        margin-top:15px;
    }
    .checkbuy label{
        margin-right:10px;
    }
    .notice_content {
        width: 106%;
        padding-top: 196%;
        background-image: url(../images/haku_notice_m_2.png);
        margin: 4% 0 0 -3%;
    }
    .success-page .input_row span{
        font-size: 18px;
    }
    .success-page .input_row{
        margin-bottom:15px;
    }
    .d_info{
        min-height: 24px;
        line-height:24px;
        font-size:18px;
    }
    /*pop*/
    .pop-window {
        width: 95%;
        max-width: 500px;
    }


}

@media(max-width: 500px){
    .block-one .inner .title{
    	top: 15%;
    }
    .block-two .inner .yt_1{
	    top: 40.5%;
	}
	.block-two .inner .yt_2{
	    top: 51.8%;
	}
	/*.counter_ul input[type=radio]:checked+label span{
		background-size: 100%;
	}*/
	
}

#confirm-btn.btn[disabled]{
	opacity:1;
}
#confirm-btn.submitting .fa,
#confirm-btn .sp{
	display:none;
}
#confirm-btn.submitting .sp{
	display:inline-block;
}
@media (max-width: 650px)
{
	.block-four .swiper-pagination-bullet,.block_kol .swiper-pagination-bullet {
	    width: 25px;
	    height: 25px;
	}	
}
@media (max-width: 500px)
{
	.block-four .swiper-pagination-bullet,.block_kol .swiper-pagination-bullet {
	    width: 15px;
	    height: 15px;
	}

	.block-four .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    bottom: 4%;
	}
}
@-webkit-keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@-webkit-keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes scaleBtn {
  0% {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
  50% {
  	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
  }
  100% { 
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
}
@keyframes scaleBtn {
  0% {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
  50% {
  	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
  }
  100% { 
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
}

.sp-3balls, .sp-3balls:before, .sp-3balls:after {
  border-radius: 50%;
  background-color: #000;
  width: 7px;
  height: 7px;
  transform-origin: center center;
  display: inline-block;
}
.sp-3balls {
  position:absolute;
  left: 50%;
  margin-left:-3.5px;
  top: 45%;
  opacity: 1;
  -webkit-animation: spScaleAlpha 1s infinite linear;
  animation: spScaleAlpha 1s infinite linear;
}
.sp-3balls:before, .sp-3balls:after {
  content: '';
  position: absolute;
  opacity: 0.25;
}
.sp-3balls:before {
  left: 11px;
  top: 0px;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
  animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
  left: -11px;
  top: 0px;
  -webkit-animation: spScaleAlphaAfter 1s infinite linear;
  animation: spScaleAlphaAfter 1s infinite linear;
}
@media (max-width: 560px)
{
	.block-three .inner .subtitle {
	    top: 98.88889vw;
	}
    #mobile-menu-btn {
        width: 10%;
        padding-top: 6.5%;
    }
}
@media(max-width: 490px)
{
	.menu-list a{
		padding: 30px;
	}
}
@media(max-width: 400px)
{
	.black_spot_detail_item p{
		font-size: 20px;
	}
	.location p{
		padding: 3% 0;
	}
	.location_select{
		width: 100%;
	}
	#location_city_select{
		width: 81%;
		font-size: 12px;
		/* padding: 2% 0 2% 12%; */
		font-size: 12px;
	}
	.weather p{
		padding: 5% 0;
	}
	.wet p{
		padding: 10% 0 0 0;
	}
	.uv p{
		padding: 2% 0;
	}
}
@media(max-width: 390px)
{
	.block-three .inner .subtitle {
	    top: 91.88889vw;
	}
	.menu-list{
		margin-top: 0;
	}
}
@media(max-width: 360px)
{
	.block-three .inner .subtitle {
	    top: 90.88889vw;
	}
}
@keyframes bb {
  6%, 17%, 26%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  13%, 14% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  23% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  30% {
    transform: translate3d(0, -4px, 0);
  }
  33% {
    transform: translate3d(0, 0, 0);
  }
}

.bb {
  animation-name: bb;
  transform-origin: center bottom;
}

@keyframes card_bb {
  6%, 17%, 26%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  13%, 14% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  23% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  30% {
    transform: translate3d(0, -4px, 0);
  }
  33% {
    transform: translate3d(0, 0, 0);
  }
}

.card_bb {
  animation-name: card_bb;
  transform-origin: center bottom;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}