@charset "utf-8";
body {	
    margin: 0;
    padding: 0;
    font-family: Arial, "微軟正黑體";
    -webkit-overflow-scrolling: touch;
}

html, body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;  
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

h1, img {
    border: 0;
	margin: 0;
	padding: 0;
}

@media (max-width:480px) {
	.btn_talk {
		width: 45px  !important;;
		height: 219px !important;;
		right: 0px !important;
		left: unset  !important;;
		top: 60%  !important;;
		background-image: url(../images/add-friends-168-rside.png)  !important;
		filter: drop-shadow(0 2px 8px rgba(10, 124, 255, .14))  !important;
	}
}

@media (min-width: 350px) {
    body {font-size: 1.1em;}
}

@media (min-width: 400px) {
    body {font-size: 1.2em;}
}

.t_center {
	text-align: center!important;
}

.container_main {
    display: flex;
    flex-wrap: wrap;
	position: relative;
	position: fixed;
	width: 100%;
	height: 100%;
}

.bg_header {
	display: flex;
	width: 100%;
	position: fixed;
	z-index: 90;
	top: 0;
	padding: 8px 4vw 12px;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items: flex-end;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
}

.bg_regarea  {
	display: flex;
	width: auto;
	position: fixed;
	z-index: 999999;
	top: 12px;
	right: 15px;
	padding: 8px 20px 12px 0;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items: flex-end;
}

.bg_header.on {
	background: linear-gradient(to bottom, rgba(0,0,0,.9) 0%, rgba(0,0,0,.5) 50%,rgba(0,0,0,0) 100%)!important;
	padding-bottom: 25px
}

.img_header {
	width: 52%;
	max-width: 310px;
}

.btn_register {
	display: block;
	font-size: 0;
	width: 114px;
	height: 35px;
	z-index: 99999;
}

.btn_register.zh {
	background: url("../images/TW/btn_register.png") no-repeat center bottom;
	background-size: 100% auto;
}
	.btn_register.zh:hover {
		background-image: url("../images/TW/btn_registerB.png");
	}

.btn_register:active {
	opacity: .8;
}
/*banneer*/
.pcBox,.pcBox2 {
	display: none;
}

.swiperTop_m, .swiperTop {
	position: relative;
	/*height: 80%;*/
	overflow: hidden;
}

    .swiperTop_m img, .swiperTop img {
        width: 100%;
    }

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #cbdeed;
    margin: 0 3px !important;
}

.swiper-pagination-bullet-active {
    outline: none;
    background-color: #ff961a;
	width: 10%;
	border-radius: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 2%;
}

.pic_flag {
	position: absolute;
	width: 76vw;
	bottom: 13vw;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.textC {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-size: .95em;
	font-weight: bold;
	margin-bottom: 10px;
}

.flagBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgba(255,255,255,.50);
	width: 100%;
	border-radius: 25px;
	padding: 3%;
}

.flagBox img {
	width: 10vw;
	height: 10vw;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 2%;
	margin-bottom: 3px;
	box-shadow: 1px 2px 10px rgba(11, 44, 87, 0.8);
	/*-webkit-filter: drop-shadow(1px 2px 4px rgba(11, 44, 87, 0.8));
    filter: drop-shadow();*/
}
	.flagBox img:hover, .flagBox img:active {
	box-shadow: 1px 2px 10px rgba(255, 198, 0, 1);
		/*-webkit-filter: drop-shadow(1px 2px 4px rgba(255, 198, 0, 1));
		filter: drop-shadow(1px 2px 4px rgba(255, 198, 0, 1));*/
	}

@media (min-width: 400px) {
	.btn_register {
		width: 130px;
		height: 50px;
	}
	
	.flagBox {
		border-radius: 30px;
	}
}

@media (min-width: 414px) {
	.pic_flag {
		width: 74%;
	}
}

@media (min-width: 768px) {
	.btn_register {
		width: 160px;
	}

	.swiper-pagination-bullet-active {
		width: 45px;
	}
	
	.pic_flag {
		width: 68%;
	}
	
	.textC {
		font-size: 28px;
		margin-bottom: 25px;
	}
	
	.flagBox {
		border-radius: 40px;
	}

	.flagBox img {
		width: 74px;
		height: 74px;
	}
}

