html, body {
    font-size: 4.3vw;
    padding: 10px;
}
.de_doc .doctoroffice {
    padding: 0 .5rem;
    margin-top: 1rem;
}

.de_doc .doctoroffice .dfname {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    line-height: 1;
}

.de_doc .doctoroffice .dfname h3 {
    font-size: .9rem;
}

.de_doc .doctoroffice .dfname span {
    font-size: .6rem;
    color: #1DB2B0;
    padding: .1rem .3rem;
    line-height: 1;
    border: 1px solid #4AD6D4;
    background-color: #C5FEFD;
    margin-left: .5rem;
    border-radius: 1rem;
}

.de_doc .doctoroffice .dfdetail {
    padding: .3rem;
    border-radius: 5px;
    margin-top: .75rem;
    background-color: #E0F4FF;
    border: .05rem solid #5DC0F4;
}

.de_doc .doctoroffice .dfdetail .oc{
    line-height: 1.5;
    font-size: .7rem;
    color: #555555;
    max-height: 4.5em;
    overflow: hidden;
    transition: all .5s;
}
.de_doc .doctoroffice .dfdetail .oc.active{
    max-height: none;
    overflow-y: scroll;
}

.de_doc .doctoroffice .spread {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.de_doc .doctoroffice .spread::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
    transform: rotateZ(-136deg);
    transition: all .3s;
    margin-top: 0;
}
.de_doc .doctoroffice .spread.active::before{
    transform: rotateZ(45deg);
    margin-top: .3rem;
}

.de_doc .illness {
    margin-top: 1rem;
    padding: 0 .5rem;
}

.de_doc .illness .illness-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.de_doc .illness .illness-title .left {
    font-size: .9rem;
    color: #444444;
    font-weight: bold;
}

.de_doc .illness .illness-title .right {
    font-size: .6rem;
    color: #999999;
}

.de_doc .illness .illness-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .475rem;
}

.de_doc .illness .illness-wrap .illness-list {
    width: 4.25rem;
    height: 1.625rem;
    background-color: #F4F5F6;
    color: #999999;
    margin-right: .25rem;
    margin-bottom: .3rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.de_doc .illness .illness-wrap .illness-list:nth-of-type(4n) {
    margin-right: 0;
}

.de_doc .illness .illness-wrap .illness-list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .7rem;
    text-align: center;
    line-height: 1.625rem;
}
.over5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.zhankai {
    color: #1DB2B0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #E1FBFB;
    padding: 10px 20px 0 30px;
}

.shouqi {
    color: #1DB2B0;
    text-align: center;
}

.keshilists {
    padding: 20px;
}

.keshilists ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.keshilists li {
    font-size: 40px;
    color: #1DB2B0;
    background-color: #DBFFFF;
    margin: 10px 20px;
    padding: 0 20px;
    border-radius: 20px;

}

.li_active {
    background-color: #1DB2B0 !important;
    color: white !important;
}

.hotkeshi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.hotkeshi ul li {
    border: 1px solid #1DB2B0;
    color: #1DB2B0;
    font-size: 45px;
    padding: 5px 20px;
    border-radius: 10px;
    margin: 20px;
}


.over5 {
    max-height: 252px;
    overflow: hidden;
}

.none {
    display: none !important;
}

.keshi_info7_4 {
    font-size: 30px;
    background-color: #E1FBFB;
    border-radius: 20px;
    border: 1px solid #1DB2B0;
    margin: 10px 5px;
    padding: 40px;
}

.keshi_info7_4_top {
    position: relative;
    height: 30px;

}

.keshi_info7_4_top_bg {
    margin-left: -10px;
    display: inline-block;
    background: url("https://www.boutiquality.com/style/mhos/image/ks.png") no-repeat;
    background-size: 100% 100%;
    padding: 5px 30px 5px 10px;
    color: white;
}

.keshi_info7_4_bottom {
    margin: 30px 0;
    color: #666666;
    position: relative;
}

.keshi_info7_4_bottom,
.keshi_info7_4_bottom div,
.keshi_info7_4_bottom p,
.keshi_info7_4_bottom span {
    font-size: 30px !important;
    color: #666 !important;
    text-indent: 0 !important;
    line-height: 50px !important;
}

.keshi_info7_4_bottom div,
.keshi_info7_4_bottom p {
    margin: 0 !important;
    padding: 0 !important;
}

.keshi_info7_4_bottom img {
    width: 100%;
}

.omit {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 15px;
    text-align: right;
    background: linear-gradient(to right, transparent, #E1FBFB, #E1FBFB);
}

.zhankai7,
.shouqi7 {
    text-align: center;
    color: #1DB2B0;
}


.over2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.keshi_doc7_4 {
    padding: 15px;
}

.keshi_doc7_4_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.keshi_doc7_4_title span {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.keshi_doc7_4_title a {
    color: #1DB2B0;
    font-size: 10px;
}

.keshi_doc7_4_list {
    padding: 15px 0;
    border-bottom: 0.5px dashed #B8B8B8;

}

.keshi_doc7_4_list_top {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.keshi_doc7_4_list_top_info {
    display: flex;
}

.keshi_doc7_4_list_top_info img {
    width: 48.5px;
    height: 46.11px;
    border-radius: 50%;
    margin-right: 10px
}

.keshi_doc7_4_list_top_info_mian {}

.keshi_doc7_4_list_top_info_mian div:nth-child(1) {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.keshi_doc7_4_list_top_info_mian div:nth-child(2) {
    color: #333333;
    font-size:12px;
    margin-top:5px;
}

.keshi_doc7_4_list_top_btn {
    width: 70px;
    height:20px;
    opacity: 1;
    border-radius:40px;
    background: #22A9A7;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.keshi_doc7_4_list_bottom {
    font-size: 12px;
    color: #333333;
    margin-top: 5px;
    line-height: 20px;
    position: relative;
    /* text-indent: 3.5em; */
}

.keshi_doc7_4_list_bottom .p_title {
    position: absolute;
    top:3px;
    left: 0;
    width: 3.35px;
    height:14.55px;
}

.keshi_doc7_4_list_bottom span {
    color: #1DB2B0;
    font-weight: bold;
}