<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.filter-box {
    text-align: left; background:#ddd;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); width:100%;max-width:1400px; margin:0px auto;
}

.filter-box .bread {
    font-size: 12px;
}

.filter-box .bread span {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-right: 5px;
}

.filter-box .bread .red {
    font-style: normal;
    color: #cc0000;
}

.filter-box .filter-section {
    background-color: #fff;
    padding:20px 20px 35px 20px;
}

.filter-box .filter-section .search-box input[type=text] {
    width: 300px;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.filter-box .filter-section .search-box label {
    vertical-align: middle;
    margin-left: 20px;
}

.filter-box .filter-section .filter-content {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
}

.filter-box .filter-section .filter-content .my-filter {
    font-size:12px;
    display: inline-block; padding:5px; width: auto;
    margin-right:10px; padding-right:10px; min-width:inherit !important;
}
.filter-box .filter-section .filter-content .my-filter:last-child{ margin-right:0px;}

.filter-box .filter-section .filter-content .my-filter h5 {
    margin: 0;
    padding: 8px 0px 15px 0px;
    font-size:15px; font-weight:bold;
    color: #333333;
}

.filter-box .filter-section .filter-content .my-filter .scroll-box {
    border: 1px solid #eee; padding:5px;
    height: 200px;
    overflow-y: scroll;
}

.filter-box .filter-section .filter-content .my-filter .scroll-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0; padding-right:10px;
}

.filter-box .filter-section .filter-content .my-filter .scroll-box ul li {
    cursor: pointer; font-size:14px; padding:0px 10px;
}

.filter-box .filter-section .filter-content .my-filter .scroll-box ul li:hover{background-color: #cc0000;
    color: #fff;}
	



.filter-box .filter-section .filter-content .my-filter .scroll-box ul .on {
    background-color: #cc0000;
    color: #fff;
}

.filter-box .filter-section .filtered {
    margin-top: 30px;
}

.filter-box .filter-section .filtered .selected-title {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.filter-box .filter-section .filtered .selected-items {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #797979; background:#797979; color:#fff;
    height: 39px;
    line-height: 35px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding: 0 30px 0 10px;
    position: relative;
}

.filter-box .filter-section .filtered .selected-items i {
    position: absolute;
    height: 34px; line-height:34px;
    width: 20px; font-size:16px;
    right: 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-style: normal;
}

.filter-box .filter-section .filtered .selected-items:hover {
    border: 1px solid #797979;
}

.filter-box .filter-section .filtered .selected-items:hover i {
    background-color:#797979;
    color: #f00;
}

.filter-box .filter-section .filtered .filter-btn {
    margin-top: 20px;
}

.filter-box .filter-section .filtered .filter-btn button {
    height: 40px; line-height:40px; display:inline-block; padding:0px 35px;
    border: none;
    cursor: pointer;
}

.filter-box .filter-section .filtered .filter-btn .confirm-btn {
    background-color:#cc0000;font-size:15px;
    color: #fff;
}

.filter-box .filter-section .filtered .filter-btn .reset-btn {
    margin-left: 30px;
    background-color: #999; color:#fff; font-size:15px;
}

.filter-box .loading {
    margin-top: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 30px;
}

.page ul li a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    padding: 0 14px;
}

.page ul.pagination li a.active {
    background-color: #f3f3f3;
    color: black;
}

.left-menu {
    float: left;
    background-color: #fff;
    width: 270px;
    min-height: 400px;
    box-sizing: border-box;
    margin-top: 9px;
}

.left-menu h2 {
    font-size: 16px;
    margin: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    text-indent: 1em;
    color: #747474;
}

.left-menu .menu-list .catalog_menu {
    padding: 1px 5px;
    margin: 1px 0;
    list-style-type: none;
    border: 1px solid #e8e8e8;
    height: 35px;
    line-height: 35px;
    size: 18px;
    color: #494949;
}

.left-menu .menu-list .catalog_child p {
    font-size: 12px;
    line-height: 10px;
}

.left-menu .menu-list .catalog_child p a:hover {
    color: #cc0000;
    font-weight: bold;
}

.show_li {
    font-size: 25px;
    margin-right: 10px;
    line-height: 35px;
    float: right;
    color: #8b8b8b;
    cursor: pointer;
}

.filter-section .catalog .level_3 {
    display: inline-block;
    width: 275px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top: 12px;
}

.filter-section .catalog {
    padding: 6px 15px 18px;
}

.sup-list {
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
    background-color: #fff;
    text-align: center;
}

.sup-list table {
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
}

.sup-list table tr {
    border-bottom: 1px dotted #ccc;
}

.sup-list table tr:hover {
    background-color: #fffff4;
}

.sup-list table tr:last-child {
    border-bottom: none;
}

.sup-list table tr:first-child {
    border-bottom: none;
}

.sup-list table tr th {
    font-weight: normal;
    padding: 4px 0;
    background-color: #e8e8e8;
}

.sup-list table tr td {
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    line-height: 24px;
    border: none;
}

.sup-list table tr td button {
    border: 1px solid;
    font-size: 12px;
    height: 30px;
    width: 70px;
    cursor: pointer;
}

.sup-list table tr td .enquiry-btn {
    background-color: #f1faff;
    color: #2192fe;
    border-color: #2192fe;
}

.sup-list table tr td .red {
    color: #cc0000;
}

.sup-list table tr td .more-desp {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/more_partno.png');
    box-sizing: border-box;
}

.sup-list table tr td .more-desp .more-desp-box {
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.35);
    width: 300px;
    height: 112px;
    padding: 10px;
    position: absolute;
    top: 15px;
    left: -5px;
}

