@charset "utf-8";
html, body {
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:30px;
	letter-spacing:2px;
	margin:0px;
	padding:0px;
}

a:link { color:#762d8d; text-decoration:none; }
a:visited { color:#762d8d; text-decoration:none; }
a:hover { color:#c1539a; text-decoration:none; }
a:active { color:#c1539a; text-decoration:none; }

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:70px;
	border:1px #a9a9a9 solid;
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:30px;
	padding:5px;
	resize:none;
}
textarea:focus {
	outline:none;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}

input[type=text], input[type=password], input[type=email] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}
input[type=text]:focus {
	outline:none;
}

input[type="radio"] {
	width:16px;
	height:16px;
}

input[type="checkbox"] {
	width:16px;
	height:16px;
	vertical-align: middle;
}

input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	width:100%;
	max-width:124px;
	border:0px;
	background-color:#762d8d;
	color:#ffffff;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px 0px 10px;
	cursor:pointer;
}

.clear_float {
	clear:both;
}

.wrapper {
	width:96%;
	max-width:1200px;
	margin:auto;
}

.hide_desktop {
	display:none;
}

.hide_mobile {
	display:block;
}

.margin_bottom {
	margin-bottom:20px;
}

.box_shadow {
	-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.box_sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subtitle_v0 {
	font-size: 21px;
	font-weight: 700;
    color: #c1539a;
}

.subtitle_v1 {
	font-weight: 700;
    color: #c1539a;
    text-decoration: underline;
}

.btn_input {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	width:100%;
	max-width:124px;
	border:0px;
	background-color:#762d8d;
	color:#ffffff;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px 0px 10px;
	display: inline-block;
	cursor:pointer;
}

.permission_msg {
	color: #762d8d;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
}

#container {
	width:100%;
	height:100%;
}

/* header setting start */
#container > #header {
	width:100%;
	background-color:#ffffff;
}
#container > #header > .wrapper > .logo_box {
	width:100%;
	max-width:285px;
	padding:20px 0px 20px;
	float:left;
}
#container > #header > .wrapper > .logo_box > a > .logo_wpedu {
	width:100%;
	max-width:285px;
	height:73px;
	background:url(../images/logo/logo_wpedu.png) no-repeat center center;
	background-size:100% auto;
}
#container > #header > .wrapper > .menubar {
	float:right;
}
/* header setting end */

#container > .page_title {
	background-color:#762d8d;
	color:#ffffff;
	padding:20px 0px 20px;
}
#container > .page_title > .wrapper > .title {
	font-size:36px;
	line-height:60px;
	text-align:center;
}

/* main setting start */
#main {
	width:100%;
	background-color:#fafafa;
	padding:30px 0px 30px;
}
#main > .wrapper > .section {
	margin-bottom:20px;
}
#main > .wrapper > .content_box {
	background-color:#ffffff;
	padding: 50px;
}

.banner {
	border-top:5px #762d8d solid;
}
/* main setting end */

.tdfeaturesl {
	width: 30%;
	vertical-align: top;
}
.tdfeaturesl > img {
	width: 90%;
}
.tdfeaturesr {
	vertical-align: top;
}

/* form_box setting start */
.form_box {
	background-color:#ffffff;
	padding:10px;
}
.cell_bottom {
	border-bottom:1px #ffffff solid;
}
.form_table {
	width:100%;
	height:100%;
	display:table;
}
.unfixed_table {
	width: 100%;
	display: table;
}
.unfixed_row {
	display:table-row;
}
.unfixed_cell {
	display:table-cell;
}
.fixed_table {
	width:100%;
	display:table;
}
.fixed_row {
	display:table-row;
}
.fixed_cell {
	display:table-cell;
}
.num_cell {
	width:56px;
	background-color:#762d8d;
	color:#ffffff;
	text-align:center;
	padding:10px 0px 10px;
}
.que_cell {
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	padding:10px 10px 10px;
}
.radio_cell {
	width:44px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	padding:10px;
}
.radio_cell_title {
	background-color:#762d8d;
	color:#ffffff;
	vertical-align:bottom;
}
.radio_cell_box {
	cursor:pointer;
}
.mobile_radio_lab {
	display:none;
}
.checkbox_row {
	height:40px;
	line-height:40px;
}
.checkbox_cell {
	width: 50%;
	height: auto;
	text-align: left;
	display: table-cell;
	cursor: pointer;
}
.table_box {
	width:100%;
	margin-bottom:20px;
	display:table;
}
.text_box_row {
	height:100px;
}
.text_cell {
	width:304px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.info_box_row {
	height:60px;
	line-height:40px;
}
.info_box_row_2 {
	height:181px;
	line-height:40px;
}
.info_cell {
	width:80%;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/* form_box setting start */


.info_table {
  width: 100%;
  height: 100%;
}
.info_table > tbody > tr > td {
  border: 1px #c1539a solid;
  border-right: 0px;
  border-bottom: 0px;
  padding: 20px 10px 20px;
}
.info_table > tbody > tr:first-child > td:first-child {
  border-bottom: 1px #c1539a solid;
}
.info_table > tbody > tr:first-child > td {
  text-align: center;
}
.info_table > tbody > tr > td:last-child {
  border-right: 1px #c1539a solid;
}
.info_table > tbody > tr:last-child > td {
  border-bottom: 1px #c1539a solid;
}



/* footer setting start */
#footer {
	width:100%;
	border-top:5px #762d8d solid;
	background-color:#ffffff;
	text-align:center;
	padding:30px 0px 30px;
}
#footer > .wrapper > .Copyright {
	color:#333333;
	font-size:14px;
	line-height:30px;
}
/* footer setting end */

