.portrait_content {
  padding: 32px 20px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.portrait_title {
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}
.portrait_title.font_title_normal {
  font-size: 24px;
}
.portrait_title.font_title_big {
  font-size: 32px;
}
.portrait_title.font_title_large {
  font-size: 36px;
}
.portrait_info {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}
.portrait_ugc_container {
  position: relative;
}
.portrait_ugc {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.portrait_ugc_swiper {
  height: auto;
}
.portrait_ugc_item {
  height: 0;
  padding-bottom: 133.3333%;
  cursor: pointer;
}
.portrait_ugc_item > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.portrait_ugc_container .swiper-button-prev,
.portrait_ugc_container .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
}
.portrait_ugc_container .swiper-button-prev {
  left: -8px;
}
.portrait_ugc_container .swiper-button-next {
  right: -8px;
}
.portrait_ugc .swiper-pagination-progressbar {
  display: block;
  top: auto;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  overflow: hidden;
  height: 8px;
  background: #F9FAFC;
}
.portrait_ugc .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #E5E6EB;
}
.portrait_skeleton {
  display: flex;
}
.portrait_skeleton_item {
  width: 23.0769%;
}
.portrait_ugc_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.portrait_ugc_video_play {
  width: 48px;
  height: 48px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portrait_ugc_video_play img {
  width: 33.3333%;
  display: block;
  border-radius: 0;
}
.portrait_popup {
  position: fixed;
  width: 1060px;
  height: 656px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}
.portrait_popup_box {
  width: 100%;
  height: 100%;
}
.portrait_popup_inner {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.portrait_popup_l {
  width: 46.415%;
  display: flex;
  height: 100%;
  align-items: center;
}
.portrait_popup_img {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F9FAFC;
}
.portrait_popup_img img, .portrait_popup_img video {
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.portrait_popup_r {
  width: 53.585%;
  padding: 48px 20px 0 48px;
}
.portrait_popup_r_in {
  height: 100%;
  padding-right: 28px;
  overflow: auto;
}
.portrait_popup_title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.portrait_popup_title_text {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.portrait_popup_title_icon {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.portrait_popup_title_icon img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.portrait_popup_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 150%;
}
.portrait_popup_desc.show_more {
  display: block;
}
.portrait_popup_desc_more {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-top: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.portrait_popup_product {
  margin-top: 20px;
  padding-top: 28px;
  border-top: 1px solid #F2F3F5;
}
.portrait_popup_product_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.portrait_product_img {
  width: 20.338983%;
}
.portrait_product_img img {
  border-radius: 4px;
}
.portrait_product_del {
  width: 76.271186%;
}
.portrait_product_title {
  margin-bottom: 12px;
}
.portrait_product_title a {
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2b2b2b;
}
.portrait_product_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.portrait_product_price {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.portrait_product_add {
  width: 36px;
  height: 36px;
  background-color: #2b2b2b;
  border-radius: 50%;
  background-image: url('https://cdn.aosomcdn.com/upload/tem/new_ui/images/act-cart-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}
.portrait_popup_r_in::-webkit-scrollbar {
  width: 5px;
  display: block;
  background-color: transparent;
}

.portrait_popup_r_in::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0.2;
  background-color: rgba(217, 217, 217, 1);
}

.portrait_popup_r_in::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: transparent;
}
.portrait_popup .swiper-button-prev,
.portrait_popup .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
}
.portrait_popup .swiper-button-prev {
  left: -84px;
}
.portrait_popup .swiper-button-next {
  right: -84px;
}
.portrait-btn-close {
  width: 24px;
  height: 24px;
  background-image: url('https://img.aosomcdn.com/upload/activity/images/close--black.svg');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 11;
}
@media only screen and (max-width: 1300px) {
  .portrait_popup {
    width: 900px;
    height: 557px;
  }
  .portrait_popup .swiper-button-prev {
    left: -8px;
  }
  .portrait_popup .swiper-button-next {
    right: -8px;
  }
}
@media only screen and (max-width: 1000px) {
  .portrait_popup {
    width: 700px;
    height: 433px;
  }
}
@media only screen and (max-width: 767px) {
  .portrait_content {
    padding: 16px 12px 20px;
    border: 0.5px solid #F2F3F5;
    box-shadow: 0 0 4.276px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
  }
  .portrait_title {
    margin-bottom: 8px;
  }
  .portrait_title.font_title_normal {
    font-size: 14px;
  }
  .portrait_title.font_title_big {
    font-size: 18px;
  }
  .portrait_title.font_title_large {
    font-size: 24px;
  }
  .portrait_info {
    margin-bottom: 16px;
  }
  .portrait_ugc {
    padding-bottom: 17px;
  }
  .portrait_ugc .swiper-pagination-progressbar {
    height: 5px;
    border-radius: 4px;
  }
  .portrait_skeleton_item {
    width: 82.5688%;
  }
  .portrait_popup {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .portrait_popup .swiper-button-prev {
    left: 12px;
    display: block;
  }
  .portrait_popup .swiper-button-next {
    right: 12px;
    display: block;
  }
  .portrait_popup_inner {
    flex-wrap: wrap;
    border-radius: 0;
  }
  .portrait_popup_l {
    width: 100%;
    height: 0;
    padding-bottom: 106.6666%;
    position: relative;
  }
  .portrait_popup_r {
    width: 100%;
    height: calc(100% - 400px);
    padding: 0 0 4px 12px;
  }
  .portrait_popup_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .portrait_popup_r_in {
    padding-right: 12px;
    padding-top: 24px;
  }
  .portrait_popup_title {
    justify-content: space-between;
  }
  .portrait_popup_title_text {
    font-size: 18px;
  }
  .portrait_popup_desc {
    font-size: 14px;
  }
  .portrait_popup_desc_more {
    font-size: 12px;
  }
  .portrait_popup_product {
    margin-top: 16px;
    padding-top: 0;
    border-top: 0 none;
  }
  .portrait_popup_product_item {
    margin-bottom: 12px;
  }
  .portrait_product_img {
    width: 22.792%;
  }
  .portrait_product_del {
    width: 73.7891%;
  }
  .portrait_product_title a {
    font-size: 12px;
    line-height: 130%;
  }
  .portrait_popup .swiper-button-prev,
  .portrait_popup .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-size: 25%;
  }
  .portrait-btn-close {
    width: 28px;
    height: 28px;
    right: 12px;
    background-image: url('https://img.aosomcdn.com/upload/activity/images/close-white-round.svg');
  }
  .portrait_ugc_video_play {
    width: 40px;
    height: 40px;
  }
  .portrait_ugc_video_play img {
    width: 30%;
  }
}