.product-wrap {
    margin: 0 auto;
    padding: .35rem 0 1rem 0;
    display: flex;
}

.product-left {
    width: 2.5rem;
    flex-shrink: 0;
    margin-right: .45rem;
}

.product-title {
    height: 0.67rem;
    background: #C81526;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-title-cn {
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.product-title-en {
    font-size: 0.15rem;
    font-family: Arial;
    font-weight: normal;
    color: #FFFEFE;
    margin-top: 0.05rem;
    font-style: italic;
}

.product-nav-wrap {}

.product-nav-box {
    margin: 0.02rem 0;
    height: 0.45rem;
    background: rgba(68, 68, 68, .1);
    position: relative;
}

.product-nav {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 .15rem;
    cursor: pointer;
}

.product-nav-text {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    flex: 1;
}

.product-nav-icon {
    width: 0.22rem;
    height: 0.22rem;
    background: #FFFFFF;
    border-radius: 50%;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
}

.product-nav-box:hover {
    background: rgba(68, 68, 68, .5);
}

.product-nav-box:hover .product-nav-text {
    color: #FFFFFF;
}

.product-nav-box:hover .product-nav-level-box {
    width: 1.9rem;
}

.product-nav-level-box {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1.9rem;
    background: #fff;
    z-index: 10;
    width: 0;
    overflow: hidden;
    transition: all .365s;
}

.product-nav-level {
    height: .45rem;
    margin-bottom: 0.02rem;
    background: rgba(68, 68, 68, .1);
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    cursor: pointer;
    text-align: center;
    line-height: .45rem;
}

.product-nav-level:hover {
    background: rgba(68, 68, 68, .5);
    color: #fff;
}

.product-nav-level:last-of-type {
    margin: 0;
}

/*  */
.product-right {
    flex: 1;
}

.product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-top-left {
    width: 1.33rem;
    height: 0.24rem;
    background: #9B9B9B;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-align: center;
}

.product-top-right {
    display: flex;
}

.product-top-bt {
    width: 0.9rem;
    height: 0.31rem;
    background: #C81526;
    border: 0.01rem solid #C81526;
    margin-left: .18rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-top-bt:last-of-type {
    background: #fff;
    color: #C81526;
}

.product-screen-wrap {
    margin-top: .16rem;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-screen-box {
    width: 23%;
    margin-right: 4%;
}

.product-screen-text {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
}

.product-screen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .15rem;
}

.product-screen-input {
    width: 48%;
    border-bottom: 0.01rem solid rgba(124, 124, 124, .4);
    padding-bottom: 0.05rem;
    font-size: 0.15rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
}

.product-select-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}

.product-select-box {
    position: relative;
    width: 1.45rem;
    height: 0.24rem;
    background: #9B9B9B;
    cursor: pointer;
}

.product-select-box .combo-select {
    border: 0;
}

.product-select-box .combo-input {
    padding: 0;
    width: 1.45rem;
    height: 0.24rem;
    background: #9B9B9B;
    cursor: pointer;
    padding: 0 .12rem;
    padding-right: .3rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 0;
    border: 0;
}

.product-select-box .combo-dropdown li {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color: #444444; */
    padding: 0.04rem 0;
    text-align: center;
}

.product-select-box .combo-input::placeholder {
    color: #FFFFFF;
}

.product-select-box .combo-arrow {
    width: .3rem;
}

.product-select-box .combo-open .combo-arrow:before {
    border-bottom-color: #fff;
}

.product-select-box .combo-arrow:before {
    border-top-color: #fff;
    right: .1rem;
}

.product-select {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 .12rem;
}

.product-select-text {
    flex: 1;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.product-select-icon {
    width: .15rem;
    flex-shrink: 0;
    margin-left: .1rem;
}

.product-select-pull {
    width: 100%;
    position: absolute;
    top: 90%;
    height: 0;
    overflow: hidden;
    left: 0;
    background: #fff;
    z-index: 2;
    border: 0.01rem solid #999999;
    padding: 0;
    transition: all .365s;
}

.product-select-p {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    padding: 0.04rem 0;
    text-align: center;
}

.product-select-p:hover {
    color: #C81526;
}

.product-select-box:hover .product-select-pull {
    top: 100%;
    height: auto;
    padding: 0.04rem 0;
}

.product-sum {
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    margin: .36rem 0 .14rem;
}

.product-list {
    margin-top: .14rem;
}

.product-item {
    display: flex;
    align-items: center;
    margin-bottom: .22rem;
    border: 0.01rem solid #7c7c7c;
    padding: .3rem .65rem;
}

.product-img {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-des {
    flex: 1;
    margin-left: 1rem;
}

.product-text {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
}

.product-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-p-box {
    flex: 1;
    margin-top: .15rem;
    padding-right: .5rem;
}

.product-p {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 0.28rem;
}

.product-p:last-of-type {
    margin-top: .12rem;
}

.product-bt {
    width: 1.03rem;
    height: 0.31rem;
    background: #C81526;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.31rem;
    text-align: center;
}

.product-type-box {
    display: flex;
    margin-top: .3rem;
    flex-wrap: wrap;
}

.product-type {
    padding: 0 .24rem;
    position: relative;
}

.product-type-text {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    padding-bottom: .15rem;

}

.product-type-p {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    padding-top: .15rem;
}

.product-type::after {
    content: '';
    width: 100%;
    height: 0.03rem;
    background: #C81526;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.product-type:first-of-type:after {
    border-radius: 0.02rem 0 0 0.02rem;
}

.product-type:last-of-type:after {
    border-radius: 0 0.02rem 0.02rem 0;
}

.product-page {
    margin-top: .55rem;
}

.product-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .35rem;
}

.product-contact-p {
    height: 0.25rem;
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
}

.product-contact-bt {
    width: 1.2rem;
    height: 0.35rem;
    background: #C81526;
    font-size: 0.21rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .35rem;
    text-align: center;
    margin-left: .1rem;
}

/* 产品详情 */
.goods-wrap {
    margin: 0 auto;
    padding: .4rem 0 1rem 0;
}

.goods-top-wrap {
    display: flex;
    margin-top: .35rem;
}

.goods-top-swiper {
    width: 4.84rem;
    height: 4.84rem;
    background: #FFFFFF;
    border: .02rem solid #7C7C7C;
    flex-shrink: 0;
    /*padding-bottom: .1rem;*/
}

.goodsSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*padding-bottom: .4rem;*/
}

.goodsSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goodsSwiper-img {
    width:  100%;
    height: 100%;
    /*object-fit: contain;*/
}

.goodsSwiper .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: #A1A1A1;
    border-radius: 50%;
    opacity: 1;
}

