.foot {
  /* background-color: pink; */
  background-color: #121E76; 
  margin-top: 19px;
  padding: 25px 0;
}

.foot-panel {
  padding: 0 28px;
  font-size: 12px;
  margin: 24px 0;
  color: #fff;
}
.foot-box-title a{
  color: #fff;
}
.foot-box-item a{
  display: block;
  margin-top: 14px;
  color: #949494;
}
.foot-box-item p{
  display: block;
  margin-top: 14px;
  color: #949494;
}
.foot-box-item img{
  vertical-align: middle;
  margin-left: 6px;
}
.foot-iconGroup{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.foot-iconGroup img{
  width: 40px;
  height: 40px;
}
.icp-box{
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.icp-box p{
  display: inline-block;
}
.icp-box a{
  color: #fff;
}

.foot-logo{
  padding: 0 28px;
  width: 140px;
}
.foot-logo img{
  vertical-align: top;
}

.foot-box p {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.foot .foot-box .foot-left p {
  padding-bottom: 10px;
}

.foot .foot-box .foot-left .width {
  width: 300px;
  white-space: break-spaces;
  padding-top: 10px;
  color: #999;
}

.foot .foot-box .foot-left .foot-time {
  color: #626262;
}

.foot .foot-box .foot-right {
  display: flex;
  align-items: center;
}

.foot .foot-box .foot-right dl {
  font-size: 10px;
  margin-left: 12px;
  color: #626262;
}

.foot .foot-box .foot-right dl dt {
  text-align: center;
}

.foot .foot-box .foot-right dl dt img {
  width: 80px;
}

.footer {
  background-color: #e3e4e5;
  font-size: 11px;
  text-align: center;
  color: #F7F8FA;
  padding: 20px;
  color: #000000;
  margin-top: 5px;
}

.footer p {
  line-height: 2em;
}
.share {
  max-width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  clear: both;
} 

.share span {
  cursor: pointer;
}
.share>div.code {
  width: 120px;
  height: 120px;
  /* background: #f00; */
  position: absolute;
  bottom: 130%;
  right: 46%;
  display: none;
}
.share>div.code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: inline-block;
  margin: 0;
}
#pop-up a {
  /* color: #BE0022; */
  color: #ffffff;
  text-decoration: underline;
}
/* WeChat QR Code Modal */
#wechat-qr-modal .modal-content {
  background: linear-gradient(140.66deg, #131F77 4.58%, #757CAB 95.03%);
  color: white;
  padding: 60px 35px;
  width: 80%;
  max-width: 400px;
  border-radius: 15px;
  text-align: center;
  position: relative;
}

#wechat-qr-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#wechat-qr-modal .modal-close img {
  width: 20px;
  height: 20px;
}

#wechat-qr-modal h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

#wechat-qr-modal p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#wechat-qrcode {
  background-color: white;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
}

#wechat-qrcode img {
  display: block;
  width: 128px;
  height: 128px;
}