﻿@import url("../Themes/bootstrap.css");

* {
    font-family: Tahoma,"宋体",Helvetica,sans-serif;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



/*body a span {
    font-family: Tahoma,"宋体",Helvetica,sans-serif;
    font-size: 14px;
}*/

.normaltext {
    font-family: Tahoma,"宋体",Helvetica,sans-serif;
}

/*input[type="text"] { 
    font-size: 13px;
    border: 1px inset #ddd;
    background-color: #fff;
    vertical-align: middle;
    font-family: Tahoma,"宋体",Helvetica,sans-serif;
    /*-webkit-box-shadow: inset 0 0 5px #999;
    -moz-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

*/
/*button, input[type="button"], input[type="submit"] {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

button, input[type="button"], input[type="submit"] {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    button:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background: #eee;
        opacity: .85;
    }*/
/*button, input[type="button"], input[type="submit"] {
    border-color: #cccccc;
}*/
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    img {
        max-width: 100%;
    }
}

/*input[type="password"] {
    height: 26px;
    font-size: 13px;
    border: 1px inset #ddd;
    background-color: #fff;
    vertical-align: middle;
}*/


/*textarea {
    font-size: 13px;
    border: 1px inset #ddd;
    background-color: #fff;
    font-family: Tahoma,"宋体",Helvetica,sans-serif;
}

select {
    height: 26px;
    font-size: 13px;
    border: 1px inset #ddd;
    background-color: #fff;
}*/


div.calendar {
    min-width: 160px;
    max-width: 200px;
}

.addfavourite {
    cursor: pointer;
}

.containercontentpanel {
    display: inline-block;
    width: 100%;
}





.ErrorMessage {
    color: red;
    font-weight: bold;
}

.edittable {
    background: #fff;
    width: 100%;
}

    .edittable td {
        padding-left: 1px;
        color: #333333;
        border: 1px solid #eee;
        padding: 5px;
    }

    .edittable th {
        padding: 5px;
        color: #333333;
        border: 1px solid #eee;
    }

.watermarked {
    color: gray;
}

.displaynone {
    display: none;
    left: -1000px;
}

.mypager input[type="button"] {
    border: 1px solid red;
}

.mypager input[type="submit"] {
    border: 1px solid #eee;
}

.ButtonCssClass {
    border: 1px solid #eee;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
    background-color: transparent;
}

.mzqpage .ButtonCssClass {
    border: 1px solid #eee;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
    background-color: transparent;
}





/*MzqPopupDialog*/
.MzqPopupDialog-box-shadow {
    border: 2px solid #eee;
    -webkit-box-shadow: inset 0 0 15px #999;
    -moz-box-shadow: inset 0 0 15px #999;
    box-shadow: inset 0 0 15px #999;
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.3);
}

    .MzqPopupDialog-box-shadow input[type='button'] {
        cursor: pointer;
    }

.Popup-Dialog-topbar {
    /*-webkit-box-shadow: inset 0 0 15px #999;
    -moz-box-shadow: inset 0 0 15px #999;
    box-shadow: inset 0 0 15px #999;*/
    font-family: 'Microsoft YaHei';
    background-color: #dfdfdf;
    height: 30px;
    background-color: #ddd;
    border: 1px outset #fff;
    /*box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.3);*/
}

.Popup-Dialog-title {
    white-space: nowrap;
    float: left;
    padding: 4px;
    cursor: move;
    width: 70%;
    text-align: left;
}

.Popup-Dialog-closs {
    cursor: pointer;
    float: right;
    padding: 3px;
    width: 80px;
    min-width: 80px;
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    font-family: 'Microsoft YaHei';
}

    .Popup-Dialog-closs:hover {
        color: red;
    }

/*MzqPopupDialog end*/

/*tablelist  */

