* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 12px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

bbody, th, td, button, input, select, textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, var, em, i, u {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none
}

li {
    display: list-item;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

img {
    width: 100%;
    border: none;
    vertical-align: middle
}

mark {
    background: none;
}

:focus {
    outline: 0
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #dedede;
}

.arial {
    font-family: 'arial';
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis_two {
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
    -ms-line;
}

.ellipsis_four {
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    overflow: hidden;
    -ms-line;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.cover {
    margin: auto;
    width: 100%;
}

    .cover .shortcut {
        margin: auto;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        background-color: #e3e4e5;
        height: 35px;
        line-height: 35px;
        color: #666;
    }

    .cover .site {
        margin: 0 auto;
        width: 1190px;
    }

        .cover .site .site_left {
            float: left;
        }

        .cover .site .site_right {
            float: right;
        }

        .cover .site .item {
            float: left;
            display: flex;
        }

            .cover .site .item a {
                color: #666;
            }

    .cover .weChat,
    .cover .operators li {
        width: 200px;
        height: auto;
        border: 1px solid #ccc;
        box-sizing: border-box;
        background-color: #F2F2F2;
    }

    .cover .weChat,
    .cover .operators {
        position: absolute;
        z-index: 999;
    }

    .cover .site .spacer {
        overflow: hidden;
        float: left;
        margin: 12px 5px 0;
        width: 1px;
        height: 10px;
        border-right: 1px solid #ccc;
    }

    .cover .weChat {
        margin-right: 370px;
        right: 0;
        top: 35px;
    }

    .cover .operators {
        margin-right: 300px;
        right: 0;
        top: 35px;
        position: absolute;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

        .cover .operators li {
            border-bottom: 1px solid #ccc;
            padding: 10px;
        }

.header {
    background: #fff;
}

    .header .search_fixed {
        margin: 0 auto;
        width: 1210px;
    }

    .header .wrapper {
        padding-top: 20px;
        height: 100px;
    }

        .header .wrapper .logo {
            float: left;
        }

        .header .wrapper .logo_lk {
            display: block;
            width: 211px;
            height: 79px;
            overflow: hidden;
            text-indent: -9999px;
            background: url(/static/images/logo.jpg) 0 0 no-repeat;
        }

    .header .city_checked {
        float: left;
        display: flex;
        margin-top: 30px;
    }

.location {
    position: relative;
}

.header .city_checked .map {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 5px;
    background-size: 100%;
    background: url(../image/map.png) 0 0 no-repeat;
}

.header .city_checked .city {
    font-size: 14px;
    display: inline-block;
    max-width: 55px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.header .city_checked .show_more_list {
    position: absolute;
    display: none;
    top: 110px;
    background: #fff;
    width: 100%;
    max-width: 250px;
    height: auto;
    z-index: 9999;
    box-shadow: 0px 5px 14px #d6d6d6;
    padding: 10px;
}

.header .show_more_list .hot_city {
    color: #ff8000;
    font-size: 14px;
    margin: 0;
}

.header .show_more_list li {
    float: left;
    width: 120px;
    line-height: 30px;
}

    .header .show_more_list li a {
        font-size: 13px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        width: 52px;
    }


.header .show_more_list .more_city {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #ff8000;
    text-align: center;
}

    .header .show_more_list .more_city a {
        color: #fff;
        display: block;
    }

.header .show_more_list a:hover {
    color: #ef3030;
}

.arrow_bottom {
    position: absolute;
    top: 7px;
    right: 0;
    width: 6px;
    height: 5px;
    right: -7px;
    z-index: 2;
}

    .arrow_bottom i em,
    .arrow_bottom i span {
        border-width: 6px 6px 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .arrow_bottom i em,
    .arrow_bottom i span {
        top: 1px;
        border-top-color: #666;
    }

    .arrow_bottom i {
        position: absolute;
        width: 6px;
        height: 3px;
        -webkit-transition: .2s ease-in;
        -webkit-transform-origin: 50% 60%;
        -moz-transition: .2s ease-in;
        -moz-transform-origin: 50% 60%;
    }

        .arrow_bottom i span {
            border-top-color: #f6f6f6;
        }

.header .search {
    margin-left: 50px;
    float: left;
}

    .header .search .search_wrap {
        position: relative;
    }

        .header .search .search_wrap .search_bd {
            margin-top: 15px;
            height: 44px;
            width: 600px;
            background: #FFF;
            -webkit-border-radius: 100px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 100px;
            -moz-background-clip: padding;
            border-radius: 100px;
            background-clip: padding-box;
            position: relative;
            border: 2px solid #C70000;
            box-sizing: border-box;
            z-index: 30;
            overflow: hidden;
        }

.header .search_fixed .supportPhone {
    float: right;
    width: 205px;
    height: 90px;
    overflow: hidden;
    /*font-size: 32rem;*/
    /*text-indent: -9999px;*/
    /*background: url(/images/supportPhone.png) 0 0 no-repeat;*/
    background: url(../image/NewSupportPhone.png) no-repeat;
    background-position-y: bottom;
    padding-left: 15px;
}

    .header .search_fixed .supportPhone p {
        font-size: 16px;
        height: 28px;
        line-height: 28px;
        color: #858585;
    }

    .header .search_fixed .supportPhone .phone-num {
        height: 30px;
        line-height: 30px;
        font-size: 25px;
        font-weight: 600;
    }

    .header .search_fixed .supportPhone .phone-num i {
        font-size: 25px;
        font-weight: 600;
    }

.header .search .search_wrap .btn_search {
    position: absolute;
    right: 0;
    background: #C70000;
    width: 80px;
    height: 44px;
    line-height: 44px;
    border: none;
    color: #fff;
    font-size: 16px;
}

.header .search .search_wrap .search_suggest_combobox, [data-sg-type=combobox] {
    vertical-align: middle;
}

.header .search [data-sg-type=combobox] {
    margin-right: 75px;
    overflow: hidden;
    outline: 0;
    margin-left: 0;
    padding-left: 65px;
}

.header .search .search_wrap .search_suggest_combobox > input, [data-sg-type=combobox] > input {
    width: 100%;
    height: 22px;
    padding: 11px 0;
    overflow-y: visible;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #fff;
    border: 0;
    outline: none;
}

.header .search .search_wrap .searchBtn_icon {
    position: absolute;
    width: 20px;
    top: 13px;
    left: 20px;
}


.header .search .search_wrap .search_select {
    border: none;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 95px;
    cursor: pointer;
}

    .header .search .search_wrap .search_select option {
        color: #333;
        line-height: 38px;
        text-align: center;
        cursor: pointer;
        background: #fff;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin: 100px;
        width: 140px;
        height: 40px;
        border: 1px solid #cccccc;
        position: relative;
    }

.advanced_search {
    margin: 20px 0 0 10px;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.hotwords {
    margin: 10px 0 0 5px;
}

    .hotwords .item {
        float: left;
        padding: 0 10px;
    }

        .hotwords .item a:hover {
            color: #ef3030;
        }

.tab_nav {
    border-bottom: 2px solid #ef3030;
    box-sizing: border-box;
}

.border_bottom {
    width: 1190px;
    margin: 0 auto;
}

.tab_nav:not(.tab_nav_swipe) {
    padding: 0 25px;
}

.tab_nav .ulist {
    
}

    .tab_nav .ulist li {
        text-align: center;
        font-size: 15px;
        height: 100%;
        width: auto;
        line-height: 42px;
        font-weight: bold;
    }

.tab_nav:not(.tab_nav_swipe) .ulist {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .tab_nav:not(.tab_nav_swipe) .ulist li {
        display: block;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        box-flex: 1;
    }

.tab_nav .ulist li a {
    display: inline-block;
    font-size: 15px;
}

    .tab_nav .ulist li a.active {
        color: #ef3030;
    }

    .tab_nav .ulist li a:hover {
        border-bottom: 3px solid #ef3030;
        box-sizing: border-box;
        color: #ef3030;
        height: 42px;
    }

.tab_nav .select_num {
    text-align: center;
    font-size: 14px;
    height: 100%;
    width: 200px;
    line-height: 42px;
    font-weight: bold;
    float: left;
    background: #ef3030;
    color: #fff;
}

.grid {
    width: 200px;
    height: 100%;
    border: 1px solid #ef3030;
    box-sizing: border-box;
    padding: 0 5px;
    background:#fff;
}

    .grid .item {
        margin-bottom: 5px;
        border-bottom: 1px solid #e6e6e6;
        box-sizing: border-box;
        height: 90px;
    }

        .grid .item:last-child {
            border: none;
        }

        .grid .item h3 {
            padding: 10px 0 10px 5px;
            font-size: 13px;
            font-weight: bold;
        }

        .grid .item ul {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

            .grid .item ul li {
                display: inline-block;
                width: 30%;
                line-height: 25px;
                text-align: center;
                color: #666666;
                font-size: 13px;
            }

                .grid .item ul li a:hover,
                .tab_con ul li a:hover {
                    color: #ef3030;
                }

.public_num,
.public_titleBar .box {
    width: 970px;
    float: right;
    height: auto;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
}

    .public_num .phoneNum {
        height: 25px;
        line-height: 25px;
    }

    .public_num .ulist .item {
        float: left;
        padding: 10px 12px;
        width: 25%;
        height: 103px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        box-sizing: border-box;
        position: relative;
    }

        .public_num .ulist .item .phoneNum li {
            float: left;
            font-size: 22px;
            font-weight: bold;
            font-family: Arial;
        }

            .public_num .ulist .item .phoneNum li.spacer:before {
                height: 2px;
                content: '';
                border-bottom: 1px solid #c8c8c8;
                background-color: #c8c8c8;
                width: 6px;
                display: block;
                margin: 10px 2px 0;
            }

        .public_num .ulist .item .dnseg {
            clear: both;
            margin: 10px 0;
        }

            .public_num .ulist .item .dnseg span {
                color: #666;
            }

            .public_num .ulist .item .dnseg .sp {
                background-color: #ef3030;
                color: #fff;
                padding: 3px 5px;
                margin-left: 10px;
            }

.num_wrapper_item .dnseg span.spacer {
}

.num_wrapper_item .dnseg span.cities {
    width: 73px;
    display: inline-block;
}

.public_num .ulist .item .dnseg .family,
.num_wrapper_item .dnseg .family {
    background-color: #ff8000;
    color: #fff;
    padding: 2px;
}

.public_num .ulist .item .dnseg .lover {
    background-color: #ff6163;
    color: #fff;
    padding: 2px;
    margin-left: 10px;
}

.public_num .ulist .item .dnseg .birth {
    background-color: #ff8000;
    color: #fff;
    padding: 2px;
    margin-left: 10px;
}

.public_num .ulist .item .phoneNum .red {
    color: #ef3030;
    padding-left: 1px;
}

.public_num .ulist .item .price {
    color: #ef3030;
    font-size: 16px;
}

    .public_num .ulist .item .price .charge {
        color: #999;
        font-size: 13px;
    }

.public_num .ulist .item.bg_yd {
    background: url("../image/bg_yd.png") 100% no-repeat;
    background-size: 80px 80px;
}

.public_num .ulist .item.bg_lt {
    background: url("../image/bg_lt.png") 100% no-repeat;
    background-size: 80px 80px;
}

.public_num .ulist .item.bg_dx {
    background: url("../image/bg_dx.png") 100% no-repeat;
    background-size: 80px 80px;
}

.public_num .ulist .item .more {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin: 5px 0;
}

.public_num .ulist .item .viewBtn {
    display: inline-block;
    padding: 4px 10px;
    margin: 10px 45px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 20px;
    border-color: transparent;
    background-color: #ef3030;
    color: #fff;
    cursor:pointer;
}

.num_tab_move {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a9a9a9;
}

    .num_tab_move .phoneNum {
        margin: 10px 0 20px 20px;
        width: 100%;
        line-height: 30px;
        font-size: 22px;
        font-weight: 900;
        color: #fff;
    }

    .num_tab_move .function_btn .btn {
        margin: 10px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        background-color: #393232;
        width: 90%;
        height: 30px;
        display: inline-block;
        cursor: pointer;
    }

    .num_tab_move .function_btn .reserveBtn {
        background-color: #ef3030;
    }

    .num_tab_move .function_btn .btn {
        margin: 0 10px;
    }

.numSeckill_cont {
    width: 1190px;
    margin: 20px auto;
}

.numSeckill_cont_left {
    float: left;
    width: 210px;
}

.numSeckill_collect {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 200px;
    margin: 20px 0;
}

.numSeckill_collect_title {
    height: 35px;
    line-height: 35px;
    background: url("../image/edit.png") 15px 7px no-repeat;
    text-align: center;
    background-color: #e6e6e6;
}

    .numSeckill_collect_title .sign {
        color: #ef3030;
    }

.numSeckill_collect_item {
    border-bottom: #ccc dashed 1px;
    box-sizing: border-box;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
}

    .numSeckill_collect_item:last-child {
        border: none;
    }

    .numSeckill_collect_item a {
        color: #087dc8;
        display: block;
    }

        .numSeckill_collect_item a:hover {
            color: #ff8000;
        }

    .numSeckill_collect_item .num {
        float: left;
        display: flex;
    }

        .numSeckill_collect_item .num em {
            font-size: 14px;
        }

    .numSeckill_collect_item .del {
        float: right;
        padding-right: 20px;
        cursor: pointer;
    }

.numSeckill_collect_ulist .cmcc,
.numSeckill_collect_ulist .unicom,
.numSeckill_collect_ulist .telecom {
    display: block;
    width: 20px;
    height: 20px;
    margin: 3px 10px 3px 20px;
}

.numSeckill_collect_ulist .cmcc {
    background: url("../image/icon_yd.png") no-repeat;
    background-size: contain;
}

.numSeckill_collect_ulist .unicom {
    background: url("../image/icon_lt.png");
    background-size: contain;
}

.numSeckill_collect_ulist .telecom {
    background: url("../image/icon_dx.png");
    background-size: contain;
}

.numSeckill_cont_right {
    width: 970px;
    float: left;
    margin-left: 10px;
}

.numSeckill_cont_search {
    margin-bottom: 10px;
    height: 44px;
    line-height: 30px;
    padding: 5px;
    color: #FFF;
    font-size: 14px;
    border: 1px solid #ef3030;
    box-sizing: border-box;
    background-color: #ef3030;
}

.fuzzy_search {
    float: left;
    margin-left: 10px;
}

.fuzzy_input {
    width: 168px;
    height: 22px;
    padding: 3px;
    border: none;
    margin: 0;
    font-size: 14px;
}

.fuzzy_search .checkbox[type=checkbox] {
    -webkit-appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFF;
    vertical-align: bottom;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -5px;
}

    .fuzzy_search .checkbox[type=checkbox]:checked::after {
        margin-right: 5px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

.fuzzy_search .mantissa {
    position: absolute;
    padding: 5px 0 0 5px;
}

.searchBtn {
    width: 60px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin-left: 30px;
    background: #fff;
    border: none;
    font-size: 14px;
}

.accurate_search {
    float: right;
}

.accurate_input {
    width: 22px;
    height: 25px;
    border: none;
    background: #FFF;
    margin: 0 1px;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.accurate_search .sp {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 10px;
    height: 1px;
    display: inline-block;
    margin: 0 1px 5px;
}

.accurate_search .searchBtn {
    margin-left: 10px;
}
/*
.condition_cont {
    height: 25px;
}*/

.condition_all_types a {
    float: left;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}

    .condition_all_types .active,
    .condition_all_types a:hover {
        background-color: #ef3030;
        color: #fff;
    }

.condition_sort {
    float: left;
    height: 25px;
    line-height: 25px;
}

.condition_sort_item {
    height: 25px;
    line-height: 25px;
    width: 70px;
    float: left;
    text-indent: 5px;
    border: #ccc solid 1px;
    box-sizing: border-box;
    position: relative;
    margin-right: 20px;
}

    .condition_sort_item a {
        display: block;
    }

        .condition_sort_item a:hover {
            color: #ef3030;
        }

    .condition_sort_item .rise {
        background: url(../image/rise.jpg) no-repeat right;
        right: 0px;
        top: 2px;
        background-position-y: -3px;
        width: 15px;
    }

    .condition_sort_item span {
        display: block;
        position: absolute;
        width: 12px;
        height: 8px;
    }

    .condition_sort_item .drop {
        background: url(../image/drop.jpg) no-repeat right;
        right: 0px;
        top: 13px;
        background-position-y: -11px;
        width: 15px;
    }


.condition_province_filter,
.condition_city_filter {
   /* float: left;
    max-width: 72px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;*/
}

.condition_cont .searchBtn {
    float: left;
    background-color: #ef3030;
    height: 28px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.condition_view {
    display: flex;
    float: right;
    zoom: 1;
    width: 78px;
    height: 39px;
    top: 0;
    position: absolute;
    right: 0;
}

    .condition_view li {
        float: left;
        width: 39px;
        height: 39px;
        border-left: 1px solid #e8e8e8;
        text-align: center;
        cursor:pointer;
    }

        .condition_view li.list {
            background: url("../image/list.png") center center no-repeat;
        }

        .condition_view li.lists {
            background: url("../image/list_cur.png") center center no-repeat;
        }

        .condition_view li.bigImg {
            background: url("../image/big_img.png") center center no-repeat;
        }

        .condition_view li.bigImg_xz {
            background: url("../image/big_cur.png") center center no-repeat;
        }

.tab_con {
    margin-top: 10px;
}

.num_wrapper_ulist {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}

.num_wrapper_item {
    position: relative;
    float: left;
    padding-left: 10px;
    width: 50%;
    height: 44px;
    line-height: 44px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

    .num_wrapper_item .item_cont {
        margin: 0 10px;
    }

    .num_wrapper_item .item_cont,
    .num_wrapper_item .phoneNum {
        display: flex;
        position: relative;
    }

    .num_wrapper_item .phoneNum {
        line-height: 44px;
        width: 160px;
    }

        .num_wrapper_item .phoneNum li {
            padding-right: 1px;
            font-size: 20px;
            font-weight: bold;
            font-family: Arial;
        }

            .num_wrapper_item .phoneNum li.spacer:before {
                height: 2px;
                content: '';
                border-bottom: 1px solid #c8c8c8;
                background-color: #c8c8c8;
                width: 6px;
                display: block;
                margin: 20px 2px 0;
            }

        .num_wrapper_item .phoneNum .space {
        }

        .num_wrapper_item .phoneNum .red {
            padding-left: 1px;
            color: #ef3030;
        }

    .num_wrapper_item .dnseg {
        margin-left: 30px;
    }

        .num_wrapper_item .dnseg span {
            color: #666;
        }

        .num_wrapper_item .dnseg .sp {
            background-color: #ef3030;
            color: #fff;
            padding: 3px 5px;
            margin-left: 10px;
        }

    .num_wrapper_item .price {
        color: #ef3030;
        font-size: 16px;
        position: absolute;
        right: 0;
    }

    .num_wrapper_item .charge {
        color: #999;
    }

    .num_wrapper_item .num_tab_move {
        display: flex;
    }

        .num_wrapper_item .num_tab_move .phoneNum {
            font-size: 22px;
            font-weight: 900;
            padding-left: 10px;
            color: #fff;
        }

        .num_wrapper_item .num_tab_move .phoneNum {
            margin-left: 10px;
            width: auto;
            line-height: initial;
        }

            .num_wrapper_item .num_tab_move .phoneNum li.spacer:before {
                height: 2px;
                content: '';
                border-bottom: 1px solid #c8c8c8;
                background-color: #c8c8c8;
                width: 6px;
                display: block;
                margin: 10px 2px 0;
            }

        .num_wrapper_item .num_tab_move .function_btn {
            margin-left: 20px;
        }

            .num_wrapper_item .num_tab_move .function_btn .btn {
                height: 25px;
                line-height: 25px;
            }

.page_bar {
    margin: 20px 0;
    float: right;
}

    .page_bar .btn {
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        box-sizing: border-box;
        background-color: #fff;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        display: inline-block;
        border-radius: 3px;
        cursor:pointer;
    }


        .page_bar .btn.prevBtn {
            background-color: #BABABA;
            color: #fff;
        }

        .page_bar .btn.nextBtn {
            background-color: #ccc;
            color: #333;
        }
         .page_bar .btn.nextBtn:hover{
             background-color: #ef3030 !important;
            color: #fff !important;
         }
.advanced_search_wrapper {
    width: 1190px;
    margin: 0 auto;
}

.advanced_search_method {
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
}

.advanced_search_fuzzy,
.advanced_search_accurate {
    float: left;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    width: 49%;
    height: 100px;
}

.advanced_search_fuzzy {
    margin-right: 2%;
}

.search_fuzzy_title,
.search_accurate_title {
    height: 35px;
    line-height: 35px;
    background-color: #EAEAEA;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.advanced_search_fuzzy:hover,
.advanced_search_accurate:hover {
    border: 1px solid #ef3030;
}

    .advanced_search_fuzzy:hover .search_fuzzy_title,
    .advanced_search_accurate:hover .search_accurate_title {
        color: #ef3030;
        background-color: rgb(255,219,207);
    }

    .advanced_search_fuzzy:hover input {
        border: #FD0001 solid 1px;
    }

    .advanced_search_accurate:hover .accurate_input {
        border: #FD0001 solid 1px;
    }

.numSeckill_collect {
    margin: 0 0 20px 0;
}

.search_fuzzy_cont {
    margin: 17px 0 0 20px;
}

.search_fuzzy_input {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
}

    .search_fuzzy_input input {
        margin-left: 10px;
        width: 200px;
        padding-left: 5px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }



.search_fuzzy_radio input[type=radio] {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px #ccc solid;
    border-radius: 50%;
    -webkit-appearance: none;
    margin: -3px 5px;
    cursor:pointer;
}

input[type='radio']::before {
    content: "\a0";
    display: inline-block;
    vertical-align: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: 2px;
    box-sizing: border-box;
    float: left;
}

.search_fuzzy_radio input[type="radio"]:checked:before {
    width: 8px;
    height: 8px;
    margin: 3px;
    background: #ef3030;
    border-radius: 50%;
    content: '';
    vertical-align: middle;
    float: left;
}

.search_accurate_cont {
    margin: 15px 0 15px 20px;
}

.search_fuzzy_btn {
    margin-left: 5px;
    padding: 0 10px;
    background: #ef3030;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    vertical-align: middle;
    cursor:pointer;
}

.clearBtn {
    background-color: #999;
}

.advanced_search_accurate .accurate_input {
    width: 22px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin: 0 1px;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.search_accurate_cont .sp {
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    width: 10px;
    height: 1px;
    display: inline-block;
    margin: 0 1px 5px;
}

.search_accurate_cont .accurate_box {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.search_accurate_tip {
    margin: 3px 0 0 65px;
    color: #999;
}

.advanced_search_table.sp {
    display: none;
}

    .advanced_search_table.sp .advanced_table_tr {
        border-top: none;
    }



.advanced_table_tr {
    border: 1px dashed #DEDEDE;
    box-sizing: border-box;
}

.advanced_table_th {
    width: 115px;
    font-weight: normal;
    font-size: 14px;
    color: #878787;
    /* border: 1px solid #e6e6e6; */
    box-sizing: border-box;
    /* background-color: #f6f6f6; */
    color: #878787;
    text-align: left;
    box-sizing: border-box;
    padding-left: 29px;
    font-weight: bold;
}

.advanced_table_td {
    display: inline-block;
    /* padding: 8px 20px; */
    line-height: 40px;
}


    .advanced_table_td .condition_province_filter {
        margin: 3px 20px 0 0;
        min-width: 80px;
    }

    .advanced_table_td a {
        position: relative;
        padding: 5px 12px;
        border-radius: 30px;
        border: 1px solid #fff;
        box-sizing: border-box;
        font-size: 14px;
        margin-right: 48px;
        color: #333333;
    }
        .advanced_table_td a:nth-child(1){
            margin-left:22px;
        }
        .advanced_table_td a:hover {
            color: #ef3030;
            border: 1px solid #ef3030;
            box-sizing: border-box;
        }

        .advanced_table_td a.cur {
            color: #fff;
            background: #ef3030;
            border: 1px solid #ef3030;
            box-sizing: border-box;
        }

.advanced_search_tab {
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin-top: -1px;
    border: 0px;
    margin-bottom: 10px;
}

    .advanced_search_tab:hover {
        color: #ef3030;
    }

    .advanced_search_tab .tabbar {
        width: 190px;
        padding-left: 18px;
        height: 28px;
        line-height: 30px;
        margin: 0 auto;
        margin-top: -1px;
        position: relative;
        z-index: 999;
        background-color: #fff;
        text-align: center;
        font-size: 14px;
        border: 1px solid #e6e6e6;
        border-top: none;
        cursor: pointer;
    }
.advanced_search_input {
    margin-top: 20px;
    width: 100%;
    height: 55px;
    border: 1px solid #FFC0B2;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size:18px;
}
.advanced_search_input::placeholder{
    font-size:18px;
}

.public_num .ulist .item .no_reserve {
    color: #999;
    background: url("../image/reserve.png") no-repeat 100px 20px;
}

    .public_num .ulist .item .no_reserve .price,
    .num_wrapper_item .no_reserve .price {
        color: #999;
    }

.num_wrapper_item .no_reserve {
    color: #999;
    background: url("../image/reserve.png") no-repeat 120px -4px;
}

/*时间轴*/
.v_time_line li {
    position: relative;
    border-left: 2px solid #ccc;
    padding-left: 20px;
    padding-bottom: 30px;
    color: #666;
}


    .v_time_line li.arrived {
        border-left: 2px solid #ef3030;
    }


    .v_time_line li .timeline_con {
        font-size: 18px;
        color: #ef3030;
        margin-bottom: 10px;
    }

    .v_time_line li:last-child {
        border-left: none;
    }

        .v_time_line li:last-child span, .v_time_line li:last-child .mark {
            margin-left: 1px;
        }

        .v_time_line li:last-child .timeline_con {
            margin-left: 2px;
        }

    .v_time_line li .mark {
        position: absolute;
        top: 0;
        left: -7px;
        width: 14px;
        height: 14px;
        margin-left: -1px;
        background: #ccc;
        border-radius: 15px;
        color: #fff;
        text-align: center;
        line-height: 14px;
        font-size: 16px;
    }

    .v_time_line li.arrived .mark {
        background: #ef3030;
    }

/*成功*/
.order_success {
    width: 1190px;
    margin: 20px auto;
}

.order_success_info {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #2dad00;
    margin-bottom: 20px;
}

.order_success_icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.order_success_goBtn {
    width: 30%;
    border: 1px solid #ef3030;
    background: #ef3030;
    height: 30px;
    border-radius: 3px;
}

    .order_success_goBtn a {
        color: #fff;
        font-size: 15px;
    }

.order_wechat_icon {
    width: 200px;
    margin: 0 auto;
}

.order_success_info p {
    color: #666;
}

.order_success_tips {
    border-top: 1px dashed #ccc;
}

    .order_success_tips h5 {
        font-size: 16px;
        margin: 20px 0 10px;
    }

    .order_success_tips p {
        font-size: 13px;
        color: #666;
        line-height: 30px;
    }

.advanced_search_reset {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #e6e6e6;
    margin: 20px 0;
}

.selected_conditions {
    width: 1190px;
    height: 40px;
    background: #f2f2f2;
}

    .selected_conditions .title {
        float: left;
        font-weight: bold;
        color: #1b1b1b;
        line-height: 40px;
        padding-left: 30px;
    }

.serv_u {
    border: 1px solid #ef3030 !important;
    color: #ef3030;
    padding: 3px;
}

    .serv_u .del {
        border-radius: 1px;
        width: 16px;
        height: 16px;
        line-height: 13px;
        margin: 2px;
        font-size: 18px;
        background-color: #ef3030;
        color: #fff;
        font-style: normal;
        display: inline-block;
        text-align: center;
    }

.selected_conditions .reset {
    line-height: 40px;
    padding: 4px;
}

    .selected_conditions .reset:hover {
        background: #ef3030;
        color: #fff;
    }

.no_search_result {
    padding: 80px 0;
    padding-left: 310px;
    color: #666;
    background: url(../image/no_search_result.png) 110px center no-repeat;
}

.no_result_pic {
    width: 126px;
    height: 157px;
    padding: 10px 0;
    float: left;
}

.no_result_title {
    font-size: 24px;
    margin: 20px 0;
    width: 400px;
}

.no_result_tips {
    margin: 8px 0;
    font-size: 15px;
}

    .no_result_tips .sp {
        font-size: 15px;
        color: #005ea7;
    }

.order_rules_info .agreement {
    text-align: left;
    white-space: nowrap;
}

.icheckbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}

input[type='checkbox']::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: 2px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #fff;
}

/*.order_rules_info .submitBtn {
    float: left;
    line-height: 38px;
    text-align: center;
    color: #b0b0b0;
    cursor: pointer;
    transition: all .4s;
    width: 186px;
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
    vertical-align: bottom;
    border: none;
    background-color: #ef3030;
}*/

    .order_rules_info .submitBtn a {
        color: #fff;
        font-size: 18px;
    }

.agreement .tips a {
    color: #ef3030;
}

.agreement_marker,
.agreement_marker2,
.agreement_marker3,
.agreement_marker_more {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.498039);
    display: none;
}

    .agreement_marker .alertFram,
    .agreement_marker2 .alertFram,
    .agreement_marker3 .alertFram,
    .agreement_marker_more .alertFram {
        position: fixed;
        left: 7.5%;
        top: 35%;
        margin: -55 auto auto;
        padding-bottom: 10px;
        width: 85%;
        border-radius: 6px;
        overflow: hidden;
        text-align: center;
        z-index: 99999999;
        background: rgb(255, 255, 255);
        color: #333;
    }

        .agreement_marker .alertFram ul li:first-child,
        .agreement_marker2 .alertFram ul li:first-child,
        .agreement_marker3 .alertFram ul li:first-child,
        .agreement_marker_more .alertFram ul li:first-child {
            width: 100%;
            position: relative;
            padding: 20px 0;
            box-sizing: border-box;
        }

        .agreement_marker .alertFram ul li .fst,
        .agreement_marker2 .alertFram ul li .fst,
        .agreement_marker3 .alertFram ul li .fst,
        .agreement_marker_more .alertFram ul li .fst {
            font-size: 16px;
        }

        .agreement_marker .alertFram ul li p,
        .agreement_marker2 .alertFram ul li p,
        .agreement_marker3 .alertFram ul li p,
        .agreement_marker_more .alertFram ul li p {
            text-align: left;
            margin: 20px 50px;
        }

.order_box_right {
    width: 179px;
    height: 406px;
    float: right;
}

/*协议*/
.order_rules_info .agreement {
    margin: 35px 0 35px 20px;
    clear: both;
    line-height: 20px;
    overflow: hidden;
    margin-top: 40px;
}

.icheckbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}

input[type="checkbox"]:checked::before {
    width: 16px;
    height: 16px;
    background-color: #ef3030;
    content: "√";
    vertical-align: middle;
    float: left;
}

.order_rules_info .submitBtn {
    width: 260px;
    height: 50px;
    background: #FE552E;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    margin-left:20px;
    border-radius: 10px;
    cursor: pointer;
    border:none;
}


.agreement .tips a {
    color: #ef3030;
}

.agreement_marker,
.agreement_marker2,
.agreement_marker3,
.agreement_marker_more {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: rgba(25,28,34,.77);
    text-align: center;
    color: #4c5161;
    font-size: 14px;
    overflow: auto;
    z-index: 999;
}

    .agreement_marker .alertFram,
    .agreement_marker2 .alertFram,
    .agreement_marker3 .alertFram,
    .agreement_marker_more .alertFram {
        max-height: 1000px;
        width: 1200px;
        position: absolute;
        top: 50px;
        bottom: 60px;
        left: 50%;
        margin: auto 0 auto -600px;
        overflow: hidden;
    }

        .agreement_marker .alertFram ul li:first-child,
        .agreement_marker2 .alertFram ul li:first-child,
        .agreement_marker3 .alertFram ul li:first-child,
        .agreement_marker_more .alertFram ul li:first-child {
            width: 100%;
            position: relative;
            padding: 20px 0;
            box-sizing: border-box;
        }

        .agreement_marker .alertFram ul li .fst,
        .agreement_marker2 .alertFram ul li .fst,
        .agreement_marker3 .alertFram ul li .fst,
        .agreement_marker_more .alertFram ul li .fst {
            font-size: 16px;
        }


        .agreement_marker .alertFram ul li p,
        .agreement_marker2 .alertFram ul li p,
        .agreement_marker3 .alertFram ul li p,
        .agreement_marker_more .alertFram ul li p {
            text-align: left;
            margin: 20px 50px;
        }

    .agreement_marker .know,
    .agreement_marker2 .know,
    .agreement_marker3 .know,
    .agreement_marker_more .know {
        background: #ef3030;
        color: #fff;
        border-radius: 5px;
        margin: 12px auto;
        width: 100px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

.scroll_y {
    width: 1198px;
    height: 50px;
    background: #fff;
    position: fixed;
    left: 50%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 60px;
    margin-left: -599px;
}

.footer {
    clear: both;
}

.mod_service,
.mod_link,
.mod_copyright {
    width: 1190px;
    margin: 40px auto 0;
    overflow: hidden;
}

.mod_service_list {
    overflow: hidden;
}

.mod_service_item {
    float: left;
    width: 238px;
}

    .mod_service_item .icon {
        float: left;
        width: 55px;
        height: 55px;
        margin-right: 20px;
    }

.mod_service_txt {
    line-height: 24px;
}

.mod_link {
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}

    .mod_link .tab_nav {
        display: flex;
        border: none;
    }

.tab_nav:not(.tab_nav_swipe) {
    padding: 0;
}

.mod_link .tab_nav li {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #ff8000;
    font-size: 14px;
    margin: 10px 10px 0 0;
}

    .mod_link .tab_nav li a {
        color: #fff;
    }

    .mod_link .tab_nav li.active {
        background-color: #C70000;
    }

.mod_link .tab_con ul li {
    padding: 10px;
    display: inline-block;
}

.mod_link .tab_con li a:hover,
.mod_help_nav li a:hover,
.mod_copyright_links a:hover,
.mod_copyright_info a:hover {
    color: #ef3030;
}

.mod_link .tab_con {
    margin-top: 10px;
}

.mod_help {
    border-top: 5px solid #ef3030;
}

.mod_help_inner {
    margin: 20px auto 0;
    width: 1190px;
}

.mod_help_list {
    overflow: hidden;
    height: 160px;
    display: flex;
}

.mod_help_code {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.mod_help_nav {
    float: left;
    width: 210px;
    line-height: 22px;
    margin-top: 5px;
}

.mod_help_nav_tit {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.mod_copyright_inner {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}

    .mod_copyright_inner span {
        margin: 0 7px;
        color: #ccc;
    }

.mod_copyright_info {
    padding: 10px 0;
    line-height: 22px;
    color: #999;
}

    .mod_copyright_info a {
        color: #999;
    }

.mod_copyright_auth {
    width: 1190px;
    height: 50px;
    text-align: center;
    margin: 10px auto 5px auto;
}

    .mod_copyright_auth img {
        width: auto;
    }

.package_box_sort {
    height: 40px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #f2f2f2;
}

.package_box_ulist {
    float: left;
    height: 40px;
    line-height: 40px;
}

    .package_box_ulist .package_box_item {
        float: left;
        height: 40px;
        margin-left: -1px;
        min-width: 98px;
        text-align: center;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        box-sizing: border-box;
        color: #666;
        position: relative;
    }

        .package_box_ulist .package_box_item.active .link {
            color: #ef3030;
        }

        .package_box_ulist .package_box_item.active,
        .package_box_ulist .package_box_item.active:hover {
            position: relative;
            z-index: 1;
            background-color: #fff;
            border-color: #e6e6e6;
            color: #ef3030;
        }

        .package_box_ulist .package_box_item .low {
            display: inline-block;
            position: absolute;
            width: 12px;
            height: 12px;
            top: 0;
        }

.package_box_search {
    float: left;
    margin: 5px 0 0 10px;
}

.search_input {
    padding-left: 20px;
    width: 320px;
    height: 40px;
    margin-left: 10px;
    float: left;
    background: #F2F5F8;
    border-radius: 4px;
    border: none;
    font-size: 14px;
}
.package_box_search .search_input {
    display: inline-block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    /* padding: 6px 12px; */
    font-size: 14px;
    color: #878787;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    float: left;
    border-radius: 0;
    position: relative;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.package_box_search .submitBtn {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #ef3030;
    border: 1px solid #ef3030;
    box-sizing: border-box;
    /* border-radius: 4px; */
    padding: 9px 15px;
    min-width: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    transition: border-color .15s, background-color .15s, opacity .15s;
    cursor: pointer;
    overflow: visible;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    float: left;
    height: 30px;
    padding: 0;
    /* border-radius: 0; */
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.filter_row {
    zoom: 1;
    height: 39px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    position: relative;
}

    .filter_row:before,
    .filter_row:after {
        content: " ";
        display: table;
    }

    .filter_row .filter_box ul:before,
    .filter_row .filter_box ul:after {
        content: " ";
        display: table
    }

    .filter_row .filter_box ul:after {
        clear: both
    }


.trig_item {
    float: left;
    height: 26px;
}

    .trig_item .th {
        position: relative;
        line-height: 26px;
        padding: 0 23px 0 6px;
        border: 1px solid transparent;
        background: #fff;
        margin-right: 15px;
        cursor: pointer;
    }

.filter_row .filter_box ul li {
    float: left;
    line-height: 39px;
    margin-left: 12px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    padding: 1px 16px;
}

.feature_cont_foot {
    text-align: center;
    padding-bottom:15px;
}

.filter_row .filter_box ul li:hover:not(.curr) {
    border: none !important;
    color: #ef3030;
}

.filter_row .filter_box ul li:hover {
    border: none !important;
    color: #ef3030;
}

.disabled {
    opacity: .4;
    cursor: default;
    -ms-pointer-events: none;
    pointer-events: none;
}

.filter_row .trig_item .th {
    padding: 0 6px 0 23px;
    color: #6d6d6d;
}

    .filter_row .trig_item .th i,
    .filter_row .filter_box ul li:before {
        position: absolute;
        left: 4px;
        top: 6px;
        width: 14px;
        height: 14px;
        border: 1px solid #e0e0e0;
        line-height: 14px;
        font-size: 15px;
    }

.filter_row .filter_box ul li:before {
    content: '';
    top: 7px;
    left: -2px;
}

.filter_row .filter_box ul li {
    line-height: 26px !important;
    font-size: 14px;
}

.filter_row .trig_item .th i:before {
    display: none;
}

.sl_value {
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.trig_item .sl_value {
    display: block;
}

.filter_row .common_box {
    position: absolute;
    margin-top: -1px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 15;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.feature_cont_head {
    padding: 12px 12px 8px;
    color: #777;
    font-size: 12px;
}

.cl, .clearfix {
    zoom: 1;
}

.sl_value .cl {
    padding-top: 4px;
}

.sl_value li {
    float: left;
    padding: 1px 5px;
    margin: 5px 2px 6px 0;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
}

    .sl_value li.curr {
        position: relative;
        color: #fff;
        background: #ef3030;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .sl_value li:hover:not(.curr) {
        color: #ef3030;
        border: 1px solid #ef3030;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 22px;
        line-height: 20px
    }

.trig_item:hover .common_box {
    display: block !important;
}

.filter_row .filter_box ul li.selected {
    color: #ef3030;
}

    .filter_row .filter_box ul li.selected:before {
        content: "√";
    }

.filter_row .trig_item .red {
    color: #ef3030;
}

    .filter_row .trig_item .red:after {
        content: "√";
        position: absolute;
        left: 5px;
        top: 1px;
    }

.btns {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #4c5161;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    padding: 9px 15px;
    min-width: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    transition: border-color .15s,background-color .15s,opacity .15s;
    cursor: pointer;
    overflow: visible;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.J_btnsConfirm {
    color: #fff;
    border-color: #df3033;
    background-color: #df3033;
    padding: 3px 10px;
    border: 0;
    cursor: pointer;
}

.J_btnsCancel {
    border-color: #DDD;
    color: #666;
    background-color: #f7f7f7;
    padding: 3px 10px;
    border: 1px solid #d0d0d5;
    margin-left: 10px;
    cursor: pointer;
}

.valueList li {
    border: 1px solid #fff;
}

.advanced_table_td .low_price,
.advanced_table_td .high_price {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 10px;
    padding-left: 5px;
    vertical-align: middle;
}

.package_box_ulist {
    display: flex;
}

    .package_box_ulist li a {
        padding: 0 25px;
        display: block;
    }

        .package_box_ulist li a:hover {
            background: #fff;
            color: #ef3030;
            height: 38px;
        }

    .package_box_ulist li.active {
        background-color: #fff;
        height: 39px;
        box-sizing: border-box;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }

        .package_box_ulist li.active a {
            display: block;
            color: #ef3030;
        }

.no_diss {
    float: left;
    margin-top: 7px;
    color: #666;
}

    .no_diss input {
        margin-right: 5px;
    }

.lose {
    width: 1190px;
    margin: 0 auto;
}

    .lose .lose_icon {
        width: 400px;
        margin: 0 auto;
    }

    .lose .kjUrl {
        text-align: center;
        font-size: 14px;
    }

        .lose .kjUrl a {
            color: #ff8000;
            padding: 0 17px;
            font-size: 14px;
        }

        .lose .kjUrl .tel {
            font-size: 16px;
            margin-top: 10px;
        }

            .lose .kjUrl .tel a {
                color: #ef3030;
            }

        .lose .kjUrl p {
            color: #ff8000;
        }

        .lose .kjUrl .weChat_icon {
            width: 200px;
            margin: 20px auto;
        }
/*面包屑*/
.b_crumbs {
    height: 40px;
    line-height: 40px;
}

    .b_crumbs a,
    .b_crumbs span {
        font-size: 12px;
    }

        .b_crumbs a:hover {
            color: #ef3030;
        }
.advertisement_mask{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    display:none;
}
.advertisement_mask .advertisement_img{
    width: 300px;
    height: 300px;
    margin:200px auto;
}
.advertisement_mask .advertisement_img img{
    width:100%;
    height:100%;
}
.advertisement_mask .closes{
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 46px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    margin: 20px auto;
     cursor:pointer;
}


.nonum_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
}

.nonum_box {
    width: 450px;
    height: 200px;
    background: #fff;
    margin: 200px auto;
    position: relative;
    overflow: hidden;
}

.font_cuo {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.nonum_icon {
    width: 40px;
    height: 40px;
    border: 3px solid #fe552e;
    color: #fe552e;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.nonum_text {
    text-align: center;
    margin: 10px auto;
    font-size: 14px;
}

.nonum_txt {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.nonum_btn {
    width: 100px;
    height: 30px;
    background: #ef3030;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: 10px auto;
    cursor: pointer;
}

/* 下单提示弹框 */
.order-tip-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
}

    .order-tip-box .tip-box {
        width: 450px;
        height: 200px;
        background: #fff;
        margin: 200px auto;
        border-radius: 6px;
        padding: 20px;
        overflow: hidden;
    }

        .order-tip-box .tip-box .tip-title {
            text-align: center;
            font-size: 14px;
            font-weight: bold;
        }

        .order-tip-box .tip-box .tip-content {
            text-align: center;
            margin: 20px 0 40px 0;
            font-size: 14px;
        }

        .order-tip-box .tip-box .tip-btn {
            width: 100px;
            height: 30px;
            background: #ef3030;
            color: #fff;
            text-align: center;
            line-height: 30px;
            font-size: 14px;
            margin: 0 auto;
            cursor: pointer;
            border-radius: 3px;
        }



.dialog_mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 19999;
    display: none;
}

.dialog {
    position: fixed;
    z-index: 20000;
    left: 50%;
    top: 50%;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    display: none;
}

.dialog_cont {
    position: relative;
    padding: 10px;
    background: #fff;
}

.dialog_loading_cont {
    /*display: none;*/
    padding: 10px;
}

.dialog_loaging_img {
    width: 60px;
    height: 60px;
}
.dwdw{
    position:relative;
    width:100%;
    height:50px;
}
.guanbi {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    border-radius: 50%;
    float:right;
    cursor:pointer;
    /*position: fixed;
    right: 20px;
    top: 20px;*/
}
.guanbi:hover{
    background:#ef3030;
    color:#fff;
}
.book {
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 65px;
    text-align: left;
    padding-bottom: 60px;
}
.book p{
    margin-bottom:10px;
}
.trig_items{
    width:70px;
    height:25px;
    border:1px solid #ccc;
    text-align:center;
    line-height:25px;
    float:left;
    color:#6d6d6d;
    margin-right:20px;
    border-radius:20px;
    cursor:pointer;
}
.trig_items_bg{
    color:#fff;
    background:#ef3030;
    border:1px solid #ef3030;
}
.checkedbg_lt{
    background:url("../image/flter_lt.png") no-repeat;
    background-size:100% 100%;
}
.checkedbg_dx {
    background: url("../image/flter_dx.png") no-repeat;
    background-size: 100% 100%;
}
.checkedbg_yd {
    background: url("../image/flter_yd.png") no-repeat;
    background-size: 100% 100%;
}
.kefa_city {
    /*display:block;*/
    width: 200px;
    border-radius: 20px;
    border: 1px solid #ef3030;
    color: #ef3030;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}
.delivery_city_selected {
    color: #ffffff !important;
    background:#ef3030;
}

.msgbox_masker .msgbox .title .close_btn {
    background: url("../image/guanbi.png") no-repeat;
    background-position: center;
    background-size: 25%;
}
