﻿.more {
    width: 1186px;
    clear: both;
    line-height: 30px;
    border: 1px solid #333;
    background-color: #fee;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.nomore {
    width: 1186px;
    clear: both;
    line-height: 30px;
    border: 1px solid #FDE1E6;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

#dklist, #shoplist {
    overflow: hidden;
    width: 1180px;
    margin: 0 auto;
}

    #dklist a {
        display: inline-block;
        float: left;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        color: #3466a1;
    }

        #dklist a.red, #shoplist a.red {
            color: #c70100;
        }

    #shoplist > * {
        display: inline-block;
        float: left;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        color: #3466a1;
    }

    #shoplist label {
        color: #333;
    }

.nav li a {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
}

    .nav li a:hover {
        text-decoration: none;
    }

.nav li.current {
    background-color: rgba(255,255,255,.4);
}

.nav li:hover {
    background-color: rgba(255,255,255,.4);
}

.nav li {
    display: inline-block;
    float: left;
    padding: 0 15px;
}

.QRCode {
    width: 360px;
    height: 40px;
    background: url(/Content/images/QRCode.png) no-repeat;
    margin-left: 70px;
    float: left;
    margin-top: 30px;
}

.filter {
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
}

.keywords {
    height: 35px;
    line-height: 35px;
}

.filter .item {
    border-bottom: 1px solid #dfdfdf;
    background-color: #EEE;
    line-height: 34px;
    height: 35px;
}

    .filter .item .label {
        float: left;
        width: 65px;
        height: 100%;
        color: #525252;
        cursor: default;
    }

.filter .label .icon-corner-e {
    float: left;
    margin: 12px 5px 0 10px;
    border-color: #EEE #EEE #EEE #777;
}

.filter .item .list {
    float: left;
}

.filter .item li {
    float: left;
}

.filter .category {
    margin-left: 65px;
    height: 100%;
    overflow: auto;
    background-color: #FFF;
}

    .filter .category li a {
        display: block;
        padding: 0 15px;
        height: 100%;
        overflow: hidden;
        color: #282828;
        font-weight: 700;
    }

        .filter .category li a:hover, .filter .category li.current a {
            background-color: #333;
            color: #fff;
            text-decoration: none;
        }

.filter .craft {
    margin-left: 65px;
    height: 100%;
    overflow: auto;
    background-color: #FFF;
}

    .filter .craft li a {
        display: block;
        padding: 0 15px;
        height: 100%;
        overflow: hidden;
        color: #282828;
        font-weight: 700;
    }

        .filter .craft li a:hover, .filter .craft li.current a {
            background-color: #333;
            color: #fff;
            text-decoration: none;
        }

.filter .properties {
    margin-left: 65px;
    height: 35px;
    background-color: #FFF;
}

    .filter .properties li {
        position: relative;
        height: 100%;
        cursor: pointer;
    }

.properties li.hover {
    background-color: #EEE;
}

.filter .properties li.hover .sublist {
    display: none;
}

.properties li:hover .sublist {
    display: block;
}

.hover .sublist {
    display: block;
}

.filter .properties a {
    display: block;
    padding: 0 15px;
    height: 100%;
    color: #525252;
    cursor: pointer;
}

.w1024 .filter .properties a {
    padding: 0 10px;
}

.filter .properties a:hover {
    text-decoration: none;
}

.filter .sublist {
    position: absolute;
    z-index: 2;
    display: none;
    width: 120px;
    background-color: #EEE;
}

    .filter .sublist li {
        float: none;
        height: 26px;
        line-height: 26px;
    }

        .filter .sublist li a {
            display: block;
            padding-left: 15px;
        }

            .filter .sublist li a:hover {
                background-color: #333;
                color: #FFF;
            }

            .filter .sublist li a.checked, .filter .sublist li a.checked:hover {
                background-color: #999;
                color: #fff;
                cursor: default;
            }

.filter .filter-selected .label {
    text-align: center;
}

