@media (max-width: 1436px){
    .login-right .img_center .right_img{
        width: 20%;
        right: -50px;
        top: -50px;
    }
    .login-right .img_center .right_img__bottom{
        right: -30px;
        bottom: -30px;
        width: 20%;
    }
    .login-right .img_center .left_img{
        left: -50px;
        top: -50px;
        width: 40%;
    }
}
@media (max-width: 1135px){
    .login-right .img_center .right_img{
        width: 20%;
        right: -30px;
        top: -30px;
    }
    .login-right .img_center .right_img__bottom{
        right: -20px;
        bottom: -20px;
        width: 20%;
    }
    .login-right .img_center .left_img{
        left: -30px;
        top: -30px;
        width: 40%;
    }
}



@media (max-width: 876px){
 .search-content{
     display: none;
 }
    .header-view{
        justify-content: center;
    }
    .header-right{
        width: 100%;
    }
    .login-right{
        display: none;
    }
    .login-left{
        width: 100%;
    }
}