body {
	padding:0;
	margin:0;
	font-family: microsoft jhengHei, Apple LiGothic,Arial, PMingLiU, Heiti;
    background: linear-gradient(#004491, #7BB7D7);
	color: #ffffff;

}

* {
	-webkit-font-size-adjust: none;
	font-size-adjust: none;
	font-family: PingHei, Apple LiGothic, Arial, microsoft jhengHei, SimHei, PMingLiU, Heiti;
}
html, body {
	min-height: 100%;
}
ul {
	-webkit-padding-start: 20px;
}

.font-18{
	font-size: 18px;
}

a img {
	border:none;
}
a, td , input , button {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
input , textarea , button , select {
	font-family:Arial, microsoft jhengHei, Apple LiGothic, PMingLiU, Heiti;
}
input, select {
	border-radius: 10px;
	margin: 5px;
	border: 2px #9E9E9E solid;
	outline: none;
	padding: 2px;
	line-height: 25px;
	width: 100%
}
div#div_btns {
	text-align: center;
	margin: 50px 0;
}
#div_btns>div {
  display: inline-block;
}

#div_intro {
	width: 90%;
	margin: auto;
}
ul {
	-webkit-padding-start: 0px;
	max-width: 650px;
	width: 100%;
	list-style: none;
	margin: auto;
}

ul.a {
	list-style-type: disc;
	list-style: disc;
	padding-inline-start:40px;
	width: 80%;
}

ul.a li{
	display:list-item;
}

ul li {
	display: inline-block;
}

.title {
	min-width: 180px;
	width: 100%;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}

.popup {
	display: none;
}

@media(min-width: 840px){
	.popup:not(#popup_bg){
		background: #FFFFFF;
		max-width: 1000px;
		width: 100%;
		margin-left: -500px;
		border-color: #95c7ef;
		border-radius: 10px;
		border-width: 5px;
		border-style: solid;
	}
}
@media(max-width: 840px){
	.popup:not(#popup_bg){
		background: #FFFFFF;
		max-width: 620px;
		width: 100%;
		margin-left: -310px;
		border-color: #95c7ef;
		border-radius: 10px;
		border-width: 5px;
		border-style: solid;
	}
}
.popup.show {
	z-index: 1100;
	position: fixed;
	top: 20%;
	left: 50%;
	display: block;
}
.popup div ,
.popup span{
  font-size: 20px;
}
#popup_bg {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.4);
}
.popup .div_popup_close {
	float: right;
	margin: -20px;
	background: #b69b30;
	position: relative;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
	z-index: 5;
}
.div_popup_content {
	padding: 30px;
}

.ui-datepicker-calendar * ,
.ui-datepicker .ui-datepicker-title select {
	font-size: 12px;
}
.ui-datepicker-calendar span {
	margin: 0;
	padding: 0;
	color: #4cbaeb;
	font-size: 12px;
	text-decoration: none;
}
#ui-datepicker-div {
	max-width: 230px;
}

.star {
	color : red;
}

#div_content {
	width: 80%;
	display: block;
	margin: auto;
  max-width: 750px;
}

form[name=main] {
	width: 100%;
}
select#prefix {
	height: 34px;
}

