.ugc-inner {
  width: 88.54166vw;
  margin: 0 auto;
}

.ugc-banner-wrap {
  width: 100%;
  position: relative;
}

.ugc-banner-wrap img {
  display: block;
  width: 100%;
}

.ugc-banner-wrap .banner-txt {
  position: absolute;
  top: 12.75vw;
  left: 12vw;
  width: 36vw;
}

.ugc-banner-wrap .banner-txt h2 {
  font-size: 3.125vw;
  font-weight: bold;
  color: #000;
}

.ugc-banner-wrap .banner-txt p {
  font-size: 1.5625vw;
  font-weight: bold;
  margin-top: 1.3vw;
  color: #000;
}

.ugc-tab-wrap {
  width: 100%;
  padding: 2.60416vw 0 2.08333vw;
  background: #F9F9F9;
}

.ugc-tab-wrap .ugc-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ugc-tab-wrap .ugc-inner .tab-item {
  font-size: 0.83333vw;
  line-height: 1;
  color: #000000;
  opacity: .6;
  margin-right: 4.6875vw;
  cursor: pointer;
}

.ugc-tab-wrap .ugc-inner .tab-item:hover {
  opacity: 1;
}

.ugc-tab-wrap .ugc-inner .tab-item:last-child {
  margin-right: 0;
}

.ugc-tab-wrap .ugc-inner .tab-item.active {
  position: relative;
  font-size: 1.25vw;
  opacity: 1;
  padding-bottom: 0.52083vw;
}

.ugc-tab-wrap .ugc-inner .tab-item.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #4196F6;
  border-radius: 2px;
}

.ugc-content-wrap {
  width: 100%;
  padding-bottom: 3.125vw;
  background: #F9F9F9;
}

.ugc-content-wrap .content-list {
  display: none;
  align-items: flex-start;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.ugc-content-wrap .content-list:first-child {
  display: flex;
}

.ugc-content-wrap .content-list .content-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 21.35416vw;
  height: 28vw;
  box-sizing: border-box;
  border-radius: 0.52083vw;
  background: #fff;
  margin-bottom: 1.30208vw;
  flex-direction: column;
  margin-left: 0.9vw;
}
.ugc-content-wrap .content-list .content-item:nth-child(4n+1) {
  margin-left: 0;
}

.ugc-content-wrap .content-list .content-item:nth-last-child(1),
.ugc-content-wrap .content-list .content-item:nth-last-child(2) {
  margin-bottom: 0;
}

.ugc-content-wrap .content-list .content-item .pic-wrap {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.52083vw 0.52083vw 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.8vw;
}

.ugc-content-wrap .content-list .content-item .pic-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5vw;
  height: 2.5vw;
  background: url("../icon/ugc-item-play.png") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.ugc-content-wrap .content-list .content-item .pic-wrap.play::before {
  background-image: url("../icon/ugc-item-pause.png");
}

.ugc-content-wrap .content-list .content-item .pic-wrap.play {
  background: url("../icon/ugc-item-pic-bg.png") no-repeat;
  background-size: 100% 100%;
}

.ugc-content-wrap .content-list .content-item .pic-wrap.play img {
  /* animation: roatePic 15s linear infinite; */
}

.ugc-content-wrap .content-list .content-item .pic-wrap.play.pause::before {
  background-image: url("../icon/ugc-item-play.png");
}

.ugc-content-wrap .content-list .content-item .pic-wrap.play.pause img {
  animation-play-state: paused;
}

