body {
    background: url(../image/index-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.card {
    padding: 30px;
    border-radius: var(--common-border-radius);
}

.card .card-content {
    display: flex;

}

.card .card-content>div {
    /* border: 1px solid;  */
    flex: 1;
    margin-right: 30px;
}

.card .card-content>div:nth-last-child(1) {
    margin-right: 0;
}

.lj-hr {
    margin: 30px 0;
    background-color: var(--theme-color-s3);
}

.list-title {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}

.card-line {
    display: flex;
    justify-content: space-between;
}

.index-head-box {
    padding: 85px;
}

.index-head-box .qrcode-box {
    transform: translateX(-57%);
}

.index-head-box .qrcode-box>div::before {
    right: 110px;
}

.index-head-box>:nth-child(1) {
    font-size: 56px;
    color: var(--text-gray-deeper);
    line-height: 75px;
}

.index-head-box>:nth-child(2) {
    font-size: 24px;
    color: var(--theme-color-s1);
    margin: 20px 0 50px;
}

.index-head-box :nth-child(3)>a {
    display: inline-block;
    line-height: 52px;
    background-color: var(--button-bg2);
    color: var(--text-white);
    font-size: 24px;
    border-radius: 43px;
    padding: 0 20px;
}

.head-adv-box {
    flex: 1;
    overflow: hidden;
}

.head-swiper-box {
    margin-bottom: 18px;
    height: 266px;
    width: 100%;
    border-radius: var(--common-border-radius);
    overflow: hidden;
}

#headSwiper {
    position: relative;
    height: 100%;
}

#headSwiperPagination {
    position: absolute;
    display: flex;
    left: calc(100% - 14px);
    transform: translateX(-100%);
    bottom: 28px;
    width: fit-content;
    z-index: 10;
}

#headSwiper .swiper-pagination-bullet {
    background-color: var(--opc-white_05);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: var(--common-time) ease-in-out;
    opacity: 1;
}

#headSwiper .swiper-pagination-bullet-active {
    background-color: var(--opc-white_08);
    width: 15px;
}

.head-swiper-box .swiper-slide a {
    width: 100%;
    height: 100%;
}

.head-swiper-box .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-adv-card-box {
    display: flex;
    justify-content: space-between;
}

.head-adv-card {
    width: 170px;
    height: 87px;
    border-radius: var(--common-border-radius);
    color: var(--text-white);
    position: relative;
    box-sizing: border-box;
    padding: 10px 14px;
}

.head-adv-card:hover {
    color: var(--text-white);
}

.head-adv-card * {
    transition: all var(--common-time_x2);
}

.head-adv-card:hover>* {
    transform: scale(1.1);
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    /* 75%{
        opacity: 1;
    } */
    100% {
        opacity: 1;
    }
}

.head-adv-card::after {
    content: '>>';
    position: absolute;
    height: 38px;
    width: 45px;
    right: 0;
    bottom: 0;
    border-top-left-radius: 50px;
    padding: 16px 18px;
    box-sizing: border-box;
    font-size: 12px;


}

.adv-bg-blue {
    background: linear-gradient(90deg, rgba(85, 129, 242, 1), rgba(155, 175, 224, 1));
}

.adv-bg-blue::after {
    background: linear-gradient(141.8deg, rgba(100, 139, 238, 0.5) 25%, rgba(179, 232, 255, 1) 100%);
}

.adv-bg-green {
    background: linear-gradient(90deg, rgba(74, 199, 145, 1), rgba(197, 224, 155, 1));
}

.adv-bg-green::after {
    background: linear-gradient(141.8deg, rgba(104, 205, 147, 0.5) 25%, rgba(179, 232, 255, 1) 100%);
}

.adv-bg-red {
    background: linear-gradient(90deg, rgba(235, 157, 89, 1), rgba(242, 199, 199, 1));
}

.adv-bg-red::after {
    background: linear-gradient(141.8deg, rgba(236, 166, 112, 0.5) 25%, rgba(226, 191, 255, 1) 100%);
}

.head-adv-card>:nth-child(1) {
    font-size: 17px;
    font-weight: 700;
}