.header_3 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin:auto;
}
.blue {
	color : #4cb5ec;
}
.img_calendar {
	height: 25px;
	position: absolute;
	right: 5%;
	top: 8px;
}
.input_error {
    box-shadow:0 0 10px #f00 , inset 0 0 20px rgba(255,0,0,0.1) !important;
    border-color:#ff8a8a !important;
    -webkit-animation: showerror 0.5s;
            animation: showerror 0.5s;
}
label.input_error  {
    box-shadow:none  !important;
		color: #f00 !important;
}
.checkbox_required.input_error span {
    box-shadow:none  !important;
		color: #f00 !important;
}
label.input_error  input {
    box-shadow:0 0 10px #f00 , inset 0 0 20px rgba(255,0,0,0.1) !important;
}
label.input_error::before {
    box-shadow:0 0 10px #f00;
    border-color:#ff8a8a !important;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes showerror {
    0% { opacity: 1; }
    25% { opacity: 0.7; }
    50% { opacity: 1; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
}
@-webkit-keyframes showerror {
    0% { opacity: 1; }
    25% { opacity: 0.7; }
    50% { opacity: 1; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
}
.script_error {
    position:absolute;
    text-align:center;
    z-index:5;
    color:red;
    background:rgba(255,255,255,0.7);
    top: 375px;
    left:0;
    width:100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.script_error h1 {
    padding: 0;
    margin: 0;
    line-height: 90px;
}


.all {
	display:block;
	width:100%;
	max-width:1200px;
/*	min-height:100vh;*/
	box-sizing:border-box;
	/* padding:0 0 50px 0; */
	padding: 0px;
	margin:0 auto;
/*	background:no-repeat bottom left url("../images/bottom_banner_d.jpg");
	background-size:1024px auto;*/
    /* margin-bottom: 20px;x */


    background-image: url(../images/top-flower.png), url(../images/bottom_flower.png);
    background-size: 20%,contain;
	background-attachment: fixed,fixed;
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom;
}

.index_content {
	display:block;
    width:750px;
    height:1334px;
    margin:auto;
    background:#eee no-repeat url("../images/01.jpg") center;
}
.all_content {
	display:block;
	width:100%;
	max-width:600px;
	margin:auto;
	padding:0 30px;
	box-sizing:border-box;
	position: relative;

}
.all_content[data-type="landing"]::before{
	/* content: "";
	position: absolute;
	top:0px;
	left:0px;
	bottom: 0px;
	right:0px;
	width:100%;
	margin-bottom: 30px;
	background-size: 25%;
    background-image: url(../images/product.png);
    background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1; */
}

.tips{
	font-size: 12px;
	max-width: 360px;
}
@media(min-width: 840px){
.timetable_content{
	display:block;
	width:100%;
	max-width:815px;
	margin:auto;
	padding:0 50px;
	box-sizing:border-box;
}
}
@media(max-width: 840px){
.timetable_content{
	display:block;
	width:100%;
	max-width:600px;
	margin:auto;
	padding:0 15px;
	box-sizing:border-box;
}
}
.all_content h1 {
	text-align:center;
	color:#c30e2f;
}
.all_content a {
	color:#ffffff;
}

div.button {
	cursor: pointer;
	padding: 5px 40px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	background-color: #b1d6ec;
	border-radius: 8px;
  border-style: solid;
	border-color: #fff;
	border-width: 3px;
	color: #033570;
	display: inline-block;
}
.btn1 {
	display: block;
	padding: 8px 30px;
	color: #fff;
	background: #ae2030;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	max-width: 120px;
	font-size: 24px;
	border-radius: 10px;
	text-decoration:none;
}
.btn1:hover {
	background:#e93044;
}
.btn1.disabled_btn {
    cursor: not-allowed;
}
.login_div {
	display:block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
/*    background: rgba(0,0,0,0.5);*/
	text-align:center;
}

.form_list {
	list-style:none;
	padding:20px 0 0 0;
	font-size:15px;
	margin: auto;
}
.form_list li {
	display:block;
	padding:5px 0 5px 0;
}
.form_list li>b {
	display:inline-block;
	/* width:30%; */
    vertical-align: top;
	font-weight:normal;
	line-height:2;
}
.form_list li>p {
	display:inline-block;
	padding:0;
	margin:0;
	width:70%;
	min-height:62px;
}
.form_list li>p span {
	font-size:15px;
	color: #e31d1a;
	display:none;
}
.form_list li input  {
	display:block;
	width:100%;
	border:1px solid #999;
	padding:5px;
	box-sizing: border-box;
	font-size:18px;
	line-height:25px;
	margin: auto;
}
.form_list li input[type="text"]:disabled  {
    background: #dddddd;
}
.form_list li select  {
	display:block;
	width:100%;
	border:1px solid #999;
	padding:5px;
	box-sizing: border-box;
	font-size:18px;
	line-height:25px;
    min-height: 36px;
}
.form_list li select:disabled  {
    background: #dddddd;
}

.error_msg {
	position: fixed;
	top: 600px;
	left: 50%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 15px 20px;
	width: 320px;
	height: 120px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 0 -160px;
	border-radius: 10px;
	font-size:18px;
	display:none;
}
.error_msg>span {
	display: block;
	position: absolute;
	width: 100%;
	margin: -20px -15px;
	text-align:right;
}
.error_msg>span b {
	display:inline-block;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	font-size:18px;
	background:#eee;
	border-radius:25px;
	color:#333;
	font-family:arial;
	cursor:pointer;
	border: 1px solid #333;
}
.error_msg p {
	padding:0;
	margin:0;
	display:inline-block;
    vertical-align: middle;
}
.error_msg p span {
	display:block;
}
.error_msg::after{
   content:'';
   width:0;
   height:100%;
   display:inline-block;
   position:relative;
   vertical-align:middle;
}

.top_banner {
	display:block;
	padding:0;
}
.main_banner {
	display:block;
	width:100%;
	max-width:750px;
	/* margin:120px auto 15px auto; */
	margin: auto;
	position: relative;
}


.main_banner:before{
	/* content: "";
	position: absolute;
	top:-120px;
	left:-60px;
	bottom: 0px;
	right:0px;
	width:100%;
	background-size: 33%;
    background-image: url(../images/bg_flower.png);
    background-repeat: no-repeat;
	z-index: -1; */
}

.main_banner>img {
	display:block;
	width:100%;
}
.description_text {
	display:block;
	text-align:center;
	font-size:20px;
	line-height:1.7;
}
.description_text .s_text {
	font-size:16px;
}
.description_text p {
	display:block;
	margin:0;
	padding:0;
}
.description_text span {
	display:inline-block;
}

.tnc_checkbox_text {
	display:block;
	padding:15px 0;
	font-size:16px;
}
.tnc_checkbox_text p {
	display:block;
	padding:2px 0 2px 30px;
	margin:0;
	min-height:42px;
}
.tnc_checkbox_text p label {
	display:block;
}
.tnc_checkbox_text p span {
	font-size:15px;
	color: #e31d1a;
	display:none;
}
.tnc_checkbox_text p input[type=checkbox] {
	width:25px;
	height:25px;
	position:absolute;
	margin:0 0 0 -30px;
}
.tnc_checkbox_text p b{
	font-weight:normal;
	padding:7px 0 ;
	display:block;
}
.loading {
    position:fixed;
    background:no-repeat url("../images/loading3.gif") center 25% rgba(245,245,245,0.7);
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:150;
    display:none;
}
.loading.index_loading {
    background:no-repeat url("../images/loading3.gif") center 300px rgba(245,245,245,0.7);
}

.img_banner {
    display:block;
	margin-top:-15px;
	margin-top:-5vw;
	margin-bottom:20px;
}
.img_banner img.desktop {
    display:block;
	width:100%;
}
.img_banner img.mobile {
    display:none;
	width:100%;
}
.bottom_text {
	display:block;
	background:#c30e2f;
	font-size:15px;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
}
.bottom_text span {
	cursor: pointer;
	display:inline-block;
}

.tnc_popup {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.85);
	box-sizing: border-box;
	padding:50px 5%;
	display:none;
	z-index:5;
}
.tnc_box {
	display:block;
	margin:auto;
	max-width:800px;
}
.tnc_box h1 {
	display:block;
	font-size:23px;
	padding: 5px 0 10px 0;
	margin: 5px 0 10px 0;
	font-weight:normal;
	border-bottom:1px solid #c30e2f;
}
.tnc_box h2 {
	display:block;
	font-size:18px;
	padding:0;
	margin:20px 0 0 0;
	font-weight:normal;
}
.tnc_box p {
	padding:0;
	margin:0;
}
.tnc_box p span {
	float:right;
	width:35px;
	height:35px;
	display:block;
	padding:5px;
	box-sizing: border-box;
	cursor:pointer;
}
.tnc_box p span img {
	width:100%;
	height:100%;
	display:block;
}
.tnc_content {
	overflow:auto;
	max-height:100%;
	max-height:650px;
	display:block;
	line-height:1.6;
	font-size:15px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.tnc_content ol {
	padding:0 0 0 25px;
	margin:5px 0;
}

.end_popup {
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	background:rgba(255,255,255,0.8);
	z-index:5;
}
.end_popup_content {
	width:480px;
	top:300px;
	left:50%;
	height:250px;
	margin:0 0 0 -240px;
	position:fixed;
	z-index:10;
	background:#fff;
	box-sizing: border-box;
	border:1px solid #c30e2f;
	padding:15px;
	border-radius:10px;
	text-align:center;
	font-size:15px;
	line-height:1.7;
}
.end_popup_content p {
	border-bottom:1px solid #c30e2f;
	color:#c30e2f;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
}
.end_popup_content p b {
	color:#c30e2f;
	display:block;
    font-size: 21px;
}

.left_s_text {
	display:block;
	position:absolute;
    left: 15px;
    height: 400px;
    top: 670px;
}
.left_s_text {
    max-height: 45vw;
    top: 65vw;
}


.testing_popup {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	text-align:center;
	z-index:5;
}
.testing_popup div {
	display:inline-block;
	margin-top:100px;
	padding:0;
}
.testing_popup h1 {
	color:#c30e2f;
	padding:0;
	margin:0 0 15px 0;
	font-size:55px;
}
.testing_popup input {
	margin:0 0 15px 0;
	height:30px;
	line-height:30px;
	border:1px solid #999;
	line-height:30px;
    padding: 0;
    min-width: 70px;
    box-sizing: border-box;
    vertical-align: bottom;
	text-align:center;
}
.testing_popup input[type=submit] {
	cursor:pointer;
	background:#c30e2f;
	color:#fff;
	-webkit-appearance: none;
}
div.disabled_div {
	opacity:0.5;
}
input.button {
	cursor: pointer;
	padding: 5px 40px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	background-color: #b1d6ec;
	border-radius: 8px;
	border-color: #fff;
	border-width: 3px;
	color: #fff;
}

span.date {
	text-decoration: underline;
	font-weight: bold;
	font-family: "Arial Black", Arial, sans-serif;
}

span.bold {
	font-weight: bold;
	font-family: "Arial Black", Arial, sans-serif;
}

@media screen and (max-width: 800px){
.tnc_box {
  /*  max-width: 90%;*/
}
.tnc_content {
/*	max-height:650px;*/
}
}

@media screen and (max-width: 768px){

.all {
/*	padding:0 0 80vw 0;
	background:no-repeat bottom left url("../images/bottom_banner_m.jpg");
	background-size:100% auto;*/
}

.description_text {
	font-size:15px;
}
.description_text .s_text {
	font-size:13px;
}

.description_text span {
	display:block;
}

.tnc_popup {
	padding:10px;
}
.tnc_box {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c30e2f;
	padding:8px;
	background:#fff;
	border-radius:5px;
	font-size:13px;
}
.tnc_box h1 {
	font-size:20px;
	padding:0 0 5px 0;
}
.tnc_content {
	max-height:90%;
}
}


@media screen and (max-width: 480px){
.all_content {
	padding: 0px 15px;
}
.description_text {
	font-size:12px;
}
.top_banner {
    padding: 0;
}

.form_list li>b {
	display:block;
	width:100%;
	line-height:1.3;
	margin:0;
	padding:0 0 2px 0;
}
.form_list li>p {
	display:block;
	width:100%;
	min-height:56px;
	line-height:1;
}
.form_list li>p span {
	font-size:12px;
}
.tnc_checkbox_text {
	font-size:13px;
}
.error_msg {
	top: 150px;
}

.loading , .loading.index_loading{
    background:no-repeat url("../images/loading3.gif") center rgba(245,245,245,0.7);
}

.img_banner img.desktop {
    display:none;
}
.img_banner img.mobile {
    display:block;
}

.end_popup_content p b {
    font-size: 18px;
}
.end_popup_content {
	width:90%;
	top:50%;
	left:50%;
	min-height:240px;
	margin:-160px 0 0 -45%;
	font-size:13px;
	line-height:1.7;
	box-sizing: border-box;
}


.left_s_text {
    display: block;
    position: absolute;
    left: 10px;
    height: 45vw;
    top: 70vw;
}

}
@media screen and (max-width: 620px){
	.popup:not(#popup_bg){
		max-width: 620px;
		width: 80%;
		margin-left: -40%;
		border-width: 3px;
	}
}

#submit-loading{
	position: fixed;
    background: no-repeat url(../images/loading_old.gif) center 25% rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    display: none;
}

.loading_show{
    display: block!important;
}
