*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	border: none;
	outline: none;
}
body{
	background: url("../images/bg.jpg") no-repeat;
	background-size: 100% 100%;
}
.header{
	height: 50px;
	background-color: #15AD84;
}
.home-header{
	width: 70%;
	height: 50px;
	min-width: 960px;
	line-height: 50px;
	margin: 0 auto;
}
.logo{
	width: 70%;
	min-width: 960px;
	padding-top: 10px;
	margin: 0 auto;
}
.logo span{
	color: #83B1DA;
	cursor: pointer;
}
.clear:after{
	content:"";
	height: 0;
	line-height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}
.home-header > div{
	width: 50%;
	height: 100%;
	float: left;
	font-size: 14px;
	color: #eff3f2;
}
.header-left{
	text-align: left;
}
.header-right{
	text-align: right;
}
.header-right a{
	color: #eff3f2;
}
.user-name{
	margin-right: 5px;
}
.home-header .iconfont{
	margin-right: 5px;
	font-size: 16px!important;
	vertical-align: bottom;
}
.header-right span{
	cursor: pointer;
}
.header-right > span:first-child{
	margin-right: 20px;
}
.main {
    width: 70%;
	 min-width: 960px;
    height: 100%;
	 padding-top: 50px;
    overflow: hidden;
    margin: 0 auto;
	 box-sizing: border-box;
}
.main .sidebar {
    position: absolute;
    top: 160px;
    left: 0;
    bottom: 0;
    z-index: 998;
    width: 200px;
    padding: 15px 0;
    background: #01A67B;
    overflow-x: hidden;
	 border-top: 5px solid #ECBE44;
}
.main .content {
    position: absolute;
    left: 200px;
    right: 0;
    top: 160px;
    bottom: 0;
    z-index: 999;
	 background-color: #FFFFFF;
	 border-top: 5px solid #ECBE44;
	 padding: 20px;
	 box-sizing: border-box;
}
.title{
	display: inline-block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #CDF1E5;
	font-size: 20px;
}
.headline{
	border-bottom: 1px solid #F6F6F6;
	padding-bottom: 10px;
}
.headline .line{
	display: inline-block;
	width: 5px;
	height: 20px;
	background-color: #02A57B;
	margin-right: 10px;
	vertical-align: top;
}
.user-info{
	padding-top: 30px;
}
.layui-form-item{
	width: 385px;
	height: 30px;
	margin: 0 auto 30px;
}
.layui-form-label{
	line-height: 30px;
	padding: 0;
}
.disabled-input{
	background-color: #FFFFFF;
	text-align: center;
	border: none;
	float: left;
}
.icon-xiugai{
	float: right;
	margin-right: -30px;
	font-size: 20px;
	cursor: pointer;
}
.layui-input-block {
	text-align: center;
   line-height: 30px;
}
#bind-wechat{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background-color: #169BD5;
	cursor: pointer;
	letter-spacing: 2px;
}
#unbind-wechat, #guide, #logoff-save{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
	cursor: pointer;
	letter-spacing: 2px;
}
#unbind-wechat{
	display: none;
}
.edit-type{
	padding-left: 20px;
}
.edit-type div{
	border: 1px solid #F6F6F6;
	width: 500px;
	line-height: 40px;
	padding-left: 20px;
	margin-top: 20px;
	cursor: pointer;
}
#edit-name,#edit-phone,#unbind-from{
	padding-top: 30px;
	display: none;
}
.btn{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	margin: 0 auto;
	background-color: #01A67B;
	cursor: pointer;
}
#edit-name-save{
	background-color: #EEBD44;
	margin-top: 90px;
}
.red_tip{
	color: red;
	margin-right: 3px;
	vertical-align: middle;
}
.lay-step {
    padding-left: 105px!important;
}
#edit-phone .layui-form,.edit-pswd .layui-form{
	margin-top: 70px;
}
.layui-form-label {
    width: 85px!important;
}
.code{
	padding-right: 116px;
}
.code input{
	float: left;
}
.get-code{
	float: right;
	margin-right: -116px;
}
.pwdLoginMain{
	padding: 90px 0 30px;
	text-align: center;
	font-size: 20px;
	color: #01A67B;
}
.dialog-wrap{
	position: fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: rgba(61,61,61,0.8);
	z-index:9999;
	overflow: hidden;
}
#login_container{
	position: absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	margin:auto;
	width:312px;
	height:312px;
	background: #ffffff;
	z-index:2;
}
.dialog-close {
	width: 30px;
	height: 30px;
	background: #f52604;
	color: #BFBFBF;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 30px;
	cursor: pointer;
}
.img-codes{
	padding-right: 85px;
}
.img-codes input{
	float: left;
}
.img-codes img{
	display: inline-block;
	height: 30px;
	margin-right: -85px;
	float: right;
}
#wechatEdit,#pswdEdit{
	display: none;
}
#wechatEdit{
	transform: scale(0.7);
	width: 280px;
	height: 280px;
	margin:  -45px auto 0;
}
.marginTop{
	margin-top: 40px!important;
}
#guide-img{
	display: none;
}
#guide-img > div {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#guide-img img{
	width: 300px;
}

#guide-img button{
	width: 100px;
	height:30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	background: #ffffff;
	color: #3e3b3b;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 5px;
}