.oc-main-sam-search-result-wrapper {
    margin-top: var(--header-height);
}

.oc-main-sam-search-result-tab {
    display: flex;
    gap: 0.1rem;
}

.oc-main-sam-search-result-tab .tab-btn {
    background-color: #F9F9F9;
    color: #333;
    font-size: 0.2rem;
    padding: 0.08rem;
    width: 1.8rem;
    text-align: center;
    border-radius: 0.05rem;
    cursor: pointer;
    font-weight: 900;
    border: 1px solid #B7B7B7;
    box-shadow: 0px 3px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
}

.oc-main-sam-search-result-tab .tab-btn.active {
    background-color: var(--Color);
    color: #FFF;
}

.oc-main-sam-search-reslt-number {
    background-color: #72A4E5;
    color: #FFF;
    font-size: 0.18rem;
    padding: 0.1rem 0.24rem;
    margin: 0.2rem 0;
    border-radius: 0.06rem;

}
.product-item-text{
    width: 60%;
}

.oc-main-sam-search-reslt-number .search-value {
    font-size: 0.28rem;
}

.oc-main-sam-no-search-result {
    margin: 0.1rem;
    font-size: 0.18rem;
    color: #7B7B7B;
}

.oc-main-sam-product-type {
    margin-top: 15px;
    position: relative;
    border: 1px solid var(--Color);
    border-radius: 0.1rem;
    padding: 0.3rem 0.7rem;
    display: none;
    margin-bottom: 0.2rem;
}

.oc-main-sam-product-type .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;

}

.oc-main-sam-product-type .close-btn svg {
    width: 0.32rem;
    height: 0.32rem;


}

.oc-main-sam-product-type .close-btn:hover svg path {
    stroke: var(--Color);

}

.oc-main-sam-product-type .close-btn:hover svg rect {
    fill: #fff;
    stroke: var(--Color)
}

.oc-main-sam-product-type .type-title {
    font-size: 0.28rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.2rem;
}

.oc-main-sam-product-type .type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.1rem;
}

.oc-main-sam-product-type .type-list .type-item {
    cursor: pointer;
    width: 15%;
    border-radius: 0.1rem;
    padding: 0.1rem;
}

.oc-main-sam-product-type .type-list .type-item .type-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem;
}

.oc-main-sam-product-type .type-list .type-item .type-item-image .white-icon {
    display: none;
}

.oc-main-sam-product-type .type-list .type-item:hover .type-item-image .main-color-icon {
    display: none;
}


.oc-main-sam-product-type .type-list .type-item:hover .type-item-image .white-icon {
    display: block;
}

.oc-main-sam-product-type .type-list .type-item.active .type-item-image .main-color-icon {
    display: none;
}


.oc-main-sam-product-type .type-list .type-item.active .type-item-image .white-icon {
    display: block;
}

.oc-main-sam-product-type .type-list .type-item svg {
    width: 100%;
}

.oc-main-sam-product-type .type-list .type-item .type-item-name {
    text-align: center;
    font-size: 0.18rem;
    color: #333;
}

.oc-main-sam-product-type .type-list .type-item:hover {
    background-color: var(--Color);

}

.oc-main-sam-product-type .type-list .type-item.active {
    background-color: var(--Color);
}

