a {
  text-decoration: none;
}
/* strong, strong span{
    font-weight: 800;
} */
@media screen and (min-width: 1024px) {
  .footcontent {
    width: 100%;
    height: 5.54rem;
    background-image: url('/img/publicc/bt.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .footcontent .top-content {
    width: 100%;
    height: 4.58rem;
    display: flex;
    justify-content: space-between;
    padding: 0 2.5rem;
    padding-top: 1.04rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  }
  .footcontent .top-content .top-content-left img {
    width: 3.61rem;
    height: 0.8rem;
    margin-left: -0.15rem;
  }
  .footcontent .top-content .top-content-left span {
    display: block;
    height: 0.17rem;
    font-size: 0.13rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.22rem;
    margin-top: 0.51rem;
  }
  .footcontent .top-content .top-content-left h1 {
    height: 0.27rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.01rem;
    margin-top: 0.07rem;
  }
  .footcontent .top-content .top-content-left p {
    height: 0.19rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.22rem;
    margin-top: 0.24rem;
  }
  .footcontent .top-content .top-content-right {
    width: 100%;
    margin-left: 3.82rem;
    margin-top: 0.06rem;
    display: flex;
    justify-content: space-between;
  }
  .footcontent .top-content .top-content-right .right-item span {
    width: 0.72rem;
    height: 0.24rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
  }
  .footcontent .top-content .top-content-right .right-item ul li a {
    width: 0.64rem;
    height: 0.21rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.22rem;
  }
  .footcontent .top-content .top-content-right .right-item ul li:hover a {
    color: #ffffff;
  }
  .footcontent .top-content .top-content-right .right-item ul li:not(:first-child) {
    margin-top: 0.28rem;
  }
  .footcontent .top-content .top-content-right .right-item ul li:first-child {
    margin-top: 0.38rem;
  }
  .footcontent .top-content .top-content-right .right-item:nth-child(2) {
    text-align: center;
  }
  .footcontent .bottom-content {
    height: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footcontent .bottom-content span {
    height: 0.19rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.22rem;
  }
  .footcontent .bottom-content span a {
    height: 0.19rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.22rem;
  }
  .footcontent .bottom-content span:nth-child(2) {
    margin-left: 0.4rem;
  }
  .footcontent-phone {
    display: none;
  }
}
/* -----media */
@media screen and (max-width: 1023px) {
  .footcontent {
    display: none;
  }
  .footcontent-phone {
    width: 100%;
    height: 2.8rem;
    background-image: url('/img/publicc/bt.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
    padding-bottom: 0.6rem;
    box-sizing: border-box;
  }
  .footcontent-phone .left {
    display: flex;
    flex-direction: column;
  }
  .footcontent-phone .left span {
    font-size: 0.2rem;
    font-weight: 400;
    color: #FEFEFE;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0.19rem;
    margin-left: 0;
  }
  .footcontent-phone .left span a {
    font-size: 0.2rem;
    font-weight: 400;
    color: #FEFEFE;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0.19rem;
    margin-left: 0;
  }
  .footcontent-phone .right {
    display: flex;
    flex-direction: column;
  }
  .footcontent-phone .right img {
    width: 1.13rem;
    height: 0.89rem;
    margin: auto;
    margin-bottom: 0.2rem;
  }
  .footcontent-phone .right span {
    font-weight: 600;
    font-size: 0.27rem;
    color: #fff;
    margin-bottom: 0.05rem;
  }
}
