@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 200%;
    width: 100%;
    font-family: Microsoft YaHei, Arial, Verdana, sans-serif, segoe UI, Tahoma;
    
}

li {
    margin: 0;
}

.clear:before, .clear:after {
    display: table;
    content: '';
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

form, img, ul, ol, li, dl, dt, dd, option, th, video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, span, blockquote, input, select, textarea {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #5e5e5e;
}

    a:hover {
        text-decoration: none;
        color: #9ebc2b;
    }

.left {
    float: left;
}

.right {
    float: right;
}

input, button, select, textarea {
    resize: none;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei";
}

select {
    border: solid 1px #cfcfcf;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../image/arrow8.png) no-repeat scroll right center transparent;
    height: 26px;
    line-height: 26px;
    padding: 0 28px 0 10px;
}


    select::-ms-expand {
        display: none;
    }

.textarea {
    border: 1px solid #ccd1d7;
    border-radius: 4px;
    color: #ccd1d7;
    line-height: 22px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 6px;
    color: #000;
}

h1, h2, h3 {
    font-size: 100%;
    font-weight: normal;
}

i, b {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.left-arrow {
    display: inline-block;
    border: 6px solid transparent;
    border-right: 6px solid #666;
    vertical-align: middle;
}

.color-blue {
    color: #1059a8;
}

.m-wrap, .dada-width {
    width: 1200px;
    margin: 0 auto;
}


.redfont {
    color: #E22B31;
}


.cf {
    zoom: 1;
}

    .cf:after {
        content: '.';
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
    }


.hidden {
    clip: rect(1px,1px,1px,1px);
    clip: rect(1px 1px 1px 1px);
    position: absolute;
}

input {
    outline: 0;
    background: 0 0;
}

.inputtext {
    border: 1px solid #cfcfcf;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
}

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

.noborder {
    border: 0;
}

.noUnderLine {
    text-decoration: none;
}

    .noUnderLine:hover {
        text-decoration: none;
    }

.lFloat {
    float: left;
}

.rFloat {
    float: right;
}


.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}


.f15 {
    font-size: 15px;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}


.submit-btn-orange, .submit-btn-green, .submit-btn-blue {
    background-color: #f15a28;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.submit-btn-green {
    background-color: #ff334c;
}

.submit-btn-white, .submit-btn-gray {
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.submit-btn-gray {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
}

.submit-btn-blue {
    background-color: #0D59A6;
}

a.btn:hover, .submit-btn-orange:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fc3f01;
}

.submit-btn-green:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff334c;
}

.submit-btn-white:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fc3f01;
}

.submit-btn-blue:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0D59A6;
}

.submit-btn-gray:hover {
    color: #000;
    text-decoration: none;
    background-color: #e0e0e0;
}


.font_red {
    color: red !important;
}

.font_orange {
    color: #f15a28;
}

.font_green {
    color: #98C937;
}

.font_blue {
    color: #0D59A6;
}




.dada-dialogShade {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    opacity: .65;
    filter: alpha(opacity=65);
    background-color: #000;
}

.dada-dialogInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ecf0f1;
    border-radius: 4px;
    z-index: 2000;
    border: 1px solid #dfdfdf;
    box-shadow: 1px 0 4px #dfdfdf;
}

.dialogInfo-tips {
    max-width: 420px;
    min-height: 118px;
    border: 3px solid #ababab;
    background-color: #fff;
}

    .dialogInfo-tips .hd {
        padding-left: 10px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        background-color: #f3f3f3;
    }

    .dialogInfo-tips .bd {
        padding-left: 15px;
        padding-top: 20px;
    }

    .dialogInfo-tips .success {
        padding: 0 20px 20px 70px;
        max-width: 310px;
        min-height: 80px;
        background: url(../image/icon_tips_yes.png) no-repeat 10px 0;
    }

    .dialogInfo-tips .error {
        padding: 0 20px 20px 70px;
        max-width: 310px;
        min-height: 80px;
        background: url(../image/icon_tips_warn.png) no-repeat 10px 0;
    }

    .dialogInfo-tips p {
        font-size: 18px;
        line-height: 22px;
    }

