html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background-color: #ffffff;
}

input:-webkit-autofill{
    /*-webkit-box-shadow:0 0 0 1000px white inset !important;*/
}
input {
    /*box-shadow: inset 0 0 0 1000px #FFFFFF!important;*/
    background-color: #f3f5f9;
}

@media screen and (max-width: 1440px) {
    html,body {
        font-size: calc(62.5% - 6 * (100vw - 1000px) / 1000);
    }
}

@media screen and (min-width: 1920px) {
    html,body {
        font-size: calc(62.5% + 2 * (100vw - 1000px) / 1000);
    }
}
.login-wrap {
    width: 100%;
    height: 100%;
}
.login-top-wrap {
    width: 127.8rem;
    height: 10.3rem;
    margin: auto;
    overflow: hidden;
}
.login-top-wrap img {
    height: 55px;
    width: 50px;
    margin-top: 3.2rem;
    vertical-align: top;
}
.login-top-wrap span {
    font-size: 3rem;
    margin-left: 1.7rem;
    margin-top: 3.2rem;
    display: inline-block;
    font-weight: bold;
}
.login-content-wrap {
    width: 100%;
    height: 66.3rem;
    background: url("/frame/login/newImg/bg2.png") no-repeat;
    background-size: cover;
    text-align: right;
}
.login-content {
    width: 127.8rem;
    margin: auto;
    height: 100%;
}
.login-form-wrap {
    width: 46rem;
    height: 44rem;
    padding: 5.6rem 5rem;
    text-align: left;
    margin-top: 12.7rem;
    border-radius: 10px;
    display: inline-block;
    background-color: #ffffff;
    overflow: hidden;
}
.login-form-title-wrap {
    font-size: 2.4rem;
}
.login-form-item-wrap {
    width: 75%;
    border: 1px solid #bec8dc;
    margin-top: 1.8rem;
    border-radius: 4px;
    position: relative;
    height: 38px;
    box-sizing: content-box;
    padding-left: 0.6rem;
    background-color: #f3f5f9;
    display: flex;
    align-items: center;
}
.login-icon-image{
    width: 14px;
    height: 14px;
    margin: 0 4px 0 8px;
}
.login-form-item-img {
    width: 2.4rem;
    height: 2.4rem;
}
.login-form-item-input {
    width: 92%;
    font-size: 1.6rem;
    border: none;
    outline: none;
    vertical-align: middle;
    height: 100%;
    margin-left: 5px;
}
input::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #ACB5C6;
}
.login-bottom-wrap {
    position: fixed;
    bottom: 6%;
    width: 100%;
    text-align: center;
}
.login-bottom-wrap p {
    color: #8b8f94;
    font-size: 1.4rem;
}
.login-form-yzm-wrap {
    /*width: 8rem;*/
    height: 100%;
    /* margin-top: -.8rem; */
    float: right;
    cursor: pointer;
}
.login-form-yzm-wrap img {
    width: 100%;
    height: 100%;
}
.login-form-button {
    width: 100%;
    color: #fff;
    background: #0E42D2;
    padding: 8px 0;
    margin-top: 4rem;
    border: none;
    font-size: 1.8rem;
}
.login-form-button:hover {
    opacity: 0.6;
}

/*以下新增*/
.login{
    width: 100%;
    height: 100%;
    display: flex;
    background: url("/frame/imgs/bg.png") left top no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.login-left{
    width: 612px;
    height: 900px;
    background-color: #ffffff;
    position: relative;
}

.login-title{
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    margin-top: 20px;
}

.tab-container{
    margin-top: 60px;
    text-align: center;
}

.tab {
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    opacity: 0.45;
    color: black;
}

.tab-container .active {
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    opacity: 1;
    border-bottom: 3px solid #1e41ca;
    padding-bottom: 5px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none; /* 默认隐藏内容区域 */
    padding: 15px 20px;
}

.tab-container-box{
    margin-top: 0px;
}

.login-footer{
    position: absolute;
    bottom: 40px;
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #8793A5;
    width: 100%;
    text-align: center;
}


.login-orcode-tips{
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
    color: #8793A5;
}

.login-orcode{
    width: 206px;
    height: 206px;
    /*border: 2px solid #1e41ca;*/
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    /*border-radius: 8px;*/
}


/*.login-orcode::before {*/
/*    position: absolute;*/
/*    top: -2px;*/
/*    bottom: -2px;*/
/*    left: 20px;*/
/*    width: calc(100% - 40px);*/
/*    content: "";*/
/*    border-top: 2px solid #e4e6e8;*/
/*    border-bottom: 2px solid #e4e6e8;*/
/*    z-index: 0;*/
/*}*/
/*.login-orcode::after {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: -2px;*/
/*    left: -2px;*/
/*    height: calc(100% - 40px);*/
/*    content: "";*/
/*    border-right: 2px solid #e4e6e8;*/
/*    border-left: 2px solid #e4e6e8;*/
/*    z-index: 0;*/
/*}*/





