ul, p, form {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-32 {
    font-size: 32px;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.bg-gray {
    background-color: #F2F2F2;
}

.bg-gray2 {
    background-color: #c9c9c9;
}

.bg-theme-color {
    background-color: #22B47D;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.entry-summary-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-summary-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-summary-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-summary-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.adv-row {
    background-color: #DADADA;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    margin: 15px 0;
    margin-top: 0;
}

.adv-bot-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #DADADA;
    z-index: 9;
}

.adv-bot-fix .adv-320 {
    width: 320px;
    height: 50px;
    margin: 0 auto;
    background: #DADADA;
    overflow: hidden;
}

a {
    color: initial;
    text-decoration: none;
}

a:hover {
    color: initial;
    text-decoration: none;
}

.icon-img-size {
    width: 65px;
    height: 65px;
}

.cut-box{
    height: 100px;
    overflow: hidden; /* 隐藏溢出的部分 */
    position: relative; /* 设置相对定位 */
}
.cut-img{
    width: 100%;
    position: absolute; /* 绝对定位 */
    top: 50%;  /* 向下偏移50% */
    left: 50%; /* 向右偏移50% */
    transform: translate(-50%, -50%); /* 向上和向左各偏移50%，实现居中 */
}

.cut-lr-box{
    height: 400px;
    overflow: hidden; /* 隐藏溢出的部分 */
    position: relative; /* 设置相对定位 */
}
.cut-lr-img{
    width: 44.5rem;
    position: absolute; /* 绝对定位 */
    left: 50%; /* 向右偏移50% */
    transform: translate(-50%); /* 向上和向左各偏移50%，实现居中 */
}


.header {
    padding: 10px 10px;
    border-bottom: 1px solid #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
}

.logo {
    width: 30px;
    height: 30px;
}

.header .h-search {
    font-size: 22px;
    text-align: right;
}

.header .h-bar {
    font-size: 22px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #22B47D;
    text-align: center;
    line-height: 45px;
}

#backToTop .fa {
    transform: rotate(-45deg);
    font-size: 20px;
    color: #ffffff;
}

/* 左侧弹出的模态框样式 */
.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 75%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    transform: translateX(0);
}

.header-menu {
    background-color: #22B47D;

}

.header-menu .menu-ul {
    overflow-x: auto;
    white-space: nowrap;
}

.header-menu .menu-ul::-webkit-scrollbar {
    display: none;
}

.header-menu .menu-ul li {
    display: inline-block;
    padding: 10px 10px;
    position: relative;
}

.header-menu .menu-ul li a {
    color: #ffffff;
}

