.help-headar {
  padding: 74px 0 0;
  height: 276px;
  background: #f8f8fb url("./../images/bg/help.png") no-repeat center;
  background-size: contain;
}
.help-headar .help-headar__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
}
.help-headar .help-headar__title span {
  font-size: 32px;
}
.help-headar__search {
  margin-top: 35px;
  width: 677px;
  height: 54px;
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #1969fa;
}
.help-headar__search input::placeholder {
  color: rgba(127, 135, 158, 0.5);
}
.help-headar__search input {
  width: 625px;
  height: 100%;
  padding: 0 20px;
}

.help-headar__search.error,
.search-input.error {
  border-color: #f54949;
}

.search-input.error::placeholder {
  color: #f7aaaa;
}
.search-button i {
  font-size: 22px;
  color: #1969fa;
}
.help-headar__search.error .search-button i {
  color: #f54949;
}

.help-headar__link {
  margin-top: 15px;
  padding-left: 24px;
  color: #7f879e;
  line-height: 20px;
}

.help-headar__link a {
  margin-left: 6px;
  /* &:hover { */
  color: #ff9500;
  box-shadow: inset 0 -1px currentColor;
  padding-bottom: 3px;
  /* } */
}

.hot-questions .main {
  padding-top: 36px;
  margin: 36px auto 44px;
  background: #f8f8fb;
  border-radius: 8px;
  height: 290px;
}

.section-title {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #222222;
  margin-left: 25px;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 20px;
  background: #1953ff;
}

.hot-questions__list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 40px 0;
}

.hot-questions__list li {
  width: 43%;
  height: 13px;
  line-height: 13px;
  margin-bottom: 17px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.hot-questions__list li:nth-child(odd) {
  margin-right: 60px;
}

.hot-questions__list li a {
  max-width: 100%;
  display: block;
  height: 17px;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .hot-questions__list li:hover, */
.hot-questions__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.help-card {
  display: grid;
  grid-template-columns: 390px 390px 390px;
  gap: 41px 50px;
  padding: 20px 0 97px;
}

.help-card .help-card__item {
  background: #ffffff;
  border-radius: 8px;
  /* border: 1px solid #e6e8ee; */
}

.help-card__item .card_header {
  height: 50px;
  /* line-height: 50px; */
  background: #f7f8fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
  padding-left: 23px;
  padding-right: 10px;
}
.help-card__item .card_header .title {
  font-weight: bold;
  font-size: 15px;
}
.help-card__item .card_header .more {
  color: #7f879e;
}
.help-card__item .card_header i {
  color: #d0d0d0;
  font-size: 10px;
}
.help-card__item .card_header .more:hover,
.help-card__item .card_header .more:hover i {
  color: #1969fa;
}

.help-card__item .card_content {
  padding: 14px 24px 18px;
  color: #7f879e;
  border: 1px solid #e6e8ee;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.help-card__item .card_content li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.help-card__item .card_content li a:hover {
  color: #1969fa;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* .help-card__item .card_content li + li {
  margin-top: 17px;
} */

.help-main {
  display: flex;
  padding-top: 40px;
}

.help-navs {
  width: 300px;
}

/* .help-navs ul {} */
.help-navs ul li {
  height: 50px;
  line-height: 50px;
  background: #f5f5fa;
  border-radius: 8px;
  margin-bottom: 3px;
  color: #04265e;
}
.help-navs ul li:hover {
  background: #dce1e4;
  color: #04265e;
}
.help-navs ul li.active {
  background: #0a3ac9;
  color: #fff;
}
.help-navs ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px 0 24px;
  font-weight: bold;
}

.help-navs ul li a i {
  color: #d0d0d0;
  font-size: 13px;
}

.help-questions {
  flex: 1;
  max-width: 920px;
  padding-left: 60px;
}

.help-questions__title {
  padding: 3px 0 24px;
  font-size: 26px;
  color: #7f879e;
  line-height: 26px;
}

.help-questions__answer {
  width: max-content;
  line-height: 36px;
  background: #dcf0ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 37px 0 18px;
  font-size: 14px;
  color: #1969fa;
}

.help-questions__answer div:first-child {
  color: #333333;
  margin-right: 35px;
}

.help-questions__answer div:nth-child(2) {
  margin-right: 21px;
}

.help-questions__answer .iconfont {
  font-size: 20px;
  margin-right: 4px;
}

.help-questions__answer .btn {
  background: #e7f5ff;
  border-radius: 8px;
  border: 1px solid #1969fa;
  width: 42px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 10px 0;
}

.help-questions__answer .btn.solid {
  background-color: #1969fa;
  color: white;
}
.help-questions__answer .btn.solid:hover {
  background-color: #0a3ac9;
}

.help-questions__answer .btn + .btn {
  margin-left: 10px;
}

.help-questions__answer .icon-weixindl {
  color: #29ad61;
}

.help-questions__search {
  height: 52px;
  color: #7f879e;
  line-height: 38px;
}

.help-questions li {
  margin-bottom: 8px;
}

.help-questions li a {
  display: block;
  text-decoration: none;
  color: #04265e;
  font-size: 14px;
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.help-questions li a:hover {
  color: #1969fa;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.help-questions__detail {
  min-height: 315px;
}

.help-questions__detail_title {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 37px;
  line-height: 28px;
}

.help-questions__detail_title .title {
  font-size: 22px;
  padding-left: 15px;
  position: relative;
  flex: 1;
  padding-right: 14px;
}
.help-questions__detail_title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  /* bottom: 0;
  margin: auto; */
  width: 5px;
  height: 20px;
  background: #1969fa;
}

.help-questions__detail_title .time {
  font-size: 12px;
  color: #bfc3ce;
}

.help-questions__detail_content {
  margin-bottom: 57px;
  font-size: 18px;
  line-height: 30px;
}
.help-questions__detail_content img {
  max-width: 100%;
  width: 70%;
  margin: auto;
}
.help-questions__detail_content ul,
.help-questions__detail_content ol,
.help-questions__detail_content dl {
  padding-left: 26px;
}
.help-questions__detail_content li,
.help-questions__detail_content dt,
.help-questions__detail_content dd {
  list-style-type: disc;
}

.help-questions__expand {
  margin: 70px 0 80px;
}

.help-questions__expand_title {
  font-size: 14px;
  color: #bfc3ce;
  height: 12px;
  line-height: 12px;
  margin-bottom: 20px;
}

.help-questions__expand ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.help-questions__expand ul li {
  width: 45%;
  padding-left: 8px;
  position: relative;
}

.help-questions__expand ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 2px;
  background: #7f879e;
}

