*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html, body, #app {
    height: 100%;
    width: 100%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*::-moz-placeholder {
    color: #ccc;
}
body {
	color: #58666e;
    background-color: #f0f3f4;
    box-sizing: border-box;
    color: #58666e;
    min-width: 500px;
    position: relative;
	font-size: 12px;
    line-height: 22px;
	overflow: hidden;
}
article, aside, blockquote, body, button, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
.member-login-box::after {
    background: rgba(0, 0, 0, 0) url("../images/bannerbg.jpg") no-repeat scroll center center / cover ;
    bottom: 0;
    content: " ";
    display: block;
    filter: blur(15px);
    height: 100%;
    position: absolute;
    width: 100%;
}
.member-login-box {
    height: 100%;
    min-height: 660px;
    width: 100%;
}
.member-login-content {
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    margin-top: -60px;
    padding: 20px 0 50px 0;
    position: absolute;
    top: 55%;
    transform: translate(0px, -50%);
    width: 100%;
    z-index: 10;
}
.mamber-login-icon {
    background: rgba(0, 0, 0, 0) url("../images/logo-s.png") no-repeat scroll 50% 50% / cover ;
    border-radius: 30%;
	box-sizing: border-box;
	filter: blur(0.8px);
    color: #58666e;
    font-size: 60px;
    height: 125px;
    line-height: 80px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 125px;
}
.mamber-login-icon:hover {
	filter: blur(0.3px);
}
.member-login-content .hd {
    padding: 20px 0;
    text-align: center;
}
.member-login-content .hd p {
    font-size: 16px;
    padding-top: 10px;
}
.member-login-content .bd {
    margin: 0 auto;
    width: 386px;
}
.hidden {
    display: none;
}
button, input, select, textarea {
    font-size: 100%;
}
input[type="text"], input[type="number"], input[type="password"], input[type="button"], input[type="submit"], input[type="checkbox"], textarea, button {
    outline: 0 none;
    transition: background-color 0s ease 0s;
}
button, input, select, textarea {
    font-size: 100%;
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0 none;
}
.form-item {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.form-item .el-form-item__content > .iconfont {
    bottom: 0;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 999;
}
@font-face {
  font-family: 'iconfont';  /* project id 290433 */
  src: url('//at.alicdn.com/t/font_290433_qf3cxd5dyd3x47vi.eot');
  src: url('//at.alicdn.com/t/font_290433_qf3cxd5dyd3x47vi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_290433_qf3cxd5dyd3x47vi.woff') format('woff'),
  url('//at.alicdn.com/t/font_290433_qf3cxd5dyd3x47vi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_290433_qf3cxd5dyd3x47vi.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.el-autocomplete, .el-dropdown {
    display: inline-block;
    position: relative;
}
.el-input {
    font-size: 14px;
    position: relative;
}
.el-input, .el-input__inner {
    display: inline-block;
    width: 100%;
}
.form-item {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.el-form-item {
    margin-bottom: 22px;
}
.form-item .inputbox .el-input__inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #ccc;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 16px;
    height: 40px;
    padding: 9px 10px 9px 41px;
    width: 100%;
}
.el-form-item__content {
    font-size: 14px;
    line-height: 36px;
    position: relative;
}
.form-item .el-form-item__content > .iconfont {
    bottom: 0;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 999;
}
.member-login-box .min-footer {
    left: 0;
    padding-top: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.tc {
    text-align: center;
	color: #dddddd;
}
.el-button--primary {
    background-color: #20a0ff;
    border-color: #20a0ff;
    color: #fff;
}
.warning { color: red; margin-top: 15px; }
.login_error { color: blue; margin-top: 15px; }
.el-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    color: #1f2d3d;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 10px 15px;
    white-space: nowrap;
}
.el-button, .el-textarea__inner {
    box-sizing: border-box;
    font-size: 14px;
}
.el-button, .el-checkbox-button__inner {
    -moz-user-select: none;
    outline: 0 none;
    text-align: center;
}