.goodsSwiper .swiper-pagination-bullet-active {
    background: #C81526;
}

.goods-top-des {
    flex: 1;
    margin-left: .6rem;
}

.goods-top-title {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
}

.goods-top-p {
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    line-height: 0.36rem;
    margin-top: .3rem;
    text-indent: 0.36rem;
}

.goods-top-type-box {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.goods-top-type {
    width: 30%;
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    margin-top: .2rem;
    margin-right: 3.33%;
}

.goods-top-bt {
    width: 3.31rem;
    height: 0.41rem;
    background: #C81526;
    margin-top: .7rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.41rem;
    text-align: center;
}

.goods-top-model-box{
    flex-shrink: 0;
    margin-left: .5rem;
    width: auto;
}
.goods-top-model-title{
    font-size: 0.24rem;
font-family: SourceHanSansCN-Bold-, SourceHanSansCN-Bold;
font-weight: bold;
color: #444444;
text-align: center;
}
.goods-top-model-table-box{
    width: auto;
    background: #F6F6F6;
    margin-top: .22rem;
}
.goods-top-model-th{
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #E9E9E9;
}
.goods-top-model-th .goods-top-model-item{
    flex: 1;
    height: .6rem;
    font-size: 0.2rem;
    font-family: SourceHanSansCN-Bold-, SourceHanSansCN-Bold;
    font-weight: normal;
    color: #444444;
    padding: 0 .27rem;
    display: flex;
    align-items: center;
}

.goods-bottom-model-td{
    display: flex;
}
.goods-top-model-table{
    flex: 1;
}


.goods-top-model-table{
    padding-bottom: .3rem;
    position: relative;
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: column
}
.goods-top-model-table:after{
    content: '';
    width: 0.01rem;
    height: 100%;
    background: #E9E9E9;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
}
.goods-top-model-tr{
    display: flex;
}
.goods-top-model-td{
    width: 100%;
    padding: 0.13rem .3rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #606060;
    word-wrap:break-word; word-break:normal;
}

/**/
.goods-nav-wrap {
    display: flex;
    border: 0.01rem solid #DFDFDF;
    margin: .45rem 0;
}

.goods-nav {
    flex: 1;
    height: .42rem;
    border-right: 0.01rem solid #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    cursor: pointer;
}

.goods-nav:last-of-type {
    border: 0;
}

.goods-nav.active {
    color: #C81526;
}

.goods-nav.active::after {
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #C81526;
    position: absolute;
    bottom: 0;
    left: 0;
}

.goods-details {
    display: none;
}

.goods-details:first-of-type {
    display: block;
}

/* 产品信息 */
.infor-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.infor-img {
    width: 4.36rem;
    height: auto;
    position: relative;
}

.infor-img img {
    width: 100%;
    cursor: pointer;
}
.infor-img .bigimg{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 8rem;
    transform: translate(-50%,-50%);
    display: none;
}
.alertsmall,
.alertbig{
    width: auto;
    height: auto;
    position: fixed;
    background: #dddddd;
    padding: .05rem .1rem;
    border-radius: .1rem;
    display: none;
    white-space: nowrap;
}

.infor-center-wrap {
    width: 6rem;
}

.infor-unit {
    display: flex;
    align-items: center;
}

.infor-unit-text {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
}

.infor-unit-input {
    display: flex;
    align-items: center;
}

.infor-unit-radio {
    margin-left: .25rem;
    display: flex;
    align-items: center;
}

.infor-unit-radio input {
    width: 0.14rem;
    height: 0.14rem;
}

.infor-unit-radio p {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    margin-left: .06rem;
}

.infor-table-title {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    margin-top: .3rem;
    margin-bottom: .1rem;
}

.infor-table-wrap {
    display:none;
}
.infor-table-wrap.active {
    display:block;
}

.infor-table-box {
    border-top: 0.02rem solid rgba(124, 124, 124, .3);
    margin-bottom: .3rem;
}

.infor-table {
    display: flex;
    padding: 0 .15rem;
}
.infor-table:nth-child(8){
    margin-top: 0.2rem;
    /*padding-top: 0.2rem;*/
    border-top: 0.01rem solid #999999;
    /*background-clip: content-box;*/
}

.infor-table:nth-child(even) {
    background: rgba(124, 124, 124, .1);
}

.infor-table-item {
    min-height: .45rem;
    display: flex;
    align-items: center;
    padding: .1rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
}

.infor-table-item:nth-child(1) {
    width: 15%;
}

.infor-table-item:nth-child(2) {
    width: 20%;
}

.infor-table-item:nth-child(3) {
    width: 20%;
    line-height: .25rem;
}

.infor-table-item:nth-child(4) {
    width: 45%;
}

.nologin {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    cursor: pointer;
}

.infor-download-wrap {
    width: 3.56rem;
    background: #FFFFFF;
    border: 0.01rem solid rgba(124, 124, 124, .4);
    padding: .25rem .3rem;
}

.infor-download-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infor-download {
    display: flex;
    align-items: center;
}

.infor-download img {
    width: .15rem;
    flex-shrink: 0;
}

.infor-download p {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    margin-left: 0.06rem;
}

.infor-download-title {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #404040;
    margin-bottom: 0.06rem;
    margin-top: .28rem;
}

.infor-download-table-box {
    border-top: 0.01rem solid rgba(124, 124, 124, .4);
}

.infor-download-table {
    border-top: 0.01rem solid rgba(124, 124, 124, .4);
    display: flex;
    position: relative;
}

.infor-download-shiyi {
    padding: 0;
    background: #E5E5E5;
    position: absolute;
    top: 80%;
    left: 0;
    font-size: 0.12rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    z-index: 2;
    height: 0;
    overflow: hidden;
    transition: all .365s;
}

.infor-download-table:hover .infor-download-shiyi {
    height: auto;
    padding: 0.05rem 0.15rem;
}

/*  */
.infor-download-item {
    min-height: .35rem;
    flex: 1;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #888888;
    display: flex;
    align-items: center;
}

/* 技术信息 */
.skill-wrap {
    overflow: hidden;
}

.skill-top {
    display: flex;
    justify-content: space-between;
    margin-top: .9rem;
}

.skill-des {
    width: 7.91rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 0.28rem;
}

.skill-img {
    width: 5.98rem;
}

.skill-img img {
    width: 100%;
    height: auto;
}

.skill-title {
    margin-top: .33rem;
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    padding-bottom: .2rem;
    border-bottom: 0.01rem solid rgba(124, 124, 124, .3);
}

.skill-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .3rem;
}

