.sprite {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url('img/css_sprites.jpg');
}

.sprite.bg-1 {
    width: 338px;
    height: 200px;
    background: url('img/css_sprites.jpg') -2963px -1186px;
}

.sprite.bg-LOLlogo {
    width: 508px;
    height: 292px;
    background: url('img/css_sprites.jpg') -2435px -1186px;
}

.sprite.bg-uzi1 {
    float: right;
    margin: 1em;
    width: 380px;
    height: 290px;
    background: url('img/css_sprites.jpg') -1830px -1533px;
}

.sprite.bg-首页背景4 {
    width: 1800px;
    height: 870px;
    background: url('img/css_sprites.jpg') -10px -1186px;
}

.sprite.bg-uzi3 {
    width: 2000px;
    height: 1050px;
    background: url('img/css_sprites.jpg') -10px -10px;
}

.bg-首页背景3 {
    width: 1880px;
    height: 900px;
    background: url('img/css_sprites.jpg') -2030px -10px;
}

.sprite.bg-图片1 {
    width: 585px;
    height: 327px;
    background: url('img/css_sprites.jpg') -1830px -1186px;
}

.wrapper {
    display: grid;
    grid-template-columns: 300px;
    grid-template-rows: 50px 50px 50px 50px 50px;
}

input.ip1 {
    background: transparent;
    border: 0;
    outline: none;
    color: rgba(250, 212, 0, 0.849);
    font-size: 26px;
}

.test {
    height: 100%;
    width: 100%;
    background: url(./img/首页背景3.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.test1 {
    height: 100%;
    width: 100%;
    background: url(./img/首页背景4.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.uzi11 {
    height: 100%;
    width: 100%;
    background: url(http://www.ylcp.shop/files/files/1650592667877/css/img/uzi3.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

@media only screen and (max-width: 600px) {
    .sprite.bg-uzi1 {
        width: 380px;
    }
}