@charset "UTF-8";
/* CSS Document */

/***RESET***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, activity, title_L, title_R, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*音樂盒歌單開始*/
.all{
	max-width: 730px;
	margin: 0px auto;
}

.collapsible {
    background-color: #fce3ea;
    /*color: white;*/
	color: #2a2a2a;
	cursor: pointer;
	font-family: Microsoft YaHei, Microsoft JhengHei, arial, sans-serif;
    /*padding: 13px;*/
    width: 100%;
    text-align: left;
    outline: none;
	border: none;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 3px ;
	
	border-bottom-style: dotted;border-color:#000;
	border-width:2px;
	list-style: none;
    background: url(../images/wap/wap_music_icon.png) no-repeat left top ;
	background-position:2% 50%;
    -webkit-background-size: 38px;
    -o-background-size: 38px;
    background-size: 38px;
    padding: 2% 20px 2% 60px;
    position: relative;
}

.active, .collapsible:hover {
    background-color: #fff;
}

.collapsible:after {
    content: '\002B';
	color: #000;
    /*color: white;*/
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.line3{
	border-bottom: dashed 1px #b8b8b8;
	width: 100%;
	padding-top: 15px;
}

.line4{
	border-bottom: dotted 2px #000;
	width: 100%;
	padding-top: 15px;
}

.white {
    margin-left: 10px;
	color: #FFFFFF;
	top: -7px;
	font-family: Microsoft JhengHei;
}
.red {
    margin-left: 10px;
	color: #f21818;
	top: -7px;
	font-family: Microsoft JhengHei;
}
/*.active:after {
    content: "\2212";
}*/

.content {
    padding: 0 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff;
	font-size: 18px;
	line-height: 28px;
}/*音樂盒歌單結束*/


/*申辦回填注意事項開始*/
/* Style the button that is used to open and close the collapsible content */
.collapsible_remarks {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible_remarks:hover {
  background-color: #fff;
}

/* Style the collapsible content. Note: hidden by default */
.content_remarks {
  padding: 10px 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
	font-size: 15px;
    color: #585858;
    line-height: 1.75;
    list-style: decimal;
    letter-spacing: -1px;
    font-family: Microsoft JhengHei;
}

button.collapsible_remarks {
    background-color: #fff;
    color: #de4a56;
    cursor: pointer;
    padding: 2px 32px;
    width: 100%;
    border: none;
    text-align: center;
	font-weight: 700;
    outline: none;
    font-size: 39px;
}
button.collapsible_remarks:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    /*float: right;*/
    margin-left: 5px;
}
*, *:before, *:after {
    box-sizing: inherit;
}
button.collapsible_remarks.active:after {
    content: "\2212";
}
.pc-divider {
    margin: 5px 20px 5px 20px;
    height: 1px;
    background-color: #babcbf;
}
.collapsible_footnote{
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.content_remarks ul li{
	list-style-type: decimal; 
}

/*注意事項結束*/

/*老朋友回填注意事項開始*/
/* Style the button that is used to open and close the collapsible content */
.collapsible_remarks-oldfriend {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible_remarks-oldfriend:hover {
  background-color: #fff;
}

/* Style the collapsible content. Note: hidden by default */
.content_remarks-oldfriend {
  padding: 10px 23px;
  display: none;
  overflow: hidden;
  background-color: #fff;
	font-size: 15px;
    color: #585858;
    line-height: 1.75;
    list-style: decimal;
    letter-spacing: -1px;
    font-family: Microsoft JhengHei;
}

button.collapsible_remarks-oldfriend {
    background-color: #fff;
    color: #de4a56;
    cursor: pointer;
    padding: 2px 32px;
    width: 100%;
    border: none;
    text-align: center;
	font-weight: 700;
    outline: none;
    font-size: 39px;
}
button.collapsible_remarks-oldfriend:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    /*float: right;*/
    margin-left: 5px;
}
*, *:before, *:after {
    box-sizing: inherit;
}
button.collapsible_remarks-oldfriend.active:after {
    content: "\2212";
}
.pc-divider {
    margin: 5px 20px 5px 20px;
    height: 1px;
    background-color: #babcbf;
}
.collapsible_footnote{
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.content_remarks-oldfriend ul li{
	list-style-type: decimal; 
}

/*注意事項結束*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

a, a:hover, a:active {
	color: #f15044;
	text-decoration: none;
}
/***DEFAULT**/
html, body {
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}

body {
	text-algin: center;
	background-color: #9ad6e5;
	font-family: Arial, Helvetica,sans-serif,  "微軟正黑體", "新細明體";
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6, p {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	color: #333;
}

.btn_box {
    border: 0.1rem solid #35a9ec;
	border-radius: 50px;
    padding: 4px 63px;
    color: #35a9ec;
    margin-left: .4em;
    line-height: 34px;
	font-size: 20px;
	letter-spacing: -1px;
	background-color: #fff;
}
.btn_box03 {
    border: 0.1rem solid #35a9ec;
	border-radius: 50px;
    padding: 4px 105px;
    color: #35a9ec;
    margin-left: .4em;
    line-height: 34px;
	font-size: 20px;
	letter-spacing: -1px;
	background-color: #fff;
}
.btn_box02 {
    border: 0.1rem solid #00bcee;
	border-radius: 50px;
    padding: 4px 5px;
    color: #fff;

    line-height: 28px;
	font-size: 20px;
	letter-spacing: -1px;
	background-color: #00bcee;
	text-align: center;
    margin-bottom: 6px;
}
.btn_box01 {
    border: 0.1rem solid #98d36d;
	border-radius: 50px;
    padding: 4px 5px;
    color: #fff;

    line-height: 28px;
	font-size: 20px;
	letter-spacing: -1px;
	background-color: #98d36d;
	text-align: center;
    margin-bottom: 6px;
}

/*.btn_box:hover {
  border: 0.01rem solid #b1b1b1;
  background-color: #e5e5e5;
  color: #fbf7e0;
}

.btn_box.Hami {
    border: 0.01rem solid #909090;
    padding: 1px 4px;
    color: #212121;
    margin-left: .2em;
    line-height: 18px;
	font-size: 14px;
}*/

*:link, *:visited, *:hover, *:active, *:focus, * {
	-o-transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;
	-webkit-transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;
	-moz-transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;
	transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;
}

a {
	text-decoration: none;
	color: #f15044;
}

a:hover {
	text-decoration: underline;
	color: #f15044;
}

a:visited {
    color: #ff0005;
    text-decoration: none;
}

a img {
	border: 0px;
}

img {
	border: 0px;
}

blockquote {
}

form {
	padding: 0px;
	margin: 0px;
}

/*ul, ol {
	margin: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
} 

li {
	margin: 0px;
}*/

input {
}

.Clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* Clearfix */
.clearfix:before,  .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
/***共用CSS***/


#wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	*margin: 0px auto;
 /* ie7 */
	_margin: 0px auto;
 /* ie6 */
}
/***PC版***/
.float_icon {
	z-index: 9;
	padding-left: 910px;
	top: 100px;
	width: 140px;
	height: 300px;
	position: fixed;
}

.float_icon_Hami {
	z-index: 9;
	padding-left: 910px;
	top: 385px;
	width: 140px;
	height: 300px;
	position: fixed;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 43px;
  right: 9px;
  z-index: 100099;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  padding: 12px 8px;
  border-radius: 50%;
}
#myBtn:hover {
  background-color: #555;
}


.top {
	position: fixed;
	bottom: 100px;
	padding-left: 35px;
	z-index: 1000;
	opacity: 0.7;
}
.top img {
	border-radius: 50%; 
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.top img:hover {
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.7;
}
.top-m {
	display: none;
}

.hamiarea{
	outline: none;
    width: 500px;
    height: 61px;
    margin: 0 auto;
    padding-bottom: 70px;
	text-align: center;
	
}
.button_hami {
  border-radius: 40px;
  background-color: #08b2c4;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 2% 10% 2% 10%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  letter-spacing: -1px;
}

.hamiarea_m {
		display: none;
	}


.button_go {
  border-radius: 70px;
  background-color: #1b92df;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 2% 10% 2% 10%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  letter-spacing: -1px;
}

.button_go span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_go span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_go:hover span {
  padding-right: 25px;
}

.button_go:hover span:after {
  opacity: 1;
  right: 0;
}


.button_go_Hami {
  border-radius: 70px;
  background-color: #1d3ea8;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 1% 3% 1% 3%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  letter-spacing: -2px;
}

.button_go_Hami span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_go_Hami span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_go_Hami:hover span {
  padding-right: 25px;
}

.button_go_Hami:hover span:after {
  opacity: 1;
  right: 0;
}

.button_go_Hami_red {
  border-radius: 70px;
  background-color: #6dbb29;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 2% 7% 2% 7%;
  transition: all 0.5s;
  cursor: pointer;
  /*margin: 5px;*/
  margin: 5px;
  letter-spacing: -2px;
}

.button_go_Hami_red span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_go_Hami_red span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_go_Hami_red:hover span {
  padding-right: 25px;
}

.button_go_Hami_red:hover span:after {
  opacity: 1;
  right: 0;
}

.award{
	font-size: 1.36rem;
	line-height: 24px;
	font-family: 'Microsoft YaHei';
}

.award p  {
	position: relative;
	
	color:#565656;
	margin-top: 5px;
}

.award p span {
	font-size: 1.02rem;
	
}



.txt-bold {
    font-weight: bold;
}

.linebar{
	margin-top: 10px;
	color: #828282;
	background: url(../images/lineicon.png) no-repeat 0% 50%;
	line-height: 3rem;
	padding-left: 36px;
}


.chticon {
	position: fixed;
	bottom: 266px;
	padding-left: 20px;
	opacity: 0.9;
    cursor: pointer;
    z-index: 1000;	
}

.chticon img {
	border-radius: 50%; 
	display: block;
	width: 55px;
	height: 65px;
	margin: 0 auto;
}

.chticon img:hover {
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.7;
}

.chticon-m {
	display: none;
}

/*shareicon*/
.FBicon{width: 46px;height: 46px;position: fixed;bottom: 157px;right: 13px;z-index: 1000;display: block;border-radius: 50%;}
.FBicon img {
	border-radius: 50%; 
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.FBicon img:hover {
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.7;
}

.FBicon-m {
	display: none;
}

.LINEicon{width: 46px;height: 46px;position: fixed;bottom: 100px;right: 13px;z-index: 1000;display: block;border-radius: 50%;}
.LINEicon img {
	border-radius: 50%; 
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.LINEicon img:hover {
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.6;
}
.LINEicon-m {
	display: none;
}

#container_pc {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	*margin: 0px auto;
 /* ie7 */
	_margin: 0px auto;
 /* ie6 */
}

#header_pc {
	display: block;
	width: 900px;
	height: 525px;
	z-index: 0;
	position: absolute;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#web-nav {
	clear: left;
	width: 900px;
	margin: 400px 0 0 0;
	position: absolute;
	z-index: 999;
}



 /* 獨立資料回填 */
#web-data {
	clear: left;
	width: 900px;
	margin: 0;
	position: absolute;
	z-index: 999;
}

#header_data {
    display: block;
	width: 900px;
	height: 350px;
	z-index: 0;
	background-image: url(../images/header-date.jpg);
	background-repeat: no-repeat;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.tabs li {
	margin: 0 auto;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

ul.tabs li a {
	display: block;
	width: 122px;
	height: 122px;
	text-indent: -9999px;
}

ul.tabs #a1 {
	background: url(../images/web_navi.png) no-repeat 0px 0px;
}

ul.tabs #a2 {
	background: url(../images/web_navi.png) no-repeat -122px 0px;
	width: 122px;
	margin-left: 15px;
}

ul.tabs #a3 {
	background: url(../images/web_navi.png) no-repeat -244px 0px;
	width: 122px;
	margin-left: 15px;
	margin-right: 15px;
}

