body{
    background-color: #ffffff;
}
.common-conditions{
    padding: 0.84rem 0.68rem 0;
    background-color: #ffffff;
}
.common-conditions-title{
    font-family: NotoSansHans-Medium;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: rgba(44,62,80,0.9);
    padding-bottom: 0.4rem;
    border-bottom: solid 0.02rem #dcdcdc;
}
.common-conditions-info{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.59rem;
    letter-spacing: 0.006rem;
    color: #2c3e50;
    opacity: 0.7;
    margin-top: 0.4rem;
}

/*medical-advantage-container*/
.medical-container{
    padding: 1rem 0.68rem 0;
    background-color: #ffffff;
}
.medical-advantage-container{
    padding: 1.46rem 0.68rem 0;
    background-color: #ffffff;
    /*border-bottom: solid 0.02rem rgba(61,57,57,0.3);*/
}
.medical-advantage-title{
    font-family: NotoSansHans-Medium;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.9;
}
.medical-advantage-ul{
    margin-top: 0.6rem;
}
.medical-advantage-li{
    border-bottom: solid 0.02rem rgba(61,57,57,0.3);
}
.medical-advantage-li:last-child{
    border: none;
}
.medical-advantage-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
}
.medical-advantage-num{
    font-family: NotoSansHans-Bold;
    font-size: 0.38rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.2;
    margin-right: 0.4rem;
}
.medical-advantage-name{
    font-family: NotoSansHans-Regular;
    font-size: 0.38rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -0.006rem;
    color: rgba(0,154,173,0.6);
}
.medical-advantage-item .medical-advantage-icon{
    width: 0.7rem;
}
.medical-advantage-li-info{
    display: none;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.38rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0.006rem;
    color: #2c3e50;
    opacity: 0.6;
    padding-bottom: 0.44rem;
}

/*scientific-research-content*/
.scientific-research-content{
    padding: 0.9rem 0.68rem 0;
}
.scientific-research-bg{
    width: 100%;
    height: 5.5rem;
    box-shadow: 0rem 0.14rem 0.232rem 0.038rem
    rgba(42, 88, 89, 0.33);
    border-radius: 0.3rem;
    background-image: url("http://cache.xaangel.net/scientific-research-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scientific-research-title-en{
    font-family: NotoSansHans-Medium;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    line-height: 0.6rem;
}
.scientific-research-title{
    font-family: NotoSansHans-Medium;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    line-height: 0.6rem;
    margin-top: 0.4rem;
}
.scientific-research-btn{
    width: 5.4rem;
    height: 1rem;
    border-radius: 0.5rem;
    margin-top: 0.6rem;
}

/*hands-container*/
.hands-container{
    padding: 1rem 0.68rem 0;
    background-color: #ffffff;
}
.hands-li{
    display: flex;
    flex-direction: column;
    padding: 0.35rem 0;
    border-bottom: solid 0.02rem rgba(61,57,57,0.3);
}
.hands-li:last-child{
    border: none;
}
.hands-li .hands-li-name{
    font-family: NotoSansHans-Regular;
    font-size: 0.38rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -0.006rem;
    color: rgba(0,154,173,0.6);
}
.hands-li-info{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.38rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0.006rem;
    color: #2c3e50;
    opacity: 0.6;
    margin-top: 0.3rem;
}
.medical-advantage-ul-one{
    border-top: solid 0.02rem rgba(61,57,57,0.3);
    margin-top: 0.5rem;
}
.medical-advantage-li-one{
    margin-top: 0.5rem;
}