ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; /* 添加此行 */
  overflow: hidden; /* 禁止默认滚动条 */
  box-sizing: border-box; /* 防止内边距或边框影响宽度 */
}
.joys-website-footer-all{
  width: 100%;
  height: 404px;
  min-width: 1320px;
  padding:80px;
  box-sizing: border-box;
  background: #211A1B;
}

.joys-website-footer {
  max-width: 1320px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
 
}

.joys-website-footer-left {
  flex: 2;
}

.joys-website-footer-right {
  flex: 3;
  display: flex;
  justify-content: space-between;
}

.joys-website-footer-content > p > a {
  color: #cdcdcd;
  font-family: PingFang SC;
  font-weight: regular;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 16px;
  text-decoration: none;
}
.joys-website-footer-content > p > a:hover{
  color: #FF8A87;
  cursor: pointer;
}
.foot-title {
  color: #FBD784;
  font-family: PingFang SC;
  font-weight: regular;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 24px;
}

.company-name>a>img {
 width: 164px;
 height: 42px;
}
.company-QR{
  width: 100px;
  height: 100px;
  margin: 34px 0px 30px 0px;
}
.joys-website-company-code {
  font-family: SF UI Text;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;  
  color: rgba(255,255,255,0.5);

}
.joys-website-company-code>a:hover{
  color: #FF8A87;
  cursor: pointer;
}
.joys-website-company-code>a{
  text-decoration: none;
  color: rgba(255,255,255,0.5);
}
.joys-website-footer-app{
  display: none;
}
@media (min-width: 1080px) and (max-width: 1536px){
  .joys-website-footer-all{
    width: 100%;
    height: 404px;
    min-width: 1200px;
    margin:0 auto;
  }
  .joys-website-footer {
    max-width:1200px;
    display: flex;
    justify-content: space-between;
    background: #211A1B;
  }
 
}
@media (min-width:760px ) and (max-width: 1080px){
  .joys-website-footer-all{
    width: 100%;
    height: 404px;
    min-width: 1200px;
    margin:0 auto;
  }
  .joys-website-footer {
    max-width:1200px;
    display: flex;
    justify-content: space-between;
    background: #211A1B;
  }
 
  /* .joys-website-footer-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  
  .joys-website-footer-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
.joys-website-footer-left,.joys-website-footer-right{
    display: none;
  }
  .joys-website-footer-all{
    width: 100%;
    height: 404px;
    min-width: 100%;
    padding: 80px;
  }
  .joys-website-footer {
    min-width: 100%;
    height: 278px;
    background: #211A1B;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .joys-website-footer-app{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .company-QR{
    margin: 0px;
  }
  .joys-website-footer-app-text{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 266.667% */
    margin:10px 0px 16px 0px;
  }
  .joys-website-footer-app-ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
  }
  .joys-website-footer-app-ul > li{
    flex: 1;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 266.667% */
    position: relative;
  }
  .joys-website-footer-app-ul > li >a{
    color: #FFF;
    opacity: 0.75;
    font-family: "PingFang SC";
    font-size: 12px;
    text-decoration: none;
  }
  .joys-website-footer-app-ul > li >a:hover{
    color: #FF8A87;
    cursor: pointer;
  }
  .joys-website-footer-app-ul > li > a::after{
    content: ''; /* 设置伪元素内容 */
    position: absolute; /* 设置绝对定位 */
    right: 0; /* 将横杠放置在元素的右侧 */
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.25); /* 设置横杠颜色和透明度 */
  }
  .joys-website-footer-app-ul > li:last-child > a::after {
    display: none; /* 直接隐藏伪元素 */
  }
  .joys-website-company-code {
    color: #FFF;
    font-family: "SF UI Text";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* opacity: 0.5; */
    padding-top: 14px;
  }
}