.head-adv-card>:nth-child(2) {
    font-size: 13px;
    margin-bottom: 7px;
}

.head-adv-card>:nth-child(3) {
    font-size: 12px;
    display: inline-block;
    background-color: var(--opc-white_08);
    padding: 0 10px;
    line-height: 20px;
    border-radius: 20px;
}

.adv-bg-blue>:nth-child(3) {
    color: rgba(70, 116, 232, 1);
}

.adv-bg-green>:nth-child(3) {
    color: rgba(39, 176, 116, 1);
}

.adv-bg-red>:nth-child(3) {
    color: rgba(227, 142, 68, 1);
}


.hot-question-list-box {
    margin-left: 30px;
}

.hot-question-card {
    width: 880px;
    display: flex;
}

.hot-wenzhang-card {
    width: 300px;
}

.hot-question-card-title {
    font-size: 16px;
    margin-bottom: 12px;
}

.hot-question-list {
    line-height: 30px;
    width: 258px;
}

.hot-question-item {
    padding: 6px 0;
    font-size: 15px;

}

.hot-question-item .iconfont {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: sub;
}

.hot-wenzhang-card-title i {
    width: 14px;
    margin-left: 10px;
    margin-bottom: -2px;
    vertical-align: bottom;
}

.card-title-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

.card-title-line .card-title-left .title {
    font-size: 22px;
    position: relative;
}

.card-title-line .card-title-left .title span {
    position: relative;
    z-index: 1;
}

.card-title-line .card-title-left .title::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, var(--theme-color-s3), rgba(17, 183, 144, 0));
    z-index: 0;
}

.card-title-line .card-title-left i {
    width: 30px;
    /* height: 30px; */
    vertical-align: bottom;
    margin-right: 10px;
}

.card-title-line .card-title-left .title-detail {
    color: var(--text-gray);
    font-weight: normal;
    font-size: 14px;
}

.card-title-right {
    font-size: 14px;
    color: var(--text-gray-deeper);
}

.dna-wenda-card-content>div:nth-child(2) {
    width: 478px;
}

.dna-wenda-card-content>div:nth-child(1) {
    max-width: 282px;
}

.zixun-list {
    margin: 20px 0 18px;
}

.zixun-list li {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 12px;
    --text: '咨询'
}

.zixun-list li:hover a {
    color: var(--theme-color-s1);
}


.count-box {
    border: 1px solid var(--border-theme-light);
    box-shadow: 0 2px 8px var(--common-shadow-color);
    border-radius: var(--common-border-radius);
    box-sizing: border-box;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.count-box>.line {
    display: block;
    width: 1px;
    height: 36px;
    margin-top: 7px;
    background: var(--text-gray-lighter);
}

.count-box .count-box-num-line span {
    background-color: var(--button-bg2);
    color: var(--text-white);
    line-height: 24px;
    padding: 0 4px;
    font-size: 18px;
    font-weight: 700;
}

.recommend-wenda-box {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0 10px;
}

.count-box .num-name {
    margin-top: 4px;
    line-height: 22px;
}

.recommend-item,
.hot-item {
    display: flex;
    font-size: 15px;

    width: 50%;
    line-height: 30px;
    padding: 0 22px 12px 0;
    box-sizing: border-box;
}

.hot-item {
    width: 100%;
    font-size: 16px;
}

.hot-item .visits {
    color: var(--text-gray);
    font-size: 14px;
}

.hot-item .text {
    display: block;
    width: 390px;
}

.hot-item>p {
    justify-content: center;
}

.recommend-item .iconfont,
.hot-item .iconfont {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    transform: translateY(-1px);
    vertical-align: middle;
}

.hot-item .iconfont {
    margin-top: 9px;
}

.recommend-item:hover img,
.wenzhang-item-first:hover img {
    transform: scale(1.05);
}

.recommend-item:hover a {
    color: var(--theme-color-s1);
}

.recommend-item img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    margin-right: 16px;
    border-radius: var(--common-border-radius);
    /* transition: var(--common-time); */

}