@keyframes roatePic {
  form {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.ugc-content-wrap .content-list .content-item .pic-wrap .pic {
  display: block;
  width: 21.35416vw;
  transition: all .5s;
}

.ugc-content-wrap .content-list .content-item .pic-wrap .pic:hover {
  transform: scale(1.03);
}

.ugc-content-wrap .content-list .content-item .right {
  box-sizing: border-box;
  width: 21.35416vw;
  padding: 1.875vw 1.875vw 0 1.875vw;
}

.ugc-content-wrap .content-list .content-item .right h2 {
  height: calc(1.77083vw * 2);
  font-size: 1.35416vw;
  line-height: 1.77083vw;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.5625vw;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ugc-content-wrap .content-list .content-item .right .audio-wrap .bar-wrap {
  position: relative;
  margin-bottom: 0.625vw;
  cursor: pointer;
}

.ugc-content-wrap .content-list .content-item .right .audio-wrap .bar-wrap .cachebacks {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 8px;
  background: #000;
  opacity: .1;
}

.ugc-content-wrap .content-list .content-item .right .audio-wrap .bar-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 8px;
  border-radius: 4px;
  background: #000;
  cursor: pointer;
}

.ugc-content-wrap .content-list .content-item .right .audio-wrap .bar-wrap .bar .bar-cir {
  position: absolute;
  top: 50%;
  left: calc(100% - 0.83333vw / 2);
  transform: translateY(-50%);
  width: 0.83333vw;
  height: 0.83333vw;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.ugc-content-wrap .content-list .content-item .right .audio-wrap .bar-wrap .bar-bg {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #F9F9F9;
}

.ugc-content-wrap .content-list .content-item .right .audio-wrap .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}

.ugc-content-wrap .content-list .content-item .right .audio-wrap .time-wrap span {
  display: block;
  font-size: 0.9375vw;
  line-height: 1;
  color: #959595;
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(000, 000, 000, .1);
  padding-bottom: 1vw;
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item:last-child {
  margin-right: 0;
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item img {
  display: block;
  height: 0.98958vw;
  margin-right: 0.52083vw;
}

.qrcode img {
  display: unset !important;
  height: unset !important;
  margin-right: 0.52083vw !important;
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span {
  display: block;
  font-size: 0.9375vw;
  line-height: 1;
  color: #959595;
}
.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span.active {
  color: #000;
}

.ugc-content-wrap .content-list .content-item .right .upload-time {
  font-size: 0.83333vw;
  color: #959595;
  display: flex;
  align-items: center;
  margin-top: 0.8vw;
}

.ugc-content-wrap .content-list .content-item .type-tag {
  position: absolute;
  top: 0.52083vw;
  right: 0;
  font-size: 0.83333vw;
  line-height: 1;
  color: #fff;
  padding: 0.52083vw 0.9375vw;
  background-color: rgba(000, 000, 000, 0.2);
  border-radius: 0.9375vw 0px 0px 0.9375vw;
}

.product-list-right-page-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  padding-bottom: 3.125vw;
}

.product-list-right-page-btn-wrap .btn {
  margin-right: 1.40625vw;
}

.product-list-right-page-btn-wrap .btn.prev,
.product-list-right-page-btn-wrap .btn.next {
  display: flex;
  align-items: center;
  font-size: 0.9375vw;
  line-height: 1;
  background: #fff;
  box-sizing: border-box;
  padding: 0.78125vw 1.04166vw 0.83333vw;
  border-radius: 1.25vw;
  cursor: pointer;
}

.product-list-right-page-btn-wrap .btn.prev:hover,
.product-list-right-page-btn-wrap .btn.next:hover {
  color: #fff;
  background-color: #4196F6;
  background-repeat: no-repeat;
}

.product-list-right-page-btn-wrap .btn.next:hover::after {
  background-image: url(../icon/arr-btn-right-white.png);
}

.product-list-right-page-btn-wrap .btn.prev:hover::before {
  background-image: url(../icon/arr-btn-left-white.png);
}

.product-list-right-page-btn-wrap .btn.prev::before {
  display: block;
  content: "";
  width: 0.46875vw;
  height: 0.9375vw;
  background: url("../icon/product-arr-left.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-right: 0.52083vw;
}

.product-list-right-page-btn-wrap .btn.next::after {
  display: block;
  content: "";
  width: 0.46875vw;
  height: 0.9375vw;
  background: url("../icon/product-arr-right.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-left: 0.52083vw;
}

.product-list-right-page-btn-wrap .btn:last-child {
  margin-right: 0;
  margin-left: 1.40625vw;
}

.product-list-right-page-btn-wrap .btn.num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.77083vw;
  height: 1.77083vw;
  cursor: pointer;
  font-size: 0.9375vw;
  line-height: 1;
  color: #000;
  border-radius: 50%;
  margin-right: 0.26041vw;
}

.product-list-right-page-btn-wrap .btn.num:hover {
  background-color: #77b2f5;
  color: #fff;
}

.product-list-right-page-btn-wrap .btn.el {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.77083vw;
  height: 1.77083vw;
  font-size: 0.9375vw;
  line-height: 1;
  color: #000;
  border-radius: 50%;
  margin-right: 0.26041vw;
}

.product-list-right-page-btn-wrap .btn.num.active {
  background: #4196F6;
  color: #fff;
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop {
  position: absolute;
  left: 1.5625vw;
  transform: translateX(-50%);
  width: 5vw;
  top: 1.5625vw;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border-radius: 0.5vw;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  z-index: 99;
  display: none;

}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop a {
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #959595;
  position: relative;
  display: inline-block;
  /*padding: 1vw;*/
  /*padding-bottom: 0;*/
  /*padding-left: 1.6vw;*/
  /*padding-top: 0;*/
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .copy {
  padding-bottom: 1vw;
}

/*.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .copy::after {*/
/*  content: "";*/
/*  background: url(../icon/link.png) no-repeat;*/
/*  position: absolute;*/
/*  width: 0.8vw;*/
/*  height: 0.8vw;*/
/*  background-size: cover;*/
/*  left: 0.52083vw;*/
/*  top: 40%;*/
/*  transform: translateY(-50%);*/
/*  opacity: .5;*/
/*}*/

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .wechat::after {
  content: "";
  background: url(../icon/wechat-bottom-active.png) no-repeat;
  position: absolute;
  width: 1vw;
  height: 1vw;
  background-size: cover;
  left: 0.52083vw;
  top: 70%;
  transform: translateY(-50%);
  opacity: .5;
}

.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .sina::after {
  content: "";
  background: url(../icon/sina-bottom-active.png) no-repeat;
  position: absolute;
  width: 1vw;
  height: 1vw;
  background-size: cover;
  left: 0.52083vw;
  top: 70%;
  transform: translateY(-50%);
  opacity: .5;

}

.copy-pop {
  background-color: #fff;
  width: 10.41666vw;
  padding: 0.78125vw;
  text-align: left;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 0.5vw;
  z-index: 10;
}

.copy-pop span {
  color: #959595;
  font-size: 0.9375vw;
  line-height: 1.5;

}
.product-list-right-page-btn-wrap .btn.prev.grey, .product-list-right-page-btn-wrap .btn.next.grey {
  background: none;
  color: #959595;
  pointer-events: none;
}
@media screen and (min-width: 752px) {
  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop a:hover {
    color: #000;
  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop a:hover::after {
    opacity: 1;
  }
}

@media screen and (min-width: 752px) {
  .mob-show {
    display: none !important;
  }
}

@media screen and (max-width:751px) {
  .ugc-banner-wrap {
    width: 100%;
    height: 112vw;
  }

  .ugc-tab-wrap {
    padding-top: 5.3333vw;
    padding-bottom: 8.66666vw;
  }

  .ugc-banner-wrap .banner-txt h2 {
    font-size: 6.66666vw;
  }

  .ugc-banner-wrap .banner-txt p {
    font-size: 4vw;
    font-weight: 400;
  }

  .ugc-tab-wrap .ugc-inner .tab-item {
    font-size: 3.2vw;
  }

  .ugc-tab-wrap .ugc-inner .tab-item.active {
    font-size: 4.3vw;
    color: #000;
    opacity: 1 !important;
  }

  .ugc-tab-wrap .ugc-inner .tab-item.active::before {
    width: 3.73333vw;
    height: 0.53333vw;
    left: 50%;
    bottom: -0.8vw;
    transform: translateX(-50%);
  }

  .ugc-inner {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .ugc-content-wrap .content-list {
    flex-direction: column;
  }

  .ugc-content-wrap .content-list .content-item {
    width: 100%;
    height: auto;
    margin-bottom: 2.7vw;
    margin-left: 0;
  }

  .ugc-content-wrap .content-list .content-item .pic-wrap {
    width: 100%;
    height: 55.2vw;
  }

  .ugc-content-wrap .content-list .content-item .pic-wrap .pic {
    width: 100%;
  }

  .ugc-content-wrap .content-list .content-item .right {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 4vw;
  }

  .ugc-content-wrap .content-list .content-item .right h2 {
    margin-bottom: 6vw;
    font-size: 3.73333vw;
    line-height: unset;
    height: auto;
  }

  .ugc-content-wrap .content-list .content-item .right .audio-wrap .bar-wrap .bar .bar-cir {
    width: 2.3vw;
    height: 2.3vw;
    left: calc(100% - 0.83333vw / 1);
  }

  .ugc-content-wrap .content-list .content-item .right .audio-wrap .time-wrap {
    margin-top: 2.66666vw;
    margin-bottom: 5.33333vw;
  }

  .ugc-content-wrap .content-list .content-item .right .audio-wrap .time-wrap span {
    font-size: 3.2vw;
  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span {
    font-size: 3.2vw;
  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item img {
    height: 2.66666vw;
  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap {
    padding-bottom: 5.3vw;
  }

  .ugc-content-wrap .content-list .content-item .right .upload-time {
    font-size: 3.2vw;
    margin-top: 0;
    padding-top: 2.66666vw;
    padding-bottom: 2.66666vw;
  }

  .ugc-content-wrap .content-list .content-item:nth-last-child(1),
  .ugc-content-wrap .content-list .content-item:nth-last-child(2) {
    margin-bottom: 2.7vw;
  }

  .ugc-content-wrap .content-list .content-item .type-tag {
    padding: 1.6vw 3.7vw;
    border-radius: 3.2vw 0 0 3.2vw;
    font-size: 3.2vw;
    top: 1.7vw;
  }

  .ugc-content-wrap .content-list .content-item .pic-wrap::before {
    width: 7.2vw;
    height: 7.2vw;
  }


  .main-col {
    display: block;
    background-color: #F9F9F9;
    padding-bottom: 10.66666vw;
  }

  .main-more {
    width: 28.53333vw;
    height: 8.5vw;
    line-height: 8.5vw;
    border-radius: 8.5vw;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
  }

  .main-more span {
    font-size: 3.2vw;
    color: #000000;
    font-weight: 400;
  }

  .main-more .img {
    width: 1.73333vw;
    height: 1.06666vw;
    margin-left: 2.66666vw;
    background-image: url(../icon/major-down-rrow.png);
    background-size: cover;
  }

  .showall {
    display: none;
    text-align: center;
    font-size: 3.2vw;
    color: #696969;
  }

  .news-list-wrap .news-inner .news-item .pic img {
    height: 60.13333vw;
  }

  .section-banner-mob-fix {
    top: 2.8vw;
  }

  .ugc-content-wrap .content-list .content-item .right .audio-wrap .bar-wrap .cachebacks {
    border-radius: 8px;
  }




  .ugc-tab-wrap .ugc-inner .tab-item:hover {
    opacity: .6;
  }

  .ugc-content-wrap .content-list .content-item .pic-wrap .pic:hover {
    transform: unset;

  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop {
    width: 15vw;
    top: 5.5625vw;
    border-radius: 1.5vw;
  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop a {
    font-size: 3.2vw;
    /*padding: 2vw;*/
    /*padding-left: 4vw;*/
  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .wechat::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 55%;
  }

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .sina::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 55%;
  }

  /*.ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .copy::after {*/
  /*  width: 2.6vw;*/
  /*  height: 2.6vw;*/
  /*  top: 55%;*/
  /*}*/

  .ugc-content-wrap .content-list .content-item .right .handler-wrap .handler-item span .share-pop .copy {
    padding-bottom: 2vw;
  }

  .copy-pop {

    padding: 2.66666vw;
    border-radius: 1.33333vw;
    display: none;
  }

  .copy-pop span {
    font-size: 3.46666vw;
  }
  .header-white .section-header {
		height: 12vw;
	}
}