@media screen and (min-width: 1030px) {
  footer {
    margin-top: 40px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-content {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-content .content-left {
    display: flex;
    align-items: center;
  }
  footer .footer-content .content-left .content-privacy {
    cursor: pointer;
  }
  footer .footer-content .content-left .content-privacy:hover {
    color: #0066ff;
    text-decoration: underline;
  }
  footer .footer-content .content-left .content-line {
    margin: 0 10px;
  }
  footer .footer-content .content-right {
    display: flex;
    align-items: center;
  }
  footer .footer-content .content-right .content-follow-us {
    margin-right: 20px;
  }
  footer .footer-content .content-right .content-image {
    display: flex;
    align-items: center;
  }
  footer .footer-content .content-right .content-image .content-item {
    display: block;
    margin: 0 5px;
    overflow: hidden;
    background-color: #000;
    border-radius: 50%;
  }
  footer .footer-content .content-right .content-image .content-item .item-img {
    width: 30px;
    height: 30px;
    transform: translateX(-80px);
    filter: drop-shadow(#fff 80px 0);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  footer .footer-content .text-style {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 600;
    color: #3D4A5C;
  }
}
@media screen and (max-width: 1030px) {
  footer {
    background: #F5F6F8;
    padding-bottom: 1rem;
    box-sizing: border-box;
  }
  footer .footer-content {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .footer-content .content-left {
    padding-top: 0.35rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
  }
  footer .footer-content .content-left .content-privacy {
    height: 0.3rem;
    display: block;
    text-align: center;
  }
  footer .footer-content .content-left .content-line {
    display: none;
  }
  footer .footer-content .content-left .content-release {
    height: 0.3rem;
    display: block;
    text-align: center;
  }
  footer .footer-content .content-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.22rem;
    border-bottom: 1px solid #CCD9E6;
  }
  footer .footer-content .content-right .content-follow-us {
    display: none;
  }
  footer .footer-content .content-right .content-image {
    display: flex;
    align-items: center;
  }
  footer .footer-content .content-right .content-image .content-item {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    overflow: hidden;
  }
  footer .footer-content .content-right .content-image .content-item .item-img {
    width: 0.8rem;
    height: 0.8rem;
    transform: translateX(-80px);
    filter: drop-shadow(#fff 80px 0);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  footer .footer-content .content-right .content-image .content-item:nth-child(1) {
    background-color: #3A579A;
  }
  footer .footer-content .content-right .content-image .content-item:nth-child(2) {
    background-color: #007BB6;
    margin: 0 0.5rem;
  }
  footer .footer-content .content-right .content-image .content-item:nth-child(3) {
    background-color: #00ABF0;
  }
  footer .footer-content .text-style {
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #040000;
  }
}
