.mt1 {
    margin-top: 1rem;
}

.mt05 {
    margin-top: 0.5rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb05 {
    margin-bottom: 0.5rem;
}

.ml1 {
    margin-left: 1rem;
}

.ts {
    text-align: center;
}

.fc_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc_s {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fwb {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f36 {
    font-size: 36px;
}

.fcf0 {
    color: #ff2d55;
}

.fc23 {
    color: #1c1f23;
}

.fcff {
    color: #1890ff
}

.shou {
    cursor: pointer;
}



body {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    display: none
}

.d_f_j_s {
    display: flex;
    align-items: center;
    justify-content: start;
}

.d_f_j_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_f_j_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allBox {
    width: 1440px;
}

.left {
    background: url("../image/loginbf.png") no-repeat center top;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 60%;
}

.right {
    position: absolute;
    left: 60%;
    width: 40%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right>.loginMain{
    width: 50%;
}
.right>.loginMain>p {
    margin: 0px;
    padding: 0px;
}

.right>.loginMain>p:nth-child(1) {
    font-size: 32px;
    color: #333;
    line-height: 45px;
    font-weight: 700;
}

.right>.loginMain>p:nth-child(2) {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
}

.right>.loginMain>.ipt1 {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 55px;
}

.right>.loginMain>.ipt2 {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 25px;
}

.right>.loginMain>.ipt3 {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 25px;
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}