* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

img {
    display: block;
}

img,
input,
fieldset {
    border: 0 none;
}

a {
    color: #666666;
    text-decoration: none;
}

body {
    color: #444444;
    font-size: 14px;
    font-family: "Microsoft Yahei", "PingFangSC-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4538985 */
    src: url('https://at.alicdn.com/t/c/font_4538985_uk12c5dkfal.woff2?t=1715409624387') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4538985_uk12c5dkfal.woff?t=1715409624387') format('woff'),
        url('https://at.alicdn.com/t/c/font_4538985_uk12c5dkfal.ttf?t=1715409624387') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999999;
}

.icon-shoucang:before {
    content: "\e8b9";
}

.icon-shoucang2:before {
    content: "\e8c6";
}

.icon-zuoweishu1:before {
    content: "\e6cc";
}

.icon-yongtu:before {
    content: "\e706";
}

.icon-changduceliang:before {
    content: "\e6ed";
}

.icon-zuoweishu:before {
    content: "\e626";
}

.icon-engine_1193781_easyiconnet:before {
    content: "\e6d9";
}



.main {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.icon-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
}

.icon-nav ul {
    display: flex;
    justify-content: space-between;
}

.icon-nav ul li {
    flex: 1;
}

.icon-nav ul li a {
    display: block;
    text-align: center;
}

.icon-nav ul li img {
    height: 35px;
    margin: 0 auto;
}

.icon-nav ul li span {
    line-height: 30px;
}

