.flex_row_spaceBetween {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content_detail_box {
    min-height: calc(100vh - 225px);
}

.content_list_box {
    min-height: calc(100vh - 298px);
}

.one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.double-line {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.w100 {
    width: 100%;
}

.FeesList dl dd {
    display: block!important;
    /*border-bottom: 1px solid #f0f0f0;*/
    /*padding-top: 0.2rem;*/
    /*padding-bottom: 0.2rem;*/
    /*justify-content: space-between;*/
}
.FeesList dl dd span{color: #a2a6a7}
.pages_total{line-height: 0.2rem!important;}



.ContactInformation li{width: auto!important;}
.ContactInformation li span{width: auto!important;padding: 0 5px!important;}
.ContactInformation span.holidayHours{color: #ffb319;    padding-left: 0.2rem;}

/*底部预约按钮---start*/
#he-webplugin-96703{
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
#he-webplugin-96703 img{
    width: 100px!important;
}

.tip_mobile_box{
    position: fixed;
    bottom: 110px;
    right: 15px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    width: 100px;
    background: white;
}
.tip_mobile_box .tip_mobile_txt{
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    color: white;
    text-align: center;
    background: #F0BB0E;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*底部预约按钮---end*/