.regist-base-panel{
	margin: 20px auto 0;
	width: 900px;
}
.regist-header {
	position: relative;
	height: 50px;
	z-index: 1030;
	width: 100%;
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
}
.regist-header > .regist-info{
	float: right;
	color:black;
	line-height: 50px;
}
.regist-top-menu{
	background-color: rgb(35, 54, 71);
	border: none;
	border-radius: 5px;
	height: 60px;
	padding: 0 270px;
}
.regist-top-menu > .regist-menu-div{
	color: white;
	font-size: 16px;
	height:60px;
	line-height: 58px;
	width: 150px;
	text-align : center;
	margin: 0 auto;
}
.regist-body {
	position: relative;
	width: 100%;
	border: none;
	border-radius: 5px;
	background-color: white;
	margin-top: 10px;
	padding-left: 200px;
	padding-top: 20px;
}
.regist-body  .regist-info-label{
	width: 100px;
	border: none;
	height:40px;
	line-height: 40px;
	float: left;
	margin-top: 20px;
}
.regist-body  .w150{
    width: 150px;
}
.regist-body  .regist-info-input{
	width: 340px;
	height:40px;
	border:1px solid rgb(220, 220, 220);
	border-radius:5px;
	line-height: 40px;
	float: left;
	margin-right: 200px;
	margin-top: 20px;
	background-color: rgb(244, 244, 244);
}
.regist-body  .regist-info-div{
    width: 150px;
    height:150px;
    border:1px solid rgb(220, 220, 220);
    border-radius:3px;
    line-height: 40px;
    float: left;
    margin-right: 200px;
    margin-top: 30px;
    color: rgb(220, 220, 220);
    vertical-align: middle;
}
.regist-body  .regist-info-kap{
	width: 150px;
	height:40px;
	border:1px solid rgb(220, 220, 220);
	border-radius:5px;
	line-height: 40px;
	float: left;
	margin-right: 70px;
	margin-top: 20px;
	background-color: rgb(244, 244, 244);
}
.regist-body  .regist-info-kapimg{
	float: left;
	margin-top: 20px;
	cursor: pointer;
	width: 120px;
	height:40px;
}
.regist-body  .regist-info-radio-group{
	width: 340px;
	height:40px;
	line-height: 40px;
	float: left;
	margin-right: 200px;
	margin-top: 20px;
}
.regist-body  .regist-info-radio-group > .regist-info-radio{
	zoom:1.3;
	margin-top: 0px;
	margin-left: 10px;
}
.regist-body  .regist-info-button{
	width: 340px;
	height:40px;
	border: none;
	border-radius:5px;
	line-height: 40px;
	margin-left:100px;
	margin-top: 35px;
	background-color: rgb(35, 54, 71);
	color: white;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.regist-body  .message-info-button{
	float: left;
	margin-top: 20px;
	cursor: pointer;
	width: 120px;
	height:40px;
	border: none;
	border-radius:5px;
	line-height: 40px;
	background-color: rgb(35, 54, 71);
	color: white;
	text-align: center;
	font-size: 16px;
}
.regist-body  .regist-info-message{
	width: 340px;
	height:40px;
	border: none;
	line-height: 40px;
	margin-left:100px;
	margin-top: 5px;
	margin-bottom:50px;
	color: rgb(94, 121, 150);
	font-size: 13px;
}
.regist-body  .regist-password-message{
	width: 400px;
	height:40px;
	border: none;
	line-height: 40px;
	margin-left:100px;
	margin-top: 5px;
	color: rgb(94, 121, 150);
	font-size: 13px;
}

.wrap{
	width: 340px;
	height:40px;
	border:1px solid rgb(220, 220, 220);
	border-radius:5px;
	line-height: 40px;
	float: left;
	margin-right: 200px;
	margin-top: 20px;
	background-color: rgb(244, 244, 244);
    position:relative;
    }
    .rect{
        position:relative;
        width:340px;
        height:100%;
    }
    .rec{
        position:absolute;
        top:0;
        left:0;
        width:0;
        height:100%;
        background: #00b894;
        text-align: center;
    }
    .silde{
        position:absolute;
        top:-1px;
        left:-1px;
        z-index: 11;
        /*在这里面，当设置长宽为40px时在加上边框1px就会超出 40px。
        可以使用怪异盒模型，怪异盒模型会使盒子的宽高包括边框，操持40px；*/
        box-sizing:border-box;
        width:40px;
        height:40px;
        background: #fff;
        border:1px solid #ccc;
        border-radius:5px;
        cursor: pointer;
        background:url(/static/img/silde.png) no-repeat;
    }