a {
    text-decoration: none;
    outline: none;
    color: #000;
}

a:hover {
    cursor: pointer;
}

.list-collect-gt li:hover {
    cursor: pointer;
    color: rgb(16, 112, 186);
    font-weight: bold;
}

.list-collect-lt li a:hover {
    cursor: pointer;
    color: rgb(16, 112, 186);
    font-weight: bold;
}

/* banner部分 */
.banner {
    width: 100%;
    justify-content: center;
}

.banner img {
    width: 100%;
}

/* 列表部分 */
.list {
    display: flex;
    /* height: 50px;
    line-height: 50px;
    margin-bottom: 50px; */
}

.list-title {
    font-weight: 500;
    font-size: 20px;
}

.list-collect {
    display: flex;
    margin: 0 auto;
    font-size: 20px !important;
}

.list-collect .list-collect-gt {
    display: flex;
    text-align: center;

}

.list-collect .list-collect-lt {
    display: flex;
    text-align: center;
}


/* 摩托车部分 */
.motor-title .h1_common_title {
    text-align: center;
}



.tab-pane {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.product-main-img {
    width: 61%;
}

.product-bottom-img {
    width: 260px;
    height: 50px;
    position: absolute;
    left: 25%;
    bottom: 0;
    z-index: 1;
}

.nav-tabs {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-top: 20px;

}

.list-collect li {
    font-weight: bold;
}

.nav-tabs .nav-item {
    margin-right: 39px;
    cursor: pointer;
}

.nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-tabs .nav-link img {
    display: flex;
    align-items: center;
}

.nav-tabs .nav-link div {
    text-align: center;
    color: #000;
}

.change_color li img {
    width: 32px;
    height: 32px;
}

.color_block {
    width: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    text-align: center;
}


.color_font {
    color: #000;
    display: none;
}

.color_font_active {
    display: block;
}

.color_block .nav {
    flex-direction: column;
}

.change_color .active div {
    font-weight: bold;
}

.nav-tabs img {
    width: 50%;
}

/* 细节展示区域 */
.detail-content {
    margin-top: 30px;
}

.detail-title .h1_common_title {
    text-align: center;
}

/* .detail-title .h1_common_title span {
    border-bottom: 4px solid #FF3030;
} */

.service-item-set {
    display: flex;
}

.service-item-set div {
    width: 50%;
}

.service-item-set div img {
    width: 100%;
}

.service-idea-text {
    background-color: rgb(229, 229, 229);
    flex-wrap: wrap;
    position: relative;
}

.service-idea-img {
    width: 100%;
}

.service-item-set .service-idea-text img {
    position: relative;
    width: 100%;
}

.idea-text-set h3,
.idea-text-set p {
    width: 100%;
}
.idea-text-set h3{
    font-weight: bold;
}
.idea-text-set p{
    color: rgb(123,123,123);
}

.service-idea-text .idea-text-set {
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    top: 10%;
    left: 0;
    padding: 10%;
}

.look-more {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

/* 设计规格区域 */
.design {
    margin-top: 50px;
}

.design-title .h1_common_title {
    text-align: center;
}

/* .design-title .h1_common_title span {
    border-bottom: 4px solid #FF3030;
} */

.design-content-title {
    font-weight: bold;
    font-size: 20px;
}

/* 表格 */

.standard {
    width: 100%;
    color: #545454;
}

.standard td {
    background: #f3f3f3 no-repeat scroll left center;
    border: 1px solid #dcdcdc;
    padding: 8px 3px;
    color: #545454;
    text-align: left !important;
}

.standard tr td:nth-child(1) {
    font-weight: bold;
    background-color: rgb(229, 229, 229);
}

.standard td:nth-child(2) {
    background-color: rgb(245, 245, 245);
}

.standard tr td:nth-child(3) {
    font-weight: bold;
    background-color: rgb(229, 229, 229);
}

.standard td:nth-child(4) {
    background-color: rgb(245, 245, 245);
}



.standard td {
    padding-left: 30px;
}

/* 下载区域 */
.download {
    /* margin-top: 50px; */
    /* margin-bottom: -50px; */
}

.download-title .h1_common_title {
    text-align: center;
}

/* .download-title .h1_common_title span {
    border-bottom: 4px solid #FF3030;
} */

.swiper-container {
    margin: auto;
}

/* 轮播区域 */
.swiper-container {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #131212;
    width: 100%;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 22.4%;
    left: 0;
    width: 100%;
}
.page_link{
    background-color: #fff;
    box-shadow: 0 0 15px rgb(120 116 116 / 28%);
    padding: 20px 0;
    margin-bottom: 50px;
}
.page_link .flex_set>div{
    cursor: pointer;
}
.page_bg{
    background-color: rgb(250, 250, 250);
    margin-top: 50px;
    padding: 50px 0;
}
@media screen and (max-width: 1400px) {
    .nav-tabs .nav-item {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1367px) and (min-width: 992px) {
    .download-content .swiper-slide {
        text-align: center;
    }

    .download-content .swiper-slide img {
        width: 75%;
    }
    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 22%;
    }
}

/* 手机端样式 */
@media screen and (max-width: 991px) {
    .page_link .flex_set>div,.pc_show{
        display: none;
    }
    .page_link .flex_set>div.mobile_show{
        display: block;
        text-align: center;
    }
    .page_link{
        padding: 10px 0;
        margin-bottom: 30px;
    }
    .detail-content {
        margin-top: 10px;
    }
    .page_bg{
        padding: 30px 0;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .list .list-collect-gt {
        display: none;
    }

    .list-collect-lt {
        white-space: nowrap;
    }

    .list-collect-lt li:nth-child(1) {
        margin-right: 70px;
    }

    .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        left: 13%;
        transform: translate(0);
    }

    .product-bottom-img {
        width: 240px;
        height: 45px;
        position: absolute;
        left: 17%;
        bottom: 0;
        z-index: 1;
    }

    .divide {
        display: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 37%;
    }
}

@media screen and (max-width: 768px) {
    .change_color li img {
        width: 20px;
        height: 20px;
    }

    .color_block {
        top: 55%;
        right: 7%;
    }

    .nav-tabs .nav-item {
        margin-right: -11px;
    }

    .h1_common_title span {
        font-size: 24px;
    }

    .list {
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .list .list-collect-gt {
        display: none;
    }

    .list-collect-lt li:nth-child(1) {
        margin-right: 20px;
    }

    .divide {
        display: none;
    }

    .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        left: 0%;
        transform: translate(0);
    }

    .nav-item {
        font-size: 12px;
        white-space: nowrap;
    }

    .product-main-img {
        width: 100%;
    }

    .product-bottom-img {
        width: 170px;
        height: 30px;
        position: absolute;
        left: 10%;
        bottom: -4%;
    }

    .service-idea-text .idea-text-set {
        top: 0%;
        text-align: center;
    }

    .detail {
        /* margin-top: 50px; */
    }

    .detail-content h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .detail-content p {
        font-size: 14px;
    }

    .service-item-set:nth-child(even) {
        flex-direction: column-reverse;
    }

    .look-more a img {
        width: 5% !important;
    }

    .service-item-set {
        display: flex;
        flex-direction: column;
        /* border: 1px solid #ccc; */
        margin: 10px 0;
    }

    .service-item-set div {
        width: 100%;

    }

    .service-idea-text {
        height: 150px;
    }

    .design-content {
        position: relative;
    }

    .table-content {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .shoushi {
        position: absolute;
        display: block;
        box-sizing: border-box;
        right: 0;
        top: 12%;
        width: 40px;
        height: 45px;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }

    .standard {
        font-size: 12px;
        padding: 0 !important;
    }

    .standard td {
        padding-left: 10px;
        white-space: nowrap;
    }

    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 33.2%;
    }


}