#footer {
  width: 100%;
  height: 375px;
  background: #101F2E; }
  #footer .box {
    padding-top: 50px;
    padding-bottom: 50px; }
    #footer .box .left {
      display: flex;
      height: 210px;
      flex: 1;
      justify-content: space-between; }
      #footer .box .left::after {
        content: "";
        width: 1px;
        height: 210px;
        background: #858E97; }
      #footer .box .left ul li {
        margin-bottom: 10px; }
        #footer .box .left ul li a {
          font-weight: 400;
          font-size: 14px;
          color: #FFFFFF;
          line-height: 21px;
          display: block; }
        #footer .box .left ul li:nth-child(1) {
          font-weight: bold;
          font-size: 20px;
          color: #FFFFFF;
          line-height: 30px;
          margin-bottom: 20px; }
    #footer .box .right {
      width: 514px;
      padding-left: 73px;
      justify-content: space-between; }
      #footer .box .right div p {
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 30px; }
      #footer .box .right div.lianxi p {
        margin-bottom: 22px; }
      #footer .box .right div.lianxi div {
        margin-bottom: 20px;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 21px;
        gap: 0 10px; }
      #footer .box .right div.guanzhu .qrocde {
        width: 110px;
        height: 110px;
        margin-top: 30px;
        background-color: #fff; }
      #footer .box .right div.guanzhu div {
        gap: 0 19px;
        margin-top: 20px; }
  #footer .banquan {
    width: 100%;
    height: 54px;
    border-top: 1px solid #858E97; }
    #footer .banquan div {
      font-weight: 400;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 21px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 40px;
      height: 100%; }

@media screen and (max-width: 960px) {
  #footer .box .left {
    display: none; }
  #footer .box .right {
    padding-left: 0;
    padding: 0 30px; } }

@media screen and (max-width: 768px) {
  #footer {
    height: 19.2rem; }
    #footer .box {
      padding-top: 2rem;
      padding-bottom: 0; }
      #footer .box .right {
        width: 100%;
        padding: 0 1rem;
        justify-content: flex-start;
        gap: 0 3rem; }
        #footer .box .right div p {
          display: none; }
        #footer .box .right div.lianxi div {
          font-size: 1.2rem;
          gap: 0 0.5rem;
          line-height: 1.8rem;
          margin-bottom: 1.6rem; }
          #footer .box .right div.lianxi div img {
            width: 1.6rem;
            height: 1.6rem; }
        #footer .box .right div.guanzhu .qrocde {
          width: 5.5rem;
          height: 5.5rem;
          margin-top: 0; }
        #footer .box .right div.guanzhu div {
          gap: 1rem; }
          #footer .box .right div.guanzhu div img {
            width: 1.5rem;
            height: 1.5rem; }
    #footer .banquan {
      width: 100%;
      border-top: 0 solid #000; }
      #footer .banquan div {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1rem;
        gap: 1rem 0; }
        #footer .banquan div p {
          font-weight: 400;
          font-size: 1rem;
          color: #FFFFFF;
          line-height: 1.5rem; } }
