﻿/* banner  start*/

.ban_title {
    width: 32.7%;
    left: 33.65%;
    top: 23.28%;
}


/* banner  end*/


/* 内容 start */

.content {
    width: 100%;
    margin: 0;
}

.spa {
    display: flex;
    flex-direction: column;
    margin: 5% 0;
}

.spa_title {
    width: 23.59%;
    margin: 2% auto;
}

.spa_box1,
.spa_box2,
.spa_box3,
.spa_box4 {
    display: flex;
    justify-content: center;
}

.spa_left {
    width: 26.82%;
    position: relative;
}

.spa_left1 {
    margin-right: 3%;
}

.spa_left2 {
    margin: 3% 0 0 7%;
}

.spa_border {
    width: 100%;
    margin-top: 5%;
}

.spa_detail {
    width: 96%;
    position: absolute;
    left: 2.5%;
    font-size: 16px;
    text-align: left;
    color: #382f2b;
    line-height: 30px;
    text-align: center;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: 50px 0px 20px 0px;
}

.spa_detail1 {
    top: 5%;
    height: 70%;
}

.spa_detail2 {
    top: 6.5%;
    height: 85%;
}

.spa_detail3,
.spa_detail4 {
    top: 6%;
    height: 79%;
}

.spa_detail4 {
    line-height: 26px;
}

.spa_pic {
    width: 31.25%;
    margin-left: 2%;
}

.spa_pic2 {
    margin: -4% -3% 0 0;
}

.spa_more {
    width: 39.18%;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.spa_box2 {
    margin-bottom: 5%;
}

.spa_box3,
.spa_box4 {
    margin: 5% 0;
}

.spa_pic3,
.spa_pic4 {
    width: 64.47%;
}

.spa_left3 {
    margin: 0 3% 0 5.71%;
}

.spa_left4 {
    margin: 0 5.71% 0 3%;
}


/* 内容 end */

@media (min-width: 1500px) {
    .spa_detail {
        font-size: 20px;
        line-height: 36px;
        /* text-align: left; */
    }
}

@media (min-width: 1350px) and (max-width: 1500px) {
    .spa_detail {
        /* font-size: 18px; */
        line-height: 32px;
        /* text-align: left; */
    }
    .spa_detail4 {
        line-height: 28px;
        /* text-align: left; */
    }
.spa_detail {
    width: 96%;
    position: absolute;
    left: 2.5%;
    font-size: 16px;
    text-align: left;
    color: #382f2b;
    line-height: 30px;
    text-align: center;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: 20px 0px 20px 0px;
}
}