#community {
  background-color: #e5edf7;
  padding: 0 7px;
}
#community button {
  border: 0;
  background-color: transparent;
  padding: 0;
  display: block;
}
#community .section-header a,
#community .section-header button {
  color: #666;
}
#community h2 {
  color: #384047;
  font-weight: 500;
}
#community .section__title {
  display: flex;
  align-items: center;
}
#community .section-header > div > i {
  display: inline-block;
  width: 36px;
  height: 32px;
  margin-right: 8px;
  float: left;
  background-size: 100%;
}
#community .icon.index-community {
  background-image: url(/res/images/community/icons/icn-index-community.svg);
  background-repeat: no-repeat;
}
#community .section__more .fa-lg {
  line-height: 20px;
  vertical-align: 0;
}
#community .section-header .section__more:after {
  content: unset;
}
#community .section-subheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.6rem 0.5rem !important;
  padding: 0 0 5px 0;
}
#community .section-subheader h5 {
  font-weight: 400;
}
#community div.card-header {
  align-items: center;
  border-top: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 0 0 15px 0 !important;
  text-align: center;
  width: fit-content;
}
#community .content {
  margin-left: -7px;
  margin-right: -7px;
}
#community .card .card-text__detail > span:first-child {
  color: #ffffff;
}
#community .card .card-text__detail > span:last-child {
  color: #ffffff;
}

#community .submit-post {
  text-align: center;
  padding-bottom: 30px;
}

#community .submit-post .submit-post__button {
  padding: 9.5px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  border: 0;
  border-radius: 100px;
  display: block;
  width: 144px;
  height: 36px;
  text-align: center;
  margin: 0 auto;
  background-color: #00c991;
  background: linear-gradient(
    125deg,
    rgba(80, 182, 198, 1) 0%,
    rgba(2, 202, 148, 1) 100%
  );
  -webkit-box-shadow: 3px 3px 8px 0px rgb(155 155 155 / 25%);
  box-shadow: 3px 3px 8px 0px rgb(155 155 155 / 25%);
}
#community .submit-post .submit-post__button span {
  padding-right: 2px;
}
#community .submit-post .submit-post__button i {
  font-size: 12px;
  line-height: 20px;
  font-weight: lighter;
  -webkit-text-stroke: 1px #00c991;
}

#community .submit-post.creator-insight-ep .submit-post__button {
	width: 173px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6.5px 20px 7.5px;
	width: fit-content;
}
#community .submit-post.creator-insight-ep .submit-post__button img {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-right: 8px;
}
#community .submit-post.creator-insight-ep .submit-post__button span {
	padding-right: 0;
	line-height: 22px;
}

.owl-community {
  padding: 5px 0 18px 18px;
}
.owl-community .card {
  width: 240px;
}
#community .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin: 5px;
}
#community .card .card-img-wrapper {
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  border-radius: 10px;
}
#community .card-img-wrapper .card-like-comment,
#community .card-img-wrapper .card-video,
#community .card-img-wrapper .card-tag {
  position: absolute;
  z-index: 2;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 60%);
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  width: auto;
}
#community .card-img-wrapper .card-like-comment {
  top: 0;
  right: 0;
  padding: 15px 15px 20px;
}
#community .card-img-wrapper .card-video {
  top: 0;
  left: 0;
  margin: 15px 15px 20px;
}
#community .card-img-wrapper .card-tag {
  bottom: 0;
  padding: 20px 15px 15px;
  pointer-events: none;
}
#community .card-like-comment div > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  margin-top: 1px;
  float: left;
  background-size: 100%;
}
#community .card-video div > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  background-size: 100%;
}
#community .card-like {
  padding-right: 10px;
}
#community .icon.index-like {
  background-image: url(/res/images/community/icons/icn-index-like.svg);
  background-repeat: no-repeat;
}
#community .icon.index-comment {
  background-image: url(/res/images/community/icons/icn-index-comment.svg);
  background-repeat: no-repeat;
}
#community .icon.index-video {
  background-image: url(/res/images/community/icons/icn-index-video.svg);
  background-repeat: no-repeat;
}
#community .card-img-wrapper .card-tag i {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  background-color: white;
  -webkit-mask: url(/res/images/community/icons/icn-index-community.svg)
    no-repeat 100% 100%;
  mask: url(/res/images/community/icons/icn-index-community.svg) no-repeat 100%
    100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: unset;
}
#community .tag-card {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #fff;
  pointer-events: auto;
}
#community .card-img-wrapper .card-tag span.time {
  color: #FFFFFF;
}
#community .card-img-wrapper .wide-ratio {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 240px;
  height: 300px;
  display: block;
  cursor: pointer;
}
#community .card-img-wrapper .wide-ratio:before {
  display: block;
  content: "";
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.25) 30%,
    rgba(0, 0, 0, 0.05) 70%
  );
}
#community .card-img-wrapper .wide-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#community .card .card-img-wrapper::after {
  content: unset;
}
#community .card-img-wrapper .wide-ratio .card-img-top {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#community .card .card-detail .card-title {
  padding: 0;
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0 0 0.2rem 0;
  cursor: pointer;
}
#community .card .card-detail .card-info {
  text-align: left;
}
#community .card-header .author-pic {
  min-width: 42px;
  min-height: 42px;
  max-width: 42px;
  max-height: 42px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
#community .card-header .author-pic img {
  height: 42px;
  width: 42px;
  object-fit: cover;
}
#community .card-header .author-name {
  margin-left: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
  .section > div:first-child {
    padding-top: 10px;
  }
  #community .section-header > div > i {
    width: 24px;
    height: 20px;
  }
  #community h2 {
    font-size: 18px;
    padding: 0;
  }
  .owl-community .card {
    width: 160px;
  }
  #community .card {
    margin: 1px;
  }
  #community div.card-header {
    padding: 0 0 8px 0 !important;
  }
  #community .card-header .author-pic {
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
  }
  #community .card-header .author-pic img{
    height: 28px;
    width: 28px;
  }
  #community .card-header .author-name {
    font-size: 13px;
    margin-left: 6px;
  }
  #community .card-img-wrapper .card-like-comment {
    margin: 0;
    padding: 8px;
  }
  #community .card-like-comment div > i {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }
  #community .card-img-wrapper .card-like-comment,
  #community .card-img-wrapper .card-tag {
    font-size: 12px;
  }
  #community .card-img-wrapper .card-tag {
    padding: 20px 8px 8px;
  }
  #community .card-img-wrapper .card-tag i {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }
  #community .card .card-detail .card-title {
    font-size: 14px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
  }
  #community .card-img-wrapper .wide-ratio {
    width: 160px;
    height: 200px;
  }
  #community .submit-post {
    padding-bottom: 18px;
  }
}
