@media screen and (max-width: 767px) and (min-width: 0px) {
  .product-mobile {
    position: relative;
    margin: 0 auto;
  }

  .product-tabs {
    position: relative;
    height: 4rem;
    width: 100%;
  }

  .product-tabs ul {
    width: 100%;
    z-index: 8;
    position: absolute;
    top: -4rem;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 1.2rem;
    box-sizing: border-box;
  }

  .product-tabs ul li {
    cursor: pointer;
    width: 7.5rem;
    height: 6rem;
    background-color: #fff;
    box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2000);
    border-radius: 0.3rem;
    margin-left: 0.5rem;
    float: none;
    overflow: hidden;
    display: inline-block;
  }

  .product-tabs ul li .icon {
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 auto;
    margin-top: 0.8rem;
    background-size: 2.1rem 2.1rem !important;
  }

  .product-tabs ul li .title {
    color: #333;
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: bold;
    height: 3.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  .product-tabs ul li .title p {
    text-align: center;
    white-space: nowrap;
  }


  /* inner-tab */
  .inner-tabs {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }

  .inner-tabs ul {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
  }

  .inner-tabs ul li {
    float: left;
    width: auto;
    font-size: 1rem;
    color: #333;
    line-height: 1.1rem;
    margin-left: 2rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid transparent;
    cursor: pointer;
  }

  .inner-tabs ul li.active {
    color: #2486EE;
    font-size: 1.2rem;
    border-bottom: 0.1rem solid #2486EE;
  }

  .inner-tabs ul li:first-child {
    margin-left: 0;
  }

  .product-templates {
    margin-bottom: 4rem;
  }

  .product-template {
    position: relative;
    width: 100%;
  }

  .product-template .template-title {
    margin-top: 4rem;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    text-align: center;
  }

  .product-template .title-icon {
    width: 10.3rem;
    height: 0.8rem;
    background-image: url('../../images/product/svg/分界线.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1.2rem auto;
  }

  .product-template .title-hinden-icon {
    width: 10.3rem;
    height: 0.8rem;
    background: transparent;
    margin: 1.2rem auto;
  }

  .product-template .subTitle {
    color: #666;
    font-size: 20px;
    font-size: 1.3rem;
    line-height: 2.3rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }

  .product-template .des {
    color: #666;
    font-size: 1.3rem;
    line-height: 2.3rem;
    text-indent: 2.6rem;
    margin-bottom: 1.6rem;
    padding: 0 1.2rem;
    box-sizing: border-box;
  }

  .product-template .img {
    width: 100%;
    padding: 0 1.2rem;
    box-sizing: border-box;
  }

  .product-template .img img {
    width: 100%;
  }

  /* banner */
  .product-template .banners {
    width: 100%;
    height: 28rem;
    padding: 0 1.2rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
  }

  .product-template .banners .banners-inner {
    width: 100%;
    height: 24.3rem;
    position: relative;
  }

  .product-template .banners .swiper {
    width: 100%;
    height: 100%;
  }

  .product-template .banners .swiper-slide {
    text-align: center;
    font-size: 0.6rem;
    background-color: #fff;
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1000);
  }

  .product-template .banners .swiper-slide .swiper-row {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }

  .product-template .banners .swiper-slide .img {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }

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

  .product-template .banners .swiper-slide .title {
    line-height: 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1.2rem;
  }

  .product-template .banners .swiper-slide .des {
    box-sizing: border-box;
    text-indent: 0;
    padding: 0 1rem;
    width: 100%;
    line-height: 1rem;
    color: #666;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: left;
  }

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


  /* 两栏布局 */

  .product-template .cards-contaniner {
    padding: 0 1.2rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .product-template .cards-contaniner .card {
    position: relative;
    width: 100%;
    height: auto;
    background: #FDFDFD;
    box-shadow: 0px 0px 0.5rem rgba(141, 141, 141, 0.2200);
    border-radius: 0.5rem;
    margin-bottom: 1.6rem;
    margin-left: 0;
    padding: 1.2rem;
    box-sizing: border-box;
  }

  .product-template .cards-contaniner .card .title {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.2rem;
    font-weight: bold;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    position: relative;
  }

  .product-template .cards-contaniner .card .title::after {
    content: '';
    width: 1.2rem;
    height: 0.1rem;
    background: #1677FF;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 2rem;
  }

  .product-template .cards-contaniner .card .card-p {
    line-height: 1.2rem;
    color: #666666;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    height: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-template .cards-contaniner .card ul {
    margin-bottom: 1.2rem;
  }

  .product-template .cards-contaniner .card ul li {
    color: #666;
    line-height: 1.2rem;
    font-size: 1.1rem;
  }

  .product-template .cards-contaniner .card ul li::before {
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0.2rem;
    background: linear-gradient(272deg, #0DCCFF 0%, #4760FF 100%);
    border-radius: 50%;
  }

  .product-template .cards-contaniner .card .img {
    width: 100%;
  }

  .product-template .cards-contaniner .card .img img {
    width: 100%;
  }

  .product-template .cards-contaniner .card .small {
    box-sizing: border-box;
    padding: 4rem;
  }

  /* 合作伙伴 */
  .product-template .partner {
    margin-top: 4rem;
    padding: 0 1.2rem;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
  }

  .product-template .partner .partner-title {
    width: 5.5rem;
    padding: 0.4rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    background: #338EEF;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .product-template .partner ul {
    flex: 1;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0.8rem;
  }

  .product-template .partner ul li {
    width: auto;
    height: 1.9rem;
    margin: 1rem 0;
    float: left;
  }

  .product-template .partner ul li img {
    height: 100%;
  }

  /* 两栏布局 */

  .product-template .lists-contaniner {
    position: relative;
    padding: 1.2rem;
    box-sizing: border-box;
    overflow: hidden;
  }

  .product-template .lists-contaniner .list {
    position: relative;
    width: 100%;
    height: 8rem;
    overflow: hidden;
    background: #fff;
    border-radius: 0.3rem;
    float: left;
    height: auto;
    padding: 1.3rem 0.6rem;
    display: flex;
    margin: 0;
    margin-bottom: 1.2rem;
  }

  .product-template .lists-contaniner .list.small {
    height: auto;
  }

  .product-template .lists-contaniner .list.large {
    height: auto;

  }


  .product-template .lists-contaniner .list .icon {
    width: 4.5rem;
    float: left;
  }

  .product-template .lists-contaniner .list .icon img {
    width: 100%;
  }

  .product-template .lists-contaniner .list .left-content {
    flex: 1;
    margin-left: 1.2rem;
  }

  .product-template .lists-contaniner .list .left-content .title {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .product-template .lists-contaniner .list .left-content .des {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.2rem;
    padding: 0;
    text-indent: 0;
    margin-bottom: 0;
  }
  .product-template .lists-contaniner .list .left-content .des.fontBig {
    font-size: 1rem;
  }

  #product-zhezhao {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }

  #product-zhezhao .card {
    position: relative;
    width: 29rem;
    min-height: 40rem;
    padding: 2rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1000);
    margin: 0 auto;
    margin-top: 12rem;
  }

  #product-zhezhao .card .round_close_light {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    background-image: url('../../images/product/round_close_light.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
  }

  #product-zhezhao .card #card-content .card-img {
    width: 100%;
  }

  #product-zhezhao .card #card-content .card-img img {
    width: 100%;
  }

  #product-zhezhao .card #card-content .card-title {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
  }

  #product-zhezhao .card #card-content .card-des {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #666;
  }
}