#btn_goto_top {
	width:48px;
	height:48px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:url(../images/icon/goto_top_48_48.png) #762d8d no-repeat center center;
	padding:6px;
	position:fixed;
	bottom:70px;
	right:30px;
	display:none;
}

@media only screen and (max-width:700px) {
	input[type="submit"] {
		max-width:none;
	}
	.tdfeaturesl {
		width: 100%;
		text-align: center;
    	margin-bottom: 30px;
	}
	.table_box {
		border-bottom:1px #dcdcdc solid;
		margin-bottom:20px;
	}
	.unfixed_table {
		display:block;
	}
	.unfixed_row {
		display:block;
	}
	.unfixed_cell {
		display:block;
	}
	.row_title {
		display:none;
	}
	.radio_cell_box {
		width:100%;
	}
	.radio_cell {
		width:100%;
		height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:0px;
	}
	.mobile_radio_input {
		padding-top:13px;
		padding-right:6px;
		padding-bottom:7px;
		padding-left:62px;
		float:left;
	}
	.mobile_radio_lab {
		height:30px;
		padding:10px 0px 10px;
		float:left;
		display:block;
	}
	.checkbox_row {
		height:auto;
		line-height:30px;
	}
	.checkbox_cell {
		width: 100%;
		height: auto;
		line-height: 50px;
	}
	.text_box_row {
		height:auto;
	}
	.text_cell {
		width:100%;
		height:80px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
	.info_box_row {
		height:auto;
		line-height:30px;
	}
	.info_box_row_2 {
		height:auto;
		line-height:30px;
	}
	.info_cell {
		width:100%;
		min-height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
}




/* form_box setting start */
.form_box {
	background-color:#ffffff;
	padding:30px;
}

.form_box > .fixed_table > .fixed_row:hover > .fixed_cell  {
	background-color: #fff8b8;
	cursor: pointer;
}
.form_box > .fixed_table > .fixed_row:first-child > .fixed_cell:first-child  {
	background-color: #762d8d;
	cursor: inherit;
}
.form_box > .fixed_table > .fixed_row:first-child > .fixed_cell:last-child  {
	background-color: #f0f0f0;
	cursor: inherit;
}

.cell_bottom {
	border-bottom:1px #ffffff solid;
}
.form_table {
	width:100%;
	height:100%;
	display:table;
}
.unfixed_table {
	width: 100%;
	display: table;
}
.unfixed_row {
	display:table-row;
}
.unfixed_cell {
	display:table-cell;
}
.fixed_table {
	width:100%;
	display:table;
}
.fixed_row {
	display:table-row;
}
.fixed_cell {
	display:table-cell;
}
.num_cell {
	width:56px;
	background-color:#762d8d;
	color:#ffffff;
	text-align:center;
	padding:10px 0px 10px;
}
.que_cell {
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	padding:10px 10px 10px;
}
.radio_cell {
	width:44px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	padding:10px;
}
.radio_cell_title {
	background-color:#762d8d;
	color:#ffffff;
	vertical-align:bottom;
}
.radio_cell_box {
	cursor:pointer;
}
.mobile_radio_lab {
	display:none;
}
.checkbox_row {
	height:40px;
	line-height:40px;
}
.checkbox_cell {
	width: 50%;
	height: auto;
	text-align: left;
	display: table-cell;
	cursor: pointer;
}
.table_box {
	width:100%;
	margin-bottom:20px;
	display:table;
}
.text_box_row {
	height:100px;
}
.text_cell {
	width:304px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.info_box_row {
	height:60px;
	line-height:40px;
}
.info_box_row_2 {
	height:181px;
	line-height:40px;
}
.info_cell {
	width:80%;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/* form_box setting start */
