@
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
}

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)
}

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
}

.main .mainCon {
	position: absolute;
	top: 2.2rem;
	left: 4%;
	color: #fff
}

.main .mainCon p {
	font-size: .7rem;
	line-height: 1.2rem;
	margin-bottom: 1.25rem;
	letter-spacing: 4px
}

.main .mainCon a {
	color: #fff;
	font-size: .24rem;
	margin-bottom: .8rem
}

.main .mainCon ul {
	justify-content: flex-start;
	height: 2.4rem
}

.main .mainCon ul li {
	margin-right: .3rem;
	width: 3.7rem;
	height: 2.4rem;
	overflow: hidden
}

.main .mainCon ul li a {
	width: 3.4rem;
	height: auto;
	display: block;
	overflow: hidden;
	font-size: .14rem;
	color: #fff;
	position: relative;
	border-radius: 3px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat
}

.main .mainCon ul li a img {
	transition: transform .5s
}

.main .mainCon ul li a span {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: .4rem;
	background-color: rgba(0, 0, 0, .5);
	line-height: .4rem;
	bottom: 0;
	padding-left: .15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main .mainCon ul li a:hover img {
	transform: scale(1.1)
}

.main .form {
	position: absolute;
	top: 20%;
	right: 5%;
	width: 5rem;
	height: auto;
	background-color: rgba(255, 255, 255, .85);
	padding-top: .65rem;
	padding-bottom: .5rem;
	border-radius: 3px
}

.main .form h2 {
	font-size: .34rem;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin-bottom: .6rem
}

.main .form .login {
	width: 4rem;
	margin: 0 auto
}

.main .form .login .input-group {
	width: 100%;
	position: relative
}

.main .form .login .input-group>div {
	width: 100%;
	height: .5rem;
	padding-left: .56rem;
	background-color: transparent;
	border: 2px solid #d3d3d3;
	margin-top: .4rem;
	position: relative;
	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 .form .login .input-group>div>img {
	position: absolute;
	width: .27rem;
	left: .1rem;
	top: 50%;
	margin-top: -.15rem
}

.main .form .login .input-group>div input {
	height: 99%;
	border: 0;
	outline: 0;
	background-color: transparent;
	font-size: 16px;
	-webkit-appearance: none
}

.main .form .login .input-group .inputPhone, .main .form .login .input-group .inputPhone select
	{
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.main .form .login .input-group .inputPhone select {
	width: .65rem;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
	font-size: .16rem;
	border: 0
}

.main .form .login .input-group .inputPhone input {
	width: 2.7rem
}

.main .form .login .input-group .inputPassWord input {
	width: 100%;
	height: 98
}

.main .form .login .input-group #error {
	position: absolute;
	font-size: .14rem;
	margin-top: .1rem;
	color: #ce4747;
	bottom: -.3rem
}

.main .form .login .input-group #validate, .main .form .login .input-item .input .inputS #imgcode,
	.main .form .login .input-item .input .inputS #validate {
	width: 100%
}

.main .form .login .input-group .btn-sendmsg {
	width: 40%;
	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;
	background-origin: none;
	border: 0;
	color: #fff;
	font-size: .14rem
}

.main .form .login .input-item {
	margin-top: .4rem;
	position: relative
}

.main .form .login .input-item .input {
	height: .5rem;
	width: 100%
}

.main .form .login .input-item .input .inputS {
	width: 66%;
	border: 2px solid #d3d3d3;
	padding-left: .2rem
}

.main .form .login .input-item .input .inputS input {
	width: 78%;
	border: 0;
	background-color: transparent;
	line-height: .5rem;
	font-size: 15px
}

.main .form .login .input-item .input .inputS .btn-sendmsg {
	width: 1.3rem;
	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;
	background-origin: none;
	border: 0;
	color: #fff;
	font-size: .14rem
}

.main .form .login .input-item .input .inputS #codeImg {
	width: 1.3rem
}

.main .form .login .input-item .input img {
	width: 32%
}

.main .form .login .input-item #error {
	position: absolute;
	font-size: .14rem;
	margin-top: .1rem;
	color: #ce4747;
	bottom: -.3rem
}

