
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;
}

.search_container {
  height: 100px;
  background: #F0F0F0;
}

.search_container .search_box {
  display: inline-block;
  height: 60px;
  font-size: 14px;
  position: relative;
  margin: 20px 10px 20px 10px;
}

.search_container .search_box input {
  float: left;
  height: 60px;
  width: 880px;
  border-right: 1px solid #ddd;
  padding-left: 18px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 8px 0 0 8px;
}

.search_container .search_box .map {
  float: right;
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
}

.search_container .search_box .map img {
  width: 20px;
  margin-right: 6px;
}

.search_container .search_box .search_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;
  height: 60px;
  width: 130px;
  border-radius: 0 8px 8px 0;
}

.search_container .search_box .search_btn img {
  width: 25px;
  height: 25px;
  margin: 17px auto;
}

.search_container .search_box .result_box {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  padding: 8px 0;
  box-sizing: border-box;
  width: 599px;
}

.search_container .search_box .result_box .each_result {
  padding: 3px 13px;
  line-height: 17px;
  font-size: 12px;
  color: #5B5B5B;
  cursor: pointer;
}

.select_area {
  margin: 17px 0 0 0;
  border: 1px solid #F0F0F0;
}

.select_area .title {
  height: 52px;
  line-height: 42px;
  font-size: 30px;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
}

.select_area .title .cb_line {
  position: absolute;
  left: 0;
  top: 7px;
  border-bottom: 4px solid #23afe6;
}

.select_area .select_box {
  box-sizing: border-box;
  padding: 17px 17px 32px 17px;
}

.select_area .select_box .each_checkbox_area {
  padding: 11px 0;
  line-height: 20px;
  font-size: 14px;
}

.select_area .select_box .each_checkbox_area .checkbox_title {
  width: 70px;
  color: #333;
  margin-right: 12px;
  float: left;
}

.select_area .select_box .each_checkbox_area .check_box_box {
  display: inline-block;
  max-width: 1080px;
}

.select_area .select_box .each_checkbox_area .check_box_box .all {
  cursor: pointer;
  padding: 0 3px;
}

.select_area .select_box .each_checkbox_area .check_box_box .all.chosen {
  color: #23afe6;
}

.select_area .select_box .each_checkbox_area .check_box_box .each_checkbox_item {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
}

.select_area .select_box .each_checkbox_area .check_box_box .each_checkbox_item .white {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #B9B9B9;
  position: relative;
  top: 2px;
}