.help-questions__expand ul li a {
  width: auto;
  color: #333333;
}

/* .help-questions__expand ul li:nth-child(odd) a {
  padding-right: 110px;
} */
.help .pagination {
  margin: 67px auto;
  justify-content: flex-start;
}

.blue-text {
  color: #1969fa;
}

.dark {
  color: #04265e;
}

.black {
  color: #333;
}

.submitted-pupup {
  padding: 56px 0 0;
  text-align: center;
}

.submitted-pupup-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submitted-pupup .light-btn {
  margin-top: 50px;
  width: 120px;
  height: 50px;
  background-color: #f2f9ff;
  border-radius: 8px;
  border: 1px solid #e0f1ff;
  font-weight: bold;
  font-size: 15px;
  color: #1969fa;
}

.submitted-pupup .light-btn:hover {
  background-color: #e0f1ff !important;
}

.ask-pupup {
  min-width: auto;
  padding: 35px 80px 0;
  background-color: transparent;
}

.ask-pupup-title {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.ask-pupup-title svg {
  width: 50px;
  height: 42px;
}

.ask-pupup-title span {
  font-size: 24px;
  margin-left: 6px;
}

.ask-pupup input[type="text"],
.ask-pupup textarea {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  padding: 8px 11px;
  width: 100%;
  color: #333333;
}

.ask-pupup input::-webkit-input-placeholder,
.ask-pupup textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.ask-pupup input::-moz-placeholder,
.ask-pupup textarea::-moz-placeholder {
  color: #cccccc;
}

.ask-pupup input:-ms-input-placeholder,
.ask-pupup textarea::-ms-input-placeholder {
  color: #cccccc;
}

.ask-pupup input::placeholder,
.ask-pupup textarea::placeholder {
  color: #cccccc;
}

.ask-pupup textarea {
  height: 120px;
  resize: none;
}
.ask-pupup-textarea-wrap {
  position: relative;
}
.ask-pupup-textarea-wrap .input__count {
  position: absolute;
  right: 11px;
  bottom: 6px;
  font-size: 12px;
  color: #bfc3ce;
}

.ask-pupup-file {
  display: flex;
}
.ask-pupup-file__item {
  width: 76px;
  height: 60px;
  background: #f1f1f2;
  border-radius: 8px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
.ask-pupup-file__item:nth-child(5n) {
  margin-right: 0;
}
.ask-pupup-file__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ask-pupup-file__item .__remove {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333333;
  border-radius: 8px 0px 8px 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.ask-pupup-file__item .__remove .iconfont {
  font-size: 12px;
}
.ask-pupup-file__item input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ask-pupup-file__item .upload {
  line-height: 60px;
  font-size: 24px;
  color: #cccccc;
}
.ask-pupup-label {
  color: #7f879e;
  margin: 15px 0 10px;
  line-height: 13px;
}
.ask-pupup-label span {
  font-size: 12px;
  color: #bfc3ce;
}

.slider-captcha {
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  margin: 10px 0 17px;
  padding: 0 10px;
  border-radius: 4px;
}

.ask-pupup-btns {
  display: flex;
  justify-content: space-between;
}

.ask-pupup-btns button {
  width: 200px;
  height: 50px;
  background: #1969fa;
  border: 1px solid #1969fa;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.ask-pupup-btns button:hover {
  background: #0a3ac9;
  border-color: #e0f1ff;
}
.ask-pupup-btns button.light {
  border-color: #e0f1ff;
  background: #f2f9ff;
  color: #1969fa;
}
.ask-pupup-btns button.light:hover {
  background: #e0f1ff;
  border-color: #e0f1ff;
}
