.help_wrap .title {
  font-size: 18px;
  font-weight: bold;
  color: #181818;
  text-align: center;
}
.help_wrap .help_list {
  display: flex;
  justify-content: space-between;
  padding: 17px 16px;
  background: #f7f7f7;
  margin-top: 16px;
}
.help_wrap .help_list .left {
  width: 603px;
}
.help_wrap .help_list .left .item {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
}
.help_wrap .help_list .left .item .question {
  font-size: 15px;
  font-weight: bold;
  color: #181818;
  display: flex;
}
.help_wrap .help_list .left .item .question span {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-top: 2px;
  background: url(/www8300/images/question.png) no-repeat center center / 100% 100%;
}
.help_wrap .help_list .left .item .answer {
  margin-top: 10px;
  color: #4a4a4a;
}
.help_wrap .help_list .left .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.help_wrap .help_list .right {
  width: 289px;
}
.help_wrap .help_list .right .search_wrap {
  width: 100%;
  display: flex;
}
.help_wrap .help_list .right .search_wrap input {
  display: block;
  flex: 1;
  height: 30px;
  border-radius: 4px 0 0 4px;
  outline: none;
  border: 1px solid #e0e0e0;
  border-right: none;
  padding: 0 10px 0 26px;
  background: url(/www8300/images/search1.png) no-repeat 8px center / 15px 15px;
}
.help_wrap .help_list .right .search_wrap .search {
  width: 48px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background: var(--main-color);
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.help_wrap .help_list .right .cjwt {
  margin-top: 12px;
}
.help_wrap .help_list .right .cjwt .c_title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  background: #e9f3ff;
  padding-left: 12px;
}
.help_wrap .help_list .right .cjwt .c_title::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 23px;
  margin-right: 4px;
  background: url(/www8300/images/cjwt.png) no-repeat center center / 100% 100%;
}
.help_wrap .help_list .right .cjwt .c_list {
  padding: 10px 0;
  background: #ffffff;
}
.help_wrap .help_list .right .cjwt .c_list a {
  display: flex;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  word-break: break-all;
  color: #4a4a4a;
  padding: 5px 16px;
}
.help_wrap .help_list .right .cjwt .c_list a::before {
  display: inline-block;
  content: '';
  width: 6px;
  min-width: 6px;
  height: 6px;
  margin-top: 7px;
  background: #fbe3be;
  border-radius: 50%;
  margin-right: 4px;
}
