body {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif
}

.index-container-0 {
    width: 100%;
}

.index-container-0 .swiper-container {
    height: calc(100vh - 151px);
    overflow: hidden;
}

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

#swiper-container-1 .swiper-button-next:after, #swiper-container-1 .swiper-button-prev:after {
    font-size: 20px !important;
}

#swiper-container-1 .swiper-button-prev, #swiper-container-1 .swiper-button-next {
    background: rgba(255, 255, 255, 0.3) !important;
    margin-top: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    width: 18px !important;
    height: 80px !important;
    border-radius: 14px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 0 6px !important;
    opacity: 0;

}

#swiper-container-1 .swiper-button-prev:hover, #swiper-container-1 .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.5) !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }

}

#swiper-container-1 .fade-in {
    animation: fadeIn 1s forwards;
}

#swiper-container-1 .fade-out {
    animation: fadeOut 1s forwards;
}

.search-btn {
    user-select: none;
    width: 92px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(300deg, #DE6DF5 0%, #1219C4 51%, #0FE6E6 100%);

}

input {
    font-size: 16px;

}

input::placeholder {
    font-size: 15px;
    color: #888;

}

.search-btn > img {
    width: 25px;
    height: 25px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.search-btn:hover > img {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    animation: shake 3s ease-in-out infinite;
}

@keyframes shake {
    0% {
        transform: rotateY(0deg); /* 起始位置 */
    }
    25% {
        transform: rotateY(30deg); /* 向右倾斜 */
    }
    50% {
        transform: rotateY(-30deg); /* 向左倾斜 */
    }
    75% {
        transform: rotateY(30deg); /* 向右倾斜 */
    }
    100% {
        transform: rotateY(0deg); /* 结束位置 */
    }
}

.index-container-1 {
    width: 100%;
    animation: fadeIn 0.5s ease-out;
    background-image: url("../img/home-bg.jpg??v=219222");
    background-size: cover;
    background-position: bottom;
    padding: 113px 0 0px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@keyframes fadeIn {
    from {
        background-color: #1C7EE4;
    }
    to {
        background-image: url("../img/home-bg.jpg?v=219222")
    }
}

.container-title-img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.container-title-right label {
    font-size: 14px;
    font-weight: 600;
}

.container-title-right select {
    font-size: 14px;
    font-weight: normal;
    width: 140px;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}

.index-container-1 .row-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin-left: 50px;
}

.index-container-1 .row-1 .col-1 {
    display: flex;
    flex-direction: column;
}


.row-1-1 {
    display: flex;
    padding-top: 30px;
}

.row-1-1 .input-view {
    background: transparent;
    width: 878px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;

}


.row-1-1 .input-view:hover {
    background: linear-gradient(to right, #3EDCE8 30%, #C848FF 100%);
}

.row-1-1 .input-focus {
    background: linear-gradient(to right, #3EDCE8 30%, #C848FF 100%);
}

.row-1-1 .input-focus .input-con-img, .row-1-1 .input-view:hover .input-con-img {
    width: 25px;
    height: 25px;
    background-image: url("/img/search-icon-2.png");
    background-size: cover;
}

.row-1-1 .input-con-img {
    width: 25px;
    height: 25px;
    background-image: url("/img/search-icon-1.png");
    background-size: cover;
}


.row-1-1 .input-view-con {
    width: 850px;
    height: 52px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 2px 0px 17px;
    border-radius: 25px;
    background: #fff;
}


.input-view img {
    cursor: pointer;
}

.input-view input {
    border-radius: 25px;
    flex: 1;
    height: 30px;
    padding-left: 10px;
    outline: none; /* 去掉焦点时的轮廓 */
    border: none; /* 去掉焦点时的边框 */
}

.input-view input:focus, .input-view input:active {
    outline: none; /* 去掉焦点时的轮廓 */
    border: none; /* 去掉焦点时的边框 */
}

.input-view .sm-search {
    width: 92px;
    height: 38px;
    padding: 2px 15px;
    margin-right: 12px;
    color: #1D67E7;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D0E5FD;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.sm-search img {
    margin-right: 4px;
}

.index-container-1 .row-1-1 .search-col {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.search-col-row {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 10px;
    width: 110px;
    cursor: pointer;
}

.search-col-row:first-child {
    margin-bottom: 2px;
}

.row-1-1 .search-col-row img {
    height: 10px;
    margin-left: 10px;
}

.ai-search-view {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99;
}

.ai-search-view img {
    display: none;
    width: 170px;
    height: 355px;
    cursor: pointer;
}

.ai-message {
    position: relative;
    width: 170px;
    height: 90px;
    padding-left: 21px;
    display: flex;
}

.ai-message-text {
    padding: 11px 13px;
    color: #151515;
    font-size: 15px;
    border-radius: 15px;
    background: #FFFFFF;
}

.ai-message:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
}


.row-1-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    font-size: 16px;
    color: #FFFFFF;

}

.row-1-2 .hot-title {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.row-1-2 .hot-name {
    font-size: 16px;
    cursor: pointer;
    margin-left: 24px;
}

.index-container-1 .row-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1000px;
    height: 95px;
    padding-bottom: 0px;
    margin-top: 36px;
    border-radius: 10px;
    background: rgba(0, 72, 141, 0.5);
}

.index-container-1 .row-interval {
    height: 80px;
}

.row-2-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.row-2-item .number {
    color: #F7A42F;
    font-size: 30px;
    font-weight: bold;
}

.row-2-item .title {
    font-size: 18px;
    color: #FFFFFF;
}

.index-container-1 .row-2 .vertical-line {
    width: 2px;
    height: 32px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.25);
}


.swiper-pagination {
    left: 40px !important;
    bottom: 100px !important;
    width: auto !important;
}

.swiper-pagination-bullet-active {
    background: #FFF !important;
}

.loop-message {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    z-index: 2;
}

.loop-message > div {
    width: 1000px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msg-content {
    height: 100%;
    margin-left: 20px !important;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.msg-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.msg-content .title {
    min-width: max-content;
    padding: 0 12px;
    color: #FFF;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
    text-align: center;

}

.msg-row .bz-code {
    margin-left: 16px;
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap; /* 不折行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.msg-row .bz-name, .msg-row .news-name {
    margin-left: 16px;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap; /* 不折行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

/**************************** index-container-2 ****************************/

.index-container-2 {
    z-index: 1;
    width: 100%;
    background: #F2F5FA;
    display: flex;
    justify-content: center;
}

.index-container-2-content {
    border-radius: 8px;
    margin: 0px 0 0 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-container-2 .group {
    background: #F7F8FA;
    border-radius: 8px;
    height: 96px;
    border-top: 5px solid #32ADE6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.index-container-2 .con-2-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 19px 27px;
    user-select: none;
    cursor: pointer;
    line-height: 30px;

}


.con-2-item .title {
    color: #151515;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 0 #151515;
    font-weight: 500;
    text-shadow: 0 0 #151515;
    border-bottom: 2px #C9CDD4 dashed;
}

.con-2-item .number {
    font-size: 15px;
    color: #32ADE6;
}

.index-container-2 .vertical-line {
    width: 1px;
    height: 32px;
    background: #CCC;
    z-index: 3;
}

.index-container-2 .vertical-gap {
    width: 20px;
    height: 96px;
    background: #F2F5FA;
    z-index: 3;
}

.container-title {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-title > span {
    display: flex;
    align-items: center;
}

/**************************** index-container-3 ****************************/

.index-container-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 52px;
    background-color: #F2F5FA;
}

.index-container-3 .index-container-3-content {
    width: 1000px;
    margin-top: 36px;
    margin-bottom: 36px;
}


.index-container-3 .table-th {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
    padding: 24px 0 16px 0;
}


.index-container-3 .table-th .td-1 {
    width: 134px;
    margin-left: 114px;
}

.index-container-3 .table-th .td-2 {
    flex: 1;
    margin-left: 60px;
}

.index-container-3 .table-th .td-3 {
    width: 90px;

}

.index-container-3 .con-3-tabs {
    margin-left: 40px;
    font-size: 16px;
    padding: 4px;
    width: 500px;
    color: #746f6f;
    background: transparent;
    user-select: none;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;

}

.index-container-3 .con-3-tabs .tab-item {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    padding: 4px 12px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 400;
}

.con-3-tabs .active {
    background: #FFFFFF;
    color: #151515;
}

.con-3-list {
    margin-top: 0px;
    min-height: 287px;
}

.con-3-list img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.con-3-list .date {
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 8px;
}

.con-3-list .date div {
    display: flex;
    align-items: center;
}

.con-3-list .date div:hover:before {
    /* 使用 Unicode 转义避免编码问题：发布日期 */
    content: "\65e5\671f\53d1\5e03";
    position: absolute;
    color: #FFFFFF;
    width: 60px;
    height: 22px;
    font-size: 14px;
    top: -20px;
    right: 77px;
    background: rgba(68, 83, 101, 0.5);
    padding: 4px 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.con-3-list .date div:hover:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 117px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(68, 83, 101, 0.5); /* 三角形颜色 */
}

.con-3-list li {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 13px 10px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 8px;
}

.con-3-list li::before {
}

.con-3-list li .time {
    background: #32ADE6;
    width: 72px;
    height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 6px;
    padding-bottom: 1px;
    letter-spacing: 2px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-3-list li .number {
    width: 145px;
    margin-left: 20px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con-3-list li .name {
    font-size: 15px;
    margin-left: 20px;
    padding-right: 5px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con-3-list li .date {
    width: 120px;
    position: static;
}

.con-3-list .white {
    background: #FFFFFF;
}

/**************************** index-container-4 ****************************/

.index-container-4 {
    width: 1000px;
    margin-top: 42px;
}

.con-4-view {
    padding-top: 26px;
    display: flex;
}

.con-4-col {
    display: flex;
    flex-direction: column;

}

.con-10-filter .title {
    font-size: 18px;
    color: #151515;

}

.con-4-btn-view {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.con-4-btn-view .button {
    width: 110px;
    height: 35px;
    background: #F7F8FA;
    color: #999999;
    margin-bottom: 16px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px #F7F8FA solid;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-4-btn-view .button:hover {
    border: 1px #32ADE6 solid;
}

.con-4-btn-view .active {
    background: #32ADE6;
    color: #FFFFFF;

}

/**************************** index-container-5 ****************************/
.index-container-5 {
    margin-top: 52px;
}

.index-container-5 .container-title {
    margin-bottom: 24px;
}

/**************************** index-container-6 ****************************/
.index-container-6 {
    width: 100%;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    position: relative;
}

.index-container-6 .con6-background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.con6-background::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url("/img/bz-bg.png?v=219222") repeat;
    background-size: 50px 50px;
    z-index: -1; /* 确保在后面 */
}


.index-container-6-view {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-container-6 .row-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


.index-container-6 .row-1 .card {
    perspective: 1000px; /* 添加透视效果 */
    width: 230px;
    height: 230px;
}

.index-container-6 .row-1 .card-inner {
    position: relative;
    width: 230px;
    height: 230px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.index-container-6 .row-1 .card:hover .card-inner {
    transform: rotateY(180deg);
    box-shadow: 0px 0px 5px 5px #b8d4f1;
    border-radius: 10px;
}

.index-container-6 .row-1 .card-front, .card-back {
    position: absolute;
    backface-visibility: hidden;
    border-radius: 10px;

}

.index-container-6 .row-1 .card-front {
    background: #fff;
}

.index-container-6 .row-1 .card-back {
    background: #E4F1FE;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 22px 16px;
    color: #151515;
}

.index-container-6 .row-1 img {
    width: 230px;
    height: 230px;
    border-radius: 10px;
    cursor: pointer;
}


.index-container-6 .row-2 {
    display: flex;
    flex-direction: row;
    color: #ffffff;
    width: 100%;

}
.index-container-6 .row-2 .new-icon{
    width: 35px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: -5px;
}
.index-container-6 .row-2 .row-2-item {
    width: 250px;
    height: 150px;
    position: relative;
    cursor: pointer;

}

.index-container-6 .row-2 .con-inner, .index-container-6 .row-2 .row-2-item .con-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: opacity 0.6s;

}

.index-container-6 .row-2 .con-inner {
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
}

.index-container-6 .row-2 .con-back {
    opacity: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    z-index: 2;
}

.index-container-6 .row-2 .row-2-item:hover .con-inner {
    opacity: 0;

}

.index-container-6 .row-2 .row-2-item:hover .con-back {
    opacity: 0.85;
    color: #FFFFFF;

}

.index-container-6 .row-2 .row-2-item-light .con-back {
    background: #36C0FF;
}

.index-container-6 .row-2 .row-2-item-dark .con-back {
    background: #2093E7;
}


.index-container-6 .container-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    color: #FFFFFF;
}


.index-container-6 .row-2 img {
    width: 44px;
    height: 44px;
}

.index-container-6 .row-2 .row-2-item span {
    margin-top: 20px;
}

.row-2-item-light {
    background-color: rgba(0, 0, 0, 0.18);
}

.row-2-item-dark {
    background-color: rgba(36, 146, 227, 0.8);
}

.row-2-item-disabled {
    background: rgb(187, 187, 187, 65%) !important;
    color: #FFFf !important;
}

.row-2-item-disabled .con-inner {
    opacity: 0.75;
}


/**************************** index-container-7 ****************************/
.index-container-7 {
    width: 1000px;
    margin: 43px 0 0 0;
}

.con-7-view {
    display: flex;
}

.con-7-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
    width: 169px;
    height: 213px;
    cursor: pointer;
}

.con-7-item .img-1 {
    width: 53px;
    height: 45px;
}

.con-7-item:hover .img-1 {
    width: 58px;
    height: 49px;
}

.con-7-item-name {
    font-size: 16px;
    padding: 25px 0 21px 0;
}

.con-7-item .img-2 {
    width: 22px;
    height: 22px;
}

/**************************** index-container-8 ****************************/
.index-container-8 {
    margin-top: 52px;
    width: 100%;
    background-color: #F2F5FA;
    display: flex;
    justify-content: center;
}

.index-container-8 .index-container-8-content {
    width: 1000px;
    margin-top: 36px;
    margin-bottom: 36px;
}

.con-8-view {
    display: flex;
    justify-content: space-between;
}


.con-8-view .con-8-col {
    display: flex;
    flex-direction: column;

}

.con-8-col .title-view {
    display: flex;
    justify-content: space-between;
}

.con-8-list {
    margin-top: 26px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.con-8-list > li.con-8-li {
    list-style: none;
    margin-top: 8px;
}

.con-8-list > li.con-8-li:first-child {
    margin-top: 0;
}

.con-8-list a {
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 13px 10px;
    cursor: pointer;
    border-radius: 8px;
}

.con-8-list a::before {
    content: ''; /* 伪元素的内容为空 */
    position: absolute;
    left: 6px; /* 点的位置 */
    top: calc(50% + 1px); /* 垂直居中 */
    transform: translateY(-50%); /* 确保点垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #D9D9D9; /* 点的颜色 */
    border-radius: 50%; /* 使点圆形 */

}

.con-8-list a .name {
    margin-left: 12px;
    padding-right: 5px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con-8-list a img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.con-8-list a .date {
    width: 90px;
}

/* 首页标准快讯：重点关注（首条置顶） */
.con-8-list a.con-8-item--focus {
    display: block;
    padding: 0;
    background: transparent;
    align-items: stretch;
}

.con-8-list a.con-8-item--focus::before {
    display: none;
}

.con-8-focus-gradient {
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(135deg, #6197F9 0%, #43CED1 100%);
    overflow: hidden;
}

.con-8-focus-inner {
    display: flex;
    align-items: stretch;
    gap: 12px;
    background: #fff;
    border-radius: 7px;
    min-height: calc((13px + 22px + 13px) * 2 - 1px);
    box-sizing: border-box;
    overflow: hidden;
}

.con-8-focus-badge {
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    width: 92px;
    overflow: hidden;
    border-radius: 7px 0 0 7px;
    /* 向左 1px 与渐变描边重合，去掉左侧白缝（不改变卡片 min-height） */
    margin-left: -1px;
}

/* 特异性需高于 .con-8-list a img（15×15 置顶标），否则会被覆盖 */
.con-8-list a.con-8-item--focus .con-8-focus-badge img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    margin-right: 0;
}

.con-8-focus-main {
    flex: 1;
    min-width: 0;
    display: flex;
    padding: 12px 14px 12px 0;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
}

.con-8-focus-title {
    font-size: 15px;
    font-weight: 600;
    color: #151515;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.con-8-focus-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 1.45em;
}

.con-8-list .white {
    background: #FFFFFF;
}

.title-view .title {
    font-size: 18px;
    color: #151515;
    position: relative;
}

/*.title-view .title:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 80px;*/
/*    height: 10px;*/
/*    background: #B3D7FD;*/
/*    left: 0;*/
/*    bottom: -3px;*/
/*    z-index: -1;*/
/*}*/

.title-view .more, .container-title .more {
    color: #32ADE6;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.con-8-col .con-8-item {
    display: flex;
    justify-content: space-between;
}


/**************************** index-container-9 ****************************/
.index-container-9 {
    width: 1000px;
    margin-top: 42px;
    min-height: 260px;
}

.index-container-9 .container-title {
    margin-bottom: 24px;
}

.con-9-header {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-9-header-line {
    height: 4px;
    flex: 1;
    background: #EEF1F7;
}

.con-9-tabs {
    padding: 12px;
    background: #EEF1F7;
    display: flex;
    align-items: center;
    border-radius: 12px;
    user-select: none;
}

.con-9-tab-item {
    padding: 16px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #151515;
    border-radius: 9px;
    margin-left: 12px;
    cursor: pointer;
}

.con-9-tab-item:first-child {
    margin-left: 0;
}

.con-9-tabs .active {
    background: #FFFFFF;
    color: #000000;

}

.con-9-row .con-9-list {
    display: flex;
    align-items: center;
}

.con-9-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 95px;
    padding: 5px;
    box-shadow: 0px 0px 5px 5px #EEEEEE;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin: 0 12px;
}

.con-9-list-item img {
    height: 50px;
    max-width: 168px;
}

.index-container-10 {
    width: 1000px;
    margin-top: 52px;
}

.index-container-10 .con-10-view {
    margin-top: 20px
}

.index-container-10 .con-10-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.index-container-10 canvas {
    width: 450px;
    height: 284px;
}

#hot-words-canvas {
    background: rgba(247, 248, 250, .6);
}

.con-9-row {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}


a.cnt-4 {
    font-family: Impact, sans-serif;
    font-size: 60px;
    color: #6C55DF;

}

a.cnt-3 {
    font-family: Impact, sans-serif;
    font-size: 50px;
    color: #426DD2;

}

a.cnt-2 {
    font-family: Impact, sans-serif;
    font-size: 40px;
    color: #32ADE6;

}

a.cnt-1 {
    font-family: Impact, sans-serif;
    font-size: 34px;
    color: #3A9D53;

}

a.cnt-0 {
    font-family: Impact, sans-serif;
    font-size: 24px;
    color: #33C0CA;
}

.popup-tag {
    display: flex;
    flex-direction: column;
}

.popup-tag img {
    width: 20px;
    height: 20px;
    position: absolute;
}

.popup-tag .name {
    color: #2a8edd;
    font-size: 14px;
    position: absolute;
    top: 20px;
}

.con-10-filter {
    margin-top: 16px;
    font-size: 15px;
    user-select: none;
    height: 20px;
}


.con-10-filter .hot-word-cate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    border-radius: 10px;
    border: 1px solid #E3E8F1;
    background: #FFF;
    color: #999999;
    cursor: pointer;
    width: 76px;
    height: 34px;
}


.con-10-filter-2 {
    border-radius: 12px;
    font-size: 15px;
    user-select: none;
    margin-bottom: 60px;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 2;
    background: #FFF;
}

.con-10-filter-2:hover {
    height: auto;
}

.con-10-filter-2 div {

    display: flex;
    flex-direction: column;

    align-items: center;

}

.con-10-filter-2 .hot-word-cate-selected {
    background: #32ADE6;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    width: 78px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.con-10-filter .options {
    margin-top: 10px;
    border-radius: 12px;
    display: none;
}

.con-10-filter-2 > div.active {

    color: #FFFFFF;
    font-weight: bold;
}


.con-10-filter-2 .hot-word-cate:hover {

    color: #32ADE6;
}

.hot-fade-in {
    opacity: 0;
    animation: hotFadeIn 2s forwards;
}

@keyframes hotFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.index-container-link {
    width: 1200px;
    overflow: hidden;
}

.left-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url("../img/mask-bg.png");
    background-size: cover;
    z-index: 2;
    width: 300px;
}

.right-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/mask-bg-right.png");
    background-size: cover;
    width: 300px;
    z-index: 2;
}

.index-container-link .list {
    display: inline-block;
    width: 100%;
}

.list .item {
    width: auto;
    height: 58px;
    font-size: 14px;
    color: #353e4f;
    padding: 5px;
    border-radius: 30px;
    margin: 6px;
    display: inline-block;
}

.list .item .item-body {
    min-width: 306px;
    width: auto;
    height: 58px;
    max-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-shadow: 0px 0px 2px 3px #fafafa;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin: 0 0px;
}

.item-body img {
    height: 35px;
}

.item-body span {
    font-size: 16px;
    margin-left: 8px;
    font-weight: bold;
}

.js-marquee {
    display: inline-block;
}
