/*论坛列表 start*/
.forum-list {
  padding: 0 0.65rem 0.869rem;
}
.forum-list .forum-item {
  width: calc((100% - 0.65rem) / 2);
  background-color: #fff;
  box-shadow: 0rem 0.26rem 0.61rem 0rem rgba(42, 58, 114, 0.15);
  border-radius: 0.13rem;
  margin-top: 0.65rem;
}
.forum-list .forum-item:not(:nth-child(2n)) {
  margin-right: 0.65rem;
}
.forum-list .forum-item-image {
  padding-top: 56.25%;
  position: relative;
}
.forum-list .forum-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*论坛列表 end*/
/*新闻列表 start*/
.news-list {
  padding: 0 0.65rem 0.869rem;
}
.news-list .news-item {
  width: 100%;
  box-shadow: 0rem 0.26rem 0.61rem 0rem rgba(42, 58, 114, 0.15);
  border-radius: 0.13rem;
  border: solid 2px #ffffff;
  padding: 0.65rem;
  background-image: linear-gradient(0deg, #ffffff 20%, #f4f5f8 100%);
  box-sizing: border-box;
  margin-top: 0.65rem;
}
.news-list .news-item-date {
  color: var(--m-theme-color);
  line-height: 1;
  padding-right: 0.65rem;
  margin-right: 0.65rem;
  border-right: 0.216rem solid #dcdcdc;
}
.news-list .news-item-date b {
  font-size: 1.39rem;
  font-weight: bold;
  font-family: "Arial";
  margin-right: 0.13rem;
}
.news-list .news-item-date p {
  font-size: 0.61rem;
}
/*新闻列表 end*/
/*商品列表 start*/
.goods-list {
  padding: 0 0.65rem 0.869rem;
  margin-top: 0.65rem;
}
.goods-list .goods-item {
  width: 100%;
  padding: 0.65rem;
  border-radius: 0.13rem;
  box-sizing: border-box;
  padding: 0.65rem 0.65rem 1.3rem 0.65rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.15s linear;
}
.goods-list .goods-item-price {
  font-weight: bold;
  line-height: 1;
  font-family: "Arial";
}
.goods-list .goods-item-btn {
  width: 4.34rem;
  margin-top: 0.34rem;
}
.goods-list .goods-item-btn img {
  max-width: 100%;
}
.goods-list .goods-item:nth-child(5n + 1) {
  background-image: url(../images/good-item-bg1.png);
}
.goods-list .goods-item:nth-child(5n + 1) .goods-item-title {
  color: #00468f;
}
.goods-list .goods-item:nth-child(5n + 1) .goods-item-price {
  color: #00468f;
}
.goods-list .goods-item:nth-child(5n + 2) {
  background-image: url(../images/good-item-bg2.png);
}
.goods-list .goods-item:nth-child(5n + 2) .goods-item-title {
  color: #00728b;
}
.goods-list .goods-item:nth-child(5n + 2) .goods-item-price {
  color: #00728b;
}
.goods-list .goods-item:nth-child(5n + 3) {
  background-image: url(../images/good-item-bg3.png);
}
.goods-list .goods-item:nth-child(5n + 3) .goods-item-title {
  color: #583794;
}
.goods-list .goods-item:nth-child(5n + 3) .goods-item-price {
  color: #583794;
}
.goods-list .goods-item:nth-child(5n + 4) {
  background-image: url(../images/good-item-bg4.png);
}
.goods-list .goods-item:nth-child(5n + 4) .goods-item-title {
  color: #1f1b70;
}
.goods-list .goods-item:nth-child(5n + 4) .goods-item-price {
  color: #1f1b70;
}
.goods-list .goods-item:nth-child(5n + 5) {
  background-image: url(../images/good-item-bg5.png);
}
.goods-list .goods-item:nth-child(5n + 5) .goods-item-title {
  color: #cd6120;
}
.goods-list .goods-item:nth-child(5n + 5) .goods-item-price {
  color: #cd6120;
}
/*商品列表 end*/
/*商品详情 start*/
.good-detail {
  padding-bottom: 1.73rem;
}
.good-detail .banner {
  width: 100%;
  height: auto;
}
.good-detail .good-content {
  padding: 0.65rem;
}
.good-detail .good-content .buy-car {
  background: var(--m-theme-color);
  padding: 0.34rem 0.65rem;
  color: #fff;
  font-size: 0.61rem;
  border-radius: 0.13rem;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.good-detail .good-text {
  padding: 0.65rem;
  border-top: 0.43rem solid #f4f4f4;
}
/*商品详情 end*/
/*嘉宾列表 start*/
.guest-list {
  padding: 0 0.65rem 0.869rem;
}
.guest-list .guest-item {
  margin-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.guest-list .guest-item:not(:last-child) {
  border-bottom: 0.216rem dashed #ededed;
}
.guest-list .guest-item img {
  width: 2.17rem;
  height: 2.17rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
/*嘉宾列表 end*/
/* 文本详情 start*/
.news-detail {
  padding: 15px 15px 20px;
}
.news-detail img {
  max-width: 100%;
  height: auto;
}
.detail-content img {
  max-width: 100%;
  height: auto;
}
/* 文本详情 end*/
/*# sourceMappingURL=sub-content.css.map */