@media screen and (min-width: 768px) {
  .denza-page-s10-section {
    width: 100vw;
    padding: 4.1666666667vw 5vw 3.90625vw;
    text-align: center;
  }
  .denza-page-s10-section > p.title {
    font-size: 2.0833333333vw;
    color: #293241;
    line-height: 3.125vw;
    margin-bottom: 0.8333333333vw;
    text-align: center;
  }
  .denza-page-s10-section > p.desc {
    width: 41.6666666667vw;
    font-size: 0.8333333333vw;
    font-weight: lighter;
    color: #293241;
    line-height: 1.25vw;
    text-align: center;
    margin: 0 auto 2.0833333333vw;
  }
  .denza-page-s10-section .tabs {
    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;
  }
  .denza-page-s10-section .tabs .tab {
    font-size: 1.25vw;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.875vw;
    margin: 0 1.0416666667vw 2.0833333333vw;
    cursor: pointer;
  }
  .denza-page-s10-section .tabs .tab.active {
    color: #293241;
    font-weight: bold;
  }
  .denza-page-s10-section .s10-swiper {
    width: 100%;
    height: 25vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .s10-swiper .swiper-pagination-bullet {
    width: 4.1666666667vw;
    height: 0.2083333333vw;
    border-radius: 0.1041666667vw;
    background-color: rgb(220, 221, 221);
    opacity: 1;
    margin: 0 0.8333333333vw;
  }
  .denza-page-s10-section .s10-swiper .swiper-pagination-bullet-active {
    background-color: rgb(0, 51, 151);
  }
  .denza-page-s10-section .s10-swiper .swiper-slide {
    position: relative;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.25vw;
    overflow: hidden;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container {
    position: absolute;
    top: 4.1666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container .title {
    font-size: 2.0833333333vw;
    color: #FFFFFF;
    line-height: 3.125vw;
    margin-bottom: 0.2083333333vw;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container .desc {
    font-size: 1.0416666667vw;
    color: #FFFFFF;
    line-height: 1.5625vw;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container button {
    background: transparent;
    width: 11.6145833333vw;
    border-radius: 1.9791666667vw;
    border: 0.1041666667vw solid #fff;
    margin-top: 0.9375vw;
    font-size: 1.25vw;
    line-height: 3.125vw;
    height: 3.125vw;
    color: #fff;
    font-family: HYQiHeiX1-DEW, HYQiHeiX1;
  }
  .denza-page-s10-section .good-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
    z-index: 999;
    border-radius: 0.8333333333vw;
    overflow: hidden;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-next, .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-next::after, .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-prev::after {
    content: "";
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-prev {
    background: url(/static_material/tengshi/cn/member/img/s10-prev.png) center center no-repeat;
    background-size: contain;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-next {
    background: url(/static_material/tengshi/cn/member/img/s10-next.png) center center no-repeat;
    background-size: contain;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .close {
    position: absolute;
    top: 2.0833333333vw;
    right: 2.0833333333vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    cursor: pointer;
    z-index: 10;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .denza-page-s10-section .good-list .product-cube {
    position: relative;
    border-radius: 0.8333333333vw;
    overflow: hidden;
    background: rgb(247, 247, 247);
    cursor: pointer;
  }
  .denza-page-s10-section .good-list .product-cube .pics-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .denza-page-s10-section .good-list .product-cube .pics-container img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .denza-page-s10-section .good-list .product-cube .show-pics {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    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;
    opacity: 0;
  }
  .denza-page-s10-section .good-list .product-cube .show-pics img {
    width: 5.2083333333vw;
  }
  .denza-page-s10-section .good-list .product-cube:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .denza-page-s10-section .good-list .product-cube:hover .show-pics {
    opacity: 1;
  }
  .denza-page-s10-section .good-list .product-cube::before {
    content: attr(data-name);
    position: absolute;
    top: 1.25vw;
    left: 1.25vw;
    font-size: 1.25vw;
    font-weight: lighter;
    color: #293241;
    line-height: 1.875vw;
    z-index: 998;
  }
  .denza-page-s10-section .good-list-1 .product-cube-0 {
    width: 90vw;
    height: 44.375vw;
  }
  .denza-page-s10-section .good-list-2 .product-cube-0 {
    width: 90vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-2 .product-cube-1 {
    width: 90vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-3 .product-cube-0 {
    width: 90vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-3 .product-cube-1 {
    width: 44.375vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-3 .product-cube-2 {
    width: 44.375vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-4 .product-cube-0 {
    width: 90vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-4 .product-cube-1 {
    width: 44.375vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-4 .product-cube-2 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-4 .product-cube-3 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-5 .product-cube-0 {
    width: 44.375vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-5 .product-cube-1 {
    width: 44.375vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-5 .product-cube-2 {
    width: 44.375vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-5 .product-cube-3 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-5 .product-cube-4 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-6 .product-cube-0 {
    width: 44.375vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-6 .product-cube-1 {
    width: 44.375vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-6 .product-cube-2 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-6 .product-cube-3 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-6 .product-cube-4 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-6 .product-cube-5 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-7 .product-cube-0 {
    width: 44.375vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-7 .product-cube-1 {
    width: 21.5625vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-7 .product-cube-2 {
    width: 21.5625vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-7 .product-cube-3 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-7 .product-cube-4 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-7 .product-cube-5 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-7 .product-cube-6 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-0 {
    width: 21.5625vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-1 {
    width: 21.5625vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-2 {
    width: 21.5625vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-3 {
    width: 21.5625vw;
    height: 21.5625vw;
    margin-bottom: 1.25vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-4 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-5 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-6 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
  .denza-page-s10-section .good-list-8 .product-cube-7 {
    width: 21.5625vw;
    height: 21.5625vw;
  }
}@media screen and (max-width: 767.98px) {
  .denza-page-s10-section {
    width: 100vw;
    padding: 8.5333333333vw 5.3333333333vw;
    text-align: center;
  }
  .denza-page-s10-section > p.title {
    font-size: 6.4vw;
    color: #293241;
    line-height: 9.6vw;
    margin-bottom: 1.0666666667vw;
    text-align: center;
  }
  .denza-page-s10-section > p.desc {
    width: 100%;
    font-size: 3.7333333333vw;
    font-weight: lighter;
    color: #595057;
    line-height: 5.8666666667vw;
    text-align: center;
    margin: 0 auto 6.4vw;
  }
  .denza-page-s10-section .tabs {
    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;
  }
  .denza-page-s10-section .tabs .tab {
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    line-height: 5.8666666667vw;
    margin: 0 3.2vw 6.4vw;
  }
  .denza-page-s10-section .tabs .tab.active {
    color: #293241;
    font-weight: bold;
  }
  .denza-page-s10-section .s10-swiper {
    width: 100%;
    height: 64vw;
    margin-bottom: 4.2666666667vw;
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
  .denza-page-s10-section .s10-swiper .swiper-pagination-bullet {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
    border-radius: 0.2666666667vw;
    background-color: rgb(220, 221, 221);
    opacity: 1;
    margin: 0 2.1333333333vw;
  }
  .denza-page-s10-section .s10-swiper .swiper-pagination-bullet-active {
    background-color: rgb(0, 51, 151);
  }
  .denza-page-s10-section .s10-swiper .swiper-slide {
    position: relative;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container {
    position: absolute;
    top: 10.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container .title {
    font-size: 5.3333333333vw;
    color: #FFFFFF;
    line-height: 8vw;
    margin-bottom: 0.5333333333vw;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container .desc {
    font-size: 2.6666666667vw;
    color: #FFFFFF;
    line-height: 4vw;
  }
  .denza-page-s10-section .s10-swiper .swiper-slide .text-container button {
    background: transparent;
    width: 26.6666666667vw;
    border-radius: 5.0666666667vw;
    border: 0.2666666667vw solid #fff;
    margin-top: 1.8666666667vw;
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
    height: 6.9333333333vw;
    color: #fff;
    font-family: HYQiHeiX1-DEW, HYQiHeiX1;
  }
  .denza-page-s10-section .good-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-next,
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-prev {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-next::after,
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-prev::after {
    content: "";
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-prev {
    background: url(/static_material/tengshi/cn/member/img/s10-prev.png) center center no-repeat;
    background-size: contain;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-button-next {
    background: url(/static_material/tengshi/cn/member/img/s10-next.png) center center no-repeat;
    background-size: contain;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .close {
    position: absolute;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    cursor: pointer;
    z-index: 10;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-slide {
    background-color: #333;
  }
  .denza-page-s10-section .good-list .s10-pics-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .denza-page-s10-section .good-list .product-cube {
    width: calc((100% - 4.2666666667vw) / 2);
    height: 44.5333333333vw;
    position: relative;
    background: rgb(247, 247, 247);
    margin-bottom: 11.2vw;
    cursor: pointer;
    border-radius: 2.1333333333vw;
  }
  .denza-page-s10-section .good-list .product-cube .pics-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
  .denza-page-s10-section .good-list .product-cube .pics-container img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .denza-page-s10-section .good-list .product-cube .show-pics {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    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;
    opacity: 0;
  }
  .denza-page-s10-section .good-list .product-cube .show-pics div {
    font-size: 6.6666666667vw;
    border: 0.5333333333vw solid #333;
    color: #333;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    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;
    border-radius: 50%;
  }
  .denza-page-s10-section .good-list .product-cube:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .denza-page-s10-section .good-list .product-cube:hover .show-pics {
    opacity: 1;
  }
  .denza-page-s10-section .good-list .product-cube::before {
    content: attr(data-name);
    position: absolute;
    bottom: -6.4vw;
    left: 2.1333333333vw;
    font-size: 3.2vw;
    font-weight: lighter;
    color: #293241;
    line-height: 4.8vw;
    z-index: 10;
  }
  .denza-page-s10-section .good-list .product-cube-0 {
    width: 100%;
  }
}
