.banner img{
    width: 100%;
}

/* main css */
.main_box{
    margin: 0 auto;
    background-color: #F1F1F1;
}

/* top */
.top_box{
    background-color: #E7DED7;
    /* padding: 30px 0; */
}
/* title_top */
.main_box .title_top {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0 15px;
}
.title_top h2{
    display: inline-block;
    font-size: 45px;
    color: #d70000;
    letter-spacing: 15px;
    background: url(../themes/DST_TCM/assets/image/bk_left.png) no-repeat;
    background-position: left bottom;
    background-size: 80% 73%;
    padding: 0 130px 10px 15px;
}
.title_top p{
    padding: 10px 20px;
    font-size: 20px;
    color: #494949;
}
.top_img img{
    width: 100%;
}


/* content_top */
.content_top{
    width: 100%;
    padding: 20px 0 50px;
    margin: 0 auto;
}
.left_content_top{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.left_content_top img{
    width: 100%;
}

.right_content_top{
    margin-left: 100px;
    width: 40%;
    display: inline-block;

}
.right_content_top p{
    font-size: 18px;
    margin-top: 30px;
}
.right_content_top p.color_red{
    font-size: 22px;
    color: #e26d62;
    margin-top: 0;
    letter-spacing: 1px
}
.text_ec{
    font-size: 20px;
    margin-top: 5px;
    display: block;
}

/* 了解更多 */
.move_box{
    width: 100%;
    margin: 0 auto;
    background: #F1F1F1;
    padding: 0 0 30px;
}
.move_content{
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}
.move_content ul{
    list-style: none;
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.move_content ul li{
    margin-bottom: 30px;
}
.move_content ul li img{
    width: 100%;
}


.case_share .box {
    width: 100%;
    background-color: #E7DED7;
    padding: 10px;
}
.case_share .box .small-title{
    font-size: 20px;
	line-height: 36px;
}
.case_share .button {
    margin: 10px auto;
    font-size: 24px;
    width: 221px;
    padding: 5px 0px;
    color: white;
    background-color: #E16D61;
    border: none;
}
.text-center {
    text-align: center;
}
.flex-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

@media(max-width:1200px){
    .content_top {
        padding: 0 0;
    }
    .main_box .title_top{
        width: 100%;
        padding: 5% 8%;
        text-align: center;
    }
    .title_top h2{
        font-size: 30px;
        padding: 0px 25px 6px 17px;
        margin: 30px 0 20px;
        background-size: 100% 70%;
        letter-spacing: 8px;
        /* margin-left: 10%; */
    }
    .title_top p {
        padding: 0;
        font-size: 17px;
        text-align: justify!important;
        letter-spacing: 0;
        margin-bottom: 40px;
    }

    /* 星級助孕 */
    .left_content_top{
        width: 100%;
    }
    .right_content_top{
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
        display: block;
        text-align: justify;
    }
    .right_content_top p{
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .right_content_top p.color_red{
        font-size: 20px;
    }
    .text_ec{
        width: 100%;
        font-size: 20px;
        text-align: center;
        text-indent: 0;
        margin-top: 15px;
    }

    /* 了解更多 */
    .move_box{
        padding: 0 0;
    }
    .move_content{
        width: 80%;
        padding: 0 0 20px;
    }
    .move_content ul li {
        margin-bottom: 20px;
    }
    
}

@media (max-width: 768px){
	.case_share .button {
		display: inline-block;
		display: -webkit-inline-block;
		padding: 5px 20px;
		width: 150px;
		height: auto;
		font-size: 17px;
		font-weight:bold;
		margin:0px auto;
	}
	.case_share .box .small-title{
		font-size: 17px;
		line-height: 36px;
	}
}