.footer-box{
  width: 100%;
  height: auto;
  padding: 76px 0;
  /* background: #2D2E33; */
  background: #001330;
}
.footer-box main{
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  color: #fff;
}
.footer-box main ul h2{
  font-size: 20px;
  margin-bottom: 18px;
}
.footer-box main ul li{
  color: #999999;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-box main ul li:hover a{
  color: #fff;
}

.footer-link-top{
  display: flex;
}
.footer-icon{
  width: 22px;
  margin-right: 16px;
  text-align: right;
}

.footer-link-top .footer-icon{
  padding-top: 8px;
}

.footer-contact p:first-child{
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.footer-contact p:last-child{
  font-size: 16px;
  color: #fff;
  background-color: #00B34A;
  display: inline;
  padding: 1px 6px;
  border-radius: 18px;
  border: 2px solid #fff;
}
.footer-link-bottom{
  margin-top: 14px;
  color: #999;
  display: flex;
}
.footer-link-bottom .footer-icon img{
  width: 22px;
}
.footer-address{
  width: 240px;
}

.gw-footer {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  background: #2D2E33;
  justify-content: center;
}

.footer-qrcode{
  /* border-left: 2px solid #20314A ; */
  /* padding-left: 80px; */
  height: 80%;
}
.footer-zx{
  width: 136px;
  height: 34px;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
  color: #001330;
  line-height: 34px;
  margin-bottom: 26px;
  cursor: pointer;
}
.footer-zx:active{
  opacity: .8;
}
.qrcode-box{
  /* display: flex; */
}
.qrcode-box li{
  margin-right: 16px;
  width: 80px;
}
.qrcode-box li img{
  width: 100%
}
.qrcode-box p{
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #C6CED7;
  margin-top: 14px;
  text-align: center;
}

.f-form-item {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 38px;
}

.f-form-item input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 20px;
  color: #fff;
}

.f-form-item input::-webkit-input-placeholder {
  color: #e0e0e0;
}

.f-form-item input:-moz-placeholder {
  /* FF 4-18 */
  color: #e0e0e0;
}

.f-form-item input::-moz-placeholder {
  /* FF 19+ */
  color: #e0e0e0;
}

.f-form-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e0e0e0;
}

.f-form-4 {
  background-color: #fff;
  color: #4680FD;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.htb-form {
  position: relative;
}

.tip-msg {
  font-size: 12px;
  color: red;
  position: absolute;
  left: 0;
  display: none;
  line-height: 0;
}

.modal-dialog{
  margin: 15% auto;
}
.modal-body {
  text-align: center;
  padding-top: 30px;
}
.modal-body .modal-body-icon{
  width: 50px;
}
.modal-body p:nth-child(2){
  font-size: 20px;
  color: #222;
  margin-top: 30px;
}
.modal-body p:nth-child(3){
  color: #2a72ff;
  margin-top: 10px;
}

.friend-link{
  display: none;
}



/* // 咨询 s */
.consults {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 666;
}

.consults li {
  width: 70px;
  height: 70px;
  padding-top: 14%;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #2F7CFF;
}

.consults li img {
  width: 28px;
  height: 28px;
  margin-bottom: 2px;

}

.consults li img.arrow {
  width: 22px;
  height: auto;
  margin-top: 26%;
}

.consults li:not(:first-child) {
  margin-top: 10px;
}

.consults li .fixbox {
  padding-right: 10px;
  position: absolute;
  right: 70px;
  top: 26%;
  display: none;
}

.consults li .fixbox.fixbox2 {
  top: 52%;
}

.consults li .fixbox div {
  width: 136px;
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.consults li .fixbox p {
  margin: 0;
}

.consults li .fixbox a {
  color: #000;
  display: block;
}

.consults li .fixbox div img {
  width: 100%;
  height: auto;
}

@media (min-width: 700px) {
  .phone {
    display: none;
  }

}

@media (max-width: 700px) {
  .footer-box {
    /* margin-bottom: 52px; */
    padding: 20px 0;
  }
  .footer-box main{
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .footer-link{
    margin-bottom: 20px;
  }
  .footer-qrcode{
    border: none;
    padding: 0;
  }
  .qrcode-box{
    margin-bottom: 0;
  }
  .qrcode-box li {
    width: 103px;
  }
  .qrcode-box li img{
    width: 100%
  }

  .fixcontainer {
    display: none;
  }

  .phone {
    display: block;
  }

  .consults {
    width: 100%;
    position: inherit;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0 !important;
    display: flex;
    z-index: 9898;
    margin-bottom: 0;
  }

  .consults li {
    width: 50%;
    height: 52px;
    padding: 0px;
    color: #333;
    border-radius: 0;
    text-align: center;
    background-color: #ffffff;
  }

  .consults #nb_icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .consults #nb_icon_wrap p {
    display: inline-block;
    height: 22px;
    margin: 0;
  }

  .consults li:not(:first-child) {
    margin: 0;
  }

  .consults .phone {
    color: #ffffff;
    line-height: 52px;
    background-color: #2F7CFF;
  }

  .consults li img {
    width: 22px;
    height: 22px;
    margin: 0;
    border: 0;
    vertical-align: middle;
  }

}