
/*
	Untitled: A responsive HTML5 website template by HTML5Templates.com
	Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
	Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/


/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

html, body {
	height: 100%;
}

body {
	margin: 0em;
	padding: 0em;
	background: #1EB0D7;
	font-family: Arial, 微軟正黑體,  Helvetica, sans-serif;
	font-size: 10pt;
	color: #525252;
}

h1, h2, h3 {
	margin: 0em;
	padding: 0em;
	color: #191919;
}

h2 {
	padding: 0em 0em 1em 0em;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

p {
	line-height: 170%;
}

a, input {
	color: #1A6377;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
	color: #191919;
}

.all{
	background: url("images/bg1.png") no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}



form .input{
	width: calc(50% - 61px);
	display: inline-block;
	padding: 20px 30px;
	margin: 1px -1px;
	min-height: 27px;
	vertical-align: top;
	background: #e9f9f8;
}
form .input-Panel {
	width: calc(50% - 22px);
	display: inline-block;
	padding: 15px 10px;
	margin: 1px 1px;
	min-height: 27px;
	vertical-align: top;
	background: #e9f9f8;
	min-height: 70px;
}

#name input, #birth input, #email input, #tel input, #mobile input, #Code input{
	border: 1px solid #C9BAAD;
	height: 25px;
	padding: 0 5px;
	margin-left: 10px;
	width: 120px;
}

form #tel input#telNum1{ width: 110px; }

form #tel input#telNum2{ width: 40px; }


form .input#gender{
	padding-top: 22px;
	padding-bottom: 19px;
}

form .input#gender label{
	margin-right: 10px;
}

form .input#email label{
	letter-spacing: 3px;
}

form .input#location, form .input#school{
	padding-top: 0px;
    padding-bottom: 0;
    height: 68px;
}

form .input#location label, form .input#school label{
	width: 70px;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
}

form .input#location select, form .input#school select{
	border: 1px solid #C9BAAD;
	height: 25px;
	position: relative;
	top: 50%;
	vertical-align: top;
	margin-top: -13px;
}

form .input#location select{
	left: -4px;
}

span.spaceX2{
	width: 34px;display: inline-block;
}

.ps{
	font-size: 15px;
	color: #969696;
	margin-top: 10px;
}




/* Copyright */

#copyright {
	overflow: hidden;
	padding: 1em 0em;
	text-align: center;
	border-top: solid 1px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.15);
}

#copyright p {
	text-shadow: 1px 1px 0px #1B94BD;
	color: #D6F8FF;
}

#copyright a {
	color: #D6F8FF;
}

#copyright a:hover {
	text-decoration: none;
}

#copyright section {
	padding: 0em 2em;
}

/* Main Wrapper */

#wrapper {
}

/* Page Wrapper */

#page-wrapper {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em 3em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

#page-wrapper a img {
	display: block;
	width: 100%;
	padding: 0em 0em 2em 0em;
}

/* Welcome */

#welcome {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

#welcome .content {
}

/* Footer */

#footer {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

/* Button style 1 */

.button-style1 {
	display: inline-block;
	margin: 2em 1em 1em 0em;
	padding: .5em 1em;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .80em;
	color: #FFFFFF;
}

/* List style 1 */

ul.style1 {
	margin: 0em;
	padding: 2em 0em 2em 0em;
	list-style: none;
}

ul.style1 li {
	float: left;
	width: 15%;
	padding: 0em 1em 2em 0em;
}

ul.style1 a img {
	display: block;
	width: 100%;
	padding: 0em 0em 1em 0em;
}

/* List style 2 */

ul.style2 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}


ul.style2 li {
	padding: 0em 0em 3em 0em;
}

ul.style2 .heading-title {
	font-weight: bold;
	color: #5E5E5E;
}

ul.style2 .date {
	display: inline-block;
	margin: 0em 1em 1em 0em;
	padding: .5em 1em;
	text-transform: uppercase;
	font-size: .80em;
	background: #000000;
	color: #FFFFFF;
}

ul.style2 a {
	text-decoration: none;
	color: #5E5E5E;
}

ul.style2 a:hover {
	text-decoration: underline;
}

/* List style 3 */

ul.style3 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style3 li {
	padding: 1em 0em;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	border-top: solid 1px rgba(255,255,255,0.15);
}

ul.style3 li:first-child {
	border-top: 0;
}

