html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
}

.main {
  margin: auto;
  max-width: 1372px; /* 使用max-width而非width */
  margin-bottom: 200px;
}

.header {
  position: relative;
  height: 148px;
}

.header .header_box {
  max-width: 1372px; /* 使用max-width而非width */
  height: 148px;
  line-height: 148px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Rubik One";
  margin: auto;
}

.header .header_box img {
  display: inline-block;
  padding-top: 5px;
  width: 30px;
  height: 30px;
}

.header .lang_box {
  color: #0e0f11;
  position: absolute;
  top: 50%;
  right: 10%;
  cursor: pointer;
  transition-duration: 0.22s;
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.6;
}

.lang_box.active,
.lang_box:hover {
  opacity: 1;
}

.lang_box:hover:after,
.lang_box:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

.lang_box:after,
.lang_box:before {
  zoom: 1;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.lang_box:before {
  content: "[";
  padding-right: 9px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.lang_box:after {
  content: "]";
  padding-left: 9px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.a_authLanguageButton {
  background-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 9999px;
  color: #333a3f;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: 10px;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-align: center;
  transition-duration: 0.22s;
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform,
    -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-transform,
    -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 62px;
  z-index: 3;
}

.a_authLanguageButton.select-active {
  background-color: hsla(0, 0%, 100%, 0.88);
  box-shadow: 0 4px 12px 0 hsla(208, 6%, 45%, 0.35);
}

.banner .banner_box {
  display: flex;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}

.banner img {
  /* width: 100%;
  height: 526px;
  overflow: hidden; */
  width: 100%; /* 使图片宽度适应容器宽度 */
  max-width: 100%; /* 防止图片宽度超过容器宽度 */
  height: auto; /* 保持图片的纵横比 */
}

.tabs {
  width: 100%; /* 使图片宽度适应容器宽度 */
  max-width: 100%; /* 防止图片宽度超过容器宽度 */
  padding-top: 90px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tabs .tabs_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tabs .tabs_item img {
  width: 80px;
  height: 80px;
}

.tabs .tabs_item span {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-top: 14px;
}
.recycle,
.achievements {
  margin-top: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.recycle img,
.achievements img {
  /* max-width: 100%; */
  height: auto;
  overflow: hidden;

  width: 100%;
  min-width: 600px; /* 设置图片的最小宽度，这里以600px为例，根据需要进行调整 */
}

.text-center {
  text-align: center;
}

.title {
  margin-top: 190px;
}

.main_title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
}

.main_title::after {
  content: "";
  display: inline-block;
  width: 248px;
  height: 10px;
  background: #ffa733;
  position: absolute;
  left: 50%;
  top: 165%;
  transform: translateX(-50%);
}

.sub_title {
  margin-top: 100px;
  font-weight: 500;
  line-height: 32px;
}

.list {
  margin-top: 138px;
  min-height: 500px;
}
.list_title {
  font-size: 26px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding-bottom: 40px;
}
.list_item {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  margin-bottom: 157px;

  justify-content: center; /* 或者使用其他适合的 justify-content 值来控制项目之间的对齐方式 */
}

.list_sub_item {
  width: 20%;
  text-align: center;
}
.list_sub_item img {
  width: 200px;
  height: 200px;
}
.list_sub_item .name {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #252a35;
  height: 36px;
  overflow: hidden;
}
.list_sub_item .desc {
  margin-top: 8px;
}

.list_sub_item .sub_desc {
  font-size: 14px;
  line-height: 16px;
  color: #252a35;
  opacity: 0.4;
}
.list_sub_item .price {
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #ff3205;
}
.button {
  margin: 50px auto;
  text-align: center;
  display: flex;
  width: 600px;
  height: 60px;
  padding: 14px 0px 13px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #252a35;
  color: #fff;
  border-radius: 31px;
  cursor: pointer;
}
.phone_model {
  margin-top: 68px;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
}
.phone_model_item {
  width: 38%;
  padding-bottom: 70px;
  margin: auto;
}
.phone_model_img {
  width: 500px;
  height: 260px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone_model_img img {
  width: 100%;
  height: 185px;
}
.phone_title {
  font-weight: 700;
  margin-top: 27px;
}

.phone_desc {
  width: 428px;
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #5c7787;
  line-height: 22px;
}
.footer {
  width: 100%;
  background: #141616;
  padding-bottom: 160px;
}
.footer_main {
  margin: auto;
  max-width: 1372px;
  height: 100%;
  padding-top: 133px;
}

.footer_main .footer_box {
  color: #fff;
  font-family: "Rubik One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_main .footer_box img {
  display: inline-block;
  padding-top: 5px;
  width: 30px;
  height: 30px;
}

.footer_main .content {
  margin-top: 70px;
  display: flex;
}

.footer_main .content .imgs {
  margin: 20px 14px 28px 0;
}
.footer_main .content .imgs img {
  width: 136px;
  height: 136px;
}

.footer_main_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footer_main .content .left {
  width: 45%;
}

.footer_main .content .right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.4;
}
.hr {
  display: inline-block;
  width: 1100px;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.franchising {
  margin-top: 60px;
}
.franchising p {
  color: #fff;
  font-family: Gilroy;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 215.385% */
  letter-spacing: 1px;
  opacity: 0.4;
}
.franchising .franchising_title {
  color: #fff;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1372px) {
  .header .header_box,
  .main,
  .footer_main {
    padding: 0 28px;
  }
  .footer_main {
    padding-top: 100px;
  }
  .phone_model_item {
    width: 55%;
  }
  .list_item {
    justify-content: flex-start;
  }
  .list_sub_item {
    width: 50%;
    margin-top: 30px;
  }
}

.achievements {
  cursor: default !important;
}