.dialogInfo-msg {
    min-width: 100px;
    
    background-color: #000;
    opacity: 0.8;
    color: rgb(255, 255, 255);
    border: none;
}


    .dialogInfo-msg .bd {
        padding: 12px 25px;
        text-align: center;
    }


.dada-dialogInfo .btn-close {
    background: url(../image/hy-skin.png) no-repeat scroll 3px -511px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}







#suggest-keys {
    position: absolute;
    background: #fff;
    text-align: left;
    border: 1px solid #CCD1D7;
    height: auto !important;
    height: 20px;
    min-height: 20px;
    z-index: 999;
    font-size: 13px;
    border-radius: 0 4px 4px;
}

    #suggest-keys ul li {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        font-family: "microsoft yahei";
        cursor: pointer;
        padding: 0 5px;
    }

        #suggest-keys ul li .display-word {
            float: left;
            width: 225px;
            overflow: hidden;
            height: 25px;
        }

        #suggest-keys ul li .search-count {
            float: right;
            text-align: right;
            overflow: hidden;
            height: 25px;
            width: 180px;
        }

    #suggest-keys .search-bg {
        background: #82a201;
        color: #fff;
        border-radius: 4px;
    }



#head-base {
    width: 100%;
    min-width: 1192px;
    background-color: #f2f2f2;
    line-height: 32px;
    border-bottom: #e5e5e5 1px solid;
    color: #777;
    height: 32px;
    z-index: 1000;
    position: relative;
}

#head-row {
    width: 1192px;
    margin: 0 auto;
    text-align: right;
}

    #head-row a {
        color: #777;
        text-decoration: none;
    }

        #head-row a:hover {
            color: #98BC1B;
            text-decoration: none;
        }

    #head-row li a {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 5px;
    }

.sign {
    width: 110px;
    display: inline-block;
    float: left;
    text-align: left;
}

    .sign i {
        background: url(../image/bg17.png) no-repeat 0px 0px;
        width: 16px;
        height: 15px;
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 3px;
    }

#head-right span.phone b {
    background: url(../image/bg17.png) no-repeat 0px -82px;
    width: 14px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
}

#head-right {
    display: inline-block;
    text-align: right;
    width: 1000px;
    line-height: 35px;
    z-index: 15;
}

    #head-right span {
        border-right: 1px solid #e5e5e5;
        padding: 0px 20px 0px 15px;
        line-height: 22px;
        display: inline-block;
        z-index: 15;
    }

        #head-right span i {
            background: none;
            border: 4px solid transparent;
            border-top: 4px solid gray;
            display: inline-block;
            position: absolute;
            right: 9px;
            top: 9px;
            height: 0px;
            width: 0px;
        }

    #head-right span {
        position: relative;
    }

    #head-right #headLast {
        border: 0px;
    }

        #head-right #headLast b {
            background: url(../image/bg17.png) no-repeat 0px -40px;
            width: 25px;
            height: 22px;
            display: inline-block;
            position: relative;
            top: 5px;
        }

    #head-right #hotLine {
        font-weight: bold;
        color: #E43A3D;
        border-right: 0px;
        padding: 0px;
    }

    #head-right ul {
        display: none;
        list-style: none;
        padding-left: 0px;
        padding-top: 5px;
        width: 84px;
        position: absolute;
        left: 0px;
        top: 22px;
        background-color: white;
        text-align: center;
        line-height: 25px;
        z-index: 15;
    }

    #head-right span.hover {
        background-color: White;
    }

        #head-right span.hover ul {
            display: block;
        }

    #head-right .top-submenu:hover {
        background-color: #fff;
    }

        #head-right .top-submenu:hover ul {
            display: block;
        }

