.keyword_info_box {
    position: fixed;
    top: 111px;
    width: 100%;
    /* height: 55.6rem; */
    height: 0;
    background: #fff;
    z-index: 20;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: height 0.3s;
    /* height: 55.6rem; */
}
.keyword_info_box.on {
    height: 55.6rem;
    border-top: 1px solid #ebebeb;
}
.keyword_info_box .inner {
    width: 105rem;
    height: auto;
    margin: 0 auto;
}
.keyword_search_bg {
    width: 100%;
    height: 13rem;
    background:#afbdff;
    border-radius: 2rem;
    margin-top: 6.7rem;
}
.keyword_search_bg form {
    height: 100%;
}
.keyword_info_box .keyword_search,
.search_common .keyword_search  {
    width: 57.6rem;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}
.top_searched_box {
    width: 57.6rem;
    margin: 0 auto;
    margin-top: 5rem;
}
.top_searched_box h3.tit {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -0.13rem;
    text-align: center;
    margin-bottom: 1.6rem;
}
.top_searched_box .keyword_box ul li {
    font-size: 1.5rem;
    color: #666;
    letter-spacing: -0.1rem;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-weight: normal;
    height: 3.8rem !important;
    line-height: 3.9rem;
    display: flex;
    align-items: center;
}
.top_searched_box .keyword_box.list ul li {
    height: 4rem;
    line-height: 4rem;
}
.top_searched_box .keyword_box ul li a {
    display: block;
    color: #666;
    font-weight: normal;
    width: 100%;
    height: 100%;
    line-height: 4rem;
}
.top_searched_box .keyword_box ul li .num,
p.keyword_box .num  {
    width: 2rem;
    height: 2rem;
    line-height: 2.1rem;
    border-radius: 5px;
    background:#f4f6f8;
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 1.2rem;
    margin-right: 1.2rem;
}

.top_searched_box .keyword_box .top_keyword .num,
p.keyword_box .num {
    background:var(--mainColor);
    color: #fff;
}
.keyword_box_all {
    display: flex;
}
.keyword_box_all .keyword_box {
    width: 100%;
}
.keyword_box_all .keyword_box:first-child {
    margin-right: 2.5rem;
}
.top_searched_box .keyword_box .up,
.top_searched_box .keyword_box .down,
.top_searched_box .keyword_box .same {
    position: relative;
    float: right;
    margin-right: 15px;
    font-size: 1.4rem;
    margin-left: auto;
}
.top_searched_box .keyword_box .up {
    color: var(--mainColor);
}
.top_searched_box .keyword_box .down {
    color:#fe287e;
}
.top_searched_box .keyword_box .up:after {
    content: '';
    background: url(../../../img/sub/search/icon_up.png) no-repeat;
    width: 6px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
	background-size: 100%;
}
.top_searched_box .keyword_box .down:after {
    content: '';
    background: url(../../../img/sub/search/icon_down.png) no-repeat;
    width: 6px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
	background-size: 100%;
}
.search_common .keyword_search_bg {
    margin: 0;
}
.search_common .search_keyword {
    margin-bottom: 8.4rem;
}
.search_common .search_keyword .inner {
    margin: 0;
}
.search_common .tab .tab_effect {
    background: var(--mainColor);
    width: calc(100% / 5 - 1rem);
    height: 3.8rem;
    border-radius: 1rem;
	margin: 0 0.5rem;
}
.search_common .tab .tab_ul .tab_li {
    width: calc(100% / 5);
}
.search_common .result_info_box .txt_box p {
    font-size: 1.5rem;
    font-weight: normal;
    color: #909090;
}
.search_common .keyword_box.box_common {
    display: none;
    position: absolute;
    top: 4rem;
    z-index: 999;
    background: #fff;
    right: 0;
    height: auto;
    padding: 0 10px;
}
.search_common .keyword_box.active {
    display: block;
    height: 4rem;
    overflow: hidden;
    position: inherit;
}
.result_info_box .keyword_box {
    font-size: 1.5rem;
    font-weight: normal;
    color: #666;
    width: 209px;
    border-radius: 1rem;
    border: solid 1px #ebebeb;
    padding: 8px 10px;
    cursor: pointer;
}
.result_info_box .keyword_box.on .keyword_box.list {
    display: block;
}
.result_info_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}
.result_info_box .top_searched_box {
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}
.result_info_box .top_searched_box h3.tit {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    margin-right: 1rem;
}
.result_info_box .top_searched_box .keyword_box ul li {
    border-bottom: 1px solid #fafafa;
}
.keyword_info_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 99999;
}
.keyword_info_bg.on {
    display: block;
}
.search_common .keyword_box.active:hover .keyword_box.list {
    display: block;
}
.keyword_box .fake_box {
    width: 100%;
    height: 0.5rem;
}
.keyword_box.list ul {
    border: solid 1px #ebebeb;
    padding: 0 10px;
    border-radius: 1rem;
}
.search_common .keyword_box.box_common.list {
    border: none;
    padding: 0;
}




