@charset "utf-8";

.keyword #container {
    padding-top: 0;
}

#keywordSearch {
    min-height: 100vh;
    position: relative;
    padding-top: 106px;
}

/* ————————————————————————————————————————————————————
 * keyword_head
/* ———————————————————————————————————————————————————— */
#keywordSearch .keyword_head {
    background: #212529;
    padding-top: 56px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

/* keyword_close */
#keywordSearch .keyword_head .keyword_close {
    width: 40px;
    height: 56px;
    line-height: 56px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 9999
}

#keywordSearch .keyword_head .keyword_close:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 22px;
    color: #fff
}

/* keyword_bar */
#keywordSearch .keyword_head .keyword_bar {
    height: 50px;
    position: relative;
    padding-right: 56px
}

#keywordSearch .keyword_head .btn_sch_submit {
    width: 40px;
    height: 36px;
    font-size: 24px;
    background: transparent;
    color: #ffffff;
    position: absolute;
    right: 8px;
    top: 0
}

#keywordSearch .keyword_head .keyword_inp {
    position: relative;
    padding-right: 24px
}

#keywordSearch .keyword_head .keyword_inp #keywordInp {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    padding-left: 18px;
    background-color: transparent;
    caret-color: #fff;
    color: #fff;
    -webkit-font-smoothing: auto;
}

#keywordSearch .keyword_head .keyword_inp #keywordInp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.35)
}

#keywordSearch .keyword_head .keyword_inp #keywordInp:placeholder-shown {
    color: rgba(255, 255, 255, 0.35)
}

#keywordSearch .keyword_head .keyword_inp .btn_del {
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none
}


/* ————————————————————————————————————————————————————
 * bestKeyword
/* ———————————————————————————————————————————————————— */
#keywordSearch .bestKeyword {
    border-bottom: 0
}

#keywordSearch .bestKeyword_list ul {
    font-size: 0;
    margin: -8px 0 0 -8px
}

#keywordSearch .bestKeyword_list ul li {
    display: inline-block;
    padding: 8px 0 0 8px
}

#keywordSearch .bestKeyword_list ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 44px;
    padding: 0 20px 0 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.08);
    border-radius: 1.2em
}

#keywordSearch .bestKeyword_list ul li a em {
    display: inline-block;
    color: #0085e0;
    font-weight: 700;
    margin-right: 10px
}


/* ————————————————————————————————————————————————————
 * bestKeyword
/* ———————————————————————————————————————————————————— */
#keywordSearch .autocomplate {
    background: #fff;
    padding: 18px;
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

#keywordSearch .autocomplate ul li {
    margin-top: 10px;
}

#keywordSearch .autocomplate ul li:first-child {
    margin-top: 0;
}

#keywordSearch .autocomplate ul li button {
    display: none;
}

#keywordSearch .autocomplate ul li a {
    display: block;
    line-height: 24px;
    font-size: 15px;
}

#keywordSearch .autocomplate ul li a mark {
    background: transparent;
    color: #0085e0;
}