@charset "utf-8";
map *:focus {
	outline: none!important;
}

a,
button {
	outline: none!important;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}


/*針對ie ios*/

.iosOK {
	display: none!important;
}

@supports(-webkit-touch-callout:none) {
	.iosOK {
		display: block!important;
	}
	.iosNO {
		display: none!important;
	}
	.iosOK_flex {
		display: flex!important;
	}
}

.exclusiveoffer_tit {
	text-align: center;
	font-size: 45px;
	padding-top: 5%;
}

@media (max-width: 800px) {
	.exclusiveoffer_tit {

		padding-top: 10%;
	}
}

@media (max-width: 550px) {
	.exclusiveoffer_tit {
		font-size: 8vw;
		padding-bottom: 10px;
	}
}

.go_top {
	position: fixed;
	right: 15px;
	bottom: 100px;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #000;
	background-image: url(top.svg);
	background-size: 100%;
	background-position: center center;
	border-radius: 500px;
	z-index: 200;
	transition: 500ms;
	border: 1px solid #595959;
}

.go_top:hover {
	opacity: 0.80;
}

.exclusiveoffer div.div_clear {
	clear: both;
}


.exclusiveoffer {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.exclusiveoffer img {
	display: block;
	width: 100%;
}

.exclusiveoffer>div {
	position: relative;
}

.exclusiveoffer a {
	display: block;
}

.exclusiveoffer a.no {
	pointer-events: none;
	cursor: default;
}

.exclusiveoffer div.product2 {
	position: relative;
}

.exclusiveoffer div.product a,
.exclusiveoffer div.product2 a {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 3;
	top: 0;
}

.exclusiveoffer div.product a:nth-of-type(odd),
.exclusiveoffer2 div.product a:nth-of-type(odd) {
	left: 0;
}

.exclusiveoffer div.product a:nth-of-type(even),
.exclusiveoffer div.product2 a:nth-of-type(even) {
	right: 0;
}

.exclusiveoffer .product3 div,.exclusiveoffer .product4 div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.exclusiveoffer .product3 div a,.exclusiveoffer .product4 div a {
	display: block;
	width: 33%;
	height: 100%;
}
.exclusiveoffer .product4 div a{
	width: 25%;
}
.exclusiveoffer div.product a img {
	display: none;
}

.exclusiveoffer .link_bnt {
	position: absolute;
	top: -150px;
	left: 0;
	z-index: 1;
}

.tit_style {
	text-align: center;
	padding: 5% 0% 2% 0%;
	color: #000;
	font-size: 55px;
}

.mb {
	display: none!important;
}

.product-slider0 .slick-dots {
	margin-bottom: 0;
	margin-top: 0px;
}

.exclusiveoffer div.credit_card_btn a {
	height: 10%;
	top: 32%;
}

@media (min-width: 801px) {
	.exclusiveoffer div.credit_card_btn a {
		width: 25.5%;
		top: auto;
		bottom: 10%;
		height: 20%;
	}
	.exclusiveoffer div.credit_card_btn a:nth-of-type(even) {
		left: 25.5%;
		right: auto;
	}
}

@media (max-width: 800px) {
	.tit_style {
		font-size: 26px;
		padding: 10% 0% 2% 0%;
	}
	.exclusiveoffer div.product a {
		position: relative;
		width: 100%;
		height: auto;
		top: auto;
	}
	.exclusiveoffer div.product a img {
		display: block;
	}
	.pc {
		display: none!important;
	}
	.mb {
		display: block!important;
	}
	.product-slider0 .slick-dots {
		margin-bottom: 5px;
	}
	.exclusiveoffer div.product2_2 a {
		width: 100%;
		height: 50%;
	}
	.exclusiveoffer div.product2_2 a:nth-of-type(even) {
		top: auto;
		bottom: 0;
	}
}

@media (max-width: 500px) {
	.exclusiveoffer .link_bnt {
		top: -38px;
	}
}



/*表格*/

.exclusiveoffer .event_form {
	width: 100%;
	background-color: #000;
	color: #fff;
	padding-bottom: 50px
}

.exclusiveoffer .event_form>div {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.exclusiveoffer .event_form ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.exclusiveoffer .event_form ul li {
	margin-bottom: 20px;
	list-style: none;
}

.exclusiveoffer .event_form ul li .active {
	border: 4px solid #ff0000;
}

.exclusiveoffer input {
	-webkit-appearance: none;
	border-radius: 0;
}

.exclusiveoffer input,
.exclusiveoffer textarea,
.exclusiveoffer select,
.exclusiveoffer .icon_bnt {
	font-family: "微軟正黑體";
	-webkit-transition: 500ms;
	transition: 500ms;
	font-size: 24px;
}

.exclusiveoffer input[type="text"],
.exclusiveoffer input[type="number"],
.exclusiveoffer select,
.exclusiveoffer textarea,
.exclusiveoffer input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
	color: #000;
	background-color: #FFF;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #fff;
	box-sizing: border-box;
	height: 50px;
}

.exclusiveoffer input[type="submit"],
.exclusiveoffer .icon_bnt {
	color: #fff;
	border: 1px solid #fff;
	background-color: #000;
	padding: 15px 0px;
	width: 60%;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	cursor: pointer;
}

.exclusiveoffer label {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle;
	border: 1px solid #fff;
	background-size: 100%;
}


.exclusiveoffer input[type="checkbox"]:checked+label,
.exclusiveoffer input[type="checkbox"]:checked+label:hover {
	background-color: #FFF;
	background-image: url(Arrow_ok.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.exclusiveoffer input[type="radio"]+label {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.exclusiveoffer input[type="radio"]:checked+label,
.exclusiveoffer input[type="radio"]:checked+label:hover {
	background-color: #FFF;
	background-image: url(Arrow_ok2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.exclusiveoffer input[type="radio"]:checked,
.exclusiveoffer input[type="checkbox"]:checked {
	overflow: visible;
}

.exclusiveoffer select {
	-moz-appearance: none;
	background-image: url(select.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 27px;
	background-color: #FFF;
	padding-right: 35px;
	box-sizing: border-box;
}

.exclusiveoffer input[type="radio"],
.exclusiveoffer input[type="checkbox"] {
	display: none;
}

.table_form_checkbox {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 24px
}

.table_form_checkbox label {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	background-color: #FFF;
}

@media (max-width: 800px) {
	.exclusiveoffer input,
	.exclusiveoffer textarea,
	.exclusiveoffer select,
	.exclusiveoffer .icon_bnt,
	.table_form_checkbox {
		font-size: 16px;
	}
}



/*影片*/

.exclusiveoffer_video video {
	width: 100%;
	outline: none!important;
}

.exclusiveoffer_video img {
	display: block;
	width: 100%;
	max-width: 1200px;
}

.exclusiveoffer_video iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.exclusiveoffer a{
	cursor: pointer;
}
/*popup*/
.popup_btn {
    cursor: pointer;
}

.popup {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.popup div {
    width: 90%;
    max-width: 800px;
    text-align: center;
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.popup ul {
    padding: 0;
    margin: 0 5%;
    width: 90%;
}

.popup li {
    text-align: left;
}

.popup p {
    font-size: 24px;
    margin-bottom: 20px;
}

.popup.active {
    display: flex;
}
.popup button,.popup a{
	display: block;
	padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
}
.popup button {
    
    position: absolute;
    right: 0;
    top: 0;
    
}
.popup a{
	width: 150px;
	margin: 0 auto;
	padding: 15px 0;
	color: #000;
	text-decoration: none;
}
.popup button:hover,.popup a:hover {
    color: #666;
}
@media (max-width: 550px) { 
	.popup p {
    font-size: 18px;
}

}

/*飛船*/
.exclusiveoffer-right_menu{
	position: fixed;
    right: 5px;
    top: 30%;
    width: 10%;
    z-index: 3;
}
.exclusiveoffer-right_menu img {
    width: 100%;
}
@media (max-width: 800px) {
    .exclusiveoffer-right_menu {
        width: 20%;
    }
}