.help_more-page {
  background: #f5f5f5;
}
.help_more-page .banner {
  height: 247px;
  background: url(../new-images/help_img/banner.png) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 980px;
}
.help_more-page .banner .banner-center .banner-title {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-bottom: 26px;
}
.help_more-page .banner .banner-center .search-wrap {
  display: flex;
}
.help_more-page .banner .banner-center .search-wrap input {
  border: 0;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}
.help_more-page .banner .banner-center .search-wrap .search-input {
  width: 750px;
  height: 46px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 20px;
}
.help_more-page .banner .banner-center .search-wrap .search-btn {
  width: 90px;
  height: 46px;
  background-color: #1b71ff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.help_more-page .main {
  width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.help_more-page .main .main-left {
  width: 277px;
  height: 759px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 0px rgba(67, 67, 67, 0.06);
}
.help_more-page .main .left-title {
  color: #333333;
  font-size: 22px;
  margin: 25px 16px 0px 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F63435;
  text-align: center;
}
.help_more-page .main .items {
  padding: 12px 0;
}
.help_more-page .main .items .items-name {
  padding: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.help_more-page .main .items .items-name .icon {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #dfdfdf;
  margin-right: 7px;
}
.help_more-page .main .items .items-name .items-name-text {
  color: #333333;
  font-size: 16px;
}
.help_more-page .main .items .items-name2 {
  padding: 0 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.help_more-page .main .items .items-name2 .icon {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #dfdfdf;
  margin-right: 7px;
}
.help_more-page .main .items .items-name2 .items-name-text {
  color: #333333;
  font-size: 16px;
}
.help_more-page .main .items.active .icon {
  border-left: 7px solid #f63335;
}
.help_more-page .main .items.active .lists .icon{
  border-left: 7px solid #dfdfdf;
}
.help_more-page .main .items.active .lists.active .icon{
  border-left: 7px solid #f63335;
}
.help_more-page .main .items .lists-wrap {
  padding: 20px 0;
  display: none;
}
.help_more-page .main .items .lists-wrap.show {
  display: block;
}
.help_more-page .main .items .lists-a {
  width: 277px;
  height: 34px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 76px;
}
.help_more-page .main .items .lists-a:hover {
  background-color: #fff3f3;
  text-decoration: transparent;
  color: #333;
}
.help_more-page .main-right {
  flex: 1;
  margin-left: 20px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 0px rgba(67, 67, 67, 0.06);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 20px;
}
.help_more-page .main-right .lists-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 18px;
  color: #333;
  height: 58px;
  border-bottom: solid 1px #dddddd;
}
.help_more-page .main-right .lists-a:hover {
  color: #f63335;
  text-decoration: transparent;
}
.help_more-page .main-right .lists-a .text {
  width: 470px;
  overflow: hidden;
}
.help_more-page .main-right .lists-a .time {
  color: #9e9e9e;
  font-size: 13px;
}
