#index_hot {
    overflow-x: hidden
}

.search_banner {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../img/index_video_bg.jpg);
}

.search_banner_inner {
    padding: 60px 0;
}

.search_banner_inner h1 {
    color: #fff;
    text-align: center;
}

/* 搜索框 */
.inner_search_group {
    width: 100%;
    margin: 24px auto;
    text-align: center;
}

.inner_search_group input {
    border: 1px solid #c4c7ce;
    height: 36px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    overflow: visible;
    width: 70%;
    vertical-align: middle;
}

.inner_search_group input:focus {
    border-color: #0e8ee7;
}

.inner_search_group button {
    cursor: pointer;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #0e8ee7;
    color: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    border: 0;
    outline: 0;
    letter-spacing: normal;
    margin-left: -3px;
    vertical-align: middle;
    padding: 0px;
}

/* 版心 */
.index_hot_center {
    width: 80%;
    margin: 0 auto;
}

.index_hot_result_center {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 990px) {
    .index_hot_center {
        width: 90% !important;
        margin: 0 auto;
    }

    .index_hot_result_center {
        width: 95% !important;
        margin: 0 auto;
    }

}

@media screen and (max-width: 760px) {
    .index_hot_center {
        width: 90% !important;
        margin: 0 auto;
    }

    .index_hot_result_center {
        width: 100% !important;
        margin: 0 auto;
    }

    #hots {
        background-color: #fff;
    }

    .search_banner_inner {
        padding-top: 40px;
    }
}

/*蓝鹰ai样式*/
.ai_div {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    min-height: 200px;
    box-shadow: 0 2px 8px 0 #00000014;
    padding: 0px;
    overflow: hidden;
}

.ai_div .kimi_title {
    height: 36px;
    background-image: linear-gradient(to bottom, #84b2df36, #fff);
    color: #0e8ee7;
    font-weight: bold;
    padding: 5px 10px;
}

.ai_div .kimi_content {
    padding: 5px 20px 20px 20px;
    position: relative;
}

.ai_div .kimi_content.fl {
    float: left;
}

.ai_div .sub_class_group {
    background-color: rgb(236, 245, 255);
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
}

.ai_div .sub_class_group_btn {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 12px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.ai_div .sub_class_group_btn:hover {
    background-color: #eee;
}

.sub_content_right {
    background-color: rgb(207, 223, 241);
    border-radius: 18px 3px 18px 18px;
    padding: 9px 12px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.sub_content_left {
    padding: 9px 12px;
    box-shadow: 0 2px 8px 0 #00000014;
    border-radius: 10px;
    margin-top: 15px;
    width: 80%;
    margin-top: 10px;
}

.sub_content_left .kimi_h1 {
    font-size: 13px;
    font-weight: bold;
}

.sub_content_left .kimi_h2 {
    font-size: 12px;
    font-weight: bold;
}

.sub_content_left .kimi_info {
    font-size: 11px;
    color: #88b5d6;
}

.sub_content_thinking {
    background-color: #eee;
    text-align: left;
    padding: 8px 10px;
    border-radius: 8px;
}

.kimi_h1 {
    font-size: 16px;
    font-weight: bold;
}

.kimi_h2 {
    font-size: 14px;
    font-weight: bold;
}

.kimi_info {
    font-size: 12px;
    color: #88b5d6;
}

.sub_class_group_btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: #ccc;
}