@
keyframes bg { 0%{
	background-size: auto 100%
}

to {
	background-size: auto 105%
}

}
@
-moz-keyframes bg { 0%{
	background-size: auto 100%
}

to {
	background-size: auto 105%
}

}
@
-webkit-keyframes bg { 0%{
	background-size: auto 100%
}

to {
	background-size: auto 105%
}

}
@
-o-keyframes bg { 0%{
	background-size: auto 100%
}

to {
	background-size: auto 105%
}

}
.phone {
	display: none
}

.title {
	width: 100%;
	font-size: .56rem;
	color: #000;
	text-align: center;
	padding-top: .6rem
}

span.andisk_logo_small {
    font-size: 40px;
}
span.andisk_logo_text {
    font-family: impact;
    vertical-align: top;
}

span.andisk_gray {
    color: gray;
}

span.andisk_blue {
    color: rgb(0, 112, 192);
}
span.andisk_yellow {
    color: rgb(255, 192, 0);
}

.btn a, .btn_m a {
	display: block;
	width: 2.6rem;
	height: .7rem;
	background: -webkit-linear-gradient(left, #00ac68, #58dc58);
	background: -o-linear-gradient(right, #00ac68, #58dc58);
	background: -moz-linear-gradient(right, #00ac68, #58dc58);
	background: linear-gradient(to right, #00ac68, #58dc58);
	font-size: .28rem;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	line-height: .7rem;
	margin: 45px auto 0;
	letter-spacing: 2px
}

.btn a:hover {
	background-color: #00be72;
	box-shadow: 0 0 10px #dbdbdb;
	transform: translateY(-3px);
	transition: transform .8s
}

.btn_m a {
	width: 2.74rem;
	height: .88rem;
	margin: 0 auto;
	font-size: .3rem;
	line-height: .88rem
}

.flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

.animal {
	animation: bg 10s ease 0s infinite alternate;
	-moz-animation: bg 10s ease 0s infinite alternate;
	-webkit-animation: bg 10s ease 0s infinite alternate;
	-o-animation: bg 10s ease 0s infinite alternate
}

a, blockquote, body, button, code, dd, div, dl, dt, fieldset, footer,
	form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td,
	textarea, th, ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	background: #fff;
	color: #555;
	font-family: "微软雅黑", Verdana, Arial
}

html {
	overflow-x: hidden;
	overflow-y: scroll
}

.mobile .main .eeoRegFormBox table tbody tr td .content select, caption,
	td, th {
	font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400
}

a, img {
	display: block
}

a {
	color: #555
}

a, a:hover {
	text-decoration: none
}

.nav, img {
	width: 100%
}

img {
	border: 0
}

ol, ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

ol li, ul li {
	list-style: none
}

button, input, select, textarea {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	outline: 0
}

table {
	border-collapse: collapse
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.nav {
	padding: 0 40px;
	position: fixed;
	top: 0;
	z-index: 1000;
	height: 50px;
	transition: background-color 1s;
	background-color: transparent
}

.nav .logo {
	float: left;
	height: 100%;
	margin-right: 10px
}

.nav .logo .navImg {
	width: 100px;
	height: 100%;
	display: block;
	background-image: url(../images/eeo1.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat
}

.nav .navbar-left {
	justify-content: flex-start
}

.nav .navbar-left, .nav .navbar-right {
	-webkit-justify-content: flex-start;
	-moz-box-pack: flex-start;
	-webkit--moz-box-pack: flex-start;
	box-pack: flex-start;
	height: 100%
}

.nav .navbar-left li, .nav .navbar-right li {
	height: 100%
}

.nav .navbar-left li a, .nav .navbar-right li a {
	display: block;
	height: 100%;
	line-height: 50px;
	color: #fff;
	font-weight: 400;
	padding: 0 .3rem;
	font-size: 16px;
	letter-spacing: 1px
}

.nav .navbar-left li .focus, .nav .navbar-right li .focus {
	font-weight: 700;
	font-size: 17px
}

.nav .navbar-left li a:hover, .nav .navbar-right li a:hover {
	color: #fff
}

.nav .navbar-left .agency, .nav .navbar-right .agency {
	text-align: center;
	line-height: 50px
}

.nav .navbar-left .agency a, .nav .navbar-right .agency a {
	display: block;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	padding: 0 20px;
	width: 100%;
	color: #fff;
	background: -webkit-linear-gradient(left, #00ac68, #58dc58);
	background: -o-linear-gradient(right, #00ac68, #58dc58);
	background: -moz-linear-gradient(right, #00ac68, #58dc58);
	background: linear-gradient(to right, #00ac68, #58dc58);
	border-radius: 3px;
	font-size: 16px
}

.nav .navbar-left .agency a:hover, .nav .navbar-right .agency a:hover {
	transform: translateY(-3px);
	box-shadow: 0 0 5px #00be72;
	transition: transform .8s
}

.nav .complete, .nav .product, .nav .support, footer {
	position: relative
}

.nav .complete .list, .nav .product .list, .nav .support .list {
	display: block;
	height: 100%
}

.nav .complete ul, .nav .product ul, .nav .support ul {
	width: 100%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
	position: absolute;
	top: 100%
}

.nav .complete ul li, .nav .product ul li, .nav .support ul li {
	width: 100%;
	height: 48px
}

.nav .complete ul li a, .nav .product ul li a, .nav .support ul li a {
	display: block;
	width: 100%;
	line-height: 48px;
	height: 100%;
	padding: 0
}

.nav .complete ul, .nav .complete ul li:hover, .nav .complete.hover,
	.nav .product ul, .nav .product ul li:hover, .nav .product.hover, .nav .support ul,
	.nav .support ul li:hover, .nav .support.hover {
	background-color: rgba(255, 255, 255, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.nav .navbar-right {
	justify-content: flex-end;
	margin-left: 0;
	position: absolute;
	right: 40px;
	top: 0
}

.nav .navbar-right .language {
	color: #fff
}

.nav .navbar-right .language a {
	padding: 0;
	font-size: 14px;
	display: block
}

.navChange {
	background-color: rgba(55, 56, 62, .9)
}

.navChange .complete ul, .navChange .product ul, .navChange .support ul
	{
	background-color: rgba(55, 56, 62, .95)
}

.navChange .complete ul li:hover, .navChange .product ul li:hover,
	.navChange .support ul li:hover {
	background-color: rgba(255, 255, 255, .2)
}

footer {
	background-color: #2e3037;
	padding: .3rem .4rem;
	width: 100%
}

footer .footerCon, footer .footerCon ul {
	-moz-box-direction: normal;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-box-pack: flex-start;
	-webkit--moz-box-pack: flex-start;
	box-pack: flex-start
}

footer .footerCon {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row;
	-moz-box-orient: horizontal;
	flex-direction: row;
	-webkit-flex-direction: row;
	width: 100%
}

footer .footerCon img {
	width: auto;
	height: 70px;
	margin-right: .3rem
}

footer .footerCon ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 8%
}

footer .footerCon ul li {
	margin-bottom: 12px;
	text-align: left
}

footer .footerCon ul li, footer .footerCon ul li a {
	color: #bcbcbc;
	font-size: 14px
}

footer .footerCon ul li:first-child {
	color: #dadada;
	margin-bottom: 15px;
	font-weight: 700
}

footer .footerCon ul li:first-child a {
	font-size: 16px
}

footer .footerCon ul .icon {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	-webkit-box-orient: horizontal;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	-webkit-box-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-flex-direction: row;
	padding: 0;
	margin-top: 10px
}

footer .footerCon ul .icon li {
	width: auto;
	height: 23px;
	margin-right: 0
}

footer .footerCon ul .icon li a img {
	width: 23px;
	height: auto
}

footer .footerCon .last {
	width: 300px
}

footer .footerCon .last li {
	text-align: left
}

footer .footerCon .last li:first-child {
	font-weight: 400;
	color: #bcbcbc
}

footer .er {
	position: absolute;
	height: 120px;
	right: .8rem;
	top: 30px;
	color: #bcbcbc;
	font-size: 14px;
	text-align: center
}

footer .er img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px
}

.bottom, .bottom a {
	font-size: 14px;
	color: #999
}

.bottom {
	text-align: center;
	background-color: #23252a;
	padding: 15px 0
}

.bottom a {
	display: inline
}

.bottom a img {
	display: inline;
	width: 20px;
	margin-left: 10px
}

@media screen and (max-width:1023px) {
	footer {
		padding-left: 5%;
		padding-top: 5%
	}
	footer .footerCon {
		width: 100%;
		justify-content: flex-start
	}
	footer .footerCon>img {
		width: auto;
		height: 1.2rem;
		margin-right: .5rem;
		margin-bottom: .5rem
	}
	footer .footerCon ul {
		width: 100%;
		margin-bottom: .3rem;
		padding: 0;
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-moz-box-pack: space-between;
		-webkit--moz-box-pack: space-between;
		box-pack: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		-webkit-box-lines: multiple;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap
	}
	footer .footerCon ul li {
		width: 100%;
		height: .5rem;
		margin-bottom: 0
	}
	footer .footerCon ul li a {
		text-align: left;
		width: 30%;
		font-size: .2rem;
		line-height: .5rem
	}
	footer .footerCon .last {
		width: auto;
		margin-bottom: 0;
		padding: 0
	}
	footer .footerCon .last li {
		width: 100%;
		text-align: left;
		font-size: .2rem
	}
	footer .footerCon .last li:first-child {
		margin-bottom: 0
	}
	footer .footerCon ul .icon li {
		width: .4rem;
		height: .4rem;
		margin-right: .2rem
	}
	footer .footerCon ul .icon li a, footer .footerCon ul .icon li a img {
		width: .4rem;
		height: .4rem
	}
	.bottomM {
		font-size: .16rem;
		padding: .2rem 0 .5rem;
		background-color: #23252a;
		color: #bcbcbc;
		text-align: center
	}
	.bottomM a {
		color: #bcbcbc;
		display: inline
	}
}

.main {
	position: relative;
	height: 1200px;
	background-image: url(./registered.jpg);
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

.main .registered_con {
	width: 45%;
	padding: 3rem 0 0 .5rem
}

.main .schoolRegBox {
	background-color: rgba(255, 255, 255, .85);
	margin-top: 1rem;
	margin-right: 1rem;
	height: 950px;
	padding: 0 .1rem .5rem .2rem
}

.main .schoolRegBox h2 {
	color: #333;
	font-size: .34rem;
	font-weight: 700;
	text-align: center;
	padding: .3rem 0 .2rem
}

.main .schoolRegBox>a {
	color: #00ac68;
	bottom: .3rem;
	right: .5rem
}

::-ms-clear, ::-ms-reveal {
	display: none
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0
}

.eeoRegFormBox {
	width: 480px;
	margin: 0 auto
}

.eeoRegFormBox table tr th {
	vertical-align: top;
	text-align: right;
	font-weight: 400
}

.eeoRegFormBox table tr th .label {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap
}

.eeoRegFormBox table tr td .content {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px
}

.eeoRegFormBox table tr td .content a {
	display: inline
}

.eeoRegFormBox table tr td .content .tips {
	color: #999;
	font-size: 12px
}

.eeoRegFormBox table tr td .content .error {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 12px;
	color: #ce4747
}

.eeoRegFormBox input[type=password], .eeoRegFormBox input[type=text] {
	box-sizing: border-box;
	vertical-align: top;
	width: 360px;
	height: 40px;
	padding: 0 0 0 10px;
	line-height: 36px;
	border: 2px solid #d3d3d3
}

.eeoRegFormBox input[type=password].placeholder, .eeoRegFormBox input[type=text].placeholder,
	.eeoRegFormBox select.placeholder {
	color: #aaa
}

.eeoRegFormBox input[type=text].phoneNum {
	width: 290px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0
}

.eeoRegFormBox input[type=button] {
	width: 360px;
	height: 40px;
	padding: 0;
	background: -webkit-linear-gradient(left, #00ac68, #58dc58);
	background: -o-linear-gradient(right, #00ac68, #58dc58);
	background: -moz-linear-gradient(right, #00ac68, #58dc58);
	background: linear-gradient(to right, #00ac68, #58dc58);
	border: 0;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.eeoRegFormBox input[type=button]:disabled {
	background-color: #aaa
}

.eeoRegFormBox input.codeInput {
	width: 220px;
	margin-right: 10px
}

.eeoRegFormBox input.msgCodeBtn {
	width: 130px
}

.eeoRegFormBox select {
	box-sizing: border-box;
	vertical-align: top;
	width: 360px;
	height: 40px;
	border: 2px solid #d3d3d3;
	line-height: 14px;
	padding: 9px 0 9px 10px;
	font-size: 14px
}

.eeoRegFormBox select option {
	line-height: 1.5
}

.eeoRegFormBox .focus input[type=password], .eeoRegFormBox .focus input[type=text],
	.eeoRegFormBox input[type=password]:focus, .eeoRegFormBox input[type=text]:focus
	{
	border: 2px solid #00ac68;
	box-shadow: 0 0 5px rgba(135, 169, 71, .5), inset 0 0 5px
		rgba(135, 169, 71, .5)
}

.eeoRegFormBox .imgCodeImgBox {
	position: relative;
	display: inline-block;
	cursor: pointer
}

.eeoRegFormBox .imgCodeImgBox .imgCodeImg {
	width: 130px;
	height: 40px
}

.eeoRegFormBox .imgCodeImgBox .tips {
	position: absolute;
	width: 100%;
	top: 100%;
	text-align: center;
	color: #00ac68
}

.eeoRegFormBox .phoneCodeSelectBox {
	box-sizing: border-box;
	width: 70px;
	height: 40px
}

.eeoRegFormBox .phoneCodeSelectBox .phoneCodeInput {
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
	padding: 0 12px;
	text-align: right
}

.eeoRegFormBox .phoneCodeSelectBox .phoneCodeSelect {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.eeoRegFormBox .passwordInputBox, .eeoRegFormBox .phoneCodeSelectBox {
	position: relative;
	display: inline-block
}

.eeoRegFormBox .passwordInputBox .viewBtn {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	background-image: url(../images/jquery.eeoregform.png);
	background-position: 0 0;
	cursor: pointer
}

.eeoRegFormBox .passwordInputBox .viewBtn.viewed {
	background-position: 0 -40px
}

.eeoRegFormBox .phoneAutoCopyBtn {
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00ac68;
	cursor: pointer
}

.eeoRegFormBox .phoneAutoCopyBtn:before {
	content: "";
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background-color: #fff;
	border: 2px solid #00ac68
}

.eeoRegFormBox .phoneAutoCopyBtn:after {
	display: none;
	content: "";
	box-sizing: border-box;
	width: 9px;
	height: 8px;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -4px;
	background-color: #00ac68
}

.eeoRegFormBox .phoneAutoCopyBtn.checked:after {
	display: block
}

@media screen and (max-width:1023px) {
	.main, .main .schoolRegBox {
		position: initial;
		height: auto
	}
	.main {
		background-image: none;
		padding-top: 1rem
	}
	.main .schoolRegBox {
		background-color: #fff;
		right: auto;
		top: auto;
		padding: 0;
		margin: 0;
		width: 100%
	}
	.main .schoolRegBox h2 {
		font-size: .45rem
	}
	.main, .main .eeoRegFormBox {
		width: 100%
	}
	.main .eeoRegFormBox table {
		margin: 0 auto
	}
	.main .eeoRegFormBox table tbody tr th {
		width: 100px
	}
	.main .eeoRegFormBox table tbody tr th .label {
		font-size: 15px;
		height: 35px;
		line-height: 35px
	}
	.main .eeoRegFormBox table tbody tr td .content {
		width: 250px
	}
	.main .eeoRegFormBox table tbody tr td .content .error, .main .eeoRegFormBox table tbody tr td .content .tips,
		.main .eeoRegFormBox table tbody tr td .content label {
		font-size: 12px
	}
	.main .eeoRegFormBox table tbody tr td .content .msgCodeBtn {
		width: 40%;
		height: 35px;
		font-size: 14px;
		border: 0;
		background: -webkit-linear-gradient(left, #00ac68, #58dc58);
		background: -o-linear-gradient(right, #00ac68, #58dc58);
		background: -moz-linear-gradient(right, #00ac68, #58dc58);
		background: linear-gradient(to right, #00ac68, #58dc58);
		color: #fff
	}
	.main .eeoRegFormBox table tbody tr td .content select {
		font-size: 14px
	}
	.main .eeoRegFormBox .phoneAutoCopyBtn {
		font-size: 15px
	}
	.main .eeoRegFormBox .phoneCodeSelectBox {
		height: 35px;
		width: 22%
	}
	.main .eeoRegFormBox .phoneCodeSelectBox .phoneCodeInput {
		height: 100%;
		text-align: left;
		padding: 0 0 0 10px
	}
	.main .eeoRegFormBox .passwordInputBox {
		width: 100%
	}
	.main .eeoRegFormBox input[type=password], .main .eeoRegFormBox input[type=text]
		{
		width: 80%;
		height: 35px;
		font-size: 15px
	}
	.main .eeoRegFormBox input[type=text].phoneNum {
		height: 35px;
		width: 78%
	}
	.main .eeoRegFormBox input.codeInput {
		width: 38%;
		height: 35px;
		margin-right: 2%
	}
	.main .eeoRegFormBox .imgCodeImgBox {
		width: 40%
	}
	.main .eeoRegFormBox .imgCodeImgBox .imgCodeImg {
		width: 100%;
		height: 35px
	}
	.main .eeoRegFormBox select {
		height: 35px;
		padding: 0 0 0 10px;
		width: 80%
	}
	.main .eeoRegFormBox .formSubmitBtn {
		width: 80%;
		height: 40px;
		border: 0;
		background: -webkit-linear-gradient(left, #00ac68, #58dc58);
		background: -o-linear-gradient(right, #00ac68, #58dc58);
		background: -moz-linear-gradient(right, #00ac68, #58dc58);
		background: linear-gradient(to right, #00ac68, #58dc58);
		color: #fff;
		margin-top: 20px;
		line-height: 40px;
		font-size: 16px
	}
	body {
		overflow: hidden
	}
	.pc {
		display: none !important
	}
	.phone {
		display: block !important
	}
}

.mobile .main {
	position: initial;
	width: 100%;
	height: auto;
	background-image: none;
	padding-top: 1rem
}

.mobile .main .schoolRegBox {
	position: initial;
	background-color: #fff;
	right: auto;
	top: auto;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto
}

.mobile .main .schoolRegBox h2 {
	font-size: .45rem
}

.mobile .main .eeoRegFormBox {
	width: 100%
}

.mobile .main .eeoRegFormBox table {
	margin: 0 auto
}

.mobile .main .eeoRegFormBox table tbody tr th {
	width: 100px
}

.mobile .main .eeoRegFormBox table tbody tr th .label {
	font-size: 15px;
	height: 35px;
	line-height: 35px
}

.mobile .main .eeoRegFormBox table tbody tr td .content {
	width: 250px
}

.mobile .main .eeoRegFormBox table tbody tr td .content .error, .mobile .main .eeoRegFormBox table tbody tr td .content .tips,
	.mobile .main .eeoRegFormBox table tbody tr td .content label {
	font-size: 12px
}

.mobile .main .eeoRegFormBox table tbody tr td .content .msgCodeBtn {
	width: 40%;
	height: 35px;
	font-size: 14px;
	border: 0;
	background: -webkit-linear-gradient(left, #00ac68, #58dc58);
	background: -o-linear-gradient(right, #00ac68, #58dc58);
	background: -moz-linear-gradient(right, #00ac68, #58dc58);
	background: linear-gradient(to right, #00ac68, #58dc58);
	color: #fff
}

.mobile .main .eeoRegFormBox .phoneAutoCopyBtn {
	font-size: 15px
}

.mobile .main .eeoRegFormBox .phoneCodeSelectBox {
	height: 35px;
	width: 22%
}

.mobile .main .eeoRegFormBox .phoneCodeSelectBox .phoneCodeInput {
	height: 100%;
	text-align: left;
	padding: 0 0 0 10px
}

.mobile .main .eeoRegFormBox .passwordInputBox {
	width: 100%
}

.mobile .main .eeoRegFormBox input[type=password], .mobile .main .eeoRegFormBox input[type=text]
	{
	width: 100%;
	height: 35px;
	font-size: 15px
}

.mobile .main .eeoRegFormBox input[type=text].phoneNum {
	height: 35px;
	width: 78%
}

.mobile .main .eeoRegFormBox input.codeInput {
	width: 58%;
	height: 35px;
	margin-right: 2%
}

.mobile .main .eeoRegFormBox .imgCodeImgBox {
	width: 40%
}

.mobile .main .eeoRegFormBox .imgCodeImgBox .imgCodeImg {
	width: 100%;
	height: 35px
}

.mobile .main .eeoRegFormBox select {
	height: 35px;
	padding: 0 0 0 10px;
	width: 100%
}

.mobile .main .eeoRegFormBox .formSubmitBtn {
	width: 80%;
	height: 40px;
	border: 0;
	background: -webkit-linear-gradient(left, #00ac68, #58dc58);
	background: -o-linear-gradient(right, #00ac68, #58dc58);
	background: -moz-linear-gradient(right, #00ac68, #58dc58);
	background: linear-gradient(to right, #00ac68, #58dc58);
	color: #fff;
	margin-top: 20px;
	line-height: 40px;
	font-size: 16px
}

@media screen and (max-width:1023px) {
	.nav_m {
		position: fixed;
		width: 100%;
		top: 0;
		background-color: #3e414b;
		z-index: 999999
	}
	.nav_m .navbar-main {
		height: 48px;
		padding: 0 10px;
		background-image: url(../images/eeo3.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 90%;
		box-shadow: 0 0 5px #333
	}
	.nav_m .navbar-main li {
		display: inline-block;
		line-height: 48px
	}
	.nav_m .navbar-main .navBtn {
		height: 100%;
		width: auto
	}
	.nav_m .navbar-main .navBtn a {
		height: 100%;
		width: 100%;
		padding-top: 4px
	}
	.nav_m .navbar-main .navBtn a img {
		width: 40px;
		height: auto
	}
	.nav_m .navbar-main .agency {
		padding: 10px 0
	}
	.nav_m .navbar-main .agency a {
		height: 100%;
		padding: 0 8px;
		text-align: center;
		color: #fff;
		letter-spacing: .5px;
		font-size: 14px;
		background: -webkit-linear-gradient(left, #00ac68, #58dc58);
		background: -o-linear-gradient(right, #00ac68, #58dc58);
		background: -moz-linear-gradient(right, #00ac68, #58dc58);
		background: linear-gradient(to right, #00ac68, #58dc58);
		line-height: 28px;
		border-radius: 3px
	}
	.nav_m .navbar-main .en {
		position: absolute;
		left: 65px
	}
	.nav_m .navbar-main .en a {
		color: #00ac68;
		font-size: 15px
	}
	.nav_m .navbar-left-m {
		width: 4.5rem;
		position: absolute;
		display: none;
		left: -5rem;
		top: 100%;
		background-color: #3e414b;
		padding-top: .5rem;
		transition: left .5s
	}
	.nav_m .navbar-left-m li {
		width: 100%;
		text-align: center;
		height: .5rem;
		border-bottom: 1px solid #5d6368
	}
	.nav_m .navbar-left-m li a {
		width: 100%;
		height: 100%;
		font-size: .32rem;
		color: #fff
	}
	.nav_m .navbar-left-m .login {
		background-image: url(../images/phoneLogin.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 80%;
		background-position: .5rem .1rem;
		padding-bottom: .1rem;
		box-sizing: content-box
	}
	.nav_m .navbar-left-m .login a {
		text-align: left;
		padding-left: 1.8rem
	}
}