/* @font-face {
  font-family: Myinghei;
  src: url(../../../static/font/MYingHeiPRC-W3.ttf);
}
@font-face {
  font-family: STSongtiBold;
  src: url(../../../static/font/STSongtiBold.ttf);
} */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: none;
}
body {
  max-width: 19.2rem;
  margin: 0 auto;
  overflow: -moz-scrollbars-none;
}
ul {
  list-style: none!important;
  margin: 0;
  padding: 0;
}
/* 下拉框样式 */
.second-page-map select {
  width: 100%;
  height: .4rem;
  border-radius: 0 .12rem 0 .12rem;
  padding: 0 .1rem;
  /* appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */
  /* background: url(../../image/map/map_select.png) no-repeat center right;
  background-size: .25rem .13rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: .4rem; */
}
.second-page-map {
  width: 100%;
  /* background: #ddd; */
}
.second-page-map .header-wrap {
  width: 100%;
  height: 1.1rem;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 99; */
  /* background: #fff; */
}
.second-page-map .header-content  {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-page-map .header-content-left {
  width: 1rem;
  margin-top: -0.35rem;
  text-align: left;
  padding-left: .27rem;
}
.second-page-map .header-content-right {
  width: 1rem;
  margin-top: -0.45rem;
  text-align: right;
  padding-right: .25rem;
}
.second-page-map .header-content {
  flex: 1;
  text-align: center;
}
.second-page-map .search {
  width: .36rem;
  height: .36rem;
}
.second-page-map .logo {
  width: .72rem;
  height: .72rem;
}
.second-page-map .guide {
  width: .34rem;
  height: .2rem;
}
/* --------------------地图------------ */
.second-page-map .map-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 1rem);
  background: url(../../image/map/bg.jpg) no-repeat;
  background-size: cover;
}
.second-page-map .map-wrap .searth-content {
  width: 60vw;
  height: 66vh;
  background: rgba(248, 248, 248, .6);
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0 0.4rem 0 0.4rem;
  border: 0.02rem solid #fff;
  z-index: 999;
  font-size: .2rem;
}
.second-page-map .searth-content .title {
  text-align: center;
  font-size: .3rem;
  padding: .6rem 0 .3rem 0;
  font-family: STSongtiBold;
}
/* 省份下拉 */
.second-page-map .select{
  width: 3rem; 
  height: .4rem;
  padding: 0 .4rem;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.second-page-map.select::after{
  content: "";
  display: block;
  width: .1rem;
  height: .1rem;
  border-left: .01rem solid #D0D0D0;
  border-bottom: .01rem solid #D0D0D0;
  top: .12rem;
  right: .12rem;
  position: absolute;
  transform: rotate(-46deg);
  transition: all .3s ease-in;
}
.second-page-map .select p{
  width: 3rem;
  line-height: .4rem; 
  font-size: .16rem;
  font-family: "microsoft yahei";
  color: #666666;
  padding: 0px .15rem;
}
.second-page-map .select ul{
  width: 3rem;
  display: block;
  font-size: .16rem;
  background: #FFFFFF;
  position: absolute;
  top: .4rem;
  left: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease-in;
}
.second-page-map .select ul li{
  width: 100%;
  height: .3rem;
  line-height: .3rem;
  padding: 0px .15rem;
  list-style: none;
  color: #666666;
}
.second-page-map .select ul li.Selected{
  background: yellowgreen;
  color: #FFFFFF;
}
.second-page-map .select ul li:hover{
  background: #D0D0D0;
}
@-webkit-keyframes slide-down{
  0%{transform: scale(1,0);}
  25%{transform: scale(1,1.2);}
  50%{transform: scale(1,0.85);}
  75%{transform: scale(1,1.05);}
  100%{transform: scale(1,1);}
}

.second-page-map .select.open ul{
  max-height: 2.5rem;
  transform-origin: 50% 0;
  -webkit-animation: slide-down .5s ease-in;
  transition: max-height .2s ease-in;
}
.second-page-map .select.open::after{
  transform: rotate(134deg);
  transition: all .3s ease-in;
  top: .18rem;
  
}
.second-page-map .list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .4rem 2rem 0 2rem;
}
.second-page-map .list-content {
  flex: 1;
}
.second-page-map .list-content .name {
  font-size: .24rem;
  color: rgb(207, 0, 42);
  font-family: STSongtiBold;
}
.second-page-map .list-content .address {
  padding-top: .1rem;
  font-size: .18rem;
  color: #353535;
  font-family: Myinghei;
}
.second-page-map .list-wrap .go img{
  padding-top: .1rem;
  width: .8rem;
  height: auto;
  cursor: pointer;
}
.second-page-map .searth-content .search-btn {
  margin: .2rem auto .4rem auto;
  /* background: rgb(207, 0, 42); */
  color: #fff;
  text-align: center;
  /* width: 1rem; */
  /* padding: .1rem .2rem; */
  /* font-size: .18rem; */
  cursor: pointer;
}
.second-page-map .map-wrap #allmap {
  /* width: 100vw;
  height: 100vh;
  margin-bottom: 6.3rem; */
}
/* -----------------------地图end-------- */

