.ohter_url{
    width: 85%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    border-top: 1px solid rgb(229, 227, 227);
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
    
}
.url {
    font-size: 17.78px;
    padding: 10px 5px 10px 5px;
    margin-left: 10px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Regular;
}
.url a {
    display: block;
}
.ohter_url_title{
    color: rgb(47,173,198);
    border-top: 2px solid rgb(47,173,198);
    padding: 10px 5px 15px 5px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 22.86px;
    font-family: PingFangSC-Medium;
}
.footer{
    height: 120px;
    background-color: rgb(47,173,198);
    color: white;
    text-align: center;
    position: relative;
    font-family: PingFangSC-Regular;
}
.footer-deatail{
    padding-top: 10px;
    background-color: rgb(47,173,198);
}
.footer-first{
    margin-top: 18px;
    margin-bottom: 18px;
}
.footer-first a{
    color: white;
}
.horizontal-line {
    width: 865px;
    position: relative;
    height: 1px;
    margin: auto;
  }
  .horizontal-line:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to left, rgb(255, 255, 255), transparent);
    left: 10%;
    right: 50%;
    height: 1px;
  }
  .horizontal-line:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, rgb(255, 255, 255), transparent);
    left: 50%;
    right: 10%;
    height: 1px;
  }
  .qrcode{
    position: absolute;
    right: 120px;
    top: 60px;
  }
  @media screen and (max-width:800px) {
    .horizontal-line {
        width: 100%;
        position: relative;
        height: 1px;
        margin: auto;
      }
     .footer-deatail{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        margin: auto;
     } 
     .qrcode{
        display: none;
     }
  }