@media screen and (min-width: 1024px) {
  .same-bottom-phone {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .same-bottom-phone {
    display: block;
    width: 100%;
    height: 4.24rem;
    background: #3A3E4F;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
  }
  .same-bottom-phone .phone-bottom-contact {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.48rem;
    box-sizing: border-box;
    display: flex;
  }
  .same-bottom-phone .phone-bottom-contact .wx {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .same-bottom-phone .phone-bottom-contact .wx img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .same-bottom-phone .phone-bottom-contact .wx span {
    font-size: 0.22rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 0.22rem;
    margin-top: 0.16rem;
  }
  .same-bottom-phone .phone-bottom-contact .weibo {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .same-bottom-phone .phone-bottom-contact .weibo img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .same-bottom-phone .phone-bottom-contact .weibo span {
    font-size: 0.22rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 0.22rem;
    margin-top: 0.16rem;
  }
  .same-bottom-phone .bottom-phone-about {
    width: 100%;
    padding-left: 0.7rem;
    padding-right: 0.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
  }
  .same-bottom-phone .bottom-phone-about a {
    opacity: 0.7;
    font-size: 0.22rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 0.22rem;
  }
  .same-bottom-phone .bottom-phone-border {
    width: 7.5rem;
    height: 0.01rem;
    background: #707070;
    margin-top: 0.15rem;
  }
  .same-bottom-phone .phone-bottom-address {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.16rem;
  }
  .same-bottom-phone .phone-bottom-address span {
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
  }
  .same-bottom-phone .phone-bottom-address span:not(:first-child) {
    margin-top: 0.08rem;
  }
}
