@charset "utf-8";

/*
 * css file
 * 孙建云
 * 2016/9/27
 * */

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

fieldset {
	border: 0;
}

html {
	font-size: 62.5%;
}


/* default style for mobile phone */

.header:before {
	display: block;
	content: '';
	background: #006699;
}

.header:before {
	height: 6px;
}

.header:after {
	display: block;
	content: '';
	background: #ccc;
}

.header:after {
	height: 1px;
}


/* site-logo */

.site-logo {
	height: 48px;
}

.site-logo img {
	vertical-align: middle;
}

.site-logo img {
	height: 100%;
}


/* navigation */

.nav-wrap {
	height: 48px;
}


/* mobile and pad navigation */

.nav--phone {
	display: block;
	line-height: 48px;
	text-align: right;
}

.nav--phone__menu-btn {
	display: inline-block;
	position: relative;
}

.nav--phone__menu-btn {
	width: 24px;
	height: 24px;
}

.nav--phone__menu-icon {
	width: 100%;
}

.nav--phone__menu {
	display: none;
	position: absolute;
	top: 36px;
	left: -96px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	z-index: 2;
}

.nav--phone__menu {
	width: 120px;
}

.nav--phone__menu-item {
	margin-bottom: 1px;
	background: #006699;
	line-height: 28px;
}
.nav--phone__menu-item a{
	color: #fff;
	padding-left: 10px;
	
}
.nav--phone__menu-item img {
	width: 12px;
	margin: 0 6px;
}


/* pc-end navigation */

.nav--pc {
	display: none;
}


/* content */

.main {
	padding: 36px 0;
}


/* form-signUp */

.form-signUp{
	position: relative;
	}
	.form-signUp__logo{
		display: none;
		position: absolute;
		width: 240px;
		height: auto;
		right: -100px;
		bottom: 0px;
		z-index: 3;
	}
