@import "reset.css";
/*globe*/

@page {
    size: A4 landscape;
}

@media print {
    table {
        page-break-before: avoid;
        page-break-after: avoid;
    }

    div {
        page-break-before: avoid;
        page-break-after: avoid;
    }
}



/*报价*/
.BJProductInfo {
    width: 100%;
}

    .BJProductInfo table {
		background:#fff;
        /*border-right: 1px solid rgb(213,213,213);
    border-bottom: 1px solid rgb(213,213,213);*/
        line-height: 30px;
        width: 100%;
        /* border-collapse: collapse; */ /*空内容时显示边框*/
        /*border:1px solid #3a81c8;
        margin: 0 0 0 -0.5px;*/
    }

.tabcontent {
     /*background:#F2F2F2;
   border: 1px solid rgb(213,213,213);
    margin: 0 -2px 0 -2px;*/
}

.BJProductInfo table td, .BJProductInfo table th {
    padding: 3px;
    border:1px solid #ddd;
}

.BJProductInfo table th {
    background-color: #f9f9f9;
}

.BJProductInfo table .parts {
    text-align: center;
}

.BJProductInfo .parts-title {
    background-color: #e8c480;
}

.BJProductInfo .title-width {
    width: 108px;
}


.BJProductInfo .tleft {
    /* font-family: "幼圆","幼圆", Helvetica, sans-serif; */
    font-weight: bold;
    text-align: center;
    width: 108px;
    /*background-color: #e0ecff;
    color: #fff;
    font-size: 12.5pt;
    border-radius: 10px;
    font-family:  ;
    font-size: 11pt;*/
}

.BJProductInfo .center {
    text-align: center;
}


.BJProductInfo .tcenter {
    font-weight: bolder;
    text-align: center;
    min-width: 70px;
    font-size: 18px;
    color: #F00;
}

.BJProductInfo html {
    scrollbar-face-color: #f2f2f2;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #dddddd;
    scrollbar-arrow-color: #336000;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #ffffff;
}

.BJProductInfo body {
    /* font-family: "","新宋体", Helvetica, sans-serif; */
    font-size: 12px;
    background: #FFF;
    padding: 10px;
    cursor: default;
}

.BJProductInfo form {
    margin: 5px 5px 5px 5px;
}

.BJProductInfo td, .BJProductInfo div {
    /*font-size: 12px;*/
    line-height: 20px;
    margin-top: 0px;
    text-align: justify;
}

.BJProductInfo a {
    color: #000;
    text-decoration: underline;
}

    .BJProductInfo a:hover {
        /* color: #3366CC; */
    }

/* .BJProductInfo input {
    margin-left: 2px;
    margin-right: 3px;
    border: 1px solid #777777;
    border-radius: 3px;
}
.BJProductInfo input:focus,.BJProductInfo select:focus {
    border: solid 2px #3bb4f2;
}
.BJProductInfo select option{
    border: solid 2px #3bb4f2;
}

    .BJProductInfo input[type="text"] {
        height: 16px;
    }
*/
    .BJProductInfo input[type="checkbox"] {
        height: 16px;
        width: 16px;
        vertical-align: text-top;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px; margin-right:5px;
        border-radius: 3px;
        display: inline-block;
        /*position: relative;*/
    }

/*.BJProductInfo input[type="text"], select {
    height: 10px;
}*/

.BJProductInfo input, .BJProductInfo select { height: 30px; line-height: 30px;
    padding:0 10px; color:#333; border:#dcdcdc 1px solid; box-sizing:border-box;
    	-moz-border-radius:5px; 
    	-webkit-border-radius:5px;
    	-o-border-radius:5px;
    	border-radius:5px;
    	transition:all 0.4s;
}

.BJProductInfo label {
    vertical-align: middle;
    text-align: left;
}

.width90per {
    width: 90%;
}


.BJProductInfo h1 {
    /*font-size:18px;*/
    padding: 0.7em;
    border: 1px solid #b5d6ff;
    margin-bottom: 10px;
    background-color: #EEF5FF;
    margin-top: 0px;
}

    .BJProductInfo h1 em {
        /*font-size:0.88em;*/
        /*font-family:Tahoma;*/
        font-weight: normal;
        color: #454545;
        margin: 0 0.2em;
    }

.BJProductInfo h2 {
    padding: 0.4em;
    /*font-size:18px;*/
    border: 1px solid #b5d6ff;
    background-color: #EEF5FF;
    margin-top: 0px;
    color: #3366CC;
}

    .BJProductInfo h2 a {
        color: #3366CC;
        font-size: 14px;
    }

