
.map {
    position         : relative;
    width            : 4.94rem;
    height           : 7.57rem;
    float            : left;
    margin-left      : 0.4rem;
    background-image : url('../../img/地图.png');
    background-size  : 100% 100%;
    background-repeat: no-repeat;
}

.chende,
.qinhuangdao,
.zhangjiakou,
.baoding,
.cangzhou,
.shijiazhuang,
.hengshui,
.xingtai {
    position: absolute;
    cursor:pointer;
}

.chende {
    width           : 2rem;
    height          : 1.7rem;
    top             : 0.3rem;
    left            : 1.5rem;
}

.zhangjiakou {
    width           : 1.8rem;
    height          : 1.8rem;
    top             : 2rem;
    left            : 0.2rem;
}

.qinhuangdao {
    width           : 1rem;
    height          : 1rem;
    top             : 1.2rem;
    left            : 3.8rem;
}

.baoding {
    width           : 1.5rem;
    height          : 1.2rem;
    top             : 3.8rem;
    left            : 1.5rem;
}

.cangzhou {
    width           : 1.5rem;
    height          : 1rem;
    top             : 3.8rem;
    left            : 3rem;
}

.shijiazhuang {
    width           : 1.2rem;
    height          : 0.8rem;
    top             : 5rem;
    left            : 1.5rem;
}

.hengshui {
    width           : 0.8rem;
    height          : 1rem;
    top             : 4.81rem;
    left            : 3rem;
}

.xingtai {
    width           : 1.5rem;
    height          : 0.8rem;
    top             : 5.82rem;
    left            : 2.2rem;
}



@media screen and (max-width:750px) {
 
    .map {
        float            : none;
        margin: 0 auto;
        margin-top: 0.2rem;
    }
    
}


.table-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    overflow: scroll;
    position: fixed;
    
  }

  .table-title {
     width: 100%;
     height: 0.5rem;
     display: flex;
     top: 0;
     justify-content: center;
     align-items: center;
     color:#08721A;
     background-color: #fff;
     font-size: 0.3rem;
     position: fixed;
     z-index: 900;
     display: none;
  }
  
   .table-content{
     width: 12.2rem;
     height: 100%;
     margin: 0 auto;
     background-color:rgb(244,244,244);
     padding: 0.4rem;
     position: relative; 
     overflow: scroll;
     
   }
   .false{
     position: fixed;
     width: 0.44rem;
     height: 0.44rem;
     top: 0.2rem;
     right: 3.8rem;
     background-image: url("../../img/false.png");
     background-size: 100% 100%;
     z-index: 901;
   }

   .back{
    display: none;
    width: 0.8rem;
    height: 0.3rem;
    position: fixed;
    margin: 0.1rem 0.4rem;
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.2rem;
    color: #333;
    border: 0.01rem solid #999;
    border-radius: 0.08rem;
    z-index: 901;
  }

   @media screen and (max-width:750px) {
    .table-title{
      display: block;
      width: 100%;
      height: 0.5rem;
      text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
    }

    caption{
      display: none;
    }
    .table-content{
      width: 7.5rem;
      margin:0.5 0 0 0 ;
    }
    .false{
      display: none;
    }

    .back{
      display: block;
    }
   }

   table{
     margin: 0 auto;
     padding: 0.4rem;
     font-size: 0.16rem;
     border: 1px solid #08721A;
     border-collapse:collapse;
   }
 @media screen and (max-width:750px) {
  table{
    margin: 0;
    padding: 0;
  }
 }

  caption{
    margin: 0.5rem 0;
    font-size: 0.30rem;
    color: #08721A;
  }
 
   th{
     height: 0.6rem;
     background-color: rgb(78, 163, 92);
     margin: 0;
     padding: 0;
     
     padding-top: 0.1rem;
     line-height: 0.3rem;
     color: white;
   }
 
   td{
     padding: 0 0.1rem;
     text-align: left;
     border: 1px solid #08721A;
   }

   th{
    border: 1px solid #fff;
    border-top: 1px solid #08721A;
  }

  .th-left{
    border-left: 1px solid #08721A;
  }

  .th-right{
    border-right: 1px solid #08721A;
  }

   @media screen and (max-width:750px) {
    th{
      border: 1px solid #fff;
    }
    table{
      border: 1px solid #08721A;
    }
    tr{
      border: 1px solid #08721A;
    }
    .th-left{
      border-left: 1px solid #08721A;
    }
    .th-right{
      border-right: 1px solid #08721A;
    }
   }
 