*{
    margin:0;
    padding:0;
    list-style: none;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    background: #fff;
}

.container {
    width: 100%;
    overflow-x: hidden;
}

.from {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 150px;
}

h1 {
    width: 100%;
    float: left;
    padding-left:200px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom:30px;
}

ul {
    width: 100%;
    float: left;
    font-size: 14px;
}

ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.from_info {
    width: 100%;
    float: left;
    line-height: 30px;
}

.from_left {
    width: 60px;
    color: #333;
    text-align: right;
    float: left;
    margin-right: 20px;
}

.from_input {
    width: 380px;
    height: 30px;
    float: left;
    position: relative;
}

.from_input input,
.from_input select {
    width: 100%;
    height: 100%;
    outline-color: #caadbd;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0 20px;
}

.from_input img {
    width: 14px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.from_err {
    color: #e03733;
    float: left;
    margin-left: 20px;
}

.from_notice {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.from_notice img {
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 80px;
    margin-top: 3px;
    margin-right: 5px;

}

.from_notice p {
    color: #999;
    line-height: 20px;
}

.register_info {
    width: 100%;
    float: left;
    padding: 10px 125px 65px;
}

.register_button {
    width: 120px;
    height: 40px;
    float: left;
    border-radius: 3px;
    background: #da7167;
    color: #fff;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(218, 113, 103, 0.5);
}

.has_admin,
.to_login {
    color: #333;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 40px;
    float: left;
}

.to_login {
    color: #e03733;
    margin-left: 0;
}

.company_info {
    width: 100%;
    float: left;
    padding-left: 125px;
    color: #666;
}

.tanchu{
	border-radius: 5px;
	width: 400px;
	height: 240px;
	background: #fff;
	position: fixed;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index: 99;
}
.tanchu .c-b{
	background: url(../img/Correct-b.png) center no-repeat;
	width: 25px;
	height: 18px;
	position: absolute;
	top: 84px;
	left: 105px;
}
.tanchu .tanchu-p-1{
	font-size: 20px;
	position: absolute;
	top: 80px;
	left: 141px;
}
.tanchu .tanchu-p-2{
	font-size: 14px;
	position: absolute;
	top: 144px;
	left: 138px;
}
.tanchu-back{
	z-index: 9;
	position: fixed;
	display: inline-block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}