.container-fluid .my-container {
  padding-top: 100px;
  max-width: 730px;
  margin: 0 auto;
}
.search-module .search-input-box {
  position: relative;
  width: 100%;
  height: 77px;
}
.search-module .search-input-box input {
  width: 100%;
  height: 100%;
  padding: 0 90px 0 41px;
  font-size: 26px;
  color: #555;
  border: 0;
}
.search-module .search-input-box .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 100%;
  background-color: #6391CB;
  cursor: pointer;
  background-image: url(/static/cn/imgs/search/icon_sousuo.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.search-module .search-result-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 45px;
  padding: 48px 41px;
  background-color: #fff;
}
.search-module .search-result-box .result {
  display: flex;
  align-items: center;
}
.search-module .search-result-box .result div {
  height: 35px;
  line-height: 35px;
  min-width: 35px;
  margin-right: 14px;
  padding: 0 5px;
  font-size: 14px;
  text-align: center;
  background-color: #6391CB;
  color: #fff;
}
.search-module .search-result-box .result h2 {
  flex: 1;
  font-size: 24px;
  color: #6391CB;
}
.search-module .search-result-box .accurate {
  display: flex;
  align-items: flex-start;
  margin-top: 34px;
}
.search-module .search-result-box .accurate > div:first-child {
  height: 35px;
  width: 35px;
  margin-right: 14px;
  background-color: #6391CB;
  background-image: url(/static/cn/imgs/search/icon_loudou.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.search-module .search-result-box .accurate .searchbox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
.search-module .search-result-box .accurate .searchbox h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.search-module .search-result-box .accurate .searchbox .input-box {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin-top: 11px;
  height: 100%;
  border-bottom: 1px solid #b2b2b2;
}
.search-module .search-result-box .accurate .searchbox .input-box input {
  width: 100%;
  height: 24px;
  color: #333;
  border: 0;
}
.search-module .search-result-box .accurate .searchbox .input-box div {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(/static/cn/imgs/search/icon_jiantou.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.search-module .no-result-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 190px;
  flex-direction: column;
  margin-top: 45px;
  margin-bottom: 90px;
  padding: 48px 41px;
  background-color: #fff;
}
.search-module .no-result-box .result {
  display: flex;
  align-items: center;
}
.search-module .no-result-box .result div {
  height: 35px;
  line-height: 35px;
  min-width: 35px;
  margin-right: 14px;
  text-align: center;
  background-color: #6391CB;
  background-image: url(/static/cn/imgs/search/icon_loudou.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.search-module .no-result-box .result h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.results-item-box {
  margin-top: 49px;
  margin-bottom: 99px;
}
.results-item-box .top-title {
  margin-bottom: 17px;
  font-size: 24px;
  color: #6391CB;
}
.results-item-box .list a.item {
  display: none;
  width: 100%;
  padding: 50px 41px;
  margin-bottom: 30px;
  background-color: #fff;
}
.results-item-box .list a.item .head-box {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.results-item-box .list a.item .head-box .head {
  position: relative;
  padding-left: 50px;
}
.results-item-box .list a.item .head-box .head .icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin-right: 14px;
  background-color: #6391CB;
  background-image: url(/static/cn/imgs/search/icon_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.results-item-box .list a.item .head-box .head .title-box {
  position: relative;
  top: -10px;
}
.results-item-box .list a.item .head-box .head .title-box p:nth-child(1) {
  font-size: 17px;
  color: #6391CB;
}
.results-item-box .list a.item .head-box .head .title-box p:nth-child(2) {
  max-width: 505px;
  color: #6391CB;
}
.results-item-box .list a.item .head-box .matching {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
}
.results-item-box .list a.item .head-box .matching > div {
  position: relative;
}
.results-item-box .list a.item .head-box .matching > div span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #E1E1E1;
}
.results-item-box .list a.item .head-box .matching > div span.active {
  background-color: #6391CB;
}
.results-item-box .list a.item .head-box .matching > div .prompt {
  position: absolute;
  top: -2px;
  right: 105px;
  min-width: 80px;
  width: 100%;
  padding: 1px 5px;
  padding-right: 0;
  border-radius: 5px;
  background-color: #a8a8a8;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
.results-item-box .list a.item .head-box .matching > div .prompt::after {
  position: absolute;
  right: -8px;
  content: '▶';
  width: 12px;
  font-size: 12px;
  color: #a8a8a8;
}
.results-item-box .list a.item .head-box .matching .text {
  position: relative;
  top: 2px;
  display: none;
  padding-right: 6px;
  font-size: 12px;
  line-height: 12px;
  color: #b2b2b2;
}
.results-item-box .list a.item .head-box .matching:hover .prompt {
  opacity: 1;
}
.results-item-box .list a.item .desc {
  width: 95%;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.results-item-box .list a.item .from {
  margin-top: 20px;
  color: #999;
}
.results-item-box .list a.item.show {
  display: block;
}
.results-item-box .page-box {
  display: none;
  justify-content: center;
  align-items: center;
}
.results-item-box .page-box div {
  width: 36px;
  height: 36px;
  background-color: #6391CB;
  text-align: center;
  line-height: 35px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #6391CB;
  cursor: pointer;
  transition: background-color 0.2s;
}
.results-item-box .page-box div:hover {
  background-color: #337ab7;
}
.results-item-box .page-box div.active {
  background-color: #fff;
  color: #333;
  border: 1px solid #aaa;
}
.results-item-box .page-box div + div {
  margin-left: 10px;
}
.results-item-box .page-box .next-btn {
  margin-left: 30px;
}
.results-item-box .page-box .prev-btn {
  margin-right: 20px;
}
.results-item-box .page-box.page-show {
  display: flex;
}
.results-item-box .btn-state {
  display: none;
  height: 40px;
  width: 145px;
  margin: 0 auto;
  margin-top: 34px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #6391CB;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.results-item-box .btn-state:hover {
  background-color: #337ab7;
}
.results-item-box .btn-state.btn-show {
  display: block;
}
@media screen and (max-width: 600px) {
  .container-fluid .my-container .results-item-box .list .item .head-box {
    padding-top: 30px;
  }
  .container-fluid .my-container .results-item-box .list .item .head-box .matching {
    justify-content: flex-start;
    left: 0;
  }
  .container-fluid .my-container .results-item-box .list .item .head-box .matching .text {
    display: inline-block;
  }
  .search-module .search-result-box .accurate {
    width: 100%;
  }
  .search-module .search-result-box .accurate .searchbox .input-box {
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid .my-container {
    padding-top: 100px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
