.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
textarea,
input {
  resize: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-warp {
  width: 1440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.blog-detail-page {
  background: #E9ECEF;
  padding-bottom: 20px;
}
.blog-detail-page * {
  font-size: 14px;
}
.blog-detail-page .graphic-info-box {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.blog-detail-page .article-item {
  width: 960px;
  border-radius: 10px;
  padding: 40px 20px;
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
  margin-top: 20px;
}
.blog-detail-page .article-item:first-of-type {
  margin-top: unset;
}
.blog-detail-page .article-item .head-title {
  font-family: 'OpenSans_700Bold';
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 40px;
}
.blog-detail-page .article-item .view-tool {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.blog-detail-page .article-item .view-tool span {
  color: #9DA3AA;
  display: flex;
  gap: 4px;
  align-items: center;
}
.blog-detail-page .article-item .view-tool .logo-view {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-detail-page .article-item .view-tool .logo-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail-page .article-item .view-tool .board-type:before {
  background: url("../images/blog/pcb-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: block;
}
.blog-detail-page .article-item .view-tool .view-date:before {
  display: block;
  content: '';
  background: url("../images/blog/time-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.blog-detail-page .article-item .view-tool .view-count:before {
  display: block;
  content: '';
  background: url("../images/blog/view-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.blog-detail-page .article-item .edit-rich-graphic p {
  color: #495057;
  line-height: 21px;
  margin-bottom: 20px;
}
.blog-detail-page .article-item .edit-rich-graphic img {
  display: inline-block;
  margin: 20px auto;
}
.blog-detail-page .article-item .edit-rich-graphic .mill-title {
  font-family: 'OpenSans_700Bold';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.blog-detail-page .article-item .edit-rich-graphic dl {
  margin-bottom: 20px;
  padding-left: 40px;
}
.blog-detail-page .article-item .edit-rich-graphic dl dt {
  color: #495057;
  font-size: 20px;
  line-height: 20px;
  font-family: 'OpenSans_700Bold';
  margin-bottom: 20px;
}
.blog-detail-page .article-item .share-help-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}
.blog-detail-page .article-item .share-help-box .media-share {
  display: flex;
  align-items: center;
  color: #9DA3AA;
  gap: 0 8px;
}
.blog-detail-page .article-item .share-help-box .media-share .media-icon {
  display: flex;
  object-fit: cover;
  width: 28px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.blog-detail-page .article-item .share-help-box .media-share .twitter {
  background: url("../images/blog/twitter-icon.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .media-share .twitter:hover {
  background: url("../images/news/twitter-icon-hover.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .media-share .yt {
  background: url("../images/blog/yt-icon.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .media-share .yt:hover {
  background: url("../images/blog/yt-icon-hover.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .media-share .in {
  background: url("../images/blog/in-icon.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .media-share .in:hover {
  background: url("../images/blog/in-icon-hover.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .media-share .ig {
  background: url("../images/blog/ig-icon.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .media-share .ig:hover {
  background: url("../images/blog/ig-icon-hover.webp") no-repeat center;
}
.blog-detail-page .article-item .share-help-box .upvote-box {
  color: #9DA3AA;
  display: flex;
  align-items: center;
}
.blog-detail-page .article-item .share-help-box .upvote-box .upvote-el {
  color: #9DA3AA;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.blog-detail-page .article-item .share-help-box .upvote-box .upvote-el span {
  color: #9DA3AA;
}
.blog-detail-page .article-item .share-help-box .upvote-box .upvote-btn {
  display: inline-block;
  background: url("../images/blog/upvote-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 4px;
}
.blog-detail-page .article-item .share-help-box .upvote-box .upvote-btn.active {
  background: url("../images/blog/upvote-icon-hover.webp") no-repeat center;
}
.blog-detail-page .article-item .switch-article-tool {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9DA3AA;
}
.blog-detail-page .article-item .switch-article-tool .none-btn {
  cursor: default;
  pointer-events: none;
}
.blog-detail-page .article-item .switch-article-tool .next-btn {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  cursor: pointer;
  color: #9DA3AA;
}
.blog-detail-page .article-item .switch-article-tool .next-btn:hover .txt {
  color: #F2994A;
}
.blog-detail-page .article-item .switch-article-tool .next-btn .txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #171717;
  max-width: 280px;
}
.blog-detail-page .article-item .switch-article-tool .tool-l {
  display: flex;
  align-items: center;
}
.blog-detail-page .article-item .switch-article-tool .tool-l .title,
.blog-detail-page .article-item .switch-article-tool .tool-l .txt {
  text-align: left;
}
.blog-detail-page .article-item .switch-article-tool .tool-r {
  display: flex;
  align-items: center;
}
.blog-detail-page .article-item .switch-article-tool .tool-r .title,
.blog-detail-page .article-item .switch-article-tool .tool-r .txt {
  text-align: right;
}
.blog-detail-page .article-item .post-title {
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9ECEF;
}
.blog-detail-page .article-item .post-title:before {
  width: 4px;
  height: 16px;
  background: #0F3460;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
}
.blog-detail-page .article-item .add-comment {
  margin-top: 20px;
}
.blog-detail-page .article-item .add-comment.disabled .form-control .comment-login-tips {
  display: block;
}
.blog-detail-page .article-item .add-comment .form-control {
  position: relative;
}
.blog-detail-page .article-item .add-comment .form-control .text-area {
  width: 100%;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.blog-detail-page .article-item .add-comment .form-control textarea {
  font-family: 'OpenSans_400Regular';
  font-size: 16px;
  width: 100%;
  min-height: 94px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  resize: block;
}
.blog-detail-page .article-item .add-comment .form-control textarea::placeholder {
  font-family: 'OpenSans_400Regular';
  color: #9DA3AA;
}
.blog-detail-page .article-item .add-comment .form-control .comment-login-tips {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 100px;
  color: #495057;
  font-size: 16px;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
  display: none;
}
.blog-detail-page .article-item .add-comment .form-control .comment-login-tips:hover {
  color: #F2994A;
}
.blog-detail-page .article-item .add-comment .btn-com-submit {
  width: 197px;
  height: 36px;
  background: #0F3460;
  margin: 20px auto 0;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.blog-detail-page .article-item .add-comment .btn-com-submit:hover {
  background: #F2994A;
}
.blog-detail-page .article-item .comments-list-box .comment-item {
  border-top: 1px solid #E9ECEF;
  padding-top: 20px;
  margin-top: 20px;
}
.blog-detail-page .article-item .comments-list-box .comment-item .avatar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.blog-detail-page .article-item .comments-list-box .comment-item .user-info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.blog-detail-page .article-item .comments-list-box .comment-item .head-logo {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.blog-detail-page .article-item .comments-list-box .comment-item .head-logo img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: unset;
}
.blog-detail-page .article-item .comments-list-box .comment-item .mes-info .name {
  color: #495057;
  font-family: 'OpenSans_700Bold';
  line-height: 21px;
  text-decoration-line: underline;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.blog-detail-page .article-item .comments-list-box .comment-item .mes-info .name:hover {
  color: #F2994A;
}
.blog-detail-page .article-item .comments-list-box .comment-item .mes-info .time {
  color: #9DA3AA;
  line-height: 21px;
  margin-bottom: unset;
}
.blog-detail-page .article-item .comments-list-box .comment-item .pull-right {
  display: flex;
  gap: 20px;
}
.blog-detail-page .article-item .comments-list-box .comment-item .pull-right span {
  color: #495057;
  cursor: pointer;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
}
.blog-detail-page .article-item .comments-list-box .comment-item .pull-right .replies:hover {
  color: #F2994A;
}
.blog-detail-page .article-item .comments-list-box .comment-item .pull-right .replies:before {
  background: url("../images/blog/vector-icon.webp") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.blog-detail-page .article-item .comments-list-box .comment-item .pull-right .delete:hover {
  color: #F23131;
}
.blog-detail-page .article-item .comments-list-box .comment-item .avatar-des {
  color: #171717;
  line-height: 21px;
  padding-left: 80px;
  word-break: break-word;
}
.blog-detail-page .article-item .comments-list-box .comment-item .avatar-des.media-mes {
  padding-left: unset;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box {
  margin-left: 80px;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e9ecef;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .media:last-child .avatar-des {
  margin-bottom: unset;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .media .avatar-des {
  padding-left: unset;
  margin-bottom: 20px;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .form-control {
  font-family: 'OpenSans_400Regular';
  width: 100%;
  min-height: 100px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  resize: block;
  font-size: 16px;
  position: relative;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .form-control:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 66px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #e9ecef;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .form-control:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 67px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #FFF;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  z-index: 1;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .form-control:focus,
.blog-detail-page .article-item .comments-list-box .sub-comments-box .form-control:hover {
  border: 1px solid #F2994A;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .form-control::placeholder {
  font-family: 'OpenSans_400Regular';
  color: #9DA3AA;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .the-btn {
  display: flex;
  justify-content: right;
  gap: 20px;
  margin-top: 10px;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .the-btn span {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 4px;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .the-btn .btn-primary {
  background: #0F3460;
  color: #FFFFFF;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .the-btn .btn-primary:hover {
  background: #F2994A;
}
.blog-detail-page .article-item .comments-list-box .sub-comments-box .the-btn .btn-default {
  background: #e9ecef;
  color: #171717;
}
.blog-detail-page .form-section {
  width: 460px;
  flex-shrink: 0;
}
.blog-detail-page .form-section .view-form-aside {
  position: sticky;
  top: 116px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.blog-detail-page .form-section .content-table {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
}
.blog-detail-page .form-section .content-table .table-title {
  color: #171717;
  font-size: 20px;
  font-family: 'OpenSans_700Bold';
  line-height: 27px;
  margin-bottom: 20px;
}
.blog-detail-page .form-section .content-table .val-roll-view {
  border-left: 2px solid #D1D5DB;
}
.blog-detail-page .form-section .content-table .list {
  margin-bottom: 20px;
}
.blog-detail-page .form-section .content-table .list:last-child {
  margin-bottom: unset;
}
.blog-detail-page .form-section .content-table .list:last-child dt {
  margin-bottom: unset;
}
.blog-detail-page .form-section .content-table .list dt {
  color: #495057;
  line-height: 21px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: -2px;
  padding-left: 22px;
}
.blog-detail-page .form-section .content-table .list dt.active {
  font-family: 'OpenSans_700Bold';
  color: #F2994A;
}
.blog-detail-page .form-section .content-table .list dt.active:before {
  display: block;
}
.blog-detail-page .form-section .content-table .list dt:before {
  width: 2px;
  height: 100%;
  background: #F2994A;
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.blog-detail-page .form-section .content-table .list dt:hover {
  color: #F2994A;
}
.blog-detail-page .form-section .content-table .list dd {
  color: #9DA3AA;
  line-height: 21px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: -2px;
  padding-left: 42px;
}
.blog-detail-page .form-section .content-table .list dd.active {
  font-family: 'OpenSans_700Bold';
  color: #F2994A;
}
.blog-detail-page .form-section .content-table .list dd.active:before {
  display: block;
}
.blog-detail-page .form-section .content-table .list dd:before {
  width: 2px;
  height: 100%;
  background: #F2994A;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.blog-detail-page .form-section .content-table .list dd:hover {
  color: #F2994A;
}
.blog-detail-page .form-section .content-table .list dd:last-of-type {
  margin-bottom: unset;
}
.blog-detail-page .form-section .quote-form-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
.blog-detail-page .form-section .quote-form-box .form-el {
  position: relative;
}
.blog-detail-page .form-section .quote-form-box .form-el input {
  height: 60px;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  width: 100%;
  padding: 0 20px;
}
.blog-detail-page .form-section .quote-form-box .form-el input::placeholder {
  color: #9DA3AA;
}
.blog-detail-page .form-section .quote-form-box .form-el input:hover,
.blog-detail-page .form-section .quote-form-box .form-el input:focus {
  border-color: #F2994A;
}
.blog-detail-page .form-section .quote-form-box .form-el.dropdown input {
  cursor: pointer;
}
.blog-detail-page .form-section .quote-form-box .form-el.dropdown:after {
  background: url("../images/products-services/down-icon.webp") no-repeat center;
  width: 10px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.blog-detail-page .form-section .quote-form-box .form-el.dropdown.active:after {
  transform: rotate(180deg);
}
.blog-detail-page .form-section .quote-form-box .val-down {
  width: 100%;
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  box-shadow: 6px 6px 20px #33333329;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
  max-height: 226px;
  overflow-y: auto;
}
.blog-detail-page .form-section .quote-form-box .val-down .row {
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.blog-detail-page .form-section .quote-form-box .val-down .row:hover {
  color: #F2994A;
}
.blog-detail-page .form-section .quote-form-box .quote-btn {
  height: 60px;
  background: #0F3460;
  color: #fff;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}
.blog-detail-page .form-section .quote-form-box .quote-btn:hover {
  background: #F2994A;
}
.blog-detail-page .form-section .quote-form-box .quote-btn .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'OpenSans_700Bold';
}
.blog-detail-page .form-section .quote-form-box .quote-btn .txt:before {
  display: inline-block;
  content: '';
  background: url("../images/news/quote-icon.webp") no-repeat center;
  width: 35px;
  height: 40px;
  margin-right: 16px;
}
/*# sourceMappingURL=blog-detail.css.map */