@media (min-width:768px) {
  .footer {
    width: 100%;
    background: #D53939;
    border-radius: 30px 30px 0px 0px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 40px;
    box-sizing: border-box;
    padding: 0 200px 40px;
    min-width: 1440px;
  }

  .footer5 {
    color: #FFF;
  }

  .footer5-text1 {
    height: 33px;
    margin-top: 44px;
    font-size: 18px;
    font-weight: 600;
  }

  .footer5-item {
    display: flex;
    font-size: 14px;
    line-height: 30px;
  }

  .footer2 {}

  .footer2-text1 {
    height: 33px;
    width: 180px;
    margin-top: 44px;
  }

  .footer2-text2 {
    margin-top: 12px;
    width: 282px;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
  }

  .footer3 {
    box-sizing: border-box;
  }

  .footer3-text1 {
    height: 18px;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 44px;
  }

  .footer3-text2 {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 10px;
  }

  .footer3-code {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .footer3-code-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
  }

  .footer3-code-item img {
    width: 70px;
    height: 70px;
  }

  .footer3-code-item span {
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 8px;
  }

  .footer5-text2:hover {
    color: #FFDF6F;
    cursor: pointer;
    font-size: 14px;
  }

  .banquan {
    width: 100%;
    /* height: 50px; */
    background: #7d001a;
    border-radius: 0px 0px 0px 0px;
    /* opacity: 0.5; */
    /* position: absolute; */
    /* left: 0;
								right: 0;
								bottom: 0; */
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;

  }

  .banquan span {
    color: white;
    margin-right: 10px;
  }

  .banquan img {
    vertical-align: middle;
  }

  .banquan a {
    color: white;
    text-decoration: none;

  }

  .banquan a:hover {
    color: blue;
  }
}

@media (max-width: 767px) {

  .banquan {
    width: 100%;
    /* height: 50px; */
    background: #7d001a;
    border-radius: 0px 0px 0px 0px;
    /* opacity: 0.5; */
    /* position: absolute; */
    /* left: 0;
								right: 0;
								bottom: 0; */
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;

  }

  .banquan span {
    color: white;
    margin-right: 10px;
  }

  .banquan img {
    vertical-align: middle;
  }

  .banquan a {
    color: white;
    text-decoration: none;

  }

  .banquan a:hover {
    color: blue;
  }


  .footer {
    width: 100%;
    background: #D53939;
    border-radius: 30px 30px 0px 0px;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
    padding: 24px 16px 32px;
  }

  .footer .footer5:nth-of-type(n-1) {
    margin-right: 100px;
  }

  .footer5 {
    color: #FFF;
    margin-right: 10px;
  }

  .footer5-text1 {
    height: 33px;
    margin-top: 44px;
    font-size: 18px;
    font-weight: 600;
  }

  .footer5-item {
    display: flex;
    font-size: 14px;
    line-height: 30px;
  }

  .footer2 {}

  .footer2-text1 {
    height: 33px;
    width: 180px;
    margin-top: 44px;
  }

  .footer2-text2 {
    margin-top: 12px;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
  }

  .footer3 {
    box-sizing: border-box;
  }

  .footer3-text1 {
    height: 18px;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 44px;
  }

  .footer3-text2 {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 10px;
  }

  .footer3-code {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .footer3-code-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
  }

  .footer3-code-item img {
    width: 70px;
    height: 70px;
  }

  .footer3-code-item span {
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 8px;
  }

  .footer5-text2:hover {
    color: #FFDF6F;
    cursor: pointer;
    font-size: 14px;
  }
}