
.sidebar > h3 {
    background-color: #ff6100 !important;
    font-size: 16px !important;
}

.sidebar > h3 > span {
    font-size: 12px;
    cursor: pointer;
}

.content-top {
    height: 440px !important;
}

.sidebar-info {
    height: 400px;  /*!important*/
}

.right-sidebar {
    height: 390px !important;
}

.show-box {
    height: 390px !important;
}

.content {
    height: 380px !important;
}

.currentNum {
    top: 300px !important;
}

.info-box {
    height: 98% !important;
}

.hiddenBox {
    height: 88% !important;
}

.li-nav-hover {
    color: #ff6100 !important;
}

.div_vendor_list {
    width: 100%;
    height: 91%;
    /* border: 1px solid red;*/
    overflow: hidden;
}

.div_vendor_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.div_vendor_list ul li {
    height: 32px;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.main-left {
    height: 100% !important;
    border:  5px solid red !important;
    position: relative;
}

.div_view {
    display: inline-block;
    width: 72%;
    height: 100%;
    border: 1px solid #eee;
    position: relative;
}



.ul_tab {
    margin: 0 auto;
    padding: 0 auto !important;
    list-style: none;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #eee;
}

.ul_tab li {
    float: left;
    height: 100%;
    padding: 0 10px;
    color: grey;
    cursor:pointer;
}

.li_cls {
    background-color: #FFF;
    color: #ff6100 !important;
    border: 1px solid #eee;
    border-radius: 6px 6px 0 0;
    text-shadow: none;
    border-bottom: none;
}

.div_notice {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    border: 1px solid #eee;
    margin-left: 2.6%;
    top: 0px;
}

.div_data_container {
    display: inline-block;
    width: 100%;
}

.report_cls {
    display: none;
}

.div_notice_content {
    height: 92%;
    width: 100%;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.div_notice_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.div_notice_content ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.span_num {
    display: inline-block;
    height: 20px;
    line-height: 20px !important;
    width: 20px;
    border-radius: 20%;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
    background-color: grey;
    color: #fff;
}

.purchase_require {
    width: 100%;
    height: 91.5%;
    /*border: 1px solid red;*/
    overflow: hidden;
}

.purchase_require ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 15px;
}

.purchase_require ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.div_tip {
    font-size: 16px;
    text-align: center;
    color: #ff6100;
    line-height: 380px;
}

.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: grey;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 9999998;
    display: none;
}

.cell-box {
    height: auto !important;
}

.div_notice_detail {
    position: fixed;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 5%;
    border: 1px solid #eee;
    z-index: 9999999;
    display: none;
}

.span_btn {
    position: absolute;
    right: 0px;
    font-size: 15px;
    cursor: pointer;
}
