﻿
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure, mark ,main ,article {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;
}

h1,h2,h3 { display: none;}/*給舊公版用的*/

h1, h2, h3, h4, h5 {
	text-decoration: inherit;
	font: inherit;
	font-weight: inherit;
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}


/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.block-center {
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: both;
	position: relative;
}

/*主視覺*/
.block-main {
	display: inline-block;
	width: 100%;
	line-height: 0;
}

.block-main h1 {
	display: inline-block;
}

.main-ipad {
	display: none;
}

/*導覽列*/
.block-menu {
	width: 100%;
	clear: both;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0 0 20px hsl(0deg 0% 0% / 15%);
	padding: 15px 0;
	margin: -2px 0 0 0;
}

.block-menu .block-center {
	width: 100%;
	display: flex;
	align-items: center;
  justify-content: center;
}

.block-menu li ,.block-menu div  {
	display: inline-block;
}

.block-menu a {
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	text-align: center;
	color: #333333;
	margin: 0 0 0 5px;
	border-radius: 80px;
	border: 1px solid #ffffff;
}

.block-menu a:hover ,.block-menu .menu-active a {
	border: 1px solid #d5d5d5;
	background: #efefef;
}

.block-menu.sticky {
	top: 30px !important;
	margin: 0;
}

.menu-logo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px 0 0;
}

.menu-logo img {
	max-height: 35px;
}

/*.menu-logo-cathay-mobile {display:none;}*/

/*活動說明*/
.block-act {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:80px 0;
}

.block-act .act-main {
	display: flex;
	align-items: center;
}

.act-pic {
	width: 45%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px 0 0;
}

.act-infor {
	width:55%;
	position: relative;
}

.act-title {
	font-family:Microsoft YaHei, verdana;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 45px;
	letter-spacing: 1px;
	z-index: 2;
	position: relative;
	display: inline-block;
}

.act-list li {
	line-height: 24px;
	margin: 0 0 10px 20px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.act-list li::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 11px;
	background: url(/webDM/bankCard/bank-case/style/images/list_title_icon.png) no-repeat center;
	left: -15px;
    top: 8px;
}

.act-list li a {
	text-underline-offset: 0.2em;
	text-decoration: underline;
}

.act-list li a:hover {
	color: #7f7f7f;
}

.act-list li span {
	color: #fc4c02;
}

.act-bk {
	position: absolute;
	width: 168px;
	height: 168px;
	background: url(/webDM/bankCard/bank-case/style/images/act_infor_icon.png) no-repeat center;
	z-index: -1;
	top: -87px;
    left: -50px;
}

.act-special-box {
	width: 100%;
	clear: both;
	margin: 40px 0 0 0;
}

