.templetEditBtn {
    text-decoration: none;
    display: block;
    background: url(images/templetEdit.png) no-repeat;
    background: url(images/templetEdit.png) no-repeat !important;
    margin: 5px 0 0 4px;
    height: 16px;
    width: 16px;
    float: left;
}

.templetEditBtnPages {
    text-decoration: none;
    display: block;
    background: url(images/templetEdit.png) no-repeat;
    background: url(images/templetEdit.png) no-repeat !important;
    margin: 2px;
    height: 16px;
    width: 16px;
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
}

.contentEditMain {
    padding: 1px;
    position: relative;
    border: 1px solid #fff;
}

.header {
    height: 48px;
    width: 100%;
    background: url(images/headBarBg.jpg) repeat-x;
    position: fixed;
    top: 0;
    z-index: 999;
}

.headmain {
    margin: 0 auto;
    width: 1000px;
}

h1.logo {
    display: block;
    float: left;
    color: #fff;
    text-shadow: 1px 1px 0 #005b8a;
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
}

.userInfor {
    float: right;
    margin: 8px 0;
}

    .userInfor span {
        color: #fff;
    }

    .userInfor button {
        padding-top: 2px;
    }

.contents {
    margin: 8px auto 12px auto;
    min-width: 1000px;
    max-width: 1440px;
    padding-bottom: 36px;
    position: relative;
}

    .contents .menu {
        float: left;
        width: 150px;
        position: relative;
        z-index: 0;
    }

    .contents .reportList {
        float: left;
        width: 150px;
    }

.menu .btn-group {
    clear: both;
    margin-left: 0 !important;
}

    .menu .btn-group a.newOrder {
        font-size: 18px;
        display: block;
        line-height: 42px;
        text-align: center;
        margin-bottom: 8px;
        clear: both;
        box-shadow: 1px 1px 5px #999;
        -moz-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
        margin-top: 0;
        height: 42px;
        width: 148px;
        padding: 0;
    }

    .menu .btn-group a.mycart {
        font-size: 14px;
        display: block;
        line-height: 36px;
        text-align: left;
        margin-bottom: 8px;
        clear: both;
        box-shadow: 1px 1px 5px #ccc;
        -moz-box-shadow: 1px 1px 5px #ccc;
        box-shadow: 1px 1px 5px #ccc;
        margin-top: 0;
        height: 36px;
        width: 148px;
        padding: 0;
        border: 1px solid #ccc;
    }

a.mycart i {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 10px 12px 0 12px;
    background: url(images/shopping.png) no-repeat;
}

