﻿body {
    background:#fff;
}

.layout-top{
    width: 100%;
    height: 60px;
    background: #fff;
}
.layout-top-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.login-components{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-components{
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .login-components .right .go-back{
        font-size: 14px;
        font-weight: 400;
        color: #212121;
        line-height: normal;
        -webkit-font-feature-settings: "kern";
        font-feature-settings: "kern";
    }

a {
    color: #08c;
}

    a, a:hover, del, ins, s, u {
        text-decoration: none;
    }

a, button {
    cursor: pointer;
}
.logo {
    position: relative;
    left: 0;
    padding-left: 0px;
    width: 320px;
    height: 60px;
    color: #34c388;
    line-height: 60px;
    text-indent: 0.5rem;
    font-weight: bold;
    font-size: 18px;
}

.layout-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 750px;
    position: relative;
}


.login-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #f0f2f5;
}

 .login-bg-inner {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.login-content-box{
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-title{
    width: 644px;
    height: 422px;
    background: url(../Images/login-bg.png);
    background-size: contain;
    margin-top: 15px;
}


.login-box{
    width: 454px;
    overflow: hidden;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 33px 50px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

    .login-box h2{
        font-size: 28px;
        font-weight: 400;
        color: #666;
        line-height: normal;
        -webkit-font-feature-settings: "kern";
        font-feature-settings: "kern";
        margin-bottom: 37px;
    }

.el-form-item {
    margin-bottom: 20px;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-input__inner {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.btnbmit {
    width: 100%;
    height: 40px;
    background-color: #5187ed;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    border: 0;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    margin-top: -10px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.term-content{
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.term-content h2{
    padding: 56px 0;
    font-size: 28px;
    font-weight: 650;
    color: #333;
    line-height: normal;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
}
    .term-content p{
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        line-height: 30px;
        -webkit-font-feature-settings: "kern";
        font-feature-settings: "kern";
    }
.term-content h4{
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 48px;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    padding: 25px 0 5px 0;
}
.el-form-item__error {
    color: red;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -10px;
    display:none;
}

.login-box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 21px;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
}
.footer-box{
    width: 100%;
    height: 117px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-box p span{
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: normal;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
}