.ProductCenter {
    width: 100%;
    background: rgba(237, 240, 246, 1);
    font-size: 0.33rem;
    padding-bottom: 3.80rem;
}

.ProductCenter-banner {
    font-size: 0;
    position: relative;
}

.ProductCenter-banner img {
    width: 100%;
}

.product-center-title-box {
    width: 100%;
    height: 1.19rem;
    box-shadow: 0.00rem 0.04rem 0.30rem 0.00rem rgba(67, 90, 107, 0.1);
    position: relative;
    background-color: #fff;

}
.detail-content .content-left img{
    max-width: 100%;
}
.product-center-title {
    width: 22.22rem;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.title-left {
    display: flex;
    align-items: center;
    font-size: 0.33rem;
}

.title-left p {
    padding: 0 0.19rem;
    font-size: 0.33rem;
    font-weight: 600;
    color: #666666;
    line-height: 0.41rem;
}

.product-center-content {
    width: 22.22rem;
    margin: 1.76rem auto 1.65rem;
    height: 9.41rem;
    background-size: 100% 100%;
    font-size: 0.33rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.85rem;
    box-sizing: border-box;
}

.product-center-content h3 {
    font-size: 0.70rem;
    font-weight: bold;
}

.p-left-title{
    margin-top: 1.48rem;
}
.detail-img img{
    width: 100%;
}
.product-center-content p {
    margin: 0.93rem 0;
    line-height: 0.56rem;
}

.product-center-content a {
    display: inline;
    color: #fff;
    font-weight: normal;
    border-bottom: 0.02rem solid #fff;
    width: 1.67rem;
}

.product-center-list-box {
    display: flex;
    justify-content: space-between;
    width: 22.22rem;
    margin: auto;
}

.list-item {
    width: 10.89rem;
    /* height: 12.00rem; */
    background: #FFFFFF;
    box-shadow: 0.00rem 0.04rem 0.30rem 0.06rem rgba(13, 30, 64, 0.09);

}

.item-top {
    padding: 0.61rem 0.89rem 0;
    box-sizing: border-box;
}

.item-top h3 {
    font-size: 0.89rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.24rem;
    letter-spacing: 0.04rem;
}

.item-top p {
    font-size: 0.37rem;
    font-weight: 300;
    color: #000000;
    line-height: 0.52rem;
    margin-top: 0.19rem;
}

.item-top span a {
    font-size: 0.37rem;
    font-weight: 300;
    color: #0757D4;
    line-height: 0.52rem;
    margin-top: 0.15rem;
    cursor: pointer;
}

.item-img {
    margin-top: 0.83rem;
}

.item-img img {
    width: 100%;
}

.chip-list-box {
    width: 22.22rem;
    margin: 1.61rem auto 1.72rem;
}

.chip-list {
    width: 100%;
    height: 7.41rem;
    display: flex;
    margin-bottom: 1.07rem;
}

.chip-list-desc {
    width: 12.78rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    padding: 0 1.89rem 0 1.48rem;
    box-sizing: border-box;
}

.chip-list-img {
    width: 9.44rem;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #D5EAFF 100%);
}

.chip-list-desc h3 {
    font-size: 0.70rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.98rem;
    letter-spacing: 0.02rem;
}

.chip-list-desc p {
    font-size: 0.37rem;
    font-weight: 300;
    color: #000000;
    line-height: 0.52rem;
    margin-top: 0.19rem;
}

.chip-list-desc span {
    font-size: 0.37rem;
    font-weight: 300;
    color: #2370FA;
    line-height: 0.52rem;
    margin-top: 0.52rem;
}

.zeshi-content {
    font-size: 0.33rem;
    background: rgba(237, 240, 246, 1);
}

.zeshi-content-type-box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0.00rem 0.04rem 0.30rem 0.00rem rgba(67, 90, 107, 0.1);
}

.zeshi-content-type {
    width: 22.22rem;
    margin: auto;
}

