html {
    font-size: 12px;
  }
  .amap-copyright{
    box-sizing: content-box
  }
  * {
    box-sizing: border-box
  }
  .input-textarea{
     color:grey;
     height:8em;
     overflow:auto;
     border-radius:0.4rem;
     border:1px solid #ced4da;
     margin-bottom:1rem;
  }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    font-weight: 300;
    color: #111213;
  }
  
  hr {
    margin: 0.5rem 0;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
  }
  
  p {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  label {
    display: inline-block;
    margin-bottom: 0.4rem;
  }
  
  label, .btn {
    margin-left: 0;
    font-size: 1rem;
  }
  
  button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none
  }
  
  [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0.5rem 0 0;
  }
  
  h4 {
    font-family: inherit;
    line-height: 1.8;
    font-weight: 300;
    color: inherit;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: .5rem
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: transparent;
    background-image: none;
    color: #25A5F7;
    border-color: #25A5F7;
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: 1rem;
    -webkit-appearance: button;
    cursor:pointer;
  }
  
  .btn:hover {
    color: #fff;
    background-color: #25A5F7;
    border-color: #25A5F7
  }
  
  .btn:hover {
    text-decoration: none
  }
  
  .input-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3rem;
  }
  
  .input-item:last-child {
    margin-bottom: 0;
  }
  
  .input-item>select, .input-item>input[type=text], .input-item>input[type=date] {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
  
  .input-item>select:not(:last-child), .input-item>input[type=text]:not(:last-child), .input-item>input[type=date]:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  .input-item>select:not(:first-child), .input-item>input[type=text]:not(:first-child), .input-item>input[type=date]:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  
  .input-item-prepend {
    margin-right: -1px;
  }
  
  .input-item-text, input[type=text],input[type=date], select {
    height: calc(2.2rem + 2px);
  }
  
  .input-item-text {
    width: 6rem;
    text-align: justify;
    padding: 0.4rem 0.7rem;
    display: inline-block;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .input-item-text input[type=checkbox], .input-item-text input[type=radio] {
    margin-top: 0
  }
  
  .input-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    width: 22rem;
    border-width: 0;
    border-radius: 0.4rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem 1.25rem;
  }
  
  .input-text {
    line-height: 2rem;
    margin-right: 2rem;
  }
  
  .info hr {
    margin-right: 0;
    margin-left: 0;
    border-top-color: grey;
  }
  
  .info {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    position: fixed;
    top: 1rem;
    background-color: white;
    width: auto;
    min-width: 22rem;
    border-width: 0;
    right: 1rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
  }
  
  .code {
    left: 1.5rem;
    right: 1.5rem;
    top: 1.5rem;
    bottom: 1.5rem;
    overflow: auto;
    margin-bottom: 0rem;
  }
  
  .code .btn {
    top: 1rem;
    position: absolute;
    right: 1rem;
  }
  
  .code .result {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 1rem;
    bottom: 1rem;
    position: absolute;
    top: 5.5rem;
    right: 1rem;
    left: 1rem;
    overflow: auto;
  }
  
  .code .status {
    color: #80adff;
    display: inline-block;
    font-size: 14px;
  }
  
  .code h4 {
    display: inline-block;
    max-width: 20rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  
  select, input[type=text], input[type=date] {
    display: inline-block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  
  input[type=text],input[type=date] {
    background: #fff;
    padding: .375rem .75rem;
  }
  
  select:focus, input[type=text]:focus, input[type=date]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(128, 189, 255, .1)
  }
  
  .btn:focus {
    outline: 0;
    box-shadow: none;
  }
  
  select:focus::-ms-value, input[type=text]:focus::-ms-value,input[type=date]:focus::-ms-value {
    color: #495057;
    background-color: #fff
  }
  
  
  /* native toastr */
  .native-toast {
    position: fixed;
    background-color: rgba(50, 50, 50, .8);
    border-radius: 33px;
    color: white;
    left: 50%;
    text-align: center;
    padding: 6px 12px;
    opacity: 0;
    z-index: 99999;
    transition: transform .25s, opacity .25s, top .25s;
    box-sizing: border-box;
  }
  
  .native-toast-bottom {
    bottom: 50px;
    -ms-transform: translateX(-50%) translateY(50px);
        transform: translateX(-50%) translateY(50px)
  }
  
  .native-toast-bottom.native-toast-shown {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
  }
  
  .native-toast-bottom.native-toast-edge {
    bottom: 0;
  }
  
  .native-toast-top {
    top: 50px;
    -ms-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px)
  }
  
  .native-toast-top.native-toast-shown {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
  }
  
  .native-toast-top.native-toast-edge {
    top: 0;
  }
  
  .native-toast-center {
    top: 0;
    -ms-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px)
  }
  
  .native-toast-center.native-toast-shown {
    opacity: 1;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
  }
  
  .native-toast-edge {
    border-radius: 0;
    width: 100%;
    text-align: left;
  }
  
  @media screen and (min-width: 40rem) {
    .native-toast:not(.native-toast-edge) {
      max-width: 18rem;
    }
  }
  
  /*
    max-width does not seem to work in small screen?
  */
  
  /*@media screen and (max-width: 768px) {
    .native-toast:not(.native-toast-edge) {
      max-width: 400px;
    }
  }
  
  @media screen and (max-width: 468px) {
    .native-toast:not(.native-toast-edge) {
      max-width: 300px;
    }
  }*/
  
  /* types */
  
  .native-toast-error {
    background-color: #d92727;
    color: white;
  }
  
  .native-toast-success {
    background-color: #62a465;
    color: white;
  }
  
  .native-toast-warning {
    background-color: #fdaf17;
    color: white;
  }
  
  .native-toast-info {
    background-color: #5060ba;
    color: white;
  }
  
  [class^="native-toast-icon-"] {
    vertical-align: middle;
    margin-right: 8px
  }
  
  [class^="native-toast-icon-"] svg {
    width: 16px;
    height: 16px;
  }