@media (min-width: 1024px) {
	.bg_header {
		background: transparent;
		padding: 20px 50px 25px 30px;
	}
	.mobileBox {
		display: none;
	}
	
	.pcBox {
		display: block;
	}
	
	.pcBox .swiper-pagination {
		text-align: right;
		padding-right: 70px;
	}
	
	.flagBox {
		border-radius: 100px;
		padding: 2% 0;
	}

	.pic_flag {
		width: 570px;
		right: 4%;
		bottom: 11%;
		left: auto;
	}
	
	.textC {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.flagBox img {
		width: 50px;
		height: 50px;
		margin: 0 5px;
	}
}

@media (min-width: 1200px) {
	.pcBox2 {
		display: block;
	}
	.mobileBox2 {
		display: none;
	}
	.pic_flag {
		right: 5%;
		width: 660px;
	}
	
	.textC {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.flagBox img {
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 1600px) {
	.pic_flag {
		width: 700px;
		right: 6%;
		bottom: 13%;
	}
	
	.flagBox img {
		width: 64px;
		height: 64px;
	}
}

@media (min-width: 1800px) {
	.pic_flag {
		width: 740px;
		right: 8%;
	}
	
	.flagBox img {
		margin: 0 8px;
	}
	
	.pcBox .swiper-pagination {
		padding-right: 90px;
	}
}

/**/
.boxPage1, .boxPage2, .boxPage3, .boxPage4, .boxPage5, .boxPage6 {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: auto;
}
	
.boxPage1 {
	margin-top: -5px;
	background: url("../images/bg_pege1.jpg") center no-repeat;
	background-size: 100% 100%;
}

.boxPage2 {
	background: url("../images/bg_pege2.jpg") center no-repeat;
	background-size: 200% auto;
}

.boxPage3 {
	background: url("../images/bg_pege3.jpg") center no-repeat;
	background-size: 100% 100%;
}

.boxPage5 {
	background: linear-gradient(45deg, #e1d9ef 10%,#d1bfe5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.titleBox {
	width: 100%;
	text-align:center;
	padding: 12% 4% 7%;
}

.titleBox h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}

.titleBox.pcTitle h1 {
	margin-bottom: 0px;
}

.titleB1 {
	color: transparent; /* 文字顏色設定透明 */
	background-image: linear-gradient(180deg, #54b0e7 0, #3d87b3 100%); /* 設定漸層角度及顏色 */
	-webkit-background-clip: text; /* 背景裁剪成文字的前景色 */
	background-clip: text;
}

.titleC {
	font-size: .9em;
	line-height: 1.4;
}

/*01*/
.selectBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper_Select_m .swiper-slide {
	width: 68vw;
}

.selectItem {
    width: 100%;
    height: 370px;
    border-radius: 15px;
    background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 8.5vw;
}

.itemImg {
	display: block;
	width: 40%;
}

.title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 3;
	margin-top: 20px;
}

.selectItem .title {
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}

.content {
	font-size: 0.85em;
	line-height: 1.6;
	width: 100%;
	text-align: justify;
	min-height: 100px;
}

.arrow_next, .arrow_prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}

.arrow_next:hover, .arrow_prev:hover,
.arrow_next:active, .arrow_prev:active {
	opacity: .8;
}

.selectBox .arrow_next {
    background: url(../images/arrow_Bule.svg) #0052B4 no-repeat center;
    background-size: 100%;
    right: 4vw;
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
.selectBox .arrow_prev {
    background: url(../images/arrow_Bule.svg) #0052B4 no-repeat center;
    background-size: 100%;
    left: 4vw;
}

.swiper_Select_m .swiper-slide-prev .selectItem,
.swiper_Select_m .swiper-slide-next .selectItem,
.swiper_KuLive_m .swiper-slide-prev .LiveItem,
.swiper_KuLive_m .swiper-slide-next .LiveItem {
    opacity: 0.5;
    transition: all .2s ease-in-out;
	color: transparent;
}

/*01-2*/
.centerBox2 {
	padding-bottom: 10px;
}

.contBox {
	width: 100%;
	padding: 0 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_list {
	width: 100%;
	display: flex;
	padding: 6%;
	border-radius: 15px;
	background-color: #fff;
	margin-bottom: 15px;
}

.box_list img {
	width: 75px;
	height: auto;
	margin-right: 12px;
}

.titleT1 {
	display: block;
	font-size: 1.15em;
	margin-bottom: 10px;
}

.textT1 {
	display: block;
	width: 100%;
	font-size: .85em;
	text-align: justify;
	line-height: 1.6;
}

.textT2 {
	font-size: .85em;
	text-align: justify;
	line-height: 1.6;
	padding: 0 2%;
}

.centerBox3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
}

.imgBox {
	width: 100%;
	overflow: hidden;
}

.imgBox img {
	display: block;
	width: 100%;
	margin: auto;
}

.appdown {
	width: 100%;
	padding: 0 4%;
}
	.appdown .title {
		text-align: center;
	}

.qrBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 4%;
	border-radius: 15px;
	background-color: rgba(216,232,245,.4);
	margin: 15px 0;
}

.qrBox img {
	display: block;
	width: 30%;
}

.logobox {
	display: block;
	width: 30%;
	margin-right: 40px;
}

.logobox img {
	display: block;
	margin: auto;
	width: 80%;
	margin-bottom: 15px;
}

.logobox span {
	display: block;
	text-align: center;
	color: #062858;
	font-size: .85em;
	line-height: 1.4;
}

/*p3*/
.titleC1 {
	font-size: 1.3em;
	line-height: 1.4;
}

.pageN3 {
	margin-top: -25%;
}

.pageN3 img {
	width: 150%;
	margin-left: calc(50% - 75%);
}

.lazy {
	margin-top: -20%;
	padding-bottom: 3%;
	width: 100%;
}

.lazy .slick-slide {
    width: 100vw;
}

.lazy .slick-slide img {
    width: 60%;
	margin-bottom: 8%;
}

.messageBox {
	padding: 0 8%;
}

.textBox {
}

.messageBox .textBox {
	font-size: .9em;
	padding: 4% 5%;
	border-radius: 10px;
	background-color: rgba(255,255,255,.70);
	position: relative;
	line-height: 1.5;
	text-align: justify;
}


.messageBox .textBox:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	top: -10px;
	left: 7%;
}

/*p4*/
.btn_goIn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	width: 45vw;
	height: 40px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	margin: 7% auto;
	cursor: pointer;
}