.select_area .select_box .each_checkbox_area .check_box_box .each_checkbox_item img {
  display: none;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

.select_area .select_box .each_checkbox_area .check_box_box .each_checkbox_item:nth-child(2) {
  margin-left: 30px;
}

.select_area .select_box .each_checkbox_area .check_box_box .each_checkbox_item.chosen .white {
  display: none;
}

.select_area .select_box .each_checkbox_area .check_box_box .each_checkbox_item.chosen img {
  display: inline-block;
}

.select_area .select_box .each_checkbox_area .area_in {
  display: inline-block;
}

.select_area .select_box .each_checkbox_area .area_in .self_div {
  display: none;
}

.select_area .select_box .each_checkbox_area .area_in.chosen .self_div {
  display: inline-block;
}

.select_area .select_box .each_checkbox_area .area_in.chosen .self {
  color: #23afe6;
}

.select_area .select_box .each_checkbox_area .area_box {
  display: inline-block;
}

.select_area .select_box .each_checkbox_area .area_box .all {
  cursor: pointer;
  padding: 0 3px;
  margin-right: 27px;
}

.select_area .select_box .each_checkbox_area .area_box .all.chosen {
  color: #23afe6;
}

.select_area .select_box .each_checkbox_area .area_box .self {
  cursor: pointer;
  padding: 0 3px;
}

.select_area .select_box .each_checkbox_area .area_box .self_div {
  height: 24px;
}

.select_area .select_box .each_checkbox_area .area_box .area_input {
  width: 70px;
  height: 24px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 1px;
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  color: #333;
}

.select_area .select_box .each_checkbox_area .area_box .area_input.min {
  margin-left: 20px;
}

.select_area .select_box .each_checkbox_area .area_box .area_input.max {
  margin-right: 8px;
}

.select_area .select_box .each_checkbox_area .area_box .mid_line {
  display: inline-block;
  width: 8px;
  margin: 0 5px;
  border-bottom: 1px solid #AEAFAE;
  position: relative;
  top: -4px;
}

.select_area .select_box .each_checkbox_area .area_box .area_sure {
  display: inline-block;
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #23afe6;
  color: #23afe6;
  background: #fff;
  margin-left: 10px;
}

.site_box {
  margin-top: 10px;
}

.site_box .site_order_box {
  border: 1px solid #EFEFEF;
  background: #F8F8F8;
  height: 50px;
}

.site_box .site_order_box .order_div {
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  color: #999999;
  cursor: pointer;
  border-right: 1px solid #EFEFEF;
}

.site_box .site_order_box .order_div .img {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  transform: rotate(-135deg);
  position: relative;
  top: 1px;
  left: 23px;
}

.site_box .site_order_box .order_div.chosen {
  color: #23afe6;
  background: #fff;
}

.site_box .site_order_box .order_div.order_default .img {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.site_box .site_order_box .order_div.order_up .img {
  border-right: 1px solid #23afe6;
  border-bottom: 1px solid #23afe6;
}

.site_box .site_order_box .order_div.order_down .img {
  border-right: 1px solid #23afe6;
  border-bottom: 1px solid #23afe6;
  transform: rotate(45deg);
  top: -3px;
}

.site_box .no_search {
  display: none;
  height: 192px;
  align-items: center;
  justify-content: center;
  color: #888C8E;
  font-size: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.site_box .no_search img {
  margin-right: 10px;
}

.site_container {
  overflow: hidden;
}

.site_in_box {
  width: 860px;
  float: left;
}

.site_list {
  overflow: hidden;
}

.site_list .each_site {
  display: block;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
}

.site_list .each_site .site_in {
  margin: 26px 0 21px;
  height: 200px;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}

.site_list .each_site .site_in .site_img {
  width: 260px;
  height: 173px;
  border-radius: 6px;
}

.site_list .each_site .site_in .mid_info {
  display: inline-block;
  margin-left: 32px;
  height: 173px;
  position: relative;
}

.site_list .each_site .site_in .mid_info .line1 {
  width: 360px;
  padding-bottom: 15px;
}

.site_list .each_site .site_in .mid_info .site_no {
  float: left;
  background: url("../images/location_b_num.png") no-repeat;
  width: 17px;
  height: 22px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(5px);
  margin-right: 4px;
}

.site_list .each_site .site_in .mid_info .name {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
}

.site_list .each_site .site_in .mid_info .line_tag {
  padding-bottom: 14px;
}

.site_list .each_site .site_in .mid_info .line_tag .each_tag {
  display: inline-block;
  line-height: 17px;
  padding: 0 4px;
  color: #FF4A40;
  border: 1px solid #FF4A40;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 10px;
}

.site_list .each_site .site_in .mid_info .line2 {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 22px;
}

.site_list .each_site .site_in .mid_info .s1 {
  color: #5B5B5B;
}

.site_list .each_site .site_in .mid_info .s1 .content {
  font-size: 16px;
}

.site_list .each_site .site_in .mid_info .s2 {
  color: #CCCCCC;
  padding: 0 6px;
}

.site_list .each_site .site_in .mid_info .line3 {
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 11px;
}

.site_list .each_site .site_in .mid_info .label {
  color: #999999;
}

.site_list .each_site .site_in .mid_info .content {
  color: #666666;
}

.site_list .each_site .site_in .mid_info .line4 {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 17px;
  color: #26B0E6;
  font-size: 12px;
}

.site_list .each_site .site_in .price_info {
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  align-items: baseline;
  height: 40px;
  color: #5B5B5B;
  font-size: 12px;
}

.site_list .each_site .site_in .price_info .price {
  color: #FC4435;
  font-size: 28px;
  margin-right: 6px;
}

.site_list .each_site .site_in .go_detail {
  position: absolute;
  right: 0;
  top: 60px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #E6E6E6;
  color: #B9B9B9;
  font-size: 14px;
}

.site_list .each_site .site_in:hover {
  background: #F2F2F2;
}

.map_container {
  float: right;
  width: 300px;
}

.map_container #map {
  width: 380px;
  height: 400px;
  margin: 30px 0 10px;
}

.map_container .box_style {
  margin-bottom: 10px;
  border-radius: 10px;
  background: #E2F7FF;
  overflow: hidden;
}

.map_container .consult_box {
  padding: 9px 10px;
}

.map_container .consult_box .consult_img {
  float: left;
  margin-top: 11px;
  width: 80px;
  height: 80px;
}

.map_container .consult_box .consult_info {
  float: left;
  margin-left: 12px;
  margin-top: 11px;
}

.map_container .consult_box .consult_info div:nth-child(1) {
  font-weight: bold;
  margin: 8px 0;
  line-height: 20px;
  font-size: 14px;
}

.map_container .consult_box .consult_info div:nth-child(2) {
  line-height: 17px;
  color: #999999;
  font-size: 12px;
}

.map_container .consult_box .consult_info div:nth-child(3) {
  line-height: 20px;
  color: #FF4A40;
  font-size: 14px;
}

.map_container .consult_box .qr_code {
  float: right;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}

.map_container .consult_box .qr_code img {
  width: 80px;
  height: 80px;
}

.map_container .require_box {
  text-align: center;
}

.map_container .require_box .line1 {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #B6E6F9;
  margin: 19px auto 0;
}

.map_container .require_box .line1 img {
  float: left;
  margin: 8px 11px 0 56px;
}

.map_container .require_box .line1 span {
  float: left;
  line-height: 40px;
  font-size: 28px;
  color: #666;
  border-bottom: 2px solid #23afe6;
  transform: translateY(4px);
}

.map_container .require_box .line2 {
  margin: 10px 10px 0;
  font-size: 16px;
  color: #666;
  text-align: left;
}

.map_container .require_box .go_require {
  display: inline-block;
  width: 280px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: 20px;
  margin: 30px auto 18px;
  background: #23afe6;
  border-radius: 10px;
}

.options_area {
  line-height: 20px;
  padding: 23px 32px 0;
  font-size: 12px;
  color: #666;
}

.options_area .options_list {
  display: inline-block;
}

.options_area .options_list .each_option {
  display: inline-block;
  border: 1px solid #23afe6;
  margin: 0 5px;
}

.options_area .options_list .each_option .option_word {
  padding: 0 2px;
}

.options_area .options_list .each_option .close {
  float: right;
  display: flex;
  align-items: center;
  text-align: center;
  height: 20px;
  background: #23afe6;
  padding: 0 4px;
  cursor: pointer;
}

.options_area .delete_all {
  display: inline-block;
  color: #23afe6;
  margin: 0 6px;
  cursor: pointer;
}

.options_area .delete_all img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
