@charset "utf-8";

/*---------------------contact----------------*/
.contactBg{
	background:url(../img/contactImg.jpg) no-repeat top 11%;
	height:auto;
	text-align:center;
	color:#000;
}
.contactBg > h1{
	font-size:1.5em;
	line-height:2.2em;
	font-weight:bolder;
}
.contactBg > p{
	font-size:1em;
	line-height:1.6em;
	font-weight:600;
}
.phoneImg{
	width:15%;
	float:left;
	margin-left:25%;
	margin-top:-20px;
	height:auto;
}
.phoneImg img{
	width:100%;
	height:auto;
}
.contactPageText{
	float:right;
	width:50%;
	text-align:left;
	margin-top:2.5%;
	margin-bottom:2.5%;
}
span.contactPageSub{
	font-size:1.2em;
	color:#fc462a;
	line-height:1.8em;
	margin-bottom:18px;
}
span.contactPageTxt{
	font-size:1em;
	color:#252524;
	line-height:1.6em;
}
.mapBorder{
	min-height:550px;
	overflow:hidden;
}
.contactform{
	background:url(../img/contactImg.png) no-repeat  13% top;
	padding-left:17%;
	height:auto;
	text-align:left;
	color:#000;
	font-size:1em;
	font-weight:600;
	/*background:#1c80ab;*/
	line-height:1.8em;
	float:left;
	position:relative;
	z-index:99;
	margin-bottom:90px;
}
.contactBorder{
	width:60%;
	margin:2% 20%;
	float: left;
}
.collectBorder{
	width:60%;
	margin:2% 20%;
	float: left;
	display: none;
}
.formHideBox{
	display: none;
}
.member_info_form{
	height:auto;
	text-align:left;
	color:#000;
	font-size:1em;
	font-weight:600;
	/*background:#1c80ab;*/
	line-height:1.8em;
	float:left;
	position:relative;
	margin-bottom:90px;
}
span.formTxt{
	width:80%;
	margin:1% 10% -1% 10%;
	float:left;
}
span.formBox{
	width:80%;
	margin:2% 10%;
	display:inline-block;
	position: relative;
}
span.formImg{
	width:40%;
	float: left;
	margin:2% 10%;
	display: inline-block;
	position: relative;
}
span.formInfo{
	width:58%;
	margin-left: 2%;
	float: left;
	display: inline-block;
	position: relative;
}
.testSub{
	font-size: 1.2rem;
	font-weight: bold;
}
.testSub >b{
	color: #f4a742;
}
.testSub >u{
	border-bottom: 1px solid #000;
}
.testAns{
	font-size: 1.1rem;
	float: left;
}
.testAns >label{
	float: left;
	margin-right: 20px;
}
.testAns >label >span{
	float: left;
	margin-top: 2px;
	margin-left: 5px;
	font-weight: normal;
}
label.radioBox{
	margin-top: 9px;
	padding: 6px 12px;
	border-radius: 24px;
}
label.bgC5E7CD{
	background: #C5E7CD;
}
label.bgFCD5CF{
	background: #FCD5CF;
}
label.bgC2E6EC{
	background: #C2E6EC;
}
label.bgD2DAED{
	background: #D2DAED;
}
span.formCaptcha, span.cus_formCaptcha{
	width:80%;
	margin:2% 10%;
	display:inline-block;
	position: relative;
	/*float:left;*/
}
span.formCaptcha img, .cus_formCaptcha img, span.formBox img{
	display: inline-table;
}
span.formRadio{
	width:96%;
	margin: 6px 2%;
	float:left;
}