.tablelist {
    border: solid 1px #cbcbcb;
    width: 100%;
    clear: both;
    background: #ffffff;
}

    .tablelist thead th {
        background: url(../images/th.gif) repeat-x;
         background-image: url(../images/th.gif);
        background-position: bottom;
        height: 24px;
        line-height: 24px;
        border-bottom: solid 1px #b6cad2;
        text-indent: 10px;
        text-indent: 5px;
        text-align: left;
        border-right: solid 1px #c7c7c7;
        color: #333333;
        font-size:13px;
        /*立体样式*/
        /*border-bottom: solid 1px #ddd;
        background: #ddd;
        background: -webkit-linear-gradient(top,#ddd 0,#fff 99%);
        background: -moz-linear-gradient(top,#ddd 0,#fff 99%);
        background: -o-linear-gradient(top,#ddd 0,#fff 99%);
        background: linear-gradient(to bottom,#ddd 0,#fff 99%);
        background-repeat: repeat-x;*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddd,endColorstr=#fff,GradientType=0);*/
        
    }

    .tablelist td {
          height: 24px;
        line-height: 24px;
        text-indent: 10px;
        text-indent: 4px;
        border: 1px solid #dddddd;
        border-right: dotted 1px #c7c7c7;
        color: #333333;
        font-size:13px;
    }
     .tablelist td span
     {
          font-size:13px;
     }
      .tablelist td a
     {
          font-size:13px;
     }

.tablelink {
    color: #056dae;
    font-size: 13px;
}

    .tablelink:hover {
        cursor: pointer;
    }

.tablelist .tablelink {
    color: #056dae;
}

.tablelist tbody tr {
    border-bottom: 1px solid #ededed;
    border-bottom: 1px solid #dddddd;
}

    .tablelist tbody tr.odd {
        background: #f5f8fa;
    }

    .tablelist tbody tr:hover {
        cursor: pointer;
        background: #e5ebee;
        background-color: #dddddd;
    }





.NavBar {
    background-color: #eee;
    border: 0px solid #eee;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    /*background-image: url(_default/images/nav-bg.gif);*/
    color: #fff;
    color: #372b2b;
}

    .NavBar strong {
        padding-left: 20px;
        background: url(_default/images/nav-arrow.png) no-repeat;
        z-index: 100;
    }

    .NavBar a {
        color: #372b2b;
    }




/* tab 页签css */
.slideTxtBox {
    width: 100%;
    border: 1px solid #ddd;
    text-align: left;
    display: inline-block;
}

    .slideTxtBox .hd {
        height: 30px;
        line-height: 30px;
        background: #f4f4f4;
        padding: 0 10px 0 20px;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding: 0px;
    }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            left: 10px;
            top: -1px;
            height: 32px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .slideTxtBox .hd ul li {
                float: left;
                padding: 0 15px;
                cursor: pointer;
                list-style: none;
            }

                .slideTxtBox .hd ul li.on {
                    height: 32px;
                    background: #fff;
                    border: 1px solid #ddd;
                    border-bottom: 2px solid #fff;
                }

    .slideTxtBox .bd ul {
        padding: 15px;
        padding: 5px;
        zoom: 1;
        list-style: none;
    }

    .slideTxtBox .bd li {
        /*height: 24px;
        line-height: 24px;*/
        list-style: none;
    }

        .slideTxtBox .bd li .date {
            float: right;
            color: #999;
        }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideTxtBox .arrow {
        position: absolute;
        right: 10px;
        top: 0;
    }

        .slideTxtBox .arrow a {
            display: block;
            width: 5px;
            height: 9px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            background: url("../images/arrow.png") 0 0 no-repeat;
        }

        .slideTxtBox .arrow .next {
            background-position: 0 -50px;
        }

        .slideTxtBox .arrow .prevStop {
            background-position: -60px 0;
        }

        .slideTxtBox .arrow .nextStop {
            background-position: -60px -50px;
        }

/* tab 页签css END */