.inemtitle {
    background-image: url(titleBg.gif);
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    text-indent: 20px;
}

.bigPhoto {
    border: #E6E6E6 1px solid;
    padding: 2px;
}

/*按钮*/
.simplelist {
    margin: 0px;
    padding: 0px;
}

    .simplelist li {
        width: auto;
        float: left;
        padding: 2px;
        line-height: 20px;
        margin: 1px 3px 0px 0px;
        list-style-type: none;
    }

        .simplelist li a {
            background-color: #FFFFFF;
            border: 1px solid #C8C9CD;
            color: #000;
            display: block;
            min-width: 40px;
            padding: 0 1px;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            width: auto !important;
        }

            .simplelist li a:hover {
                border: 1px solid #3bb4f2;
                margin: 0px;
            }

            .simplelist li a.selected {
                background-color: #3bb4f2;
                color: white;
                margin: 0px;
                font-weight: bold;
            }

            .simplelist li a img {
                width: 30px;
                height: 30px;
                border: 0px;
            }

/*隐藏*/
.HjgXY {
    display: none;
}



.ui-btn-sc {
    TEXT-ALIGN: center;
    LINE-HEIGHT: 36px;
    BACKGROUND-COLOR: #ff6701;
    WIDTH: 137px;
    FLOAT: left;
    LETTER-SPACING: 1px;
    HEIGHT: 36px;
    COLOR: #ffffff;
    FONT-SIZE: 16px;
    margin-left: 20px;
}

.ui-btn-sc {
    TEXT-DECORATION: none;
}

    .ui-btn-sc:hover {
        BACKGROUND-COLOR: #ff7e27;
        COLOR: #ffffff;
    }


.blue td {
    color: #0000FF;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #FF0000;
}

.hui {
    color: #666666;
}

.content {
    background-color: #b5d6e6;
    margin-top: 2px;
}

    .content th {
        background: url(../images/bg.gif) repeat-x;
        font-weight: normal;
        text-align: center;
        height: 22px;
        line-height: 22px;
    }

    .content td {
        background-color: #FFFFFF;
        line-height: 20px;
        padding-left: 5px;
    }

    .content a {
    }

.content1 td {
    background-color: #FFFFFF;
    line-height: 20px;
    padding-left: 0;
}

#quoteDetailDiv {
    margin-left: 10px;
    margin-right: 20px;
}

.mybutton {
    height: 40px;
    width: 80px;
    font-size: 16px;
}

@media print {
    .notprint {
        display: none;
    }

    .noBorder {
        border: none;
    }

    .font14 {
        font-family: '宋体';
        font-size: 14px;
    }

    .font16 {
        font-family: '宋体';
        font-size: 16px;
    }

    .notprint2 {
        position: relative;
        top: -999em;
    }

    .printtable td {
        font-size: 19px;
    } 
}

.baojia {
    margin: auto;
    width: 1030px;
    background: #FFFFFF;
    clear: both;
    height: auto;
}

.companylinkinfo {
    height: 30px;
    font-size: 14px;
    margin-left: 30px;
}

/* CSS Document */


.stable {
    background: #E0ECFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #3A81C8; /* #99BBE8; old */
    border-right-color: #3A81C8;
}

    .stable td, .stable th {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #3A81C8;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #3A81C8;
        padding: 3px;
    }

    .stable th {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        background-color: #EEF5FF;
    }

#dis {
    display: none;
    text-align: left;
    margin-top: 2px;
}


.thisprice {
    font-weight: bold;
    color: #FF0000;
}

.buttondiv {
    margin: 10px;
    padding-left: 0px;
}


.p1 {
    width: 138px;
}

    .p1 ul {
        list-style: none;
        margin: 0;
        padding: 0px;
    }

    .p1 li {
        margin-bottom: 0px;
    }

    .p1 a {
        display: block;
        text-decoration: none;
        background-image: url(../images/pid_bg1.gif);
        height: 26px;
        padding-left: 8px;
        margin-bottom: 1px;
        line-height: 26px;
        background-color: #EEF5FF;
        vertical-align: middle;
    }

        .p1 a:hover {
            text-decoration: none;
            background-color: #b5d6ff;
        }

.menuAS:link, .menuAS:visited {
    text-decoration: none;
    background-image: url(../images/pid_bg2.gif);
    color: #FF0000;
}

.myprice {
    border: 1px solid #b5d6ff;
}