.head-log a {
    margin: 5px;
}

.header-main {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    display: table;
}

    .header-main > * {
        display: table-cell;
        vertical-align: middle;
    }

.logo {
    width: 360px;
}

    .logo a, .logo img {
        display: block;
    }

.header-search {
    width: 540px;
}

    .header-search .sleft {
        position: relative;
    }

    .header-search label {
        visibility: visible;
        color: #4a4a4a;
        line-height: 30px;
        height: 30px;
        position: absolute;
        left: 12px;
        top: 5px;
        z-index: 1;
        cursor: text;
        font-size: 14px;
    }



.ewm {
    width: 300px;
    height: 80px;
    text-align: right;
}

    .ewm img {
        display: inline-block;
        width: 200px;
        height: 100px;
    }

.search-txt {
    float: left;
    height: 40px;
    width: 430px;
    padding: 5px 10px;
    border: 1.5px solid #82a201;
    
    border-right: 0;
    font-size: 14px;
    color: #4a4a4a;
}

.search-btn {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #9cb93f;
    
    color: #fff;
    font-size: 20px;
}

.header-search .tags {
    width: 540px;
    height: auto;
    overflow: hidden;
    padding-left: 8px;
}

    .header-search .tags a {
        float: left;
        height: 30px;
        line-height: 30px;
        margin-right: 20px;
        font-size: 13px;
        color: #757474;
    }

        .header-search .tags a.redfont {
            color: #E22B31;
        }

.header-other {
    float: right;
}

    .header-other .header-cart {
        float: left;
        background: #fff;
        height: 38px;
        line-height: 36px;
        width: 120px;
        border: 1px solid #e5e5e5;
        text-align: center;
        position: relative;
        margin-top: 32px;
        margin-right: 20px;
    }

        .header-other .header-cart a {
            color: #E22B31;
            text-decoration: none;
        }

        .header-other .header-cart .iconfont {
            color: #E22B31;
            font-size: 16px;
        }

    .header-other .header-ad {
        float: right;
        margin-top: 1px;
    }

.cart-right {
    color: #999;
    font: 400 13px/13px simsun;
    height: 13px;
    width: 7px;
    margin-left: 5px;
}

.cart-num {
    display: block;
    position: absolute;
    background: #E22B31;
    color: #fff;
    min-width: 18px;
    height: 18px;
    top: 3px;
    left: 93px;
    line-height: 18px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
}

.nav {
    height: 40px;
    width: 100%;
    z-index: 98;
    border-style: solid;
    border-width: 0 0 1.5px;
    border-color: #82A201;
}

.nav-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.cate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

    .cate .cate-title {
        height: 40px;
        line-height: 40px;
        background-color: #9cb93f;
        width: 190px;
        text-align: center;
    }

        .cate .cate-title a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 17px;
            color: #fefefe;
            text-decoration: none;
            font-weight: bold;
        }


.cate-list {
    width: 190px;
    height: 450px;
    background-color: #000;
    filter: "alpha(opacity=35)";
    background-color: rgba(0,0,0,.55);
    position: relative;
    padding: 26px 0;
    display: none;
}

.show .cate-list {
    display: block;
}

