.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';
}
.center-detail-page {
  background: #E9ECEF;
  padding-bottom: 20px;
}
.center-detail-page * {
  box-sizing: border-box;
}
.center-detail-page .graphic-info-box {
  display: flex;
  gap: 20px;
}
.center-detail-page .graphic-info-box .search-remit {
  width: 240px;
  flex-shrink: 0;
}
.center-detail-page .graphic-info-box .search-remit .search-menu {
  position: sticky;
  top: 116px;
  left: 0;
  z-index: 1;
}
.center-detail-page .graphic-info-box .search-remit .search-input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.center-detail-page .graphic-info-box .search-remit .search-input:before {
  background: url("../images/help-center/search-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.center-detail-page .graphic-info-box .search-remit .input-text {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background: #FFFFFF;
  border: unset;
  padding: 0 10px 0 44px;
  font-size: 14px;
  color: #171717;
}
.center-detail-page .graphic-info-box .search-remit .input-text::placeholder {
  color: #9DA3AA;
}
.center-detail-page .graphic-info-box .search-remit .down-val {
  max-height: 360px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 2;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  background: #FFFFFF;
  box-shadow: 0 8px 20px rgba(51, 51, 51, 0.12);
  padding: 10px 0;
}
.center-detail-page .graphic-info-box .search-remit .down-val::-webkit-scrollbar {
  width: 2px;
}
.center-detail-page .graphic-info-box .search-remit .down-val::-webkit-scrollbar-thumb {
  width: 2px;
  border-radius: 2px;
  background: rgba(242, 153, 74, 0.5);
}
.center-detail-page .graphic-info-box .search-remit .down-val a {
  padding: 10px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #495057;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
}
.center-detail-page .graphic-info-box .search-remit .down-val a:hover {
  background: rgba(242, 153, 74, 0.1);
  color: #F2994A;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside {
  max-height: 700px;
  overflow-y: auto;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside::-webkit-scrollbar {
  width: 4px;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 10px;
  background: #d1d5db;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside .side-row {
  margin-top: 10px;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside .side-row:first-of-type {
  margin-top: unset;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside .side-title {
  font-size: 14px;
  line-height: 21px;
  font-family: 'OpenSans_700Bold';
}
.center-detail-page .graphic-info-box .search-remit .menu-aside a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #495057;
  margin-top: 10px;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside a:hover {
  color: #F2994A;
}
.center-detail-page .graphic-info-box .search-remit .menu-aside a.active {
  color: #F2994A;
}
.center-detail-page .graphic-info-box .info-section {
  width: 960px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic {
  padding: 40px 20px 20px;
  border-radius: 10px;
  background: #fff;
  gap: 0;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .news-title {
  color: #171717;
  font-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .view-tool {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  color: #9DA3AA;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .view-tool .view-date {
  display: flex;
  align-items: center;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .view-tool .view-date:before {
  display: block;
  content: '';
  background: url("../images/news/time-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .view-tool .view-count {
  display: flex;
  align-items: center;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .view-tool .view-count:before {
  display: block;
  content: '';
  background: url("../images/news/view-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .mill-title {
  font-family: 'OpenSans_700Bold';
  color: #171717;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9DA3AA;
  border-top: 1px solid #E9ECEF;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .none-btn {
  cursor: default;
  pointer-events: none;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .next-btn {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  cursor: pointer;
  color: #9DA3AA;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .next-btn:hover .txt {
  color: #F2994A;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .next-btn .txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #171717;
  max-width: 280px;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .tool-l {
  display: flex;
  align-items: center;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .tool-l .title,
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .tool-l .txt {
  text-align: left;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .tool-r {
  display: flex;
  align-items: center;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .tool-r .title,
.center-detail-page .graphic-info-box .info-section .view-info-graphic .switch-article-tool .tool-r .txt {
  text-align: right;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .head-title {
  font-family: 'OpenSans_700Bold';
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .like-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .info-des {
  font-size: 14px;
  line-height: 21px;
  color: #495057;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .info-des a {
  color: #0F3460;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .info-des a:hover {
  color: #F2994A;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .the-btn {
  display: flex;
  gap: 20px;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .the-btn .btn {
  font-size: 14px;
  border: 1px solid #0f3460;
  color: #0f3460;
  min-width: 140px;
  height: 40px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .the-btn .btn:hover {
  border: 1px solid #F2994A !important;
  color: #F2994A !important;
  background: #FFFFFF;
  background: none !important;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .the-btn .like:after {
  background: url("../images/help-center/link-icon1.webp") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .the-btn .like:hover:after {
  background: url("../images/help-center/link-icon2.webp") no-repeat center;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .the-btn .active {
  background: #F2994A;
  color: #FFFFFF;
  border: 1px solid #F2994A;
}
.center-detail-page .graphic-info-box .info-section .view-info-graphic .the-btn .active:after {
  background: url("../images/help-center/link-icon3.webp") no-repeat center;
}
.center-detail-page .graphic-info-box .form-section {
  width: 200px;
  flex-shrink: 0;
}
.center-detail-page .graphic-info-box .form-section .view-form-aside {
  position: sticky;
  top: 116px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.center-detail-page .graphic-info-box .form-section .content-table .table-title {
  color: #171717;
  font-size: 20px;
  font-family: 'OpenSans_700Bold';
  line-height: 27px;
  margin-bottom: 20px;
}
.center-detail-page .graphic-info-box .form-section .content-table .val-roll-view {
  border-left: 2px solid #D1D5DB;
}
.center-detail-page .graphic-info-box .form-section .content-table .list {
  margin-bottom: 20px;
}
.center-detail-page .graphic-info-box .form-section .content-table .list:last-child {
  margin-bottom: unset;
}
.center-detail-page .graphic-info-box .form-section .content-table .list:last-child dt {
  margin-bottom: unset;
}
.center-detail-page .graphic-info-box .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;
}
.center-detail-page .graphic-info-box .form-section .content-table .list dt.active {
  font-family: 'OpenSans_700Bold';
  color: #F2994A;
}
.center-detail-page .graphic-info-box .form-section .content-table .list dt.active:before {
  display: block;
}
.center-detail-page .graphic-info-box .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;
}
.center-detail-page .graphic-info-box .form-section .content-table .list dt:hover {
  color: #F2994A;
}
.center-detail-page .graphic-info-box .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;
}
.center-detail-page .graphic-info-box .form-section .content-table .list dd.active {
  font-family: 'OpenSans_700Bold';
  color: #F2994A;
}
.center-detail-page .graphic-info-box .form-section .content-table .list dd.active:before {
  display: block;
}
.center-detail-page .graphic-info-box .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;
}
.center-detail-page .graphic-info-box .form-section .content-table .list dd:hover {
  color: #F2994A;
}
.center-detail-page .graphic-info-box .form-section .content-table .list dd:last-of-type {
  margin-bottom: unset;
}
.the-feedback-layer {
  border-radius: 10px !important;
}
/*# sourceMappingURL=help-center-detail.css.map */