#content {
  height: auto;
  overflow: hidden;
  max-width: 1376px;
  margin: 0 auto;
}

.search_box_new {
  width: 100%;
  background: white;
  padding:0 10px 10px 10px;
}

.search_input {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.search_input select {
  color: #5764ff;
  min-width: 5%;
  height: 40px;
  border: solid 1px #e6e6e6;
  border-right: none;
  text-align: center;
}
.search_input input {
  width: 40%;
  height: 40px;
  border: solid 1px #e6e6e6;
  border-left: none;
}
.search_input select {
  color: #333;
  min-width: 5%;
  height: 40px;
  border: solid 1px #e6e6e6;
  border-right: none;
  text-align: center;
  float: left;
}
.search_input input {
  width: 30%;
  height: 40px;
  border: solid 1px #e6e6e6;
  border-left: none;
  float: left;
}

.search_input span {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #5764ff;
  color: white;
  text-align: center;
  margin-left: 2%;
  cursor: pointer;
  background: linear-gradient(180deg, #50a7eb, #115ae0);
  border-radius: 0.05rem;
}
.search_input span i{
    background:url('../images/top/search_btn.png') no-repeat 0 center;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.choose_box { width: 100%; margin-top: 10px; border: solid 1px #f2f2f2; }

.choose_item {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.choose_item span {
  display: inline-block;
  width: 11.11%;
  height: 100%;
  border-right: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  text-align: center;
  color: #666666;
  font-weight: bold;
  font-size: 0.16rem;
  overflow: hidden;
  cursor: pointer;
}

.choose_item span:last-child {
  border-right: none;
}

.choose_item span.active {
  border-bottom: none;
  color: #226fe2;
}

.choose_small_item {
  padding: 10px 3px;
}

.choose_small_item span,
.choose_old span {
  width: 10.3%;
  height: 32px;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  font-size: 0.14rem;
  text-align: center;
  border: solid 1px #f2f2f2;
  margin-top: 3px;
  cursor: pointer;
}
.choose_small_item span.active,
.choose_old span.active {
  /*background: #5764ff;*/
  color: #226fe2;
}

.choose_old {
  padding: 10px 3px;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
.choose_old span {
  border-radius: 15px;
}

.choose_last {
  padding: 10px 3px;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
.choose_last span {
  margin-left: 10px;
  color: #666666;
  font-size: 0.14rem;
  cursor: pointer;
}
.choose_last span.active {
  color: #226fe2;
}

.hot_list_box {
  width: 100%;
  /*height:1150px;*/
  background: white;
  padding: 10px;
  margin-top: 10px;
}

.hot_list_box > p {
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 0.2rem;
}

.address_box {
  /*height: 46px;*/
  line-height: 46px;
  background: #f9f9fc;
  padding: 0 10px;
}

.address_box span {
  color: #1a1a1a;
  margin-right: 2%;
  cursor: pointer;
  font-size: 0.16rem;
}

.address_box span.active {
  color: #226fe2 ;
}

/*.address_box span:last-child {
            float: right;
            display: inline-block;
            width: 100px;
            height: 34px;
            line-height: 34px;
            background: #FFE5E7;
            color: #5764ff;
            text-align: center;
            position: relative;
            top: 5px;
        }*/

.table_box {
  width: 100%;
  /*height: 980px;*/
  margin-top: 10px;
  color: #333333;
  overflow: hidden;
}

.table_box th {
  text-align: center;
  color: #333333;
  font-size: 0.16rem;
}
.table_box tbody tr {
  height: 90px;
  text-align: center;
  color: #333333;
  font-size: 0.16rem;
}

.table_box tbody tr td:nth-child(2) {
  text-align: left;
}

.page_box {
  text-align: center;
  color: #5764ff;
  margin-top: 20px;
}

.page_box span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  font-size: 0.14rem;
  border: solid 1px #5764ff;
  margin-right: 10px;
  cursor: pointer;
}

.search_detail p {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 20px;
}

.search_detail p:last-child {
  margin-top: 10px;
  margin-bottom: 5px;
}

.search_detail p span {
  color: #ff9000;
}

.search_new input {
  border-left: solid 1px #f2f2f2;
  padding-left: 10px;
}

.result_list_box {
  height: auto;
  margin-top: 10px;
  background: white;
  padding: 10px 15px;
  overflow: hidden;
}
.result_list_box .top_tool {
  /*height: 30px;*/
  line-height: 30px;
  font-size: 0.16rem;
}

.result_list_box .top_tool span {
    color: #1a1a1a;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 0.95rem;
    min-width: 80px;
    border-right: solid 1px #f2f2f2;
    margin-right: 1%;
    cursor: pointer;
    padding-right: 0.2rem;
    white-space: nowrap;
}

.result_list_box .top_tool span.active {
  color: #226fe2;
  background: url(../img/sort_red.png) no-repeat right;
  background-position: 90%;
}

.result_list_box .top_tool .number_sort {
  background: url(../img/sort.png) no-repeat right;
  background-position: 90%;
  width: 1.1rem;
}
.result_list_box .top_tool .price_sort {
  background: url(../img/sort.png) no-repeat right;
  background-position: 90%;
}
.result_list_box .top_tool .date_sort {
  background: url(../img/sort.png) no-repeat right;
  background-position: 90%;
}

.result_list_box .top_tool input {
  height: 30px;
  line-height: 30px;
  width: 8%;
}

.result_list_box .top_tool input.search_name {
  width: 23%;
  margin-left: 5px;
}
.result_list_box .top_tool span:last-child {
  height: 30px;
  line-height: 30px;
  width: 30px;
  min-width: 30px;
  background: url(../img/search.png) no-repeat center;
  background-size:60px;
  vertical-align: middle;
  border: solid 1px rgba(230, 230, 230, 1);
  position: relative;
  top: 0px;
}

.result_table_box {
  width: 100%;
  height: auto;
  padding-top: 10px;
  overflow: hidden;
  padding-bottom: 160px;
}
.result_table_box .table_box tr {
  height: auto;
}

.result_table_box .table_box tr td {
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result_table_box .result_left {
  width: 75%;
  float: left;
  height: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}

.result_table_box .result_left .table_box table {
  table-layout: fixed;
}

.result_table_box .result_left .table_box,
.result_right .table_box {
  height: auto;
}
.result_table_box .page_box {
  margin-top: 10px;
}

.result_left .table_box,
.result_left .table_box .layui-table {
  margin-top: 0;
}

.result_right {
  width: 24%;
  float: right;
  height: 100%;
  border: solid 1px #f2f2f2;
  padding: 10px;
}

.result_right h5 {
  color: #333333;
  font-size: 0.2rem;
  text-align: center;
  font-family: Microsoft YaHei;
  height: 40px;
  line-height: 40px;
}

.result_right h4 {
  color: #5764ff;
  font-size: 0.2rem;
  text-align: center;
  font-family: Microsoft YaHei;
  height: 40px;
  line-height: 40px;
}

.result_right > p {
  color: #333333;
  font-weight: bold;
  font-size: 0.16rem;
  height: 40px;
  line-height: 40px;
}

.result_right > p span {
  float: right;
  font-weight: 400;
}

#echart_price {
  width: 100%;
  height: 230px;
}
.detail_text {
  width: 100%;
  padding: 10px 0px;
}
.detail_text p {
  color: #333333;
  font-size: 0.14rem;
}

.result_right ul {
  width: 100%;
  border: solid 1px #eaeaea;
  margin-top: 20px;
  overflow: hidden;
}

.result_right ul li {
  width: 100%;
  float: left;
}

.result_right ul li div:first-child {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  border-bottom: solid 1px #eaeaea;
}

.result_right ul li div:last-child {
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #eaeaea;
}

.result_right ul li div p {
  width: 25%;
  float: left;
  color: #333333;
  font-size: 0.14rem;
  text-align: center;
}

.result_right ul li div:last-child p {
  color: #666666;
}