.product-select {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.pro-brand {
    display: flex;
    margin: 10px 0 15px 0;
    line-height: 28px;
}

.pro-brand .filter-title {
    flex: 0 1 80px;
    color: #999999;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
}

.filter-content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.filter-content>span {
    height: 28px;
    padding: 0 6px;
    color: #333333;
    margin-right: 30px;
}

.filter-content>span:hover {
    border-radius: 2px;
    background: #288ff8;
    color: #ffffff;
    margin-right: 30px;
    cursor: pointer;
}

.filter-content>span a:hover {
    color: #ffffff;
}

.filter-content>span.selected {
    border-radius: 2px;
    background: #288ff8;
    color: #ffffff;
}

.filter-content>span.selected a {
    color: #ffffff;
}

.filter-content>a {
    height: 28px;
    padding: 0 6px;
    margin-right: 30px;
}

.filter-content>a.selected {
    color: #288ff8;
    border-radius: 2px;
}

.filter-content>a:hover {
    color: #288ff8;
    border-radius: 2px;
}

.filter-brand-cont {
    height: 122px;
    overflow-y: scroll;
    flex: 1;
}

.filter-brand-li {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    height: auto;
    border: 1px solid #e3e3e3;
    border-right: 0 none;
    border-bottom: 0 none;

}


.filter-brand-li a {
    width: 120px;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
}

.filter-brand-li a.selected {
    border: 1px solid #288ff8;
}

.filter-brand-li a img {
    width: 100%;
    object-fit: contain;
}

.filter-brand-li a:hover {
    border: 1px solid #288ff8;
}

.product-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-lists ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-lists ul li {
    width: 270px;
    height: auto;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 10px;
}

.product-lists ul li .pro-img {
    margin-bottom: 10px;
}

.product-lists ul li .pro-img img {
    width: 270px;
    height: 180px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.product-lists ul li .pro-img p {
    height: 48px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}

.text-link {
    display: flex;
    justify-content: space-between;
    color: #999999;
    align-items: center;
}

.text-link a {
    color: #999999;
}

.text-link a.buy-button {
    background: #ff4f53;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 2px;
}

.product-video {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-video ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.product-video ul li {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-video ul li a img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.product-video ul li a p {
    width: 100%;
    height: auto;
    line-height: 24px;
    margin-top: 5px;
}

.product-video ul li a span {
    width: 50px;
    height: 50px;
    background: url(../images/video-icon.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 53px);
}

.product-tit {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #dadada;
}

.product-tit span {
    position: relative;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-weight: bold;
}

.product-tit span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #288FF8;
}

.product-tit a {
    font-size: 14px;
    color: #999999;
    float: right;
    font-weight: normal;
}

.product-px {
    width: 100%;
    height: auto;
}

.product-px ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.product-px ul li {
    position: relative;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.product-px ul li span {
    position: absolute;
    left: 0;
    top: -10px;
    width: 44px;
    height: 34px;
    background: url(../images/img-icon.png) no-repeat center center;
    background-size: contain;
}

.product-px ul li img {
    width: 100%;
    aspect-ratio: 3/2;
}

.product-px ul li a p {
    line-height: 28px;
    padding: 5px;
}

.product-listsbrand ul {
    display: grid;
    grid-template-columns: repeat(5, 232px);
    gap: 10px;
}

.product-listsbrand ul li {
    width: 210px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-listsbrand ul li .pro-img img {
    width: 210px;
    height: 140px;
}

.pro-info {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 10px;
}

.pro-info p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-info p i {
    margin-right: 5px;
}

.product-listsbrand .text-link {
    font-size: 14px;
    color: #288FF8;
    margin-bottom: 15px;
}

.product-listsbrand .text-link a {
    color: #288FF8;
}


.product-listsbrand a.buy-button {
    background: #ff4f53;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 2px;
    margin: 0 auto;
}

.solotuion-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.solotuion-cont .solotuion-one h2 {
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solotuion-info {
    display: grid;
    grid-template-columns: 150px auto;
    align-items: center;
}

.solotuion-info img {
    width: 150px;
    height: 100px;
}

.solotuion-info p {
    padding-left: 10px;
    color: #999;
    line-height: 1.6;
}

.product-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.product-news .bot-news {
    width: 100%;
}

.product-news .bot-news ul {
    height: auto;
    border: 0 none;
    padding: 0;
}

.product-news .bot-news ul li {
    display: grid;
    grid-template-columns: auto 70px;
    gap: 10px;
    height: 32px;
    align-items: center;

}

.product-news .bot-news ul li span {
    text-align: right;
    color: #999;
}

.product-news .bot-news ul li a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.botnews-one {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 13px;
}

.botnews-one a {
    display: block;
    display: flex;
    justify-content: space-between;
}

.botnews-one a img {
    width: 100px;
    height: 67px;
}

.botnews-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    flex: 1;
}

.botnews-info span {
    text-align: right;
    color: #999;
}

.product-news .pages_fk_con {
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    height: auto;
}

.pages_fk_con p {
    color: #999999;
    margin-bottom: 10px;
}

.selected-condition {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.selected-condition .filter-title {
    flex: 0 1 80px;
    color: #999999;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;

}

.selected-condition .filter-content>a {
    border: 1px solid #288FF8;
    color: #288FF8;
    line-height: 24px;
    height: 24px;
}

.selected-condition .filter-content>a {
    border: 1px solid #288FF8;
    color: #288FF8;
    line-height: 24px;
    height: 24px;
}

.selected-condition .filter-content {
    margin-bottom: 0;
}

.selected-condition .filter-content a.reset {
    border: 1px solid #999999;
    color: #999999;
}


.selected-condition .filter-content a span {
    margin-left: 5px;
}

.nav-brand {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-top: 0 none;
    padding: 0 5px;
    margin-bottom: 15px;
}

.product-name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-column {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: 1px solid #288FF8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.product-column ul {
    display: flex;
    border-right: 1px solid #288FF8;
}

.product-column ul li {
    border-left: 1px solid #288FF8;
    border-top: 1px solid #288FF8;
}

.product-column ul li a {
    padding: 0 20px;
    display: block;

}

.product-column ul li.selected a {
    background: #288FF8;
    color: #ffffff;
}

.product-column ul li:hover a {
    background: #288FF8;
    color: #ffffff;
}

.product-sc {
    color: #999999;
}

.product-sc i {
    font-size: 16px;
}

.product-sc i.icon-shoucang2 {
    color: #ff8300;
}

.product-left {
    width: 770px;
    height: auto;
    overflow: hidden;
    float: left;
}

.product-parameter {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-parameter table {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    border-top: 0 none;
}

.product-parameter table tr {
    display: flex;
    border-top: 1px solid #e3e3e3;
    align-items: center;
}

.product-parameter table td {

    padding: 0 5px;
    box-sizing: border-box;
    height: 100%;
    line-height: 36px;
    text-align: center;
    word-break: break-all;
    flex: 1;
    border-left: 1px solid #e3e3e3;
}


.product-parameter table tr td:first-child {
    text-align: right;
    flex: 0 0 auto;
    width: 130px;
    padding: 0 10px;
    border-left: 0 none;
    height: 100%;
    box-sizing: border-box;
}


.product-parameter table tr td.thead {
    font-weight: bold;
    text-align: center !important;
    background: #f0f0f0;
    width: 100%;
}

.product-parameter table tr td.bz {
    text-align: left;
    width: 100%;
}

.feedback {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.feedback h2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.feedback h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: #288FF8;
}

.feedback form {
    border: 1px solid #e3e3e3;
    padding: 20px;
    box-sizing: border-box;
}

.product-right {
    float: right;
    width: 400px;
    /* margin-top: 20px; */
}

.product-simlar ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-simlar .prosimlar-img {
    flex: 0 1 150px;
    border: 1px solid #e3e3e3;
}

.product-simlar .prosimlar-img a img {
    width: 150px;

}

.prosimlar-info {
    flex: 1;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prosimlar-info h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.prosimlar-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    color: #288ff8;
}

.prosimlar-links a {
    color: #288ff8;
}

.product-right .product-tit {
    margin-bottom: 20px;
}

.product-right .bot-news {
    width: 100%;
}

.product-right .bot-news ul {
    height: auto;
    overflow: hidden;
    padding: 0;
    border: 0 none;
}

.product-imgcont {
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.product-imgs {
    width: 562px;
}

.swiper {
    width: 100%;
    height: 375px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper2 {
    margin-bottom: 10px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 89px;
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    width: 88px;
    height: 87px;
    opacity: 0.8;
    box-sizing: border-box;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .swiper-slide img {
    display: block;
    /* width: 88px;
    height: 59px; */
    width: 130px;
    height: 87px;
    object-fit: cover;
    border: 1px solid #e3e3e3;
}

.mySwiper .swiper-slide-thumb-active img {
    border: 1px solid #288FF8;
}

.mySwiper2 .swiper-slide img {
    width: 560px;
    height: 373px;
    border: 1px solid #e3e3e3;
    object-fit: cover;
}

.product-totals {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    height: 30px;
    background: #ebebeb;
    color: #999999;
    z-index: 99;
    line-height: 30px;
    border-bottom-right-radius: 5px;
}

.product-rightinfo {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.info-lists {
    line-height: 32px;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    box-sizing: border-box;
    height: 100%;
}

.info-lists p {
    word-break: break-all;
    color: #999999;
}

.info-lists p span {
    color: #666;
}

.product-zxtop {
    width: 100%;
    height: 89px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    margin-top: 10px;
}

.product-zxtop a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-sizing: border-box;
    color: #999999;
}

.product-zxtop a.btn {
    background: #288FF8;
    color: #ffffff;
    border: 0 none;
}

h2.product-stit {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

h2.product-stit::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: #288FF8;
}

.product-words {
    border: 1px solid #e3e3e3;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 28px;
}

.product-news .product-tit {
    margin-bottom: 20px;
}

.busebrand ul {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 15px;
    margin-bottom: 10px;
    text-align: center;
}


.busebrand ul li a img {
    width: calc(100% - 22px);
    aspect-ratio: 3 / 2;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    height: auto;
}

.busebrand ul li a p {
    line-height: 24px;
}

.busepics {
    display: grid;
    grid-template-columns: 390px 390px auto;
    gap: 20px;
    margin-bottom: 10px;
}

.busepics img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.busbig,
.bussmall ul li {
    position: relative;
}

.busbig p,
.bussmall ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}

.bussmall, .bustopic {
    display: grid;
}

.bussmall ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    align-content: space-between;
}

.bustopic ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.bustopic ul li a {
    display: grid;
    grid-template-columns: 180px auto;
    gap: 20px 10px;
}

.bustopic ul li a h2 {
    font-size: 14px;
    font-weight: bold;
}

.tinfo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    line-height: 24px;
}

.tinfo h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bustopic ul li {
    position: relative;
}

.bustopic ul li a>span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 6px;
    background: #ff8300;
    color: #ffffff;
    border-bottom-right-radius: 5px;
}

.bustopic ul li a p span {
    color: #ff8300;
}

.swiper-column {
    height: 260px;
}

.swiper-column .swiper-column p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.swiper-pagination-bullet {
    opacity: 0.7 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}