

#app {
  background: #f7f7f7;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.text-container {
  margin-top: 86px;
}
.text-container .item {
  margin: 15px 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(28, 38, 49, 0.1);
}
.text-container .cover {
  width: 100%;
  height: 240px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.text-container .cover img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-container .cover .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.text-container .icons {
  width: 100%;
  height: 126px;
  border-bottom: 1px solid #d8d8d8;
}

.text-container .icons .icon-item {
  width: 25%;
  position: relative;
}
.text-container .icons .icon-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 44px;
  background-color: #d8d8d8;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.text-container .icons .icon-item:last-child::after {
  display: none;
}
.text-container .icons .icon-item:nth-child(4n)::after {
  display: none;
}

.text-container .icons .icon-item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.text-container .icons .icon-item .text {
  margin-top: 5px;
  font-size: 16px;
  color: #9e9e9e;
}

.text-container .articles .article-item {
  padding: 6px 20px;
  box-sizing: border-box;
  position: relative;
}
.text-container .articles .article-item::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(10px, -50%);
}

/* early-stage-container */
.early-stage-container {
  margin-top: 20px;
}
.early-stage-container .top-box .title {
  padding: 18px 0;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  color: #323232;
  width: 60%;
  border-bottom: 1px solid #d8d8d8;
}
.early-stage-container .top-box .more {
  font-size: 18px;
  color: #9e9e9e;
  cursor: pointer;
}

.early-stage-container .article-content .item {
  margin: 15px 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(28, 38, 49, 0.1);
  /* height: 433px; */
  height: 400px;
}
.early-stage-container .article-content .cover {
  width: 100%;
  position: relative;
}
.early-stage-container .article-content .cover img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.early-stage-container .article-content .cover .title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 12px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.53);
  position: absolute;
  left: 0;
  bottom: 0;
}
.early-stage-container .article-content .text {
  width: 100%;
  font-size: 12px;
  color: #9e9e9e;
  padding: 20px;
  box-sizing: border-box;
}
.early-stage-container .small-article {
  padding: 10px 15px;
  box-sizing: border-box;
}
.early-stage-container .small-article img {
  width: 40%;
  height: 110px;
  object-fit: cover;
  border-radius: 5px;
}
.early-stage-container .small-article .right-box {
  padding-left: 15px;
  box-sizing: border-box;
  flex: 1;
}
.early-stage-container .small-article .s-title {
  font-size: 18px;
  font-weight: bold;
  color: #9e9e9e;
  margin-bottom: 20px;
}
.early-stage-container .small-article .s-text {
  font-size: 12px;
  color: #9e9e9e;
  text-align: left;
}

/* ÍÆ¼ö sell */

/* res */
.sell-container {
  margin-top: 20px;
}
.sell-container .title {
  padding: 18px 0;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  color: #323232;
}
.sell-container .res-item {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
  border-radius: 10px;
  margin: 15px 0;
}

.sell-container .cover {
  width: 100%;
  height: 221px;
  border-radius: 10px 10px 0px 0px;
}

.sell-container .info {
  padding: 15px 12px;
  box-sizing: border-box;
}

.sell-container .left .top span {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
}

.sell-container .left .top > span + span:before {
  color: #cccccc;
  content: "|";
  padding: 0 5px;
}

.sell-container .left .bottom {
  margin-top: 10px;
}

.sell-container .avatar {
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-right: 8px;
}

.sell-container .username {
  font-size: 12px;
  color: #595959;
}

.sell-container .addr {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
  text-align: right;
}

.sell-container .contact-btn {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 96px;
  height: 30px;
  border-radius: 40px;
  cursor: pointer;
  background: linear-gradient(77deg, #8ab4e0 -6%, #3585da 112%);
}
<!--ºÄÊ±1755816844.0487Ãë-->