.btn_goIn:after {
	content: '';
	display: block;
	width: 13px;
	height: 25px;
	background: url("../images/icon_arrow.svg") center no-repeat;
	background-size: 100% auto;
	margin-left: 20px;
}
	.btn_goIn:hover, .btn_goIn:active {
		background-color: #fd9b17;
		color: #fff;
	}

	.btn_goIn:hover:after , .btn_goIn:active:after  {
		background-image: url("../images/icon_arrowW.svg");
	}

.titleC2 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0;
}

.pageN4 img {
	width: 116%;
	margin-left: calc(50% - 58%);
}

/*p5*/
.pcT5 {
	padding-bottom: 0!important;
}
.t2 {
	margin-top: 20px;
}

.silderBox {
	position: relative;
	padding: 0 4%;
	max-width: 650px;
	margin: 0 auto;
	cursor: pointer;
}

.videoBox {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 2
}

.videoBox img {
	width: 100%;
	height: auto;
}

	.videoPlay {
        position: absolute;
        right: 2%;
        bottom: 4%;
        background-color: rgba(0,0,0,.6);
        color: #fff;
        padding: 0 12px;
        display: flex;
        align-items: center;
        font-size: .85em;
        height: 28px;
        line-height: 1em;
        box-sizing: border-box;
		cursor: pointer;
    }

        .videoPlay:after {
            content: '';
            background: url(../images/icon_play.svg) no-repeat center;
            background-size: 100% auto;
            display: inline-flex;
            width: 16px;
            height: 16px;
            margin-left: 5px;
        }

.LiveBot {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 8vw 0;
	position: relative;
}
	
.LiveItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.LiveBot .swiper-slide {
	width: 60vw;
}

    .itemimgBox {
        border-radius: 35px;
        overflow: hidden;
    }

        .itemimgBox img {
            display: block;
			width: 100%;
			height: auto;
        }

	.LiveText {
		display: block;
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;
		padding-top: 15px;
	}

