body{
font-size:16px;
color:#333;
margin:0 auto;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
background:#f5f5f5
}

em{ font-style:normal}
.cl{ clear:both}
div,ul,li,table
{
color:#333;
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
margin:0 auto; 
padding:0;
list-style:none;
box-sizing:border-box
}
*{outline:0px; margin:0 auto; padding:0; box-sizing:border-box; font-style:normal}
a,a:link,a:visited,a:active {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #036d6d;
}

/*定义新型浏览器特性*/
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}


img{border:none}

/*分页样式*/
.pageban{ width:100%; text-align:center; float:left; font-size:14px}
.page_info{text-align:center;margin-top:20px;color:#333; font-size:14px}}
.page_info span{padding:0 2px;font-weight:bold;}

.page_list {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;
	font-family: Microsoft Yahei;
	font-size: 12px;
	margin-top:20px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom:80px;
}

.page_list a {
	display: inline-block;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 0 13px;
	margin: 0 3px
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #036d6d;
	background: #036d6d
}

.page_list a.on {
	background-color: #036d6d;
	color: #fff;
	border: 1px solid #036d6d
}


.page_lista {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;
	font-family: Microsoft Yahei;
	font-size: 12px;
	margin-top:20px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom:80px;
}

.page_lista a {
	display: inline-block;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 0 13px;
	margin: 0 3px
}

.page_lista a:hover {
	color: #fff;
	border: 1px solid #e91314;
	background: #036d6d
}

.page_lista a.on {
	background-color: #e91314;
	color: #fff;
	border: 1px solid #e91314
}

/*去掉input自动补全后的黄色样式*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;background-color:transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
font-size: 14px !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
font-size: 14px !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
font-size: 14px !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
font-size: 14px !important;
}


/*官方首页*/
header{ width:100%; height:100px; border-bottom:1px solid #ddd; padding-top:15px; background:#fff; position:fixed; top:0; z-index:9}
header .logo{display: flex;align-items: center; }
.wapper{ width:92%;overflow:hidden; max-width:1400px; margin:0 auto;}
.wappers{ width:92%; padding:0 4%;overflow:hidden;}
.kbh{ width:100%; height:120px; float:left}
nav{ float:right; margin-top:15px}
nav a{ padding:10px 18px 38px 18px; display:block; position:relative;transition: 0.3s ease-in-out; float:left; }
nav a:after{ width:100%; transform: scaleX(0); height:2px; background:#036d6d; position:absolute; bottom:0; left:0; content:'';transition: 0.3s ease-in-out;}
nav a:hover:after{transform: scaleX(1);}
.bs_w{width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    padding: 30px;
    min-height: 480px;}
	
.mem_login_header{ width:100%; float:left; border-bottom:1px solid #ddd; padding-bottom:25px; margin-bottom:50px}
.mem_login_header strong{ float:left; font-size:20px; font-weight:normal}
.mem_login_header span{ float:right; font-size:14px; margin-top:5px}
.mem_login_header span a{color: #036d6d;}
.mem_login_w{ width:430px; margin:0 auto}
.layui-input{ font-size:14px}

.mem_login_list{ width:100%; float:left; margin-bottom:30px; font-size:14px; position:relative}
.mem_login_lista{ width:100%; float:left; margin-bottom:30px;font-size:14px; text-align:center}
/* 隐藏干扰字段 */
.hidden-field {
position: absolute;
left: -9999999px;
width: 1px;

}

/* 防止浏览器识别为密码字段 */
.password-field {
-webkit-text-security: none;
text-security: none;
}
.layui-layer-msg{animation: none !important}
.mem_login_list .layui-input{ height:48px !important; line-height:48px !important; border:1px solid rgba(0,0,0,.2); border-radius:8px}
.mem_login_list strong{ width:250px; float:left; font-weight:normal}
.mem_login_list .yzm{ width:calc(100% - 250px); float:right; font-weight:normal; text-align:right}
.mem_login_list .yzm a{color: #036d6d}
.mem_login_list .sub{ background:#036d6d; color:#fff; border:none; width:100%; padding:15px 0; border-radius:8px; font-size:16px; cursor:pointer; margin-top:5px;}
.footer{text-align:center; background:#fff; margin-top:20px; font-size:14px; color:#666; width:100%;overflow:hidden; margin:0 auto; padding:30px 0; margin-top:30px}
.layui-layer-btn { text-align:center; font-size:14px;margin-bottom:20px;}
.layui-layer-btn .layui-layer-btn0 {

    border-color: transparent;
    background-color: #036d6d;
    color: #fff;
}
.unrenok{ position:absolute; right:10px; z-index:1; color:red; font-size:14px}
.renok{ position:absolute; right:10px; z-index:1; color:green; font-size:14px}
.agreement{ font-size:14px}
.agreement a{ color:#036d6d}

.mem_login_list .yzml{ width:250px; float:left; font-weight:normal}
.mem_login_list .yzmr{ width:calc(100% - 270px); float:right;}
.fsyzman{ float:right; font-size:14px; border:1px solid #036d6d; background:#fff; height:46px; width:100%; border-radius:8px; color:#036d6d}
.password-strength {
    margin-top: 8px;
	width:100%;
	margin-bottom:15px;
	position:relative;
	float:left;
}
.password-strength-bar {
    height: 4px;
    background: #eee;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.password-strength-fill {
    height: 100%;
    width: 0%;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.password-strength-text {
    font-size: 12px;
    margin-top: 4px;
    font-weight: bold;
}
.strength-weak { background: #ff4757; }
.strength-medium { background: #ffa502; }
.strength-strong { background: #2ed573; }

.mem_leftarea{ width:230px; padding:40px; background:#fff; overflow:hidden; float:left}
.mem_rightarea{ width:calc(100% - 260px); padding:40px; background:#fff; overflow:hidden; float:right}
.l_b{ float:left; width:100%; margin-bottom:20px}
.l_s a{ float:left; width:100%; height:36px; line-height:36px; font-size:14px; color:#666}
.l_s a:hover{color:#036d6d}
.l_sa a{ float:left; width:100%; height:36px; line-height:36px; font-size:14px; color:#036d6d}