.weizhi{
    width: 100%;
	min-width: 1240px;
    height: 579px;
    background: #b9e6fb;
    background: url(../images/user/login_dj.png) no-repeat;
	margin-top:106px;
}

.login_register {
	width: 1420px;
    height: 509px;
    margin: 0 auto;
    padding-top: 70px;
}

.user {
	position:!important;
    position: static;
    top: 40px;
    background: #fff;
    overflow: hidden;
    height: 290px;
    width: 280px;
    padding:30px;
    float: right;
	z-index: 0;
}

.text-prompt{
	position:!important;
    position: static;
}

.g-main{
	width: 1420px;
    height: 509px;
    margin: 0 auto;
    padding-top: 156px;
	overflow: hidden;
}

.password_info{
	width:100%;
    margin: 0 auto;
    position: relative;
	border-bottom: 3px solid #ebeaea;
	background: #fff;
}

.step-wp {
    text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #ebeaea;
}

.step-wp .active {
    color: #e1405a;
}
.step-wp span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #c9c9c9;
    margin: 0 28px;
	line-height: 26px;
}

.step-wp .active b {
    background: #e1405a;
}
.step-wp span b {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    color: #fff;
    background: #c9c9c9;
}
.mp-wp {
    width: 600px;
    margin: 130px auto;
	font-size: 12px;
}
.w-item {
    width: 100%;
    overflow: hidden;
     margin: 16px 0;
    line-height: 36px;
    position: relative;
}

.mp-wp  .w-label{
    width: 120px;
    height: 36px;
    line-height: 36px;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    color: #595757;
    float: left;
}

.mp-wp .w-input{
    width: 260px;
    height: 18px;
    line-height: 18px;
    border: 0 none;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
    font-family: 'microsoft yahei';
    float: left;
}
.mp-wp .w-tips {
    color: #9fa0a0;
    padding-left: 15px;
    float: left;
}

.mp-wp input {
    outline: medium none;
}
.mp-wp  .w-button:hover {
    background: #f6587b;
}
.mp-wp  .w-button {
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #e1405a;
	width: 94px;
	height: 30px;
	border: 0 none;
}

.mp-wp .success {
    line-height: 35px;
    font-size: 18px;
    color: #595757;
    text-align: center;
    margin: 50px 0;
}

.mp-wp .back {
    text-align: center;
    font-size: 14px;
}

.mp-wp .back a {
    color: #429deb;
}

.mp-wp .success i{
    background-image: url("../images/user/user_yes.png");
    background-repeat: no-repeat;
}
.mp-wp .success i {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin-right: 20px;
    background-position: -1px -1px;
}

@media screen and (max-width: 1400px) {
	.login_register {
		width: 1110px!important;
		overflow: hidden;
	}
}