.login_content{
	width: 100%;
	min-height: 509px;
	margin: 0 auto;
	display: flex;
	/* justify-content: space-between; */
	padding: 0px 15px;
	box-sizing: border-box;
	    margin-bottom: 20px;
}
.logo{
	width: 56%;
	min-height:440px; 
	margin-top: 20px;
}
.logo img{
	width: 550px;
	height: 400px;
}
.login_inputs{
	width: 530px;
	height: 400px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	margin-top: 20px;
}
.input{
	width: 100%;
	height: 60px;
	display: flex;
}
.reg_btn{
	width: 100%;
	height: 60px;
	color: #fdb021;
	font-size: 2rem;
	text-align: right;
	display: block;
	padding: 0px 50px 0px 0px;
	box-sizing: border-box;
	line-height: 60px;

}
.fenlei{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0px;
	display: flex;
}
.fenlei_title{
	height: 60px;
	line-height: 60px;
	color: #666666;
	font-size: 2rem;
	padding-left: 15px;
	box-sizing: border-box;
	width: 26%;
	display:block;
	text-align: right;
}
.fenlei input{
	margin: 10px 0px 0px 10px;
    width: 62%;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.fenlei img{
	    width: 140px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
}
.login_btns{
	width: 100%;
	display: flex;

	margin-top: 20px;
	justify-content: space-between;
}
.sure_login{
    width: 80%;
    height: 40px;
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 10%;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
    /* border-radius: 5px; */
    cursor: pointer;
}
.forgetpasswd{
	width: 44%;
	height: 60px;
	line-height: 60px;
	font-size: 2rem;
	color: #666666;
	text-align: center;
}
.getcode{
    font-size: 1.5rem;
    height: 40px;
    margin-top: 10px;
    margin-left: 8px;
    line-height: 40px;
    background: #999999;
    color: #ffffff;
    box-sizing: border-box;
    /* border-radius: 5px; */
    width: 140px;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
}
.getcode_active{
	background: #fdb021;
}
#phonecode{
	width: 34%;
}
