.case_content.footer {
    /* background-color: #333333; */
    /* background-image: none; */
}

/* nav 覆盖 */
.menu, .menu .menu_1_item, .menu .menu_2_item {
    /* background: rgba(0, 0, 0, 0.3); */
}
/* ------------------------------------- 公共 */
.introduce, .effects, .may {
    padding: 40px 0px;
    border-top: 1px #ccc dashed;
    line-height: 26px;
}
.case_title {
    width: 178px;
    height: 30px;
    line-height: 30px;
    background: #46494B;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    margin: 10px 0;
}
.case_font {
    color: #444;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
    margin: 10px 0px;
}

/* cms富文本样*/
/* .introduce p, .effects p {
    color: #444;
    font-size: 14px;
} */


/* -------------------------------------  */
.case_content .placeHoder {
    height: 68px;
}
.case_content .container {
    box-sizing: border-box;
    margin: 10px auto;
    padding: 15px;
    background: #fff;
    border: 1px #d2d2d2 solid;
}
/* --------------------------------------------- banner */
.banner {height:auto;}
.banner  img { width:100%; height:auto}
/*  */
.top_img  {
    padding: 15px 0px;
}
.top_img img{
    width: 100%;
    height: auto;
}
/* 内容 */
.main_c {
    padding: 36px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*  */
.main_c_left {
    width: 360px;
    height: 370px;
    border: 1px solid #ccc;
}
/*  */
.main_c_left .toggle_swiper {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 20;
    cursor: pointer;
}
.toggle_swiper.left {
    left: 8px;
}
.toggle_swiper.right {
    right: 8px;
}
.main_c_left .swiper-slide img{
    width: 100%;
    height: 100%;
}
/* 分页*/
#main_c_left .swiper-pagination-bullets {
    bottom: 14px;
    width: 100%;
}
.part2-bullet {
    display: inline-block;
    width:28px;
    height:4px;
    background: #CCCCCC;
}
.part2-bullet:not(:last-child) {
    margin-right: 10px;
}
.part2-bullet-active {
    background: #FF6C00;
}

/*  */
.main_c_right{
    width: 630px;
    margin-right: 20px;
    position: relative;
}
.main_c_right .p1 {
    padding: 20px 0px;
    font-size: 19px;
    font-weight: bold;
    color: #444;
}
.main_c_right .p2 {
    padding-top: 40px;
    text-indent: 2em;
    font-size: 14px;
    color: #444;
    line-height: 26px;
}

/* cms富文本样*/
.main_c_right p {
    /* font-size: 14px; */
    /* color: #444; */
    line-height: 26px;    
}

/*  */

.main_c_right  .nav_link {
    display: block;
    margin-top:30px;
    text-align: left;
}


/* 足浴介绍 */
.introduce {}
/* 实施效果 */
.effects {}
/* 可能感兴*/
.may {}
.marquee-box {
    border: 1px solid #ddd;
    margin: 20px auto 0px;
    overflow: hidden;
    /* overflow: scroll; */
}
.marquee-wrap {
    width: 8000px;
    height: 180px;
}
.marquee-show {
    height: 100%;
    float: left;
    display: flex;
    flex-direction: row;
}
.marquee_show_item {
    display:  block;
    width: 166px;
    padding-top: 20px;
    text-align: center;
    margin-right: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.marquee_show_item:last-child {
    margin-right: 20px;
}
.marquee_show_item img {
    width: 150px;
    height: 100px;
}
.marquee_show_item_font {
    margin-top: 20px;
    color: #444;
    text-align: center;
    font-size: 14px;
}