.main .form .login .help, .main .form .login .help .help-right, .main .form .login .input-item .input,
	.main .form .login .input-item .input .inputS {
	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 .form .login .help {
	width: 100%;
	margin: .5rem auto 0;
	font-size: 14px;
	color: #333;
	position: relative
}

.main .form .login .help .help-right {
	cursor: pointer
}

.main .form .login .help .help-right .icon-checkbox {
	margin-top: 4px;
	width: 14px;
	height: 14px;
	border: 1px solid #00ac68;
	position: relative;
	margin-right: .05rem
}

.main .form .login .help .help-right .active:after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #00ac68;
	position: absolute
}

.main .form .login #success, .main .form .login .error_area {
	position: absolute;
	font-size: 16px;
	margin-top: .1rem;
	color: #ce4747;
	bottom: 30%
}

.main .form .login #success, .main .form .login .help .help-left a {
	color: #00ac68
}

.main .form .login .login-submit {
	width: 100%;
	border: 0;
	outline: 0;
	height: .5rem;
	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;
	margin-bottom: .15rem;
	color: #fff;
	font-size: 16px;
	line-height: .5rem
}

.main .form .login .register-section {
	text-align: right
}

.main .form .login .register-section a {
	color: #00ac68;
	font-size: 13px
}

.navChange {
	background-color: transparent
}

.navChange .complete ul, .navChange .complete ul li:hover, .navChange .product ul,
	.navChange .product ul li:hover, .navChange .support ul, .navChange .support ul li:hover
	{
	background-color: rgba(0, 0, 0, .1)
}

.cleanSelect {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #efeff0 inset;
	-webkit-text-fill-color: #333
}

@media screen and (max-width:1023px) {
	.main {
		position: initial;
		padding-top: 1rem
	}
	.main .form {
		position: initial;
		width: 100%;
		height: auto
	}
	.main .form h2 {
		font-size: .4rem;
		font-weight: 700;
		color: #333;
		text-align: center;
		margin-bottom: .6rem
	}
	.main .form .login {
		width: 75%;
		position: relative
	}
	.main .form .login .input-group, .main .form .login .input-item {
		width: 100%;
		margin-top: .5rem
	}
	.main .form .login .input-group #error, .main .form .login .input-item #error
		{
		padding-left: .5rem;
		position: absolute;
		font-size: .2rem;
		margin-top: .1rem;
		color: #ce4747;
		bottom: -.3rem
	}
	.main .form .login .input-group>div, .main .form .login .input-item>div
		{
		height: .8rem;
		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 .form .login .input-group>div>img, .main .form .login .input-item>div>img
		{
		width: .35rem
	}
	.main .form .login .input-group>div input, .main .form .login .input-item>div input
		{
		font-size: .25rem;
		height: 98%;
		margin-top: .01rem
	}
	.main .form .login .input-group .inputPhone select, .main .form .login .input-item .inputPhone select
		{
		font-size: .22rem;
		width: 17%
	}
	.main .form .login .input-group .inputPhone input, .main .form .login .input-item .inputPhone input
		{
		width: 3.8rem
	}
	.main .form .login .input-group .input, .main .form .login .input-item .input
		{
		height: .8rem
	}
	.main .form .login .input-group .input .inputS input, .main .form .login .input-item .input .inputS input
		{
		font-size: .25rem;
		line-height: .8rem
	}
	.main .form .login #j-login-input-identifyCode {
		width: 100%
	}
	.main .form .login #j-login-input-identifyCode .identifyCode {
		border: 0;
		padding-left: 0
	}
	.main .form .login #j-login-input-identifyCode .identifyCode #identifyCode_input
		{
		width: 62%;
		border: 2px solid #d3d3d3;
		padding-left: .2rem
	}
	.main .form .login #j-login-input-identifyCode .identifyCode .btn-sendmsg
		{
		width: 35%;
		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;
		background-origin: none;
		border: 0;
		color: #fff;
		font-size: .14rem
	}
	.main .form .login .help {
		font-size: .22rem;
		margin-bottom: .2rem
	}
	.main .form .login .help .help-right {
		line-height: .22rem
	}
	.main .form .login .help .help-right .icon-checkbox {
		margin-top: 0;
		width: .2rem;
		height: .2rem;
		top: .01rem;
		margin-right: .05rem
	}
	.main .form .login .help .help-right .active:after {
		width: 100%;
		height: 100%
	}
	.main .form .login #success, .main .form .login .error_area {
		font-size: .22rem;
		position: absolute;
		color: #ce4747;
		bottom: auto;
		top: 4.3rem
	}
	.main .form .login #success {
		color: #00ac68
	}
	.main .form .login .login-submit {
		width: 100%;
		display: block;
		height: .8rem;
		font-size: .35rem;
		line-height: .5rem;
		margin-bottom: .5rem
	}
	.main .form .login .register-section a {
		font-size: .22rem
	}
	input:-webkit-autofill {
		-webkit-box-shadow: 0 0 0 1000px #fff inset;
		-webkit-text-fill-color: #333
	}
	body {
		overflow: hidden
	}
	.pc {
		display: none !important
	}
	.phone {
		display: block !important
	}
}

