/* 产品详情 */
.product-swiper {
  display: flex;
}

.swiper-left {
  display: flex;
  align-items: center;
}

.thumb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 17px;
}

.thumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 40px;
}

.thumb-container {
  width: 132px;
  height: 313px; /* 3个thumb-item的高度：95px * 3 + 14px * 2 */
  overflow: hidden;
  position: relative;
}

.swiper-center {
  /* flex: 1; */
  margin-left: 17px;
  margin-right: 43px;
}

.thumb-btn {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.thumb-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.thumb-btn img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.thumb-btn-up img {
  transform: rotate(90deg);
}

.thumb-btn-down img {
  transform: rotate(90deg);
}

.thumb-list {
  transition: transform 0.3s ease;
}

.thumb-item {
  width: 132px;
  height: 95px;
  margin-bottom: 14px;
  padding: 11px;
  cursor: pointer;
  overflow: hidden;
  background-image: url('../images/bei.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.thumb-item:last-child {
  margin-bottom: 0;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.thumb-item:hover img {
  transform: scale(1.05);
}

.swiper-center {
  /* flex: 1; */
  margin-top: 17px;
  width: 100%;
}

.main-img-box {
  position: relative;
  width: 100%;
  min-width: 434px;
  height: 314px;
  padding: 43px;
  background-image: url('../images/bei.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.zoom-btn {
  width: 137px;
  height: 46px;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 6px 0px 0px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.zoom-btn span {
  color: #ffffff;
  margin-left: 3px;
}
.zoom-btn img {
  width: 25px;
}
.swiper-right {
}

.product-info {
  padding: 13px 0;
}

.product-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 23px;
}

.product-content {
  /*max-width: 453px;*/
  margin-bottom: 30px;
}

.product-content p {
  font-size: 16px;
  color: #141414;
  line-height: 30px;
}

.consult-btn {
  padding: 12px 40px;
  background: #1885ed;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.consult-btn:hover {
  background: #0d6ec9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 133, 237, 0.3);
}

.zoom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.zoom-modal.active {
  display: flex;
}

.zoom-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #1885ed;
  color: #fff;
}

.zoom-img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.detail-link {
  margin-top: 53px;
  margin-bottom: 0px;
  display: flex;
  position: relative;
  /*padding-bottom: 31px;*/
}
.detail-link::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: #e5e5e5;
}
.detail-link li {
  font-weight: bold;
  font-size: 20px;
  color: #717171;
  margin-right: 52px;
  cursor: pointer;
}
.detail-link li:hover {
  color: #1885ed;
}
.detail-link .active {
  color: #1885ed;
}
.grey-box {
  width: 100%;
  background: #f8f8f8;
  padding: 56px 0;
}
.detail-item {
  margin-bottom: 46px;
}
.detail-item h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
/*.detail-item p {*/
/*  line-height: 35px;*/
/*  margin-bottom: 31px;*/
/*}*/
/*.item-a img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*}*/

.doc-download-table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}

.table-header {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  height: 50px;
}

.table-cell {
  padding: 0 16px;
  text-align: left;
  border-right: 1px solid #d9d9d9;

  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
}
.cell-type {
  font-weight: bold;
}
.cell-h {
  font-weight: bold;
}
.table-cell:last-child {
  border-right: none;
}

.cell-type {
  width: 15%;
}

.cell-region {
  width: 15%;
}

.cell-language {
  width: 15%;
}

.cell-name {
  width: 45%;
}

.cell-download {
  width: 10%;
  justify-content: center;
}

.doc-type-select {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.table-body {
  width: 100%;
}

.table-row {
  display: flex;
  height: 107px;
}

.table-row.row-odd {
  background: #ebebeb;
}

.table-row.row-even {
  background: #f8f8f8;
}

.table-body .table-cell {
  border: none;
}

.table-body .cell-type {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.table-body .cell-region,
.table-body .cell-language,
.table-body .cell-name {
  font-size: 16px;
  color: #000000;
}

.download-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.download-btn img {
  display: block;
}

.download-btn span {
  font-size: 16px;
  color: #000000;
  margin-top: 5px;
}
.case-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
    grid-gap: 27px;
}
.case-img {
  overflow: hidden;
}
.case-ul img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}
.case-ul img:hover {
  transform: scale(1.1);
}
.case-word {
  background: #fff;
  padding: 0 22px;
  padding-top: 22px;
  padding-bottom: 25px;
}
.case-ul h5 {
  font-weight: bold;
  font-size: 20px;
  color: #161616;
  margin-bottom: 14px;
}
.case-ul p {
  font-size: 16px;
  color: #161616;
  line-height: 28px;
  margin-bottom: 0;
}
.case-word:hover h5 {
  color: #1885ed;
}