.cate-list ul li {
    height: 34px;
    position: relative;
    margin-bottom: 5px;
}

    .cate-list ul li i {
        position: absolute;
        top: 5px;
        left: 45px;
        display: block;
        width: 24px;
        height: 24px;
        background: url("../image/cate_icon.png") no-repeat;
    }

    .cate-list ul li .icon-1 {
        background-position: 0 0;
    }

    .cate-list ul li .icon-2 {
        background-position: 0 -24px;
    }

    .cate-list ul li .icon-3 {
        background-position: 0 -48px;
    }

    .cate-list ul li .icon-4 {
        background-position: 0 -72px;
    }

    .cate-list ul li .icon-5 {
        background-position: 0 -96px;
    }

    .cate-list ul li .icon-6 {
        background-position: 0 -120px;
    }

    .cate-list ul li .icon-7 {
        background-position: 0 -144px;
    }

    .cate-list ul li .icon-8 {
        background-position: 0 -168px;
    }

    .cate-list ul li .icon-9 {
        background-position: 0 -192px;
    }

    .cate-list ul li .icon-10 {
        background-position: 0 -216px;
    }

    .cate-list ul li .icon-11 {
        background-position: 0 -240px;
    }

    .cate-list ul li.selected .icon-1 {
        background-position: -24px 0;
    }

    .cate-list ul li.selected .icon-2 {
        background-position: -24px -24px;
    }

    .cate-list ul li.selected .icon-3 {
        background-position: -24px -48px;
    }

    .cate-list ul li.selected .icon-4 {
        background-position: -24px -72px;
    }

    .cate-list ul li.selected .icon-5 {
        background-position: -24px -96px;
    }

    .cate-list ul li.selected .icon-6 {
        background-position: -24px -120px;
    }

    .cate-list ul li.selected .icon-7 {
        background-position: -24px -144px;
    }

    .cate-list ul li.selected .icon-8 {
        background-position: -24px -168px;
    }

    .cate-list ul li.selected .icon-9 {
        background-position: -24px -192px;
    }

    .cate-list ul li.selected .icon-10 {
        background-position: -24px -216px;
    }

    .cate-list ul li.selected .icon-11 {
        background-position: -24px -240px;
    }

    .cate-list ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 34px;
        color: #fff;
        display: block;
        font-size: 14px;
        text-indent: 75px;
        text-decoration: none;
    }

        .cate-list ul li a.hover {
            width: 190px;
            background-color: #fff;
            color: #98BC1B;
            border-top: none;
            font-size: 14px;
            text-indent: 67px;
            border-left: 8px solid rgba(130,162,1,0.8);
            font-weight: bold;
            transition: border-width 0.5s ease;
        }

.cate-detail {
    display: none;
    position: absolute;
    top: 0px;
    left: 189px;
    width: 800px;
    min-height: 450px;
    background-color: #fff;
    z-index: -5;
    border: 1px solid #98BC1B;
}

    .cate-detail .detail-data {
        width: 100%;
        height: 100%;
        display: none;
    }

        .cate-detail .detail-data .line-data {
            margin: 10px 0;
            font-size: 14px;
        }

.line-data .line-title {
    margin-top: 1px;
    font-weight: bold;
    width: 120px;
    text-align: right;
    padding-right: 20px;
    background: url("../image/more4.png") right center no-repeat;
}

.line-data .line-txt {
    width: 660px;
    margin-left: 15px;
}

    .line-data .line-txt a {
        display: inline-block;
        border-left: 1px solid #ddd;
        height: 14px;
        line-height: 14px;
        margin: 5px 0;
        padding: 0 12px;
    }

        .line-data .line-txt a.redfont {
            color: #E22B31;
        }

.navitems {
    margin-left: 210px;
    padding-left: 15px;
    z-index: 99999;
}

    .navitems li {
        float: left;
        position: relative;
    }

        .navitems li .new-ico {
            position: absolute;
            right: 0;
            top: -5px;
        }


    .navitems a {
        display: block;
        padding: 0 15px;
        font-size: 18px;
        line-height: 40px;
        color: #000;
        text-align: center;
        font-weight: bold;
    }

        .navitems a:hover {
            text-decoration: none;
            color: #82a201;
        }






.Footer {
    padding-top: 20px;
}

    .Footer p {
        color: #7e7e7e;
        line-height: 24px;
        font-size: 16px;
        text-align: center;
    }

    .Footer ul {
        margin: 20px auto;
        width: 600px;
        height: 30px;
        overflow: hidden;
    }

    .Footer li {
        float: left;
        margin-right: 45px;
    }

        .Footer li.last {
            margin-right: 0;
        }


