﻿@charset "utf-8";

/*Reset*/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

*html,
*html body

/* 修正IE6振动bug */
	{
	background-image: url(about:blank);
	background-attachment: fixed;
}

a,
img {
	border: none;
	text-decoration: none;
}

a {
	color: #333;
	blr: expression(this.onFocus=this.blur());
}

/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
/*a:active {test:expression(target="_blank");}*/
a:hover,
a:focus {
	text-decoration: none;
}

:focus {
	outline: 0;
}

label {
	cursor: pointer;
}

img {
	vertical-align: middle;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 1.6em;
}

h2,
h3,
h4 {
	font-size: 1.4em;
}

h5,
h6 {
	font-size: 1.2em;
}

input {
	border: none;
}

textarea {
	overflow: scroll;
}

a,
input,
textarea,
.hover-delay {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

input.none-radius {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

::-ms-clear {
	display: none;
}

::-ms-reveal {
	display: none;
}


/*input[type=text],input[type=tel],input[type=email], input[type=button], button{
	-webkit-appearance: none;
	box-shadow: none;
}*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	box-shadow: 0 0 0 60px #fff inset;
	-webkit-text-fill-color: #676767;
	background-color: #f9f9f9;
}



/*Reset end*/
.form_body img {
	width: 100%;
	max-width: 100%;
}

.form_body {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-color: #001c56;
	float: left;
	position: relative;
	z-index: 99;

}

.form_title {
	width: 526px;
	margin: 20px auto;
}


.form-wrap {
	width: 650px;
	z-index: 99999;
	margin: auto;
}

.form-wrap label {
	display: block;
	margin: 0;
	font-weight: normal;
}

.form-wrap h4 {
	width: 100%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 10px auto 20px auto;
}


.form-wrap p {
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
}

.form-wrap h3,
.form-ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.form-wrap h3 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}


.form-ul li {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	width: 60%;
	height: 55px;
	*height: 60px;
	margin: 0 auto;
}

.form-input {
	float: left;
	width: 100%;
	*width: 93.5%;
	color: #676767;
	background-color: #f9f9f9;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	overflow: hidden;
	padding: 3px 10px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form-wrap .form-ul li p:hover,
.form-wrap .form-ul li p:focus {
	color: #000;
	box-shadow: 0 0 5px #999;
}

.form-input:hover,
.form-input:focus {
	background-color: #E6EEF7;
}

.form-wrap .form-ul li .meg-error {
	color: #FA0417;
	position: absolute;
	top: 14px;
	right: 5px;
	background-color: #F9F9F9;
}

.form-wrap .form-ul li .meg-border-error {
	border: 1px solid #f65662;
}

.form-wrap .form-ul li p {
	position: relative;
	width: 99.5%;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	border: solid 1px #E0E0E0;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
	*overflow: none;
}

.form-wrap .form-ul li .meg-error-color {
	color: #FA0417;
}

.form-wrap .form-ul li .meg-border-okay {
	border: 1px solid #6ac451;
}

.form-wrap .form-private {
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	text-align: center;
	height: auto;
	margin: 10px 0;
}

.form-wrap .form-private input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 7px;
	vertical-align: -5px;
}

.form-wrap .form-private a {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #fff;
}

.form-wrap .form-private i {
	background: url(../images/locked.png) no-repeat left center;
	background-image: -webkit-image-set(url(../images/locked.png) 1x,
			url(../images/locked@2x.png) 2x);
	background-image: -moz-image-set(url(../images/locked.png) 1x,
			url(../images/locked@2x.png) 2x);
	background-image: -o-image-set(url(../images/locked.png) 1x,
			url(../images/locked@2x.png) 2x);
	background-image: -ms-image-set(url(../images/locked.png) 1x,
			url(../images/locked@2x.png) 2x);
	padding-left: 15px;
	margin-right: 5px;
	width: 13px;
	height: 15px;
}

.form-submit {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #fb9e2f;
	cursor: pointer;
	margin-top: 5px;
	border: 0;
	border-radius: 10px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.form-submit:hover {
	background-color: #dc7f0f;
}

.form-ul .item-age {
	width: 55%;
	*width: 54%;
	height: 47px;
	float: right;
}

.form-ul .t_center {
	text-align: center;
}

.li_mid {
	display: table;
	margin: 0 auto;
}

.submit_custmize {
	border-radius: 10px;
}

/*--- radio 美化 ---*/
.free-form-sex {
	width: 40%;
	margin: 0;
	float: left;
}

.free-form-sex dt,
.free-form-sex dd {
	float: left;
	margin: 0 3px 0 0;
	width: 48%;
	*width: 47.9%;
}

.free-form-sex dd.right {
	float: right;
	margin: 0;
}

.free-form-sex dt {
	padding: 0 10px;
	text-align: left;
	line-height: 33px;
	color: #a0a0a0;
	font-size: 15px;
}

label.sex-wrap {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #676767;
	font-size: 17px;
	text-align: center;
	text-indent: 0;
	font-weight: 100;
}

.radio_wrap {
	display: inline-block;
	width: 100%;
	height: 45px;
	border: solid 1px #E0E0E0;
	color: #999;
	background-color: #f9f9f9;
	text-align: center;
}

.radio_on_wrap {
	color: #000;
	background-color: #B2B2B2;
	border-color: #B2B2B2;
}

.radio_on_wrap label.sex-wrap {
	background-color: #ffd02d;
}

.radio_wrap input {
	display: none;
	width: 100%;
	height: 45px;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	cursor: pointer;
	vertical-align: -4px;
}

/*--- radio 美化 //end ---*/

/*#wrapper {
	height: 1000px;
}

#box {
	display: none;
	position: absolute;
	width: 520px;
	height: 300px;
	z-index: 1600;
	background: #fff;
}

#closeBtn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#greybackground {
	background: #000;
	display: block;
	z-index: 1500;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/

/* 下拉菜單樣式 */
.select_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 47px;
	line-height: 47px;
	cursor: pointer;
	text-align: left;
	*z-index: 200;
	/*border:solid 1px #E0E0E0;*/
	/*box-shadow:inset 0px 2px 3px rgba(200,200,200,0.6);*/
	background-color: #f9f9f9;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.select_wrap:hover,
.select_wrap:focus {
	color: #000;
	border-color: #D8D8D8;
	box-shadow: 0 0 5px #999;
}

.select_wrap select {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: none;
	cursor: pointer;
}

.select_list {
	display: none;
	position: absolute;
	/*display: inline-block;*/
	width: 99%;
	max-height: 350px;
	top: 35px;
	left: 0;
	z-index: 9999;
	overflow-y: auto;
	border: solid 1px #dcdcdc;
	border-top: none;
	background-color: #fff;
}

.select_list dl,
.select_list dl dt,
.select_list dl dd {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

.select_list dl dt,
.select_list dl dd {
	line-height: 27px;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 15px;
}

.select_list dl dt {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #dcdcdc;
	text-indent: 5px;
}

.select_list dl dd {
	text-indent: 20px;
}

.select_list dl dd.selected {
	color: #fff;
	background-color: #8e8f8f;
}

.select_list dl dd:hover {
	color: #fff;
	background-color: #8e8f8f;
}

.select_current {
	float: left;
	display: inline-block;
	width: 100%;
	height: 42px;
	text-indent: 8px;
	*text-indent: 8px;
	color: #676767;
	;
	font-size: 15px;
}

span.select_current.act {
	background-color: #C9C9C9;
}

.select_btn {
	position: absolute;
	display: inline-block;
	width: 31px;
	height: 31px;
	top: 5px;
	right: 0;
	margin: 1px;
	color: #fff;
	background: url(../images/form-arrow.png) no-repeat center center;
	background-image: -webkit-image-set(url(../images/form-arrow.png) 1x,
			url(../images/form-arrow@2x.png) 2x);
	background-image: -moz-image-set(url(../images/form-arrow.png) 1x,
			url(../images/form-arrow@2x.png) 2x);
	background-image: -o-image-set(url(../images/form-arrow.png) 1x,
			url(../images/form-arrow@2x.png) 2x);
	background-image: -ms-image-set(url(../images/form-arrow.png) 1x,
			url(../images/form-arrow@2x.png) 2x);
	cursor: pointer;
}

.select_btn_on {
	background: url(../images/form-arrow-on.png) no-repeat center center;
	background-image: -webkit-image-set(url(../images/form-arrow-on.png) 1x,
			url(../images/form-arrow-on@2x.png) 2x);
	background-image: -moz-image-set(url(../images/form-arrow-on.png) 1x,
			url(../images/form-arrow-on@2x.png) 2x);
	background-image: -o-image-set(url(../images/form-arrow-on.png) 1x,
			url(../images/form-arrow-on@2x.png) 2x);
	background-image: -ms-image-set(url(../images/form-arrow-on.png) 1x,
			url(../images/form-arrow-on@2x.png) 2x);
}

@media all and (max-width:765px) {
	.form-wrap {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.form-wrap h3 {
		font-size: 30px;
	}

	.form-wrap h3 span {
		display: block;
	}

	.wrap_box {
		width: 100%;
		height: auto;
		padding: 15px 0;
		border-radius: 0;
	}

	.form-ul {
		width: 80%;
		margin: 0 auto;
	}

	.form-ul li {
		float: left;
		width: 100%;
	}

	.form-input {
		width: 100%;
		*width: 96%;
	}

	.select_list {
		width: 99.5%;
	}

	.form-wrap .form-ul li p {
		width: 99.7%;
	}

	.form_title {
		width: 100%;
		margin-left: 0;
		left: 0;
		text-align: center;
	}

	.form-submit {
		font-size: 22px;
	}

	.date {
		width: 90%;
	}

}

@media all and (max-width:490px) {
	.form-wrap h4 {
		font-size: 26px;
	}

	.form-wrap h3 {
		font-size: 28px;
	}

	.form_title {
		top: -4px;
	}

	.form_title img {
		width: 90%;
		max-width: 90%;
		margin-left: 0;
	}

}

@media all and (max-width:375px) {

	.form-wrap .form-private {
		width: 95%;
		margin: 0 auto;
		float: none;
	}

}
