.border_b_line{
    border-bottom: 5px solid #cfab6f;
}
.foot_wrap{
    background:#0E386E;
}
.foot_wrap p,
.foot_wrap a,
.foot_wrap h4{
    color: #fff;
}
.foot_wrap .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    padding: 30px 0;
}
.foot_l img{
    width: 200px;
    margin-bottom: 20px; 
}
.foot_l p,.foot_l a{
    margin: 3px 0;
    font-size: 15px;
    text-align: center;
}
.foot_c h4{
    font-weight: 600;
    margin-bottom: 20px;
}
.foot_c p{
    margin: 5px 0;
    font-size: 15px;
}
.foot_r{
    display: flex;
    align-items: center;
}
.foot_r_pre{
    margin: 0 20px;
}
.foot_r_pre>img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.foot_r_pre>p{
    margin: 0;
    text-align: center;
}
.foot_r_pre p:nth-child(3){
    margin-top: -5px;
}
.site-footer a:hover{color:#e0e30fb5}
/* 声明弹窗： */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9999;
    display: flex;
    justify-content: center;
  }
  .modal6{
    display: inline-block !important;
  }
  .cont_wrap{
    position: absolute;
    top: 10%;
    background: #fff;
    position: relative;
    width: 520px;
    height: 78vh;
    margin: 0 auto;
    padding: 30px 40px;
    border-radius: 15px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h4{
    font-weight: 500;
    color: #333;
    font-size: 21px;
  }
  .cont_wrap>span{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 16px;
  }
  @media (min-width:2000px) {
    .cont_wrap{
      width: 28% !important;
    }
  }
  .modal_close{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top:5px;
  }
  .dialog_bot{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    align-items: flex-end;
    font-size: 16px;
  }
  .dialog_bot p{
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  .dialog_img{
    width: 100%;
    height: 100%;
    /* position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1005;
    height: auto;
    border-radius: 15px; */
    /* width: 6rem;
    height: 6rem; */
  }