.portrait_content {
  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;
}
.portrait_ugc_swiper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1%;
}
.share-list {
  width: 19.2%;
}
.portrait_ugc_item {
  height: 0;
  padding-bottom: 175.78125%;
  cursor: pointer;
  position: relative;
}
.portrait_ugc_item > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 4px;
}
.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: rgba(255, 255, 255, 0.50);
  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 60px 48px;
  position: relative;
}
.portrait_popup_r_in {
  height: 100%;
  padding-right: 28px;
  overflow: auto;
  /* position: relative; */
}
.portrait_popup_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.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: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 130%;
}
.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 {
  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;
}
.portrait_popup_r_in .product-score {
  padding: 0 0 8px;
}
.portrait_popup_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
}
.portrait_popup_info {
  position: absolute;
  bottom: 14px;
  left: 48px;
  width: calc(100% - 96px);
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.portrait_popup_info_like {
  display: flex;
  align-items: center;
}
.portrait_popup_info_like_icon {
  width: 24px;
  height: 24px;
  background-image: url('https://img.aosomcdn.com/upload/activity/images/customersale_like_black.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
  cursor: pointer;
}
.portrait_popup_info_like_icon.active {
  background-image: url('https://img.aosomcdn.com/upload/activity/images/customersale_liked_black.svg');
}
.portrait_popup_info_like_num {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  line-height: 130%;
}
.portrait_popup_info_date {
  color: #8E9299;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.is-disabled {
  cursor: default;
}
.act_banner {
  margin-bottom: 32px;
}
.act_banner_img {
  padding-bottom: 17.5%;
}
.act_banner_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 6;
}
.how_it_works_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
  text-align: center;
}
.how_it_works_content {
  display: flex;
  justify-content: space-between;
}
.how_it_works_item {
  width: 32.833125%;
  padding: 28px 24px;
  border-radius: 4px;
  background: #F9FAFC;
}
.how_it_works_item_img {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.how_it_works_item_img  img {
  border-radius: 0;
}
.how_it_works_item_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.how_it_works_item_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  text-align: center;
}

.how_it_works_item_desc a {
  color: #066DFF;
  text-decoration: underline;
}

.share_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.share_title_text {
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.share_title_text:first-letter {
  color: #dc2f2f;
}

.share_title_right_btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background: #2B2B2B;
  color: #fff;
}

.portrait_ugc_bottom {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 37%, rgba(0, 0, 0, 0.40) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 4px 4px;
}

.portrait_ugc_like {
  width: 16px;
  height: 16px;
  background-image: url('https://img.aosomcdn.com/upload/activity/images/customersale_like.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.portrait_ugc_like.active {
  background-image: url('https://img.aosomcdn.com/upload/activity/images/customersale_liked.svg');
}

.portrait_ugc_like_num {
  font-size: 14px;
  color: #fff;
  line-height: 130%;
}

.portrait_ugc_nodata_img {
  width: 192px;
  margin: 64px auto 12px;
}
.portrait_ugc_nodata_img img {
  border-radius: 0;
}
.portrait_ugc_nodata_text {
  color: #8E9299;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 4px;
}
.portrait_ugc_nodata_info {
  color: #8E9299;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.share_see_more {
  text-align: center;
  margin-top: 24px;
}

.share_see_more span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #2B2B2B;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  padding: 0 48px;
  border-radius: 4px;
  border: 1px solid #2B2B2B;
}

@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 {
    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: 100%;
    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: 32px;
  }
  .portrait_popup_title {
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .portrait_popup_r_in .star-icon {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  .portrait_popup_r_in .product-reviews {
    font-size: 14px;
  }
  .portrait_popup_r_in .product-score {
    padding: 0 0 12px;
  }
  .portrait_popup_info {
    width: 100%;
    height: 60px;
    align-items: center;
    position: relative;
    border-top: 1px solid #F2F3F5;
    bottom: 0;
    left: 0;
  }
  .portrait_popup_info_date {
    font-size: 14px;
  }
  .portrait_popup_info_like_num {
    font-size: 14px;
  }
  .portrait_popup_info_like_icon {
    width: 16px;
    height: 16px;
  }
  .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: 16px;
  }
  .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: 24px;
    height: 24px;
    top: 12px;
    left: auto;
    right: 12px;
    transform: translate(0, 0);
  }
  .portrait_ugc_video_play img {
    width: 30%;
  }
  .act_banner {
    margin-bottom: 20px;
  }
  .act_banner_img {
    padding-bottom: 104.2735%;
  }
  .act_banner_link {
    width: 100%;
    height: 100%;
  }
  .how_it_works_title {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: left;
  }
  .how_it_works_content {
    flex-wrap: wrap;
  }
  .how_it_works_item {
    width: 100%;
    padding: 20px;
    margin-bottom: 8px;
  }
  .how_it_works_item:last-child {
    margin-bottom: 0;
  }
  .how_it_works_item_img {
    width: 28px;
    height: 28px;
    margin-bottom: 16px;
  }
  .how_it_works_item_title {
    font-size: 18px;
  }
  .how_it_works_item_desc {
    font-size: 14px;
  }

  .share_title {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .share_title_text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .share_title_right {
    width: 100%;
  }

  .share_title_right_btn a {
    width: 100%;
    text-align: center;
  }
  .portrait_ugc_like {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  .portrait_ugc_like_num {
    font-size: 12px;
  }
  .portrait_ugc_nodata_img {
    width: 144px;
    margin: 20px auto;
  }
  .portrait_ugc_nodata_text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 8px;
  }
  .portrait_ugc_nodata_info {
    font-size: 14px;
    line-height: 130%;
  }
  .share_see_more {
    margin-top: 20px;
  }
  .portrait_ugc_swiper {
    gap: 12px 3.4188%;
  }
  .share-list {
    width: 48.0683%;
  }
  .portrait_ugc_bottom {
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 37%, rgba(0, 0, 0, 0.60) 100%);
  }
}