span.formSubmit{
	width:80%;
	margin:0 10%;
	display:inline-block;
	position: relative;
}
span.formTextarea{
	width:96%;
	margin:2%;
	float:left;
}
span.pay_price,span.pay_name{
	width:96%;
	font-size: 1.5em;
	margin-left: 2%;
	margin-right: 2%;
	float:left;
	margin-bottom: 12px;
}
span.pay_price{
	color:#ff5777;
}
span.pay_info{
	width:96%;
	font-size: 1.3em;
	margin-left: 2%;
	margin-right: 2%;
	float:left;
	margin-bottom: 12px;
}
span.pay_info img{
	display: inline-table;
}
span.graytxt{
	font-size:0.95em;
	color:#666a6b;
	margin-top: 35px;
}
span.formBox input[type="text"],span.formBox input[type="email"],span.formBox input[type="date"],span.formBox input[type="password"], span.formBox select{
	width:98%;
	padding:1%;
	height: 50px;
	color:#666a6b;
	background:#fff;
	border:1px solid #d6d6d6;
}
.cus_formTxt{
	width:98%;
	margin:10px 1%;
	float:left;
}
.cus_message,.cus_formCaptcha{
	width:98%;
	margin: 0px 1% 10px 1%;
	/*border-bottom: 1px solid#b8b8b8;*/
	display:inline-block;
	position: relative;
	padding-bottom: 15px;
	/*float:left;*/
}
.cus_message textarea {
	width:100%;
	padding:1%;
	height: 150px;
	color: #666a6b;
	background:#fff;
	border:1px solid #d6d6d6;
}
span.formCaptcha input[type="text"],.cus_formCaptcha input[type="text"]{
	width:50%;
	padding:1%;
	height: 50px;
	color:#666a6b;
	background:#fff;
	border:1px solid #d6d6d6;
}

span.formBox input[type="password"]:focus {  
    outline: none; 
	border: 1.5px solid #186fd1;
}
span.formBox input[type="text"]:focus,span.formBox input[type="email"]:focus{
	border: 1.5px solid #186fd1;
}
span.formBox input[type="text"]:disabled,span.formBox input[type="password"]:disabled,span.formBox input[type="email"]:disabled{
	background:#f1f1f1;
	color: #898989;
	-webkit-text-fill-color: #898989;
    opacity: 1; /* required on iOS */
}

span.formBox input[type="text"].txt_other{
	width:250px;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	float: left;
	}
/*--隱藏/顯示密碼圖片--*/
span.formBox img.pw_img{
    width: 40px;
    height: 25px;
	/*margin-left: 130px;*/
	right: 35px;
	top: 12px;
	position:absolute;
    /*margin: 15px;*/
	
}
span.formBox a.info_edit{
	color:#fff;
	padding: 4px 16px;
	margin-left: 12px;
	border-radius: 22px;
	background: #dc513b;
}
span.formBox a.info_edit:hover{
	background:#971e2c;
	transition: 0.5s;
}
span.warningTxt{
	color:#ff3940;
	margin-top: 5px;
}
span.tipsTxt{
	font-size:0.8em;
	color:#a99eaa;
	margin-top: 5px;
	font-weight: normal;
}
span.TexttipsTxt{
	font-size:0.8em;
	color:#a99eaa;
	font-weight: normal;
}
span.formTextarea textarea{
	width:99%;
	padding:1%;
	background:#eeeeee;
	color:#666a6b;
	border:1px solid #d6d6d6;
	height:140px;
}

input[placeholder],
textarea[placeholder]{
	font-size:0.8em;
	color:#e7e6e6;
}


span.formRadio label{
	margin-left: 5px;
	margin-top: 4px;
	float: left;
	font-size: 1.5em;
	font-weight: normal;
} 
input[type="radio"] {
	-webkit-appearance: none; 
	position: relative; 
	width: 20px; 
	height: 20px; 
	border: 1px solid #878787; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	background-color: #fff; 
	float: left;
	margin-right: 6px;
}

