@charset "utf-8";
img {
  max-width: 100%;
}
body {
  background-color: white;
}
html,
body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
  font-size: 0.16rem;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
html {
  background-color: #F4F8FB;
}
.header-search {
  background-color: #fff;
}
.header-search .icon {
  color: #333333;
}
.header-search .title {
  color: #333333;
}
main {
  padding-top: 0;
  background: #fff;
}
.searchBox {
  padding-top: 0.1rem;
  position: relative;
  background-color: white;
  width: 100%;
  z-index: 101;
  overflow: hidden;
}
.searchBox .searchBox_top {
  overflow: hidden;
}
.searchBox .searchBox_top .inputBox {
  float: left;
  width: calc(100% - 1.58rem);
  height: 0.72rem;
  background: #FFFFFF;
  border: 0.04rem solid #256DD9;
  border-radius: 0.72rem;
  margin: 0.2rem 0.12rem 0.2rem 0.3rem;
  padding: 0.1rem 0.2rem;
}
.searchBox .searchBox_top .inputBox .icon_search {
  width: 0.26rem;
  height: 0.26rem;
  margin: 0.1rem 0.08rem 0 0;
  float: left;
  background: url('../images/icon/search-icon.png') no-repeat center;
  background-size: contain;
}
.searchBox .searchBox_top .inputBox input {
  border: 0;
  float: left;
  width: calc(100% - 0.9rem);
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  height: 0.44rem;
  color: #999999;
}
.searchBox .searchBox_top .inputBox .close_search {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0.06rem 0 0 0;
  float: right;
  background: url('../images/icon/search-close-icon.png') no-repeat center;
  background-size: contain;
}
.searchBox .searchBox_top .btn_search {
  width: 0.9rem;
  text-align: center;
  float: right;
  margin-right: 0.2rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.32rem;
  color: #666666;
  margin-top: 0.4rem;
}
.search_recommend {
  overflow: hidden;
  border-bottom: 0.2rem #F4F8FB solid;
  width: 100%;
}
.search_recommend ul {
  padding: 0 0.3rem 0.06rem;
}
.search_recommend ul li {
  display: inline-block;
  margin: 0 0.2rem 0.2rem 0;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.32rem;
  color: #999999;
}
.search_recommend ul li a {
  color: #999999;
}
.search_history {
  overflow: hidden;
  padding: 0 0.3rem;
  width: 100%;
}
.search_history .title {
  overflow: hidden;
  padding: 0.32rem 0 0.1rem;
}
.search_history .title p {
  font-size: 0.32rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  color: #4E4E4F;
  display: inline-block;
  float: left;
}
.search_history .title .history_btn {
  display: inline-block;
  float: right;
}
.search_history .title .history_btn .icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  margin-top: 0.06rem;
  float: left;
  background: url('../images/icon/close_history-icon.png') no-repeat center;
  background-size: contain;
}
.search_history .title .history_btn span {
  float: left;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  color: #666666;
}
.search_history ul li {
  padding: 0 0.18rem;
  height: 0.64rem;
  background: #F3F3F3;
  border-radius: 0.32rem;
  line-height: 0.64rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  color: #666666;
  margin: 0 0.2rem 0.2rem 0;
  display: inline-block;
  float: left;
}
.search_history ul li.article {
  background: #256DD9;
  color: #FFFFFF;
}
.search_banner {
  overflow: hidden;
  position: absolute;
  bottom: 0.4rem;
  left: 0.3rem;
  width: calc(100% - 0.6rem);
  padding: 0;
}
.search_name {
  overflow: hidden;
  margin: 0 0.3rem 0.1rem;
  width: calc(100% - 0.6rem);
}
.search_name li {
  padding: 0.4rem 0 0.32rem;
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
}
.search_name li:nth-of-type(1) {
  padding-top: 0.2rem;
}
.search_name li .icon {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.08rem;
  float: left;
}
.search_name li .icon.s_icon_information {
  background: url('../images/icon/s-information_icon.png') no-repeat center;
}
.search_name li .icon.s_icon_company {
  background: url('../images/icon/s-company_icon.png') no-repeat center;
}
.search_name li .icon.s_icon_product {
  background: url('../images/icon/s-product_icon.png') no-repeat center;
}
.search_name li p {
  float: left;
  display: inline-block;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 2rem);
}
.search_name li p em {
  color: #FF4E00;
  font-style: initial;
}
.search_name li .tips {
  float: right;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
  color: #999999;
}
.search_name li .tips em {
  color: #FF4E00;
  font-style: initial;
}
.no_auth {
  width: 100%;
  margin: 1.78rem auto 0.3rem;
  text-align: center;
}
.no_auth img {
  width: 4.12rem;
  height: 3.04rem;
  display: block;
  margin: 0 auto;
}
.no_auth p {
  text-align: center;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  color: #999999;
  margin-top: 0.2rem;
}
.no_auth p span {
  color: #FF4E00;
}
.search_list_nav {
  overflow: hidden;
  border-bottom: 0.2rem #F4F8FB solid;
}
.search_list_nav ul {
  width: 100%;
}
.search_list_nav ul li {
  width: 25%;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.36rem;
  padding: 0.2rem 0 0.16rem;
  color: #666666;
  float: left;
  text-align: center;
  position: relative;
}
.search_list_nav ul li a {
  color: #666666;
}
.search_list_nav ul li.active {
  font-weight: bold;
}
.search_list_nav ul li.active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.06rem;
  margin-left: -0.3rem;
  background: #395BFF;
  border-radius: 0.6rem;
}
.search_content {
  background: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.search_content .content_product {
  overflow: hidden;
  background-color: #F4F8FB;
}
.search_content .content_product .product_itme {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: calc(100% - 0.6rem);
  border: 0.01rem solid #F3F3F3;
  border-radius: 0.12rem;
  margin: 0 auto 0.26rem;
  box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.06);
}
.search_content .content_product .product_itme .title {
  overflow: hidden;
  width: 100%;
  height: 0.7rem;
  background: #FFFFFF;
  border-bottom: 0.01rem solid #F3F3F3;
  border-radius: 0.12rem 0.12rem 0 0;
}
.search_content .content_product .product_itme .title p {
  max-width: calc(100% - 1.6rem);
  display: inline-block;
  float: left;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.7rem;
  color: #333333;
  margin-left: 0.26rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_content .content_product .product_itme .title p span {
  color: #FF4E00;
}
.search_content .content_product .product_itme .title .product_modal_btn {
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.32rem;
  color: #075BFF;
  padding: 0.2rem 0.46rem 0.1rem 0;
  float: right;
  position: relative;
}
.search_content .content_product .product_itme .title .product_modal_btn:after {
  content: '';
  width: 0.14rem;
  height: 0.1rem;
  background: url('../images/icon/arrow-p_icon.png') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0.32rem;
  right: 0.2rem;
}
.search_content .content_product .product_itme .tisp_num {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.38rem;
  background: #94A5C8;
  border-radius: 0.12rem 0 0.1rem 0;
  font-size: 0.22rem;
  font-family: DIN;
  line-height: 0.38rem;
  color: #FFFFFF;
  padding: 0 0.16rem;
}
.search_content .content_product .common_list_banner {
  margin-bottom: 0.26rem;
}
.search_content > div {
  overflow: hidden;
}
.search_content > div > ul.search_itme_maxH {
  max-height: 5rem;
  overflow: hidden;
}
.search_content em {
  color: #ff4e00;
  font-style: initial;
}
.search_content .common_list_brand {
  padding-bottom: 0.16rem;
}
.search_content .lookBtn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  display: none;
  font-size: 0.28rem;
  color: #256DD9;
  line-height: 0.4rem;
  padding-top: 2rem;
  background: -webkit-gradient(linear, 50% 0, 50% 60%, from(transparent), to(rgba(255, 255, 255, 0.95)));
}
.search_content .lookBtn i {
  font-size: 0.2rem;
  color: #256DD9;
}
.product_content_bottom .content {
  width: 100%;
  margin: 0 auto;
}
.product_content_bottom .content .title {
  overflow: hidden;
  width: 100%;
  height: 0.8rem;
  background: #FFFFFF;
  border-bottom: 0.01rem solid #F3F3F3;
  border-radius: 0.12rem 0.12rem 0 0;
}
.product_content_bottom .content .title p {
  max-width: calc(100% - 1.6rem);
  display: inline-block;
  float: left;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.8rem;
  color: #333333;
  margin-left: 0.26rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_content_bottom .content .title p span {
  color: #FF4E00;
}
.product_content_bottom .content .title p em {
  color: #FF4E00;
  font-style: initial;
}
.product_content_bottom .content .title .close {
  float: right;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.18rem 0.2rem;
  background: url('../images/icon/search-close-icon.png') no-repeat center;
  background-size: contain;
}
.product_content_bottom .content .content-list {
  max-height: 9rem;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
.product_content_bottom .content .content-list a {
  padding: 0;
}
.product_content_bottom .content .content-list .textBox .text {
  text-align: left;
}
.product_content_bottom .content .content-list .textBox .text em {
  color: #FF4E00;
  font-style: initial;
}
.product_content_bottom .content .content-list .common_list_product {
  padding-bottom: 0.16rem;
}
.am-modal .am-modal-bd {
  border: 0;
}
.am-modal .am-modal-bd .content {
  padding: 0.3rem 0;
}
.am-modal .am-modal-bd .content .btnBox {
  overflow: hidden;
  text-align: center;
  margin: 0.5rem auto 0;
}
.am-modal .am-modal-bd .content .btnBox .btn {
  width: 1.9rem;
  display: inline-block;
  text-align: center;
  line-height: 0.68rem;
  height: 0.68rem;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  color: #3385FF;
  background: #E5F2FF;
  border: 1px solid #3385FF;
  border-radius: 0.06rem;
  margin: 0 0.2rem;
}
.am-modal .am-modal-bd .content .btnBox .on {
  width: 2.3rem;
  background: #0364FF;
  color: #FFFFFF;
}
input {
  outline: none;
}
.hide {
  display: none;
}
