.page-main {
    position: relative;
    width: 100%;


    font-size: 14px;
    color: #999;
    background: #EFEFF4;
}

.main {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../../img/login-bg.png) 100% 100%;
}

.login-contain {
    width: 1080px;
    margin: 0 auto;
}

.login-contain img {
    padding-top: 20px;
    width: 123px;
    height: 54px;
}

.login-main {
    padding-top: 20px;
}

.login-left {
    position: relative;
    margin-top: 10%;
    float: left;
    width: 658px;
    height: 364px;
    background: url(../../img/login-new.png) 100% 100%;
}

.login-box {
    position: relative;
    margin-top: 10%;
    float: right;
    width: 310px;
    height: 300px;
    background-color: #fff;
    padding: 32px 24px;
}

.login-title {
    font-size: 16px;
    font-weight: bold;
    color: #6554E0;
    line-height: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 16px;
}

.login-input {
    padding-top: 16px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 42px;
    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%;
}

.el-input__inner:focus {
    border: 1px solid #E3E3E3;
    outline: 0
}


.login-error {
    color: red;
    font-size: 12px;
    padding: 8px 0 31px;
}


.login-btn {
    padding: 0 10px;
    width: 310px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #6554E0;
    border: 1px solid #6554E0;
    outline: none;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0em;
    border-image: initial;
}

.login-btn:focus, .login-btn:hover {
    color: #fff;
    background-color: #7a79e0;
    border: 1px solid #7a79e0;
}

.contact-contain {
    width: 100%;
    background-color: #EFEFF4;
}

.contact-main {
    width: 1080px;
    height: 240px;
    margin: 0 auto;
}

.contact-info {
    padding: 23px 0 27px;
    color: #333;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #CCC;
}

.name, .mobile {
    margin-right: 242px;
}

.contact-info .info img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    width: 30px;
    height: 30px;
}

.footer {
    padding-top: 32px;
}

.footer-left {
    float: left;
    line-height: 20px;
}

.footer-right {
    float: right;
}

.footer-right img {
    width: 80px;
    height: 80px;
}

.tencent {
    float: left;
    margin-right: 43px;
    text-align: center;
}

.mini {
    float: right;
    text-align: center;
}
[v-cloak]{ display: none; }
