﻿body {
    background: url(../image/login/bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0;
    overflow-x: hidden;
}

header {
    height: 60px;
}

body, html {
    height: 100%;
}

form {
    height: 100%;
}
.login {
    position: relative;
    height: calc(100% - 160px);
    margin: 0 auto;
    width: 500px;
}
.margin-btn {
    margin-top: 46px;
}
.login-area {
    width: calc(100% - 120px);
    height: 340px;
    background: rgba(255,255,255);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0 0 15px #bbbbbb;
    z-index: 1;
    padding: 50px 60px;
}

.login-title {
    display: flex;
}

    .login-title img {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

.welcome {
    margin-top: 30px;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #333;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.login-title h1 {
    font-weight: bold;
}
.login-title span {
    position: absolute;
    right: 55px;
    top: 58px;
    font-weight: 400;
    color: #666;
}
.input-area > i {
    position: absolute;
    top: 162px;
    left: 71px;
    z-index: 100000;
    font-size: 27px;
    color: #636562;
}
.input-area {
    margin: 20px 0;
}
.input-area input {
    padding-left: 50px;
    border-radius: 15px;
    border: 1px solid #666;
    height: 34px;
}

.center-input > i {
    top: 217px;
}

.center-input input {
    margin-top: 0;
}
.last-input > i {
    top: 296px;
}

.last-input input {
    margin-top: 0;
}
.last-input button {
    border-radius: 15px;
    background-image: linear-gradient( 0deg,#0d9165 0%, #08c3b1 100%);
    color: #fff;
    position: absolute;
    right: 30px;
}
.last-input .el-button:active, .last-input .el-button:focus, .last-input .el-button:hover {
    color: #fff;
    border-color: #c6e2ff;
    background-image: linear-gradient( 0deg,#0d9165 0%, #08c3b1 100%);
}
.flex {
    display: flex;
    justify-content: space-around;
    margin: 25px 0;
}

.button input {
    width: 100%;
    font-size: 14px;
    height: 34px;
    border: none;
    border-radius: 13px;
    color: #fff;
    cursor: pointer;
    background: #02b4a3;
    margin-bottom: 20px;
}

.lose-password {
    display: flex;
    justify-content: space-between;
}
    .lose-password div {
        display: flex;
    }
    .lose-password .losePassword {
        text-decoration: underline;
        cursor: pointer;
        font-size:  13px;
        color: #666;
    }
        .lose-password .losePassword::after {
            content: '';
            display: inline-flex;
            width: 1px;
            height: 15px;
            background-color: #666;
            margin: 0 5px;
            position: relative;
            top: 2px;
        }
        .color-red {
            color: red;
        }
.lose-password .losePassword:last-child::after {
    display: none;
}
.title {
    margin: 15px 0;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #009688;
    line-height: 15px;
    font-size: 20px;
}
.text-indent, .text-indent p {
    margin: 0;
}
    .el-dialog__body {
        color: #000;
        font-size: 20px;
    }
.el-loading-spinner {
    background-image: linear-gradient(to right,transparent, #ffffff, transparent);
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    padding: 10px 0;
}
    .el-loading-spinner i {
        color: #666666;
        font-size: 23px;
    }
    .el-loading-spinner .el-loading-text {
        color: #666666;
    }
/*产品目录*/
#footer {
    line-height: 30px;
    width: 100%;
    background: #333333;
    padding: 30px 0 20px;
    color: #dbdbdb;
    font-size: 14px;
    position: absolute;
    top: calc(100% - 40px);
}

.footer {
    width: 1200px;
    margin: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

#footer .footTitle {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    border-left: 5px solid #dd0101;
    padding-left: 10px;
    margin-bottom: 15px;
}

#footer ul li {
    margin-bottom: 5px;
}

    #footer ul li img {
        margin-right: 5px;
        width: 20px;
    }

#footer a {
    /* color: white; */
    color: #dbdbdb;
    font-size: 14px;
    text-decoration: none;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#footer img {
    vertical-align: middle;
    border-style: none;
}

#footer .copyright {
    position: absolute;
    top: 0;
    text-align: center;
    width: 1200px;
    margin: auto;
    top: 6px;
}

.footerBottom {
    background: #000000;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
}

#footer ul {
    margin: 10px 0;
}

.aircraft {
    position: absolute;
    width: 200px;
    top: 5%;
    right: -200px;
}
.car1 {
    position: absolute;
    width: 100px;
    bottom: 7.5%;
    left: 200px;
}
.car2 {
    position: absolute;
    width: 100px;
    bottom: 5%;
    right: -200px;
}
