/* pc端 */
@media (min-width: 768px) {
  .foot {
    width: 100%;
    height: 305px;
    position: relative;
  }

  .foot_left {
    /* float: left; */
  }

  .foot_top {
    width: 100%;
    height: 264px;
    background: #645A8D;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
  }

  .foot_bottom {
    width: 100%;
    height: 41px;
    background: #4E437F;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .foot_logo {
    width: 413px;
    height: 68px;
    opacity: 1;
    /* background-color: red; */
    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;
  }

  .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: 13px;
    height: 13px;
  }

  .foot_call_text {
    height: 20px;
    opacity: 1;
    margin-left: 11px;
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0em;

    color: #ffffff;
  }

  .foot_right {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding-left: 17%; */
  }

  .foot_img {
    width: 140px;
    height: 140px;
    opacity: 1;
    /* margin-left: 380px; */
  }

  .foot_maTxt {
    width: 224px;
    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;
  }
}

/* 移动端-窄屏 */
@media (max-width: 767px) {
  .foot {
    margin-top: 100px;
    width: 100%;
    height: 512px;
    position: relative;
  }

  .foot_left {
    /* float: left; */
    position: absolute;
    top: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px;
    /* left: 15px; */
    /* padding-left: 15px; */
  }

  .foot_top {
    width: 100%;
    height: 471px;
    background-color: #645A8D;
    /* padding-left: 120px; */
    padding-top: 40px;
    display: flex;
    flex-direction: column !important;
  }

  .foot_bottom {
    width: 100%;
    height: 41px;
    background-color: #4E437F;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .foot_logo {
    width: 311px;
    height: 51.12px;
    opacity: 1;
    /* background-color: red; */
    z-index: 2;
  }

  .foot_nav {
    width: 90%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 24px;
  }

  .foot_line {
    width: 90%;
    height: 1px;
    opacity: 0.3;
    background: #ffffff;
  }

  .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: 300px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-top: 27px;
    /* justify-content: flex-start; */
    /* justify-content: space-between; */
  }

  .foot_call_box {
    height: 40px;
    display: flex;
    flex-direction: row;
    /* margin-bottom: 16px; */
    align-items: center;
    /* justify-content: space-between; */
  }

  .foot_call_icon {
    width: 13px;
    height: 13px;
  }

  .foot_call_text {
    height: 20px;
    width: 297px;
    opacity: 1;
    margin-left: 11px;
    font-family: PingFang SC;
    font-size: 10px;
    word-wrap: break-word;

    font-weight: normal;
    letter-spacing: 0em;

    color: #ffffff;
  }

  .foot_right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .foot_img {
    width: 140px;
    height: 140px;
    opacity: 1;
    position: absolute;
    top: -110px;
  }

  .foot_maTxt {
    width: 224px;
    height: 20px;
    opacity: 1;

    margin-top: 47px;
    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;
}
@media (max-width: 450px) {
  .foot_bottom_txt { height: 35px;text-align: center;}
}