﻿@charset "utf-8";
/*
 * FOR:  PC
 * TIME: 2016-04-23
 */
/*.page-body{
    width:1320px !important;
    margin:0 auto;
}*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure {
    margin: 0;
    padding: 0;
}

html, body, input, button, textarea {
    color: #333;
    font: 12px/1.8 Tahoma,SimSun,"宋体",Gulim,Helvetica,Arial,sans-serif;
}

article, aside, figcaption, figure, footer, header, nav, section {
    display: block;
}

html, body {
    height: 100%;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.UserInfo {
    width: 49%;
    height: 50px;
    float: left;
    background-color: #f50;
    text-align:center;
    line-height:50px;
    cursor:pointer;
}

body {
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

body {
    width: 100%;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3, h4, h5 {
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

i, em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

    a:hover {
        color: #f60;
        text-decoration: underline;
    }

input[type="text"]:focus {
    outline: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

input[type="button"], input[type="text"], input[type="password"], input[type="reset"], input[type="submit"], select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
}

    input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

/* clear floating */
.layout:after, .main-tit-bar:after, .b114-items ul:after, .promote-items ul:after,
.list-tit-bar:after, .list-tas-bar ul:after, .gallery-list ul:after, .filter-list ul:after, .list-tool-bar ul:after, .list-main .i-item:after, .info-modify-pop dl:after, .view-tit-badr:after, .view-meta:after, .path-bar:after, .comment-item .item-hd:after, .view-tool-bar:after, .form-foot:after, .f-item:after, .my-info-main .info-item:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.layout, .main-tit-bar, .b114-items ul, .promote-items ul, .list-tit-bar, .list-tas-bar ul, .gallery-list ul, .filter-list ul, .list-tool-bar ul, .list-main .i-item, .info-modify-pop dl, .path-bar, .view-meta, .comment-item .item-hd, .view-tool-bar, .form-foot, .f-item, .my-info-main .info-item {
    *zoom: 1;
}

/* layout */
.layout {
    width: 980px;
    margin: 0 auto;
}

.page-body {
    min-height: 100%;
    position: relative;
}

.page-wrap {
    padding: 80px 0 130px;
}

.z9999 {
    position: relative;
    z-index: 9999;
}

.topbn {
    margin: 0 auto 20px;
}

.header .layout {
    max-width: 100%;
}

.footer {
    min-width: 980px;
}

/* color */
.green, .green a {
    color: #003eaf;
}

.red, .red a, .info-item .modify:hover {
    color: #f50 !important;
}

.blue, .blue a, .info-item .modify {
    color: #06c;
}

.gray, .gray a {
    color: #ccc;
}

.b114-items ul .b114-item:hover {
    color: #333;
    text-decoration: none;
}

.gray a:hover, .main-tit-bar .more:hover, .b114-items ul .adv-link a:hover, .b114-items ul .b114-item .name:hover, .b114-items ul .b114-item .desc:hover, .b114-items ul .item-cate:hover, .b114-items ul .adv-link .name:hover, .b114-items ul .adv-link .desc:hover {
    color: #f50;
}

.main-tit-bar .tit em, .b114-items ul .item-cate, .b114-items ul .item-cate a, .filter-panel .filter-list li a.hot, .pager a.current, .pager span.current, .pager a.current:hover, .view-summary, .write-faqs dt, .write-faqs dt a {
    color: #f50;
}

.fb {
    font-weight: bold;
}