.menu .btn-group a.mycart:hover {
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.btn-group .mycart span.caret {
    border-top: 5px solid #666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    font-size: 6px;
    margin-top: 17px;
    margin-left: 6px;
}

.menu .btn-group dl {
    clear: both;
    display: none;
    position: absolute;
    top: 36px;
    left: -1px;
    position: absolute;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    background: #fff;
    border: 1px solid #ccc;
    width: 300px;
    box-shadow: 1px 3px 5px #ccc;
    -moz-box-shadow: 1px 3px 5px #ccc;
    box-shadow: 1px 3px 5px #ccc;
    z-index: 999999;
}

    .menu .btn-group dl .fffborder {
        position: absolute;
        background: #fff;
        height: 1px;
        width: 148px;
        top: -1px;
    }

.btn-group dl dt {
    text-shadow: none;
    color: #333;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
}

a.mycart b {
    font-weight: normal;
    color: #f00;
}

.menuMain {
    clear: both;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.viewReportList {
    clear: both;
}

    .viewReportList dl {
        padding: 6px 6px 0 6px;
        background: #fff;
        position: relative;
        border: 1px solid #ccc;
        margin: 0 6px 12px 6px;
        box-shadow: 1px 1px 3px #ccc;
        -moz-box-shadow: 1px 1px 3px #ccc;
        box-shadow: 1px 1px 3px #ccc;
    }

        .viewReportList dl.selected {
            border: 1px solid #3fa7cb;
        }

        .viewReportList dl span.right {
            display: none;
            position: absolute;
            top: 77px;
            left: 136px;
            width: 11px;
            height: 23px;
            background: url(images/righticon.png) no-repeat;
            overflow: hidden;
        }

        .viewReportList dl.selected span.right {
            display: block;
        }

        .viewReportList dl.selected a {
            color: #3fa7cb;
        }

    .viewReportList dt {
    }

        .viewReportList dt img {
            width: 120px;
            height: 150px;
            margin: 0 auto;
            display: block;
            background: #f2f2f2;
        }

    .viewReportList dd {
        line-height: 24px;
        text-align: center;
        font-size: 12px;
    }

.printNewOrder {
    display: block;
    font-weight: normal;
    margin-right: 24px;
    padding-left: 22px;
    background: url(images/print.png) no-repeat;
    float: right;
    font-size: 12px;
    line-height: 16px;
    margin-top: 18px;
    cursor: pointer;
}

.backlist {
    display: block;
    font-weight: normal;
    margin-right: 24px;
    padding-left: 22px;
    background: url(images/backCartlist.jpg) no-repeat;
    float: right;
    font-size: 12px;
    line-height: 16px;
    margin-top: 18px;
    cursor: pointer;
}

.queryNewOrder {
    display: block;
    margin-right: 24px;
    padding-left: 22px;
    background: url(images/icon_search.png) no-repeat;
    float: right;
    font-size: 12px;
    line-height: 16px;
    margin-top: 18px;
    cursor: pointer;
}

.reportMain img {
    display: block;
    font-weight: normal;
    width: 770px;
    height: 1089px;
    margin: 12px auto;
    border: 2px solid #999;
}

.menuMain li {
    line-height: 30px;
}

    .menuMain li a {
        border-bottom: 1px solid #ccc;
        padding-left: 12px;
        display: block;
        font-weight: normal;
        background: #f2f2f2;
        color: #000;
        font-size: 14px;
    }

        .menuMain li a:hover {
            color: #15c;
            text-decoration: underline;
        }

    .menuMain li li a:hover {
        color: #15c;
        text-decoration: underline;
    }

    .menuMain li ul {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        padding-bottom: 6px;
    }

        .menuMain li ul.end {
            border-bottom: none;
        }

    .menuMain li li {
        line-height: 24px;
    }

        .menuMain li li a {
            border-bottom: none;
            line-height: 24px;
            font-weight: normal;
            background: #fff;
            color: #444;
            padding-left: 18px;
            font-size: 12px;
        }

.main {
    margin-left: 162px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 36px;
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.noleft {
    margin-left: 0;
    margin-left: 0 !important;
}

.main h2.title {
    height: 48px;
    line-height: 48px;
    padding-left: 18px;
    border-bottom: 1px solid #3fa7cb;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
}

.title span {
    font-size: 14px;
    padding: 0 6px;
    font-weight: normal;
}

.title i {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.containers {
    clear: both;
}

.seachBox {
    padding: 12px 18px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;
    background: #f8f8f8;
}

.btn-group button {
    height: 28px;
}

    .btn-group button.btn-mini {
        height: 20px;
    }

.selectDate button:focus {
    outline: none;
}

.btn-group button .caret {
    margin-top: 0;
}

.btn-group ul {
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1999;
    width: 200px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    margin: 0;
    max-height: 250px;
    overflow: auto;
}

    .btn-group ul li {
        line-height: 30px;
        clear: both;
        font-size: 12px;
    }

        .btn-group ul li a {
            text-decoration: none;
            color: #333;
            padding: 6px 12px;
            display: block;
            line-height: 18px;
        }

            .btn-group ul li a:hover {
                background: #f2f2f2;
            }

.btn-group {
    float: left;
}

.labelList {
    height: 150px;
    width: 180px;
    overflow: auto;
    border: 1px solid #ccc;
}

    .btn-group ul label, .labelList label {
        text-decoration: none;
        color: #333;
        margin: 1px 0 0 0;
        padding: 2px 12px;
        display: block;
        line-height: 12px;
    }

        .btn-group ul label:hover, .labelList label:hover {
            background: #f2f2f2;
        }

        .labelList label.selected, .labelList label.selected:hover {
            background: #42bbed;
            color: #fff;
        }

.searchTask {
    float: right;
}

    .searchTask .searchBox {
        float: left;
        -moz-border-radius: 15px 0 0 15px;
        -webkit-border-radius: 15px 0 0 15px;
        border-radius: 15px 0 0 15px;
        width: 150px;
        padding-left: 12px;
        font-size: 14px;
        color: #bbb;
        margin: 0;
    }

        .searchTask .searchBox:focus {
            color: #333;
            border: 1px solid #a6d4e8;
        }

.seachBox .searchTask .btn-search {
    float: left;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    padding: 0 16px;
}

.oderList {
    padding: 0 12px;
}

.tableGrid {
    border-collapse: collapse;
}

    .tableGrid th {
        line-height: 28px;
        background: #fdfdfd url(images/tableThbg.png) repeat-x bottom;
        border: 1px solid #e6e6e6;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
    }

        .tableGrid th.center {
            text-align: center;
        }

    .tableGrid td {
        border: 1px solid #e6e6e6;
        padding: 0 4px;
        text-align: center;
        line-height: 28px;
        font-size: 12px;
        white-space: nowrap;
    }

    .tableGrid tr.hover td {
        background: #dff4ff !important;
    }

    .tableGrid td a {
        color: #15c;
        text-decoration: underline;
    }

    .tableGrid tr.selected td a {
        color: #fff;
    }

    .tableGrid td.left {
        text-align: left;
    }

    .tableGrid td.right {
        text-align: left;
    }

    .tableGrid td a.refresh, th a.refresh {
        vertical-align: top;
        width: 16px;
        height: 16px;
        background: url(images/refresh.png);
        margin: 0 auto;
        display: block;
    }

        .tableGrid td a.refresh:hover, th a.refresh:hover {
            background: url(images/refreshHover.png);
        }

    .tableGrid tr.borderBottomNone td {
        border-bottom: none;
    }

    .tableGrid tr td.borderRightNone {
        border-right: none;
    }

    .tableGrid tr.searchTool td {
        line-height: 28px;
        background: #f6f6f6 url(images/fff1px.png) top repeat-x;
        border: none;
        padding: 0 2px;
        border-bottom: 1px solid #e5e5e5;
    }

    .tableGrid tr.even {
        background: #f9fbfe;
    }

    .tableGrid tr.selected td {
        background: #75ccf7 !important;
        color: #fff !important;
    }

    .tableGrid tr.error td {
        color: #f00;
        color: #f00 !important;
    }

        .tableGrid tr.error td a {
            color: #f00;
            color: #f00 !important;
        }

    .tableGrid tr td u.stateOrder {
        text-decoration: none;
    }

    .tableGrid tr td u.end {
        color: #098606;
    }

    .tableGrid tr td u.mid {
        color: #510686;
    }

    .tableGrid tr td u.star {
        color: #c37124;
    }

tr.searchTool td input {
    border: 1px solid #d7e2e7;
    padding: 0;
    background: #fff;
    height: 20px;
    min-width: 60px;
    max-width: 120px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 4px 0;
}

    tr.searchTool td input:focus {
        border: 1px solid #a6d4e8;
    }

.pages {
    clear: both;
    padding: 12px 12px 0 12px;
}

    .pages b {
        padding: 0 4px;
        font-weight: normal;
        color: #f00;
    }

    .pages ul {
        float: right;
    }

    .pages li {
        float: left;
        margin-left: 12px;
    }

        .pages li a {
            display: block;
            float: left;
            line-height: 24px;
            padding: 0 12px;
            background: #f2f2f2;
            border: 1px solid #ccc;
        }

            .pages li a.pagesNumber {
                background: none;
                border: none;
                font-weight: 700;
                color: #15c;
                line-height: 26px;
            }

    .pages .all {
        float: left;
        display: block;
        color: #999;
        margin-right: 12px;
    }

.orderState {
    clear: both;
    padding: 4px 48px 12px 48px;
    overflow: hidden;
}

.orderStateLine {
    clear: both;
    width: 576px;
    margin: 18px auto 0 auto;
}

.node {
    float: left;
    width: 18px;
    height: 18px;
    background: url(images/otn.jpg) no-repeat;
}

.unnode {
    float: left;
    width: 18px;
    height: 18px;
    background: url(images/otf.jpg) no-repeat;
}

.orderStateLine .line {
    width: 167px;
    background: url(images/tn.jpg) no-repeat;
    float: left;
    height: 10px;
    margin-top: 4px;
}

.orderStateLine .unline {
    width: 167px;
    background: url(images/tf.jpg) no-repeat;
    float: left;
    height: 10px;
    margin-top: 4px;
}

span.nor {
    color: #333;
}

span.nof {
    color: #aaa;
}

.orderState dl {
    width: 185px;
    float: left;
}

    .orderState dl dt {
        height: 24px;
    }

    .orderState dl dd {
        clear: both;
    }

    .orderState dl span, .orderState dl u {
        display: block;
        width: 100%;
        text-align: center;
    }

    .orderState dl u {
        text-decoration: none;
        font-size: 12px;
        color: #aaa;
        margin-top: 4px;
        line-height: 16px;
    }

.sampleState {
    clear: both;
    padding: 4px 39px 12px 39px;
    overflow: hidden;
}

.sampleStateLine {
    clear: both;
    width: 684px;
    margin: 18px auto 0 auto;
}

.sampleState dl {
    width: 95px;
    float: left;
}

    .sampleState dl dt {
        height: 24px;
    }

    .sampleState dl dd {
        clear: both;
    }

    .sampleState dl span, .orderState dl u {
        display: block;
        width: 100%;
        text-align: center;
    }

    .sampleState dl u {
        display: block;
        text-decoration: none;
        font-size: 12px;
        color: #aaa;
        margin-top: 4px;
        line-height: 16px;
        text-align: center;
    }
/*.sampleStateLine .line {
	width: 77px;
	background: url(images/tns.jpg) no-repeat;
	float: left;
	height: 10px;
	margin-top: 4px;
}
.sampleStateLine .unline {
	width: 77px;
	background: url(images/tfs.jpg) no-repeat;
	float: left;
	height: 10px;
	margin-top: 4px;
}*/
.orderDescription {
    margin: 12px 18px;
    padding: 6px;
    border: 1px solid #ecddc1;
    background: #fcf8e3;
}

    .orderDescription h4 span {
        padding-left: 24px;
        line-height: 24px;
    }

        .orderDescription h4 span b {
            color: #098606;
        }

    .orderDescription .about {
        clear: both;
        border-top: 1px dashed #ecddc1;
        padding-top: 4px;
    }

        .orderDescription .about p {
            line-height: 24px;
        }

.oderDetail {
    padding: 0 18px;
    min-height: 480px;
}

    .oderDetail .oderDetail {
        padding: 0;
    }

.projectDetail {
    clear: both;
}

.orderDetaleTitle {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding-left: 6px;
}

.departTitle h3 {
    padding-left: 6px;
    line-height: 30px;
    float: left;
    font-size: 12px;
    color: #000;
}

.departTitle span {
    display: block;
    line-height: 30px;
    color: #999;
    margin-left: 6px;
    float: left;
}

.departTitle a.ref {
    display: block;
    line-height: 28px;
    color: #999;
    background: url(images/refresh.png) no-repeat;
    margin: 7px 0 0 6px;
    width: 16px;
    height: 16px;
    float: left;
}

    .departTitle a.ref:hover {
        background: url(images/refreshHover.png);
    }

.loadsome {
    border: 1px solid #e5e5e5;
    margin-bottom: 6px;
    background: #f2f2f2;
    display: none;
}

    .loadsome span {
        display: block;
        margin: 6px auto;
        width: 160px;
    }

        .loadsome span img {
            border: none;
            margin-right: 10px;
        }

.departInfor {
    clear: both;
    padding-top: 6px;
}

    .departInfor table {
    }

        .departInfor table td {
            padding: 4px 2px;
        }

            .departInfor table td > span {
                display: block;
                line-height: 20px;
            }

    .departInfor td .btn-group ._sCtFs {
        padding: 2px;
        height: 22px;
        line-height: 22px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

    .departInfor td textarea._sCtFs {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

    .departInfor td .btn-group .timetxt {
        padding-right: 20px;
    }

.departTitle {
    overflow: hidden;
    margin: 6px 0 6px 0;
    clear: both;
    border-bottom: 1px dotted #ccc;
}

    .departTitle ul {
        padding: 0 6px;
    }

    .departTitle li {
        float: left;
        line-height: 30px;
    }

        .departTitle li a {
            text-decoration: none;
            display: block;
            padding: 0 12px;
        }

            .departTitle li a:hover {
                color: #000;
                background: #eee;
            }

        .departTitle li.selected a {
            background: #ddd;
            font-weight: 700;
        }

.departBox {
    padding: 0 6px 6px 6px;
}

    .departBox p {
        line-height: 24px;
        margin: 6px 0;
        display: block;
        clear: both;
        overflow: hidden;
    }

        .departBox p span {
            display: block;
            float: left;
            width: 112px;
            padding-right: 12px;
            text-align: right;
        }

.orderProductlist, .orderRequirement {
    clear: both;
    padding-top: 6px;
}

.ordersamplelist {
    padding: 6px;
    overflow: auto;
}

.orderProductlist table {
    border-collapse: collapse;
}

    .orderProductlist table td {
        border: 1px solid #dedede;
        padding: 2px;
        text-align: center;
        line-height: 24px;
        font-size: 12px;
        white-space: nowrap;
    }

    .orderProductlist table th {
        line-height: 28px;
        background: #f0f0f0;
        border: 1px solid #dedede;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
    }

.orderProductlist td th {
    line-height: 22px;
    background: #f8f8f8;
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}

.orderProductlist td td {
    border: 1px solid #dedede;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    white-space: nowrap;
}

.orderProductlist table td a {
    color: #15c;
}

.orderProductlist td a.tablenode {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.orderProductlist td a.hasnode {
    background: url(images/hasnode.png) no-repeat;
}

.orderProductlist td a.nonenode {
    background: url(images/nonenode.png) no-repeat;
}

.Productlistinfor {
    border: 1px solid #999;
}

span.sampleState {
    color: #098606;
}

.orderProductlist table td.left {
    text-align: left;
}

.orderRequirement {
    padding: 0 6px 6px 6px;
}

    .orderRequirement label {
        display: block;
        float: left;
        margin-right: 12px;
        padding: 4px 6px;
        cursor: pointer;
    }

    .orderRequirement input.checkBox {
        display: block;
        float: left;
    }

    .orderRequirement label span.txt {
        display: block;
        float: left;
        line-height: 20px;
        margin-left: 4px;
    }

a.delSample {
    height: 14px;
    width: 14px;
    display: block;
    margin: 0 auto;
    background: url(images/delSample.jpg) no-repeat;
}

    a.delSample:hover {
        background: url(images/delSampleHover.jpg) no-repeat;
    }

a.editSample {
    height: 14px;
    width: 14px;
    display: block;
    margin: 0 auto;
    background: url(images/editSample.jpg) no-repeat;
}

    a.editSample:hover {
        background: url(images/editSampleHover.jpg) no-repeat;
    }

button.addProduct {
    float: left;
    margin: 3px 0 0 12px;
    padding: 1px 12px 2px 12px;
}

.departBox textarea {
    margin: 0;
}

.sureBtn {
    margin: 24px 12px 0 0;
    font-size: 16px;
    padding: 8px 18px;
    float: right;
}

.sureGoBtn {
    margin: 24px 12px 0 12px;
    font-size: 12px;
    padding: 8px 0;
    float: left;
    background: url(images/backCartlist.jpg) no-repeat 0 8px;
    padding-left: 20px;
}

a.sureGoBtn:hover {
    color: #15c;
}

button.cancleBtn {
    margin: 24px 12px 0 0;
    font-size: 16px;
    padding: 8px 18px;
    float: right;
    color: #666;
}

.title a {
    text-decoration: underline;
}

.masklayout {
    position: fixed;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 6px #666;
    -moz-box-shadow: 1px 1px 6px #666;
    box-shadow: 1px 1px 6px #666;
    border: 1px solid #ccc;
}

.poptitle {
    height: 34px;
    line-height: 34px;
    background: #3FA7CB;
    border-bottom: 1px solid #ccc;
}

    .poptitle h3 {
        font-size: 14px;
        padding-left: 12px;
        line-height: 34px;
        float: left;
        color: #fff;
    }

    .poptitle a.popclose {
        display: block;
        float: right;
        margin: 6px 12px;
        padding: 0 6px;
        line-height: 22px;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
    }

        .poptitle a.popclose:hover {
            color: #ccc;
        }

.samplesselect {
    width: 800px;
    height: 400px;
    top: 100px;
    left: 100px;
    display: none;
}

.orderprogress {
    margin: 24px auto 12px auto;
    width: 702px;
    height: 33px;
}

.orderprogress_1 {
    background: url(images/orderprogress_1.jpg) no-repeat;
}

.orderprogress_2 {
    background: url(images/orderprogress_2.jpg) no-repeat;
}

.orderprogress_3 {
    background: url(images/orderprogress_3.jpg) no-repeat;
}

.orderprogress ul {
    display: inline;
}

    .orderprogress ul li {
        width: 222px;
        text-align: center;
        color: #999;
        line-height: 33px;
        font-size: 16px;
        float: left;
        padding-right: 12px;
        text-shadow: 0 1px 0 #fff;
    }

        .orderprogress ul li.pass {
            color: #fff;
            text-shadow: 0 1px 0 #b36a25;
        }

.sampleListProject {
    left: left;
    width: 150px;
    background: #f2f2f2;
    height: 600px;
    border-right: 1px solid #e5e5e5;
}

    .sampleListProject li {
        font-size: 12px;
        border-bottom: 1px dashed #ccc;
    }

        .sampleListProject li a {
            color: #333;
            display: block;
            padding: 6px 12px;
            text-decoration: none;
        }

            .sampleListProject li a.selected {
                background: #45bef0;
                color: #fff;
            }

.sampleList {
    margin: 12px 19px;
    padding: 6px 0;
    overflow: hidden;
}

.sampleListCotent {
    margin-left: -12px;
    overflow: hidden;
}

    .sampleListCotent ul {
        overflow: hidden;
    }

    .sampleListCotent li {
        float: left;
        width: 160px;
        margin-left: 18px;
        background: #0C0;
        padding: 14px 10px;
        margin-bottom: 24px;
        min-height: 192px;
        max-height: 240px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        box-shadow: 1px 1px 5px #ccc;
        -moz-box-shadow: 1px 1px 5px #ccc;
        box-shadow: 1px 1px 5px #ccc;
        background: #fff;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        position: relative;
    }

        .sampleListCotent li p {
            line-height: 22px;
        }

        .sampleListCotent li.hover {
            box-shadow: 1px 1px 5px #8ecbe0;
            -moz-box-shadow: 1px 1px 5px #8ecbe0;
            box-shadow: 1px 1px 5px #8ecbe0;
            background: #fff;
            border: 1px solid #8ecbe0;
        }

        .sampleListCotent li h6 {
            font-size: 16px;
            font-weight: normal;
            color: #000;
            margin-bottom: 10px;
        }

p.sampleType {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

li.hover p.sampleType {
    color: #000;
}

a.delproductList {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #8ecbe0;
    text-align: center;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

li.hover a.delproductList {
    display: block;
}

a.gocart {
    line-height: 20px;
    padding: 0 18px;
    display: block;
    margin: 0 auto;
    width: 90px;
    margin-top: 8px;
    clear: both;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    bottom: 12px;
    left: 26px;
}

p.sampledepart {
    margin: 4px 0 6px 0;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

a.anewSample {
    width: 54px;
    height: 54px;
    margin: 30px auto 12px auto;
    background: url(images/anewSample.jpg) no-repeat;
    display: block;
}

li.hover a.anewSample {
    background: url(images/anewSampleHover.jpg) no-repeat;
}

span.anewSample {
    clear: both;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #bbb;
}

li.hover span.anewSample {
    color: #666;
}

.searchProduct {
    float: right;
    margin: 10px 12px;
}

    .searchProduct .searchBoxInput {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        line-height: 24px;
        height: 24px;
        -moz-border-radius: 12px 0 0 12px;
        -webkit-border-radius: 12px 0 0 12px;
        border-radius: 12px 0 0 12px;
        width: 150px;
        padding-left: 12px;
    }

    .searchProduct .searchBoxBtn {
        float: left;
        display: block;
        margin: 0;
        width: 36px;
        border: 1px solid #ccc;
        border-left: none;
        height: 26px;
        -moz-border-radius: 0 12px 12px 0;
        -webkit-border-radius: 0 12px 12px 0;
        border-radius: 0 12px 12px 0;
        background: url(images/icon_search.png) no-repeat 6px 4px;
    }

.cartList h4 {
    line-height: 30px;
    background: #f2f2f2;
    padding: 0 12px;
    border-bottom: 1px solid #ccc;
}

.cartListBox {
    clear: both;
    max-height: 300px;
    overflow: auto;
}

    .cartListBox tr:hover {
        background: #f8f8f8;
    }

    .cartListBox td {
        line-height: 30px;
        border-bottom: 1px solid #e5e5e5;
    }

    .cartListBox tr:last-child td {
        border-bottom: none;
    }

.orderProductlist tr td.end {
    background: #f6f6f6;
}

.cartListBox td a.name {
    color: #333;
}

    .cartListBox td a.name:hover {
        color: #000;
    }

.cartListBox td a.del {
    color: #15c;
}

.cartListBox td.tdname {
    padding-left: 6px;
}

td input.samplenum {
    padding: 0;
    margin: 0;
    width: 30px;
    text-align: center;
}

span.allProduct {
    display: block;
    float: right;
    padding: 0 12px;
}

    span.allProduct b {
        color: #f60;
        font-weight: normal;
        padding: 0 4px;
    }

a.delselectedProduct {
    display: block;
    float: left;
    padding-left: 30px;
    color: #15c;
    background: url(images/error.png) no-repeat 10px 8px;
}

a.titleEdie {
    float: right;
    color: #15c;
    line-height: 30px;
    display: block;
}

a.editThisPart {
    float: left;
    line-height: 30px;
    display: block;
    color: #15c;
    margin: 0 10px;
}

.orderSubmitIcon {
    float: left;
    width: 48px;
    height: 48px;
    float: left;
    background: url(images/success48.png) no-repeat;
    margin: 60px 12px 0 200px;
}

.orderSubmitTxt {
    float: left;
    margin: 60px 12px 0 24px;
}

    .orderSubmitTxt h3 {
        font-size: 18px;
    }

    .orderSubmitTxt h6 {
        font-size: 14px;
        color: #666;
        font-weight: normal;
        line-height: 30px;
    }

    .orderSubmitTxt p a.gotoorder {
        color: #15c;
        line-height: 30px;
        display: block;
        padding-left: 26px;
        background: url(images/gotoorrder.jpg) no-repeat 0 6px;
        color: #666;
    }

.welcomeCenter {
    background: #fffdee;
    padding: 12px 18px;
    border-bottom: 1px dashed #e5c4a4;
    overflow: hidden;
}

    .welcomeCenter h2 {
        font-weight: normal;
        font-size: 20px;
        color: #f60;
    }

ul.ordertipsNo {
    clear: both;
    padding-left: 2px;
}

    ul.ordertipsNo li {
        float: left;
        color: #999;
        margin-right: 24px;
    }

        ul.ordertipsNo li a {
            color: #999;
        }

            ul.ordertipsNo li a.has {
                color: #15c;
            }
/*登录*/
.loginMain {
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -225px;
}

.loginMainLogo {
    height: 40px;
    padding: 30px 0 12px 0;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 1px 2px 0 #fff;
}

.loginContent {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.loginContentTitle {
    background-color: #F6F6F6;
    background-image: -moz-linear-gradient(center top, #FAFAFA, #F2F2F2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
}

.user_login {
    font-size: 14px;
}

.loginContentBody {
    padding: 12px 20px 0;
}

input.user_login, input.loginInput {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #666666;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 9px;
    width: 260px;
}

.helplogin {
}

    .helplogin a {
        text-decoration: none;
    }

        .helplogin a:hover {
            color: #15c;
            text-decoration: underline;
        }

.loginBot {
    margin-left: 18px;
    float: left;
}

.regPassword {
    float: left;
    margin-left: 18px;
    vertical-align: middle;
    padding-top: 10px;
}

.regedit {
    width: 900px;
    margin: 12px auto 36px auto;
}

.errorLogin {
    padding: 18px 20px 0;
    line-height: 14px;
    color: #f00;
    display: none;
}

.helpInfor {
    line-height: 24px;
    vertical-align: top;
    margin-left: 6px;
    color: #999;
}

.uplayoutDome {
    top: 48%;
    left: 50%;
    margin-left: -200px;
    margin-top: -75px;
    width: 400px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 6px #3FA7CB;
    -moz-box-shadow: 1px 1px 6px #3FA7CB;
    box-shadow: 1px 1px 6px #3FA7CB;
    border: 2px solid #3FA7CB;
}

.uplayoutDometitle {
    padding: 6px 12px;
}

.uplayoutDome .popclose {
    display: block;
    float: right;
}

.addsuccessIcon {
    float: left;
    width: 48px;
    height: 48px;
    float: left;
    background: url(images/success32.png) no-repeat;
    margin: 28px 0px 0 72px;
}

.addsuccessTxt {
    float: left;
    margin: 24px 12px 0 0;
}

    .addsuccessTxt h3 {
        font-size: 18px;
        font-weight: normal;
        color: #333;
    }

.funcbot {
    margin-top: 8px;
}

.addsuccessTxt h6 {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
}

.addsuccessTxt a.btn {
    padding: 2px 12px;
    height: 18px;
    line-height: 18px;
}

a.goonadd {
    margin-left: 10px;
}

.mustSelected {
    overflow: hidden;
}

.addborder {
    border: 1px solid #f60;
}

/*通知公告*/
.newsbox {
    clear: both;
}

    .newsbox li {
        margin: 8px 0 0 0;
        clear: both;
        overflow: hidden;
    }

        .newsbox li span.time {
            display: block;
            float: left;
            color: #ccc;
            line-height: 22px;
        }

        .newsbox li a {
            line-height: 22px;
            padding: 0 6px;
            display: block;
            float: left;
        }

            .newsbox li a img {
                margin-left: 6px;
            }

        .newsbox li.hot {
        }

            .newsbox li.hot a {
                color: #f60;
            }

.departTitle .interpretation {
    color: #f60;
}

.articletitle {
    font-size: 18px;
    text-align: center;
    clear: both;
    margin: 6px 0 12px 0;
    color: #333;
}

.articleinfor {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.articlecontent {
    clear: both;
    line-height: 28px;
    margin-top: 24px;
}

    .articlecontent p {
        margin-bottom: 12px;
        text-indent: 2em;
        font-size: 14px;
    }

/*node*/

.sampleStateLine {
    clear: both;
    margin: 36px auto 30px auto;
    min-height: 48px;
    padding: 0 24px;
    width: 640px;
    background: #fff;
}

.node {
    float: left;
    width: 18px;
    height: 18px;
    background: url(images/otn.jpg) no-repeat;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.unnode {
    float: left;
    width: 18px;
    height: 18px;
    background: url(images/otf.jpg) no-repeat;
}

    .unnode span {
        color: #aaa;
    }

u.nodeinfor {
    display: block;
    position: absolute;
    width: 120px;
    text-decoration: none;
    background: #666;
    height: 20px;
    line-height: 20px;
    color: #fff;
    top: -16px;
    left: -51px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 4px 4px 6px #ccc;
    -webkit-box-shadow: 4px 4px 6px #ccc;
    box-shadow: 4px 4px 6px #ccc;
}

    u.nodeinfor b {
        font-style: normal;
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 6px solid;
        border-color: #666 transparent transparent transparent;
        bottom: -10px;
        left: 50%;
        margin-left: -7px;
    }

.sampleStateLine .line {
    width: 77px;
    background: url(images/tns.jpg) no-repeat right;
    float: left;
    height: 10px;
    margin-top: 4px;
}

.sampleStateLine .unline {
    width: 77px;
    background: url(images/tfs.jpg) no-repeat right;
    float: left;
    height: 10px;
    margin-top: 4px;
}

.sampleStateLine .line span {
    display: block;
    float: left;
    height: 10px;
    width: 20px;
    background: url(images/tnspan.jpg) no-repeat left;
}

.sampleStateLine .unline span {
    display: block;
    float: left;
    height: 10px;
    width: 20px;
    background: url(images/tfspan.jpg) no-repeat left;
}

.node span.nodename {
    width: 80px;
    position: absolute;
    top: 22px;
    left: -30px;
    display: block;
    text-align: center;
    line-height: 18px;
}

.node span.nodetime {
    width: 80px;
    position: absolute;
    top: 40px;
    left: -30px;
    display: block;
    text-align: center;
    color: #999;
    line-height: 14px;
}

.unnode span.nodetime {
    display: none;
}
/*自定义页*/


table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: 微软雅黑;
    line-height: 30px;
}
/*系统提示*/
.systips {
    position: absolute;
    left: 50%;
    top: 3px;
    height: 28px;
    background: #288fc4;
    margin-left: -150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #3deb5a;
    padding: 4px 0;
    border: 1px solid #50abda;
}

    .systips p {
        line-height: 28px;
        color: #fff;
        display: block;
        padding: 0 24px 0 48px;
    }

        .systips p.warn {
            background: url(images/warn.png) no-repeat 24px 8px;
        }

        .systips p.success {
            background: url(images/success.png) no-repeat 24px 8px;
        }

        .systips p.error {
            background: url(images/error.png) no-repeat 24px 8px;
        }



.uplayout {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #fff;
    z-index: 9999;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.uplayoutMain {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -162px;
    margin-top: -42px;
    background: #fff;
    border: 1px solid #999;
    z-index: 10000;
    padding: 24px 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 1px 1px 5px #666;
    box-shadow: 1px 1px 5px #666;
}

    .uplayoutMain p {
        text-align: center;
    }

        .uplayoutMain p img {
            margin: 0 6px;
        }






/*多选框*/
.checkboxlist {
    margin: 0 6px 0 0;
    line-height: 26px;
    display: block;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

    .checkboxlist input {
        margin-right: 4px;
    }

.errorBox {
    line-height: 24px;
    -moz-border-radius: 4px 4px 4px 0;
    -webkit-border-radius: 4px 4px 4px 0;
    border-radius: 4px 4px 4px 0;
    position: absolute;
    min-height: 24px;
    background: #ffe9e9;
    position: absolute;
    padding: 4px 12px;
    border: 1px solid #fa9393;
    z-index: 9999;
    font-size: 12px;
    color: #f00;
    display: none;
}

    .errorBox p {
        display: block;
        font-size: 12px;
        margin: 0;
        padding: 0;
        line-height: 24px;
        max-width: 240px;
    }

    .errorBox div {
        position: absolute;
        width: 5px;
        height: 6px;
        background: url(images/tipsButton.png) no-repeat;
        z-index: 1010;
        display: block;
        margin: 0;
        padding: 0;
        left: -1px;
    }


.manageContentMainPages {
    margin-right: 304px;
}

    .manageContentMainPages table td {
        font-size: 12px;
        line-height: 30px;
        padding: 2px 4px;
    }

        .manageContentMainPages table td input[type="text"] {
            height: 24px;
            line-height: 24px;
        }


.selectDemo {
    position: relative;
}

.btn-group .inputValue, .btn-group .selectedBot, .btn-group .selectPagelist, .btn-group .selectSearchlist, .btn-group .selectTablelist, .btn-group .selectTreelist {
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group .inputValue {
    height: 24px;
    padding: 0 24px 0 2px;
}

.btn-group ul.valueList {
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}

.btn-group .valueList {
    display: none;
    position: fixed;
    top: 28px;
    max-height: 240px;
    right: -1px;
    z-index: 9999;
    max-width: 480px;
    overflow: auto;
    min-height: 240px;
}

button.selectedBot {
    background: url(images/selectlist.jpg) no-repeat;
    border: none;
    width: 22px;
    margin-left: -22px;
}

button.selectPagelist {
    background: url(images/selectPagelist.jpg) no-repeat;
    border: none;
    width: 22px;
    margin-left: -22px;
}

button.selectSearchlist {
    background: url(images/selectSearchlist.jpg) no-repeat;
    border: none;
    width: 22px;
    margin-left: -22px;
}

.title .moresearchre {
    display: block;
    float: right;
    margin: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    cursor: pointer;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
}

.departTitle .moreNotice {
    height: 30px;
    float: right;
    display: block;
    padding: 0 12px;
}

    .departTitle .moreNotice span.numberPages {
        line-height: 16px;
    }

.ThumbImg:hover {
    background-color: rgba(238, 126, 126, 0.47);
    cursor: context-menu;
}

.ThumbImg {
    background-color: rgba(55, 80, 104, 0.44);
    border-bottom-left-radius: 15px;
}


#showPictureBG {
    display: flex;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

#showPictureDiv {
    display: flex;
   position: fixed;
    top: 4%;
    left: 4%;
    width: 90%;
    height: 90%;
    padding: 8px;
    border: 8px solid #E8E9F7;
    background-color: white;
    z-index: 1002;
    overflow: scroll;
    justify-content: center;
    align-items: center;
    -moz-opacity: 1;
    opacity:1;
    filter: alpha(opacity=1);
}

.orderProductlist table th a.toexcel, th a.toexcel {
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(images/table_excel.png);
    margin: 0 auto;
    display: block;
}
