.seo-content {
    width: 100%;
    margin: 0 auto;
    height: max-content;
    background-color: rgb(250, 251, 255);
}

.t-descriptions {}

.Hui-vox {
    padding: 20px;
}


.Hui-vox .Hui-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Hui-vox .Hui-flex span {
    color: var(--td-text-color-primary);
    font: var(--td-font-title-medium);
    font-weight: 600;
    margin-bottom: var(--td-comp-margin-m);
    display: flex;
    align-items: center;
    gap: 10px;
}

.Hui-vox .Hui-flex p span {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.Hui-vox .Hui-flex p {
    color: #6B7280;
}

.t-descriptions__body {
    background-color: rgb(245, 246, 247);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.t-descriptions__body tr {}

.t-watermark {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: inherit !important;
}

.title {
    font-weight: bold;
    font-size: 18px;
    /* height: 100%; */
    margin-bottom: 20px;
}

.t-card--bordered {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: none;
}

.t-card__title--bordered {
    border-bottom: none;
}

#content {
    height: auto !important;
}

#content .t-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 100%;
    background: #fff;
    border: .5px solid rgba(12, 13, 14, .12);
    border-radius: 8px;
    min-width: 100px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: all .3s ease-in-out;
}

#content .t-card .t-card__body .Hui-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

#content .t-card .t-card__body .Hui-text {
    color: #737a87;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 45px 0;
}

#content .t-card .t-card__body .Hui-link {
    position: absolute;
    bottom: 0px;
    display: flex;
    gap: 20px;
    width: 100%;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}

#content .t-card .t-card__body .Hui-link a:nth-child(1) {
    background: #f1f3f5;
    color: #283153;
    width: 100%;
    display: block;
    text-align: center;
    padding: 7px 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#content .t-card .t-card__body .Hui-link a:nth-child(2) {
    background: #5b7eff;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 7px 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#content .t-card .t-card__body .Hui-link a:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#content .t-card .t-card__body .Hui-item img {
    width: 50px;
    border: .5px solid #eaedf1;
    border-radius: 8px;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
}

#content .t-card .t-card__body .Hui-label {
    color: rgb(69 102 235);
    background-color: rgb(69 120 235 / 12%);
    border-color: rgb(69 105 235 / 16%);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
}

#content .t-card .t-card__body .Hui-label2 {
    color: rgb(6, 141, 191);
    background-color: rgba(6, 141, 191, 0.12);
    border-color: rgba(6, 141, 191, 0.16);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
}

#content .t-card .t-card__body .Hui-label3 {
    color: rgb(122, 69, 235);
    background-color: rgba(122, 69, 235, 0.12);
    border-color: rgba(122, 69, 235, 0.16);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
}

#content .t-card .t-card__body .Hui-label4 {
    color: rgb(255, 71, 33);
    background-color: rgba(255, 71, 33, 0.12);
    border-color: rgba(255, 71, 33, 0.16);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
}
#content .t-card .t-card__body .Hui-label5 {
         background-color: #f0f0f0;
    color: #42464e;
    border-color: rgb(220 220 220 / 16%);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
}


#content .t-card .t-card__body .Hui-item {
    color: var(--td-text-color-primary);
    font: var(--td-font-title-medium);
    word-break: break-all;
}

#content .t-card:hover {
    border: .5px solid #0052D9;
    background: linear-gradient(220deg, #f3f7ff .79%, #fff 63.4%);
    border-color: #5bacff;
    box-shadow: 0 15px 35px -2px rgba(72, 117, 231, .1), 0 5px 15px 0 rgba(66, 81, 162, .1);
}


/* #content .t-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.banner-image {
    width: 100%;
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#content .t-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.Hui-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 20px;
}

.t-card__title--bordered {
    padding: 0;
}

.t-card__body {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.t-card__actions a {
    padding: 5px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.t-card__actions a:hover {
    background-color: #578fff;
    color: #fff !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}