body {
    margin: 0;
}

header {
    width: 100%;
    height: 64px;
    background: #333744;
    display: flex;
    align-items: center;
}

header img {
    width: 193px;
    margin-left: 31px;
    margin-top: 5px;
}

header .box-i {
    width: 45px;
    margin-left: 17px;
}

header .box-t1 {
    font-size: 22px;
    color: #DBE0EB;
    margin-left: 8px;
}

.el-dropdown-link {
    cursor: pointer;
    color: #DBE0EB;
}

.el-icon-arrow-down {
    font-size: 16px;
}

.zhixian {
    width: 1px;
    margin: 0 8px;
}

header .right {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

header .right .icon-2 {
    width: 28px;
    margin: 0 12px 0 23px;
}

.el-dropdown {
    margin-right: 40px;
}

.box-1 {
    width: 100%;
    height: 100%;
    display: flex;
}

.box-l1 {
    width: 65%;
    height: 100%;
    background-image: url("../../web/images/login/loginright.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box-right {
    width: 35%;
    height: 100%;
    background-image: url("../../web/images/login/loginleft.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.box-r1 {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 410px;
    box-sizing: border-box;
}

.box-r1 img {
    width: 200px;
    cursor: pointer;
}

.box-s1 {
    font-size: 18px;
    font-weight: bold;
    color: #465364;
}

.box-r1-1 {
    position: relative;
    margin-top: 20px;
    width: 300px;
}

.zhanghao {
    width: 22px;
    position: absolute;
    left: 0;
    z-index: 99;
    margin: 10px;
}

.el-input__inner {
    padding-right: 30px;
    padding-left: 40px;
}

.r1-2 {
    display: flex;
}

.code-img {
    width: 90px;
    margin-left: 10px;
}

.loginbutton {
    width: 300px;
    height: 43px;
    background: #0075C1;
    border-radius: 6px;
    opacity: 1;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.box-s2 {
    font-size: 14px;
    color: #848B99;
    opacity: 0.9;
    cursor: pointer;
}

.box-s3 {
    font-size: 14px;
    color: #0075C1;
    opacity: 0.9;
    margin-left: 75px;
    cursor: pointer;
}

.box-s4 {
    width: 15px;
    height: 15px;
    border: 1px solid rgb(0, 117, 193);
    display: block;
    margin-right: 4px;
    border-radius: 3px;
}