::-ms-clear,
::-ms-reveal {
    display: none;
}

[v-cloak] {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;

}

.content {
    display: flex;
    flex-direction: row;
    margin: 0
}

.left-image {
    width: 50%;
    height: 100vh;
    background: url('/image/loginbg.png') center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.message-box {
    font-size: 46px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 70px;
    letter-spacing: 2px;
}

.message-box-eng {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFDCB9;
    line-height: 25px;
    letter-spacing: 1px;
}

.message-box-end {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFDCB9;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 700px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*tab切换*/
.tab-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.tab-item {
    margin-right: 40px;
    padding-bottom: 8px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    color: #666666;
}

.tab-active {
    color: #F87E05;
    border-bottom: 2px solid #F87E05;
}

.input-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-bottom: 8px;
}

.clear {
    clear: both
}

.horizontal-style {
    display: flex;
}

.vertical-style {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.total-container {
    height: 100vh;
    width: 100%;
    background: url('/image/loginbg.png') center no-repeat;
    background-size: 100% 100%;
}

.content-box {
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
}

.logo-box {
    height: 78px;
    width: 78px;
    text-align: center;
}

.content-title {
    white-space: nowrap;
    font-size: 3.27vh;
    font-weight: bold;
    line-height: 5vh;
    font-family: MicrosoftYaHeiSemibold;
    color: #233042;
    padding-top: 10px;
}

.content-subTitle {
    margin-top: 5vh;
    width: 100%;
}

.content-subTitle-title {
    text-align: center;
    font-size: 2.55vh;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12203e;
    line-height: 3.125vh;
}

.content-subTitle-content {
    width: 46vh;
    margin-top: 2vh;
    font-size: 2vh;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #91949e;
    line-height: 2.5vh;
}

.content-form {
    margin-top: 6.625vh;
    min-height: 23.5vh;
}

.form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
    margin-bottom: 1vh;
}

.input-item {
    position: relative;
    overflow: visible;
    width: 45vh;
}

.el-input__icon {
    line-height: 5vh;
}

.input-style {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #131A30;
    line-height: 25px;
}

.input-style .el-input__inner {
    height: 5vh;
    line-height: 5vh;
    background: #F5F5F5;
    font-size: 2vh;
    border: 1px solid #ECECEC;
    width: 100%;
    color: #333;
}

.input-item:nth-child(n + 2) {
    margin-top: 2vh;
}

.input-item-verify {
    position: absolute;
    bottom: -2.62vh;
    right: 0.8vw;
    white-space: nowrap;
    font-size: 1.75vh;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 1.75vh;
    color: #d93e41;
    transition: all 0.5s;
}

.false-icon {
    float: left;
    margin-right: 6%;
    font-size: 1.75vh;
    line-height: 1.75vh;
    text-align: center;
    color: #d93e41;
}


.button-style {
    cursor: pointer;
    height: 4.875vh;
    flex: 1;

    border-radius: 4px;
    border: 0;
}

.button-style:nth-child(n + 2) {
    margin-left: 3%;
}

.button-style span {
    font-size: 2.2vh;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 3vh;
}

.primary {
    background: #F87E05;
}

.primary span {
    color: #ffffff;
}

.verify {
    height: 100%;
    width: 100%;
    /*background: #F87E05;*/
}

.verify span {
    font-size: 1.625vh;
    color: #ffffff;
}

.normal {
    background: #fff;
    border: 1px solid #F87E05;
}

.normal span {
    color: #F87E05;
}

.input-style .el-icon-user-solid,
.input-style .el-icon-lock,
.input-style .el-icon-phone {
    font-size: 2.5vh;
    /*padding: 0 0 0 35.360465%;*/
    line-height: 5vh;
}

.verify-code {
    position: absolute;
    bottom: 1vh;
    right: 5px;
    font-size: 2vh;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #F87E05;
    cursor: pointer;
}

@media (max-width: 1367px) {
    .false-icon {
        line-height: 1.7vh;
    }

    .input-style .el-icon-user-solid,
    .input-style .el-icon-lock,
    .input-style .el-icon-phone {
        padding: 0 0 0 16%;
    }

    .verify-code {
        width: calc(30% - 0.5vw);
    }
}