.recommend-item>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommend-item>div>p:nth-child(1) {
    font-size: 16px;
}

.recommend-item>div>p:nth-child(2) {
    font-size: 13px;
    color: var(--text-gray);
}

.hot-block {
    padding: 10px 16px;
}

.hot-block>h4 {
    font-size: 16px;
}

.hot-recommend-wenda-list {
    margin-top: 16px;
}

.hot-recommend-wenda-item {}

.dna-wenda-answer-list-box.answer-card .auto-scroll-up {
    --list-height: -1200px;
    --ani-dur: 50s;
    height: 506px;
}

.dna-wenda-answer-list-box.answer-card .answer-item {
    height: 110px;
}

.dna-wenda-answer-list-box.answer-card .answer-item .dot-line::before {
    background-color: var(--theme-color-second);
    border-color: var(--theme-color-second-light);
}

.dna-wenda-answer-list-box.answer-card .answer-item .dot-line::after {
    background: var(--theme-color-second-light);
}

.new-wenzhang-box>div {
    max-width: 380px;
    font-size: 16px;
}

.new-wenzhang-box>div:nth-child(1) {
    margin-right: 30px;
}

.new-wenzhang-list-box {
    height: 114px;
    --list-height: -210px;
    --ani-dur: 10s;
    margin: 20px 0;
}

.new-wenzhang-list-box ul {
    width: 100%;
}

.new-wenzhang-list-box ul li {
    display: flex;
    line-height: 30px;
    margin-bottom: 12px;
}

.new-wenzhang-list-box ul li .iconfont {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.new-wenzhang-list-box ul li>a {
    flex: 1;
    display: block;
}

.new-wenzhang-list-box ul li>span {
    font-size: 13px;
    color: var(--text-gray);
}

.wenzhang-item-first>div {
    flex: 1;
    min-width: 0px;

}

.wenzhang-item-first>img {
    width: 144px;
    height: 80px;
    margin-right: 20px;
    border-radius: var(--sm-border-radius);
    object-fit: cover;

}

.wenzhang-item-first h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.wenzhang-item-first p {
    color: var(--text-gray);
}

.hot-recommend-wenzhang-box {
    padding: 16px 16px 0;
    margin-left: 30px;
    box-sizing: border-box;
    width: 380px;
}

..hot-recommend-wenzhang-box>h4 {
    font-size: 16px;
}

.featured-wenzhang-list {
    margin-top: 20px;
}

.featured-wenzhang-item {
    margin-bottom: 16px;
}

.featured-wenzhang-item h4 {
    font-size: 16px;
    font-weight: 400;
}

.featured-wenzhang-item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-wenzhang-item-right>p {
    display: flex;
    justify-content: space-between;
    color: var(--text-gray);
    font-size: 13px;
}

.featured-wenzhang-item:nth-last-child(1) {
    margin-bottom: 0;
}

.featured-wenzhang-item img {
    width: 108px;
    height: 72px;
    border-radius: var(--sm-border-radius);
    margin-right: 20px;
    object-fit: cover;
}

.jigou-nav {
    display: flex;
    font-size: 18px;
    color: var(--text-gray-deeper);
    line-height: 46px;
    margin-bottom: 30px;
    margin-top:-10px;
}

.jigou-nav li {
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-right: 40px;
}

.jigou-nav li.active {
    color: var(--theme-color-s1);
    font-weight: 700;
    border-bottom: 2px solid var(--theme-color-s1);

}

.jigou-swiper .swiper-slide {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 5px;
    box-sizing: border-box;
}

.jigou-swiper .swiper-wrapper {
    height: unset;
}

.jigou-swiper .swiper-slide .jigou-item {
    padding: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: calc(50% - 15px);
    border-radius: var(--sm-border-radius);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
    transition: var(--common-time);
}

.jigou-swiper .swiper-slide .jigou-item>* {
    transition: var(--common-time);
}

.jigou-swiper .swiper-slide .jigou-item:hover {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.jigou-swiper .swiper-slide .jigou-item:hover>img {
    /* transform: scale(1.25); */
}

.jigou-swiper .swiper-slide .jigou-item:hover h4 {
    color: var(--theme-color-s1);
}

.jigou-swiper .jigou-item img {
    width: 159px;
    max-height: 106px;
    border-radius: var(--sm-border-radius);
    object-fit: cover;
    margin-right: 10px;

}

.jigou-swiper .swiper-slide .jigou-item .short-title-pic {
    width: 159px;
    height: 106px;
    font-size: 35px !important;
    line-height: 52px;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    padding: 0px 35px;
}

.jigou-swiper .jigou-item .jigou-info {
    /* width: calc(100% - 200px); */
    min-width: 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.jigou-swiper .jigou-item .jigou-info h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.jigou-swiper .jigou-item .jigou-info p:nth-child(2) {
    color: var(--text-gray-deeper);
    margin-bottom: 20px;
    line-height: 22px;
}

.jigou-swiper .jigou-item .jigou-info p:nth-child(3) {
    color: var(--text-gray);

}

.jigouSwiperPagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jigouSwiperPagination-box .btn {
    margin: 0 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);

}

.jigouSwiperPagination-box .btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    /* width: 18px;
    height: 12px; */
}

.pagination-pre {
    transform: rotate(180deg);

}

.jigouSwiperPagination-box .swiper-pagination-bullets {
    display: flex;
    align-items: center;
}

.jigouSwiperPagination-box .swiper-pagination-bullet {
    opacity: 1;
    background-color: rgb(221, 221, 221);
    height: 8px;
    width: 8px;
    margin-right: 20px;
    transition: var(--common-time);
}

.jigouSwiperPagination-box .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: var(--theme-color)
}

