.crumbs {
  height: 50px;
  line-height: 50px;
}
.crumbs .current_location {
  font-size: 14px;
  color: #999999;
}
.crumbs .current_location i {
  color: #4078BE;
  margin-right: 10px;
}
.crumbs .crumbs_list a {
  font-size: 14px;
  color: #999999;
  outline: 0;
  margin-right: 3px;
}
.crumbs .crumbs_list span {
  font-size: 14px;
  color: #999999;
}
.crumbs .crumbs_list a:hover {
  color: #666666;
  border-bottom: 1px solid #666666;
}
.main .main_box {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 13px 0px rgba(209, 209, 209, 0.5);
}
.main .title .title_box {
  overflow: hidden;
  position: relative;
}
.main .title .title_box .left {
  width: 350px;
  height: 60px;
  background: linear-gradient(90deg, #175DC1 0%, #61C2FB 100%);
  color: #fff;
  padding-left: 30px;
  box-sizing: border-box;
}
.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: 0;
  right: 0;
  font-size: 0;
}
.main .title .title_box .right .clear_search_marker {
  display: inline-block;
  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;
  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;
  border: none;
}
.main .title .title_box .right .search_box {
  display: none;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}
.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;
}
.main .box .left {
  width: 252px;
  float: left;
}
.main .box .left .service_list .service_tit {
  height: 50px;
  background-color: #4078BE;
  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 {
  position: absolute;
  font-size: 14px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  right: 20px;
  top: 0;
}
.main .box .left .service_list .list_left_ul {
  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: #E1EEFF;
}
.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: #0056A3;
}
.main .box .left .service_list .list_box ul li.show p a {
  font-weight: bold;
  color: #0056A3;
}
.main .box .left .service_list .list_box ul li .icon {
  width: 24px;
  display: inline-block;
  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 {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-left: 12px;
}
.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: #F6FAFF;
  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 {
  cursor: pointer;
  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:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #D8D8D8;
  top: 15px;
  left: 9px;
}
.main .box .left .service_list .list_box ul li .sub_list .item.cur {
  background: #E1EEFF;
  color: #4078BE;
}
.main .box .left .service_list .list_box ul li .sub_list .item.cur:after {
  background: #4078BE;
}
.main .box .left .service_list .list_box ul li .sub_list .item .icon-lianjie {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.main .box .left .service_list .list_box ul li:hover {
  background-color: #E1EEFF;
}
.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 .right {
  float: right;
  width: 906px;
  height: 544px;
  position: relative;
  overflow: hidden;
}
.main .box .right .map {
  width: 100%;
  height: 100%;
}
.main .box .right .search_list_box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: 300px;
  z-index: 9999;
  height: 100%;
}
.main .box .right .search_list_box.show {
  display: block;
  transform: translate(0);
}
.main .box .right .search_list_box .search_result {
  max-height: 50%;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #DCDCDC;
  min-height: 50px;
  box-sizing: border-box;
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.main .box .right .search_list_box .search_result::-webkit-scrollbar-track {
  border-radius: 0;
  background: #e1e1e1;
  position: absolute;
}
.main .box .right .search_list_box .search_result::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  position: absolute;
}
.main .box .right .search_list_box .search_result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aeaeae;
  position: absolute;
}
.main .box .right .search_list_box .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_list_box .search_result .marker_list p:hover {
  color: #4078BE;
}
.main .box .right .search_list_box .search_result .marker_list p.no {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.main .box .right .search_list_box .search_result_bottom {
  max-height: 50% ;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  min-height: 50px;
  box-sizing: border-box;
  padding: 20px 10px;
  padding-top: 10px;
  padding-right: 0;
  cursor: pointer;
}
.main .box .right .search_list_box .search_result_bottom .bottom_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 10px;
}
.main .box .right .search_list_box .search_result_bottom .bottom_box {
  padding-right: 10px;
  overflow-y: auto;
  max-height: 210px;
  box-sizing: border-box;
}
.main .box .right .search_list_box .search_result_bottom .bottom_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: #e1e1e1;
  position: absolute;
}
.main .box .right .search_list_box .search_result_bottom .bottom_box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  position: absolute;
}
.main .box .right .search_list_box .search_result_bottom .bottom_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aeaeae;
  position: absolute;
}
.main .box .right .search_list_box .search_result_bottom .bottom_box .bottom_item {
  line-height: 30px;
  font-size: 14px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.main .box .right .search_list_box .search_result_bottom .bottom_box .bottom_item:hover {
  color: #4078BE;
}
.main .comment_box {
  display: block !important;
  width: 100%;
  height: 148px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 32px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  border-top: solid 1px #f7f7f7;
  padding-left: 46px;
}
.main .comment_box .starbox {
  font-size: 0;
  margin-top: 40px;
}
.main .comment_box .starbox > span {
  font-size: 14px;
  line-height: 1;
}
.main .comment_box .starbox .comment {
  display: inline-block;
  margin-left: 30px;
}
.main .comment_box .starbox .comment .icon_comment {
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
  color: #999;
}
.main .comment_box .starbox .comment .icon_color {
  color: #fe9c01;
}
.main .comment_box .text_box {
  font-size: 0;
  margin-top: 20px;
}
.main .comment_box .text_box > span {
  line-height: 51px;
  font-size: 14px;
}
.main .comment_box .text_box .button {
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  width: 98px;
  height: 38px;
  background-color: #47b3ff;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
}
.main .comment_box .textarea_box {
  position: relative;
  margin-top: 20px;
  width: 100%;
  font-size: 0;
}
.main .comment_box .textarea_box > textarea {
  width: 95%;
  height: 70px;
  resize: none;
  font-size: 14px;
}
.main .comment_box .textarea_box .tsmap_title {
  display: none;
  color: red;
  font-size: 14px;
  top: 78px;
  left: 3px;
  position: absolute;
}
@media (max-width: 750px) {
  .main .comment_box .textarea_box .tsmap_title {
    font-size: 0.24rem;
    top: 1.48rem;
    left: 0.04rem;
  }
}
.main .comment_box .textarea_box .button_send {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  width: 98px;
  height: 38px;
  background-color: #47b3ff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-top: 45px;
  border-radius: 10px;
  margin-left: 30px;
}
.main .comment_box .textarea_box .button_send:nth-child(1) {
  margin-left: 0;
}
.main .comment_boxs {
  height: 335px;
}
.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 .popUps_content .content_img {
  float: right;
  width: 35%;
}
.map_info_popUps .popUps_content .content_img img {
  height: 115px;
  width: 100%;
}
.map_info_popUps .des {
  float: left;
  width: 65%;
}
.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;
}
@media (max-width: 750px) {
  .main .main_box {
    padding: 0;
    box-shadow: none;
  }
  .main .title .title_box .left {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.3rem;
  }
  .main .title .title_box .left i {
    font-size: 0.48rem;
    line-height: 0.8rem;
    margin-right: 0;
  }
  .main .title .title_box .left h2 {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .main .title .title_box .right {
    margin-top: 0.3rem;
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
  .main .title .title_box .right .clear_search_marker {
    display: block;
    height: 0.5rem;
    padding: 0 0.15rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    border-radius: 0.05rem;
    margin-right: 0.1rem;
    order: 2;
  }
  .main .title .title_box .right .marker_list_btn {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    border-radius: 0.05rem;
    margin-right: 0;
    order: 3;
  }
  .main .title .title_box .right .search_box {
    order: 1;
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .main .title .title_box .right .search_box .search {
    width: 5.5rem;
    height: 0.5rem;
    border-width: 0.01rem;
    border-radius: 0.05rem;
    padding-left: 0.12rem;
  }
  .main .title .title_box .right .search_box .search i {
    font-size: 0.24rem;
    line-height: 0.5rem;
    margin-right: 0.1rem;
  }
  .main .title .title_box .right .search_box .search input {
    padding: 0.1rem 0;
    font-size: 0.18rem;
    width: 91%;
  }
  .main .title .title_box .right .search_box .search_btn {
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    border-radius: 0.05rem;
    margin-left: 0.1rem;
  }
  .main .box {
    margin-top: 0.2rem;
  }
  .main .box .left {
    width: 100%;
    float: none;
  }
  .main .box .left .service_list .service_tit {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    padding-left: 0.3rem;
  }
  .main .box .left .service_list .service_tit span {
    font-size: 0.32rem;
    margin-right: 0.1rem;
  }
  .main .box .left .service_list .service_tit i {
    font-size: 0.28rem;
    line-height: 0.8rem;
    height: 0.8rem;
    right: 0.2rem;
  }
  .main .box .left .service_list .list_box {
    display: none;
  }
  .main .box .left .service_list .list_left_ul {
    width: 100%;
  }
  .main .box .left .service_list .list_left_ul .nav_style {
    width: 100%;
    float: none;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li {
    margin-bottom: 0;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .icon {
    width: 0.52rem;
    font-size: 0.52rem;
    margin: 0 0.36rem 0 0.6rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .title {
    width: 60%;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .state {
    margin-left: 0.2rem;
    font-size: 0.34rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .state.icon-lianjie {
    font-size: 0.32rem;
    margin-left: 10px;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box {
    padding-top: 0.28rem;
    padding-bottom: 0.2rem;
    max-height: 6rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .treeview i {
    margin-right: 0.1rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .treeview ul {
    font-size: 0.28rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item {
    padding-left: 0.3rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item .circle_icon {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.2rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item .data {
    line-height: 0.64rem;
    font-size: 0.28rem;
  }
  .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item .icon-lianjie {
    margin-left: 10px;
  }
  .main .box .right {
    float: none;
    width: 100%;
    height: 6.2rem;
  }
  .main .box .right .search_list_box .search_result {
    width: 4rem;
    max-height: 4.8rem;
    padding: 0.2rem 0.1rem;
    min-height: 0.5rem;
  }
  .main .box .right .search_list_box .search_result .marker_list p {
    line-height: 0.5rem;
    font-size: 0.26rem;
    height: auto;
  }
  .main .box .right .search_list_box .search_result .marker_list p.no {
    font-size: 0.28rem;
  }
  .main .box .right .search_list_box .search_result_bottom {
    border: none;
    padding: 0.2rem 0.1rem;
    max-height: 3.2rem;
  }
  .main .box .right .search_list_box .search_result_bottom .bottom_title {
    font-size: 0.26rem;
  }
  .main .box .right .search_list_box .search_result_bottom .bottom_box {
    height: auto;
    max-height: 2.48rem;
  }
  .main .box .right .search_list_box .search_result_bottom .bottom_box .bottom_item {
    height: auto;
  }
  .main .box .right .search_list_box .search_result_bottom .bottom_box .bottom_item a {
    line-height: 0.5rem;
    font-size: 0.26rem;
  }
  .main .box .right .search_list_box .search_result_bottom .bottom_box::-webkit-scrollbar {
    width: 0 !important;
  }
  .main .comment_box {
    height: 2.7rem;
    padding-left: 0.4rem;
    padding-top: 0;
  }
  .main .comment_box .starbox {
    margin-top: 0.4rem;
  }
  .main .comment_box .starbox > span {
    font-size: 0.28rem;
  }
  .main .comment_box .starbox .comment {
    margin-left: 0.3rem;
  }
  .main .comment_box .starbox .comment .icon_comment {
    font-size: 0.28rem;
    margin-right: 0.1rem;
  }
  .main .comment_box .text_box {
    margin-top: 0.3rem;
  }
  .main .comment_box .text_box > span {
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .main .comment_box .text_box .button {
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    border-radius: 0.1rem;
    margin-left: 0.3rem;
  }
  .main .comment_box .textarea_box {
    margin-top: 0.2rem;
  }
  .main .comment_box .textarea_box > textarea {
    height: 1.4rem;
    font-size: 0.24rem;
  }
  .main .comment_box .textarea_box .button_send {
    width: 2rem;
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.28rem;
    margin-top: 0.6rem;
    margin-left: 0.3rem;
    border-radius: 0.1rem;
  }
  .main .comment_boxs {
    height: 5.7rem;
  }
}
@media (min-width: 751px) {
  .pageold .crumbs {
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .pageold .crumbs .current_location {
    font-size: 0.2rem;
    color: #999999;
  }
  .pageold .crumbs .current_location i {
    color: #4078BE;
    margin-right: 0.1rem;
  }
  .pageold .crumbs .crumbs_list a {
    font-size: 0.2rem;
    color: #999999;
    outline: 0;
    margin-right: 0.03rem;
  }
  .pageold .crumbs .crumbs_list span {
    font-size: 0.2rem;
    color: #999999;
  }
  .pageold .crumbs .crumbs_list a:hover {
    color: #666666;
    border-bottom: 1px solid #666666;
  }
  .pageold .main .main_box {
    padding: 0;
    box-shadow: none;
  }
  .pageold .main .title .title_box {
    width: 100%;
  }
  .pageold .main .title .title_box .left {
    width: 100%;
    height: 1.28rem;
    padding-left: 0.48rem;
  }
  .pageold .main .title .title_box .left i {
    font-size: 0.768rem;
    line-height: 1.28rem;
    margin-right: 0;
  }
  .pageold .main .title .title_box .left h2 {
    font-size: 0.512rem;
    line-height: 1.28rem;
  }
  .pageold .main .title .title_box .right {
    margin-top: 0.48rem;
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
  .pageold .main .title .title_box .right .clear_search_marker {
    display: block;
    height: 0.8rem;
    padding: 0 0.24rem;
    line-height: 0.8rem;
    font-size: 0.288rem;
    border-radius: 0.08rem;
    margin-right: 0.16rem;
    order: 2;
  }
  .pageold .main .title .title_box .right .marker_list_btn {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.288rem;
    border-radius: 0.08rem;
    margin-right: 0;
    order: 3;
  }
  .pageold .main .title .title_box .right .search_box {
    order: 1;
    margin-right: 0.16rem;
    margin-bottom: 0.32rem;
  }
  .pageold .main .title .title_box .right .search_box .search {
    width: 8.8rem;
    height: 0.8rem;
    border-width: 0.016rem;
    border-radius: 0.08rem;
    padding-left: 0.192rem;
  }
  .pageold .main .title .title_box .right .search_box .search i {
    font-size: 0.384rem;
    line-height: 0.8rem;
    margin-right: 0.16rem;
  }
  .pageold .main .title .title_box .right .search_box .search input {
    padding: 0.16rem 0;
    font-size: 0.288rem;
    width: 91%;
  }
  .pageold .main .title .title_box .right .search_box .search_btn {
    width: 1.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.288rem;
    border-radius: 0.08rem;
    margin-left: 0.16rem;
  }
  .pageold .main .box {
    margin-top: 0.32rem;
  }
  .pageold .main .box .left {
    width: 100%;
    float: none;
  }
  .pageold .main .box .left .service_list .service_tit {
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.512rem;
    padding-left: 0.48rem;
  }
  .pageold .main .box .left .service_list .service_tit span {
    font-size: 0.512rem;
    margin-right: 0.16rem;
  }
  .pageold .main .box .left .service_list .service_tit i {
    font-size: 0.448rem;
    line-height: 1.28rem;
    height: 1.28rem;
    right: 0.32rem;
  }
  .pageold .main .box .left .service_list .list_box {
    display: none;
  }
  .pageold .main .box .left .service_list .list_left_ul {
    width: 100%;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style {
    width: 100%;
    float: none;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li {
    margin-bottom: 0;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box {
    width: 100%;
    height: 1.28rem;
    line-height: 1.28rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .icon {
    width: 0.832rem;
    font-size: 0.832rem;
    margin: 0 0.576rem 0 0.96rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .title {
    width: 60%;
    font-size: 0.512rem;
    line-height: 0.768rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .state {
    margin-left: 0.32rem;
    font-size: 0.544rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .frist_list_box .state.icon-lianjie {
    font-size: 0.512rem;
    margin-left: 10px;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box {
    padding-top: 0.448rem;
    padding-bottom: 0.32rem;
    max-height: 9.6rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .treeview i {
    margin-right: 0.16rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .treeview ul {
    font-size: 0.448rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item {
    padding-left: 0.48rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item .circle_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.32rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item .data {
    line-height: 1.024rem;
    font-size: 0.448rem;
  }
  .pageold .main .box .left .service_list .list_left_ul .nav_style ul.first_list li .second_list_box.active .annals_data .item .icon-lianjie {
    margin-left: 10px;
  }
  .pageold .main .box .right {
    float: none;
    width: 100%;
    height: 9.92rem;
  }
  .pageold .main .box .right .search_list_box .search_result {
    width: 3.2rem;
    max-height: 7.68rem;
    padding: 0.32rem 0.16rem;
    min-height: 0.8rem;
  }
  .pageold .main .box .right .search_list_box .search_result .marker_list p {
    line-height: 0.8rem;
    font-size: 0.256rem;
    height: auto;
  }
  .pageold .main .box .right .search_list_box .search_result .marker_list p.no {
    font-size: 0.448rem;
  }
  .pageold .main .box .right .search_list_box .search_result_bottom {
    border: none;
    padding: 0.32rem 0.16rem;
    max-height: 5.12rem;
  }
  .pageold .main .box .right .search_list_box .search_result_bottom .bottom_title {
    font-size: 0.352rem;
  }
  .pageold .main .box .right .search_list_box .search_result_bottom .bottom_box {
    height: auto;
    max-height: 3.968rem;
  }
  .pageold .main .box .right .search_list_box .search_result_bottom .bottom_box .bottom_item {
    height: auto;
  }
  .pageold .main .box .right .search_list_box .search_result_bottom .bottom_box .bottom_item a {
    line-height: 0.8rem;
    font-size: 0.256rem;
  }
  .pageold .main .box .right .search_list_box .search_result_bottom .bottom_box::-webkit-scrollbar {
    width: 0 !important;
  }
  .pageold .main .comment_box {
    height: 4.32rem;
    padding-left: 0.64rem;
    padding-top: 0;
  }
  .pageold .main .comment_box .starbox {
    margin-top: 0.64rem;
  }
  .pageold .main .comment_box .starbox > span {
    font-size: 0.448rem;
  }
  .pageold .main .comment_box .starbox .comment {
    margin-left: 0.48rem;
  }
  .pageold .main .comment_box .starbox .comment .icon_comment {
    font-size: 0.448rem;
    margin-right: 0.16rem;
  }
  .pageold .main .comment_box .text_box {
    margin-top: 0.48rem;
  }
  .pageold .main .comment_box .text_box > span {
    line-height: 1.28rem;
    font-size: 0.448rem;
  }
  .pageold .main .comment_box .text_box .button {
    width: 3.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.448rem;
    border-radius: 0.16rem;
    margin-left: 0.48rem;
  }
  .pageold .main .comment_box .textarea_box {
    margin-top: 0.32rem;
  }
  .pageold .main .comment_box .textarea_box > textarea {
    height: 2.24rem;
    font-size: 0.384rem;
  }
  .pageold .main .comment_box .textarea_box .button_send {
    width: 3.2rem;
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.448rem;
    margin-top: 0.96rem;
    margin-left: 0.48rem;
    border-radius: 0.16rem;
  }
  .pageold .main .comment_boxs {
    height: 9.12rem;
  }
}
