﻿* {
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden
}

body {
    background: #F9F9F9;
}

.navHead {
    width: 100%;
    height: 60px;
    background: #F19100;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
}

    .navHead .headInner {
        width: 1440px;
        height: 60px;
        margin: 0 auto;
    }

.headInner .logoPart {
    width: 230px;
    height: 60px;
    background: #EB8200;
    float: left;
}

.headInner .logoPart1 {
    float: left
}

.logoPart1 > img,
.logoPart > img {
    width: 160.79px;
    height: 40px;
    margin-top: 10px;
    margin-left: 20px;
}

.logoPart > img {
    margin-top: 16px;
    height: 26px;
}

.headInner .righgPart {
    float: right;
    margin-right: 220px;
    overflow: hidden;
    cursor: pointer;
}

.righgPart > img {
    width: 23px;
    height: 24px;
    margin-top: 18px;
    margin-right: 9px;
    float: left;
}

.righgPart > span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.contentPart {
    width: 100%;
    height: calc(100vh - 60px);
    min-height: 610px;
    background-image: url(../img/bgImg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.loginPart {
    width: 956px;
    height: 530px;
    margin: 80px auto;
    position: relative;
    /* border-radius: 4px; */
    /* background: #FFFFFF; */
    /* box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06); */
}

    .loginPart > .leftImg {
        width: 502px;
        height: 530px;
        /* float: left; */
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/logoImg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .loginPart .formPart {
        /* float: right; */
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
        height: 530px;
        border-radius: 16px;
        background: #FFFFFF;
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
    }

.formPart .formTitle {
    text-align: center;
    height: 36px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 48px;
    position: relative;
}

.formTitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    border-radius: 1.5px;
    background: #F19100;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.formPart .form {
    width: 360px;
    padding-top: 23px;
    margin: 0 auto;
}

.form .formItem {
    position: relative;
    margin-top: 32px;
    /* height: 44px; */
}

.formItem label {
    /* position: absolute; */
    height: 22px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: #262626;
}

    .formItem label > span {
        width: 8px;
        height: 22px;
        font-family: PingFangSC-Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0px;
        color: #E62031;
        margin-right: 4px;
    }

.formItem > input {
    width: 100%;
    height: 44px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    margin-top: 10px;
    padding-left: 14px;
}

    .formItem > input::-webkit-input-placeholder {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        letter-spacing: 0px;
        color: #BFBFBF;
    }

.register-box .eye,
.formItem .eye {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 14px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
}

    .register-box .eyeOpen,
    .formItem .eye.eyeOpen {
        display: none;
    }

.submit {
    width: 360px;
    height: 54px;
    border-radius: 2px;
    background: #F19100;
    border: none;
    margin-top: 48px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    cursor: pointer;
}

.bottom {
    height: 22px;
    margin-top: 24px;
}

    .bottom input[type='checkbox'] {
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        box-sizing: border-box;
        border: 1px solid #D9D9D9;
        margin-top: 3px;
        margin-right: 8px;
    }

    .bottom > label {
        height: 22px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #262626;
        width: 20%;
        display: flex;
        float: left;
        cursor: pointer;
    }

    .bottom > span {
        display: block;
        width: 56px;
        height: 22px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        text-align: right;
        letter-spacing: 0px;
        color: #1069D6;
        float: right;
        cursor: pointer;
    }

.technicalSupport {
    width: 420px;
    height: 22px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 477px;
    margin-left: 28px;
}

    .technicalSupport .line {
        width: 100px;
        height: 1px;
        background: #fff;
        margin-top: 11px;
    }

    .technicalSupport .textCont {
        float: left;
        width: 220px;
        height: 22px;
        text-align: center;
    }

.form .e-spinner-pane {
    margin-top: -87px;
    margin-left: 240px;
}

.login-error,
.none-user {
    color: red;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-register {
    float: right;
    display: flex;
    font-size: 14px;
    color: #245086
}

    .user-register a {
        cursor: pointer
    }
