﻿[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

img {
    display: block;
    border-width: 0;
    margin: 0;
    padding: 0;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
    outline: none
}

input {
    border: 0;
    padding: 0;
}

body {
    font: 12px/1.5 "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
}

body {
    background-repeat: no-repeat;
    background-position: center top;
}

a {
    text-decoration: none;
}

html,body,#app {
    width: 100%;
    height: 100%;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(180deg, #4E89FF 0%, #1158E0 100%);
    background: linear-gradient(180deg, #4E89FF 0%, #1158E0 100%);
    overflow: hidden;
}

.login-main {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding-top: 2%;
    box-sizing: border-box;
}

.header {
    color: #fff;
    opacity: 1;
}
.header .title {
    font-size: 40px;
    color: #E7F7FF;
    letter-spacing: -1px;
}
.header > div {
    display: inline-block;
    vertical-align: middle;
}
.header .detail-entry {
    margin-left: 90px;
    padding-bottom: 3px;
    font-size: 16px;
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
}
.header .icon-arrow {
    display: inline-block;
    width: 6px;
    vertical-align: 0;
}

.container {
    padding-top: 2%;
}
.login-lf {
    float: left;
    /*margin: 1% 0 0 10%;*/
}
.login-lf .pic {
    position: absolute;
    width: 40vw;
    height: 28vw;
    min-width: 560px;
    min-height: 398px;
    background: url("./img/lf-img.png") no-repeat;
    background-size: contain;
}
.login-rt {
    float: right;
    position: relative;
    width: 460px;
}
.rt-enter {
    position: absolute;
    right: 0;
    top: -32px;
    z-index: 100;
}
.rt-tip {
    width: 90px;
    height: 28px;
    background: url("./img/ti-bg.png") no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    color: #FF7F00;
}
.rt-enter img {
    position: absolute;
    right: 0;
    width: 36px;
    margin: 7px 3px 0 0;
}
.login-box {
    position: relative;
    min-height: 410px;
    background-color: #fff;
    box-shadow: 0 2px 12px 1px rgba(0, 23, 68, .1);
    border-radius: 4px;
}
.el-tabs__nav {
    margin: 0 66px;
}
.el-tabs__item {
    position: relative;
    height: 60px;
    padding: 0 66px;
    line-height: 60px;
    font-size: 18px;
    color: #999;
}
.el-tabs__item.is-active {
    font-weight: 500;
    color: #1158E0;
}
.el-tabs__item:hover {
    color: #1158E0;
}
.el-tabs__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 1px;
    height: 24px;
    background-color: #DCDCDC;
}
.el-tabs__nav-wrap::after {
    height: 1px;
    background-color: #f1f1f1;
}
.login-form {
    /*min-height: 200px;*/
    padding: 40px 30px 0;
}
.el-input__inner {
    border-color: #dcdcdc;
}
.el-input__prefix {
    left: 16px;
}
.el-input__prefix img,
.el-input__suffix img {
    display: inline-block;
    vertical-align: middle;
}
.el-input__prefix img {
    height: 14px;
}
.el-input--prefix .el-input__inner {
    padding-left: 38px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}
.el-input__suffix {
    right: 16px;
}
.el-input__suffix img {
    width: 12px;
    cursor: pointer;
}
.el-form-item {
    margin-bottom: 30px;
}
.el-form-item:last-child {
    margin-bottom: 16px;
}
.el-form-item__content {
    line-height: 50px;
}
.code {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.code-btn {
    width: 110px;
    height: 52px;
    border-radius: 4px;
    margin-left: 10px;
    line-height: 52px;
    box-sizing: border-box;
    text-align: center;
}
.code-btn img {
    display: inline-block;
    height: 40px;
}
.code-btn .el-button {
    width: 100%;
    height: 100%;
}
.code .el-input__prefix img {
    width: 12px;
    height: auto;
}
.forget-pwd {
    padding: 0 30px;
    text-align: right;
    color: #999;
}
.forget-pwd span {
    cursor: pointer;
}
.login-bottom {
    position: relative;
    padding: 32px 30px 16px;
    text-align: center;
}
.error-information {
    color: #fa5555;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 10px;
}
.login-bottom .el-button {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
}
.el-button--primary,
.el-button--primary.is-disabled {
    background-color: #1158E0;
    border-color: #1158E0;
}
.el-button--primary.is-disabled {
    opacity: .4;
}
.pw-operate {
    color: #999;
}
.pw-operate > span {
    margin: 0 30px;
    cursor: pointer;
}
.pop-register-tip {
    max-width: 240px;
    line-height: 1.5;
    font-size: 16px;
}
.dl-tool {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}
.dl-tool span > a {
    color: #fff;
}
.dl-tool span > a:not(:last-child) {
    margin-right: 12px;
}

/* 弹框-系统 */
.system .el-card {
    margin-bottom: 15px;
}

.system .el-card__body {
    padding: 0;
}

.system .el-card__header {
    border-bottom: none;
}

.system .el-dialog__header {
    text-align: center;
}

/* 图片验证 */
.pop-code {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pop-code .mask {
    position: absolute;
    height: 100%;
}
.pop-code .verifybox {
    width: 90% !important;
    height: 90%;
}

/* foooter */
.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    /*text-align: center;*/
    color: #A1BDF3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.footer img {
    width: 14px;
    height: 14px;
}

.footerRight {
    display: flex;
    align-items: center;
}
.footerRight span{
    cursor: pointer;
}
.footerRight span:hover{
    color: #fff;
}
.police {
    margin: 0 20px 0 5px;
}
.support {
    /*margin-bottom: 6px;*/
    margin-left: 20px;
}
.gotoOther {
    margin-top: 20px;
}
.gotoOther .el-button{
    color: #1158E0;
    font-size: 16px;
}