@charset "UTF-8";
/** 公共导航组件 */
@font-face {
  font-family: "youshebth_text";
  /* Project id 2814501 */
  src: url("../../iconfont/youshebth.ttf") format("truetype");
}
.footer {
  background: #060624;
}
.footer .center {
  width: 1400px;
  margin: auto;
  padding: 32px 0 0;
}
.footer .center .top {
  display: flex;
}
.footer .center .top .top-left {
  margin-right: 188px;
}
.footer .center .top .top-left .fotter-box {
  display: flex;
  align-items: center;
}
.footer .center .top .top-left .fotter-box .bottom-footer-logo {
  width: 128px;
  height: 35px;
}
.footer .center .top .top-left .fotter-box .bottom-footer-logo img {
  width: 100%;
  height: 100%;
}
.footer .center .top .top-left .fotter-box .ywyn {
  width: 134px;
  margin-left: 20px;
  margin-top: 3px;
}
.footer .center .top .top-left .p1 {
  display: block;
  width: 469px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin: 16px 0 12px;
  line-height: 22px;
  font-weight: 500;
}
.footer .center .top .top-left .svgs {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer .center .top .top-left .svgs svg:last-child {
  margin-left: 8px;
}
.footer .center .top .nav {
  flex-grow: 1;
  display: flex;
}
.footer .center .top .nav div {
  margin-right: 120px;
}
.footer .center .top .nav div p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}
.footer .center .top .nav div ul li {
  margin-bottom: 16px;
}
.footer .center .top .nav div ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 24px;
  font-weight: 400;
}
.footer .center .top .nav div ul li:last-child {
  margin-bottom: 0;
}
.footer .center .top .nav div:last-child {
  margin-right: 0;
}
.footer .center .top .code h4 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.footer .center .top .code .qr-code {
  width: 133px;
  background: #fff;
  box-sizing: border-box;
  padding: 8px;
  margin-top: 16px;
  border-radius: 4px;
}
.footer .center .top .code .qr-code img {
  width: 117px;
  height: 117px;
  margin-bottom: 8px;
}
.footer .center .top .code .qr-code p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #16172F;
  text-align: center;
}
.footer .center .top .m, .footer .center .top .ipad {
  display: none;
}
.footer .center .bottom {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .center .bottom .bottom-one {
  display: flex;
}
.footer .center .bottom .bottom-one .p1 {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.35);
}
.footer .center .bottom .bottom-one .p2 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 48px;
  line-height: 20px;
}
.footer .center .bottom .bottom-one .p2 a {
  color: rgba(255, 255, 255, 0.35);
  margin-right: 10px;
}
.footer .center .bottom .bottom-tow {
  display: flex;
  margin-top: 8px;
}
.footer .center .bottom .bottom-tow p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.35);
  margin-right: 17px;
}

@media (max-width: 1460px) {
  .footer .center {
    width: auto;
    margin: 0 30px;
  }
}
@media (max-width: 1280px) {
  .footer .center {
    padding: 3.2rem 0 0;
    margin: 0 4.2rem;
  }
  .footer .center .top {
    margin-bottom: 12rem;
  }
  .footer .center .top .top-left {
    margin-right: 12rem;
  }
  .footer .center .top .top-left .fotter-box {
    display: block;
  }
  .footer .center .top .top-left .fotter-box .bottom-footer-logo {
    width: 18.2rem;
    height: auto;
  }
  .footer .center .top .top-left .fotter-box .bottom-footer-logo img {
    width: 18.2rem;
    height: auto;
  }
  .footer .center .top .top-left .fotter-box .ywyn {
    width: 13.4rem;
    margin-top: 1.2rem;
    margin-left: 0;
  }
  .footer .center .top .top-left .p1 {
    display: none;
  }
  .footer .center .top .top-left .svgs {
    display: none;
  }
  .footer .center .top .nav {
    margin-top: 0;
  }
  .footer .center .top .nav div {
    margin-right: 12rem;
  }
  .footer .center .top .nav div p {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .footer .center .top .nav div ul li {
    margin-bottom: 1.6rem;
  }
  .footer .center .top .nav div ul li a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .footer .center .top .code {
    display: none;
  }
  .footer .center .top .ipad {
    display: block;
    font-size: 3.2rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: 400;
    margin-top: 3.2rem;
    font-family: "youshebth_text" !important;
  }
  .footer .center .bottom {
    padding: 2.4rem 0 2.8rem;
  }
  .footer .center .bottom .bottom-one .p1 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .footer .center .bottom .bottom-one .p2 {
    display: none;
  }
  .footer .center .bottom .bottom-tow {
    margin-top: 0.8rem;
  }
  .footer .center .bottom .bottom-tow p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-right: 0.7rem;
  }
  .footer .center .bottom .bottom-tow p:after {
    content: '|';
    margin-left: 0.7rem;
  }
  .footer .center .bottom .bottom-tow p:last-child:after {
    display: none;
  }
}
@media (max-width: 750px) {
  .footer .center {
    padding: 0;
    margin: 0;
  }
  .footer .center .top {
    margin-bottom: 0;
    flex-direction: column;
  }
  .footer .center .top .top-left {
    display: none;
  }
  .footer .center .top .nav {
    margin: 0 4.8rem;
    display: block;
  }
  .footer .center .top .nav div {
    margin-right: 0;
    border-bottom: 1px solid #222238;
  }
  .footer .center .top .nav div p {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 0;
    padding: 2.4rem 0;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .footer .center .top .nav div p span {
    flex: 1;
  }
  .footer .center .top .nav div p:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../../images/Union.svg);
    background-size: 100% 100%;
    transform: rotate(180deg);
  }
  .footer .center .top .nav div ul {
    display: none;
  }
  .footer .center .top .nav div ul li {
    margin-bottom: 0;
  }
  .footer .center .top .nav div ul li a {
    display: block;
    padding: 2.4rem 0;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  .footer .center .top .nav div:first-child {
    border-top: 1px solid #222238;
  }
  .footer .center .top .nav div.open p:after {
    transform: rotate(0deg);
  }
  .footer .center .top .nav div.open ul {
    display: block;
  }
  .footer .center .top .ipad {
    display: none;
  }
  .footer .center .top .m {
    display: block;
    margin: 4.8rem 0;
  }
  .footer .center .top .m .bottom-footer-logo {
    width: 36.4rem;
    height: 11.2rem;
    display: block;
    margin: auto;
  }
  .footer .center .top .m .bottom-footer-logo img {
    width: 100%;
    height: 100%;
  }
  .footer .center .top .m .ywyn {
    width: 26.8rem;
    height: 4.8rem;
    display: block;
    margin: 2.4rem auto 0;
  }
  .footer .center .top .m p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 4rem;
    font-weight: 400;
    text-align: center;
    margin-top: 3.2rem;
  }
  .footer .center .top .m a {
    display: block;
    width: 65.4rem;
    height: 9.6rem;
    background: #427EF7;
    margin-top: 3.2rem;
    margin: 3.2rem auto 0;
    border-radius: 9.6rem;
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    line-height: 9.6rem;
    color: #fff;
  }
  .footer .center .bottom {
    padding: 2.4rem 0 2.8rem;
    margin: 0 2.4rem;
  }
  .footer .center .bottom .bottom-one {
    display: none;
  }
  .footer .center .bottom .bottom-tow {
    margin-top: 0.8rem;
    display: block;
  }
  .footer .center .bottom .bottom-tow p {
    font-size: 2.4rem;
    line-height: 4rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .footer .center .bottom .bottom-tow p:after {
    display: none;
  }
}
