[v-cloak] {
    display: none;
}

body {
    margin: 0;
    padding: 0;
}

.page-body {
    height: 100vh;
    background-image: url('../images/page_bg.png');
    position: relative;
}

.footer-box {
    height: 128px;
    background-color: #fff
}

.magin-content {
    width: 1200px;
}

.footer-box {
    width: 100%;
    height: 128px;
    display: flex;
    justify-content: center;
    position: relative;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    width: 850px;
    height: 420px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.flex {
    display: flex;
}

.left-bg {
    width: 425px;
    height: 100%;
    background-color: #ebf1ff;
    flex-shrink: 0;
}

.left-bg-img {
    width: 333px;
    height: 268px;
}

.right-box {
    padding: 40px 55px;
    width: 100%;
}

.right-box-mobile {
    padding: 40px 20px !important;
}

.login-title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.input-style {
    width: 305px;
    height: 30px;
    border: 1px solid #E5E5E5;
    outline: none;
    outline-style: none;
    border-radius: 4px;
    padding-left: 40px;
    /* border-style: none; */
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.input-icon-style {
    width: 16px;
    height: 16px;
}

.input-icon-position {
    position: absolute;
    top: 10px;
    left: 12px;
}

.relative {
    position: relative;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.color999 {
    color: #999;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.login-btn {
    width: 348px;
    height: 40px;
    background: #3A8EE6;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.footer-main-box {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    padding: 20px;
}

.footer-item-box {
    padding: 10px 20px;
}

.footer-item-box:not(:last-child) {
    border-right: 1px solid #E5E5E5;
}

.footer-title {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
}

.footer-font {
    font-size: 12px;
    color: #999;
}

.left10 {
    margin-left: 10px;
}

.footer-new {
    position: fixed;
    bottom: 10px;
    width: 100%;
    left: 0;
    color: #fff;
    text-align: center;
}

.captcha-img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 40px;
}

.el-checkbox__label {
    color: #999;
    font-weight: normal;
}

.el-message {
    min-width: 135px !important;
    text-align: center;
}
