@charset "utf-8";
/*商品详情 轮播主图*/
#magnifier {
  position: relative;
  width: 530px;
}
.small-box {
  position: relative;
  width: 530px;
  /*height: 400px;*/
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 1px solid #eee;
}
.small-box img {
  display: block;
  width: 100%;
  /*max-width: 88%;
  min-height: 88%;*/
  height: auto;
}
.right_icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/fd_icon.png) no-repeat top right;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 54px;
  margin-top: -27px;
  box-shadow: none;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(../images/l_arrow.png) transparent no-repeat;
}
.thumbnail-box .btn-next {
  right: 0;
  background: url(../images/r_arrow.png) transparent no-repeat;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 474px;
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin: 0 10px 0 0;
  width: 85px;
  height: 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
}
.thumbnail-box .list .item:last-child {
  margin-right: 28px;
}
.thumbnail-box .list .item-cur {
  border: 2px solid #0051A2;
}
.thumbnail-box .list .item img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 531px;
  top: 0;
  width: 540px;
  height: 540px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.xq_info_box {
  width: 100%;
  padding-top: 20px;
}
.xq_info_box .xq_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xq_info_box .xq_info .xq_right {
  width: 54%;
  padding-left: 6%;
  height: 490px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.xq_info_box .xq_info .xq_right h5 {
  font-size: 24px;
  color: #000000;
  line-height: 34px;
}
.xq_info_box .xq_info .xq_right p {
  margin: 10px 0 20px 0;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xq_info_box .xq_info .xq_right div {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.xq_info_box .xq_info .xq_right div span {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 10px;
}
.xq_info_box .xq_info .xq_right a {
  display: inline-block;
  width: 160px;
  height: 44px;
  background: #0051A2;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 40px;
  text-align: center;
  line-height: 44px;
}
.xq_info_box .xq_info .xq_right a:hover {
  opacity: 0.9;
}
.xq_info_box .xq_desc {
  width: 100%;
  padding-bottom: 40px;
}
.xq_info_box .xq_desc h5 {
  margin-top: 50px;
  width: 100%;
  height: 38px;
  border-top: 2px solid #0051a2;
  position: relative;
}
.xq_info_box .xq_desc h5 span {
  display: inline-block;
  width: 191px;
  height: 35px;
  background: url(../images/xq_bj.png) no-repeat center top;
  background-size: 100% auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 58px;
  z-index: 1;
}
.xq_info_box .xq_desc .xq_desc_p {
  width: 100%;
  padding: 30px 15px 15px 15px;
}
@media screen and (max-width: 767px) {
  .xq_info_box {
    padding-top: 0px;
  }
  .xq_info_box .xq_left {
    width: 100%;
  }
  .xq_info_box .xq_left .swiper_prod {
    width: 100% !important;
    padding-bottom: 1rem;
  }
  .xq_info_box .xq_left .swiper_prod .swiper-slide {
    width: 100%;
    height: 9rem;
  }
  .xq_info_box .xq_left .swiper_prod .swiper-slide .slide_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .xq_info_box .xq_left .swiper_prod .swiper-slide .slide_img img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 88%;
  }
  .xq_info_box .xq_left .swiper_prod .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.15rem;
    border-radius: 0.075rem;
    background: #ddd;
    margin: 0 0.1rem;
    opacity: 1;
  }
  .xq_info_box .xq_left .swiper_prod .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f0000b;
  }
  .xq_info_box .xq_info {
    flex-direction: column;
  }
  .xq_info_box .xq_info .xq_right {
    width: 100%;
    padding-left: 0%;
    height: unset;
  }
  .xq_info_box .xq_info .xq_right h5 {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .xq_info_box .xq_info .xq_right p {
    margin: 0.3rem 0 0.3rem 0;
    font-size: 0.55rem;
    line-height: 0.8rem;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
  .xq_info_box .xq_info .xq_right div span {
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-bottom: 0.2rem;
  }
  .xq_info_box .xq_info .xq_right a {
    width: 100%;
    height: 1.6rem;
    font-size: 0.55rem;
    margin-top: 0.4rem;
    line-height: 1.6rem;
  }
  .xq_info_box .xq_desc {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
  }
  .xq_info_box .xq_desc h5 {
    margin-top: 1rem;
    height: 1rem;
    border-top: 0.05rem solid #0051a2;
  }
  .xq_info_box .xq_desc h5 span {
    display: inline-block;
    width: 5.2rem;
    height: 1rem;
    background: url(../images/xq_bj.png) no-repeat center top;
    background-size: 100% auto;
    font-size: 0.6rem;
    line-height: 1rem;
    top: -0.025rem;
    left: 0.05rem;
  }
  .xq_info_box .xq_desc .xq_desc_p {
    width: 100%;
    padding: 0.5rem 0.2rem;
  }
}