.skill-item {
    width: 7.3rem;
    height: 0.45rem;
    background: #F2F2F2;
    display: flex;
    margin-bottom: .11rem;
}

.skill-item-p {
    flex: 1;
    padding: 0 .25rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    line-height: 0.45rem;
}

.skill-item-text {
    width: 2.63rem;
    height: 0.45rem;
    background: rgba(99, 99, 99, .15);
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #404040;
    line-height: 0.45rem;
    text-align: center;
}

.skill-item:hover .skill-item-text {
    background: #C81526;
    color: #fff;
}

/* cad */
.cad-wrap {
    width: 100%;
    /*margin-top: .8rem;*/
}
.cad-wrap canvas{
    width: 100% !important;
    /*height: 600px!important;*/
    object-fit: cover;
}
.cad-img {
    width: 4rem;
    margin: 0 auto;
}

/* 下载 */
.download-wrap {
    margin-top: .5rem;
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.download-item {
    width: 7.27rem;
    border: 0.01rem solid #949494;
    margin-bottom: .15rem;
    padding: .23rem .5rem;
    display: flex;
    align-items: center;
}

.download-left {
    display: flex;
    flex: 1;
}

.download-ball {
    width: 0.15rem;
    height: 0.15rem;
    border: 0.01rem solid #C81526;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-right: .18rem;
    margin-top: 0.02rem;
}

.download-ball::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #C81526;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.download-des {
    flex: 1;
}

