.BMap_cpyCtrl{
     display: none;
}
body{
     font-size: .16rem;
}
 .banner {
     width: 100%;
}
 .banner img {
     width: 100%;
}
 .msg {
     width: 67%;
     background-color: #fff;
     margin: 0 auto;
     padding: 0.9rem;
     position: relative;
}
 .msg .msg-top {
     width: 100%;
     text-align: center;
}
 .msg .msg-top .top-top p {
     margin: 0 0 0.2rem 0;
     font-size: 0.36rem;
     font-weight: 600;
}
 .msg .msg-top .top-top span {
     color: #a2a8ad;
     font-size: 0.26rem;
}
 .msg .msg-top .top-cen {
     display: flex;
     justify-content: space-around;
     margin-top: 0.5rem;
}
 .msg .msg-top .top-cen div {
     width: 23%;
     border: 1px solid #e1e1e1;
     box-shadow: 0.01rem 0.02rem 0.03rem #e1e1e1;
     padding: 0.25rem 0;
     transition: all 0.3s;
}
 .msg .msg-top .top-cen div img {
     transform: scale(1);
     height: .38rem;
}
 .msg .msg-top .top-cen .cen-wx {
     display: flex;
     justify-content: center;
}
 .msg .msg-top .top-cen .cen-wx img{
      height: .35rem;
      width: .35rem;
 }
 .msg .msg-top .top-cen .cen-wx img:nth-child(1) {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
 }
 .msg .msg-top .top-cen .cen-wx img:nth-child(2) {
     transform: scale(1);
      height: 1rem;
      width: 1rem;
      margin-left: 0.1rem;
}
 .msg .msg-top .top-cen div p {
     font-size: 0.2rem;
}
 .msg .msg-top .top-cen div p:nth-child(3) {
     margin-top: 0.1rem;
     font-weight: bold;
}
 .msg .msg-top .top-cen div:hover {
     transform: translateY(-0.05rem);
     background-color: #0f77ff;
}
 .msg .msg-top .top-cen div:hover p {
     color: #fff;
}
 .msg .msg-top .top-cen div:hover img{
      filter: invert(1);
 }
 .msg .msg-top #top-bot {
     width: 100%;
     height: 4.6rem;
     margin: 0.2rem auto;
}
 .msg .msg-top .mmg {
     z-index: 9;
     width: 7.46rem;
     height: 1.5rem;
     background-color: #fff !important;
     position: absolute;
     top: 8.23rem;
     left: 50%;
     transform: translateX(-50%);
     box-shadow: 0.03rem 0.05rem 0.1rem #ccc;
     display: flex;
     justify-content: space-around;
     align-items: center;
}
 .msg .msg-top .mmg p {
     width: 5rem;
     height: 0.32rem;
     line-height: 0.32rem;
     background: url(http://web2.zheke.com/upload/images/dizhi.png) no-repeat;
     background-size: 20px 24px;
}
 .msg .msg-bot {
     width: 100%;
     text-align: center;
     margin-top: 2rem;
}
 .msg .msg-bot .bot-top p {
     margin: 0 0 0.2rem 0;
     font-size: 0.36rem;
     font-weight: 600;
}
 .msg .msg-bot .bot-top span {
     color: #a2a8ad;
     font-size: 0.26rem;
}
 .msg .msg-bot .bot-bot {
     margin-top: 0.64rem;
     display: flex;
     flex-wrap: wrap;
    /* justify-content: space-between;
     */
     align-items: baseline;
}
 .msg .msg-bot .bot-bot .bot-lianxi {
     width: 32%;
     margin-top: 0.2rem;
     border: 1px solid #e1e1e1;
     box-shadow: 0.02rem 0.03rem 0.04rem #e1e1e1;
     display: flex;
     flex-direction: column;
     align-items: center;
     padding:  0.2rem 0;
     margin-right: 1.5%;
     transition: all 0.5s;
}
 .msg .msg-bot .bot-bot .bot-lianxi:nth-child(3n){
     margin-right: 0;
}
 .msg .msg-bot .bot-bot .bot-lianxi p {
     font-size: 0.18rem;
     font-weight: bold;
     line-height: 2;
}
 .msg .msg-bot .bot-bot .bot-lianxi p:nth-child(2) {
     background: url(http://web2.zheke.com/upload/images/shoujihao.png) no-repeat;
         background-size: 15px 15px;
    background-position: 5px center;
     width: 2.72rem;

}
 .msg .msg-bot .bot-bot .bot-lianxi:hover {
     background-color: #0f77ff;
     transform: translateY(-0.1rem);
}
 .msg .msg-bot .bot-bot .bot-lianxi:hover p ,
 .msg .msg-bot .bot-bot .bot-lianxi:hover p:nth-child(2) {

      filter: invert(1);
     /* background: url(http://web2.zheke.com/upload/images/shouji-bai.png) no-repeat;
     background-size: 8px 13px;
    background-position: 8px center; */
}
 