.type-item,
.type-selected {
    border-bottom: 0.02rem dashed rgba(194, 201, 211, 1);
    padding: 0.15rem 0.19rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.type-selected {
    border-bottom: none;
}

.type-item ul,
.type-selected ul {
    display: flex;
    align-items: center;

}
.type-item ul{
    flex-wrap: wrap;
    width: 22.22rem;
}
.type-item ul li{
    margin-top: 0.09rem;
    margin-bottom: 0.09rem;
}
.type-item ul li,
.type-selected ul li {
    min-width: 1.78rem;
    padding: 0 0.35rem;
    line-height: 0.59rem;
    background: #EAEDF2;
    margin-right: 0.39rem;
    cursor: pointer;
    text-align: center;
}

.type-item ul li:last-child,
.type-selected ul li:last-child {
    margin: 0;
}

.type-item label,
.type-selected label {
    width: 1.85rem;
    margin-right: 0.83rem;
}

.type-item ul .type-active,
.type-selected ul .type-active {
    background: #CDD0D8;
}

.zeshi-content-list {
    width: 22.22rem;
    margin: auto;
    padding: 1.96rem 0 4.85rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-list-item {
    width: 7.07rem;
    height: 6.07rem;
    background: #FFFFFF;
    border: 0.02rem solid #C9D0D9;
    margin-bottom: 0.44rem;
    display: flex;
    flex-direction: column;
}
.content-list-item-block{
    width: 7.07rem;
}

.content-list-item .img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-list-item .img img {
    width: 80%;
}

.content-list-item p {
    width: 100%;
    height: 1.20rem;
    background: rgba(207, 215, 224, 0.29);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.44rem;
    box-sizing: border-box;
}

.zeshi-detail {
    font-size: 0.33rem;
    background: #EDF0F6;
}

.zeshi-detail-top {
    width: 100%;
    height: 12.09rem;
    background: #FFFFFF;
    padding-top: 1.43rem;
    box-sizing: border-box;
}

.detail-top-box {
    width: 22.22rem;
    margin: auto;
}

.detail-top-box {
    display: flex;
}

.top-left {
    width: 9.02rem;
    margin-right: 1.09rem;
}

.top-right {
    flex: 1;
}

.swiper {
    width: 9.02rem;
    height: 6.48rem;
    background: #FFFFFF;
    border: 0.02rem solid #DBDADA;
}

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

.top-left .swiper-pagination {
    position: relative;
    width: 100%;
    bottom: -0.28rem;
    display: flex;
    justify-content: space-between;
}

.top-left .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 2.81rem;
    height: 1.94rem;
    border: 0.02rem solid #EBEBEB;
    background: none;
    opacity: 1;
    margin: 0;
}

.top-left .swiper-pagination .swiper-pagination-bullet img {
    width: 100%;
}

.top-right {
    padding-right: 1.94rem;
    box-sizing: border-box;
    position: relative;
}

.top-right h2 {
    font-size: 0.89rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.24rem;
    letter-spacing: 0.02rem;
}

.top-right ul {
    margin-top: 0.39rem;
}

.top-right li {
    font-size: 0.33rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.59rem;
}

.top-right div {
    margin-top: 0.70rem;
}

.top-right div span {
    padding: 0.04rem 0.72rem;
    font-size: 0.30rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.59rem;
    background: #EAEDF2;
    margin-right: 0.39rem;
}

.top-right div span:last-child {
    margin: 0;
}

.top-right>p {
    /*margin-top: 2.24rem;*/
    width: 4.56rem;
    height: 1.26rem;
    background: #2370FA;
    font-size: 0.44rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.26rem;
    text-align: center;
    float: right;
    bottom: 0;
    position: absolute;
    right: 2.00rem;
}


.detail-content {
    width: 22.22rem;
    margin: auto;
    padding: 1.33rem 0 2.93rem;
    display: flex;
    justify-content: space-between;
}

.content-left {
    width: 16.39rem;
}

.content-right {
    width: 5.43rem;
}

.left-title,
.right-title {
    border-bottom: 0.02rem solid rgba(194, 201, 211, 1);
    padding-bottom: 0.30rem;
    display: flex;
    align-items: center;
}

.left-title span:first-child,
.right-title span:first-child {
    display: block;
    width: 0.22rem;
    height: 0.56rem;
    background: #000000;
    margin-right: 0.26rem;
}

.left-title span:last-child,
.right-title span:last-child {
    font-size: 0.59rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.83rem;
    letter-spacing: 0.02rem;
}

.left-table {
    margin-top: 1.57rem;
}

table {
    width: 100%;
}

thead {
    height: 0.96rem;
    background: #F5F6F7;
    border: 0.02rem solid #EAE9E9;
}

thead th,
tbody td {
    text-align: left;
    padding-left: 0.91rem;
    box-sizing: border-box;
}

tbody {

    background: #FFFFFF;
    border: 0.02rem solid #EAE9E9;
}

tbody tr {
    height: 0.96rem;
    border-bottom: 0.02rem solid #EAE9E9;
}

tbody tr:last-child {
    border-bottom: none;

}

tbody tr td:first-child {
    width: 4.70rem;
    border-right: 0.02rem solid #EAE9E9;
}

.mt-48 {
    margin-top: 0.89rem;
}

.right-content {
    margin-top: 1.57rem;
}

.right-content-item {
    width: 5.22rem;
    height: 4.48rem;
    background: #FFFFFF;
    border: 0.02rem solid #C9D0D9;
    margin-bottom: 0.74rem;
}

.right-content-item img {
    width: 100%;
    height: 3.59rem;
}

.right-content-item p {
    height: 0.89rem;
    background: rgba(207, 215, 224, 0.29);
    font-size: 0.41rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.89rem;
    text-align: center;

}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
    display: none;

}