.filter .selected-items {
    margin-left: 65px;
    padding: 10px 0 0 10px;
    overflow: auto;
    background-color: #FFF;
}

    .filter .selected-items a {
        float: left;
        margin: 0 15px 10px 0;
        padding: 0 5px;
        height: 24px;
        background-color: #333;
        color: #FFF;
        line-height: 22px;
        cursor: pointer;
    }

        .filter .selected-items a:hover {
            text-decoration: none;
        }

.selected-items .item-remove {
    float: right;
    margin: 3px -2px 0 3px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/Content/Images/icons.png) no-repeat 0 -6px;
}

.icon, .progress {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 3px;
    background: url(/Content/Images/icons.png) 0 0 no-repeat;
    vertical-align: middle;
}

.icon-corner-e {
    display: inline-block;
    width: 0;
    border: 5px solid #777;
}

.icon-down {
    width: 7px;
    height: 9px;
    background-position: 0 -42px;
}

.icon-up {
    width: 7px;
    height: 9px;
    background-position: 0 -51px;
}

.icon-download {
    width: 10px;
    height: 12px;
    background-position: -19px 0;
}

.selected-items a:hover .item-remove {
    background-position: 0 -24px;
}

.sort {
    margin-bottom: 10px;
    height: 30px;
    border: 1px solid #dfdfdf;
    line-height: 30px;
}

    .sort .item {
        position: relative;
        float: left;
        padding: 0 15px;
        color: #282828;
        text-align: center;
        cursor: pointer;
    }

        .sort .item:hover {
            background-color: #f7c6ce;
            text-decoration: none;
        }

        .sort .item.current, .sort .item.current:hover {
            background-color: #333;
            color: #FFF;
        }

        .sort .item .icon {
            position: absolute;
            top: 50%;
            right: 3px;
            margin-top: -4px;
        }

        .sort .item.current .icon-down {
            background-position: -7px -42px;
        }

        .sort .item.current .icon-up {
            background-position: -7px -51px;
        }

    .sort .gonggao {
        float: right;
        width: 450px;
        font-weight: 400;
        vertical-align: middle;
    }

.gonggao a {
    color: #f50;
}

.gonggao b {
    float: left;
}

.gonggao img {
    vertical-align: middle;
}

.cxscroll {
    position: relative;
    padding: 3px;
    width: auto;
    height: auto;
    line-height: 25px;
    margin-bottom: 10px;
}

    .cxscroll .ggmore {
        float: right;
        height: 25px;
        width: 40px;
    }

    .cxscroll .box {
        float: left;
        overflow: hidden;
        position: relative;
        height: 25px;
        width: 370px;
    }

    .cxscroll .list {
        position: absolute;
        left: 0;
    }

        .cxscroll .list li {
            float: left;
            padding: 0px 0px;
            width: 360px;
        }


.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.sort input {
    height: 18px;
    line-height: 18px;
    width: 35px;
    border: 1px solid #ccc;
}

