body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td,
section,
a,
input,
span {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none
}

html,
body {
	-webkit-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

body,
input,
textarea {
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	-webkit-font-smoothing: antialiased
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th,
td {
	text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

input[type=button],
button {
	-webkit-appearance: none;
	-webkit-user-select: none
}

a,
img,
input,
select,
li {
	-webkit-tap-highlight-color: transparent
}

a,
img {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

a,
input,
img,
select,
textarea {
	outline: none
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input::-webkit-search-cancel-button {
	display: none
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

::-webkit-scrollbar {
	display: none;
	width: 0
}

img {
	-webkit-touch-callou: none
}

* {
	-webkit-tap-highlight-color: transparent
}

.show {
	display: block !important
}

.hide,
.none {
	display: none !important
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

*.clearfix {
	zoom: 1
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

* {
	box-sizing: border-box
}

.lef {
	float: left
}

.rig {
	float: right
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
	font-weight: normal
}

.top {
	margin-top: 40px
}

.toolTip-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 5px 10px 6px;
	box-sizing: border-box;
	border-radius: 6px;
	max-width: 600px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	color: #fff;
	text-align: justify;
	opacity: 1;
	z-index: 1000;
	letter-spacing: 2px
}
.mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000
}

.apply-online {
	width: 845px;
	padding-bottom: 40px;
	position: relative
}

.apply-online form .content {
	text-align: center;
	margin-bottom: 43px;
	padding-top: 20px
}

.apply-online form .content label span,
.apply-online form .content .adjust span.lab {
	color: #262626;
	font-size: 16px
}

.apply-online form .star::before {
	content: "*";
	display: inline-block;
	color: red;
	font-size: 20px;
	font-weight: bolder;
	position: relative;
	top: 3px;
	right: 8px
}

.apply-online form .p-adjust::before {
	content: "";
	border: 4px solid #ddd;
	background: white;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	box-sizing: border-box;
	margin-right: 4px
}

.apply-online form input[type="radio"]:checked+ .p-adjust:before {
	background-color: #0089E1;
}

.apply-online form .content>label {
	display: block;
	margin-bottom: 15px
}
.apply-online form .content .adjust{
	margin-bottom: 15px
}

.apply-online form .content>label input[type="text"],
.apply-online form .content>label input[type="number"],
.apply-online form .content>label select,
.apply-online form .content>label textarea {
	width: 400px;
	height: 40px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	color: black;
}

.apply-online form .content .adjust sub {
	display: inline-block;
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	position: relative;
	vertical-align: unset
}

.apply-online form .content span.lab,
.apply-online form .content .adjust span.lab {
	width: 130px;
	display: inline-block;
	text-align: right;
	color: #262626;
	font-size: 16px
}

.apply-online form .content>label input {
	text-indent: 10px;
	font-size: 14px
}

.apply-online form .content>label #city {
	display: inline-block;
	width: 400px;
	overflow: hidden;
	vertical-align: text-top
}

.apply-online form .content>label #city select {
	width: 185px
}

.apply-online form .content>label #city .prov {
	float: left;
	background-position-x: 94%
}

.apply-online form .content>label #city .city {
	float: left;
	background-position-x: 94%
}

.apply-online form .content>label.native span {
	vertical-align: top;
	position: relative;
	top: 7px
}

.apply-online form .content>label textarea {
	height: 80px;
	padding: 0px 5px;
	padding-top: 10px;
	text-align: justify;
	resize: none
}

.apply-online form .content label.add span.lab {
	vertical-align: top;
	position: relative;
	top: 6px
}

.apply-online form .adjust .rad-f+.adjust::before {
	left: -4px
}

.apply-online form .content>label.sub,
.apply-online form .content .name.exam-score,
.apply-online form .content .name.major,
.apply-online form .content .name.culture,
.apply-online form .content>label.sec-sub,
.apply-online form .content .name.sec-score {
	display: none
}

.apply-online form .num-r {
	margin-right: 10px
}

.apply-online form input[type="submit"],
.apply-online form input[type="reset"] {
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	background: #3089c1;
	color: white;
	border: 2px solid #3089c1;
	border-radius: 30px;
}

.apply-online form input[type="submit"]:hover,
.apply-online form input[type="reset"]:hover {
	opacity: .7
}

.apply-online form input[type="submit"]:active,
.apply-online form input[type="reset"]:active {
	opacity: 1;
	background: #1167E1
}

.apply-online form input[type="submit"]:focus {
	border: 0 !important
}
.apply-online form input[type="reset"]:focus {
	border: 2px solid #d2d2d2 !important
}

.apply-online form input[type="reset"] {
	color: #333333;
	background: #fff;
	border: 2px solid #d2d2d2;
	border-radius: 30px;
}

.apply-online form input[type="reset"]:active {
	opacity: 1;
	background: #C6C6C6
}

.apply-online form input[type="submit"] {
	margin-left: 278px;
	margin-right: 57px
}

.apply-online .main-content form {
	text-align: center;
	padding-bottom: 52px
}

.apply-online input[type="radio"] {
	width: 0;
	height: 0;
	opacity: 0
}

.apply-online form .content .for-sex {
	margin-bottom: 15px
}

.apply-online form .content .for-sex .w-sex {
	width: 400px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: left
}

.apply-online form .f-title span {
	font-size: 18px;
	font-weight: bolder;
	color: black
}

.apply-online form .sex::before {
	position: relative;
	top: -10px;
	margin-right: 10px
}

.apply-online form .f-title {
	text-align: left
}

.apply-online form .content label span.sex {
	margin-right: 25px
}

.apply-online form .f-title {
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 11px;
	margin: 0px 30px
}

.apply-online form .f-title span::before {
	content: "";
	width: 4px;
	height: 17px;
	display: inline-block;
	margin-right: 12px;
	background: #0089E1;
	position: relative;
	top: 3px
}

.apply-online form>.f-title:nth-of-type(1) {
	padding-top: 33px
}

.apply-online form .p-adjust::before {
	position: relative;
	top: -11px;
	margin-right: 11px;
}

.apply-online form .content label span .p-adjust {
	margin-right: 23px
}

input:focus,
textarea:focus,
select:focus {
	
}

::-webkit-input-placeholder {
	color: #c8c8c8
}

:-moz-placeholder {
	color: #c8c8c8
}

::-moz-placeholder {
	color: #c8c8c8
}

:-ms-input-placeholder {
	color: #c8c8c8
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 10px;
	background: url(../Images/down.png) no-repeat scroll 97% center transparent;
	text-indent: 7px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: textfield
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield
}

.apply-online p{
	margin-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
}