body{
    overflow: hidden;
}
.fixed_background {
    height: 551px!important;
}
.banner {
    width: 100%;
    height: 551px;
    position: relative;
}
.banner .title h1 {
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.banner .title {
    position: absolute;
    top: 291px;
    width: 100%;
    text-align: center;
}
.login1 {
    width: 100%;
    background: #fff;
}
.login1 .joke {
    width: 814px;
    margin: auto;
    overflow: hidden;
}
.login1 .joke .title {
    margin-top: 129px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}
.login1 .joke .title h2 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #272727;
    text-align: center;
}
.login1 .joke .text {
    margin-top: 66px;
}
.login1 .joke .text .account ,.login1 .joke .text .password{
    width: fit-content;
    margin: 27px auto 29px;
    position: relative;
}
.login1 .joke .text .iconfont {
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: black;
}
.login1 .joke .text input {
    display: block;
    width: 383px;
    height: 50px;
    background: #F4F4F4;
    border: none;

    padding-left: 48px;
}
.login1 .joke .text input::placeholder {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B1B1B1;
}
.login1 .joke .text button {
    width: 383px;
    height: 50px;
    background: #89674D;
    border: none;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto;
    display: block;
    cursor: pointer;
}
.login1 .joke .text .help {
    width: 383px;
    display: flex;
    margin: 20px auto 137px;
    justify-content: space-between;
}
.login1 .joke .text .help span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B1B1B1;
}
.login1 .joke .text .help a {
    color: black;
}
@media screen and (max-width: 1856px) {

}
@media screen and (max-width: 1792px) {

}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1025px) {
    .banner .title h1{
        font-size: 28px;
    }
    .login1 .joke{
        width: 90%;
    }
    .login1 .joke .title{
        margin-top: 42px;
    }
    .login1 .joke .text input,.login1 .joke .text .account, .login1 .joke .text .password{
        width: 100%;
    }
    .login1 .joke .text {
        margin-top: 40px;
    }
    .login1 .joke .text button{
        width: 100%;
    }
    .login1 .joke .text .help{
        width: 100%;
        margin: 20px auto 70px;
    }
}

.hidden_person{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.hidden_person .wrap{
    width: 1300px;
    margin: 100px auto;
}
.hidden_person .wrap .title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e0e1;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
}
.hidden_person .wrap .title .the_left{
    display: flex;
    align-items: center;
}
.hidden_person .wrap .title .the_left p{
    font-size: 14px;
    color: #808080;
}
.hidden_person .wrap .title .the_left p:last-child{
    margin: 0 0 0 20px;
    font-weight: bold;
    color: #000;
}
.hidden_person .wrap .title .the_right{
    display: flex;
    align-items: center;
    padding: 0 30px 0 0;
}
.hidden_person .wrap .title .the_right a{
    color: #808080;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    position: relative;
}
.hidden_person .wrap .title .the_right a:after{
    content: '';
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    transition: 0.3s;
}
.hidden_person .wrap .title .the_right a:hover{
    color: #000;
}
.hidden_person .wrap .title .the_right a:hover:after{
    opacity: 1;
}
.hidden_person .wrap .content{
    width: 445px;
    margin: auto;
}
.hidden_person .wrap .content .item{
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    margin: 0 0 10px 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
.hidden_person .wrap .content .item:last-child{
    margin: 0;
}
.hidden_person .wrap .content .item label{
    width: 100%;
    height: 100%;
}
.hidden_person .wrap .content .item input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #000;
}
.hidden_person .wrap .content .item .iconfont{
    color: #000;
    font-size: 20px;
    margin: 0 10px 0 0;
}
.hidden_person .wrap .content .item .svg{
    opacity: 0;
    transition: 1s;
    fill: #000;
    pointer-events: none;
    cursor: pointer;
}
.hidden_person .wrap .content .item .svg.on{
    pointer-events: auto;
    opacity: 1;
}
.hidden_person .wrap .content .click{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.hidden_person .wrap .content .click a{
    width: 178px;
    height: 47px;
    background: #89674D;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hidden_person .wrap .content .hide{
    display: none;
}
.gain_input{
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: #89674D;
    position: absolute;
    top: 0;
    right: 0;
}