.act-special-title {
	display: inline-block;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	background: rgb(255,247,219);
	background: linear-gradient(90deg, rgba(255,247,219,1) 0%, rgba(255,234,162,1) 100%);
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.act-special-text {
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 20px 0;
}

/*優惠碼*/
.block-code {
	background: #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 0;
}

.code-main-space {
	width: 100%;
	clear: both;
	margin: 0 0 40px 0;
}

.code-together {
	display: inline-block;
	width: 100%;
	position: relative;
	background: rgb(255,158,27);
	background: linear-gradient(90deg, rgba(255,158,27,1) 0%, rgba(255,229,141,1) 100%);
	border-radius: 20px;
	margin:20px 0;
}

.code-inside-text {
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	padding: 15px 0 0 30px;
    line-height: 26px;
}

.code-inside-text::before {
	position: absolute;
	content: '';
	left: 13px;
    top: 21px;
	width: 15px;
	height: 18px;
	background: url(/webDM/bankCard/bank-case/style/images/coupon_title_icon.png) no-repeat center;
}

.code-icon {
	position: absolute;
	width: 26px;
	height:14px;
	top: -1px;
	right:308px;
}

.code-icon-back {
	position: absolute;
	width: 26px;
	height:14px;
	bottom: -1px;
	right:308px;
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
}

.code-bk {
	position: absolute;
	width: 107px;
	height: 43px;
	top: 0px;
	right: 150px;
}

.code-gift {
	position: absolute;
	right: 12px;
    top: -18px;
	width: 135px;
	height: 68px;
}

.code-together:nth-child(odd) .code-gift {
	background: url(/webDM/bankCard/bank-case/style/images/coupon_gift1.png) no-repeat center;
}

.code-together:nth-child(even) .code-gift {
	background: url(/webDM/bankCard/bank-case/style/images/coupon_gift2.png) no-repeat center;
}

.code-main-box {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
}

.code-main-title-big {
	width: 100%;
	text-align: center;
	font-family:Microsoft YaHei, verdana;
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	display: block;
}

.code-main-left {
	border-radius: 20px 15px 15px 20px;
	background: #ffffff;
	width: calc(100% - 309px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
    border-right: 1px dashed #ffd16c;
    margin: 0;
    position: relative;
}

.code-main-title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #fc4c02;
	line-height: 28px;
	margin: 0 0 5px 0;
	display: inline-block;
}

ul.code-main-list {
	margin: 0 0 20px 0;
}

.code-main-list li {
	line-height: 24px;
	margin: 0 0 5px 20px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.code-main-list li::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 11px;
	background: url(/webDM/bankCard/bank-case/style/images/list_title_icon.png) no-repeat center;
	left: -15px;
    top: 8px;
}

.code-main-list li a {
	text-underline-offset: 0.2em;
	text-decoration: underline;
}

.code-main-list li a:hover {
	color: #7f7f7f;
}

.code-main-list li span {
	color: #fc4c02;
	font-weight: bold;
}

.code-main-notice {
	font-size: 13px;
	line-height: 18px;
	border-top: 1px solid #efefef;
	text-align: left;
	color: #333333;
	width: 100%;
	padding: 15px 0 0 0;
}


.code-main-right {
	border-radius: 15px 20px 20px 15px;
	background: #ffffff;
	width: 310px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 10px;
	display: grid;
	align-items: center;
    align-content: center;
}

.code-number {
	font-size: 30px;
    font-weight: bold;
    color: #fc4c02;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 0 0 10px 0;
    word-wrap: break-word;
    word-break: break-all;
}

.code-but {
	width: 100%;
	clear: both;
	text-align: center;
}

.code-but a {
	display: inline-block;
	border-radius: 50px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0px 3px 0 #ffb900;
	background: rgb(255,198,2);
	background: linear-gradient(90deg, rgba(255,198,2,1) 0%, rgba(255,229,140,1) 100%);
}

.code-but a:hover {
	background: rgb(255,231,147);
	background: linear-gradient(90deg, rgba(255,231,147,1) 0%, rgba(255,241,194,1) 100%);
	box-shadow: 0px 3px 0 #ffd975;
}

.code-more {
	text-align: right;
	width: 100%;
}

.code-more a {
	text-underline-offset: 0.2em;
	text-decoration: underline;
	color: #333333;
	font-size: 18px;
}

.code-more a:hover {
	color: #7f7f7f;
}

.code-more img {
	margin: 0 0 -3px 5px;
}

.code-infor-box {
	width: 100%;
	clear: both;
}

.code-infor-title {
	width: 100%;
	text-align: center;
	font-family:Microsoft YaHei, verdana;
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
	display: inline-block;
}

.code-infor-way {
	width: 100%;
	clear: both;
	display: flex;
	justify-content: center;
    align-items: flex-start;
}

.code-infor-way-box {
	position: relative;
	padding:10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
}

.code-infor-way-arrow {
	align-self: center;
}

.code-infor-way-box b {
	position: absolute;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #ffc600;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50px;
	left:10px;
	top: 0px;
	line-height: 40px;
	display: inline-block;
}

.code-infor-way-box figure {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	display: inline-block;
	width: 100%;
    text-align: center;
}

.code-infor-way-box h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 28px;
	color: #333333;
	display: inline-block;
}