.sup-list table tr td .more-desp .more-desp-box img {
    vertical-align: middle;
    width: 90px;
}

.sup-list table tr td .more-desp .more-desp-box .desp-content {
    padding-left: 15px;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

.sup-list table tr td .more-desp .more-desp-box .desp-content p {
    margin: 0;
    padding: 3px 0;
    line-height: 16px;
}

.sup-list table tr .partno-td {
    text-align: left;
    padding-left: 15px;
}

.sup-list table tr .partno-td a {
    cursor: pointer;
}

.sup-list table tr .mfr-td {
    text-align: left;
}

.sup-list table tr .min-qty {
    text-align: left;
}

.sup-list table tr .number-step {
    display: inline-block;
    width: 80px;
}

.sup-list table tr .dollar-step {
    display: inline-block;
    width: 70px;
}

.sup-list table tr .rmb-step {
    display: inline-block;
    width: 70px;
}

.sup-list table tr .qty-td button {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    border: 1px solid #dedede;
    height: 30px;
    padding: 0;
    box-sizing: border-box;
    line-height: 30px;
    background-color: #f3f3f3;
    vertical-align: middle;
}

.sup-list table tr .qty-td input {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 30px;
    border-top: 1px solid #dedede;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-left: none;
    outline: none;
    border-right: none;
}

.sup-list table tr .delivery-td {
    text-align: left;
}

.sup-list table tr .price-open {
    cursor: pointer;
    height: 20px;
    background-image: url('https://www.icgoo.net/product_info_statics/more-logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotateZ(180deg);
}

.sup-list table tr .price-close {
    transform: rotateZ(0deg);
}

.sup-list table tr .line-dotted {
    border-bottom: 1px dotted #dedede;
}

.product-category {
    padding: 20px;
    background-color: #fff;
    text-align: left;
    position: relative;
}

.product-category .red {
    color: #cc0000;
}

.product-category .chose-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
}

.product-category .chose-active {
    background-color: #cc0000;
    color: #fff;
}

.product-category .sup-search {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-table;
}

.product-category .sup-search input[type=text] {
    width: 200px;
    height: 32px;
    padding-left: 30px;
    box-sizing: border-box;
    background-image: url('https://www.icgoo.net/product_info_statics/search_bg.jpg');
    background-repeat: no-repeat;
    line-height: 32px;
    background-position: left center;
    vertical-align: middle;
    border: 2px solid #ff9900;
}

.product-category .sup-search button {
    width: 60px;
    color: #fff;
    height: 32px;
    cursor: pointer;
    border: none;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ff9900;
}

.product-category .select-fil-gg {
    margin: 10px 0;
}

.product-category .select-fil-gg span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 30px 0 10px;
    border: 1px solid #ccc;
    line-height: 26px;
    box-sizing: border-box;
    color: #cc0000;
    background-color: rgba(255, 234, 226, 0.67);
}

.product-category .select-fil-gg span:hover {
    border-color: #cc0000;
}

.product-category .select-fil-gg span:hover i {
    background-color: #cc0000;
    color: #fff;
}

.product-category .select-fil-gg span i {
    display: inline-block;
    width: 16px;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    font-style: normal;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    cursor: pointer;
}

.sup-head {
    padding: 20px;
    background-color: #fff;
}

.sup-head .sup-head-white {
    background-color: #f3f3f3;
    text-align: left;
}

.sup-head .sup-head-white .desp_pic {
    margin: 15px;
    vertical-align: top;
    display: inline-block;
    width: 250px;
    align-items: center;
    background-color: #fff;
    height: 220px;
}

.sup-head .sup-head-white .desp_pic .pix-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sup-head .sup-head-white .desp_pic .pix-box img {
    width: 100%;
    object-fit: contain;
}

.sup-head .sup-head-white .desp-text {
    margin-left: 10px;
    width: 850px;
    display: inline-block;
    height: 250px;
    overflow: auto;
    color: #000;
}