.LiveBot .arrow_next, .LiveBot .arrow_prev {
	top:  calc(44% - 20px);
	bottom: auto;
}

.LiveBot .arrow_next {
    background: url("../images/arrow_white.svg") #fff no-repeat center;
    background-size: 100%;
    right: 0.5vw;
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
.LiveBot .arrow_prev {
    background: url(../images/arrow_white.svg) #fff no-repeat center;
    background-size: 100%;
    left: 0.5vw;
}

/*6*/
.boxPage6 .titleBox {
	padding-bottom: 0px!important;
}

.box_license {
	width: 100%;
	margin-bottom: 40px;
	font-size: .85em;
}

.box_license img {
	height: 60px;
	display: block;
	margin: auto;
}

.titleL1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 6% 0;
	line-height: 1.6;
	width: 100%;
}

.textL1 {
	display: flex;
	text-align: justify;
	line-height: 1.6;
}

/*7*/
.boxPage7 {
	position: relative;
}

.brandBox {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
}

.brandBox img {
	display: block;
	width: 70%;
	margin: auto;
}

.titleD {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #083578;
	font-size: 1.25em;
	line-height: 1.2;
	padding: 5% 0;
	text-shadow: 0 0 4px rgba(255,255,255,.9);
}

.btn_joinIn {
	display: block;
	margin: 0 auto;
	font-size: 0;
	width: 100%;
	height: 50px;
	cursor: pointer;
}

.btn_joinIn.zh {
	background: url("../images/TW/btn_join.png") no-repeat center;
	background-size: auto 100%;
}
	.btn_joinIn.zh:hover  {
		background-image: url("../images/TW/btn_joinB.png");
	}

.btn_joinIn.cn {
	background: url("../images/CN/btn_join.png") no-repeat center;
	background-size: auto 100%;
}
	.btn_joinIn.cn:hover  {
		background-image: url("../images/CN/btn_joinB.png");
	}

.btn_joinIn.th {
	background: url("../images/TH/btn_join.png") no-repeat center;
	background-size: auto 100%;
}
	.btn_joinIn.th:hover  {
		background-image: url("../images/TH/btn_joinB.png");
	}

.btn_joinIn.vn {
	background: url("../images/VN/btn_join.png") no-repeat center;
	background-size: auto 100%;
}
	.btn_joinIn.vn:hover  {
		background-image: url("../images/VN/btn_joinB.png");
	}

.btn_joinIn:active {
	opacity: .8;
}

