
html {
  min-width: 1200px;
  height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #5B5B5B;
  font-family: "PingFang SC";
}

input,
button,
textarea {
  display: inline-block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AEAFAE;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AEAFAE;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #AEAFAE;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #E5F7FE;
}

::-webkit-scrollbar-thumb {
  background: #23afe6;
}

::-webkit-scrollbar-track {
  background: #E5F7FE;
}

::-webkit-scrollbar-button {
  display: none;
}

.anchorBL {
  display: none;
}

.w135 {
  width: 135px;
}

.h80 {
  height: 80px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.b_btn_color {
  color: #fff;
  background: #23afe6;
}

.b_btn {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding: 0 19px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #23afe6;
}

.text_oh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_oh2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box {
  width: 1200px;
  margin: 0 auto;
}

.border_b {
  border-bottom: 1px solid #EAEAEA;
}

.bg_grey {
  background: #F2F2F2;
}

.margin_t18 {
  margin-top: 18px;
}

.arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #AEAFAE;
  border-bottom: 1px solid #AEAFAE;
  transform: rotate(45deg) translateY(-5px);
}

.arrow.cw {
  border-color: #fff;
}

.top_nav {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}

footer {
  background: #212121;
  height: 200px;
}

footer .foot_top {
  font-size: 18px;
  height: 130px;
  box-sizing: border-box;
  padding-top: 42px;
}

footer .foot_top .a_box {
  padding-top: 44px;
}

footer .foot_top .a_box a {
  color: #fff;
  font-size: 18px;
  margin-right: 25px;
  line-height: 25px;
  position: relative;
}

footer .foot_top .a_box a:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 3px;
  height: 20px;
  border-right: 1px solid #666666;
}

footer .foot_top .a_box a:last-child:after {
  border-right: none;
}

footer .foot_top .code_box .each_code {
  cursor: pointer;
  display: inline-block;
  width: 130px;
  text-align: center;
  position: relative;
  z-index: 10;
}

footer .foot_top .code_box .each_code div {
  color: #fff;
  line-height: 20px;
  margin-top: 7px;
  font-size: 14px;
}

footer .foot_top .code_box .each_code .code_img {
  display: none;
  position: absolute;
  top: -285px;
  left: 50%;
  transform: translateX(-50%);
}

footer .foot_top .code_box .each_code:hover .code_img {
  display: block;
}

footer .foot_bo {
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-top: 1px solid #2D2D2D;
  box-sizing: border-box;
  line-height: 22px;
  padding-top: 16px;
}

.flex_c {
  display: flex;
  align-items: center;
}

.flex_c_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_c_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select {
  display: inline-block;
  min-width: 100px;
  position: relative;
  cursor: pointer;
}

.select .chosen_in {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select .chosen_in .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
}

.select .chosen_in .placeholder {
  color: #AEAFAE;
}

.select .chosen_in .value_in {
  color: #5B5B5B;
}

.select .sel_list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  font-size: 12px;
  padding: 8px 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #5B5B5B;
}

.select .sel_list .each_sel {
  width: 100%;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 3px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select .sel_list .each_sel:hover {
  color: #23afe6;
}

.select.list_show .chosen_in {
  border-radius: 5px 5px 0 0;
}

.select.list_show .sel_list {
  display: block;
}

.page_box {
  margin: 100px auto 66px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
}

.page_box span,
.page_box input,
.page_box button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}

.page_box .pre,
.page_box .next {
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  line-height: 40px;
  cursor: pointer;
  margin: 0 10px;
}

.page_box .page_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_box .page_list span {
  margin: 0 10px;
}

.page_box .page_list .each_page {
  line-height: 20px;
  padding: 8px 14px;
  background: #F2F2F2;
  border-radius: 5px;
  cursor: pointer;
}

.page_box .page_list .each_page.chosen {
  color: #fff;
  background: #23afe6;
}

.page_box input {
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  line-height: 40px;
  margin: 0 10px;
  padding: 0 10px;
}

