.search-main {
  background: url(../img/helpCenter/helpCenter-banner.png) #363433 no-repeat
  center/1920px;
  height: 304px;
  /*padding: 55px 40px 0;*/
  position: relative;
}
.search-main .textTitle {
  padding-top: 62px;
  margin-bottom:  37px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.search-breadcrumb {
  color: #999;
  font-size: 12px;
  padding: 15px 20px 7px;
  position: relative;
}

.search-window {
  /*margin: 0 360px 0;*/
  width: 80%;
  margin: auto;
}

.searchBox,
.hot-search,
.search-result .category {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.searchBox {
  height: 40px;
  position: relative;
}

.searchBox .searchBox-input {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  /* background-color: #F4F4F4; */
  background-color: #fff;
  color: #4c4c4c;
  outline: none;
  resize: none;
  padding: 0 15px 0 30px;
  flex-grow: 1;
  font-size: 14px;
}

.searchBox .searchBox-input::-webkit-input-placeholder {
  color: #bbb;
  display: block;
}

.searchBox .searchBox-btn {
  background-color: #e5a414;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  width: 110px;
  border: none;
}

.searchBox .searchBox-btn:hover {
  background-color: #f4af17;
}

.hot-search {
  margin-top: 10px;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.hot-search dt {
  padding-right: 10px;
}

.hot-search,
.hot-search a {
  color: #999;
  font-size: 12px;
}

.hot-search,
.hot-search a + a {
  margin-left: 20px;
}

.hot-search a:hover {
  color: #e5a414;
}

/* 搜索框的样式 */
.oftenBox {
  width: calc(100% - 139px);
  display: none;
  border: 1px solid #ededed;
  background-color: #fff;
  position: absolute;
  top: 39px;
  left: 30px;
  padding: 12px 0 8px;
  box-sizing: border-box;
  /* border-radius: 12px 12px 0px 0px; */
}
.oftenBox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #F6F6F6; */
  padding: 0 18px;
  height: 40px;
  /* margin-bottom: 5px; */
}
.oftenBox dl dt {
  width: 95%;
  color: #666;
  font-size: 14px;
  white-space: nowrap; /*设置不换行*/
  overflow: hidden; /*设置隐藏*/
  text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.oftenBox dl dd {
  color: #e09f0e;
  cursor: pointer;
  font-size: 12px;
  display: none;
}

.oftenBox .btnBox {
  color: #e09f0e;
  text-align: right;
  margin-right: 18px;
  margin-top: 6px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}

.yellow {
  color: #e09f0e !important;
}
.black {
  color: #333333 !important;
}
.bottom {
  border-bottom: 1px solid #333333 !important;
}

/* 主体内容区域 */
.content {
  padding: 24px 240px 0;
}
.content .crumbs {
  font-size: 12px;
  color: #999999;
}
.content .title {
  font-size: 30px;
  color: #444444;
  text-align: center;
  margin-bottom: 10px;
}
.content .border {
  width: 38px;
  height: 3px;
  background-color: #e5a414;
  margin: auto;
}

.content .contentBox {
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
}
.content .contentBox .t1 {
  font-size: 14px;
  color: #e5a414;
  margin-bottom: 12px;
}
.content .contentBox .contentText {
  border-left: 1px solid #e6e6e6;
  padding-left: 56px;
  width: 75%;
  box-sizing: border-box;
}

.content .contentBox .contentText .item {
  border-top: 1px solid #dddddd;
  border-bottom: none;
  /* padding: 28px 26px; */
}
.content .contentBox .contentText .item:last-child {
  border-bottom: 1px solid #dddddd;
}

.content .contentBox .contentText .item .header {
  display: flex;
  align-items: center;
  padding: 28px 26px;
  /* pointer-events: none; */
}
.content .contentBox .contentText .item .header img {
  flex-shrink: 0;
  vertical-align: middle;
}
/* .content .contentBox .contentText .item .header img:first-child {
  pointer-events: auto;
} */
.content .contentBox .contentText .item .header p {
  font-size: 20px;
  color: #666666;
  margin: 0 23px;
  cursor: pointer;
  /* pointer-events: auto; */
}
.content .contentBox .contentText .item .conBox {
  display: none;
  overflow: hidden;
  padding: 0 26px;
}
.content .contentBox .contentText .item .conBox .con {
  border-top: 1px dashed #dddddd;
  padding: 18px 0 46px 58px;
  font-size: 14px;
  display: flex;
  /* justify-content: space-between; */
}
/* 左边列表 */
.dist {
  display: flex;
  flex-wrap: wrap;
}
.dist dd {
  width: calc(50% - 12px);
  margin-right: 12px;
}
.dist dd:nth-child(2n) {
  margin-right: 0;
}
.content .contentBox .contentText .item .conBox .con .help {
  flex: 1;
}
.content .contentBox .contentText .item .conBox .con .help dl {
  margin-bottom: 22px;
}
.content .contentBox .contentText .item .conBox .con .help dl:last-child {
  margin-bottom: 0;
}
.content .contentBox .contentText .item .conBox .con .help dt {
  color: #444444;
  margin-bottom: 8px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-left: -11px;
}
.content .contentBox .contentText .item .conBox .con .help dt::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.content .contentBox .contentText .item .conBox .con .help dt a {
  margin-left: 6px;
}
.content .contentBox .contentText .item .conBox .con .help dt a img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
}
/* .content .contentBox .contentText .item .conBox .con .help dt::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(../img/helpCenter/helpCenter-load.png) no-repeat center/100%;
  margin-left: 6px;
} */
.content .contentBox .contentText .item .conBox .con .help dd a{
  color: #e5a414;
  margin-bottom: 10px;
}
.content .contentBox .contentText .item .conBox .con .help dd a img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
}
.content .contentBox .contentText .item .conBox .con .help dd:last-child {
  margin-bottom: 0;
}
/* 右边列表 */
/* .content .contentBox .contentText .item .conBox .con .helpTwo {
  flex: 1;
}
.content .contentBox .contentText .item .conBox .con .helpTwo dl {
  margin-bottom: 22px;
}
.content .contentBox .contentText .item .conBox .con .helpTwo dl:last-child {
  margin-bottom: 0;
}
.content .contentBox .contentText .item .conBox .con .helpTwo dt {
  margin-bottom: 8px;
  color: #444444;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-left: -11px;
}
.content .contentBox .contentText .item .conBox .con .helpTwo dt::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.content .contentBox .contentText .item .conBox .con .helpTwo dd {
  color: #e5a414;
} */

/* 菜单栏移入样式 */
.nav .resources::after {
  content: "";
  background: url(../img/assets/arrow-down-gray.svg);
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: middle;
}

.nav .click::after {
  content: "";
  background: url(../img/assets/arrow-up.svg);
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: middle;
}

/* layui重置样式 */
.layui-input-block {
  margin-left: 0 !important;
  width: 100%;
}

.layui-form {
  width: 20%;
  flex-shrink: 0;
}