.imgMobile {
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.imgMobile img {
	width: 134%;
    margin-left: calc(50% - 67%);
}

.imgPC {
	display: none;
}


@media (min-width: 400px) {
	.topBox .title {
		min-height: 66px;
	}
	
	.slider_cube {
		padding: 8vw;
	}
	
	.content {
		min-height: 110px;
	}
	
	.box_list img {
		width: 84px;
	}

	.qrBox {
		margin: 20px 0;
	}
	
	.btn_joinIn {
		height: 60px;
	}
}

@media (min-width: 460px) {
	.swiper_Select_m .swiper-slide {
		width: 50vw;
	}
	
	.selectItem {
		height: 350px;
		padding: 7vw 6vw;
	}
	
	.content {
		min-height: 135px;
	}
	
	.swiper_Select_m .swiper-slide-prev .selectItem,
	.swiper_Select_m .swiper-slide-next .selectItem {
		color: #000;
	}
}

@media (min-width: 500px) {	
	.LiveBot {
		width: 96%;
		margin: 0 auto;
	}
	
	.swiper_KuLive_m .swiper-slide-prev .LiveItem,
	.swiper_KuLive_m .swiper-slide-next .LiveItem {
		color: #000;
	}
}

@media (min-width: 530px) {
	.swiper_Select_m .swiper-slide {
		width: 53vw;
	}
	
	.titleBox {
		padding: 50px 4% 28px;
	}
	
	.btn_goIn {
		width: 190px;
		margin: 30px auto;
	}
	
	.LiveBot .swiper-slide {
		width: 50vw;
	}	
}

@media (min-width: 768px) {
	.titleC, .textT1, .content, .textT2, .logobox span, .messageBox .textBox, .box_license  {
		font-size: .95em;
	}
	
	.title, .titleT1 {
		font-size: 1.25em;
	}
	
	.selectItem {
		height: 390px;
		padding: 40px 35px;
	}
	
	.itemImg {
		width: 85px;
	}
	
	.titleBox h1 {
		font-size: 35px;
	}
	
	.content {
		min-height: 120px;
	}
	
	.center .slick-slide {
		width: 40vw!important;
	}
	
	.topBox .title {
		min-height: 72px;
	}
	
	.lazy .slick-slide {
		width: 80vw!important;
	}
	
	.imgBox img {
		width: 90%;
	}
	
	.box_list img {
		margin-right: 25px;
	}

	.qrBox {
		padding: 3% 20%;
		margin: 25px 0;
	}

	.pageN3 {
		margin-top: -20%;
	}
	
	.pageN3 img {
		width: 110%;
		margin-left: calc(50% - 55%);
	}
	
	.lazy {
		width: 80vw;
		margin: 0 auto;
		margin-top: -15%;
	}
	
	.lazy .slick-slide img {
		width: 55%;
		margin-bottom: 5%;
	}
	
	.pageN4 img {
		width: 100%;
		margin-left: 0;
	}

	.titleL1 {
		margin: 20px 0;
	}
	
	.brandBox {
		top: 15%;
	}
	
	.brandBox img {
		width: 330px;
	}

	.titleD {
		font-size: 30px;
	}

	.imgMobile img {
		width: 110%;
		margin-left: calc(50% - 55%);
	}
	
	.btn_joinIn {
		height: 70px;
	}
	
	.LiveBot {
		padding: 6vw 0 7vw;
	}
	
	.LiveBot .swiper-slide {
		width: 38vw;
	}
	
	.itemimgBox {
		border-radius: 50px;
	}

}

@media (min-width: 769px) {
	.boxPage2 .imgBox img {
		width: 100%;
	}
	
	.topBox .title {
		min-height: 90px;
	}
	
	.content {
		min-height: 200px;
	}
	
	.topBox {
		height: 410px;
	}
}

@media (min-width: 850px) {
	.content {
		min-height: 170px;
	}
}

@media (min-width: 1024px) {
	.titleC, .textT1, .content, .textT2, .logobox span, .textBox, .box_license  {
		font-size: 18px;
	}
	
	.title, .titleT1 {
		font-size: 24px;
	}
	
	.box_list {
		width: 49%;
		padding: 35px 40px;
		margin-bottom: 20px;
	}
		
	.selectBox {
		width: 96%;
		margin: 0 auto;
	}
	
	.selectBox .arrow_prev {
		left: 28vw;
	}	
	
	.selectBox .arrow_next {
		right: 28vw;
	}
	
	.titleBox {
		padding: 55px 0;
	}
	
	.selectItem {
		padding: 40px 45px;
	}
	
	.selectItem .title {
		height: 70px;
	}
	
	.content {
		min-height: 145px;
	}
	
	/**/
	.boxPage2 {
		background-size: 100% 100%;
		padding-bottom: 3%;
	}
	
	.imgBox {
		width: 60%;
	}
	
	.appdown {
		margin-right: 4%;
		width: 36%;
		max-width: 440px;
		padding: 20px 30px 0;
		background-color: #fff;
		border-radius: 20px;
		min-height: 480px;
		box-shadow: 5px 8px 10px rgba(0,0,0,.06);
	}
	
		.appdown .title {
			text-align: left;
			line-height: 2;
			padding: 0 2%;
			font-size: 28px;
		}
	
	.pcStlye {
		position: relative;
		display: block;
		width: 1024px;
		margin: auto;
	}

	.qrBox {
		padding: 30px 0px;
	}

		.qrBox img {
			width: 125px;
		}

	.logobox {
		width: 40%;
		margin-right: 20px;
	}

		.logobox img {
			width: 90px;
			margin-bottom: 25px;
		}
	
	/**/
	.pcTitle {
		width: 36%;
		right: 4%;
		position: absolute;
		padding: 0;
		padding-top: 13%;
		z-index: 3;
	}
	
	.pageN3 {
		margin-top: 0;
	}
	
	.pageN3 img {
		width: 116%;
		margin-left: -5%;
	}
	
	.lazy {
		width: 36%;
		margin: 0;
		margin-right: 4%;
		margin-top: 7%;
	}
	
	.lazy .slick-slide img {
		width: 65%;
		margin-bottom: 10%;
	}
	
	.lazy .slick-slide {
		width: 36vw!important;
		margin-right: 1vw;
	}
	
	.messageBox {
		padding: 0;
	}
	
	.lazy .slick-dots {
		text-align: left;
	}
	
	.boxPage4 {
		background: url("../images/bg_pege4.jpg") center no-repeat;
		background-size: 140% auto;
	}
	
	.pcT4 {
		padding-top: 50px;
	}
	
	/*p5*/
	.boxPage5 {
		background: url("../images/bg_pege5.jpg") center no-repeat;
		background-size: 100% 100%;
	}
	
	.pcT5 {
		right: auto;
		left: 5%;
		padding-top: 4%;
	}
	
	.silderBox {
		width: 550px;
		margin-left: 42%;
		margin-top: 8%;
	}

	
	/*p6*/
	.boxPage6 {
		padding-bottom: 3%;
	}
	
	.boxPage6 .titleBox {
		padding-bottom: 30px!important;
	}
	
	.box_license {
		width: 46.5%;
		margin-bottom: 40px;
	}
	
	.box_license img {
		margin: 0;
	}
	
	.titleL1 {
		justify-content: flex-start;
	}
	
	.brandBox {
		min-height: 32%;
		top: calc(50% - 16%);
	}
	
	.titleD {
		font-size: 24px;
		width: 340px;
		margin: auto;
		padding: 25px 0;
	}
	
	.btn_joinIn {
		height: 65px;
	}
	
	.imgMobile {display: none}
	
	.imgPC {
		width: 100%!important;
		display: block;
	}
	
	.imgPC img {
		width: 120%;
		display: block;
		margin-left: calc(50% - 60%);
	}
	
	.brandBox img {
		width: 240px;
	}
}

@media (min-width: 1025px) {	
	.titleBox h1 {
		font-size: 45px;
		margin-bottom: 20px;
	}

	.centerBox2 {
		padding: 0 2%;
		padding-bottom: 20px;
	}
	
	.contBox {
		padding: 0;
		max-width: 1200px;
		margin: auto;
	}
	
	.box_list img {
		width: 95px;
		margin-left: 20px;
		margin-right: 45px;
	}

	.box_list {
		width: 48.5%;
		margin-bottom: 35px;
	}
	
	/**/
	.boxPage2 {
		padding-top: 2%;
	}
	
	.centerBox3 {
		max-width: 1200px;
		margin: auto;
	}
	
	.imgBox {
		width: 64%;
	}
	
	.appdown {
		margin-right: 0%;
		margin-bottom: 40px;
	}

	.qrBox {
		padding: 40px 0px;
	}

	.logobox {
		margin-right: 30px;
	}
	
	.pcStlye {
		width: 1200px;
	}
	
	/**/
	.pcTitle {
		padding-top: 170px;
		right: 0;
		width: 432px;
	}
	
	.titleBox span.titleC1 {
		font-size: 35px;
	}
	
	.lazy {
		margin-right: 0;
		margin-top: 110px;
	}	
	
	.lazy .slick-slide img {
		width: 290px;
		margin-bottom: 35px;
	}	
	
	.lazy .slick-slide {
		width: 40vw!important;
		max-width: 432px;
		margin-right: 1vw;
	}
	
	.boxPage4 {
		padding-top: 4%;
		background-color: #f6fbff;
		background-position: center bottom;
	}
	
	.pcT4 {
		width: 495px;
		padding-top: 50px;
	}
	
	.titleC2 {
		font-size: 35px;
		margin: 8px 0;
		font-weight: inherit;
	}
	
	.btn_goIn {
		font-size: 22px;
		height: 44px;
	}
	
	.btn_goIn:after {
		width: 15px;
	}
	/**/
	.boxPage5 {
		padding-bottom: 3%;
	}
	
	.pcT5 {
		right: auto;
		left: 1%;
		padding-top: 0%;
		width: 500px;
	}
	
	.silderBox {
		margin-left: 45%;
		margin-top: 15%;
		z-index: 2
	}
	
	.silderBox:before {
		content: '';
		position: absolute;
		width: 800px;
		height: 450px;
		top: -110px;
		left: 40%;
		background: url("../images/bg_PCpege6.png") no-repeat center;
		z-index: 1;
	}
}

.btn_talk, .btn_goTop {
	width: 60px;
	height: 60px;
	position: fixed;    
	cursor: pointer;
	z-index: 99;
	background: no-repeat center top;
	background-size: 100%;
	border-radius: 99em;	
}

.btn_goTop {
	right: 50%;
	bottom: 25px;
	background-image: url(../images/icon_goTop.svg);	
	opacity: .5;
}

.btn_talk {
    z-index: 999999999999;
    width: 78px;
    height: 260px;
    left: 0px;
    top: 30%;
    background-image: url(../images/add-friends-168s.gif);
    filter: drop-shadow(0 2px 8px rgba(10,124,255,.14));
}

.btn_talk:hover, .btn_talk:active { 
    opacity: .8;
}
.btn_goTop:hover, .btn_goTop:active {
	opacity: .8;	
}

@media (min-width: 1024px) {
	.swiper_KuLive {
		overflow: hidden;
	}
}

@media (min-width: 1200px) {	
	.boxPage1, .boxPage2, .boxPage3, .boxPage4, .boxPage5, .boxPage6, .swiper,.swiperTop {
		min-width: 1200px;
	}
	
	.swiper_Select .swiper-slide.swiper-slide-active .selectItem,
	.swiper_Select .gray,
	.swiper_Select .swiper-slide.swiper-slide-active ~ .swiper-slide-duplicate-prev .selectItem,
	.swiper_Select .swiper-slide.on .selectItem {
		opacity: 0.5;
		transition: all .2s ease-in-out;
	}
	
	.selectBox .arrow_prev {
		left: 15.5vw;
	}	
	
	.selectBox .arrow_next {
		right: 15.5vw;
	}
	
	.selectItem {
		height: 440px;
		padding: 40px 20px;
	}
	
	.content {
		min-height: 175px;
	}
	
	.LiveBot {
		padding: 80px 0 60px;
		width: 1170px;
	}
	
	.LiveBot .arrow_prev {
		left: -1vw;
	}	
	
	.LiveBot .arrow_next {
		right: -1vw;
	}
	
	.boxPage4 {
		background-size: 120% auto;
	}
	
}

@media (min-width: 1250px) {	
	.imgPC img {
		width: 100%;
		margin-left: 0;
	}
	
	.LiveBot {
		width: 1200px;
	}
}

@media (min-width: 1320px) {	
	.selectItem {
		padding: 40px 30px;
	}
}

@media (min-width: 1400px) {	
	.selectBox .arrow_prev {
		left: 16vw;
	}	
	
	.selectBox .arrow_next {
		right: 16vw;
	}
	
	.titleD {
		font-size: 28px;
	}
	
	.brandBox img {
		width: 280px;
	}
	
	.content {
		min-height: 150px;
	}
	.centerBox3 {
		padding-top: 3%;
	}
}

@media (min-width: 1800px) {	
	.selectItem {
		padding: 50px;
	}
	
	.selectItem .title {
		margin-top: 25px;
		height: 80px;
	}
	
	.boxPage4 {
		background-size: 100% auto;
	}	
}

/*視訊影片*/ /*-*/
.girlVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
    z-index: 999;
}

    .girlVideo video {
        width: 100%;
        height: auto;
        outline: none;
    }

