body {
  background-color: #f7f8f9;
}

.top-banner {
  background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%), var(--bg-banner-img, url(/images/banners/banner_contest.png)) no-repeat;
}

.primary-btn {
  width: 150px;
height: 40px;
background: linear-gradient(90deg, #E94A3B 0%, #E94A3B 49%, #F5A14E 100%);
box-shadow: 0px 2px 5px 0px #FFFFFF;
color:#FFF;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
}

.item-pic {
  background:red;
  width:480px;height:270px;
  object-fit: cover;
  flex: 0 0 480px;
}

.detail {
  margin-top: -55px;
  min-height: 700px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
.detail .header {
  height: 55px;
  border-bottom: 1px solid #ebedf0;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.detail .content {
  background-color: white;
  padding: 60px 80px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.detail .contest-item {
  width: 600px;
  background: #ffffff;
  border: 1px solid #ebedf0;
}
.detail .contest-item .cover {
  height: 240px;
  background: blue;
}
.detail .contest-item .bottom {
  padding: 32px;
}
.detail .contest-item .bottom .name {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 16px;
}
.detail .contest-item .bottom .desc {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail .product-intro {
  padding: 40px 90px;
}
.detail .product-intro .product-header {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 18px;
  position: relative;
}
.detail .product-intro .product-header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.x-1-link-panel {
  background: #f8f9fa;
  border-radius: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  width: 400px;
  height: 40px;
  margin: 30px auto;
}

.support-panel {
  width: 340px;
  height: 180px;
  display: inline-flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
}
.support-panel__header {
  line-height: 48px;
  flex: 0 0 48px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}
.support-panel__body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.support-panel__body .sup-item {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.pics .pic-item {
  display: inline-block;
  width: 325px;
  height: 181px;
  background: #f6f6f6;
  border: 8px solid #f8f9fa;
  margin-right: 13px;
}
.pics .pic-item:last-child {
  margin-right: 0;
}

.sub-link {
  margin-top: 20px;
  font-size: 20px;
  border: 1px solid #fff;
  font-weight: 900;
  text-align: center;
  width: 180px;
  padding: 5px 0;
  border-radius: 20px;
  color: #f44712;
  background: #fff;
}

.channel-item .bottom .name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin: 5px 0;
}
.channel-item .bottom .desc {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

a:hover {
  cursor: pointer;
}
.img-preview {
  object-fit: cover;
}
/*# sourceMappingURL=contest.css.map */