.seek-advice-from-box {
    margin: 0 auto;
    z-index: 210;
    /*width: 20.67rem;*/
    /*height: 14.07rem;*/
    /*margin-left: -10.33rem;*/
    /*margin-top: -7.04rem;*/
    background: #FFFFFF;
    border-radius: 0.15rem;
}

.advice-from-title {
    font-size: 0.54rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.59rem;
    letter-spacing: 0.02rem;
    padding: 0.74rem 0 1.11rem;
    text-align: center;
}

.seek-advice-from-box .layui-icon-close {
    position: absolute;
    top: 0.56rem;
    right: 1.11rem;
    color: rgba(135, 135, 135, 1);
    font-size: 0.57rem;
    cursor: pointer;
}

.seek-advice-from-box form {
    font-size: 0.34rem;
    width: 45%;
    margin: 0 auto;
}

.form-item,
.form-item-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.89rem;
}
.form-item{
    flex: 1;
    width: 100%;
    height: 0.89rem;
    border-radius: 0.09rem;
    position: relative;
}
.form-item>div {
    flex: 1;
    width: 7.41rem;
    height: 0.89rem;
    border-radius: 0.09rem;
    position: relative;

}

.form-item>div:first-child {
    margin-right: 0.74rem;
}

.form-item input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 0.44rem;
    box-sizing: border-box;
    border: 0.02rem solid #D2D6DA;
    border-radius: 0.09rem;
}

.form-item>label {
    position: absolute;
    font-size: 0.44rem;
    color: #B7BBBF;
    top: 0.13rem;
    left: 0.44rem;
    pointer-events: none;
    transition: all 0.3s linear;
}

.form-item-label {
    height: 0.89rem;

    align-items: center;
    padding: 0 0.44rem;
    box-sizing: border-box;

    border: 0.02rem solid #D2D6DA;
    color: #B7BBBF;
}

.form-item-label>div {
    flex: 1;
    display: flex;
}
input[type=text]:focus+label,
input[type=text]:valid+label {
    top: -0.15rem;
    background-color: #fff;
    color: rgba(35, 136, 243, 1);
    font-size: 0.22rem;
}
.form-item-label span {
    display: flex;
    align-items: center;
    margin-right: 0.70rem;
}
.mes-sub{
    width: 4.56rem;
    height: 1.26rem;
    background: #2370FA;
    font-size: 0.44rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.26rem;
    text-align: center;
    margin: 0 auto;
}
.mes-s-box{
    display: flex;
    justify-content: center;
    margin: 0.74rem 0 2.22rem;
}
.form-item-label span:last-child {
    margin: 0;
}

.form-item-label label {
    margin-right: 1.56rem;
}

.form-item-label input {
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.07rem;
    border: 0.02rem solid rgba(213, 214, 215, 1);
    margin-right: 0.15rem;
}

/* 将输入框的placeholder文本颜色设为红色 */
textarea::-webkit-input-placeholder {
    /* WebKit内核浏览器（Chrome、Safari）*/
    font-size: 0.44rem;
    color: #B7BBBF;
}

textarea:-moz-placeholder {
    /* Firefox版本4到18 */
    font-size: 0.44rem;
    color: #B7BBBF;
}

textarea::-moz-placeholder {
    /* Firefox版本19+ */
    font-size: 0.44rem;
    color: #B7BBBF;
}

textarea:-ms-input-placeholder {
    /* IE/Edge */
    font-size: 0.44rem;
    color: #B7BBBF;
}


input[type=text]:focus {
    border: 0.02rem solid rgba(35, 136, 243, 1);
    /* 设置边框为蓝色 */
    outline: none;
    /* 去除默认的外边框阴影效果 */

}