.code {
    margin: 1em;
    padding: 1em;
    border: 1px solid #98c0f4;
    background: #fff;
    /*font-family:Fixedsys,Tahoma;*/
    line-height: 1.8em;
    zoom: 1;
}

.ad2 {
    height: 230px;
    width: 450px;
    overflow: hidden;
    border: 1px solid #8db2e3;
}

#ad6 {
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #8db2e3;
}
/*会员组*/

/*会员组*/
.Group {
    background: url(../images/tab-strip-bg.gif) repeat-x left 0 #d8e3f3;
    padding-left: 2px;
    padding-right: 27px;
    list-style: none;
    margin: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #8db2e3;
    border-right-color: #8db2e3;
    border-left-color: #8db2e3;
}

    .Group li {
        float: left;
        margin-right: 2px;
        /*position: relative;*/
        z-index: 7;
        padding-top: 2px;
        height: 20px;
    }

        .Group li a {
            float: left;
            text-decoration: none;
            color: #000;
            display: block;
            height: 21px;
            line-height: 21px;
            background: url(../images/tabs-sprite.gif) no-repeat 0 -51px;
            padding-left: 10px;
        }

        .Group li em {
            display: block;
            height: 21px;
            line-height: 21px;
            background: url(../images/tabs-sprite.gif) no-repeat right -351px;
            padding-right: 10px;
            font-style: normal;
            cursor: pointer;
        }

        .Group li span {
            display: block;
            height: 21px;
            line-height: 21px;
            background: url(../images/tabs-sprite.gif) repeat-x left -201px;
            cursor: pointer;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .Group li a.cur {
            height: 22px;
            line-height: 22px;
            background: url(../images/tabs-sprite.gif) no-repeat 0 0;
            position: relative;
            margin-bottom: -1px;
        }

            .Group li a.cur em {
                height: 22px;
                line-height: 22px;
                background: url(../images/tabs-sprite.gif) no-repeat right -301px;
            }

            .Group li a.cur span {
                height: 22px;
                line-height: 24px;
                background: url(../images/tabs-sprite.gif) repeat-x left -151px;
                color: #15428b;
                font-weight: bold;
            }

    .Group .button {
        float: right;
        height: 21px;
        line-height: 21px;
    }

        .Group .button .ab {
            color: #FF0000;
            cursor: pointer;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 22px;
            background: url(../images/button.gif) no-repeat;
            width: 78px;
            display: inline-block;
        }


/*报价按钮*/

.bjbt {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 15px 30px;
    height: 50px;
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

    .bjbt li {
        list-style-type: none;
        float: left;
        padding: 0px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        height: 50px;
        line-height: 50px;
    }

        .bjbt li a {
            display: block;
            font-weight: bold;
            font-size: 12px;
            text-align: center;
            color: #0000FF;
            background-image: url(../images/bton.gif);
            background-repeat: no-repeat;
            line-height: 24px;
            width: 78px;
            height: 24px;
            text-decoration: none;
            vertical-align: middle;
        }



#od {
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
}


    #od .button {
        height: 29px;
        line-height: 29px;
        text-align: center;
        padding-top: 3px;
    }

        #od .button .assure {
            background: url(../images/baozheng-xy.gif) no-repeat;
            cursor: pointer;
            width: 27px;
            *width: 27px;
            font-size: 14px;
            text-decoration: none;
            font-weight: bold;
            /*border: 1px solid #000000;*/
        }

        #od .button .ab {
            color: #FFFFFF;
            cursor: pointer;
            white-space: nowrap;
            text-overflow: ellipsis;
            background: url(../images/button_bg_red.gif);
            width: 120px;
            *width: 120px;
            margin: 0 auto;
            font-size: 14px;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
        }

    #od .button1 {
        height: 29px;
        line-height: 29px;
        text-align: center;
        padding-top: 3px;
    }

        #od .button1 .ab1 {
            color: #FFFFFF;
            cursor: pointer;
            white-space: nowrap;
            text-overflow: ellipsis;
            background: url(../images/button_bg_red.gif);
            width: 120px;
            *width: 120px;
            display: block;
            margin: 0 auto;
            font-size: 14px;
            text-decoration: none;
            font-weight: bold;
        }

    #od .bq {
        color: #FF0000;
        background-color: #FFFF66;
        border: 1px solid #FF0000;
        /*font-family: "宋体";*/
        font-size: 13px;
        font-weight: bold;
        padding: 3px 2px 2px 3px;
        margin: 3px;
    }