.bg_girlVideo {
    position: absolute;
    width: 94%;
    margin: -22px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.girlVideoTxt {
    font-size: 1.2em;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 40px;
}

    .girlVideoTxt span {
        overflow: hidden;
        width: 100%;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: center;
    }

.btn_closeGV {
    position: absolute;
    top: -2%;
    right: 0;
    background: url(../images/btn_closeGirl.svg) no-repeat center;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
	z-index: 99;
}

    .btn_closeGV:active {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

@media (orientation: landscape) {
	.btn_closeGV {
		top: 12%;
	}
}

@media (min-height: 540px) and (min-width: 720px) and (orientation: landscape) {
	.btn_closeGV {
		top: 0;
		right: 0;
	}	
}

@media (min-width: 768px) and (orientation: landscape) {
	.btn_closeGV {
		top: 0%;
	}	
}

@media (min-height: 375px) and (min-width: 812px) and (orientation: landscape) {
	.bg_girlVideo {
		width: 75%;
	}
	
	.btn_closeGV {
		top: 12%;
		right: -8%;
	}
}

@media (min-width: 1024px) and (orientation: landscape) {
	.bg_girlVideo {
		width: 77%;
	}
	
	.btn_closeGV {
		top: 0%;
		right: 0;
	}	
}

@media (min-width: 1800px) and (orientation: landscape) {
	.bg_girlVideo {
		width: 72%;
	}
}

.popRecordC_scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


.hamburger-icon {
  position: absolute;
  z-index: 1;
  padding-bottom: 2vh;
  z-index:1001;
}

.hamburger-icon span {
  height: 7px;
  width: 40px;
  background-color: white;
  display: block;
  margin: 5px 0px 5px 0px;
  transition: 0.7s ease-in-out;
  transform: none;  
}

#openmenu:checked ~ .menu-pane {
  left: -5vw;
  transform: translateX(-5vw);
  z-index:1000;
}

#openmenu:checked ~ .body-text {
display: none;
}