input[type="radio"]:checked { 
	-webkit-appearance: none; 
	border-color: #45afe6;
	background-color: #45afe6; 
}
 input[type="radio"]:checked:after { 
	 content: ''; 
	 position: absolute; 
	 left: 3px; 
	 top: 3px;
	 width: 13px; 
	 height: 7px; 
	 border-left: 2px solid #fff; 
	 border-bottom: 2px solid #fff;
	 -webkit-transform: rotate(-45deg); 
	 -ms-transform: rotate(-45deg); 
	 transform: rotate(-45deg); 
}
input[type="radio"]:disabled{
	-webkit-appearance: none; 
	border-color: #efefef;
	background-color: #efefef;
}
input.submitBtu{
	height: auto;
	margin: 1%;
	border-radius:22px;
	padding: 15px 40px;
	font-weight:bold;
	letter-spacing:2px;
	color:#fff;
	border:0;
	cursor:pointer;
	text-align:center;
	-webkit-appearance: none;/*解決ios上input樣式的問題*/
}

span.formSubmit input.nextBut{
	background: #456370; /* Old browsers */
}
span.formSubmit input.next:hover{
	background: #546e79; /* Old browsers */
}
span.formBox input.sureBut{
	background: #dc513b; /* Old browsers */
}
span.formBox input.cancleBut{
	background: #c1b0b5; /* Old browsers */
}
span.formBox input.sureBut:hover{
	background: #c24531; /* Old browsers */
	transition: 0.5s;
}
span.formBox input.cancleBut:hover{
	background: #b4a6aa; /* Old browsers */
	transition: 0.5s;
}

.underline{
	border-bottom:1px solid #CCC;
	margin-top:2%;
	margin-left:0;
	/*margin-right:10%;*/
	float:left;
	margin-bottom:4%;
	width:100%;
}

