#login{
	width: 100%;
	min-height: auto;
	background: none;
}

/*用户登录*/
.user-made{
	width: 100%;
	background-color: white;
	display: flex;
}
.user-made .user-made-content{
	width: 600px;
	margin: 20px auto;
}
.user-made-content h1{
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	font-weight: 100;
	margin-bottom: 40px;
}
.user-made-content label{
	width: 30%;
	float: left;
	font-size: 18px;
	line-height: 40px;
	text-align: right;
	margin-bottom: 30px;
}
.user-made-content label:last-child{
	margin-bottom:0
}
.user-made-content .user-made-input{
	width: 70%;
	float: left;
	margin-bottom: 30px;
}
.user-made-content .user-made-input:last-child{
	margin-bottom:0
}
.user-made-content .login-pop-input-box{
	width: 55%;
}
.user-made-input .made-input{
	line-height: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 260px;
	padding: 0 10px;
	margin-left: 20px;
}
.user-made-input .made-input:focus{
	border: 1px solid #00aca0;
}
.user-made-btn{
	margin-left: 20px;
	display: block;
	width: 320px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	background: #00aca0;
	color: white;
	text-align: center;
	margin: auto;
}
.user-made-btn:hover{
	background: #00897e;
}

.product-made .insuranceTemp-show-warringtext{
    position: absolute;
    margin-left: 20px;
    font-size: 12px;
    color: red;
    padding: 3px 12px;
}
#company_info #success-box{
	text-align: center;
	margin-top: -20px;
}
#success-box p:first-child{
	font-size: 35px;
	color: #00ACA0;
	margin-top: 20px;
}
#success-box p:last-child{
	font-size: 16px;
	margin-top: 10px;
}
#success-box .success-btn{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
#success-box .success-btn button{
	margin: 0 auto;
	margin-top: 30px;
}
.login-body .login-input-num{
	position: relative;
}
.login-body .login-input-num span{
    position: absolute;
    top: 0;
    right: -25px;
    color: #aaa;
	font-size: 12px;
	line-height: 30px;
}
.login-body .input-state-error input{
	border-color: #e8383d;
}
.login-body .input-state-error span{
	color: #e8383d;
}
.login-body .login-input-num p{
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    left: 0;
    color: #e8383d;
    display: none;
    white-space: nowrap;
}
.login-body .input-state-error p{
	display: block;
}
.tab-ver-box .login-input-num p {
	bottom: -20px;
}
/*弹出登陆*/
.change-login-box{
	position: fixed;
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	background: rgb(0,0,0,0.6);
}

/*drag*/
#login .drag-public {
    position: relative;
    background-color: white;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
#login .drag-public .drag_bg {
    background-color: #00ab9f;
    height: 40px;
    width: 0;
}
#login .drag-public .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    /* border: 1px solid #ccc; */
    cursor: move;
    background-color: #e5e5e5;
    color: white;
}
#login .drag-public .drag_text{
	/*color: #999999;*/
}
#login .login-pop-ver-box{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-left: 20px;
}
.public-login-pop-v2{
	line-height: 1.6 !important;
}
.public-login-pop .login-input-num p{
    bottom: -30px;
    left: 20px;
}
.public-login-pop-v2 .login-input-num p{
    bottom: -30px;
    left: 20px;
}
.public-login-pop-v2 #drag2{
	width: 100%;
}
.public-login-pop-v2 .md-content h3{
	line-height: 1.6;
}
.public-login-pop-v2 .user-made-content label{
	font-weight: 300;
}
.public-login-pop-v2 .user-made-input .made-input {
    width: 280px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}
.public-login-pop-v2 .user-made-input .made-input:focus{
	border: 1px solid #00ACA0;
}
.public-login-pop-v2 .login-input-num span{
	top: 6px;
}
.find-pw{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color: #666;
}
.find-pw a{
	color: #00aca0;
}
.find-pw a:hover{
	color: #666;
}