<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("blog_common.css");
@import url("ckeditor.css");
body {
  background-color: #fff;
  padding: 0px;
}

@media (min-width: 1600px) {
  .layui-main {
    width: 1380px;
  }

  .categories-sub-width {
    width: 1080px !important;
  }
}

@media (min-width: 1720px) {
  .layui-main {
    width: 1440px;
  }

  .categories-sub-width {
    width: 1260px !important;
  }
}

/* ç¿»è¯‘ */
.goog-te-banner-frame {
  display: none;
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

#google_translate_element2 {
  display: none !important;
}

main {
  background-color: #F8F8F8;
  padding-bottom: 100px;
}

.layui-breadcrumb {
  padding: 20px 0 20px 4px;
  height: 58px;
}

.blog {
  display: flex;
  width: calc(100% - 490px);
  flex-direction: column;
}

.blog_nav {
  width: 250px;
  min-width: 250px;
}

.blog_nav ul {
  color: #333333;
  margin: 0;
  padding: 0;
  background-color: white;
}

.all_list {
  font-size: 14px;
  padding-left: 30px;
  line-height: 40px;
  border-bottom: 1px solid rgb(201, 201, 201);
  background-color: #FAFAFA;
}

.blog_nav li {
  font-size: 14px;
  padding-left: 30px;
  line-height: 40px;
  border-bottom: 1px solid rgb(201, 201, 201);
  color: #D51B3B;
}

.def_year_month {
  background-color: rgb(230, 230, 230);
}

.blog_nav li:hover {
  background-color: rgb(230, 230, 230);
}

.blog_item_list {
  flex: 1;
  margin-left: 20px;
  background-color: white;
  max-width: 1170px;
  overflow: hidden;
}

.blog_content {
  flex: 1;
  background-color: white;
  max-width: 950px;
  overflow: hidden;
  border-radius: 10px;
}

.ant-anchor-wrapper {
  margin-top: 30px;
  margin-left: 10px;
  width: calc(100% - 10px);
}

.ant-anchor-link {
  padding: 0px;
}

.ant-anchor-ink:before {
  width: 0px;
}

.ant-anchor-link-title {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin-left: 20px;
  margin-bottom: 20px;
}

.ant-anchor-link-title:last-of-type {
  margin-bottom: 30px !important;
}

.ant-anchor-link .ant-anchor-link {
  padding: 0px;
}

.ant-affix {
  position: static !important;
}

.ant-anchor-link a {
  width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_content .content {
  padding: 20px;
  min-height: 600px;
}

.blog_title {
  text-align: center;
  color: #333333;
  padding: 20px 40px 0px 40px;
}

.ant-divider-horizontal.ant-divider-with-text-center:before,
.ant-divider-horizontal.ant-divider-with-text-center:after {
  border-top: 3px solid #E71A41;
}

.ant-divider-inner-text .circle {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 2px solid #E71A41;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: #E71A41;
}

.list_head h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.blog_title h1 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

.Anchor_title {
  width: calc(100% - 80px) !important;
  min-height: 200px;
  box-sizing: border-box;
  margin: 40px;
  background: #FFFFFF;
  border: 2px solid #DDDDDD;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
}

.Anchor_title div {
  width: 800px;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin: 12px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.Anchor_title div:hover {
  color: #E71A41;
}

.blog_date {
  color: #D51B3B;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  padding: 10px 0 0;
}

.focus_img {
  /* width: 872px; */
  /* height: 362px; */
  padding: 0 40px;
  margin: 15px 0;
  border-radius: 10px;
}

.focus_img img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog_text {
  padding: 10px 40px 0;
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

.blog_text .ck-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #E71A41;
}

.blog_text .ck-content h2 strong {
  font-size: 20px;
  font-weight: bold;
  color: #E71A41;
}

.search_box {
  display: flex;
}

.search_icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: rgb(216, 216, 216);
}

.search_icon:hover {
  background-color: rgb(192, 192, 192);
}

.search_icon:active {
  background-color: rgb(216, 216, 216);
}

.blog_item_list {
  padding: 20px 20px 40px;
  min-height: 600px;
}

.list_head {
  text-align: left;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 150px;
}

.blog_item {
  padding: 25px 150px;
}

.item_title {
  background-color: #333333;
  text-align: left;
  color: #F1F2F7;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px;
  word-break: break-word;
}


.item_content {
  border: 1px solid rgb(165, 165, 165);
  padding: 10px 20px 20px;
  box-shadow: 2px 4px 10px;
}

.item_img {
  margin: 0 0 20px;
}

.item_img img {
  width: 100%;
  object-fit: cover;
}

.item_date {
  color: #D51B3B;
  font-size: 14px;
  text-align: right;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.item_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #333333;
  font-size: 14px;
  line-height: 25px;
}

.item_line {
  height: 1px;
  background-color: rgb(193 193 193);
  margin: 20px 0;
}

.item_link {
  font-weight: 700;
}

header .header-main {
  justify-content: center;
}

.content .ant-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E71A41;
  font-size: 32px;
  margin-top: 20px;
}

