

/* new 背景色 */
/* #down .downItemBox {
  font-size: 0;
  width: 1150px;
  position: relative;
  top: 0;
  left: 0;
  height: 538px;
  margin: auto;
  background: url(https://ynimg.zx093.cn/newProductDown/bg.png) no-repeat center;  
} */
#down .downItemBox .downImg{
  display: -webkit-box;  /* 老版本的iOS Safari */
  display: -moz-box;     /* 老版本的Firefox */
  display: -ms-flexbox;  /* IE 10 */
  display: -webkit-flex; /* 老版本的Chrome，以及一些Android */
  display: flex;
  -webkit-box-pack: center;  /* 旧iOS Safari */
  -moz-box-pack: center;     /* 旧Firefox */
  -ms-flex-pack: center;     /* IE 10 */
  -webkit-justify-content: center; /* 旧Chrome/Safari */
  justify-content: center;  
  justify-content: center;
  padding-top: 70px;
}
/* 下载 */
.downloadBtn{
  width: 100%;
  background: #FFF;
  box-shadow: 0px -3px 12px 0px rgba(0,0,0,0.25);
  height: 94px;
  /* position: fixed; */
  position:-webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 22;
  display: -webkit-box;  /* 老版本的iOS Safari */
  display: -moz-box;     /* 老版本的Firefox */
  display: -ms-flexbox;  /* IE 10 */
  display: -webkit-flex; /* 老版本的Chrome，以及一些Android */
  display: flex;
  -webkit-box-pack: center;  /* 旧iOS Safari */
  -moz-box-pack: center;     /* 旧Firefox */
  -ms-flex-pack: center;     /* IE 10 */
  -webkit-justify-content: center; /* 旧Chrome/Safari */
  justify-content: center;  
  justify-content: center;
  -webkit-align-items: center; /* Chrome 21-28, Safari 6.1-8 */
  -ms-flex-align: center; /* IE 10 */
  align-items: center; /* 新版浏览器 */
  margin-top: 40px;
}
.downloadBtn .downImage{
  display: block;
  width: 364px;
  height: 74px;
  background: url(https://ynimg.zx093.cn/newProductDownWhite/btn.png) no-repeat; 
  animation: heartBeat 1.4s infinite; /* 应用动画，无限循环 */
}
@keyframes heartBeat {
  0% {
    transform: scale(0.9); /* 初始状态，无缩放 */
  }
  14% {
    transform: scale(1); /* 心跳放大 */
  }
  28% {
    transform: scale(0.9); /* 返回原始大小 */
  }
  42% {
    transform: scale(1); /* 再次心跳放大 */
  }
  70% {
    transform: scale(1); /* 返回原始大小 */
  }
}

/* 天龙博弈下载页 */
.downWhite{
  width: 1920px;
  max-width: 1920px;
}
#downWhite{
background: #FFF;
font-size: 0;
}
.banner{
  font-size: 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 949px;
  background: url(https://ynimg.zx093.cn/newProductDownWhite/banner.jpg) no-repeat center;  

}
.downBtn{
  width: 40%;
  position: absolute;
  z-index: 10;
  bottom: 150px;
  left: 30%;
  height: 70px;
  /* font-size: 18px; */
  display: inline-block;
}
.tips{
  width: 1247px;
  margin: auto;
  color: #999;
  font-size: 16px;
  padding-left: 50px;
  margin-top: 30px;
  line-height: 28px;
}

/*底部*/
.footerBox .footer {
  color: #444444;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 14px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1;
}

.footerBox .center {
  margin: -1px auto;
  text-align: center;
  width: 1200px;
  position: relative;
  z-index: 100;
}
.footerBox .center p {
  line-height: 28px;
  font-size: 16px;
  margin: 0;
}
.footerBox .footer-center {
  font-size: 18px;
  padding: 12px 0 15px;
}
.footerBox .footer-center .line {
  border-left: 1px solid #4F4F4F;
  border-right: 1px solid #4F4F4F;
  margin: 0 18px;
  width: 1px;
}
.yq-link a,
.footer-center a{
  color: #444444;
}

.yq-link a:hover,
.yq-gongan a:hover,
.footer-center a:hover {
  color: #e65c56 !important;
}
.footerBox .clear {
  clear: both;
}
.footerBox a{
  text-decoration: none; 
}
.footerBox .bule{
  color: #444444;
}