﻿html, body, form {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

ul, li {
    list-style: none;
}

.main {
    width: 1200px;
    margin: 0 auto;
}
/*右侧*/
.r-side {
    width: 36px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    background: #4a4a4a;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
   .r-side a {
        color: #fff;
    }

.r-side1 {
    position: absolute;
    top: 100px;
    right: 7px;
    width: 22px;
}
.r-side1 i {
        font-size: 18px;
    }

    .r-side1 .user {
        border-bottom: 1px solid #696969;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .r-side1 .cart {
        line-height: 22px;
        border-bottom: 1px solid #696969;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .cart-note {
    width: 22px;
    height: 22px;
    display: block;
    background: #f63;
    border-radius: 10px;
}

.r-side2 {
    position: absolute;
    bottom: 50px;
    right: 7px;
    width: 22px;
}
/*左侧*/
.l-side {
    width: 180px;
    height: 300px;
    position: fixed;
    z-index: 9999;
    bottom: 120px;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.l-side img{width:180px;height:200px;}
    



.goTop {
    cursor: pointer;
}

    .goTop i {
        font-size: 22px;
    }

.saomiao {
    position: relative;
    margin-bottom: 10px;
}

    .saomiao i {
        font-size: 22px;
    }

.er-div {
    position: absolute;
    right: 22px;
    bottom: 0;
    width: 120px;
    background: #fff;
    display: none;
}

.er {
    width: 100%;
    margin: 10px auto;
}

    .er li {
        width: 100%;
        float: left;
        text-align: center;
        color: #4b4b4b;
    }

        .er li img {
            width: 100px;
            height: 100px;
        }
/*底*/
.footer {
    background: #ebebeb;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.footer-main {
    width: 1200px;
    margin: 10px auto;
}

.footer-img {
    width: 1200px;
    height: 72px;
    background: url(../images/footer.png) no-repeat center;
    margin: 15px auto 30px auto;
}

.footer1 {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.footer1-ta {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    border-spacing: inherit;
}

.foot1-tel {
    color: #f63;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
}

.foot1-time {
    color: #434343;
    font-size: 14px;
    line-height: 25px;
}

.footer1-ta h2 {
    color: #000;
    font-size: 18px;
    line-height: 35px;
}

    .footer1-ta h2 i {
        font-size: 35px;
        color: #959595;
    }

.footer1-ta td {
    text-align: left;
    vertical-align: top;
}

.footer1-ta-ul {
    margin-left: 40px;
}

    .footer1-ta-ul li {
        line-height: 25px;
    }

        .footer1-ta-ul li a {
            color: #333;
        }

            .footer1-ta-ul li a:hover {
                text-decoration: underline;
                color: #f63;
            }

.foot-link {
    padding: 30px 0 20px 0;
    color: #000;
    font-size: 14px;
    text-align: left;
}

    .foot-link a {
        color: #959595;
    }

        .foot-link a:hover {
            color: #cc2a1e;
        }
/*头*/
.header1 {
    height: 32px;
    width: 100%;
    background: #f2f2f2;
    color: #434343;
    line-height: 32px;
    font-size: 12px;
}

    .header1 a {
        color: #434343;
        cursor: pointer;
    }

        .header1 a:hover {
            color: #cc2a1e;
        }

.header2 {
    height: 95px;
    position: relative;
}

.header2-logo {
    height: 60px;
    position: absolute;
    left: 0;
    top: 17px;
}

    .header2-logo img {
        height: 60px;
    }

.header2-search {
    width: 600px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 300px;
    border-radius: 20px;
    border: 2px solid #f63;
}

.header2-search-ta {
    border-collapse: collapse;
    border-spacing: inherit;
    margin-bottom: 5px;
}

    .header2-search-ta td {
        height: 37px;
    }

    .header2-search-ta .td1 {
        width: 550px;
    }

    .header2-search-ta .td2 {
        width: 305px;
    }

    .header2-search-ta .td3 {
        width: 40px;
    }

    .header2-search-ta td input {
        height: 37px;
        border: 0;
        margin-left: 5px;
        line-height: 37px;
        display: inline-block;
        float: left;
        background-color: #fff;
    }

.header2-input1 {
    width: 200px;
}

.header2-input2 {
    width: 275px;
}

.header2-btn {
    width: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-image: url(/Resource/images/sou_main.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.header2-search p {
    line-height: 29px;
}

.header2-search .td1 a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    height: 34px;
    max-width: 250px;
    min-width: 80px;
    border-radius: 17px;
    background-color: #f63;
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
    line-height: 34px;
    text-indent: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.header2-tel {
    color: #f63;
    line-height: 60px;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 260px;
    height: 62px;
    overflow: hidden;
    text-align: center;
}

    .header2-tel i {
        font-size: 28px;
    }

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.nav {
    height: 40px;
    width: 100%;
    border-bottom: 2px solid #f63;
}

.nav-left {
    width: 190px;
    line-height: 40px;
    background: #f63;
    color: #fff;
    font-size: 18px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 99;
}

.nav-ul {
    display: inline-block;
}

    .nav-ul li {
        width: 120px;
        text-align: center;
        font-size: 16px;
        display: inline-block;
        line-height: 40px;
    }

        .nav-ul li a {
            color: #f63;
        }

.nav-right {
    width: 250px;
    float: right;
    line-height: 40px;
}

    .nav-right i {
        font-size: 20px;
    }

.sidebar {
    width: 220px;
    height: 40px;
    overflow: hidden;
    float: right;
}

.marquee {
    width: 200px;
    margin: 0;
    padding: 0;
}

    .marquee li {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

        .marquee li a {
            color: #434343;
        }

.sort-ul {
    width: 190px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    display: none;
    box-shadow: -1px 3px 12px -1px rgba(0,0,0,.3);
}

    .sort-ul > li {
        padding: 5px 10px;
        cursor: pointer;
        line-height: 23px;
    }

    .sort-ul li i {
        color: #999;
        font-size: 20px;
    }

.sort-div1 {
    width: 160px;
    float: right;
    line-height: 23px;
    text-align: left;
}

    .sort-div1 h3 {
        font-weight: normal;
        color: #000;
    }

.sort-hot {
}

    .sort-hot a {
        color: #999;
        font-size: 12px;
        width: 75px;
        display: inline-block;
    }

        .sort-hot a:hover {
            color: #f63;
        }

.sort_div2 {
    width: 733px;
    height: 330px;
    border: 1px solid #f63;
    position: absolute;
    left: 190px;
    top: 2px;
    *top: 2px;
    z-index: 100;
    padding: 8px;
    background: #fff;
    display: none;
    overflow: hidden;
}

.sort-ta {
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
    font-size: 14px;
}

.sort-ta-td1 {
    width: 100px;
    text-align: left;
    font-weight: bold;
    color: #666;
    line-height: 30px;
    vertical-align: top;
}

.sort-ta-ul {
    border-bottom: 1px solid #e5e5e5;
    width: 616px;
    margin-bottom: 8px;
}

    .sort-ta-ul li {
        padding: 0 8px;
        border-right: 1px solid #ccc;
        margin: 5px auto;
        line-height: 20px;
        float: left;
    }

        .sort-ta-ul li a {
            color: #666;
        }

            .sort-ta-ul li a:hover {
                color: #f63;
                text-decoration: underline;
            }

        .sort-ta-ul li:last-child {
            border: 0;
        }

/*shouye*/
/*轮播图部分*/
.content1 {
    width: 100%;
    height: 348px;
}

.login-div {
    position: relative;
    height: 0;
}

.login-div1 {
    height: 348px;
    width: 270px;
    position: absolute;
    top: -348px;
    right: 0;
    background: rgba(0,0,0,0.4);
}

.login-main {
    width: 225px;
    margin: 35px auto auto auto;
}

.login-main-dh {
    width: 100%;
    line-height: 30px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.login-txt {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    border: 0;
    text-indent: 5px;
    background: #fff;
}

.login-btn {
    width: 100%;
    height: 36px;
    border: 0;
    background: #f63;
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    line-height: 36px;
    letter-spacing: 10px;
}

    .login-btn:hover {
        color: #fff;
        line-height: 38px;
    }

.content2-dh {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 40px;
}

.content2-dh1 {
    width: 90px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 39px;
    text-align: center;
    border-bottom: 3px solid #f63;
    color: #f63;
    font-size: 16px;
}

.content2-dh .more {
    color: #a4a4a4;
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.content2-left {
    width: 930px;
    float: left;
}

.hot-p-ul {
}

    .hot-p-ul li {
        width: 155px;
        float: left;
        text-align: center;
        margin-top: 10px;
        line-height: 30px;
    }

        .hot-p-ul li a {
            color: #434343;
        }

        .hot-p-ul li img {
            border: 1px solid #ccc;
            width: 145px;
            height: 145px;
        }

        .hot-p-ul li:hover a {
            color: #f63;
        }

        .hot-p-ul li:hover img {
            border: 1px solid #f63;
        }

        .hot-p-ul li p {
            overflow: hidden;
            display: block;
            width: 100%;
            white-space: nowrap;
            word-wrap: normal;
            text-overflow: ellipsis;
        }

.content2-right {
    width: 248px;
    float: right;
}

.article-ul {
    margin: 10px auto;
}

    .article-ul li {
        height: 25px;
        width: 248px;
        line-height: 25px;
        overflow: hidden;
        font-size: 12px;
    }

        .article-ul li a {
            color: #434343;
        }

            .article-ul li a:hover {
                color: #f63;
            }

.content3 {
    height: 450px;
    position: relative;
    margin-top: 15px;
}

.per100 {
    width: 100%;
    height: 100%;
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

.rpL {
    background-position: left center;
}

.rpR {
    background-position: right center;
}

.content3 .c3list {
    width: 149px;
    height: 149px;
    background-color: #f63;
    line-height: 149px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.c3list2 {
    width: 149px;
    height: 149px;
    position: absolute;
    left: 450px;
    top: 0px;
}

.c3list3 {
    width: 149px;
    height: 149px;
    position: absolute;
    left: 600px;
    top: 0px;
}

.c3list1 {
    width: 299px;
    height: 149px;
    position: absolute;
    left: 150px;
    top: 0px;
}

.c3list4 {
    width: 149px;
    height: 149px;
    position: absolute;
    left: 750px;
    top: 0px;
}

.c3list5 {
    width: 300px;
    height: 149px;
    position: absolute;
    left: 900px;
    top: 0px;
}

.c3list8 {
    width: 299px;
    height: 149px;
    position: absolute;
    left: 0px;
    top: 150px;
}

.c3list9 {
    width: 149px;
    height: 149px;
    position: absolute;
    left: 0px;
    top: 300px;
}

.c3list10 {
    width: 149px;
    height: 149px;
    position: absolute;
    left: 150px;
    top: 300px;
}

.c3list7 {
    width: 149px;
    height: 299px;
    position: absolute;
    left: 300px;
    top: 150px;
}

.c3list6 {
    width: 299px;
    height: 299px;
    position: absolute;
    left: 450px;
    top: 150px;
}

.c3list11 {
    width: 299px;
    height: 299px;
    position: absolute;
    left: 750px;
    top: 150px;
}

.c3list12 {
    width: 150px;
    height: 299px;
    position: absolute;
    left: 1050px;
    top: 150px;
}

.opacity20 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 888;
    background-color: #000;
    filter: alpha(opacity="20");
    opacity: 0.2;
}

.cgO70 {
    filter: alpha(opacity="70");
    opacity: 0.7;
}

.ctInfo h3 {
    font-size: 13px;
    line-height: 20px;
    padding: 4px 5px;
    color: #fff;
}

    .ctInfo h3 a {
        color: #fff;
    }

.ctInfo .ctDes {
    font-size: 13px;
    line-height: 18px;
    padding: 4px 5px;
    color: #fff;
}

    .ctInfo .ctDes span {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        background-color: #3b3c3f;
        filter: alpha(opacity="70");
        opacity: 0.7;
    }

    .ctInfo .ctDes p {
        position: relative;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .ctInfo .ctDes a {
        color: #fff;
    }

.TL3 {
    left: 3px;
    top: 3px;
}

.boxLT {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.boxLB {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.boxRT {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.boxRB {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.none {
    display: none;
}

.c3Img1 {
    background-image: url(../images/img1.png);
}

.c3Img2 {
    background-image: url(../images/img2.png);
}

.c3Img3 {
    background-image: url(../images/img3.png);
}

.c3Img4 {
    background-image: url(../images/img4.png);
}

.c3Img5 {
    background-image: url(../images/img5.png);
    background-position: -55px center;
    background-position: -70px center\9;
    *background-position: -70px center;
}

.c3Img6 {
    background-image: url(../images/img6.png);
}

.c3Img7 {
    background-image: url(../images/img7.png);
}

.c3Img8 {
    background-image: url(../images/img8.png);
}

.c3Img9 {
    background-image: url(../images/img9.png);
}

.c3Img10 {
    background-image: url(../images/img10.png);
}

.c3Img11 {
    background-image: url(../images/img11.png);
}

.c3Img12 {
    background-image: url(../images/img12.png);
    background-size: 100% auto;
}

.ctBg1 {
    background-color: #00B6B6;
}

.ctBg2 {
    background-color: #44454A;
}

.ctBg3 {
    background-color: #A1865F;
}

.ctBg4 {
    background-color: #B1B458;
}

.ctBg5 {
    background-color: #F4BF46;
}

.ctBg6 {
    background-color: #3E4651;
}

.ctBg7 {
    background-color: #DE493D;
}

.ctBg8 {
    background-color: #CA4E89;
}

.ctBg9 {
    background-color: #5969AE;
}

.ctBg10 {
    background-color: #5CCA9A;
}

.ctBg11 {
    background-color: #F16536;
}

.ctBg12 {
    background-color: #549EBC;
}

.posR {
    position: relative; /*z-index:10;*/
}

.posA {
    position: absolute;
    z-index: 10;
}

.posF {
    position: fixed;
}

.posR5 {
    position: relative;
    z-index: 5;
}

.z10 {
    z-index: 10;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.content3 .hover .per100 a {
    display: block;
    width: 100%;
    height: 100%;
}

.content3 .hover:hover .opacity20 {
    display: none;
}

.content3 .hover:hover .cgO70 {
    filter: alpha(opacity="100");
    opacity: 1;
}

.content3 .hover:hover .per100 {
    background-size: 100% auto;
    background-position: -5% -5%;
}

.content3 .hover:hover .cgImg12 {
    background-size: 115% auto;
    background-position: center center;
}

.content3 .hover:hover .ctInfo {
    display: block;
    font-size: 0;
}

.content4 .c3list1 {
    left: 150px;
    top: 0px;
}

.content4 .c3list4 {
    left: 450px;
    top: 0px;
}

.content4 .c3list5 {
    left: 600px;
    top: 0px;
    width: 299px;
}

.content4 .c3list2 {
    left: 900px;
    top: 0px;
}

.content4 .c3list3 {
    left: 1050px;
    top: 0px;
    width: 150px;
}

.content4 .c3list6 {
    left: 0px;
    top: 150px;
}

.content4 .c3list7 {
    left: 300px;
    top: 150px;
}

.content4 .c3list11 {
    left: 450px;
    top: 150px;
}

.content4 .c3list12 {
    left: 750px;
    top: 150px;
    width: 149px;
}

.content4 .c3list9 {
    left: 900px;
    top: 150px;
}

.content4 .c3list10 {
    left: 1050px;
    top: 150px;
    width: 150px;
}

.content4 .c3list8 {
    left: 900px;
    top: 300px;
}

.pagebody {
    width: 1200px;
    margin: 0 auto;
}
/*找回密码*/
.w {
    width: 990px;
    margin: 0 auto;
    background: #fff;
}

.mod-main {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

    .mod-main .mt {
        display: inline-block;
        display: block;
        padding: 10px;
    }

        .mod-main .mt:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    * html .mod-main .mt {
        height: 1%;
    }

    * + html .mod-main .mt {
        min-height: 1%;
    }

        .mod-main .mt h3 {
            float: left;
            font-family: "Microsoft YaHei";
            font-size: 16px;
            color: #333;
            line-height: 20px;
        }

        .mod-main .mt .extra-l {
            float: left;
        }

            .mod-main .mt .extra-l li {
                float: left;
                padding-left: 20px;
            }

                .mod-main .mt .extra-l li a {
                    display: inline-block;
                    padding-bottom: 2px;
                    color: #999;
                }

                    .mod-main .mt .extra-l li a:hover, .mod-main .mt .extra-l li a:hover em {
                        color: #f63;
                    }

                    .mod-main .mt .extra-l li a.curr {
                        padding-bottom: 0;
                        color: #f63;
                        border-bottom: 2px solid #f63;
                        font-weight: 700;
                        cursor: pointer;
                        text-decoration: none;
                    }

                .mod-main .mt .extra-l li.fore-last {
                    border-right: 0;
                }

            .mod-main .mt .extra-l em {
                margin-left: 5px;
            }

        .mod-main .mt .extra-r {
            float: right;
        }

.mod-comm {
    padding: 10px 20px 20px;
}


.mod-main .mc {
    overflow: visible;
    line-height: 20px;
}

#sflex04 {
    width: 640px;
}

.stepflex {
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto;
    display: block;
}

    .stepflex:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .stepflex dl {
        float: left;
        position: relative;
        width: 160px;
        top: -5px;
        border-top: 5px solid #ccc;
        left: 0px;
    }

dl.doing {
    border-top-color: #7abd54;
}

.s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url('../images/step2017.png');
    line-height: 23px;
}

.hover {
    cursor: pointer;
}

.doing .s-num {
    background-position: -23px 0;
}

.s-text {
    color: #ccc;
}

.doing .s-text {
    color: #7abd54;
}

.doing b, .doing s, .first s, .last b {
    width: 5px;
    height: 5px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    top: -5px;
    background-image: url('../images/step2017.png');
    overflow: hidden;
}

.first s {
    background-position: 0 -24px;
    background-color: #fff;
}

.stepflex s {
    left: 0;
}

.stepflex b {
    right: 0;
}

.last b {
    background-position: -5px -24px;
    background-color: #fff;
}

.last .s-num {
    background-position: -68px 0;
}

.doing s {
    background-position: -23px -24px;
}

.doing b {
    background-position: -28px -24px;
    background-color: #ccc;
}

.doing.last s, .doing.normal s {
    background-color: #caecb6;
}

.doing.last b {
    background-color: #fff;
}

.doing.last .s-num {
    background-position: -91px 0;
}

dl.done {
    border-top-color: #caecb6;
}

.done .s-num {
    background-position: -46px 0;
}

.done .s-text {
    color: #caecb6;
}

.done s {
    background-position: -46px -24px;
}

.done b {
    background-position: -51px -24px;
}

.form .item {
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
}

    .form .item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

* html .form .item {
    height: 1%;
}

* + html .form .item {
    min-height: 1%;
}

    .form .item span.label {
        float: left;
        height: 18px;
        line-height: 18px;
        padding: 6px 0;
        width: 100px;
        text-align: right;
    }

.fl {
    float: left;
}

.form .area, .form .itxt, .form .sele, .form .selt {
    line-height: 18px;
    border: 1px solid #ccc;
    padding: 5px;
    float: none;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

.form .itxt, .form .text {
    height: 18px;
    width: 127px;
    padding: 5px 23px 5px 5px;
}

div.form .itxt, div.form .text {
    padding: 8px 23px 8px 5px;
}

.msg-error {
    color: #FF5722;
    font-size: 14px;
}

clear, .clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

img {
    border: 0;
    vertical-align: middle;
}

.ml10 {
    margin-left: 10px;
}

.ftx-05, .ftx05 {
    color: #005ea7;
}

.btn-5, .btn-6, .btn-7, .btn-8 {
    background-color: #f5fbef;
    background-image: -moz-linear-gradient(top,#f5fbef,#eaf6e2);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f5fbef),color-stop(1,#eaf6e2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fbef', endColorstr='#eaf6e2', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fbef', endColorstr='#eaf6e2');
    background-image: linear-gradient(to bottom,#f5fbef 0,#eaf6e2 100%);
    border-radius: 2px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 18px;
    line-height: 18px;
    border: 1px solid #bfd6af;
    padding: 2px 14px 3px;
    color: #323333;
}

    .btn-5:hover, .btn-6:hover, .btn-7:hover, .btn-8:hover {
        background-color: #f6fbf3;
        background-image: -moz-linear-gradient(top,#f6fbf3,#eef7e8);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f6fbf3),color-stop(1,#eef7e8));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fbf3', endColorstr='#eef7e8', GradientType='0');
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fbf3', endColorstr='#eef7e8');
        background-image: linear-gradient(to bottom,#f6fbf3 0,#eef7e8 100%);
    }

    .btn-5:link, .btn-5:visited, .btn-6:link, .btn-6:visited, .btn-7:link, .btn-7:visited, .btn-8:link, .btn-8:visited {
        color: #323333;
        text-decoration: none;
    }

.btn-10, .btn-11, .btn-12, .btn-9 {
    background-color: #F7F7F7;
    background-image: -moz-linear-gradient(top,#F7F7F7,#F3F2F2);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F7F7F7),color-stop(1,#F3F2F2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2');
    background-image: linear-gradient(to bottom,#F7F7F7 0,#F3F2F2 100%);
    border-radius: 2px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    padding: 2px 14px 3px;
    color: #323333;
}

    .btn-10:hover, .btn-11:hover, .btn-12:hover, .btn-9:hover {
        background-color: #f8f8f8;
        background-image: -moz-linear-gradient(top,#f8f8f8,#f5f5f5);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(1,#f5f5f5));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType='0');
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5');
        background-image: linear-gradient(to bottom,#f8f8f8 0,#f5f5f5 100%);
    }

    .btn-10:link, .btn-10:visited, .btn-11:link, .btn-11:visited, .btn-12:link, .btn-12:visited, .btn-9:link, .btn-9:visited {
        color: #323333;
        text-decoration: none;
    }

#content .btn-10, #content .btn-14, #content .btn-4 {
    padding: 8px 14px;
    font-size: 14px;
}

#content .form .item span.label {
    width: 150px;
    font-size: 14px;
    color: #999;
    padding: 8px 0;
}

.safe-icon-box .m-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url('../images/icon48.png') no-repeat;
}

.safe-icon-box {
    position: relative;
    _height: 48px;
    _overflow: visible;
    margin: 10px 0 0 130px;
}

    .safe-icon-box .icon-succ02 {
        background-position: 0 0;
    }

    .safe-icon-box .icon-wrong02 {
        background-position: -48px 0;
    }

    .safe-icon-box .icon-warn02 {
        background-position: -94px 0;
    }

    .safe-icon-box .fore {
        margin-left: 58px;
        line-height: 25px;
    }

.ftx-02 {
    color: #71b247;
}

.ftx-03 {
    color: #999;
}

/*在线采购*/
.search-left {
    width: 1000px;
    float: left;
}

.crumbs-bar {
    position: relative;
    padding-top: 15px;
    margin-bottom: 5px;
    z-index: 6;
}

.crumbs-nav {
    line-height: 24px;
    padding-right: 125px;
}

.crumbs-nav-item {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.crumbs-first {
    color: #999;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
}

.crumbs-arrow {
    float: left;
    margin-right: 5px;
    font-family: "Helvetica Neue","Hiragino Sans GB",SimSun,serif;
    font-style: normal;
}

a.top-select-item {
    width: 250px;
}

.top-select-item em {
    text-align: left;
    text-indent: 0;
    display: inline-block;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top-select-item b {
    font-weight: 400;
    color: #333;
}



.top-select-item i {
    display: inline-block;
    width: 15px;
    height: 22px;
    text-indent: 0px;
    background: url(../images/search.ele.png) no-repeat 0px -160px;
    vertical-align: top;
    margin-top: 8px;
}

.crumb-select-item {
    position: relative;
    float: left;
    height: 22px;
    line-height: 22px;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0 26px 0 4px;
    cursor: pointer;
    background: #f3f3f3;
}

    .crumb-select-item b {
        font-weight: 400;
        color: #333;
    }

    .crumb-select-item em {
        color: #f63;
    }

    .crumb-select-item i {
        display: block;
        position: absolute;
        width: 25px;
        height: 22px;
        right: 0;
        top: 0;
        background: url(../images/search.ele.png) no-repeat 7px -140px;
    }

    .crumb-select-item:hover {
        border-color: #f63;
        text-decoration: none;
        background: #fff;
    }

        .crumb-select-item:hover i {
            background-color: #f63;
            background-position: 7px -158px;
        }

.crumbs-nav-item .search-key {
    margin-left: 5px;
}

.J_selectorLine {
    height: 36px;
    overflow: hidden;
}

.s-category {
    height: auto;
}

.selector {
    background: #fff;
    border: 1px solid #DDD;
    margin-bottom: 10px;
    font-size: 12px;
}

    .selector .sl-wrap {
        position: relative;
        _zoom: 1;
        line-height: 34px;
        background: #f3f3f3;
    }

    .selector .sl-key {
        float: left;
        width: 100px;
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
    }

    .selector .sl-value {
        margin-left: 110px;
        padding-right: 80px;
        padding-left: 10px;
        overflow: hidden;
        zoom: 1;
        background: #fff;
    }

    .selector .sl-v-list {
        overflow: hidden;
        zoom: 1;
        padding-top: 4px;
    }

        .selector .sl-v-list ul {
            float: left;
            overflow: hidden;
            zoom: 1;
            position: relative;
        }

        .selector .sl-v-list li {
            float: left;
            _display: inline;
            margin-right: 50px;
            margin-bottom: 4px;
            height: 26px;
            line-height: 26px;
        }

            .selector .sl-v-list li a {
                float: left;
                white-space: nowrap;
                zoom: 1;
                color: #005aa0;
            }

                .selector .sl-v-list li a:hover {
                    color: #f63;
                }

    .selector .sl-ext {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 55px;
        height: auto;
        line-height: 22px;
        overflow: hidden;
        zoom: 1;
    }

        .selector .sl-ext .sl-e-more {
            float: left;
            margin-right: 10px;
            position: relative;
            width: 39px;
            height: 23px;
            line-height: 23px;
            padding: 0 7px 0 4px;
            background: #fff;
            color: #333;
            border: 1px solid #ddd;
        }

            .selector .sl-ext .sl-e-more i {
                background: url(../images/search.ele.png) no-repeat 9999px 9999px;
                transition: background-position .15s ease-in-out;
                position: absolute;
                top: 1px;
                right: 2px;
                display: block;
                width: 20px;
                height: 20px;
                background-position: 4px 7px;
            }

        .selector .sl-ext:hover .sl-e-more {
            text-decoration: none;
            color: #f63;
        }

            .selector .sl-ext:hover .sl-e-more i {
                background-color: #f63; /*background-position:4px -11px;*/
            }

        .selector .sl-ext .opened i {
            background-position: 4px -27px;
        }
    /*.selector .sl-ext:hover .opened i{background-position:4px -45px}*/

    .selector .s-category .extend {
        margin-top: -1px;
        background: #f9f9f9;
    }

        .selector .s-category .extend .sl-key {
            padding-left: 10px;
        }

        .selector .s-category .extend .sl-value {
            margin-left: 108px;
            background: #fff;
        }

        .selector .s-category .extend .sl-ext {
            right: 10px;
        }

    .selector .sl-v-list li.no-relate-cat {
        display: none;
    }

    .selector .s-category .sl-v-list li.no-relate-cat {
        display: block;
    }

.f-line {
    height: 25px;
    background: #f1f1f1;
    padding: 6px 8px;
    border-bottom: 1px solid #e7e3e7;
    zoom: 1;
}

    .f-line .f-sort {
        float: left;
        margin-right: 13px;
    }

        .f-line .f-sort a {
            float: left;
            padding: 0 9px;
            height: 23px;
            border: 1px solid #CCC;
            line-height: 23px;
            margin-right: -1px;
            background: #FFF;
            color: #333;
        }

        .f-line .f-sort .fs-tit {
            display: inline-block;
            vertical-align: top;
        }

        .f-line .f-sort .fs-down {
            display: inline-block;
            width: 7px;
            margin-left: 5px;
            vertical-align: top;
        }

        .f-line .f-sort .arrow {
            float: left;
            width: 7px;
            overflow: hidden;
            background: url(../images/sprite-arrow.png) no-repeat 0 -100px;
            height: 11px;
            margin-top: 6px;
        }

        .f-line .f-sort a:hover {
            position: relative;
            text-decoration: none;
            border-color: #f63;
            color: #f63;
        }

            .f-line .f-sort a:hover .fs-down .arrow {
                background-position: 0 -140px;
            }

        .f-line .f-sort a.curr {
            border-color: #f63;
            background: #f63;
            color: #FFF;
        }

            .f-line .f-sort a.curr .arrow-top {
                background-position: -10px -120px;
            }
            /*.f-line .f-sort a.curr .arrow-bottom{background-position:-10px -130px}*/
            .f-line .f-sort a.curr .fs-down .arrow {
                background-position: 0 -120px;
            }

    .f-line .f-pager {
        float: right;
    }

        .f-line .f-pager .fp-text {
            line-height: 23px;
            margin-right: 10px;
            font-family: verdana;
        }

            .f-line .f-pager .fp-text b, .f-line .f-pager .fp-text em, .f-line .f-pager .fp-text i {
                font-weight: 400;
                font-style: normal;
            }

            .f-line .f-pager .fp-text b {
                color: #f63;
                font-weight: 700;
            }

        .f-line .f-pager .fp-next, .f-line .f-pager .fp-prev, .f-line .f-pager .fp-text {
            float: left;
        }

        .f-line .f-pager .fp-next, .f-line .f-pager .fp-prev {
            width: 46px;
            height: 23px;
            border: 1px solid #DDD;
            background: #FFF;
            line-height: 23px;
            font-family: "\5b8b\4f53";
            text-align: center;
            font-size: 16px;
            color: #AAA;
        }

        .f-line .f-pager .fp-prev {
            margin-right: -1px;
        }

            .f-line .f-pager .fp-next.disabled, .f-line .f-pager .fp-prev.disabled {
                padding: 0;
                background: #F1F1F1;
                color: #CCC;
                cursor: default;
            }

.f-type {
    display: inline-block;
    width: 50px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #ccc;
    padding-left: 5px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    float: left;
    margin-left: -1px;
}

    .f-type:hover {
        color: #f63;
    }

.f-type-cur {
    color: #f63;
    background: #F1EDEC;
}

.f-type i {
    font-size: 14px;
}

.search-items1 {
    width: 100%;
    margin: 10px auto;
}

    .search-items1 li {
        width: 20%;
        float: left;
        margin-bottom: 15px;
    }

.search-item1 {
    width: 174px;
    margin: 0 auto;
    border: 1px solid #efefef;
    padding: 8px;
}

    .search-item1:hover {
        border-color: #f63;
    }

    .search-item1 .pic {
        width: 174px;
        height: 174px;
        position: relative;
    }

        .search-item1 .pic img {
            width: 174px;
            height: 174px;
        }

    .search-item1 .no-product {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 24px;
        line-height: 24px;
        background: rgba(0,0,0,0.5);
        color: #fff;
        text-align: center;
    }

    .search-item1 .price {
        color: #f63;
        font-weight: bold;
        font-size: 16px;
        text-align: left;
        line-height: 30px;
    }

    .search-item1 .name {
        line-height: 24px;
        height: 24px;
        width: 100%;
        overflow: hidden;
    }

        .search-item1 .name a {
            color: #434343;
        }

            .search-item1 .name a:hover {
                color: #f63;
            }

    .search-item1 .operate {
        margin-top: 5px;
    }

        .search-item1 .operate .o-btn {
            float: left;
            height: 25px;
            line-height: 25px;
            border: 1px solid #DDD;
            padding: 0 3px;
            background: #fff;
            color: #999;
            font-size: 12px;
        }

            .search-item1 .operate .o-btn:hover {
                color: #f63;
                border-color: #f63;
            }

        .search-item1 .operate .buy {
            width: 45px;
            color: #f63;
        }

        .search-item1 .operate .account {
            width: 40px;
            position: relative;
        }

    .search-item1 .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
        height: 25px;
        text-align: center;
        border: 0;
    }

    .search-item1 .btn-reduce, .search-item1 .btn-add {
        position: absolute;
        height: 12px;
        width: 16px;
        text-align: center;
        background: #f1f1f1;
        border: 1px solid #ccc;
        line-height: 12px;
    }

    .search-item1 .operate .account .btn-reduce {
        bottom: 0;
        right: 0;
    }

    .search-item1 .operate .account .btn-add {
        top: 0;
        right: 0;
    }

    .search-item1 .operate .addcart {
        width: 65px;
        text-align: center;
        color: #f63;
    }

        .search-item1 .operate .addcart i {
            font-size: 13px;
        }

/*分页*/
.page {
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 15px auto;
}

.page_count {
    color: #5a5b5b;
    font-size: 14px;
}

.page_a {
    padding: 3px 5px;
    color: #5a5b5b;
    border: 1px solid #ccc;
}

    .page_a:hover {
        border: 1px solid #f63;
    }

.search-items2 {
    width: 100%;
    margin-top: 15px;
}

    .search-items2 li {
        margin-bottom: 25px;
        line-height: 30px;
        color: #666;
    }

.search-item {
    background: #fff;
    border: 0;
    border-collapse: collapse;
    width: 100%;
    border: 0;
}

    .search-item td {
        vertical-align: middle;
    }

    .search-item .pic {
        width: 99px;
        height: 99px;
        border: 1px solid #ededed;
    }

.orange {
    color: #f63;
}

.search-item .search-p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-item .search-p1 {
    width: 270px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.search-p4 {
    width: 320px;
    position: relative;
}

.search-note1 {
    position: absolute;
    right: 0;
    top: 0;
    color: #ff0000;
    width: 40px;
    height: 30px;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    text-align: center;
    border-color: #fff;
    z-index: 2;
    cursor: pointer;
}

    .search-note1.active {
        border-color: #ccc;
        background: #fff;
    }

.search-note2 {
    position: absolute;
    top: 30px;
    left: 0;
    border: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    background: #fff;
    z-index: 1000;
    display: none;
    max-height: 600px;
    overflow: auto;
}

.search-note-ul {
    width: 554px;
}

    .search-note-ul li {
        width: 260px;
        height: 20px;
        overflow: hidden;
        padding: 0 8px;
        float: left;
        text-align: left;
        line-height: 20px;
        margin-bottom: 5px;
        font-family: 'simSun';
        font-size: 14px;
    }

        .search-note-ul li a {
            color: #666;
        }

.search-item .price {
    font-size: 16px;
    color: #f63;
    font-weight: 600;
    width: 100px;
}

.wrap_input {
    height: 35px;
    width: 200px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .wrap_input a {
        border: 1px solid #b2b2b2;
        height: 33px;
        line-height: 33px;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 15px;
        color: #333;
        text-align: center;
    }

    .wrap_input .btn-reduce {
        left: 0;
    }

    .wrap_input .btn-add {
        left: 73px;
    }

    .wrap_input .text {
        border-color: #b2b2b2;
        border-style: solid;
        border-width: 1px 0;
        box-shadow: 1px 1px 4px 0 #eee inset;
        height: 18px;
        margin-left: 17px;
        outline: 0 none;
        padding: 7px 2px 8px;
        text-align: center;
        width: 52px;
    }

.wrap-input .text:focus {
    box-shadow: 1px 1px 4px 0 #ddd inset;
}

.search-btn1 {
    display: block;
    width: 80px;
    height: 27px;
    line-height: 27px;
    background: #f63;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

    .search-btn1:hover {
        color: #fff;
    }

.search-right {
    width: 180px;
    float: right;
    background: #fff;
    border: 1px solid #ddd;
}

.stitle {
    line-height: 36px;
    padding-left: 10px;
    margin-bottom: 10px;
}

    .stitle h3 {
        font-size: 14px;
        font-family: "microsoft yahei";
        font-weight: 700;
    }

.s-ul {
}

    .s-ul li {
        padding-left: 9px;
        padding-right: 9px;
        margin-bottom: 20px;
    }

    .s-ul .s-img {
        height: 160px;
        margin-bottom: 10px;
    }

        .s-ul .s-img img {
            width: 160px;
            height: 160px;
        }

    .s-ul .s-price {
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        overflow: hidden;
        color: #f63;
        font-weight: 400;
    }

    .s-ul .s-name {
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        padding: 0 10px;
    }

/*商品详情*/
.main-dh {
    line-height: 45px;
    color: #000;
}

    .main-dh a {
        color: #000;
    }

        .main-dh a:hover {
            color: #f63;
        }
/*图片放大镜样式*/
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 350px;
    height: 350px;
}

    .jqzoom img {
        width: 350px;
        height: 350px;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 350px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
    width: 350px;
    height: 350px;
    border: 1px solid #DFDFDF;
}

.spec-scroll {
    clear: both;
    margin-top: 25px;
    width: 352px;
}

    .spec-scroll .prev {
        float: left;
        margin-right: 4px;
    }

    .spec-scroll .next {
        float: right;
    }

    .spec-scroll .prev, .spec-scroll .next {
        display: block;
        font-family: 'simSun';
        text-align: center;
        width: 10px;
        height: 54px;
        line-height: 54px;
        border: 1px solid #CCC;
        background: #EBEBEB;
        cursor: pointer;
        text-decoration: none;
    }

    .spec-scroll .items {
        float: left;
        position: relative;
        width: 322px;
        height: 56px;
        overflow: hidden;
    }

        .spec-scroll .items ul {
            position: absolute;
            width: 999999px;
            height: 56px;
        }

            .spec-scroll .items ul li {
                float: left;
                width: 64px;
                text-align: center;
            }

                .spec-scroll .items ul li img {
                    border: 1px solid #CCC;
                    padding: 2px;
                    width: 50px;
                    height: 50px;
                }

                    .spec-scroll .items ul li img:hover {
                        border: 2px solid #FF6600;
                        padding: 1px;
                    }

.product-title {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.product-price {
    padding: 5px 10px;
    background: #f6f6f6;
    height: 40px;
    line-height: 40px;
    color: #f63;
    font-size: 20px;
    font-weight: 600;
}

.product-ta {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    margin-top: 10px;
}

    .product-ta td {
        vertical-align: top;
        line-height: 24px;
    }

.product-note {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    height: 24px;
    overflow: hidden;
    text-align: left;
}

.buy_btn {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #f63;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    font-family: 'Microsoft YaHei';
    *display: inline;
    *zoom: 1;
    display: inline-block;
}

.addcart {
    background: #f63;
}

.tab-ul {
    width: 100%;
    background: #e9e9e9;
    margin: 15px auto;
}

    .tab-ul li {
        width: 95px;
        line-height: 45px;
        text-align: center;
        font-size: 16px;
        color: #4b4b4b;
        float: left;
        cursor: pointer;
    }

        .tab-ul li.active {
            color: #f63;
            border-bottom: 4px solid #f63;
            font-weight: 600;
        }

.tab-main {
    width: 100%;
    min-height: 500px;
    display: none;
}

.p-i-chexing {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ededed;
    border-collapse: collapse;
    line-height: 35px;
}

    .p-i-chexing th {
        background: #f5f5f5;
        color: #040404;
        font-size: 14px;
        text-align: center;
        border: 1px solid #ededed;
    }

    .p-i-chexing td {
        border: 1px solid #ededed;
        color: #040404;
        font-size: 12px;
        font-family: 'simSun';
        text-align: center;
    }
/*购物车*/
.cart-information {
}

.cart-title {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    vertical-align: middle;
}

    .cart-title td {
        text-align: center;
    }

        .cart-title td.td0 {
            width: 20px;
        }

        .cart-title td.td1 {
            width: 100px;
        }

        .cart-title td.td2 {
            width: 180px;
        }

        .cart-title td.td3 {
               width: 200px;
        }

        .cart-title td.td4 {
            width: 100px;
        }

        .cart-title td.td5 {
            width: 150px;
        }

        .cart-title td.td6 {
            width: 100px;
        }

        .cart-title td.td7 {
            width: 220px;
        }

        .cart-title td.td8 {
            width: 150px;
        }

.cart-ul {
    width: 1198px;
    border: 1px solid #ededed;
}

    .cart-ul li {
        border: 1px solid #ededed;
        padding: 20px 0px 20px 0px;
    }

        .cart-ul li:last-child {
            border-bottom: 0;
        }

.cart-ul-ta {
    border: 0;
    width: 100%;
    border-collapse: collapse;
}

    .cart-ul-ta td {
        color: #333;
        text-align: center;
        vertical-align: middle;
    }

        .cart-ul-ta td.td1 {
            width: 100px;
            vertical-align: middle;
        }

        .cart-ul-ta td.td2 {
            width: 180px;
        }

            .cart-ul-ta td.td2 img {
                width: 148px;
                height: 148px;
                border: 1px solid #ededed;
            }

        .cart-ul-ta td.td3 {
               width: 200px;
        }

            .cart-ul-ta td.td3 p {
                margin: 10px auto auto;
                line-height: 24px;
            }

                .cart-ul-ta td.td3 p a {
                    color: #333;
                    font-weight: 600;
                }

        .cart-ul-ta td.td4 {
            width: 100px;
              text-align: center;
        }

        .cart-ul-ta td.td5 {
            width: 150px;
            text-align: center;
        }

        .cart-ul-ta td.td6 {
            width: 100px;
              text-align: center;
        }

        .cart-ul-ta td.td7 {
            width: 220px;
        }

            .cart-ul-ta td.td7 textarea {
                border:1px solid #ccc;
                width: 180px;
                height: 100px;
                resize: none;
                padding: 10px;
                line-height: 20px;
            }

        .cart-ul-ta td.td8 {
            width: 150px;
        }

.cart-bar {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    position: relative;
    margin: 10px auto 25px;
    font-size: 12px;
}

.cart-bar-check {
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding-left: 20px;
}

.cart-bar .operations {
    float: left;
    height: 50px;
    line-height: 50px;
}

    .cart-bar .operations a {
        float: left;
        margin-left: 20px;
    }

.cart-bar-right {
    float: right;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
}

    .cart-bar-right .amount-sum {
        cursor: pointer;
        color: #3c3c3c;
        height: 48px;
        float: left;
    }

    .cart-bar-right .txt {
        line-height: 48px;
    }

    .cart-bar-right .amount-sum em, .cart-bar-right .price-sum .price em {
        font-style: normal;
        color: #f90;
        font-family: tohoma,arial;
        font-size: 18px;
        font-weight: 700;
    }

    .cart-bar-right .price-sum {
        color: #3c3c3c;
        height: 48px;
        float: left;
    }

        .cart-bar-right .price-sum .price {
            color: #f90;
            font-family: Arial;
            font-size: 18px;
            font-weight: 400;
            line-height: 48px;
            vertical-align: middle;
        }

    .cart-bar-right .btn-area {
        float: left;
        margin-right: 20px;
        margin-left: 20px;
    }

    .cart-bar-right .submit-btn {
        background: #f63;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-family: "Microsoft Yahei";
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        width: 110px;
        margin-top: 5px;
    }

        .cart-bar-right .submit-btn:link {
            color: #fff;
        }

        .cart-bar-right .submit-btn:hover {
            background: #f63;
        }

.cart-step {
    height: 50px;
    width: 1200px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}

    .cart-step img {
        width: 590px;
        height: 50px;
    }

.c-address {
    width: 1200px;
    margin: 0 auto 10px;
}

.c-address-h {
    line-height: 30px;
}

    .c-address-h h3 {
        font-weight: 600;
    }

    .c-address-h span {
        float: right;
        cursor: pointer;
        color: #f63;
    }

        .c-address-h span:hover {
            text-decoration: underline;
        }

.c-address-ta {
    width: 900px;
    border-collapse: collapse;
}

    .c-address-ta td {
        text-indent: 10px;
        border-bottom: 1px dotted #ededed;
        line-height: 30px;
        text-align: left;
    }

    .c-address-ta tr:last-child td {
        border: 0;
        text-align: left;
        text-indent: 10px;
    }

.address-more-tr {
    display: none;
}

.address-more {
    color: #f63;
    cursor: pointer;
}

    .address-more:hover {
        text-decoration: underline;
    }

.cart-dh {
    line-height: 30px;
    font-weight: 600;
    text-align: left;
}

.cart-pay {
}

    .cart-pay span {
        cursor: pointer;
        display: inline-block;
        width: 80px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ededed;
    }

        .cart-pay span.active {
            border: 1px solid #f63;
        }

.cart-submit {
    float: right;
    width: 310px;
}

.cart-submit1 {
    padding: 20px;
    border: 2px solid #f90;
    text-align: right;
    color: #333;
    width: 260px;
    margin: 10px 6px 0 auto;
    font-size: 14px;
}

.cart-submit2 {
}

.cart-submit2-btn {
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #f63;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-right: 6px;
    display: block;
}

    .cart-submit2-btn:hover {
        color: #fff;
        background: #f63;
    }

.cart-submit2-back {
    float: right;
    height: 30px;
    width: 95px;
    background: url(../images/cart-back.png) center no-repeat;
    display: block;
}

.cart-remark {
    width: 800px;
    float: left;
    margin-top: 10px;
}

    .cart-remark textarea {
        width: 700px;
        height: 80px;
        border: 1px solid #ccc;
        resize: none;
        padding: 10px;
        line-height: 20px;
    }

.cart-confirm {
    width: 900px;
    margin: 15px auto 15px 100px;
}

.cart-confirm-dh {
    line-height: 35px;
    font-size: 18px;
    color: #f63;
    margin-bottom: 10px;
}

.cart-confirm-in {
    padding: 25px;
    border-left: 2px solid #f63;
    background: #f6f6f6;
    color: #000;
}

    .cart-confirm-in table {
        border: 0;
        width: 100%;
        border-collapse: collapse;
    }

.cart-confirm-a {
    line-height: 35px;
    margin-top: 10px;
}

    .cart-confirm-a a {
        display: inline-block;
        margin-right: 10px;
    }

        .cart-confirm-a a:hover {
            text-decoration: underline;
            color: #f63;
        }
/*帮助*/
.menu_head {
    width: 185px;
    height: 47px;
    line-height: 47px;
    padding-left: 38px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
}

.menu_list .current {
    background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}

.menu_body {
    width: 223px;
    height: auto;
    overflow: hidden;
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    background: #fff;
    border-right: 1px solid #e1e1e1;
    display: none;
}

    .menu_body a {
        display: block;
        width: 223px;
        height: 38px;
        line-height: 38px;
        padding-left: 38px;
        color: #777777;
        background: #fff;
        text-decoration: none;
        border-bottom: 1px solid #e1e1e1;
    }

        .menu_body a:hover {
            text-decoration: none;
        }

.help-r {
    float: right;
    width: 958px;
    background: #fff;
    min-height: 600px;
    border: 1px solid #e1e1e1;
}

.help-r-h {
    background: #eaeaea;
    font: 14px;
    height: 39px;
    line-height: 39px;
    text-indent: 13px;
    margin-bottom: 10px;
    font-family: 'Microsoft YaHei';
}
/*商品品牌*/
.channel-bg {
    width: 1200px;
    margin: 0 auto;
}

.channel-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 11;
}

.channel-tab2 {
    margin: 25px auto;
    width: 1200px;
}

    .channel-tab2 li {
        border: 1px solid #dedede;
        float: left;
        height: 28px;
        line-height: 28px;
        margin-right: 15px;
        text-align: center;
        width: 28px;
        font-size: 14px;
    }

    .channel-tab2 .act {
        background: #f63;
        border-color: #f63;
    }

        .channel-tab2 .act a {
            color: #fff;
        }

        .channel-tab2 .act i {
            display: block;
        }

    .channel-tab2 a {
        display: block;
    }

    .channel-tab2 i {
        position: relative;
        height: 3px;
        margin: 0 auto;
        bottom: -1px;
        display: none;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #f63;
    }

.peijian {
    width: 1200px;
    margin: 10px auto;
}

.peijian-h {
    background: #F5F5F5;
    height: 45px;
    width: 1198px;
    line-height: 45px;
    border-left: 2px solid #F63;
    text-indent: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.peijian-main {
    width: 1198px;
    border: 1px solid #ededed;
    border-top: 0;
}

.peijian-m-ul {
    width: 1155px;
    margin: 0 auto;
}

    .peijian-m-ul li {
        width: 165px;
        padding: 10px 0;
        float: left;
    }

.peijian-div {
    width: 150px;
    border: 1px solid #ededed;
    margin: 0 auto;
}

    .peijian-div img {
        width: 150px;
        height: 70px;
    }

    .peijian-div p {
        background: #f0f0f0;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #999;
    }

.peijian-a {
    display: block;
    width: 45px;
    height: 45px;
    background: #f63;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    text-indent: 0;
}

/*汽车品牌*/
.car-brand {
    width: 100%;
    border-collapse: collapse;
    font-family: "Microsoft YaHei";
}

    .car-brand th {
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        padding: 15px 0;
        text-align: center;
        width: 180px;
    }

        .car-brand th img {
            display: block;
            width: 80px;
            height: 80px;
            margin: 0 auto 12px;
            border: 1px solid #dedede;
        }

        .car-brand th h4 {
            font-weight: bold;
        }

    .car-brand td {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px;
        vertical-align: top;
    }

.car-series-list {
}

    .car-series-list > li {
        padding: 10px 15px 20px;
    }

    .car-series-list h4 {
        color: #333;
        font-size: 16px;
        margin-bottom: 2px;
        font-weight: normal;
    }

.car-series-list-a {
    color: #666;
    display: block;
    min-width: 108px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    float: left;
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

    .car-series-list-a:hover, .car-series-list-a.active {
        color: #f63;
        border: 1px solid #f63;
    }

.car-series-more {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -375px;
    width: 740px;
    height: 460px;
    border: 8px solid #e2e2e2;
    background: #fff;
    z-index: 900;
    display: none;
}

.car-series-more-h {
    height: 40px;
    width: 100%;
    text-indent: 20px;
    background: #f6f6f6;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    text-align: left;
}

.car-series-close {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    background: #f63;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    text-indent: 0;
}

.c-s-select {
    margin: 5px auto;
}

.c-s-select-h {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    text-align: left;
    color: #333;
}

.c-s-select-h-r {
    float: right;
    width: 400px;
    text-align: right;
    height: 26px;
    margin-top: 4px;
    line-height: 26px;
}

    .c-s-select-h-r select {
        width: 110px;
        height: 24px;
        border: 1px solid #cccccc;
        line-height: 24px;
    }

.c-s-select-ul {
    height: 380px;
    overflow-y: auto;
    margin: 0 auto;
}

    .c-s-select-ul li {
        width: 47%;
        padding: 0 10px;
        float: left;
        text-align: left;
        line-height: 30px;
        font-family: 'simSun';
    }

        .c-s-select-ul li a {
            color: #333;
        }

            .c-s-select-ul li a:hover {
                color: #f63;
            }

/*文章列表*/
.document .tit {
    font-size: 14px;
    color: #ff6a00;
    border-bottom: 2px solid #ff6a00;
    margin: 0 auto 10px auto;
    line-height: 40px;
}

.document .list {
    width: 900px;
    float: left;
}

    .document .list li {
        float: left;
        width: 420px;
        padding: 8px;
        border: 1px solid #ededed;
        margin-bottom: 30px;
        background: #fafafa;
        overflow: hidden;
        margin-right: 10px;
        background-color: #fbfbfb;
    }

        .document .list li:hover {
            background: #ededed;
        }

        .document .list li img {
            width: 170px;
            height: 100px;
            float: left;
        }

        .document .list li .cont {
            float: right;
            width: 240px;
            height: 100px;
        }

.document .top {
    float: right;
    width: 280px;
    border-left: solid 1px #f63;
    padding: 5px;
}

    .document .top li {
        line-height: 35px;
        height: 35px;
        border-bottom: 1px dashed #efefef;
        overflow: hidden;
    }

    .document .top i {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: #999;
        color: #fff;
    }

    .document .top .ac {
        background-color: #f63;
    }

.document-search {
    width: 300px;
    border: 1px solid #ccc;
    height: 35px;
    text-indent: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

    .document-search:focus {
        border-color: #f63;
    }

.document-search-btn {
    line-height: 35px;
    border: 0;
}
/*门店详情*/
.ent-left {
    width: 1000px;
    float: left;
}

.succesny {
    overflow: hidden;
    height: 450px;
    position: relative;
}

.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cl {
    zoom: 1;
}
/* sildes css begin */
.control {
    width: 800px;
    height: 450px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    float: right;
}

.change li {
    width: 800px;
    overflow: hidden;
    text-align: center;
}
    /* 图片垂直居中,不是很准确 */

    .change li .imgWrap {
        display: table-cell;
        width: 800px;
        height: 450px;
        vertical-align: middle;
        cursor: pointer;
        *font-size: 500px;
    }

    .change li img {
        /*max-width:800px;
        max-height:450px;
        width: expression(this.width > 800 && this.width > this.height ? 450: true);
        height: expression(this.height >800 ? 450: true);*/
        width: 800px;
        height: 450px;
        vertical-align: middle;
        overflow: hidden;
    }
    /* 描述部分 */
    .change li .textDesc {
        width: 100%;
        height: 35px;
        position: absolute;
        left: 0;
        bottom: 4px;
        text-align: left;
        overflow: hidden;
    }

    .change li .opacity {
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .change li .title {
        padding: 10px 15px 0;
        color: #e6e6e6;
        font-size: 14px;
        line-height: 22px;
    }

        .change li .title a {
            color: #e6e6e6;
        }

/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    top: 200px;
}

    .ssprev span,
    .ssnext span {
        display: none;
    }

.ssprev {
    left: 0;
    background: url(../images/arrows_01.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none;
}

.ssnext {
    right: 0;
    background: url(../images/arrows_02.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none;
}
/* 分页 */
.pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}

    .pageClass a {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        overflow: hidden;
        border: 1px solid #bebebe;
        background: #bebebe;
        border-radius: 5px;
        outline: none;
    }

        .pageClass a span {
            display: none;
        }

        .pageClass a:hover,
        .pageClass a.cur {
            border: 1px solid #be230a;
            background: #be230a;
        }
/* 缩图部分 */

.thumbWrap {
    width: 200px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    background: #464646;
    overflow: hidden;
}

    .thumbWrap .thumbCont {
        height: 360px;
        margin: 45px auto 0;
        overflow: hidden;
        position: relative;
        width: 167px;
    }

    .thumbWrap ul li {
        overflow: hidden;
        padding-bottom: 10px;
        text-align: center;
        width: 160px;
    }

        .thumbWrap ul li div {
            display: table-cell;
            width: 160px;
            height: 90px;
            vertical-align: middle;
            cursor: pointer;
            *font-size: 79px;
        }

        .thumbWrap ul li img {
            /*max-width: 160px;
        max-height: 90px;
        width: expression(this.width > 160 && this.width > this.height ? 160: true);
        height: expression(this.height >89 ? 89: true);*/
            width: 160px;
            height: 90px;
            vertical-align: middle;
            overflow: hidden;
        }

        .thumbWrap ul li.cur {
        }
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none;
    left: 50px;
}

    .thumbPrev span,
    .thumbNext span {
        display: none;
    }

.thumbPrev {
    top: 15px;
    background: url(../images/sprev.png) no-repeat;
}

.thumbNext {
    bottom: 10px;
    background: url(../images/snext.png) no-repeat;
}

.ent-right {
    width: 170px;
    height: 428px;
    float: right;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.ent-logo {
    width: 150px;
    height: 120px;
}

.ent-company {
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
    font-size: 12px;
}

.btn-1 {
    color: #f63;
}

    .btn-1:hover {
        color: #f63;
    }

.hotsearch a {
    width: auto;
    background: none;
    color: #f63;
}

    .hotsearch a:hover {
        background: none;
        color: #f90;
    }

.tabStyle {
    background-position: center bottom;
    background-image: url('/Resource/images/tabstyle.png');
    background-repeat: no-repeat;
}
h1, h2, h3 {
    font-size:14px;
}
.img-group {
    position: relative;
    display: inline-block;
}

.img-tip {
    position: absolute;
    bottom: 0;
    background: #333;
    color: #fff;
    opacity: 0.6;
}

.img-group:hover .img-tip {
    display: block;
    width: 100%;
    text-align: center;
}

.clientmenu ul li a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-indent: 20px;
    border-bottom: solid 1px #ededed;
    border-left: solid 4px #fff;
}

    .clientmenu ul li a:hover {
        border-left: solid 4px #C71920;
    }

.select {
    color: #5FB878;
}