.product-banner {
    margin-top: 70px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.product-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-nav {
    margin-top: 100px;
    color: #1334F8;
}

.pro-nav a {
    font-size: 22px;
    color: #575757;
}

.pro-nav a>cite {
    color: #1334F8;
}


.ProWrapper {
    display: flex;
    margin-top: 50px;
    flex-direction: row;
}

.pro-cate {
    width: 300px;
}

.pro-cate-title {
    font-weight: bold;
    font-size: 20px;
    color: #575757;
    line-height: 40px;
}

.pro-cate-list {
    margin-bottom: 30px;
}

.pro-cate-list>ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-left: 16px;
}

.pro-cate-list>ul>li {
    font-weight: 300;
    font-size: 16px;
    color: #575757;
    line-height: 30px;
}
.tab-list>ul>li a{
    color: #575757;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
.tab-list .active a {
    color: #1334F8;
    font-weight: bold;
    font-size: 18px;
}
.tab-list a:hover{
    color: #1334F8;
    font-weight: bold;
    font-size: 18px;
}

.pro-content {
    flex: 1;
}
.pro-list{
    flex: 1;
    display: grid;
    gap: 30px 36px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 30px;
}
.pro-item {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #D1D1D1;
    padding-bottom: 20px;
}

.pro-item .photo {
    width: 100%;
    padding: 18px;
    aspect-ratio: 6 / 9;
}

.pro-item .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}

.pro-item .view {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: #1334F8;
    line-height: 33px;
}

.pro-item .view img {
    margin-left: 10px;
}

.DetailWrapper {
    display: flex;
    margin-top: 40px;
}

.DetailWrapper .photo {
    width: 550px;
    aspect-ratio: 6 / 9;
    margin-right: 60px;
}

.DetailWrapper .photo img {
    width: 550px;
    aspect-ratio: 6 / 9;
}

.DetailWrapper .title {
    color: #1334F8;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.DetailWrapper .title::after {
    content: url('../images/img_hot.png');
    margin-left: 20px;
    margin-top: 8px;
}

.DetailWrapper .sub-title {
    font-weight: 500;
    font-size: 22px;
    color: #09043E;
    line-height: 30px;
    margin-top: 14px;
}

.DetailWrapper .desc {
    font-weight: 300;
    font-size: 18px;
    color: #09043E;
    margin-top: 8px;
}

.DetailWrapper .detail-subtitle {
    color: #1334F8;
    font-weight: 400;
    font-size: 20px;
    margin-top: 16px;
}

.DetailWrapper .detail-item {
    margin-top: 8px;
    font-weight: 300;
    color: #333333;
    font-size: 14px;
}

.DetailWrapper .detail-item span {
    font-size: 16px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
}

.DetailWrapper .detail-zixun {
    margin-top: 20px;
    width: 322px;
    height: 78px;
    background: linear-gradient(-90deg, #1334F8 0%, #3B38E1 100%);
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.DetailWrapper .detail-zixun::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -14px;
    width: 40px;
    height: 4px;
    transform: rotate(45deg);
    background: #ffffff;
    transform-origin: left top;
}

.detail-line {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 12px;
    background: linear-gradient(-90deg, #0983FE, #1334F8);
    opacity: 0.1;
}
.detail-title{
    color: #1334F8;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
}
.detail-content{
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.detail-content p{
     margin: 10px 0;
}
.detail-content img{
    max-width: 100%;
}







@media screen and (max-width: 767px) {
    .product-banner {
        margin-top: 60px;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 8;
    }

    .pro-nav {
        margin-top: 80px;
    }

    .ProWrapper {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }

    .pro-cate {
        width: 100%;
    }

    .pro-cate-title {
        display: none;
    }

    .pro-cate-list {
        width: 100%;
        overflow: hidden;
        position: relative;
        touch-action: pan-y;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
    }

    .pro-cate-list>ul {
        width: 6000px;
        display: flex;
        flex-direction: row;
        transition: none;
        /* 不设过渡，纯拖动跟随 */
        will-change: transform;
        /* 提示浏览器优化 */
        touch-action: none;
        /* 完全由 JS 控制触摸行为 */
    }

    .pro-cate-list>ul>li {
        margin-right: 15px;
        flex: 0 0 auto;
        letter-spacing: 0.3px;
        position: relative;
        font-size: 20px;
        line-height: 50px;
        display: inline-block;
        color: #666666;
    }

    .tab-list .active {
        font-weight: bold;
        position: relative !important;
    }

    .tab-list .active a {
        color: #2236F0;
    }

    .tab-list .active::before {
        content: '';
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        bottom: -5px;
        width: 72px;
        height: 10px;
        background-color: #2236F0;
        ;
    }

    .pro-cate-list.fangan {
        display: none;
    }
    .pro-list{
        display: grid;
        gap: 8px 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .pro-item {
        display: block;
        height: auto;
    }

    .pro-item .title {
        font-size: 16px;
    }

    .pro-item .view {
        font-size: 16px;
    }

    .DetailWrapper {
        flex-direction: column;
        margin-top: 20px;
    }

    .DetailWrapper .photo {
        width: 100% !important;
    }

    .DetailWrapper .photo img {
        width: 100%;
    }

    .DetailWrapper .title {
        font-size: 30px;
    }

    .DetailWrapper .title::after {
        display: none;
    }

    .DetailWrapper .sub-title {
        margin-top: 6px;
        font-size: 14px;
        font-weight: bold;
    }

    .DetailWrapper .desc {
        font-size: 12px;
        font-weight: 300;
    }

    .DetailWrapper .detail-item {
        font-size: 12px;
    }

    .DetailWrapper .detail-item span {
        width: 80px;
        font-size: 14px;
    }
}