/* footer */
.cjhd-footer {
  width: 100%;
  height: 320px;
  background-image: url('../../images/login/footer-bg.png');
}
.cjhd-footer-div-logo {
  padding-top: 119px;
  height: 201px;
  width: 50%;
  text-align: center;
  float: left;
}
.cjhd-footer-img-logo {
  height: 69px;
  width: 441px;
}
.cjhd-footer-div-catalogue {
  width: 25%;
  float: left;
  padding-top: 95px;
  height: 170px;
  font-family: PingFangSC-Light;
  color:rgba(223,182,146,1);
  font-size: 14px;
}
.cjhd-footer-div-catalogue ul li {
  height: 45px;
  line-height: 45px;
}
.footer-title {
  font-weight: 550;
  color: #E7E0DE;
}
.cjhd-footer-div-qr {
  padding-top: 105px;
  height: 140px;
  width: 24%;
  float: left;
}
.cjhd-footer-img-qr {
  padding-top: 50px;
  height: 50px;
  width: 100px;
}
.cjhd-footer-img-qr-tip {
  display: block;
  width: 230px;
  text-align: left;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: rgba(223,182,146,1);
  font-size: 12px;
  font-family: PingFangSC-Light;
  color: rgba(223,182,146,1);
  font-size: 14px;
  padding-top: 10px;
  margin-left: -60px;
}
.cjhd-footer-div-copyright {
  clear: both;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 1);
  line-height: 60px;
  text-align: center;
  font-size:16px;
  font-family:PingFang SC;
  font-weight:300;
  color:rgba(0,0,0,1);
}

.a-beian {
  color: #BE1313;
}


.contrast-us {
  position: fixed;
  right: 0;
  top: 200px;
  width: 16px;
  height: 85px;
  background: #BE1313;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  border: 0;
  z-index: 1000;
  font-size: 15px;
}
#contrast-us-btn {
  cursor: pointer;
}
.contrast-us-item {
  padding-left: 10px;
  line-height: 28px;
}
#contrast-us-expand {
  right: 40px;
  width: 300px;
  height: 85px;
}

.hideEl {
  display: none;
}