.zs-product-list{
    display: block;
    padding: 0 0 60px;
}
.zs-product-list ul {
    margin: 0 -12.5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-product-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    height: auto;
    padding: 12.5px 12.5px;
}
.zs-product-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.75;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
}
.zs-product-list li .text{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    min-height: 105px;
    width: calc(100% - 40px);
    display: block;
    padding: 15px 20px;
    line-height: 1;
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.2);
    /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
    border-radius: 10px;
    z-index: 10;
}
.zs-product-list li .text .title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.zs-product-list li .text .desc{
    font-size: 16px;
    line-height: 1.25;
    color: rgba(255,255,255,0.6);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zs-product-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zs-product-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.zs-product-list li:hover .pic img{
    transform: scale(1.05);
}

.productbanner{
    display: block;
    width: 100%;
    height: 550px;
    color: #FFF;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.productbanner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.productbanner .wrapper{
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 10;
}
.productbanner .title{
    font-size: 64px;
    line-height: 1.25;
    font-family: 'Times New Roman';
    padding-top: 20px;
    padding-bottom: 30px;
}
.productbanner .desc{
    width: 50%;
    font-size: 18px;
}
.product-body{
    display: block;
    width: 1200px;
    padding: 0 0 0;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
}
.product-body img{
    display: block;
    max-width: 100%;
    height: auto;
}
.product-body .det-text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.product-body .det-text h3{
    display: block;
    font-size: 45px;
    margin: 0 0 0;
    font-weight: bold;
    line-height: 1.15;
    color: #030DAD;
}
.product-body .det-text .desc{
    flex: 0 0 55%;
    width: 55%;
    padding-right: 50px;
}
.product-body .det-text .desc .btn{
    margin-top: 30px;
}
.product-body .det-text .img{
    flex: 0 0 45%;
    width: 45%;
}
.product-body .det-text .img img{
    margin: 10px 0 0;
}
.product-body .det-desc{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-body .det-desc.yacht{
    display: block;
    margin-bottom: 0;
}
.product-body .det-desc.yacht h3 {
    display: block;
    font-size: 28px;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1.15;
    color: #030DAD;
}
.product-body .down{
    display: block;
    margin: 30px 0;
}
.product-body .down a{
    display: flex;
    width: 55%;
    margin-bottom: 12px;
    line-height: 2;
    color: #030DAD;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
}
.product-body .down a:hover{
    color: #c52424;
    border-bottom: 1px solid #c52424;
}
.product-body .down a i{
    display: block;
    margin-left: 15px;
    transform: rotate(180deg);
}
.product-body .det-desc .item{
    flex: 0 0 33.333%;
    width: 33.333%;
    line-height: 2;
}
.product-body .det-desc .item:last-child{
    flex: 0 0 28%;
    width: 28%;
}
.product-body .det-desc .item h4{
    font-size: 20px;
    margin: 10px 0;
    color: #030DAD;
}
.product-body .det-desc .item p{
    margin: 5px 0 5px 25px;
    padding-left: 5px;
    display: list-item;
    list-style-type: disc;
}
.product-body .det-desc .item p::marker{
  color: #333;
}
.det-photo{
    display: block;
    padding: 30px 0 20px;
}
.det-photo .prodetphoto-container{
    display: block;
    width: 100%;
    min-height:420px;
    padding-top: 0;
    padding-bottom: 60px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.det-photo .swiper-slide{
    display: block;
    width: 100%;
    height: 375px;
    border-radius: 15px;
    overflow: hidden;
}
.det-photo .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0;
    object-fit: cover;
}
.zs-probox{
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}
.zs-probox.bg{
    background-color: #F6F6F6;
}
.zs-case-list{
    display: block;
    margin-top: -20px;
    padding: 0 0 0;
}
.zs-case-list ul {
    margin: 0 -12.5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-case-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    height: auto;
    padding: 12.5px 12.5px;
}
.zs-case-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.75;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
}
.zs-case-list li .text{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    display: block;
    padding: 15px 20px;
    line-height: 1;
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.2);
    /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
    border-radius: 10px;
    z-index: 10;
}
.zs-case-list li .text .title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.zs-case-list li .text .location{
    font-size: 14px;
    color: #DDD;
}
.zs-case-list li .text .location i{
    margin-right: 5px;
    font-size: 14px;
}
.zs-case-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zs-case-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.zs-case-list li:hover .pic img{
    transform: scale(1.05);
}
.faq-list{
    display: block;
    width: 100%;
    margin: 15px auto 0;
    padding: 30px 0;
}
.faq-list h4 {
    font-size: 28px;
    color: #030DAD;
    margin: 10px 0;
}
.faq-list ul{
    width: 100%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 20px 20px;
    background-color: #F6F6F6;
    border-radius: 15px;
}
.faq-list li:last-child{
    margin-bottom: 0;
}
.faq-list li .title{
    display: block;
    font-size: 20px;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #000;
    cursor: pointer;
}
.faq-list li:hover .title{
    color:#000;
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('https://cdn6.zhuocms.com/storage/wwwdfyachtscom/img/icon-down.png') no-repeat center center;
    background-size: 80% 80%;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #1E4A8F;
}
.faq-list li .text .more a:hover{
    color: #B81C25;
}
.faq-list li.show .text{
    display: block;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

th {
    background-color: #3498db;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.5px;
}

tr:nth-child(even) {
    background-color: #f8f9fa;
}

tr:hover {
    background-color: #f1f7fd;
}
.biaoge {
  padding: 0 5px;
  overflow-x: auto;
}
.biaoge strong {
  white-space: nowrap;
}
.biaoge td {
  white-space: nowrap;
}
.biaoge table{
    display: table;
}
.biaoge table span {
  white-space: nowrap;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-product-list {
    padding: 0 0 25px;
}
.zs-product-list ul {
    margin: 0 -8px;
}
.zs-product-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 8px;
}
.zs-product-list li a {
    border-radius: 10px;
}
.zs-product-list li .text .title {
    font-size: 18px;
    line-height: 1.35;
}
.zs-product-list li .text {
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 12px 15px;
    border-radius: 8px;
}
.zs-product-list li .text .desc {
    font-size: 14px;
    color: #CCC;
}
.zs-probox {
    padding-top: 30px;
    padding-bottom: 30px;
}
.productbanner {
    height: 380px;
}
.productbanner .wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 4%;
    transform: unset;
    bottom: 25px;
    z-index: 10;
}
.productbanner .title {
    font-size: 38px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.productbanner .desc {
    width: 100%;
    font-size: 14px;
}
.product-body {
    width: 100%;
    padding: 0 0 20px;
    font-size: 15px;
}
.product-body .det-text {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
}
.product-body .det-text .desc {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
}
.product-body .det-text h3,.product-body .det-desc h3{
    font-size: 28px;
    margin: 0 0 0;
}
.product-body .down a {
    width: 100%;
    margin-bottom: 12px;
}
.product-body .det-text .img {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 38px;
}
.product-body .det-desc {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.product-body .det-desc .item {
    flex: 0 0 100%;
    width: 100%;
}
.product-body .det-desc .item h4 {
    margin: 10px 0;
}
.product-body .det-desc .item:last-child {
    flex: 0 0 100%;
    width: 100%;
}
.det-photo {
    padding: 30px 0 20px;
}
.det-photo .prodetphoto-container {
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 50px;
}
.det-photo .swiper-slide {
    height: 220px;
    border-radius: 10px;
}
.faq-list {
    margin: 0 auto 0;
    padding: 0 0 10px;
}
.faq-list h4{
    margin: 10px 0;
    font-size: 28px;
}
.faq-list li {
    margin: 0 auto 15px;
    padding: 15px 15px;
    border-radius: 10px;
}
.faq-list li .text {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.faq-list li .title {
    font-size: 18px;
    line-height: 1.25;
    padding-right: 20px;
}
.faq-list li .title:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    top: 10px;
}
.zs-h2title .desc {
    width: 92%;
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.6;
}
.zs-case-list {
    display: block;
    padding: 0 0 10px;
}
.zs-case-list ul {
    margin: 0 0;
    padding: 0 4%;
}
.zs-case-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 0;
}
.zs-case-list li a {
    border-radius: 10px;
}
.zs-case-list li .text .title {
    font-size: 16px;
    line-height: 1.35;
}
.zs-case-list li .text {
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 12px 15px;
    border-radius: 8px;
}
.zs-case-list li .text .location {
    font-size: 13px;
}
.zs-case-list li .text .location i {
    font-size: 13px;
}

}