.oc-main-sam-product-type .type-list .type-item:hover .type-item-name {
    color: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:hover svg path {
    stroke: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:hover svg rect {
    stroke: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:hover svg circle {
    stroke: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:nth-child(2):hover svg path {
    fill: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:nth-child(4):hover svg path {
    fill: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:nth-child(4):hover svg path:nth-child(1) {
    fill: var(--Color);
}

.oc-main-sam-product-type .type-list .type-item:nth-child(4):hover svg rect {
    fill: #FFF;
}

.oc-main-sam-product-type .type-list .type-item.active svg rect,
.oc-main-sam-product-type .type-list .type-item.active svg circle {
    stroke: #FFF;
}

.oc-main-sam-product-type .type-list .type-item.active .type-item-name {
    color: #FFF;
}

.oc-main-sam-product-type .type-list .type-item.active svg path {
    stroke: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:nth-child(2).active svg path {
    fill: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:nth-child(4).active svg path {
    fill: #FFF;
}

.oc-main-sam-product-type .type-list .type-item:nth-child(4).active svg path:nth-child(1) {
    fill: var(--Color);
}

.oc-main-sam-product-type .type-list .type-item:nth-child(4).active svg rect {
    fill: #FFF;
}

.oc-main-sam-product-type .type-list .type-item.active svg rect,
.oc-main-sam-product-type .type-list .type-item.active svg circle {
    stroke: #FFF;
}

.oc-main-sam-product-form {
    margin-top: 15px;
    position: relative;
    border: 1px solid var(--Color);
    border-radius: 0.1rem;
    padding: 0.3rem 0.57rem;
    display: none;
}

.oc-main-sam-product-form .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;

}

.oc-main-sam-product-form .close-btn svg {
    width: 0.32rem;
    height: 0.32rem;


}

.oc-main-sam-product-form .close-btn:hover svg path {
    stroke: var(--Color);

}

.oc-main-sam-product-form .close-btn:hover svg rect {
    fill: #fff;
    stroke: var(--Color)
}

.oc-main-sam-product-form .form-title {
    font-size: 0.28rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.2rem;
}

.oc-main-sam-product-form .form-list {
    display: flex;
    /* justify-content: space-between; */
    gap: 5.6%;
    row-gap: 0.2rem;
    flex-wrap: wrap;
}

.oc-main-sam-product-form .form-list .form-item {
    cursor: pointer;
    width: 12%;
    border-radius: 0.1rem;
}

.oc-main-sam-product-form .form-list .form-item .form-item-image {
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    background-color: #72A4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.oc-main-sam-product-form .form-list .form-item .form-item-image img {
    width: 75%;
}

.oc-main-sam-product-form .form-list .form-item:hover .form-item-image {
    background-color: #3882D4;
}

.oc-main-sam-product-form .form-list .form-item.active .form-item-image {
    background-color: #3882D4;
}

.oc-main-sam-product-form .form-list .form-item .form-item-name {
    text-align: center;
    color: var(--Color);
    margin-top: 0.1rem;
}




.other-search-result-wrapper .other-search-result-list .other-search-result-item {
    margin: 0.25rem 0;
}

.other-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-title {
    color: #333;
    font-size: 0.28rem;
    font-weight: 800;
}

.other-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-title:hover {
    text-decoration: underline;
    color: var(--Color);
}

.other-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-info {
    font-size: 0.18rem;
    color: #666;
    font-weight: 400;
    margin: 0.1rem 0 0.2rem;
}

.other-search-result-wrapper .other-search-result-list .other-search-result-item .read-more {
    color: var(--Color);
    font-size: 0.18rem;
    font-weight: 500;
}

.other-search-result-wrapper .other-search-result-list .other-search-result-item .read-more:hover {
    text-decoration: underline;
}

.oc-main-sam-search-contact {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.oc-main-sam-search-contact .contact-text {
    font-size: 0.16rem;
    color: #333;
    flex: 1;
}

.oc-main-sam-search-contact .contact-icon {
    background-color: var(--Color);
    font-size: 0.2rem;
    color: #fff;
    font-weight: 700;
    min-width: 2.2rem;
    width:fit-content;
    white-space: nowrap;
    height: 0.6rem;
    border-radius: 0.33rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0.2rem;
    cursor: pointer;
    border: 1px solid var(--Color);
}
.oc-main-sam-search-contact .contact-icon span{
    padding-left: 0.1rem;
}
.oc-main-sam-search-contact .contact-icon svg {
    width: 0.4rem;
}

.oc-main-sam-search-contact .contact-icon:hover {
    color: var(--Color);
    background-color: #fff;
}

.oc-main-sam-search-contact .contact-icon:hover svg path {
    fill: var(--Color);
}

.oc-main-sam-filter-products {
    position: relative;
    border: 1px solid #959595;
    border-radius: 0.04rem;
    padding: 0.2rem;
    box-shadow: 0px 2px 2px 0px rgba(73, 144, 239, 0.37);
}

.oc-main-sam-filter-products .filter-title {
    position: absolute;
    font-size: 0.18rem;
    color: #333;
    font-weight: 600;
    padding: 0 0.1rem;
    top: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.oc-main-sam-filter-products .filter-list .filter-item {
    display: flex;
    justify-content: space-between;
    padding: 0.15rem;
    border-bottom: 1px solid #B0B0B0;
    font-size: 0.18rem;
    color: #333;
}


.oc-main-sam-filter-products .filter-list .filter-item .select-title {
    cursor: pointer;
    font-weight: 800;
}

.oc-main-sam-filter-products .filter-list .filter-item .arrow-icon svg {
    height: 0.08rem;
    width: 0.14rem;
}

.oc-main-sam-filter-products .select-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*
.oc-main-sam-filter-products .filter-list .filter-item:hover .item-name {
    color: var(--Color);
}

.oc-main-sam-filter-products .filter-list .filter-item:hover .arrow-icon svg path {
    stroke: var(--Color);
}

.oc-main-sam-filter-products .filter-list .filter-item.active {
    color: var(--Color);
}

.oc-main-sam-filter-products .filter-list .filter-item.active .arrow-icon svg path {
    stroke: var(--Color);
} */




.oc-main-sam-filter-products .filter-list .filter-item .select-title:hover .item-name {
    color: var(--Color);
}

.oc-main-sam-filter-products .filter-list .filter-item .select-title:hover .arrow-icon svg path {
    stroke: var(--Color);
}

.oc-main-sam-filter-products .filter-list .filter-item .select-title.active {
    color: var(--Color);
}

.oc-main-sam-filter-products .filter-list .filter-item .select-title.active .arrow-icon svg path {
    stroke: var(--Color);
}

.oc-main-sam-filter-products .filter-list .filter-item .arrow-icon {
    transform: rotate(-90deg);
}

.oc-main-sam-filter-products-select {
    margin-top: 0.3rem;
    background-color: #fff;
}

.oc-main-sam-filter-products-select .select-content {
    display: none;
}

.oc-main-sam-filter-products-select.oc-main-sam-filter-products .filter-list .filter-item {
    display: block;
}

.oc-main-sam-filter-products-select.oc-main-sam-filter-products .filter-list .filter-item {
    border: none;
}

.oc-main-sam-filter-products-select .select-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px #B0B0B0;
    padding-bottom: 0.2rem;
}

.oc-main-sam-filter-products-select .select-content {
    padding: 0.1rem 0;
}

.oc-main-sam-filter-products-select .select-content .select-item {
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: 0.16rem;
    margin: 0.15rem 0;
}

.oc-main-sam-filter-products-select .select-content .select-item label {
    margin-left: 0.1rem;
    cursor: pointer;
}

.oc-main-sam-filter-products-select .select-content .select-item .number {
    font-size: 0.16rem;
    color: #959595;
}

.oc-main-sam-filter-products-select .select-content .select-item .checkbox_label {
    display: flex;
    align-items: center;
}

.oc-main-sam-filter-products-select .select-content .clear-btn {
    display: inline-block;

    cursor: pointer;
    color: var(--Color);
    border-bottom: 1px solid var(--Color);
}

.oc-main-sam-product-filter-tag {
    display: flex;
    column-gap: 0.1rem;
    /* margin-bottom: 0.3rem; */
    flex-wrap: wrap;
}

.oc-main-sam-product-filter-tag .tag {
    display: flex;
    border: 1px solid var(--Color);
    border-radius: 0.1rem;
    height: 0.4rem;
    color: #333;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    padding: 0 0.1rem;
    margin-bottom: 0.1rem;
}

.oc-main-sam-product-filter-tag .tag .tag-text {
    font-size: 0.18rem;
    text-align: center;
}

.oc-main-sam-product-filter-tag .tag .close-icon svg {
    width: 0.13rem;
    height: 0.13rem;
    cursor: pointer;
}

.oc-main-sam-product-filter-tag .clear-all {
    background-color: #3882D4;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 500;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.oc-main-sam-search-result-wrapper .oc-main-sam-product-filter-mobile {
    display: none;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-title {
    font-size: 0.2rem;
    font-weight: 400;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-top {
    display: flex;
    gap: 0.1rem;
    margin-bottom: 0.2rem;
    /* align-items: baseline; */
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-top .docment-item-icon {
    width: 0.25rem;
    height: 0.25rem;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-top .docment-item-icon svg {
    width: 100%;
    height: 100%;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-top input {
    width: 0.24rem;
    height: 0.24rem;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-bottom {
    display: flex;
    gap: 0.3rem;
    padding-left: 0.4rem;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-bottom a {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    color: var(--Color);
    font-size: 0.18rem;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-bottom a .docment-item-icon {
    width: 0.24rem;
    height: 0.24rem;
    display: flex;
}

.document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-bottom a svg {
    width: 0.24rem;
    height: 0.24rem;
}

.document-search-result-wrapper .documnet-item {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #E3E3E3;
}

.document-search-result-wrapper .documnet-type-wrapper {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.document-search-result-wrapper .oc-main-sam-result-download {
    display: flex;
    justify-content: space-between;
}

.document-search-result-wrapper .oc-main-sam-result-download .download-document-btn {
    background-color: var(--Color);
    height: 0.5rem;
    color: #fff;
    border-radius: 0.06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem;
    gap: 0.1rem;
    border: 1px solid var(--Color);
    cursor: pointer;
    font-weight: 500;
    font-size: 0.18rem;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.document-search-result-wrapper .oc-main-sam-result-download .download-document-btn:hover {
    background-color: #fff;
    color: var(--Color)
}

.document-search-result-wrapper .oc-main-sam-result-download .download-document-btn:hover svg path {
    stroke: var(--Color)
}

.document-search-result-wrapper .oc-main-sam-result-download .download-document-btn svg {
    margin-bottom: 0.05rem;
}

.document-search-result-wrapper .documnet-type-wrapper .document-type-item {
    cursor: pointer;
    color: var(--Color);
    font-size: 0.2rem;
    font-weight: 800;
    padding-bottom: 0.1rem;
    border-bottom: 2px solid transparent;
}

.document-search-result-wrapper .documnet-type-wrapper .document-type-item:hover {
    border-bottom: 2px solid var(--Color);
}

.document-search-result-wrapper .documnet-type-wrapper .document-type-item.active {
    border-bottom: 2px solid var(--Color);
}

.documnet-item .docment-item-top .checkbox_icon {
    display: flex;
    gap: 0.1rem;
    align-items: baseline;
}

/* 小屏pc */
@media screen and (max-width: 1400px) {
    .oc-main-sam-search-result-wrapper {
        margin-top: var(--header-height-middle);
    }

    .oc-main-sam-search-result-tab .tab-btn {
        font-size: 16px;
    }

    .oc-main-sam-search-reslt-number {
        font-size: 16px;
    }

    .oc-main-sam-search-reslt-number .search-value {
        font-size: 24px;
    }

    .oc-main-sam-search-contact .contact-text {
        font-size: 16px;
    }

    .oc-main-sam-search-contact .contact-icon {
        font-size: 16px;
    }

    .oc-main-sam-filter-products .filter-title {
        font-size: 16px;
        padding: 0 0.1rem;
    }

    .oc-main-sam-filter-products .filter-list .filter-item {
        font-size: 16px;
    }

    .oc-main-sam-filter-products-select .select-content .select-item label,
    .oc-main-sam-filter-products-select .select-content .select-item .number {
        font-size: 14px;
    }

    .oc-main-sam-product-filter-tag .tag .tag-text,
    .oc-main-sam-product-filter-tag .tag .tag-text {
        font-size: 18px;
    }

    .oc-main-sam-product-filter-tag .tag {
        padding: 0.25rem 0.2rem;
    }

    .oc-main-sam-no-search-result {
        font-size: 16px;
    }

    .other-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-title {
        font-size: 22px;
    }

    .other-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-info {
        font-size: 16px;

    }

    .other-search-result-wrapper .other-search-result-list .other-search-result-item .read-more {
        font-size: 15px;
    }

    .document-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-title {
        font-size: 22px;
        font-weight: 400;
    }

    .document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-top .docment-item-icon {
        width: 0.3rem;
        height: 0.3rem;
    }

    .document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-bottom a {
        font-size: 16px;
    }

    .document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-bottom a .docment-item-icon {
        margin-bottom: 0.05rem;
    }

    .document-search-result-wrapper .documnet-type-wrapper .document-type-item {
        font-size: 20px;
    }

    .documnet-item .docment-item-top .checkbox_icon {

        margin-top: 0.08rem;
    }

    .document-search-result-wrapper .other-search-result-list .other-search-result-item .docment-item-top input {
        width: 0.28rem;
        height: 0.28rem;
    }

    .document-search-result-wrapper .oc-main-sam-result-download .download-document-btn {
        font-size: 16px;
        padding: 0.3rem 0.2rem;
    }

}

@media screen and (max-width: 1146px) {
    .oc-main-sam-search-contact .contact-icon {
        font-size: 12px;
    }
}


/* ipad和mobile */
@media screen and (max-width: 1025px) {
    .oc-main-sam-search-result-wrapper {
        margin-top: var(--header-height-mobile);
    }

    .oc-main-sam-search-contact {
        flex-direction: column;
    }

    .oc-main-sam-search-contact .contact-text {
        font-size: 0.2rem;
    }

    .oc-main-sam-search-contact .contact-icon {
        width: 100%;
        justify-content: start;
        gap: 0.2rem;
        border-radius: 0.06rem;
    }

    .oc-main-sam-search-reslt-number {
        background-color: #fff;
        color: #8A8A8A;
        padding: 0;
    }

    .oc-main-sam-search-reslt-number .search-value {
        color: var(--Color);
        font-size: 18px;
    }

    .oc-main-sam-search-contact .contact-icon {
        border-radius: 0.1rem;
    }

    .oc-main-sam-search-result-tab {
        flex-wrap: wrap;
        gap: 0.15rem;
    }

    .oc-main-sam-search-result-tab .tab-btn {
        width: calc(50% - 0.075rem);
        padding: 0.25rem 0;
        box-shadow: none;
        border-radius: 0.08rem;
    }

    .oc-main-sam-search-result-wrapper .oc-main-sam-product-filter-mobile {
        display: block;
    }

    .oc-main-sam-search-result-wrapper .oc-main-sam-product-filter-mobile .filter-header {
        display: flex;
        justify-content: space-between;
        padding: 0.1rem 0.24rem;
        height: 0.7rem;
        align-items: center;
        border: 1px solid #B5B5B5;
        border-radius: 0.04rem;
        margin: 0.1rem 0 0.2rem;
        background: #FAF7F7;
    }

    .oc-main-sam-search-result-wrapper .oc-main-sam-product-filter-mobile .filter-header .filter-icon {
        display: flex;
        align-items: center;
        gap: 0.2rem;
    }

    .oc-main-sam-search-result-wrapper .oc-main-sam-product-filter-mobile .filter-header .filter-icon svg {
        width: 0.32rem;
        height: 0.32rem;
    }

    .oc-main-sam-search-result-wrapper .oc-main-sam-product-filter-mobile .filter-header .filter-icon .filter-text {
        color: #333;
        font-weight: 800;
        font-size: 0.32rem;
    }

    .oc-main-sam-search-result-wrapper .drop-down-arrow,
    .oc-main-sam-search-result-wrapper .drop-down-arrow svg {
        width: 0.3rem;
        height: 0.3rem;
        transform: rotate(-45deg);
    }

    .oc-main-sam-search-result-wrapper .filter-content {
        border-radius: 0.04rem;
        border: 1px solid #B5B5B5;
        background: #FFF;
        margin-bottom: 0.1rem;
    }

    .oc-main-sam-search-result-wrapper .filter-content .filter-item {
        padding: 0.2rem;
        border-bottom: 1px dotted #BFBFBF;
        color: var(--Color);
        font-size: 0.32rem;
        font-weight: 800;
    }

    .oc-main-sam-search-result-wrapper .filter-content .filter-item:last-child {
        border-bottom: none;
    }

    .oc-main-sam-product-type {
        border: none;
        background-color: rgba(153, 193, 238, 0.76);
    }

    .oc-main-sam-product-type .type-list {
        flex-wrap: wrap;
    }

    .oc-main-sam-product-type .type-list .type-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .oc-main-sam-product-type .close-btn svg {
        width: 0.5rem;
        height: 0.5rem;
    }

    .oc-main-sam-product-type .type-title {
        font-size: 0.32rem;
        color: #fff;
    }

    .oc-main-sam-product-type .type-list .type-item svg {
        width: 80%;
        text-align: center;
    }

    .oc-main-sam-product-type .type-list .type-item svg path {
        stroke: #FFF;

    }

    .oc-main-sam-product-type .type-list .type-item:nth-child(2) svg path {
        stroke: #FFF;
        fill: #fff;

    }

    .oc-main-sam-product-type .type-list .type-item:nth-child(2) svg rect {
        stroke: #FFF;

    }

    .oc-main-sam-product-type .type-list .type-item:nth-child(2) svg rect:nth-child(2) {
        fill: #fff;

    }

    .oc-main-sam-product-type .type-list .type-item svg rect {
        stroke: #FFF;
    }

    .oc-main-sam-product-type .type-list .type-item svg line {
        stroke: #FFF;
    }


    .oc-main-sam-product-type .type-list .type-item svg circle {
        stroke: #FFF;
    }

    .oc-main-sam-product-type .type-list .type-item:nth-child(4) svg path {
        fill: #FFF;
    }

    .oc-main-sam-product-type .type-list .type-item:nth-child(4) svg path:nth-child(1) {
        fill: none;
    }

    .oc-main-sam-product-type .type-list .type-item:nth-child(4) svg rect {
        fill: #FFF;
    }

    .oc-main-sam-product-type .type-list .type-item .type-item-name {
        color: #fff;
        font-weight: 500;
    }

    .oc-main-sam-product-form {
        border: none;
        background-color: rgba(153, 193, 238, 0.76);
    }

    .oc-main-sam-product-form .close-btn svg {
        width: 0.5rem;
        height: 0.5rem;
    }

    .oc-main-sam-product-form .form-title {
        color: #fff;
        font-size: 0.32rem;
        margin-bottom: 0.4rem;
    }

    .oc-main-sam-product-form {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }

    .oc-main-sam-product-form .form-list .form-item .form-item-image {
        background-color: #eaf4ff;
    }

    .oc-main-sam-product-form .form-list .form-item .form-item-name {
        color: #fff;
    }

    .oc-main-sam-product-form .form-list {
        gap: 0.5rem;
    }

    .oc-main-sam-product-form .form-list .form-item {
        width: calc(25% - 0.375rem);
    }

    .oc-main-sam-pr oduct-form .form-list .form-item:hover .form-item-name {
        color: var(--Color);
    }


    .oc-main-sam-product-filter-mobile .oc-main-sam-filter-products-select {
        margin: 0.15rem 0;
        box-shadow: none;
        border-radius: 0.04rem;
        padding: 0;
    }

    .oc-main-sam-product-filter-mobile .oc-main-sam-filter-products .filter-list .filter-item {
        padding: 0;
    }

    .oc-main-sam-product-filter-mobile .oc-main-sam-filter-products-select .select-title {
        padding: 0.24rem;
        color: var(--Color);
        font-size: 0.34rem
    }

    .oc-main-sam-product-filter-mobile .oc-main-sam-filter-products-select .select-content {
        padding: 0.2rem 0.24rem;
    }

    .oc-main-sam-product-filter-mobile .oc-main-sam-filter-products-select .select-title {
        border-bottom: 1px dotted #B0B0B0;
    }

    .oc-main-sam-product-filter-tag .tag {
        background-color: #B7D2EF;
        border: none;
        color: var(--Color);
        padding: 0.2rem;
        height: 0.6rem;
        font-size: 0.24rem;
        margin-bottom: 0.3rem;
    }

    .oc-main-sam-product-filter-tag .clear-all {
        background-color: var(--Color);
        color: #fff;
    }

    .oc-main-sam-filter-products-select .select-content .select-item label,
    .oc-main-sam-filter-products-select .select-content .select-item .number {
        font-size: 0.3rem;
    }

    .oc-main-sam-product-filter-tag {
        /* padding: 0.2rem 0.4rem 0; */
    }

    .oc-main-sam-product-filter-mobile .oc-main-sam-filter-products-select .select-title {
        padding: 0.2rem;
    }

    .oc-main-sam-filter-products .filter-list .filter-item .arrow-icon svg {
        width: 0.3rem;
        height: 0.2rem;
    }

    .oc-main-sam-product-filter-mobile .filter-content-wrapper {
        display: none;
    }

    .document-search-result-wrapper .other-search-result-list .other-search-result-item .other-search-result-title {
        font-size: 0.28rem;
    }

    .document-search-result-wrapper .documnet-type-wrapper .document-type-item {
        font-size: 14px;
    }

    .documnet-item .docment-item-top .checkbox_icon {
        margin-top: 0;
    }

    .document-search-result-wrapper .oc-main-sam-result-download {
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 1;
    }

    .document-search-result-wrapper .oc-main-sam-result-download .download-document-btn {
        align-self: baseline;
    }

    .document-search-result-wrapper .oc-main-sam-result-download .download-document-btn svg {
        width: 0.3rem;
    }
}