.sup-head .sup-head-white .desp-text h3 {
    font-size: 14px;
}

.float-card {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.39);
    height: 100%;
    top: 0;
    left: 0;
}

.section-tabs {
    background-color: #fff;
    display: flex;
    padding-left: 20px;
}

.section-tabs .tab-item {
    font-weight: bold;
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #ff9900;
    cursor: pointer;
    padding: 8px 20px;
}

.section-tabs .active-tab {
    border: none;
    background-color: #ff9900;
    color: #fff;
}

.loading {
    border-top: 1px solid #f3f3f3;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.sup-list table tr td .high-light {
    color: #c00;
    font-weight: 700;
}

.paging {
    text-align: right;
    width: 100%;
    font-size: 14px;
    margin: 40px 0 30px;
    overflow: hidden;
}

.paging span {
    color: #737373;
}

.paging input[type=button].current {
    background-color: #f3f3f3;
    border: medium none;
    font-size: 15px;
}

.paging .next-page {
    background-image: url('https://www.icgoo.net/product_info_statics/next_page.png');
    padding-right: 18px !important;
    background-repeat: no-repeat;
    background-position: 54px;
}

.paging input[type=button], .paging input[type=text] {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    padding: 0 14px;
}

.paging input[type=button] {
    cursor: pointer;
}

.top-section {
    display: flex;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.top-section .left-img {
    width: 50%;
}

.top-section .left-img img {
    box-sizing: border-box;
    padding: 10px;
    font-size: 0;
    height: 250px;
    border: 1px solid #E8E8E8;
}

.top-section .right-title {
    width: 50%;
    display: block;
}

.top-section .right-title .program-title {
    text-align: left;
}

.top-section .right-title .program-item-info {
    text-align: left;
}

.top-section .right-title .program-item-info li {
    margin-left: 0;
    margin-right: 20px;
}

.top-section .right-title .program-price {
    margin-top: 15px;
    color: #4d4238;
}

.top-section .right-title .program-price .red {
    color: #ea7100;
    font-size: 16px;
}

.top-section .right-title .program-price .op-btn {
    border: 1px solid #ccc;
    width: 20px;
    text-align: center;
    cursor: pointer;
    height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: 3px;
}

.top-section .right-title .program-price input {
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    height: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 35px;
    border-left: none;
    border-right: none;
}

.top-section .right-title .program-contact {
    margin-top: 15px;
}

.top-section .right-title .program-contact button {
    background-color: #ea7100;
    color: #fff;
    padding: 6px 20px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
}

.top-section .right-title p {
    color: #666;
    font-size: 12px;
}

.top-section ul {
    padding: 0;
    margin: 0;
}

.top-section ul li {
    list-style: none;
}

.top-section .program-header {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.top-section ul.program-item-title {
    margin-bottom: 0;
}

.top-section ul.program-item-title li {
    font-size: 18px;
    margin-right: 30px;
    display: inline-block;
    padding-left: 30px;
}

.top-section ul.program-item-info {
    margin-top: 5px;
}

.top-section ul.program-item-info li {
    font-size: 12px;
    color: #888;
    margin-left: 20px;
    display: inline-block;
}

.program-box {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.program-box ul {
    padding: 0;
    margin: 0;
}

.program-box ul li {
    list-style: none;
}

.program-box .program-header {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.program-box ul.program-item-title {
    margin-bottom: 0;
}

.program-box ul.program-item-title li {
    font-size: 18px;
    margin-right: 30px;
    display: inline-block;
    padding-left: 30px;
}

.program-box ul.program-item-info {
    margin-top: 5px;
}

.program-box ul.program-item-info li {
    font-size: 12px;
    color: #888;
    margin-left: 20px;
    display: inline-block;
}

.program-box .program-content-title {
    font-size: 18px;
    font-weight: normal;
    color: #cc0000;
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 30px;
    margin-bottom: 20px;
}

.program-box .item-content {
    padding-left: 30px;
}

.program-box .fileLink i {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 8px;
    background-image: url("https://www.icgoo.net/product_info_statics/pdf.png");
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: bottom;
}

.program-box .fileLink a {
    color: blue;
    font-size: 16px;
    cursor: pointer;
}

.program-box .fileLink .grey {
    color: #888;
    cursor: inherit;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.SupplierDesp{
  padding: 1px 0;
  width: 100%;
}
.SupplierDesp .desp-main{
    padding: 1px 0;
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
}
.SupplierDesp .desp-main h2 {
    font-size: 25px;
    text-align: center;
}
.SupplierDesp .desp-main h2 img{
    vertical-align: middle;
}
.SupplierDesp .desp-main .info-main{
    padding: 20px;
    text-align: left;
}</pre></body></html>