.swiper.active {
    display: block;
}

.shipin-list {
    max-width: 322px;
}

.shipin-list .video-item a {
    width: 100%;
}

.shipin-list .video-item:nth-child(1) {
    padding: 20px 0 15px;
}

.shipin-list .video-item+.video-item {
    border-top: 1px solid var(--text-gray-lighter);
    padding: 15px 0;

}

.video-item-left {
    margin-right: 16px;
}

.video-item-left .pic {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
}

.video-item-left .iconfont,
.video-card-mid .cover-box .iconfont {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-card-mid {
    width: 380px;
}

.video-card-mid .cover-box .iconfont {
    width: 42px;
    height: 42px;
}

.video-item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-item-right>p {
    color: var(--text-gray);
}

.video-item-right .info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.video-item-right .info .iconfont {
    width: 12px;
    height: 12px;
}

.video-card-mid .video-box {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.video-card-mid .video-box h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.video-card-mid .first {
    padding-bottom: 30px;
}

.video-card-mid .first .cover-box {
    position: relative;
    width: 380px;
    height: 213px;
    margin-bottom: 20px;
}

.video-card-mid .group {
    justify-content: space-between;

}

.video-card-mid .group>.video-box {
    width: 180px;
}

.video-card-mid .group .info-line>span {
    margin-right: 10px;
}

.video-card-mid .group .cover-box {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 16px;
}

.video-card-mid .video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--sm-border-radius);
}

.video-card-mid .duration {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: block;
    padding: 3px 9px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    color: var(--text-white);
}

.duration:empty {
    display: none;
}

.video-card-right {
    padding: 20px 16px;
}

.xinwen-item {
    padding: 20px 0;
}

.xinwen-item .label-title::before {
    margin-right: 2px;
    padding: 0 3px;
    /* line-height: 18px;
    font-size: 13px;
    vertical-align: middle; */
}

.xinwen-item+.xinwen-item {
    border-top: 1px solid var(--text-gray-lighter)
}

.xinwen-item h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.xinwen-item>a p {
    color: var(--text-gray);
}

.xinwen-item>a>div {
    justify-content: space-between;
}

.xinwen-item>a>img {
    width: 144px;
    height: 81px;
    border-radius: var(--sm-border-radius);
    object-fit: cover;
    margin-left: 5px;
}

.wenzhang {
    --text: '文章'
}

.wenda {
    --text: '咨询'
}
.looking-wenzhang-list-box .with-bubble-title{
    margin: -12px 0 12px;
}
