/* 自己定义的 */
html {
    /*-webkit-tap-highlight-color: transparent;*/
    /*font-size: 62.5%*/
    margin: 0 !important;
}
.hf-tree-c ::-webkit-scrollbar-thumb,
.hf-scroll-panel ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D1D2D5;
  border: 0px solid transparent;
  background-clip: padding-box;
}
.hf-scroll-panel ::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.hf-tree-c ::-webkit-scrollbar-thumb:hover,
.hf-scroll-panel ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background-color: #737373;
}

.hf-scroll-panel::-webkit-scrollbar-thumb,
.case-detail-side-nav::-webkit-scrollbar-thumb {
  visibility: hidden;
}

.hf-scroll-panel:hover::-webkit-scrollbar-thumb,
.case-detail-side-nav:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.hf-icon {
    background-image: url('/support/img/hf_icon.png');
}

/*.hf-scroll-panel::-webkit-scrollbar-thumb:hover {*/
/*  background-color: #D1D2D5;*/
/*}*/


.hf-tree-c ::-webkit-scrollbar-track {
  /*background-color: #FAFAFA;*/
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #D1D2D5;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #737373;
}
.hf-body {
    background: #fff;
}
.hf-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hf-panel ul, 
.hf-panel li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}

.hf-left {
}

.hf-tree-c {
    position: sticky;
    z-index: 1;
    top: 74px;
    height: calc(100vh - 74px);
    background-color: #fff;
    width: 0;
    transition: all 300ms ease;
    min-width: 300px;
    overflow: visible;
    transition: all .2s ease-in-out;
    box-shadow: 1px 0px 10px 0px rgba(28, 76, 186, 0.08);
    border-right: 1px solid rgba(28, 76, 186, 0.08);
}

.hf-tree-c.collapse {
    transform: translateX(-100%); 
    display: block;
    margin-right: -296px;
}

