.good_container {
  width: 1500px;
  margin: 0 auto;
  background: #fff;
}
.good_container.filter {
  filter: blur(1.5px);
}
.good_container .ind_break {
  padding: 50px 0;
  font-size: 16px;
  color: #666;
}
.good_container .ind_break a {
  color: #666;
}
.good_container .ind_break a.curt {
  color: #d70134;
}
.good_container .prodetail {
  position: relative;
}
.good_container .prodetail .goods_info {
  height: 980px;
  display: -webkit-flex;
  display: flex;
}
.good_container .prodetail .goods_info .left {
  width: 55%;
  padding-top: 80px;
  position: relative;
}
.good_container .prodetail .goods_info .left .left-warp .swiper-warp {
  width: 630px;
  height: 630px;
  margin: 0 auto;
}
.good_container .prodetail .goods_info .left .left-warp .swiper-warp img {
  width: 100%;
}
.good_container .prodetail .goods_info .left .swiper-pagination-bullet-active {
  background: #3C3C3C;
}
.good_container .prodetail .goods_info .left .swiper-button-prev,
.good_container .prodetail .goods_info .left .swiper-button-next {
  width: 33px;
  height: 63px;
}
.good_container .prodetail .goods_info .left .swiper-button-prev {
  background: url("/public/res/images/pcCharmzenus20190925/goods_swiper_left.png") no-repeat;
}
.good_container .prodetail .goods_info .left .swiper-button-next {
  background: url("/public/res/images/pcCharmzenus20190925/goods_swiper_right.png") no-repeat;
}
.good_container .prodetail .goods_info .right {
  box-sizing: border-box;
  padding-left: 120px;
  flex: 1;
}
.good_container .prodetail .goods_info .right .goods_text .en_title {
  font-size: 22px;
}
.good_container .prodetail .goods_info .right .goods_text .cn_title {
  font-size: 36px;
  font-weight: bold;
}
.good_container .prodetail .goods_info .right .goods_text .small_title {
  padding-top: 30px;
  font-size: 18px;
  color: #999;
}
.good_container .prodetail .goods_info .right .goods_text .goods_color {
  padding: 60px 0 35px 0;
}
.good_container .prodetail .goods_info .right .goods_text .goods_color span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
}
.good_container .prodetail .goods_info .right .goods_btn a {
  height: 55px;
  line-height: 55px;
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.good_container .prodetail .goods_info .right .goods_btn a.check_goods_detail {
  color: #fff;
  background: #3B3B3B;
}
.good_container .prodetail .goods_info .right .goods_btn a.buy {
  border: 1px solid #3B3B3B;
}
.good_container .prodetail .goods_info .right .goods_rec {
  padding-top: 25px;
}
.good_container .prodetail .goods_info .right .goods_rec .divider::before,
.good_container .prodetail .goods_info .right .goods_rec .divider::after {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  height: 1px;
  border-color: inherit;
  border-style: inherit;
  border-width: 1px 0 0;
}
.good_container .prodetail .goods_info .right .goods_rec .divider--hairline::before,
.good_container .prodetail .goods_info .right .goods_rec .divider--hairline::after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.good_container .prodetail .goods_info .right .goods_rec .divider--content-center::after,
.good_container .prodetail .goods_info .right .goods_rec .divider--content-left::after,
.good_container .prodetail .goods_info .right .goods_rec .divider--content-right::after {
  margin-left: 16px;
  content: '';
}
.good_container .prodetail .goods_info .right .goods_rec .divider::before,
.good_container .prodetail .goods_info .right .goods_rec .divider::after {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  height: 1px;
  border-color: inherit;
  border-style: inherit;
  border-width: 1px 0 0;
}
.good_container .prodetail .goods_info .right .goods_rec .divider::before {
  content: '';
}
.good_container .prodetail .goods_info .right .goods_rec .divider--hairline::before,
.good_container .prodetail .goods_info .right .goods_rec .divider--hairline::after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.good_container .prodetail .goods_info .right .goods_rec .divider--content-center::before,
.good_container .prodetail .goods_info .right .goods_rec .divider--content-left::before,
.good_container .prodetail .goods_info .right .goods_rec .divider--content-right::before {
  margin-right: 16px;
}
.good_container .prodetail .goods_info .right .goods_rec .divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 16px 0;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  border-color: #3B3B3B;
  border-style: solid;
  border-width: 0;
}
.good_container .prodetail .goods_info .right .goods_rec .goods_rec_list {
  height: 250px;
}
.good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li {
  text-align: center;
  box-sizing: border-box;
  width: 33.33333%;
  margin: 0 10px;
}
.good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li img {
  width: 100%;
}
.good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li .cn-name {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li .en-name {
  font-size: 12px;
}
.show_goods {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 801;
}
.show_goods .goods_details {
  position: absolute;
  width: 860px;
  left: 6.5%;
  top: 275px;
  bottom: 0;
  z-index: 999;
}
.show_goods .goods_details .mCustomScrollbar .mCustomScrollBox .mCSB_container {
  padding-top: 50px;
  padding-left: 50px;
  overflow: visible;
}
.show_goods .goods_details .mCSB_scrollTools {
  height: 100px;
  top: 300px;
}
.show_goods .goods_details .goods_details_pr {
  position: relative;
}
.show_goods .goods_details .goods_details_pr .goods_body .goods_body_p {
  box-shadow: 0 0 50px #999;
}
.show_goods .goods_details .goods_details_pr span {
  position: absolute;
  right: -30px;
  top: 50px;
  cursor: pointer;
}
.show_goods .goods_details .goods_details_pr img {
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .good_container {
    width: 1200px;
  }
  .good_container .prodetail {
    position: relative;
  }
  .good_container .prodetail .goods_info {
    height: 980px;
    display: -webkit-flex;
    display: flex;
  }
  .good_container .prodetail .goods_info .left {
    width: 50%;
    padding-top: 80px;
    position: relative;
  }
  .good_container .prodetail .goods_info .left .left-warp .swiper-warp {
    width: 630px;
    height: 630px;
    margin: 0 auto;
  }
  .good_container .prodetail .goods_info .left .left-warp .swiper-warp img {
    width: 100%;
  }
  .good_container .prodetail .goods_info .left .swiper-pagination-bullet-active {
    background: #3C3C3C;
  }
  .good_container .prodetail .goods_info .left .swiper-button-prev,
  .good_container .prodetail .goods_info .left .swiper-button-next {
    width: 33px;
    height: 63px;
  }
  .good_container .prodetail .goods_info .left .swiper-button-prev {
    background: url("/public/res/images/pcCharmzenus20190925/goods_swiper_left.png") no-repeat;
  }
  .good_container .prodetail .goods_info .left .swiper-button-next {
    background: url("/public/res/images/pcCharmzenus20190925/goods_swiper_right.png") no-repeat;
  }
  .good_container .prodetail .goods_info .right {
    box-sizing: border-box;
    padding-left: 120px;
    flex: 1;
  }
  .good_container .prodetail .goods_info .right .goods_text .en_title {
    font-size: 22px;
  }
  .good_container .prodetail .goods_info .right .goods_text .cn_title {
    font-size: 36px;
    font-weight: bold;
  }
  .good_container .prodetail .goods_info .right .goods_text .small_title {
    padding-top: 30px;
    font-size: 18px;
    color: #999;
  }
  .good_container .prodetail .goods_info .right .goods_text .goods_color {
    padding: 60px 0 35px 0;
  }
  .good_container .prodetail .goods_info .right .goods_text .goods_color span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
  }
  .good_container .prodetail .goods_info .right .goods_btn a {
    height: 55px;
    line-height: 55px;
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .good_container .prodetail .goods_info .right .goods_btn a.check_goods_detail {
    color: #fff;
    background: #3B3B3B;
  }
  .good_container .prodetail .goods_info .right .goods_btn a.buy {
    border: 1px solid #3B3B3B;
  }
  .good_container .prodetail .goods_info .right .goods_rec {
    padding-top: 25px;
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider::before,
  .good_container .prodetail .goods_info .right .goods_rec .divider::after {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 1px;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0;
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider--hairline::before,
  .good_container .prodetail .goods_info .right .goods_rec .divider--hairline::after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider--content-center::after,
  .good_container .prodetail .goods_info .right .goods_rec .divider--content-left::after,
  .good_container .prodetail .goods_info .right .goods_rec .divider--content-right::after {
    margin-left: 16px;
    content: '';
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider::before,
  .good_container .prodetail .goods_info .right .goods_rec .divider::after {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 1px;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0;
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider::before {
    content: '';
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider--hairline::before,
  .good_container .prodetail .goods_info .right .goods_rec .divider--hairline::after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider--content-center::before,
  .good_container .prodetail .goods_info .right .goods_rec .divider--content-left::before,
  .good_container .prodetail .goods_info .right .goods_rec .divider--content-right::before {
    margin-right: 16px;
  }
  .good_container .prodetail .goods_info .right .goods_rec .divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 16px 0;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    border-color: #3B3B3B;
    border-style: solid;
    border-width: 0;
  }
  .good_container .prodetail .goods_info .right .goods_rec .goods_rec_list {
    height: 250px;
  }
  .good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li {
    text-align: center;
    box-sizing: border-box;
    width: 33.33333%;
    margin: 0 10px;
  }
  .good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li img {
    width: 100%;
  }
  .good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li .cn-name {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .good_container .prodetail .goods_info .right .goods_rec .goods_rec_list ul li .en-name {
    font-size: 12px;
  }
  .show_goods {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 801;
  }
  .show_goods .goods_details {
    position: absolute;
    width: 700px;
    left: 1%;
    top: 275px;
    bottom: 0;
    z-index: 999;
  }
  .show_goods .goods_details .mCustomScrollbar .mCustomScrollBox .mCSB_container {
    padding-top: 50px;
    padding-left: 50px;
    overflow: visible;
  }
  .show_goods .goods_details .mCSB_scrollTools {
    height: 100px;
    top: 300px;
  }
  .show_goods .goods_details .goods_details_pr {
    position: relative;
  }
  .show_goods .goods_details .goods_details_pr .goods_body .goods_body_p {
    box-shadow: 0 0 50px #999;
  }
  .show_goods .goods_details .goods_details_pr span {
    position: absolute;
    right: -30px;
    top: 50px;
    cursor: pointer;
  }
  .show_goods .goods_details .goods_details_pr img {
    width: 100%;
  }
}
