﻿@charset "utf-8";
/* CSS Document */
/*
    @author：zhaocong
    @Contain：首页、频道页、单品
    @time：2016-09-09-17:21
*/
/*全部分类*/
.allKindList3 {
    padding-bottom: 20px !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.marginT0 {
    margin-top: 0px !important;
}

.marginR0 {
    margin-right: 0 !important;
}

.marginB0 {
    margin-bottom: 0 !important;
}

.marginL0 {
    margin-left: 0 !important;
}

.borB0 {
    border-bottom: 0 !important;
}

.borR0 {
    border-right: 0 !important;
}
/*首页样式*/
.search {
    width: 446px;
    height: 100%;
    overflow: hidden;
}

.searTop {
    width: 108px;
    height: 25px;
    background: #fff;
    font-size: 12px;
    color: #3cb46d;
    margin-top: 24px;
}

    .searTop li {
        width: 54px;
        height: 25px;
        float: left;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
    }

.searTopActive {
    background: #3cb46d;
    color: #fff;
    font-weight: 900;
}

.searCenter {
    width: 446px;
    height: 38px;
}

    .searCenter input:nth-child(1) {
        width: 352px;
        border: 2px solid #3cb46d;
        height: 12px;
        float: left;
        font: 12px/12px "微软雅黑";
        padding: 11px 12px;
        color: #666;
    }

.sear {
    border: 0;
    width: 66px;
    height: 38px;
    float: left;
    background: #3cb46d;
    color: #fff !important;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.searBtm {
    height: 20px;
}

    .searBtm a {
        font-size: 12px;
        color: #999;
        display: block;
        float: left;
        height: 12px;
        line-height: 12px;
        padding-top: 8px;
        margin-right: 15px;
    }

        .searBtm a:hover {
            color: #cd0000;
        }

.Tel {
    width: 263px;
    height: 130px;
    float: right;
    margin-top: -130px;
    background: url(../images/Tel.jpg) no-repeat center;
    background-size: 100% 100%;
}

.Banner {
    width: 100%;
    height: 529px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.pd_Banner, .pd_Banner ul {
    height: 360px !important;
}

.Banner ul {
    width: auto;
    height: 529px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

    .Banner ul li {
        height: 100%;
        float: left;
    }

        .Banner ul li a {
            width: 100%;
            height: 100%;
            float: left;
            display: inline-block;
        }
            /*banner中的图片调整高度*/
            .Banner ul li a img {
                display: block;
                height: 100%;
                width: 100%;
            }

.Banner ol {
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    +left: 50%;
    margin: 0 auto;
}

    .Banner ol li {
        width: 12px;
        height: 12px;
        float: left;
        border-radius: 12px;
        margin: 18px 0px;
        margin-right: 10px;
        cursor: pointer;
        background-color: #999;
    }

.Btnactive {
    background-color: #3cb46d !important;
}

.leftBtn, .rightBtn {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    display: none;
}

.leftBtn {
    left: 0px;
}

.rightBtn {
    left: 60px;
}
/*热销排行*/
.SellingCart {
    width: 1190px;
    /*  height: auto;*/
    height: 244px;
    overflow: hidden;
    margin: 0 auto 30px;
    padding-bottom: 31px;
}

.Sellingnav {
    width: 100%;
    height: 42px;
    color: #333333;
    font: 18px/42px "微软雅黑";
}

.hots {
    float: left;
    height: 18px;
    border-left: 2px solid #3cb46d;
    padding-left: 20px;
    line-height: 18px;
}

.hotImg {
    width: 28px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
    background: url("../images/publicIco.png") 0px -294px no-repeat;
}

.HotBtn {
    background-color: #ea2b25 !important;
}

.sellingBtn {
    line-height: 30px;
    cursor: pointer;
    position: absolute; /*===========左右尖角号定位=====================*/
    bottom: 95px;
    z-index: 30;
}

    .sellingBtn img {
        display: block;
    }

.seBtnp {
    +margin-top: 22px;
    float: left;
}

.prevL {
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.prevR {
    float: right;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    right: 7px;
}


/*热销排行样式*/
.Carousel {
    width: 944px;
    height: 220px;
    overflow: hidden;
    position: relative;
    padding: 8px;
    margin-left: -8px;
}

    .Carousel ul {
        width: 600%;
        height: 220px;
    }

        .Carousel ul li a {
            display: block;
            float: left;
            width: 220px;
            height: 220px;
            margin: 0 8px;
        }

            .Carousel ul li a img {
                display: block;
                width: 100%;
                height: 100%;
            }

                .Carousel ul li a img:hover {
                    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.18);
                    position: relative;
                    z-index: 20;
                }
/*=====最新资讯======*/
.newsTitle {
    width: 120px;
    height: 18px;
    float: right;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin-top: -43px;
    padding-left: 20px;
    border-left: 2px solid #3cb46d;
    margin-right: 95px;
}

.news {
    width: 238px;
    height: 220px;
    background: #fff;
    padding-left: 10px;
    position: relative;
    z-index: 5;
    float: right;
    margin-top: -228px;
}

    .news .newsTop {
        width: 100%;
        height: 33px;
        background: #f5f5f5;
        cursor: pointer;
    }

        .news .newsTop span {
            display: inline-block;
            height: 33px;
            width: 119px;
            float: left;
            font-size: 16px;
            color: #333;
            line-height: 31px;
            text-align: center;
        }

.newsTopActive {
    background: #3cb46d !important;
    color: #fff !important;
}

.newsContent {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0px;
    height: 177px;
    padding: 10px 11px 0 10px;
    position: relative;
}

    .newsContent a:hover {
        color: #3cb46d;
    }

    .newsContent ul li {
        list-style-type: disc;
        /* 设置省略符*/
        width: 220px;
        height: 21px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 21px;
        list-style-position: inside;
    }

.newsMore {
    display: block;
    height: 26px;
    width: 240px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .newsMore a {
        color: #666;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 26px;
        text-align: center;
        cursor: pointer;
    }

.prevR img {
    display: block;
    float: right;
}
/*热销排行End*/
/*优品推荐Start*/
.productRecoCon {
    background: #f5f5f5;
    height: auto;
    overflow: hidden;
}

.productReco {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
}

.productTitle {
    height: 37px;
    padding-top: 31px;
}

    .productTitle span {
        display: block;
        color: #333;
        font: 18px/18px "微软雅黑";
        border-left: 2px solid #3cb46d;
        padding-left: 20px;
    }

.productContent {
    width: auto;
    height: auto;
    overflow: hidden;
}

    .productContent dl {
        width: 390px;
        height: 250px;
        background: #fff;
        float: left;
        margin: 0 10px 10px 0;
        cursor: pointer;
    }

        .productContent dl dt {
            width: 160px;
            height: 160px;
            float: left;
            padding: 90px 0px 0px 30px;
        }

            .productContent dl dt span {
                display: block;
            }

                .productContent dl dt span:nth-child(1) {
                    font: 22px/22px "微软雅黑";
                    color: #333;
                    margin-bottom: 11px;
                }

                    .productContent dl dt span:nth-child(1) a {
                        color: #333;
                    }

                .productContent dl dt span:nth-child(2) a {
                    color: #333;
                }

                .productContent dl dt span:nth-child(2) {
                    font: 14px/14px "微软雅黑";
                    color: #666;
                }

        .productContent dl dd {
            float: left;
            width: 200px;
            height: 250px;
            position: relative;
        }

            .productContent dl dd span {
                display: block;
                width: 180px;
                height: 180px;
                border-radius: 50%;
                background: #dedede;
                margin: 35px auto;
            }
            /*优品推荐处的图片样式*/
            .productContent dl dd img {
                position: absolute;
                display: block;
                height: 215px;
                width: 215px;
                z-index: 50;
                right: 10px;
                top: 15px;
            }

            .productContent dl dd:hover img {
                width: 220px;
                height: 220px;
            }
/*优品推荐End*/

/*商品楼层Start*/
.goodFloorCon {
    width: 100%;
    _height: 800px;
    min-height: 800px;
    background: #f5f5f5;
    overflow: hidden;
}

.floors {
    width: 1190px;
    height: 350px;
    margin: 20px auto 0;
}

    .floors img {
        display: block;
        width: 100%;
        height: 100%;
    }

.floorContent {
    width: 590px;
    height: 350px;
    float: left;
    margin-right: 10px;
    background: #fff;
    position: relative;
}

.floorContent_tit {
    width: 100%;
    height: 58px;
    line-height: 58px;
}

    .floorContent_tit a {
        color: #fff !important;
        display: block;
        /*width: 58px;*/
        height: 18px;
        padding: 0 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .floorContent_tit p {
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        height: 58px;
        width: 175px;
        margin-left: 30px;
        float: left;
    }

    .floorContent_tit .spanList {
        float: left;
        height: 58px;
        width: 280px;
        margin-left: 20px;
        overflow: hidden;
    }

    .floorContent_tit .span_list {
        width: 500%;
        height: 58px;
    }

        .floorContent_tit .span_list li {
            width: 280px;
            height: 58px;
            float: left;
            overflow: hidden;
        }

    .floorContent_tit span {
        display: block;
        float: left;
        padding: 5px 3px;
        background: rgba(255,255,255,0.2);
        border: 1px solid rgba(255,255,255,.4);
        font: 12px/18px "微软雅黑";
        color: #fff9f9;
        text-align: center;
        margin-right: 10px;
        margin-top: 12px;
        cursor: pointer;
        width: 52px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
    }

        .floorContent_tit span:hover {
            border: 1px solid #fff !important;
        }
/*.spanNative{
	
}*/

.floorContentBtm {
    height: 260px;
    padding: 10px 0 0 0px;
    position: absolute;
    left: 0;
    top: 58px;
    /*cursor: pointer;*/
}

.floorStyleNo1 {
    width: 183px;
    height: 260px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.floorsBgColor1 {
    background: #d5cadc !important;
}

.floorsBgColor2 {
    background: #facabd !important;
}

.floorsBgColor3 {
    background: #e3d0c5 !important;
}

.floorsBgColor4 {
    background: #bae3cf !important;
}

.floorsBgColor5 {
    background: #d4cdcb !important;
}

.floorsBgColor6 {
    background: #ead7fb !important;
}

.floorsBgColor7 {
    background: #dadada !important;
}

.floorsBgColor8 {
    background: #fae8bd !important;
}

.floorsBgColor9 {
    background: #beebef !important;
}

.floorsBgColor10 {
    background: #e0c7d6 !important;
}

.floorsBgColor11 {
    background: #d3b4da !important;
}

.floorsBgColor12 {
    background: #e6d3c0 !important;
}

.floorsBgColor13 {
    background: #e0ebba !important;
}

.floorsBgColor14 {
    background: #f6d1c5 !important;
}

.floorsBgColor15 {
    background: #dac9c9 !important;
}

.floorsBgColor16 {
    background: #c3e5e4 !important;
}

.floorStyleNo2 {
    height: 260px;
    width: 377px;
    background: #fff;
    float: left;
}

.floorStyleNo2Child {
    width: 188px;
    height: 130px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
}

    .floorStyleNo2Child dt {
        width: 113px;
        height: 130px;
        float: left;
    }

        .floorStyleNo2Child dt img {
            display: block;
            width: 105px;
            height: 90px;
            margin: 18px 0 18px 0;
        }

    .floorStyleNo2Child dd {
        float: left;
        width: 40px;
        height: 130px;
    }

        .floorStyleNo2Child dd p {
            height: 98px;
            padding-right: 3px;
            line-height: 23px;
            font: 12px/23px "微软雅黑";
            color: #333;
            padding-top: 18px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .floorStyleNo2Child dd span {
            display: block;
            padding-top: 25px;
            font-size: 14px;
            color: #3cb46d;
        }

.floorStyleNo3 {
    width: 183px;
    height: 130px;
    float: left;
    margin: 10px 11px 0 0;
    position: relative;
    overflow: hidden;
    background: #eee;
}

    .floorStyleNo3 img {
        cursor: pointer;
    }

    .floorStyleNo3 .floorBtn {
        display: block;
        width: 80px;
        height: 24px;
        font: 14px/24px "微软雅黑";
        color: #fff;
        position: absolute;
        left: 10px;
        bottom: 20px;
        border-radius: 8px;
        text-align: center;
    }

    .floorStyleNo1 img, .floorStyleNo3 img {
        width: 100%;
        height: 100%;
    }

/*======================各楼层颜色的设置===================*/
/*楼层顶端title位置处颜色设置*/
.floorContent_tit1 {
    background: #744f8c;
}

.floorContent_tit2 {
    background: #ef4f25;
}

.floorContent_tit3 {
    background: #a2643f;
}

.floorContent_tit4 {
    background: #1aa260;
}

.floorContent_tit5 {
    background: #725b54;
}

.floorContent_tit6 {
    background: #ba79f1;
}

.floorContent_tit7 {
    background: #848484;
}

.floorContent_tit8 {
    background: #edb426;
}

.floorContent_tit9 {
    background: #29bcc9;
}

.floorContent_tit10 {
    background: #994576;
}

.floorContent_tit11 {
    background: #6d0583;
}

.floorContent_tit12 {
    background: #ad6e2e;
}

.floorContent_tit13 {
    background: #98bc1b;
}

.floorContent_tit14 {
    background: #e26840;
}

.floorContent_tit15 {
    background: #844d4d;
}

.floorContent_tit16 {
    background: #37a8a6;
}

.floor1 .floorStyleNo1 {
    background: #744f8c;
}


/*楼层按钮*/
.floor1Colour .floorBtn {
    background: #744f8c;
}

.floor2Colour .floorBtn {
    background: #ef4f25;
}

.floor3Colour .floorBtn {
    background: #a2643f;
}

.floor4Colour .floorBtn {
    background: #1aa260;
}

.floor5Colour .floorBtn {
    background: #725b54;
}

.floor6Colour .floorBtn {
    background: #ba79f1;
}

.floor7Colour .floorBtn {
    background: #848484;
}

.floor8Colour .floorBtn {
    background: #edb426;
}

.floor9Colour .floorBtn {
    background: #29bcc9;
}

.floor10Colour .floorBtn {
    background: #994576;
}

.floor11Colour .floorBtn {
    background: #6d0583;
}

.floor12Colour .floorBtn {
    background: #ad6e2e;
}

.floor13Colour .floorBtn {
    background: #98bc1b;
}

.floor14Colour .floorBtn {
    background: #e26840;
}

.floor15Colour .floorBtn {
    background: #844d4d;
}

.floor16Colour .floorBtn {
    background: #37a8a6;
}
/*商品楼层End*/
/*全部分类*/
.allKindCont {
    background: rgba(0,0,0,0.4) !important;
}
/*继续逛逛Start*/
.continueLookCon {
    width: 100%;
    /*	min-height: 1183px;*/
    height: auto;
    background: #f5f5f5;
    overflow: hidden;
}

.continueLook {
    width: 1190px;
    min-height: 1215px;
    _height: 1183px;
    background: #f5f5f5;
    margin: 0 auto 50px;
    padding-top: 50px;
}

.contLookTit {
    height: 18px;
    font: 18px/18px "微软雅黑";
    color: #333;
    border-left: 2px solid #3cb46d;
    padding-left: 20px;
    /*	margin-bottom: 19px;*/
}

    .contLookTit img {
        margin-left: 11px;
    }

.contLookContent dl {
    width: 190px;
    height: 257px;
    background: #fff;
    float: left;
    margin: 30px 10px 11px 0px;
    position: relative;
}

    .contLookContent dl dt {
        width: 190px;
        height: 177px;
        padding-top: 10px;
        background: #fff;
    }

        .contLookContent dl dt img {
            width: 170px;
            height: 170px;
            display: block;
            margin: 0 auto;
        }

    .contLookContent dl dd {
        padding: 0px 11px 0px;
        height: 95px;
    }

        .contLookContent dl dd .des {
            font: 14px/19px "微软雅黑";
            color: #333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-bottom: 5px;
            height: 38px;
        }

            .contLookContent dl dd .des a {
                color: #333;
            }

        .contLookContent dl dd span {
            display: inline-block;
        }

            .contLookContent dl dd span:nth-child(2) {
                color: #999;
                float: left;
                line-height: 24px;
                font-size: 12px;
            }

            .contLookContent dl dd span:nth-child(3) {
                color: #3cb46d;
                font-size: 14px;
                float: right;
                padding-top: 3px;
            }

    .contLookContent dl:hover {
        box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.13);
        background: #fff;
    }
/*继续逛逛End*/
/*频道页*/
.channelCart {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 26px;
}

    .channelCart ul li {
        width: 388px;
        height: 250px;
        float: left;
        margin-right: 13px;
    }

        .channelCart ul li a img {
            width: 100%;
            height: 100%;
        }

.channelCartLiR {
    margin-right: 0px !important;
}

.PanicT {
    width: 1190px;
    color: #333333;
    height: 49px;
    margin: 0 auto;
    font: 20px/49px "微软雅黑";
}

.PanicTIco {
    width: 30px;
    height: 49px;
    float: left;
    overflow: hidden;
    display: inline-block;
    background: url("../images/publicIco.png") -480px 12px no-repeat;
}

.PanicTs {
    font-size: 12px;
    color: #999999;
    font-family: "宋体";
}

.PanicCart {
    height: auto;
    background-color: #f6f6f6;
}

.PanicMain {
    width: 1190px;
    height: auto;
    padding: 40px 0px;
    margin: 0 auto;
    overflow: hidden;
}

.panicBox {
    width: 189px;
    height: 303px;
    float: left;
    border: 1px solid #f6f6f6;
    margin-right: 12px;
    padding: 4px 4px 14px 4px;
    background-color: #ffffff;
}

    .panicBox img {
        width: 100%;
        height: 100%;
    }

    .panicBox:hover {
        border: 1px solid #f64747;
    }

.panicBoxR {
    margin-right: 10px;
}

.panicBox ul li {
    width: 190px;
    height: 190px;
    overflow: hidden;
}

    .panicBox ul li a img {
        width: 100%;
        height: 100%;
    }

.panictNber {
    height: 32px;
    color: #de0744;
    text-align: center;
    margin-bottom: 5px;
    font: 16px/32px Verdana;
    +font: 16px/32px "微软雅黑";
}

.through {
    color: #999999 !important;
    font: 12px/32px Verdana;
    text-decoration: line-through;
}

.PanicText {
    height: 20px;
    text-align: center;
    font: 12px/20px "微软雅黑";
    overflow: hidden;
}

    .PanicText a:hover {
        color: #f64747;
    }

.paniCartBuy {
    width: 106px;
    height: 28px;
    cursor: pointer;
    color: #de0744;
    border-radius: 3px;
    border: 1px solid #ea2b25;
    text-align: center;
    margin: 18px auto;
    font: 14px/28px "微软雅黑";
}

.Trailer {
    width: 348px;
    height: auto;
    float: left;
}

.NralierBg {
    width: 348px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font: 28px/82px "微软雅黑";
    background: url("../images/cartbg.png") 0px 0px no-repeat;
}

.traconClick {
    border: 1px solid #ea2b25 !important;
}

.TraContent {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 30px 0px 13px 20px;
    background-color: #ffffff;
}

    .TraContent ul li {
        width: 69px;
        height: 69px;
        float: left;
        cursor: pointer;
        margin-right: 7px;
        overflow: hidden;
        border: 1px solid #ededed;
    }

    .TraContent ul {
        height: auto;
        overflow: hidden;
    }

        .TraContent ul li img {
            width: 100%;
            height: 100%;
        }

.trailersp {
    display: none;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
}

.trailerspImg {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 4px;
}

    .trailerspImg a img {
        width: 100%;
        height: 100%;
    }

.traileT {
    width: 180px;
    height: 32px;
    text-align: center;
    overflow: hidden;
    padding-top: 18px;
    font: 12px/32px "微软雅黑";
    float: left;
    padding-left: 15px;
}

.traileNber {
    color: #de0744;
    font: 16px/30px Verdana;
    padding-left: 20px;
    float: left;
    +font: 16px/30px "微软雅黑";
}

.tNberColor {
    color: #999999;
    font: 12px/30px Verdana;
    text-decoration: line-through;
}

.listfloor {
    width: 100%;
    height: auto;
    margin: 26px 0px 29px 0px;
    overflow: hidden;
}

.floorBox {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
/*品牌街*/
.brandStreetCont {
    overflow: hidden;
    width: 1190px;
    margin: 0 auto 20px;
}

.brandStrTop {
    height: 49px;
    font: 20px/49px "微软雅黑";
    color: #333;
    overflow: hidden;
    margin-bottom: 10px;
}

    .brandStrTop i {
        font-size: 20px;
        margin: 3px 5px;
    }

.brandStrBtm {
    overflow: hidden;
}

    .brandStrBtm a {
        display: block;
        width: 160px;
        height: 160px;
        background: pink;
        margin: 0 10px 10px 0;
        float: left;
    }

        .brandStrBtm a img {
            display: block;
            width: 100%;
            height: 100%;
        }

.floorsT {
    height: 49px;
    color: #333333;
    font: 20px/49px "微软雅黑";
}

.floorIco {
    width: 23px;
    height: 49px;
    float: left;
    color: #ffffff;
    overflow: hidden;
    margin-right: 7px;
    text-align: center;
    font: 12px/49px Arial;
    display: inline-block;
    background: url("../images/publicIco.png") -58px 12px no-repeat;
}

.Floormore {
    width: 51px;
    height: 9px;
    float: right;
    margin-top: 26px;
    display: inline-block;
    background: url("../images/publicIco.png") -91px 0px no-repeat;
}

    .Floormore:hover {
        background: url("../images/publicIco.png") -91px -9px no-repeat;
    }

.foolrCart {
    height: auto;
    overflow: hidden;
}

.foolrlistL {
    float: left;
    /*border: 1px solid #fafafa;*/
    border-right: none;
}

.foolrlist {
    width: 192px;
    height: 299px;
    padding: 15px 0px 0px 21px;
    overflow: hidden;
    background-color: #cbe9f7;
}

    .foolrlist li {
        width: 45%;
        height: 22px;
        float: left;
        margin-bottom: 3px;
        font: 12px/22px "微软雅黑";
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 5%;
    }

.foolrbese {
    width: 213px;
    border: 1px solid #ededed;
}

.inChannel {
    width: 213px;
    height: 296px;
    overflow: hidden;
    padding-top: 17px;
    background-color: #e5f4fb;
}

.Channelt {
    height: 36px;
    overflow: hidden;
    font: 26px/36px "微软雅黑";
}

    .Channelt a {
        color: #333333;
        padding-left: 20px;
    }

.Channelpd {
    height: 23px;
    overflow: hidden;
    font: 16px/23px "微软雅黑";
}

    .Channelpd a {
        color: #333333;
        padding-left: 20px;
    }

.foolrlistR {
    width: 638px;
    height: auto;
    overflow: hidden;
    float: left;
    border: 1px solid #ededed;
}

.foolrInfoR {
    border-right: none !important;
}

.foolrInfoB {
    border-bottom: none !important;
}

.foolrInfo {
    width: 212px;
    height: 300px;
    float: left;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    padding-bottom: 12px;
}

.foolrInfoImg {
    width: 202px;
    height: 202px;
    overflow: hidden;
    margin: 5px;
}

    .foolrInfoImg img {
        width: 100%;
        height: 100%;
    }

.simg {
    height: auto;
    overflow: hidden;
    padding: 0px 20px;
}

.simgNber {
    height: 24px;
    margin-top: 14px;
    color: #de0744;
    font: 16px/24px Verdana;
}

.simgt {
    margin-top: 2px;
    height: 20px;
    overflow: hidden;
    font: 12px/20px "微软雅黑";
}

    .simgt a:hover {
        color: #de0744;
    }

.simgOrder {
    color: #b4b4b4;
    font: 12px/28px "微软雅黑";
}

.tabthes {
    width: 336px;
    height: 627px;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
}

.thertBtn {
    height: 47px;
    color: #333333;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    font: 16px/48px "微软雅黑";
}

.importantBorder {
    border-right: 1px solid #ffffff !important;
}

.thertBtn p {
    width: 164px;
    height: 46px;
    float: left;
    cursor: pointer;
    border: 1px solid #ededed;
    border-top: none !important;
    background-color: #fafafa;
}

.BtnpRight {
    margin-right: 2px;
}

.BtnpOver {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
}

.Regift {
    width: auto;
    height: 575px;
    overflow: hidden;
    display: none;
    padding-bottom: 3px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.smImg {
    width: 128px;
    height: 128px;
    overflow: hidden;
    float: left;
    border: 1px solid #e9e9e9;
    margin: 10px;
    margin-bottom: 0px;
}

.ParentMian {
    float: left;
}

    .ParentMian p a img {
        width: 100%;
        height: 100%;
    }

    .ParentMian:hover .panNber, .ParentMian:hover .panhot a {
        color: #f64747;
    }

.Panic_Hot {
    float: left;
    width: 153px;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
}

.panhot {
    width: 100%;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font: 12px/28px "微软雅黑";
}

    .panhot a {
        display: inline-block;
        float: left;
        width: 129px;
    }

.panNber {
    width: 100%;
    height: 20px;
    overflow: hidden;
    color: #333333;
    padding-left: 24px;
    font: 16px/20px Verdana;
}

.publichot {
    width: 14px;
    height: 28px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}

.panhot1 {
    background: url("../images/publicIco.png") -152px 5px no-repeat;
}

.panhot2 {
    background: url("../images/publicIco.png") -166px 5px no-repeat;
}

.panhot3 {
    background: url("../images/publicIco.png") -180px 5px no-repeat;
}

.panhot4 {
    background: url("../images/publicIco.png") -194px 5px no-repeat;
}
/*单品页*/

.singlePage {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.singleSeat {
    width: 100%;
    height: 51px;
    overflow: hidden;
    font: 12px/51px "微软雅黑";
}

.product-intro {
    width: auto;
    height: auto;
    overflow: hidden;
    padding-bottom: 34px;
}
/*.zoomDivfix{*/
/*width: 448px;*/
/*height: 450px;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*left: 465px;*/
/*top: 0;*/
/*border: 1px solid #ffffff;*/
/*display: block;*/
/*}*/
div.zoomDiv {
    z-index: 999;
    position: absolute;
    width: 498px;
    height: 498px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
    top: 340px !important;
}

div.zoomMask {
    position: absolute;
    cursor: move;
    border: 1px solid #aaa;
    /*background: url("http://demo.lanrenzhijia.com/2015/jqzoom0225/images/mask.png") repeat scroll 0 0 #FEDE4F;*/
    background: 50% top no-repeat #FEDE4F;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(Opacity=50);
    z-index: 1;
}

.zoom-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 127px;
    z-index: 2;
    cursor: pointer;
    background: url("../images/publicIco.png") -125px -94px no-repeat;
}

.short-share {
    height: 17px;
    font: 12px/17px "微软雅黑";
}

    .short-share p {
        float: left;
        margin-right: 15px;
    }

.short-sc, .short-fx {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;
}

.short-sc {
    width: 17px;
    height: 17px;
    background: url("../images/1.png") no-repeat center;
}
/*.short-sc-Push{
    background: url("../images/publicIco.png") -143px -142px no-repeat;
}*/
.short-fx {
    width: 15px;
    height: 15px;
    background: url("../images/publicIco.png") -128px -165px no-repeat;
}

.preview-wrap {
    width: 446px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 20px;
}

.previewCartImg {
    width: 446px;
    height: 446px;
    border: 1px solid #ededed;
}

    .previewCartImg ul li {
        width: 446px;
        height: 446px;
        display: none;
        overflow: hidden;
    }

        .previewCartImg ul li a img {
            display: block;
            width: 100%;
            height: 100%;
        }

.pCartImgBtn {
    width: 100%;
    height: 68px;
    margin: 20px 0px;
}

.btn_prev, .btn_next, .btnPrevover, .btnNextover {
    width: 39px;
    height: 68px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.btn_prev {
    float: left;
    background: url("../images/publicIco.png") -482px -110px no-repeat;
}

.btnPrevover {
    background: url("../images/publicIco.png") -482px -175px no-repeat;
}

.btn_next {
    float: right;
    background: url("../images/publicIco.png") -411px -110px no-repeat;
}

.btnNextover {
    background: url("../images/publicIco.png") -411px -175px no-repeat;
}

.saclBorder {
    border: 1px solid #ea2b25 !important;
}

.sacleImg {
    width: 370px;
    height: 68px;
    overflow: hidden;
    float: left;
    position: relative;
}

.arr-animated {
    position: absolute;
    left: 0;
    top: 0;
}

.sacleImg ul {
    float: left;
}

    .sacleImg ul li {
        width: 66px;
        height: 66px;
        float: left;
        overflow: hidden;
        margin-right: 7px;
        cursor: pointer;
        border: 1px solid #ededed;
    }

        .sacleImg ul li img {
            width: 100%;
            height: 100%;
        }

.saclelast {
    margin-right: 0px !important;
}

.preview-main {
    width: 448px;
    height: auto;
    overflow: hidden;
}

.itemInfo-wrap {
    width: 722px;
    height: auto;
    float: left;
    overflow: hidden;
}

.sku-name {
    color: #333333;
    font: 16px/33px "微软雅黑";
}

.sku-sales {
    padding-left: 2px;
    color: #ea2b25;
    margin-bottom: 14px;
    font: 12px/24px Verdana;
}

.sku-summary {
    width: auto;
    height: auto;
    padding: 11px 20px 0px 15px;
    background-color: #f9f9f9;
    position: relative;
}

.priceTrend {
    position: absolute;
    right: 16px;
    top: 14px;
}

    .priceTrend .trendTit {
        color: #2d7ab7;
        font: 12px/12px "微软雅黑";
        background: url(../images/trend.png) no-repeat left center;
        padding-left: 18px;
        cursor: pointer;
    }

.summaryNber {
    color: #ea2b25;
    height: 29px;
    font: 26px/29px Verdana;
}

.prefer {
    height: 93px;
    background: #f2f2f2;
    padding: 21px 15px;
}

.preferCon {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    font: 12px/12px "微软雅黑";
}

    .preferCon .preferL {
        width: 55px;
        float: left;
        color: #999;
        margin-right: 30px;
    }

    .preferCon .preferR {
        float: left;
        color: #666;
    }

        .preferCon .preferR a {
            color: #2d7ab7;
            margin-left: 9px;
        }

.prefer1 {
    font: 12px/23px "微软雅黑";
}

    .prefer1 .preferR span {
        display: block;
        float: left;
        margin-right: 3px;
        height: 23px;
        background: url(../images/singleBg.png) no-repeat left 0;
    }

        .prefer1 .preferR span i {
            display: block;
            margin-left: 1px;
            background: url(../images/singleBg.png) no-repeat right 0;
        }

            .prefer1 .preferR span i a {
                display: block;
                padding: 0 10px;
                margin-right: 1px;
                color: #fff;
                text-align: center;
                font: 12px/23px "微软雅黑";
                background: #f09c9c;
                margin-left: 0;
            }
/*修改*/
.sku-summary ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

    .sku-summary ul li {
        text-align: center;
        float: left;
    }

.pu-line li span {
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    display: inline-block;
}

.cart-Number {
    color: #ea2b25;
    height: 29px;
    font: 22px/29px Verdana;
}

.AmountTitle {
    margin-right: 30px;
}

    .AmountTitle span {
        font: 12px/29px "微软雅黑";
    }

.pu-MaringRigth {
    padding: 0 18px;
    margin-right: 6px;
}
/*@-moz-document url-prefix(){
    .pu-MaringRigth{
        width: 141px;
    }
}*/
.pu-MaringRigthNone {
    margin-right: 0px !important;
}
/*修改*/
.summaryNber span {
    width: 120px;
    height: 29px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summaryt, .Amountt {
    color: #666666;
    float: left;
    margin-right: 30px;
    font: 12px/29px "微软雅黑" !important;
}

.Amount {
    height: 30px;
    padding-bottom: 9px;
    font: 12px/30px Verdana;
}

.Amountt {
    margin-right: 28px;
    font: 12px/30px "微软雅黑" !important;
}

.Amount span {
    width: 125px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.summa_last {
    width: 198px !important;
}

.Amoun_last {
    width: 200px !important;
}

.Art {
    color: #666;
    height: 46px;
    font: 14px/47px Verdana;
    border-top: 1px solid #e5e5e5;
}

.linker {
    margin: 0px 5px;
}

.help-Box {
    position: relative;
    top: 3px;
    display: inline-block;
}

.icon_hp {
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block;
    margin-top: 2px;
    background: url("../images/icon_hp.png") no-repeat;
}

.help-Box:hover .hp-Conent {
    display: block;
}

.hp-Conent {
    display: none;
    position: absolute;
    top: 24px;
    right: -130px;
    width: 255px;
    height: auto;
    z-index: 1;
    padding: 0px 10px;
    /*overflow: hidden;*/
    color: #474747;
    border-radius: 3px;
    font: 12px/32px "微软雅黑";
    background-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(132,132,132,0.25);
}

    .hp-Conent:hover .hp-Conent {
        display: block;
    }

    .hp-Conent a {
        color: #005aa0;
    }

.hp-arrow {
    width: 100%;
    height: 6px;
    position: absolute;
    top: -6px;
    right: 0px;
    display: inline-block;
    background: url(../images/icon_jt.png) center top no-repeat;
}

.open-sm:hover {
    text-decoration: underline;
}

.trend {
    width: 650px;
    height: auto;
    padding: 14px 0px 0px 20px;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    position: absolute;
    left: -600px;
    top: 15px;
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.3);
}

.Nber-trend {
    color: #f93334;
    height: 24px;
    overflow: hidden;
    font: 12px/24px "微软雅黑";
    padding-left: 30px;
}

.trend1 {
    font-size: 14px;
    color: #000;
}

.Nber-min {
    color: #838383;
    font: 12px/21px "微软雅黑";
    padding-left: 30px;
    position: relative;
    bottom: -15px;
}

.Nber-min-mey {
    color: #525253;
    font: 12px/21px Verdana;
}
/*生产周期*/
.cycle-form {
    width: 722px;
    height: 155px;
    overflow: hidden;
    overflow-y: scroll;
}

    .cycle-form table {
        width: 100%;
        border: none;
        border: 0;
        font-size: 14px;
        font-family: "微软雅黑";
    }

    .cycle-form tr th {
        font: 14px/38px "微软雅黑";
        height: 38px;
        color: #000000;
        background-color: #f9f9f9;
        border: 1px solid #ededed;
    }

    .cycle-form tr td {
        height: 34px;
        text-align: center;
        border: 1px solid #ededed;
    }

@-moz-document url-prefix() {
    .cycle-form tr th {
        border: 1px solid #ededed;
    }
}

@-moz-document url-prefix() {
    .cycle-form tr td {
        border: 1px solid #ededed;
    }
}

.Mold-cycle {
    color: #e72c23;
    margin-right: 20px;
    font-family: Verdana;
}

.cycle_starT {
    color: #333333 !important;
    background-color: #f5f5f5 !important;
}

.cycle_starConten {
    width: 404px !important;
    height: auto !important;
    border-top: none !important;
    padding: 8px 20px !important;
}

    .cycle_starConten .quota p {
        width: 33% !important;
    }

.cycle_quota {
    width: 250px !important;
    margin: 0 auto;
}

.cycle_TextColor {
    color: #666666 !important;
}
/*生产周期*/
.choose-type {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.colorType {
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    font: 12px/36px "微软雅黑";
}

.colorfl {
    font-family: "微软雅黑";
    float: left;
    display: inline-block;
    width: 60px;
    text-align: justify;
    margin-right: 10px;
}

.colorImg {
    width: 30px;
    height: 30px;
    float: left;
    margin: 2px 5px 2px 2px;
    display: inline-block;
}

    .colorImg img {
        width: 100%;
        height: 100%;
    }

.Tabtype {
    width: auto;
    height: 34px;
    float: left;
    cursor: pointer;
    margin: 0px 5px 10px 0px;
    padding-right: 11px;
    border: 1px solid #dcdcdc;
}

.tabBorderColor {
    border: 1px solid #ea2b25 !important;
}

.TabtypeBox, .ModelBox {
    width: 630px;
    height: auto;
    float: left;
    overflow: hidden;
}

    .ModelBox span {
        display: block;
        width: 53px;
        height: 34px;
        border: 1px solid #dcdcdc;
        font: 12px/34px "微软雅黑";
        color: #666;
        float: left;
        margin-right: 5px;
        text-align: center;
        cursor: pointer;
    }

.Model-type {
    height: auto;
    overflow: hidden;
    line-height: 34px;
}

    .Model-type p {
        height: 32px;
        overflow: hidden;
        float: left;
        cursor: pointer;
        padding: 0px 13px;
        margin: 0px 5px 10px 0px;
        border: 1px solid #dcdcdc;
    }

.Not-Modelp {
    cursor: not-allowed !important;
    border: 1px solid #dcdcdc !important;
    background-color: #F7F7F7;
}

.ModelTypeBorder {
    border: 1px solid #ea2b25 !important;
}

.loss {
    height: 23px;
    font: 12px/12px "微软雅黑";
    padding: 16px 0 10px;
}

    .loss span {
        float: left;
    }

.proofPrice {
    overflow: hidden;
}

    .proofPrice span {
        float: left;
    }

.Species {
    height: 30px;
    margin: 10px 0px 20px 0px;
    padding-bottom: 15px;
    font: 12px/30px "微软雅黑";
    border-bottom: 1px dashed #e3e5e7;
}

.sl {
    float: left;
    width: 60px;
    text-align: justify;
    margin-right: 10px;
}

.justify {
    text-align: justify;
    margin-right: 10px;
    padding-left: 14px;
}

    .justify > i {
        display: inline-block;
        padding-left: 100%;
    }

.Count {
    float: left;
    width: auto;
    height: 28px;
    border: 1px solid #dddddd;
}

    .Count input {
        float: left;
        text-align: center;
    }

.Small, .large {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
}

.countVal {
    /*width: 30px;*/
    width: 58px;
    height: 28px;
    /*padding: 0px 14px;*/
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.product_Btn {
    width: 100%;
    height: 48px;
    font: 20px/48px "微软雅黑";
}

    .product_Btn p {
        float: left;
        height: 48px;
        cursor: pointer;
        border-radius: 3px;
        margin-right: 10px;
        padding: 0px 30px 0px 34px;
    }

.okmade {
    height: 46px !important;
    color: #3cb46d;
    background-color: #ffefef;
    border: 1px solid #ea2b25;
}

    .okmade:hover {
        background-color: #ffe5e5;
    }

.joincar {
    color: #ffffff;
    background-color: #3cb46d;
}

    .joincar:hover {
        background-color: #e72c23;
    }

.InvalidBtn {
    color: #b4b4b4;
    border-radius: 3px;
    height: 46px !important;
    border: 1px solid #dedede;
    background-color: #f6f6f6;
}

    .InvalidBtn:hover {
        background-color: #f2f2f2;
    }

.productcs {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 105px;
}

.aside {
    width: 238px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.StarNer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.starT {
    width: 100%;
    height: 38px;
    color: #ffffff;
    text-align: center;
    font: 14px/38px "微软雅黑";
    background-color: #3cb46d;
}

.starConten {
    width: 196px;
    height: auto;
    border: 1px solid #ea2b25;
    padding: 8px 20px 8px 20px;
}

.stargc {
    width: 100%;
    height: 49px;
    font: 14px/50px "微软雅黑";
    margin-bottom: 15px;
    border-bottom: 1px dashed #e4e4e4;
}

.starImg {
    width: 27px;
    height: 24px;
    line-height: 19px;
    float: left;
    margin: 13px 8px 0px 32px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background: url("../images/publicIco.png") -125px -63px no-repeat;
}

.quota {
    width: 100%;
    height: 30px;
    text-align: center;
    overflow: hidden;
    color: #ea2b25;
    margin-bottom: 10px;
}

    .quota p {
        width: 64px;
        height: 100%;
        float: left;
        border-right: 1px dashed #e4e4e4;
    }

        .quota p span {
            width: 100%;
            display: inline-block;
        }

.quline {
    border-right: none !important;
}

.dpBtn {
    border-top: 1px dashed #e4e4e4;
    overflow: hidden;
    padding-top: 20px;
}

    .dpBtn a {
        display: block;
        float: left;
        width: 75px;
        height: 20px;
        text-align: center;
        font: 12px/20px "微软雅黑";
        color: #fff;
        background: #e72c23;
        border-radius: 3px;
    }

    .dpBtn .gzShop {
        margin: 0 10px 10px 20px;
        background: #ffe5e5;
        color: #e72c23;
        border: 1px solid #e72c23;
    }

    .dpBtn .jrShop {
        border: 1px solid #e72c23;
    }

.caseShow {
    width: 236px;
    height: 140px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
}

.cesets {
    height: 37px;
    padding-left: 14px;
    font: 14px/37px "微软雅黑";
    background-color: #f5f5f5;
}

.ceseImg {
    width: 236px;
    height: 103px;
    overflow: hidden;
}

    .ceseImg a img {
        width: 100%;
        height: 100%;
    }

.rubric {
    width: 236px;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    border: 1px solid #ededed;
}

.rut {
    height: 38px;
    padding-left: 14px;
    font: 14px/37px "微软雅黑";
    background-color: #f5f5f5;
}

.rutInfo {
    width: 236px;
    height: auto;
    overflow: hidden;
}

.rutImg {
    width: 218px;
    height: 218px;
    padding: 10px 9px;
    overflow: hidden;
}

    .rutImg a img {
        width: 100%;
        height: 100%;
    }

.rutNber {
    width: auto;
    padding: 0px 19px;
    margin: 2px 0px 5px 0px;
}

.amNy {
    color: #ea2b25;
    height: 31px;
    font: 20px/31px Verdana;
    overflow: hidden;
}

.amNyt {
    width: 100%;
    height: 19px;
    padding-bottom: 5px;
    font: 12px/20px "微软雅黑";
    font: 12px/25px "微软雅黑"\9;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

    .amNyt a:hover {
        color: #f64747;
    }

.product-detail {
    width: 942px;
    height: auto;
    /*overflow: hidden;*/
    float: left;
    position: relative;
}

.detail-box {
    width: 940px;
    height: auto;
}

.detail-tab {
    width: 938px;
    height: 39px;
    z-index: 2;
    font: 14px/39px "微软雅黑";
    background-color: #f5f5f5;
    border: 1px solid #ededed;
    border-bottom: none;
}

    .detail-tab ul {
    }

        .detail-tab ul li {
            width: auto;
            padding: 0px 21px;
            height: 100%;
            float: left;
            cursor: pointer;
            text-align: center;
        }

            .detail-tab ul li a {
                display: inline-block;
            }

.detailiclick {
    height: 38px !important;
    background-color: #ffffff;
    margin-top: -1px !important;
    border-top: 2px solid #dc3731 !important;
}

.pjNber {
    color: #005ea6;
    margin-left: 8px;
    font: 14px/39px Arial;
    font-weight: 700;
}

.inntertab {
    width: 940px;
    height: auto;
    display: none;
    overflow: hidden;
}

.xqset {
    height: auto;
    overflow: hidden;
    border: 1px solid #ededed;
    border-top: none;
    padding: 20px 0px 14px 21px;
}

.xptitle {
    width: 100%;
    height: 25px;
    /*margin-bottom: 19px;*/
    font: 12px/25px "微软雅黑";
}

    .xptitle span {
        float: left;
    }

.xpName {
    color: #005aa0;
}

.follow {
    width: 63px;
    height: 23px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dddddd;
    display: inline-block;
    border-radius: 2px;
    margin-left: 10px;
}

.parameter-list li {
    width: 31%;
    height: 22px;
    float: left;
    font: 12px/22px "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}

.parameter-list-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.formwork-img {
    width: auto;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    font: 12px/22px "微软雅黑";
    color: #666;
}

    .formwork-img div img {
        margin-top: -4px;
    }

.Parameter-rated {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.ratedcms {
    width: 915px;
    height: 36px;
    font: 14px/38px "微软雅黑";
    overflow: hidden;
    padding-left: 22px;
    background-color: #f5f5f5;
    border: 1px solid #ededed;
    border-left: 2px solid #ea2b25;
}

.ratedcshu {
    width: 938px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ededed;
    border-top: none;
    padding-top: 17px;
    margin-bottom: 15px;
}

.rdAside {
    width: 151px;
    height: auto;
    float: left;
    border-right: 1px dashed #cccccc;
    overflow: hidden;
    text-align: center;
    margin-bottom: 16px;
}

.rdAside-Text {
    height: 20px;
    font: 12px/20px "微软雅黑";
}

.rdAside-Nber {
    color: #ea2b25;
    height: 43px;
    font: 38px/43px Arial;
}

.g-star5 {
    height: 11px;
    overflow: hidden;
    margin: 3px 0px;
}

.g-starage {
    width: 75px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

    .g-starage span {
        width: 11px;
        height: 11px;
        margin: 0px 2px;
        float: left;
        display: inline-block;
        background: url("../images/commstar.png") 0px -1px no-repeat;
    }

.staragejd {
    background: url("../images/commstar.png") 0px -16px no-repeat !important;
}

.actor-new {
    float: left;
    width: 746px;
    height: auto;
    overflow: hidden;
    padding-left: 40px;
}

    .actor-new ul {
        display: inline-block;
        width: 655px;
    }

        .actor-new ul li {
            width: auto;
            height: 22px;
            color: #666;
            float: left;
            overflow: hidden;
            padding: 0px 15px;
            text-align: center;
            border: 1px solid #ececec;
            border-radius: 2px;
            margin: 10px 10px 0px 0px;
            font: 12px/24px "微软雅黑";
            background-color: #f9f9f9;
        }

            .actor-new ul li.oncfor {
                color: #dfa50f;
                border: 1px solid #f7ba2e;
                background-color: #fffbf1;
            }

            .actor-new ul li:hover {
                color: #fff;
                border: 1px solid #f3bc2e;
                background-color: #f3bc2e;
            }

.all-rated {
    width: 940px;
    height: auto;
    overflow: hidden;
}

.all-rated-t {
    height: 34px;
    overflow: hidden;
    font: 12px/34px "微软雅黑";
    width: 825px;
    display: inline-block;
}

.all-ratedlist {
    width: 111px;
    line-height: 22px;
    border: 1px solid #dedede;
    position: relative;
    float: right;
    font-size: 0;
    height: 22px;
}

    .all-ratedlist > em {
        display: inline-block;
        width: 88px;
        text-align: center;
        vertical-align: top;
        font-size: 12px;
    }

    .all-ratedlist > i {
        display: inline-block;
        width: 22px;
        text-align: center;
        border-left: 1px solid #dedede;
        height: 22px;
        background: url(../images/actor-new-change.png) 0px 0px no-repeat;
        vertical-align: top;
        cursor: pointer;
    }

    .all-ratedlist > ul {
        position: absolute;
        top: 22px;
        left: -1px;
        z-index: 99;
        font-size: 12px;
        background: #fff;
        border: 1px solid #dedede;
        width: 111px;
        text-indent: 5px;
    }

        .all-ratedlist > ul > li {
            line-height: 22px;
            cursor: pointer;
        }

            .all-ratedlist > ul > li:hover {
                background: #f1f1f1;
            }

.all-rated-t span {
    padding: 0px 20px;
    cursor: pointer;
    font-weight: 700;
}

.all-ratedSpanclik {
    color: #ea2b25;
}

.ratedColor {
    color: #015fa9;
    font: 12px/34px Verdana;
    font-weight: 700;
    margin-left: 5px;
}

.anyluate, .anyimg {
    height: 52px;
    overflow: hidden;
    text-align: center;
    font: 14px/53px "微软雅黑";
    border-top: 1px solid #ededed;
}

.all-ratedBox-tab {
    width: 940px;
    height: auto;
    overflow: hidden;
    display: none;
}

.all-ratedBox {
    width: 923px;
    height: auto;
    overflow: hidden;
    padding: 26px 0px 0px 17px;
    border-top: 1px solid #ededed;
    position: relative;
}

.User-rated {
    width: auto;
    height: auto;
    padding-bottom: 5px;
    overflow: hidden;
    width: 720px;
    display: inline-block;
}

.userpremt {
    width: 579px;
    height: auto;
    float: left;
    overflow: hidden;
}

.rated-text {
    font: 12px/22px "微软雅黑";
}

.rated-img_min {
    clear: both;
}

    .rated-img_min a {
        border: 1px solid #ededed;
        margin-right: 10px;
        cursor: pointer;
        display: inline-block;
        width: 58px;
        height: 58px;
        vertical-align: top;
        text-align: center;
    }

        .rated-img_min a img {
            max-width: 56px;
            max-height: 56px;
        }

.rated-text-time {
    width: 100%;
    height: 32px;
    font: 12px/32px "微软雅黑";
    overflow: hidden;
}

.raUserTime {
    float: left;
}

    .raUserTime span {
        color: #b5b5b5;
        float: left;
        font: 12px/32px Verdana;
    }

.raUserzl {
    float: right;
    /*margin-right: 24px;*/
}

    .raUserzl span {
        color: #b5b5b5;
    }

.replyBtn {
    width: 100%;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #005ea6 !important;
    float: left;
    text-align: right;
    /*margin: 44px 0px 0px -24px;*/
}

.reply_open {
    width: 579px;
    height: auto;
    overflow: hidden;
    clear: both;
    display: none;
}

.replyTextarea {
    width: 557px;
    height: 47px;
    padding: 4px 10px;
    border: 1px solid #f5f5f5;
}

    .replyTextarea textarea {
        width: 100%;
        height: 100%;
        color: #999999;
    }

.repltSumit {
    width: 100%;
    height: 46px;
    overflow: hidden;
    font: 12px/46px "微软雅黑";
}

    .repltSumit p {
        float: right;
    }

        .repltSumit p span {
            float: left;
            color: #999999;
            font-family: Arial;
            text-align: right;
        }

        .repltSumit p i {
            cursor: pointer;
            padding: 6px 22px;
            border-radius: 2px;
            margin-left: 10px;
            border: 1px solid #dedede;
            background-color: #f6f6f6;
        }

.userpremt-ico {
    float: left;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0px 20px;
}

.userpj-ico {
    width: 39px;
    height: 39px;
    margin: 5px auto;
    border-radius: 39px;
    overflow: hidden;
}

    .userpj-ico img {
        width: 100%;
        height: 100%;
    }

.userpj-name {
    font: 12px/22px Verdana;
}

.admin-rated {
    width: 579px;
    height: auto;
    overflow: hidden;
    color: #dfa50f;
    font: 12px/22px "微软雅黑";
    padding-left: 97px;
    padding-top: 20px;
}

.User-type {
    display: inline-block;
    width: 195px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

    .User-type em {
        color: #b5b5b5;
    }
/*定制工艺*/
/*定制工艺*/
/*生产周期*/
.cycle {
    padding-top: 20px;
}

    .cycle table {
        width: 100%;
        border: 1px solid #ededed;
    }

        .cycle table tr th {
            font: 12px/38px "微软雅黑";
            background-color: #f6f6f6;
        }

        .cycle table tr td {
            text-align: center;
            height: 38px;
            font: 12px/39px "微软雅黑";
            border: 1px solid #ededed;
            border-top: none;
        }
/*生产周期*/
/*常见问题*/
/*常见问题*/
/*累计评价*/
.all-ratedSmall_Img {
    width: 889px;
    height: auto;
    overflow: hidden;
    padding: 0px 17px 0px 17px;
}

.small_img_list {
    width: 100%;
    height: 68px;
}

.smallImgBox {
    width: 811px;
    height: 68px;
    float: left;
    overflow: hidden;
    position: relative;
}

.small_Prev, .small_Next {
    width: 39px;
    height: 68px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.small_Prev {
    background: url("../images/publicIco.png") -482px -175px no-repeat;
}

.small_Next {
    background: url("../images/publicIco.png") -411px -175px no-repeat;
}

.small_li_length {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 68px;
    overflow: hidden;
}

    .small_li_length ul li {
        float: left;
        width: 66px;
        height: 66px;
        cursor: pointer;
        overflow: hidden;
        margin-right: 6px;
        border: 1px solid #ededed;
    }

        .small_li_length ul li img {
            width: 100%;
            height: 100%;
        }

.smallClick {
    border: 1px solid #ea2b25 !important;
}

.large_Img {
    width: 598px;
    height: 498px;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ededed;
}

    .large_Img ul li {
        display: none;
    }

        .large_Img ul li img {
            width: 100%;
            height: 100%;
        }
/*累计评价*/
/*公告列表页*/
.Notice-list {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.Notice-main {
    width: 860px;
    height: auto;
    float: left;
    overflow: hidden;
}

.Notice-mig {
    margin-right: 10px;
}

.Notice-title {
    width: 100%;
    height: 38px;
    overflow: hidden;
    font: 14px/38px "微软雅黑";
    background-color: #f5f5f5;
}

.let {
    float: left;
    margin-left: 14px;
    font-weight: bold;
}

.ret {
    float: right;
    margin-right: 13px;
}

.Notice-href {
    width: 855px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ededed;
    border-top: none;
}

    .Notice-href ul li {
        height: 38px;
        margin: 0px 13px 0px 14px;
        overflow: hidden;
        font: 12px/39px "微软雅黑";
        border-bottom: 1px dashed #e0e0e0;
    }

        .Notice-href ul li a:hover {
            color: #e2643d;
        }

.notice-time {
    float: right;
    color: #999999;
    font-family: Arial;
    font-size: 14px;
}

.Notice-li-none {
    border-bottom: none !important;
}

.Notice-paging {
    margin: 15px 0px 10px 0px !important;
}

.Notice-PagingMain {
}

.notice-pag-prev, .notice-pag-next {
    width: 30px !important;
    height: 30px !important;
    line-height: 32px !important;
}

.Notice-pag-Nber-main {
    height: 32px !important;
}

.Notice-pag-Nber {
    height: 32px !important;
}

    .Notice-pag-Nber li {
        width: 30px !important;
        height: 30px !important;
        line-height: 32px !important;
    }
/*公告列表页*/
/*公告详情页*/
.notice-details {
    width: 780px;
    height: auto;
    padding: 19px 39px 41px 39px;
    overflow: hidden;
    margin: 0 auto 100px auto;
    border: 1px solid #ededed;
}

.notice-detaTitle {
    height: 52px;
    overflow: hidden;
    text-align: center;
    color: #444444;
    font: 24px/53px "微软雅黑";
    border-bottom: 1px dashed #e0e0e0;
}

.notice-detaTime {
    color: #999999;
    height: 33px;
    font: 14px/33px Arial;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.notice-details ul li {
    height: auto;
    overflow: hidden;
    font: 12px/28px "微软雅黑";
}
/*公告详情页*/
/*视频列表*/
.new-video-list {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 90px;
}

.video-title {
    height: 52px;
    overflow: hidden;
    font: 12px/53px "微软雅黑";
    border-bottom: 1px dashed #d4d4d4;
}

.video-search {
    width: 518px;
    height: 38px;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
}

.video-selectLab {
    top: 12px !important;
}

.video-searchText {
    border: 2px solid #dbdbdb !important;
}

.video-searchSubmit {
    color: #666666 !important;
    background-color: #dbdbdb !important;
}

.cont-video-list {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.video-eq {
    width: 100%;
    height: 115px;
    overflow: hidden;
    /*border-top: 1px solid #dbdbdb;*/
    /*border-bottom: 1px solid #dbdbdb;*/
    margin-bottom: 10px;
}

.video-link {
    width: 186px;
    height: 115px;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-left: 1px solid #dbdbdb;
}

    .video-link img {
        width: 100%;
        height: 100%;
    }

.video-information {
    width: 982px;
    height: 84px;
    float: left;
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    border-left: none;
    padding: 15px 0px 14px 20px;
}

    .video-information ul li {
        height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font: 12px/28px "微软雅黑";
    }

.pic_view {
    position: relative;
    border: 1px solid #e3e3e3;
    margin: 7px 0 11px;
    float: left;
}

    .pic_view .pic_op {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 6;
    }

.image_box {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
}

.pic_view .pic_op a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    border-radius: 4px;
    background: rgba(0,0,0,.5);
    margin-right: 12px;
    color: #fff;
}

    .pic_view .pic_op a i {
        display: inline-block;
        margin-right: 5px;
        vertical-align: -3px;
    }

.turn_l i {
    width: 16px;
    height: 15px;
    background-image: url(../images/__sprite.png);
    background-position: -48px -50px;
}

.turn_r i {
    width: 16px;
    height: 15px;
    background-image: url(../images/__sprite.png);
    background-position: -32px -50px;
}

.pic_view img {
    max-width: 550px;
    max-height: 600px;
    min-width: 300px;
    min-height: 300px;
}

.pic_view canvas {
    max-width: 550px;
    max-height: 600px;
    min-width: 300px;
    min-height: 300px;
}

.whiteBlank {
    font-size: 0;
    height: 0px;
    margin-top: -50px;
    border-top: 1px solid #eee;
}

/*搜素框详细搜素信息*/
.searMeg {
    width: 376px;
    height: auto;
    border: 1px solid #ccc;
    position: absolute;
    top: 119px;
    background: #fff;
    z-index: 600;
    left: 50%;
    margin-left: -227px;
}

    .searMeg li {
        padding-left: 5px;
        height: 30px;
        font: 12px/30px "微软雅黑";
        color: #666;
        cursor: pointer;
    }

        .searMeg li span {
            display: block;
            width: 317px;
            float: left;
        }

        .searMeg li:hover {
            background: #f5f5f5;
        }

            .searMeg li:hover a {
                color: #015eab;
            }

        .searMeg li a {
            float: right;
            margin-right: 5px;
            color: #999;
        }
