.warp .proxy_head img{
    width: 106px;
    height: 30px;
    border-radius: 4px;
    padding: 0 120px;
}

.warp .proxy_head h1{
    margin-top: 10px;
}

.warp .proxy_content_one{
    background: unset;
    padding: 117px 233px 132px;
}

.warp .proxy_background_one{
    background: url('/image/proxy/proxy_header.png') no-repeat center;
    background-size: 100% 100%;
}

.warp .proxy_background_three{
    background: linear-gradient(0deg, #F7FAFF 0%, rgba(247, 250, 255, 0.00) 100%), url('/image/proxy/proxy_header.png') no-repeat center;
    background-size: 100% 100%;
}

@media screen and (max-width: 800px) {
    .warp .proxy_content_one{
        padding: 157px 24px 188px;
    }

    .warp .proxy_background_one {
        background: url('/image/proxy/proxy_header.png') no-repeat top left;
        background-size: 400%;
    }

    .warp .proxy_head img{
        display: block;
        margin: auto;
    }

    .warp .proxy_background_three{
        background: unset;
    }
}