.download-text {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
}

.download-p {
    font-size: 0.15rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    margin-top: .15rem;
}

.download-bt {
    width: 1.11rem;
    height: 0.27rem;
    background: #C81526;
    flex-shrink: 0;
    margin-left: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-bt img {
    width: .15rem;
}

.download-bt p {
    font-size: 0.15rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: .06rem;
}

.product-screen-box{
    display: none;
}
.product-screen-box:nth-child(1),
.product-screen-box:nth-child(2),
.product-screen-box:nth-child(3){
    display: block;
}
.none{
    display: none!important;
}

.product-type{
    display: none;
}
.product-type:nth-child(1),
.product-type:nth-child(2),
.product-type:nth-child(3),
.product-type:nth-child(4),
.product-type:nth-child(5){
    display: block;
}


@media screen and (max-width:1024px){
    .goods-top-wrap{
        display: block;
    }
    .goods-top-swiper{
        width: 100%;
    }
    .goods-wrap{
        padding: 0.4rem 0.25rem .8rem;
    }
    .goods-top-des{
        margin-left: 0;
        margin-top: .3rem;
    }
    .goods-top-bt{
        height: 0.51rem;
        line-height: 0.51rem;
        font-size: 0.28rem;
    }
    .goods-top-model-box{
        margin-left: 0;
        width: 100%;
        margin-top: .3rem;
    }
    .goods-top-des .goods-top-bt{
        width: 100%;
    }
    .goods-top-model-table-box,.infor-img,.infor-center-wrap,.infor-download-wrap{
        width: 100%;
    }
    .goods-top-model-th .goods-top-model-item,.goods-nav,.infor-unit-text,.infor-unit-radio p,.infor-download p,.infor-download-title,.infor-download-item,.product-title-en,.product-nav-text,.product-screen-input,.product-sum,.product-bt,.product-type-text,.product-type-p,.skill-item-p,.skill-item-text,.infor-table-item,.download-bt p{
        font-size: .24rem;
    }
    .infor-wrap,.product-wrap{
        display: block;
    }
    .infor-center-wrap,.infor-download-wrap{
        margin-top: .3rem;
    }
    .infor-unit-radio input {
        width: 0.18rem;
        height: 0.18rem;
    }
    .infor-table-title{
        font-size: .28rem;
    }
    .infor-download img{
        width: .18rem;
    }
    .product-left{
        width: 100%;
    }
    .product-wrap{
        padding: .35rem 0.25rem 1rem;
    }
    .product-title-cn{
        font-size: .3rem;
    }
    .product-title{
        height: 0.77rem;
    }
    .product-nav-icon{
        width: 0.24rem;
        height: 0.24rem;
        font-size: 0.24rem;
    }
    .product-right{
        margin-top: .3rem;
    }
    .product-top-left{
        height: 0.28rem;
        line-height: 0.28rem;
    }
    .product-top-bt{
        height: 0.28rem;
    }
    .product-screen-box{
        width: 50%;
        margin-top: .2rem;
    }
    .product-screen-wrap{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .product-select-box .combo-input,.product-select-box{
        height: 0.34rem;
    }
    .product-select-wrap{
        flex-wrap: wrap;
    }
    .product-select-box{
        margin-top: .1rem;
    }
    .product-select-box,.product-select-box .combo-input{
        width: 1.65rem;
    }
    .product-des{
        margin-left: .2rem;   
    }
    .product-item{
        padding: .3rem .25rem;
        display: block;
    }
    .product-more{
        display: block;
    }
    .product-img{
        width: 2.03rem;
        height: auto; 
        margin: 0 auto;
    }
    .product-des{
        margin-left: 0;
        margin-top: .2rem;
    }
    .product-text,.goods-top-p{
        font-size: .28rem;
    }
    .product-p{
        font-size: .24rem;
        line-height: .36rem;
    }
    .product-bt {
        width: 1.13rem;
        height: 0.41rem;
        line-height: 0.41rem;
        margin-top: .25rem;
    }
    .skill-top{
        display: block;
    }
    .skill-des{
        width: 100%;
        font-size: .28rem;
        line-height: .42rem;
    }
    .skill-img{
        margin-top: .3rem;
        width: 100%;
    }
    .skill-img img{
        width: 50%;
        margin: 0 auto;
    }
    .infor-table-item:nth-child(3){
        width: 38%;
    }
    .download-text{
        font-size: .28rem;
    }
    .download-p{
        font-size: .24rem;
        line-height: .36rem;
    }
    .download-bt img{
        width: 0.2rem;
    }
    .download-bt{
        height: 0.37rem;
    }
    .product-nav-level-box{
        left: 0;
    }
    .goodsSwiper-img {
        object-fit: contain;
    }
}