.bjbt #pages {
    float: right;
    color: #000000;
    cursor: default;
    font-size: 12px;
    /*font-family: Tahoma, Verdana;*/
    padding: 0;
    margin: 0px;
}

    .bjbt #pages span {
        text-decoration: none;
        background-image: none;
        padding: 0 5px;
    }

    .bjbt #pages a {
        font-size: 14px;
        text-decoration: none;
        background-image: none;
        display: inline;
        /*border: 1px solid #000000;*/
        padding: 0;
        margin: 0;
        width: 15px;
    }

    .bjbt #pages .count, .pages .number, .pages .arrow {
        color: #000000;
        font-size: 14px;
    }
    /* Page and PageCount Style */
    .bjbt #pages .count {
        font-weight: bold;
        border-right: none;
        padding: 2px 10px 1px 10px;
        color: #ff0000;
    }

.m {
    color: #FF6600;
    font-weight: bold;
}


#LayerQtylist {
    padding: 2px;
    border: 1px solid #cccccc;
    margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    clear: both;
}

    /*#LayerQtylist li {
        width: auto;
        float: left;
        padding: 5px;
        line-height: 20px;
        margin: 0px 2px 0px 2px;
        list-style-type: none;
    }

        #LayerQtylist li a {
            background-color: #FFFFFF;
            border: 1px solid #C8C9CD;
            color: #000;
            display: block;
            min-width: 60px;
            padding: 0 2px;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            width: auto !important;
        }

            #LayerQtylist li a:hover {
                border: 2px solid #FF6701;
                margin: -1px;
            }

            #LayerQtylist li a.selected {
                background: url(images/v3.png) no-repeat right bottom #fff;
                border: 2px solid #FF6701;
                margin: -1px;
                color: #FF0000;
            }*/
    #LayerQtylist li a img {
        width: 60px;
        height: 30px;
        border: 0px;
    }



#pagesd {
    float: left;
    color: #000000;
    cursor: default;
    font-size: 12px;
    /*font-family: Tahoma, Verdana;*/
    padding: 0;
    margin: 0px;
    list-style: none;
}

    #pagesd span {
        text-decoration: none;
        background-image: none;
        padding: 0 5px;
    }

    #pagesd a {
        font-size: 14px;
        text-decoration: none;
        background-image: none;
        display: inline;
        color: #0000FF;
        font-weight: bold;
        /*border: 1px solid #000000;*/
        padding: 0;
        margin: 0;
        width: 0px;
        width: 15px;
    }

    #pagesd .count, #pagesd .number, #pagesd .arrow {
        color: #000000;
        font-size: 14px;
    }
    /* Page and PageCount Style */
    #pagesd .count {
        font-weight: bold;
        border-right: none;
        padding: 2px 10px 1px 1px;
        color: #ff0000;
    }

.zkxd {
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/button_bg_red.gif);
    width: 120px;
    *width: 120px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    text-align: center;
}

.okps {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #FF0000;
}

a.zkxd:hover, a.zkxd:active {
    color: FFFFFF;
}

.qiang {
    border: 1px solid #FF0000;
    height: 40px;
    -webkit-appearance: none;
    text-align: center;
    padding: 0;
    background: url(../images/qiang.png) right 50% no-repeat;
    background-color: #FFFFFF;
    padding-left: 1px;
}

.zk0 {
    font-size: 13px;
    display: block;
    line-height: 22px;
    text-align: left;
}

    .zk0 dt {
        color: #FF0000;
        display: inline;
    }

    .zk0 .v {
        text-decoration: underline;
        padding-left: 5px;
        cursor: pointer;
        font-weight: bold;
    }

/*更多数量*/
#moreQty {
    position: absolute;
    display: none;
    z-index: 10;
    border: 1px solid #C8C9CD;
    background-color: white;
}

/*不需要的参数。不显示*/
.noUsePara, .noShow {
    display: none;
}

.shortText {
    width: 30px;
    min-width: 30px;
}

.timportant {
    font-weight: bold;
    min-width: 70px;
    font-size: 18px;
    color: #F00;
    background-color: #b8e264 !important;
}

.timportantColorBox {
    font-weight: bold;
    /* min-width: 70px;
    font-size: 18px;
    font-family: '宋体'; */
    color: #ff5600;
    background-color: #fff3f2 !important;
}

.typelist {
    padding: 2px;
    /*border: 1px solid #cccccc;*/
    margin: 0;
    /*margin-bottom: 10px;*/
    overflow: hidden;
    display: block;
    clear: both;
}

