
.bit-tit {
    height: 0.58rem;
    background: #F8F8F8;
}
.bit-tit .txt {
    width: 1.95rem;
    height: 100%;
    background: #0059AB;
    text-align: center;
    line-height: 0.58rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
}



/* 基本信息 */
.g-baseinfo {
    display: flex;
    justify-content: space-between;
}
/* 左侧轮播 */
.g-baseinfo .left-swiper {
    width: 5rem;
}
.g-baseinfo .big {
    width: 100%;
    height: 5rem;
}
.g-baseinfo .big .swiper-slide {
    padding: 0.01rem;
}
.g-baseinfo .small {
    width: 100%;
    margin-top: 0.2rem;
    padding: 0 0.02rem;
}
.g-baseinfo .small .swiper-slide {
    width: 0.9rem;
    height: 0.9rem;
    border: 0.01rem solid #CCCCCC;
}
/* 右侧文字 */
.g-baseinfo .right-texts {
    width: 9.5rem;
}
.g-baseinfo .right-texts .t1 {
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.46rem;
}
.g-baseinfo .right-texts .t2 {
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem dashed #707070;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #333333;
    line-height: 0.36rem;
}
.g-baseinfo .right-texts .t3 {
    margin-top: 0.3rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
}
.g-baseinfo .right-texts .t3 p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
}
.g-baseinfo .right-texts .baogao {
    display: block;
    width: 1.43rem;
    height: 0.4rem;
    margin-top: 0.45rem;
    background: #0059AB;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #FFFFFF;
}


/* 详情内容 */
.g-detail {
    margin-top: 0.8rem;
}
.g-detail .box {
    margin-top: 0.8rem;
}
.g-detail .box .small-tit {
    display: flex;
    align-items: center;
    padding-bottom: 0.17rem;
    border-bottom: 0.01rem dashed #707070;
}
.g-detail .box .small-tit .num {
    width: 0.35rem;
    height: 0.35rem;
    background: #0059AB;
    border-radius: 50%;
    text-align: center;
    line-height: 0.35rem;
    font-size: 0.25rem;
    font-family: Arial, Arial;
    color: #FFFFFF;
}
.g-detail .box .small-tit .txt {
    margin-left: 0.16rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #272536;
}
.g-detail .box .content {
    margin-top: 0.33rem;
}
.g-detail .box .content .txt {
    display: flex;
}
.g-detail .box .content .p1 {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    white-space: nowrap;
}
.g-detail .box .content .p2 {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
}
.g-detail .box .content .pic-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.g-detail .box .content .pic-box img {
    width: 7.2rem;
    height: 5rem;
    margin-top: 0.5rem;
    margin-right: 0.6rem;
}
.g-detail .box .content .pic-box img:nth-child(2n) {
    margin-right: 0;
}
.g-detail .box .content p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
}
.g-detail .box .content img {
    max-width: 100%;
    max-height: 100%;
    margin: 0.8rem auto 0;
}



/* 相关产品 */
.g-about {
    margin-top: 0.8rem;
}
.g-about .about-swiper {
    margin-top: 0.48rem;
}
.g-about .about-swiper .swiper-slide {
    display: block;
    width: 3.5rem;
    padding: 0.1rem;
    background: #F6F6F6;
}
.g-about .about-swiper .pic {
    width: 100%;
    height: 3rem;
}
.g-about .about-swiper .name {
    margin-top: 0.15rem;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    transition: all 0.3s;
}
.g-about .about-swiper .swiper-slide:hover .name {
    font-weight: 700;
    color: #0059AB;
}





/* 2024-5-1 新增产品详情 */
.goods_center {
    position: relative;
    width: 15rem;
    margin: 0 auto;
    padding: 1.2rem 0 0;
}
.goods-t {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.goods-t .en {
    font-size: 0.5rem;
    font-weight: bold;
    color: rgba(0,89,171,0.3);
    transform: skewX(-15deg);
    white-space: nowrap;
}
.goods-t .cn {
    position: absolute;
    left: 50%;
    top: 0.4rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    transform: translateX(-50%);
    white-space: nowrap;
}
@keyframes scale-pic {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
.use-special {
    animation: special 1s;
}
@keyframes special {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




.goods_one {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.goods_one img,
.goods_one video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: scale-pic 2s;
}



.goods_two {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/goodsDetail/detail_bgc1.png);
    background-size: cover;
}
.goods_two .special {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1rem;
}
.goods_two .pic {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
}
.goods_two .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goods_two .info {
    width: 9rem;
}
.goods_two .info .name {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
}
.goods_two .info .name::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.04rem;
    margin-top: 0.3rem;
    background: #0059AB;
}
.goods_two .info .desc {
    margin-top: 0.8rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}
.goods_two .info .desc p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}


.goods_three {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/goodsDetail/detail_bgc2.png);
    background-size: cover;
}
.goods_three .goods-t .en {
    color: rgba(255,255,255,0.3);
}
.goods_three .goods-t .cn {
    color: rgba(255,255,255,1);
}


