body{
    letter-spacing: 0 !important;
}
.banner img{
    width: 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);}
}*/

.three_main_bg1 .container,.threehigh_consultation_main .container{ width:1200px; }

/* 三高 */
.three_main_bg1{
    background: url('../themes/DST_TCM/assets/image/three_high/threehigh_background.png') no-repeat;
    background-size: 100%;
    /* padding-bottom: 100px; */
    padding-bottom: 140px;
    margin-bottom: -65px;
}

.three_main_h3{
    color:white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    padding-top:50px;
    margin-bottom: 20px;
}
.three_main_h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
}
.three_main_br_mb{
    display: none;
}
.swiper-container{
    --swiper-navigation-color: white;/* 单独设置按钮颜色 */
}

.programme_main{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* swiper */
#swiper_three .swiper-slide {
    width: 33%;
    transition: 300ms;
    transform: scale(0.8);
}
#swiper_three .swiper-slide-active, #swiper_three .swiper-slide-duplicate-active{
    transform: scale(1);
}
#swiper_three .swiper-slide-active .programme-text{
    position: absolute;
    bottom: 38%;
    width: 100%;
}
#swiper_three .swiper-slide-active .programme-text > h2{
    color: #FF9700;
}
#swiper_three .swiper-button-prev{
    left: 0px;
    right: auto;
}
#swiper_three .swiper-button-next{
    right: 0px;
    left: auto;
}
#swiper_threehigh_consultation_mb{
    display: none;
}


.programme-text{
    position: absolute;
    bottom: 39%;
    padding: 30px 30px 0;
    width: 100%;
}
.programme-text h2, .programme-text p{
    color: #fff;
    text-align: center;
    font-size: 46px;
}
.programme-text p{
    margin: 0;
}


/* 二師會診 */

.threehigh_top{
    /* position: relative;
    top: -253px; */
    margin-top: -253px;
    -webkit-transform: skewY( 
        3deg
    );
}
.threehigh_top img{
    width: 100%;
}

