.cp {
  background: #f7f7f7;
}

.cp .cp-head {
  background: #ffffff;
  padding: 27px 20px;
  margin: 20px 0 30px;
  border-radius: 0.25rem;
}

.cp .cp-head .cp-type {
  line-height: 37px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.cp .cp-body .cp-head .cp-xh {
  font-size: 14px;
  font-weight: 400;
  color: #616265;
}

.cp .cp-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.cp .cp-a:hover {
  color: #cb141f !important;
  text-decoration: none !important;
}

.cp .cp-body .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 280px; */
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.cp .cp-body .card-text {
  /* width: 280px; */
  min-height: 45px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.cp .cp-body .card .card-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.cp .cp-body .col-flex {
}

.cp .cp-body .card {
  width: 270px;
  overflow: hidden;
  /*margin-bottom: 20px;*/
  border: none;
}

.cp .cp-body .card a {
  width: 270px;
}

.cp .cp-body .card-img-top {
  padding: 28px 28px 10px 28px;
}

.cp .cp-body .card .cp-img {
  min-height: 252px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.cp .cp-body .card .cp-img img {
  transition: 0.5s all;
  /*width: 100%;*/
  /*max-width: 100%;*/
  width: 270px;
  /*height: 300px;*/
  object-fit: contain;
  /*height: auto;*/
}

.cp .cp-body .card a {
  text-decoration: none;
  text-align: center;
}

.cp .cp-body .card:hover img {
  transform: scale(1.5);
}

.cp .bodys {
  width: 100%;
  /* height: 500px; */
  background: #f7f7f7;
}

.cp .bodys .bodys-top {
  width: 100%;
  height: 100%;
  padding-top: 1%;
  padding-bottom: 5%;
  background: #ffffff;
}

.cp .bodys .swiper {
  width: 100%;
}

.cp .bodys .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cp .bodys .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cp .bodys .swiper {
  width: 90%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.cp .bodys .swiper-slide {
  background-size: cover;
  background-position: center;
}

.cp .bodys .mySwiper2 {
  height: auto;
  width: 100%;
}

.cp .bodys .mySwiper2 .swiper-wrapper .swiper-zoom-container {
  height: 300px;
}

.cp .bodys .mySwiper2 .swiper-slide {
  padding: 0 75px;
}

.cp .bodys .mySwiper2 .swiper-button-next,
.cp .bodys .mySwiper2 .swiper-button-prev {
  --swiper-navigation-size: 24px;
  width: 48px;
  height: 48px;
  background: #000000;
  opacity: 0.12;
  border-radius: 50%;
}

.cp .bodys .mySwiper .swiper-slide {
  width: 60px !important;
  height: 60px;
  border: 1px solid #dddddd;
  opacity: 0.4;
}

.cp .bodys .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.cp .bodys .mySwiper .swiper-slide img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cp .bodys .mySwiper .swiper-wrapper {
  height: 0;
}

.bodys-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.bodys-right .bodys-right-title {
  width: 493px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  color: #494949;
}

.bodys-right .bodys-right-body {
  width: 493px;
  background: #f7f7f7;
}

.bodys-right .bodys-right-body div {
  font-size: 14px;
  color: #8d8d8f;
  margin: 24px 0 25px 36px;
}

.cp .cp-container {
  margin-top: 29px;
}

.cp .cp-container img {
  margin: auto;
  display: block;
}

.p-2 {
  color: inherit;
}

.active {
  color: #cb141f !important;
}

.zoom-lens {
  position: absolute;
  border: 1px solid #000;
  width: 100px;
  height: 100px;
  opacity: 0.4;
  background-color: #fff;
  pointer-events: none;
  display: none;
  z-index: 10;
}

.zoom-result {
  position: absolute;
  top: 100px;
  left: calc(100% - 420px);
  width: 400px;
  height: 400px;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-color: #fff;
  display: none;
  z-index: 9999;
}

.zoom-container {
  position: relative;
  display: inline-block;
}
