@font-face {
  font-family: "BasierCircle-Bold";
  src: url("../font/BasierCircleBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BasierCircle-Medium';
  src: url('/font/BasierCircleMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Italic";
  src: url("../font/BasierCircleItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Regular";
  src: url("../font/BasierCircleRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
input::placeholder {
  color: #8990A3;
}
input::-moz-placeholder {
  color: #8990A3;
}
input::-ms-placeholder {
  color: #8990A3;
}
input::-webkit-input-placeholder {
  color: #8990A3;
}
.help-main {
  min-width: 1200px;
  padding-top: 125px;
  padding-bottom: 150px;
  background-image: url("/images/help/banner-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 560px;
  background-position: top left;
}
.help-main .title-img {
  display: block;
  margin: 0 auto 60px;
}
.help-main .search-title {
  font-weight: bold;
  font-size: 40px;
  color: #161B42;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 65px;
}
.help-main .search-box .search-form {
  width: 600px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 57px 57px 57px 57px;
  border: 1px solid #EAECF6;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.help-main .search-box .input {
  flex: 1;
  margin: 0 16px 0 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  color: #161B42;
}
.help-main .search-box .go {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-main .search-box .go-arrow-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.help-main .search-box .go-arrow-icon svg {
  width: 100%;
  height: 100%;
}
.help-main .search-box .clear-btn {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
}
.help-main .search-box.active .clear-btn {
  display: flex;
}
.help-main .related-course {
  font-weight: bold;
  font-size: 24px;
  color: #161B42;
  line-height: 36px;
  margin-top: 100px;
}
.help-main .item-set {
  display: grid;
  grid-template-columns: 384px 384px 384px;
  grid-gap: 24px;
  margin-top: 30px;
}
.help-main .item-set .item {
  padding: 10px;
  background-color: #fff;
  border-radius: 24px;
  min-height: 440px;
  max-height: 441px;
  overflow: hidden;
  cursor: pointer;
}
.help-main .item-set .item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.help-main .item-set .item a .logo {
  width: 364px;
  height: 230px;
  object-fit: cover;
}
.help-main .item-set .item a .title-h3 {
  font-weight: 900;
  font-size: 20px;
  color: #ea501f;
  line-height: 29px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-main .item-set .item a .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-size: 14px;
  margin-top: 8px;
}
.help-main .item-more {
  width: 240px;
  line-height: 64px;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.03);
  border-radius: 32px 32px 32px 32px;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  margin: 60px auto 0;
  cursor: pointer;
  display: block;
}
.help-main .categories-set {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  gap: 30px;
  flex-wrap: wrap;
}
.help-main .categories-set .item {
  width: 100%;
  min-height: 347px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E1ECF8;
}
.help-main .categories-set .item .title {
  font-weight: bold;
  font-size: 20px;
  color: #161B42;
  line-height: 25px;
  margin-bottom: 30px;
}
.help-main .categories-set .item .line {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  color: #404676;
}
.help-main .categories-set .item .line + .line {
  margin-top: 15px;
}
.help-main .categories-set .item .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #404676;
  border-radius: 50%;
  transform: translateY(-50%);
}
.help-main .categories-set .item .line:hover {
  color: #4177FF;
}
.help-main .categories-set .item .title + .line {
  margin-top: 14px;
}
.help-main .categories-set .item .more {
  cursor: pointer;
  color: #4177FF;
  transition: all 0.3s;
}
.help-main .categories-set .item .more a {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.help-main .categories-set .item .more-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.help-main .categories-set .item .more-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.help-main .categories-set .item .more-icon use {
  fill: #4177FF;
  transition: all 0.3s;
}
.help-main .categories-set .item .more-icon path {
  fill: #4177FF;
  transition: all 0.3s;
}