@media screen and (max-width: 1110px) {
    .keyword_info_box {
        top: 66px;
    }
    .keyword_search_bg {
        height: 12rem;
    }
}

@media screen and (max-width: 989px) {
    .keyword_info_box {
        padding: 0 5rem;
    }
    .keyword_info_box .inner {
        width: auto;
    }
    .search_common .keyword_box.active:hover .keyword_box.list {
        display: none;
    }
    .result_info_box .keyword_box.on .keyword_box.list {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .keyword_info_box .keyword_search,
    .search_common .keyword_search {
        width: 50rem;
    }
    .keyword_box_all .keyword_box:first-child {
        margin-right: 2rem;
    }
    .keyword_search_bg {
        margin-top: 5rem;
    }
    .top_searched_box {
        width: 53rem;
    }
    .search_common .tab .tab_ul {
        max-width: 90rem;
        flex-wrap: wrap;
        margin: 0 auto;
        background: #fff;
        border-radius: 1.5rem;
        padding: 1rem 0;
    }
    .search_common .search_keyword {
        margin-bottom: 7rem;
    }
    .result_info_box {
        margin-bottom: 5rem;
    }
    .search_common .tab .tab_ul .tab_li {
        width: calc((100% / 3) - 1rem);
        padding: 0 2rem;
        height: 4rem;
        line-height: 4rem;
    }
    .tab_container {
        height: 100%;
    }
}

@media screen and (max-width: 600px) {
    .keyword_info_box .keyword_search,
    .search_common .keyword_search {
        width: 45rem;
    }
    .result_info_box {
        flex-direction: column;
        align-items: normal;
    }
    .result_info_box .txt_box {
        margin-bottom: 2rem;
    }
    .search_common .search_keyword {
        margin-bottom: 5rem;
    }
    .search_common .keyword_box.list {
        left: 58px;
    }
    .search_common .tab .tab_ul .tab_li {
        width: calc(50% - 1rem);
    }
}

@media screen and (max-width: 500px) {
    .keyword_info_box {
        top: 50px;
        padding: 0 3rem;
    }
    .keyword_info_box.on {
        height: 40rem;
    }
    .keyword_search_bg {
        margin-top: 3rem;
        border-radius: 1rem;
        height: 8rem;
    }
    .keyword_info_box .keyword_search,
    .search_common .keyword_search {
        width: 100% !important;
        padding: 0 2rem;
        transition: none;
    }
    .top_searched_box {
        width: 100%;
        margin-top: 2.5rem;
    }
    .top_searched_box h3.tit {
        font-size: 1.5rem;
    }
    .top_searched_box .keyword_box ul li,
    .top_searched_box .keyword_box ul li a {
        font-size: 1.2rem;
    }
    .top_searched_box .keyword_box .up,
    .top_searched_box .keyword_box .down,
    .top_searched_box .keyword_box .same {
        font-size: 1.2rem;
    }
    .top_searched_box .keyword_box ul li .num,
    p.keyword_box .num {
        margin-right: 0.8rem;
    }
    .search_common .result_info_box .txt_box p {
        font-size: 1.2rem;
    }
    .search_common .search_keyword {
        margin-bottom: 3rem;
    }
    .result_info_box .top_searched_box h3.tit {
        font-size: 1.3rem;
    }
    .result_info_box .keyword_box {
        font-size: 1.2rem;
    }
    .search_common .keyword_box.list {
        left: 63px;
    }

    .result_info_box .txt_box {
        margin-bottom: 1rem;
    }
    .result_info_box {
        margin-bottom: 3rem;
    }
    .search_common .tab .tab_ul .tab_li.on:after {
        bottom: -8px;
        right: -10px;
        background-size: 1.5rem;
    }
    .drop_box_all {
        width: 100%;
    }
    .result_info_box .keyword_box {
        width: 100%;
    }
    .search_common .keyword_box.list {
        width: calc(100% - 63px);
    }
    .search_common .tab .tab_ul .tab_li {
        height: 3.8rem;
        line-height: 3.8rem;
    }
}

@media screen and (max-width: 350px) {
    .search_common .keyword_box.list {
        left: 59px;
    }
    .search_common .keyword_box.list {
        width: calc(100% - 59px);
    }
}