.svg-search-icon{
    width:18px;
    height: 18px;
}
.flex-1{
    flex:1;
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.fs-14{
    font-size: 14px;
}
.header-wrapper-achievement.fixed{
    position: sticky;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
}
.nav h4{
    font-size: 1.125rem;
}
.nav .arrow{
    width: 2rem;
}
.header-wrapper-achievement.my-border{
    border-bottom: 1px solid #f7f8fa;
}
.header-wrapper-achievement .color-dark-arrow{
    display: block;
    margin-left: -8px;
}
.btn-custom-group .active-btn:before{
    left: 50%!important;
    margin-left: -15px;
}
.my-head,
.my-head h2,
.my-head .btn{
    font-size: 1.5rem;
}


.my-swiper.swiper-container .swiper-slide{
    display: flex;
    align-items: center;
}

.my-swiper.swiper-container .swiper-pagination-bullet{
    background-color: rgba(255, 255, 255, .5);
}
.my-swiper.swiper-container .swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 1);
    width:18px;
    border-radius: 4px;
}
.my-swiper.swiper-container .swiper-pagination{
    position: relative;
    margin-top: 1.5rem;
    line-height: 1;
    bottom: 0;
}
.my-swiper.swiper-container .swiper-pagination-bullet{
    background: rgba(211, 211, 211, 1);
}
.my-swiper.swiper-container .swiper-pagination-bullet-active{
    background: rgba(29, 177, 2, 1);
}

.wrapper-card-description>p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    white-space: initial;
}
.post-item .post-description h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.card-item{
    background-image: url(../../images/card-1.jpg);
}
a.clear,
a.common{
    text-decoration: none;
    color: #333;
}
.btn-list{
    white-space: nowrap; /* 防止文本换行 */
    overflow-x: auto;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    display: flex;
    scrollbar-width: none; /* 隐藏滚动条在 Firefox 中 */
    -ms-overflow-style: none;
    border-bottom: 1px solid #f7f8fa;
    border-top: 1px solid #f7f8fa;
    padding-top:.5rem;
    background: white;
}
.btn-list.full{
    display: flex;
    overflow: hidden;
}
.btn-list.full>a.center{
    flex:1;
}
.btn-list::-webkit-scrollbar {
    display: none; /* 隐藏滚动条在 Webkit (Chrome, Safari) 中 */
}
.btn-list a{
    display: block;
    float: left;
    padding-bottom: 1rem;
    outline: none;
    border:0;
}
.btn-list .active-btn{
    position: relative;
    color: #11B264!important;
}
.btn-list .active-btn:before{
    content: "";
    background-color: #11b264;
    height: 5px;
    width: 30px;
    border-radius: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.expert-item .img-expert{
    width: 6.83rem;
    height: 6.83rem;
    overflow: hidden;
    border-radius: 50%;
}
.expert-item h3.two{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.expert-item .space-img{
    width: 120px;
    height: 100%;
    background-color: #f0f0f0;
    flex-shrink: 0;
    border-radius: 3px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.search-bar{
    display: flex;
    align-items: center;
    position: relative;
    background: white;
    padding: 1rem 1.25rem;
}
.search-bar.search_field div.btn{
    position: absolute;
    top:0;
    bottom:0;
    display: flex;
    align-items: center;
    padding: 0;
    height: auto;
    left:2rem;
}
.search-bar input{
    text-align: left;
    margin:0;
    height: 36px;
    padding-left:2.25rem;
    overflow: hidden;
}
.main-tab-list{
    margin-top:0;
    background: transparent;
    height: 100%;

}
.main-tab-list .tds .list{
    margin-top:0;
    padding-bottom: 40px;
}

.html{
    word-wrap: break-word;
    font-size: 14px!important;
}
.html span,
.html p{
    font-size: 14px!important;
    margin:0;
}
.html img{
    display: block;
    width: 100%!important;
}
.list-items li .label {
    width: 100px!important;
    font-size: 1rem;
}

.list-items li .text {
    color: #86909c;
    font-size: 14px;
    flex:1;
    padding-right: 1.5rem;
}

.list-items li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #e5e6eb;
    align-items: center;
}
.service-content span,
.service-content p{
    font-size: 14px!important;
}

.image-wrapper-ach .avatar{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #f6f6f6;
    overflow: hidden;
    border: 2px solid #fff
}
.image-wrapper-ach .avatar.small{
    border:0;
    width: 32px;
    height: 32px;
}
.follow-btn{
    display: flex;
    align-items: center;
    outline: none;
    border:0;
    border-radius: 3px;
    padding:5px 10px;
}
.list-items-wrapper{
    overflow: hidden;
}