:root {
  --main-background-color: #f9f9fa
}

.nomore {
  display: none;
  font-size: 18px;
}

.loading {}

.expert_main .top {
  background-color: var(--main-background-color);
  margin-bottom: 30px;
}

.expert_main .expert_search {
  width: 380px;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 820px;

}

.expert_search .expert_input {
  width: 380px;
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  border: 1px solid #aaaaaa;
  outline: 0;
  padding-left: 14px;
  box-sizing: border-box;
  padding-right: 50px;


}

.expert_main .expert_tab {
  width: 1200px;
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.expert_main .expert_btn {
  background: url("../../images/icon_search.png") no-repeat;
  width: 14px;
  height: 17px;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: absolute;
  right: 12px;
}

.expert_con_li {
  transition: 1s;
}

.newshow {
  animation: zjk_show 1s forwards;
}

@keyframes zjk_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}