body {
	font-size: 1em;
	font-family: "苹果iOS9苹方字体Light_50868_S60SC_C", "LucidaGrande", "SegoeUI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

html {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

.top {
	height: 44px;
	background: #2ca9d9;
	position: relative;
}

.top img {
	left: 12px;
	width: 13px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
}

.top span {
	color: white;
	text-align: center;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	display: block;
}

.content {
	width: 100%;
	height: 100%;
	/*background: url(../img/BG.png) no-repeat;*/
	background-size: cover;
}

.content .background {
	width: 100%;
	z-index: -1;
}

.content .logo-content {
	margin-top: 51px;
	text-align: center;
	width: 100%;
	float: left;
}

.content .logo-content .logo {
	width: 12em;
	display: block;
	margin: 0 auto;
	/*width: 80px;*/
	/*height: 40px;*/
}

.logo-content span {
	font-size: 20px;
	color: white;
	font-weight: 400;
	display: block;
	margin-top: 21px;
	letter-spacing: 4px;
}

.con-from {
	margin-top: 20px;
	width: 100%;
	float: left;
	text-align: center;
}

.con-from .form-group {
	color: white;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

.con-from .form-group img {
	display: block;
	float: left;
	width: 14px;
	height: 11px;
	margin-top: 7px;
}

.con-from .form-group input {
	background: none;
	outline: none;
	border: none;
	margin: 0;
}
.con-from .form-group .con-input{
	width: 87%;
	margin: 0 auto;
}
.con-from .form-group .group-child {
	float: left;
	width: 80%;
	height: 25px;
	margin-left: 10px;
	font-size: 15px;
	color: white;
}

.con-from .con-line {
	height: 1px;
	background: #a0d3df;
	float: left;
	width: 100%;
}

.con-from .submit {
	width: 90%;
	background: #2ea3d4;
	color: white;
	font-size: 18px;
	box-shadow:0.2px 0.2px 0.5px #06445e;
	
}

.con-from .submit:active{
	background-color: #1e84af;
	color: white;
}

.submit {
	width: 90%;
	background: #2ea3d4;
	color: white;
	font-size: 18px;
	box-shadow:0.2px 0.2px 0.5px #06445e;
	
}

.submit:active{
	background-color: #1e84af;
	color: white;
}

.con-from .form-group input::-webkit-input-placeholder {
	color: #d7ecf1;
}

.con-from .form-group input:-moz-placeholder {
	color: #d7ecf1;
}

.con-from .form-group input::-moz-placeholder {
	color: #d7ecf1;
}

.con-from .form-group input:-ms-input-placeholder {
	color: #d7ecf1;
}

.con-from .con-radio {
	width: 100%;
	float: left;
	color: white;
	font-size: 13px;
	text-align: center;
}
.con-from .con-radio .con-rp{
	width: 95%;
	margin: 0 auto;
}
.con-from .con-radio input {
	width: 15px;
	height: 15px;
	float: left;
	margin-left: 10px;
}

.con-from .con-radio label {
	float: left;
	margin-left: 9px;
	margin-top: 3px;
	color: white;
}

.con-from .con-radio .forget-pwd {
	width: 95px;
	float: right;
	line-height: 24px;
}

.choice {
	position: relative;
}

.choice .radio {
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #0c4757;
	padding-left: 25px;
	cursor: pointer;
}

.choice .radio input {
	position: absolute;
	left: -9999px;
}

.choice .radio i {
	display: block;
	position: absolute;
	top: 3px;
	left: 4px;
	width: 15px;
	height: 15px;
	outline: 0;
	/*border: 1px solid #47a8c0;*/
	background: white;
	border-radius: 50%;
	transition: border-color .3s;
	-webkit-transition: border-color .3s;
}

.choice .radio input:checked+i {
	border-color: #0c4757;
	background: white;
}

.choice .radio input+i:after {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #36c4ff;
	opacity: 0;
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
}

.choice .radio input:checked+i:after {
	opacity: 1;
}

.con-from .con-bottom{
	font-size: 16px;
	color: black;
}
.con-from .con-bottom span{
	color: #36c4ff;
}