.threehigh_consultation_box{
    background-color:#ffeac8;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    -webkit-transform: skewY(
        -3deg
    );
    /* position: relative;
    top: -65px; */
}
.threehigh_consultation_box h2{
    width: 30%;
    margin:auto;
    font-style: normal;
    background: #999999;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    background: #FD9800 !important;
    list-style:none;
    position: relative;
    top: 60px;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
.threehigh_consultation_box h2 span {
    height: 60px;
    line-height: 63px;
    display: block;
    color: white;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.threehigh_consultation_main{
    width: 80%;
    margin: 0 auto;
    -webkit-transform: skewY(3deg);
    /* position: relative;
    top: -240px; */
    padding-bottom: 120px;
    
}

.threehigh_consultation_main p{
	font-size: 20px;
    text-align: center;
	margin-bottom: 20px;
}

.threehigh_consultation_main h3 {
    font-size: 36px;
	color: #FF9700;
	text-align:center;
	margin-top:60px;
}

.threehigh_consultation_main ul{
    padding-inline-end: 0;
    padding-inline-start: 0;
    list-style: none;
    border: 2px solid #EF9B25;
    padding-top: 40px;
    padding-bottom: 25px;
}
.threehigh_consultation_main li{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    list-style:none;
}

.threehigh_consultation_main ul li{
    display: inline-block;
}

.threehigh_consultation_main ul .li_width{
    display: inline-block;
    width: 32%;
    margin-left: 4px;
    position: relative;
    top: -30px;
}

.threehigh_consultation_main ul .li_height{
    height: 130px;
    width: 1px;
    border-left: 2px solid #FD9800;
    display: inline-block;
    position: relative;
    top: 18px;
}
.threehigh_consultation_main ul .li_center{
    top: -15px !important;
}

.threehigh_consultation_main .threehigh_consultation_content{
    width: 100%;
    display: block;
    color:#fd9800;
    font-size: 32px;
    /* font-weight: 600 */
}
.threehigh_description{
    text-align: center;
    font-size: 20px;
    /* font-weight: 600; */
    margin-top:10px;
}

.threehigh_title2{
    text-align: center;
    color: #fd9800;
    font-size: 36px;
    font-weight: 900;
    margin-top:10px;
}
.description_text{
    margin-top: 5px;
}

.choosed{
    animation-name: choosedshow;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}
.nochoosed{
    display: none;
}

/* table */
.threehigh_description_table .table {
  display: table;
  border-collapse: collapse;
  width:80%;
  margin:20px auto;
}


/* tr */
.threehigh_description_table .table .row{
    display: table-row; 
}


/* td , th */
.cell1 {
  display: table-cell;
  margin: 0px;
  padding: 10px 10px;
  font-size: 36px;
  border-bottom:2px solid #FF9700;
  color:#FF9700;
  width:20%;
  text-align:center;
  font-weight:bold;
  vertical-align:middle;
}

.cell2 {
  display: table-cell;
  margin: 0px;
  padding: 10px 30px 15px 30px;
  font-size: 20px;
  border-left:2px solid #FF9700;
  border-bottom:2px solid #FF9700;
  width:80%;
  color:#000;
  vertical-align:middle;
}


.cell3 {
  display: table-cell;
  margin: 0px;
  padding: 10px 30px 15px 30px;
  font-size: 36px;
  color:#FF9700;
  width:auto;
  vertical-align:middle;
  font-weight:bold;
}

.cell-3-padding{
	padding-left:7vw;
}

.cell3-orange {
  display: table-cell;
  margin: 0px;
  padding: 10px 30px 0px 30px;
  font-size: 36px;
  color:#FF9700;
  width:auto;
  vertical-align:middle;
  font-weight:bold;
  text-align:center;
}

.cell3-grey {
  display: table-cell;
  margin: 0px;
  padding: 0px 30px 15px 30px;
  font-size: 26px;
  color:#999;
  width:auto;
  vertical-align:middle;
  font-weight:bold;
  text-align:center;
}

.text-grey{
	color:#999;
}

.flex-container-tick > div {
  margin: 0px;
  padding: 20px 10px;
  font-size: 36px;
  color:#FF9700;
  width:50%;
  text-align:left;
  font-weight:bold;
}

.table-container-tick {
    font-size: 36px;
    width: 75%;
    margin: auto;
    display: table;
}
.table-container-tick div {
    padding: 5px 10px;
    color: #FF9700;
    text-align: left;
    font-weight: bold;
    width: 50%;
    float: left;
}
	
@keyframes choosedshow {
    from {
        /* -webkit-transition: all 1.5s;  
        -moz-transition: all 1.5s;  
        -ms-transition: all 1.5s;  
        -o-transition: all 1.5s;  
        transition: all 1.5s;   */
        /* transition: width 2s, height 2s; */
        transition: width 0.5s, height 5s, transform 5s;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* 二師會診  高血壓*/
.threehigh_consultation_main ul .li_width_two{
    display: inline-block;
    width: 18%;
    margin-left: 10px;
    position: relative;
    top: -30px;
}

/* 二師會診 高血糖 */
.text_title{
    font-size: 32px;
}
.threehigh_consultation_main ul .li_width_three{
    display: inline-block;
    width: 32%;
    margin-left: 4px;
    position: relative;
    top: -10px;
}
.threehigh_consultation_content p:nth-child(2){
    font-size: 20px;
    color: #212529;
}


/* 4步驟 */
.step_four{
    width: 100%;
    background: #FFF9F1;
    -webkit-transform: skewY(-3deg);
}

/* form 立即登記*/
.form_box{
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
}

.icon-plus{ width:100px}
.arrow {text-align:center;padding:20px 0px 0px 0px; margin-bottom:-10px; }
.mt-20 {
  margin-top:20px; 
}

@media(max-width:1500px){
	.threehigh_consultation_box h2 {
		width: 40%;
	}
	.threehigh_consultation_box{
		padding-top: 95px;
	}
	
	.flex-container-health > div:nth-of-type(1) {
		padding: 0px 10px;
		font-size: 20px;
		width:30%
	}
	
	.flex-container-health > div:nth-of-type(2) {
		padding: 0px 10px;
		font-size: 20px;
		width:70%
	}
	
	.table-container-tick {
		font-size: 24px;
		width: 50vw;
	}

}


@media(max-width:1200px){
  
    /* 三高 */
	.three_main_bg1 .container,.threehigh_consultation_main .container{ width:100%;max-width: 100%; }
	
	.three_main_bg1 .container p,.threehigh_consultation_main .container p{ margin-bottom:15px;}
	
    .three_main_h1{
        font-size: 26px;
    }

    .three_main_h2{
        font-size: 16px;
        margin-bottom: 10px;
		padding: 0px 10px;
    }

    .threehigh_top{
        margin-top: -155px;
    }
    .threehigh_consultation_main{
        width: 90%;
        padding-bottom: 50px;
		margin-top: 30px;
    }
    .threehigh_description{
        width: 90%;
        margin: 50px auto 20px;
        font-size: 16px;
    }
    .threehigh_title2 {
        font-size: 26px;
        margin-bottom: 0;
    }
	
	.threehigh_consultation_main p{
		font-size: 16px;
		margin-bottom: -13px;
	}

    .threehigh_consultation_box h2 {
        width: 80%;
        margin: auto;
        font-style: normal;
        background: #999999;
        line-height: 50px;
        letter-spacing: 2px;
        font-size: 26px;
        text-align: center;
        margin-bottom: 30px;
        background: #FD9800 !important;
        list-style: none;
        position: relative;
        top: 50px;
        -webkit-transform: skew(-20deg);
    }
    .threehigh_consultation_box h2 span{
        height: auto;
        line-height: 35px;
        padding: 10px 0 8px;
    }
    .threehigh_consultation_main .threehigh_consultation_content{
        font-size: 26px;
    }
    
    /* 二師 高血脂*/
    .threehigh_consultation_main ul {
        padding-top: 30px;
        margin-top: -25px;
    }
    .threehigh_consultation_main ul .li_width,.li_width_three,.li_width_two{
        width: 100% !important;
        margin-left: 0;
        padding-top: 25px;
        position:unset;
    }
	
	.threehigh_consultation_main h3 {
		font-size: 26px;
		margin-top: 30px;
	}
	
	.flex-container-tick { width:90%; }

    /* 高血壓 */
    .threehigh_consultation_main ul .li_width_two{
        position:unset;
        margin-left: 0;
    }
   
    .threehigh_consultation_main .threehigh_consultation_content p{
        font-size: 20px;
        margin-bottom: 0;
    }
    .threehigh_consultation_main .threehigh_consultation_content .text_title{
        font-size: 26px;
    }
    .threehigh_consultation_content p:nth-child(2){
        font-size: 16px;
    }

    .threehigh_consultation_main ul .li_height {
        height: auto;
        width: 80%;
        border-top: 2px solid #FD9800;
        display: block;
        position: unset;
        top: 0;
        margin: 0 auto;
    }
   
    .programme_main{
        width: 100%;
    }
    
    .three_main_bg1{
        background: url('../themes/DST_TCM/assets/image/three_high/threehigh_background_m.png') no-repeat;
        background-size: 100%;
        padding-bottom: 80px;
    }

    .consultation_main{
        width:100%;
    }

    .consultation_ul,.consultation_title{
        display: none;
    }

    .consultation_box h2{
        width:70%;
        font-size: 26px;
        margin-bottom:0px;
        top:30px;
    }
    .consultation_main ul{
        margin: 0 30px;
    }

    .consultation_main ul .li_width{
        padding:0 35px;
    }
	
	#swiper_three .swiper-wrapper {
        width: 120.8%;
    }
    #swiper_three .swiper-slide {
        width: 57%;
    } 

    #swiper_consultation_mb{
        display: block;
    }

    #swiper_three .swiper-consultation-prev{
        left: 6px;
        right: auto;
        color: lightgray;
    }
    #swiper_three.swiper-consultation-next{
        right: 6px;
        left: auto;
        color: lightgray;
    }

    .real_testimony{
        background: url('../themes/DST_TCM/assets/image/three_high/threehigh_background_m.png') no-repeat;
        background-size: 100%;
        -webkit-transform: skewY(-3deg);
    }
	
	.cell1 {
	  font-size: 16px;padding: 5px;width:30%;
	}

	.cell2 {
	  font-size: 16px;padding: 5px;width:70%;
	}

	.cell3 {
	  font-size: 16px;padding: 5px;
	}

	.cell-3-padding{
		padding-left:7vw;
	}
	
	.headth-pt-30{ padding-top:40px !important;}
	
	.three_main_h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.icon-plus {width: 50px;}
	
	
	.threehigh_description_table .table {
		width: 90%;
	}

	.table-container-tick {
        font-size: 20px;
        width: auto;
        margin: auto;
        display: table;
		margin: auto 17%;
    }
	.table-container-tick div{ padding: 5px 10px;color: #FF9700; text-align: left; font-weight: bold; width:auto;font-size: 90%;}
	
	.table-container-tick2 {
        font-size: 20px;
        width: auto;
        display: table;
		margin: auto;
    }
	.table-container-tick2 div{ padding: 5px 10px;color: #FF9700; text-align: center; font-weight: bold; width:auto;font-size: 90%;}
}