.mobile .main {
	position: initial;
	padding-top: 1rem
}

.mobile .main .form {
	position: initial;
	width: 100%;
	height: auto
}

.mobile .main .form h2 {
	font-size: .4rem;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin-bottom: .6rem
}

.mobile .main .form .login {
	width: 75%;
	position: relative
}

.mobile .main .form .login .input-group, .mobile .main .form .login .input-item
	{
	width: 100%;
	margin-top: .5rem
}

.mobile .main .form .login .input-group #error, .mobile .main .form .login .input-item #error
	{
	padding-left: .5rem;
	position: absolute;
	font-size: .2rem;
	margin-top: .1rem;
	color: #ce4747;
	bottom: -.3rem
}

.mobile .main .form .login .input-group>div, .mobile .main .form .login .input-item>div
	{
	height: .8rem;
	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
}

.mobile .main .form .login .input-group>div>img, .mobile .main .form .login .input-item>div>img
	{
	width: .35rem
}

.mobile .main .form .login .input-group>div input, .mobile .main .form .login .input-item>div input
	{
	font-size: .25rem;
	height: 98%;
	margin-top: .01rem
}

.mobile .main .form .login .input-group .inputPhone select, .mobile .main .form .login .input-item .inputPhone select
	{
	font-size: .22rem;
	width: 17%
}

.mobile .main .form .login .input-group .inputPhone input, .mobile .main .form .login .input-item .inputPhone input
	{
	width: 3.8rem
}

.mobile .main .form .login .input-group .input, .mobile .main .form .login .input-item .input
	{
	height: .8rem
}

.mobile .main .form .login .input-group .input .inputS input, .mobile .main .form .login .input-item .input .inputS input
	{
	font-size: .25rem;
	line-height: .8rem
}

.mobile .main .form .login #j-login-input-identifyCode {
	width: 100%
}

.mobile .main .form .login #j-login-input-identifyCode .identifyCode {
	border: 0;
	padding-left: 0
}

.mobile .main .form .login #j-login-input-identifyCode .identifyCode #identifyCode_input
	{
	width: 62%;
	border: 2px solid #d3d3d3;
	padding-left: .2rem
}

.mobile .main .form .login #j-login-input-identifyCode .identifyCode .btn-sendmsg
	{
	width: 35%;
	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;
	background-origin: none;
	border: 0;
	color: #fff;
	font-size: .14rem
}

.mobile .main .form .login .help {
	font-size: .22rem;
	margin-bottom: .2rem
}

.mobile .main .form .login .help .help-right {
	line-height: .22rem
}

.mobile .main .form .login .help .help-right .icon-checkbox {
	margin-top: 0;
	width: .2rem;
	height: .2rem;
	top: .01rem;
	margin-right: .05rem
}

.mobile .main .form .login .help .help-right .active:after {
	width: 100%;
	height: 100%
}

.mobile .main .form .login #success, .mobile .main .form .login .error_area
	{
	font-size: .22rem;
	position: absolute;
	color: #ce4747;
	bottom: auto;
	top: 4.3rem
}

.mobile .main .form .login #success {
	color: #00ac68
}

.mobile .main .form .login .login-submit {
	width: 100%;
	display: block;
	height: .8rem;
	font-size: .35rem;
	line-height: .5rem;
	margin-bottom: .5rem
}

.mobile .main .form .login .register-section a {
	font-size: .22rem
}

.mobile input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #333
}

@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
	}
}