.head {
    height: 5.6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.head_d3 {
    width: 1100px;
    margin: 0 auto;
    padding-top: 1.74rem;
    text-align: center;
}

.head_p4 {
    line-height: 1;
    font-size: 34px;
    color: white;
}

.head_p5 {
    line-height: 1;
    font-size: 14px;
    color: white;
    margin-top: 0.21rem;
}

/*  */

.car_d1_bg {
    width: 100%;
    overflow: hidden;
    background-color: #fdfefe;
}

.car_d1 {
    width: 1100px;
    margin: 0 auto;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}

.car_img {
    margin: 0 auto;
    width: 1.6rem;
}

.car_d2 {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.car_item {
    width: 5.8rem;
    padding: 0.57rem 0.4rem 0.4rem;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 10px 1px rgba(123, 167, 209, .24);
    margin-right: 0.4rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.5s;
}

.car_item:hover {
    transform: scale(1.05);
}

.car_item:last-of-type {
    margin-right: 0;
}

.car_item:nth-of-type(1) {
    background-image: url('../img/skr163.png');
    background-size: auto 233px;
}

.car_item:nth-of-type(2) {
    background-image: url('../img/skr164.png');
    background-size: auto 254px;
}

.car_img img {
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.car_p1 {
    font-size: 22px;
    color: #010101;
    line-height: 1;
    position: relative;
    display: table;
    background-image: url('../img/skr165.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 7px;
    margin-bottom: 0.35rem;
}

.car_p1:nth-of-type(2) {
    margin-top: -17px;
}

.car_p2 {
    font-size: 14px;
    line-height: 26px;
    color: #4e4f50;
    margin-bottom: 0.24rem;
}

.car_p2:last-of-type {
    margin-bottom: 0.1rem;
}

/*  */

.car_cont_bg {
    width: 100%;
    overflow: hidden;
    background-color: #f5fafe;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.car_cont_bg .pub_title {
    margin-bottom: 0.5rem;
}

.car_cont {
    width: 1100px;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    border: 8px solid white;
}

.car_cont table {
    width: 100%;
}

.car_cont table tr {
    width: 100%;
    display: flex;
}

.car_cont table th,
.car_cont table td {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.car_cont tbody {
    display: flex;
    height: 650px;
    flex-direction: column;
}

.car_cont tbody tr {
    flex: 1;
}

.car_cont_p1 {
    font-size: 18px;
    color: white;
    line-height: 1;
    background-color: #5b97f6;
    /* height: 64px; */
    letter-spacing: 1px;
}

.car_cont_p2 {
    font-size:  16px;
    color: white;
    line-height: 1.6;
    /* height: 64px; */
    letter-spacing: 1px;
}

.car_cont_p2 th {
    background-color: #adcbfa;
}

.car_cont_p3 td {
    font-size: 14px;
    color: #4e4f50;
    /* height: 80px; */
    line-height: 24px;
}

.car_cont_p3:nth-of-type(odd) {
    background-color: #f5fafe;
}

.car_cont_p3:nth-of-type(even) {
    background-color: #e8f1fe;
}

/*  */

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

.deliver .pub_title {
    margin-bottom: 0.8rem;
}

.deliver_cont {
    height: 3.8rem;
    width: 100%;
    background-image: url('../img/skr168.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: .9rem;
}

.deliver_item {
    margin-right: 3.25rem;
    text-align: center;
    margin-bottom: 1.1rem;
    width: 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.deliver_item:nth-of-type(n+4) {
    margin-bottom: 0;
	top: -.2rem;
	position: relative;
}

.deliver_img {
    width: 0.9rem;
    height: 0.9rem;
    margin-bottom: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e8f3fe;
}

.deliver_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.deliver_p1 {
    font-size:  16px;
    color: #333947;
    line-height: 1;
    white-space: nowrap;
}

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

@media screen and (max-width: 900px) {
    .head {
        background-position: -195px center;
    }
}

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

    .head_d3,
    .car_d1,
    .car_cont,
    .deliver {
        width: 100%;
        min-width: 100%;
    }

    .deliver_cont{
        display: none;
    }

    .car_item {
        width: 90%;
        margin: 0 auto;
    }

    .head_d3 {
        padding: 1rem 0;
    }

    .car_d2 {
        flex-direction: column;
    }

    .car_item {
        margin: 0 auto 0.5rem !important;
        padding: 0.4rem;
    }

    .car_p1 {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .deliver_item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0.5rem !important;
    }
}