.alone_bg {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.alone {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.alone_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.64rem;
}

.alone_item {
    width: 3rem;
    text-align: center;
    padding: 0.4rem 0.4rem 0.36rem;
    margin-right: 0.86rem;
    margin-bottom: 0.4rem;
    box-shadow: 0 0 10px 1px rgba(112, 168, 213, .2);
    transition: 0.5s;
}

.alone_item:hover {
    transform: scale(1.1)
}

.alone_item:nth-of-type(3n) {
    margin-right: 0;
}

.alone_item:nth-of-type(n+4) {
    margin-bottom: 0;
}

.alone_p1 {
    font-size: 18px;
    color: #333947;
    line-height: 1;
    margin-bottom: 0.16rem;
    font-weight: bold;
}

.alone_p2 {
    font-size: 14px;
    line-height: 24px;
    color: #333947;
}

.deliver_box{
    width: 100%;
    background-color: #f5fafe;
}

.deliver_cont{
    background-image: url(../newImage/keru_38.png);
    background-size: 71%;
    background-position: 191px 45px;
}

@media screen and (max-width: 800px) {
    .alone{
        width: 100%;
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .alone_list{
        width: 100%;
    }

    .alone_item{
        width: 100%;
        height: 1.8rem;
        margin-right:0;
    }

    .alone_item:nth-of-type(n+4){
        margin-bottom: 0.4rem;
    }
}