/*自定义amap*/
.amap-toolbar{
  right:16px !important;
  bottom:10px !important;
  left:auto !important;
  top:auto !important;
}

.amap-zoomcontrol {
    width: 29px;
    height: 73px;
    margin-top: 16px;
    padding: 0 2px;
    background: #414141;
    border-radius: 3px;
}

.amap-pancontrol {
  width: 60px;
  height: 60px;
  background: url(../img/_map_standard.png?v=0911) no-repeat;
  position: absolute;
  background-size: 100% 100%;
  cursor: pointer;
  /* display: none !important; */
}

.amap-logo,.amap-copyright{display: none !important;}

.amap-locate,.amap-pan-left,.amap-pan-top,.amap-pan-right,.amap-pan-bottom{
  display: none !important;
}

.amap-toolbar {
  position: absolute;
  width: 60px !important;
  overflow: visible;
}

.amap-zoomcontrol .amap-zoom-plus {
    width: 24px;
    height: 16px;
    margin: 0 auto;
    padding: 18px 0;
    background: url(../img/_map_toolbar.png) no-repeat;
    cursor: pointer;
    border-bottom: 1px #dfdfdf solid;
    background-position: -3px 3px;
}

.amap-zoomcontrol .amap-zoom-minus {
    width: 24px;
    height: 16px;
    margin: 0 auto;
    padding: 18px 0;
    background: url(../img/_map_toolbar.png) no-repeat;
    cursor: pointer;
    background-position: -3px -156px;
}

.amap-marker-label{
  border:0 !important;
  border-radius: 6px;
  /* overflow: hidden; */
  padding:0 !important;
  display: none;
  top: -272px !important;
  left: -96px !important;
  background: transparent !important;
}

.amap-sug-result{
  left:24px !important;
  width: 372px !important;
  border: 0 !important;
  background: #333 !important;
}