.goods_three .tail {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.goods_three .tail .desc {
    width: 7.3rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}
.goods_three .tail .desc p {
    margin-top: 0.3rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}
.goods_three .tail .desc p:first-child {
    margin-top: 0;
}
.goods_three .tail .pics {
    display: flex;
    flex-wrap: wrap;
    width: 7.45rem;
}
.goods_three .tail .pics .pic {
    width: 3.7rem;
    height: 2.6rem;
    margin-top: 0.05rem;
    margin-right: 0.05rem;
}
.goods_three .tail .pics .pic:nth-child(-n+2) {
    margin-top: 0;
}
.goods_three .tail .pics .pic:nth-child(2n) {
    margin-right: 0;
}


.goods_four {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/goodsDetail/detail_bgc3.png);
    background-size: cover;
}
.goods_four .list_box {
    position: relative;
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}
/* 左侧 */
.goods_four .list1 {
    width: fit-content;
    z-index: 22;
}
.goods_four .list1 .item {
    display: flex;
    align-items: center;
    width: 4.2rem;
    height: 1.8rem;
    padding: 0 0.4rem;
    margin-top: 0.2rem;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s;
}
.goods_four .list1 .item:first-child {
    margin-top: 0;
}
.goods_four .list1 .item img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.3rem;
    object-fit: contain;
}
.goods_four .list1 .item .icon2 {
    display: none;
}
.goods_four .list1 .item .txt {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
}
.goods_four .list1 .active {
    width: 5.2rem;
    background: #0059AB;
}
.goods_four .list1 .active .txt {
    color: white;
}
.goods_four .list1 .active .icon {
    display: none;
}
.goods_four .list1 .active .icon2 {
    display: block;
}
/* 右侧 */
.goods_four .list2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 10.6rem;
    height: 5.8rem;
    overflow: hidden;
    background: white;
    z-index: 11;
}
.goods_four .list2 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0.33rem 0 1.3rem;
    display: none;
}
.goods_four .list2 .item .name {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}
.goods_four .list2 .item .name::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.04rem;
    margin-top: 0.3rem;
    background: #0059AB;
}
.goods_four .list2 .item .desc {
    margin-top: 0.6rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}
.goods_four .list2 .item .desc p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}
.goods_four .list2 .active {
    display: flex;
}


.goods_five {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/goodsDetail/detail_bgc3.png);
    background-size: cover;
}
.goods_five .attachment {
    margin-top: 0.6rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.36rem;
}
.goods_five .attachment p {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.36rem;
}


.goods_six {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/goodsDetail/detail_bgc4.png);
    background-size: cover;
}
.goods_six .more_swiper {
    width: 100%;
    margin-top: 1.1rem;
    padding-bottom: 0.78rem;
}
.goods_six .more_swiper .swiper-slide {
    display: block;
    width: 4.6rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.03rem 0.01rem rgba(0,0,0,0.1);
    transition: all 0.3s;
}
.goods_six .more_swiper .swiper-slide:hover {
    box-shadow: 0rem 0.03rem 0.03rem 0.01rem rgba(0,0,0,0.3);
}
.goods_six .more_swiper .swiper-slide .pic {
    width: 100%;
    height: 3rem;
}
.goods_six .more_swiper .swiper-slide .txt {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}
.goods_six .more_swiper .swiper-slide .more {
    width: 1.2rem;
    height: 0.32rem;
    margin: 0.2rem auto 0.3rem;
    background: #0059AB;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods_six .more_swiper .swiper-slide .more img {
    height: 0.2rem;
    object-fit: contain;
}
/* 分页器 */
.goods_six .more_swiper .swiper-pagination {
    bottom: 0;
}
.goods_six .more_swiper .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background: #BCBCBC;
    opacity: 1;
}
.goods_six .more_swiper .swiper-pagination-bullet-active {
    background: #0059AB;
}







@media only screen and (max-width: 1024px){
    .goods_center{
        width: 100%;
        height: 100vh;
    }
    .goods_two .special{
        display: block;
        padding: 0 20px;
    }
    .goods_two .special img{
        max-width: 100%;
        height: auto;
    }
    .goods-t{
        max-width: 100%;
    }
    .goods_two .pic{
        margin: 0 auto 20px;
        width: 3rem;
        height: 3rem;
    }
    .goods_two .info,.goods_three .tail .desc,.goods_three .tail .pics,.goods_four .list1 .active{
        width: 100%;
    }
    .goods_two .info .desc p,.goods_three .tail .desc p,.goods_six .more_swiper .swiper-slide .txt{
        font-size: 12px;
    }
    .goods_three .tail{
        display: block;
        padding: 0 20px;
        margin-top: 0.2rem;
    }
    .goods_three .tail .pics{
        justify-content: space-between;
        margin-top: 20px;
    }
    .goods_three .tail .pics .pic{
        width: 48%;
        margin-right: 0;
        margin-top: 10px;
    }
    .goods_four .list1{
        display: flex;
    }
    .goods_four .list1 .item{
        margin-top: 0;
        width: 100%;
    }
    .goods_four .list2{
        top: 100px;
        width: 100%;
    }
    .goods_four .list2 .item .desc p{
        font-size: 14px;
        color: #333333;
        line-height: 0.46rem;
    }
    .goods_four .list_box{
        margin-top: 1.6rem;
    }
    .goods_four .list2 .item,.goods_five .attachment{
        padding:0 20px;
    }
    .goods_five .attachment p{
        font-size: 13px;
    }
    .goods_five .attachment{
        margin-top: 1rem;
    }
    .goods_six .more_swiper{
        margin-top: 3rem;
    }
    .goods_two .special .t2{
        font-size: 14px;
        line-height: 26px;
    }
    .goods_three .tail div,.goods_three .tail p{
        font-size: 12px;
        color: #fff;
    }
    .goods_three .tail img{
        width: 100px;
        height: auto;
    }
}













