/* sub1.html */
.text_decoration{
    text-decoration: underline #fff .0625rem !important;
}
.main_content{
    position:relative;
}
.main_content1 > img{
    width: 100%;
}
.circle_layout{
    padding: 3.125rem 0;
    display: flex;
}
.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    margin-left: 20px;
}
.circle:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.main_right{
    display: flex;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    width: 37%;
}
.sub_right_title{
    font-size: 2.5rem;
    font-weight: 400;
    position:relative;
}
.sub_right_title > span{
    font-size: 2.5rem;
    font-weight: 600;
}
.line{
    width: 1px;
    height: 12.5rem;
    background-color: #fff;
    padding: 1.25rem 0;
}
.sub_right_content{
    font-size: 1.25rem;
    font-weight: 400;
}
.sub_right_content > span{
    font-size: 1.25rem;
    font-weight: 600;
    color: #86DADA;
}
.hospital{
    padding: 1.875rem 0;
}
.hospital_layout{
    display: flex;
    justify-content: flex-end;
    padding: .3125rem 0;
}
.hospital_layout > div{
    font-size: .9375rem;
    font-weight: 400;
}
.hospital_layout > img{
    width: 1.25rem;  
    height: 1.25rem;
    margin-left: .625rem;
}
/* sub1.html */

/* sub2.html */


.sub_left{
    display: flex;
    width: 55%;
}
.history_title{
    font-size: 2.5rem;
    font-weight: 400;    
}
.history_subtitle{
    font-size: 2.5rem;
    font-weight: 600;
}
.history_subtitle > span{
    color: #86DADA;
}
.history_layout{
    margin:3.125rem 0 0 0;
    padding: 10px 0;
    border-left: solid 1px #fff;
}
.history_layout > ul{
    margin:0;
    padding:0 .625rem;
    line-height: 2.5rem;
}
.history_layout .font_white{
    font-size: 1.125rem;
    font-weight: 400;
}
.circles{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.circles_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    margin-left: 20px;
    margin-top:-1.25rem;
}
.circles_content:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.doctor_image{
    width: 45%;
    position: relative;
    z-index: 1;
}
.doctor_image > img{
    width: 70%;
}
.doctor_introduction{
    position:absolute;
    top:0;
    right: 0%;
    padding: 3.5rem 7rem 10rem 3.125rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: -1;
    border-radius: 20px;
}
.introduction_title{
    font-size: .9375rem;
    font-weight: 400;
    padding-bottom: 1.875rem;
}
.introduction_title > span{
    font-size: 1.875rem;
    font-weight: 500;
    color: #16A0A0;
    padding-left: .4375rem;
}
.introduction_content{
    font-size: .8125rem;
    font-weight: 400;
}

/* sub2.html */


/* sub3.html */

.sub_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column_line{
    width: 20%;
    height: 1px;
    background-color: #fff;
}
.sub_content{
    flex-direction: column;
}
.main_content2{
    margin: 3.125rem 0 5rem 0;
    width: auto;
    display: flex;
}
.sub_text{
    padding: 0 0 0 20px;
}
.text_title{
    font-size: 1.875rem;
    font-weight: 500;
}
.text_title > span{
    font-size: 1.875rem;
    color: #86DADA;
}

.main_content2{
    display: none;
}
#first{
    display: flex;
}
.main_content2 > img{
    width: 40%;
}
.on{
    border-color:#86DADA;
}
.on > div{
    color: #86DADA;
}
.sub_top .circle{
    cursor: pointer;
}
.layout{
    width: 60%;
}
.sub3_text{
    position: relative;
}
.sub3_text > img{
    width: 100%;
}