/* 省市区下拉搜索 */
.second-page-map .select-content {
  padding: .3rem 2rem 0 2rem;
}


/* footer */
/* footer */
.second-page-map .bottom-bar {
  position: fixed;
  width: 100%;
  height: 5.75rem;
  padding-bottom: 1.3rem;
  bottom: -0.7rem;
  z-index: -1;
}
.second-page-map .page7 {
  width: 100%;
  height: 5.75rem;
}
.second-page-map .page7 a {
  cursor: pointer;
  color: #9b9b9b;
}
.second-page-map .page7 .footer {
  width: 100%;
  height: 100%;
  padding: 0 .6rem .6rem .6rem;
  background-color: #9b9b9b;
  box-sizing: border-box;
}
.second-page-map .page7 .foot-des {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.second-page-map .page7 .foot-des p {
  width: 30%;
  font-family: Myinghei;
  font-size: .24rem;
  color: #fff;
  line-height: 1.28rem;
  text-align: center;
}
.second-page-map .page7 .foot-icon {
  display: flex;
  justify-content: center;
}
.second-page-map .page7 .foot-icon-con {
  display: flex;
  justify-content: space-around;
  width: 33%;
  margin: 0 .5rem 0 0;
}
.second-page-map .page7 .foot-icon-list {
  position: relative;
}
.second-page-map .page7 .foot-icon-list i {
  display: inline-block;
  width: .56rem;
  height: .56rem;
  background-size: .56rem !important;
}
.second-page-map .page7 .foot-icon-list span {
  display: inline-block;
  font-size: .16rem;
  line-height: .56rem;
  color: #fff;
  vertical-align: middle;
}
.second-page-map .page7 .bottom-wx:hover +.qrcode {
  opacity: 1;
}
.second-page-map .page7 .qrcode {
  position: absolute;
  left: .2rem;
  opacity: 0;
}
.second-page-map .page7 .corner {
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-bottom: .2rem solid #fff;
}
.second-page-map .page7 .graphics {
  display: flex;
  justify-content: center;
  margin-left: -.63rem;
}
.second-page-map .page7 .qr-img {
  width: 1.26rem;
  height: 1.26rem;
  padding: .1rem;
  background-color: #fff;
}
.second-page-map .page7 .qr-img img{
  width: 100%;
  height: 100%;
}
.second-page-map .page7 .qr-text {
  width: 1.3rem;
  line-height: .3rem;
  font-family: Myinghei;
  font-size: .2rem;
  color: #fff;
  margin-top: .45rem;
  margin-left: .2rem;
}
.second-page-map .page7 .foot-protocol {
  line-height: .3rem;
  font-family: Myinghei;
  font-size: .2rem;
  color: #fff;
  margin-top: 1.7rem;
}
.second-page-map .page7 .foot-protocol-hint {
  text-align: left;
}
.second-page-map .page7 .foot-protocol-list {
  display: flex;
  justify-content: space-between;
  margin-top: .3rem;
}
.second-page-map .page7 .foot-protocol-list a {
  color: #fff;
}
.second-page-map .page7 .gs_link {
  background: url(../../../static/icon/lz2.jpeg) no-repeat 0 50%;
    padding-left: 25px;
    display: inline-block;
    background-size: 20px 24px;
}
.second-page-map .page7 .an_link {
  background: url(../../../static/icon//an.png) no-repeat 0 50%;
    padding-left: 25px;
    display: inline-block;
}
