.products-list {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}

.products-list.mb60 {
    padding-bottom: 70px;
}

.products-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px;
}

.products-list li {
    display: block;
    width: 25%;
    height: auto;
    position: relative;
    padding: 15px 15px;
    border-radius: 10px;
}

.products-list .item {
    margin-bottom: 30px;
}

.products-list .pic {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}

.products-list .pic em {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 48px;
    height: 20px;
    border-radius: 52px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    padding: 3px 8px;
    color: #fff;
    z-index: 1;
    font-family: Helvetica;
}

.products-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}

.products-list li:hover .pic img {
    transform: scale(1.05);
}

.products-list .text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.products-list .text .title {
    text-align: center;
    font-size: 16px;
    line-height: 1.57;
    min-height: 75px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.products-list .text .btn {
    width: 252px;
    height: 42px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0252bb;
    border-radius: 48px;
    margin: 0 auto;
    cursor: pointer;
}

.products-list li:hover .text .btn {
    background-color: #0092e4;
}

.product-desc .zs-h2title .title {
    font-size: 30px;
}

.product-desc .zs-h2title .desc {
    font-size: 18px;
    line-height: 1.8;
    color: #808080;
}

.recommend-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

.recommend-list ul {
    margin: 0 -10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.recommend-list li {
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    padding: 10px 10px;
}

.recommend-list li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.35s;
}

.recommend-list li a:hover {
    transform: scale(1.02);
    z-index: 2;
}

.recommend-list li .pic {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.recommend-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend-list li .text {
    padding: 15px 20px 20px;
}

.recommend-list li .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend-list li .desc {
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.recommend-list li .more {
    margin-top: 15px;
    font-size: 16px;
    color: #0252bb;
}

.pro-thumbs .icon-play {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.pro-thumbs .icon-play .feitian {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    margin-left: 0;
    color: #0252bb;
}

.pro-bigpic .icon-play {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.pro-bigpic .icon-play .feitian {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    margin-left: 2px;
    color: #0252bb;
}

.product-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 55px 0;
}

.product-info .zs-wp {
    display: flex;
    justify-content: space-between;
}

.product-info .pic {
    flex: 0 0 628px;
    width: 628px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product-info .pro-bigpic {
    display: block;
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}

.product-info .pro-bigpic .swiper-slide {
    background: #FFF;
}

.product-info .pro-bigpic .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.product-info .pro-bigpic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.4s ease-in-out;
}

.product-info .pro-bigpic .swiper-slide:hover img {
    transform: scale(1.1);
}

.product-info .pro-thumbs {
    display: block;
    margin: 35px 0 30px 0;
    padding-bottom: 10px;
    width: 80px;
    height: auto;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}

.product-info .pro-thumbs .swiper-slide {
    overflow: hidden;
    width: 100% !important;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    margin: 0 0;
    border-radius: 5px;
}

.product-info .pro-thumbs img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info .pro-thumbs .swiper-slide-thumb-active {
    border: 2px solid #0252bb;
}

/*箭头*/
.product-info .pic .swiper-button-prev,
.product-info .pic .swiper-button-next {
    width: 80px;
    height: 30px;
    border: none;
    align-items: center;
    background: #fafafa;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.product-info .pic .swiper-button-prev {
    left: 0;
    top: 20px;
}

.product-info .pic .swiper-button-next {
    left: 0;
    top: unset;
    bottom: 0;
}

.product-info .pic .swiper-button-next:after,
.product-info .pic .swiper-button-prev:after {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(90deg);
}

.product-info .pic .swiper-button-prev:hover,
.product-info .pic .swiper-button-next:hover {
    background: #f1f1f1;
    border: none;
}

.product-info .pic .swiper-button-next:hover:after,
.product-info .pic .swiper-button-prev:hover:after {
    color: #0252bb;
}

.product-info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 20px;
}

.product-info .text .color {
    display: flex;
    padding-top: 20px;
}

.product-info .text .form-checkbox2 {
    display: inline-block;
}

.product-info .text .form-checkbox2 input[type=checkbox],
.product-info .text .form-checkbox2 input[type=radio] {
    display: none;
}

.product-info .text .form-checkbox2 label {
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 5px 8px;
    margin-bottom: 8px;
    border: 2px solid #EAEAEA;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.product-info .text .form-checkbox2 input:checked+label {
    border: 2px solid #000000;
}

.product-info .text .form-checkbox2 input:checked+label:after {
    content: "\2713";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}

.product-info .text .form-checkbox2 span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.product-info .text .title {
    display: block;
    padding: 10px 0 0 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0;
}

.product-info .text .subtitle {
    display: block;
    font-size: 26px;
    color: #808080;
    padding-top: 15px;
}

.product-info .text .desc {
    display: block;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.8;
    color: #333;
    border-top: 1px solid #ededed;
}

.product-info .text .price {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.product-info .text .price strong {
    font-size: 28px;
    color: #e57e3d;
    font-weight: bold;
    padding-right: 20px;
}

.product-info .text .price span {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding-right: 20px;
    text-decoration-line: line-through;
}

.product-info .text .price em {
    align-items: center;
    padding: 3px 10px;
    width: max-content;
    background: #e57e3d;
    color: #FFF;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
}

.product-info .text .pro-btn {
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
}

.product-info .text .pro-btn .form-btn {
    font-weight: bold;
    width: 38%;
}

.form-btn {
    width: 38%;
    height: 50px;
    font-size: 16px;
    color: #0252bb;
    text-align: center;
    margin-right: 20px;
    border-radius: 35px;
    border: 1px solid #0252bb;
    cursor: pointer;
    background-color: #FFF;
    transition: All 0.3s ease-in-out;
}

.form-btn:hover {
    color: #FFF;
    background: #0092e4;
    border: 1px solid #0092e4;
}

.form-btn.cur {
    color: #FFF;
    background: #0252bb;
    ;
}

.form-btn.cur:hover {
    color: #FFF;
    background: #0092e4;
}

.pro-info-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 0 17px;
    background: #F2F2F2;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #e7e6e6;
}

.pro-info-title.show {
    position: fixed;
    top: 0;
    left: 50%;
    width: calc(100% - 16%);
    transform: translate(-50%, 0);
    z-index: 100;
}

.pro-info-title li {
    display: block;
    width: auto;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}

.pro-info-title li a,
.pro-info-title li span {
    display: block;
    padding: 0 38px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
    color: #333;
}

.pro-info-title li.current a {
    color: #0252bb;
    font-weight: bold;
}

.pro-info-title li.current::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #0252bb;
}

.product-content {
    padding-bottom: 100px;
}

.product-content .pc-desc {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin: -60px 0 0 0;
    padding-top: 60px;
}

.product-content .pc-desc a {
    color: #0252bb;
    text-decoration: underline;
}

.product-content .pc-desc a:hover {
    color: #0092e4;
    text-decoration: underline !important;
}

.product-content .pc-desc img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 表格样式 */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 15px 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;
}

.product-content .pc-desc .title-box {
    display: block;
    height: auto;
    padding: 35px 0 35px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #0252bb;
    position: relative;
}

.product-content .pc-desc .subtitle {
    display: block;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    color: #0092e4;
}

.product-content .pc-desc .title-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background-color: #0252bb;
}