.auto-item{
  color:#fff !important;
  padding: 4px 10px !important;
}

.auto-item:hover{
  background: #5085FB !important;
}

@keyframes satellite {
  0% {
      opacity: 0.5;
      transform: rotateY(0deg);
  }
  100% {
      opacity: 1;
      transform: rotateY(360deg);
  }
}

@keyframes standard {
  0% {
      opacity: 0.5;
      transform: rotateY(0deg);
  }
  100% {
      opacity: 1;
      transform: rotateY(360deg);
  }
}

/**/
html,body,#container {
    width: 100%;
    height: 100%;
}
.contact-way{display: none;}
img{display: inline-block;}
.map_container{position: relative;width:100%;height:100%;overflow: hidden;}

.map_header{width: 100%;height:80px;background: rgba(0,0,0,0.5);
  box-sizing: border-box;padding:12px 24px;display: flex;
  position: absolute;z-index: 99;justify-content:space-between;}
.map_header_left{display: flex;position: relative;}
.map_header_center{display: flex;}

.map_search{width: 372px;height:40px;line-height: 36px;font-size: 14px;
color:#fff;background: rgba(255,255,255,0.14);border-radius: 6px;
margin-top: 8px;position: relative;}
.map_search input{background: transparent;border: 0;padding-left: 38px;
width: 320px;box-sizing: border-box;color:#fff;font-size: 16px;}
.map_input{width:19px;position: absolute;top:11px;left:12px;}
.map_input_search{width:19px;position: absolute;top:11px;right:12px;
cursor: pointer;display: none;}
.map_city{background:#fff;min-width:88px;height:40px;line-height: 40px;
position: relative;border-radius: 6px;margin-left: 20px;margin-top: 8px;
color:#333;font-size: 16px;box-sizing: border-box;padding-left: 10px;
cursor: pointer;padding-right: 30px;}
.map_arrow{position: absolute;right:10px;top:17px;width:14px;}
.map_exit{width:138px;height:40px;line-height: 40px;color:#fff;
background: #626262;border-radius: 20px;position: relative;
font-size: 14px;margin-top: 8px;box-sizing: border-box;
padding-left: 36px;cursor: pointer;}
.map_exit:hover{background: #5085FB;}
.map_cancel{position: absolute;left:18px;top:15px;width:13px;}
.map_menu{margin-right:60px;color:#fff;font-size: 16px;height:50px;
line-height: 56px;cursor: pointer;position: relative;}
.map_hot{position: absolute;width:42px;top: 0px;left: 42px;
height:24px;font-size: 12px;color:#fff;
line-height: 20px;text-align: center;}
.hot_blue{background: url(../img/_map_hot_blue.png?v=0904) no-repeat;
background-size: 100%;}
.hot_orange{background: url(../img/_map_hot_orange.png?v=0904) no-repeat;
background-size: 100%;line-height: 17px;}
.hot_red{background: url(../img/_map_hot_red.png?v=0904) no-repeat;
background-size: 100%;line-height: 17px;}
.map_menu:hover{color:#5085FB;border-bottom: 3px solid #5085FB;}
.map_menu.active{color:#5085FB;border-bottom: 3px solid #5085FB;}

.map_choose_city_box{position: absolute;z-index: 88;border-radius: 6px;
overflow: hidden;background: #333;width:484px;top: 60px;left: 392px;
box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.5);display: none;}
.city_top{height:40px;line-height: 40px;font-size: 16px;color:#fff;
padding:0 13px;background: #626262;}
.cityList{padding:13px;}
.cityList ul li{color:#32CAFF;font-size: 14px;margin-right:12px;
float: left;height: 16px;line-height: 16px;margin-bottom: 12px;
cursor: pointer;}
.cityNameList{padding: 0 13px 13px 13px;}
.city-province-letter li{float: left;font-size: 14px;line-height: 18px;
  height: 20px;color:#B1B1B1;border:1px solid #979797;border-radius: 6px;
  text-align: center;margin-right: 12px;margin-bottom: 12px;width:20px;
  cursor: pointer;}
.city-province-letter li.active{background: #32CAFF;color:#fff;
  border:1px solid #32CAFF;}
.city-province-letter li:hover{background: #32CAFF;color:#fff;
  border:1px solid #32CAFF;}
.city-province{font-size:14px;color:#ccc;font-size: 14px;}
.city-province dt{float: left;line-height: 16px;font-weight: 700;}
.city-province dd{line-height: 16px;white-space: normal;
  margin-inline-start: 45px;}
.city-province dd li{display: inline-block;margin-right: 9px;cursor: pointer;
  margin-bottom: 5px;}
.city-province dd li:hover{color:#5085FB;}

.amap_lib_placeSearch_poi{opacity: 0;filter:alpha(opacity=0);}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.map_recommend{width:372px;position: absolute;left:20px;top:96px;
background: rgba(0,0,0,0.5);border-radius: 6px;z-index: 93;
box-sizing: border-box;padding:0px 16px;}
.re_menu{width:100%;height:60px;display: flex;}
.re_menuList{color:#fff;font-size: 18px;margin-top: 14px;
height: 33px;margin-right: 30px;cursor: pointer;position: relative;}
.re_menuList p{width:16px;height:16px;background: #FF4E4E;
border-radius: 16px;text-align: center;color:#fff;line-height:16px;
font-size: 12px;position: absolute;left: 32px;top: -5px;
font-family: Arial, Helvetica, sans-serif;display: none;}
.re_menuList.active{color:#5085FB;border-bottom: 3px solid #5085FB;}
.map_fold{position: absolute;right:-20px;top:4px;background: rgba(0,0,0,0.5);
    border-radius: 0 6px 6px 0;width:20px;height:52px;padding-left: 2px;
    box-sizing: border-box;padding-top: 15px;cursor: pointer;}
.map_arrow_left{width:16px;}
.re_no_data{height: 100px;color: #fff;font-size: 18px;
  text-align: center;line-height: 100px;}

.re_list{width:100%;}
.re_list ul li{width:100%;height:110px;background: rgba(255,255,255,0.05);
    border-radius: 6px;margin-bottom: 12px;position: relative;
    display: flex;}
.re_con_l{width:108px;margin-left:12px;margin-top:12px;display:flex;
border-radius: 6px;overflow: hidden;height:85px;justify-content:center;
/* background: url(../img/_map_left_pic.jpg) no-repeat; */
background-size: 100% 100%;align-items:center;cursor: pointer;}
.map_left_pic{cursor: pointer;}
.re_con_l img{width: 20px;}
.re_con_r{flex: 1;margin-left:8px;margin-top:12px;margin-right:12px;}
.map_left_title{width:20px;position: relative;top: -5px;
    margin-right: 5px;}
.re_con_title span{
  color:#fff;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  width:170px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.re_mark_title span{
  color:#fff;
  font-size: 16px;
  height:16px;
  cursor: pointer;
  display: inline-block;
  width:200px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.re_con_title span:hover,.re_mark_title span:hover{color:#5085fb;}
.re_con_loc{display: flex;justify-content: space-between;margin-top: 4px;
color:#999;font-size: 14px;}
.map_left_loc{width:11px;position: relative;top:-5px;margin-right:5px;}
.re_user_info{display: flex;justify-content: space-between;margin-top: 6px;
color:#fff;font-size: 14px;}
.map_head_img{width:20px;position: relative;top: -2px;
border-radius: 20px;height:20px;overflow: hidden;}
.re_pano{margin-top: -3px;}
.re_attent{background: #5085FB;border-radius: 12px;line-height:24px;
width:60px;height:24px;color:#fff;text-align: center;
font-size: 13px;cursor: pointer;margin-top: -3px;}
.re_attent.active{color:#333;background: #fff;}
.re_attent:hover{opacity: 0.9;}
.re_attent_mod{margin-top: 3px;}
/* .re_scene{font-size: 13px;} */
.re_scene{cursor: pointer;}
.re_pano:hover{color:#5085fb;}
.re_live{width:60px;height:20px;line-height:20px;background: #FF364E;
text-align: center;border-radius: 6px;color:#fff;}
.re_play_back{width:60px;height:20px;line-height:20px;background: #FFA023;
text-align: center;border-radius: 6px;color:#fff;}

.re_con_bg{background: #171717 !important;}
.re_con_mod{flex: 1;margin-left:8px;padding-top:12px;margin-right:10px;}
.re_marker{width:231px;background:transparent;position: relative;}
.re_mt_mod{margin-top: 8px;}
.re_mt_mod img.map_left_loc{margin-right: 7px;top: 1px;}
.u_mr_mod{margin-top: 4px;}
.u_mr_mod img.map_head_img{margin-right: 6px;top: 4px;}
.u_attent{background: #5085FB;border-radius: 12px;line-height:20px;
  width:50px;height:20px;color:#fff;text-align: center;
  font-size: 12px;cursor: pointer;margin-top: 4px;}
.re_live_mod{width:60px;height:20px;line-height:20px;background: #FF364E;
  text-align: center;border-radius: 10px;color:#fff;font-size: 13px;}
.re_detail{display: flex;justify-content: space-between;padding-top: 10px;}
.re_detail a{display: block;border-radius: 3px;overflow: hidden;width: 64px;
  margin-bottom: 10px;cursor: pointer;height:43px;}
.re_detail img{width: 100%;height:100%;}

.pageReclose{
  position: absolute;
  width:130px;
  height:40px;
  line-height: 40px;
  background: #5085FB;
  border-radius: 32px;
  left:50%;
  margin-left:-65px;
  top:-55px;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 15px;
}
.page_l{position: absolute;width:25px;left:12px;top:8px;cursor: pointer;}
.page_r{position: absolute;width:25px;right:12px;top:8px;cursor: pointer;}
.page_l:hover,.page_r:hover{opacity: 0.7;}
.page_l.active,.page_r.active{opacity: 0.3;}

.map_option{position: absolute;top: 96px;right:24px;z-index: 66;display: none;}
.map_option ul{display: flex;}
.map_option ul li{width: 92px;height:26px;line-height:24px;
text-align: center;border-radius: 19px;border: 1px solid #979797;
font-size: 14px;color:#e6e6e6;margin-left:24px;
cursor: pointer;}
.map_option ul li.active,.map_option li:hover{background: #5085FB;border: 1px solid #5085FB;}

.map_op_t{width:9px;position: relative;top: -1px;margin-left: 1px;
  display: inline-block;}
.option_other{position: relative;}
.other_hide{width: 100%;border-radius: 4px;background: #333;
box-sizing: border-box;padding:10px;position: absolute;
top: 36px;display: none;}
.other_hide p{text-align: center;color:#fff;font-size: 14px;}
.other_hide p:hover{background: #5085FB;border-radius: 6px;
}

.weui-toast{top:50% !important;margin-top: -3.8em;}

.weui-mask_transparent{background: rgba(0,0,0,0.3) !important;}

.re_location.loc_hover{cursor: pointer;}

.re_location span{
  position: relative;
  top: -2px;
  display: inline-block;
  max-width: 106px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.loc_hover span{margin-left:5px;}

.re_location.loc_hover:hover,.re_menu_clk:hover{opacity: 0.9;}

.re_location.loc_hover span:hover{color:#5085fb;}

.re_overflow span{top:1px;}

input::-webkit-input-placeholder{
    color:#B1B1B1;font-size: 14px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#B1B1B1;font-size: 14px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#B1B1B1;font-size: 14px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#B1B1B1;font-size: 14px;
}