ul.style3 li:last-child {
	border-bottom: 0;
}

ul.style3 a {
	padding: 0em 0em 0em 1em;
	background: url(images/img04.png) no-repeat left 4px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #1B94BD;
	color: #D6F8FF;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0em;
	background: none;
}


/* List style 4 */

ul.style4 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style4 li {
	padding: 1.5em 0em 1.5em 0em;
	border-top: 1px solid #DCDCDC;
}

ul.style4 .date {
	padding: 0em 0em 1em 0em;
	font-weight: bold;
	font-style: italic;
}

ul.style4 .date a {
	color: #2C2C2C;
}

ul.style4 a {
	text-decoration: none;
	color: #5E5E5E;
}

ul.style4 a:hover {
	text-decoration: underline;
}

ul.style4 .first {
	padding-top: 0em;
	border-top: none;
}

/* List style 5 */

ul.style5 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style5 li {
	padding: 1em 0em 1em 0em;
	border-top: 1px solid #DCDCDC;
}

ul.style5 a {
	text-decoration: none;
	color: #5E5E5E;
}

ul.style5 a:hover {
	text-decoration: underline;
}

ul.style5 .first {
	padding-top: 0em;
	border-top: none;
}
.submit{
	width: 100%;
	max-width: 250px;
	padding: 20px;
	background: rgb(20, 82, 134);
	color: #FFF;
	/*display: block;*/
    text-align:center;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	
	text-decoration: none;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}


a.submit, input.submit{
	width: 100%;
	max-width: 250px;
	padding: 20px;
	background: rgb(20, 82, 134);
	color: #FFF;
	/*display: block;*/
    text-align:center;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	
	text-decoration: none;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

a.submit:hover{
	background: rgb(17, 122, 210);
}

.uploadSection{
	width: 65%;
	display: inline-block;
}

form{
	/*margin-bottom: 30px;*/
	}
.uploadSection form{
	margin-bottom: 30px;
	max-width: 1000px;
}

form .uploadSection .input{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

form .uploadSection .input input{
	background: #FFF;
	outline: none;
	padding: 8px 5px;
	padding-left: 15px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}

.nowImg {
	margin-top: 30px;
	padding: 20px;
	background: #e2e2e2;
}
.nowImg img{
	width: 100%;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,0.15);
	        box-shadow: 1px 1px 25px rgba(0,0,0,0.15);
}

.uploadBox{
	position: relative;
}

.uploaded{
	background: #a3c8d2;
	position: absolute;
	width: 24%;
	height: calc(100% + 106px);
	margin-top: -53px;
	right: 0;
	text-align: center;
	top: 0;
	
}

.uploaded h3{
	margin: 30px auto;
	background: #FFF;
	text-align: center;
	font-size: 18px;
	color: #60828c;
	display: inline-block;
	padding: 10px 20px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}

.uploadedImg{
	padding: 20px 0;
	height: calc(100% - 139px);
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
	-webkit-box-shadow: inset 1px 1px 35px rgba(0,0,0,0.15);
	        box-shadow: inset 1px 1px 35px rgba(0,0,0,0.15);
}
.uploaded img{
	width: 80%;
	margin-bottom: 20px;
}


.uploadVideo .input{
	display: block;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.uploadVideo .input input, .uploadVideo .input textarea{
	width: calc(50% - 50px);
	border: 1px solid #d0d0d0;
}

.uploadVideo .input input{
	padding: 5px;
}

.uploadVideo #videoDesc label, .uploadVideo #videoDesc textarea{
	vertical-align: top;
}

.uploadVideo #videoDesc label{
	position: relative;
	top: 3px;
}

.uploadVideo #videoDesc textarea{
	height: 100px;
}

.teach{
	margin-top: 20px;
	text-align: center;
}

.teach a{ text-decoration: none; }

.teach a:hover{
	color: #309DBB;
}

.videoList{
	margin-top: 10px;
}

.videoList hr{
	border: none;
	border-top: 25px solid #afccd8;
	margin-bottom: 50px;
}

.videoList h3{
	font-size: 22px;
	background: #FFF;
	padding: 15px 20px;
	display: inline-block;
	position: relative;
	top: 45px;
	left: 50%;
	-webkit-transform: skewX(-8deg) translateX(-50%);
	   -moz-transform: skewX(-8deg) translateX(-50%);
	    -ms-transform: skewX(-8deg) translateX(-50%);
	     -o-transform: skewX(-8deg) translateX(-50%);
	        transform: skewX(-8deg) translateX(-50%);
}