.guide {
    width: 1192px;
    margin: 0 auto;
    float: none;
    clear: both;
    height: auto !important;
    height: 80px;
    min-height: 80px;
    border-top: #ddd 1px solid;
    border-bottom: 1px solid #cfcfcf;
}

    .guide, .guide a {
        color: #777;
        font-size: 13px;
    }

        .guide dl {
            width: 96%;
            font-size: 12px;
            margin: 10px auto;
        }

        .guide dd {
            float: left;
            width: 16.6%;
        }

        .guide dl div {
            font-size: 16px;
            font-weight: bold;
            position: relative;
            height: 52px;
            line-height: 52px;
            text-indent: 46px;
            width: 100%;
            float: none;
            clear: both;
        }

            .guide dl div b {
                display: block;
                position: absolute;
                left: 0;
                top: 8px;
                width: 38px;
                height: 38px;
                background: url(../image/ficon.gif) -2px -56px no-repeat;
            }

        .guide dl .ps div b {
            background-position: -50px -55px;
        }

        .guide dl .zf div b {
            background-position: -0px -102px;
        }

        .guide dl .sh div b {
            background-position: -50px -102px;
        }

        .guide dl .ts div b {
            background-position: -0px -150px;
        }

        .guide dl dt div b {
            background: url(../image/phone-2.gif) no-repeat;
        }

        .guide dl p {
            float: left;
            font-size: 13px;
        }

        .guide dl i {
            float: left;
            display: block;
            background: #ccc;
            border-right: #fff 1px solid;
            width: 1px;
            height: 10px;
            line-height: 10px;
            overflow: hidden;
            margin: 0 8px;
            margin-top: 6px;
            font-size: 0;
        }

        .guide dl b {
            width: 100%;
            display: block;
            float: none;
            clear: both;
            height: 1px;
            line-height: 1px;
            font-size: 0px;
            overflow: hidden;
        }

        .guide dt {
            float: right;
            width: 16.6%;
        }


#slider-bar {
    margin: 0px;
    right: 1px;
    top: 300px;
    position: fixed !important;
    z-index: 999;
}
    #slider-bar .askonline {
        width: 45px;
        height: 155px;
        background: url(../image/slider-bar.png) no-repeat;
        background-position:0 0;
    }
     #slider-bar .askonline a {
    display: block;
    height: 155px;
    width: 45px;
}
    #slider-bar .cart {
        width: 45px;
        height: 60px;
        background: url(../image/slider-bar.png) no-repeat;
        background-position: 0 -155px;
    }
         #slider-bar .cart a {
    display: block;
    height: 60px;
    width: 45px;
}
    #slider-bar .order {
        width: 45px;
        height: 60px;
        background: url(../image/slider-bar.png) no-repeat;
        background-position: 0 -215px;
    }
             #slider-bar .order a {
    display: block;
    height: 60px;
    width: 45px;
}









.crumbWrap {
    
    position: relative;
}

