@import url('footer_1.css');
.nav-null {
  height: 3.75rem;
}
@media (max-width: 540px) {
  .nav-null {
    height: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .blogs-list-main .col-xxl-3 {
    width: 26%;
  }
  .blogs-list-main .col-xxl-9 {
    width: 74%;
  }
}
.my-height {
  height: 6.3125rem;
}
@media (max-width: 991px) {
  .my-height {
    height: 0;
    display: none;
  }
}
.blog-detail-box {
  display: flex;
  flex-direction: column;
}
.blog-detail-box .detail-title {
  font-size: 2.25rem;
  color: #333333;
  margin-bottom: 1.875rem;
  text-align: center;
  font-weight: bold;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .blog-detail-box .detail-title {
    margin-top: 1.875rem;
    font-size: 1.5rem;
  }
}
.blog-detail-box .time-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1875rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .blog-detail-box .time-info {
    padding: 0.875rem 0;
    margin-bottom: 1.875rem;
  }
}
.blog-detail-box .time-info .time {
  display: flex;
  align-items: center;
}
.blog-detail-box .time-info .time img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.blog-detail-box .time-info .time span {
  font-size: 0.875rem;
  color: #999999;
}
.blog-detail-box .time-info .author {
  font-size: 0.875rem;
  color: #999999;
}
.blog-detail-box .main {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
}
.blog-detail-box .main img {
  max-width: 100% !important;
  height: auto !important;
}
.blog-detail-box .main table {
  width: 100% !important;
}
.blog-detail-box .main table img {
  width: 100% !important;
}
.blog-detail-box .main table tr,
.blog-detail-box .main table td {
  height: 100% !important;
}
.blog-detail-box .main table td {
  border-width: 1px !important;
}
.blog-detail-box .next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .blog-detail-box .next {
    margin-top: 0;
  }
}
.blog-detail-box .next img {
  width: 0.875rem;
  height: 0.875rem;
  cursor: pointer;
}
.blog-detail-box .next span {
  font-size: 0.875rem;
  color: #999999;
  cursor: pointer;
  padding-left: 0.3125rem;
}
.blog-detail-box .tag-next-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.blog-detail-box .tag-next-info .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-detail-box .tag-next-info .tag a {
  font-size: 0.875rem;
  color: #fe7c0f;
}
.blog-detail-box .tag-next-info .tag .lint {
  width: 0.125rem;
  background: #fe7c0f;
  margin: 0 0.75rem;
  height: 0.9375rem;
}
.blog-detail-box .next-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.25rem;
}
.blog-detail-box .next-info .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-detail-box .next-info .tag a {
  font-size: 0.875rem;
  color: #fe7c0f;
}
.blog-detail-box .next-info .tag .lint {
  width: 0.125rem;
  background: #fe7c0f;
  margin: 0 0.75rem;
  height: 0.9375rem;
}
.blog-detail-box .next-info .nexts {
  cursor: pointer;
  max-width: 12.5rem;
}
.blog-detail-box .next-info .nexts span {
  font-size: 1rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.blog-detail-box .third-party-share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .blog-detail-box .third-party-share {
    margin-bottom: 5.625rem;
    justify-content: flex-start;
  }
}
.blog-detail-box .third-party-share .third-party-arrow {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  transition: transform 0.2s linear;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
}
.blog-detail-box .third-party-share .third-party-more {
  position: relative;
}
.blog-detail-box .third-party-share .third-party-more:hover .third-party-more-list {
  max-height: 200px;
  transition: max-height 0.2s ease-in;
}
.blog-detail-box .third-party-share .third-party-more-list {
  background-color: #ffffff;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  padding: 0 12px;
  position: absolute;
  right: 0;
  top: 30px;
  transition: max-height 0.2s ease-out;
  z-index: 10;
}
.blog-detail-box .third-party-share .third-party-more-list a {
  margin-bottom: 12px;
}
.blog-detail-box .third-party-share .third-party-more-list a:nth-child(1n) {
  margin-top: 12px;
}
.blog-detail-box .third-party-share .third-party-more-list .third-party-name {
  margin-left: 0.3125rem;
}
.blog-detail-box .third-party-share .third-party-item {
  color: #000000;
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
}
.blog-detail-box .third-party-share .third-party-item .third-party-name {
  font-size: 0.75rem;
}
.blog-detail-box .third-party-share .third-party-item svg {
  fill: #000000;
  height: 18px;
  width: 18px;
}
.blog-detail-box .comment {
  display: flex;
  flex-direction: column;
}
.blog-detail-box .comment .comment-title {
  font-size: 2.125rem;
  color: #333333;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .blog-detail-box .comment .comment-title {
    font-size: 1.5625rem;
    margin-bottom: 0.9375rem;
  }
}
.blog-detail-box .comment .doc {
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .blog-detail-box .comment .doc {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.blog-detail-box .comment .doc a {
  color: #666666;
  text-decoration: underline;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item input {
  background: #f7f7f7;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  color: #999999;
  margin-bottom: 1.25rem;
  border: none;
  border-radius: 0;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item input:focus {
  box-shadow: 0 0 0 0.125rem #fe7c0f;
}
@media (max-width: 767px) {
  .blog-detail-box .comment .comment-form .comment-form-box .comment-form-item input {
    margin-bottom: 0.9375rem;
  }
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item input.placeholder {
  font-size: 0.875rem;
  color: #999999;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item textarea {
  background: #f7f7f7;
  padding: 0.75rem 1rem;
  height: 13.125rem;
  resize: none;
  font-size: 0.875rem;
  border: none;
  border-radius: 0;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item textarea:focus {
  box-shadow: 0 0 0 0.125rem #fe7c0f;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item textarea.placeholder {
  font-size: 0.875rem;
  color: #999999;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .submit {
  background: #fe7c0f;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0.5625rem 2.0625rem;
  border: none;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .submit {
    margin-top: 1.25rem;
    padding: 0.625rem 1.5625rem;
    font-size: 0.875rem;
  }
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list-title {
  font-size: 2.125rem;
  color: #333333;
  line-height: 2.5rem;
  margin-top: 4.375rem;
  font-weight: bold;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list {
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .avatar {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  margin-right: 0.75rem;
  margin-top: -0.5rem;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .avatar img {
  width: 100%;
  height: 100%;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info {
  flex: 1;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .userinfo .name {
  line-height: 1.3125rem;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .userinfo .time {
  font-size: 1rem;
  color: #666666;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .content {
  margin-top: 0.625rem;
  padding: 1rem;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .replyChild-box {
  padding: 1rem;
  background: #f7f7f7;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .replyChild-box .name {
  line-height: 1.3125rem;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .reply {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #fe7c0f;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .more {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #fe7c0f;
  cursor: pointer;
  margin-left: 1rem;
}
.blog-detail-box .comment .comment-form .comment-form-box .comment-form-item .comment-list .info .email {
  margin-top: 1rem;
  text-align: right;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.module-box {
  background: #f7f7f7;
  padding: 1.5625rem 1.25rem;
  margin-bottom: 1.875rem;
}
.module-box .module-title {
  font-size: 1.1875rem;
  color: #333333;
  position: relative;
  line-height: 1.4375rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
.module-box .module-title::after {
  content: ' ';
  width: 1.5625rem;
  height: 0.125rem;
  background: #fe7c0f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.module-box .module-main .categories-box {
  display: flex;
  flex-direction: column;
}
.module-box .module-main .categories-box .categories-list {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.module-box .module-main .categories-box .categories-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.module-box .module-main .categories-box .categories-list .categories-title {
  font-size: 1rem;
  color: #333333;
}
.module-box .module-main .categories-box .categories-list img {
  width: 0.875rem;
  height: 0.875rem;
}
.module-box .module-main .recommended-box {
  display: flex;
  flex-direction: column;
}
.module-box .module-main .recommended-box .recommended-list {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.module-box .module-main .recommended-box .recommended-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.module-box .module-main .recommended-box .recommended-list .recommended-image-box {
  width: 7.5rem;
  height: 5.625rem;
  flex-shrink: 0;
}
.module-box .module-main .recommended-box .recommended-list .recommended-image-box.max {
  height: 7.5rem !important;
}
.module-box .module-main .recommended-box .recommended-list .recommended-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info {
  display: flex;
  flex-direction: column;
  margin-left: 0.75rem;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info .recommended-title {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  flex: 1;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info .recommended-title h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info .recommended-title.span-4 span {
  -webkit-line-clamp: 4 !important;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info .recommended-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info .recommended-time {
  display: flex;
  align-items: center;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info .recommended-time img {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.625rem;
}
.module-box .module-main .recommended-box .recommended-list .recommended-info .recommended-time span {
  font-size: 0.875rem;
  color: #999999;
}
.module-box .module-main .video-box {
  display: flex;
  flex-direction: column;
}
.module-box .module-main .video-box .video-list {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.module-box .module-main .video-box .video-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.module-box .module-main .video-box .video-list .video-image {
  width: 100%;
  height: 9.375rem;
  position: relative;
}
@media (max-width: 991px) {
  .module-box .module-main .video-box .video-list .video-image {
    height: 15.625rem;
  }
}
@media (max-width: 540px) {
  .module-box .module-main .video-box .video-list .video-image {
    height: 10.1875rem;
  }
}
.module-box .module-main .video-box .video-list .video-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-box .module-main .video-box .video-list .video-image .icon {
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-box .module-main .video-box .video-list .video-image .video-user {
  position: absolute;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
}
.module-box .module-main .video-box .video-list .video-image .video-user .header {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2.4375rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.module-box .module-main .video-box .video-list .video-image .video-user .name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.module-box .module-main .video-box .video-list .video-info {
  display: flex;
  margin-top: 0.75rem;
  justify-content: flex-end;
}
.module-box .module-main .video-box .video-list .video-info .info-list {
  display: flex;
  align-items: center;
}
.module-box .module-main .video-box .video-list .video-info .info-list:first-child {
  margin-right: 1.875rem;
}
.module-box .module-main .video-box .video-list .video-info .info-list img {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.3125rem;
}
.module-box .module-main .video-box .video-list .video-info .info-list span {
  font-size: 0.875rem;
  color: #999999;
}
.page-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .page-box {
    margin-top: 1.875rem;
  }
}
.page-box .page-list {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #333333;
  margin-left: 0.9375rem;
  cursor: pointer;
}
@media (max-width: 540px) {
  .page-box .page-list {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    margin-left: 0.75rem;
    line-height: 1rem;
  }
}
.page-box .page-list.active {
  background: #fe7c0f;
  color: #ffffff;
}
.page-box .page-list.move {
  letter-spacing: 1px;
}
.page-box .icon {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 540px) {
  .page-box .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.container {
  --bs-gutter-x: 1.875rem !important;
}
.my-card-body .card {
  border: none !important;
  box-shadow: 0px 0px 6px 3px rgba(107, 107, 107, 0.08);
  cursor: pointer;
}
.my-card-body .card-img-top {
  position: relative;
}
.my-card-body .card-img-top .bd-placeholder-img {
  object-fit: cover;
  width: 100%;
  height: 26rem;
}
@media (max-width: 1200px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 13.5rem;
    height: 16.6875rem;
  }
}
@media (max-width: 991px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 12.6875rem;
  }
}
@media (max-width: 768px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 12.6875rem;
  }
}
.my-card-body .card-img-top .card-img-icon {
  position: absolute;
  bottom: 1.5625rem;
  right: 1.5625rem;
  width: 2.625rem;
  height: 2.625rem;
}
.my-card-body .card-body {
  display: flex;
  align-items: center;
}
.my-card-body .card-body .m-card-header {
  margin-right: 0.75rem;
}
.my-card-body .card-body .m-card-header img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  object-fit: cover;
}
.my-card-body .card-body .card-flex {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex: 1;
}
.my-card-body .card-body .card-flex .card-title {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 0.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.my-card-body .card-body .card-flex .card-info {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.my-card-body .card-body .card-flex .card-info .info-list {
  display: flex;
  align-items: center;
}
.my-card-body .card-body .card-flex .card-info .info-list:nth-child(1n) {
  margin-right: 1.875rem;
}
@media (max-width: 1200px) {
  .my-card-body .card-body .card-flex .card-info .info-list:nth-child(1n) {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .my-card-body .card-body .card-flex .card-info .info-list:nth-child(1n) {
    margin-right: 1.875rem;
  }
}
.my-card-body .card-body .card-flex .card-info .info-list .icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.3125rem;
}
.my-card-body .card-body .card-flex .card-info .info-list span {
  font-size: 0.875rem;
  color: #999999;
  line-height: 1rem;
}
.my-card-body .youtube-video {
  width: 100%;
  height: 26rem;
}
@media (max-width: 1200px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 13.5rem;
    height: 21rem;
  }
  .my-card-body .youtube-video {
    width: 13.5rem;
    height: 21rem;
  }
}
@media (max-width: 991px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 25rem;
  }
  .my-card-body .youtube-video {
    width: 17.5rem;
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 25rem;
  }
  .my-card-body .youtube-video {
    width: 17.5rem;
    height: 25rem;
  }
}