.from-signUp__content {
	margin: 0 auto;
	padding: 24px 0;
	width: 90%;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.from-signUp__header {
	position: relative;
	margin-bottom: 24px;
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
	font-size: 18px;
	font-weight: 700;
	color: #153360;
	text-align: center;
	overflow: hidden;
}

.from-signUp__tips--login {
	position: absolute;
	right: 6px;
	top: 0;
	width: 30%;
	line-height: 60px;
	font-size: 12px;
}

.form-item,
.form-item--msgAndImg,
.form-item--footer {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 36px;
}

.form-item--footer {
	margin-bottom: 0;
}

.form-item,
.form-item--msgAndImg__left,
.form-item--msgAndImg__right,
.form-item__lable,
.form-item--msgAndImg__imgCode,
.form-item--msgAndImg__send {
	height: 48px;
}

.form-item,
.form-item--msgAndImg__left {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.form-item--msgAndImg__left {
	display: inline-block;
	width: 50%;
}

.form-item--msgAndImg__right {
	float: right;
	display: inline-block;
	width: 45%;
}

.form-item__lable {
	margin: 0;
	line-height: 45px;
	vertical-align: middle;
}

.form-item__icon {
	width: 18px;
	margin: 0 12px;
}

.form-item__input,
.form-item--msgAndImg__input {
	padding: 10px 0;
	width: 82%;
	line-height: 24px;
	border: 0;
	font-size: 16px;
	vertical-align: middle;
	outline: 0;
}

.form-item__input {
	width: 82%;
}

.form-item--msgAndImg__input {
	width: 65%;
}

.form-item__errTips,
.form-item--msgAndImg__errTips {
	position: absolute;
	bottom: -42px;
	line-height: 36px;
}

.form-item--msgAndImg__imgCode {
	display: inline-block;
	margin-right: 5px;
}

.form-item--msgAndImg__imgCode img {
	height: 100%;
}

.form-item--msgAndImg__changeImg {
	font-size: 12px;
}

.form-item--msgAndImg__send {
	display: block;
	background: #e59a18;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	line-height: 48px;
}

.from-signUp__submit {
	width: 100%;
	height: 48px;
	background: #007ac3;
	border: 0;
	border-radius: 24px;
	color: #fff;
	font-size: 24px;
}

.from-signUp__agreement {
	font-size: 14px;
	margin-top: 10px;
	text-align: right;
}

.footer {
	padding: 20px 0;
	line-height: 20px;
	background: #131d25;
	font-size: 16px;
	text-align: center;
	color: #ccc;
}


/* small screen for pad or gt 768px */

@media screen and (min-width: 768px) and (max-width: 991px) {
	/* default style for mobile phone */
	.header:before {
		height: 7px;
	}
	.header:after {
		height: 1px;
	}
	/* #site-logo */
	.site-logo {
		height: 60px;
		line-height: 60px;
	}
	.site-logo img {
		height: 50px;
		vertical-align: middle;
	}
	/* navigation */
	.nav-wrap {
		height: 60px;
	}
	/* mobile and pad navigation */
	.nav--phone {
		display: block;
		line-height: 60px;
		text-align: right;
	}
	.nav--phone__menu-btn {
		width: 30px;
		height: 30px;
		display: inline-block;
		position: relative;
	}
	.nav--phone__menu-icon {
		width: 100%;
	}
	.nav--phone__menu {
		display: block;
		position: absolute;
		left: -70px;
		top: 50px;
		padding: 0;
		margin: 0;
		width: 100px;
		z-index: 2;
		text-align: left;
		color: #fff;
	}
	.nav--phone__menu-item {
		line-height: 30px;
		background: #006699;
		margin-bottom: 1px;
	}
	.nav--phone__menu-item img {
		width: 15px;
		margin: 0 6px;
	}
	/* content */
	.content {
		background-image: url(../img/onepx_bg.png);
		background-size: 1px 100%;
	}
	/* form-signUp */
	.main {
		padding: 30px 0;
	}
	.form-signUp{
	position: relative;
	}
	.form-signUp__logo{
		display: block;
		position: absolute;
		width: 100px;
		height: auto;
		right: -40px;
		bottom: 0px;
		z-index: 3;
	}
	/* form-signUp */
	.form-signUp {
		width: 60%;
		margin: 0 auto;
	}
	.from-signUp__padding--outer,
	.from-signUp__padding--inner {
		padding: 10px;
		border-radius: 60px;
		background: rgba(255, 255, 255, .3);
	}
	.from-signUp__padding--inner {
		background: rgba(255, 255, 255, .5);
	}
	.from-signUp__content {
		margin: 0 auto;
		padding: 20px 0;
		border: 0;
		border-radius: 60px;
		background: rgba(255, 255, 255, 1);
	}
	.from-signUp__header {
		margin-bottom: 10px;
		line-height: 40px;
		font-size: 14px;
	}
	.from-signUp__tips--login {
		right: 6px;
		width: 35%;
		line-height: 40px;
		font-size: 12px;
	}
	.form-item,
	.form-item--msgAndImg,
	.form-item--footer {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.form-item--footer {
		margin-bottom: 0;
	}
	.form-item,
	.form-item--msgAndImg__left,
	.form-item--msgAndImg__right,
	.form-item__lable,
	.form-item--msgAndImg__imgCode,
	.form-item--msgAndImg__send {
		height: 30px;
	}
	.form-item,
	.form-item--msgAndImg__left {
		border-radius: 10px;
	}
	.form-item--msgAndImg__left {
		width: 50%;
	}
	.form-item--msgAndImg__right {
		width: 45%;
	}
	.form-item__lable {
		margin: 0;
		line-height: 25px;
		vertical-align: middle;
	}
	.form-item__icon {
		width: 12px;
		margin: 0 10px;
	}
	.form-item__input,
	.form-item--msgAndImg__input {
		padding: 5px 0;
		width: 82%;
		line-height: 16px;
		font-size: 12px;
	}
	.form-item__input {
		width: 82%;
	}
	.form-item--msgAndImg__input {
		width: 65%;
	}
	.form-item__errTips,
	.form-item--msgAndImg__errTips {
		position: absolute;
		bottom: -3.5rem;
		line-height: 3rem;
	}
	.form-item--msgAndImg__imgCode img {
		height: 100%;
	}
	.form-item--msgAndImg__changeImg {
		font-size: 12px;
	}
	.form-item--msgAndImg__send {
		border-radius: 15px;
		line-height: 30px;
	}
	.from-signUp__submit {
		width: 100%;
		height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}
	.from-signUp__agreement {
		font-size: 10px;
	}
}


/* medium screen for desktop or gt 992px */

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.header:before {
		height: 7px;
	}
	.header:after {
		display: none;
	}
	/* #site-logo */
	.site-logo {
		height: 70px;
		padding: 0;
		line-height: 70px;
		text-align: right;
	}
	.site-logo img {
		margin-right: 45px;
		height: 40px;
	}
	/* navigation */
	/* mobile and pad navigation */
	.nav--phone {
		display: none;
	}
	/* pc-end navigation */
	.nav--pc {
		display: block;
	}
	.nav--pc__list {
		margin: 0;
		padding: 0;
		margin-left: 45px;
	}
	.nav--pc__item {
		display: block;
		float: left;
		width: 60px;
	}
	.nav--pc__item a {
		display: block;
	}
	.nav--pc__item img {
		width: 100%;
	}
	/* content */
	.content {
		background-image: url(../img/onepx_bg.png);
		background-size: 1px 100%;
	}
	.main {
		padding: 30px 0;
	}
	/* form-signUp */
	.form-signUp {
		width: 500px;
		margin: 0 auto;
	}
	.form-signUp{
	position: relative;
	}
	.form-signUp__logo{
		display: block;
		position: absolute;
		width: 100px;
		height: auto;
		right: -40px;
		bottom: 0px;
		z-index: 3;
	}
	.from-signUp__padding--outer,
	.from-signUp__padding--inner {
		padding: 10px;
		border-radius: 80px;
		background: rgba(255, 255, 255, .3);
	}
	.from-signUp__padding--inner {
		background: rgba(255, 255, 255, .5);
	}
	.from-signUp__content {
		width: 100%;
		margin: 0;
		padding: 20px 0;
		border: 0;
		border-radius: 80px;
		background: rgba(255, 255, 255, 1);
	}
	.from-signUp__header {
		margin-bottom: 10px;
		line-height: 35px;
		font-size: 16px;
	}
	.from-signUp__tips--login {
		right: 6px;
		width: 30%;
		line-height: 35px;
		font-size: 12px;
	}
	.form-item,
	.form-item--msgAndImg,
	.form-item--footer {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.form-item--footer {
		margin-bottom: 0;
	}
	.form-item,
	.form-item--msgAndImg__left,
	.form-item--msgAndImg__right,
	.form-item__lable,
	.form-item--msgAndImg__imgCode,
	.form-item--msgAndImg__send {
		height: 30px;
	}
	.form-item,
	.form-item--msgAndImg__left {
		border-radius: 10px;
	}
	.form-item--msgAndImg__left {
		width: 45%;
	}
	.form-item--msgAndImg__right {
		width: 50%;
	}
	.form-item__lable {
		margin: 0;
		line-height: 27px;
	}
	.form-item__icon {
		width: 12px;
		margin: 0 6px;
	}
	.form-item__input,
	.form-item--msgAndImg__input {
		padding: 5px 0;
		width: 82%;
		line-height: 16px;
		font-size: 12px;
	}
	.form-item__input {
		width: 82%;
	}
	.form-item--msgAndImg__input {
		width: 65%;
	}
	.form-item__errTips,
	.form-item--msgAndImg__errTips {
		position: absolute;
		bottom: -3.5rem;
		line-height: 2.5rem;
	}
	.form-item--msgAndImg__changeImg {
		font-size: 12px;
	}
	.form-item--msgAndImg__send {
		border-radius: 15px;
		line-height: 30px;
	}
	.from-signUp__submit {
		height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}
	.from-signUp__agreement {
		font-size: 12px;
	}
}


/* big screen for desktop or gt 1200px */

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	.header:before {
		height: 10px;
	}
	.header:after {
		display: none;
	}
	/* #site-logo */
	.site-logo {
		height: 80px;
		padding: 0;
		line-height: 80px;
		text-align: right;
	}
	.site-logo img {
		margin-right: 50px;
		height: 45px;
	}
	/* navigation */
	/* mobile and pad navigation */
	.nav--phone {
		display: none;
	}
	/* pc-end navigation */
	.nav--pc {
		display: block;
	}
	.nav--pc__list {
		margin: 0;
		padding: 0;
		margin-left: 50px;
	}
	.nav--pc__item {
		display: block;
		float: left;
		width: 70px;
	}
	.nav--pc__item a {
		display: block;
	}
	.nav--pc__item img {
		width: 100%;
	}
	/* content */
	.content {
		background-image: url(../img/onepx_bg.png);
		background-size: 1px 100%;
	}
	.main {
		padding: 30px 0;
	}
	/* form-signUp */
	.form-signUp {
		width: 600px;
		margin: 0 auto;
	}
	.form-signUp{
	position: relative;
	}
	.form-signUp__logo{
		display: block;
		position: absolute;
		width: 150px;
		height: auto;
		right: -60px;
		bottom: 0px;
		z-index: 3;
	}
	.from-signUp__padding--outer,
	.from-signUp__padding--inner {
		padding: 10px;
		border-radius: 80px;
		background: rgba(255, 255, 255, .3);
	}
	.from-signUp__padding--inner {
		background: rgba(255, 255, 255, .5);
	}
	.from-signUp__content {
		width: 100%;
		margin: 0;
		padding: 20px 0;
		border: 0;
		border-radius: 80px;
		background: rgba(255, 255, 255, 1);
	}
	.from-signUp__header {
		margin-bottom: 10px;
		line-height: 40px;
		font-size: 18px;
	}
	.from-signUp__tips--login {
		right: 6px;
		width: 30%;
		line-height: 40px;
		font-size: 12px;
	}
	.form-item,
	.form-item--msgAndImg,
	.form-item--footer {
		width: 55%;
		margin-bottom: 25px;
	}
	.form-item--footer {
		margin-bottom: 0;
	}
	.form-item,
	.form-item--msgAndImg__left,
	.form-item--msgAndImg__right,
	.form-item__lable,
	.form-item--msgAndImg__imgCode,
	.form-item--msgAndImg__send {
		height: 30px;
	}
	.form-item,
	.form-item--msgAndImg__left {
		border-radius: 10px;
	}
	.form-item--msgAndImg__left {
		width: 50%;
	}
	.form-item--msgAndImg__right {
		width: 45%;
	}
	.form-item__lable {
		line-height: 27px;
	}
	.form-item__icon {
		width: 14px;
		margin: 0 10px;
	}
	.form-item__input,
	.form-item--msgAndImg__input {
		padding: 4px 0;
		width: 82%;
		line-height: 18px;
		font-size: 14px;
	}
	.form-item__input {
		width: 82%;
	}
	.form-item--msgAndImg__input {
		width: 70%;
	}
	.form-item__errTips,
	.form-item--msgAndImg__errTips {
		position: absolute;
		bottom: -3.5rem;
		line-height: 2.5rem;
	}
	.form-item--msgAndImg__send {
		border-radius: 15px;
		line-height: 30px;
	}
	.from-signUp__submit {
		height: 30px;
		border-radius: 15px;
		font-size: 16px;
	}
	.from-signUp__agreement {
		font-size: 12px;
	}
}

@media screen and (min-width: 1600px) {
	.header:before {
		height: 12px;
	}
	.header:after {
		display: none;
	}
	/* #site-logo */
	.site-logo {
		height: 100px;
		padding: 0;
		line-height: 100px;
		text-align: right;
	}
	.site-logo img {
		height: 70px;
		margin-right: 100px;
	}
	/* navigation */
	/* mobile and pad navigation */
	.nav--phone {
		display: none;
	}
	/* pc-end navigation */
	.nav--pc {
		display: block;
	}
	.nav--pc__list {
		margin: 0;
		margin-left: 100px;
	}
	.nav--pc__item {
		display: block;
		float: left;
		width: 90px;
	}
	.nav--pc__item a {
		display: block;
	}
	.nav--pc__item img {
		width: 100%;
	}
	/* content */
	.content {
		background-image: url(../img/onepx_bg.png);
		background-size: 1px 100%;
	}
	.main {
		padding: 70px 0;
	}
	/* form-signUp */
	.form-signUp {
		width: 840px;
		margin: 0 auto;
	}
	.form-signUp{
	position: relative;
	}
	.form-signUp__logo{
		display: block;
		position: absolute;
		width: 240px;
		height: auto;
		right: -100px;
		bottom: 0px;
		z-index: 3;
	}
	.from-signUp__padding--outer,
	.from-signUp__padding--inner {
		padding: 20px;
		border-radius: 80px;
		background: rgba(255, 255, 255, .3);
	}
	.from-signUp__padding--inner {
		background: rgba(255, 255, 255, .5);
	}
	.from-signUp__content {
		width: 100%;
		margin: 0;
		padding: 40px 0;
		border: 0;
		border-radius: 80px;
		background: rgba(255, 255, 255, 1);
	}
	.from-signUp__header {
		margin-bottom: 20px;
		line-height: 60px;
		font-size: 24px;
	}
	.from-signUp__tips--login {
		line-height: 60px;
		font-size: 14px;
	}
	.form-item,
	.form-item--msgAndImg,
	.form-item--footer {
		width: 55%;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	.form-item--footer {
		margin-bottom: 0;
	}
	.form-item,
	.form-item--msgAndImg__left,
	.form-item--msgAndImg__right,
	.form-item__lable,
	.form-item--msgAndImg__imgCode,
	.form-item--msgAndImg__send {
		height: 40px;
	}
	.form-item--msgAndImg__left {
		width: 50%;
	}
	.form-item--msgAndImg__right {
		width: 45%;
	}
	.form-item__lable {
		line-height: 38px;
	}
	.form-item__icon {
		width: 16px;
		margin: 0 10px;
	}
	.form-item__input,
	.form-item--msgAndImg__input {
		padding: 6px 0;
		width: 82%;
		line-height: 24px;
		font-size: 16px;
	}
	.form-item__input {
		width: 82%;
	}
	.form-item--msgAndImg__input {
		width: 70%;
	}
	.form-item__errTips,
	.form-item--msgAndImg__errTips {
		bottom: -42px;
		line-height: 30px;
	}
	.form-item--msgAndImg__send {
		border-radius: 20px;
		line-height: 40px;
		font-size: 18px;
	}
	.from-signUp__submit {
		height: 40px;
		font-size: 18px;
	}
	.from-signUp__agreement {
		font-size: 14px;
	}
}