.typelist2 {
    margin: 0;
    overflow: hidden;
    display: block;
    clear: both;
}

.smallImageList {
    margin: 0;
    display: block;
}

    .typelist li, .typelist2 li, .smallImageList li {
        width: auto;
        float: left;
        /* padding: 5px; */
        line-height: 30px;
        margin: 0px 2px 0px 2px;
        list-style-type: none;
    }

        .typelist li a, .typelist2 li a, .smallImageList li a { cursor:pointer;
            background-color: #fff;
            border: 1px solid #ddd;
            color: #000;
            display: block;
            min-width: 60px;
            padding: 5px;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            width: auto !important;
			border-radius:5px;
        }

            .typelist li a img, .typelist2 li a img, .smallImageList li a img {
                width: 50px;
                height: 50px;
                border: 0;
            }

            .typelist li a:hover, .typelist2 li a:hover, .smallImageList li a:hover { background: #f74343;
                border: 1px solid #f74343; color:#fff;
            }

            .typelist li a.selected, .typelist2 li a.selected, .smallImageList li a.selected {
                background: #f74343;
                border: 1px solid #f74343;
                font-weight: bold;
                color: white;
            }


/*浮动大图*/
.bigfloatimg {
    position: absolute;
    display: none;
    z-index: 100;
    border: 1px solid #C8C9CD;
    background-color: #fff;
}

.txtsize {
    width: 35px;
}

.itemtitle {
    text-align: left;
}

.red {
    color: red;
}

.imgmerge {
    background-color: white;
}


.tabs a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

#tabbox {
    width: 600px;
    overflow: hidden;
    margin: 0 auto;
}

.tab_conbox {
    border: 1px solid #999;
    border-top: none;
}

.tab_con {
    display: none;
}

.tabs {
    height: 32px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}

    .tabs li {
        height: 31px;
        line-height: 31px;
        float: left;
        border: 1px solid #999;
        border-left: none;
        margin-bottom: -1px;
        /*background: #e0e0e0;*/
        overflow: hidden;
        position: relative;
    }

        .tabs li:active {
            background: #e0e0e0;
        }

        .tabs li a {
            display: block;
            padding: 0 20px;
            border: 1px solid #fff;
            outline: none;
        }

            .tabs li a:hover {
                background: #ccc;
            }

    .tabs .thistab, .tabs .thistab a:hover {
        background: #fff;
        border-bottom: 1px solid #fff;
    }

.tab_con {
    padding: 12px;
    font-size: 14px;
    line-height: 175%;
}

#tbAddCartons th {
    background-color: #d6eaaf;
}

.type-split {
    text-align: center;
    background-color: #a6cc5c;
}

.tab_conbox table th {
    font-size: 12px;
    text-align: center;
}
/*嵌套表格不显示内表格的线*/
.has-son-table {
    padding: 0px !important;
}

    .has-son-table > table {
        border: none;
        margin-bottom: -1px;
        margin-right: -1px;
    }

    .has-son-table table tr td {
        border-top: none;
       /* border-bottom: 1px solid #3a81c8; */
        border-left: none;
       /* border-right: 1px solid #3a81c8; */
    }

    .has-son-table table .no-top-border td, .has-son-table table .no-top-border th {
        border-top: none;
    }

    .has-son-table table .no-bottom-border td, .has-son-table table .no-bottom-border th {
        border-bottom: none;
    }


#vShowPrice {
    width: 100%;
}

.order-qty {
    /*background-color: #8db2e3;
    color: #000;
    font-weight: bold;
    font-size: 13pt;*/
}

.table-split-row {
    background-color: #C6E2EE !important;
}

.special-text {
    color: #f74343;
}


td select:hover, td input:hover {
    border: solid 1px #f74343;
    /* padding: -1px; */
}


.modal {
    /*height: 120px;*/
    width: 120px;
    margin: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s, box-shadow .1s .2s;
    background-color: white;
    opacity: 0.92;
}

    .modal.hidden {
        box-shadow: none;
        transition: .4s, box-shadow 0s;
        opacity: 0;
        visibility: hidden;
    }

        .modal.hidden .form {
            top: 100%;
        }

        .modal.hidden .invite {
            top: -100%;
        }

            .modal.hidden .invite .close {
                height: 0;
                width: 0;
                top: 0;
                right: 0;
            }


.cartonStrengthen select {
    width: 80px;
}
