* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
html,
body {
  background: #fff;
  overflow-x: hidden;
}
.app-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f5f8;
}
.app-center {
  background: #f4f5f8;
}
.bg-white {
  background: #fff !important;
}

.header {
  height: 5.5rem;
  display: flex;
  align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;

}
.header-full {
  height: 5.5rem;
}
.header .header-recharge-btn{
  width: 5rem;
  height: 2.875rem;
  border: .125rem solid #FF768F;
  border-radius: 1.5rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-recharge-btn a{
  font-size: 1.75rem;
  font-weight: bold;
  color: #FF6060;
}
.header .topic-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: none;
}
.header .topic-nav.active {
  display: flex;
}
.header .topic-nav .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.header .topic-nav ul {
  padding: 2.5rem 2.125rem;
  background: #fff;
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
}
.header .topic-nav ul li {
  width: 26.875rem;
  height: 5.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.header .topic-nav ul li i{
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1.25rem;
}
.header .topic-nav ul li:nth-child(1) {
  background: url(../images/topic-item-1.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li:nth-child(1) i{
  background: url(../images/topic-icon-1.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li:nth-child(2) {
  background: url(../images/topic-item-2.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li:nth-child(2) i{
  background: url(../images/topic-icon-2.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li:nth-child(3) {
  background: url(../images/topic-item-3.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li:nth-child(3) i{
  background: url(../images/topic-icon-3.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li:nth-child(4) {
  background: url(../images/topic-item-4.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li:nth-child(4) i{
  background: url(../images/topic-icon-4.png) center center no-repeat;
  background-size: 100%;
}
.header .topic-nav ul li a {
  font-size: 1.875rem;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header .topic-nav ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.header .swiper-header {
  display: flex;
  align-items: center;
  position: absolute;
  right: 8.5rem;
  top: 0;
  bottom: 0;
  left: 0;
}
.swiper-container-header {
  padding-left: 1.25rem;

}
.swiper-slide-header {
  display: inline-flex;
  width: auto !important;
}
.swiper-slide-header .nav-item {
  min-width: 3.125rem;
  padding: 0px 1.25rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
}
.swiper-slide-header .nav-item a {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide-header .nav-item.on {
  background: #ff6060;
}
.swiper-slide-header .nav-item.on a {
  color: #fff;
}
.swiper-slide-header .topics {
  position: absolute;
  left: -9999px;
  z-index: -9999;
  opacity: 0;
}
.p-10 {
  padding: 1.25rem !important;
}
.px-10 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.pt-10 {
  padding-top: 1.25rem !important;
}
.pb-10 {
  padding-bottom: 1.25rem !important;
}
.mb-10 {
  margin-bottom: 1.25rem !important;
}
.mt-10 {
  margin-top: 1.25rem !important;
}
.app-navbar-full {
  height: 5.5rem;
  width: 100%;
}
.app-navbar {
  height: 5.375rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0px 6.125rem;
  border-bottom: 0.125rem solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.app-navbar .back {
  position: absolute;
  width: 3.625rem;
  height: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
}
.app-navbar .back i {
  width: .9375rem;
  height: 1.6875rem;
  background: url(../images/navbar-back.png) center center no-repeat;
  background-size: 100%;
}
.app-navbar .home {
  position: absolute;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  background: #ff6060;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  background: url(../images/navbar-home.png) center center no-repeat;
  background-size: 100%;

}
.app-navbar .title {
  font-size: 2rem;
  font-weight: 800;
  color: #111111;
  height: 5rem;
  line-height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 1.25rem;
}
.common-title .left {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #111111;
}
.common-title .left i {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.25rem;
  background-size: 100%;
}
.common-title .left i.icon-normal{
  background: url(../images/icon-foot.png) center center no-repeat;
  background-size: 100%;

}
.common-title .left i.icon-hot {
  background: url(../images/icon-hot.png) center center no-repeat;
  background-size: 100%;
}
.common-title .left i.icon-trend {
  background: url(../images/icon-trend.png) center center no-repeat;
  background-size: 100%;
}
.common-title .left i.icon-rank {
  background: url(../images/icon-rank.png) center center no-repeat;
  background-size: 100%;
}
.common-title .left i.icon-tags {
  background: url(../images/icon-tags.png) center center no-repeat;
  background-size: 100%;
}
.common-title .left i.icon-story {
  background: url(../images/icon-story.png) center center no-repeat;
  background-size: 100%;
}
.common-title .left i.icon-tuijian {
  background: url(../images/icon-tuijian.png) center center no-repeat;
  background-size: 100%;
}
.common-title .left i.icon-fengcai {
  background: url(../images/icon-fengcai.png) center center no-repeat;
  background-size: 100%;
}
.common-title .more {
  font-size: 1.625rem;
  font-weight: 400;
  color: #999999;
}
.common-video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-video-list li {
  margin-bottom: 1.25rem;
  width: 21.625rem;
  position: relative;
  box-shadow: 0px 0.375rem 0.75rem rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  border-radius: 0.625rem;
}
.common-video-list li.full {
  width: 21.25rem ;
  margin: 0 !important;
  height: 0 !important;
  box-shadow: none;
}
.common-video-list li .gotoVideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.common-video-list li .pic {
  width: 100%;
  height: 16.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0px 0px;
}
.common-video-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.common-video-list li .living-status {
  min-width: 2.25rem;
  padding: 0px 1.25rem;
  height: 2.25rem;
  background: linear-gradient(263deg, #ff748d 0%, #ff7daf 100%);
  border-radius: 1.125rem;
  font-size: 1.25rem;
  font-family: myFont, sans-serif;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 9;
  font-style: normal;
}
.common-video-list li .living-status.playback {
  background: linear-gradient(263deg, #63a3ff 0%, #b6dcff 50%, #72beff 100%);
}
.common-video-list li .living-status.pay-playback {
  background: linear-gradient(263deg, #63a3ff 0%, #b6dcff 50%, #72beff 100%);
}
.common-video-list li .figure-info {
  background: #fff;
  padding: 0.625rem 0.875rem;
  position: relative;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.common-video-list li .figure-info .figure-title {
  font-size: 1.5rem;
  font-family: myFont, sans-serif;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.75rem;
}
.common-video-list li .figure-info .figure-anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.375rem;
  font-family: myFont, sans-serif;
  font-weight: 400;
  color: #999999;
}
.common-video-list li .figure-info .figure-anchor .left {
  display: flex;
  align-items: center;
}
.common-video-list li .figure-info .figure-anchor .left .avatar {
  width: 2.875rem;
  height: 2.875rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.75rem;
  position: relative;
  z-index: 2;
}
.common-video-list li .figure-info .figure-anchor .left .figure-avatar-box {
  width: 2.875rem;
  height: 2.875rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.75rem;
  position: relative;
  z-index: 2;
}
.common-video-list li .figure-info .figure-anchor .right {
  display: flex;
  align-items: center;
}
.common-video-list li .figure-info .figure-anchor .right .figure-hot {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/hot.png) center center no-repeat;
  background-size: 100%;
  margin-right: 0.25rem;
}

.common-trend-list {
  margin: 0 auto;
}
.common-trend-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-trend-list ul li {
  width: 21.625rem;
  background: #ffffff;
  border-radius: 0.625rem;
  position: relative;
  margin-bottom: 1.25rem;
  box-shadow: 0px 0.375rem 0.75rem rgba(0, 0, 0, 0.1);
}
.common-trend-list ul li.full {
  width: 21.25rem;
  height: 0;
  box-shadow: none;
  margin: 0;
}
.common-trend-list ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.common-trend-list ul li .trend-top {
  height: 4.375rem;
  padding: 0px 8.25rem 0px 5.125rem;
  position: relative;
  display: flex;
  align-items: center;
}
.common-trend-list ul li .trend-top img {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  margin-right: 0.75rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.common-trend-list ul li .trend-nickname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.375rem;
  font-weight: 400;
  color: #999999;
}
.common-trend-list ul li .trend-top .follow-btn {
  width: 5.75rem;
  height: 2.5rem;
  border: 0.125rem solid #f75a67;
  border-radius: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #f75a67;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.common-trend-list ul li .trend-middle {
  width: 21.625rem;
  height: 21.625rem;
  overflow: hidden;
}
.common-trend-list ul li .trend-middle img {
  width: 21.625rem;
  height: 21.625rem;
  object-fit: cover;
}
.common-trend-list ul li .trend-bottom {
  padding: 0px 0.625rem 0.625rem 0.625rem;
}
.common-trend-list ul li .trend-bottom .trend-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.625rem 0px 0.625rem;
  height: 2.25rem;
}
.common-trend-list ul li .trend-bottom .trend-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.375rem;
  font-weight: 400;
  color: #999999;
}
.common-trend-list ul li .trend-bottom .trend-count .icon-like {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/icon-like.png) center center no-repeat;
  background-size: 100%;
  margin-right: 0.75rem;
}

.common-trend-list ul li .trend-bottom .trend-count .icon-comment {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/icon-comment.png) center center no-repeat;
  background-size: 100%;
  margin-right: 0.75rem;
  margin-left: 1.25rem;
}

.common-swiper-banner {
  height: 10.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.common-swiper-banner .swiper-slide {
  border-radius: 0.625rem;
}
.common-swiper-banner .swiper-slide img {
  height: 10.875rem;
  width: 100%;
  object-fit: cover;
}
.common-tags-list {
  border-radius: 0.625rem;
  background: #ffffff;
  padding: 1.875rem 1.25rem 1rem;
}
.common-tags-list ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.common-tags-list ul li {
  min-width: 6.75rem;
  height: 3.625rem;
  border: 1px solid #cacaca;
  border-radius: 1.875rem;
  padding: 0px 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0.4375rem 0.875rem;
  font-size: 1.5rem;
  font-family: myFont, sans-serif;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.common-tags-list ul li:hover {
  background: #f75a67;
  border: 0.125rem solid #f75a67;
  color: #fff;
}
.common-tags-list ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-story-list {
  border-radius: 0.625rem;
  background: #ffffff;
  padding: 1.875rem 1.25rem;
}
.common-story-list ul li {
  position: relative;
  margin-bottom: 0.875rem;
  padding: 0px 0 0px 1.25rem;
}
.common-story-list ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-story-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-story-list ul li p {
  width: 100%;
  font-size: 1.625rem;
  font-family: myFont, sans-serif;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.common-story-list ul li i {
  width: 0.5rem;
  height: 0.5rem;
  background: #f75a67;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.125rem;
}

.common-article-list {
  position: relative;
}
.common-article-list ul li {
  margin-bottom: 1.875rem;
  padding-left: 16.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.common-article-list ul li .cover {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 15rem;
  height: 11.25rem;
  object-fit: cover;
  border-radius: 0.625rem;
}
.common-article-list ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
}
.common-article-list ul li h1 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.common-article-list ul li h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  margin-bottom: 1.25rem;
}
.common-article-list ul li .time {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background: rgba(0,0,0,0.2);
  border-radius: 0px 16px 16px 0px;
  position: absolute;
  top: .625rem;
  left: 0;
  padding-right: .625rem;
}
.common-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25rem;
  font-size: 1.5rem;
}
.common-pagination span {
  margin: 0px 1.25rem;
}
.common-pagination a {
  margin: 0px 1.25rem;
}
.common-pagination a.active {
  color: #f75a67;
}
.common-anchor-list {
  background: #fff;
  border-radius: 0.625rem;
}
.common-anchor-list ul {
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-anchor-list ul li {
  width: 7.5rem;
  margin: 0px 0.9375rem 1.875rem;
}
.common-anchor-list ul li.full {
  width: 7.5rem;
  height: 0;
  margin-bottom: 0;
}
.common-anchor-list ul li img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  margin-bottom: 0.875rem;
}
.common-anchor-list ul li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 1.75rem;
}
.common-article-info {
}
.common-article-info h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 0.875rem;
}
.common-article-info .time {
  font-size: 1.625rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 1.875rem;
}
.common-article-info .content {
}
.common-article-info .content img {
  display: inline-block;
  max-width: 100%;
}

.app-footer {
  background: #333333;
  height: 14rem;
  padding: 0px 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.app-footer .app-footer-links {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 1.875rem;
}
.app-footer .app-footer-links a {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}
.app-footer .app-footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.app-footer .app-footer-info p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.app-footer .app-footer-info p a {
  font-weight: 400;
  color: #ffffff;
  margin: 0px 1.25rem;
}
.page-full {
  min-height: calc(100vh - 5.5rem);
}
.website-page h1 {
  padding: 1.875rem 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
}
.website-page ul {
  background: #fff;
  padding: 1.875rem 1.25rem 0;
}
.website-page ul li {
  display: inline-block;
  margin-right: 3.5rem;
  margin-bottom: 1.875rem;
}
.website-page ul li a {
  font-size: 1.625rem;
  font-weight: bold;
  color: #333333;
}

.download-page{
  position: fixed;
  bottom: 8.75rem;
  right: 2.875rem;
  z-index: 9000;
}
.download-page .download-page_close{
  position: absolute;
  z-index: 1;
  top: -24.5px;
  right: -5.5px;
  width: 30px;
  height: 30px;
  background: url('../images/close-2.png') no-repeat;
  background-size: 15px 15px;
  background-position: center;
}
.download-page i{
  display: block;
  width: 12.375rem;
  height: 9.5rem;
  background: url(../images/icon-download.png) center center no-repeat;
  background-size: 100%;
}
.download-page a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.common-trends-list {
  background: #fff;
  position: relative;
}
.common-trends-list ul {
}
.common-trends-list ul li {
  position: relative;
  min-height: 6.25rem;
  margin-bottom: 1.875rem;
}
.common-trends-list ul li:nth-last-child(1) {
    border-bottom: 0;
}
.common-trends-list ul li .trend-author {
  padding: 0px 10rem 0px 5.625rem;
  position: relative;
}
.trend-author-info {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trend-author-info .trend-author-info-nickname {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
}
.trend-author-info .trend-author-info-tile {
  font-size: 1.75rem;
  font-weight: 400;
  color: #999999;
}
.common-trends-list ul li .trend-author .trend-author-head {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.common-trends-list ul li .trend-author .trend-follow-btn {
  width: 8.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background: #ff6c7c;
  border-radius: 1.875rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.75rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.common-trends-list ul li .trend-title {
  font-size: 1.75rem;
  color: #333333;
  margin: 0 0px 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.common-trends-list ul li .trend-img-box {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.common-trends-list ul li .trend-img-box-1 {
  width: 26.25rem;
}
.common-trends-list ul li .trend-img-box-1 .trend-img{
  width: 26.25rem;
}
.common-trends-list ul li .trend-img-box-1 .trend-img img{
  width: 100%;
}
.common-trends-list ul li .trend-img-box-2 {
  width: 40rem;
}
.common-trends-list ul li .trend-img-box-2 .trend-img{
  width: 14.375rem;
}
.common-trends-list ul li .trend-img-box-2 .trend-img img{
  width: 14.375rem;
  height: 14.375rem;
  object-fit: cover;
}

.common-trends-list ul li .trend-img-box-3 .trend-img-full {
  width: 6.25rem;
  height: 0px;
  margin-bottom: 0;
}

.common-trends-list ul li .trend-img-box-3 .trend-img {
  width: 6.25rem;
  height: 6.25rem;
  background: #999999;
  border-radius: .625rem;
  margin-bottom: 1.25rem;
}
.common-trends-list ul li .trend-img-box-3 .trend-img img {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: cover;
}

.common-trends-list .trend-time{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.5rem;
  font-weight: 400;
  color: #999999;
}
.common-trends-list .trend-time .left{
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 400;
  color: #999999;
}
.common-trends-list .trend-time .left .icon-like {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/icon-like.png) center center no-repeat;
  background-size: 100%;
  margin-right: .75rem;
}

.common-trends-list .trend-time .left .icon-comment {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/icon-comment.png) center center no-repeat;
  background-size: 100%;
  margin-right: .75rem;
  margin-left: 1.25rem;
}
.no-data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #999;
  height: 18.75rem;
  font-size: 1.25rem;
}
.no-data i {
  width: 8.9375rem;
  height: 9.1875rem;
  background: url(../images/no-data.png) center center no-repeat;
  background-size: 100%;
  margin: 1.25rem 0px;
}
.common-gift-list  ul li{
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 2.5rem;
}
.common-gift-list ul li .sender-nickname{
  color: #f75a67;
  margin-right: 2rem;
}
.common-gift-list ul li .sender-giftImg {
  width: 5.625rem;
  height: 5.625rem;
  object-fit: cover;
  margin-right: 1.5rem;
  margin-left: 2rem;
}
.common-gift-list ul li .sender-count {
  color: #f75a67;
}