.footer{background:#e4e4e4;}
.mb_block{display:none;}
.ft_top{display:flex;justify-content:center;}
.ft_top a{display:block;font-size:14px;padding:15px 15px;}
.ft_top a:after{display: inline-block;content: "";width: 2px;
height: 10px;background: #333;opacity: 0.3;position: relative;right: -15px;}
.ft_top a:last-child:after{display:none;}

.ft_bottom{padding:60px 0;background:#333;}
.ft_bottom img{width:400px;display:block;margin:0 auto;}
.copy{font-size:14px;opacity:0.5;text-align:center;font-size:11px;letter-spacing:1px;padding:20px 0;color:#fff;}
.ft_address{font-size:14px;text-align:center;color:#fff;font-weight:500;}
.ft_address span{display:inline-block;position:relative;padding-right:16px;}
.ft_address span:after{display: inline-block;content: "";position: relative;
top: 0;right: -8px;width: 2px;height: 10px;background: #fff;opacity: 0.3;}
.ft_bottom ul{display: flex;justify-content: center;margin-top:10px;}
.ft_bottom ul li{font-size:14px;padding:0 15px;font-size:14px;font-weight:500;color:#fff;position:relative;}
.ft_bottom ul li:after{display: inline-block;content: "";position: relative;
top: 0;right: -15px;width: 2px;height: 10px;background: #fff;opacity: 0.3;}
.ft_bottom ul li:last-child:after{display:none;}
.ft_bottom ul li span{    display: inline-block;font-weight: 600;padding-right: 3px;}


.pop{padding:20px;position:fixed;width:800px;height:600px;overflow-y:scroll;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;z-index:999999;display:none;border:10px solid #e4e4e4;}
.pop_txt{padding:50px;}
.pop div{padding-bottom:20px;}
.pop h2{font-size:18px;font-weight:700;padding-bottom:20px;}
.pop p{font-size:15px;line-height:26px;font-weight:500;}
.pop_img{width:100%;}
.close{cursor:pointer;top: 0;
    right: 0;
    width: 25px;
    position: sticky;
    height: 25px;
    right: 0;
  float: right;}
.close img{width:25px;}

.pop4 table{border:1px solid #e4e4e4;border-collapse:collapse;background:#fff;}
.pop4 table td{padding:10px;border:1px solid #e4e4e4;}

.pop4 h4{font-size:20px;margin:15px 0;font-weight:bold;}
.pop ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.pop4 ul li span{padding-bottom:10px;color:#1f3559;display:block;font-weight:700;font-size:18px;}
.pop4 ul li{width:49%;font-size:16px;color:#000;background:#fff;border:1px solid #e4e4e4;padding:20px;}
.pop4 .pop_ul1 li:nth-child(n+3){margin-top:10px;}
.pop4 .pop_ul2 li:nth-child(n+2){margin-top:10px;}
.pop4 h2{color: #003876;text-align:center;font-size: 24px;}

@media screen and (max-width:799px){
  .mb_block{display:block}
  .pop{width:90%;padding:20px;height:350px;}
  .pop .close{top:0;right:0;}
  .pop .close img{position:absolute;width:30px;top:0;right:0;}
  .pop h2{font-size:13px;}
  .pop p{font-size:11px;line-height:20px;}
  
  .footer{padding-bottom:70px;}
  .ft_top{flex-wrap:wrap}
  .ft_top a{    text-align: center;
    padding: 10px 0;width:50%;font-size:12px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
  .footer .container{width:100% !important}
  .ft_top a:after{display:none;}

.ft_bottom img{width:250px;}
.copy{font-size:10px;}
  .ft_address{font-size:12px;}
  .ft_address span{display:block;padding-bottom:6px;}
  .ft_address span:after{display:none;}
  .ft_bottom ul{flex-wrap:wrap;margin-top:5px;line-height:20px;}
  .ft_bottom ul li{font-size:12px;padding:0 4px;width:100%;text-align:center;}
  .ft_bottom ul li:after{display:none;}
  .close{
      top: 0;
    right: 0;
    width: 15px;
    position: sticky;
    height: 15px;
    right: 0;
  float: right;}
  .pop_txt{padding:0;}
     .pop4 ul li{width:100%;margin-top:10px !Important;}
  .pop4 ul li span{font-size:14px;}
  .pop4 h4, .pop4 h2{font-size:14px}
  }
