.layout-wrapper{
    display: flex;
    min-height: 100%;
    overflow: hidden;
}
.layout-header{
    display: flex;
    background-color: #292929;
    justify-content: center;
}
.layout-header{
    height: 47px;
}
.layout-header-inner {
    max-width: 1200px;
    padding: 0 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layout-header-logo {
    display: block;
}
.layout-content.background {
    background-size: cover;
    background-position: 50%;
    background-image: url("../images/login/background.png");

}

.layout-header-logo{
    width:140px;
}

.layout-content-inner {
    max-width: 1200px;
    padding: 50px 15px 125px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-content {
    display: flex;
    justify-content: center;
    background-color: #edeff1;
    min-height: calc(100% - 119px);
    flex: 1;
}
.background {
     display: flex;
    height: calc(100% - 119px);
    width: 100vw;
    background-size: cover;
    position: absolute;
    top: 47px;
    left: 0;
}
.login-right{
    display: flex;
    width: 100vw;
    background-size: cover;
}

.layout {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ad {
    display: inline-block;
    width: 600px;
    height: 390px;
    box-sizing: border-box;
    padding: 40px;
    background-size: cover;
    background-position: 50%;
}

.layout-right {
    width: 380px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.login-form {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.login-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.login-tabs-left{
    color: #181818;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.tabs-item {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    position: relative;
    transition: color .3s;
}
.tabs-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 4px;
    background: linear-gradient(156deg,#0d2fea,#6c6ee1);
    width: 0;
    transition: width .2s;
}
.tabs-item.active {
    color: #0e51b8;
}

.tabs-item.active::after {
    width: 24px;
}

.layout-footer {
    display: flex;
    background-color: #292929;
    justify-content: center;
    align-items: center;
}
.layout-footer {
    height: 72px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    color: #FFF;
    font-family: "'-apple-system','Noto Sans','Helvetica Neue','Helvetica','Nimbus Sans L','Arial','Liberation Sans','PingFang SC','Hiragino Sans GB','Noto Sans CJK SC','Source Han Sans SC','Source Han Sans CN','Microsoft YaHei','Wenquanyi Micro Hei','WenQuanYi Zen Hei','ST Heiti','SimHei','WenQuanYi Zen Hei Sharp','sans-serif'";
}

.layout-footer-inner {
    max-width: 1200px;
    padding: 0 15px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.layout-footer-left {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    line-height: 1.4;
}

.layout-footer-right{
    line-height: 1;
}

.layout-footer-right a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}
.input-group-addon {
    padding: 5px;
    text-align: center;
    background-color: rgba(245, 247, 251, 1);
    min-width: 15px;
}
.input-group .form-control, .input-group-addon {
    display: table-cell;
}
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.admin-captcha {
    position: absolute;
    margin-left: 280px;
    margin-top: -46px;
    width: 89px;
    height: 36px;
}
.account-foot{
    margin-top: 20px;
}
.account-link{
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    margin-top: 8px;
}
.admin-button{
    width: 100%;
    height: 46px;
    /*background: linear-gradient(109.9deg,#1521dd 30.4%,#677be4 77.46%) !important;*/
    background-color: rgb(255, 112, 44) !important;
    opacity: .9;
}

.oauth{
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 21px;
}
.oauth-left{
    display: flex;
    align-items: center;
}
.oauth-item{
    margin: 0 10px;
}
.HDZW-login{
    width: 50%;
    height: 100vh;
}
.layout-right-box{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.HDZW-logo{
    width: 108px;
    height: 101px;
    margin: 0 auto 55px auto;
}
.login-title{
    color: rgba(0, 0, 0, 1);
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    margin: 0 auto 24px auto;
}
.login-infor{
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 45px auto;
}