
body{
    background: #FEFAEF;
    letter-spacing: 0 !important;
  
}

.banner img{
    width: 100%;
    /* clip-path: polygon( 0% 0%, 100% 0%, 100% 100%,0% 100%); */
}
.em_box .active{
    animation-name: slideBanner;
	animation-delay: 0s;
    animation-duration: 8s;
    animation-iteration-count:1;
	animation-fill-mode:forwards;
}
@keyframes slideBanner {
    0%   {opacity: 0; transform: scale(1);}
    50%  {opacity: 1; transform: scale(1.05);}
    100% {opacity: 1; transform: scale(1.05);}
}


/* 360健康 */
.manage_360_box{
    background: url(../themes/DST_TCM/assets/image/second_diagnosis/sec_background.png) no-repeat;
    background-size: 100%;
    min-height: 600px;
}

.manage_360{
    width: 80%;
    margin: 0 auto;
}

.square_5{
    width: 50%;
    margin: 0px auto;
    padding-top: 50px;
    display: inline-block;
    padding-left: 20px;
    /* text-align: end; */
}
.square_5 img{
    width: 70%;
}
.square_5_text{
    width: 45%;
    margin-left: -40px;
    display: inline-block;
}
.square_5_text h1,.second_title h1{
    color: white;
    padding-bottom: 10px;
    font-size: 36px;
}
.square_5_text p,.second_title p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    /* font-weight: 600; */
}

/* 二师会诊 */
.second_title{
    text-align: center;
    padding-top: 40px;
}
.second_img{
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.second_img img{
    width: 100%;
}

.consultation_box{
    -webkit-transform: skewY(-3deg);
    margin-top: -260px;
    padding-top: 260px;
}
.consultation_main{
    -webkit-transform: skewY(3deg);
}

/* 健康体态 */
.health_box{
    -webkit-transform: skewY(-3deg);
    margin-top: 30px;
}
.health{
    -webkit-transform: skewY(3deg);
}
.health img{
    width: 100%;
}
.form_box{
    margin-bottom :0 !important;
    padding: 0 0;
}


@media(max-width: 1200px){
    .manage_360_box{
        background: url(../themes/DST_TCM/assets/image/second_diagnosis/sec_background_m.png) no-repeat;
        background-size: 100%;
        min-height: 600px;
    }

    .square_5_m{
        text-align: center;
    }
    .square_5_text_m{
        padding-bottom: 10px;
    }
    .square_5_text_m h3,.second_title_m h3{
        color: white;
        text-align: center;
        padding-top: 45px;
        padding-bottom: 20px;
        font-size: 26px;
    }
    .square_5_text_m p, .second_title_m p{
        text-align: center;
        font-weight: unset;
        font-size: 16px;
    }

    .square_5_m img{
        width: 80%;
    }
    .consultation_box{
        margin-top: -150px;
        padding-top: 135px;
    }
    .second_img{
        width: 90%;
        text-align: center;
    }
    .second_img img{
        width: auto;
    }
    .consultation_main{
        width: 90%;
    }
    .consultation_main ul {
        padding-top: 27px;
        padding-bottom: 0;
    }
    .consultation_main ul .li_width {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12px;
    }
    
}