/*注册页面*/
.wap {
	width: 100%;
	height: 100%;
}
.reg-container {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 60%;
    background: url(../images/bg.png) no-repeat 50%;
    background-size: 100% 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.reg-header {
    z-index: 99;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}
.reg-header .reg-logo {
    float: left;
    width: 200px;
    height: 50px;
    background: url(../images/logo.png) no-repeat 50%;
    background-size: 100% 100%;
    margin: 16px 0 0 31px;
}
.main-reg {
    width: 1200px;
    min-height: 300px;
    margin:0 auto;
    padding-top: 12%;
}
.register-box {
    width: 360px;
    height: 490px;
    padding: 20px 60px 0;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin:0 auto;
    box-shadow: 0 5px 20px #ccc;
    
}
.register-box .to-agent {
	width: 100%;
	height: 60px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	bottom: -5px;
	left: 0px;
	border-radius: 0 0 15px 15px;
	text-align: center;
	line-height: 60px;
}
.register-box .to-agent a {
	display: inline-block;
	font-size: 14px;
	color: red;
}
.register-box h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    letter-spacing: 5px;
    padding: 12px 0 24px;
    margin: 0;
}
.n-row { 
	position: relative; 
	margin-bottom: 25px; 
	}
.n-row a:hover{color: #094da9;}
.n-row .n-text {
    width: 100%;
    height: 36px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    line-height: 36px;
    text-indent: 45px;
}
.n-rg {
    position: absolute;
    width: 74px;
    height: 38px;
    line-height: 38px;
    top: 0px;
    left: 10px;
    color: #666;
    font-size: 14px;
}
.n-row .form-tips {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
    color: red;
}
.n-row .n-nosee {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	cursor: pointer;
	color: #999;
}

.n-row .n-see{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	cursor: pointer;
	color: #E4393C;
}
.n-code {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    margin-left: 10px;
    width: 77px;
    height: 36px;
    overflow: hidden;
}
.n-get-code {
	border: 1px solid #094da9;
	line-height: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0 10px;
    color: #094da9;
    cursor: pointer;
    background: #fff;
    margin-left: 10px;
}
.n-get-code.n-success {
	color: #999;
	border: 1px solid #999;
}

.n-code  .code-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.n-row .n-btn {
    height: 40px;
    background: #094da9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
}
.link-login {
	display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color:#094da9;
    text-align: center;
}
.reg-footer {
	width: 100%;
    position: fixed;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #094da9;
    height: 50px;
    line-height: 50px;
}
/*登录页面*/
.login-header {
    width: 500px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 30% auto;
}
.login-header img {
	height: 80px;
	width: auto;
	float: left;
}
.login-header h1 {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    color: #fff;
    border-left: 1px solid #C8C8C8;
    font-size: 32px;
    font-weight: normal;
}

.n-login-bg {
    background-image: url(../images/bg1.png);
    /*background-position: center center;*/
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    background-size: cover;
}
.new-login {
    margin: 30% auto;
    height: 400px;
    width: 460px;
}
.new-login h2{margin-bottom: 20px;text-align: center;}
.n-login-bd {
	width: 40%;
    float: right;
}
.new-login-con {
    background: #fff;
    padding: 30px 25px 10px;
    border-radius: 10px;
}
.n-title {
	overflow: hidden;
	margin-bottom: 20px;
}
.n-title span {
    font-size: 18px;
    color: #444444;
    float: left;
}
.n-title p {
    float: right;
    color: #888888;
    margin-top: 2px;
}
.n-title p a {
    color: #E4393C;
}
.new-login-con .login-name,.new-login-con .login-code {
    font-size: 20px;
    color: #999;
    position: absolute;
    top: 9px;
    left: 18px;
}
.n-tips {
    position: absolute;
    left: 0px;
    top: 40px;
    padding-left: 10px;
    color: red;
}
.login-footer {
	height: 50px;
    line-height: 50px;
    color: #fff;
	text-align: center;
    position: fixed;
    bottom: 0;
    width: 60%;
	}

/*忘记密码*/
.password-header {
    width: 1000px;
    height: 60px;
    margin: 20px auto;
}
.password-header img {
	height: 60px;
	width: auto;
	float: left;
}
.password-header h1 {
    display: block;
    float: left;
    height: 43px;
    line-height: 43px;
    margin-left: 20px;
    padding-left: 20px;
    color: #666;
    border-left: 1px solid #C8C8C8;
    font-family: "微软雅黑";
    font-size: 22px;
    margin: 9px 0 0;
}
.n-password {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	border-bottom:  1px solid #ddd;
	padding-left: 268px;
}
.n-password .n-item {
	margin-bottom: 30px;
}
.n-password .n-item .n-item-label{
    display: inline-block;
    width: 140px;
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.n-password .n-item .n-item-control {
	position: relative;
	display: inline-block;
	width: 320px;
}
.n-password .n-item b {
	color: #E4393C;
}
.n-password .n-item select {
    width: 280px;
    padding: 0px 10px;
    height: 36px;
    border: 1px solid #ccc;
    color: #999999;
}
.n-password .n-item input {
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    width: 280px;
    text-indent: 10px;
}
.n-password .n-item .code-image {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 36px;
    margin-right: 10px;
    cursor: pointer;
}
.n-password .n-item a {
	color: #E4393C;
}
.n-nextstep {
    cursor: pointer;
    height: 40px;
    width: 160px;
    background: #E4393C;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border: none;
}
.reset-step {
    height: 80px;
    width: 702px;
    margin: 80px auto 50px;
}
.steps-item {
	width: 33.3333%;
    display: inline-block;
    position: relative;
    float: left;
}
.steps-item .steps-tail {
    width: 100%;
    overflow: hidden;
}
.steps-item .steps-head {
    position: absolute;
    left: 44%;
    top: -10px;
}
.steps-item .steps-main {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.steps-item .steps-tail>i {
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #ccc;
    border-radius: 1px;
    position: relative;
    vertical-align: top;
}
.steps-head .steps-head-inner {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #ccc;
}
.steps-head .steps-head-inner span {
    color: #fff;
}
.steps-main .steps-content {
    color: #999;
}
.steps-item.steps-status-process .steps-tail>i {
    background-color: #E4393C;
}
.steps-item.steps-status-process .steps-head-inner {
    border-color: #E4393C;
    background-color: #E4393C;
}
.steps-item.steps-status-process .steps-content {
    color: #E4393C;
}
.set-over {
	padding-left: 58px;
    line-height: 25px;
    background: url(../images/success_icon.png) no-repeat;
}
.set-over h3{
	color: #71b247;
}
.set-over .return-login {
    color: #999;
}
