.crumbs {
  height: 50px;
  line-height: 50px;
}
.crumbs .fl {
  float: left;
}
.crumbs .current_location {
  font-size: 14px;
  color: #999999;
}
.crumbs .current_location i {
  color: #4078be;
  margin-right: 10px;
}
.crumbs .crumbs_list {
  float: none;
}
.crumbs .crumbs_list i {
  color: #4078be;
  margin-right: 10px;
}
.crumbs .crumbs_list a {
  font-size: 14px;
  color: #999999;
  outline: 0;
  margin-right: 10px;
}
.crumbs .crumbs_list span {
  font-size: 14px;
  color: #999999;
}
.crumbs .crumbs_list a:hover {
  color: #666666;
  border-bottom: 1px solid #666666;
}
.clearfix::after {
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.main .main_box {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 13px 0px rgba(209, 209, 209, 0.5);
}
.main .title .title_box {
  position: relative;
}
.main .title .title_box .left {
  width: 1160px;
  height: 60px;
  background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
  text-align: center;
  color: #fff;
  padding-left: 30px;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FF6402', endColorstr='#FF9D05');
}
.main .title .title_box .left i {
  font-size: 24px;
  display: inline-block;
  line-height: 60px;
  vertical-align: top;
  margin-right: 10px;
}
.main .title .title_box .left h2 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.main .title .title_box .right {
  position: absolute;
  bottom: -78px;
  right: 20px;
  font-size: 0;
  z-index: 99999;
}
.main .title .title_box .right .clear_search_marker {
  display: inline-block;
  display: none;
  vertical-align: top;
  border: none;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  background-color: #0056a3;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  box-sizing: border-box;
}
.main .title .title_box .right .marker_list_btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  width: auto;
  height: 38px;
  background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FF6402', endColorstr='#FF9D05');
  border-radius: 19px;
}
.main .title .title_box .right .search_box {
  display: none;
  vertical-align: top;
  overflow: hidden;
}
.main .title .title_box .right .search_box .search {
  float: left;
  width: 297px;
  height: 38px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 12px;
}
.main .title .title_box .right .search_box .search i {
  color: #1767be;
  font-size: 16px;
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
  margin-right: 5px;
}
.main .title .title_box .right .search_box .search input {
  border: none;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  width: 250px;
}
.main .title .title_box .right .search_box .search_btn {
  float: left;
  width: 98px;
  height: 38px;
  line-height: 38px;
  background-color: #0056a3;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-left: -5px;
  cursor: pointer;
}
.main .box {
  margin-top: 20px;
  height: auto;
}
.main .box .left {
  width: 252px;
  float: left;
}
.main .box .left .service_list .service_tit {
  height: 50px;
  background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FF6402', endColorstr='#FF9D05');
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-left: 17px;
  box-sizing: border-box;
}
.main .box .left .service_list .service_tit span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-right: 5px;
}
.main .box .left .service_list .service_tit p {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.main .box .left .service_list .service_tit i {
  display: none;
}
.main .box .left .service_list .list_box {
  height: 494px;
  background-color: #fff;
  box-shadow: 3px 2px 4px 0px #c8c8c8;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
}
.main .box .left .service_list .list_box ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  position: relative;
  margin: 5px 0;
}
.main .box .left .service_list .list_box ul li.show {
  background-color: #ffe9e1;
}
.main .box .left .service_list .list_box ul li.show .icon {
  color: #0056a3;
}
.main .box .left .service_list .list_box ul li.show p {
  font-weight: bold;
  color: #ff6402;
}
.main .box .left .service_list .list_box ul li.show p a {
  font-weight: bold;
  color: #ff6402;
}
.main .box .left .service_list .list_box ul li .icon {
  width: 24px;
  display: inline-block;
  display: none;
  text-align: center;
  line-height: 36px;
}
.main .box .left .service_list .list_box ul li .icon i {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}
.main .box .left .service_list .list_box ul li p {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-left: 12px;
}
.main .box .left .service_list .list_box ul li p a {
  display: block;
  padding-left: 24px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.main .box .left .service_list .list_box ul li .arrow {
  float: right;
  margin-right: 25px;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #cccccc;
  font-size: 12px;
}
.main .box .left .service_list .list_box ul li .sub_list {
  display: none;
  position: absolute;
  width: 163px;
  height: auto;
  box-sizing: border-box;
  padding: 5px 0;
  background: #fffbf9;
  box-shadow: 3px 2px 4px 0px #c8c8c8;
  border: 1px solid #dcdcdc;
  z-index: 9999;
  right: -163px;
  top: 0;
}
.main .box .left .service_list .list_box ul li .sub_list .item {
  line-height: 20px;
  padding: 5px 0;
  font-size: 14px;
  color: #333;
  margin: 5px 0;
  padding-left: 24px;
  position: relative;
}
.main .box .left .service_list .list_box ul li .sub_list .item a {
  vertical-align: top;
}
.main .box .left .service_list .list_box ul li .sub_list .item:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  top: 11px;
  left: 9px;
}
.main .box .left .service_list .list_box ul li .sub_list .item.cur {
  background: #ffe9e1;
  color: #ff6402;
}
.main .box .left .service_list .list_box ul li .sub_list .item.cur:after {
  background: #ff6a03;
}
.main .box .left .service_list .list_box ul li .sub_list .item.cur a {
  color: #ff6402;
}
@media (min-width: 751px) {
  .main .box .left .service_list .list_box ul li:hover {
    background-color: #ffe9e1;
  }
  .main .box .left .service_list .list_box ul li:hover .icon {
    color: #0056a3;
  }
  .main .box .left .service_list .list_box ul li:hover p {
    font-weight: bold;
    color: #0056a3;
  }
  .main .box .left .service_list .list_box ul li:hover .sub_list {
    display: block;
  }
  .main .box .left .service_list .list_box ul li:hover a {
    color: #ff6402;
  }
}
.main .box .right {
  float: right;
  width: 906px;
  height: 543px;
  position: relative;
  overflow: hidden;
}
.main .box .right .map {
  width: 100%;
  height: 100%;
}
.main .box .right .search_result {
  display: none;
  position: absolute;
  right: 20px;
  top: 65px;
  max-height: 450px;
  background-color: #fff;
  width: 224px;
  z-index: 999;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
  min-height: 50px;
  box-sizing: border-box;
  padding: 20px 10px;
  box-shadow: 3px 2px 4px 0px #c8c8c8;
  cursor: pointer;
}
.main .box .right .search_result::-webkit-scrollbar-track {
  border-radius: 0;
  background: #e1e1e1;
  position: absolute;
}
.main .box .right .search_result::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  position: absolute;
}
.main .box .right .search_result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aeaeae;
  position: absolute;
}
.main .box .right .search_result.show {
  display: block;
}
.main .box .right .search_result .marker_list p {
  line-height: 30px;
  font-size: 14px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.main .box .right .search_result .marker_list p:hover {
  color: #4078be;
}
.main .box .right .search_result .marker_list p.no {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.BMapLib_bubble_top,
.BMapLib_bubble_bottom,
.BMapLib_trans {
  display: none;
}
.BMapLib_SearchInfoWindow {
  border: none;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
  padding: 0;
}
.map_info_popUps .popUps_title {
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  background-color: #6fafff;
  position: relative;
}
.map_info_popUps .popUps_title h2 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
.map_info_popUps .popUps_title .close {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.map_info_popUps .popUps_content {
  overflow: hidden;
}
.map_info_popUps .des .item {
  line-height: 36px;
  padding: 0 15px;
  border-bottom: 1px solid #f0f0f0;
}
.map_info_popUps .des .item:first-child {
  border-top: 1px solid #f0f0f0;
}
.map_info_popUps .des .item i {
  font-size: 13px;
  color: #f54436;
  margin-right: 5px;
}
.map_info_popUps .des .item i.phone {
  color: #246fff;
}
.map_info_popUps .des .item span {
  font-size: 12px;
  color: #666666;
}
.map_info_popUps .code_box {
  overflow: hidden;
  font-size: 0;
  padding: 15px 13px;
}
.map_info_popUps .code_box > div {
  display: inline-block;
  vertical-align: top;
}
.map_info_popUps .code_box .tz_box {
  width: 50%;
  font-size: 12px;
}
.map_info_popUps .code_box .tz_box a {
  display: block;
  margin: 0 auto;
  width: 115px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #0056a3;
  color: #333;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 34px;
  font-size: 16px;
  box-sizing: border-box;
}
.map_info_popUps .code_box .code_left {
  width: 50%;
  font-size: 12px;
}
.map_info_popUps .searchInfoWindow_code {
  text-align: center;
  box-sizing: border-box;
}
.map_info_popUps .searchInfoWindow_code img,
.map_info_popUps .searchInfoWindow_code canvas {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.map_info_popUps .searchInfoWindow_code_text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hopeui-layer-close {
  background-color: #47b3ff;
  color: #fff;
}
.map_phone_nav,
.phone_result_title {
  display: none;
}
@media (max-width: 751px) {
  body.hidden {
    overflow: hidden;
  }
  .container {
    width: auto;
    padding: 0 0.24rem;
  }
  .crumbs {
    line-height: 0.7rem;
    height: auto;
    background-color: #f6f6f6;
  }
  .crumbs .current_location {
    font-size: 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
  }
  .crumbs .current_location span {
    vertical-align: top;
    color: #666;
    font-size: 0.24rem;
    display: inline-block;
    line-height: 0.7rem;
  }
  .crumbs .current_location i {
    font-size: 0.3rem;
    margin-right: 0.1rem;
    vertical-align: top;
    display: inline-block;
    line-height: 0.7rem;
  }
  .crumbs .crumbs_list {
    float: none;
  }
  .crumbs .crumbs_list i {
    font-size: 0.3rem;
    margin-right: 0.1rem;
    display: inline-block;
    line-height: 0.7rem;
  }
  .crumbs .crumbs_list span,
  .crumbs .crumbs_list a {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.7rem;
  }
  .crumbs .crumbs_list:hover {
    border: none;
    color: #999999;
  }
  .main .main_box {
    padding: 0;
    margin: 0.2rem 0 0.5rem;
    box-shadow: none;
  }
  .main .title .title_box .left {
    display: inline-block;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
  }
  .main .title .title_box .left h2 {
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
  .main .title .title_box .left i {
    font-size: 0.36rem;
    line-height: 0.8rem;
    margin-right: 0.2rem;
  }
  .main .title .right {
    display: none;
  }
  .main .map_phone_nav {
    display: block;
    margin: 0.26rem 0;
  }
  .main .map_phone_nav .nav_list {
    display: flex;
    justify-content: space-between;
  }
  .main .map_phone_nav .nav_list .phone_service_tit {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 3.4rem;
    height: 0.8rem;
    background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.8rem;
    box-sizing: border-box;
    padding: 0 0.18rem;
    text-align: center;
  }
  .main .map_phone_nav .nav_list .phone_service_tit span {
    font-size: 0.3rem;
    margin-right: 0.2rem;
  }
  .main .map_phone_nav .nav_list .phone_marker_list_btn {
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    width: 3.4rem;
    height: 0.8rem;
    background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
  }
  .main .box .left {
    display: none;
    width: auto;
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .main .box .left.open {
    display: block;
  }
  .main .box .left .service_list {
    background-color: #fff;
  }
  .main .box .left .service_list .service_tit {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    padding-left: 0.4rem;
    background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
    color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .main .box .left .service_list .service_tit span {
    display: none;
    font-size: 0.32rem;
    margin-right: 0;
  }
  .main .box .left .service_list .service_tit i {
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.28rem;
    height: 100%;
    top: 0;
    right: 0.42rem;
  }
  .main .box .left .service_list .list_box {
    width: 3.52rem;
    height: 6.48rem;
    box-shadow: none;
    padding: 0;
    border: none;
    background: #f1f2f3;
    position: relative;
  }
  .main .box .left .service_list .list_box ul {
    height: 100%;
  }
  .main .box .left .service_list .list_box ul li {
    height: 0.72rem;
    line-height: 0.72rem;
    padding-left: 0.4rem;
    margin: 0;
    position: relative;
  }
  .main .box .left .service_list .list_box ul li.show {
    background-color: #ffe9e1;
  }
  .main .box .left .service_list .list_box ul li.show p {
    color: #ff6402;
  }
  .main .box .left .service_list .list_box ul li.show p a {
    font-weight: normal;
    color: #ff6402;
  }
  .main .box .left .service_list .list_box ul li.show .sub_list {
    display: block;
  }
  .main .box .left .service_list .list_box ul li p {
    height: 100%;
    font-size: 0.28rem;
    margin-left: 0;
  }
  .main .box .left .service_list .list_box ul li .icon {
    display: none;
  }
  .main .box .left .service_list .list_box ul li .arrow {
    display: none;
  }
  .main .box .left .service_list .list_box ul li .sub_list {
    width: 3.98rem;
    height: 100%;
    box-shadow: none;
    background-color: #fffbf9;
    border: none;
    right: -3.98rem;
    padding: 0;
  }
  .main .box .left .service_list .list_box ul li .sub_list .item {
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
    margin: 0;
    padding: 0 0.1rem 0 0.6rem;
  }
  .main .box .left .service_list .list_box ul li .sub_list .item:after {
    width: 0.12rem;
    height: 0.12rem;
    top: 50%;
    margin-top: -0.06rem;
    left: 0.34rem;
  }
  .main .box .left .service_list .list_box ul li .sub_list .item.cur {
    background: #ffe9e1;
    color: #ff6402;
  }
  .main .box .left .service_list .list_box ul li .sub_list .item.cur:after {
    background: #ff6a03;
  }
  .main .box .left .service_list .list_box ul li .sub_list .item.cur a {
    color: #ff6402;
  }
  .main .box .right {
    float: none;
    width: 100%;
    height: 5.28rem;
  }
  .main .box .right .search_result {
    position: fixed;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1000;
    border: none;
    padding: 0;
    max-height: 100%;
  }
  .main .box .right .search_result.show {
    display: block;
  }
  .main .box .right .search_result .sub {
    width: 4.82rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  .main .box .right .search_result .sub .phone_result_title {
    display: block;
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.32rem;
    color: #333;
    padding: 0 0.2rem 0 0.4rem;
    border-bottom: 1px solid #e8e8e8;
    flex-shrink: 0;
    overflow: hidden;
  }
  .main .box .right .search_result .sub .phone_result_title .close {
    float: right;
    font-size: 0.24rem;
    color: #a8a8a8;
  }
  .main .box .right .search_result .sub .result_box {
    flex: 1;
    overflow: hidden;
    padding: 0.2rem 0;
  }
  .main .box .right .search_result .sub .result_box .marker_list {
    height: 100%;
    overflow-y: auto;
  }
  .main .box .right .search_result .sub .result_box .marker_list p {
    font-size: 0.28rem;
    height: 0.72rem;
    line-height: 0.72rem;
    padding: 0 0.2rem;
  }
  .main .box .right .search_result .sub .result_box .marker_list p.no {
    font-size: 0.3rem;
    text-align: center;
  }
}
.main .box .left .service_list .list_box ul li .sub_list .item a {
  color: #333;
}
@media (min-width: 751px) {
  .pageold .main .box .left .service_list .list_box ul li:hover {
    background-color: #ffe9e1;
  }
  .pageold .main .box .left .service_list .list_box ul li:hover .icon {
    color: #0056a3;
  }
  .pageold .main .box .left .service_list .list_box ul li:hover p {
    font-weight: bold;
    color: #0056a3;
  }
  .pageold .main .box .left .service_list .list_box ul li:hover .sub_list {
    display: block;
  }
  .pageold .main .box .left .service_list .list_box ul li:hover a {
    color: #ff6402;
  }
  .pageold body.hidden {
    overflow: hidden;
  }
  .pageold .container {
    width: auto;
    padding: 0 0.384rem;
  }
  .pageold .crumbs {
    line-height: 1.12rem;
    height: auto;
    background-color: #f6f6f6;
  }
  .pageold .crumbs .current_location {
    font-size: 0.384rem;
    height: 1.12rem;
    line-height: 1.12rem;
    overflow: hidden;
  }
  .pageold .crumbs .current_location span {
    vertical-align: top;
    color: #666;
    font-size: 0.384rem;
    display: inline-block;
    line-height: 1.12rem;
  }
  .pageold .crumbs .current_location i {
    font-size: 0.48rem;
    margin-right: 0.16rem;
    vertical-align: top;
    display: inline-block;
    line-height: 1.12rem;
  }
  .pageold .crumbs .crumbs_list {
    float: none;
  }
  .pageold .crumbs .crumbs_list i {
    font-size: 0.48rem;
    margin-right: 0.16rem;
    display: inline-block;
    line-height: 1.12rem;
  }
  .pageold .crumbs .crumbs_list span,
  .pageold .crumbs .crumbs_list a {
    font-size: 0.384rem;
    color: #666;
    line-height: 1.12rem;
  }
  .pageold .crumbs .crumbs_list:hover {
    border: none;
    color: #999999;
  }
  .pageold .main .main_box {
    padding: 0;
    margin: 0.32rem 0 0.8rem;
    box-shadow: none;
  }
  .pageold .main .title .title_box .left {
    display: inline-block;
    width: 100%;
    height: 1.28rem;
    padding: 0 0.32rem;
  }
  .pageold .main .title .title_box .left h2 {
    line-height: 1.28rem;
    font-size: 0.512rem;
  }
  .pageold .main .title .title_box .left i {
    font-size: 0.576rem;
    line-height: 1.28rem;
    margin-right: 0.32rem;
  }
  .pageold .main .title .right {
    display: none;
  }
  .pageold .main .map_phone_nav {
    display: block;
    margin: 0.416rem 0;
  }
  .pageold .main .map_phone_nav .nav_list {
    display: flex;
    justify-content: space-between;
  }
  .pageold .main .map_phone_nav .nav_list .phone_service_tit {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 5.44rem;
    height: 1.28rem;
    background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
    font-size: 0.512rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.28rem;
    box-sizing: border-box;
    padding: 0 0.288rem;
    text-align: center;
  }
  .pageold .main .map_phone_nav .nav_list .phone_service_tit span {
    font-size: 0.48rem;
    margin-right: 0.32rem;
  }
  .pageold .main .map_phone_nav .nav_list .phone_marker_list_btn {
    text-align: center;
    line-height: 1.28rem;
    font-size: 0.512rem;
    font-weight: bold;
    color: #fff;
    width: 5.44rem;
    height: 1.28rem;
    background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
  }
  .pageold .main .box .left {
    overflow: scroll;
    display: none;
    width: auto;
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .pageold .main .box .left.open {
    display: block;
  }
  .pageold .main .box .left .service_list {
    background-color: #fff;
  }
  .pageold .main .box .left .service_list .service_tit {
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.512rem;
    padding-left: 0.64rem;
    background: linear-gradient(270deg, #ff9d05 0%, #ff6402 100%);
    color: #fff;
    border-bottom: 1.6px solid #e8e8e8;
  }
  .pageold .main .box .left .service_list .service_tit span {
    display: none;
    font-size: 0.512rem;
    margin-right: 0;
  }
  .pageold .main .box .left .service_list .service_tit i {
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.448rem;
    height: 100%;
    top: 0;
    right: 0.672rem;
  }
  .pageold .main .box .left .service_list .list_box {
    width: 5.632rem;
    height: 10.368rem;
    box-shadow: none;
    padding: 0;
    border: none;
    background: #f1f2f3;
    position: relative;
  }
  .pageold .main .box .left .service_list .list_box ul {
    height: 100%;
  }
  .pageold .main .box .left .service_list .list_box ul li {
    height: 1.152rem;
    line-height: 1.152rem;
    padding-left: 0.64rem;
    margin: 0;
    position: relative;
  }
  .pageold .main .box .left .service_list .list_box ul li.show {
    background-color: #ffe9e1;
  }
  .pageold .main .box .left .service_list .list_box ul li.show p {
    color: #ff6402;
  }
  .pageold .main .box .left .service_list .list_box ul li.show p a {
    font-weight: normal;
    color: #ff6402;
  }
  .pageold .main .box .left .service_list .list_box ul li.show .sub_list {
    display: block;
  }
  .pageold .main .box .left .service_list .list_box ul li p {
    height: 100%;
    font-size: 0.448rem;
    margin-left: 0;
  }
  .pageold .main .box .left .service_list .list_box ul li .icon {
    display: none;
  }
  .pageold .main .box .left .service_list .list_box ul li .arrow {
    display: none;
  }
  .pageold .main .box .left .service_list .list_box ul li .sub_list {
    width: 6.368rem;
    height: 100%;
    box-shadow: none;
    background-color: #fffbf9;
    border: none;
    right: -6.368rem;
    padding: 0;
  }
  .pageold .main .box .left .service_list .list_box ul li .sub_list .item {
    height: 1.152rem;
    line-height: 1.152rem;
    font-size: 0.448rem;
    margin: 0;
    padding: 0 0.16rem 0 0.96rem;
  }
  .pageold .main .box .left .service_list .list_box ul li .sub_list .item:after {
    width: 0.192rem;
    height: 0.192rem;
    top: 50%;
    margin-top: -0.096rem;
    left: 0.544rem;
  }
  .pageold .main .box .left .service_list .list_box ul li .sub_list .item.cur {
    background: #ffe9e1;
    color: #ff6402;
  }
  .pageold .main .box .left .service_list .list_box ul li .sub_list .item.cur:after {
    background: #ff6a03;
  }
  .pageold .main .box .left .service_list .list_box ul li .sub_list .item.cur a {
    color: #ff6402;
  }
  .pageold .main .box .right {
    float: none;
    width: 100%;
    height: 8.448rem;
  }
  .pageold .main .box .right .search_result {
    position: fixed;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1000;
    border: none;
    padding: 0;
    max-height: 100%;
  }
  .pageold .main .box .right .search_result.show {
    display: block;
  }
  .pageold .main .box .right .search_result .sub {
    width: 7.712rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  .pageold .main .box .right .search_result .sub .phone_result_title {
    display: block;
    height: 1.312rem;
    line-height: 1.312rem;
    font-size: 0.512rem;
    color: #333;
    padding: 0 0.32rem 0 0.64rem;
    border-bottom: 1.6px solid #e8e8e8;
    flex-shrink: 0;
    overflow: hidden;
  }
  .pageold .main .box .right .search_result .sub .phone_result_title .close {
    float: right;
    font-size: 0.384rem;
    color: #a8a8a8;
  }
  .pageold .main .box .right .search_result .sub .result_box {
    flex: 1;
    overflow: hidden;
    padding: 0.32rem 0;
  }
  .pageold .main .box .right .search_result .sub .result_box .marker_list {
    height: 100%;
    overflow-y: auto;
  }
  .pageold .main .box .right .search_result .sub .result_box .marker_list p {
    font-size: 0.448rem;
    height: 1.152rem;
    line-height: 1.152rem;
    padding: 0 0.32rem;
  }
  .pageold .main .box .right .search_result .sub .result_box .marker_list p.no {
    font-size: 0.48rem;
    text-align: center;
  }
}
