/* 分类菜单栏 */
.category {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  /* font-size: 14px; */
}
.categoryNavbar {
  border-bottom: 1px solid #e9e3dc;
  padding-bottom: 20px;
}
.categoryNavbar2 {
  margin-top: 20px;
}
.categoryNavbar,
.secondNav {
  display: flex;
}

.categoryNavbar .navItem {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 86px;
  height: 42px;
  /* overflow: hidden; */
}
.categoryNavbar .navItem .desc-text {
  background-color: #666;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  text-align: center;
}
.categoryNavbar .navItem .desc {
  width: 1000px;
  position: absolute;
  top: -30px;
  left: 50%;
  display: none;
}
.categoryNavbar .navItem:hover .desc {
  display: block;
}
.categoryNavbar .navItem:hover .actImg {
  display: block;
}

.navItem .unactImg {
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navItem .actImg {
  display: none;
  left: 0;
  top: 0;
  z-index: 22;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.secondNav .value {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.secondNav .name {
  width: 120px;
  height: 40px;
  line-height: 40px;
}

/* 字体横向铺满 */
.secondNav .name::after {
  display: inline-block;
  width: 100%;
  content: "";
}

.secondNav span {
  font-weight: 300;
  display: block;
  padding-left: 12px;
  min-width: 50px;
  cursor: pointer;
  text-align: left;
  height: 40px;
  line-height: 40px;
  /* padding: 10px; */
}
.secondNav span.active {
  color: #88694a;
  font-weight: 600;
}
/* 分类菜单栏 */

/* 卡片 */
.goods {
  width: 101%;
  clear: both;
  overflow: hidden;
}

.card {
  cursor: pointer;
  position: relative;
  width: 24%;
  float: left;
  padding: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 1%;
  margin-bottom: 20px;
}
.card:hover .agvBg {
  display: block;
}
.card .agvBg {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 2px; */
  display: none;
}
.tags {
  padding: 0 0.32rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
}
.tags .tagItem {
  height: 40px;
  /* background-image: url("/static/jt/image/tag.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
  width: 26px;
  margin: 0 4px;
}
.tags .tagItem img {
  width: 100%;
  height: 100%;
}
.tags .tag {
  height: 89%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  color: #fff;
}
.card .cardInner {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(-59deg, transparent 28px, #fff 0);
}
.card .cardTop {
  max-width: 4.2rem;
  overflow: hidden;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.31rem;
  margin-bottom: 0.31rem;
}
.card .cardImg {
  /* width: 100%; */
  max-height: 100%;
}
.card .cardValue {
  width: 100%;
  padding: 0 0.46rem 0;
}
.cardValue .cardValueItem {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.cardValue .cardTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-family: "SourceHanSansCN-Regular, SourceHanSansCN";
  font-weight: 400;
  color: #88694a;
  line-height: 27px;
  width: 100%;
  margin-bottom: 0.13rem;
}
.cardValue .cardValueItem span:nth-child(1) {
  display: block;
  width: 1.2rem;
}
.cardValue .cardValueItem span:nth-child(2) {
  display: block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  color: #4a4a4a;
}
.cardValueItem .itemTitle {
  color: #b5b5b5 !important;
}

/* 产品详情页面开始 */
.proDetail {
  position: relative;
  padding: 30px 50px;
  background-color: #051840;
  background: linear-gradient(-135deg, transparent 50px, #fff 0);
}
.proDetailTop {
  overflow: hidden;
  padding-bottom: 20px;
  /* display: flex; */
  /* align-items: center; */
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.proDetailTop .proImg {
  float: left;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 4.3rem;
}
.proDetailTop .proVideo {
  width: 100%;
  height: 100%;
}
.proDetailTop .proImg img {
  /* 其中一遍要控制，不然图片不自适应 */
  height: 100%;
  /* max-width: unset; */
  max-height: 100%;
}
.proDetailTop .proValue {
  float: left;
  width: 50%;
  height: 4.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.5rem;
}
.proDetailTop .proValue .title {
  font-size: 0.38rem;
  font-weight: 400;
  color: #88694a;
}
.proDetailTop .proValue p {
  line-height: 30px;
  /* margin-bottom: 20px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.proDetailTop .proService {
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 42px;
  background: linear-gradient(to right, #88694a, #bda281);
}
.proDetailTop .proService span {
  margin-right: 10px;
}
.proDetailValue {
  padding: 20px 0;
  color: #4a4a4a;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.proDetailValue .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}
.proDetailValue span {
  min-width: 130px;
  color: #c1af9b;
  display: block;
  margin-right: 16px;
}
.proDetailContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.proDetailValue p {
  line-height: 24px;
}
.proDetailValue .valueItem {
  width: 48%;
  min-height: 36px;
  /* flex: 1; */
  display: flex;
  /* align-items: center; */
}
.proFile {
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  display: flex;
  justify-content: space-between;
}
.fileL {
  display: flex;
  align-items: center;
}
.fileL img {
  width: 28px;
  margin-right: 12px;
}
.fileR img {
  width: 24px;
  margin-right: 10px;
}

.fileR {
  display: flex;
  align-items: center;
}
.fileR .fileRItem {
  cursor: pointer;
  margin-left: 70px;
  /* margin: 0 30px; */
  display: flex;
  align-items: center;
}
.fileR .fileRItem span {
  font-size: 14px;
  font-weight: 500;
  color: #88694a;
}

.proDetailBottom {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: space-between;
}
.proDetailBottom .proList {
  cursor: pointer;
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex; /* 加上这个，可以很好控制单个图片，没缝隙 */
  align-items: center;
  width: 32%;
}
.proList .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 46px;
  width: 46px;
}
.proDetailBottom .proList .proListBg {
  max-width: unset;
  height: 100%;
}
.proDetailBottom .proList span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 44px;
  color: #fff;
  padding: 0 10px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.proDetailBottom .proList .proTag {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  color: #fff;
  padding: 4px 20px 4px 10px;
  line-height: 22px;
  background: linear-gradient(-70deg, transparent 12px, #2d60cc 0);
}
.proDetailBottom .proList .proTag1 {
  background: linear-gradient(-70deg, transparent 12px, #f5a623 0) !important;
}
.proDetailBottom .proList .proTag2 {
  background: linear-gradient(-70deg, transparent 12px, #3fd09b 0) !important;
}
/*  */
.proDetail .tag {
  margin: 0 4px;
}
/* 产品详情页面结束 */

.pdfDetail {
  position: relative;
  padding: 60px 20px 20px;
  background-color: #051840;
  background: linear-gradient(
    -135deg,
    transparent 45px,
    rgba(255, 255, 255, 0.22) 0
  );
}

.videoDetail {
  position: relative;
  height: 750px;
  padding: 0 20px;
  background-color: #051840;
  background: linear-gradient(-135deg, transparent 45px, rgba(0, 0, 0, 0.3) 0);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.videoDetail video {
  height: 450px;
}
.videoInfo {
  color: #aaa;
  padding: 10px;
}
.videoInfo h3 {
  font-size: 20px;
  padding: 10px 0;
}

/*----------- media -----------*/
/* @media screen and (max-width: 1920px) {
  .card {
    width: 24%;
  }
} */

@media screen and (max-width: 1540px) {
  .goods {
    width: 102%;
  }
  .card {
    width: 32%;
  }
}

@media screen and (max-width: 960px) {
  .goods {
    width: 101%;
  }
  .card {
    width: 49%;
  }
}
.confirmMoblieBtn {
  color: #fff;
  width: 7.87rem;
  height: 1.07rem;
  background: linear-gradient(to right, #88694a, #bda281);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.37rem;
}
@media screen and (max-width: 480px) {
  .card .cardInner {
    background: linear-gradient(-59deg, transparent 18px, #fff 0);
  }
  .card:hover .agvBg {
    display: none;
  }
  .cardValue .cardValueItem span:nth-child(1) {
    width: 1.6rem;
  }
  .rightBackTop #backTop {
    display: block;
  }
  .videoDetail {
    height: auto;
  }
  .videoDetail video {
    height: 4.7rem;
  }
  .detailLang {
    display: none;
  }
  .rightContent {
    padding: 0.35rem;
  }
  .rightInner .header {
    display: none;
  }
  .videoDetail {
    padding: 1.2rem 0.52rem 0;
    background: linear-gradient(
      -135deg,
      transparent 1rem,
      rgba(0, 0, 0, 0.3) 0
    );
  }
  .proDetail {
    background: linear-gradient(-135deg, transparent 1rem, #fff 0);
    padding: 1.06rem 0.52rem 0;
  }
  .proDetailTop .proImg,
  .proDetailTop .proValue {
    width: 100%;
    /* max-height: 4.3rem; */
  }
  .proDetailTop .proValue .title {
    font-size: 0.64rem;
    margin-bottom: 0.2rem;
  }
  .proDetailTop .proValue {
    padding: 0;
    height: auto;
  }
  .proDetailTop .proService {
    width: 100%;
  }
  .proDetailTop .proValue p {
    margin-bottom: 0.2rem;
  }
  .proDetailValue .title {
    margin-bottom: 0.5rem;
    font-size: 0.43rem;
  }
  .proDetailValue .valueItem {
    width: 100%;
  }
  .proFile .fileL,
  .proFile .fileR {
    width: 100%;
  }
  .proFile .fileL {
    margin-bottom: 0.53rem;
  }
  .fileR .fileRItem {
    margin: 0 0.5rem 0 0;
  }
  .proDetailBottom {
    padding: 0.53rem 0 0;
  }
  .proDetailBottom .proList {
    width: 100%;
    margin-bottom: 0.53rem;
  }
  .tags .tagItem {
    height: 0.64rem;
    width: 0.43rem;
    /* height: 1.36rem;
    width: 0.8rem; */
  }

  .proDetail .tags .tagItem {
    height: 1.36rem;
    width: 0.8rem;
  }

  .tags .tag {
    width: 0.36rem;
  }
  .goods {
    width: 100%;
  }
  .card {
    padding: 0 0.15rem;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.37rem;
  }
  .cardValue .cardTitle {
    font-size: 0.37rem;
    line-height: 0.38rem;
  }
  .cardValue .cardValueItem {
    font-size: 0.27rem;
    margin-bottom: 0;
  }
}
