/* 管家 */

.steward_content {
    width: 100%;
    margin-bottom: 200px;
}

/* 背景图 */

.content_bg {
    width: 100%;
}

.content_bg img {
    width: 100%;
    height: 100%;
}

.content_hyperthermy, .content_ultraviolet, .content_drying {
    /* width: 100%; */
    background: white;
}

.hyperthermy_main, .ultraviolet_main, .drying_main {
    margin: 0 auto;
    margin-top: 100px;
}

/* 标题 */

.main_title {
    margin-top: 80px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_title .title_chinese {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
}

.title_chinese p:first-child {
    color: #21944b;
    margin: 0;
}

.title_chinese p:last-child {
    color: black;
    margin: 0;
}

.title_english {
    margin: 5px 0;
}

.title_english>p {
    color: #e6e6e6;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
}

/* 描述 */

.main_desc {
    width: 90%;
    margin: 10px auto;
}

.main_desc p {
    text-align: left;
    font-size: 12px;
    margin: 0px;
}



/* 图片 */

.main_img {
    margin-top: 40px;
    width: 100%;
}

.main_img img {
    width: 100%;
    height: 100%;
}

/* 分屏幕 */

@media (max-width:1200px) {}

/* 移动端内容 */

@media (max-width: 960px) {
    .steward_content {
        width: 100%;
        margin-bottom: 100px;
    }
    .hyperthermy_main, .ultraviolet_main, .drying_main {
        margin: 0 auto;
        width: 100%;
    }
    .main_title {
        margin-top: 50px;
    }
    .main_title .title_chinese {
        font-size: 16px;
        line-height: 16px;
        height: 16px;
    }
    .title_english>p {
        color: #e6e6e6;
        margin: 0;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        height: 14px;
    }
    .main_desc p {
        text-align: left;
        font-size: 10px;
    }
    /* 图片 */
    .main_img {
        margin: 0 auto;
        width: 90%;
    }
    .main_img img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .main_desc img {
        width: 100%;
    }

    .main_desc p img{
    width: 100%!important;
    height: 100%!important;
}
}