.guessNeed {
  width: 200px;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1 auto;
}
.guessNeed h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
.guessNeed ul li {
  height: 42px;
  font-size: 14px;
  color: #666666;
  line-height: 42px;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.guessNeed ul li a {
  font-size: 14px;
  color: #666666;
}
.guessNeed ul li a:hover {
  color: #f2973b;
}
.guessNeed ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 19px;
}

.helpCenterSearch {
  background: #fafafa;
}
.helpCenterSearch .banner {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
.helpCenterSearch .main {
  width: 1200px;
  margin: 20px auto 100px;
}
.helpCenterSearch .main .main-left {
  width: 200px;
}
.helpCenterSearch .main .main-left .guessNeed {
  margin-top: 20px;
}
.helpCenterSearch .main .main-right {
  width: 980px;
  min-height: 730px;
  background: #fff;
  border-radius: 16px;
  padding: 8px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-page {
  margin: 0 auto;
  padding: 30px 0 60px;
}
.main-page .el-pagination.is-background .el-pager li:not(.disabled):hover,
.main-page .el-pagination.is-background button:hover,
.main-page .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #ffde9b;
  color: #333333;
  line-height: 32px;
}
.main-page .el-pagination.is-background .btn-next,
.main-page .el-pagination.is-background .btn-prev,
.main-page .el-pagination.is-background .el-pager li {
  width: 32px;
  height: 32px;
  background: #eff1f5;
  color: #333333;
}
.main-page .el-pagination.is-background button[disabled] {
  background: #eff1f5 !important;
  color: #bbbbbb !important;
}

.search .el-input-group {
  width: 600px;
  height: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.051);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.051);
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search .el-input-group .el-input-group__append,
.search .el-input-group .el-input-group__prepend {
  display: block;
  background: none;
  color: #999;
  border: none;
  border-radius: 4px;
  width: auto;
}
.search .el-input-group .el-input-group__prepend {
  padding: 0 5px 0 24px;
  border-radius: 30px 0 0 30px;
}
.search .el-input-group .el-input-group__append {
  border-radius: 0 30px 30px 0;
}
.search .el-input-group .el-input-group__append .el-button {
  height: 24px;
  line-height: 24px;
  padding: 0 24px;
  font-size: 16px;
  color: #2970ff;
  border-left: 1px solid #dddddd;
  border-radius: 0;
}
.search .el-input-group .el-input__inner {
  border: none;
  color: #333333;
  font-size: 16px;
  width: 460px;
}
.search .el-input-group .el-input__inner::placeholder {
  color: #999;
  font-size: 16px;
}

.search .el-input-group .el-input__inner::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

.search .el-input-group .el-input__inner:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

.search .el-input-group .el-input__inner::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

.search .el-input-group .el-input__inner:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.search .el-input-group .el-input__inner:hover,
.search .el-input-group .el-input__inner:focus,
.search .el-input-group .el-input__inner:focus-visible {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.crumbs {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
.crumbs a {
  color: #999999;
}
.crumbs i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #ddd;
  border-bottom: 5px solid transparent;
  margin: 0 8px;
}
.crumbs a:hover,
.crumbs span {
  color: #333333;
}
.item {
  width: 100%;
  padding: 28px 0;
  cursor: pointer;
}
.item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.item > img {
  width: 100px;
  height: 100px;
  background: #fafafa;
  border-radius: 12px;
  margin-right: 22px;
}
.item h4 {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.item h4 i {
  height: 20px;
  background: #ffebeb;
  border-radius: 4px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: #ff6a4d;
  margin-right: 8px;
}
.item h4 span {
  max-width: 900px;
}
.item .int {
  width: 810px;
  height: 44px;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  margin: 10px 0;
}
.item ul:last-child li {
  margin-left: 24px;
}
.item ul:first-child li {
  margin-right: 24px;
}
.item ul li {
  font-size: 12px;
  color: #999999;
  line-height: 1.4;
}
.item ul li span {
  margin-left: 6px;
}
.item ul li span.line1 {
  max-width: 150px;
}

.typeList {
  width: 200px;
  background: #ffffff;
  border-radius: 16px;
}
.typeList ul {
  padding: 22px 0;
}
.typeList ul li {
  height: 24px;
  margin: 12px 0;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.typeList ul li a {
  font-size: 16px;
  color: #333333;
}
.typeList ul li.choose {
  font-weight: bold;
}
.typeList ul li.choose::after {
  content: "";
  width: 4px;
  height: 24px;
  background: #ffbf65;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-page {
  margin: 0 auto;
  padding: 30px 0 60px;
}
.paginationjs {
  height: 32px;
  margin: 40px 0;
  display: inline-block;
  font-size: 14px;
}
.paginationjs .paginationjs-pages {
  overflow: hidden;
}
.paginationjs .paginationjs-page {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 3px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  transition: 0.2s;
  cursor: pointer;
}
.paginationjs .paginationjs-page a {
  display: block;
  color: #666666;
  border-radius: 4px;
}
.paginationjs .paginationjs-page:not(.prev-page, .next-page):hover,
.paginationjs .paginationjs-page.active,
.paginationjs .paginationjs-page:not(.prev-page, .next-page):hover a,
.paginationjs .paginationjs-page.active a {
  background-color: #ffde9b;
  color: #333333;
}
.paginationjs .prev-page,
.paginationjs .next-page {
  color: #999999;
  font-weight: bold;
  transition: 0.2s;
}
.el-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
}

.el-empty__image {
  width: 160px;
}

.el-empty__image img {
  user-select: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.el-empty__image svg {
  fill: #dcdde0;
}

.el-empty__description {
  margin-top: 20px;
}

.el-empty__description p {
  margin: 0;
  font-size: 14px;
  color: #999;
}

.el-empty__bottom,
.el-result__title {
  margin-top: 20px;
}