.videoList h3 b{
	display: block;
	-webkit-transform: skewX(8deg);
	   -moz-transform: skewX(8deg);
	    -ms-transform: skewX(8deg);
	     -o-transform: skewX(8deg);
	        transform: skewX(8deg);
}

.videoList .listBox a{
	display: inline-block;
	width: calc(100% / 3 - 25px);
	margin: 15px 10px;
}

.videoList .listBox a:hover{
	opacity: 0.7;
}

#welcome .videoList .listBox a img{
	width: 100%;
}
.process .content{
	text-align: center;
}
.process .step{
	display: inline-block;
	width: 220px;
	height: 220px;
	margin: 15px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 3px solid #3788c1;
	color: #145286;
	font-size: 28px;
	padding: 4%;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.process .step.done{
	background: #3788c1;
	color: #fff;
}

.process .step .tag{
	padding: 10px 20px;
	font-size: 16px;
	margin: 10px;
	background: #de2d69;
	color: #fff;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}

.process .step.done .tag{
	background: #17b772;
	
}

.\35 grid-layout {
	
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}

.mobileUI-site-nav{
	height: 59px;
}

.mobileUI-site-nav li{
	position: relative;
}


.mobileUI-site-nav li ul.sub{
	position: absolute;
	top: 53px;
	height: auto;
	padding-left: 0;
	width: 190px;
	margin-left: -40px;
	display: none;
	z-index: 20;
}

.mobileUI-site-nav li ul.sub.open{
	display: block;
}


.mobileUI-site-nav li ul.sub li{
	margin-bottom: -2px;
}

#menu .mobileUI-site-nav li ul.sub li a{
	font-size: 14px;
	width: 150px;
	background: #204A6D;
}

#menu .mobileUI-site-nav li ul.sub li a:hover{
	background: #3975A7;
}

.logo2{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
}

.f-logo{
	position: relative;
	height: 50px;
	vertical-align: middle;
	display: inline-block;
}



.homepage #header-wrapper {
}

#header {
	margin: 0 auto 0 auto;
	position: relative;
}

/* Logo */

#logo {
	overflow: hidden;
	padding: 1em 0.25em 1em 0em;
	text-shadow: 2px 2px 0px #5B2808;
	text-transform: uppercase;
}

#logo img{
	width: 220px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#logo h1 a {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	text-decoration: none;
	font-size: 4em;
	font-weight: bold;
	color: #FFFFFF;
}

#logo p {
	padding: 0em 0em 0em .5em;
	font-size: 1em;
	color: #BDF2FF;
}

/* Menu */



#menu ul {
	text-align: center;
    background: rgb(20, 82, 134);
    margin-bottom: 0;
    height: 59px;
}

#menu li {
	display: inline-block;
	top: 2px;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 20px;
	font-weight: bold;
	background: #145286;
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #FFFFFF;
    position: relative;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

#menu .current_page_item {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	background: #00628e;
}

/* Main Wrapper */

#wrapper {
}

/* Welcome */

#welcome {
}

#welcome .content {
	overflow: hidden;
	padding: 0em 5em 0em 5em;
}


#welcome a img {
	display: block;
	float: left;
	margin-right: 2em;
	width: 20%;
}



/* Page Wrapper */

#page-wrapper {
}

#pbox1 {
	padding: 0em 0em 0em 3em;
}


#pbox2 {
}

#pbox3 {
	padding: 0em 3em 0em 0em;
}

/* Marketing */

#marketing {
	overflow: hidden;
	padding: 4em 0em 4em 0em;
}

#marketing h2 {
	padding: 0em 0em 2em 0em;
	text-shadow: 1px 1px 0px #1B94BD;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer */

#footer {
}

#footer #fbox1 {
	overflow: hidden;
	padding: 0em 0em 0em 3em;
}

#footer #fbox2 {
	overflow: hidden;
	padding: 0em 3em 0em 0em;
}

.news{
	padding: 0 30px;
}

.news li{
	padding: 20px;
	font-size: 15px;
	list-style-type: none;
}

.news li:nth-child(odd){
	background: #F1F1F1;
}

.news li span.date{
	display: inline-block;
	min-width: 140px;
	vertical-align: middle;
}

