.search-content {
  padding: 8px 30px 35px 32px;

  box-sizing: border-box;
  color: #FFF;
  font-size: 0;
  letter-spacing: 0;
}

.search-content .search-tabs .search-tab-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  font-size: 18px;
  box-sizing: border-box;
}

.search-content .search-tabs .search-tab-item i {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  font-size: 10px;
}

.search-content .search-tabs .search-tab-item.active {
  color: #4860ad;
}

.search-content .search-tabs .search-tab-item.active i {
  display: inline-block;
}

.search-content .search-box {
  margin-top: 12px;
}

.search-content .search-box .search-ipt-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 88px);
  background-color: #FFF;
  border-radius: 4px;
}

.search-content .search-box .search-ipt-box .select-box {
  display: none;
  vertical-align: top;
  font-size: 16px;
}

.search-content .search-box .search-ipt-box input {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
  height: 40px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 40px;
  box-sizing: border-box;
}

.search-content .search-btn {
  margin-left: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  color: #4860ad;
  padding: 0 20px;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  line-height: 40px;
}

.search-content .search-tips {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}

.eng-search-style18 {
  width: 100%;
  position: relative;
  height: 500px;
}

.eng-search-style18.active .down-box .icon-down {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eng-search-style18.active .nav-list .item.current:after {
  display: block;
  color: #4860ad;
}

.eng-search-style18 .top-item {
  height: 56px;
  line-height: 56px;
}

.eng-search-style18.active .top-item {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.eng-search-style18 .top-item .down-box {
  width: 25%;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.eng-search-style18 .top-item .down-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.eng-search-style18 .top-item .down-box .icon-search {
  margin: 0 16px 0 50px;
}

.eng-search-style18 .top-item .down-box .icon-down {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-right: 26px;
  font-size: 14px;
}

.eng-search-style18 .nav-list {
  width: 75%;
  height: 56px;
  line-height: 56px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.eng-search-style18 .nav-list .item {
  float: left;
  display: inline-block;
  font-size: 18px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  max-width: 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 24px;
}

.eng-search-style18 .nav-list .item.ui-select-big {
  max-width: 164px;
}

.eng-search-style18 .nav-list .item.ui-select-big .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: inherit;
}

.eng-search-style18 .nav-list .item.current {
  position: relative;
}

.eng-search-style18 .nav-list .item.current:after {
  content: '';
  display: none;
  border-color: transparent transparent #4860ad transparent;
  border-bottom-color: inherit;
  border-width: 0 6px 8px 6px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.eng-search-style18 .nav-list .item.current .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}

.eng-search-style18 .nav-list .item-more {
  float: left;
  font-size: 18px;
  color: #333333;
}

.eng-search-style18 .down-info {
  /*height: 240px;*/
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.eng-search-style18 .down-info .tab-content {
  min-height: 240px;
  padding: 26px 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
  background-size: 100% 100% !important;
}

.eng-search-style18 .down-info .tab-content .item-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 16px;
}

.eng-search-style18 .down-info .left-tab {
  width: 25%;
  height: 240px;
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  border-radius: 0 0 0 8px;
  overflow: hidden !important;
  background: #ffffff;
}

.eng-search-style18 .down-info .left-tab li {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: inherit;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.eng-search-style18 .down-info .left-tab li:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
  z-index: -1;
}

.eng-search-style18 .down-info .left-tab li.current {
  color: #ffffff;
}

.eng-search-style18 .down-info .left-tab li.current:before {
  width: 100%;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}

.eng-search-style18 .down-info .tab-right-content {
  width: 75%;
  position: absolute;
  left: 25%;
  right: 0;
  bottom: 0;
  top: 0;
}

.eng-search-style18 .main-box {
  position: relative;
  padding-right: 330px;
}

.eng-search-style18 .select-box {
  margin-right: 16px;
}

.eng-search-style18 .main-box .btns {
  width: 326px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  /* width: auto; */
}

.eng-search-style18 .main-box .btns .btn-rgba:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}

.eng-search-style18 .main-box .btns .btn:first-child {
  border-radius: 0 4px 4px 0;
}

.eng-search-style18 .main-box .btns .btn:last-child {
  margin-right: 0;
}

.eng-search-style18 .main-box .ui-select-big .select2-container .select2-selection--single {
  height: 40px;
}

.eng-search-style18 .main-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.eng-search-style18 .main-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.eng-search-style18 .ipt-box {
  height: 42px;
  border: 1px solid #eeeeee;
  border-radius: 4px 0 0 4px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  border-right: none;
  overflow: hidden;
}

.eng-search-style18 .ipt-box .ipt {
  text-indent: 16px;
  height: 24px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  margin-top: 8px;
  border-left: 1px solid #EEEEEE;
}

.eng-search-style18 .ipt-box .big-ipt {
  width: 98%;
  border-left: none;
}

.eng-search-style18 .btns .btn {
  float: left;
  padding: 0 16px;
  max-width: 130px;
  min-width: 68px;
  height: 42px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  margin-right: 16px;
  position: relative;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eng-search-style18 .search-tip {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  margin-top: 15px;
  padding-right: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
}

.eng-search-style18 .down-info .app-title {
  display: none;
  font-size: 18px;
  text-align: left;
  padding: 16px;
  background: #fff;
}

.eng-search-style18 .down-info .app-title:before {
  margin-right: 8px;
}

.eng-search-style18 .eng-hint {
  padding-right: 230px;
  color: #ffffff;
}

.eng-search-style18 .href-list-content {
  padding-top: 12px;
  font-size: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.eng-search-style18 .href-list {
  margin-top: 12px;
  /* 设置了分栏之后的宽度，最多只能设置两栏  start */
  width: 50%;
  display: inline-block;
  vertical-align: top;
  /* 设置了分栏之后的宽度，最多只能设置两栏  end */
}

.eng-search-style18 .href-list a {
  margin-right: 10px;
}

.eng-search-style18 .href-list a.href-icon {
  margin-top: 6px;
  margin-right: 2px;
}

.eng-search-style18 .href-list a:last-child span {
  border-right: 0;
}

.eng-search-style18 .href-list a span {
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.eng-search-style18 .href-list a .icon-href {
  width: 32px;
  height: 32px;
}

.eng-search-style18 .href-list .href-title {
  font-size: 14px;
}

/*.eng-search-style18 .href-lists {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
@media only screen and (min-width: 1px) and (max-width: 926px) {
  .eng-search-style18 .top-item {
    display: none;
  }

  .eng-search-style18 .top-item .down-box {
    display: none;
  }

  .eng-search-style18 .nav-list {
    width: 100%;
  }

  .eng-search-style18 .down-info {
    display: block !important;
    position: static;
    position: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0;
  }

  .eng-search-style18 .down-info .left-tab {
    width: 100%;
    height: auto;
    display: none;
    border-radius: 0;
  }

  .eng-search-style18 .down-info .left-tab li {
    float: left;
    padding: 0 16px;
  }

  .eng-search-style18 .down-info .tab-right-content {
    position: static;
    position: unset;
    width: 100%;
  }

  .eng-search-style18 .main-box {
    padding-right: 0 !important;
  }

  /* .eng-search-style18 .down-info .tab-content {
            padding: 16px 24px;
            -webkit-background-size: cover !important;
            background-size: cover !important;
            min-height: 200px;
            border-radius: 0;
        } */
  .eng-search-style18 .nav-list .item {
    width: 20%;
    margin: 0;
  }

  .eng-search-style18 .nav-list .item.ui-select-big {
    width: 115px;
  }

  .eng-search-style18.active .nav-list .item.current:after {
    display: none;
  }

  .eng-search-style18 .search-tip {
    padding-right: 0 !important;
  }

  .eng-search-style18 .select-box .select2-container {
    width: 90px !important;
  }

  .eng-search-style18 .ipt-box {
    /* 有下拉选择没有内容 */
    width: calc(100% - 174px);
  }

  .eng-search-style18 .ipt-box .select-box {
    display: none;
  }

  .eng-search-style18 .down-info .app-title {
    display: block;
    padding: 8px 0;
  }

  .eng-search-style18 .main-box .btns {
    width: auto;
  }

  .eng-search-style18 .main-box .btns button:nth-of-type(n+2) {
    display: none;
  }

  .eng-search-style18 .main-box .btns .btn:first-child {
    margin-right: 0;
    width: 50px;
  }

  .eng-search-style18 .eng-hint {
    padding-right: 0;
  }

  .eng-search-style18 .href-list {
    width: 100% !important;
  }

  .eng-search-style18 .ipt-box .ipt {
    width: 100%;
  }

  .search-content {
    padding: 0px 5px 50px 6px;
  }

  .search-content .search-tabs .search-tab-item {
    padding: 10px 8px;
  }
}