.intrPage{
  width: 100%;
  height: 100%;
}
.title{
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.mainBox{
  width: 100%;
}
.mainBox .coverImgBox{
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.coverImgBox .coverImg{
  width: 100%;
}
.conBox{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.conBox p{
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}
.qrCodeBox{
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.qrCodeBox .qrCodeImg{
  width: 130px;
  height: 130px;
}
.qrCodeBox .downTxt{
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}

.footerBox{
  width: 100%;
  height: 160px;
  padding: 20px 40px;
  box-sizing: border-box;
  background-color: #414141;
}
.footerBox .leftBox{
  width: 50%;
}
.footerBox .leftBox .logoTit{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 140px;
}
.footerBox .rightBox{
  width: 50%;
  text-align: right;
}
.footerBox .rightBox .copyRightTxt{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
}
.footerBox .rightBox .copyRightTxt a{
  color: #fff;
}
.footerBox .rightBox .copyRightTxt a:hover{
  text-decoration: underline;
}