.crumb {
    height: 30px;
    margin: 3px 180px 0 0;
    font-size: 13px;
}

    .crumb > ul {
        height: 100%;
    }

        .crumb > ul > li {
            float: left;
            height: 100%;
            line-height: 30px;
            padding-right: 20px;
            background: url("../image/arrow-right3.png") center right no-repeat;
        }

            .crumb > ul > li.noarrow {
                background: none;
            }

            .crumb > ul > li a:hover {
                text-decoration: underline;
                color: #E22B31;
            }

    .crumb .crumbDrop {
        border: 1px dotted #cfcfcf;
        position: relative;
        z-index: 10;
        line-height: 19px;
        margin-top: 5px;
        padding: 0 15px 0 5px;
    }

        .crumb .crumbDrop > i {
            position: absolute;
            top: 0;
            right: 3px;
            display: block;
            width: 10px;
            height: 100%;
            background: url("../image/more_unfold.png") center center no-repeat;
        }

        .crumb .crumbDrop > a {
            display: block;
        }

    .crumb .crumbDrop-list {
        display: none;
        position: absolute;
        left: 0;
        
        background: #000;
        opacity: 0.9;
        border-radius: 2px;
        padding: 15px 10px;
        box-shadow: 0 0 1px #000;
    }

        .crumb .crumbDrop-list > ul {
            float: left;
            width: auto;
            box-sizing: border-box;
        }

            .crumb .crumbDrop-list > ul li {
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-right: 30px;
                padding-left: 10px;
                line-height: 2;
                float: left;
                width: 100px;
                overflow: hidden;
            }

            .crumb .crumbDrop-list > ul a {
                color: #fff;
            }

                .crumb .crumbDrop-list > ul a:hover {
                    color: #e8b189;
                }

            .crumb .crumbDrop-list > ul .crumbDrop-disabled {
                color: #999;
                cursor: default;
            }

                .crumb .crumbDrop-list > ul .crumbDrop-disabled:hover {
                    color: #999;
                    text-decoration: none;
                }

            .crumb .crumbDrop-list > ul + ul {
                border-left: 1px dashed #fff;
            }



.crumbNumber {
    position: absolute;
    top: 10px;
    right: 20px;
}

    .crumbNumber span {
        margin: 0 10px;
        font-weight: bold;
    }



em.promotions {
    font-size: 12px;
    font-weight: 100;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    background-color: #e4393c;
    color: #fff;
    padding: 0 3px;
    margin-left: 3px;
    font-style: normal;
}

em.fail {
    font-size: 12px;
    font-weight: 100;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    background-color: #dadada;
    color: #5f5f5f;
    padding: 0 3px;
    margin-left: 3px;
    font-style: normal;
}


.page-idx {
    margin: 12px 0 12px 5px;
    height: 44px;
    overflow: hidden;
    float: right;
}

    .page-idx strong, .page-idx a {
        display: inline-block;
        display: -moz-inline-stack;
        *display: inline;
        zoom: 1;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        color: #777;
        border: #ccc 1px solid;
        float: left;
        margin-right: -1px;
        text-decoration: none;
    }

        .page-idx strong, .page-idx a:hover {
            border: 1px solid #E22B31;
            color: #fff;
            background-color: #E22B31;
        }

    .page-idx .page-prev {
        margin-right: 12px;
        background-color: #fff;
        color: #777;
        height: 35px;
        border: 1px solid #ddd;
        font-weight: normal;
    }

    .page-idx .page-next {
        background-color: #fff;
        color: #777;
        margin: 0 12px;
        font-weight: normal;
        border: 1px solid #ddd;
        height: 35px;
    }

    .page-idx .page-break {
        margin: 0 8px;
        background-color: #fff;
    }

    .page-idx a {
        margin-left: 0;
    }

    .page-idx span {
        float: left;
    }

    .page-idx strong {
        background-color: #E22B31;
        float: left;
        color: #fff;
        border: 1px solid #E22B31;
    }

    .page-idx .txt {
        font-weight: 100;
        border: 0;
        margin-right: 10px;
    }

    .page-idx .txt {
        background: #fff;
    }

        .page-idx .txt span {
            font-family: Arial;
            font-size: 12px;
            font-weight: bold;
            color: #777;
        }

    .page-idx .goto {
        height: 35px;
        line-height: 35px;
        width: auto;
        padding: 0;
        border: 0;
        margin-right: 5px;
        -margin-right: 2px;
    }

        .page-idx .goto input {
            width: 45px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            vertical-align: middle;
            border: #ccc 1px solid;
            margin: 0;
        }

    .page-idx a[title="GO"] {
        margin-right: 0;
    }




