
#c_static_001-16420726718590 .e_html-50 .e_box {
    text-align: center;
}

#c_static_001-16420726718590 .e_html-50 .e_box a{
display: inline-block;
}

#c_static_001-16420726718590 .e_html-50 a.weixin {
    position: relative;
  float:left;
}
 
#c_static_001-16420726718590 .e_html-50 .weixin img.qrcode {
  position: absolute;
  z-index: 99;
  top:0;
  left:80px;
  width: 7.5rem;
  max-width: none;
  height: 7.5rem;
  transform: scale(0);
  transform-origin: top bottom;
  opacity: 0;
  border: 8px solid #fff;
  border-radius: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
 
#c_static_001-16420726718590 .e_html-50 .weixin:hover img.qrcode {
    transform: scale(1);
    opacity: 1;
}


#c_static_001-16420726718590 .e_html-50 a.qq{
  position: relative;
  margin:auto;
}

#c_static_001-16420726718590 .e_html-50 a.qq{
  position: relative;
  float:right;
}

#c_static_001-16420726718590 .e_html-50 a.shouji {
    position: relative;
  float:right;
}
 
#c_static_001-16420726718590 .e_html-50 .shouji img.qrcode {
  position: absolute;
  z-index: 99;
  top: -135px;
  right: -40px;
  width: 7.5rem;
  max-width: none;
  height: 7.5rem;
  transform: scale(0);
  transform-origin: top bottom;
  opacity: 0;
  border: 8px solid #fff;
  border-radius: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
 
#c_static_001-16420726718590 .e_html-50 .shouji:hover img.qrcode {
    transform: scale(1);
    opacity: 1;
}