@charset "UTF-8";
/*二维码弹窗*/
.contact {
  position: fixed;
  right: 20px;
  top: 290px;
  z-index: 9999999;
}

.contact_ul2 li {
  width: 40px;
  position: relative;
  cursor: pointer;
  height: 40px;
  border: 1px solid #E7EAF2;
  background: #FFF;
  margin: 10px 0;
  box-shadow: 0 0px 6px 0 rgba(76, 86, 114, 0.12);
  border-radius: 4px;
}
.contact_ul2 li.icon_contact5 {
  display: block;
  top: -65px;
  margin: 15px -55px;
  width: 0px;
  height: 0px;
  border: 0px solid #E7EAF2;
}
.contact_ul2 li.icon_contact5 a {
  display: block;
  background: url("../img/right_xf.png") center no-repeat;
  width: 78px;
  height: 136px;
}

.tan_wei2 {
  position: absolute;
  z-index: -9;
  right: 55px;
  top: -46px;
  display: none;
}

.right_close {
  position: absolute;
  z-index: 18;
  right: 8px;
  top: 8px;
  width: 12px;
  display: block;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  display: none;
}

.popupbox {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 466px;
  height: 528px;
  background: url("../img/poupBg.png");
}

.popup-img {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%);
}

.zixun {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  position: relative;
  top: 70%;
}

.zoomIn {
  -webkit-animation: zoomIn 500ms;
  animation: zoomIn 500ms;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomOut {
  -webkit-animation: zoomOut 500ms;
  animation: zoomOut 500ms;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/*# sourceMappingURL=index.css.map */