ul.tabs #a4 {
	background: url(../images/web_navi.png) no-repeat -366px 0px;
	width: 122px;
}

ul.tabs #a1 a:hover {
	background: url(../images/web_navi.png) no-repeat 0px -122px;
}

ul.tabs #a1.active {
	background: url(../images/web_navi.png) no-repeat 0px -122px;
}

ul.tabs #a2 a:hover {
	background: url(../images/web_navi.png) no-repeat -122px -122px;
}

ul.tabs #a2.active {
	background: url(../images/web_navi.png) no-repeat -122px -122px;
}

ul.tabs #a3 a:hover {
	background: url(../images/web_navi.png) no-repeat -244px -122px;
}

ul.tabs #a3.active {
	background: url(../images/web_navi.png) no-repeat -244px -122px;
}

ul.tabs #a4 a:hover {
	background: url(../images/web_navi.png) no-repeat -366px -122px;
}

ul.tabs #a4.active {
	background: url(../images/web_navi.png) no-repeat -366px -122px;
}

#content_pc {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	position: absolute;
}

div.tab_container {
	background-color: #FFFFFF;
	clear: left;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

div.tab_container .tab_content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.title01 {
	position: relative;
	height: 120px;
	margin: 0;
	background-image: url(../images/title_01.png);
	background-repeat: no-repeat;
	background-position: center;
}

.title02 {
	background: url(../images/title_02.png) no-repeat;
	position: relative;
	height: 86px;
	margin: 0;
}

.title03 {
	background: url(../images/title_03.png) no-repeat;
	position: relative;
	height: 86px;
	margin: 0;
}

.title03-2 {
	background: url(../images/title_03-2.png) no-repeat;
	position: relative;
	height: 35px;
	margin: 0;
}

.title04 {
	background: url(../images/title_04.png) no-repeat;
	position: relative;
	height: 86px;
	margin: 0;
	font-family: Microsoft JhengHei;
}

.title05{
	color: #6dbb29; 
	font-family: 'Microsoft YaHei';
	font-size: 2rem;
    line-height: 1.65em;
	padding: 20px 20px 10px 0;
}

.title05s{
	color: #9f9f9f; 
	font-family: 'Microsoft YaHei';
	font-size: 1.1rem;
	padding: 0 20px 10px 0;
	letter-spacing: 0.06em;
	line-height: 1.27em;
}
.title06s{
	color: #585858; 
	font-family: 'Microsoft JhengHei';
	font-size: 1.5rem;
	padding: 0 20px 25px 0;
	line-height: 1.27em;
}

.title-line {
    width: 40px;
    height: 5px;
	background: #6dbb29;
	border-radius: 100px;
}

.font08 {
	font-size: 22px;
	color: #585858;
	margin-bottom: 1px;
	text-align: left;
	line-height: .9;
	/*font-weight: 700;*/
	font-family: 'Microsoft YaHei';
}
.font08 ol li{
	margin-left: 20px;
	color: #585858;
	list-style: decimal;
	font-family: Microsoft JhengHei;
	padding-top: 4px;
}
/*首頁活動法區塊開始*/
.lc-rewards-box {
    background: #FFF;
    box-shadow: 0 2px 12px rgb(0 40 117 / 15%);
    border-radius: 20px;
    margin: 16px auto 32px;
	padding: 20px 13px 10px;
	text-align: center;

}

.lc-rewards-box01 {
    background: #FFF;
    box-shadow: 0 2px 12px rgb(0 40 117 / 30%);
    border-radius: 20px;
    margin: 16px auto 32px;
	padding: 20px 14px 20px;
	height: 180px;

}
.lc-rewards-box02 {
    background: #FFF;
    box-shadow: 0 2px 12px rgb(0 40 117 / 30%);
    border-radius: 20px;
    margin: 16px auto 32px;
	padding: 20px 14px 20px;
	height: 180px;

}

.lc_lcWrap__3P-Ue {
    margin-top: 16px;
}

.lc_horizontal__2V3uh {
    width: 26px;
    height: 1px;
    background: #585858;
    border: none;
	
}
.lc_h5__3DkAV {
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 32px;
	margin-top: 10px;
}
.lc_extra_rewards__1kRU-, .lc_h5__3DkAV {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.lc_h5__3DkAV span {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #585858;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 0;
	font-family: 'Microsoft YaHei';
}
/*首頁活動法區塊結束*/

/*首頁-活動贈品區塊開始*/
.lc_box {
    border-bottom: 0 solid #f2f2f6;
    padding: 0;
    margin: auto;
	display: flex;
}

.lc_title_images {
	
    margin-bottom: 10px;
	margin-right: 8px;
	float: left;
}
.lc_infos {
	padding: 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
.lc_infos_title {
    margin: 12px 0px 12px 0px;
    text-align: left;
	font-size: 20px;
	color: #038AEC;
	font-family: 'Microsoft YaHei';
}
.lc_infos_title p {
	font-size: 20px;
	color: #585858;
	padding-top: 7px;
	display: flex;
}
/*首頁-活動贈品區塊結束*/

/*首頁-活動贈品區塊2開始*/
.giveaway {
    padding: 0 0 15px;
    margin: auto;
	text-align: center;
}
/*首頁-活動贈品區塊2結束*/

/*首頁-更多優惠*/
.more_box {
    padding: 0 0 15px;
    margin: auto;
	text-align: center;
}
/*首頁-更多優惠結束*/

.font01 {
	font-size: 24px;
	color: #00bcee;
	margin-bottom: 6px;
	line-height: 30px;
	letter-spacing: -1px;
	font-family: 'Microsoft YaHei';
}

.luckydrawfont01 {
	font-size: 17px;
	color: #282828;
	margin:0px 10px 22px 10px;
	font-family: 'Microsoft YaHei';
	line-height: 1.3em;
}

.luckydrawfont02 {
	font-size: 18px;
	color: #282828;
	margin-bottom: 6px;

	font-family: 'Microsoft YaHei';
	line-height: 1.3em;
}

.font02 {
	font-size: 18px;
	color: #282828;
	margin-bottom: 12px;
	margin-left: 19px;
	font-family: 'Microsoft YaHei';
	line-height: 1.3em;
	text-align:center;
}

.font02 ol li {
	margin-left: 30px;
	color: #585858;
	list-style: disc;
	font-family: Microsoft JhengHei;
	padding-bottom: 7px;
	/*list-style-image:url('sqpurple.gif');標題圖*/
}

.place {
	font-size: 18px;
	line-height: 35px;
	margin-left: 40px;
	margin-bottom: 10px;
	color: #585858;
	font-family: Microsoft JhengHei;
}

.font03 {
	font-size: 24px;
	color: #de4a56;
	line-height: 35px;
	font-family: 'Microsoft YaHei';
}

.font04 {
	font-size: 20px;
	color: #de4a56;
	line-height: 35px;
	padding-top: 20px;
	font-family: Microsoft JhengHei;
}

.font05 {
	font-size: 20px;
	color: #1cb7b9;
	line-height: 1.3em;
	font-family: 'Microsoft YaHei';
	padding: 10px 0 10px;
	
}

.font06 {
	font-size: 15px;
	line-height: 26px;
	color: #585858;
	padding-bottom: 1px;
	font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
}

.font06 ol li{
	margin-left: 30px;
	color: #585858;
	list-style: disc;
	font-family: Microsoft JhengHei;
	padding-top: 4px;
	font-size: 20px;
}

.font06-item-name {
	font-size: 20px;
	line-height: 28px;
	color: #585858;
	padding-top: 12px;
	font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
}

.font06-item-description {
	font-size: 20px;
	line-height: 30px;
	color: #585858;
	margin-bottom: 10px
}

.font06-c {
	font-size: 22px;
	line-height: 26px;
	color: #f84b29;

	letter-spacing:-1px;
	margin-top: 14px;
	font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
}

.font07 {
	font-size: 22px;
	color: #f68c02;
	/*font-weight: 700;*/
	font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
}
.font08 {
	font-size: 12px;
	line-height: 15px;
	color: #585858;
	padding-bottom: 1px;
	text-align: left;
	font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
	margin-left: 22px;
}
.checkNumberfont{
	font-size: 14px;
    color: #606060;
}
.eventlink1 {
	font-size: 28px;
	color: #f26202;
	line-height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}

.gift {
	font-size: 31px;
	color: #f15044;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.giftlist {
	font-size: 24px;
	color: #f26202;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: center;
}

.n-1 {
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}

.n-2 {
	display: none;
}

.n-3 {
	display: block;
}

.s_note01 {
	font-size: 18px;
	color: #00bcee;
	margin-left: 155px;
	width: 150px;
	line-height: 30px;
}

.s_note02 {
	font-size: 16px;
	color: #00bcee;
	line-height: 30px;
}

.s_note02-red {
	font-size: 16px;
	color: #fa1349;
	line-height: 30px;
}

.s_note03 {
	font-size: 14px;
	color: #606060;
	line-height: 25px;
	font-family: Microsoft JhengHei;
}

.s_note03-red {
	margin-top: 10px;
	font-size: 14px;
	color: #fa1349;
	line-height: 25px;
	font-family: Microsoft JhengHei;
}

.s_note04 {
	width: 480px;
	margin: 0 auto;
	font-family: Microsoft JhengHei;
}

.s_note04 ol li {
	margin-left: 75px;
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	list-style: decimal;
	font-family: Microsoft JhengHei;
}

.s_note05 {
	width: 650px;
	margin-left: 30px;
	font-family: Microsoft JhengHei;
	
}

.s_note05 ol li {
	font-size: 17px;
	color: #585858;
	line-height: 25px;
	list-style: decimal;
	letter-spacing:-1px;
	font-family: Microsoft JhengHei;
}

.s_note05 p {
	font-size: 17px;
	color: #585858;
	line-height: 26px;
	letter-spacing:-1px;
	font-family: Microsoft JhengHei;
}

.s_note05 p span {
	color: #55c4cb;
}

.s_note06 {
	width: 665px;
	margin-left: 20px;
	font-family: Microsoft JhengHei;
}

.s_note06 ol li {
	font-size: 93%;
	line-height: 1.9;
	color: #585858;
	list-style: decimal;
	font-family: Microsoft JhengHei;
}

.s_note06 p {
	font-size: 93%;
	line-height: 1.4;
	color: #888888;
	list-style: decimal;
	font-family: Microsoft JhengHei;
	margin-top: 12px;
	margin-bottom: 20px;
}


.s_note07 {
	width: 650px;
	margin-left: 20px;
	font-family: Microsoft JhengHei;
}

.s_note07 ol ul li {
	font-size: 20px;
	color: #585858;
	line-height: 28px;
	list-style: decimal;
	font-family: Microsoft JhengHei;
}

.icon01 {
	width: 35px;
	background: url(../images/check_icon.png) no-repeat;
	margin-top: 2px;
	position: relative;
	height: 35px;
}

.s_list01 {
	width: 660px;
}
/*.s_list01{ width:550px; margin-left:35px; margin-top:-185px; }*/
.s_list01 ul li {
	font-size: 20px;
	color: #585858;
	line-height: 29px;
	list-style: none;
	background: url(../images/check_icon.png) no-repeat 0 50%;
	padding: 0px 0px 3px 40px;
	font-family: Microsoft JhengHei;
	letter-spacing: -1px;
	background-size: 24px;
}

.s_list02 {
	width: 550px;
	margin-left: 55px;
}

.s_list02 ol li {
	font-size: 20px;
	color: #585858;
	line-height: 35px;
	list-style: decimal;
	font-family: Microsoft JhengHei;
}

.contact_form {
	font-size: 20px;
	display: inline-block;
	width: 680px;
	margin: 0 auto;
	color: #414141;
	padding-top: 80px;
}

.contact_form02 {
	font-size: 20px;
	display: inline-block;
	width: 680px;
	margin: 0 auto;
	color: #414141;
}

.contact_title {
	width: 100%;
	height: 50px;
	margin: 10px auto;
	line-height: 30px;
	text-align: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.contact_title p {
	margin: 0px;
	display: inline-block;
	font-family: Microsoft JhengHei;
}

.contact_icon {
	margin: 0px;
	background: url(../images/data_icon.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.contact {
	padding: 2px 0 0 0;
	position: relative;
	font-family: Microsoft JhengHei;
}

.c-1 {
	display: inline-block;
    max-width: 100%;
	width: 100%;
	margin-top: 7px;
    font-weight: 700;
	font-family: Microsoft JhengHei;
}

.c-1-2 {
	margin-left: 12px;
	color: #f21818;
	font-family: Microsoft JhengHei;
}

.c-1-3 {
	color: #00bcee;
	font-family: Microsoft JhengHei;
}

.c-2 {
	margin-left: 40px;
	font-family: Microsoft JhengHei;
}

.c-3 {
	margin-left: 10px;
	font-family: Microsoft JhengHei;
}

.c-4 {
	margin-left: 12px;
}
.c-4-2 {
	margin-left: 10px;
	color: #2ca5ee;
}

.c-5 {
    vertical-align: baseline;
	font-family: Microsoft JhengHei;
	line-height: 25px;
	text-align: left;
}

.border-line {
	border-bottom: dashed 1px #b7b7b7;
	width: 680px;
	padding-bottom: 10px;
	position: absolute;
}

.check_block {
	width: 330px;
	margin: 10px 110px;
	padding-top: 10px;
	position: relative;
	font-family: Microsoft JhengHei;
}

.set01 {
	width: 230px;
	font-size: 20px;
}


.set02 {
	width: 80%;
	font-size: 16px;
	color: #000;
	font-family: "Noto Sans TC","Heiti TC","微軟正黑體","Microsoft JhengHei";
}

.set03 {
	font-size: 20px;
}

.set04 {
	font-size: 18px;
	line-height: 36px;
	width: 520px;
}

.c-6 {
	display: inline-block;
	/*width: 120px;*/
	font-family: Microsoft JhengHei;
}

.c-6 .c-redio{
	width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.pic01 {
	width: 243px;
	height: 123px;
	position: relative;
	z-index: 99;
	margin-left: 520px;
	margin-top: -150px;
}

.pic02 {
	width: 99px;
	height: 61px;
	position: relative;
	z-index: 99;
	margin-left: 50px;
	margin-top: -60px;
}



.hami_content {
	height: 92px;
	font-size: 27px;
	z-index: 99;
	margin: 0px 0px 0px 35px;
	justify-content: center;
	/*text-align: center;*/
	/*display: flex;*/
}


.register_btn01 {
	width: 338px;
	height: 61px;
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	bottom: 75px;
}

.Hami-package-btn {
	text-align: center;
	margin-bottom: 3.2rem;
}

.register_btn01-m {
	display: none;
}

.button_go_m {
  border-radius: 70px;
  background-color: #1b92df;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 4% 8% 4% 8%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  letter-spacing: -1px;
}

.register_btn02 {
	width: 287px;
	height: 61px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.register_btn02-m {
	display: none;
}




.giftlist_btn03-m {
	display: none;
}

.giftlist_btn03 {
	width: 670px;
	height: 61px;
	font-size: 26px;
	position: relative;
	padding-top: 2px;
	padding-bottom: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

.list_btn01 {
	width: 338px;
	height: 61px;
	position: relative;
	margin: 0 auto;
	padding-top: 55px;
}

.list_btn01-m {
	display: none;
	padding-left: 70px;
}

.list_btn02 {
	width: 287px;
	height: 61px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 25px;
}

.list_btn02-m {
	display: none;
}

.event_btn01 {
	position: relative;
	width: 480px;
	margin: 0;
	padding-top: 30px;
}

.event_btn01-m {
	display: none;
}

.event_btn02 {
	position: relative;
	width: 420px;
	margin-left: 360px;
	margin-top: -120px

}

.event_btn02-m {
	display: none;
}

input[type=text], select {
	outline: none;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 2px solid #ccc;
	border-radius: 40px;
	box-sizing: border-box;
}

input[type=submit] {
    /*width: 40%;*/
    background-color: #4CAF50;
    color: white;
    padding: 12px 52px;
    margin: 8px 0;
    border: none;
    border-radius: 40px;
    cursor: pointer;
	font-size: 30px;
    text-align: center;
    letter-spacing: .05em;
	font-weight: bold;
	font-family: Helvetica,Microsoft JhengHei,微軟正黑體,-apple-system,Noto Sans TC light,sans-serif;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.reload {
	width: 55px;
	height: 55px;
	margin: -60px 0 0 450px;
	display: block;
}

.reload input{
	width: 55px;
    height: 55px;
    top: -5px;
	background: url("../images/reload_icon.png");
	    border: none;
    cursor: pointer;
    outline: none;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
	}
.reload-m {
	display: none;
}

.go {
	width: 67px;
	height: 29px;
	margin: -33px 0 0 440px;
}

.go-m {
	display: none;
}

.now {
	width: 67px;
	height: 29px;
	margin: -10px 0 0 0px;
}

.now-m {
	display: none;
}

.HamiPoint {
	width: 67px;
	height: 29px;
	margin: -20px 0 0 450px;
}

.HamiPoint-m {
	display: none;
}

.line-add-friend {
	width: 67px;
	height: 29px;
	margin: -30px 0 0 50px;
}

.line-add-friend-m {
	display: none;
}

.extraction {
    text-align: center;
	margin-top: 2.8rem;
	margin-bottom: 10.2rem;
	width: 685px;
}
.music-box {
	width: 680px;
	height: 340px;
	position: relative;
}

.go5g_btn {
	outline: none;
	width: 342px;
	height: 69px;
	margin: 10px auto;
	float: left;
}
.go4g_btn-m {
	display: none;
}
.go4g_btn {
	outline: none;
	width: 342px;
	height: 69px;
	margin: 10px auto;
	float: right;
}
.go5g_btn-m {
	display: none;
}

.m-music {
	display: none;
}

.sure_btn {
	outline: none;
	width: 243px;
	height: 61px;
	margin: 10px auto;
}

.sure_btn-m {
	display: none;
}

.ccle {
    text-align: center;
	margin-top: 1.8rem;
	margin-bottom: 1.2rem;
	width: 670px;
}

.checkNumber_btn {
	outline: none;
	width: 200px;
	height: 50px;
	margin: 10px auto;
}

.checkNumber_btn-m {
	display: none;
}

	.activity {
	display: block;
	margin-bottom: 10px;
	}
	.title_L{
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	color: #fff;
	display: inline-block;
	width: 50%;
	vertical-align:top;
	
	background: #fff;
    border-radius: 9px;
    
	
	line-height: 28px;
	}
	.title_R{
	font-size: 19px;
	font-family: "Microsoft YaHei";
	color: #202020;
	
	display: inline-block;
	vertical-align:top;
	line-height: 1.3em;
		word-wrap:break-word;
		width: 17em;
		margin-left: 20px;
		
    }

.title_R ol li{
	list-style-image:url("../images/circle.png");
	margin-left: 20px;
	margin-bottom:13px;
}

.title_R ul li ol {
	list-style-type: disc;
	list-style-position:outside;
	padding-bottom: 5px;
    padding-top: 8px;
}



.title_R ul li {
	list-style: decimal;
	margin-left: 20px;

	font-size: 18px;
}


.gift01 {
	position: relative;
	z-index: 99;
	margin-left: 332px;
	margin-top: -75px;
	
}
input[type=checkbox].css-checkbox {
}

/* solution 1 - padding */
.luckydraw-gift {
  position: relative;
  width:100%; /* 佔總寬度的50%，也可以換成任何你想要的寬度 */
  padding-top: 28%;  /* 也是佔總寬度的50%，因此長寬一樣長 */

}

.luckydraw-gift img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -2px; /* 將圖片固定在父層的大小 */
  max-width: 100%;
  margin: auto;
  object-fit: cover; /* 和background-image設定background-size: cover一樣，圖片剛好填滿 */
  object-position: center;
}
						
.hot_1 {
    float: right;
    position: absolute;
	top: -4px;
    left: 459px;
    -webkit-animation: baloon_1 3s infinite;
    -moz-animation: baloon_1 3s infinite;
    -ms-animation: baloon_1 3s infinite;
    -o-animation: baloon_1 3s infinite;
    animation: baloon_1 3s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
	background-image: url(../images/AirPodsPro.png);
	width: 94px;
	height: 233px;
}

/***手機版***/
@media screen and (max-width : 640px ) {
	body {
		background: none;
	}

	#container_pc {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.gift01 {
	padding: 0 0 15px;
    margin: auto;

	
}
	.activity {
	display: block;
	margin-bottom: 10px;
	}
	
	.title_L{
	font-size: 20px;
	display: inline-block;
	width: 100%;
	vertical-align:top;
	line-height: 28px;
	
		
	}
	.title_R{

	font-family: 'Microsoft YaHei';
	letter-spacing: -1.7px;
	
	display: inline-block;
	vertical-align:top;
	line-height: 1.3em;
	width: 100%;
	margin-left: 0px;
		
    }
	
	/*首頁活動法區塊開始*/
	.lc-rewards-box01 {
    
    box-shadow: 0 2px 12px rgb(0 40 117 / 30%);
    border-radius: 20px;
    margin: 0px auto 2px;
	padding: 15px 19px 20px;
	}
	
	.lc-rewards-box02 {
    background: #FFF;
    box-shadow: 0 2px 12px rgb(0 40 117 / 30%);
    border-radius: 20px;
    margin: 16px auto 32px;
    padding: 20px 14px 20px;
    height: 180px;
	}
	
	
	.lc_lcWrap__3P-Ue {
    margin-top: 16px;
	}
	.lc_h5__3DkAV {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
	}
/*首頁活動法區塊結束*/
	
	.btn_box {
    border: 0.1rem solid #35a9ec;
	border-radius: 50px;
    padding: 4px 10px;
    color: #35a9ec;
    margin-left: .4em;
    line-height: 34px;
	font-size: 17px;
	letter-spacing: -1px;
	background-color: #fff;
}
		.btn_box03 {
    border: 0.1rem solid #35a9ec;
	border-radius: 50px;
    padding: 4px 10px;
    color: #35a9ec;
    margin-left: .4em;
    line-height: 34px;
	font-size: 17px;
	letter-spacing: -1px;
	background-color: #fff;
}
	
	
/*首頁-活動贈品區塊開始*/
.lc_box {
    border-bottom: 0 solid #f2f2f6;
    padding: 0;
    margin: auto;
	display: flex;
}

.lc_title_images {
	width: 90%;
    margin-bottom: 10px;
	margin-right: 8px;
	float: left;
}
.lc_infos {
	padding: 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
	}
.lc_infos_title {
    margin: 12px 0px 12px 0px;
    text-align: left;
	font-size: 17px;
	color: #038AEC;
	font-family: 'Microsoft YaHei';
	line-height: 20px;
}
.lc_infos_title p {
	font-size: 17px;
	color: #585858;
	padding-top: 7px;
	display: flex;
}
/*首頁-活動贈品區塊結束*/
.giveaway {
    width: 100%;
}
.giveaway img{
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
}
	
/*首頁-更多優惠開始*/
.more_box {
    width: 100%;
}
.more_box img{
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
}
/*首頁-更多優惠結束*/
	
	.font04 {
		font-size: 20px;
	}
	
	.font05 {
		font-size: 1.16em;
	}
	
	#header_pc {
		display: block;
		width: 100%;
		height: auto;
		background: url(../images/wap/640.png) no-repeat;
		z-index: 0;
		padding-bottom: 100%;
		position: relative;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.title06s{
	color: #9f9f9f; 
	font-family: 'Microsoft YaHei';
	font-size: 1.1rem;
	padding: 0 20px 10px 0;
	line-height: 1.27em;
}
	
	
.hamiarea_m{
	width: 100%;
    text-align: center;
    position: relative;
    display: block;
}
.button_hami_m {
  border-radius: 40px;
  background-color: #08b2c4;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 4% 8% 4% 8%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  letter-spacing: -2px;
}

.button_go_Hami_red {
  font-size: 1.6rem;
  padding: 3% 10% 3% 10%;
}
.button_go_Hami {
  font-size: 1.6rem;
  padding: 1.5% 10% 1.5% 10%;
}
	
.hamiarea {
		display: none;
	}
	
     /***回填資料***/
	#header_data {
		display: block;
		width: 100%;
		height: auto;
		background: url(../images/wap/wap_header-data.jpg) no-repeat;
		z-index: 0;
		padding-bottom: 77%;
		position: relative;
		-webkit-background-size: cover;
		-o-background-size: cover;

	}
	
	

	.all{
	max-width: 94%;
	padding: 0 1rem;
	}
	
	.collapsible{
		font-size: 1.4rem;
	}
	
	.float_icon {
		display: none;
	}

	.top {
		display: none;
	}

	.top-m {
		width: 42px;
		height: 42px;
		position: fixed;
		bottom: 46px;
		right: 8px;
		z-index: 1000;
		display: block;
		opacity: 0.8;
	}

	.top-m img {
		width: 100%;
	}
	
	.linebar{
		display: block;
		font-size: 13px;
		line-height: 1rem;
	}
	
	.chticon {
		display: none;
	}

	.chticon-m {
		width: 44px;
		height: 52px;
		position: fixed;
		bottom: 184px;
		right: 8px;
		z-index: 1000;
		display: block;
		border-radius: 50%;
	}
	
	.chticon-m img {
		width: 100%;
	}
	
	.FBicon {
		display: none;
	}

	.FBicon-m {
		width: 46px;
		height: 46px;
		position: fixed;
		bottom: 92px;
		right: 8px;
		z-index: 1000;
		display: block;
		opacity: 0.8;
		border-radius: 50%;
		/**border: 2px solid #eee;**/
	}
	
	.FBicon-m img {
		width: 100%;
	}
	
	.LINEicon {
		display: none;
	}

	.LINEicon-m {
		width: 46px;
		height: 46px;
		position: fixed;
		bottom: 142px;
		right: 8px;
		z-index: 1000;
		display: block;
		opacity: 0.8;
		border-radius: 50%;
		/**border: 2px solid #eee;**/
	}
	
	.LINEicon-m img {
		width: 100%;
	}

	#web-nav {
		clear: left;
		width: 100%;
		margin: 0;
		position: absolute;
		z-index: 999;
	}
/***回填資料***/
	#web-data {
		clear: left;
		width: 100%;
		margin: 0px 0 0 0;
		position: absolute;
		z-index: 999;
	}

	ul.tabs {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		position: relative;
		margin-top: -20px;
	}

	#web-data ul.tabs {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		position: relative;
		top: 15px;
	}

	ul.tabs li {
		margin: 0 auto;
		display: inline-block;
		zoom: 1;
		*display: inline;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	ul.tabs li a {
		display: block;
		width: auto;
		height: auto;
		text-indent: -9999px;
	}

	ul.tabs #a1 {
		background: url(../images/wap/wap_navi_2.png) no-repeat;
	}

	ul.tabs #a2 {
		background: url(../images/wap/wap_navi_4.png) no-repeat;
		margin-left: 1%;
	}

	ul.tabs #a3 {
		background: url(../images/wap/wap_navi_6.png) no-repeat;
		margin-left: 1%;
		margin-right: 1%;
	}

	ul.tabs #a4 {
		background: url(../images/wap/wap_navi_8.png) no-repeat;
	}
	
	ul.tabs .active, ul.tabs #a1, ul.tabs #a3, ul.tabs #a2 , ul.tabs #a4 {
		width: 20%;
		height: 150px;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;

	}

	ul.tabs #a1 a:hover, ul.tabs #a1.active {
		background: url("../images/wap/wap_navi_1.png") no-repeat;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	ul.tabs #a1 a:hover, ul.tabs #a2.active {
		background: url("../images/wap/wap_navi_3.png") no-repeat;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	ul.tabs #a1 a:hover, ul.tabs #a3.active {
		background: url("../images/wap/wap_navi_5.png") no-repeat;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	ul.tabs #a1 a:hover, ul.tabs #a4.active {
		background: url("../images/wap/wap_navi_7.png") no-repeat;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	#content_pc {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		display: block;
		background-color: #FFFFFF;
		position: absolute;
	}

	div.tab_container {
		background-color: #FFFFFF;
		clear: left;
		width: 100%;
		text-align: left;
		margin-top: -70px;
	}

	div.tab_container .tab_content {
		width: 100%;
		margin: 0 auto;
		padding: 7px 22px 30px 28px;
		overflow: hidden;
		position: relative;
				
	}

	.contact_title{
		margin: 0;
	}

	.title01 {
		background: url(../images/wap/wap_title01.png) no-repeat;
		position: relative;
		height: auto;
		margin: 20px 0px 10px;
		padding-bottom: 26%;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.title02 {
		background: url(../images/wap/wap_title02.png) no-repeat;
		position: relative;
		height: auto;
		margin: 10px 0px;
		padding-bottom: 30%;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;

	}

	.title03 {
		background: url(../images/wap/wap_title03.png) no-repeat;
		position: relative;
		height: auto;
		margin-top: -20px;
		padding-bottom: 15%;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.title03-2 {
		background: url(../images/wap/wap_title03-2.png) no-repeat;
		position: relative;
		height: auto;
		margin: 0;
		padding-bottom: 24%;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.title04 {
		background: url(../images/wap/wap_title04.png) no-repeat;
		position: relative;
		height: auto;

		padding-bottom: 20%;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	.title05 {
		font-size: 1.5rem;
    	line-height: 1.4;
		padding: 20px 0 10px 0;
	}

	
	
	.font01 img {
		width: 32px;
	}

	.font01 {
		font-size: 1.5em;
		line-height: 1.4;
		
	}

	.luckydrawfont01 {
		font-size: 17px;
		letter-spacing: -1px;
		line-height: 23px;
		margin-left: 4px;
	}
	
	.luckydrawfont02 {
		font-size: 17px;
		letter-spacing: -1px;
		line-height: 23px;
		margin-left: 4px;
	}
	
	.font02 {
		font-size: 17px;
		letter-spacing: -1px;
		line-height: 23px;
		margin-left: 4px;
	}
	
	.font02 ol ul li {
		font-size: 16px;
		letter-spacing: -1px;
		line-height: 28px;
		font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
	}

	.font03 {
		font-size: 18px;
		letter-spacing: -1px;
		line-height: 28px;
		font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
	}
	
	.font06 {
		font-size: 15px;
		letter-spacing: -1px;
		line-height: 28px;
		font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
	}

	.font06-c {	font-size: 18px;	}
	.font06 ol li {	font-size: 18px;	}
	.font06-item-name {	font-size: 18px;	}
	.font06-item-description {	font-size: 18px;
	line-height: 23px;
	}
	
	.font07 {
		font-size: 18px;
		letter-spacing: -1px;
		line-height: 24px;
		margin-bottom: 8px;
		/*font-weight: 700;*/
		font-family: "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
	}

	.eventlink1 {
		font-size: 29px;
		color: #f26202;
		line-height: 38px;
		padding-top: 60px;
	}

	.gift {
		font-size: 28px;
		color: #f15044;
		line-height: 30px;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
	}

	.giftlist {
		font-size: 25px;
		color: #226ad7;
		line-height: 34px;
		padding-top: 10px;
		padding-bottom: 50px;
		text-align: center;
	}

	.n-1 {
		display: none;
	}

	.n-2 {
		display: block;
		text-align: center;
	}

	.n-3 {
		display: none;
	}
	
	.s_note01 {
		font-size: 12px;
		color: #00bcee;
		line-height: 35px;
		margin-left: 102px;
	}

	.s_note02 {
		font-size: 12px;
		color: #000;
		line-height: 17px;
		display: block;
		text-align: left;
		margin: 5px 0px 5px 20px;
	}

	.s_note02-red {
		font-size: 12px;
		color: #fa1349;
		line-height: 17px;
		display: block;
		text-align: left;
		margin: 5px 0px 5px 20px;
	}
	.s_note03 {
		width: 96%;
		margin-top: 2px;
		font-size: 13px;
		color: #585858;
		line-height: 18px;
	}

	.s_note04 {
		width: 100%;
		margin: 0 auto;
	}

	.s_note04 ol li {
		margin-left: 10px;
		font-size: 22px;
		color: #585858;
		line-height: 40px;
		list-style: decimal;
	}

	.s_note05 {
		width: 95%;
		margin: 0px 2%;
		overflow-y: scroll;
		height: auto;
		padding: 10px;
		border-radius: 10px;
		border: solid 2px #DFDFDF;
	}

	.s_note05 ol li {
		margin-left: 20px;
		font-size: 14px;
		color: #585858;
		line-height: 25px;
		list-style: decimal;
	}
	
	.s_note05 p {
		font-size: 14px;
		color: #585858;
		line-height: 24px;
	}
	
	.s_note06 {
		width: 100%;
		margin: 0px 2%;
		overflow-y: scroll;
		height: auto;
		padding: 20px;
	}

	.s_note06 ol li {
		margin-left: 8px;
		font-size: 14px;
		color: #585858;
		line-height: 1.5;
		list-style: decimal;
		
	}
	
	.s_note07 {
		width: 95%;
		margin: 0px 2%;
		overflow-y: scroll;
		height: auto;
		padding: 10px;
	}

	.s_note07 ol ul li {
		margin-left: 20px;
		font-size: 14px;
		color: #585858;
		line-height: 25px;
		list-style: decimal;
	}

	.icon01 {
		display: none;
	}

	.s_list01 {
		width: 100%;
		position: relative;
	}
/*.s_list01{ width:550px; margin-left:35px; margin-top:-185px; }*/
	.s_list01 ul li {
		font-size: 15px;
		color: #585858;
		line-height: 25px;
		list-style: none;
		background: url(../images/wap/wap_check_icon.png) no-repeat left top;
		-webkit-background-size: 26px;
		-o-background-size: 26px;
		background-size: 26px;
		padding: 0px 0px 3px 37px;

	}

	.s_list01 ul li:last-child {
		padding: 0px 100px 3px 37px;
	}

	.place {
		font-size: 15px;
		line-height: 23px;
		margin-left: 36px;
		color: #585858;
	}

	.s_list02 {
		width: auto;
		margin-left: 48px;
	}

	.s_list02 ol li {
		font-size: 15px;
		color: #585858;
		line-height: 23px;
		list-style: decimal;
	}
	.content_remarks {
	font-size: 13px;
	display: none;
	}

	button.collapsible_remarks {
    font-size: 20px;
	}
	
	button.collapsible_remarks-oldfriend {
    font-size: 20px;
	}
	
	.contact_form {
		font-size: 20px;
		display: inline-block;
		width: 600px;
		margin: 0 auto;
		color: #414141;
		padding-top: 80px;
	}

	.contact_form02 {
		font-size: 20px;
		display: inline-block;
		width: 100%;
		color: #414141;
	}


	.contact_title p {
		margin: 0px;
		font-size: 17px;
		display: inline-block;
	}

	.contact_icon {
		margin:0px;
		display: inline-block;
		background: url(../images/wap/wap_data_icon.png);
		width: 30px;
		height: 30px;
		top: 7px;
		position: relative;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}

	.contact {
		padding: 2px 0 0 0;
		position: relative;
	}

	.border-line {
		border-bottom: dashed 1px #dcdcdc;
		width: 100%;
		position: absolute;

	}

	.check_block {
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
		position: relative;
		font-size: 14px;
		text-align: center;
	}

	.c-1 {

		font-size: 15px;
		padding: 6px 0px;
	}

	.c-1-2 {
		margin-left: 10px;
		color: #f21818;
		font-size: 16px;
		top: -5px;
    position: relative;
	}

	.c-2 {
		margin-left: 20px;
		font-size: 15px;
	}

	.c-3 {
		margin-left: 5px;
		font-size: 15px;
	}

	.c-4 {
		margin-left: 0px;
		font-size: 15px;
	}

	.c-4-2 {
		margin-left: 1px;
		color: #2ca5ee;
		font-size: 12px;
		top: -5px;
    	position: relative;
	}
	
	.c-5 {
		margin-left: 0px;
		font-size: 15px;
		vertical-align: baseline;
	}

	.set01 {
		width: 350px;
		font-size: 30px;
	}

	.c-6 {
		width: 100%;
		font-size: 15px;
		line-height: 20px;
	}
	.c-6 .c-redio{
	width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
	}
	
	.set02 {
		width: 100%;
		font-size: 12px;
	}

	.set03 {
		font-size: 30px;
	}

	#captchaImg{
		width: 60px;
		margin-left: -15px;
	}

	input[type=text], select {
		outline: none;
		padding: 0;
		margin: 0;
		display: block;
		border: 2px solid #ccc;
		border-radius: 40px;
		box-sizing: border-box;
		line-height: normal;
	}

	.pic01 {
		display: none;
	}

	.pic02 {
		display: none;
	}

	.pic03 {
		display: none;
	}

	.hami_content {
		height: 105px;
		font-size: 20px;
		position: relative;
		z-index: 99;
		margin-left: 20px;
		margin-top: 2px;
	}

	.register_btn01 {
		display: none;
	}

	.register_btn01-m {
		width: 100%;
		text-align: center;
		position: relative;
		margin-top: 20px;
		display: block;
		padding-bottom: 20px;
	}

	.register_btn01-m a {
		margin: 0px auto;
	}

	.register_btn01-m img {
		width: 80%;
	}

	.register_btn02 {
		display: none;
	}

	.register_btn02-m {
		width: 538px;
		height: 97px;
		position: relative;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
		display: block;
	}

	.event_btn01 {
	display: none;
	}
	
	.event_btn01-m {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 20px;
	text-align: center;
	}
	
	.event_btn02 {
	display: none;
	}
	
	.event_btn02-m {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	}
	
	.event_btn02-m img {
		width: 108%;
	}

	
	.event_btn01-m img {
		width: 108%;
	}
	
	input[type=text], select {
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 2px solid #ccc;
		border-radius: 40px;
		box-sizing: border-box;
	}

	.list_btn01 {
		display: none;
	}

	.list_btn01-m {
		width: 457px;
		height: 97px;
		position: relative;
		margin: 0 auto;
		padding-top: 55px;
		display: block;
		padding-bottom: 40px;
	}

	.list_btn02 {
		display: none;
	}

	.list_btn02-m {
		width: 538px;
		height: 97px;
		position: relative;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
		display: block;
	}

	input[type=text], select {
		/*width: calc(100% - 140px);*/
		padding: 10px 12px;
		margin: 0;
		font-size: 15px;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 40px;
		box-sizing: border-box;
	}

	.giftlist_btn03 {
		display: none;
	}

	.giftlist_btn03-m {
		width: 88%;
		height: 115px;
		position: relative;
		margin: 0 auto;
		padding-top: 5px;
		padding-bottom: 40px;
		display: block;
		font-size: 20px;
		color: #f15044;
		line-height: 12px;
		text-align: center;
	}

	.go {
		display: none;
	}

	.go-m {
		display: block;
		width: 80px;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}

	.go-m img {
		width: 100%;
	}
	
	.now {
		display: none;
	}

	.now-m {
		display: block;
		text-align: center;
		right: 0px;
		width: 60px;
		margin-top: 10px;
		zoom: 70%;
	}
	
	.HamiPoint {
		display: none;
	}

	.HamiPoint-m {
		display: block;
		text-align: center;
		right: 0px;
		width: 60px;
		margin-top: 10px;
		zoom: 70%;
	}

	.now img {
		width: 100%;
	}
	
	.line-add-friend {
		display: none;
	}

	.line-add-friend-m {
		display: block;
		text-align: center;
		right: 0px;
		width: 60px;
		margin-top: 10px;
		zoom: 70%;
	}

	.line-add-friend img {
		width: 100%;
	}

	.reload {
		display: inline-block;
		width: 50px;
		height: 50px;
		margin: 0px;
	}

	.reload input{
		width: 50px;
		height: 50px;
		 background: url("../images/reload_icon.png"); 
		 border:none; cursor:pointer;outline:none;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
		 position: relative;
		 top: 15px;
	}

	.title_R ul li {
    font-size: 16px;
}
	
  .extraction {
    text-align: center;
	margin-top: 1.8rem;
	margin-bottom: 1.2rem;
		width: 100%;
	}
	.go5g_btn {
		display: none;
	}

	.go5g_btn-m {
		outline: none;
		display: block;
		width: 100%;
		height: auto;

		padding-top: 20px;
		padding-bottom: 10px;
		position: relative;
		text-align: center;
	}

	.go5g_btn-m input{
	    background: url("../images/wap/5GGO_btn.png") no-repeat;
	    width: 100%;
	    height: auto;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    background-size: contain;
	    padding-bottom: 14%;
	}
	.go4g_btn {
		display: none;
	}

	.go4g_btn-m {
		outline: none;
		display: block;
		width: 100%;
		height: auto;

		padding-top: 20px;
		padding-bottom: 10px;
		position: relative;
		text-align: center;
	}

	.go4g_btn-m input{
	    background: url("../images/wap/4GGO_btn.png") no-repeat;
	    width: 100%;
	    height: auto;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    background-size: contain;
	    padding-bottom: 14%;
	}	
	.sure_btn {
		display: none;
	}

	.sure_btn-m {
		outline: none;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 10px;
		position: relative;
		text-align: center;
	}

	.sure_btn-m input{
	    background: url("../images/wap/wap_sure_btn.png") no-repeat;
	    width: 70%;
	    height: auto;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    background-size: contain;
	    padding-bottom: 13%;
	}
	.ccle {
    text-align: center;
	margin-top: 1.8rem;
	margin-bottom: 1.2rem;
		width: 100%;
	}
	.checkNumber_btn {
		display: none;
	}

	.checkNumber_btn-m {
		outline: none;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 6px;
		padding-bottom: 10px;
		position: relative;
		text-align: center;
	}

	.checkNumber_btn-m input{
	    background: url("../images/checkNumber_btn.png") no-repeat;
	    width: 70%;
	    height: auto;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    background-size: contain;
	    padding-bottom: 13%;
	}
	
	.music-box {
		display: none;
	}

	.m-music {
		margin-top: 40px;
		padding: 0;
		width: 100%;
		height: 280px;
		position: relative;
		display: block;
	}

	.m-music iframe {
		width: 100%;
		height: 410px;
	}

	input[type=checkbox].css-checkbox {
		position: absolute;
		z-index: -1000;
		left: -1000px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}

	input[type=checkbox].css-checkbox + label.css-label {
		width: 20px;
		height: 20px;
		display: inline-block;
		line-height: 20px;
		background-repeat: no-repeat;
		background-position: 0 0;
		font-size: 34px;
		vertical-align: middle;
		cursor: pointer;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		
	}

	input[type=checkbox].css-checkbox:checked + label.css-label {
		background-position: 0 -20px;
	}

	label.css-label {
		background-image: url(../images/csscheckbox.png);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	#captchaValue{
		width: 32%;
	}

	/*卷軸*/
	.scrollup {
		width: 52px;
		height: 52px;
		opacity: 0.95;
		position: fixed;
		bottom: 175px;
		right: 10px;
		display: none;
		text-indent: -9999px;
		background: url(../images/btn_top1.png) no-repeat;
	}

	.scrollup_1 {
		width: 43px;
		height: 43px;
		opacity: 0.95;
		position: fixed;
		bottom: 215px;
		right: 10px;
		display: none;
		text-indent: -9999px;
		background: url(../images/btn_top2.png) no-repeat;
	}
	
	/* solution 1 - padding */
.luckydraw-gift {
  position: relative;
  width:100%; /* 佔總寬度的50%，也可以換成任何你想要的寬度 */
  padding-top: 40%;  /* 也是佔總寬度的50%，因此長寬一樣長 */

}

.luckydraw-gift img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; /* 將圖片固定在父層的大小 */
  max-width: 100%;
  margin: auto;
  object-fit: cover; /* 和background-image設定background-size: cover一樣，圖片剛好填滿 */
  object-position: center;
}

.hot_1 {
	
  position: absolute;
  top: 90px;
  right: 0;
  left: -248px;
  bottom: 0; 
    -webkit-animation: baloon_1 3s infinite;
    -moz-animation: baloon_1 3s infinite;
    -ms-animation: baloon_1 3s infinite;
    -o-animation: baloon_1 3s infinite;
    animation: baloon_1 3s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
	background-image: url(../images/AirPodsPro_m.png);
	background-repeat: no-repeat;
	background-size: 58% 58%;
	max-width: 100%;
	margin: 0px auto;
	background-position: 100% 68%; 
	
}
	
	
}			
			
