.footer {
  background-color: #F9F9F9;
}
.footer .titles {
  font-size: 28px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.footer .business_partner {
  padding-top: 90px;
  margin-bottom: 75px;
}
.footer .business_partner_LOGO {
  display: flex;
  width: 700px;
  height: 130px;
  margin: 0 auto;
  padding: 0 5%;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.footer .business_partner_LOGO .partnerBox {
    width: 33.3%;
  background-color: #fff;
  padding: 1vw;
}
.footer .business_partner_LOGO .partnerBox.tmWap {
  display: none;
}
/*.footer .business_partner_LOGO .jd {*/
/*  width: 86px;*/
/*}*/
/*.footer .business_partner_LOGO .tmall {*/
/*  width: 79px;*/
/*}*/
/*.footer .business_partner_LOGO .douy {*/
/*  width: 125px;*/
/*}*/
.footer .douyQr {
  display: none;
  position: absolute;
  top: calc(100% - 30px);
  right: 4.5%;
  width: 230px;
}
.footer .douyQr img {
  width: 100%;
}
.footer .footer_partner {
  background-color: #fff;
}
.footer .footer_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 175px 60px 135px;
  background-color: #fff;
}
.footer .footer_box .footer_box_logo {
  width: 15%;
  min-width: 260px;
  padding-left: 35px;
  padding-top: 10px;
}
.footer .footer_box .footer_box_logo img {
  width: 120px;
  margin-bottom: 40px;
}
.footer .footer_box .footer_box_logo .phone {
  font-family: "LIFEN";
  font-size: 22px;
}
.footer .footer_box .footer_box_list {
  display: flex;
  width: 62%;
  justify-content: space-between;
}
.footer .footer_box .footer_box_list .order .order_title {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 17px;
}
.footer .footer_box .footer_box_list .order .order_joinTitle {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 17px;
}
.footer .footer_box .footer_box_list .order:last-of-type {
  width: 30%;
}
.footer .footer_box .footer_box_list .order ul li {
  font-size: 18px;
  line-height: 25px;
}
.footer .footer_box .footer_box_list .order ul li a {
  display: block;
  padding: 10px 0;
}
.footer .footer_box .footer_box_list .order ul .order_join {
  max-width: 313px;
  border-bottom: 1px solid #605F60;
  color: #686868;
}
.footer .footer_box .footer_box_list .order ul .order_join input {
  width: 100%;
  background-color: #F9F9F9;
  border: none;
  font-family: "BookAntiqua";
  font-size: 16px;
  padding-left: 5px;
}
.footer .footer_box .footer_box_list .order .order_joinBot {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 44px;
  text-align: center;
  font-family: "BookAntiqua";
  font-size: 14px;
  color: #fff;
  margin-top: 28px;
  border: 1px solid #414042;
  background-color: #414042;
  transition: background-color 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  padding: 0 !important;
  cursor: pointer;
}
.footer .footer_box .footer_box_list .order .order_joinBot:hover {
  color: #414042;
  background-color: #fff;
}
.footer .footer_box .footer_box_list .order .massageBox {
  padding: 0;
}
.footer .footer_box .footer_box_list .order .mess_form .in2 {
  display: none;
}
.footer .footer_box .footer_box_list .order .mess_form .in1 {
  display: none;
}
.footer .footer_box .footer_box_list .order .mess_form .in1.email {
  display: block;
  width: 100% !important;
  height: 45px;
  max-width: 313px;
  border-bottom: 1px solid #605F60;
}
.footer .footer_box .footer_box_list .order .mess_form .in1.email .email2 {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  border: none;
  font-family: "BookAntiqua";
  font-size: 16px;
  padding-left: 5px;
}
.footer .footer_box .footer_box_list .order .mess_form .in1.email::before {
  display: none;
}
.footer .tail {
  height: 38px;
  color: #fff;
  font-family: "BookAntiqua";
  font-size: 12px;
  background-color: #6F7F6F;
  text-align: center;
  line-height: 38px;
}
.services {
    position: fixed;
    top: 60%;
    right: 10px;
}
@media screen and (max-width: 1060px) {
  .footer .titles {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .footer .business_partner_LOGO {
    width: calc(500px + 10%);
  }
  .footer .footer_box {
    padding: 110px 60px 110px;
  }
  .footer .footer_box .footer_box_logo {
    min-width: 200px;
    padding-left: 10px;
  }
  .footer .footer_box .footer_box_logo img {
    margin-bottom: 20px;
  }
  .footer .footer_box .footer_box_logo .phone {
    font-size: 18px;
  }
  .footer .footer_box .footer_box_list .order .order_title {
    line-height: 23px;
    margin-bottom: 13px;
  }
  .footer .footer_box .footer_box_list .order ul li {
    font-size: 17px;
  }
  .footer .footer_box .footer_box_list .order ul li a {
    padding: 5px 0;
  }
}
@media screen and (max-width: 730px) {
  .footer .titles {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .footer .business_partner {
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .footer .titles {
    margin-bottom: 30px;
  }
  .footer .footer_box {
    display: block;
    padding: 60px 30px 60px;
  }
  .footer .footer_box .footer_box_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .footer_box .footer_box_list {
    width: 100%;
  }
  .footer .footer_box .footer_box_list .order .order_title {
    margin-bottom: 5px;
  }
  .footer .footer_box .footer_box_list .order ul li {
    font-size: 15px;
  }
  .footer .footer_box .footer_box_list .order ul li a {
    padding: 3px 0;
  }
  .footer .footer_box .footer_box_list .order ul .order_join a {
    font-size: 14px;
  }
  .footer .footer_box .footer_box_list .order .order_joinBot {
    height: 39px;
    font-size: 13px;
    margin-top: 0 ;
  }
  .footer .business_partner_LOGO {
    width: calc(300px + 19.8%);
  }
  .footer .business_partner_LOGO .partnerBox.tmWap {
    display: block;
  }
  .footer .business_partner_LOGO .partnerBox.tmPc {
    display: none;
  }
  /*.footer .business_partner_LOGO .jd {*/
  /*  width: 57.3px;*/
  /*}*/
  /*.footer .business_partner_LOGO .tmall {*/
  /*  width: 52.6px;*/
  /*}*/
  /*.footer .business_partner_LOGO .douy {*/
  /*  width: 83.3px;*/
  /*}*/
  .footer .douyQr {
    top: calc(100% - 40px);
    right: 2.5%;
    width: 153.3px;
  }
  .footer .douyQr img {
    width: 100%;
    height: 100%;
  }
  .services {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .footer .business_partner_LOGO {
    width: calc(250px + 19.8%);
  }
  /*.footer .business_partner_LOGO .jd {*/
  /*  width: 45.6px;*/
  /*}*/
  /*.footer .business_partner_LOGO .tmall {*/
  /*  width: 42.1px;*/
  /*}*/
  /*.footer .business_partner_LOGO .douy {*/
  /*  width: 66.2px;*/
  /*}*/
}