.richContent {
    line-height: 1.8;
    padding: 0;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

    .richContent table {
        clear: both;
        border-collapse: collapse;
        word-break: break-all;
    }

        .richContent table td {
            padding: 0 10px;
        }

/*textImg */


.textImg0 {
    display: none;
}
/*img 左 */
.textImg1 {
    float: left;
    margin: 5px 10px 5px 5px;
    position: relative;
}

.richContent1 {
    width: auto;
    _float: left;
}

.textImg2 {
    float: left;
    margin: 5px 10px 5px 5px;
    position: relative;
}

.richContent2 {
    width: auto;
    overflow: visible;
}

    .richContent2 img {
        vertical-align: middle;
    }

.textImg3 {
    float: none;
    width: 100%;
    display: block;
    position: relative;
}

    .textImg3 img {
        margin: 0 auto;
        display: block;
    }
/*img 右 */
.textImg4 {
    float: right;
    margin: 5px;
    position: relative;
}

.richContent4 {
    width: auto;
    _float: left;
}

.textImg5 {
    float: right;
    margin: 5px;
    position: relative;
}

.richContent5 {
    width: auto;
    overflow: visible;
}

    .richContent5 img {
        vertical-align: middle;
    }

.textImg6 {
    float: none;
    width: 100%;
    display: block;
    position: relative;
}

    .textImg6 img {
        margin: 0 auto;
        display: block;
    }


/*textImg END */



.picMarquee-left {
    overflow: hidden;
    position: relative;
    border: 0px solid #ccc;
}

    .picMarquee-left .bd {
        padding: 1px;
    }

        .picMarquee-left .bd ul {
            overflow: hidden;
            padding: 0px;
            margin: 0px;
        }

            .picMarquee-left .bd ul li {
                margin: 0;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                padding: 5px;
                margin: 0px;
                vertical-align: top;
                padding-bottom: 15px;
            }

                .picMarquee-left .bd ul li .pic {
                    text-align: center;
                    padding: 0px;
                    margin: 0px;
                }

                    .picMarquee-left .bd ul li .pic img {
                        width: 120px;
                        margin-top: 0px;
                        display: block;
                        padding: 0px;
                        margin: 0px;
                        border: 1px solid #ccc;
                        border-color: transparent;
                        width: 100%;
                        padding: 6px;
                    }

                    .picMarquee-left .bd ul li .pic a:hover img {
                        border-color: #999;
                        padding: 1px;
                    }

                .picMarquee-left .bd ul li .title {
                    line-height: 28px;
                    overflow: hidden;
                }

                .picMarquee-left .bd ul li .currtitle {
                    background-color: #eeeeee;
                    line-height: 28px;
                }

                    .picMarquee-left .bd ul li .currtitle a {
                        display: block;
                        padding-left: 10px;
                    }

                .picMarquee-left .bd ul li .title a {
                    display: block;
                    padding-left: 10px;
                }

                    .picMarquee-left .bd ul li .title a:hover {
                        font-weight: bold;
                    }


/*CMS产品分类：默认蓝色*/
div.cmsproductcategorylevel1 a {
    color: #5f4f40;
}

div.cmsproductcategorylevel1 {
    display: inline-block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    list-style: none;
    padding-left: 10px;
    /*color: #ffffff;
     background-color: #0776bd;*/
    font-weight: bold;
    border: 1px solid #ddd;
    background: #eeeeee;
}

ul.cmsproductcategorylistlevel2 {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0px;
    border: 1px solid #ddd;
    border-top: 0px solid #eeeeee;
}

    ul.cmsproductcategorylistlevel2 li {
        list-style: none;
        padding: 0px;
        float: left;
    }

        ul.cmsproductcategorylistlevel2 li a {
            display: inline-block;
            overflow: hidden;
            width: 100%;
            height: 25px;
            line-height: 25px;
            text-align: center;
            border-bottom: 1px dashed #ddd;
            color: #5f4f40;
        }

            ul.cmsproductcategorylistlevel2 li a:hover span {
                color: #ff6a00;
            }

            ul.cmsproductcategorylistlevel2 li a span {
                /*padding-left: 10px;*/
                overflow: hidden;
                font-size: 10pt;
            }

        ul.cmsproductcategorylistlevel2 li.curr a {
            color: #ff6a00;
            background-color: #eee;
        }
/*CMS产品分类：默认蓝色*/



/*CMS产品列表*/

ul.cmsproductlist {
    list-style: none;
    width: 100%;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    border: 0px solid red;
}

    ul.cmsproductlist li {
        list-style: none;
        float: left;
        display: inline-block;
        border: 0px solid transparent;
        margin: 0px;
        overflow: hidden;
        min-width: 190px;
        padding: 8px;
        border: 0px solid red;
    }

        ul.cmsproductlist li div.pic {
            padding: 5px;
            border: 1px solid transparent;
            min-height: 180px;
            max-height: 280px;
            text-align: center;
            /*line-height: 200px;
            display: list-item;*/
            overflow: hidden;
        }

        ul.cmsproductlist li div.item-box {
            border: 1px solid transparent;
            padding-bottom: 10px;
            /*max-height: 370px;
             height: 370px;*/
            min-height: 300px;
            border: 1px solid #dddddd;
        }

        ul.cmsproductlist li:hover div.item-box {
            border: 1px solid #ff6a00;
            /*max-height: 370px;*/
            min-height: 300px;
        }

        ul.cmsproductlist li div.cmsproductshowbuybutton {
            padding: 5px;
            display: none;
        }

        ul.cmsproductlist li:hover div.cmsproductshowbuybutton {
            position: relative;
            padding: 2px;
            height: 30px;
            top: -28px;
        }

        ul.cmsproductlist li div.title {
            display: block;
            min-height: 22px;
            max-height: 22px;
            line-height: 22px;
            overflow: hidden;
            font-family: 'Microsoft YaHei';
        }

            ul.cmsproductlist li div.title a {
                font-size: 15px;
                font-weight: 600;
                text-align: left;
                padding-left: 5px;
                overflow: hidden;
                color: #333333;
                font-family: 'Microsoft YaHei';
            }

        ul.cmsproductlist li div.price {
            display: block;
            min-height: 26px;
            line-height: 26px;
            overflow: hidden;
        }

        ul.cmsproductlist li div.productcontent {
            display: inline-block;
            text-align: center;
            border: 1px solid #eee;
            width: 100%;
            line-height: 42px;
            min-height: 42px;
            max-height: 42px;
            font-family: 'Microsoft YaHei';
        }

            ul.cmsproductlist li div.productcontent:hover {
                border: 1px solid #ff6a00;
            }



        ul.cmsproductlist li a {
            display: inline-block;
            text-align: center;
            width: 100%;
        }




.cmsproductsalepricecaption {
    margin-left: 5px;
    font-size: 13px;
    color: #494141;
}

.cmsproductprice {
    text-align: left;
    padding: 0px;
}

.cmsproductsaleprice {
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

.cmsproductoldprice {
    text-decoration: line-through;
    color: #999999;
    font-size: 13px;
    margin-left: 5px;
}

.cmsproductshortdescription {
    text-align: left;
    margin-top: 3px;
    padding: 5px;
    padding-left: 10px;
    white-space: normal;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
/*CMS产品列表*/
ul.picList {
    position: relative;
    padding: 0px;
    list-style: none;
}

    ul.picList li {
        list-style: none;
        padding: 10px;
        text-align: left;
        border: 2px solid #eeeeee;
    }

        ul.picList li img {
            margin-bottom: 20px;
        }

        ul.picList li:hover {
            background: #eee;
            border-radius: 3px;
            opacity: .85;
        }


    ul.picList a.cmsproductimg {
        height: 180px;
        display: block;
        padding: 0px;
        background-position: center;
        background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        background-repeat: no-repeat;
        /*background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;*/
        /*background-size:cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;*/
    }

    ul.picList a.producttitle {
        display: block;
        font-family: 'Microsoft YaHei';
        padding-left: 1px;
        margin-top: 2px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.85);
        color: #5f4f40;
        overflow: hidden;
        text-align: left;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
        height: 40px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    ul.picList div.cmsproductprice {
        display: inline-block;
        line-height: 30px;
        width: 100%;
        padding-left: 0px;
    }

    ul.picList span.cmsproductsaleprice {
        height: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #ff6a00;
        padding-left: 1px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.85);
        overflow: hidden;
        text-align: left;
        float: left;
        display: inline-block;
        line-height: 30px;
        height: 30px;
    }

    ul.picList span.cmsproductoldprice {
        text-decoration: line-through;
        color: #999999;
        font-size: 14px;
        margin-left: 5px;
        float: left;
    }

    ul.picList span.cmsproductaddtocartimg {
        float: right;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        margin-right: 5px;
    }

    ul.picList span.cmsproductshortdescription {
        font-family: 'Microsoft YaHei';
        padding-left: 1px;
        margin-top: 2px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.85);
        color: #5f4f40;
        color: grey;
        color: #888888;
        font-size: 13px;
        overflow: hidden;
        text-align: left;
        font-weight: 500;
        text-align: left;
        height: 40px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

/**全部商品列表样式*/

.allproductgrid {
    background-color: #fff;
    color: #333;
}

    .allproductgrid ul {
        list-style: none;
        width: 100%;
        display: inline-block;
        padding: 0px;
    }

        .allproductgrid ul li {
            list-style: none;
            float: left;
            padding: 5px;
        }

            .allproductgrid ul li a.allproductgrid {
                padding: 0px;
                display: block;
                border: 1px solid #eee;
                margin-top: 10px;
                margin-left: 5px;
                margin-right: 5px;
                padding-bottom: 10px;
            }

                .allproductgrid ul li a.allproductgrid:hover {
                    text-decoration: none;
                    color: #333;
                    -webkit-box-shadow: inset 0 0 10px #999;
                    -moz-box-shadow: inset 0 0 10px #999;
                    box-shadow: inset 0 0 10px #999;
                    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3);
                }

            .allproductgrid ul li div.img {
                display: block;
                padding: 5px;
                overflow: hidden;
                border-bottom: 1px solid #eee;
                text-align: center;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-size: contain;
                min-height: 180px;
            }

                .allproductgrid ul li div.img img {
                    /*width: 100%;
                    height: 100%;*/
                    width: inherit;
                    height: inherit;
                }

            .allproductgrid ul li span.title {
                display: block;
                font-family: 'Microsoft YaHei';
                height: 38px;
                padding-left: 5px;
                margin-top: 4px;
                text-shadow: 0 1px 0 rgba(255,255,255,0.85);
                color: #5f4f40;
                overflow: hidden;
                font-weight: 600;
                font-size: 15px;
                text-align: left;
                height: 40px;
                display: -webkit-box;
                overflow: hidden;
                white-space: normal !important;
                text-overflow: ellipsis;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .allproductgrid ul li span.ShortDescription {
                display: block;
                font-family: 'Microsoft YaHei';
                height: 40px;
                padding-left: 5px;
                margin-top: 2px;
                text-shadow: 0 1px 0 rgba(255,255,255,0.85);
                color: #333;
                overflow: hidden;
                text-align: left;
                height: 40px;
                display: -webkit-box;
                overflow: hidden;
                white-space: normal !important;
                text-overflow: ellipsis;
                word-wrap: break-word;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .allproductgrid ul li span.price {
                display: block;
                padding: 0px;
                min-height: 30px;
                color: #ff0000;
                padding-left: 10px;
                font-weight: 700;
            }

            .allproductgrid ul li span.stock {
                font-size: 13px;
            }

.allproductlist {
    margin-bottom: 10px;
    width: 100%;
}

    .allproductlist td {
        vertical-align: top;
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }

        .allproductlist td a {
            text-decoration: none;
        }

        .allproductlist td.imgage {
            width: 25%;
            border-bottom: 1px dashed #ddd;
            max-width: 100px;
        }

    .allproductlist .imgage img {
        width: 100%;
        height: 100%;
        max-height: 260px;
        max-width: 200px;
    }

    .allproductlist td span.price {
        margin-bottom: 1px;
        color: #ff0000;
        font-weight: 700;
    }

    .allproductlist td span.title {
        display: block;
        font-family: 'Microsoft YaHei';
        min-height: 40px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.85);
        color: #333;
        overflow: inherit;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.allproductheader {
    width: 100%;
    height: 30px;
    line-height: 28px;
    border-bottom: solid 1px #eee;
    background: #ddd;
    background: -webkit-linear-gradient(top,#ddd 0,#fff 99%);
    background: -moz-linear-gradient(top,#ddd 0,#fff 99%);
    background: -o-linear-gradient(top,#ddd 0,#fff 99%);
    background: linear-gradient(to bottom,#ddd 0,#fff 99%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddd,endColorstr=#fff,GradientType=0);
}




/*按钮*/
.price {
    color: #ff6a00;
    font-weight: 600;
    font-size: 15px;
}


/*数字输入框样式*/

.NumericTextBoxCss {
    border: 1px solid #dddddd;
    font-size: 16px;
}

.NumericTextBoxButtonCss {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    height: 23px;
    text-align: center;
    width: 30px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 0px;
    border: 1px solid #dddddd;
}

.text-row-1 {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    max-height:22px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.text-row-2 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      max-height:44px;
}
.text-row-3 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
       max-height:66px;
}
.text-row-4 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
       max-height:88px;
   
}
.text-row-5 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
       max-height:110px;
   
}
