.el-button.is-loading:before {
  background-color: rgba(255, 255, 255, 0) !important;
}
/* 以下为footer */
.footer {
  width: 100%;
  background: #f8f9fe;
}

.footer > .footer_content {
  height: 3.2rem;
  width: 13.6rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.58rem 0 0.38rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer > .footer_ic {
  width: 100%;
  height: 0.4rem;
  background: #f1f3fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer > .footer_ic > p {
  font-size: 0.12rem;
  font-family: ArialMT;
  color: #909399;
  line-height: 0.14rem;
}

.footer > .footer_content > .footer_logo {
  width: 2.09rem;
  height: 0.4rem;
  cursor: pointer;
}

.footer > .footer_content > .nav_box > .title {
  display: block;
  font-size: 0.24rem;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #2c2e48;
  line-height: 0.4rem;
  margin-bottom: 0.26rem;
  cursor: default;
  height: 0.4rem;
  cursor: pointer;
}

.footer > .footer_content > .nav_box > .text {
  display: block;
  font-size: 0.14rem;
  font-family: ArialMT;
  color: #606266;
  line-height: 0.16rem;
  cursor: pointer;
  margin-bottom: 0.21rem;
}
.footer > .footer_content > .nav_box > .text:hover {
  color: #6a61ff;
}
.footer > .footer_content > .nav_box > .share_box {
  display: flex;
  align-items: center;
  width: 2.09rem;
  height: 0.4rem;
  margin-top: 1.78rem;
}
.footer_ic a {
  color: #909399;
}
.br {
  display: none;
}

.footer > .footer_content > .nav_box > .share_box > .icon_tw {
  background: url(../images/tw_icon.png) no-repeat;
}
.footer > .footer_content > .nav_box > .share_box > .icon_fk {
  background: url(../images/fk_icon.png) no-repeat;
}
.footer > .footer_content > .nav_box > .share_box > .icon_ld {
  background: url(../images/ld_icon.png) no-repeat;
}
.footer > .footer_content > .nav_box > .share_box > .icon_tw:hover {
  background: url(../images/tw_icon_active.png) no-repeat;
}
.footer > .footer_content > .nav_box > .share_box > .icon_fk:hover {
  background: url(../images/fk_icon_active.png) no-repeat;
}
.footer > .footer_content > .nav_box > .share_box > .icon_ld:hover {
  background: url(../images/ld_icon_active.png) no-repeat;
}
.footer > .footer_content > .nav_box > .share_box > .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  background-size: 100% 100%;
  cursor: pointer;
}

.footer > .footer_inc {
  height: 0.4rem;
  background: #f1f3fb;
}

@media only screen and (max-width: 700px) {
  .footer > .footer_content {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    padding: 0 40px;
  }
  .footer_logo {
    display: none;
  }
  .nav_box {
    width: 50%;
    margin-top: 60px;
  }

  .nav_box > .title {
    font-size: 14px;
  }
  .footer > .footer_content > .nav_box > .text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 23px;
  }

  .footer > .footer_content > .nav_box > .share_box {
    width: auto;
    height: auto;
    margin-bottom: 80px;
  }

  .footer > .footer_content > .nav_box > .share_box > .icon {
    width: 30px;
    height: 30px;
  }

  .footer > .footer_ic {
    height: auto;
    padding: 10px 0;
    padding-left: 40px;
    justify-content: flex-start;
  }

  .footer > .footer_ic > p {
    line-height: 20px;
  }

  .footer_ic a {
    color: #909399;
  }

  .br {
    display: block;
  }
}
