#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
#fixed.on {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}
#fixed .son {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#fixed .son.on {
    display: none;
}
#fixed .son1 {
    width: 80%;
    max-width: 800px;
}
.base_footer {
  width: 100%;
  /*height: 790px;*/
  /*background: url("../image/base_footer.png");*/
  background-color: #000;
}.link {
    width: 1200px;
    margin: 40px auto 0;
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    opacity: 0.5;
}
.link a {
    margin: 0 5px;
}
.base_footer_1 {
  width: 100%;
  height: 250px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.base_footer_1_1 {
  width: 120px;
  height: 60px;
  background: url("../image/foot1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  /* margin: 40px 130px 45px; */
  text-align: center;
  color: #ffffff;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.base_footer_1_1 h2 {
  margin-top: 52px;
  font-size: 30px;
  font-weight: bold;
  font-family: HarmonyOS_bold;
}
.base_footer_1_1 p {
  font-size: 16px;
  font-weight: 400;
  /*margin-top: 30px; */
  opacity: 0.7;
}
.base_footer_2 {
  width: 1200px;
  margin: 0 auto 0;
  align-items: start !important;
}
.base_footer_2_1 {
  align-items: start !important;
  color: #ffffff;
  margin-top: 75px;
  gap: 125px;
}
.base_footer_2_2 {
  margin-top: 75px;
  margin-right: 20px;
  text-align: center;
  /*margin-left: 100px;*/
}
.base_footer_2 .image {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.base_footer_2 .image img {
  width: 90px;
  height: 90px;
  padding: 5px;
}
.base_footer_2 .image > div {
  position: relative;
}
.base_footer_2 .image .img {
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s;
  visibility: hidden;
}
.base_footer_2 .image > div:hover .img {
  opacity: 1;
  visibility: visible;
}
.base_footer_2 .image .icons {
  width: 30px;
  height: 30px;
}
.base_footer_2 img.ewm {
  height: 90px;
  width: 90px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
}
.base_footer_2 img.logo {
  width: auto;
  height: 50px;
}
.base_footer_2 .txt {
  /* margin-right: auto; */
  max-width: 300px;
}
.base_footer_2_1_1 {
  /*width: 100px;*/
  /*margin-right: 77px;*/
}
.base_footer_4 {
  margin-top: 40px;
  flex-grow: 1;
  gap: 40px;
}
.base_footer_2_1_1 h2 {
  font-size: 18px;
  font-family: HarmonyOS_bold;
  font-weight: bold;
  margin-bottom: 15px;
}
.base_footer_2_1_1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
}
.base_footer_2_2_1 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.base_footer_2_2_2 {
  font-size: 28px;
  font-weight: bold;
  font-family: HarmonyOS_bold;
  color: #ffffff;
  margin-top: 20px;
}
.base_footer_2_2_3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
  opacity: 0.5;
}
.base_footer_2_2_4 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  margin: 10px 0 0;
}
.base_footer_3 {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 40px;
}
.base_footer_3 p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  margin-right: 5px;
}
.base_footer_2_m {
  display: none;
}
.base_footer_2_3 {
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .base_footer {
    height: unset;
    background-repeat: repeat;
  }
  .base_footer_2 {
    display: none !important;
  }
  .base_footer_1 {
    height: unset;
    justify-content: space-around !important;
    border-bottom: unset;
  }
  .link,
  .base_footer_2 {
    width: 80%;
    margin: 0 auto;
  }
  .base_footer_1_1 {
    margin: 38px 0 33px;
    width: 92px;
    height: 98px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .base_footer_1_1 h2 {
    font-size: 17px;
    margin-top: 25px;
  }
  .base_footer_1_1 p {
    font-size: 12px;
  }
  .base_footer_2_m {
    display: block;
  }
  .base_footer_2_m .base_footer_2_2 {
    width: 320px;
    /* height: 160px; */
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid #303030;
    opacity: 1;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    /* padding-left: 15px; */
    padding-top: 20px;
  }
  .foot_logo {
    width: 85px;
    /* height: 17px; */
  }
  .base_footer_2_2 {
    margin-top: 20px;
  }
  .base_footer_2_2_1 {
    font-size: 12px;
    margin-top: 3px;
  }
  .base_footer_2_2_2 {
    font-size: 17px;
  }
  .base_footer_2_2_3 {
    font-size: 12px;
  }
  .base_footer_2_2 {
    text-align: left;
  }
  .foot_code {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 90px;
    height: 90px;
    padding: 5px;
    box-sizing: border-box;
  }
  .base_footer_2_2_4 {
    margin: 3px 0 0;
  }
  .base_footer_2_1 {
    flex-direction: column;
    gap: 0px;
  }
  .base_footer_2_1 {
    width: 90%;
    margin: 0 auto;
  }
  .base_footer_2_1_1 {
    width: 100%;
    margin-top: 10px;
  }
  .base_footer_2_1_1 h2 {
    margin-bottom: 0;
    border-bottom: 1px solid #303030;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
  }
  .base_footer_2_1_1 h2 img {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .base_footer_2_1_1 p {
    margin-left: 20px;
  }
  .base_footer_2_1_1 .content {
    display: none;
  }
  .base_footer_2_1_1 .active {
    display: block;
  }
  .base_footer_3 span {
    display: block;
  }
  .base_footer_3 {
    text-align: center;
    padding-bottom: 25px;
  }
}