.like_button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 12px;
    border: 1px solid #fcabab;
    border-radius: 8px;
    background: #ffbdbd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbdbd), to(#ffc2c2));
    background: -moz-linear-gradient(top, #ffbdbd, #ffc2c2);
    background: linear-gradient(to bottom, #ffbdbd, #ffc2c2);
    font: normal normal bold 16px arial;
    color: #111111;
    text-decoration: none;
	margin-bottom: 10px;
}
/*.like_button:hover,
.like_button:focus {
    border: 1px solid #ffc5c5;
    background: #ffe3e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe3e3), to(#ffe9e9));
    background: -moz-linear-gradient(top, #ffe3e3, #f6d9d9);
    background: linear-gradient(to bottom, #ffe3e3, #f6d9d9);
    color: #111111;
    text-decoration: none;
}
.like_button:active {
	margin-top: 1px;
}*/
.like_button:active:after{
	top: 1px;
}
.like_button:after{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px 0px 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABwUlEQVRIie2TO2uTURzGf08p4hxeA9YM0qKiQ4yXttJKcSmxitU6qN/AyQ/RqbOj36C69KIIJRmk3qOGuigqFodaQnxxFinncbCWNH1zsxn7wIFz4/ye53/OgT21kOonfk5djRB3kK4D/cAvoIR9D7OIDT2aRLoNDAH7gVXseczd1NxC3BAQX7syJGkO6EtyY3iAQeJGA8Prtqei+YelHYAfk5f7kN4DUVvZGyvGnDyw+GgdoGfLnT3t4MjB7LJFdpjelqBy6eI+pO+CyCRcTJ1q9yT1DbEdDh18vPS7F8AhpJFSrtnYSm7eT9mkgbVegBAcJIfaku1SwRAANhO4arkCZLoEqICqsOk4UyxuOIRZh0CX2mymUNzYSvA3k2cwt7qQYk0w82+w7cF8uzCWtSkI0v9zsqEqkT/8ZHklEQCwOnY+h1mic0iMlO9fflqunUx88l9HR7JAoQNIjDQ+8Oz5Sv1Cwz/1ZeRcu0mqSBNHXrwsJy02/bSfh4dz4GaQGCl/9NXrxMNbAgA+DQ5mnVyuWGL8WOnNjrJ0BAD4ePZMfbmqiInjb981dN4RAODD6VM5m/sCkG6eKJebOt9T2/oDjQYPUwSDct0AAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
}
a.like_button_choose{
	border: 1px solid #ffc5c5;
    background: #ffe3e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe3e3), to(#ffe9e9));
    background: -moz-linear-gradient(top, #ffe3e3, #ffe9e9);
    background: linear-gradient(to bottom, #ffe3e3, #ffe9e9);
    color: #111111;
    text-decoration: none;
}
.like_count{
	/*float: left;*/
	display: inline-table;
	margin-left: 7px;
	font-weight: 600;
	margin-bottom: 10px;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
	span.formSubmit{
		width:70%;
		margin:auto 15% auto 15%;
		float:left;
	}
	span.formSubmit input{
		width:100%;
		margin:auto 0%;
	}
	.contactBorder{
		width: 94%;
		margin: 2% 3%;
	}
	.collectBorder{
	width:90%;
	margin:2% 5%;
	}
	span.formBox{
      width:100%;
      margin:3% 0;
    }
	span.formImg{
		width:100%;
	}
	span.formInfo{
		width:100%;
		margin-left: 0;
		margin-top: 2%;
	}
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	
	.phoneImg{
		display:none;
		width:20%;
		float:left;
		margin-left:3%;
		margin-right:3%;
		margin-top:-10px;
		height:auto;
	}
	.phoneImg img{
		width:100%;
		height:auto;
	}
	.contactPageText{
		width:92%;
		text-align:left;
		margin-top:4.5%;
		margin-bottom:4.5%;
		margin-left:4%;
		margin-right:4%;
	}
	span.contactPageSub{
		font-size:1.2em;
		color:#fc462a;
		line-height:1.8em;
		margin-bottom:18px;
	}
	span.contactPageTxt{
		font-size:1.1em;
		color:#252524;
		line-height:1.6em;
	}
	.mapBorder{
		min-height:350px;
		overflow:hidden;
	}
	.contactform,.member_info_form{
		min-height:350px;
		text-align:left;
		padding-left:0;
		color:#000;
		font-size:1em;
		font-weight:600;
		/*background:#1c80ab;*/
		line-height:1.8em;
	}
	.contactBorder{
		width: 96%;
		margin: 2%;
		float: left;
		background:rgba(255,255,255,0.3);
	}
	
	span.formTextarea{
	width:100%;
	margin-top:2%;
	margin-bottom:2%;
  }
	/*--隱藏/顯示密碼圖片--*/
	span.formBox img.pw_img{
	right: 8px;
	top: 12px;
	
  }
	span.formTxt{
	width:100%;
	margin:1% 0 -2% 0;
  }
  
  span.formRadio{
      width:100%;
      margin:1% 0 1% 0;
  }
  span.formCaptcha{
	  width:100%;
	  margin:3% 0;
  }
}

@media  (max-width: 480px) {
	.contactBg{
		background:url(../img/contactbg.jpg) no-repeat center center;
		min-height:200px;
		text-align:center;
		color:#000;
	}
	.contactBg > p{
		font-size:1.1em;
		line-height:1.6em;
		padding-left:4%;
		padding-right:4%;
	}
	.contactPageText{
		width:92%;
		text-align:left;
		margin-top:4.5%;
		margin-bottom:4.5%;
		margin-left:4%;
		margin-right:4%;
	}
	span.contactPageSub{
		font-size:1.2em;
		color:#fc462a;
		line-height:1.8em;
		margin-bottom:18px;
	}
	span.contactPageTxt{
		font-size:1.1em;
		color:#252524;
		line-height:1.6em;
	}
	.mapBorder{
		max-height:250px;
		overflow:hidden;
	}
	.contactform,.member_info_form{
		min-height:350px;
		text-align:left;
		color:#000;
		font-size:1em;
		font-weight:600;
		line-height:1.8em;
	}
	span.formSubmit{
		width:70%;
		margin:auto 15%;
		float:left;
	}
	span.formSubmit input{
		width:100%;
		margin:auto 0%;
	}
	
}