/*推薦行程*/
.block-product {
	width: 100%;
	clear: both;
	padding: 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-main-title ,.notice-main-title {
	width: 100%;
    text-align: center;
    font-family: Microsoft YaHei, verdana;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 2px;
	margin: 0 0 20px 0;
    display: inline-block;
}

a.product-one-space {
	width: 100%;
	clear: both;
	position: relative;
	display: flex;
	justify-content: space-between;
    flex-direction: row-reverse;
	margin:40px 0;
}

a.product-one-space:hover .product-one-pic img {
	opacity: .9;
}

a.product-one-space:hover .product-one-box {
	background: #fff7dc;
}

.product-one-pic {
	width: 100%;
	max-width: 460px;
	position: absolute;
	left: 0px;
	top: -30px;
}

.product-one-pic img {
	border-radius: 20px;
}

.product-one-box {
	width: 100%;
	max-width: 535px;
	background: #f8f8f8;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 35px 40px 70px;
}

.product-one-title {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 20px 0;
	color: #333333;
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	display: inline-block;
}

ul.product-one-list {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	min-height: 150px;
}

ul.product-three-list {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
}

.product-one-list li {
	line-height: 24px;
	margin: 0 0 10px 20px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.product-three-list li {
	line-height: 24px;
	margin: 0 0 5px 20px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.product-one-list li::before ,.product-three-list li::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 11px;
	background: url(/webDM/bankCard/bank-case/style/images/list_title_icon.png) no-repeat center;
	left: -15px;
    top: 8px;
}

.product-one-list li span ,.product-three-list li span {
	color: #fc4c02;
}

.product-one-price {
	width: 100%;
	text-align: right;
	color: #333333;
}

.product-one-price span {
	color: #fc4c02;
	font-weight: bold;
	margin: 0 2px;
	font-size: 20px;
}

.product-area-title {
	width: 100%;
	clear: both;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	font-family: Microsoft YaHei, verdana;
	letter-spacing: 1px;
	line-height: 28px;
	display: inline-block;
}

.product-area-title::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 30px;
	border-radius: 50px;
	background: rgb(255,229,139);
	background: linear-gradient(180deg, rgba(255,229,139,1) 0%, rgba(255,199,12,1) 100%);
	left: 0px;
	top: 0px;
}

.product-four-space {
	width: 100%;
	display: inline-flex;
	clear: both;
	justify-content: space-between;
	margin: 20px 0 40px 0;
}

a.product-four-box {
	width: 24%;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	display:grid;
	min-height: 165px;
	border-radius: 20px;
	overflow: hidden;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	align-items: center;
}

a.product-four-box span {
	display: inline-block;
	left: 0px;
	top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	padding: 12px 18px;
	border-radius: 0 0 20px 0;
	background: #ff9e1b;
	z-index: 3;
	position: absolute;
}

a.product-four-box p ,a.product-four-box h3 {
	position: relative;
	z-index: 2;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 3px rgb(0 0 0 / 50%);
	margin: 20px 0 0 0;
	display: inline-block;
}

a.product-four-box p b ,a.product-four-box h3 b {
	font-size: 15px;
	font-weight: normal;
}

.product-four-bk {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #494949;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: grid;
    opacity: .4;
}

a.product-four-box:hover .product-four-bk {
	opacity: .3;
	background: #ff9e1b;
}

a.product-four-box:hover {
	border: 1px solid #ffc600;
}

.product-three-space {
	width: 100%;
	clear: both;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin: 20px 0 40px 0;
}

a.product-three-box {
	width: 33%;
	border-right: 1px solid #efefef;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	display: inline-block;
}

a.product-three-box:hover {
	background: #fff7dc;
}

a.product-three-box:last-child {
	border-right: 0px;
}

.product-three-pic {
	width: 100%;
	margin: 0 0 10px 0;
}

.product-three-pic img {
	border-radius: 20px;
}

a.product-three-box:hover .product-three-pic img {
	opacity: .9;
}

.product-three-name {
	width: 100%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    margin: 0 0 10px 0;
	display: inline-block;
}

.product-three-price {
	width: 100%;
	text-align: center;
	color: #333333;
}

.product-three-price span {
	color: #fc4c02;
	font-weight: bold;
	margin: 0 2px;
	font-size: 20px;
}

.product-line-space {
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 20px 0 40px 0;
}

.product-line-area {
	border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	width: 100%;
	min-height: 190px;
	position: relative;
	margin: 0 0 20px 0;
}

.product-line-area-title {
	display: inline-grid;
    left: 30px;
    bottom: 30px;
    color: #ffffff;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    align-items: end;
	z-index: 2;
}

.product-line-area-title span {
	display: inline-block;
    margin: 5px 0 0 0;
    width: 100%;
    font-size: 15px;
	font-weight: normal;
}

.product-line-area-bk {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgb(255,158,27);
	background: linear-gradient(90deg, rgba(255,158,27,1) 0%, rgba(255,158,27,0) 50%);
}

.product-line-type {
	clear: both;
	display: inline-block;
	border-radius: 50px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 20px;
	background: #fff7dc;
	margin: 0 0 10px 0;
}

a.product-line-box {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 5px;
	border-bottom: 1px dashed #efefef;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
}

.product-line-name {
	color: #333333;
	text-shadow: 0 0 0 #333333;
	display: inline-block;
}

a.product-line-box span {
	color: #fc4c02;
	margin: 0 2px;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
}

a.product-line-box:hover {
	background: #fff7dc;
}

a.product-line-box:last-child {
	border-bottom: 0px;
}

.product-line-inside {
	margin: 0 0 20px 0;
}

.product-line-inside:last-child {
	margin: 0;
}

.product-but-inside {
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.product-but-inside:last-child {
	margin: 0;
}

.product-but-inside a ,.product-but-inside a h3 {
	display: inline-block;
}

.product-but-inside a {
	box-sizing: border-box;
    padding: 8px 20px;
    border-radius: 10px;
    color: #333333;
    border: 1px solid #efefef;
    background: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.product-but-inside a:hover {
	background: #efefef;
}

.product-more {
	width: 100%;
	text-align: center;
	clear: both;
}

.product-more a {
	display: inline-block;
	border-radius: 50px;
	background: #efefef;
	color: #333333;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 18px;
	margin: 0 5px 10px 5px;
}

.product-more img {
	margin: 0 0 -2px 5px;
}

.product-more a:hover {
	background: #fff7dc;
}



/*注意事項*/
.block-notice {
	width: 100%;
	clear: both;
	background: #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 0 0 0;
}

.block-notice .block-center {
	padding: 0 0 80px 0;
}

.notice-black-title {
	display: inline-block;
	background: #7f7f7f;
	color: #ffffff;
	text-align: left;
	border-radius: 50px;
	padding: 8px 15px;
    font-size: 15px;
	margin: 10px 0;
}

.block-notice ul {
	margin: 0 0 40px 0;
}

.block-notice ul:last-child {
	margin: 0;
}

.notice-number-list li {
	line-height: 24px;
    margin:0 0 10px 30px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	list-style-type: decimal;
}

.notice-dot-list li {
	line-height: 24px;
    margin:0 0 10px 30px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	list-style-type: disc;
}

.block-notice li a {
	text-underline-offset: 0.2em;
	text-decoration: underline;
}

.block-notice li a:hover {
	color: #7f7f7f;
}

.block-notice li span {
	color: #d6001c;
}

.notice-dashed-title {
	display: inline-block;
	text-align: left;
	border:1px dashed #333333;
	border-radius: 50px;
	padding: 8px 15px;
    font-size: 15px;
	margin: 10px 0;
}

/*銀行八字*/

.block-careful {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    background: #999999;
    color: #ffffff;
	text-align: center;
}

.careful-title {
    font-size: 30px;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: bold;
	display: inline-block;
	margin: 0 auto 10px auto;
    width: 100%;
    max-width: 960px;
    clear: both;
}

.careful-title span {
    display: inline;
    width: 10px;
    clear: none;
    height: auto;
}

ul.careful-list {
	display: inline-block;
    padding: 5px 20px;
    vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.careful-list li {
	list-style: none;
    font-size: 13px;
    margin: 0 0 5px 0;
    line-height: 18px;
}




/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width:960px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.block-center {
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	.product-one-pic {
		position: unset;
		width: 50%;
		order: 1;
		padding: 0 20px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.product-one-box {
		padding: 20px;
		max-width: 460px;
	}

	a.product-one-space {
		margin: 20px 0 40px 0;
	}
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.block-main ,.block-menu ul {
		display: none;
	}

	.block-menu {
		position: fixed !important;
		top: 0 !important;
		text-align: right;
		z-index: 3 !important;
	}

	.block-menu.sticky {
		top: 0 !important;
	}

	.block-menu .block-center {
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}

	.menu-logo img {
		max-height: 18px;
	}
    
	/*.menu-logo-cathay {display: none;}
	.menu-logo-cathay-mobile {display:block;}*/
	
	.main-ipad {
		display: inline-block;
		width: 100%;
		line-height: 0;
		margin: 50px 0 0 0;
	}

	.product-one-box {
		max-width: unset;
	}

	.product-one-pic {
		display: none;
	}

	.product-main-title ,.notice-main-title {
		margin: 0 0 20px 0;
	}

	.product-four-space {
		flex-wrap: wrap;
	}

	a.product-four-box {
		width: 49%;
		margin: 0 0 20px 0;
	}

	a.product-three-box {
		width: 49%;
		margin: 0 0 20px 0;
		border-right: 0;
		padding: 10px;
		border-radius: 20px;
	}

	.code-icon ,.code-icon-back ,.code-bk ,.code-gift {
		display: none;
	}

	.code-main-box {
		flex-wrap: wrap;
	}

	.code-main-left {
		border-radius: 20px 20px 0 0;
		border-right: 0px;
		width: 100%;
		border-bottom: 1px dashed #ffd16c;
		padding: 15px;
	}

	.code-main-right {
		border-radius: 0 0 20px 20px;
		width: 100%;
		padding: 15px 10px;
	}

	.block-menu {
		margin: 0;
	}

}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:600px) {
	.act-pic {
		display: none;
	}

	.act-infor {
		width: 100%;
	}

	.block-act  {
		padding:40px 0 0 0;
	}

	.block-code {
		margin: 20px 0 0 0;
		padding: 40px 0;
	}

	.block-product {
		padding: 40px 0;
	}

	.main-ipad {
		z-index: 3;
		position: relative;
	}

	.code-infor-way {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	
	a.product-three-box {
		width: 100%;
		padding: 20px;
	}

	.product-three-pic {
		text-align: center;
	}

	.product-three-pic img {
		width: 100%;
	}

	.block-notice {
		padding: 40px 0 0 0;
	}

	.block-notice .block-center {
		padding: 0 0 40px 0;
	}

	.product-three-name {
		text-align: left;
	}

	.product-three-price {
		text-align: right;
	}

	.act-title {
		text-align: center;
	}

	
	
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.code-infor-way {
		gap: 10px;
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
	}

	.code-infor-way-box {
		width:100%;
		padding: 5px;
	}

	.code-infor-way-box h3 {
		font-size: 18px;
		line-height: 24px;
	}

	a.product-four-box {
		width: 100%;
	}

	a.product-one-space {
		margin: 20px 0 60px 0;
	}

	a.product-three-box {
		padding: 10px;
	}

	.product-more a {
		width: 100%;
	}

	.careful-list li {
		text-align: left;
	}

	.act-title ,.code-main-title-big ,.code-infor-title ,.product-main-title ,.notice-main-title {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 10px 0;
	}

	.code-infor-way-arrow {
		display: none;
	}


}

	

@media (max-width: 320px) {
	.careful-title span {
		display: block;
		clear: both;
		height: 10px;
	}
}