﻿.sam-product-categories {
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff;
    /* position: sticky; */
    height: 100%;
    /* top: .10px; */
}
.sam-product-categories .search {
    position: relative;
    display: flex;
    margin-bottom: 0.4rem;
}

.sam-product-categories .search input {
    box-sizing: border-box;
    width: 100%;
    height: 0.5rem;
    padding: 0 0.33rem;
    border: 1.5px solid #797979;
    border-radius: 0.3rem;
}
.sam-download-brochures-sticky{
    position: sticky;
    top: 0.68rem;
}
.sam-download-brochures-top{
    margin-top: 0.68rem;
    position: sticky;
    top: 0.68rem;
}
.sam-download-brochure{
    margin-top: 0.68rem;
    position: sticky;
    top: 0.68rem;
}
.sam-product-categories .search .search-icon {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sam-product-categories .sam-categories .categories-title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.32rem;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 0.45rem;
}

#categories-list a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    color: #797979;
}

#categories-list .first-menu > ul {
    display: none;
}

#categories-list li {
    cursor: pointer;
}

#categories-list svg {
    width: 0.2rem;
}

#categories-list a:hover {
    color: #2C63A0;
}

#categories-list a:hover svg path {
    stroke: #2C63A0;
}

#categories-list .first-menu {
    border-top: 1px solid #797979;
}

#categories-list .first-menu:last-child {
    border-bottom: 1px solid #797979;
}


#categories-list .first-menu>.title {
    display: flex;
    justify-content: space-between;
    height: 0.65rem;
    line-height: 0.65rem;
    font-weight: 500;
    font-size: max(0.2rem, 16px);
    padding-right: 5px;
}

#categories-list .second-menu>.title {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    gap: 0.2rem;
    margin-bottom: 0.1rem;
}
#categories-list .second-menu>.title img {
    width: 0.06rem;
    height: 0.06rem;
}

#categories-list .three-menu {
    margin-left: 0.3rem;
    font-size: 0.14rem;
}


#categories-list .three-menu li {
    margin-bottom: 0.15rem;
}

#categories-list .active>.title {
    color: #2C63A0;
}

#categories-list .active svg path {
    stroke: #2C63A0;

}

#categories-list .active svg {
    transform: rotate(180deg);

}

/* 下载手册 */
.sam-download-brochure,.sam-download-brochures-top {
    margin-top: 0.68rem;
}

.sam-download-brochure .title,.sam-download-brochures-top .title {
    font-family: 'Anton';
    font-style: normal; 
    font-weight: 400;
    font-size: 0.32rem;
    color: #333333;
    margin-bottom: 0.4rem;
}

.sam-download-brochure .download-list a, .sam-download-brochures-top .download-list a{
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: max(0.18rem, 16px);
    line-height: 1.5;
    color: #797979;
    align-items: center;
    border-bottom: 1px solid #797979;
    padding: 0.26rem 0;
    padding-right: 0.2rem;
}
.download-lista{
    justify-content: space-between;
}
.sam-download-brochure .download-list a img, .sam-download-brochures-top .download-list a img{
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.18rem;
}

.sam-download-brochure .download-list a:hover,.sam-download-brochures-top .download-list a:hover{
    color: #2C63A0;
}
.sam-download-brochure .download-list a:first-child ,.sam-download-brochures-top .download-list a:first-child{
    border-top: 1px solid #797979;
}
.productDetail-popular-posts .productDetail-popular-posts-title{
    font-family: Anton;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.3rem;
    letter-spacing: 0.03em;
    color: #333333;
    margin-top: 0.57rem;
}
.productDetail-popular-posts-list{
    margin-top: 0.35rem;
}
.productDetail-popular-posts-list a{
    display: flex;
    color: #6F6F6F;
    align-items: center;
    margin-bottom: 0.3rem;
}
.productDetail-popular-posts-list img{
    width: 1.67rem;
    height: 1.11rem;
    margin-right: 0.1rem;
}

.productDetail-popular-posts-list p{
    width: 1.1698rem;
    font-family: Roboto;
    font-size: 0.18rem;
    font-weight: 400;
    word-break: break-all;
}

