<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:1264px) {
    .detail-title {
        padding-left: 30px !important;
    }
}

.rightNav {
    position: relative;
}

#rightNavSelect {
    position: absolute;
    right: 20px;
    top: 21px;
    max-width: 130px;
    width: auto;
}

.rehabilitation-cornerMark {
    float: right;
    height: 34px;
    margin-right: 20px;

}

.rehabilitation-cornerMark-sort {
    font-size: 1.2rem; 
    font-weight: bold;
    color: #141414;

}

.rehabilitation-cornerMark-recommended {
    border: none;
    font-size: 1.6rem; 
    font-weight: 400;
    color: #666666;
    width: 100%;

}

select {
    outline: none;
    background: #fff !important;
    appearance: none !important;
    appearance: none !important;
    appearance: none !important;
}

.rehabilitation-detail-head {
    position: relative;
    margin-top: 24px;
    padding-bottom: 13px;
    border-bottom: 2px solid #007533;
    padding-left: 36px;
    margin-bottom: 16px;
    z-index: -1;
}

.clinicLocation {
    font-size: 1.8rem; 
    font-weight: bold;
    color: #141414;
}

.rehabilitation-detail-head::before {
    position: absolute;
    content: '';
    top: 24%;
    transform: translateY(-50%);
    left: 0px;
    background-image: url('../images/icon_address.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 24px;

}

.rehabilitation-detail-head-img {
    width: 40px;
    height: 48px;
}

.rehabilitation-detail-head-detail {}

.rehabilitation-detail-head-detail-up {
    margin-bottom: 8px;
    font-size: 2rem; 
    font-weight: bold;
    color: #141414;
    cursor: pointer;
}

.rehabilitation-detail-head-detail-down {
    font-size: 1.6rem; 
    font-weight: 400;
    color: #141414;
}

.rehabilitation-detail-person {
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEAEA;
}

.rehabilitation-detail-person::after {
    display: block;
    content: '';
    clear: both;
}

.rehabilitation-detail-person-name {
    margin-bottom: 8px;
    font-size: 1.6rem; 
    color: #141414;
}

.rehabilitation-detail-person-technical {
    font-size: 1.6rem; 
    color: #666666;
}

.rehabilitation-detail-person-technical-dr {
    display: block;
    width: 50%;
    font-weight: 400;
    text-align: left;
    float: left;
}

.rehabilitation-detail-person-technical-int {
    display: block;
    width: 50%;
    text-align: right;
    float: left;
}

.rehabilitationCon {
    padding-bottom: 16px;
}

#ipt {
    border: none;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
}

#ipt a {
    display: block;
    width: 132px;
    color: #666666;
}

#ipt a:hover {
    color: #666666;
    text-decoration: none;
}

#ipt a.chinese {
    width: 65px;
}

#ipt::placeholder {
    font-size: 1.6rem; 
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.inputClass {
    position: relative;
} 
.inputClass::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-image: url('../images/icon_drop_sort.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 6px;
    z-index: 10;

}

#selectUl {
    position: absolute;
    right: 0;
    z-index: 3;
    padding-left: 0px !important;
    list-style: none;
    width: 140px;
    max-height: 203px;
    overflow-y: scroll;
    border: 1px solid #666666;
    background-color: #fff;

}

#selectUl.hide {
    display: none;
}

#selectUl li {
    width: 100%;
    padding-left: 16px !important;
    color: #666666;
}

#selectUl li.main-regions,
#selectUl li:nth-child(1) {
    padding-left: 5px !important;
}

#selectUl li a {
    text-decoration: none;
    color: #666666;

}

#selectUl li a:hover {
    color: #FFFFFF !important;

}

#selectUl li:hover,
#selectUl li:visited,
#selectUl li:hover a,
#selectUl li:visited a,
#selectUl li.active,
#selectUl li.active a {
    background: #007533;
    color: #FFFFFF !important;

}
.detail-question{
    padding-right: 16px!important;
}
.detail-question a { 
    display: block;
    color: #FFFFFF!important;
    text-decoration: none;
} 
.detail-question a:hover, .detail-question a:focus {
    color: #FFFFFF;
    text-decoration: none;
} 
.detail-collapseAll{
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px;
}
.FAQ-line{
    clear:both
}
.detail-img-subTitles{
    position: relative;
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 2.8rem; 
    font-weight: bold;
    color: #141414;
    line-height: 48px;
}
.detail-subTitle{
    margin-left: 12px;

}
.detail-img-subTitles-int{ 
    display: inline-block 
}
.provided-date{
    font-size: 1.4rem;
    font-weight: 400;
    color: #007533;
    padding-left: 6px;
}
.detail-img-subTitles a{
    display: block!important;
}
@media screen and (min-width: 956px){
    .detail-title {
        padding-left: 30px !important;
    }

}

/* 憿菟𢒰暺𤑳蒾 */
/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter:none;
} */

 </pre></body></html>