.comment_user {
  background-color: #fff;
  max-width: 950px;
  overflow: hidden;
  border-radius: 10px;
  height: 270px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.comment_user_login {
  background-color: #fff;
  max-width: 950px;
  overflow: hidden;
  border-radius: 10px;
  height: 315px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.comment_user .user_avatar {
  width: 111px;
  height: 111px;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  margin: 0px 30px;
  cursor: pointer;
}

.comment_user_login .user_avatar {
  width: 111px;
  height: 111px;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  margin: 0px 30px;
  cursor: pointer;
  margin-top: 65px;
}

.comment_user .user_avatar img,
.comment_user_login .user_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.username {
  width: 125px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment_user .comment_box {
  width: 750px;
  height: 180px;
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog .comment_user_login .comment_box {
  width: 750px;
  height: 180px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.comment_user_login .comment_box textarea {
  width: 750px;
  height: 150px;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}

.comment_user_login .comment_box .rate_content {
  width: 100%;
}

.comment_user_login .comment_txt .rate_content .rate_txt {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 20px;

}

.comment_user .comment_box svg {
  fill: #999999;
  cursor: pointer;
}

.comment_user .comment_box .login_txt {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  margin-top: 10px;
  cursor: pointer;
}

.rate_content .ant-rate {
  color: #E71A41;
  font-size: 32px;
}

.comment_btn {
  width: 161px;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #E71A41;
  border-radius: 18px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #E71A41;
  position: absolute;
  bottom: 40px;
  right: 30px;
  cursor: pointer;
}

.comment_btn:hover {
  background: #E71A41;
  color: #fff;
}

.comment_list,
.question_answer {
  width: 950px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
}

.comment_list_top {
  width: 100%;
  height: 56px;
  border-bottom: 2px solid #DDDDDD;
  ;
}

.comment_list_top .comment_count,
.question_answer .question_answer_hd {
  width: 200px;
  height: 56px;
  background: #E71A41;
  border-radius: 10px 0px 0px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ant-tabs-nav {
  float: right !important;
}

.ant-tabs-nav .ant-tabs-tab-active {
  color: #333;
}

.ant-tabs-ink-bar {
  height: 4px;
  background-color: #E71A41;
}

.ant-tabs {
  color: #333 !important;
}

.comment_list .layui-nav {
  height: 55px;
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: flex-end;
  border-bottom: 2px solid #DDDDDD;
}

.layui-nav .layui-this a,
.layui-nav .layui-nav-item a {
  color: #333;
}

.layui-nav .layui-nav-item a:hover {
  color: #333;
}

.layui-nav .layui-this:after {
  background-color: #E71A41 !important
}

.layui-nav * {
  font-size: 20px;
}

.layui-nav-child {
  height: 42px;
  background: #FFFFFF;
  border: 2px solid #F8F8F8;
  border-radius: 10px;
  padding: 0px 0px;
}

.comment_list .ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab span .icon {
  fill: #E71A41;
  transform: translateY(4px);
}

.comment_list .comment_count {
  width: 200px;
  height: 54px;
  background: #E71A41;
  border-radius: 10px 0px 0px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.ant-comment-avatar {
  margin-right: 28px;
}

.ant-comment-avatar img {
  width: 81px !important;
  height: 81px !important;
  border: 1px solid #DDDDDD !important;
}

.ant-avatar {
  width: 81px !important;
  height: 81px !important;
}

.ant-comment-inner {
  padding: 30px 30px 15px 30px;
}

.ant-comment-content-detail p {
  white-space: inherit;
}

.ant-comment-content-author&gt;span {
  font-size: 16px;
  padding-right: 20px;
}

.ant-comment-content-author-name&gt;* {
  color: #333333 !important;
}

.ant-comment-content-detail p {
  font-size: 16px;
  margin-top: 53px;
  line-height: 24px;
}

.rate_comment {
  position: absolute;
  top: 62px;
  left: 139px;
  font-size: 16px;
}

.ant-comment-actions&gt;li&gt;span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
}

.ant-comment-actions {
  margin-top: 5px !important;
  cursor: pointer;
}

.rate_comment .ant-rate {
  margin-left: 10px;
  color: #E71A41;
}

.ant-comment-actions li svg {
  fill: #E71A41;
  transform: translateY(7px);
  margin-left: -4px;
}

.ant-comment .ant-comment-nested .comment_user .user_avatar {
  width: 61px;
  height: 61px;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}

.ant-comment .ant-comment-nested .comment_user {
  max-width: 950px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  margin-top: 0px;
  height: 160px !important;
}

.ant-comment .ant-comment-nested .comment_user .comment_box {
  width: 706px;
  height: 140px;
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ant-comment .ant-comment-nested {
  margin-left: 95px !important;
}

.ant-comment .ant-comment-nested .comment_user_login .user_avatar {
  width: 61px;
  height: 61px;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  margin: 0px 0px;
}

.ant-comment .ant-comment-nested .comment_user_login {
  margin-left: 30px;
  height: 200px;
}

.comment_list .ant-comment .ant-comment-nested .comment_user_login .comment_box {
  width: 706px !important;
  height: 140px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  margin-left: 20px;
  position: relative;
}

.comment_list .ant-comment .ant-comment-nested .comment_user_login .comment_box textarea {
  width: 706px !important;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.comment_list .ant-comment .ant-comment-nested .comment_user_login .comment_txt .comment_num {
  position: absolute;
  right: 20px;
  bottom: 67px;
  z-index: 2;
  color: #333;
}

.comment_list .ant-comment .ant-comment-nested .comment_user_login .comment_txt .comment_btn {
  position: absolute;
  top: 160px;
  right: 0px;
}

.ant-comment-nested .ant-comment .ant-comment-inner .ant-comment-avatar .ant-avatar {
  width: 61px !important;
  height: 61px !important;
}

.ant-comment-nested .ant-comment .ant-comment-inner .ant-comment-avatar .ant-avatar img {
  width: 61px !important;
  height: 61px !important;
}

.ant-comment .ant-comment-nested .reply_user {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  position: absolute;
  top: 46px;
  left: 119px;
}

.ant-comment .ant-comment-nested .reply_user span {
  color: #E71A41;
}

.ant-comment-nested .ant-comment .ant-comment-content-detail p {
  margin-top: 45px;
}

.ant-comment .ant-comment-nested .ant-comment .ant-comment-nested .comment_user_login .comment_txt .comment_box textarea {
  width: 624px !important;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ant-comment .ant-comment-nested .ant-comment .ant-comment-nested .comment_user_login .comment_txt .comment_num {
  position: absolute;
  right: 55px;
  bottom: 67px;
  z-index: 2;
  color: #333;
}

.ant-comment .ant-comment-nested .ant-comment .ant-comment-nested .comment_user_login .comment_txt .comment_btn {
  position: absolute;
  top: 160px;
  right: 34px;
}

.ant-comment-nested .ant-comment .ant-comment-nested .comment_user_login {
  margin-left: 18px;
}

.ant-comment-nested .ant-comment .ant-comment-inner {
  padding: 15px 30px 20px 30px;
}

.ant-comment .ant-comment-nested .ant-comment .ant-comment-nested .comment_user_login .comment_txt .comment_box {
  width: 624px !important;
  height: 140px;
  position: relative;
}

.ant-comment .ant-comment-nested .ant-comment .ant-comment-nested .comment_user a .comment_box {
  width: 624px !important;
}

.ant-comment .ant-comment-nested .ant-comment .ant-comment-nested .comment_user a .user_avatar {
  margin: 0px 20px !important;
}

.ant-tabs-nav-container {
  line-height: 1.6 !important;
  font-size: 20px !important;
}

.ant-tabs-nav .ant-tabs-tab:hover {
  color: #333 !important;
}

.ant-dropdown-menu-item {
  font-size: 20px !important;
}

.ant-dropdown-menu {
  margin: 12px 0px 0px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-42px);
  border-radius: 10px !important;
}

.ant-dropdown {
  min-width: 150px;
}

.ant-dropdown-menu-item-active {
  background: none;
}

.ant-dropdown-link .anticon svg {
  transform: translateY(-1px);
}

.ant-dropdown-menu-item:hover {
  background-color: #fff !important;
}

.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #fff !important;
}

.ant-dropdown-menu-item&gt;a {
  color: #333 !important;
}

.ant-tabs-top .ant-tabs-ink-bar-animated {
  transition: transform .1s cubic-bezier(.645, .045, .355, 1), width .1s cubic-bezier(.645, .045, .355, 1), left .1s cubic-bezier(.645, .045, .355, 1);
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.apply-shake {
  animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  border: 1px solid #E71A41 !important;
}

.comment_txt .comment_num {
  position: absolute;
  right: 49px;
  bottom: 115px;
  z-index: 2;
  color: #333;
}

.ant-select-disabled .ant-select-selection {
  background: transparent !important;
}


#page {
  padding: 40px 30px;
  float: right;
  height: 147px;
  display: flex;
  justify-content: center;
}

#page a {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 0px !important;
  margin-left: 10px;
  text-align: center;
  line-height: 38px;
  font-size: 20px !important;
  color: #999999;
}

#page .layui-laypage-curr {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-left: 10px;
  text-align: center;
  line-height: 38px;
  background: #E71A41 !important;
  color: #fff;
  padding: 0px !important;
  font-size: 20px !important;
}

/* åˆ†é¡µ */
.comment-list-ft {
  padding: 0 40px 40px;
  text-align: center;
  /* margin-right: -8px; */
}

.ant-pagination-disabled {
  border-color: #dfe3e7;
  color: #dfe3e7;
  background-color: #f5f7fa;
}

.ant-pagination-next:not(.ant-pagination-disabled):hover,
.ant-pagination-next:not(.ant-pagination-disabled):focus,
.ant-pagination-prev:not(.ant-pagination-disabled):hover,
.ant-pagination-prev:not(.ant-pagination-disabled):focus {
  border-color: #d70909;
  color: #fff;
  background-color: #d70909;
}

.ant-pagination-next:not(.ant-pagination-disabled):focus .ant-pagination-item-link, 
.ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link, 
.ant-pagination-prev:not(.ant-pagination-disabled):focus .ant-pagination-item-link, 
.ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link {
  color: #d70909;
  border-color: #d70909;
}

.ant-pagination-item {
  background-color: #fff;
}

.ant-pagination-item.ant-pagination-item-active {
  border-color: #d70909;
  color: #fff;
  background-color: #d70909;
  font-weight: bold;
}

.ant-pagination-item.ant-pagination-item-active a {
  color: #fff;
}

.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #d70909;
}

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #d70909;
}

.ant-pagination-item.ant-pagination-item-active:focus a,
.ant-pagination-item.ant-pagination-item-active:hover a {
  color: #fff;
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #d70909;
}

.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input:hover {
  border-color: #d70909;
  box-shadow: none;
}
/* é—®ç­” */
.question_answer .question_answer_bd {
  border-top: 1px solid #e8e8e8;
  padding: 10px 30px 30px;
}

.question_answer_item {
  line-height: 32px;
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}

.question_answer_q,
.question_answer_a {
  display: flex;
}

.question_answer_a {
  color: #999;
  margin-top: 8px;
}

.question_answer_q label,
.question_answer_a label {
  width: 2em;
  text-align: right;
  margin-right: 8px;
}

.question_answer_item_main {
  width: calc(100% - 2em - 8px);
}</pre></body></html>