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 {
    border-top: 1px solid transparent;
}

.wrapper-main-head {
    margin-top: 80px;
    padding-left: 196px;
}

.wrapper-main-head>div {
    border-top: 2px solid #C7C7C7;
    float: left;
    position: relative;
}

.wrapper-main-head>div:nth-child(1) {
    border-top: 2px solid #0083ee;
    float: left;
}

.wrapper-main-head .progress-number {
    font-size: 32px;
    color: #C7C7C7;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40%;
}

.wrapper-main-head div:nth-child(1) .progress-number {
    color: #0083ee;
}

.wrapper-main-head .progress-text {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #646464;
}

.wrapper-main-head div:nth-child(1) .progress-text {
    color: #0083ee;
}

.wrapper-main-content {
    width: 500px;
    padding-top: 110px;
    margin: auto;
}

.layui-form-item {
    width: 85%;
}

.forgetpass-wrapper .verification-code .layui-input-inline {
    width: calc(100% - 209px);
}

.wrapper-main-content .next-step {
    cursor: pointer;
    width: 95px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #0083ee;
    color: #fff !important;
    font-size: 12px !important;
    border-color: transparent !important;
}

.wrapper-main-content .next-step:hover {
    background-color: #00a0ff;
    border-color: #00a0ff;
}

.wrapper-main-content .next-step:active {
    background-color: #008ee3;
    border-color: #008ee3;
}

.content-tip {
    width: 600px;
}

.content-tip h4 {
    margin-top: 10px;
    margin-left: 25px;
    font-size: 14px;
    color: #323232;
}

.content-tip .email-tip {
    margin-left: 10px;
    color: #008FE7;
}

.content-tip h5 {
    margin-top: 27px;
    margin-left: 25px;
    font-size: 12px;
    color: #646464;
}

.content-tip h5 span {
    color: #008FE7;
}