.indexImg img {
    width: 100%;
}

.brand .title {
    padding: 30px;
    color: #333;
    font-size: 18px;
}

.brand .SubTitle {
    color: #999;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.brand .SubTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 80px;
    width: 100%;
    height: 1px;
    background: #ECECEC;
}

.brand .desc {
    color: #333;
    font-size: 12px;
}

.swiper-slide p {
    margin: 0;
}

.product-bottom {
    height: 150px;
    background: #E3E3E3;
    margin: 200px 0 150px;
    position: relative;
}

.bottom-box {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.house img {
    margin-left: 40px;
    max-width: 40%;
}

.house-inner {
    display: flex;
    background: white;
    padding: 20px;
    align-items: center;
    margin-top: -5%;
    position: relative;
    z-index: 9;
}

.house-inner img {
    display: block;
    padding-right: 3%;
    width:  20%;
}

.house-inner div {
    color: #999;
    font-size: 1vw;
}


.nurse-box {
    width: 60%;
    margin: 80px auto 0;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.nurse-left {
    position: absolute;
    left: 0;
    top: -35px;
    width: 45%;
    min-height: 150%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #1ABBC7;
}

    .nurse-left div:first-child {
        font-size: 24px;
        font-weight: 500;
        color: rgba(25, 187, 198, 1);
    }

.nurse-left div:last-child {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    color: rgba(153, 153, 153, 1);
    width: 45%;
}

.nurse-img {
    z-index: 10;
    width: 65%;
    position: relative;
}

.nurse-img img {
    width: 100%;
}

.mask-box {
    width: 60%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.mask-box>div{
    flex-basis: 48%;
}
.mask-box img {
    width: 100%;
}

.mask-content {
    padding: 40px 20px 20px;
}

.mask1 {
    margin-left: 20px;
}

.mask1 img{
    width: 550px;
}

.mask-box .img {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.16);
    position: relative;
}

.nurse-img:before,
.nurse-img:after,
.mask-box .img:before,
.mask-box .img:after {
    content: "";
    position: absolute;
    z-index: -2;
    transform: rotate(-3deg);
    bottom: 15px;
    box-shadow: 0 25px 10px #dcdcdc;
    height: 50%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    width: 50%;
}

.nurse-img:after,
.mask-box .img:after {
    transform: rotate(3deg);
    left: auto;
    right: 10px;
}


.mask-content div:first-child {
    font-size: 24px;
    font-weight: 500;
    color: rgba(25, 187, 198, 1);
}

.mask-content div:last-child {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: rgba(153, 153, 153, 1);
}

@media (max-width: 768px) {
    .brand .title {
        padding: 15px;
    }
    .nurse-box{
        width: 90%;
    }
    .mask-box > div{
        flex-basis: 100%;
    }
    .house-inner{
        flex-wrap:wrap;
    }
        .house-inner img{
            margin-bottom: 20px;
        }
        .house-inner img,
        .house-inner div {
            width: 100%;
        }
}