#pbtn {
    line-height: 10px;
    height: 22px;
    cursor: pointer;
    border-radius: 3px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
}

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828;
    color: #fff;
    font-weight: 700;
}

    .ui-widget-header a {
        color: #fff;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #ccc;
        background: #f6f6f6;
        font-weight: 700;
        color: #1c94c4;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        border: 1px solid #fbcb09;
        background: #fdf5ce;
        font-weight: 700;
        color: #c77405;
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            color: #c77405;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #fbd850;
        background: #fff;
        font-weight: 700;
        color: #eb8f00;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

.ui-widget:active {
    outline: 0;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #666;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000;
    opacity: .2;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-hover {
                font-weight: 400;
                margin: -1px;
            }

.tjsj ul li {
    width: 1190px;
}

    .tjsj ul li a {
        display: block;
        border: 1px solid #eee;
        float: left;
        width: 390px;
        height: 86px;
        text-align: center;
        margin-left: 2px;
        padding: 1px;
    }

.login-menu li {
    float: left;
    line-height: 30px;
}

    .login-menu li a {
        margin-left: 5px;
    }

.side-pannel {
    position: fixed;
    left: 50%;
    margin-left: 600px;
    z-index: 99;
}

    .side-pannel a {
        text-decoration: none;
    }

.side-bar {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    bottom: 100px;
    background: #fff;
}

    .side-bar a {
        display: block;
        cursor: pointer;
        width: 70px;
        height: 50px;
        border-bottom: 1px solid #e7e7e7;
        position: relative;
        color: #676767;
        text-align: center;
    }

        .side-bar a s {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .side-bar a span {
            line-height: 20px;
        }

        .side-bar a.gotop s {
            position: absolute;
            top: 50%;
            left: 17px;
        }

        .side-bar a.text {
            padding-top: 25px;
        }

        .side-bar a.qr s {
            position: absolute;
            top: 50%;
            left: 18px;
        }

        .side-bar a.qr i {
            width: 277px;
            height: 259px;
            position: absolute;
            left: -277px;
            top: 50%;
            margin-top: -120px;
            display: none;
            background-position: 0 0;
        }

        .side-bar a.qr:hover i {
            display: block;
        }

        .side-bar a.qr i {
            background-image: url(../images/weixin.png);
        }

.g-icon-top {
    height: 20px;
    width: 35px;
    margin-top: -10px;
    background-position: 0 -33px;
}

.g-icon-survey1 {
    height: 23px;
    width: 26px;
    margin-top: -11px;
    background-position: 0 -53px;
}

.side-bar a.survey:hover s {
    height: 23px;
    width: 26px;
    margin-top: -11px;
    background-position: -26px -53px;
}

.g-icon-qq1 {
    height: 20px;
    width: 22px;
    margin-top: -10px;
    background-position: -35px -33px;
}

.g-icon-weibo1 {
    height: 25px;
    width: 27px;
    margin-top: -12px;
    background-position: -72px 0;
}

.g-icon-weibo2, .side-bar a.weibo:hover s {
    height: 25px;
    width: 27px;
    margin-top: -12px;
    background-position: -72px -25px;
}

.g-icon-qr1 {
    height: 33px;
    width: 36px;
    margin-top: -16px;
    background-position: -36px 0;
}

.g-icon-qr2, .side-bar a.qr:hover s {
    height: 33px;
    width: 36px;
    margin-top: -16px;
    background-position: 0 0;
}

.g-icon-mp1 {
    height: 20px;
    width: 18px;
    margin-top: -5px;
    background-position: -22px -75px;
}

.g-icon-mp2, .side-bar a.mp:hover s {
    height: 20px;
    width: 22px;
    margin-top: -5px;
    background-position: 0 -75px;
}

.g-icon-mp1, .g-icon-mp2, .g-icon-qq1, .g-icon-qr1, .g-icon-qr2, .g-icon-survey1, .g-icon-survey2, .g-icon-top, .g-icon-weibo1, .g-icon-weibo2, .side-bar a.qr:hover s, .side-bar a.survey:hover s, .side-bar a.weibo:hover s {
    background-image: url(../images/sprite.png);
}

.foot {
    border-top: 2px solid #333;
    background: #f8f8f8;
    margin-top: 3px;
    min-width: 1190px;
}

    .foot .row {
        padding: 15px;
        background: #f5f5f5;
        border-bottom: 1px solid #e8e8e8;
        height: 195px;
        width: 1160px;
        margin: 0 auto;
    }

    .foot .ewm {
        height: 195px;
        width: 220px;
        border-right: 1px solid #dedede;
        float: left;
        position: relative;
    }

    .foot .ftli {
        border-left: 1px solid #fff;
        height: 195px;
        padding-left: 40px;
        float: left;
        line-height: 1.6em;
    }

        .foot .ftli li {
            display: block;
            width: 236px;
            float: left;
        }

            .foot .ftli li.last {
                width: 156px;
            }

            .foot .ftli li h6 {
                display: block;
                height: 36px;
                margin: 5px 0 25px;
            }

                .foot .ftli li h6 a:hover img {
                    zoom: 1;
                    filter: alpha(opacity=80);
                    opacity: .8;
                }

            .foot .ftli li h5 {
                display: block;
                margin: 0 0 6px;
                font-size: 12px;
                color: #666;
                font-family: '宋体';
            }

    .foot .row02 {
        text-align: center;
        padding: 15px 0;
    }

        .foot .row02 span {
            color: #ccc;
            font-family: '宋体';
        }

        .foot .row02 s {
            font-size: 20px;
            color: #c00;
            font-weight: 700;
            text-decoration: none;
        }

    .foot .row03 {
        width: 615px;
        height: 50px;
        margin: 15px auto 5px;
        text-align: center;
    }

        .foot .row03 a {
            width: 112px;
            height: 47px;
            margin-right: 10px;
        }

            .foot .row03 a:hover {
                border: 1px solid #d5d5d5;
                width: 110px;
                height: 45px;
                overflow: hidden;
            }

.Vtui {
    height: 18px;
    width: 73px;
    position: absolute;
    display: block;
    background: url(/Content/images/tui.gif) no-repeat 0 0 transparent;
}

.Vfan {
    right: 3px;
    height: 20px;
    width: 57px;
    position: absolute;
    display: block;
    background: url(/Content/images/fan.gif) no-repeat 0 0 transparent;
}

.pos {
    position: relative;
}

.flow-tag {
    position: absolute;
    bottom: -21px;
    left: 10pc;
    width: 46px;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    z-index: 999;
}

    .flow-tag span {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2;
        overflow: hidden;
        color: #fff;
    }

    .flow-tag .new {
        background-color: #72dd79;
    }

    .flow-tag b {
        width: 2pc;
        height: 2pc;
        overflow: hidden;
        position: absolute;
        top: 7px;
        left: 7px;
        z-index: 1;
        background-color: #363e5d;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

a.scico {
    background-color: #0db55d;
    height: 22px;
    border-radius: 0 2px 2px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 8px 0px 4px;
    position: relative;
}

    a.scico::before {
        border-top: 10px solid transparent;
        border-right: 8px solid #0db55d;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        top: 0;
        left: -8px;
        width: 0;
    }

    a.scico::after {
        width: 2px;
        height: 2px;
        border: 2px solid #0db55d;
        background-color: #fff;
        border-radius: 3px;
        position: absolute;
        left: -18px;
        top: 8px;
        content: "";
    }

.scroll_horizontal {
    position: relative;
    width: 1190px;
    height: 625px;
}

    .scroll_horizontal .box {
        overflow: hidden;
        position: relative;
        width: 1190px;
        height: 625px;
        margin: 0 auto;
    }

    .scroll_horizontal .list {
        overflow: hidden;
        width: 9999px;
    }

        .scroll_horizontal .list li {
            float: left;
            width: 1190px;
        }

.db_horizontal {
    position: relative;
    width: 1190px;
    height: 315px;
}

    .db_horizontal .box {
        overflow: hidden;
        position: relative;
        width: 1190px;
        height: 315px;
        margin: 0 auto;
    }

    .db_horizontal .list {
        overflow: hidden;
        width: 9999px;
        height: 315px;
    }

        .db_horizontal .list li {
            float: left;
            width: 1190px;
            height: 315px;
        }

.site-pannel {
    position: fixed;
    right: 50%;
    margin-right: 600px;
    z-index: 99;
}

.site-bar {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    bottom: 70px;
    background: #fff;
    width: 90px;
    height: 400px;
}

.tsite-bar {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    bottom: 300px;
    background: #fff;
    width: 100px;
    height: 220px;
}

.rsite-pannel {
    position: fixed;
    left: 50%;
    margin-left: 600px;
    z-index: 99;
}

.rsite-bar {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    bottom: 70px;
    background: #fff;
    width: 90px;
    height: 400px;
}

.rtsite-bar {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    bottom: 300px;
    background: #fff;
    width: 100px;
    height: 220px;
}
