.loleft,
.loright {
    width: 50%;
    height: 100vh;
    display: inline-block;
}

.loright img {
    width: 100%;
    height: 100%;
}

.box {
    display: flex;
    justify-content: space-between;
}

.loleft {
    padding-left: 14%;
    padding-top: 5vh;
}

.back {
    width: 5vh;
    height: 5vh;
    border-radius: 100%;
    background: #4377EF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 10px #CBD9FB;
    margin-bottom: 11.5vh;
}

.back img {
    width: 53.5%;
}

.xxk {
    font-size: 30px;
    margin-right: 60px;
    display: inline-block;
    color: #333;
    cursor: pointer;
}

.act {
    color: #4377ef;
}

.heng {
    width: 70px;
    height: 4px;
    margin: 8px auto 0;
}

.active {
    background: #4377ef;
}

.tab {
    margin-top: 5.3vh;
    width: 58%;
}

.inptitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.logininp {
    width: 100%;
    height: 50px;
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 3.7vh;
    background: #F9F9F9;
    border-radius: 8px;
}

.sun {
    font-size: 16px;
    color: #999;
    margin-bottom: 4.6vh;
}

.sun span {
    color: #4377ef;
    cursor: pointer;
}

.logsub {
    width: 100%;
    height: 56px;
    border-radius: 56px;
    font-size: 24px;
    color: #fff;
    background: #4E82F9;
}

.sg {
    border: none;
    outline: none;
    line-height: 46px;
    margin-bottom: 3.3vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sg::placeholder {
    font-size: 12px;
    color: #fc6a1d;
    word-wrap: break-word;
    line-height: 15px;
    padding-top: 10px;
}

.pass {
    display: flex;
    justify-content: space-between;
}

.pasl {
    width: 47.5%;
}

.pasl img {
    width: 100%;
    height: 50px;
}