/*
 top:30%;
left:44%;
*/
footer { font-size: 1rem; }
.window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  padding: 0px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  width: 160px;
  top:0%;
  left:10%;
  margin-top:10px;
  z-index: 999999999999999999999999999999;
}
.window h3 {
  height: 24px;
  line-height: 24px;
  max-height: 24px;
  font-size: 24px;
  color: #FFFFFF;
  margin:10px;  
}

#footer{background:#0E2244;color:#fff; width: 100%;min-height: 347px;}
.footer-logo{width:100%;height:auto; max-width:300px;max-height:80px;}
#footer dl{color:#fff;}
.footer-p{color:#1E1E1E;font-size:1.125rem;letter-spacing: 1px;line-height: 28px;}
.footer-p dd{padding:0;margin:0;}
.footer-vertical-line{width:1px;background:rgba(255,255,255,0.3);height:100%;}
.footer-horizontal-line{width:100%;height:1px;background:rgba(255,255,255,0.3);}
.footer-share img{width:14px;height:14px;object-fit:auto;}
.footer-share dd{max-height:14px;margin-bottom:15px;font-size: 12px; line-height: 15px;margin-right:25px;}
.footer-share dd span{padding:0px 10px 3px 10px; white-space: nowrap;}

/**
 手机、微信弹窗
 */
.devdiy-pop-weichat{ 
    right: 0px;
    z-index: 999999; 
    padding: 8px;
    position: absolute;
    left:-45px;
    bottom:45px;
    display: block;width:200px;
    height:100px;
    background:green;color:#ddd;
    background:rgba(50,50,50,0.75);
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    font-size:16px; 
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
    background: #fff;
    width:160px;height:160px;     
    text-align: center;
    color:#666;
    font-size:14px;
}
.devdiy-pop-weichat img{
    width:150px;height:140px; 
}

.copyright{font-size:12px;line-height: 23px;}
.copyright-img{width:1.25rem;height:1.25rem;margin:0px 1rem;}
/*.footer-weichat,.footer-tel{width:14px;height:14px;object-fit:auto;}*/