  .open_weChat{
position: fixed;
left: 0;
top: 0;
background: #000000;
opacity: .8;
width: 100%;
height: 100%;
z-index: 9;
display: none;
}
.weChar_wrap{
position: fixed;
top:30%;
left: 5%;	
width: 90%;
background: #fff;	
z-index: 99;
border-radius: 10px;
overflow: hidden;
display: none;
}
.weChar_wrap p{

}
.weChar_wrap a{
display: block;
text-align: center;
font-size: 1rem;
height: 3rem;
line-height: 3rem;
background: #b4d693;
color: #000;
}



    .out {
      display: none;
    }

    .plm {
      position: fixed;
      right: 2%;
      bottom: 34%;
      z-index: 1000;
      width: 18%;
      -webkit-animation: plm 10s linear infinite;
    }

    @keyframes plm {
      25% {
        transform: translateY(25px);
      }

      50% {
        transform: translateY(0px);
      }

      75% {
        transform: translateY(-25px);
      }

      100% {
        transform: translateY(0px);
      }
    }

    .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	font-size: 16px;
	text-align: center;
	display: none;
    }

    .modal-sm {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      width: 70%;
      height: 805px;
      margin: auto;
      max-width: 400px;
    }

    .modal-header {
	min-height: 16.43px;
	padding: 15px;
	margin-top: 200px !important;
    }

    .modal-content {
      background-color: white;
      margin: 1000px auto
    }

    #mydel {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	right: -25px;
	top: -27px;
	background: rgba(0, 0, 0, .85);
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	z-index: 1111111111;
    }
    .out {
      display: none;
    }
  
    .plm {
     
    }
  
    @keyframes plm {
      25% {
        transform: translateY(25px);
      }
  
      50% {
        transform: translateY(0px);
      }
  
      75% {
        transform: translateY(-25px);
      }
  
      100% {
        transform: translateY(0px);
      }
    }
  
