/*搜索按钮*/
        .search-all-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 127px;
            height: 60px;
            line-height: 60px;
            /*搜索按钮背景颜色*/
            background: #BD1A2D;
            cursor: pointer;
            border-radius: 0px 8px 8px 0px;
        }

        /*搜索按钮字体颜色*/
        .all-btn-txt {
            font-size: 16px;
            font-weight: 400;
            /*搜索按钮字体颜色*/
            color: #ffff;
            line-height: 30px;
        }

        /*热搜词颜色*/
        .h-hot-word {
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
            /*热搜词颜色*/
            color: #ffffff;
        }

        /*分页背景色*/
        .M-img-page .active {
            /*分页背景色*/
            background: #bd1a2d;
            color: #ffff;
            /*分页边框色*/
            border: 1px solid #bd1a2d;
        }

        /*导航背景色*/
        .header-nav {
            width: 100%;
            /*banner导航高度*/
            height: 60px;
            /*导航背景色*/
            background: #bd1a2d;
            /*  导航背景图*/
            /*  background: url("");*/
        }


        /*导航字体颜色*/
        .header-nav-item a {
            position: relative;
            height: 60px;
            line-height: 60px;
            /*banner导航文字大小*/
            font-size: 24px;
            font-weight: 400;
            /*导航字体颜色*/
            color: #fff !important;
        }

        /*导航选中背景色*/
        .header-nav-item {
            color: #fff;
            height: 60px;
            line-height: 60px;
            /*banner导航文字行距(px)*/
            margin-left: 20px;
            /*banner导航文字行距(px)*/
            margin-right: 20px;
            font-weight: 400;
            font-size: 24px;
            /*导航选中背景色*/
            /*background: red;*/
        }

        /*导航选中字体颜色*/
        .header-nav-middle .on a {
            padding-bottom: 10px;
            /*选中顶部导航底线颜色*/
            border-bottom: 2px solid #f5d389;
            /*导航选中字体颜色*/
            /*color: #FFFFFF;*/
        }

        /*导航选中小三角*/
        .header-nav-middle .on a:after {
            content: " ";
            top: 32px;
            display: block;
            width: 0;
            margin: 0 auto;
            height: 0;
            border: 6px solid #f2f2f2;
            border-color: transparent transparent #f5d389 transparent;
            margin-top: -15px;
        }

        /*列表页导航分隔banner背景颜色*/
        .header-nav {
            background: #bd1a2d;
        }

        /*标题lable样式*/
        .result-header-lable {
            /*栏目标签背景颜色*/
            background: #ffe6e6;
            /*栏目标签字体颜色*/
            color: #bd1a2d;
            /*栏目边框线颜色*/
            border: 1px solid #ff8080;
            border-radius: 10px 0px 10px 0px;
            font-size: 16px;
            font-family: Microsoft YaHei;
            padding: 2px 16px;
            margin-right: 10px;
            flex-shrink: 0;
        }


        /*banner高度*/
        .header-banner {
            /*banner背景色*/
            background: #FFFFFF;
            width: 100%;
            /*banner高度*/
            height: 170px;
            border-bottom: 1px solid #8f1322;
        }

        /*banner距离顶部高度*/
        /*.banner-logo{*/
        /*margin-top: 20px;*/
        /*}*/

        /*搜索框距离顶部高度*/
        .banner-search{
          margin-top: 16px;
        }
.all-select-input input {
    border: 1px solid #ccc;
    border-right: 0px;
}
.header-nav-item a {
    font-size: 22px;
}