.favnotice {
    padding: 0 15px 15px;
    width: 510px;
    background-color: white;
}

    .favnotice .hd {
        height: 49px;
        line-height: 49px;
    }

    .favnotice .bd {
        padding: 20px 10px 30px 20px;
        background-color: #fff;
        border-bottom: 3px solid #a7d500;
        border-top: 3px solid #a7d500;
        line-height: 30px;
    }

        .favnotice .bd .title {
            padding: 4px 0;
            color: #f15a28;
            font-size: 25px;
            text-align: center;
        }

        .favnotice .bd .fav-btns {
            padding-top: 20px;
            text-align: center;
        }

            .favnotice .bd .fav-btns a {
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                height: 35px;
                line-height: 35px;
                margin-right: 31px;
                vertical-align: middle;
                width: 106px;
            }


.login-pops .hd {
    height: 30px;
}

.login-pops .loginWrap {
    width: 392px;
    background-color: #fff;
}

    .login-pops .loginWrap .accountBox {
        margin: 0px 25px 20px;
        width: 340px;
        height: 410px;
        overflow: hidden;
    }

    .login-pops .loginWrap .title {
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .login-pops .loginWrap .title h2 {
            float: left;
            font-size: 18px;
            font-weight: 400;
        }

.login-pops .item {
    position: relative;
    width: 340px;
    height: 40px;
    border: 1px solid #dfdfdf;
}

    .login-pops .item .i-account-label {
        background: #f3f3f3 url(../image/icon_account.png) no-repeat center center;
    }

    .login-pops .item .i-pwd-label {
        background: #f3f3f3 url(../image/icon_pwd.png) no-repeat center center;
    }

    .login-pops .item .item-label {
        float: left;
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border-right: 1px solid #dfdfdf;
        background-color: #f3f3f3;
        overflow: hidden;
    }

    .login-pops .item .inputTxt {
        float: left;
        display: inline-block;
        width: 260px;
        height: 38px;
        line-height: 40px;
        border: 0;
        text-indent: 10px;
        font-size: 14px;
    }

.login-pops .item-tips {
    height: 30px;
    line-height: 30px;
    color: #ea5514;
    clear: both;
}


.item .clear-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 11px;
    right: 12px;
    background: url(../image/icon_clear.png) no-repeat center center;
    cursor: pointer;
}

.item-chk {
    margin-bottom: 6px;
}

    .item-chk .chkbox {
        position: relative;
        top: 3px;
    }

    .item-chk label {
        line-height: 20px;
        cursor: pointer;
    }

.btn {
    display: block;
    width: 338px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.item-rgt {
    margin-top: 6px;
}


    .item-rgt span {
        display: block;
        height: 20px;
    }

        .item-rgt span a {
            color: #ea5514;
        }

.coagent .hd {
    width: 100%;
    height: 20px;
    text-align: center;
    background: url(../image/bg_line.png) repeat-x left center;
}

    .coagent .hd span {
        display: inline-block;
        padding: 0 2px;
        background-color: #fff;
        line-height: 20px;
    }

.coagent ul {
    margin: 20px auto 0;
    padding-left: 30px;
    width: 340px;
}


    .coagent ul li {
        float: left;
        margin-right: 20px;
        width: 27px;
        height: 27px;
        overflow: hidden;
        cursor: pointer;
    }

        .coagent ul li a {
            
        }

        .coagent ul li.wchat {
            background: url(../image/icon_wchat.png) no-repeat left top;
        }

        .coagent ul li.qq {
            background: url(../image/icon_qq.png) no-repeat left top;
        }

        .coagent ul li.weibo {
            background: url(../image/icon_weibo.png) no-repeat left top;
        }

        .coagent ul li.miki {
            background: url(../image/icon_miki.png) no-repeat left top;
        }

        .coagent ul li.alipay {
            background: url(../image/icon_alipay.png) no-repeat left top;
        }

        .coagent ul li.taobao {
            background: url(../image/icon_taobao.png) no-repeat left top;
        }






.item.item-errors {
    border-color: #ea5514;
}

.item-tips i {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../image/icon_item_tips.png) no-repeat left center;
}