#openmenu:checked ~ .hamburger-icon span:nth-of-type(2) {
  transform: translate(0%, 175%) rotate(-45deg);
  background-color: white;
}

#openmenu:checked ~ .hamburger-icon span:nth-of-type(3) {
  transform: rotate(45deg);
  background-color: white;
}

#openmenu:checked ~ .hamburger-icon span:nth-of-type(1) {
  opacity: 0;
}

#openmenu:checked ~ .hamburger-icon span:nth-of-type(4) {
  opacity: 0;
}

div.menu-pane {
  background-image: url("images/nav/bg_01_m.jpg");
  background-color: #333333;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover; 	
  position: absolute;
  transform: translateX(-105vw);
  transform-origin: (0, 0);
  width: 100%;
  height: 100%;
  transition: 0.6s ease-in-out;
  text-align:center;
}

.menu-pane p {
  color: black;
  font-size: 0.6em;
}

.menu-pane nav {
  padding: 10%;
}

.menu-links li, a, span {
  transition: 0.5s ease-in-out;
}

.menu-links>li>img {
  width:100%;
}	
	
.menu-links li:nth-child(1)	{
  margin-top: 60px;  
  margin-bottom: 30px;
}
	
.menu-pane ul {
  padding: 10%;
  display: inline-block;
  list-style:none;
}

