.login-bg #app, #header #app{
  display:none;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.container {
  position: relative;
  min-height: 1200px;
  background-color: #FFF8E8;
  background-image: url(../images/wen-bo-thinkBank/bg_idea_body_textrue.png), url(../images/wen-bo-thinkBank/img_idea_roof.png);
  background-position: center,top right;
  /* 调整每张图片的位置 */
  background-repeat: repeat, no-repeat;
  /* 调整每张图片的重复方式 */
  padding-bottom: 100px;
}
.container::before {
  content: '';
  width: 198px;
  height: 198px;
  background: url(../images/wen-bo-thinkBank/img_idea_red_crowned_crane@2x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 256px;
}
.container::after {
  content: '';
  width: 204px;
  height: 308px;
  background: url(../images/wen-bo-thinkBank/img_idea_hill_left.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  bottom: 272px;
}
.container img {
  display: block;
}
.container .content {
  position: relative;
}
.container .field-wrap {
  line-height: 32px;
  font-size: 14px;
  color: #000000;
  margin: 80px auto 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.container .field-wrap label {
  margin-right: 20px;
  margin-bottom: 20px;
}
.container .field-wrap .item {
  min-width: 80px;
  margin-bottom: 20px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #D5BF8C;
  margin-right: 40px;
  text-align: center;
  position: relative;
}
.container .field-wrap .item::before {
  content: '';
  width: 10px;
  height: 32px;
  background: url(../images/wen-bo-thinkBank/btn_idea_tab_left_normal@2x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -10px;
  top: 0;
}
.container .field-wrap .item::after {
  content: '';
  width: 10px;
  height: 32px;
  background: url(../images/wen-bo-thinkBank/btn_idea_tab_right_normal@2x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.container .field-wrap .item.active {
  background: #971415;
}
.container .field-wrap .item.active::before {
  content: '';
  width: 10px;
  height: 32px;
  background: url(../images/wen-bo-thinkBank/btn_idea_tab_left_focus@2x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -10px;
  top: 0;
}
.container .field-wrap .item.active::after {
  content: '';
  width: 10px;
  height: 32px;
  background: url(../images/wen-bo-thinkBank/btn_idea_tab_right_focus@2x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.container .search-wrap {
  height: 48px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.container .search-wrap input {
  width: 880px;
  height: 100% ;
}
.container .search-wrap .btn-search {
  width: 142px;
  height: 100%;
  background: url(../images/wen-bo-thinkBank/btn_idea_search_normal@2x.png) no-repeat;
  background-size: 100%;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  margin-left: 20px;
  cursor: pointer;
}
.container .experts-list {
  padding: 0 30px;
  flex-wrap: wrap;
  padding: 80px 0;
}
.container .professor-item {
  width: 246px;
  height: 314px;
  border-radius: 12px;
  position: relative;
  padding: 5px;
  margin-right: 100px;
  margin-bottom: 80px;
  cursor: pointer;
}
.container .professor-item::before {
  content: url("../images/index/bg_home_think_tanks_card.png");
  width: 304px;
  height: 354px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.container .professor-item .img-decorate {
  width: 236px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.container .professor-item .img-decorate::before,
.container .professor-item .img-decorate::after {
  content: "";
  width: 29px;
  height: 26px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.container .professor-item .img-decorate::before {
  background-image: url("../images/index/bg_home_think_tanks_corner_left@3x.png");
}
.container .professor-item .img-decorate::after {
  background-image: url("../images/index/bg_home_think_tanks_corner_right@3x.png");
}
.container .professor-item .img-professor {
  width: 236px;
  height: 304px;
  position: relative;
  margin-top: -10px;
  padding-top: 10px;
}
.container .professor-item .img-professor::before {
  content: url("../images/index/bg_home_think_tanks_card_border.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.container .professor-item .img-professor .img-professor-photo {
  display: block;
  width: 100%;
  height: 100%;
}
.container .professor-item .img-professor .professor-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.container .professor-item .img-professor .professor-name::before,
.container .professor-item .img-professor .professor-name::after {
  content: url("../images/index/icon_home_think_tanks_title_deco.png");
  width: 16px;
  height: 16px;
}
.container .professor-item .img-professor .professor-name > span {
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 22px;
  margin: 0 8px;
}
.container .professor-item .img-professor .professor-type {
  width: 28.64px;
  height: 58px;
  position: absolute;
  right: 16px;
  bottom: 38px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.container .professor-item .img-professor .professor-type-1 {
  content: url("../images/index/icon_home_tag_expert.png");
}
.container .professor-item .img-professor .professor-type-2 {
  content: url("../images/index/icon_home_tag_Guide.png");
}
.container .professor-item .professor-info {
  display: none;
}
.container .professor-item:nth-child(4n) {
  margin-right: 0;
}