.header-menu .menu-ul .h-active::before {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

.header-menu .menu-right {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 13px;
    border-left: 1px solid #ffffff;
}


.text-color {
    color: #fe804d;
}
.text-color:hover{
    color: #fe804d;
}

.text-style{
    color: #fe804d;
    padding-bottom: 2px;
    border-bottom: 2px solid #fe804d;
}


input:focus {
    outline: none;
}

.search-warp {
    padding: 10px 15px;
}

.search-box {
    background-color: #ffffff;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
}

.search-box .l-input {
    width: 90%;
    background-color: #ffffff;
    border-radius: 20px;
}

.search-box .l-input input {
    height: 25px;
    border: none;
    width: 90%;
    padding-left: 10px;
    border-radius: 20px;
}

.search-box .l-input input::placeholder {
    color: #5d5d5d;
}

.search-box .l-input input {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

.search-box .r-btn {
    border-radius: 0 20px 20px 0;
}

.search-box .r-btn .btn {
    color: #8f8f8f;
}

.star-color{
    color: #fcbb3c;
}

.rating-container .filled-stars {
    /* color: #FF984E;*/
    background: linear-gradient(#fcbb3c, 20%, #fcbb3c);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: initial;
}

.rating-container .empty-stars {
    background: linear-gradient(#a6a6a6, #e3e3e3);
    -webkit-background-clip: text;
    color: transparent;
}

.rating-container .star {
    font-size: 14px;
}

.rating-md .caption {
    display: none;
}

.rating-md {
    font-size: 14px;
}


.tt-bar {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    border-bottom: 0.09rem dashed #22B47D;
}

.tt-bar-s {
    width: 95%;
    height: 1px;
    background-color: #F2F2F2;
    margin: 0 auto;
}

.text-14 {
    font-size: 14px;
}

.sw-img {
    height: 160px;
}

.carousel-indicators {
    margin-bottom: 10px;
}

.carousel-indicators .active {
    background-color: #22B47D;
}

.carousel-indicators li {
    width: 20px;
}

.carousel-control-next, .carousel-control-prev {
    top: -45px;
}

.sw-box {
    position: relative;
}

.sw-box .sw-desc {
    position: absolute;
    top: 20px;
    right: 35px;
    text-align: center;
    background: rgb(51 51 51 / 60%);
    border-radius: 5px;
    padding: 5px 5px;
}

.sw-box .sw-desc .sw-icon {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.sw-box .sw-desc .text-1 {
    color: #ffffff;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0;
}

.sw-box .sw-desc .text-2 {
    color: #cccccc;
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 0;
}

.sw-box .sw-desc .text-3 {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    margin-top: 1px;
    margin-bottom: 0;
    border: 1px solid #ffffff;
    border-radius: 3px;
    width: 45px;
}


.k-item-warp {
    padding: 15px 5px;
    position: relative;
}

.k-item-warp .h-title .vv-bar {
    width: 5px;
    background-color: #89ea44;
    margin-right: 8px;
}

.k-item-warp .h-title .le-t {
    margin-right: 5px;
}

.k-item-warp .h-title .ri-t {
    font-size: 12px;
    color: #7f7f7f;
}

.k-item-warp .pp-item {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
}

.k-item-warp .pp-item .img img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.tab-pane {
    display: none;
}

.tab-pane:first-child {
    display: block;
}

.tab-active {
    color: #22B47D;
    font-weight: bold;
}

.item-title {
    font-weight: 600;
    font-size: 20px;
}

.k-item-warp .pp-item .txt {
    font-size: 14px;
    margin: 3px 0;
}

.k-item-warp .pp-item .t-btn {
    color: #22B47D;
    border: 1px solid #22B47D;
    border-radius: 5px;
    width: 70%;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.k-item-warp .pp-item .t-btn .fa {
    font-size: 12px;
    margin-right: 2px;
}

.cat-warp {
    margin-top: 15px;
}

.cat-warp .cat-item {
    width: 48%;
    height: 70px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cat-warp .cat-item img {
    height: 100%;
    width: 40%;
    border-radius: 0 5px 5px 0;
}

.cat-warp .cat-item .title {
    font-size: 14px;
    font-weight: 600;
    margin: 12px;
}

.cat-btn {
    text-align: center;
}

.cat-btn .btn {
    width: 100%;
    background-color: #fe804d;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 5px;
    padding: 15px 0;
}

.t-s-bar {
    width: 100%;
    height: 2px;
    background-color: #F2F2F2;
    margin-top: 15px;
}

.bt-list {
    display: none;
}

.bt-list:first-child {
    display: block;
}

.tab-bt-button {
    padding: 2px 10px;
    font-size: 14px;
    margin: 15px 0;
    margin-right: 20px;
}

.tab-bt-active {
    color: #22B47D;
    font-weight: bold;
    border: 1.5px solid #22B47D;
    border-radius: 15px;
}

.bt-list .img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    border-radius: 10px;
}

.bt-list .b-left {
    width: 80%;
}

.bt-list .b-right {
    width: 20%;
    text-align: right;
}

.bt-list .b-right .btn {
    border: 1px solid #22B47D;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 16px;
    background-color: #22B47D;
    border-radius: 20px;
}

.bt-list .b-left .t1 {
    font-weight: 600;
}

.bt-list .b-left .t2 {
    font-size: 14px;
    color: #969696;
}

.bt-list .b-left .t3 {
    font-size: 14px;
    color: #969696;
}

.bt-list .bt-list-item {
    padding: 10px 0;
    border-bottom: 1.5px solid #ffffff;
}

.bt-list .bt-list-item:last-child {
    border-bottom: none;
}

.bt-list .bt-list-item .w-rank {
    display: block;
    background-color: #cccccc;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 5px;
}

.bt-list .bt-list-item:nth-child(1) .w-rank {
    background-color: #F2001D;
}

.bt-list .bt-list-item:nth-child(2) .w-rank {
    background-color: #22B47D;
}

.bt-list .bt-list-item:nth-child(3) .w-rank {
    background-color: #FFBB34;
}

.bt-list .b-left .vl {
    color: #969696;
    margin: 0 5px;
}

.bt-list .b-left .t2-r {
    color: #969696;
}

.bt-list .b-left .t2-star {
    color: #22B47D;
}

.bt-list .b-left .t2-star .fa {
    margin-right: 5px;
}

.bt-ul {
    padding: 0 15px;
}

.bt-ul li {
    margin-bottom: 10px;
    position: relative;
}

.bt-ul li img {
    width: 100%;
    height: 180px;
}

.bt-ul li .d-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.7);
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin-animation {
    animation: spin 2s linear infinite;
}

.load-loading, .load-more {
    text-align: center;
    margin: 15px 0;
}

.load-loading .fa, .load-more .fa {
    font-size: 32px;
    color: #22B47D;
}

.breadcrumb {
    background-color: #F2F2F2;
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
}

.breadcrumb-icon {
    line-height: 19px;
}

.breadcrumb-icon .fa {
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb-icon {
    color: #6c757d;
    margin-right: 5px;
}

.text-list-box {
    padding: 15px;
    padding-bottom: 5px;
}

.text-list-box .c-item-t {
    border: 1px solid #d3d3d3;
    overflow: hidden;
    padding: 8px 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.text-list-box .c-item-t-active {
    color: #ffffff;
    background-color: #22B47D;
    border: none;
}

.c-item-t-active a {
    color: #ffffff;
}

.pagination {
    background-color: #081C3C;
    padding: 4px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination .nav-links {
    margin: 0 auto;
}

.pagination .page-numbers {
    padding: 4px 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-right: 5px;
}

.pagination .current {
    background-color: #00a1ff;
    color: #ffffff;
    border: none;
}

.df-top .d-img {
    padding: 5px;
}

.df-top .d-img img {
    width: 100%;
    height: auto;
}

.df-top .d-td {
    padding: 15px;
}

.df-top .d-td .icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.df-top .d-td .t-rg {
    margin-left: 15px;
}

.df-top .d-td .t-rg .t1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.df-top .d-td .t-rg .t2 {
    font-size: 14px;
    margin-bottom: 4px;
}

.df-top .d-td .t-rg .t3 {
    color: #22B47D;
    font-size: 14px;
}

.df-top .d-td .t-rg .t3 .fa {
    margin-right: 5px;
}

.d-scroll {
    overflow-x: auto;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
}

.k-jt .swiper-slide {
    width: auto !important;
}

.d-sl-img {
    height: 410px;
    margin-right: 10px;
}

.d-scroll {
    background-color: #ffffff;
    padding: 15px 0 15px 15px;
}

.swiper-pagination {
    z-index: 2;
}

.swiper-pagination-bullet-active {
    background: #22B47D;
}

.swiper-pagination-bullet {
    margin: 0 5px;
}


.d-t-item {
    padding: 15px 0;
    border-bottom: 1.5px solid #F2F2F2;
    margin-bottom: 8px;
}

.d-t-item .txt {
    text-align: center;
    margin-bottom: 0;
    border-right: 1.5px solid #F2F2F2;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

.d-t-item:last-child .txt {
    border-right: none;
}

.tab-d-active {
    color: #22B47D;
    border-bottom: 2px solid #22B47D;
}

.no-search {
    padding: 30px 15px;
    text-align: center;
}
.no-search p {
    color: #5d5d5d;
    font-weight: bold;
}
.no-search img{
    width: 80%;
}

.tt-footer {
    background: #F2F2F2;
    padding: 10px 0;
    border-top: 1px solid #F2F2F2;
}
.tt-footer p {
    margin: 0;
    text-align: center;
}
.tt-footer a{
    color: #333333;
}

/* 文字查看更多 */
.long-text {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
}

.more-text-btn {
    font-size: 16px;
    color: #22B47D;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 75px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .61) 42%, #fff);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    text-align: center;
    max-height: 54px;
}

.exp {
    display: none;
}

.exp:checked + .long-text {
    -webkit-line-clamp: 999;
}

.exp:checked + .long-text {
    max-height: none;
}


@media (max-width: 767px) {
    .d-scroll::-webkit-scrollbar {
        display: none;
    }

}

@media (min-width: 992px) {
    body {
        width: 480px;
        margin: 0 auto;
    }

    .adv-bot-fix {
        width: 480px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .header {
        width: 480px;
        left: 50%;
        transform: translateX(-50%);
    }
}