/* transition */
.top-nav-bd li .ico-menu {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gallery-list ul li, .top-city-nav .city-toggle:before, .search-select .select-value i, .top-nav-bd li a {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.transition, .layout {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/* --------------------- form --------------------- */
/* check */
.check-box, .check-box b {
    display: inline-block;
    width: 13px;
    height: 13px;
}

    .check-box, .check-box b {
        *display: inline;
    }

.check-box {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
}

    .check-box b {
        border: 1px solid #999;
        background-color: #fff;
        position: relative;
        float: left;
    }

    .check-box input {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        margin: 0;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.checked b {
    background: #fff url(img/ico-tick-small.png) center no-repeat;
    position: relative;
    vertical-align: middle;
    float: left;
}

/* button */
.btn {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 25px;
}

.btn {
    *display: inline;
}

    .btn:hover, .write-main .item-label .btn:hover {
        text-decoration: none;
        background-color: #efefef;
        color: #333;
        border: 1px solid #bbb;
    }

.btn-red {
    font-weight: bold;
}

    .btn-red, .btn-red:hover, .btn:hover {
        background-color: #f50;
        border-color: #e33600;
        color: #fff;
    }

        .btn-red:hover {
            background-color: #F05000;
        }

/* select */
.select-box {
    display: inline-block;
    width: 130px;
    position: relative;
}

.select-box {
    *display: inline;
}

    .select-box a:hover {
        text-decoration: none;
    }

    .select-box .select-value {
        display: block;
        height: 28px;
        line-height: 28px;
        padding-left: 10px;
        *display: none;
        overflow: hidden;
    }

        .select-box .select-value:hover {
            color: #333;
        }

        .select-box .select-value:after {
            content: "";
            display: block;
            width: 23px;
            height: 23px;
            position: absolute;
            right: 3px;
            top: 3px;
            background: #fff url(img/select-down.png) 3px 9px no-repeat;
        }

    .select-box:hover .select-value:after {
    }

    .select-box .select-list {
        min-width: 100%;
        background: #fff;
        display: none;
        position: absolute;
        left: 0;
        top: 28px;
        z-index: 999;
    }

        .select-box .select-list ul {
            max-height: 250px;
            overflow: hidden;
            overflow-y: auto;
            border: 1px solid #ccc;
            border-left-color: #aaa;
            background: #fff;
            font-size: 12px;
        }

        .select-box .select-list li a {
            display: block;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            padding: 0 10px;
            white-space: nowrap;
        }

            .select-box .select-list li a:hover {
                background: #eee;
                color: #333;
                text-decoration: none;
                cursor: default;
            }

    .select-box select {
        display: none;
        *display: inline-block;
    }

.select-open .select-list {
    display: block;
    bottom: auto !important;
    top: 29px !important;
}

.select-open .select-value:after {
    -moz-transform: scale(1,-1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
}

/* textarea */
.txt-area-out {
    border-width: 1px;
    border-style: solid;
    border-color: #aaa #ccc #ccc #aaa;
    padding: 0 0 0 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

    .txt-area-out textarea {
        color: #666;
        display: block;
        border: 0;
        width: 100%;
        overflow: auto;
        resize: none;
        padding: 5px 0;
        margin: 0;
    }

        .txt-area-out textarea:focus {
            color: #333;
            outline: 0;
        }

/* text */
.ipt-txt, .ipt-txt-out, .select-box .select-value {
    border: 1px solid #ccc;
    border-left-color: #aaa;
    border-top-color: #aaa;
    background-color: #fff;
    overflow: hidden;
}

.ipt-txt, .ipt-txt-out {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

    .ipt-txt-out input {
        width: 100%;
        border: 0;
        _height: 28px;
    }



/* --------------------- header --------------------- */
.header {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    margin: 0 auto 32px;
    line-height: 18px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9991;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.logo {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
}

.top-city-nav {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 1px;
}

.top-city-nav {
    *display: inline;
    _width: 100px;
}

    .top-city-nav .city-toggle {
        display: inline-block;
        padding-right: 15px;
        line-height: 18px;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        cursor: pointer;
    }

        .top-city-nav .city-toggle:before {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 4px 4px 0;
            border-style: solid dashed dashed dashed;
            border-color: #666 transparent transparent;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -4px;
        }

    .top-city-nav .city-menu {
        min-width: 60px;
        _width: 60px;
        _overflow: visible;
        text-align: center;
        background-color: #fff;
        border: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 25px;
        box-shadow: 0 0 3px rgba(0,0,0,0.05);
        padding: 8px 0;
        display: none;
    }

        .top-city-nav .city-menu li {
            line-height: 30px;
        }

            .top-city-nav .city-menu li a {
                display: inline-block;
                padding: 0 5px;
            }

        .top-city-nav .city-menu .ico-arrow {
            display: inline-block;
            width: 14px;
            height: 8px;
            position: absolute;
            right: 12px;
            top: -8px;
        }

            .top-city-nav .city-menu .ico-arrow:before, .top-city-nav .city-menu .ico-arrow:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                overflow: hidden;
                border-style: dashed dashed solid;
                border-width: 0 7px 7px;
            }

            .top-city-nav .city-menu .ico-arrow:before {
                border-color: transparent transparent #ddd;
            }

            .top-city-nav .city-menu .ico-arrow:after {
                border-color: transparent transparent #fff;
                position: absolute;
                left: 0;
                top: 1px;
            }

.top-nav-toggle {
    display: inline-block;
    padding: 0 30px 0 0;
    float: right;
    font-size: 14px;
    font-weight: bold;
    background: url(/img/ico-menu.png) right center no-repeat;
    cursor: pointer;
}

.top-nav-toggle {
    *display: inline;
}

.city-nav-show .city-menu {
    display: block;
}

.city-nav-show .city-toggle:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* nav */
.top-nav .nav-menu-hd {
    display: block;
    padding: 0 0 0 30px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #e33600;
    border-bottom: 1px solid #e33600;
    position: relative;
    z-index: 9;
    background-color: #f50;
}

    .top-nav .nav-menu-hd .m-reg {
        color: #ffcca2;
        padding-left: 8px;
    }

    .top-nav .nav-menu-hd .txt-vip {
        color: #ffea88;
        font-weight: bold;
        padding-left: 8px;
    }

    .top-nav .nav-menu-hd .m-arrow {
    }

.top-nav-bd {
    width: 260px;
    height: 100%;
    border-right: 1px solid #ccc;
    position: absolute;
    position: fixed;
    /*left: 0;*/
    top: 0;
    background-color: #f3f3f3;
    z-index: 100001;
    box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    display: none;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

    .top-nav-bd .nav-inner {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        /*.top-nav-bd .nav-inner > ul {
            padding-bottom: 150px;
        }*/

    .top-nav-bd li {
        line-height: 35px;
        font-weight: bold;
        border-top: 1px solid #ddd;
    }

        .top-nav-bd li .menu, .top-nav-bd li h4 {
            *display: block;
            *height: 38px;
            *overflow: hidden;
        }

        .top-nav-bd li, .top-nav-bd li a {
            color: #000;
        }

            .top-nav-bd li a {
                display: block;
                height: 30px;
                position: relative;
                padding-left: 30px;
            }

                .top-nav-bd li a:hover {
                    text-decoration: none;
                    background-color: #f3f3f3;
                }

            .top-nav-bd li h4 {
                background-color: #ffb28d;
                position: relative;
                z-index: 10;
                font-size: 15px;
                font-weight: bold;
                padding-left: 30px;
            }

                .top-nav-bd li h4 a {
                    display: inline;
                    padding: 0;
                }

                .top-nav-bd li h4.with-child {
                    cursor: pointer;
                }

            .top-nav-bd li ul {
                background-color: #f9f9f9;
                display: none;
            }

            .top-nav-bd li li {
                padding-left: 0;
                font-weight: normal;
                border-top: 0;
            }

            .top-nav-bd li a.lang {
                color: #999;
            }

                .top-nav-bd li a.lang:hover {
                    color: #666;
                }

            .top-nav-bd li li a {
                border-top: 1px solid #eee;
            }

            .top-nav-bd li .ico-menu {
                display: block;
                width: 20px;
                height: 100%;
                position: absolute;
                right: 15px;
                top: 0;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url(/img/ico-menu-down.png);
            }

            .top-nav-bd li.active .ico-menu {
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .top-nav-bd li.member-menu:before {
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                background-color: #f50;
                position: absolute;
                right: -1px;
                top: 0;
            }

            .top-nav-bd li.member-menu .ico-menu {
                background-image: url(/img/ico-menu-down-white.png);
            }

            .top-nav-bd li.member-menu {
                position: relative;
                z-index: 99;
                margin-bottom: -1px;
                z-index: 99;
            }

                .top-nav-bd li.member-menu, .top-nav-bd li.member-menu li a {
                    color: #fff;
                }

                    .top-nav-bd li.member-menu li a, .top-nav-bd li.member-menu h4 {
                        border-top: 0;
                        border-bottom: 1px solid #e33600;
                    }

                    .top-nav-bd li.member-menu li a {
                        background-color: #f05000;
                    }

                        .top-nav-bd li.member-menu li a:hover {
                            background-color: #f50;
                        }

                    .top-nav-bd li.member-menu h4 {
                        height: 50px;
                        line-height: 50px;
                        background-color: #f50;
                    }

                        .top-nav-bd li.member-menu h4 a:hover {
                            background: none;
                            text-decoration: underline;
                        }

                        .top-nav-bd li.member-menu h4 .m-reg, .top-nav-bd li.member-menu h4 .m-reg a {
                            color: #fff;
                        }

                        .top-nav-bd li.member-menu h4 .m-login, .top-nav-bd li.member-menu h4 .m-login a {
                            color: #ffcca2;
                        }

                        .top-nav-bd li.member-menu h4 .m-reg {
                            font-weight: bold;
                        }

                        .top-nav-bd li.member-menu h4 .m-login {
                            display: inline-block;
                            margin-left: 1em;
                        }

                        .top-nav-bd li.member-menu h4 .m-login {
                            *display: inline;
                        }

                        .top-nav-bd li.member-menu h4 a {
                        }

                    .top-nav-bd li.member-menu .txt-vip {
                        color: #ffea88;
                        font-weight: bold;
                        padding-left: 8px;
                    }

.nav-show .top-nav-bd {
    display: block;
}

.nav-display {
    display: none;
}

/* --------------------- footer --------------------- */
.footer {
    width: 100%;
    padding: 15px 0 15px;
    background-color: #f3f3f3;
    border-top: 1px solid #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .footer .foot-nav {
        display: inline;
        float: left;
    }

        .footer .foot-nav li {
            float: left;
            margin: 0 12px 0 0;
        }

            .footer .foot-nav li:after {
                content: '|';
                color: #f3f3f3;
                padding-left: 10px;
            }

            .footer .foot-nav li:last-child:after {
                display: none;
            }

            .footer .foot-nav li.fb a {
                font-weight: bold;
            }

    .footer .copyright, .footer .copyright a {
        color: #999;
    }

    .footer .copyright {
        display: inline;
        float: right;
        padding-left: 20px;
    }

        .footer .copyright .icp {
            padding-left: 20px;
        }

.gotop {
    display: none;
    width: 38px;
    height: 38px;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: url(/img/ico-up.png);
    background-repeat: no-repeat;
    background-position: -1px 0;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9999;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-10));
}

    .gotop:hover {
        background-position: -51px 0;
        background-color: #999;
        border-color: #999;
    }



/* ======================================================
 * homepage
 * --------------------------------------------------- */
.main-tit-bar {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px;
    line-height: 22px;
    margin: 0 auto 20px;
}

    .main-tit-bar .tit {
        display: inline-block;
        border-left: 3px solid #f50;
        padding: 0 0 0 10px;
        float: left;
    }

    .main-tit-bar .more {
        float: right;
        color: #999;
    }

.section-b114 {
    padding-bottom: 20px;
}

.b114-items {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .b114-items ul {
        width: 105%;
    }

        .b114-items ul li {
            float: left;
            padding: 0 10px 10px 0;
        }

        .b114-items ul .b114-item, .b114-items ul .b114-item a {
            display: block;
        }

        .b114-items ul .b114-item {
            width: 129px;
            height: 90px;
            line-height: 22px;
            padding: 15px 12px;
            border: 1px solid #ddd;
            background-color: #fafafa;
            float: left;
            text-align: center;
            overflow: hidden;
        }

            .b114-items ul .b114-item .name:hover, .b114-items ul .b114-item .desc:hover {
                text-decoration: underline;
            }

            .b114-items ul .b114-item .name {
                height:;
                eight: 22px;
                overflow: hidden;
                font-size: 14px;
                font-weight: normal;
            }

            .b114-items ul .b114-item .desc {
                display: block;
                height: 44px;
                overflow: hidden;
                text-align: left;
                margin-top: 8px;
                cursor: pointer;
            }

        .b114-items ul .item-cate {
            background-color: #fff;
        }

            .b114-items ul .item-cate .cate-ico {
                display: block;
                padding: 0 0 10px;
                text-align: center;
            }

            .b114-items ul .item-cate .cate-name {
                display: block;
                font-size: 12px;
                font-weight: normal;
            }

        .b114-items ul .adv-link, .b114-items ul .adv-link:hover {
            color: #999;
        }

            .b114-items ul .adv-link .desc {
                text-align: center;
            }

        .b114-items ul .item-cate .cate-name:hover {
            text-decoration: underline;
        }

.promote-items {
    border: 1px solid #ccc;
    background-color: #fafafa;
    padding: 18px 11px 0;
    margin-bottom: 20px;
}

    .promote-items li {
        width: 16.66%;
        float: left;
        text-align: center;
        padding: 0 0 15px;
    }

        .promote-items li a {
            display: block;
        }

        .promote-items li .p-img, .promote-items li .p-img img {
            display: block;
            width: 134px;
            height: 98px;
        }

        .promote-items li .p-img {
            margin: 0 auto;
            border: 1px solid #ccc;
            cursor: pointer;
        }

        .promote-items li .p-name {
            display: block;
            width: 90%;
            margin: 0 auto;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            padding-top: 3px;
            cursor: pointer;
        }

.section-info {
    padding-bottom: 20px;
}

.new-info-list li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #fafafa;
    overflow: hidden;
}

    .new-info-list li:hover {
        background-color: #fcfcfc;
    }

    .new-info-list li .i-type {
        /*width: 50px;*/
        margin: 0 10px 0 0;
        float: right;
    }

    .new-info-list li .i-name {
       min-width: 125px;
        margin: 0 10px 0 0;
        float: left;
    }


.new-info-list li .i-img {
    width: 28px;
    margin: 0 10px 0 0;
    float: left;
}

.i-img img {
    width: 28px;
    height: 28px;
}

.new-info-list li .i-tit {
    margin: 0 82px 102px 0;
}

.new-info-list li .i-time {
    width: 50px;
    margin: 0 10px 0 0;
    float: left;
    /*color: #999;*/
}
.new-info-list li .i-view {
    width: 50px;
    margin: 0 10px 0 0;
    float: right;
    color: #999;
}

.new-info-list li .i-delte {
    width: 70px;
    margin: 0 10px 0 0;
    float: right;
    color: #999;
}
/* ======================================================
 * list
 * --------------------------------------------------- */
/* title */
.list-tit-bar {
    margin: 0 auto 12px;
    line-height: 38px;
}

    .list-tit-bar .tit {
        display: inline;
        float: left;
        margin: 0 20px 0 0;
    }

    .list-tit-bar .check-list {
        display: inline;
        padding: 0 0 0 10px;
        margin-top: 10px;
        line-height: 1.3;
        border-left: 1px solid #e6e6e6;
        float: left;
        color: #999;
    }

        .list-tit-bar .check-list li {
            margin-right: 15px;
        }

            .list-tit-bar .check-list li .check-box {
                margin-right: 8px;
            }

    .list-tit-bar .check-box, .list-tit-bar .check-box a {
        color: #999;
    }

    .list-tit-bar .u-acts {
        display: inline;
        float: right;
    }

        .list-tit-bar .u-acts .btn {
            margin-left: 10px;
            float: left;
        }

/* filter */
.filter-panel {
    margin: 0 auto 10px;
}

    .filter-panel .filter-list {
        height: 79px;
        background-color: #f3f3f3;
        border: 1px solid #ddd;
        position: relative;
        overflow: hidden;
    }

        .filter-panel .filter-list:before {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            background-color: #e8e8e8;
            position: absolute;
            left: 50%;
            top: 0;
        }

        .filter-panel .filter-list li {
            width: 50%;
            float: left;
            border-bottom: 1px solid #e8e8e8;
            overflow: hidden;
        }

            .filter-panel .filter-list li a {
                display: inline-block;
                height: 39px;
                line-height: 39px;
                margin-right: 15px;
                padding: 0 20px;
            }

            .filter-panel .filter-list li a {
                *display: inline;
            }

                .filter-panel .filter-list li a.hot {
                    font-weight: bold;
                }

    .filter-panel .btn-all {
        display: block;
        height: 30px;
        line-height: 30px;
        background: #fafafa url(img/ico-arrow-down.png) center no-repeat;
        border: 1px solid #ddd;
        margin-top: -1px;
        cursor: pointer;
    }

.filter-show .filter-list {
    height: auto;
}

.filter-show .btn-all {
    background-image: url(img/ico-arrow-up.png);
    margin-top: -2px;
    position: relative;
    z-index: 9;
}

/* tabs */
.list-tas-bar {
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    padding: 8px;
    margin: 0 auto 20px;
    line-height: 25px;
}

    .list-tas-bar li {
        float: left;
        padding: 0 12px 0 0;
    }

        .list-tas-bar li a {
            display: inline-block;
            line-height: 25px;
            padding: 0 9px;
        }

            .list-tas-bar li a:hover {
                color: #000;
            }

        .list-tas-bar li.current a {
            background-color: #f50;
            color: #fff;
            text-decoration: none;
        }

/* button */
.list-tool-bar {
    margin: 0 auto 31px;
    _padding-top: 30px;
}

    .list-tool-bar li {
        float: left;
        padding: 0 6px 0 0;
        white-space: nowrap;
    }

        .list-tool-bar li.check-all {
            padding-top: 6px;
            line-height: 1.3;
        }

        .list-tool-bar li label {
            line-height: 1.3;
            float: left;
            padding: 0 3px 0 6px;
        }

    .list-tool-bar .btn {
        height: 28px;
        line-height: 28px;
        font-weight: bold;
        padding: 0 12px;
    }

/* pager */
.pager {
    padding: 0 0 17px;
    text-align: center;
}

    .pager a, .pager span {
        display: inline-block;
        min-width: 22px;
        height: 32px;
        line-height: 32px;
        padding: 0 5px;
        text-align: center;
        border: 1px solid #ccc;
        margin: 0 2px 4px;
        vertical-align: middle;
    }

    .pager a, .pager span {
        _width: 22px;
        _overflow: visible;
        *display: inline;
    }

        .pager a:hover {
            background-color: #f3f3f3;
            text-decoration: none;
            color: #333;
        }

        .pager a.current, .pager span.current, .pager a.current:hover {
            font-weight: bold;
            font-size: 14px;
            background-color: #f3f3f3;
        }

        .pager a.page-prev, .pager a.page-next {
            width: 50px;
            background-position: center;
            background-repeat: no-repeat;
        }

        .pager a.page-prev {
            background-image: url(img/page-prev.png);
        }

        .pager a.page-next {
            background-image: url(img/page-next.png);
        }

/* search */
.foot-search-bar {
    padding: 0 0 30px;
    position: relative;
}

    .foot-search-bar .search-form {
        display: block;
        width: 360px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        margin: 0 auto;
        position: relative;
    }

    .foot-search-bar .search-select {
        display: inline-block;
        width: 57px;
        float: left;
        position: relative;
    }

        .foot-search-bar .search-select .select-value {
            display: block;
            padding: 0 12px 0 0;
            text-align: center;
            color: #999;
            cursor: pointer;
        }

            .foot-search-bar .search-select .select-value b {
                font-weight: normal;
            }

            .foot-search-bar .search-select .select-value i {
                display: block;
                width: 9px;
                height: 30px;
                background: url(img/ico-select-down.png) center no-repeat;
                position: absolute;
                right: 0;
                top: 0;
            }

        .foot-search-bar .search-select .select-menu {
            display: none;
            width: 57px;
            border: 1px solid #ccc;
            background-color: #fff;
            position: absolute;
            left: -1px;
            bottom: 30px;
        }

            .foot-search-bar .search-select .select-menu li a {
                display: block;
                height: 30px;
                line-height: 30px;
                padding-left: 10px;
                color: #999;
            }

                .foot-search-bar .search-select .select-menu li a:hover {
                    background-color: #eee;
                    color: #333;
                    text-decoration: none;
                }

    .foot-search-bar .search-ipt {
        width: 233px;
        padding-left: 10px;
        height: 24px;
        line-height: 24px;
        border: 0;
        float: left;
        color: #666;
    }

    .foot-search-bar .search-btn {
        width: 55px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        background-color: #f3f3f3;
        background-image: url(img/ico-search.png);
        background-position: center;
        background-repeat: no-repeat;
        border: 0;
        cursor: pointer;
        float: right;
        border-left: 1px solid #ccc;
        position: absolute;
        right: 0;
        top: 0;
    }

        .foot-search-bar .search-btn:hover {
            background-color: #eee;
        }

.search-show .search-select .select-menu {
    display: block;
}

.search-show .search-select .select-value i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-show {
    z-index: 9999;
}

/* --------------------- gallery --------------------- */
.gallery-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .gallery-list ul {
        width: 105%;
    }

        .gallery-list ul li {
            width: 180px;
            float: left;
            margin: 0 20px 30px 0;
            background-color: #f3f3f3;
        }

            .gallery-list ul li .img, .gallery-list ul li .img a, .gallery-list ul li .img img {
                display: block;
                width: 180px;
                height: 180px;
            }

            .gallery-list ul li .img {
                position: relative;
                overflow: hidden;
            }

            .gallery-list ul li .info {
                padding: 7px 10px 5px;
            }

            .gallery-list ul li .name, .gallery-list ul li .time {
                display: block;
                height: 22px;
                line-height: 22px;
                overflow: hidden;
            }

                .gallery-list ul li .name a:hover span {
                    color: #f50;
                }

            .gallery-list ul li .time {
                color: #999;
            }

            .gallery-list ul li .check-box {
                margin: 2px 5px 0 0;
            }

            .gallery-list ul li.stick {
                background-color: #fffaf1;
            }

                .gallery-list ul li.stick .txt-ico {
                    display: inline-block;
                    height: 22px;
                    line-height: 22px;
                    padding: 0 12px;
                    background-color: rgba(0,0,0,0.5);
                    position: absolute;
                    right: 0;
                    top: 0;
                    color: #f50;
                    z-index: 1;
                    font-weight: normal;
                }

            .gallery-list ul li:hover {
                opacity: 0.85;
                filter: alpha(opacity=85);
            }


/* --------------------- list (img/text) --------------------- */
.list-main {
    margin-top: -18px;
}

    .list-main .check-box {
        width: 13px;
        height: 13px;
    }

        .list-main .check-box b {
            width: 11px;
            height: 11px;
        }

        .list-main .check-box b {
            border-color: #707070;
        }

    .list-main .i-item {
        display: table;
        width: 100%;
        border-bottom: 1px solid #fcfcfc;
    }

    .list-main .row-1, .list-main .row-2, .list-main .row-3, .list-main .row-4, .list-main .row-5 {
        display: table-cell;
        vertical-align: middle;
        *float: left;
    }

    .list-main .row-1 {
        width: 60px;
        padding-right: 12px;
        text-align: center;
    }

    .list-main .row-2 {
        width: 25px;
    }

    .list-main .row-3 {
        width: 695px;
    }

    .list-main .row-4 {
        width: 115px;
    }

    .list-main .row-5 {
        padding-right: 15px;
        text-align: right;
    }

    .list-main .stick {
        background-color: #fffdf8;
    }

.list-hd {
    background-color: #555;
    border: 1px solid #333;
}

    .list-hd, .list-hd a {
        color: #fff;
    }

        .list-hd .row-3 {
            text-indent: 8em;
        }

        .list-hd .check-box b {
            border-color: #555;
        }

        .list-hd .i-item {
            border-bottom: 0;
            padding: 6px 0;
        }

.img-txt-list {
    padding-bottom: 10px;
}

    .img-txt-list .i-item {
        padding: 3px 0;
        height: 28px;
        *height: auto;
    }

        .img-txt-list .i-item:hover {
            background-color: #fcfcfc;
        }

        .img-txt-list .i-item .img {
            width: 60px;
        }

            .img-txt-list .i-item .img img {
                width: 60px;
                margin-right: 10px;
            }

        .img-txt-list .i-item .row-4, .img-txt-list .i-item .row-5 {
            color: #999;
        }

        .img-txt-list .i-item .row-3 .gray {
            padding-left: 8px;
        }

    .img-txt-list .stick:hover {
        background-color: #fff8e8;
    }

.small-ico-photo {
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(img/ico-photo.png?v1) 0 0 no-repeat;
    vertical-align: middle;
    margin-left: 6px;
}



/* ======================================================
 * myinfo
 * --------------------------------------------------- */
.my-info-layout {
    padding-top: 9px;
}

.my-info-hd .tit {
    line-height: 1.2;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin-bottom: 15px;
}

.my-info-main {
    border: 1px solid #eee;
}

    .my-info-main .info-item {
        display: table;
        width: 100%;
        border-top: 1px solid #eee;
        *overflow: hidden;
    }

        .my-info-main .info-item:first-child {
            border-top: 0;
        }

        .my-info-main .info-item .item-label, .my-info-main .info-item .item-cont {
            display: table-cell;
            vertical-align: top;
            padding-top: 25px;
            padding-bottom: 50px;
            padding-left: 30px;
        }

        .my-info-main .info-item .item-label {
            width: 160px;
            background-color: #fafafa;
            font-weight: bold;
            padding-right: 15px;
            border-right: 1px solid #fff;
            *float: left;
            *padding-bottom: 300px;
            *margin-bottom: -270px;
        }

        .my-info-main .info-item .item-cont {
            *width: 730px;
            *float: right;
        }

            .my-info-main .info-item .item-cont dt {
                display: block;
            }

                .my-info-main .info-item .item-cont dt em {
                    padding-right: 10px;
                }

            .my-info-main .info-item .item-cont dd {
                padding-top: 6px;
                color: #999;
            }

.info-modify-pop .pop-cont {
    padding-top: 18px;
}

.info-modify-pop .modify-item dt {
    display: inline;
    float: left;
}

.info-modify-pop .modify-item dd {
    display: inline;
    float: right;
}

.info-modify-pop .modify-item dt .pop-ipt-txt {
    width: 247px;
}

.info-modify-pop .btn {
    width: 60px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 5px;
}

.info-modify-pop .btn-modify {
    background-color: #f50;
    border-color: #e33600;
    color: #fff;
    margin-left: 0;
}

.info-modify-pop .btn-cancel {
    background-color: #666;
    border-color: #333;
    color: #fff;
}




/* ======================================================
 * view
 * --------------------------------------------------- */
.path-bar {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
}

    .path-bar, .path-bar h1 {
        font-size: 16px;
    }

        .path-bar h1 {
            display: inline;
        }

        .path-bar li {
            float: left;
            padding: 0 10px 0 0;
            font-weight: bold;
        }

            .path-bar li:before {
                content: '>';
                padding: 0 10px 0 0;
                font-weight: normal;
            }

            .path-bar li:first-child:before {
                display: none;
            }

            .path-bar li.current {
                color: #000;
            }

                .path-bar li.current:before {
                    color: #333;
                }

        .path-bar .charge-time {
            color: #f50;
            font-weight: normal;
        }

/* --------------------- article --------------------- */
.view-layout {
    padding-top: 5px;
}

.view-detail .view-meta {
    padding: 8px 0 26px;
}

    .view-detail .view-meta, .view-detail .view-meta a {
        color: #999;
    }

        .view-detail .view-meta li {
            float: left;
            padding: 0 12px 0 0;
        }

            .view-detail .view-meta li:before {
                content: '|';
                color: #eee;
                padding: 0 12px 0 0;
            }

            .view-detail .view-meta li:first-child:before {
                display: none;
            }

.view-detail .view-summary {
    border: 1px solid #ffc6aa;
    background-color: #fffef9;
    padding: 18px 20px;
    margin-bottom: 35px;
}

    .view-detail .view-summary a {
        color: #06c;
    }

.view-detail .view-content {
    padding: 0 0 58px;
    line-height: 2;
    width: 100%;
    _overflow: hidden;
    word-break: break-all;
    word-wrap: break-word
}

    .view-detail .view-content p {
        padding: 0 0 15px;
    }

    .view-detail .view-content img {
        max-width: 100%;
    }

.view-bn {
    padding: 0 0 30px;
}

.view-tool-bar {
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
}

    .view-tool-bar li {
        float: left;
        margin: 0 10px 0 0;
        _padding-bottom: 3px;
    }

/* --------------------- comment --------------------- */
.comment-section {
    padding: 60px 0 0;
}

.comment-list {
}

.comment-item {
    background-color: #fafafa;
    padding: 12px 15px;
    border-top: 1px solid #ddd;
}

    .comment-item:hover {
        background-color: #f8f8f8;
    }

    .comment-item .item-hd {
        padding: 0 0 15px;
    }

        .comment-item .item-hd .cmt-meta {
            display: inline;
            float: left;
        }

            .comment-item .item-hd .cmt-meta li {
                float: left;
                padding: 0 20px 0 0;
                white-space: nowrap;
            }

                .comment-item .item-hd .cmt-meta li, .comment-item .item-hd .cmt-meta li a {
                    color: #999;
                }

                    .comment-item .item-hd .cmt-meta li.name, .comment-item .item-hd .cmt-meta li.name a {
                        color: #333;
                        font-weight: bold;
                    }

        .comment-item .item-hd .cmt-acts {
            display: inline;
            float: right;
        }

            .comment-item .item-hd .cmt-acts li {
                float: left;
                padding: 0 0 0 15px;
            }

    .comment-item .item-cont {
        padding: 0 0 15px;
        word-break: break-all;
        word-wrap: break-word
    }

.comment-list .item-reply {
    padding-left: 38px;
    background-image: url(/img/ico-reply.png);
    background-position: 15px 18px;
    background-repeat: no-repeat;
}

.comment-write {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: 10px;
}

    .comment-write .txt-area-out {
    }

        .comment-write .txt-area-out textarea {
            height: 85px;
        }

    .comment-write .form-foot {
        padding: 10px 0 0;
    }

        .comment-write .form-foot .btns {
            display: inline;
            float: right;
            padding-left: 30px;
        }

        .comment-write .form-foot .txt-tips {
            line-height: 35px;
            color: #999;
        }



/* ======================================================
 * write
 * --------------------------------------------------- */
.write-main {
    background-color: #fafafa;
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 10px;
}

    .write-main .f-item {
        padding: 0 0 10px;
    }

        .write-main .f-item .item-label {
            width: 68px;
            float: left;
        }

        .write-main .f-item .item-cont {
            margin-left: 68px;
            _margin-left: 0;
            _width: 865px;
            _float: right;
        }

        .write-main .f-item .select-box, .write-main .f-item .ipt-txt {
            float: left;
            margin-right: 10px;
        }

    .write-main .txt-area-out textarea {
        height: 330px;
    }

    .write-main .select-box {
        width: auto;
    }

    .write-main .select-1 {
        min-width: 80px;
        _min-width: 80px;
    }

    .write-main .select-2 {
        min-width: 130px;
        _width: 130px;
        _width: auto;
    }

    .write-main .ipt-w-1 {
        width: 30px;
        padding-right: 0;
    }

    .write-main .ipt-txt {
        margin-right: 10px;
    }

    .write-main .check-wrap {
        display: inline-block;
        line-height: 1.3em;
        padding: 5px 15px 0 0;
    }

    .write-main .check-wrap {
        *display: inline;
    }

        .write-main .check-wrap label {
            padding-left: 8px;
        }

    .write-main .txt-area-out {
        padding: 0 0 0 15px;
        position: relative;
        *width: 915px;
    }

        .write-main .txt-area-out textarea {
            color: #f50;
            position: relative;
            z-index: 9;
            background: none;
            padding: 12px 0;
        }

            .write-main .txt-area-out textarea.focus, .write-main .txt-area-out textarea.with-val {
                background-color: #fff;
            }

            .write-main .txt-area-out textarea.with-val {
                color: #333;
            }

            .write-main .txt-area-out textarea.focus {
                color: #333;
            }

        .write-main .txt-area-out .txt-holder {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 15px;
            top: 12px;
            color: #f50;
        }

    .write-main .file-item {
        width: 100%;
        float: none;
    }

        .write-main .file-item .item-label {
            display: block;
            width: 100%;
            float: none;
            _padding-bottom: 2px;
        }

    .write-main .file-list {
        padding-top: 8px;
    }

        .write-main .file-list li {
            padding-bottom: 2px;
            color: #999;
        }

        .write-main .file-list .file-name {
            display: inline-block;
            padding: 0 0 0 2px;
            line-height: 1.8em;
            position: relative;
        }

            .write-main .file-list .file-name:hover {
                text-decoration: none;
                color: #999;
            }

        .write-main .file-list .file {
            *display: inline;
        }

        .write-main .file-list .ico-del {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(img/ico-del.png) 0 center no-repeat;
            vertical-align: middle;
        }

        .write-main .file-list .ico-del {
            *display: inline;
        }

.write-foot {
    padding: 31px 0 0;
    text-align: center;
}

    .write-foot .btn {
        height: 35px;
        line-height: 35px;
        padding: 0 35px;
    }

.write-faqs {
    background-color: #fffdf9;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-top: 50px;
}

    .write-faqs dl {
        padding: 4px 0;
    }

    .write-faqs dt {
        display: block;
    }





@media \0screen\,screen\9 {
    .header:before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #f5f5f5;
        left: 0;
        bottom: -5px;
        position: absolute;
    }

    .top-nav-bd li.active .ico-menu {
        background-image: url(img/ico-menu-up.png);
    }

    .top-nav-bd li.member-menu.active .ico-menu {
        background-image: url(img/ico-menu-up-white.png);
    }

    .screen-medium .nav-show .layout {
        padding-left: 260px;
    }
}

@media screen and (min-width:1280px) and (max-width:1529px) {
    .nav-show .layout {
        padding-left: 260px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='text'], input[type='password'], input[type='button'] {
        line-height: normal !important;
    }
}
.BestLi{
    margin-left:150px;
}
.Bestbtn {
    width: 165px;
    height: 35px;
    text-align: center;
    cursor:pointer;
     color:#999;
}
    .Bestbtn:hover{
        color:#f50;
    }
    .Bestbtn img {
        height: 100%;
    }


.Comcount {
    font-size: 12px;
    margin-left: 5px;
    color: #0dd2f1;
}