﻿@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input{
	margin: 0;
	padding: 0;
}
body,html{
	width: 100%;
	height: 100%;
	background: url(../images/img/background.png);
	background-size: cover;
	background-attachment:fixed;
}
@font-face {
    /* font-properties */
    font-family: 华文琥珀;
    src:  
	url('Stencil.ttf');

}
ul,ol{list-style:none;}
a{text-decoration:none;font-size: 12px}
/*==================content===================*/
#showErrMsg{
	position: absolute;
    left: 25px;
    font-size: 12px;
    color: #e98536;
}
#loginPlat{
	float: left;
}
#register{
	width: 320px;
    height: 540px;
    /* background: url(../images/img/background_03.png) no-repeat; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -280px;
}
#regist,#regist2{
	width: 320px;
    height: 440px;
   /*  background: url(../images/img/background_03.png) no-repeat; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -230px;
}
#register1,#Accountname,#Accountpassword,#passwordonoff,#codema,#logbtn,#register2,#Accountname2,#Accountpassword2,
#logbtn2,#helpma,#helpelse,#register3,#logbtn3,#codema2{
	width: 100%;
	float: left;
	box-sizing: border-box;
}
#register1 span,#register2 span,#register3 span{
	background: url(../images/img/logo_03.png) no-repeat;
	width: 320px;
	height: 48px;
	display: inline-block;
	margin:0px;
	margin-bottom:10px;
	float: left;
}
#register2 span,#register3 span{
	margin-top: 62px;
	margin-right: 10px;
}
#register1 p,#register2 p,#register3 p{
	font-family: 华文琥珀;
}
#register1 p:nth-of-type(1){
	margin-top:60px;
	font-size: 23px;
	color: #fff;
}
#register2 p:nth-of-type(1){
	margin-top: 62px;
    font-size: 24px;
    color: #fff;
    margin-left: 42px;
    padding-left: 42px;
}
#register2 p:nth-of-type(2){
    margin-left: 110px;
}
#register3 p:nth-of-type(1){
	margin-top: 62px;
    font-size: 23px;
    color: #fff;
    margin-left: 42px;
    padding-left: 42px;
    font-weight:normal;
}
#register1 p:nth-of-type(2),#register2 p:nth-of-type(2),#register3 p:nth-of-type(2){
	padding-top: 3px;
	padding-left: 2px;
	font-size: 16px;
	color: #f58b3b;
}
#register1 p:nth-of-type(2){
	margin-left:90px;
}
#register3 p:nth-of-type(2){
	margin-left: 64px;
    padding-left: 50px;
    font-weight:normal;
}
#Accountname input,#Accountpassword input,#Accountname2 input,#Accountpassword2 input{
	width: 270px;
	height: 40px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size:12px;
	color: #999;
	font-family: "微软雅黑";
	border:none;
	border-bottom:1px solid #e0e0e0;
	outline: none;
}	
#Accountname input,#Accountname2 input{
	margin-top: 36px;
}
#Accountpassword input,#Accountpassword2 input{
	margin-top:20px;
}
#Accountname span{
	/* background:url(../images/img/admin_03_07.png) no-repeat; */
	width: 20px;
	height: 22px;
	display: inline-block;
	position:absolute;
	margin:44px 0 0 -40px;
}
#Accountpassword2 span{
	width: 100px;
	height: 40px;
	display: inline-block;
	border-radius: 0 5px 5px 0;
	background: #fdb82a;
	position:absolute;
	margin: 20px 0 0 -100px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size:12px;
	letter-spacing: 1px;
	cursor: pointer;
}
#Accountpassword span{
	background:url(../images/img/yanjing_03.png) no-repeat;
	width: 24px;
	height: 14px;
	display: inline-block;
	position:absolute;
	margin:36px 0 0 -40px;
	right: 30px;
}
#Accountpassword .active{
	background:url(../images/img/yanjing_06.png) no-repeat;
	width: 24px;
	height: 10px;
	display: inline-block;
	position:absolute;
	margin:38px 0 0 -40px;
}
.cbox{
	display:inline-block;
	width:16px;
	height:16px;
	background:#fff;
	float: left;
	margin:16px 0 24px 0;
	border:1px solid #e0e0e0;
	margin-left:25px;
	vertical-align: middle;
}
.cbox.checked{
	background: url(../images/img/xuanze_11.png) -1px no-repeat;
}
#passwordonoff em,#passwordonoff a{
	font-size: 12px;
	color: #7d7c7d;
	display: inline-block;
	float: left;
	margin-top: 18px;
	font-style: normal;
}
#passwordonoff em{
	margin-left:8px;
}
#passwordonoff a{
	float: right;
	margin-right: 25px;
}
#codema input,#codema img{
	box-sizing: border-box;
	font-size:14px;
	color: #999;
	font-family: "微软雅黑";
	border-radius: 5px;
	border:none;
}
#codema input{
	width: 150px;
	height: 40px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
	margin-left:25px;
	font-size:12px;
	border:1px solid #e0e0e0;
}
#codema img{
	width: 100px;
	height: 40px;
	float: left;	
}
#logbtn,#logbtn2,#logbtn3{
	margin-top:30px;
	width: 270px;
	height: 40px;
	background: #00a1de;
	color:#fff;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	font-family: "微软雅黑";
	border-radius: 5px;
	border:none;
	margin-left:25px;
}
#logbtn3{
	margin-top:26px;
}
#logbtn:hover,#logbtn:visited,#logbtn:active,#logbtn3:hover,#logbtn3:visited,#logbtn3:active,
#Accountpassword2 span:hover,#Accountpassword2 spans:visited,#Accountpassword2 spans:active{
	background: #00a1de;
}
#zhushi{
	float: left;
    font-size: 12px;
    color: #7d7c7d;
    text-align: center;
    margin-top: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    width:100%;
}
#zhushi2{
	float: left;
	font-size: 12px;
	color: #7d7c7d;
	text-align: center;
	margin-top: 14px;
	margin-bottom:20px;
	width:100%;
	letter-spacing: 1px;
}
#helpma{
	margin-top:20px;
	color: #7ea2c7;
	font-size: 12px;
	margin-left: 75px;
}
#helpma a{
	color:#2c8adc;
}
#codema2{
	margin-top:20px;
}
#codema2 input{
	box-sizing: border-box;
	font-size:12px;
	color: #999;
	font-family: "微软雅黑";
	border-radius: 5px;
	border:none;
	width: 150px;
	height: 40px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
	margin-left:25px;
	border:1px solid #e0e0e0;
}
#codema2 a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	float: left;
	color: rgb(44, 138, 220);
	margin-left: 25px;	
}
#randCodeImage{
	height: 40px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
    float:left;
}
#showErrMsg{
    bottom: 122px;
}
#registContent{
	float: left;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    text-align:center;
    position:relative;
}
#linePoint{
	width:100%;
	float:left;
}
#linePoint i{
	width: calc(50% - 45px);
    height: 1px;
    display: inline-block;
    background: #e0e0e0;
    margin-top: 20px;
    vertical-align: middle;
}
#linePoint span{
	width: 8px;
    height: 8px;
    display: inline-block;
    background: #e0e0e0;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: 20px;
    margin-left: 15px;
    margin-right:15px;
}