/* line 175, ../../sass/construct/_mixin.scss */
.detail .s1 .back {
  height: 60px;
  background: white;
  border-radius: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 184, ../../sass/construct/_mixin.scss */
.detail .s1 .back:active, .detail .s1 .back:hover {
  background-color: #FAFAFA;
}
/* line 188, ../../sass/construct/_mixin.scss */
.detail .s1 .back ._icon {
  width: 44px;
  height: 44px;
  background-color: #45B035;
  border-radius: 44px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex: none;
}
/* line 196, ../../sass/construct/_mixin.scss */
.detail .s1 .back ._icon i {
  font-size: 24px;
  color: white;
  line-height: 1;
}
/* line 202, ../../sass/construct/_mixin.scss */
.detail .s1 .back ._label {
  width: 100%;
  flex: auto;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: black;
}

/* line 5, ../../sass/app/post.scss */
.animate-magic {
  transform-style: preserve-3d;
  position: relative;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 9, ../../sass/app/post.scss */
.animate-magic .shine {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 20, ../../sass/app/post.scss */
.animate-magic:hover .shine {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 28, ../../sass/app/post.scss */
.index .s1 {
  height: 495px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 31, ../../sass/app/post.scss */
.index .s1 .cover,
.index .s1 .info {
  width: 50%;
  height: inherit;
}
/* line 39, ../../sass/app/post.scss */
.index .s1 .info {
  padding-left: 80px;
  padding-right: calc(50vw - 640px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  grid-row-gap: 16px;
  background-color: #1D2939;
}
/* line 47, ../../sass/app/post.scss */
.index .s1 .info .d {
  color: #45B035;
  font-size: 16px;
  font-weight: 500;
}
/* line 52, ../../sass/app/post.scss */
.index .s1 .info .t {
  color: #F2F4F7;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
/* line 58, ../../sass/app/post.scss */
.index .s1 .info .ab {
  font-size: 16px;
  font-weight: 400;
  color: #D0D5DD;
}
/* line 66, ../../sass/app/post.scss */
.index .s2 {
  padding: 100px 0 190px;
  background-color: #EAECF0;
}
/* line 70, ../../sass/app/post.scss */
.index .s2 .sec-title .t1 {
  font-weight: 700;
}
/* line 73, ../../sass/app/post.scss */
.index .s2 .sec-title .l {
  background-color: #45B035;
}
/* line 77, ../../sass/app/post.scss */
.index .s2 .category {
  margin: 30px 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 30px;
}
/* line 81, ../../sass/app/post.scss */
.index .s2 .category .item {
  padding: 0 16px;
  height: 30px;
  border-radius: 30px;
  font-size: 14px;
  color: #45B035;
  border: #45B035 1px solid;
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 92, ../../sass/app/post.scss */
.index .s2 .category .item:hover, .index .s2 .category .item.active {
  background-color: #45B035;
  color: white;
}
/* line 99, ../../sass/app/post.scss */
.index .s2 .list {
  grid-auto-columns: 1fr;
  display: grid;
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-transform: perspective(3000px);
  -ms-transform: perspective(3000px);
  -webkit-transform: perspective(3000px);
  transform: perspective(3000px);
  transform-style: preserve-3d;
}
/* line 109, ../../sass/app/post.scss */
.index .s2 .list .item {
  transform-style: preserve-3d;
  grid-area: span 1 / span 2 / span 1 / span 2;
}
/* line 111, ../../sass/app/post.scss */
.index .s2 .list .item:nth-child(1), .index .s2 .list .item:nth-child(2) {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
/* line 114, ../../sass/app/post.scss */
.index .s2 .list .item:nth-child(1) .cover, .index .s2 .list .item:nth-child(2) .cover {
  height: 320px;
}
/* line 119, ../../sass/app/post.scss */
.index .s2 .list .item .cover {
  height: 260px;
  overflow: hidden;
}
/* line 122, ../../sass/app/post.scss */
.index .s2 .list .item .cover img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 129, ../../sass/app/post.scss */
.index .s2 .list .item .info {
  height: 198px;
  padding: 16px 40px 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  grid-row-gap: 16px;
  border-bottom: #D0D5DD 1px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 137, ../../sass/app/post.scss */
.index .s2 .list .item .info .d {
  color: #45B035;
  font-size: 16px;
  line-height: 1.5;
}
/* line 142, ../../sass/app/post.scss */
.index .s2 .list .item .info .t {
  font-size: 20px;
  line-height: 1.5;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1D2939;
  font-weight: 500;
}
/* line 152, ../../sass/app/post.scss */
.index .s2 .list .item .info .ab {
  font-size: 16px;
  line-height: 1.5;
  height: 48px;
  color: #98A2B3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 165, ../../sass/app/post.scss */
.index .s2 .list .item:hover {
  box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.2);
}
/* line 168, ../../sass/app/post.scss */
.index .s2 .list .item:hover .cover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 172, ../../sass/app/post.scss */
.index .s2 .list .item:hover .info {
  border-color: #45B035;
  background-color: white;
}

/* line 186, ../../sass/app/post.scss */
.detail .no-data {
  padding-top: 200px;
  text-align: center;
  font-size: 32px;
  color: #ccc;
  font-style: italic;
}
/* line 193, ../../sass/app/post.scss */
.detail .s1 {
  background-color: #EAECF0;
}
/* line 195, ../../sass/app/post.scss */
.detail .s1 .wrapper {
  width: 100%;
  max-width: 768px;
  padding: 4vw 1.5vw 10vw;
  margin: 0 auto;
  overflow: hidden;
}
/* line 202, ../../sass/app/post.scss */
.detail .s1 .cover {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 64px;
}
/* line 209, ../../sass/app/post.scss */
.detail .s1 .d {
  font-weight: 500;
  font-size: 16px;
  color: #45B035;
}
/* line 214, ../../sass/app/post.scss */
.detail .s1 .t {
  color: #1D2939;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}
/* line 221, ../../sass/app/post.scss */
.detail .s1 .co {
  margin-top: 32px;
}
/* line 223, ../../sass/app/post.scss */
.detail .s1 .co img {
  max-width: 100%;
  height: auto;
}
/* line 228, ../../sass/app/post.scss */
.detail .s1 .back {
  width: 244px;
  margin-top: 100px;
}
/* line 233, ../../sass/app/post.scss */
.detail .s1 .attachments-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 236, ../../sass/app/post.scss */
.detail .s1 .attachments-list .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 239, ../../sass/app/post.scss */
.detail .s1 .attachments-list .item:hover .name {
  text-decoration: underline;
}
/* line 244, ../../sass/app/post.scss */
.detail .s1 .attachments-list .icon {
  font-size: 18px;
  color: #45B035;
}
/* line 248, ../../sass/app/post.scss */
.detail .s1 .attachments-list .name {
  margin-left: 10px;
  font-size: 16px;
  color: #1D2939;
}

@media screen and (max-width: 992px) {
  /* line 261, ../../sass/app/post.scss */
  .index .s1 {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 264, ../../sass/app/post.scss */
  .index .s1 .cover,
  .index .s1 .info {
    width: 100%;
  }
  /* line 268, ../../sass/app/post.scss */
  .index .s1 .cover {
    height: 250px;
  }
  /* line 271, ../../sass/app/post.scss */
  .index .s1 .info {
    padding: 50px 32px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    grid-row-gap: 6px;
  }
  /* line 281, ../../sass/app/post.scss */
  .index .s1 .info .d {
    font-size: 14px;
    font-family: HarmonyOS_Sans;
    line-height: 1;
  }
  /* line 286, ../../sass/app/post.scss */
  .index .s1 .info .t {
    font-size: 16px;
  }
  /* line 289, ../../sass/app/post.scss */
  .index .s1 .info .ab {
    font-size: 14px;
    color: #98A2B3;
  }
  /* line 293, ../../sass/app/post.scss */
  .index .s1 .info ._btn {
    margin-top: 32px;
  }
  /* line 298, ../../sass/app/post.scss */
  .index .s2 {
    padding: 64px 0;
  }
  /* line 301, ../../sass/app/post.scss */
  .index .s2 .sec-title .abst {
    display: none;
  }
  /* line 305, ../../sass/app/post.scss */
  .index .s2 .category {
    margin: 32px 0 64px;
  }
  /* line 307, ../../sass/app/post.scss */
  .index .s2 .category .item {
    height: 21px;
    font-size: 12px;
    padding: 0 12px;
  }
  /* line 313, ../../sass/app/post.scss */
  .index .s2 .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 319, ../../sass/app/post.scss */
  .index .s2 .list .item:nth-child(1) .cover, .index .s2 .list .item:nth-child(2) .cover {
    height: 190px;
  }
  /* line 323, ../../sass/app/post.scss */
  .index .s2 .list .item .cover {
    height: 190px;
    width: 100%;
  }
  /* line 327, ../../sass/app/post.scss */
  .index .s2 .list .item .info {
    background: white;
    padding: 32px 16px 48px;
    grid-row-gap: 6px;
    border-bottom-color: #45B035;
  }
  /* line 332, ../../sass/app/post.scss */
  .index .s2 .list .item .info .d {
    font-size: 14px;
    font-family: HarmonyOS_Sans;
    line-height: 1;
  }
  /* line 337, ../../sass/app/post.scss */
  .index .s2 .list .item .info .t {
    font-size: 16px;
  }
  /* line 340, ../../sass/app/post.scss */
  .index .s2 .list .item .info .ab {
    font-size: 14px;
    height: 42px;
  }

  /* line 352, ../../sass/app/post.scss */
  .detail .s1 .wrapper {
    padding: 64px 32px;
  }
  /* line 355, ../../sass/app/post.scss */
  .detail .s1 .d {
    font-size: 16px;
    font-family: HarmonyOS_Sans;
  }
  /* line 359, ../../sass/app/post.scss */
  .detail .s1 .t {
    font-size: 22px;
  }
  /* line 362, ../../sass/app/post.scss */
  .detail .s1 .back {
    width: 150px;
    height: 32px;
    background: #45B035;
    color: white;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 4px 0 18px;
    margin: 32px auto 0;
  }
  /* line 370, ../../sass/app/post.scss */
  .detail .s1 .back ._icon {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    background-color: white;
  }
  /* line 375, ../../sass/app/post.scss */
  .detail .s1 .back ._icon i {
    font-size: 16px;
    color: #45B035;
  }
  /* line 380, ../../sass/app/post.scss */
  .detail .s1 .back ._label {
    font-size: 12px;
    color: inherit;
  }
}
<!--0.00015902519226074-->