﻿@charset "utf-8";
/* CSS base doc */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #404040;
    text-decoration: none;
}

    a:focus {
        outline: none;
        -webkit-outline: none;
    }

input, textarea {
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
     
}

body {
    min-width: 1200px;
    line-height: 1;
    font-size: 14px;
    color: #404040;
    font-family: "Microsoft YaHei","Hiragino Sans GB","WenQuanYi Micro Hei", sans-serif;
}

.f12 {
    font-size: 12px;
    font-family: "verdana";
    line-height: 14px;
}

ol, ul {
    list-style: none;
}

input[type=button], input[type=submit], input[type=search], button {
    overflow: visible;
    outline: none;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input[type=text], input[type=password] {
    border: 1px solid #cccccc;
    height: 32px;
    text-indent: 5px;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
}

button, select {
    text-transform: none;
}

a img, img {
    -ms-interpolation-mode: bicubic;
}
/***自定义***/
.textSpill {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.vm {
    vertical-align: middle;
}

.hidden {
    display: none;
}

.mclear {
    clear: both;
}

.inline {
    display: inline;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.pt10 {
    padding-bottom: 10px;
}

.pb40 {
    padding-bottom: 40px;
}
/**********************个人中心UI样式*********************************/
.ui_no_select {
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ui_dashed,
.ui_ul_dashed li {
    border-bottom: 1px dashed #cccccc;
}

.ui_soild,
.ui_ul_soild li {
    border-bottom: 1px solid #e5e5e5;
}

.ui_gray1 {
    color: #666;
}

.ui_gray2 {
    color: #999;
}

.ui_gray {
    color: #404040;
}

.ui_gray3 {
    color: #808080;
}
/****背景颜色*****/
.ui_bg {
    background: #ffffff;
}

.ui_bg1 {
    background: #edeefa;
}

.ui_bg2 {
    background: #fff;
}

.ui_bg3 {
    background: #4d4d4d;
}
/***** 页面  主色 辅色 价格色 **/
.ui_text {
    color: #ff4a03;
}

.ui_help {
    color: #ff7944;
}

.ui_money {
    color: #e4393c;
}
/*********单选框*********/
.ui_radio span {
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: 10px;
}

.ui_radio i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/images/ui_icon1.png") no-repeat left 0;
    margin-right: -18px;
    vertical-align: bottom;
}

.ui_radio input {
    vertical-align: baseline;
    visibility: hidden;
}

.ui_radio i.on {
    background-position: left -27px;
}

.ui_other .ui_radio i.on,
.ui_need .ui_radio i.on {
    background-position: left -56px;
}
/*********复选框*********/
.ui_checkbox span {
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    margin-right: 10px;
}

.ui_checkbox i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/images/ui_icon1.png") no-repeat left -85px;
    margin-right: -18px;
    vertical-align: bottom;
}

.ui_checkbox.disabled i.on {
    background-position: left -166px;
}

.ui_checkbox input {
    vertical-align: baseline;
    visibility: hidden;
}

.ui_checkbox i.on {
    background-position: left -189px;
}
/*********列表页*********/
.ui_list li {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ui_list .name {
    float: left;
    display: inline-block;
    width: 85px;
    text-align: right;
    line-height: 36px;
}

    .ui_list .name i {
        font-style: normal;
        color: #f23051;
    }

.ui_list input[type=text] {
    margin-right: 5px;
}

.ui_list .w370 {
    width: 370px;
}

.ui_list .w800 {
    width: 800px;
}

.ui_list .w100 {
    width: 100px;
}

.ui_list .w230 {
    width: 230px;
}

.ui_select {
    height: 32px;
}

.ui_list .ui_select {
    margin-right: 10px;
}

.ui_list .ui_right {
    float: left;
}

    .ui_list .ui_right p {
        margin-top: 10px;
    }
/*********表格*********/
.ui_table {
    width: 100%;
}

    .ui_table th {
        height: 36px;
        background: #f5f5f5;
        border-right: 1px solid #fff;
        font-weight: normal;
    }

.ui_serve .ui_table th {
    background: #edeefa;
}
/********分页**************/
.ui_page_btn {
    margin-top: 12px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

    .ui_page_btn a { 
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        display: inline-block;
        color: #333;
        float: left; 
    }

    .ui_page_btn span {
        padding: 0 10px;
        float: left;
        line-height: 30px;
    }

    .ui_page_btn a.active {
        color: #fff;
        background: #0075e2;
        display: inline-block;
    }

    .ui_page_btn a:hover {
        text-decoration: none;
        color: #0075e2;
    }

    .ui_page_btn a.active:hover {
        color: #fff;
    }

    .ui_page_btn input {
        border: 1px solid #d6d6d6;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        float: left;
        font-size: 14px;
        text-indent: 0;
    }

    .ui_page_btn .inner_page {
        display: inline-block;
    }

    .ui_page_btn i, .ui_need_page span {
        float: left;
        line-height: 30px;
        width: 28px;
    }

    .ui_page_btn .r_border {
        /*border-right: 1px solid #d6d6d6;*/
    }

.ui_page_small span {
    padding: 0 10px;
    color: #b2b2b2;
    font-style: normal;
}

.ui_page_small a {
    display: inline-block;
    width: 78px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 28px;
}

    .ui_page_small a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.ui_page_small i {
    color: #e62e3d;
    font-style: normal;
}

.ui_page_small a:hover {
    color: #e62e3d;
}
/**************** topBar ****************/
.orange,
.top_bar .l_user,
.top_bar .l_out,
.top_bar .l_in:hover,
.top_bar .l_login:hover {
    color: #0075e2;
}

.top_bar .l_in,
.top_bar .l_login {
    color: #666;
    margin-left: 13px;
}

.top_bar {
    height: 30px;
    line-height: 30px;
    color: #666;
    background-color: #f5f5f5;
}

    .top_bar .location span {
        display: inline-block;
        text-indent: 24px;
        background: url("/images/c_icon1.png") 0 7px no-repeat;
    }

    .top_bar .top_bar_r li {
        position: relative;
        float: left;
        margin: 0 12px;
    }

        .top_bar .top_bar_r li a {
            color: #666;
        }

            .top_bar .top_bar_r li a:hover {
                color: #0075e2;
                text-decoration: none;
            }

            .top_bar .top_bar_r li a.l_in:hover,
            .top_bar .top_bar_r li a.l_out:hover {
                text-decoration: underline;
            }

        .top_bar .top_bar_r li.web_guaid,
        .top_bar .top_bar_r li.iphone_in,
        .top_bar .top_bar_r li.mes_main {
            margin: 0;
            padding: 0 20px 0 10px;
            border: 1px solid #f5f5f5;
            border-top: 0;
            border-bottom: 0;
        }

        .top_bar .top_bar_r li span {
            display: inline-block;
            padding-right: 4px;
            text-indent: 22px;
            background: url("/images/c_icon1.png") 0 0 no-repeat;
        }

        .top_bar .top_bar_r li.mes_main span {
            background-position: 0 -33px;
        }

    .top_bar .top_bar_r i {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 10px;
        width: 0;
        height: 0;
        border: 5px solid #666666;
        border-color: #666666 transparent transparent transparent;
        transition: all ease-in 300ms;
        transform: rotate(0deg);
        transform-origin: center center;
    }

    .top_bar .top_bar_r li.web_guaid:hover i,
    .top_bar .top_bar_r li.iphone_in:hover i,
    .top_bar .top_bar_r li.mes_main:hover i {
        border-color: transparent transparent #666666 transparent;
        transform: rotate(360deg);
        top: 10px;
    }

    .top_bar .top_bar_r li.web_guaid:hover,
    .top_bar .top_bar_r li.iphone_in:hover,
    .top_bar .top_bar_r li.mes_main:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .top_bar .top_bar_r li.mes_main .mes_box {
        position: absolute;
        left: -1px;
        top: 30px;
        height: 0;
        width: 80px;
        border: 1px solid #f5f5f5;
        border-top: 0;
        border-width: 0;
        overflow: hidden;
        z-index: 2;
    }

    .top_bar .top_bar_r li.mes_main:hover .mes_box {
        height: auto;
        padding: 6px 0 17px;
        background-color: #fff;
        border-width: 1px;
        border-color: #ccc;
    }

    .top_bar .top_bar_r li.mes_main .mes_box li {
        width: 100%;
        line-height: 24px;
    }

        .top_bar .top_bar_r li.mes_main .mes_box li b {
            display: inline-block;
            padding-left: 5px;
            font-weight: normal;
            color: #ff4a03;
        }

    .top_bar .top_bar_r li.iphone_in span {
        text-indent: 16px;
        background-position: 0 -72px;
    }

    .top_bar .top_bar_r li.iphone_in .iphone_box {
        position: absolute;
        left: -1px;
        top: 30px;
        height: 0;
        width: 134px;
        text-align: center;
        border: 1px solid #f5f5f5;
        border-top: 0;
        border-width: 0;
        overflow: hidden;
        z-index: 2;
    }

    .top_bar .top_bar_r li.web_guaid:hover,
    .top_bar .top_bar_r li.iphone_in:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
    }

        .top_bar .top_bar_r li.iphone_in:hover .iphone_box {
            height: auto;
            padding: 4px 0 8px;
            background-color: #fff;
            border-color: #ccc;
            border-width: 1px;
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
        }

    .top_bar .top_bar_r li.iphone_in .iphone_box img {
        display: block;
        margin: 0 auto 7px;
    }

    .top_bar .top_bar_r li.iphone_in .iphone_box p {
        line-height: 18px;
    }

    .top_bar .top_bar_r li.web_guaid span {
        text-indent: 0;
        background: none;
    }

    .top_bar .top_bar_r li.web_guaid:hover em {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 4;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }

    .top_bar .top_bar_r li.web_guaid .down_menu {
        position: absolute;
        right: -1px;
        top: 29px;
        height: 0;
        width: 0;
        border: 1px solid #f5f5f5;
        border-width: 0;
        overflow: hidden;
        z-index: 4;
    }

    .top_bar .top_bar_r li.web_guaid:hover .down_menu {
        height: 182px;
        width: 710px;
        padding: 27px 25px 23px 37px;
        background-color: #fff;
        border-color: #ccc;
        border-width: 1px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
    }

        .top_bar .top_bar_r li.web_guaid:hover .down_menu li {
            float: left;
            margin: 0;
            height: 182px;
            border-right: 1px dashed #ccc;
        }

            .top_bar .top_bar_r li.web_guaid:hover .down_menu li.channel {
                width: 248px;
            }

            .top_bar .top_bar_r li.web_guaid:hover .down_menu li.trade {
                padding-left: 43px;
                width: 128px;
            }

            .top_bar .top_bar_r li.web_guaid:hover .down_menu li.share {
                padding-left: 28px;
                width: 251px;
                border: 0;
            }

        .top_bar .top_bar_r li.web_guaid:hover .down_menu h3 {
            height: 23px;
            line-height: 23px;
            font-weight: normal;
            font-size: 16px;
            text-indent: 25px;
            margin-bottom: 14px;
            background: url("/images/c_icon1.png") 0 -115px no-repeat;
        }

        .top_bar .top_bar_r li.web_guaid:hover .down_menu li.trade h3 {
            background-position: 0 -156px;
        }

        .top_bar .top_bar_r li.web_guaid:hover .down_menu li.share h3 {
            text-indent: 29px;
            background-position: 0 -197px;
        }

        .top_bar .top_bar_r li.web_guaid:hover .down_menu li.channel a {
            display: inline-block;
            float: left;
            width: 33%;
            line-height: 24px;
        }

        .top_bar .top_bar_r li.web_guaid:hover .down_menu li.trade a {
            display: inline-block;
            width: 100%;
            line-height: 24px;
        }

        .top_bar .top_bar_r li.web_guaid:hover .down_menu li.share div {
            display: inline-block;
            width: 103px;
            text-align: center;
        }

            .top_bar .top_bar_r li.web_guaid:hover .down_menu li.share div h4 {
                font-weight: normal;
            }
/**************** 店铺 middleBar ****************/
.middle_bar {
    padding: 20px 0;
}

    .middle_bar .logo {
        padding-right: 38px;
    }

    .middle_bar .m_shop {
        position: relative;
        width: 29%;
        max-height: 57px;
        overflow: hidden;
        height: 60px;
    }

        .middle_bar .m_shop:hover {
            max-height: none;
            overflow: inherit;
        }

        .middle_bar .m_shop .m_name {
            padding-top: 6px;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
        }

            .middle_bar .m_shop .m_name h2 {
                display: inline-block;
                float: left;
                margin-right: 10px; /* max-width: 48.2%;  */
                font-size: 14px; /* white-space:nowrap; overflow:hidden; text-overflow:ellipsis; */
            }

            .middle_bar .m_shop .m_name .glevel_v1,
            .middle_bar .m_shop .m_name .grade {
                float: left;
                margin-right: 10px;
                width: 96px;
                height: 100%;
                border-radius: 5px;
                text-align: right;
                overflow: hidden;
            }

                .middle_bar .m_shop .m_name .glevel_v1 span,
                .middle_bar .m_shop .m_name .grade span {
                    display: inline-block;
                    color: #fff;
                    padding-right: 5px;
                    line-height: 20px;
                }

                .middle_bar .m_shop .m_name .glevel_v1 i,
                .middle_bar .m_shop .m_name .grade i {
                    position: relative;
                    float: left;
                    width: 26px;
                    height: 20px;
                    overflow: hidden;
                }

                    .middle_bar .m_shop .m_name .glevel_v1 i:before,
                    .middle_bar .m_shop .m_name .grade i:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: -20px;
                        width: 10px;
                        height: 20px;
                        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
                        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .6)), color-stop(100%, rgba(255, 255, 255, 0)));
                        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
                        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
                        -webkit-transform: skewX(-30deg);
                        -moz-transform: skewX(-30deg);
                    }

                .middle_bar .m_shop .m_name .glevel_v1:hover i:before,
                .middle_bar .m_shop .m_name .grade:hover i:before {
                    -webkit-transition: left 1s;
                    -moz-transition: left 1s;
                    transition: left 1s;
                    left: 26px;
                }

    .middle_bar i {
        display: inline-block;
        background: url('/images/icon1.png') no-repeat;
    }

    .middle_bar .m_shop .m_name .glevel_v1.glevel_v1_1,
    .middle_bar .m_shop .m_name .grade.g_no1 {
        background-color: #3579ce;
    }

    .middle_bar .m_shop .m_name .glevel_v1.glevel_v1_2,
    .middle_bar .m_shop .m_name .grade.g_no2 {
        background-color: #ffab19;
    }

    .middle_bar .m_shop .m_name .glevel_v1.glevel_v1_3,
    .middle_bar .m_shop .m_name .grade.g_no3 {
        background-color: #abb9c4;
    }

    .middle_bar .m_shop .m_name .glevel_v1.glevel_v1_1 i,
    .middle_bar .m_shop .m_name .grade.g_no1 i {
        background-color: #75b5f3;
        background-position: 5px 3px;
    }

    .middle_bar .m_shop .m_name .glevel_v1.glevel_v1_2 i,
    .middle_bar .m_shop .m_name .grade.g_no2 i {
        background-color: #fde54c;
        background-position: 5px -31px;
    }

    .middle_bar .m_shop .m_name .glevel_v1.glevel_v1_3 i,
    .middle_bar .m_shop .m_name .grade.g_no3 i {
        background-color: #d3dde2;
        background-position: 5px -65px;
    }

    .middle_bar .m_shop .m_name i.ensure {
        float: left;
        margin: 2px 10px 0 0;
        width: 16px;
        height: 16px;
        background-position: 0 -100px;
    }

    .middle_bar .m_shop .m_name i.level {
        float: left;
        margin-top: 2px;
        width: 16px;
        height: 16px;
        background-position: 0 -1237px;
    }

        .middle_bar .m_shop .m_name i.level.no0 {
            background-position: 0 -1237px;
        }

        .middle_bar .m_shop .m_name i.level.no1 {
            background-position: 0 -134px;
        }

        .middle_bar .m_shop .m_name i.level.no2 {
            background-position: 0 -167px;
        }

        .middle_bar .m_shop .m_name i.level.no3 {
            background-position: 0 -201px;
        }

        .middle_bar .m_shop .m_name i.level.no4 {
            background-position: 0 -234px;
        }

        .middle_bar .m_shop .m_name i.level.no5 {
            background-position: 0 -268px;
        }

        .middle_bar .m_shop .m_name i.level.no6 {
            background-position: 0 -301px;
        }

        .middle_bar .m_shop .m_name i.level.no7 {
            background-position: 0 -335px;
        }

        .middle_bar .m_shop .m_name i.level.no8 {
            background-position: 0 -368px;
        }

        .middle_bar .m_shop .m_name i.level.no9 {
            background-position: 0 -402px;
        }

        .middle_bar .m_shop .m_name i.level.no10 {
            background-position: 0 -435px;
        }

    .middle_bar .m_shop .m_score {
        position: relative;
        margin-top: 15px;
        color: #ccc;
        height: auto;
    }

        .middle_bar .m_shop .m_score:after {
            position: absolute;
            right: 0;
            top: 5px;
            content: "";
            width: 6px;
            height: 3px;
            background: url('/images/icon1.png') 0 -643px no-repeat;
            transition: all ease-in 100ms;
            transform: rotate(0deg);
        }

        .middle_bar .m_shop .m_score:hover {
            cursor: pointer;
        }

    .middle_bar .m_shop:hover .m_score:after {
        transform: rotate(180deg);
    }

    .middle_bar .m_shop .m_score > li {
        float: left;
    }

        .middle_bar .m_shop .m_score > li span {
            display: inline-block;
            padding-left: 2px;
            color: #666;
        }

    .middle_bar .m_shop .m_score li b {
        display: inline-block;
        padding: 0 1px;
        color: #e4393c;
        font-weight: normal;
    }

    .middle_bar .m_shop .s_details {
        position: absolute;
        top: 18px;
        left: 0;
        width: 100%;
        height: auto;
        border: 1px solid #e6e6e6;
        background-color: #fff;
        z-index: 3;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        padding-bottom: 15px;
    }
        /*.middle_bar .m_shop:hover .s_details {display: block;}*/
        .middle_bar .m_shop .s_details ul.ui_gray3 {
            margin: 0 12px 10px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e6e6e6;
        }

        .middle_bar .m_shop .s_details li {
            padding: 0 25px;
            line-height: 26px;
            clear: both;
        }

            .middle_bar .m_shop .s_details li.title span {
                color: #404040;
            }

        .middle_bar .m_shop .s_details span {
            display: inline-block;
            float: left;
            width: 50%;
        }

            .middle_bar .m_shop .s_details span b {
                font-weight: normal;
                color: #e4393c;
            }

            .middle_bar .m_shop .s_details span.s_data {
                background: url('/images/icon1.png') no-repeat;
            }

                .middle_bar .m_shop .s_details span.s_data.up {
                    background-position: 75px -463px;
                }

                .middle_bar .m_shop .s_details span.s_data.down {
                    background-position: 75px -497px;
                }

                .middle_bar .m_shop .s_details span.s_data.ping {
                    background-position: 75px -1202px;
                }

        .middle_bar .m_shop .s_details p {
            margin: 0 12px;
            line-height: 30px;
        }

            .middle_bar .m_shop .s_details p span {
                width: 70px;
                margin-right: 10px;
                text-align: right;
                color: #808080;
            }

            .middle_bar .m_shop .s_details p b {
                display: inline-block;
                float: left;
                width: 75%;
                color: #404040;
                font-weight: normal;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .middle_bar .m_shop .s_details p a.contact {
                position: relative;
                display: inline-block;
                float: left;
                margin-left: 16px;
                padding-right: 6px;
                width: 60px;
                height: 22px;
                line-height: 22px;
                text-align: right;
                border: 1px solid #ccc;
                background-color: #f5f5f5;
                border-radius: 3px;
                overflow: inherit;
            }

                .middle_bar .m_shop .s_details p a.contact:before {
                    position: absolute;
                    left: -16px;
                    top: -5px;
                    content: "";
                    width: 36px;
                    height: 28px;
                    background: url('/images/icon1.png') no-repeat 0 -823px;
                }

                .middle_bar .m_shop .s_details p a.contact:hover {
                    text-decoration: none;
                    background-color: #fff;
                }

            .middle_bar .m_shop .s_details p b i {
                display: inline-block;
                margin-left: 5px;
                width: 16px;
                height: 16px;
                background: url('/images/icon1.png') no-repeat 0 -603px;
                vertical-align: sub;
            }

                .middle_bar .m_shop .s_details p b i.no1 {
                    background-position: 0 -569px;
                }

        .middle_bar .m_shop .s_details .operate {
            margin-top: 10px;
            padding: 20px 0;
        }

            .middle_bar .m_shop .s_details .operate a {
                display: inline-block;
                margin: 0 15px;
                width: 100px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #fff;
                background-color: #ff4a03;
                font-size: 14px;
                border-radius: 8px;
            }

                .middle_bar .m_shop .s_details .operate a:hover {
                    text-decoration: none;
                    background-color: #f52b00;
                }

        .middle_bar .m_shop .s_details .glevel_v2,
        .middle_bar .m_shop .s_details .explain {
            margin: 20px 12px 0;
            padding: 0 0 0 130px;
            background: url('/images/icon1.png') no-repeat 80px -717px;
            overflow: hidden;
        }

            .middle_bar .m_shop .s_details .explain.border {
                padding-top: 20px;
                border-top: 1px solid #e6e6e6;
                background-position: 80px -855px;
            }

            .middle_bar .m_shop .s_details .glevel_v2.glevel_v2_1,
            .middle_bar .m_shop .s_details .explain.no1 {
                background-position: 80px -717px;
            }

            .middle_bar .m_shop .s_details .glevel_v2.glevel_v2_2,
            .middle_bar .m_shop .s_details .explain.no2 {
                background-position: 80px -670px;
            }

            .middle_bar .m_shop .s_details .glevel_v2.glevel_v2_3,
            .middle_bar .m_shop .s_details .explain.no3 {
                background-position: 80px -768px;
            }

            .middle_bar .m_shop .s_details .explain h5 {
                font-weight: normal;
                font-size: 14px;
            }

            .middle_bar .m_shop .s_details .explain b {
                font-weight: normal;
                color: #ff4a03;
            }

            .middle_bar .m_shop .s_details .explain p {
                line-height: 18px;
                margin: 6px 0 0 0;
            }

                .middle_bar .m_shop .s_details .explain p b {
                    display: inline;
                    float: inherit;
                }

    .middle_bar .m_sear_box {
        margin-top: 10px;
        height: 40px;
    }

        .middle_bar .m_sear_box.w580 {
            width: 580px;
        }

        .middle_bar .m_sear_box .search {
            height: 36px;
            border: 2px solid #0075e2;
            overflow: hidden; 
        }

            .middle_bar .m_sear_box .search input[type="text"] {
                display: inline-block;
                float: left;
                height: 36px;
                line-height: 36px;
                text-indent: 45px;
                background: #fff url('/images/icon1.png') no-repeat 16px -526px;
                outline: 0;
                font-size: 14px;
                border: 0;
            }

                .middle_bar .m_sear_box .search input[type="text"].w336 {
                    width: 336px;
                }

            .middle_bar .m_sear_box .search .s_btn {
                float: right;
                height: 36px;
                background-color: #0075e2;
                font-size: 16px;
                color: #fff;
            }

                .middle_bar .m_sear_box .search .s_btn:hover {
                    background-color: #0075e2;
                }

                .middle_bar .m_sear_box .search .s_btn.w78 {
                    width: 78px;
                }

        .middle_bar .m_sear_box a {
            display: inline-block;
            float: right;
            width: 140px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            background-color: #037fff;
        }

            .middle_bar .m_sear_box a:hover {
                text-decoration: none;
                background-color: #037fff;
            }
    /**************** 其他页面 middleBar ****************/
    .middle_bar.padding {
        padding: 33px 0;
    }

    .middle_bar .logo.par {
        padding-right: 18px;
    }

    .middle_bar .switch_city b {
        display: inline-block;
        padding: 10px 30px 10px 15px;
        font-size: 16px;
        font-weight: normal;
        border: 1px solid transparent;
        overflow: hidden;
    }

        .middle_bar .switch_city b i {
            position: absolute;
            top: 16px;
            right: 15px;
            display: inline-block;
            width: 0;
            height: 0;
            border: 5px solid #ff4a03;
            border-color: #ff4a03 transparent transparent transparent;
            background: none;
            transition: transform 0.5s ease;
        }

    .middle_bar .switch_city .s_span {
        padding: 0 0 0 15px;
    }

    .middle_bar .switch_city .city_box {
        position: absolute;
        top: 36px;
        left: 0;
        width: 258px;
        border: 1px solid transparent;
        background-color: #fff;
        overflow: hidden;
        z-index: 2;
        display: none;
    }

        .middle_bar .switch_city .city_box .c_state {
            line-height: 34px;
            padding: 0 15px;
        }

            .middle_bar .switch_city .city_box .c_state a {
                text-decoration: none;
            }

        .middle_bar .switch_city .city_box ul {
            margin: 0 15px 20px 0;
        }

        .middle_bar .switch_city .city_box li {
            float: left;
            margin-top: 18px;
            padding: 0 17px;
            line-height: 1;
            border-right: 1px solid #ccc;
        }

            .middle_bar .switch_city .city_box li.noBor {
                border: 0;
                padding: 0 0 0 20px;
            }

            .middle_bar .switch_city .city_box li a:hover {
                color: #ff4a03;
                text-decoration: none;
            }

        .middle_bar .switch_city .city_box p {
            margin: 0 15px;
            padding: 17px 0 17px 67px;
            height: 18px;
            line-height: 18px;
            border-top: 1px solid #e6e6e6;
            background: url('/images/icon1.png') no-repeat 40px -917px;
        }

    .middle_bar .switch_city:hover b {
        border-color: #e6e6e6 #e6e6e6 transparent #e6e6e6;
        background-color: #fff;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    }

        .middle_bar .switch_city:hover b i {
            top: 11px;
            border-color: transparent transparent #ff4a03 transparent;
            transform: rotate(360deg);
        }

    .middle_bar .switch_city:hover .city_box {
        display: block;
        border-color: #e6e6e6;
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .middle_bar .m_sear_box.mt0 {
        margin-top: 0;
    }

    .middle_bar .m_sear_box.w780 {
        width: 780px;
    }

    .middle_bar .m_sear_box .search input[type="text"].w496 {
        width: 496px;
    }

    .middle_bar .m_sear_box .search .s_btn.w120 {
        width: 120px;
    }

    .middle_bar .m_sear_box .m_sear_t {
        height: 24px;
        line-height: 24px;
    }

        .middle_bar .m_sear_box .m_sear_t span {
            display: inline-block;
            float: left;
            padding: 0 24px;
            cursor: pointer;
        }

            .middle_bar .m_sear_box .m_sear_t span.active {
                color: #fff;
                background-color: #0075e2;
            }
/**************** 其他页面 nav ****************/
.nav_box {
    border-bottom: 1px solid #0075e2;
}

.all_classify h2 {
    cursor: pointer;
    display: inline-block;
    width: 210px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    text-indent: 20px;
    font-weight: normal;
    color: #fff;
    background: #E02920 url('/images/icon1.png') no-repeat 167px -963px;
}

.nav_box li {
    float: left; 
    line-height: 39px;
    
    font-size: 16px;
    font-family: "Microsoft Yahei","微软雅黑","Hiragino Sans GB",sans-serif;
       width: 170px;
    text-align: center;
}

.nav_box li:hover {
    background:#3e76e5;
    color:#ffffff;
}
.nav_box li:hover a {
    background:#3e76e5;
    color:#ffffff;
}
    .nav_box li.on a,
    .nav_box li a:hover {
        color:#0163bf;
        text-decoration: none;
    }


.menu_warp {
    top: 39px;
    left: 0;
    width: 950px;
    height: 500px;
    z-index: 5;
}

    .menu_warp .menu_left {
        width: 210px;
        height: 100%;
        overflow: hidden;
        background: rgba(254,243,246,.9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5fef3f6, endColorstr=#e5fef3f6);
    }

        .menu_warp .menu_left h3 {
            cursor: pointer;
            margin: 0 18px;
            text-indent: 28px;
            font-size: 14px;
            height: 22px;
            line-height: 22px;
            background: url('/images/icon1.png') no-repeat 0 -1015px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .menu_warp .menu_left h3.no2 {
                background-position: 0 -1055px;
            }

            .menu_warp .menu_left h3.no3 {
                background-position: 0 -1094px;
            }

            .menu_warp .menu_left h3.no4 {
                background-position: 0 -1134px;
            }

            .menu_warp .menu_left h3.no5 {
                background-position: 0 -1173px;
            }

        .menu_warp .menu_left ul {
            margin: 10px 18px 0;
        }

        .menu_warp .menu_left li {
            float: left;
            line-height: 22px;
            padding: 0;
            width: 50%;
            font-size: 12px;
            font-family: Simsun;
            color: #666;
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .menu_warp .menu_left .menu_i {
            padding: 10px 0;
        }

            .menu_warp .menu_left .menu_i:hover,
            .menu_warp .menu_left .menu_i.active {
                background-color: #fff;
            }

    .menu_warp .menu_right {
        position: absolute;
        top: 1px;
        left: 210px;
        width: 740px;
        height: auto;
        background-color: #fff;
        overflow: hidden;
        visibility: hidden;
    }

        .menu_warp .menu_right.active {
            visibility: visible;
        }

        .menu_warp .menu_right .div_scroll {
            width: 100%;
            height: 500px;
            overflow: auto;
            float: left;
        }

        .menu_warp .menu_right .scroll_container {
            overflow: hidden;
            position: relative;
            background-color: #fff;
        }

        .menu_warp .menu_right .scroll_absolute {
            position: absolute;
        }

        .menu_warp .menu_right .scroll_vertical_bar {
            position: absolute;
            top: 0;
            right: 0;
            width: 10px;
            height: 100%;
            background: #fff;
            margin: 0;
            padding: 0;
        }

        .menu_warp .menu_right .scroll_track {
            position: relative;
            background-color: #fff;
            border-radius: 10px;
        }

        .menu_warp .menu_right .scroll_drag {
            position: relative;
            top: 0;
            left: 0;
            cursor: pointer;
            background-color: #e8e8e8;
            border-radius: 10px;
        }

        .menu_warp .menu_right .scroll_arrow {
            text-indent: -20000px;
            display: block;
            cursor: pointer;
            background-color: #fff;
        }

        .menu_warp .menu_right .scroll_vertical_bar .scroll_arrow {
            height: 16px;
        }

        .menu_warp .menu_right .menu_cate {
            padding-top: 15px;
        }

            .menu_warp .menu_right .menu_cate h4 a {
                text-decoration: none;
            }

            .menu_warp .menu_right .menu_cate h4 {
                float: left;
                display: inline-block;
                padding: 0 20px;
                width: 120px;
                font-size: 14px;
                line-height: 22px;
            }

            .menu_warp .menu_right .menu_cate .menu_last {
                margin: 0 20px 0 -24px;
                width: 560px;
                padding-bottom: 20px;
                border-bottom: 1px dashed #d6d6d6;
            }

                .menu_warp .menu_right .menu_cate .menu_last li {
                    display: inline-block;
                    float: left;
                    padding: 0 24px 0 0;
                    line-height: 24px;
                    font-weight: normal;
                    font-size: 12px;
                }

                .menu_warp .menu_right .menu_cate .menu_last a {
                    color: #666;
                }

                .menu_warp .menu_right .menu_cate .menu_last li.red a {
                    color: #ff6c00;
                }

                .menu_warp .menu_right .menu_cate .menu_last li.active a,
                .menu_warp .menu_right .menu_cate .menu_last li:hover a {
                    color: #ff4a03;
                    text-decoration: underline;
                }
/**************** 登录注册 footerBar ****************/
.footer {
    padding-bottom: 30px;
    clear: both;
}

    .footer .f_link {
        height: 42px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        line-height: 42px;
    }

        .footer .f_link li {
            float: left;
        }

        .footer .f_link ul {
            display: inline-block;
            color: #d3d3d3;
        }

        .footer .f_link li a {
            display: inline-block;
            margin: 0 15px;
        }

    .footer .friend {
        margin: 15px 0 10px 0;
    }

        .footer .friend a {
            padding-right: 5px;
        }
/**************** 其他页面 footerBar ****************/
.footer_bar {
    padding: 40px 0 20px;
    border-bottom: 1px solid #a0a0a0;
    overflow: hidden;
}

.footer_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #3b3b3b;
}

    .footer_top ul {
        width: 74.167%;
    }

    .footer_top li {
        width: 16.6%;
        float: left;
    }

        .footer_top li h6 {
            line-height: 30px;
            color: #fff;
            font-size: 14px;
        }

        .footer_top li a {
            display: block;
            line-height: 30px;
            color: #999;
        }

    .footer_top .f_service {
        width: 25.7%;
        border-left: 1px solid #fff;
    }

        .footer_top .f_service a {
            display: inline-block;
        }

        .footer_top .f_service b {
            display: inline-block;
            font-size: 18px;
            margin: 25px 0 15px;
            color: #fff;
        }

        .footer_top .f_service p {
            margin-bottom: 20px;
            color: #999;
        }

        .footer_top .f_service a.get_s {
            width: 150px;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 3px;
        }

            .footer_top .f_service a.get_s:hover {
                text-decoration: none;
                background-color: #565656;
            }

.footer_bottom {
    padding-top: 20px;
    line-height: 20px;
    color: #ccc;
    border-top: 1px solid #636363;
}

    .footer_bottom ul {
        display: inline-block;
    }

    .footer_t li,
    .footer_bottom li {
        float: left;
        display: inline-block;
    }

    .footer_bottom .link a,
    .footer_t a,
    .footer_bottom a {
        display: inline-block;
        padding: 0 10px;
        color: #ccc;
    }

    .footer_bottom .link {
        text-align: left;
        padding: 0 0 5px 0;
        line-height: 24px;
    }

        .footer_bottom .link span {
            display: inline-block;
            ;
            float: left;
        }

        .footer_bottom .link > div {
            width: 94%;
        }
/**************** 店铺页面 footerBar ****************/
.footer_b {
    border-top: 2px solid #ccc;
}

.footer_t ul {
    display: inline-block;
    line-height: 40px;
    color: #4f4f4f;
}

.footer_t a {
    color: #4f4f4f;
}

.footer_b .footer_bottom {
    padding: 10px 0;
}

.footer_b .f_contact {
    padding-bottom: 5px;
    border-bottom: 1px solid #3b3b3b;
}

.footer_b .footer_bottom p {
    padding-top: 8px;
    border-top: 1px solid #636363;
}
/****弹框icon**********/
.ui_dialog {
    display: none;
}

.layui-layer-dialog.ui_dialog {
    display: block;
}

.ui_dialog_icon1 .layui-layer-title {
    background-position: 32px 16px;
}

.menu_warp.active .menu_left {
    -webkit-box-shadow: 0px 1px 2px #ccc;
    -moz-box-shadow: 0px 1px 2px #ccc;
    box-shadow: 0px 1px 2px #ccc;
}

.menu_warp .menu_right {
    -webkit-box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
/* 底部悬浮 */
.suspend {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 10000;
}

    .suspend li {
        width: 28px;
        height: 42px;
        padding: 8px 11px 0;
        margin-bottom: 2px;
        background: #ccc url("../images/indicate.png") no-repeat;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        cursor: pointer;
    }

        .suspend li.chat {
            background-color: #ff6c00;
            background-position: 9px 11px;
            text-indent: -9999px;
        }

        .suspend li.ma {
            background-position: 12px -40px;
            position: relative;
        }

        .suspend li.up {
            background-position: 13px -94px;
            text-indent: -9999px;
            display: none;
        }

        .suspend li.chat:hover {
            text-indent: 0;
            background-position: 0 -300px;
        }

        .suspend li.up:hover {
            text-indent: 0;
            background-position: 0 -300px;
        }

        .suspend li:hover {
            background-color: #ff4a03;
        }

    .suspend .shao {
        display: inline-block;
        width: 134px;
        height: 134px;
        line-height: 134px;
        text-align: center;
        border: 1px solid #ccc;
        position: absolute;
        right: 50px;
        bottom: -52px;
        display: none;
    }

        .suspend .shao img {
            vertical-align: middle;
        }

        .suspend .shao i {
            display: inline-block;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            right: -12px;
            top: 50%;
            margin-top: -13px;
            z-index: 3;
        }

    .suspend li.ma:hover .shao {
        display: block;
    }



   /*

       下拉服务分类样式
   */
   
.display-box{
    position:absolute;
    width:380px;
    height:440px;
    top:10px;
 
    z-index:5;
    padding:0 50px;
    background-color:#fff;
}
.display-box.box-jc{
    background:url("/images/jc.png") no-repeat;
    background-color:#fff;
    background-position:bottom center;
    background-size:380px 300px;
}
.display-box.box-zc{
    background:url("/images/sc.png") no-repeat;
    background-color:#fff;
    background-position:bottom center;
    background-size:380px 300px;
}
.display-box.box-lw{
    background:url("/images/lw.png") no-repeat;
    background-color:#fff;
    background-position:bottom center;
    background-size:380px 300px;
}
.display-box.box-rz{
    background:url("/images/jf.png") no-repeat;
    background-color:#fff;
    background-position:bottom center;
    background-size:380px 300px;
}
.display-box.box-xy{
    background:url("/images/xy.png") no-repeat;
    background-color:#fff;
    background-position:bottom center;
    background-size:380px 300px;
}
.display-box .display-title{
    font-size:30px;
    color:#0075e2;
    padding-top:35px;
}
.display-box .display-des{
    margin-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #9b9b9b;
}
.display-box .display-des p.des-txt{
    font-size:11px;
    line-height:25px;
    color:#898989;
    display:inline-block;
    width:100%;
    word-break:break-all;
    letter-spacing:1px;
    text-align:justify;
}
.display-box .link-url{
    text-align:right;
}
.display-box .display-des a{
    font-size:14px;
    color:#0075e2;
    display:inline-block;
    vertical-align:bottom;
    margin:0;
    width:auto;
    margin-left:20px;
    padding-top:10px;
}
.display-box .display-product-box{
    /*width:380px;*/
    margin-left:-18px;
}
.display-box .display-product-box a{
    font-size:14px;
    color:#9b9b9b;
    display:block;
    float:left;
    min-width:80px;
    border-right:1px solid #9b9b9b;
    cursor:pointer;
    width: auto;
    padding:0 10px;
    margin:0;
    margin-top:10px;
    text-align:center;
}
.display-box .display-product-box a:hover{
    color:#3498DB;
}

.display-box .display-img{
    width:400px;
    height:240px;
}
.display-box .display-img img{
    margin: 10px 120px;
}

.display-box .right_advert{
    position:absolute;
    left:440px;
    top:0;
    width:290px;
    height:440px;
 
}
.display-box .right_advert img{
    width:290px;
    height:440px;
} 

.l_main {
  float: left;
  width: 940px;
}

.n_over_l {width: 940px;}
.n_over_l .n_o_top {padding:20px 20px 40px;}
.n_over_l .n_o_top.noPb {padding:20px 20px 0;}
.n_over_l .n_o_mid {padding:14px 20px 30px;}
.n_over_l .n_o_bott {padding:14px 20px 0;}
/* article detail */
.mod_article_detail {
    
    background: #fff;
    padding: 30px 0 0;
    position: relative;
}
.pull_right {
    float: right !important;
}
.m_l_50 {
    margin-left: 50px !important;
}
.i_clock {
    width: 16px;
    height: 16px;
    background-position: -480px 0;
}
.article_head {
    color: #a5a5a5;
    margin: 0 40px;
    position: relative;
}

    .article_head .icons {
        margin-right: 3px;
        vertical-align: text-top;
    }

.article_title {
    color: #333;
    display: block;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin-bottom: 20px;
    font: 24px/1.2 "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}

.article_tag {
    width: 49%;
}

    .article_tag a {
        color: #a5a5a5;
        margin-right: 15px;
    }

        .article_tag a:hover {
            color: #df2535;
        }


.article_summary {
    position: relative;
    color: #878787;
    display: block;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin: 15px 30px;
    padding: 10px 5px 5px 70px;
    min-height: 24px;
    height: auto !important;
    height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

    .article_summary .i_badge {
        position: absolute;
        left: 14px;
        top: 10px;
    }

.article_con {
    color: #878787;
    font-size: 16px;
    line-height: 35px;
    padding: 30px 30px 50px;
}

    .article_con img {
        max-width: 714px;
    }

.article_author_intro {
    background: #f5f6f7;
    color: #878787;
    font-size: 14px;
    padding: 15px 40px;
    line-height: 1.4;
    position: relative;
}

.article_bottom {
    color: #878787;
    padding: 5px 30px 5px 40px;
}

.article_operation {
    width: 205px;
    color: #828282;
    margin-top: 7px;
}

    .article_operation a {
        color: #828282;
    }

    .article_operation .article_time {
        display: inline-block;
    }

    .article_operation a:hover {
        color: #282828;
    }

    .article_operation .icons {
        vertical-align: top;
        padding-right: 5px;
    }

.article_social {
    width: 210px;
}
/* article post */
.mod_article_post {
    border: 1px solid #dcdbd9;
    background: #fff;
    padding: 40px;
}

    .mod_article_post .title {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .mod_article_post .form_group {
        padding-bottom: 30px;
        margin-bottom: 0;
    }

        .mod_article_post .form_group > div {
            position: relative;
        }

        .mod_article_post .form_group .mark {
            font-family: tahoma;
            font-weight: bold;
            left: -15px;
            position: absolute;
            top: 8px;
        }

    .mod_article_post label.error {
        position: absolute;
        left: 0;
        bottom: -20px;
        color: #c31c2c;
    }
    .hot {
background: url(/images/hot.gif) no-repeat;
    width: 30px;
    height: 20px;
    top:170px;
    /*top: 135px;*/
    bottom: auto;
    left: auto;
    position: absolute;

}

 #lib_Tab1_sx {
            width: 100%;
            margin: 0px;
            padding: 0px;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .lib_tabborder_sx {
            border: 1px solid #97999f;
        }

        .lib_Menubox_sx {
            line-height: 28px;
            position: relative;
            float: left;
            width: 160px;
            height: 440px;
            border-right: 1px solid #97999f;
        }

            .lib_Menubox_sx ul {
                margin: 0px;
                padding: 0px;
                list-style: none;
                position: absolute;
                top: 15px;
                left: 6px;
                margin-left: 10px;
                height: 35px;
                text-align: center;
            }

            .lib_Menubox_sx li {
                display: block;
                cursor: pointer;
                width: 135px;
                color: #46586b; 
                margin-bottom: 5px;
                height: 35px;
                line-height: 35px;
                background-color: #c5d5e2;
            }

                .lib_Menubox_sx li.hover {
                    padding: 0px;
                    background: #fff;
                    width: 144px;
                    border: 1px solid #97999f;
                    border-right: 0;
                    color: #739242;
                    height: 35px;
                    line-height: 35px;
                }

        .lib_Contentbox_sx {
            margin-top: 0px;
            border-top: none;
            padding: 20px;
            border-left: 0;
            margin-left: 160px;
        }


        /*首页公告*/
        .container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
        .Notice {
    background: #f7ecb2;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
}.Notice>.pull-left {
    width: 150px;
    border-right: 1px #fff dashed;
    height: 35px;
    color: #e56905;
    position: relative;
    text-align: center;
    font-weight: bold;
}.pull-left {
    float: left !important;
}.Notice>.pull-left i {
    background: #fff url(/images/horn.png) no-repeat right bottom;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
 .Notice>.pull-right {
    text-align: left;
    width: 1000px;
    padding-left: 20px;
}.pull-right {
    float: right !important;
}

.btnSend {
    width: 85px;
    height: 32px;
    background: #0075e2;
    font: 500 14px/32px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    border: 0 none;
    outline: none;
    word-spacing: 3px;
    cursor: pointer;
}