*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #F5F4F2;
	font-size: 14px;
	color: #666;
	height: 100%;
}
ul,li{
	list-style-type:none;
}
.clear{
	clear: both;
}
.page1{
	background-color: #FFF;
}
.marginTop{
	margin-top: 45px;
}
.pageTitle{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 45px;
	background: url(../../images/back.png) no-repeat center left 10px;
	background-size: 20px 20px;
	background-color: #057F44;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	z-index: 999;
}
.loginTop{
	width: 100%;
	padding-top: 60px;
	background-color: #057F44;
	display: flex;
	flex-direction: column;
	height: 170px;
	line-height: 170px;
	color: #FFFFFF;
}
.loginTop .loginTopMain{
	width: 100%;
	height: 55px;
	line-height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.loginTop .loginTopMain .smile{
	width: 55px;
	height: 55px;
	margin-right: 10px;
}
.loginTop .loginTopMain .smile img{
	width: 55px;
	height: 55px;
	border-radius: 100%;
}
.loginTop .loginTopMain .loginTopName{
	height: 35px;
	line-height: 35px;
}
.loginTop .loginTopMain .loginTopName h3{
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
}
.loginTop .loginTopMain .loginTopName h4{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
}

.loginMain{
	width: 92%;
	margin: auto;
	margin-top: -90px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.loginMain .loginTab{
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 16px;
	color: #676767;
}
.loginMain .loginTab .active{
	color: #057F44;
	border-bottom: 1px #057F44 solid;
}

.loginMain .loginForm{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}
.loginMain .loginForm li{
	width: 98%;
	margin: auto;
	height: 45px;
	line-height: 45px;
	margin-bottom: 5px;
	border-bottom: 1px #e8e8e8 solid;
	position: relative;
}
.loginMain .loginForm li input{
	width: 100%;
	height: 43px;
	line-height: 43px;
	border:0px;
	color: #676767;
	font-size: 14px;
}
.loginMain .loginForm li .semd{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 45px;
	line-height: 45px;
	color: #057F44;
	font-size: 18px;
}
.loginMain .loginForm .regFind{
	width: 98%;
	margin: auto;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #676767;
	display: flex;
	flex-direction: row;
	margin-top: 5px;
	justify-content: space-between;
}
.loginMain .loginForm .btn{
	width: 98%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #057F44;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px;
}
.findpws{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
}
.findpws li{
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #e8e8e8 solid;
	margin-top: 5px;
}
.findpws li h5{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #676767;
	overflow: hidden;
	font-weight: normal;
}
.findpws li h4{
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	color: #676767;
	overflow: hidden;
	position: relative;
	font-weight: normal;
}
.findpws li h4 input,.findpws li h4 select{
	width: 100%;
	height: 33px;
	line-height: 33px;
	border: 0px;
	font-size: 13px;
	color: #676767;
}
.findpws li h4 .semd{
	position: absolute;
	top: -10px;
	right: 0px;
	bottom: 0px;
	height: 35px;
	line-height: 35px;
	color: #057F44;
	font-size: 18px;
}
.findpwsbtn{
	width: 80%;
	margin: auto;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #057F44;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px;
}
.findpwsbtn2{
	width: 80%;
	margin: auto;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px #057F44 solid;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #057F44;
}

.registerTop{
	width: 100%;
	height: 200px;
	line-height: 200px;
	background-color: #057F44;
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
}
.registerTop h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 10px;
}
.registerTop h5{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.register{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	margin-top: -50px;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
}
.register li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px #F6F6F8 solid;
	position: relative;
	margin-top: 5px;
}
.register li .regIcon{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.register li .regIcon img{
	width: 25px;
	height: 25px;
	margin: auto;
}
.register li .regInput{
	position: absolute;
	top: 0px;
	left: 45px;
	bottom: 0px;
	right: 0px;
	height: 45px;
	line-height: 45px;
}
.register li .regInput input{
	width: 100%;
	height: 43px;
	line-height: 43px;
	border: 0px;
	font-size: 14px;
	color: #676767;
}
.register li .regSend{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #057F44;
}
.register li .regSend img{
    width: 25px;
    height: 25px;
    margin-top: 10px;
}
.register .regbtn{
	width: 100%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	background-color: #057F44;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px;
}
.register .xieyi{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 30px;
}
.register .xieyi span{
	color: #676767;
}
.content{
	width: 96%;
	margin: auto;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top:55px;
	color: #666;
}
.form{
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	margin-top: 80px;
	font-size: 16px;
	color: #666;
}
.form .formli{
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px #e8e8e8 solid;
	position: relative;
}
.form .formli input,.form .formli .xuanze,.form .formli select{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0px;
	box-sizing: border-box;
}
.form .formli .code2{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 45px;
	line-height: 45px;
	background-color: #FEBA1E;
	color: #FFF;
	width: 100px;
	text-align: center;
	overflow: hidden;
}
.loginMain .xiazai{
    width: 100%;
    height: 65px;
    line-height: 65px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.loginMain .xiazai img{
    width: 35px;
    height: 35px;
    margin: 0 auto;
}
.loginMain .xiazai h5{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #057F44;
}
.form .btn{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 22.5px;
	background-color: #057F44;
	text-align: center;
	border: 0px;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
.tishi{
	width: 100%;
	margin-top: 20px;
	height: 35px;
	line-height: 35px;
	color: #666;
	font-size: 14px;
	text-align: center;
}
.tishi2{
	width: 100%;
	margin-top: 20px;
	line-height: 35px;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 40px;
}
.form .tishi3{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 13px;
	overflow: hidden;
	margin-top: 5px;
}