.goods_show_box {
  margin-top: 30px;
  padding-bottom: 30px;
}

.goods_show_row {
  background: white;
  padding-top: 15px;
  padding-bottom: 30px;
}

.goods_show_box .goods_detail_swiper {
  width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.goods_show_box .goods_detail_swiper .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  cursor: crosshair;
}

.goods_show_box .goods_detail_thumbs_swiper {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
  padding: 0 50px;
  --swiper-navigation-size: 20px;
}

.goods_detail_thumbs_swiper .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.goods_detail_thumbs_swiper .swiper-slide .img_box {
  border: 1px solid #eee;
}

.goods_detail_swiper .shadow_box {
  width: 50%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

.swiper_box .img_show_box {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 99999;
  border: 1px solid #eee;
  overflow: hidden;
  background: white;
}

.swiper_box .img_show_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.show_goods_intro_row {
  background: white;
  margin-left: -15px;
  margin-right: -15px;
  padding:50px 45px;
}

.show_goods_intro_row img{
  width: 100%;
  height: auto;
}
.goods_show_row .intro_box .title_box {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 40px;
}

.goods_show_row .intro_box .info_box {
  font-size: 16px;
  color: #999;
  padding-bottom: 10px;
}

.goods_show_row .intro_box .price_box {
  margin-bottom: 30px;
}

.goods_show_row .intro_box .price_box .left_box {
  font-size: 22px;
  color: #FFA800;
}

.goods_show_row .intro_box .price_box .right_box {
  font-size: 14px;
  color: #595959;
  line-height: 31px;
}

.goods_show_row .intro_box .price_box .right_box i {
  font-style: normal;
}

.goods_show_row .info_box .value_box {
  width: 180px;
}

.goods_show_row .store_msg_box .inner_box {
  border: 1px solid #eee;
}

.goods_show_row .store_msg_box .top_box {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 15px;
}

.goods_show_row .store_msg_box .top_box .img_box {
  width: 30%;
  padding-top: 30%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.2);
}

.goods_show_row .store_msg_box .top_box .name_box {
  font-size: 18px;
  text-align: center;
  padding: 0 8px;
}

.goods_show_row .store_msg_box .bottom_box {
  padding: 10px 20px;
}

.goods_show_row .store_msg_box .bottom_box .key {
  display: inline-block;
  width: 60px;
  text-indent: 0.2em;
  font-size: 14px;
  font-weight: bold;
}

.goods_show_row .store_msg_box .bottom_box .value {
  float: right;
  font-size: 14px;
  font-weight: 500;
  max-width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.goods_show_row .store_msg_box .bottom_box .row_msg {
  margin-bottom: 5px;
}

.goods_show_row .store_msg_box .bottom_box .btn_box {
  margin: 50px 0;
  text-align: center;
}

.goods_show_row .store_msg_box .bottom_box .btn_box a {
  border: 1px solid #FFA800;
  background: white;
  padding: 8px 10px;
  border-radius: 8px;
  width: 100%;
  color: #FFA800;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}

.goods_show_row .store_msg_box .bottom_box .btn_box a:hover {
  background: #FFA800;
  color: #fff;
}