<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.expert_image_layout{
    width:35%;
    float:left;
}
.expert_info_layout{
    width:55%;
    float:right;
}
.expert_name{
    font-weight:bold;
    font-size:1.5em;
    color:#de7d60;
}
.expert_zhichen{
    margin-top:2%;
}
.expert_zhiwei{
    margin-top:3%;
    font-weight:bold;
}
.expert_visiting_timetitle{
    color:#de7d60;
    margin-top:3%;
}
.expert_visiting_timetitle:before{
    content:url('../../images/webico/time.png');
    right:3px;
}
.expert_visiting_time{

}
.expert_visiting_time table{
    width: 100%;
    margin-top: 1%;
    border: 1px solid #e2e2e2;
    border-collapse: separate;
    border-spacing: 0;
}
.expert_visiting_time table th {
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
}
.expert_visiting_time table td {
    text-align: center;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #e2e2e2;
    color: #de7d60;
}
.expert_visiting_time table td a{
    width:100%;
    display:table;
    color:#de7d60;
}
.expert_visiting_time table td:first-child {
    color: inherit;
}
.expert_consultation{
    border-radius:5px;
    margin-top:8%;
    display:table;
}
.expert_consultation a{
    width:100%;
    color:#fff;
    padding:8px 20px;
    background-color:#de7d60;
    border-radius:5px;
}
.expert_consultation a:hover{
    color:#fff;
    background-color:#dcb96e;
}
.expert_info_title{
    margin-top:8%;
    color:#de7d60;
    font-weight:bold;
    font-size:1.5em;
    display:table;
    padding-bottom:8px;
    border-bottom:3px solid #de7d60;
}
.expert_info{
    margin-top:2%;
}
.clear_float{
    clear:both;
}
.expert_title{
    font-size:1.3em;
    color:#de7d60;
    padding-bottom:8px;
    border-bottom:2px solid #de7d60;
    margin-top:5%;
}
.expert_describe{
    margin-top: 2%;
}
@media screen and (min-device-width:371px) and (max-device-width: 420px) {
}

@media screen and (min-device-width:320px) and (max-device-width: 370px) {
}</pre></body></html>