﻿
/************************************************************************************
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 {
    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;}
.clean { clear:both;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:hover {text-decoration:none;}
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;
	background: url(../images/all_bk_pc_left.png) 5% 10% no-repeat #ffffff;
	overflow-x: hidden;
}

h1,h2,h3 { display: none;}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}

/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.block-center {
	width: 100%;
	max-width: 920px;
	margin: auto;
	clear: both;
	position: relative;
	text-align: center;
}

.block-main-pc {
	width: 100%;
	clear: both;
	background:url(../images/main_pc_bk.png) center top no-repeat;
	min-height: 442px;
	margin-bottom: 45px;
}

.block-main-mobile {
	display: none;
}

.block-menu {
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 50px;
}

#block-verification-guide {
	width: 100%;
	clear: both;
	margin-bottom: 60px;
	background: url(../images/all_bk_pc_right.png) right bottom no-repeat #ffffff;
}

#block-verification-step {
	width: 100%;
	clear: both;
}

.infor-big-title {
	text-align: left;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#block-verification-step .infor-big-title,#block-active-step .infor-big-title,#block-list-main .infor-big-title {
	text-align: center;
}

.infor-big-title span {
	line-height: 60px;
	background:url(../images/big_title_middle.png) 0px 30px repeat-x;
	position: relative;
}

.infor-big-title span::before {
	position: absolute;
	left: -11px;
	top: 30px;
	content: '';
	background:url(../images/big_title_left.png) no-repeat;
	width: 11px;
	height: 18px;
	display: block;
}

.infor-big-title span::after {
	position: absolute;
	right: -11px;
	bottom: 0px;
	content: '';
	background:url(../images/big_title_right.png) no-repeat;
	width: 11px;
	height: 18px;
	display: block;
}

.infor-small-text {
	width: 100%;
	font-size: 18px;
	text-align: left;
	line-height:28px;
	color:#333333;
	/* text-shadow: #333333 0em 0em 0em; */
	margin-bottom: 20px;
}

.infor-small-text:last-child {
	margin-bottom: 0;
}

#block-active-step .infor-small-text {
	font-size: 15px;
	line-height:24px;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
	margin-bottom: 20px;
}

#block-active-step {
	width: 100%;
	clear: both;
	background: url(../images/all_bk_pc_right.png) right bottom no-repeat;
}

#block-active-step .infor-big-title {
	margin-bottom: 20px;
}

.infor-middle-text {
	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height:28px;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
	margin-bottom: 20px;
	font-weight: bold;
}

#block-active-step .block-center {
	max-width: 745px;
}

.block-active-infor {
	width: 100%;
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff8db;
}

.block-active-infor .infor-small-text {
	font-size: 15px;
	line-height:24px;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
}

#block-active-notice {
	width: 100%;
	clear: both;
	padding: 50px 0;
}

#block-list-notice {
	width: 100%;
	clear: both;
	padding: 50px 0;
	background:#fff8db;
}

#block-list-main {
	width: 100%;
	clear: both;
	padding:0 0 50px 0;
	background: url(../images/all_bk_pc_right.png) right 500px no-repeat;
}

#block-list-main .block-center {
	max-width: 750px;
}


/*主視覺*/

