/* -----------µÇÂ½µ¯¿ò----------- */
.login_bg {
   width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 98;
    display: none;
  }
  .login_popup {
    width: 300px;
    height: 420px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 10px 26px 0px #999;
    border-radius: 10px;
    z-index: 99;
    background-image: url(/hksyzx/template/app/memberPortlet/loginMember/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -82px;
  }
.brand{
    min-height: 170px;
    box-sizing: content-box;
    background: url('/eportal/fileDir/hnqhzz/template/page/home/list-foot.png') no-repeat center;
    background-size: cover;
}
.brand .con{
    padding: 36px 0;
}
.brand .con p{
    line-height: 33px;
}