.guide-wrapper {
    background-color: #fff;
    border: 1px solid #d9c7bf;
    margin-top: 60px;
    margin-bottom: 60px;
}

.guide-wrapper .item-wrap {
    color: #797575;
}

.guide-wrapper .item-wrap .number,
.guide-wrapper .item-wrap .title {
    line-height: 1;
}

.guide-wrapper .item-wrap .number {
    font-size: 48px;
    font-weight: bold;
    font-family: din-bold;
}

.guide-wrapper .item-wrap h4.title {
    font-size: 18px;
    color: #000;
    margin: 18px 0;
    transition: .3s;
}

.guide-wrapper .item-wrap p {
    line-height: 1.5;
    transition: .3s;
}

.guide-wrapper .item-wrap>div {
    position: relative;
    width: 20%;
    height: 475px;
    padding-left: 70px;
}

.guide-wrapper .item-wrap>div.active {
    background: url("../images/service/item-bg.png") no-repeat;
    background-size: cover;
}

.guide-wrapper .item-wrap>div:hover h4.title {
    color: var(--hover-color);
}

.guide-wrapper .item-wrap>div:hover p {
    color: #555;
}

.guide-wrapper .item-wrap>div::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.guide-wrapper .item-wrap>div+div {
    border-left: 1px solid #d9d9d9;
}

.guide-wrapper .item-wrap.top>div {
    padding-top: 145px;
    border-bottom: 1px solid #d9d9d9;
}

.guide-wrapper .item-wrap.top>div.bottle img {
    position: absolute;
    left: 50px;
    bottom: -20px;
    width: 182px;
}

.guide-wrapper .item-wrap.top>div:last-child {
    padding-left: 0;
}

.guide-wrapper .item-wrap.top>div:last-child .intro-head {
    margin: 0 auto;
}

.guide-wrapper .item-wrap.top>div::after {
    top: 75px;
}

.guide-wrapper .item-wrap.bottom>div {
    padding-top: 70px;
}

.guide-wrapper .item-wrap.bottom>div::after {
    bottom: 75px;
}

.guide-wrapper .item-wrap.bottom>div.image {
    width: 40%;
    padding: 0;
    overflow: hidden;
}

.guide-wrapper .item-wrap.bottom>div.image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 75px;
    border-left: 1px solid #d9d9d9;
}

.guide-wrapper .item-wrap.bottom>div.image img {
    display: block;
    width: 100%;
    height: 399px;
}

.order-wrapper {
    background: url("../images/service/order-bg.jpg") no-repeat left bottom;
    background-color: #fff;
    margin-right: 60px;
    border: 1px solid #d9c7bf;
    border-left: none;
}

.order-wrapper .step {
    margin-top: 100px;
    border-left: 1px solid #d7d7d7;
    max-width: 318px;
}

.order-wrapper .step>div {
    position: relative;
    margin-bottom: 60px;
    padding-left: 23px;
}

.order-wrapper .step>div::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #383838;
}

.order-wrapper .step>div b {
    font-size: 18px;
    line-height: 1;
}

.order-wrapper .step>div p {
    line-height: 1.5;
    margin-top: 12px;
}

.order-wrapper .step>div img {
    max-width: 140px;
    display: block;
    margin-top: 12px;
}

.order-wrapper .intro-head {
    margin: 100px 140px 0 130px;
}

.order-wrapper .image {
    width: 32vw;
    text-align: center;
    margin-left: 7.4vw;
}

.order-wrapper .image img {
    width: 100%;
    height: 100%;
}

.contact {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 90px 0 60px;
    text-align: center;
    background: url("../images/service/online-bg.jpg") no-repeat center;
    background-size: cover;
}

.contact p {
    line-height: 2.2;
    color: #fff;
}

.contact .btn-red {
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    margin-top: 18px;
    padding: 12px 38px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    background-color: #b4141a;
    transition: .4s;
}

.contact .btn-red:hover {
    background-color: #a21015;
}