﻿@charset "utf-8";
/*图标*/
* {
    /*padding: 0;*/
    margin: 0;
}

.drawer-fire-icon {
    width: 9px;
    height: 11px;
    display: inline-block;
    background-position: -51px -52px;
    margin-left: 4px;
}

.index-sprite {
    background: url(https://zuhaowan.zuhaowan.com/pic/201909/index-sprite.46697e09ea7485bc.png) no-repeat;
}

.drawer-fire-icon {
    width: 9px;
    height: 11px;
    display: inline-block;
    background-position: -51px -52px;
    margin-left: 4px;
    -webkit-animation: hot-icon 4s infinite alternate;
    animation: hot-icon 4s infinite alternate;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*IE低版本浏览器*/

.clearfix {
    zoom: 1;
}

.search-sprite {
    background: url("https://zuhaowan.zuhaowan.com/pic/201907/1.c50bd31fc0b231b9.png") left top no-repeat;
}

.Main {
    height: auto;
    /* min-height: 1100px; */
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    /* padding-bottom: 30px; */
    clear: both;
    position: relative;
    z-index: 2;
}

.Main_left {
    width: 1200px;
    background: #fff;
    /* -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -ms-box-shadow: 0px 0px 5px #ccc;
  -o-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 2px #ddd; */
}

.Main_left_ser {
    margin-top: 10px;
    margin-bottom: 8px;
}

.goods_wrap {
    /* margin-top: 20px; */
}

.Main_left_bottom {
    width: 1200px;
    /* padding: 15px; */
    height: auto;
    /* margin: 20px 0 0 0; */
    /* -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -ms-box-shadow: 0px 0px 5px #ccc;
  -o-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 2px #ddd;
  background: #fff; */
}

.searchancedSS {
    /* width: 1160px; */
    /* padding: 0 20px; */
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* display: table-cell; */
    vertical-align: middle;
    /* border: 1px solid #f1f0f4; */
    border-left: 0;
    border-right: 0;
    background-color: #ffffff;
    /* padding-top: 2px; */
}

    .searchancedSS .searchA {
        float: left;
        width: 104px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        color: #787878;
        cursor: pointer;
    }


        .searchancedSS .searchA:hover,
        .searchancedSS .searchA.li_txt {
            color: #fff;
            background: #13B7F6;
        }

    .searchancedSS .searchActive {
        color: #fff;
        background: #13B7F6;
    }

    .searchancedSS .sel-right .foregift {
        height: 48px;
        line-height: 48px;
        margin-left: 32px;
        cursor: pointer;
    }

        .searchancedSS .sel-right .foregift.active .icon {
            background-position: -95px -33px;
        }

        .searchancedSS .sel-right .foregift.active span {
            color: #13B7F6;
        }

        .searchancedSS .sel-right .foregift span {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            font-weight: normal;
            color: #989898;
        }

        .searchancedSS .sel-right .foregift .icon {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url("https://zuhaowan.zuhaowan.com/pic/201907/1.c50bd31fc0b231b9.png") left top no-repeat;
            background-position: -113px -33px;
            position: relative;
            top: -1px;
            margin-right: 4px;
        }

    .searchancedSS .sel-right .price {
        height: 48px;
        line-height: 48px;
        margin-left: 32px;
    }

        .searchancedSS .sel-right .price .price-h {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            font-weight: normal;
            color: #afafaf;
        }

        .searchancedSS .sel-right .price .low-price {
            box-sizing: border-box;
            display: inline-block;
            width: 40px;
            height: 17px;
            font-family: MicrosoftYaHei;
            font-size: 12px;
            text-align: center;
            line-height: 17px;
            border: solid 1px #e4e4e4;
            margin: 16px 5px 0 8px;
        }

        .searchancedSS .sel-right .price .price-link {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            font-weight: normal;
            color: #d8d8d8;
        }

        .searchancedSS .sel-right .price .high-price {
            box-sizing: border-box;
            display: inline-block;
            width: 40px;
            height: 17px;
            font-family: MicrosoftYaHei;
            font-size: 12px;
            text-align: center;
            line-height: 17px;
            border: solid 1px #e4e4e4;
            margin: 16px 0 0 5px;
        }

        .searchancedSS .sel-right .price .confirm {
            margin-left: 8px;
            margin-right: 16px;
            line-height: 1;
            padding-top: 16px;
        }

            .searchancedSS .sel-right .price .confirm.active span {
                display: none;
            }

            .searchancedSS .sel-right .price .confirm.active a {
                display: inline-block;
            }

            .searchancedSS .sel-right .price .confirm span {
                display: inline-block;
                width: 36px;
                height: 17px;
                font-family: MicrosoftYaHei;
                font-size: 12px;
                color: #fff;
                text-align: center;
                line-height: 17px;
                border-radius: 2px;
                background: #d1d1d1;
            }

            .searchancedSS .sel-right .price .confirm a {
                display: none;
                width: 36px;
                height: 17px;
                font-family: MicrosoftYaHei;
                font-size: 12px;
                color: #fff;
                text-align: center;
                line-height: 16px;
                text-decoration: none;
                border-radius: 2px;
                background: #13B7F6;
            }

button {
    box-sizing: border-box;
    display: inline-block;
    width: 110px;
    height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #13B7F6;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    border: solid 1px #13B7F6;
    background-color: #fff;
    cursor: pointer;
}

    button:hover {
        background-color: #13B7F6;
        color: #fff;
        box-shadow: 0px 11px 21px 0px rgba(252, 55, 55, 0.34);
    }


.list_wrap {
    position: absolute;
    top: 36px;
    left: -10px;
    width: 730px;
    display: none;
    min-height: 224px;
    -height: 224px;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 10px;
    z-index: 100;
}

.aa {
    border: 1px solid #efefef;   
    min-height: 224px;
    /* -height: 224px; */
    background-color: #fff;
}

.drawer-fire-icon {
    width: 9px;
    height: 11px;
    display: inline-block;
    background-position: -51px -52px;
    margin-left: 4px;
}

/* .game_list ul, */

.game_list ul {
    padding: 24px 16px 0 16px;
    box-sizing:border-box;
    height:260px;
    overflow-y:scroll;
}

    .game_list ul li {
        box-sizing: border-box;
        float: left;
        font-size: 12px;
        font-weight: normal;
        color: #7d7d7d;
        width: 135px;
        margin-bottom: 19px;
        cursor: pointer;
        margin-right: 4px;
        line-height: 16px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .game_list ul li.game-list-hot {
            color: #13B7F6;
        }

/* .game_list ul li, */

.search_bar_in_txt {
    width: 291px;
    /* height: 30px; */
    float: left;
    /* padding-left: 20px; */
    margin-left: 168px;
    /* line-height: 30px; */
    position: relative;
}

.in_txt {
    width: 375px;
    height: 30px;
    float: left;
    padding-left: 20px;
    margin-left: 30px;
    line-height: 30px;
}

.serch_content {
    box-sizing: border-box;
    display: block;
    width: 215px;
    height: 32px;
    padding-left: 9px;
    padding-right: 9px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    border: solid 1px #d7d7d7;
    border-right: none;
    float: left;
    background-color: #F5F3F3;   
}

.serch_button2 {
    box-sizing: border-box;
    display: block;
    width: 76px;
    height: 32px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    background-color: #13B7F6;
    border: solid 1px #13B7F6;
    float: left;
    cursor: pointer;
}

.search_bar_in_txt a,
.in_txt a {
    width: 70px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #f03d40;
    border: none;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.web1_3_5_sh {
    position: absolute;
    left: 0px;
    width: 215px;
    top: 32px;
    z-index: 3;
}

    .web1_3_5_sh .hot_history {
        border: 1px solid #eeeeee;
        background: #fff;
    }

.search_bar_in_txt .show_hot_history .hot_history p {
    height: 30px;
    line-height: 30px;
    /* border-bottom: 1px solid #EEEEEE; */
    margin: 0 auto;
    font-size: 13px;
    color: #A1A1A1;
    padding-left: 10px;
    font-weight: bold;
    /* margin-top: 5px; */
}

.search_bar_in_txt .show_hot_history .hot_history .sh_ul {
    margin-bottom: 10px;
}

    .search_bar_in_txt .show_hot_history .hot_history .sh_ul .null_history {
        height: 24px;
        line-height: 24px;
        padding-left: 5px;
        margin-left: 5px;
        color: #848484;
        padding-right: 5px;
    }

    .search_bar_in_txt .show_hot_history .hot_history .sh_ul .history-item {
        display: block;
        float: none;
        height: 24px;
        line-height: 24px;
        padding-left: 5px;
        cursor: pointer;
        /* margin-bottom: 5px; */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: auto;
        margin-left: 5px;
        color: #848484;
        padding-right: 5px;
        background: #fff;
    }

        .search_bar_in_txt .show_hot_history .hot_history .sh_ul .history-item:hover {
            color: #656565;
        }

.Main_left .searchBox1 .serchlist .con.lib_Contentbox1 {
    width: 1096px;
    max-width: 1200px;
    position: relative;
}

.lib_Contentbox1 {
    text-align: left;
    padding: 0px;
    text-align: left;
    /* height: 30px; */
}

.search_bar_in {
    /* width: 128px; */
    text-align: center;
    line-height: 30px;
    float: left;
    display: inline;
    margin: 0px 15px 0px 0px;
}

    .search_bar_in p {
        /* width: 115px; */
        cursor: pointer;
        font-size: 14px;
        line-height: 32px;
        color: #a8a8a8;
        font-family: MicrosoftYaHei;
        padding-right: 14px;
        text-align: left;
        /* background: url(../images/searchBg.png) no-repeat 112px center; */
        /* border: 1px solid #ddd; */
        background-color: #F5F3F3;
        height: 32px;
        border: solid 1px #d0d0d0;
    }

        .search_bar_in p.active {
            border-color: #aeaeae;
        }

            .search_bar_in p.active > span {
                color: #555555;
            }

        .search_bar_in p > span {
            box-sizing: border-box;
            display: inline-block;
            /* min-width: 70px; */
            max-width: 150px;
            padding-left: 14px;
            /* padding-right: 10px; */
            font-family: MicrosoftYaHei;
            font-size: 14px;
            /*color: #695B5B;*/
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .search_bar_in p.active .set-triangle {
            background-position: -31px -53px;
        }

.set-triangle {
    width: 6px;
    height: 5px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -13px;
    background: url("https://zuhaowan.zuhaowan.com/pic/201909/index-sprite.46697e09ea7485bc.png") no-repeat;
    background-position: -21px -53px;
}

.word_nav {
    padding: 0 12px;
    /* width: 761px; */
    border-bottom: 1px solid #f7f7f7;
}

    .word_nav ul {
    }

        .word_nav ul li {
            float: left;
            font-size: 12px;
            line-height: 35px;
            /* padding: 0 5px; */
            width: 24px;
            text-align: center;
            min-width: 16px;
            cursor: pointer;
            position: relative;
        }

            .word_nav ul li.word_nav_hot {
                margin-right: 22px;
            }

                .word_nav ul li.word_nav_hot:after {
                    content: "";
                    border-right: 1px solid #dbdbdb;
                    position: absolute;
                    right: -14px;
                    top: 12px;
                    bottom: 12px;
                }

            .word_nav ul li:hover,
            .word_nav_slt {
                color: #13B7F6;
            }

                .word_nav ul li:hover span,
                .word_nav_slt span {
                    display: inline-block;
                    width: 14px;
                    height: 2px;
                    position: absolute;
                    left: 50%;
                    margin-left: -7px;
                    top: 34px;
                    background: #13B7F6;
                    /* background: url(../images/searchBx_03.png) no-repeat; */
                }


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

::-webkit-input-placeholder {
    color: #BFA4A4 !important;
}

.allGame {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.game_list .lastaccount {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #bfbfbf;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    left: 28px;
    bottom: 32px;
}

    .game_list .lastaccount:hover {
        color: #13B7F6;
    }

.allGame .allGameIpt {
    box-sizing: border-box;
    width: 167px;
    height: 28px;
    padding: 0 10px;
    border: solid 1px #dedede;
    position: absolute;
    right: 47px;
    bottom: 24px;
    z-index: 99;
}

.allGame.active .allGameIpt {
    border-color: #13B7F6;
}

.allGame .allGameBtn {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 24px;
    right: 23px;
    z-index: 999;
    border: 0px;
    background: #e0e0e0 url("https://zuhaowan.zuhaowan.com/pic/201908/5.9a46cfce5d8abd3c.png") center center no-repeat;
}

.allGame .allGameBtn1 {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 24px;
    right: 23px;
    z-index: 999;
    border: 0px;
    /* width: 45px;
  height: 30px; */
    cursor: pointer;
    background: #e0e0e0 url("https://zuhaowan.zuhaowan.com/pic/201908/6.70bdc45b1fb84585.png") center center no-repeat;
    display: none;
}

.allGame.active .allGameBtn {
    display: none;
}

.allGame.active .allGameBtn1 {
    display: block;
}

.Main_left .searchBox1 {
    width: 1200px;
    margin: 12px 0 0 0;
    background: #fff;
    /* padding: 15px; */
    /* box-shadow: 0px 0px 2px #ddd; */
}

    .Main_left .searchBox1 .serchlist {
        border-bottom: 1px solid #f5f5f5;
        background: #fff;
    }

        .Main_left .searchBox1 .serchlist span.title {
            font-family: MicrosoftYaHei;
            float: left;
            display: block;
            width: 88px;
            height: 70px;
            line-height: 70px;
            padding-right: 15px;
            font-size: 14px;
            text-align: right;
            color: #655858;
        }

            .Main_left .searchBox1 .serchlist span.title.advance-title {
                position: relative;
                top: 10px;
            }

        .Main_left .searchBox1 .serchlist .con {
            float: left;
            max-width: 1090px;
            /* border-left: 1px solid #f1f0f4; */
        }

            .Main_left .searchBox1 .serchlist .con.con-img {
                margin-top: 24px;
                /*max-height: 212px;*/
                /*overflow: hidden;*/
            }

            .Main_left .searchBox1 .serchlist .con .searchLiA, .Main_left .searchBox1 .serchlist .con .searchLiB {
                box-sizing: border-box;
                display: block;
                position: relative;
                /* display: inline-block; */
                float: left;
                vertical-align: middle;
                /* padding: 6px 8px; */
                width: 147px;
                height: 88px;
                text-align: center;
                line-height: 58px;
                margin-right: 32px;
                margin-bottom: 18px;
                background-color: #ffffff;
                border: solid 1px transparent;
                box-sizing: border-box;
            }

                .Main_left .searchBox1 .serchlist .con .searchLiA img {
                    max-width: 100%;
                    max-height: 100%;
                    vertical-align: middle;
                    /*margin-top: -3px;*/
                }

                .Main_left .searchBox1 .serchlist .con .searchLiA span {
                    display: none;
                    box-sizing: border-box;
                    padding: 0 5px;
                    width: 100%;
                    height: 100%;
                    font-family: MicrosoftYaHei;
                    font-size: 14px;
                    font-weight: bold;
                    color: #13B7F6;
                    background-color: rgba(255, 255, 255, 0.92);
                    text-align: center;
                    line-height: 100%;
                    line-height: 88px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .Main_left .searchBox1 .serchlist .con .searchLiA:hover {
                    border-color: #13B7F6;
                }

                    .Main_left .searchBox1 .serchlist .con .searchLiA:hover span {
                        display: block;
                    }

                .Main_left .searchBox1 .serchlist .con .searchLiA.active {
                    border: solid 2px #13B7F6;
                    line-height: 58px;
                }

                    .Main_left .searchBox1 .serchlist .con .searchLiA.active span {
                        display: block;
                    }

.serchlist .con .searchLiA span {
    position: absolute;
    top: -12px;
    right: -8px;
    width: 22px;
    height: 42px;
    /* background: url('https://zuhaowan.zuhaowan.com/pic/201911/guanfanglist.0ec30ea347f4b851.png') no-repeat; */
}

.Main_left .searchBox1 .serchlist .con > ul {
    padding: 0px 0px;
}

.Main_left .searchBox1 .seniorSer .con {
    padding: 25px 0 0 0;
}

    .Main_left .searchBox1 .seniorSer .con > ul li {
        float: left;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        color: #555555;
        margin-right: 40px;
        margin-bottom: 14px;
    }

.hot_youxi {
    margin-left: 104px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .hot_youxi.active {
        max-height: 66px;
    }

    /* .Main_left .searchBox1 .serchlist .con.hot_youxi{margin-top: 0;} */

    .hot_youxi ul li {
        float: left;
        margin-right: 48px;
        margin-bottom: 14px;
    }

        .hot_youxi ul li a {
            display: block;
            font-family: MicrosoftYaHei;
            font-size: 14px;
            color: #828282;
        }

            .hot_youxi ul li a:hover {
                color: #13B7F6;
                text-decoration: none;
            }

            .hot_youxi ul li a.active {
                color: #13B7F6;
            }

.hot-sel {
    width: 46px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 20px;
}

    .hot-sel.active .txt1 {
        display: none;
    }

    .hot-sel.active .txt2 {
        display: inline-block;
    }

    .hot-sel.active .icon {
        background-position: -71px -12px;
    }

    .hot-sel .txt1 {
        display: inline-block;
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        color: #878787;
    }

    .hot-sel .txt2 {
        display: none;
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        color: #878787;
    }

    .hot-sel .icon {
        display: inline-block;
        width: 12px;
        height: 8px;
        margin-left: 5px;
        background: url("https://zuhaowan.zuhaowan.com/pic/201907/1.c50bd31fc0b231b9.png") left top no-repeat;
        background-position: -51px -12px;
        position: relative;
        top: -2px;
    }

.Main_left .searchBox1 .seniorSer .con2 > ul li {
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #695B5B;
    margin-right: 40px;
    margin-bottom: 14px;
}

.Main_left .searchBox1 .seniorSer {
    background: #fff;
    z-index: 100000;
    top: 10%;
}

.Main_left .searchBox1 .seniorcon,
.Main_left .searchBox1 .seniorcon1 {
    /* border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; */
    margin-top: -2px;
    display: none;
}

.Main_left .searchBox1 .seniorcon {
    padding-left: 86px;
}

.Main_left .searchBox1 .seniorSer .con > ul li.active {
    color: #13B7F6;
}

.Main_left .searchBox1 .seniorSer .con > ul li.hover {
    color: #13B7F6;
}

.lib_Contentbox1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Main_left .searchBox1 .seniorcon .con1,
.Main_left .searchBox1 .seniorcon1 .con1 {
    display: none;
    padding: 0px 20px;
}

    .Main_left .searchBox1 .seniorcon .con1 input,
    .Main_left .searchBox1 .seniorcon1 .con1 input {
        margin-top: 5px;
    }

    .Main_left .searchBox1 .seniorcon .con1 .multi_btn,
    .Main_left .searchBox1 .seniorcon1 .con1 .multi_btn {
        margin: 0 auto 20px auto;
        display: block;
        width: 110px;
        height: 32px;
        color: #fff;
        text-align: center;
        line-height: 28px;
        background-color: #13B7F6;
        border-radius: 2px;
        cursor: pointer;
        border: none;
    }

        .Main_left .searchBox1 .seniorcon .con1 .multi_btn:hover,
        .Main_left .searchBox1 .seniorcon1 .con1 .multi_btn:hover {
            box-shadow: 0px 11px 21px 0px rgba(252, 55, 55, 0.24);
        }

    .Main_left .searchBox1 .seniorcon .con1 a {
        line-height: 1;
        display: block;
        padding: 7px 12px;
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        color: #939393;
        border: solid 1px #d7d7d7;
        margin-right: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        float: left;
    }

        .Main_left .searchBox1 .seniorcon .con1 a:hover {
            color: #13B7F6;
            border-color: #13B7F6;
        }
        .Main_left .searchBox1 .seniorcon .con1 a.es_t_price_slt {
            color: #13B7F6;
            border-color: #13B7F6;
        }

    .Main_left .searchBox1 .seniorcon1 .con1 a {
        height: 24px;
        line-height: 24px;
        float: left;
        min-width: 75px;
        padding: 0px 8px;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        margin: 5px 2px;
    }

/* .Main_left .searchBox1 .seniorcon .con1 a.es_t_item_slt,
.Main_left .searchBox1 .seniorcon .con1 a.es_t_price_slt,
.Main_left .searchBox1 .seniorcon .con1 a.es_t_errcomps_slt,
.Main_left .searchBox1 .seniorcon .con1 a.es_t_qrf_slt {
  line-height: 1;
  display: block;
  padding: 7px 12px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  color: #13B7F6;
  border: solid 1px #13B7F6;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  float: left;
}

.Main_left .searchBox1 .seniorcon1 .con1 a.es_t_item_slt,
.Main_left .searchBox1 .seniorcon1 .con1 a.es_t_price_slt,
.Main_left .searchBox1 .seniorcon1 .con1 a.es_t_errcomps_slt,
.Main_left .searchBox1 .seniorcon1 .con1 a.es_t_qrf_slt {
  color: #13B7F6;
  border: 1px solid #13B7F6;
  height: 24px;
  line-height: 24px;
  margin: 4px 2px;
} */

.Main_title {
    min-height: 48px;
    line-height: 48px;
    padding-left: 24px;
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
}

.Main_title .tag {
    display:inline-block;
    /*width: 96px;*/
    height: 22px;
    border: 1px solid rgba(151,151,151,1);
    padding:0 10px;
    box-sizing:border-box;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-right:10px;
}

    .Main_title .Main_titlel {
        box-sizing: border-box;
        float: left;
        min-width: 80px;
        padding-right: 10px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: bold;
        color: #4c4c4c;
    }

    .Main_title .Main_titler {
        float: left;
        min-width: 800px;
        max-width: 960px;
        padding-top: 12px;
    }

    .Main_title .clear_all {
        float: right;
        margin-right: 20px;
        cursor:pointer;
    }

        .Main_title .clear_all span {
            display: inline-block;
            width: 13px;
            height: 16px;
            background-position: -12px -7px;
            vertical-align: middle;
            margin-right: 11px;
            position: relative;
            top: -2px;
        }

        .Main_title .clear_all:hover {
            color: #13B7F6;
        }

            .Main_title .clear_all:hover span {
                background-position: -29px -7px;
            }

    .Main_title .Main_titler > span {
        float: left;
        height: 23px;
        line-height: 23px;
        margin-right: 10px;
        border: solid 1px #ebebeb;
        padding: 0 26px 0 12px;
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        color: #757575;
        position: relative;
        /* top: 12px; */
        margin-bottom: 12px;
    }

        .Main_title .Main_titler > span img {
            display: none;
        }

        .Main_title .Main_titler > span .close {
            display: inline-block;
            width: 16px;
            height: 16px;
            text-align: center;
            line-height: 16px;
            cursor: pointer;
            position: absolute;
            right: 5px;
            top: 3px;
        }

        .Main_title .Main_titler > span:hover,
        .Main_title .Main_titler > span:hover .close {
            color: #13B7F6;
            border-color: #13B7F6;
        }

.classUl {
    /* width: 762px; */
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    background: #fafafa;
    /* border-bottom: 1px solid #ccc; */
    /* margin-top: 10px; */
}

    .classUl .classLi {
        display: inline-block;
        /* padding: 0 8px 0 9px; */
        cursor: pointer;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        /* text-align: center; */
        color: #717171;
        float: left;
        margin-right: 34px;
    }

        .classUl .classLi:first-child {
            margin-right: 40px;
        }

        .classUl .classLi:hover {
            color: #13B7F6;
            font-weight: bold;
        }

    .classUl .liActive {
        color: #13B7F6;
        font-weight: bold;
    }


.clearfixd:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*IE低版本浏览器*/

.clearfixd {
    zoom: 1;
}

.boxLiSpan:hover {
    color: #13B7F6;
}

.es_con_list li{
    cursor:pointer;
}


.ant-tooltip {
    position: absolute;
    z-index: 1060;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.5;
}

/*提示pop*/
.ant-tooltip-hidden {
    display: none;
}

.ant-tooltip-placement-bottom {
    padding-top: 8px;
}

.ant-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
    top: 3px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0, 0, 0, 0.75);
}

.ant-tooltip-inner {
    word-break: break-all;
    max-width: 250px;
    padding: 8px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.rotate img{
    transform:rotate(90deg);   
}

.tag .text {
    display: inline-block;
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon_remove {
    vertical-align: top;
    font-size: 20px;
    cursor:pointer;
}