.hf-toggle-btn {
    position: absolute;
    z-index: 3;
    /*left: 0;*/
    top: 150px;
    transform: translateX(296px);
    /*width: 24px;*/
    /*height: 56px;*/
    background: #FAFAFA;
    border-radius: 0px 4px 4px 0px;
    font-size: clamp(15px, 2.5vw, 24px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    border-left: none;
    transition: all .1s ease-in-out;
    
    border-radius: 50%;
    left: -14px;
}
.hf-toggle-btn:hover {
    /*background: #F5F5F5;*/
}

.hf-toggle-btn > i {
    font-size: clamp(15px, 2vw, 20px);
    color: #666;
    transition: min-height .1s ease-in-out;
    /*min-height: 56px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 32px;
    height: 32px;
    background-position: -10px -39px;
}
.hf-toggle-btn:not(.show):hover > i {
    background-position: -54px -39px;
}
.hf-toggle-btn.show {
    left: 4px;
}
.hf-toggle-btn.show > i {
    background-position: -98px -39px;
}
.hf-toggle-btn.show:hover > i {
    background-position: -142px -39px;
}
.hf-toggle-btn > .text {
    font-size: clamp(12px, 1vw, 12px);
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    width: 12px;
    margin: 0 auto;
    display: none;
}
.hf-toggle-btn.show {
    /*width: 32px;*/
    /*height: 120px;*/
    /*animation-delay: .1s;*/
}
.hf-toggle-btn.show > i {
    /*min-height: 38px;*/
}

.hf-scroll-panel {
    max-height: calc(100vh - 74px);
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    overflow: hidden;
}
.hf-tree-list {
    width: 100%;
    max-width: 34rem;
    padding: 12px;
    position: relative;
    
    max-height: calc(100vh - 152px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.hf-tree-group {
    
}
a[data-lv='0'] {
    padding-top: 10px;
    padding-bottom: 10px;
}
a[data-lv='0'] > .title {
    font-size: clamp(12px, 1vw, 14px);
    color: #333940;
  font-weight: normal !important;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: inherit;
}
.hf-tree-group .item-name:not(a[data-lv='0']) {
  font-weight: normal;
  /*padding-top: 6px;*/
  /*padding-bottom: 6px;*/
  /*margin-bottom: 4px;*/
}
.hf-tree-group ul[data-lv='0'] {
  padding-left: 50px;
  padding-right: 15px;
}
.hf-tree-group ul[data-lv]:not([data-lv='0']) {
  padding-left: 22.5px;
}
.hf-tree-group .item-name {
    /*color: rgba(0, 0, 0, 0.90);*/
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: clamp(12px, 1vw, 14px);
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 7px 0px;
}
.hf-tree-group .title{
    position: relative;
    z-index: 3;
    /*line-height: 1.5;*/
    line-height: 1.6;
    white-space: initial;
    word-break: normal;
    flex: 1;
    margin-left: 0.3em;
}
.hf-tree-group .bg {
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 400px;
    background-color: transparent;
    transition: background-color .2s ease-in-out;
    left: -110px;
}
.hf-tree-group .item-name:hover .bg {
  background-color: #F5F5F5;
}
.hf-tree-group .post {
    position: relative;
}
.hf-tree-group a.post::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: -9px;
    background-color: rgba(0, 0, 0, .25);
    z-index: 2;
    transition: background-color .2s ease-in-out;
    top: 50%;
    margin-top: -2px;
}
[data-lv='0'].post::before {
  display: none;
}
.hf-tree-group .item-name.active {
    color: #0076FE !important;
    font-weight: 600;
    -webkit-text-stroke-color: #0076FE;
}
.hf-tree-group a.post.active::before {
    background-color: #0076FE;
}
.hf-tree-group .item-name.active .title {
    /*font-weight: bold;*/
    color: #0076FE !important;
}
.hf-tree-group.in ~ .item-name {
  background: #f00;
}
/*.hf-tree-group .item-name.active .icon*/
.hf-tree-group .item-name.as .icon {
    background-position: -149px -8px;
}
.hf-tree-group .item-name.active > .bg {
    background-color: #F3F8FF;
}
.hf-tree-group .item-name .icon {
    width: 13px;
    height: 20px;
    position: relative;
    top: -1px;
    z-index: 2;
    
    background-position: -120px -9px;
}

.hf-tree-search {
    padding: 12px 12px 0px 12px;
    position: relative;
}
.hf-tree-search > .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    bottom: 4px;
    left: 16px;
    background-position: -47px -83px;
}
.hf-tree-search > input {
    background-color: #F4F5F5;
    border-radius: 3px;
    height: 32px;
    padding-right: 70px;
    padding-left: 32px;
}
.hf-tree-search > .btn {
    position: absolute;
    right: 13px;
    bottom: 1px;
    background: #F3F8FF;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 54px;
    color: #0076FE;
    font-size: clamp(12px, 1vw, 14px);
    box-shadow: inset 1px 0 0px #EEEEEE;
}
.hf-tree-control {
    overflow: hidden;
    margin: 12px;
    margin-bottom: 0px;
    line-height: 22px;
    height: 22px;
    font-size: clamp(12px, 1vw, 14px);
    color: #333940;
}
.hf-tree-control > .fold,
.hf-tree-control > .locate,
.hf-tree-control > .menu {
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 2px;
    cursor: pointer;
}
.hf-tree-control > .locate,
.hf-tree-control > .menu {
    margin-right: 5px;
}
.hf-tree-control > .fold {
    background-position: -60px -10px;
}
.hf-tree-control > .locate {
    background-position: -172px -10px;
    margin-right: 8px;
}
.hf-tree-control > .menu,
.hf-tree-control > p {
    float: left;
}
.hf-tree-control > .menu {
    background-position: -89px -10px;
    cursor: default;
}



/*右边文章内容*/
.hf-right {
     flex-grow: 1;  /* 拉伸以占据剩余空间 */
 }
 .hf-right .content {
     display: flex;
 }
.hf-post-content {
    --min-padding: 15px;
    --max-padding: 80px;
    padding: 0 var(--min-padding);
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    -webkit-transition: margin-left 400ms ease;
    -moz-transition: margin-left 400ms ease;
    transition: margin-left 400ms ease;
    /*padding: 0 80px;*/
    width: 100%;
    max-width: 1280px;
    background-color: #fff;
    
    /*防止文章太小了*/
    min-height: 75vh;  
}
@media (min-width: 600px) {
  .hf-post-content {
    padding: 0 clamp(var(--min-padding), 5%, var(--max-padding));
  }
}

@media (min-width: 1200px) {
  .hf-post-content {
    padding: 0 var(--max-padding);
  }
}

.hf-post-content.category {
    max-width: 1440px;
    margin-top: 24px;
}
.hf-post-content.category h1.entry-title {
    color: #333940;
    font-size: clamp(13px, 1.5vw, 16px);
    font-weight: 700;
    text-align: left;
    margin-bottom: 6px;
}
.hf-panel ul.hf-cat-list {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}
.hf-cat-list > li {
    width: 25%;
    padding: 12px;
    float: none;
    display: inline-block;
    vertical-align: top;
    flex-basis: 25%;
}
@media (max-width: 1180px) {
    .hf-cat-list > li {
        width: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 760px) {
    .hf-cat-list > li {
        width: 100%;
        flex-basis: 100%;
    }
}
.hf-cat-list > li a {
    padding: 16px 24px 16px 24px !important;
    color: #333;
    display: block;
    border-radius: 8px !important;
    height: 100%;
    box-shadow: 0px 2px 16px 0px rgba(28, 76, 186, 0.08);
}
.hf-cat-list > li h2,
.hf-cp-list > li h2 {
    color: #333940;
    font-size: clamp(13px, 1.5vw, 16px);
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding-bottom: 10px;
}
.hf-cat-list > li p,
.hf-cp-list > li p{
    font-size: clamp(12px, 1vw, 12px);
    line-height: 16px;
}



.hf-cp-list {
    
}
.hf-cp-list > li {
    padding: 10px 0;
}
.hf-cp-list > li > .inner {
    height: 122px;
    box-shadow: 0px 2px 16px 0px rgba(28, 76, 186, 0.08);
    padding: 16px 24px 16px 24px;
    border-radius: 8px;
    display: flex;
}
.hf-cp-list > li .left-img {
    width: 160px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hf-cp-list > li .left-img img {
    max-width: 100%;
    max-height: 100%;
}

.hf-cp-list > li .right-text {
    padding-left: 30px;
    flex: 1;
    overflow: hidden;
}
.hf-cp-list > li a:hover {
    color: #0076FE;
    text-decoration: underline;
}
.hf-cp-list > li p {
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
@media (max-width: 600px) {
    .hf-cp-list > li .left-img {
        display: none;
    }
    .hf-cp-list > li .right-text {
        padding-left: 0;
    }
}



/*快速定位点*/
.hf-head-c {
    position: -webkit-sticky;
    position: sticky;
    width: 216px;
    top: 120px;
    align-self: flex-start;
    top: 160px;
    width: 260px;
    min-width: 260px;
    margin-right: 24px;
}
@media (max-width: 880px){
    .hf-head-c {
        display: none;
    }
}
.hf-head-nav {
        margin-top: 28px;
    position: relative;
    padding: 6px 0;
    max-height: 70vh;
    overflow: scroll;
}
.hf-head-list {
        position: relative;
    margin-left: 6px;
}
.hf-head-list > .item {
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    display: block;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    position: relative;
    margin: 10px 0;
    font-size: clamp(12px, 1vw, 14px);
    width: 244px;
}
.hf-head-list > .item.active {
    color: #166BC7;
    font-weight: 700;
}
.hf-head-list > .item[data-lv="0"] {
    padding-left: 20px;
    margin-top: 8px !important;
}

.hf-head-list > .item:not([data-lv="0"]) {
    margin: 6px 0;
    font-size: clamp(12px, 1vw, 12px);
    margin-top: -2px;
}
.hf-head-list > .item[data-lv="0"] + [data-lv="1"] {
    margin-top: -2px;
}
.hf-head-list > .item[data-lv="1"] {
    padding-left: 34px;
}
.hf-head-list > .item[data-lv="2"] {
    padding-left: 48px;
}
.hf-head-list > .item[data-lv="3"] {
    padding-left: 52px;
}



.hf-breadcrumb {
    /*height: 22px;*/
    line-height: 22px;
        white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.hf-breadcrumb > p,
.hf-breadcrumb > a {
    font-size: clamp(12px, 1vw, 14px) !important;
    color: #333940 !important;
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: middle;
}
.hf-breadcrumb a:hover {
    color: #0076FE !important;
}
.hf-breadcrumb span {
    vertical-align: top;
    color: #999999;
    padding: 0px 6px;
    vertical-align: middle;
}

/* footer */
.hf-footer {
    background: #F5F5F5;
    min-height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 88px;
}
.hf-footer-list {
        display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hf-footer-list > li {
        padding: 5px 15px;
}
.hf-footer-list > li a {
    line-height: 24px;
    font-size: clamp(12px, 1vw, 14px);
    color: #666666;
}
.hf-footer-list > li a:hover {
    color: #0076FE;
}

.hf-footer-list > li.logo img {
    max-height: 28px;
    max-width: 100%;
}
/* search */
.hf-search-content {
    
}
.hf-search-header {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.hf-search-header > .search {
    width: 100%;
    max-width: 456px;
    position: relative;
    display: inline-block;
}
.hf-search-header > .search input {
    height: 44px;
    border-radius: 99px;
    border: 1px solid #0076FE;
    padding-left: 20px;
    color: #333333;
    font-size: clamp(12px, 1vw, 14px);
}
.hf-search-header > .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    background: #0076FE;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    line-height: 44px;
    padding: 0;
    color: #fff;
    border: none;
    font-size: clamp(12px, 1vw, 14px);
}
.hf-search-header h3 {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 22px;
    font-weight: 700;
    color: #333940;
    margin-top: 35px;
    margin-bottom: 5px;
}
.hf-search-header .t-1 {
    
}
.hf-search-header .t-2 {
    color: #0076FE;
}
.hf-search-list {
    
}
.hf-search-list > li {
    padding: 20px 0;
}
.hf-search-list > li h2,
.hf-search-list > li a {
    margin: 0;
    color: #333940;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 22px;
    font-weight: 700;
}
.hf-search-list > li p {
    font-weight: 400;
    color: #666666;
     font-size: clamp(12px, 1vw, 14px);
    line-height: 20px;
    padding-top: 6px;
}

.hf-search-list .highlight-color {
    color: #0076FE;
}

/*  page start */
ul.page-numbers {
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 40px;
}
.page-numbers > li {
	display: inline-block;
    overflow: hidden;
}
a.page-numbers,
span.page-numbers {
	display: block;
	float: left;
    line-height: 18px;
    border: 1px solid #CCC;
    text-decoration: none;
    margin: 0px 4px 0px 0px;
    color: #555;
    padding: 5px 12px 5px 12px;
    background: #fff;
}
.page-numbers.current {
	background: rgb(27, 127, 204);
    color: #ffffff;
}
a.page-numbers:not(.current):hover {
	background: #e1e1e1;
    color: #323436;
}
/*  page end */

/* home */
.hf-h-panel {
    padding: 0 15px;
    overflow: hidden;
    background-image: url('/support/img/h-bg.png');
    background-repeat: no-repeat;
}
.hf-h-header {
    text-align: center;
    padding-top: 44px;
}
.hf-h-header > h1 {
    margin: 0;
    font-size: clamp(18px, 5vw, 30px);
    color: #333940;
    line-height: 1.33;
    font-weight: bold;
}
.hf-h-search {
    padding: 25px 0 10px;
    position: relative;
    width: 100%;
}
.hf-h-search > .inner {
    position: relative;
    height: 44px;
    box-shadow: 0px 2px 16px 0px rgba(28, 76, 186, 0.08);
    max-width: 452px;
    width: 100%;
    display: inline-block;
    border-radius: 99px;
}
.hf-h-search input {
    /*display: inline-block;*/
    /*max-width: 388px;*/
    padding-left: 50px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 99px;
    color: #999999;
    font-size: clamp(12px, 1vw, 14px);
}
.hf-h-search .btn {
    background: #0076FE;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 100%;
    line-height: 44px;
    display: inline-block;
    width: 82px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    color: #fff;
    font-size: clamp(12px, 1vw, 14px);
}
.hf-h-content {
    position: relative;
    margin: 0 auto;
    max-width: 1240px;
}
.hf-h-section {
    padding-top: 30px;
}
.hf-h-section > h2 {
    font-weight: 700;
    margin: 0;
    color: #333940;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.1;
    padding-bottom: 20px;
}
.hf-h-terms {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.hf-h-terms > li {
    width: 33.333%;
    padding: 10px 20px;
}
.hf-h-terms .box {
    padding: 20px 16px 24px 30px;
    /*border: 1px solid rgba(255, 255, 255, 0.8);*/
    box-shadow: 0px 2px 16px 0px rgba(28, 76, 186, 0.08);
    height: 100%;
    border-radius: 8px;
}

.hf-h-t-header {
    position: relative;
    /*min-height: 28px;*/
    padding-bottom: 10px;
}
.hf-h-t-header > h2 {
    margin: 0;
    font-size: 0;
}
.hf-h-t-header > h2 a {
    vertical-align: middle;
    line-height: 1.3;
    color: #333940;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
}
.hf-h-t-header > h2 a:hover {
    text-decoration: underline;
}
.hf-h-t-header > a {
    position: absolute;
    top: 2px;
    right: 0px;
    color: #666;
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.4;
    padding-right: 10px;
}
.hf-h-t-header > a span {
    width: 10px;
    height: 12px;
    /* background-color: #f00; */
    background-position: -9px -14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.hf-h-t-header img {
    max-height: 28px;
    vertical-align: middle;
}
.hf-h-list {
}
.hf-h-list > li {
    padding: 6px 0;
    line-height: 18px;
}
.hf-h-list > li a {
    position: relative;
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.4;
    color: #666666;
    padding-left: 15px;
    display: block;
}
.hf-h-list > li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 2px;
    background-color: rgba(0, 0, 0, .25);
    z-index: 2;
    transition: background-color .2s ease-in-out;
    top: 50%;
    margin-top: -2px;
}
.hf-h-usual-list > li .box h2 a:hover,
.hf-h-t-header > a:hover,
.hf-h-list > li a:hover {
    text-decoration: underline;
    color: #0076FE;
}
.hf-h-list > li a:hover::before {
    background-color: #0076FE;
}

.hf-h-usual {
    display: flex;
}
.hf-h-usual-l {
    width: 160px;
    border-right: 1px solid #EEEEEE;
}
.hf-h-usual-l > li {
    position: relative;
    font-size: clamp(14px, 1.5vw, 16px);
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    cursor: pointer;
    color: #666666;
    padding: 8px 16px;
    line-height: 32px;
}
.hf-h-usual-l > li.active {
    font-weight: 700;
    color: #333940;
}
.hf-h-usual-l > li.active::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 24px;
    border-radius: 9px;
    background: #0076FE;
    left: 6px;
    top: 50%;
    margin-top: -12px;
}
.hf-h-usual-l > li:not(.active):hover {
    background: #fafafa;
}
.hf-h-usual-r {
    flex: 1;
    padding-bottom: 30px;
}
.hf-h-usual-r > li {
    display: none;
}
.hf-h-usual-r > li.active {
    display: block;
}
.hf-h-usual-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    /*margin-left: -15px;*/
    margin-right: -15px;
    margin-top: -15px;
}
.hf-h-usual-list > li {
    padding: 10px 15px;
    width: 50%;
}
.hf-h-usual-list > li .box {
    position: relative;
    box-shadow: 0px 4px 24px 0px rgba(28, 76, 186, 0.12);
    padding: 24px 30px;
    border-radius: 8px;
    height: 100%;
    height: 138px;
    overflow: hidden;
}
.hf-h-usual-list > li .box::before {
    content: '';
    background: #0076FE;
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 21px;
    clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
}
.hf-h-usual-list > li .box h2 {
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.hf-h-usual-list > li .box h2 a {
    color: #333940;
    font-weight: 700;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.4;
    cursor: pointer;
}
.hf-h-usual-list > li .box p {
    padding-top: 10px;
    color: #999999;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.35;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 960px) {
    .hf-h-terms > li {
        width: 50%;
    }
    .hf-h-usual-list > li {
        width: 100%;
    }
}
@media (max-width: 680px) {
    .hf-h-terms > li {
        width: 100%;
    }
    .hf-h-usual {
        display: block;
    }
    .hf-h-usual-l {
        width: 100%;
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
    }
    .hf-h-usual-l > li:not(.active):hover {
        background: none;
    }
    .hf-h-usual-l > li {
        border-bottom: 1px solid #EEEEEE;
    }
    .hf-h-usual-l > li.active {
        color: #0076FE;
        font-weight: 400;
    }
    .hf-h-usual-l > li.active::before {
        width: 24px;
        height: 4px;
        left: 50%;
        margin-left: -12px;
        bottom: -1px;
        top: auto;
    }
    .hf-h-usual-list {
        padding-left: 0;
        margin-left: -15px;
    }
}
/* home */