.layout-body {
    background-image: url('/img/bg.png');
    /*background-repeat: no-repeat;*/
    background-size: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.layout-login {
    width: 1541px;
    height: 865px;
    background: url("/img/loginbg.png");
    position: absolute;
    margin: auto;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
}

.layout-item1 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 196px;
}

.layout-item1-1 {
    width: 1032px;
    height: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

.layout-item1-loginenter {
    width: 236px;
    height: 262px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.layout-item1-loginenter > .button {
    width: 236px;
    height: 86px;
    border: 1px solid #bababa;
    font-size: 27px;
    font-weight: bold;
    color: #606060;
    background-color: #fff;
}

.layout-item1-loginenter > .active {
    border: 1px solid #2681ff;
    color: #2681ff;
}

.layout-item1-loginbox::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 210px;
    left: -15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #2681ff;
}

.layout-item1-loginbox::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 210px;
    left: -13px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #fff;
}

.layout-item1-loginbox {
    width: 776px;
    height: 448px;
    border: 1px solid #2681ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.layout-item1-loginbox-company::before {
    top: 300px;
}

.layout-item1-loginbox-company::after {
    top: 300px;
}

.layout-item1-loginbox-company {
    width: 776px;
    height: 448px;
    border: 1px solid #2681ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}


.layout-item1-loginbox-forget::before {
    top: 210px;
}

.layout-item1-loginbox-forget::after {
    top: 210px;
}

.layout-item1-loginbox-forget {
    width: 776px;
    height: 448px;
    border: 1px solid #2681ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.layout-item1-loginbox-loginway {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 380px;
    height: 42px;
    margin-left: 7px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 39px;
}

.layout-item1-loginbox-accountlogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #868686;
    cursor: pointer;
}

.layout-item1-loginbox-accountlogin-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
}

.layout-item1-loginbox-loginway > .active {
    color: #2681ff;
    border-bottom: 4px solid #2681ff;
}

/*.layout-item1-loginbox-accountlogin-border {*/
/*    width: 194px;*/
/*    height: 0px;*/
/*    border: 2px solid #2681ff;*/
/*}*/

.layout-item1-loginbox-logininput {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 18px;
}

.layout-item1-loginbox-loginput-text {
    width: 56px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #9da0ae;
}

.layout-item1-loginbox-loginput-input {
    width: 315px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    line-height: 32px;
    padding: 0px 7px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #656565;
    outline: none;
    margin-left: 7px;
}

.layout-item1-loginbox-loginput-btncode {
    height: 32px;
    background: #ffffff;
    border: 1px solid #2681ff;
    font-size: 14px;
    color: #2681ff;
    margin-left: 17px;
    padding: 0 10px;
}

.layout-item1-loginbox-loginput-imgcode {
    margin-left: 6px;
}

.layout-item1-loginbox-btnlogin {
    width: 374px;
    height: 47px;
    background: #2681ff;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
    margin-top: 15px;
    border: 0px;
}

.layout-item1-loginbox-forget-registe {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.layout-item1-loginbox-forget-registe-btn {
    background: #fff;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #2681ff;
    border: 0px;
}

.layout-item1-loginbox-three {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
}

.layout-item1-loginbox-three-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 22px;
    cursor: pointer;
}

.layout-item1-loginbox-three-item:last-child {
    margin-right: 0px;
}

.layout-item1-loginbox-three-item-text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #9da0ae;
}

.layout-item1-loginbox-three-item-logo {
    width: 38px;
    height: 38px;
    margin-left: 6px;
}

.login-item1-registebox {
    width: 776px;
    height: 448px;
    border: 1px solid #2681ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.login-item1-registebox-title {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #868686;
}

.login-item1-registebox-back {
    position: absolute;
    right: 22px;
    top: 22px;
    background: #fff;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #2681ff;
    border: 0px;
}

.login-item1-registebox-agree {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.login-item1-registebox-agree-text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #9DA0AE;
}

.layout-item2 {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
}

.layout-item2-logo {
    width: 328px;
    height: 94px;
    margin-right: 100px;
}
