html {
    overflow: auto;
}

.layui-form button {
    cursor: pointer;
    font-size: 12px;
}

.layui-form-item {
    margin: 8px 0;
}

#app {
    background-color: #e9ecf3 !important;
}

body {
    background-color: #e9ecf3;
}

.header {
    background-color: #fff;
    margin-bottom: 120px;
    padding: 12px 0;
}

.header .welcome {
    font-size: 18px;
    line-height: 34px;
    color: #646464;
    padding: 15px 50px;
}

.header .company {
    /* border-top: 1px solid #eee; */
    padding: 0px 25px;
    /* height: 48px; */
}

.header .company span {
    vertical-align: bottom;
    color: #323232;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.header .logo-customer {
    height: 24px;
    vertical-align: bottom;
}

.header-right {
    float: right;
    margin-right: 31px;
    vertical-align: middle;
}

#logo-placeholder {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}

.footer {
    background-color: #e9ecf3;
    text-align: center;
    padding: 100px 0 25px;
    /* height: 133px; */
}

.footer .logo-company {
    height: 40px;
    margin-right: 40px;
    margin-bottom: 15px;
}

.footer ul {
    font-size: 0;
}

.footer ul li {
    display: inline-block;
    font-size: 13px;
}

.footer ul li:before {
    content: '|';
}

.footer ul li:first-child:before {
    content: '';
}

.footer ul a {
    padding: 0 5px;
    color: #646464;
}

.footer .copyright {
    font-size: 12px;
    color: #c7c7c7;
}

.main {
    position: relative;
    height: 554px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #e9ecf3;
    background-size: 100% 680px;
}

.forgetpass-wrapper {
    position: absolute;
    width: 1000px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.wrapper-header {
    height: 54px;
    background-color: #008EE3;
    line-height: 54px;
}

.wrapper-header img {
    width: 31px;
    height: 28px;
    vertical-align: -7px;
    margin: 0 9px 0 18px;
}

.wrapper-header span {
    color: #fff;
    font-size: 18px;
}

.wrapper-main .wrapper-main-title {
    margin-top: 33px;
    margin-left: 58px;
    font-size: 16px;
    color: #333;
}

.wrapper-main-content {
    position: relative;
    text-align: center;
}

.wrapper-main-content .email {
    position: absolute;
    left: 201px;
    top: 78px;
}

.wrapper-main-content .phone {
    position: absolute;
    right: 244px;
    top: 78px;
}

.wrapper-main-content a img {
    width: 135px;
    height: 135px;
    display: block;
    margin-bottom: 14px;
}

.wrapper-main-content a span {
    font-size: 14px;
    color: #666;
}

.wrapper-main-footer {
    position: absolute;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
    color: #666;
    font-size: 14px;
}

.wrapper-main-footer a {
    color: #008EE3;
}