.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';
}
.help-center-page {
  padding-bottom: 80px;
  background: #E9ECEF;
}
.help-center-page .banner-module {
  background: url("../images/help-center/banner-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 465px;
  background-size: cover;
}
.help-center-page .banner-module .page-warp {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  height: inherit;
  justify-content: center;
}
.help-center-page .banner-module .banner-title {
  color: #171717;
  font-size: 40px;
  font-family: 'OpenSans_700Bold';
}
.help-center-page .banner-module .txt {
  font-size: 24px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.help-center-page .banner-module .view-search-area {
  width: 730px;
}
.help-center-page .banner-module .view-search-area .query-box {
  position: relative;
  height: 56px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.help-center-page .banner-module .view-search-area .query-box:before {
  display: inline-block;
  content: '';
  background: url("../images/blog/search-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  transform: translateY(-50%);
}
.help-center-page .banner-module .view-search-area .query-box input {
  height: 100%;
  width: 600px;
  background: #fff;
  outline: none;
  border: none;
  padding: 0 20px 0 60px;
  font-size: 16px;
}
.help-center-page .banner-module .view-search-area .query-box input::placeholder {
  color: #d1d5db;
}
.help-center-page .banner-module .view-search-area .query-box .query-btn {
  outline: none;
  background: #0F3460;
  color: #fff;
  border: none;
  margin-left: auto;
  padding: 0 40px;
  height: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.help-center-page .banner-module .view-search-area .query-box .query-btn:hover {
  background: #F2994A;
}
.help-center-page .banner-module .view-search-area .view-hots {
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.help-center-page .banner-module .view-search-area .view-hots .view-el {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 20px;
  background: #E9ECEF;
  height: 20px;
  line-height: 20px;
  color: #495057;
  transition: all 0.3s;
}
.help-center-page .banner-module .view-search-area .view-hots .view-el:hover {
  color: #fff;
  background: #F2994A;
}
.help-center-page .graphic-info-box {
  display: flex;
  gap: 20px;
}
.help-center-page .graphic-info-box .article-center {
  width: 960px;
}
.help-center-page .graphic-info-box .article-center .article-item {
  margin-bottom: 40px;
}
.help-center-page .graphic-info-box .article-center .article-item:last-of-type {
  margin-bottom: unset;
}
.help-center-page .graphic-info-box .article-center .article-item .title {
  color: #171717;
  font-size: 24px;
  line-height: 24px;
  font-family: 'OpenSans_700Bold';
  margin-bottom: 40px;
}
.help-center-page .graphic-info-box .article-center .article-item .tag-remit {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.help-center-page .graphic-info-box .article-center .article-item .tag-list {
  color: #495057;
  font-size: 16px;
  width: 306px;
  min-height: 92px;
  padding: 20px;
  border-radius: 10px;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.help-center-page .graphic-info-box .article-center .article-item .tag-list:hover {
  color: #F2994A;
}
.help-center-page .graphic-info-box .form-section {
  width: 460px;
  flex-shrink: 0;
}
.help-center-page .graphic-info-box .form-section .view-form-aside {
  position: sticky;
  top: 116px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.help-center-page .graphic-info-box .form-section .content-table {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
}
.help-center-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;
}
.help-center-page .graphic-info-box .form-section .content-table .val-roll-view {
  border-left: 2px solid #D1D5DB;
}
.help-center-page .graphic-info-box .form-section .content-table .list {
  margin-bottom: 20px;
}
.help-center-page .graphic-info-box .form-section .content-table .list:last-child {
  margin-bottom: unset;
}
.help-center-page .graphic-info-box .form-section .content-table .list:last-child dt {
  margin-bottom: unset;
}
.help-center-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;
}
.help-center-page .graphic-info-box .form-section .content-table .list dt.active {
  font-family: 'OpenSans_700Bold';
  color: #F2994A;
}
.help-center-page .graphic-info-box .form-section .content-table .list dt.active:before {
  display: block;
}
.help-center-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;
}
.help-center-page .graphic-info-box .form-section .content-table .list dt:hover {
  color: #F2994A;
}
.help-center-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;
}
.help-center-page .graphic-info-box .form-section .content-table .list dd.active {
  font-family: 'OpenSans_700Bold';
  color: #F2994A;
}
.help-center-page .graphic-info-box .form-section .content-table .list dd.active:before {
  display: block;
}
.help-center-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;
}
.help-center-page .graphic-info-box .form-section .content-table .list dd:hover {
  color: #F2994A;
}
.help-center-page .graphic-info-box .form-section .content-table .list dd:last-of-type {
  margin-bottom: unset;
}
/*# sourceMappingURL=help-center.css.map */