.news li .newstitle{
	width: calc(100% - 160px);
    display: inline-block;
    vertical-align: middle;
}

.news li .ellipsis{
	white-space: nowrap;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
	-ms-text-overflow: ellipsis;
	    text-overflow: ellipsis;
}

.news li a.newstitle{
	color: #00ABDD;
	text-decoration: none;
}

.news li a.newstitle:hover{
	color: #006886;
}

.newsPage h2{
	padding-bottom: 20px;
}

article p{
	font-size: 15px;
	line-height: 2;
	display: block;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.q-list{
	padding: 20px 30px;
	font-size: 14px;
	padding-left: 50px;
	border-bottom: 1px dashed #DFE3E7;
}

.q-list h3{
	font-size: 17px;
	margin-bottom: 10px;
	color: #2E1773;
	margin-left: -20px;
}

.q-list .h25{ height: 25px; }

.quedtions .mt30{ margin-top: 30px; }

.q-list input{
	vertical-align: top;
	    border: 1px solid #cacaca;
}
.s-txt{ width: 100%; max-width: 350px; }

/* .q-list:nth-child(odd){
	background: #F1F1F1;
} */

#welcome .login .content{
	max-width: 480px;
	margin: 0 	auto;
	text-align: center;	
}

form .login .input{
    width: calc(100% - 60px);
    display: block;
    text-align: center;
    padding: 50px 30px;
    background: #c4e3f3;
    -webkit-border-radius: 10px;
            border-radius: 10px;	
}

form .login .input:first-child{
	margin-bottom: -80px;
		
}

.login .regLink, .login .forgetPw{
	margin: 0 5px;	
}

#welcome .login .content .submit{
	margin-top: 30px;	
}

.star *{
	vertical-align: middle;
}