.form-item-textarea {
    width: 100%;
    height: 2.50rem;
}

.form-item-textarea textarea {
    width: 100%;
    height: 100%;
    border-radius: 0.07rem;
    border: 0.02rem solid rgba(213, 214, 215, 1);
    resize: none;
    padding: 0.22rem 0.44rem;
    box-sizing: border-box;
}

input,
textarea {
    color: rgba(167, 174, 182, 1);
}

.form-sub {
    margin-top: 1.04rem;
    text-align: center;
}

.form-sub input {
    width: 7.41rem;
    height: 1.04rem;
    background: #FFFFFF;
    border: 0.02rem solid #2388F3;
    cursor: pointer;
    font-size: 0.44rem;
    color: rgba(35, 136, 243, 1);
}
.phone-show{
    display: none;
}
.pc-show-felx{
    display: flex;
}
@media (min-width:300px) and (max-width: 800px) {
    .phone-show{
        display: block;
    }
    .pc-show-flex{
        display: none;
    }
    .product-center-content{
        width: 100%;
    }
    .product-center-list-box{
        width: 100%;
        flex-wrap: wrap;
    }
    .ProductCenter-banner img{
        height: 4.5rem;
        object-fit: cover;
    }
    .banner-txt{
        top: 1.8rem;
        left: unset;
        margin-left:unset;
        width: unset;
    }
    .product-center-content{
        background-position-x: -10.5rem !important;
        margin: 1rem auto 1rem;
        padding-left:unset;
        text-align: center;
        background-blend-mode:multiply;
        background-color: rgba(0,0,0,.4) !important;
    }
    .product-center-content a{
        margin: 0 auto;
    }
    .list-item{
        margin: 0.5rem 0;
    }
    .zeshi-content-type{
        width: unset;
    }
    .type-item ul {
        flex-wrap: nowrap;
        width: 22.22rem;
        overflow-y: scroll;
        padding: 0.2rem 0;
    }
    .type-item label, .type-selected label {
        width: 2.5rem;
        margin-right: 0.33rem;
    }
    .type-item ul li, .type-selected ul li{
        padding: 0 0.35rem;
    }
    .type-item:nth-child(2) ul li:last-child{
        min-width: 3.5rem;
    }
    .zeshi-content-list{
        width: unset;
    }
    .content-list-item{
        width: 4.77rem;
        height: 5.07rem;
    }
    .zeshi-content-list{
        justify-content: space-around;
        padding: 1.96rem 0 1.85rem;
    }

    .detail-top-box{
        width: unset;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .zeshi-detail-top{
        height: unset;
    }
    .top-left{
        margin-right: unset;
    }
    .top-right{
        padding-right: unset;
        margin-top: 0.8rem;
        padding: 0 0.5rem;
    }
    .top-right>p{
        margin: 0.8rem auto;
        position: unset;
        float: unset;
    }
    .detail-content{
        width: unset;
        flex-direction: column;
    }
    .content-left{
        width: unset;
    }
    .left-table table{
        width: 100% !important;
    }
    .left-table table tr td{
        padding: 15px 29px !important;
        text-align: center !important;
    }
    thead th, tbody td{
        width: 50% !important;
    }
    thead th, tbody td span{
        text-wrap: wrap !important;
    }
    .right-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .content-right{
        width: 100%;
        margin-top: 1rem;
    }
    .right-content-item{
        width: 4.82rem;
        height: 4.48rem;
    }
    tbody td span, tbody td p{
        width: 3.4rem !important;
        display: block;
        word-wrap: break-word;
    }
    tbody td span, tbody td p,tbody td{
        font-size: 16px !important;
    }
    .chip-list-box{
        width: 100%;
    }
    .chip-list-desc{
        text-align: center;
        width: unset;
    }
    .chip-list{
        flex-direction: column;
        height: auto;
    }
    .chip-list-img{
        width: 100%;
    }
    .chip-list-img img{
        width: 100%;
    }
    .chip-list-desc{
        padding: 0.5rem 0.8rem 0;
    }
    .chip-list:nth-child(even) .chip-list-desc{
        padding-bottom: 0.8rem;
    }
    .ProductCenter{
        padding-bottom: 0.8rem;
    }
    .product-center-title{
        width: unset;
    }
    .seek-advice-from-box form{
        width: 80%;
    }
    .form-item-label{
        flex-direction: column;
        align-items: unset;
        justify-content: center;
    }
    .form-item-label span{
        margin: 0.1rem 0;
    }
}