.menu-pane li {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  list-style:none;	
}

.menu-links li a {
  color: white;
  text-decoration: none;
}

.menu-links li:hover a {
  color: #FFAB91;
}

input.hamburger-checkbox {
  position: absolute;
  z-index: 1003;
  top: 5vh;
  left: 5vw;
  width: 10vw;
  opacity: 0;
  height: 6vh;
}
	
.navMenu {
  position: absolute;
  top: 60px;
  left: 55%;
  -webkit-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index:500;
  margin: 0;
  padding: 0;
  width:60%;	
}

.navMenu a {
  color: #fefefe;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  width: 105px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navMenu a:hover {
  color: #fddb3a;
}

.navMenu .dot {
  width: 30px;
  height: 3px;
  background: #fddb3a;
  margin-top:5px;  
  opacity: 0
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navMenu a:nth-child(1):hover ~ .dot {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(2):hover ~ .dot {
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(3):hover ~ .dot {
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(4):hover ~ .dot {
  -webkit-transform: translateX(330px);
  transform: translateX(330px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(5):hover ~ .dot {
  -webkit-transform: translateX(440px);
  transform: translateX(440px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(6):hover ~ .dot {
  -webkit-transform: translateX(550px);
  transform: translateX(550px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}	

@media screen and (max-width: 1024px) { 
	.hamburger-icon {
		display:block;
	}
	.navMenu {
		display:none;
	}
	.hamburger-icon {
	  top: 8vh;
	  left: 4vw;
	}
}	
@media screen and (min-width: 1025px) and (max-width: 1280px) { 
	.bg_header>a>img {
		display:none;	
	}	
}
@media screen and (min-width: 1281px) {
	.bg_header>a>img {
		display:block;	
	}	
}
	
}