.main-all {
	display: table;
	width: 100%;
	padding:87px 15px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-left,.main-right {
	display: table-cell;
	vertical-align: top;
}

.main-right {
	text-align: right;
	padding-top: 17px;
	width: 460px;
}

.main-right img {
	width: 100%;
	max-width: 460px;
}

.main-left {
	text-align: left;
}

.main-left > div {
	display: inline-block;
	width: 100%;
}

.main-small-title {
	margin-bottom: 10px;
}

.main-time {
	margin-bottom: 13px;
}

.main-time img {
	width: 100%;
	max-width: 267px;
}

.main-big-title1 {
	margin-bottom: 20px;
}

.main-big-title1 img {
	width: 100%;
	max-width: 328px;
}

.main-big-title2 img {
	width: 100%;
	max-width: 328px;
}

/*導覽列*/
.block-menu ul {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 505px;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block-menu li {
	display: inline-block;
	background: #ffffff;
	position: relative;
	width:33%;
}

.block-menu li:first-child a {
	border:1px solid #00a3e0;	
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.block-menu li:nth-child(2) a {
	border-top: 1px solid #00a3e0;
	border-bottom:1px solid #00a3e0;
	border-left: 1px solid #ffffff;
}

.block-menu li:last-child a {
	border:1px solid #00a3e0;
	border-left: 1px solid #ffffff;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.block-menu a {
	width: 100%;
	height: 42px;
	display: block;
	color:#00a3e0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	overflow: hidden;
}

.block-menu a:hover,.block-menu li.menu-active a {
	background:#00a3e0;
	color:#ffffff;
}

.block-menu li:hover::after,.block-menu li.menu-active::after {
	content: '';
	width: 21px;
	height: 10px;
	background:url(../images/menu_active_arrow.png) center top no-repeat;
	position: absolute;
	bottom: -9px;
    left: 45%;
}

/*[驗證說明]導引文*/

.verification-guide-table {
	width: 100%;
	display: table;
	clear: both;
}

.verification-guide-table-left,.verification-guide-table-right {
	display: table-cell;
}

.verification-guide-table-left {
	width: 364px;
	line-height: 0;
	vertical-align: top;
}

.verification-guide-table-left img {
	width: 100%;
}

.verification-guide-table-right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0 0 50px;
	vertical-align: middle;
}

/*[驗證說明]步驟*/
.verification-step-all {
	width: 100%;
	clear: both;
}

.verification-step-box {
	display: inline-block;
	width: 49%;
	padding: 0 10px 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.verification-step-table {
	display: table;
	width: 100%;
	vertical-align: top;
}

.verification-step-table-left,.verification-step-table-right {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.verification-step-table-left {
	width: 122px;
}

.verification-step-table-left img {
	width: 100%;
}

.verification-step-table-right {
	padding-left: 15px;
}

.verification-step-table-right > div {
	font-size: 24px;
	font-weight: bold;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
	line-height: 30px;
	margin-bottom: 10px;
	width: 100%;
}

.verification-step-table-right > p {
	width: 100%;
	font-size: 15px;
	color:#333333;
	/* text-shadow: #333333 0em 0em 0em; */
	font-weight: normal;
	text-align: left;
	line-height: 23px;
    margin-bottom: 10px;
}

.verification-step-table-right li {
	width: 100%;
    font-size: 15px;
    color: #8c8c8c;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    margin-bottom: 5px;
    text-indent: -21px;
	padding: 0 0 0 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*[抽獎活動]步驟*/

.step-all {
	width: 100%;
	display:table;
	min-height: 257px;
	margin-bottom: 30px;
}

.step-bk ,.step-arrow {
	display: table-cell;
	position: relative;
	vertical-align:middle;
}

.step-bk {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.step-box1,.step-box2,.step-box3 {
	border: 1px solid #ffda47;
	border-radius: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	min-height: 257px;
}

.step-box1 {
	background:url(../images/active_pc_step_number2.png) left top no-repeat #ffffff;
	padding-top: 78px;
}

.step-box2 {
	background:url(../images/active_pc_step_number1.png) left top no-repeat #ffffff;
	padding-top: 72px;
}

.step-box3 {
	background:url(../images/active_pc_step_number3.png) left top no-repeat #ffffff;
	padding-top: 65px;
}

.step-bk span {
	font-size: 24px;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
	font-weight: bold;
}

.step-num {
	display: none;
}

.step-arrow {
	width: 50px;
	text-align: left;
}

.step-arrow img {
	width: 100%;
	max-width: 42px;
}

.step-icon {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.active-infor-all {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}

.active-infor-left,.active-infor-right {
	display: table-cell;
	vertical-align: middle;
}

.active-infor-left {
	width: 364px;
}

.active-infor-left img {
	max-width: 364px;
	width:100%;
}

.active-infor-right {
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.active-infor-right .infor-big-title,.active-infor-right .infor-middle-text {
	text-align: left;
}

.active-infor-right .infor-big-title {
	margin-bottom: 15px;
}

.active-infor-pic-mobile {
	display: none;
}

.active-table {
	width: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
	font-size: 15px;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
	max-width: 746px;
	margin: auto;
}

.active-table td {
	line-height: 18px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.active-table-head {
	border-right: 1px solid #ffffff;
}

.active-table-head:last-child {
	border-right: 0;
}

.active-table-td {
	border-right: 1px solid #ffd946;
}

.active-table-td:last-child {
	border-right: 0;
}

.active-table-bottom {
	border-bottom: 1px solid #ffd946;
}

.active-table span {
	display: inline-block;
	margin-bottom: 5px;
}

.active-table img {
	display: inline-block;
	margin: 0 3px -8px 0; 
}

.active-type {
	width: 100%;
	margin:20px 0 0 0;
	display: flex;
}

.active-type-box {
	width: 32%;
    margin: 5px;
	display: inline-block;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-right: 1px dashed #d5d5d5;
}

.active-type-box:last-child {
	border-right: 0px;
}

.active-type-title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.active-type-gift {
	width: 100%;
	text-align: center;
}

.active-type-infor {
	width: 100%;
    text-align: center;
    color: #333333;
    font-size: 20px;
    padding: 11px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 27px;
}

.active-type-infor span {
	font-weight: bold;
	color:#fc4c02;
}

/*注意事項*/
.active-notice li {
	list-style: disc;
	font-size: 15px;
	color:#333333;
	text-align: left;
	line-height: 20px;
	margin:0 0 20px 25px;
}

/*[得獎名單]得獎者*/
.list-main-all {
	width: 100%;
	margin-bottom: 30px;
	display: table;
}

.list-main-all:last-child {
	margin-bottom: 0;
}

.list-title {
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
	margin: 0 0 15px 0;
}

.list-title span {
	display: inline-block;
    padding: 4px 13px;
    background: #fc4c02;
    border-radius: 15px;
    text-align: center;
    color: #ffffff;
    text-shadow: #ffffff 0em 0em 0em;
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.list-table {
	border:1px solid #ffe16c;
	border-radius: 15px;
	background:#ffffff;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 25px;
}

.list-table ul {
	width: 100%;
}

.list-table li {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #e8e8e8;
}

.list-table li:last-child {
	border-bottom: 0;
}

.list-table p {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color:#333333;
	text-shadow: #333333 0em 0em 0em;
}

.list-product {
	width: 50%;
}

.list-product img {
	margin: 0 5px -5px 0;
}

.list-product br {
	display: none;
}

.list-number {
	width: 30%;
	text-align: center;
}

.list-name {
	width: 20%;
	text-align: right;
}

a.fido-top-special {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 0 50px 0;
}

a.fido-top-special:hover {
	opacity: .85;
}

.fido-top-special img {
	border-radius: 20px;
}

.fido-top-special-m {
	display: none;
}

.fido-top-special-m img {
	border-radius: 20px;
}

.active-space-big-title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}

.active-space-big-title img {
	border-radius: 20px;
}

.active-space-big-title-m {
	display: none;
}

.active-space-big-title-m img {
	border-radius: 20px;
}

.block-active-space {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #ffffff;
	padding: 20px;
	border-radius: 20px;
}

ul.block-tab {
	width: 100%;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: center;
	border-bottom: 1px solid #e7e7e7;
	margin: 20px 0;
}

.block-tab li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 5px solid #ffffff;
	padding: 10px 5px;
	margin: 0 5px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.block-tab li:hover ,.block-tab li.tab-active {
	border-bottom: 5px solid #ffd946;
	cursor: pointer;
}

.block-tab li:hover a ,.block-tab li.tab-active a {
	color: #fc4c02;
}

.active-notice-space {
	width: 100%;
	text-align: left;
	margin: 0 auto 10px auto;
    color: #333333;
    display: inline-block;
}

.active-notice-space:last-child {
	margin: 0 auto;
}

.active-notice-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px 0;
    color: #00a3e0;
	text-align: left;
}

.active-notice-text ,.active-notice-list {
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 20px;
}

.active-notice-text span ,.active-notice-list span {
	display: inline;
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff8db;
	padding: 2px 4px;
	border-radius: 2px;
}

.active-notice-text b ,.active-notice-list b {
	display: inline;
	color: #fc4c02;
	margin: 0 2px;
}

.active-notice-text a ,.active-notice-list a {
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 0px;
	text-underline-offset: 0.3em;
    text-decoration: underline;
}

.active-notice-text a:hover ,.active-notice-list a:hover {
	color: #fc4c02;
}

ul.active-notice-list {
	width: 100%;
}

.active-notice-list li {
	margin: 0 0 10px 22px;
	list-style: decimal;
}

.active-notice-arrow {
	width: 100%;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	position: relative;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	margin:0 0 5px 0;
}

.active-notice-arrow::before {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 12px;
	height: 14px;
	background: url(../images/event_list_arrow.png) no-repeat center;
	content: '';
}

.active-notice-people-all {
	display: flex;
	width: 100%;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	flex-wrap: wrap;
    align-items: flex-start;
}

.active-notice-people-box {
	display: inline-flex;
	width: 25%;
    padding: 0 5px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 5px 0;
    line-height: 24px;
}

.active-notice-people-name {
	width: 62px;
	text-align: left;
}

.active-notice-people-phone {
	width: calc(100% - 62px);
	text-align: left;
}

.active-type-infor span.active-type-small {
	font-size: 15px;
    line-height: 18px;
	color: #333333;
	background: transparent;
	font-weight: unset;
}

.active-notice-main {
	background: #f9f9f9;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fido-logo {
	width: 100%;
	text-align: left;
	margin: 20px 0;
}

.fido-logo p {
	width: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
}

.fido-logo img {
	display: inline-block;
	max-width: 90px;
}

.fido-logo span {
	display: inline-block;
	margin: 5px 0 0 0;
	color: #999999;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	width: 100%;
}

.verification-step-button {
	display: none;
}

.verification-step-qrcode {
	width: 100%;
	text-align: center;
}

.verification-step-qrcode img {
	display: inline-block;
	max-width: 200px;
}

.verification-step-qrcode span {
	display: inline-block;
	margin: 10px 0 40px 0;
	text-align: center;
	width: 100%;
	color: #999999;
    font-size: 12px;
    line-height: 15px;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 960px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.main-left,.main-right {
		width: 50%;
	}

	ul.active-notice {
		width: 90%;
		margin: auto;
	}

	#block-active-notice .infor-big-title {
		margin-left: 50px;
	}

	.block-center {
		width: 95%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.active-notice-people-box {
		width: 33%;
	}

	.active-type-box {
		width: 47%;
	}

	.active-type {
		flex-wrap: wrap;
	}

	.active-type-box {
		border-right: 0px;
	}
	

}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	body,#block-verification-guide {
		background: transparent;
	}
	.verification-guide-table-left {
		display: none;
	}

	.verification-guide-table-right {
		display: block;
		margin: 0 auto;
		padding: 0;
	}

	.infor-big-title {
		text-align: center;
		font-size: 30px;
		margin-bottom: 10px;
	}

	.infor-big-title span {
		background: url(../images/big_title_middle.png) 0px 18px repeat-x;
	}

	.infor-big-title span::before {
		top: 18px;
	}

	.infor-small-text {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 20px;
	}

	.verification-step-all {
		margin: auto;
	}

	.verification-step-box {
		width: 100%;
		padding: 0 0px 30px 0;
	}

	.step-all {
		width: 90%;
		margin:0 auto 30px auto;
	}

	.infor-middle-text {
		width: 90%;
		margin:0 auto 20px auto;
	}

	.infor-small-text {
		margin:0 auto 10px auto;
	}

	.active-infor-left {
		width: 30%;
	}

	.active-infor-right {
		width: 70%;
		padding-left: 20px;
	}

	.active-infor-right .infor-middle-text {
		margin: 0 0 10px 0;
	}

	.active-infor-all {
		width: 90%;
		margin: 0 auto 15px auto;
	}

	.block-active-infor .infor-small-text {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.block-active-infor .infor-middle-text {
		width: 100%;
	}

	.active-table {
		width: 90%;
		margin: auto;
	}

	.active-table .active-table-type {
		padding-bottom: 0px;
	}

	.active-table span {
		margin-bottom: 10px;
	}

	.list-title {
		width: 90%;
		margin: 0 auto 15px auto;
	}

	.list-table {
		width: 90%;
		margin: auto;
	}

	.list-table p {
		font-size: 15px;
	}

	.list-product img {
		margin: 0 5px -8px 0;
	}

	.active-space-big-title {
		display: none;
	}

	.active-space-big-title-m {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.fido-top-special-m {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	a.fido-top-special {
		display: none;
	}

	.active-notice-people-box {
		width: 50%;
	}

}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:680px) {
	.active-infor-left {
		display: none;
	}
	.active-infor-right {
		display: block;
		width: 90%;
		margin: auto;
	}
	.active-infor-pic-mobile {
		display: block;
		width: 100%;
		text-align: center;
	}

	.active-infor-pic-mobile img {
		width: 100%;
		max-width: 210px;
		margin: auto;
	}

	.active-infor-right .infor-big-title, .active-infor-right .infor-middle-text {
		text-align: center;
	}

	.active-infor-right .infor-middle-text {
		margin: auto;
		width: 100%;
		padding-bottom: 28px;
	}

	.active-infor-right {
		padding-left: 0;
		width: 100%;
	}

	.step-all {
		min-height: auto;
		text-align: center;
	}

	.step-icon {
		display: none;
	}

	.step-box1,.step-box2,.step-box3 {
		padding: 13px 10px;
		background:#ffffff;
		background-image: none;
		position: relative;
		width: 100%;
		min-height: auto;
		overflow: visible;
	}

	.step-arrow,.step-bk {
		display: inline-block;
	}

	.step-num {
		display: block;
		position: absolute;
		left: -10px;
		top: -10px;
	}

	.step-bk {
		background:url(../images/active_mobile_step_arrow_bk.png) no-repeat 90px 4px;
		width: 100px;
		min-height: auto;
	}

	.step-bk:last-child {
		background:transparent;
	}

	.active-infor-pic-mobile {
		margin-bottom: 30px;
	}

	.block-active-infor .infor-small-text {
		width: 100%;
	}

	.active-table-gone {
		display: none;
	}

	.active-table .active-table-type {
		border-right: 0;
	}

	.list-product br {
		display: initial;
	}

	p.list-product {
		text-align: center;
	}

}

@media (max-width:505px) { 
	.active-type-box {
		width:48%;
	}

	.list-title {
		font-size: 20px;
		margin: 0 auto 10px auto;
		line-height: 20px;
	}

	.list-title span {
		font-size: 13px;
		padding: 2px 10px;
		line-height: 13px;
	}

	.active-notice-people-box {
		width: 100%;
	}

	.active-type-box {
		width: 100%;
	}
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	html,
	body {
		width: 100%;
		min-height: 100%;
		background: url(../images/all_mobile_bk.png) left 400% no-repeat;
	}

	.block-main-pc {
		display: none;
	}

	.block-main-mobile {
		display: block;
		background: url(../images/main_mobile_bk.png) top center no-repeat;
		min-height: 590px;
		padding: 55px 50px 0 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		margin-bottom: 30px;
		min-height: 300px;
	}

	.block-main-mobile .main-right {
		display: block;
		text-align: center;
		width: 100%;
	}

	.block-main-mobile .main-right img {
		margin: auto;
	}

	.block-main-mobile .main-big-title1 {
		width: 100%;
		/* max-width: 206px; */
		margin-bottom: 10px;
	}

	.block-main-mobile .main-small-title {
		width: 100%;
		max-width: 150px;
	}

	.block-main-mobile .main-small-title img {
		width: 100%;
	}

	.block-main-mobile .main-time {
		width:100%;
		max-width: 236px;
	}

	.block-main-mobile .main-time img {
		width: 100%;
	}

	.block-main-mobile .main-big-title2 {
		margin-bottom:30px;
	}

	.block-menu {
		margin-bottom: 30px;
	}

	.block-menu ul {
		width: 90%;
	}

	.block-menu li {
		width: 30%;
	}

	.block-menu a {
		font-size: 20px;
	}

	.verification-step-button {
		width: 100%;
		margin: 5px 0 60px 0;
		display: inline-block;
	}
	
	.verification-step-button a {
		display: table;
		margin: auto;
		padding: 10px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background:#fc4c02;
		color:#ffffff;
		font-weight: bold;
		font-size: 24px;
		box-shadow: 0px 4px 0px #ce3d00;
		border-radius: 50px;
		text-align: center;
		width: 90%;
	}
	
	.verification-step-button a:hover {
		background:#e44400;
		box-shadow: 0px 4px 0px #b33500;
	}

	.verification-step-qrcode {
		display: none;
	}

	.verification-step-table-left {
		width: 85px;
	}

	.active-table-type {
		min-width: 150px;
	}

	.active-table .active-table-other {
		min-width: 60px;
	}

	.active-table .active-table-day {
		min-width: 56px;
	}

	.fido-logo {
		text-align: center;
	}

	.fido-logo img {
		max-width: 130px;
	}
	

}

@media (max-width: 465px) {
	.step-box1, .step-box2, .step-box3 {
		padding: 8px 5px;
	}

	.step-bk {
		background:transparent;
		width: 80px;
	}

	.step-arrow {
		width: 20px;
		margin: 0 5px;
	}

	.step-bk span {
		font-size: 18px;
	}

	.step-num {
		width: 24px;
	}

	.step-num img {
		width: 100%;
	}

	.step-all {
		margin: 0 auto 10px auto;
	}

	.list-table {
		padding: 5px 15px;
	}

	.list-table p {
		font-size: 16px;
	}

	p.list-product {
		line-height: 25px;
		width: 150px;
	}

	.list-product img {
		width: 23px;
		margin: 0 5px -6px 0;
	}

	.list-title {
		font-size: 18px;
	}

}

@media (max-width: 350px) {
	.step-bk {
		width:60px;
	}

	.step-num {
		width: 20px;
		left: -7px;
		top: -10px;
	}

	.list-product img {
		display: none;
	}

	.list-table p {
		line-height: 15px;
		font-size: 13px;
	}

	.active-notice li {
		font-size: 13px;
	}

	.list-table {
		padding: 5px 5px;
	}
	
}

@media (max-width: 320px) {
	.block-main-mobile {
		padding: 50px 20px 0 20px;
		min-height: auto;
	}

	.block-menu a {
		font-size: 15px;
	}

	.infor-big-title {
		font-size: 26px;
	}

	.infor-big-title span {
		background: url(../images/big_title_middle.png) 0px 13px repeat-x;
		line-height: normal;
	}

	.infor-big-title span::before {
		top: 13px;
	}

}