/* CSS Document */
		@media screen and (min-width: 2048px) {
            .clients-area {
                background-color: #fff;
            }
        }
    
        .clients-area {
            background-color: #fff;
        }
    
        /*
            #ptimgcarousel {
                background: linear-gradient(to top, #015296 0%, #000 90%);
            }
    */
        .carousel-indicators li {
            background-color: #252525;
        }
    
        .carousel-control-prev-icon {
            background-image: url(../image/prev-icon.svg);
        }
    
        .carousel-control-next-icon {
            background-image: url(../image/next-icon.svg);
        }
    
        .services-area {
            background-color: #fff;
        }
    
        .blog-card {
            background: #fff;
            border-radius: 0px;
        }
    
        .responsive-tabs__list__item {
            border: 1px solid transparent;
            border-radius: 15px;
        }
    
        .responsive-tabs__list__item--active,
        .responsive-tabs__list__item--active:hover {
            border: 1px solid transparent;
        }
    
        a:not([href]):not([tabindex]):focus,
        a:not([href]):not([tabindex]):hover {
            color: #fff;
        }
    
        .responsive-tabs__list__item:after {
            content: '';
            position: absolute;
            width: 0;
            height: 100%;
            z-index: 1;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.05);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-radius: 15px;
        }
    
        .responsive-tabs__list__item:hover:after {
            width: 100%;
        }
    
        .responsive-tabs__list__item {
            position: relative;
            background: #eee;
            color: #252525;
            font-size: 1rem;
        }
    
        .responsive-tabs__list__item:hover {
            background: #eee;
            color: #252525;
        }
    
        .responsive-tabs__list__item--active,
        .responsive-tabs__list__item--active:hover {
            background: #0066cc;
            color: #fff;
        }
    
        .responsive-tabs__heading:focus,
        .responsive-tabs__list__item:focus {
            outline: 0px;
        }
    
        #tablist1-tab1 {
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }
    
        #tablist1-tab2 {
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }
    
        .dd {
            background: #eee;
            padding: 10px;
            border-radius: 15px;
        }
    
        .dd div {
            font-size: 1rem;
            color: #252525;
            text-align: center;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }
    
        .dd.down_on div {
            font-size: 1rem;
            color: #fff;
            text-align: center;
        }
    
        .nn_w_bottom {
            position: relative;
        }
    
        .nn_w_bottom span {
            position: relative;
        }
    
        .nn_w_bottom span {
            padding: 10px 50px;
            border: 1px solid #0071dc;
            border-radius: 40px;
            background: #0071dc;
            color: #fff;
        }
    
    
        .btn-effect {
            overflow: hidden;
        }
    
        .btn-effect:after {
            content: '';
            position: absolute;
            width: 0;
            height: 100%;
            z-index: 1;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.05);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-radius: 15px;
        }
    
        .btn-effect:hover:after {
            width: 100%;
        }
    
        .preview .li_class {
            color: #252525;
            border-bottom: 1px solid #252525;
            margin: 10px 0px;
            width: 100%;
        }
    
        .preview a.li_class:hover {
            color: #0071dc;
        }
    
        /*
            #NEWS .owl-carousel.owl-drag .owl-item {
                margin-right: 5px !important;
            }
    */
        #NEWS .case-study-item .content h3 a {
            font-size: 1rem;
        }
    
        .mfp-wrap,
        img.mfp-img {
            background: #fff;
        }
    
        .mfp-counter {
            display: none;
        }
    
        .mfp-figure:after {
            box-shadow: unset;
        }
    
        .mfp-image-holder .mfp-close,
        .mfp-iframe-holder .mfp-close {
            color: #252525;
        }

        .page-view .arrows {
            top: 48%;
            left: 0;
            right: 0;
            margin-left: 10px;
            height: 56px;
        }
    
        .page-view .arrows .arrow.next {
            float: right;
        }
    
        .page-view .arrows .arrow svg {
            width: 31px;
            height: 50px;
        }
    
        @media screen and (max-width: 640px) {
            .page-view .arrows {
                transform: none !important;
                top: 42%;
            }
    
            .page-view .arrows .arrow svg {
                width: 25px;
                height: 40px;
            }
        }
    
        #emailModal {
            top: 50% !important;
            transform: translateY(-50%) !important;
        }
    
        .reveal-modal-bg {
            background: rgba(0, 0, 0, 1) !important;
        }
    
        .tbs table {
            border-top: 0px solid #e4e6e7;
            border-bottom: 0px solid #e4e6e7;
            border-left: 0px solid #e4e6e7;
            border-right: 0px solid #e4e6e7;
        }
    
        .tbs table tr {
            border-top: 1px solid #e4e6e7;
            border-bottom: 1px solid #e4e6e7;
            border-left: 0px solid #e4e6e7;
            border-right: 0px solid #e4e6e7;
        }
    
        .tbs table tr:nth-of-type(even) {
            background: #fff;
        }
    
        .tbs table tr td:first-child {
            color: #494d50;
            opacity: 0.7;
            padding-right: 30px;
        }
    
        .tbs table tr td:not(:first-child) {
            color: #494d50;
            opacity: 1;
        }
    
        .b_table__cell--50:last-child {
            padding-left: 10px;
        }
    
        .b_table__cell {
            box-sizing: border-box;
            float: left;
            padding: 10px 0;
            position: relative;
            vertical-align: top;
            width: 100%;
        }
    
        @media (min-width: 576px) {
            .b_table__cell {
                padding: 10px;
            }
        }
    
        .b_table__cell--50 {
            width: 50%;
            font-size: 15px;
        }
    
        .b_table__cell--50:first-child {
            padding-right: 10px;
            color: #1c1c1c;
            opacity: 1;
            font-weight: 700;
        }
    
        .b_table__row {
            border-bottom: 0px solid #dcdcdc;
            position: relative;
        }
    
        .b_table__row:after,
        .b_table__row:before {
            content: "";
            display: block;
            font-size: 1px;
            height: 0;
            line-height: 0;
            overflow: hidden;
        }
    
        .b_table__row:after {
            clear: both;
        }
    
        .b_table__cell {
            box-sizing: border-box;
            float: left;
            padding: 10px 0;
            position: relative;
            vertical-align: top;
            width: 100%;
        }
    
        @media (min-width: 576px) {
            .b_table__cell {
            padding: 10px;
            }
            .b_table__cell--100 {
            width: 100%;
        }
    
        .b_table__headline {
            font-size: 1.333rem;
            line-height: 1.5;
            margin-top: 30px;
            padding-bottom: 10px;
        }
        }
    
        
    
        @media (min-width: 576px) {
            .b_table__headline {
                font-size: 1rem;
                margin-top: 60px;
                /*font-weight: bolder;*/
            }
        }
    
        .b_table__row:first-child .b_table__headline {
            margin-top: 0;
        }
    
        .b_table__row:after,
        .b_table__row:before {
            content: "";
            display: block;
            font-size: 1px;
            height: 0;
            line-height: 0;
            overflow: hidden;
        }
    
        .b_table__row {
            border-bottom: 0px solid #dcdcdc;
            position: relative;
        }
    
        .b_table {
            line-height: 1.4;
            margin-bottom: 50px;
        }
    
        @media (min-width: 769px) {
            .b_table {
                margin-bottom: 80px;
            }
        }
    
        @media (min-width: 769px) {
            .b_table {
                margin-bottom: 80px;
            }
        }
    
        .b_container {
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
            max-width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            position: relative;
            width: 780px;
        }
    
        @media (min-width: 769px) {
            .b_section {
                margin: 70px 0;
            }
        }
    
        /* .b_table__cell--50 {
        width: 50%;
      } */
    
    
        /* 目标是替换折叠面板右侧的箭头图标 */
        .el-collapse-item__header .el-collapse-item__arrow {
            /* 隐藏原箭头 */
            display: none;
        }
    
        /* 上面横线边框隐藏 */
        .el-collapse {
            border: none;
        }
    
        .el-collapse-item__header {
            border: none;
        }
    
        .item {
            width: 32%;
            padding: 15px;
        }
    
        .mulu li {
            border-bottom: 1px solid #252525;
            margin-bottom: 10px;
        }
    
        .mulu .li_class {
            color: white;
            line-height: 60px;
        }
    
        .mulu::after {
            content: "";
            display: block;
            clear: both;
            overflow: hidden;
        }
    
        .li-title {
            color: #0071dc;
        }
    
        .main_toggle ul li a:hover,
        .main_toggle ul li.on a {
            background: #000;
            color: #0071dc;
        }
    
        .main_toggle ul li a {
            background: #000;
            margin: 0 1px;
            display: block;
            color: white;
        }
    
        .down_init {
            position: relative;
            margin-bottom: 15px;
            /*    background: #454646;*/
            padding: 10px;
            border-radius: 25px;
            cursor: pointer;
            /*    margin-left: 10px;*/
        }
    
        .down_hove {
            background: #0071dc;
        }
    
        .down_on {
            background: #0066dc;
            color: #fff;
        }
    
        #DOWNLOADS table tr td {
            font-size: 1rem;
            color: #252525;
            border: none;
            background: #fff;
        }
    
        .wrap11 p {
            color: white;
            font-size: 1.5rem;
        }
    
        .kongzhi .large-4 {
            float: left;
        }
    
        .kongzhi .large-4 .zi-box {
            margin: 10px;
            background: #fff;
            max-width: 100%;
            height: 300px;
            position: relative;
        }
    
        .zi-row a {
            background: #000;
            font-size: 16px;
        }
    
        .zi-box img {
    
            width: 100%;
            z-index: 1;
        }
    
        .zi-txt {
            position: absolute;
            z-index: 2;
            left: 0;
            bottom: 0;
            background: rgba(0, 0, 0, .7);
            color: #fff;
            width: 100%;
            padding: 10px;
        }
    
        .zi-txt h3 {
            font-size: 0.94rem;
            color: #0071dc;
            font-family: 'robotolight';
            line-height: 1.2;
            letter-spacing: 0.2px;
        }
    
        .time {
            font-size: 13px;
            color: #ccc;
            margin-bottom: 0;
        }
    
        /*.row{
        width: 100%;
        max-width: 100%;
      }*/
    
        .form-group {
    
            float: left;
            padding-top: 0px;
            margin-right: 35px;
        }
    
    
    
        @media (max-width: 576px) {
            .form-group {
                margin-right: 0px;
            }
        }
    
    
        .form-group label {
            color: white;
            font-size: 1.25rem;
            ;
        }
    
        .form-group select,
        input[type="text"],
        input[type="email"] {
            background: transparent;
            color: white;
        }
    
        .search-container.active input[type="text"] {
            color: #252525;
        }
    
        .form-group input:focus,
        input:hover,
        input:active {
            background: transparent;
        }
    
        .test_change {
            /*    margin-right: 40px;*/
        }
    
        .el-carousel__item {
            padding-right: 45px;
            padding-left: 45px;
        }
    
        .el-carousel__arrow--right {
            font-size: 1.875rem;
            right: 0px;
        }
    
        .el-carousel__arrow--left {
            font-size: 1.875rem;
            left: 0px;
        }
    
        .el-carousel__item h3 {
            color: #475669;
            font-size: 14px;
            opacity: 0.75;
            line-height: 150px;
            margin: 0;
        }
    
        .el-carousel__item:nth-child(2n) {
            background-color: transparent;
        }
    
        .el-carousel__item:nth-child(2n+1) {
            background-color: transparent;
        }
    
        .el-carousel__container {
            /*height: 100%;*/
        }
    
        .mulu .el-image {
            display: block;
        }
    
        @media only screen and (min-width: 75.0625em) {
            .large-6 {
                width: 50%;
            }
        }
    
        .masonry {
            margin-left: 0px;
        }
    
        .build-area::before {
            background: #fff;
        }
    
        .line {
            position: relative;
            width: 70px;
        }
    
        .line::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            /* 设置边框长度为元素宽度的一半 */
            height: 4px;
            /* 设置边框宽度 */
            background-color: #252525;
            /* 设置边框颜色 */
            border-radius: 2px;
        }
    
        .brand-list .item p {
            margin-bottom: 2px;
        }
    
        /*
            #EFFECTS .owl-item {
                margin-right: 0px !important;
            }
    */
    
        .counter-another-content {
            padding-left: unset;
        }
    
        .features {
            border-left: 1px solid #ccc;
        }
    
        @media (max-width: 576px) {
            .features {
                margin-bottom: 8px;
            }
        }
    
        .counter-another-content p {
            font-size: 1rem;
            font-weight: 400;
            margin-bottom: 8px;
        }
    
        .counter-another-content h3 {
            font-size: 1.4rem;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
            margin-bottom: 0px;
        }
    
        @media (min-width: 992px) {
            #performance .col-lg-2 {
                flex: 0 0 auto;
                width: 20%;
            }
        }
    
        #render .owl-carousel .owl-nav.disabled {
            display: block;
        }
    
        #render .clients-content {
            box-shadow: unset;
            padding: 15px;
        }
    
        .card-header {
            border-bottom: unset;
            background-color: #f3f3f5;
        }
    
        .card {
            border: unset;
            background-color: #f3f3f5;
        }
    
        .nav-pills .nav-link {
            font-size: 1.4rem;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
            padding: .5rem 1rem 0;
        }
    
        .nav-pills a.nav-link:hover {
            color: #0071dc;
            /*            text-decoration: underline;*/
        }
    
        .underline-border {
            display: inline-block;
            padding-bottom: 8px;
            /* 调整距离 */
        }
    
        .nav-pills a.nav-link:hover span {
            padding-bottom: 6px;
            border-bottom: 2px solid #0071dc;
            /* 下划线的样式 */
        }
    
        #VIDEOS .build-play-img img {
            padding-right: 0px;
            padding-left: 0px;
        }
    
        .blog-card {
            background-color: #eee;
            border: unset;
            box-shadow: unset;
        }
    
        #OPTIONAL.blog-area {
            background-color: #eee;
        }
    
    
        #OPTIONAL .owl-nav .owl-prev {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -7%;
            font-size: 25px !important;
            -webkit-transition: .7s;
            transition: .7s;
            width: 45px;
            height: 45px;
            border-radius: 50px;
            line-height: 47px !important;
            background-color: transparent !important;
            color: #0071dc !important;
        }
    
        #OPTIONAL .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -7%;
            font-size: 25px !important;
            -webkit-transition: .7s;
            transition: .7s;
            width: 45px;
            height: 45px;
            border-radius: 50px;
            line-height: 47px !important;
            background-color: transparent !important;
            color: #0071dc !important;
        }
    
    
        #EFFECTS.clients-area .owl-nav .owl-prev {
            left: 7%;
        }
    
        #EFFECTS.clients-area .owl-nav .owl-next {
            right: 7%;
        }
    
        .section-title h2 {
            font-size: 40px;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }
    
        .case-study-item a img {
            border-radius: 25px 25px 0 0;
        }
    
        .case-study-item .content h3 {
            min-height: 2rem;
        }
    
        .case-study-item .content {
            position: relative;
            width: 100%;
            bottom: 0px;
            border-radius: 0 0 25px 25px;
            box-shadow: unset;
            background-color: #eee;
        }
    
    
        .marker li,
        #brand-a li {
            /*
                list-style-type: none; 
                position: relative;
                padding-left: 1em; 
    */
            font-size: 0.875rem;
        }
    
        /*
            .marker li::before {
               content: "•"; 
                position: absolute;
                left: 0;
                margin-left: 0em; 
                color: black; 
            }
            
    */
        .brand-list .item,
        .brand-list .additem {
            width: 420px;
            padding: 7px 18px;
        }
    
        .brand-list .brand-bd {
            margin-left: 0px;
        }
    
        @media screen and (min-width: 2048px) {
    
            .brand-list .item,
            .brand-list .additem {
                width: 450px;
            }
        }
    
        #wrapper .brand-list .additem {
            opacity: 0;
        }
    
    
        /*        联系我们 start */
        #question .contact-form {
            max-width: 1200px;
        }
    
        #question .form-group {
            float: none;
        }
    
        #question .contact-form .form-group label {
            color: #252525;
            font-size: 1.2rem;
        }
    
        #question .contact-form .form-group label span {
            color: #252525;
            font-size: 1.2rem;
        }
    
        #question .contact-form .default-btn {
            margin-top: 20px;
            font-size: 1rem;
            background: #0071dc;
            color: #fff;
        }
    
        #question .default-btn:after {
            content: '';
            position: absolute;
            width: 0;
            height: 100%;
            z-index: 1;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
    
        #question .default-btn:hover:after {
            width: 100%;
        }
    
        #question .section-title h2 {
            padding-bottom: 30px;
            font-size: 40px;
        }
    
        #question .contact-form .form-group .form-control {
            border-radius: 18px;
            padding: 20px;
            border: 1px solid rgb(215 218 223);
        }
    
        #question .contact-form .form-group .form-control {
            background: #eee;
        }
    
        .contact-form .form-group .form-control:focus {
            border-color: #0071dc;
        }
    
        /*        联系我们 end */
    
        .clients-content {
            position: relative;
            transition: opacity 0.6s;
        }
    
        .clients-content img {
            width: 100%;
        }
    
        .clients-content.dim {
            opacity: 0.5;
        }
    
        .clients-content.active {
            opacity: 1;
        }
    
        .resizable-div {
    
            width: 100%;
            height: 100%;
            /* 初始高度，可以根据需要调整 */
            /*    background-color: lightblue;  */
            transition: width 0.5s, height 0.5s;
            /* 平滑过渡效果 */
            margin: 0 auto;
            /* 居中显示 */
            min-width: 1400px;
            /* 最小宽度 */
            box-sizing: border-box;
            /* 包括padding和border在内计算宽度和高度 */
        }
    
        .resizable-div img {
            width: 100%;
        }
    
        .table-container {
            overflow: hidden;
            max-height: 400px;
            /* 初始高度，足够显示前3行 */
            transition: max-height 0.5s ease;
        }
    
        .table-container.expanded {
            max-height: 1200px;
            /* 扩展后的最大高度，根据内容调整 */
        }
    
        .show-more-btn,
        .show-less-btn {
            color: #252525;
            cursor: pointer;
            /*            text-decoration: underline;*/
            display: block;
            margin-top: 20px;
            font-size: 1rem;
            text-align: center;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }
    
        .show-less-btn {
            display: none;
            /* 初始隐藏“收起”按钮 */
        }
    
        .btn-loadmore .iconfont {
            transition: transform 0.5s ease;
        }
    
        .show-less-btn.btn-loadmore .iconfont {
            transform: rotate(180deg);
        }
    
        table {
            border: 0px;
        }
    
        .docs table h6 {
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
            color: #252525;
        }
    
        .docs table a {
            font-family: 'robotolight', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
            color: #252525;
        }
    
        #DOWNLOAD td {
            background-color: transparent !important;
            border: 0px !important;
            font-size: 0.8rem;
            font-family: 'robotolight', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
            color: #252525;
        }
    
        .docs table thead tr td:not(:first-child) {
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
            color: #252525;
        }
    
        #DOWNLOAD .btn-secondary {
            background-color: transparent !important;
            border: 0px !important;
            font-size: 0.8rem;
        }
    
        #DOWNLOAD .btn-secondary:active:focus {
            background-color: transparent;
            border: 0px;
            color: #252525;
        }
    
        #DOWNLOAD .btn-secondary:active:hover {
            background-color: transparent;
            border: 0px;
            color: #252525;
        }
    
        button.disabled,
        button[disabled],
        .button.disabled,
        .button[disabled] {
            background-color: #0066cc;
            opacity: 1;
            font-size: 1rem;
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }
    
        button.disabled:hover,
        button.disabled:focus,
        button[disabled]:hover,
        button[disabled]:focus,
        .button.disabled:hover,
        .button.disabled:focus,
        .button[disabled]:hover,
        .button[disabled]:focus {
            background-color: #0066cc;
        }
    
        .bx-chevron-left,
        .bx-chevron-right:before {
            font-size: 2.5rem;
        }
    
        .clients-area .owl-nav .owl-prev,
        .clients-area .owl-nav .owl-next {
            width: 0px;
            height: 0px;
            border-radius: 0px;
            border: 0px !important;
            opacity: 0.6;
        }
    
        .clients-area .owl-nav .owl-prev:hover,
        .clients-area .owl-nav .owl-next:hover {
            color: #0071dc !important;
            opacity: 1;
            transform: scale(1.01);
    
        }
    
        .blog-card .content {
            padding: 20px 10px;
        }
    
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            max-width: 100%;
            background-color: black;
        }
    
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
    
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            /* 半透明黑色遮罩 */
            z-index: 10;
            opacity: 1;
            transition: opacity 0.3s ease;
        }
    
        #PrismsFrostFilters p img,
        #ZoomRange p img,
        #FramingSystem p img {
            border-radius: 30px;
        }
    
        #wrapper .brand-list label {
            cursor: default;
        }
    
        .mfp-zoom-out-cur,
        .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
            cursor: default !important;
        }
    
        #DimPhm .carousel-control-prev {
            left: -7%;
        }
    
        #DimPhm .carousel-control-next {
            right: -7%;
        }
    
        #question .contact-form .default-btn:hover,
        #question .contact-form .default-btn:focus {
            background-color: #0071dc;
        }
    
    
        @media screen and (min-width: 997px) {
    
            .gobosp {
                flex: 1 1 calc(100% / 6 - 20px);
                max-width: calc(100% / 6 - 20px);
                box-sizing: border-box;
                text-align: center;
            }
    
            .goboimg {
                width: 100%;
                max-width: 150px;
                height: 150px;
                margin-bottom: 10px;
            }
        }
    
    
        @media (min-width: 577px) and (max-width: 996px) {
    
            .gobosp {
                flex: 1 1 calc(100% / 4 - 20px);
                max-width: calc(100% / 4 - 20px);
                box-sizing: border-box;
                text-align: center;
            }
    
            .goboimg {
                width: 100%;
                max-width: 150px;
                height: 150px;
                margin-bottom: 10px;
            }
        }
    
    
        @media screen and (max-width: 576px) {
    
            .gobosp {
                flex: 1 1 calc(100% / 2 - 20px);
                max-width: calc(100% / 2 - 20px);
                box-sizing: border-box;
                text-align: center;
            }
    
            .goboimg {
                width: 100%;
                max-width: 150px;
                height: 150px;
                margin-bottom: 10px;
            }
        }
    
    
    
        @media screen and (min-width: 997px) {
            .colorsp {
                flex: 1 1 calc(100% / 5 - 20px);
                max-width: calc(100% / 5 - 20px);
                box-sizing: border-box;
                text-align: center;
                display: flex;
                /* 设置为 Flex 容器 */
                flex-direction: column;
                /* 垂直排列子元素 */
                align-items: center;
                /* 水平居中 */
                justify-content: center;
                /* 垂直居中 */
            }
    
            .colorimg {
                width: 150px;
                height: 150px;
                margin-bottom: 10px;
                border-radius: 50%;
            }
        }
    
    
        @media (min-width: 577px) and (max-width: 996px) {
    
            .colorsp {
                flex: 1 1 calc(100% / 3 - 20px);
                max-width: calc(100% / 3 - 20px);
                box-sizing: border-box;
                text-align: center;
                display: flex;
                /* 设置为 Flex 容器 */
                flex-direction: column;
                /* 垂直排列子元素 */
                align-items: center;
                /* 水平居中 */
                justify-content: center;
                /* 垂直居中 */
            }
    
            .colorimg {
                width: 150px;
                height: 150px;
                margin-bottom: 10px;
                border-radius: 50%;
            }
        }
    
    
        @media screen and (max-width: 576px) {
    
            .colorsp {
                flex: 1 1 calc(100% / 2 - 20px);
                max-width: calc(100% / 2 - 20px);
                box-sizing: border-box;
                text-align: center;
                display: flex;
                /* 设置为 Flex 容器 */
                flex-direction: column;
                /* 垂直排列子元素 */
                align-items: center;
                /* 水平居中 */
                justify-content: center;
                /* 垂直居中 */
            }
    
            .colorimg {
                width: 150px;
                height: 150px;
                margin-bottom: 10px;
                border-radius: 50%;
            }
        }
    
        .fixed {
            position: fixed;
            top: 81px;
            /* 根据导航栏高度调整 */
            left: 0;
            right: 0;
            z-index: 900;
            background: #eee;
            /* 与背景保持一致 */
            padding-bottom: 0px !important;
            padding-top: 0px !important;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            /* 可选：增加阴影效果 */
        }
    
        @media (max-width: 768px) {
            .fixed {
                position: static;
                box-shadow: none;
            }
        }
    
        .product-specifications-cols h3 {
            font-size: 1rem;
            color: #0071dc;
            font-family: 'robotoregular', Helvetica, Arial, sans-serif;
        }
    
        .product-specifications-cols ul li {
            color: #252525;
            font-family: 'robotolight', Helvetica, Arial, sans-serif;
        }
    
        .product-content-global>* {
            background: #fff;
        }
    
        #servicesArea .card {
            margin-bottom: 0px;
        }
    
        #OPTIONAL .owl-carousel .owl-dots.disabled,
        #OPTIONAL .owl-carousel .owl-nav.disabled {
            display: block;
        }
    
        @media screen and (max-width: 576px) {
    
            #phmcarousel .carousel-indicators,
            #dimcarousel .carousel-indicators {
                bottom: -20px;
            }
    
        }
    
        .fixed .card-header {
            padding: 0rem 1rem;
        }
    
        .fixed .nav-pills .nav-link {
            font-size: 1rem;
        }
    
        .fixed .underline-border {
            padding-bottom: 0px;
        }
    
        .fixed .nav-pills a.nav-link:hover span {
            padding-bottom: 0px;
            border-bottom: 0px solid #0071dc;
            /* 下划线的样式 */
        }
    
        .search-container.active button:hover,
        .search-container.active button:focus,
        .search-container.active .button:hover,
        .search-container.active .button:focus {
            color: inherit;
        }
    
        .search-container.active input::placeholder {
            color: #222;
            font-size: 1rem;
            font-family: inherit;
            opacity: 0.7;
        }
    
        .popover {
            position: absolute;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            padding: 10px;
            max-width: 300px;
            font-size: 14px;
            color: #333;
            z-index: 1000;
            display: none;
            /* 初始隐藏 */
        }
    
        .popover::after {
            content: '';
            position: absolute;
            bottom: 100%;
            /* 箭头在顶部 */
            left: 10%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #ddd transparent;
        }
    
        .popover ol {
            list-style: decimal;
            padding-left: 15px;
        }
    
        .popover ol li {
            color: #252525;
            font-size: 14px;
            font-family: 'robotolight', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }

