.indexbox {
    background: #fff;
    margin: 23px 0;
    border-radius: 10px
}

.indexbox_title {
    padding: 13px 36px;
    border-bottom: 1px solid #f1f4f9;
    line-height: 16px
}


.indexbox_title strong {
    margin-right: 20px;
    font-weight: 400!important
}

.indexbox_title strong.current {
    font-weight: 700!important
}

.indexbox_title strong.current:after {
    position: absolute
}

.indexboxs .indexbox_title {
    border-bottom: 1px solid #f1f4f9;
    line-height: 16px
}

.indexboxs .indexbox_title strong {
    padding: 13px;
    cursor: pointer
}


.indexbox .indexbox_title strong {
    color: #3c3c3c;
    font-size: 16px;
    cursor: pointer;
    position: relative
}


.categorytop {
    width: 100%;
    position: relative;
    line-height: 53px;
    margin: 6px 0 2px;
    font-size: 20px;
    padding-bottom: 20px;
}

.categorytop li {
    width: 20%;
    text-align: left;
    display: flex;
    align-items: center;
}

.categorytop li a,.website-list.dating .description {
    display: -webkit-box!important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.categorytop li img {
    width: 30px;
    position: relative;
    /*top: 14px;*/
    border-radius: 5px;
    height: 30px;
}

.categorytop li .nologo{
    width: 30px;
    height: 30px;
    /*top: 14px;*/
    position: relative;
    border-radius: 50%;
    background-color: rgba(38, 128,235,0.8);
    transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    transition: transform 0.75s, -webkit-transform 0.75s;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    color: white;

}

.categorytop li a {
    overflow: hidden;
    color: #555;
    -webkit-line-clamp: 1
}

.categorytop ul {
    margin-left: 26px;
    display: flex;
    flex-wrap: wrap
}

.categorytop li a:hover,a:focus {
    text-decoration: none
}


.search_box {
    width: 100%
}

.search-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.search-list .li{
    width: 16%;
    font-size: 14px;
    font-weight: bold;
}


.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}
.search-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.search-contain{
    display: flex !important;
    flex-direction: row;
    align-items: center;
}
.search-title{
    box-shadow: 0 2px 6px rgb(26 26 26 / 8%);
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    /* border-radius: 0.25rem; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #ffffff;
    height: 31px;
    line-height: 31px;
}
.search-key{
    width: 1000px;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 6px rgb(26 26 26 / 8%);
    box-shadow: 0 2px 6px rgb(26 26 26 / 8%);
    text-indent: 10px;
}

.search-btn{
    width: 128px;
    height: 47px;
    vertical-align: top;
    line-height: 47px;
    background-color: #186AF2;
    border: 1px solid #186AF2;
    -webkit-box-shadow: 0 2px 6px rgb(26 26 26 / 8%);
    box-shadow: 0 2px 6px rgb(26 26 26 / 8%);
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.layui-tab-title .layui-this:after {
    border-bottom-color: RED;
}

.layui-tab-title li {
    min-width: 120px;
}

/********************* 目录菜单 start *********************/
.content-sidebar {
    /* font-size: 14px; */
    /* color: #3b3c3e; */
    /* position: fixed; */
    /* left: 100px; */
    /* padding: 10px 20px; */
    /* top: 184px; */
    /*position: relative;*/
    /*top: 15px;*/
    /* width: 120px; */
    /* padding-left: 20px; */

    position: fixed;
    left: calc(50% - 720px);
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 2px;
}

.content-sidebar dl {
    position: relative;
    margin: 0;
}

.content-sidebar dl dt {
    position: absolute;
    top: 12px;
    left: -20px;
}

.content-sidebar dd {
    margin: 0;
    padding: 6px 0;
    letter-spacing: 0.5px;
}

.content-sidebar dd.current a {
    color: #ff5a00;
    background: transparent;
    top: -250px;
}

.content-sidebar dd a {
    color: #5e5d5b;
    display: inline-block;
    padding: 2px 4px;
    transition: 0.1s;
}
/********************* 目录菜单 end *********************/