.app-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.app-list li {
    width: 48%;
    padding: .8rem 0;
    border-bottom: 1px #f5f1eb solid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    position: relative;
    font-size: 18px;
}

.user-tips-tab {
    display: flex;
    width: 1200px;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.user-tips-tab .item {
    width: 50%;
    text-align: center;
}

.user-tips-tab .item svg {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.user-tips-tab .item .icon .fill {
    stroke: none;
    fill: rgb(0 0 0 / .1);
}

.user-tips-tab .item .column__title {
    font-size: 20px;
}

.pro-user-tips {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.pro-user-tips .pic {
    flex: 0 0 530px;
    width: 530px;
    border-radius: 20px;
    overflow: hidden;
}

.pro-user-tips .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.pro-user-tips .text {
    flex: 0 0 550px;
    width: 550px;
    text-align: center;
}

.pro-user-tips .text .title {
    font-size: 48px;
    font-weight: bold;
}

.pro-user-tips .text .desc {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 20px;
}

.pro-user-tips .form-btn {
    margin-top: 35px;
}

.faq-list {
    display: block;
    width: 1440px;
    margin: 0 auto 50px;
    padding: 50px 50px;
    border-radius: 20px;
    border: 1px solid #ededed;
}

.faq-list.w100 {
    width: 100%;
    margin: 30px auto 30px;
    padding: 20px 35px;
}

.faq-list li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 32px 0;
    background: #FFF;
    border-bottom: 1px solid #ededed;
}

.faq-list li:last-child {
    border-bottom: none;
}

.faq-list li .title {
    display: block;
    font-size: 22px;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #333;
    /*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;
    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(45deg);
}

.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.normal {
    width: 100%;
    border-collapse: collapse;
}

.normal thead th {
    background: rgb(245, 247, 250);
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 40px;
    white-space: nowrap;
    text-align: center;
    /*position: relative;*/
}

.normal thead th:first-child {
    border-left: 1px solid rgb(221, 221, 221);
}

.normal thead th:last-child {
    border-right: 1px solid rgb(221, 221, 221);
}

.normal td {
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    height: 38px;
    padding: 5px;
}

.normal td.empty-td {
    height: 120px;
}

.normal.not-border tbody td {
    border: none;
}

.normal tbody td a {
    color: #1e7ec8;
}

.normal tbody td a.main-btn-w {
    color: #444;
}

.normal tbody td a:hover {
    opacity: 0.8;
}

.com-table-box thead th:first-child,
.com-table-box tbody td:first-child {
    border-left: none;
}

.com-table-box thead th:last-child,
.com-table-box tbody td:last-child {
    border-right: none;
}

.normal tbody tr:NTH-CHILD(even) {
    background-color: rgb(250, 252, 255);
}

.normal tbody tr:HOVER {
    background-color: rgba(242, 242, 242, 0.6);
}

.normal tbody tr.no-use {
    background: #f7f7f7;
    color: #c4c4c4;
}

.normal tbody tr.no-use td a:not(.turn) {
    color: #c4c4c4;
    cursor: default;
}

.prodet-box {
    display: block;
    width: 100%;
    min-height: 520px;
    position: relative;
}

.prodet-list {
    display: block;
    width: 100%;
    min-height: 520px;
    padding: 0 10px;
    padding-top: 0;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}

.prodet-list ul {
    margin: 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.prodet-list li {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    padding: 20px 0;
}

.prodet-list li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.35s;
}

.prodet-list li a:hover {
    transform: scale(1.02);
    z-index: 2;
}

.prodet-list li .pic {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.prodet-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodet-list li .text {
    padding: 15px 20px 20px;
}

.prodet-list li .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prodet-list li .desc {
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.prodet-list li .more {
    margin-top: 15px;
    font-size: 16px;
    color: #0252bb;
}

.prodet-list .swiper-pagination-bullets,
.prodet-list .swiper-pagination-custom,
.prodet-list .swiper-pagination-fraction {
    bottom: 10px;
}

.prodet-list .swiper-pagination-bullet {
    background: #E0E0E0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.7;
    border: none;
    margin: 0 8px !important;
}

.prodet-list .swiper-pagination-bullet-active {
    background: #0252bb;
    opacity: 1;
    border: none;
}

.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}

.det-tagbox .tag-title {
    display: block;
    width: auto;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
}

.det-tag {
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}

.det-tag a {
    color: #666;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 16px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #f6f6f6;
}

.det-tag a:hover {
    background: #0252bb;
    color: #FFFFFF;
}

.zs-left-contact {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #F6F6F6;
}

.zs-left-contact .item {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 5px;
}

.zs-left-contact .item .feitian {
    color: #334f9f;
    font-size: 24px;
    margin-right: 8px;
}

.zs-left-contact .icons {
    display: flex;
    padding: 24px 12px;
    padding-top: 16px;
    padding-bottom: 0;
}

.zs-left-contact .icons .icons_item {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 16px;
}

.zs-left-contact .icons .icon5 .feitian {
    color: #25d366;
    font-size: 36px;
}

.zs-left-contact .icons .icons_item .feitian {
    font-size: 36px;
}

.zs-left-contact .icons .icon1 i {
    color: #46bb36;
}

.zs-left-contact .icons .icons_item:hover .wx_main {
    display: block;
}

.zs-left-contact .icons .weixinicon .wx_main {
    display: none;
    position: absolute;
    left: -60px;
    bottom: 40px;
    z-index: 10;
    width: 180px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #EAEAEA;
}

.zs-left-contact .icons .weixinicon .wx_main img {
    display: block;
    width: 100%;
    height: 100%;
}

.zs-left-contact .icons .icon3 i {
    color: #0078d7;
}

.zs-left-contact .btn {
    margin-top: 5px;
}

.zs-left-contact .btn a {
    min-width: 100%;
}

.download-list {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 10px 0;
}

.download-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.download-list li {
    display: block;
    width: 30.0%;
    margin-right: 3%;
    margin-bottom: 42px;
    height: auto;
    padding: 20px 20px 75px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background: url(../img/icon-yun.png) no-repeat right bottom;
    background-size: 126px auto;
    position: relative;
}

.download-list li:hover {
    box-shadow: 0px 0px 12px rgb(2 82 187 / 30%);
}

.download-list li:nth-child(3n) {
    margin-right: 0;
}

.download-list li .title {
    display: block;
    font-size: 20px;
    line-height: 1.45;
    min-height: 65px;
}

.download-list li .size {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
    position: absolute;
    bottom: 20px;
}

.download-list li .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 42px;
}

.download-list li .btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    color: #FFF !important;
    text-decoration: none !important;
}

.download-list li .btn a:hover {
    text-decoration: none !important;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px) {}

/*Mobile v1*/
@media only screen and (max-width:767px) {
    .product-desc .zs-h2title .title {
        font-size: 22px;
    }

    .product-desc .zs-h2title .desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .products-list {
        padding-bottom: 0;
    }

    .products-list.mb60 {
        padding-bottom: 20px;
    }

    .products-list ul {
        margin: 0 -8px;
    }

    .products-list li {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .products-list .text {
        padding: 8px 0;
    }

    .products-list .text .title {
        font-size: 14px;
        -webkit-line-clamp: 3;
        min-height: auto;
        margin-bottom: 10px;
    }

    .products-list .text .btn {
        width: 100%;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .product-info {
        padding: 20px 0 35px 0;
    }

    .product-info .zs-wp {
        display: block;
    }

    .product-info .pic {
        flex: 0 0 100%;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        position: relative;
        display: flex;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .product-info .pro-bigpic {
        width: 100%;
        height: auto;
    }

    .pro-bigpic .icon-play {
        width: 50px;
        height: 50px;
    }

    .pro-bigpic .icon-play .feitian {
        font-size: 35px;
    }

    .product-info .pro-thumbs {
        margin: 15px 0 0px 0;
        padding-bottom: 10px;
        width: 100%;
        height: 80px;
        -webkit-tap-highlight-color: transparent;
    }

    .product-info .pro-thumbs .swiper-slide {
        width: auto !important;
    }

    .product-info .pic .swiper-button-prev,
    .product-info .pic .swiper-button-next {
        display: none;
    }

    .product-info .text {
        padding-left: 0;
    }

    .product-info .text .title {
        font-size: 20px;
    }

    .product-info .text .desc {
        padding-top: 0;
        font-size: 14px;
    }

    .det-tagbox {
        display: flex;
        padding-top: 10px;
        padding-bottom: 0px;
        flex-direction: column;
    }

    .det-tagbox .tag-title {
        margin-right: 0;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .det-tag a {
        font-size: 14px;
    }

    .product-info .text .pro-btn .form-btn {
        font-weight: bold;
        width: 45%;
        margin-right: 10px;
        font-size: 15px;
        height: 42px;
    }

    .product-content .pc-desc .title-box {
        padding: 35px 0 35px;
        font-size: 20px;
    }

    .product-content .pc-desc .subtitle {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .product-content .pc-desc {
        font-size: 14px;
        margin: -40px 0 0 0;
        padding-top: 40px;
    }

    .app-list {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 15px;
    }

    .app-list li {
        font-size: 14px;
    }

    .download-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        height: auto;
    }

    .download-list li .title {
        font-size: 16px;
        min-height: auto;
    }

    .download-list li .btn {
        right: 20px;
        bottom: 20px;
    }

    .download-list li .btn a {
        font-size: 15px;
    }

    .pro-info-title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding: 0 15px;
    }

    .pro-info-title.show {
        position: relative;
        width: 100%;
    }

    .pro-info-title li {
        width: 50%;
        height: 38px;
        padding: 0 0;
    }

    .pro-info-title li a,
    .pro-info-title li span {
        padding: 0 8px;
        line-height: 38px;
        font-size: 15px;
    }

    .pro-info-title li::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        z-index: 10;
        background-color: #EAEAEA;
    }

    .product-content {
        padding-bottom: 10px;
    }

    .homeproducts-box.det-related {
        margin: 0 0;
        width: 100%;
    }
th, td {
    word-break: break-all;
}
}