.footer-app {
  display: none;
}

.footer-pc {
  min-width: 1200px;
  padding-top: 50px;
  background: #333333;
}

.footer-pc .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer-pc .footer-main .item {
  display: flex;
  align-items: flex-start;
}

.footer-pc .footer-main .item-content .footer-item-title {
  white-space: nowrap;
  color: #ccc;
  font-weight: 500;
}

.footer-pc .footer-main .item-content .footer-item-menuItem {
  white-space: nowrap;
  color: #ccc;
  display: block;
}

.footer-pc .ewm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer-pc .ewm img {
  width: 6.2%;
  height: 6.2%;
  min-width: 90px;
  min-height: 90px;
  margin-right: 30px;
}

.footer-pc .ewm > img:last-of-type {
  margin-right: 0;
}

.footer-pc .footer-bottom {
  color: #ccc;
  text-align: center;
  border-top: 1px solid rgba(204, 204, 204, 0.1);
}

@media (min-width: 768px) and (max-width: 1920px) {
  .footer-icon {
    height: 18px;
    margin-right: 15px;
  }
  .footer-item-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .footer-item-menuItem {
    font-size: 14px;
    line-height: 2.5;
  }
  .footer-bottom {
    line-height: 4;
    font-size: 14px;
  }
}

@media (min-width: 1920px) and (max-width: 2650px) {
  .footer-icon {
    height: 20px;
    margin-right: 18px;
  }
  .footer-item-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .footer-item-menuItem {
    font-size: 16px;
    line-height: 2.5;
  }
  .footer-bottom {
    line-height: 4;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer-pc {
    display: none;
  }
  .footer-app {
    background-color: #F6F6F6;
    display: block;
  }
  .footer-app .bg1 {
    display: flex;
    justify-content: space-around;
    padding: 2rem 0;
  }
  .footer-app .relation {
    text-align: left;
    line-height: 1.75rem;
    padding: 1rem 0;
    font-size: 0.88rem;
    border-bottom: 0.06rem solid #cccccc;
  }
  .footer-app .relation p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-app .relation p img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer-app .relation.show p {
    color: #B21E28;
  }
  .footer-app .relation.show .unfold {
    transform: rotate(0);
  }
  .footer-app .relation .unfold {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
  }
  .footer-app .relation ul {
    display: none;
  }
  .footer-app .relation li {
    margin-top: 0.5rem;
    line-height: 1.5rem;
  }
  .footer-app .conter {
    text-align: center;
    margin: 0.5rem 1.5rem;
  }
  .footer-app .bg1 img {
    width: 6.25rem;
    height: 6.88rem;
  }
  .footer-app .tel {
    font-size: .875rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
  .footer-app .link {
    font-size: .875rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .footer-app .link a:not(:last-of-type) {
    margin-right: 1rem;
  }
  .footer-app .copyright {
    color: #666666;
    font-size: .875rem;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    padding-bottom: 1.5rem;
  }
}
