/* 头部 */.brand-detail-head {    position: relative;}.detail-head-bg {    background-repeat: no-repeat;    background-size: 100% 100%;    background-position: center;    height: 480px;}.detail-head-mask {    position: absolute;    top: 0;    width: 56%;    height: 100%;}.head-mask-conent  {    position: absolute;    width: 100%;    top: 104px;}.mask-brand-logo {    width: 300px;    height: 120px;    text-align: center;    background: #fff;    line-height: 117px;}.mask-brand-describe {    font-size: 14px;    width: 620px;    max-height: 52px;    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    margin: 24px 0 40px 8px;    word-break: break-all;}.mask-search-bar {    display: flex;}.mask-search-bar input {    width: 428px;    height: 48px;    padding: 8px 12px;    border-radius: 8px 0px 0px 8px;}.mask-search-bar input::placeholder {      color: #bbb;}.mask-search-btn {    width: 96px;    height: 48px;    font-size: 16px;    border-radius: 0px 8px 8px 0px;    line-height: 48px;    text-align: center;    cursor: pointer;    background-color: var(--brand-detail-theme-color);    color: #fff;    cursor: pointer}.mask-search-btn-all {    width: 96px;    height: 48px;    font-size: 16px;    border-radius: 8px 8px 8px 8px;    line-height: 48px;    text-align: center;    cursor: pointer;    border: 1px solid var(--brand-detail-theme-color);    color: var(--brand-detail-theme-color);    cursor: pointer;    margin-left: 5px;    background-color: #fff;}.head-bg-dots {    display: flex;    justify-content: center;    margin-top: 20px;    position: absolute;    bottom: 40px;    left: 50%;    transform: translatex(-50%);}.head-bg-dots li {    width: 25px;    height: 5px;    margin-right: 12px;    background-color: rgb(174 174 174);    cursor: pointer;}.head-bg-dots .active {    background-color: #fff;}.head-bg-dots li:last-child {    margin-right: 0px;}.brand-detail-content {    width: 1100px;    margin: auto;}/* 锚点导航栏 */.anchor-nav {    width: 696px;    height: 68px;    margin:60px auto 30px;    box-shadow: rgb(0 0 0 / 40%) 0px 0px 12px -3px;    text-align: center;    font-size: 18px;    background: #fff;    border-radius: 48px;    line-height: 68px;}.anchor-nav a {    margin-right: 32px;}.anchor-nav a:hover {    color: var(--brand-detail-theme-color);}.anchor-nav a:last-child {    margin-right: 0px;}#brand-information {    padding-top: 30px;}.anchor-nav .active-nav { color: var(--brand-detail-theme-color);   }/* 品牌资讯 */.brand-detail-title {    font-size: 28px;    margin-bottom: 30px;    color: #101010;}.information-content {    display: flex;    height: 470px;    margin-bottom: 45px;}.information-video-img {    position: relative;    width: 835px;    margin-right: 20px;}/*图片只显示中间的内容，不会变形*/.image-div {    width: 835px ;    height: 470px;}.image-container {    overflow: hidden;    display: flex;    align-items: center;    justify-content: center;}/*这里覆盖网站对img的默认配置*/.image-container img {    max-width: none !important;    width: 100% !important;    height: 100% !important;    object-fit: cover !important;    object-position: 50% 50% !important;}/* 背景图片大小自适应 */.background-image-container {    background-size: cover !important; /* 背景图片大小自适应 */    background-position: center !important; /* 背景图片居中 */    background-repeat: no-repeat !important; /* 背景图片不重复 */}.information-video-img video {    width: 835px;    height: 470px;    background-color: #000;    object-fit: fill;}.information-video-img .video-play {    position: absolute;    width: 100%;    height: 100%;    display: flex;    align-items: center;    justify-content: center;    top: 0;}.information-video-img .video-play-btn {    width: 60px;    height: 60px;    border: 3px solid #fff;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    padding-left: 8px;    cursor: pointer;}.information-video-img .video-play-triangle {    width: 0;    height: 0;    border-left: 15px solid transparent;    border-right: 15px solid transparent;    border-bottom: 30px solid #fff;    transform: rotate(90deg);}/* 资讯 */.information-list-pages {    width: 345px;    background-color: #fff;    padding-bottom: 20px;}.information-list {    height: calc(100% - 20px);}.information-list li {    padding: 24px 15px 14px 20px;    border-bottom: 1px solid #ccc;}.information-list a:last-child li{    border-bottom: none;}.information-list a li:hover {    color: var(--brand-detail-theme-color);}.information-list-title {    display: flex;    align-items: center;    font-size: 14px;}.information-list-circle {    width: 8px;    height: 8px;    border-radius: 50%;    border: 1px solid #ccc;    margin-right: 12px;}.information-time {    text-align: right;    font-size: 12px;    color: #bbb;    margin-top: 4px;}.information-list-pages  ._page_container ._pages li:hover {    color: var(--brand-detail-theme-color);}.information-list-pages ._active_2 {    background-color: var(--brand-detail-theme-color);}/* 产品分类 */#product-category {    background-color: #fff;    padding: 45px 0;}.category-tab {    display: flex;    font-size: 18px;    border-bottom: 1px solid #ccc;}.category-tab .category-tab-container {    flex: 1;    display: flex;    overflow-x: scroll;    height: 44px;    padding-left: 80px;}.category-tab .category-tab-container::-webkit-scrollbar{    width: 0;       height: 0;}.category-tab .category-tab-container li span {    margin-right: 40px;    cursor: pointer;    padding: 0 8px 16px 8px;    white-space: pre;}.category-tab .active span {    color: var(--brand-detail-theme-color);    border-bottom: 4px solid var(--brand-detail-theme-color);}.category-tab .tab-operation {    width: 60px;    display: flex;    justify-content: flex-end;    align-items: center;    height: 30px;}.category-tab .tab-operation .disabled-click {    display: none;}.category-tab .tab-operation .operation-btn-left {    cursor: pointer;}.category-tab .tab-operation .operation-btn-right {    transform: rotate(180deg);    cursor: pointer;    margin-top: 4px;    padding-right: 8px}.category-tab .tab-operation .operation-btn-right .icon-arrow-left-back, .category-tab .tab-operation .operation-btn-left .icon-arrow-left-back {        font-size: 16px;}.category-info-item .category-head {    display: flex;    align-items: center;    font-size: 20px;    margin-top: 40px;}.category-info-item .category-head .category-head-block {    width: 4px;    height: 20px;    margin-right: 8px;    background-color: var(--brand-detail-theme-color);}.three-category-container {    display: flex;    flex-wrap: wrap;}.three-category-item {    display: flex;    align-items: center;    margin-top: 36px;    margin-right: 20px;    width: 353px;    padding-top: 4px;}.three-category-item:nth-child(3n) {    margin-right: 0;}.three-category-item .pro-pic-container {    position: relative;}.three-category-item .pro-pic {    width: 156px;    height: 156px;    text-align: center;    line-height: 132px;    background-color: #fff;    border: 1px solid #e0dddd;    margin-right: 20px;    padding: 12px;    position: relative;    z-index: 2;}.three-category-item .more-pro-pic {    position: absolute;    width: 88%;    height: 98%;    border: 1px solid #e0dddd;    top: -4px;    z-index: 1;    left: 8px;}.three-category-item .category-name {    font-size: 16px;    color: var(--brand-detail-theme-color);    font-weight: 600;}.three-category-item .model-name {    font-size: 12px;    color: #acacac;    margin: 8px 0 16px 0;    max-height: 32px;    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    word-break: break-all;}.three-category-item .model-name::before {      content: '';    float: right;    width: 0px;    height: 16px;}.series-text {    float: right;    clear: both;}.three-category-item .view-category-detail {    font-size: 12px;    color: var(--brand-detail-theme-color);    font-weight: 600;    cursor: pointer;}.three-category-item .view-category-detail .iconfont{    font-size: 12px;}/* 热门产品 */#popular-product, #hot-product {    background-color: #fff;    padding: 45px 0;}.product-content {    display: flex;    flex-wrap: wrap;}.product-item {    border: 1px solid #ccc;    text-align: center;    margin-right: 24px;    width: 200px;    margin-top: 40px;}.product-item:nth-child(5n) {    margin-right: 0px;}.product-item .img {    width: 156px;    height: 156px;    text-align: center;    line-height: 132px;    background-color: #fff;    margin: auto;    padding: 12px;}.product-item .name {    margin: 12px 0 4px;    padding: 0 24px;    font-size: 14px;}.product-item:hover .name {    color: var(--brand-detail-theme-color);}.product-item .model-name {    width: 150px;    margin: auto;    padding: 0 44px;    color: #bbbbbb;    font-size: 12px;}.product-item .inquiry-btn {    width: 100%;    text-align: center;    color: #fff;    font-size: 14px;    background-color: var(--brand-detail-theme-color);    padding: 12px 0;    margin-top: 24px;    font-weight: 600;}/* 品牌顾问 */#brand-consultant {    padding: 60px 0;    background-size: 100% 100%;}.consultant-content {    display: flex;}.consultant-qr {    width: 158px;       height: 158px;    margin-right: 32px;}.consultant-info {    font-size: 16px;    color: #00000073;    padding-top: 20px;}.consultant-name {    font-size: 20px;    color:#101010}.sales-manager {    margin: 12px 0 30px 0;}.qq-icon {    margin-top: 40px;}.qq-icon svg{    fill:var(--brand-detail-theme-color);    cursor: pointer;}