.header .welcome {
    font-size: 18px;
    line-height: 34px;
    color: #646464;
    padding: 15px 50px;
}

.header .company {
    /* border-top: 1px solid #eee; */
    padding: 28px 25px;
    height: 100px;
}

.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;
}

.footer {
    text-align: center;
    width: 80%;
    /* padding: 45px 0 25px; */
    /* height: 133px; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}

.footer .logo-company {
    width: 60px;
    /* height: 40px; */
    margin-right: 10px;
    margin-bottom: 15px;
}

.footer ul {
    font-size: 0;
}

.footer ul li {
    display: inline-block;
    font-size: 12px;
}

.footer ul li:before {
    content: '|';
    color: #BCE4FF;
}

.footer ul li:first-child:before {
    content: '';
}

.footer ul a {
    padding: 0 5px;
    color: #BCE4FF;
}

.footer .copyright {
    font-size: 12px;
    color: #c7c7c7;
}

.main {
    position: relative;
    /* height: 680px; */
    height: 93%;
    /* background-repeat: no-repeat;
    background-position: center 0; */
    /* background-image: url(/resources/images/login.png); */
    /* background-color: #348df3; */
    /* background-size: 100% 680px; */
}

.login-wrapper {
    position: absolute;
    /* width: 424px; */
    width: 360px;
    height: 370px;
    padding: 3px;
    top: 50%;
    /* bottom: 0; */
    /* right: 10%; */
    right: 50%;
    transform: translate(50%, -50%);
    /* margin: auto; */
    /* background-color: #fff; */
}

.login-wrapper .input-section {
    /* width: 345px; */
    width: 290px;
    margin: auto;
    margin-top: 35px;
}

.login-wrapper .input-section .tab-list {
    font-size: 0;
    user-select: none;
    /* margin-bottom: 32px; */
    margin-bottom: 60px;
}

.login-wrapper .input-section .tab-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 25%; */
    font-size: 16px;
    line-height: 30px;
    /* text-align: center; */
    padding: 7px 0;
    color: #bccad6;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    margin-right: 25px;
    border: none !important;
}

.tab-div {
    position: relative;
}

.tab-slider {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #008ee3;
    bottom: 0;
    left: 23px;
    border-radius: 3px;
}


/* .login-wrapper .input-section .tab-list li:nth-of-type(1) {
    width: 19%;
}

.login-wrapper .input-section .tab-list li:nth-of-type(2) {
    width: 24%;
} */

.login-wrapper .input-section .tab-list li.current {
    color: #008ee3;
    border-color: #008ee3;
    cursor: default;
}

.login-wrapper .input-section .body-list li {
    display: none;
}

.login-wrapper .input-section .body-list li.current {
    display: block;
}

.login-wrapper .form-tip {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    color: #de0010;
    visibility: hidden;
}

.login-wrapper .form-tip i {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 3px;
}

.login-wrapper .form-tip span {
    vertical-align: middle;
}

.login-wrapper .layui-input {
    font-size: 13px;
    line-height: 22px;
    height: 42px;
    border-color: #becbd7;
    padding: 10px 15px;
    padding-left: 45px;
    border-radius: 0;
    border: none !important;
    background-color: transparent;
    border-bottom: 1px solid #BECBD7 !important;
    box-shadow: none !important;
}


/* .login-wrapper .layui-input:hover {
    border: none !important;
    border-bottom: 1px solid #008ee3 !important;
}

.login-wrapper .layui-input:focus {
    border: none !important;
    border-bottom: 1px solid #008ee3 !important;
} */

.login-wrapper .layui-btn {
    width: 100%;
    color: #fff;
    background-color: #008EE3;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    letter-spacing: 10px;
}

.login-wrapper .layui-btn:hover {
    background-color: #43b7ff;
}

.login-wrapper .layui-btn:focus {
    background-color: #0171b6;
}

.login-wrapper .layui-btn:active {
    background-color: #0171b6;
}

.login-wrapper .layui-btn[disabled] {
    background-color: #dedede;
    cursor: not-allowed;
}

.input-wrapper {
    position: relative;
    margin-top: 18px;
    clear: both;
}

.input-wrapper label {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 42px;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    color: #999;
    font-weight: normal;
}

.input-wrapper .user {
    background-image: url(/resources/images/login-user.png);
}

.input-wrapper .mobile {
    background-image: url(/resources/images/login-mobile.png);
}

.input-wrapper .password {
    background-image: url(/resources/images/login-password.png);
}

.input-wrapper .code {
    background-image: url(/resources/images/login-code.png);
}

.login-wrapper .layui-input:hover~.input-wrapper label {
    color: #0b7fff !important;
}

.login-wrapper .layui-input:focus~.input-wrapper label {
    color: #0b7fff !important;
}

.input-wrapper .btn-password-toggle {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 19px;
    line-height: 42px;
    text-align: center;
}

.input-wrapper .btn-password-toggle.open {
    font-size: 12px;
}

#sendcode {
    width: 100px;
    text-align: center;
    color: #008ee3;
    font-size: 12px;
    line-height: 42px;
    height: 40px;
    letter-spacing: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 10;
    border-radius: 0px;
    background-color: transparent;
}

#vfcode-form {
    position: relative;
}

#forget-pass,
#register,
#change-pass,
.line {
    float: right;
    margin-top: 15px;
    color: #666;
}

.line {
    margin: 15px 5px 0;
    cursor: unset;
}

#register {
    margin-left: 25px;
}

#register #forget-pass:hover {
    color: #008EE3;
}

.login-wrapper .layui-input::placeholder {
    line-height: 22px;
}

.footer ul li:nth-of-type(1):before,
.footer ul li:nth-of-type(2):before {
    content: '';
}

.center {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    background-image: url(../assets/img/login-content-back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#app {
    height: 100%;
    /* min-height: 548px; */
    overflow: auto;
    background-color: #046eb8;
    background-image: url(../assets/img/login-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-right {
    width: 34%;
    height: 100%;
    float: right;
    position: relative;
}


/* .main-head {
    position: relative;
} */

.main-head p:nth-of-type(1) {
    position: absolute;
    font-size: 12px;
    color: #999;
    top: -60px;
}

.main-head p:nth-of-type(2) {
    position: absolute;
    font-size: 20px;
    color: #333;
    top: -38px;
    font-weight: 600;
}

.footer ul .copyright:before {
    content: '';
}

.input-slider {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #008ee3;
    bottom: 0;
    transform: scale(0);
    transition: transform 0.8s;
}

.login-wrapper .layui-input:hover {
    border-color: transparent !important;
}

.login-wrapper .layui-input:hover+.input-slider {
    transform: scale(1);
}

.login-wrapper .layui-input:focus+.input-slider {
    transform: scale(1);
}


/*------------------------*/

.tab-div {
    height: 39px;
}

#password-submit[disabled] {
    background-color: #68c6ff !important;
}

#logo-placeholder {
    vertical-align: baseline;
}

body {
    /* min-height: 548px; */
    overflow: auto;
}


/* .tab-list li div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    z-index: 10000;
    background-color: #008ee3;
    transform: scale(0);
    transition: all 1s;
}

.tab-list li:hover div {
    transform: scale(1);
} */