/* pc端 */

  .foot {
    width: 100%;
    height: 305px;
    position: relative;
    min-width: 1340px;
  }

  .foot_left {
    /* float: left; */
  }

  .foot_top {
    width: 100%;
    height: 264px;
    background: #645A8D;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
  }
.foot_top_box{
  width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
  .foot_bottom {
    width: 100%;
    height: 41px;
    background: #4E437F;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .foot_logo {
    width: 500px;
    height: 63px;
    opacity: 1;
    z-index: 2;
  }

  .foot_nav {
    width: 336px;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 24px;
  }

  .foot_line {
    /* width: 135%; */
    height: 1px;
    opacity: 0.3;
    background: #ffffff;
    margin: 20px 0;
  }

  .foot_navOne {
    opacity: 1;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;

    /* 地区院黄 */
    color: #fee285;
  }

  .foot_call {
    /* width: 135%; */
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 17px;
    justify-content: space-between;
  }

  .foot_call_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
  }

  .foot_call_icon {
    width: 16px;
  }

  .foot_call_text {
    height: 20px;
    opacity: 1;
    margin-left: 8px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;

    color: #ffffff;
  }

  .foot_right {
    display: flex;
    align-items: center;
  }
.wxcode{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  justify-content: center;
}
  .foot_img {
    width: auto;
    
    opacity: 1;
  }

  .foot_maTxt {
    height: 20px;
    opacity: 1;
    /* margin-left: 338px; */
    margin-top: 17px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;

    color: #ffffff;
  }

  .foot_bottom_txt {
    width: 393px;
    height: 17px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0em;

    color: rgba(255, 255, 255, 0.36);
  }

  .foot_btn {
    width: 60px;
    height: 60px;
    opacity: 1;
    background: #7068a5;
    box-sizing: border-box;
    border: 1px solid #f9e6b8;
    border-radius: 50%;
    position: absolute;
    top: 69%;
    right: 2%;
    opacity: 0;
  }




.foot_navOne:hover {
  color: #e7b741;
  text-decoration: none;
}