.page_box button {
  line-height: 36px;
  width: 80px;
  background: #F2F2F2;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

.top_fixed_com {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 12;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.top_fixed_com .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.top_fixed_com .box .top_input_box {
  width: 350px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #E2E2E3;
  padding: 0 20px;
}

.top_fixed_com .box .top_input_box input {
  width: 300px;
  margin-right: 20px;
  line-height: 25px;
  font-size: 18px;
}

.top_fixed_com .box .top_input_box img {
  cursor: pointer;
}

.top_fixed_com .box .left,
.top_fixed_com .box .right {
  height: 100%;
  display: flex;
  align-items: center;
}

.top_fixed_com .box .left .logo {
  width: 52px;
  height: 30px;
}

.top_fixed_com .box .left .city {
  margin-left: 17px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background: #CCCCCC;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
}

.top_fixed_com .box .left .city img {
  width: 10px;
  height: 13px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.top_fixed_com .box .left .search {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  margin-left: 16px;
  height: 49px;
  position: relative;
  width: 314px;
}

.top_fixed_com .box .left .search .top_search {
  width: 268px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 16px;
  color: #5B5B5B;
  background: #fff;
  border-radius: 5px 0 0 5px;
}

.top_fixed_com .box .left .search .search_btn {
  width: 46px;
  height: 100%;
  background: #23afe6;
  float: right;
}

.top_fixed_com .box .left .search .search_btn img {
  vertical-align: middle;
}

.top_fixed_com .box .top_nav {
  margin: 0 0 0 60px;
  color: #333;
  position: relative;
}

.top_fixed_com .box .top_nav.chosen:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #23afe6;
  top: 30px;
  left: 0;
}

.top_fixed_com .box .download_tip {
  color: #000;
  position: relative;
}

.top_fixed_com .box .download_tip .code_img_top {
  display: none;
  position: absolute;
  top: 35px;
  left: -83px;
}

.top_fixed_com .box .download_tip:hover .code_img_top {
  display: block;
}

#container {
  height: 100%;
}

.BMap_vectex_node:nth-of-type(1) {
  display: none !important;
}

.BMap_vectex_node:nth-of-type(2) {
  background-image: url(../images/block.png) !important;
  height: 15px;
  width: 34px;
  margin-left: -12px;
}

.tangram-suggestion {
  z-index: 10;
  padding: 8px 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.tangram-suggestion .route-icon {
  background: url(../images/location_small.png) no-repeat !important;
  background-size: 6px 8px;
}

.tangram-suggestion table tr td b {
  color: #23afe6;
}

.tangram-suggestion table tr td {
  line-height: 24px !important;
}

.header {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.header div {
  display: inline-block;
}

.header .logo {
  margin-left: 15px;
  width: 56px;
}

.header .head_span {
  font-size: 20px;
}

.header .mid_sec {
  display: flex;
  align-items: center;
}

.header .city {
  cursor: pointer;
  margin-left: 17px;
}

.header .city span {
  font-size: 14px;
  margin-left: 8px;
}

.header .select {
  margin-left: 30px;
}

.search_area {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: 16px;
}

.search_input {
  box-sizing: border-box;
  width: 268px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 12px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #5B5B5B;
}

.search_icon {
  float: right;
  background: #23afe6;
  width: 46px;
  height: 50px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.search_icon img {
  margin-top: 14px;
}

.right_sec {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.right_sec .head_span {
  margin: 0 14px;
  color: #fff;
}

.right_sec .list {
  margin-left: 16px;
  font-size: 16px;
  color: #fff;
}

.right_sec .list img {
  width: 14px;
  height: 12px;
}

.clear_div {
  font-size: 16px;
  margin-left: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.site_block {
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  width: 300px;
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 100px;
  height: auto;
  transition: all 0.4s;
  z-index: 2;
  text-align: center;
  border-radius: 5px;
}

.site_block .sort_box {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  margin: 18px auto 0;
}

.site_block .sort_box .each_sort {
  display: inline-block;
  width: 88px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #AEAFAE;
  cursor: pointer;
}

.site_block .sort_box .each_sort .img {
  display: inline-block;
  width: 13px;
  height: 14px;
  background-size: 100% 100%;
  position: relative;
  bottom: -2px;
}

.site_block .sort_box .each_sort:nth-child(2) {
  width: 100px;
}

.site_block .sort_box .each_sort.order_default .img {
  background: url(../images/order.png) no-repeat;
}

.site_block .sort_box .each_sort.order_up .img {
  background: url(../images/order_up.png) no-repeat;
}

.site_block .sort_box .each_sort.order_down .img {
  background: url(../images/order_down.png) no-repeat;
}

.site_block .sort_box .each_sort.chosen {
  color: #333;
}

.site_block .circle_box {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  height: 50px;
  border-bottom: 1px dashed #EAEAEA;
  font-size: 16px;
  color: #333;
}

.site_block .circle_box input {
  border: 1px solid #CCCCCC;
  width: 63px;
  height: 20px;
  margin: 0 5px;
}

.site_block .circle_box .btn {
  width: 40px;
  height: 20px;
  background: #23afe6;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin-left: 8px;
  border-radius: 2px;
}

.site_block .address_box {
  display: none;
  border-bottom: 1px dashed #EAEAEA;
  padding: 15px 26px;
  text-align: left;
}

.site_block .address_box .address_name {
  line-height: 22px;
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

.site_block .address_box .address_detail {
  line-height: 20px;
  font-size: 14px;
  color: #AEAFAE;
}

.site_block .site_list {
  width: 278px;
  position: absolute;
  top: 70px;
  left: 11px;
  bottom: 0px;
  height: auto;
  overflow-x: none;
  overflow-y: auto;
}

.site_block .site_list .each_site {
  padding: 9px 20px;
  text-align: left;
  cursor: pointer;
}

.site_block .site_list .each_site .site_img {
  width: 240px;
  height: 180px;
}

.site_block .site_list .each_site .site_name {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-top: 10px;
}

.site_block .site_list .each_site .line2 {
  line-height: 25px;
  font-size: 18px;
  margin-top: 10px;
}

.site_block .site_list .each_site .line2 .area {
  color: #AEAFAE;
}

.site_block .site_list .each_site .line2 .price {
  float: right;
  color: #FC4435;
}

.site_block .site_list .each_site .line2 .price span {
  font-size: 14px;
  color: #5B5B5B;
}

.site_block .site_list .each_site .address {
  line-height: 20px;
  font-size: 14px;
  margin-top: 6px;
  color: #CCCCCC;
}

.site_block .site_list .each_site .address img {
  width: 11px;
  margin-right: 5px;
}

.site_block .site_list .each_site.chosen {
  background: #F2F2F2;
}

.site_block .site_list .each_site.chosen .site_name {
  color: #23afe6;
}

.site_block .site_detail_block {
  display: none;
  width: 220px;
  position: absolute;
  top: 80px;
  left: 301px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 11px 15px;
  background: #fff;
  text-align: left;
}

.site_block .site_detail_block .site_img {
  width: 190px;
  height: 140px;
}

.site_block .site_detail_block .site_name {
  line-height: 20px;
  font-size: 14px;
  margin-top: 12px;
  color: #333;
}

.site_block .site_detail_block .mall {
  line-height: 17px;
  font-size: 12px;
  color: #AEAFAE;
}

.site_block .site_detail_block .mall a {
  color: #23afe6;
}

.site_block .site_detail_block .mid_title {
  line-height: 17px;
  font-size: 12px;
  margin-top: 20px;
}

.site_block .site_detail_block .price_box {
  margin: 4px 0 13px;
  line-height: 17px;
  font-size: 12px;
}

.site_block .site_detail_block .price_box .each_price {
  overflow: hidden;
  position: relative;
}

.site_block .site_detail_block .price_box .each_price span {
  background: #fff;
  z-index: 1;
  position: relative;
}

.site_block .site_detail_block .price_box .each_price .fl {
  width: 46px;
  text-align: right;
  padding-right: 6px;
}

.site_block .site_detail_block .price_box .each_price .fr {
  padding-left: 8px;
}

.site_block .site_detail_block .price_box .each_price:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px dashed #707070;
}

.site_block .site_detail_block .info_box {
  line-height: 18px;
  font-size: 13px;
}

.site_block .site_detail_block .info_box span {
  color: #D1D0D1;
  padding: 0 5px;
}

.site_block .site_detail_block .remarks {
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 15px;
  color: #AEAFAE;
}

.site_block .site_detail_block .saler_box {
  border-top: 1px solid #EEECEC;
  text-align: center;
}

.site_block .site_detail_block .saler_box .head {
  width: 82px;
  height: 82px;
  border-radius: 41px;
  margin: 12px auto 7px;
}

.site_block .site_detail_block .saler_box .name {
  line-height: 22px;
  font-size: 16px;
  color: #333;
}

.site_block .site_detail_block .saler_box .phone {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  margin-top: 12px;
}

.site_block .site_detail_block .saler_box .phone img {
  vertical-align: middle;
}

.site_block .site_detail_block .saler_box .phone span {
  margin-right: 15px;
}

.site_block .site_detail_block .saler_box .btn_area {
  padding: 25px 10px 14px;
  overflow: hidden;
  text-align: center;
}

.site_block .site_detail_block .saler_box .btn_area a {
  display: inline-block;
  width: 66px;
  line-height: 23px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.site_block .site_detail_block .saler_box .btn_area a {
  background: #23afe6;
}

.site_block .site_detail_block .close {
  position: absolute;
  top: 5px;
  left: 220px;
  cursor: pointer;
}

.area_box {
  width: 148px;
}

.area_box .area_input {
  line-height: 20px;
  text-align: center;
  margin: 8px 12px 30px;
}

.area_box .area_input input {
  height: 20px;
  width: 54px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  font-size: 12px;
  text-align: center;
}

.area_box .area_btn {
  float: right;
  width: 60px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  background: #23afe6;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  margin-right: 12px;
}