.star span{
	background: #D9D9D9;
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.star span img{
	width: 100%;
}

.star .status{
	display: inline-block;
	color: #FFF;
	background: #BFBFBF;
	padding: 5px 8px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.starAct{
	background: #FFB800 !important;
}

.star1{ background: #F10303 !important; }
.star2{ background: #F17D03 !important; }
.star3{ background: #09A5D3 !important; }
.star4{ background: #BF41E6 !important; }
.star5{ background: #0AD12B !important; }

.uploadedVideo{
	margin-bottom: 30px;
	padding-bottom: 30px;	
	border-bottom: 	1px dashed #DEDEDE;
}
.videoIframe{
	    width: 50%;
    padding-bottom: 27.9%;
    height: 0;
    position: relative;
    display: inline-block;	
}
.videoIframe iframe{
	position: absolute;
}

.videoIframe, .videoDesc{
	width: calc(50% - 5px);
	display: inline-block;	
	vertical-align: top;	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
.videoDesc{
	padding-left: 50px;	
	text-align: left;	
}

.videoDesc h2.vd-Title{
	text-align: left;
	padding-bottom: 0;
	color: 	#313679;	
}

p.vd-Desc{
	font-size: 15px;	
	border-top: 2px solid #DBDBDB;
	padding-top: 15px;	
	display: block;	
}

.m-trigger{
	display: none;
}

.input_1 {
	border: 1px solid #C9BAAD;
	height: 25px;
	padding: 0 5px;
	margin-left: 6px;
    width:120px;
}

.input_2 {
	border: 1px solid #C9BAAD;
    width:50px;
	height: 25px;
	padding: 0 5px;
	/*margin-left: 10px;*/
}

form button{
	width: 100%;
	max-width: 250px;
	padding: 20px;
	background: rgb(20, 82, 134);
	color: #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	
	text-decoration: none;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

form button{
	width: 100%;
	max-width: 250px;
	padding: 20px;
	background: rgb(20, 82, 134);
	color: #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	
	text-decoration: none;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.btn-default{
	width: 100%;
	max-width: 250px;
	padding: 20px;
	background: rgb(20, 82, 134);
	color: #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	
	text-decoration: none;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

a.submit:hover{
	background: rgb(17, 122, 210);
}

.formLabel {
    width:80px;
	display: inline-block;
}

.formSpan {
    color:#145286;
}

.text-danger {
    color:red;
}

.formLabel_2 {
    width:100px;
	display: inline-block;
}


.table{ width:100%;margin:0; padding:0;}
.table th{ border-bottom:2px solid #333; margin:0; padding:5px 3px;}
.table td{ border-bottom:1px solid #999;margin:0; padding:5px 3px;}
.table tr:nth-child(2n){ background:rgba(225,225,225,1.00);}
.table tr{padding:0; margin:0;}

.charts_yl{width:48%; float:left; padding:.5%; margin:.5%; min-height:400px;}
.charts_yl .highcharts-title{ background:rgb(20, 82, 134); color:#fff !important;}
.charts_yl .highcharts-container {border:1px solid #ccc;}
@media all and (max-width:380px){
	.charts_yl{width:98%; float:left; margin:1%;}
.charts_yl .highcharts-title{ background:rgb(20, 82, 134); color:#fff !important;}
	}
	
	.wenjuan_box{color:#6980A4;}
	.wenjuan_box .wenjuan_tabtit{ border-bottom:2px solid #333; background:#E3EDF3;}
	.wenjuan_box .wenjuan_tabtit:after{content:" "; clear:both; display:block;}
	.wenjuan_box ul{padding:0; list-style:none; margin:0;}
	.wenjuan_box .wenjuan_tabtit li{width:50%; text-align:center; padding:5px 0; display:inline-block; float:left;}
	.wenjuan_box .wenjuan_tab:after{content:" "; clear:both; display:block;}
	.wenjuan_box .wenjuan_tab ul:after{content:" "; clear:both; display:block;}
	.wenjuan_box .wenjuan_tab ul{border-bottom: 1px dashed #C6D1E6; padding:10px 0;}
	.wenjuan_box .wenjuan_tab ul:hover{background:#E3EDF3;}
	.wenjuan_box .wenjuan_tab li{width:50%;  padding:5px 0; display:inline-block;  float:left;}
	.wenjuan_box .wenjuan_tab li dl{width:20%; padding:0; margin:0; display:inline-block;  float:left; text-align:center;}
	.wenjuan_box .wenjuan_tab li dl dt{border-bottom: 2px solid #C6D1E6; padding:5px 0; margin:0; font-size:12px;}
	.wenjuan_box .wenjuan_tab li dl dd{padding:5px 0; margin:0;}
	@media all and (max-width:768px){
.wenjuan_box .wenjuan_tabtit{ border-bottom:2px solid #333; background:#E3EDF3; /*display:none*/}
	.wenjuan_box .wenjuan_tabtit li{width:100%; text-align:center; padding:5px 0; display:inline-block; float:left;}
	
	.wenjuan_box .wenjuan_tab li{width:100%;  padding:5px 0; display:inline-block;  float:left;}

		}
	.wenjuan_box .wenjuan_tab input[type="radio"] {
	position: relative;
	cursor:pointer;
	-webkit-appearance: none;
	height: 38px;
	width: 68px;
	margin: 2px ;

	vertical-align: top;
	box-shadow: 0 0 0 1px #E3EDF3 inset;
	border-radius:5px;
}
.wenjuan_box .wenjuan_tab input[type="radio"] {
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.wenjuan_box .wenjuan_tab input[type="radio"] {
	border: 1px solid #E3EDF3;
	background: #fff url("../images/radio1.png") center no-repeat;
	color: #842525;
	margin-top: 3px;
}
.wenjuan_box .wenjuan_tab input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.wenjuan_box .wenjuan_tab input[type="radio"]:checked:before {
	content: "";
	position: absolute;
	font-size: 14px;
	left: 0px;
	bottom: 0;
	text-align: center;
	height: 38px;
	width: 68px;
	border-radius:5px;
	background: #486996 url("../images/radio.png") center no-repeat;
}

.return-btn {
	background: rgba(223,223,223,.5);
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.return-btn:hover {
	background: rgba(223,223,223,1.00)
}

.zhnent_btn ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.zhnent_btn li {
	margin: 1%;
	width: 18%;
	float: left;
}
.zhnent_btn li .btn {
	width: 90%;
	max-width: 250px;
	padding: 5%;
	background: rgb(20, 82, 134);
	color: #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
@media all and (max-width:768px) {
	.zhnent_btn li {
		margin: 1%;
		width: 31%;
		float: left;
	}
}
@media all and (max-width:480px) {
	.zhnent_btn li {
		margin: 1%;
		width: 48%;
		float: left;
	}
}

.ErrorMessage {
	color: red;
}