/* 联系我们 加入我们 */
.foot{
    width:100%;
    height:228px;
    background:url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/hongbanwen.jpg);
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .foot-main{

  }
  .foot-title{
    width:477px;
    padding-bottom:25px;
    border-bottom:1px solid #a2473b;
    display:flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECB67C;
    line-height: 30px;
    letter-spacing: 3px;
    margin-bottom:24px;
    
  }
  .foot-left{
    cursor: pointer;
  }
  .foot-right{
    cursor: pointer;
    color: #ECB67C;
  }
  .foot-bott{
    display:flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECB67C;
    line-height: 30px;
    opacity: 0.4;
  }
  .foot-right{
    color: #ECB67C;
  }


 /* <!-- 滚动 往上图标开始 --> */
   .footer-page-up {
    background-color: #fff;
    position: fixed;
    right: 50px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    /* opacity: 0.5; */
    z-index: 100;
  }
  .footer-page-up .el-icon-caret-top {
    color: red;
    display: block !important;
    line-height: 40px !important;
    text-align: center !important;
    font-size: 18px;
  }
  /* p {
    display: none;
    text-align: center;
    color: red;
  } */
  .footer-page-up:hover {
    opacity: 1;
  }




