.product-pc {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.product-tabs {
  position: relative;
  height: 62.5px;
  width: 100%;
}

.product-tabs ul {
  width: 100%;
  z-index: 10;
  position: absolute;
  top: -62.5px;
}

.product-tabs ul li {
  cursor: pointer;
  width: 150px;
  height: 120px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  border-radius: 5px;
  float: left;
  margin-left: 24px
}

.product-tabs ul li.active {
  background-color: #3476E3;
}

.product-tabs ul li:hover {
  background-color: #3476E3;
}

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

.product-tabs ul li .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  margin-top: 16px;
}

.product-tabs ul li .icon1 {
  background: url('../../images/product/svg/A/icon1.svg');
}

.product-tabs ul li .icon2 {
  background: url('../../images/product/svg/A/icon2.svg');
}

.product-tabs ul li .icon3 {
  background: url('../../images/product/svg/A/icon3.svg');
}

.product-tabs ul li .icon4 {
  background: url('../../images/product/svg/A/icon4.svg');
}

.product-tabs ul li .icon5 {
  background: url('../../images/product/svg/A/icon5.svg');
}

.product-tabs ul li .icon6 {
  background: url('../../images/product/svg/A/icon6.svg');
}

.product-tabs ul li .icon7 {
  background: url('../../images/product/svg/A/icon7.svg');
}

.product-tabs ul li.active .icon1 {
  background: url('../../images/product/svg/B/icon1.svg');
}

.product-tabs ul li.active .icon2 {
  background: url('../../images/product/svg/B/icon2.svg');
}

.product-tabs ul li.active .icon3 {
  background: url('../../images/product/svg/B/icon3.svg');
}

.product-tabs ul li.active .icon4 {
  background: url('../../images/product/svg/B/icon4.svg');
}

.product-tabs ul li.active .icon5 {
  background: url('../../images/product/svg/B/icon5.svg');
}

.product-tabs ul li.active .icon6 {
  background: url('../../images/product/svg/B/icon6.svg');
}

.product-tabs ul li.active .icon7 {
  background: url('../../images/product/svg/B/icon7.svg');
}

.product-tabs ul li:hover .icon1 {
  background: url('../../images/product/svg/B/icon1.svg');
}

.product-tabs ul li:hover .icon2 {
  background: url('../../images/product/svg/B/icon2.svg');
}

.product-tabs ul li:hover .icon3 {
  background: url('../../images/product/svg/B/icon3.svg');
}

.product-tabs ul li:hover .icon4 {
  background: url('../../images/product/svg/B/icon4.svg');
}

.product-tabs ul li:hover .icon5 {
  background: url('../../images/product/svg/B/icon5.svg');
}

.product-tabs ul li:hover .icon6 {
  background: url('../../images/product/svg/B/icon6.svg');
}

.product-tabs ul li:hover .icon7 {
  background: url('../../images/product/svg/B/icon7.svg');
}

.product-tabs ul li .title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-tabs ul li.active .title {
  color: #fff;
}

.product-tabs ul li:hover .title {
  color: #fff;
}


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

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

.inner-tabs ul li {
  float: left;
  width: auto;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-left: 68px;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.inner-tabs ul li.active {
  color: #2486EE;
  font-size: 18px;
  border-bottom: 2px solid #2486EE;
}

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

/* 模板的样式 */
.product-templates {
  margin-bottom: 80px;
}

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

.product-template .template-title {
  margin-top: 90px;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.product-template .title-icon {
  width: 206px;
  height: 16px;
  background: url('../../images/product/svg/分界线.svg');
  margin: 24px auto;
}

.product-template .title-hinden-icon {
  width: 206px;
  height: 16px;
  background: transparent;
  margin: 24px auto;
}

.product-template .subTitle {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.product-template .des {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-indent: 28px;
  margin-bottom: 24px;
}

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

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


/* banner */
.product-template .banners {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

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

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

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

.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 {
  max-width: 302px;
  max-height: 208px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 24px;
}

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

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

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

/* 两栏布局 */

.product-template .cards-contaniner {
  position: relative;
}

.product-template .cards-contaniner .card {
  position: relative;
  width: 588px;
  height: 670px;
  background: #FDFDFD;
  box-shadow: 0px 0px 10px rgba(141, 141, 141, 0.2200);
  border-radius: 10px;
  float: left;
  margin-left: 24px;
  margin-bottom: 78px;
  box-sizing: border-box;
  padding: 16px;
}

.product-template .cards-contaniner .card:nth-child(odd) {
  margin-left: 0;
}

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

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

.product-template .cards-contaniner .card .card-p {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 60px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-template .cards-contaniner .card ul {
  margin-bottom: 60px;
}

.product-template .cards-contaniner .card ul li {
  color: #666;
  line-height: 24px;
  font-size: 14px;
}

.product-template .cards-contaniner .card ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  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: 66px;
}

/* 合作伙伴 */
.product-template .partner {
  margin-top: 66px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}

.product-template .partner .partner-title {
  width: 176px;
  padding: 32px 28px;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
  background: #338EEF;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

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

.product-template .partner ul li {
  width: auto;
  height: 64px;
  margin: 36px 0;
  margin-left: 20px;
  float: left;
}

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

/* 两栏布局 */

.product-template .lists-contaniner {
  position: relative;
}

.product-template .lists-contaniner .list {
  position: relative;
  width: 580px;
  height: 189px;
  background: #fff;
  border-radius: 5px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 26px 12px;
  display: flex;
}

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

.product-template .lists-contaniner .list.large {
  height: 204px;
}

.product-template .lists-contaniner .list:nth-child(odd) {
  margin-left: 0;
}

.product-template .lists-contaniner .list .icon {
  width: 90px;
  float: left;
}

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

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

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

.product-template .lists-contaniner .list .left-content .des {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-indent: 0;
}

.product-template .lists-contaniner .list .left-content .des.fontBig {
  font-size: 20px;
}

#pc-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;
}

#pc-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;
  top: 50%;
  transform: translateY(-50%)
}

#pc-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%;
}

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

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

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

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