html,
body {
  position: relative;
  /* height: 100%; */
  font-family: "Source Han Sans CN";

}

.colorb {
  color: #000000;
}

p {
  margin: 0;
}

.product_out .goods_last .top_div table {
  width: 100% !important;
}

/* 移入元素字体颜色变为位红色 */
.redColor:hover {
  color: red;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url(../font/DINCond-Regular.otf);
}

body {
  background-color: #FFFFFF;
  font-size: 16px;
  /* line-height: 30px; */
  color: #000;
  margin: 0;
  padding: 0;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

.wow {
  visibility: hidden;
  /* 必需！ */
}

.animate__animated {
  visibility: visible;
  /* 动画触发时显示 */
}

body::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #385acd;

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}


img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  display: block;

}

.top {
  width: 100%;
  height: 0.9rem;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.5s all;
  background-color: rgba(255, 255, 255, 0);
  /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04); */
}

.top .wrapper .right .max_right {
  display: flex;
  align-items: center;
}

.top .wrapper .shop_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.68rem;
  height: 0.32rem;
  background: #D30101;
  border-radius: 0.16rem;
  color: white;
  font-size: 0.16rem;
}

.top .wrapper .shop_icon img {
  width: 0.2rem;
  height: 0.2rem;
}

.top .wrapper {
  width: calc(100% - 0.45rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.45rem;
}

.top .wrapper .logo {
  width: auto;
  height: 0.5rem;
  display: block;
  transition: 0.4s all;
}


.top .wrapper .right {
  display: flex;
  align-items: center;
  height: 100%;
}

.top .wrapper .right .search {
  display: none;
  align-items: center;
  width: 1.08rem;
  height: 100%;
  justify-content: center;
  background-color: #efefef;
}

.top .wrapper .right .search:nth-child(3) {
  background-color: #a0733e;
}

.top .wrapper .right .search .line {
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  opacity: 0.2;
  transition: 0.4s all;
}

.top .wrapper .right .search img {
  width: 22px;
  height: 22px;
  transition: 0.4s all;
}

.top .wrapper .nav {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.4s all;
}

.top .wrapper .nav .nav-item {
  font-size: 0.16rem;
  color: black;
  margin-right: 0.7rem;
}

.oneLogo {
  background: white;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.oneLogo .wrapper .nav .nav-item {
  color: #000000;
}

.top .wrapper .nav .active {
  color: #E62129;
}

.top .wrapper .nav .activeNow {
  color: #E62129;
}

/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: white;
  z-index: 999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
}

.hideNav {
  height: 0;
}

.gxHead {
  display: none;
  width: 100%;
  background-color: white;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.gxHead .logo {
  margin: 15px;
  width: 40%;
}

.gxHead .logo img {
  width: 100%;
  height: auto;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;
  background: linear-gradient(135deg, #e6212a, #ec8585) center center no-repeat;
}

.menu_btn span {
  top: 35px;
  left: 22px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


.index-container {
  overflow: hidden;
}

.index-container .section1 {
  height: 9.11rem;
  position: relative;
}

.index-container .section1 .swiper-container {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  overflow: hidden;
}

.index-container .section1 .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.index-container .section1 .swiper-slide img,
.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index-container .section1 .slogn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.index-container .section1 .slogn h1 {
  font-size: 48px;
  margin-bottom: 16px;
}

.index-container .section1 .slogn h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.index-container .section1 .slogn p {
  font-size: 16px;
  letter-spacing: 2px;
}

/* 右下角自定义控件 */
.index-container .section1 .custom-controls {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  /* background: rgba(0,0,0,0.4); */
  /* backdrop-filter: blur(5px); */
  border-radius: 4px;
  color: #fff;
  z-index: 10;
}

.index-container .section1 .control-btn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
}

.index-container .section1 .control-btn:hover {
  opacity: 0.7;
}

.index-container .section1 .page-indicator {
  display: flex;
  gap: 6px;
  font-size: 14px;
}

.index-container .section1 .page-item {
  opacity: 0.6;
}

.index-container .section1 .page-item.active {
  opacity: 1;
  font-weight: bold;
}

.index-container .section1 .progress-container {
  width: 120px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
}

.index-container .section1 .progress-bar {
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width 0.1s linear;
}

.index-container .section1 .gdsy {
  position: absolute;
  right: calc(50% - 15px);
  bottom: 30px;
  z-index: 10;
}

.index-container .section1 .gdsy img {
  width: 30px;
  height: 30px;
}


.index-container .swiper-container {
  width: 100%;
  height: 100%;
  /* margin-top:0.9rem; */
}


.exhibition {
  width: 100%;
  position: relative;
  background-color: white;
}

.marginTop {
  margin-top: 100px;
}

.exhibition .title {
  /* width: 2.8rem; */
  height: 1.36rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.29rem;
  padding-right: 0.29rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 2.3rem;
  background: #E62129;
}

.exhibition .title .en-title {
  font-family: Source Han Sans CN;
  font-size: 0.36rem;
  font-weight: bold;
  color: #ffffff;
}

.exhibition .title .cn-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ffffff;
}

.exhibition-nav {
  margin-left: 3rem;
  width: calc(100% - 3rem);
  height: 0.54rem;
  /* background-color: #F6F6F6; */
  box-sizing: border-box;
  padding: 0 2.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marl {
  width: 100%;
  margin-left: 0;
  padding: 0 2.3rem;
  box-sizing: border-box;
}

.exhibition-nav .right_nav {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}

.exhibition-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  /* width: 16rem; */
  height: 100%;
}

.exhibition-nav ul li {
  /* width: 1.5rem; */
  padding: 0 20px;
  text-align: center;
  line-height: 0.54rem;
  color: #333333;
  font-size: 0.16rem;
  /* border: 1px solid rgba(255, 255, 255, .2); */
}

a:hover {
  color: #E62129;
  /* transform: scale(1.1); */
  font-size: 0.2rem;
}

.exhibition-nav ul .active {
  color: #E62129;
}

.exhibition .tgfw {
  display: flex;
  padding: 0.9rem 0;
  box-sizing: border-box;
}

.exhibition .tgfw .left_div {
  position: relative;
}

.exhibition .tgfw .left_div .one {
  width: 9.6rem;
  height: 6.8rem;
}

.exhibition .tgfw .left_div .two {
  width: 2.44rem;
  height: 1.18rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.exhibition .tgfw .right_div {
  padding: 0.72rem;
  box-sizing: border-box;
  position: relative;
}

.exhibition .tgfw .right_div .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
}

.exhibition .tgfw .right_div .remark {
  margin-top: 0.3rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}

.exhibition .tgfw .right_div img {
  width: 4.47rem;
  height: 1.04rem;
  position: absolute;
  bottom: 0.4rem;
  right: 1.4rem;
}


.exhibition .jishuzl {
  padding: 0.8rem 1.6rem;
  box-sizing: border-box;
}

.exhibition .jishuzl .js_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
}

.exhibition .jishuzl .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.55rem;
}

.exhibition .jishuzl .card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 16px;
  max-width: 7.4rem;
}

.exhibition .jishuzl .card-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #EEEEEE;
  margin-right: 16px;
}

.exhibition .jishuzl .card:hover .card-left {
  background-color: #F69A23;
}

.exhibition .jishuzl .card-number {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.exhibition .jishuzl .card-date {
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
}

.exhibition .jishuzl .card:hover .card-date {
  color: white;
}

.exhibition .jishuzl .card:hover .card-number {
  color: white;
}

.exhibition .jishuzl .card-right {
  flex: 1;
}

.exhibition .jishuzl .card-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}

.exhibition .jishuzl .card:hover .card-title {
  color: white;
}

.exhibition .jishuzl .card-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

.exhibition .jishuzl .card:hover .card-desc {
  color: white;
}

.exhibition .jishuzl .card:hover {
  color: white;
  background: linear-gradient(180deg, #65AF11, #315EB4);
}

.exhibition .downloadfile {
  background-color: #F7F7F7;
}

.exhibition .downloadfile .file_list .item {
  padding: 0 0.4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  background: white;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  margin-bottom: 2px;
}

.exhibition .downloadfile .file_list .item:hover {
  background: linear-gradient(180deg, #65AF11, #315EB4);
  color: white;
}

.exhibition .downloadfile .file_list .item .yuandian {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #C6C6C6;
  border-radius: 50%;
}

.exhibition .downloadfile .file_list .item .right_down {
  display: flex;
  align-items: center;
}

.exhibition .downloadfile .file_list .item .right_down img {
  width: 0.28rem;
  height: 0.28rem;
}

.exhibition .downloadfile .file_list .item .right_down a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}

.exhibition .downloadfile .file_list .item .right_down a:hover {
  color: white;
}

.banner {
  width: 100%;
  background-image: url(../images/banner1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 6.8rem;
}



.swiper-container .swiper-pagination {
  width: auto;
  right: 0.8rem;
  bottom: 0.6rem;
  left: unset;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.04rem;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  border-radius: 0px;

}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a0733e;
  opacity: 1;
  height: 0.08rem;
}

.section2 {
  height: 8.4rem;
  margin-top: 0.31rem;
}

.section2 .wrapper {
  height: 8.4rem;
  padding: 1.4rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  background: url('../images/about_index_bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}

.section2 .wrapper .right_div {
  padding: 0.6rem 0 0 0;
}

.section2 .wrapper .right_div img {
  width: 7.7rem;
  height: 5.8rem;
}

.wrapper .left_div .kj_title {
  display: flex;
  align-items: center;
}

.wrapper .left_div .kj_title span {
  display: inline-block;
  width: 0.8rem;
  height: 0.04rem;
  background: linear-gradient(180deg, #65AF11, #315EB4);
}

.wrapper .left_div .kj_title p {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.5rem;
  background: linear-gradient(180deg, #65AF11 0%, #315EB4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.23rem;
}

.wrapper .left_div .aboutUs {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.48rem;
  color: #DBDBDB;
  text-shadow: 0px 0.06rem 0.1rem rgba(0, 0, 0, 0.12);
  font-style: italic;
}


.section2 .wrapper .left_div .jkgm {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;

}

.section2 .wrapper .left_div .jkgm .cn {
  font-size: 0.4rem;
  margin-top: 1.46rem;
  margin-bottom: 0.42rem;
}

.section2 .wrapper .left_div .jkgm .en {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.4rem;
}

.section2 .wrapper .left_div .data_div {
  display: flex;
  gap: 0.9rem;
}

.section2 .wrapper .left_div .data_div .item {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #E4E4E4;
}

.section2 .wrapper .left_div .data_div .number_j {
  display: flex;
  align-items: flex-end;

}

.section2 .wrapper .left_div .data_div .number_j p:nth-of-type(1) {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.6rem;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(210, 210, 210, 0.53);
}

.section2 .wrapper .left_div .data_div .number_j p:nth-of-type(2) {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.5rem;
}

.section2 .wrapper .left_div .data_div .remark {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}


.lj_more {
  width: 1.6rem;
  height: 0.5rem;
  background: #FF2322;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  margin-top: 1.11rem;
  color: white;
}

.lj_more img {
  width: 0.24rem;
  height: 0.24rem;
}

.lj_more span:hover {
  color: rgb(54, 200, 226);
  /* 移入后变为红色（可替换） */
}

.lj_more .left_icon {
  width: 0.9rem;
  height: 0.9rem;
  background: #F69A23;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lj_more .left_icon img {
  width: 0.12rem;
  height: 0.12rem;
}

.section3 .wrapper {
  padding: 0.71rem 0rem 0.7rem 0rem;
  box-sizing: border-box;
}

.section3 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section3 .wrapper .kj_title {
  display: flex;
  align-items: center;
}

.section3 .wrapper .kj_title span {
  display: inline-block;
  width: 0.24rem;
  height: 2px;
  background: #FF2322;
}

.section3 .wrapper .kj_title p {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.36rem;
  color: #111111;
  margin: 0 0.21rem;
}

.section3 .wrapper .aboutUs {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}

.section3 .wrapper .type_div {
  display: flex;
  margin-top: 0.51rem;
  margin-bottom: 0.75rem;
  gap: 0.2rem;
}

.section3 .wrapper .type_div .left_img img {
  width: 7.2rem;
  height: 5.7rem;
}

.section3 .wrapper .type_div .right_img {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.section3 .wrapper .type_div .right_img .top_img {
  display: flex;
  gap: 0.2rem;
}

.section3 .wrapper .type_div .right_img .top_img img {
  width: 3.5rem;
  height: 2.5rem;
}

.section3 .wrapper .type_div .right_img .bot_img {
  width: 7.2rem;
  height: 3rem;
}

.section3 .wrapper .type_div img:hover {
  transform: scale(1.05);
}

.section3 .wrapper .news {
  padding: 0 2.3rem;
  box-sizing: border-box;
  display: flex;
  gap: 0.55rem;
  margin-top: 0.58rem;
}

.section3 .wrapper .news .item {
  height: 6rem;
}

.section3 .wrapper .news .item .cover {
  width: 4.5rem;
  height: 3.11rem;
}

.section3 .wrapper .news .item .content {
  height: 2.89rem;
}

.section3 .wrapper .news .item .desc {
  height: 0.6rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.section3 .wrapper .news .item .more .left_div span {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.16rem;
  color: #000000;
}

.section3 .wrapper .news .item .content .title {
  height: 0.6rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.section3 .wrapper .news .item .more {
  border: none;
}
.section3 .wrapper .news .item:hover .content .title{
  color: #FF2322;
}

.section3 .wrapper .center_div {
  padding: 0.4rem 0 0 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.section3 .wrapper .center_div .img_div {
  width: 5.88rem;
  height: 5.88rem;
  border-radius: 50%;
  border: 4px solid transparent;
  background:
    linear-gradient(180deg, #46806F, #4F8D56) border-box;
  /* 边框渐变 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #333;
}

.section3 .wrapper .center_div img {
  width: 5.58rem;
  height: 5.58rem;
  border-radius: 50%;
}

.section3 .wrapper .right_div {
  flex: 1;
  padding: 1.6rem 0.5rem 0 0.7rem;
  box-sizing: border-box;
}

.section3 .wrapper .right_div .toptab .title {
  display: flex;
  color: white;
}

.section3 .wrapper .right_div .toptab .title .one {
  font-size: 0.36rem;
}

.section3 .wrapper .right_div .toptab .title .two {
  font-size: 0.14rem;
  line-height: 0.68rem;
}

.section3 .wrapper .right_div .toptab .line {
  width: 4.16rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.section3 .wrapper .right_div .toptab .line_active {
  width: 1.2rem;
  height: 1px;
  background: #FFFFFF;
}

.section3 .wrapper .right_div .type_title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.28rem;
  color: #FFFFFF;
}

.section3 .wrapper .right_div .type_title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.28rem;
  color: #FFFFFF;
  margin: 0.34rem 0;
}

.section3 .wrapper .right_div .type_remark {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
}

@keyframes icon-rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.section4 {
  width: 100%;
  max-height: 100vh;
  background-image: url(../images/gcal_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section4 .wrapper {
  padding: 0.82rem 1.6rem 0.59rem 1.6rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section4 .left_div {
  width: 100%;
  position: relative;
}

.section4 .msg_div {
  margin-top: 0.38rem;
  width: 14.6rem;
  /* height: 7.1rem; */
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 0.47rem 0.34rem 0.31rem 0.34rem;
  box-sizing: border-box;
}

.section4 .msg_div .msg_div_content {
  display: flex;
}

.section4 .msg_div .look_more {
  width: 100%;
  height: 0.8rem;
  background: #F5F7FA;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.18rem;
  color: #E62129;
  margin-top: 0.29rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section4 .msg_div .left_tab {
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
}



.section4 .msg_div .left_tab .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.88rem;
  height: 0.8rem;
  background: rgba(230, 33, 41, 0.1);
  cursor: pointer;
}

.section4 .msg_div .left_tab .active {
  width: 3.14rem;
  background: url(../images/xxgk_bg_a.png) no-repeat;
  background-size: 100% 100%;
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.section4 .msg_div .left_tab .item .one {
  display: block;
}

.section4 .msg_div .left_tab .item .two {
  display: none;
}

.section4 .msg_div .left_tab .active .one {
  display: none;
}

.section4 .msg_div .left_tab .active .two {
  display: block;
}

.section4 .msg_div .left_tab .item img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.11rem;
}

.section4 .msg_div .left_tab .item span {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.2rem;
  color: #0D1C28;
}

.section4 .msg_div .right_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.32rem;
  margin-left: 0.2rem;
}

.section4 .msg_div .right_content .news_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section4 .msg_div .right_content .news_item .leftT {
  display: flex;
  width: calc(100% - 1.4rem);
}

.section4 .msg_div .right_content .news_item .title_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  background: rgba(216, 52, 52, 0.1);
  border-radius: 4px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #D83434;
  margin-left: 0.1rem;
}

.section4 .msg_div .right_content .news_item .remark {
  font-family: Source Han Sans CN;
  flex: 1;
  font-weight: 400;
  font-size: 0.18rem;
  color: #111111;
}

.section4 .msg_div .right_content .news_item .time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  width: 1.4rem;
  text-align: right;
}

.section5 {
  padding: 1.4rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/index-bg3.jpg); */
  /* background-size: 0% 0%; */
  background-color: white !important;
  position: relative;
}

.section5 .wrapper {
  display: flex;
  flex-direction: column;
}

.section5 .wrapper .left_div {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}

.section5 .wrapper .left_div .lj_more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section5 .newsSwiper1 {
  width: 100%;
  height: 5.5rem;
}

.section5 .newsSwiper1 .swiper-slide {
  height: 100%;
  position: relative;
}

.section5 .newsSwiper1 .swiper-slide .cover {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}

.section5 .newsSwiper1 .swiper-slide .cover img {
  transition: 0.4s all;
}

.section5 .newsSwiper1 .swiper-slide .time {
  width: 0.64rem;
  height: 0.64rem;
  background-color: #0847A5;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section5 .newsSwiper1 .swiper-slide:hover .cover img {
  transform: scale(1.1);
}

.section5 .newsSwiper1 .swiper-slide .time .day {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 0.05rem;
}

.section5 .newsSwiper1 .swiper-slide .time .year {
  font-size: 0.12rem;
  color: #FFF;
  font-weight: 500;
}

.section5 .newsSwiper1 .swiper-slide .info .t {
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.15rem;
}

.section5 .newsSwiper1 .swiper-slide .info p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.section5 .newsSwiper1 .swiper-slide .info .line {
  width: 100%;
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0.2rem;
}

.section5 .newsSwiper1 .swiper-slide .info .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  height: 0.4rem;
}

.section5 .newsSwiper1 .swiper-slide .info .more span {
  color: #666666;
}

.section5 .newsSwiper1 .swiper-slide .info .more img {
  width: 0.09rem;
  height: 0.14rem;
}

.section5 .newsSwiper1 .swiper-slide:hover .info .t {
  color: #a0731c;
}

.section5 .swiper-pagination {
  left: 45%;
}

.section5 .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 1 !important;
}

.section5 .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.16rem;
  background-color: #a0733e;
  border-radius: 0.08rem;
  opacity: 1;
}

.section6 .wrapper {
  max-height: 100vh;
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
}

.section6 .wrapper .left_div {
  height: 7.51rem;
  width: 10.54rem;
  background: url('../images/contact_us_bg.png') no-repeat;
  background-size: 90% 90%;
  background-position: 0 30px;
}

.section6 .wrapper .right_div {
  position: relative;
  flex: 1;
}

.section6 .wrapper .right_div .out_div {
  width: 5.21rem;
  height: 5.21rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #5EA426, #38699E);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: -1.25rem;
}

.section6 .wrapper .right_div .out_div .content_div {
  width: 5.01rem;
  height: 5.01rem;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  color: white;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0;
  box-sizing: border-box;
}

.section6 .wrapper .right_div .out_div .content_div img {
  width: 0.36rem;
  height: 0.36rem;
}

.section6 .wrapper .right_div .out_div .content_div .one {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
}

.section6 .wrapper .right_div .out_div .content_div .two {
  font-size: 0.16rem;
}

.section6 .wrapper .right_div .out_div .content_div .three {
  font-size: 0.16rem;
}

.footer {
  width: 100%;
  /* padding: 0 2.3rem; */
  box-sizing: border-box;
  /* background-image: url(../images/footer-bg.png); */
  /* background-size: 100% 100%; */
  /* background-position: center center; */
}

.footer .f-a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.7);
}

.footer .f-a .wrapper .text_div {
  padding: 0 2.3rem;
  box-sizing: border-box;
}

.footer .f-a .wrapper .img_div {
  width: 100%;
  height: 44px;
  background: url(../images/footer_bottom_bg.png) no-repeat;
  background-size: cover;
}

.footer .f-a .wrapper .img_div img {
  position: absolute;

  object-fit: cover;
}

.footer .f-b {
  margin: 0 2.3rem;
  /* width: 100%; */
  height: 1.53rem;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .f-b .wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.8;
}

.footer .f-b .wrapper .le {
  object-fit: contain;
  width: 3.53rem;
  height: 0.78rem;
}

.footer .f-b .wrapper .ri {
  object-fit: contain;
  width: 6.72rem;
  height: 1.11rem;
}

.footer .f-w {
  display: flex;
  /* width: 100%; */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.47rem 0rem 0.2rem 0;
  margin: 0 2.3rem;
  justify-content: space-between;
}

.footer .f-w .left {
  display: flex;
  flex-direction: column;

}

.footer .f-w .left .logo {
  width: 2.36rem;
  height: 0.5rem;
  margin-bottom: 0.3rem;
}

.footer .f-w .center .top_phone .one {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.36rem;
  color: #E62129;
}

.footer .f-w .center .top_phone .one img {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}

.footer .f-w .center .top_phone .two {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333;
}

.footer .f-w .center .cell {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}


.footer .f-w .center .cell .label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: black;
  opacity: 0.8;
}


.footer .f-w .center .cell .value {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0px;
  color: black;
}

.footer .f-w .left .codes {
  margin-top: 0.3rem;
  display: flex;
  gap: 10px;
  align-items: end;
}

.footer .f-w .left .codes .code {
  width: 1.3rem;
  height: 1.65rem;
}

.footer .f-w .left .codes .code .g {
  width: 100%;
  background-color: #FFFFFF;
  height: 1.3rem;
  padding: 0.05rem;
  box-sizing: border-box;
}

.footer .f-w .left .codes .code p {
  text-align: center;
  margin-top: 0;
  line-height: 0.35rem;
  color: #FFFFFF;
}

.footer .f-w .left .codes select {
  width: 2rem;
  height: 0.44rem;
  border: solid 1px #977751;
  background-color: transparent;
  color: #977751;
  margin-left: 0.2rem;
}

.footer .f-w .right {
  display: flex;
  align-items: flex-start;
}

.footer .f-w .right ul {
  margin: 0rem 0.4rem;
}

.footer .f-w .right ul li {
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #999999;
  opacity: 0.7;
}

.footer .f-w .right ul li:nth-child(1) {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}


.about .honor_div {
  width: 100%;
  height: 1060px;
  padding: 0.78rem 2.3rem;
  box-sizing: border-box;
  background: url(../images/about_a_bg.png) no-repeat;
  background-size: 100% 100%;
}

.about .honor_div .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about .honor_div .title p:first-child {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.36rem;
  color: #111111;
}

.about .honor_div .title p:nth-of-type(2) {
  width: 0.36rem;
  height: 0.08rem;
  background: #E62129;
  margin-top: 0.17rem;
}

.about .honor_div .title p:nth-of-type(3) {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-top: 0.19rem;
}

.about .honor_div .honor_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.31rem;
  margin-top: 0.4rem;
}

.about .honor_div .honor_list .item {
  width: 3.4rem;
  height: 3.1rem;
  background: #FFFFFF;
  padding: 0.22rem 0.2rem;
  box-sizing: border-box;
}

.about .honor_div .honor_list .item img {
  width: 3rem;
  height: 2rem;
  object-fit: contain;
}

.about .honor_div .honor_list .item p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  margin-top: 0.37rem;
}

.about .overview_div {
  width: 100%;
  height: 8.6rem;
  padding: 1.8rem 2.3rem 0.8rem 2.3rem;
  box-sizing: border-box;
  background: url(../images/about-bg1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}


/* 背景水印文字 */
.about .overview_div::before {
  content: "2020";
  position: absolute;
  top: 1.3rem;
  left: 4.69rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgba(230, 33, 41, 0.08);
  z-index: 1;
}

.about .overview_div::after {
  content: "SINCE ";
  position: absolute;
  top: 2.2rem;
  left: 2.3rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.8rem;
  color: rgba(230, 33, 41, 0.08);
  z-index: 1;
}

.about .overview_div .container {
  display: flex;
  justify-content: space-between;
}

/* 左侧区域 */
.about .overview_div .left-section {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.24rem;
}

.about .overview_div .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
}

.about .overview_div .slogan {
  width: 6.41rem;
  height: 1.55rem;
}

.about .overview_div .building-img {
  width: 5.2rem;
  height: 2.8rem;
  object-fit: cover;
  border-radius: 4px;
}

/* 右侧区域 */
.about .overview_div .right-section {
  width: 7.3rem;

  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 0.4rem;
}

.about .overview_div .company-desc {
  font-size: 0.14rem;
  line-height: 2;
  color: #555;
}

.about .overview_div .data-grid {
  display: flex;
  gap: 0.6rem;
}

.about .overview_div .data-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about .overview_div .data-num {
  font-size: 0.48rem;
  font-weight: bold;
  color: #e63939;
}

.about .overview_div .data-label {
  font-size: 0.14rem;
  color: #666;
}
.about .overview_div p{
}
.about .overview_div p img{
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

.about .development_history_div {
  width: 100%;
  height: 8.6rem;
  padding: 0.4rem 2.3rem 0 2.3rem;
  box-sizing: border-box;
  background: url(../images/about-bg2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

/* 时间线容器 */
.about .development_history_div .timeline {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 0.72rem;
  justify-content: center;
  height: 4.8rem;
}

/* 时间线轴线 */
.about .development_history_div .timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
  transform: translateY(-50%);
  z-index: 1;
}

/* 时间线节点 */
.about .development_history_div .timeline-item {
  /* position: relative;
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2; */
}

.about .development_history_div .timeline-item:nth-child(1) {
  /* float: left; */
}

.about .development_history_div .timeline-item:nth-child(2) {
  /* margin: 0 auto; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 500px; */
  padding-top: 0.64rem;
  margin: 0 1.8rem;
}

.about .development_history_div .timeline-item:nth-child(2) img {
  margin-top: 0.6rem;
}

.about .development_history_div .timeline-item:nth-child(3) {
  /* float: right; */
}

/* 节点圆点 */
.about .development_history_div .timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e63939;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.about .development_history_div .timeline-item:nth-child(1) .timeline-dot {
  background-color: #fff;
  border: 2px solid #e63939;
}

/* 内容区域 */
.about .development_history_div .timeline-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .development_history_div .timeline-item:nth-child(1) .timeline-content,
.timeline-item:nth-child(3) .timeline-content {
  margin-top: 0.4rem;
}

.about .development_history_div .timeline-item:nth-child(2) .timeline-content {
  margin-bottom: 0.4rem;
}

.about .development_history_div .timeline-img {
  width: 2.8rem;
  height: 1.8rem;
  object-fit: cover;
  margin-bottom: 0.24rem;
  border-radius: 2px;
}

.about .development_history_div .timeline-title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #e63939;
  margin-bottom: 12px;
}

.about .development_history_div .timeline-desc {
  font-size: 0.14rem;
  line-height: 1.8;
  color: #555;
  text-align: left;
  width: 2.8rem;
}

/* 清除浮动 */
.about .development_history_div .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.pageation {
  margin: 0.7rem 0;
  text-align: center;
}

/* *****************产品展示****************** */
.products {
  width: 100%;
  padding: 0.01rem 2.3rem;
  box-sizing: border-box;
  background: #FBFBFB;
}

.products .products_div .products_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem;
  margin-top: 0.4rem;
}

.products .products_div .products_list .item {
  width: 3.5rem;
  height: 4.7rem;
  background: #FFFFFF;
  padding: 0.22rem 0.2rem;
  box-sizing: border-box;
}

.products .products_div .products_list .item img {
  width: 100%;
  height: 3.3rem;
  object-fit: contain;
}

.products .products_div .products_list .item .name {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #111111;
}

.products .products_div .products_list .item .remark {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #787878;
  height: 0.38rem;
  margin: 0.1rem 0 0rem 0;
}

.products .products_div .products_list .item .price {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #EB1211;
}

/* **************产品详情*************** */
.product_out {
  background-color: #F6F6F6;
  padding: 0 2.3rem;
  box-sizing: border-box;
}

.product_out .goods_last {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.product_out .goods_last .left_div {
  width: 10.3rem;
}

.product_out .goods_last .right_div {
  flex: 1;
}

.product_out .goods_last .left_div .top_div {
  background: white;
  padding: 0.32rem;
  box-sizing: border-box;
}

.product_out .goods_last .left_div .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 30px 0 15px 0;
  padding-left: 10px;
  border-left: 4px solid #d9232e;
}

.product_out .goods_last .left_div .product-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

/* 指标表格样式 */
.product_out .goods_last .left_div .spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.product_out .goods_last .left_div .spec-table th,
.spec-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
}

.product_out .goods_last .left_div .spec-table th {
  background-color: #c8102e;
  color: #ffffff;
  font-weight: bold;
}

.product_out .goods_last .left_div .spec-table tr:nth-child(even) {
  background-color: #f9eae8;
}

.product_out .goods_last .left_div .spec-table tr:nth-child(odd) {
  background-color: #ffffff;
}

/* 资质证书区 */
.product_out .goods_last .left_div .cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.product_out .goods_last .left_div .cert-item {
  border: 2px solid #991a1a;
  border-radius: 4px;
  padding: 10px;
  background-color: #f7d75e;
  text-align: center;
}

.product_out .goods_last .left_div .cert-item img {
  width: 100%;
  height: auto;
}

/* 下载区 */
.product_out .goods_last .left_div .download-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product_out .goods_last .left_div .download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.product_out .goods_last .left_div .download-btn {
  background-color: #d9232e;
  color: #ffffff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.product_out .goods_last .left_div .download-btn:hover {
  background-color: #c01e28;
}

.product_out .goods_last .left_div .bottom_div {
  width: 10.3rem;
  height: 4rem;
  background: #FFFFFF;
  padding: 0.24rem 0.38rem;
  box-sizing: border-box;
  margin-top: 18px;
}

.product_out .goods_last .left_div .bottom_div .al_div {
  display: flex;

}

.product_out .goods_last .left_div .bottom_div .al_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

.product_out .goods_last .left_div .bottom_div .al_div .al_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_out .goods_last .left_div .al_div .al_item img {
  width: 3rem;
  height: 2.3rem;
  object-fit: contain;
}

.product_out .goods_last .left_div .al_div .al_item .title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #111111;
  line-height: 48px;
}

.product_out .goods_last .right_div {
  padding: 20px;
  background-color: #fff;
}

.product_out .goods_last .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 6px solid #d9232e;
}

.product_out .goods_last .video-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  cursor: pointer;
}

.product_out .goods_last .video-cover {
  width: 100%;
  display: block;
}

.product_out .goods_last .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product_out .goods_last .play-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.product_out .goods_last .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* 视频播放时隐藏按钮 */
.product_out .goods_last .video-container.playing .play-btn {
  display: none;
}

.product_details {
  background-color: #ffffff;
  color: #333333;
  padding: 0.4rem 0.6rem;
  /* max-width: 1400px; */
  margin: 0 auto;
  display: flex;
  gap: 0.6rem;
}

/* 左侧商品图片区 */
.product_details .product-gallery {
  flex: 0 0 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.product_details .main-image {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_details .main-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product_details .thumbnails {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: center;
}

.product_details .thumb-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
}

.product_details .thumb-btn:hover {
  transform: scale(1.1);
}

.product_details .thumbnail-list {
  display: flex;
  gap: 20px;
}

.product_details .thumbnail-item {
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  cursor: pointer;
}

.product_details .thumbnail-item.active {
  border-color: #d9232e;
}

.product_details .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 右侧商品信息区 */
.product_details .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.product_details .product-title {
  font-size: 24px;
  font-weight: 500;
  color: #222;
}

.product_details .product-desc {
  font-size: 14px;
  color: #666;
}

.product_details .product-price {
  font-size: 18px;
  color: #d9232e;
  font-weight: 500;
}

.product_details .spec-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product_details .spec-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.product_details .spec-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}

.product_details .spec-option {
  padding: 0.12rem 0.15rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.product_details .spec-option.active {
  border-color: #d9232e;
  color: #d9232e;
}

.product_details .spec-option.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.product_details .selected-spec {
  font-size: 14px;
  color: #666;
}

.quantity_action {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.product_details .quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.product_details .qty-btn {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #EFEFEF;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8C8C8;
}

.product_details .qty-input {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  border: none;
}

.product_details .action-buttons {
  display: flex;
  gap: 15px;
}

.product_details .btn {
  padding: 0.12rem 0.4rem;
  border: none;
  border-radius: 8px;
  font-size: 0.16rem;
  cursor: pointer;
  transition: all 0.2s;
  width: 2rem;
  height: 0.52rem;
  border-radius: 0.26rem;
}

.product_details .btn-cart {
  color: #fff;
  background: linear-gradient(90deg, #FFBD74, #FF914D);
}

.product_details .btn-buy {
  background: linear-gradient(90deg, #FE5945, #D61B19);
  color: #fff;
}

.product_details .btn:hover {
  opacity: 0.9;
}

/* *********************首页新闻信息*********************** */
.information .list_div {
  width: 100%;
  height: 1060px;
  padding: 0.78rem 2.3rem;
  box-sizing: border-box;
}

.information .list_div .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
  padding: 0 0.18rem;
  box-sizing: border-box;
  line-height: 0.6rem;
  cursor: pointer;
}

.information .list_div .item .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.18rem;
  color: #000000;
}

.information .list_div .item:hover .title {
  font-weight: bold;
  color: #E62129;
}

.information .list_div .item .time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}

/* ******************************新闻详情页*********************** */
.information_details {
  background-color: #FBFBFB;
  color: #333333;
  line-height: 1.8;
  width: 100%;
  padding: 0.6rem 2.3rem;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.information_details_news {
  display: flex;
  flex-direction: column;
}


.information_details .article-header h1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}

.information_details .article-meta {
  font-size: 0.16rem;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* margin: 0.37rem 0 0.32rem 0; */
}

.information_details .divider {
  height: 1px;
  background-color: #e0e0e0;
}

.information_details .article-content {
  font-size: 14px;
  color: #333333;
}

.information_details .article-content p {
  margin-bottom: 20px;
  text-indent: 2em;
}

.information_details .article-image {
  text-align: center;
  margin: 30px 0;
}

.information_details .article-image img {
  max-width: 80%;
  height: auto;
  border: 1px solid #eee;
}

.information_details .article-footer {
  margin-top: 0.4rem;
  padding-top: 0.2rem;
  border-top: 1px solid #e0e0e0;
  font-size: 0.18rem;
}

.information_details .article-footer a {
  color: #333;
  text-decoration: none;
  display: block;
  margin: 8px 0;
}

.information_details .article-footer a:hover {
  /* text-decoration: underline; */
  color: #d9232e;
}

.information_details .article-footer a span {
  font-weight: bold;
  color: #d9232e;
}

.information_details .share-icons {
  display: flex;
  gap: 8px;
}

.information_details .share-icons img {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}



.information_details .main-content {
  flex: 1;
}

.information_details .sidebar {
  width: 3.2rem;
  flex-shrink: 0;
  background-color: white;
  padding: 0.5rem;
  box-sizing: border-box;
}

.information_details .article-header {
  text-align: center;
  margin-bottom: 20px;
}


.information_details .article-content h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  color: #222222;
}

.information_details .article-content .no-indent {
  text-indent: 0;
}

.information_details .download-section {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.information_details .download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.information_details .download-btn {
  background-color: #d9232e;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.information_details .download-btn:hover {
  background-color: #c01e28;
}



/* .information_details .share-icons {
  display: flex;
  gap: 8px;
}

.information_details .share-icons img {
  width: 16px;
  height: 16px;
  cursor: pointer;
} */

.information_details .timeline {
  border-left: 2px solid #e0e0e0;
  padding-left: 17px;
  position: relative;
}

.information_details .timeline-item {
  position: relative;
  margin-bottom: 25px;
  font-size: 0.13rem;
}

.information_details .timeline-item::before {
  content: '';
  position: absolute;
  left: -0.33rem;
  top: -0.04rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #2ecc71;
}

.information_details .timeline-item.current::before {
  background-color: #FF5331;
}

.information_details .timeline-item.current .step-title {
  color: #FF5331;
}

.information_details .timeline-item.notExecuted::before {
  background-color: #999999;
}

.information_details .timeline-item.notExecuted .step-title {
  color: #999999;
}

.information_details .timeline-item .step-number {
  position: absolute;
  left: -0.23rem;
  top: -0.02rem;
  color: #ffffff;
  font-size: 0.15rem;
  font-weight: bold;
}

.information_details .timeline-item .step-title {
  font-weight: bold;
  margin-bottom: 4px;
  margin-left: 0.18rem;
}

.information_details .timeline-item .step-date {
  color: #666666;
  font-size: 0.12rem;
  margin-left: 0.18rem;
}

.information_details .timeline-note {
  margin-top: 30px;
  font-size: 0.12rem;
  color: #666666;
}

.information_details .timeline-note p {
  margin: 6px 0;
}

.information_details .timeline-note .green-dot::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2ecc71;
  margin-right: 6px;
}

.information_details .timeline-note .red-dot::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e74c3c;
  margin-right: 6px;
}

.information_details .timeline-note .gray-dot::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 6px;
}

/* **********************购物车******************* */
.shopping_cart {
  background: #FBFBFB;
  padding: 1.14rem 2.3rem 0.2rem 2.3rem;
  /* max-width: 1400px; */
  margin: 0 auto;
}

/* 表格头部 */
.shopping_cart .cart-header {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.2rem;
  color: #666;
  font-size: 0.14rem;
  border-bottom: 1px solid #f5f5f5;
  background-color: white;
}

.shopping_cart .cart-header .checkbox-col {
  /* width: 60px; */
}

.shopping_cart .cart-header .name-col {
  width: 4.13rem;
  padding-left: 0.9rem;
}

.shopping_cart .cart-header .price-col {
  flex: 1;
  text-align: center;
}

.shopping_cart .cart-header .qty-col {
  flex: 1;
  text-align: center;
}

.shopping_cart .cart-header .subtotal-col {
  flex: 1;
  text-align: center;
}

.shopping_cart .cart-header .operate-col {
  flex: 1;
  text-align: center;
}

/* 商品项 */
.shopping_cart .cart-list {
  background-color: white;
  margin-top: 15px;
}

.shopping_cart .cart-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}

/* 圆形复选框样式 */
.cart-checkbox {
  appearance: none;
  /* 清除原生样式 */
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  /* 关键：变成圆形 */
  outline: none;
  cursor: pointer;
  position: relative;
}

/* 勾选后的样式：红色圆形 + 白色对勾 */
.cart-checkbox:checked {
  background-color: #d9232e;
  /* 红色 */
  border-color: #d9232e;
}

/* 白色对勾 */
.cart-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 购物车页面UI */
.shopping_cart .cart-item-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 19px;
}

.shopping_cart .cart-item-info {
  flex: 2;
}

.shopping_cart .cart-item-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.shopping_cart .cart-item-desc {
  font-size: 14px;
  color: #666;
}

.shopping_cart .cart-item-price {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.shopping_cart .cart-item-quantity {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.shopping_cart .qty-btn {
  width: 24px;
  height: 24px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666;
  padding: 0;
}

.shopping_cart .qty-input {
  width: 36px;
  height: 24px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.shopping_cart .cart-item-subtotal {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #d9232e;
  font-weight: bold;
}

.shopping_cart .cart-item-delete {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

/* 底部栏 */
.shopping_cart .cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem;
  margin-top: 20px;
  background-color: white;
}

.shopping_cart .footer-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.shopping_cart .select-all {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #666;
}

.shopping_cart .delete-selected {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.shopping_cart .footer-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.shopping_cart .total-price {
  font-size: 16px;
  color: #333;
}

.shopping_cart .total-price span {
  color: #d9232e;
  font-weight: bold;
}

.shopping_cart .checkout-btn {
  background-color: #d9232e;
  color: #fff;
  border: none;
  padding: 15px 50px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}

/* 支付结果页面UI */
.pay_result {
  padding: 1.14rem 3.6rem 0.4rem 3.6rem;
  box-sizing: border-box;
  background: #FBFBFB;
}

.pay_result .order-container {
  background-color: white;
  padding: 36px 46px;
  box-sizing: border-box;
}

/* 订单头部信息 */
.pay_result .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

.pay_result .order-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pay_result .order-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666;
}

.pay_result .order-number {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.pay_result .order-tip {
  color: #d00;
  font-size: 16px;
  margin-top: 8px;
}

.pay_result .order-amount {
  font-size: 24px;
  color: #333;
}

.pay_result .order-amount span {
  font-size: 16px;
  color: #666;
  margin-right: 8px;
}

/* 支付平台区域 */
.pay_result .payment-section {
  margin-top: 30px;
}

.pay_result .payment-title {
  font-size: 20px;
  color: #2c5c5c;
  margin-bottom: 20px;
}

.pay_result .payment-desc {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #E67E22;
  font-size: 16px;
  margin-bottom: 25px;
}

.pay_result .payment-desc i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #E67E22;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-style: normal;
  font-size: 14px;
  color: #E67E22;
}

.pay_result .payment-options {
  display: flex;
  gap: 20px;
}

.pay_result .payment-btn {
  width: 260px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s;
}

.pay_result .payment-btn.active {
  border-color: #09c;
}

.pay_result .payment-btn .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.pay_result .page2 {
  width: 100%;
  height: auto;
  min-height: 8.5rem;
}

/* 提交订单页面UI */
.submit_order {
  background: #DBDBDB;
  padding: 1.14rem 2.3rem 30px 2.3rem;
  box-sizing: border-box;
}

.submit_order .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* 收货地址区域 */
.submit_order .address-area {
  margin-bottom: 30px;
  padding: 20px;
  background-color: white;

}

.submit_order .address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.submit_order .address-title {
  font-size: 20px;
  color: #333;
}

.submit_order .add-address-btn {
  padding: 8px 20px;
  background-color: #e02020;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.submit_order .address-list {
  display: flex;
  gap: 20px;
}

.submit_order .address-item {
  width: 280px;
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.submit_order .address-item.active {
  border-color: #e02020;
}

.submit_order .address-item.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 0 29px 29px;
  border-style: solid;
  border-color: transparent transparent #e02020 transparent;
}

.submit_order .address-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.submit_order .address-phone {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.submit_order .address-detail {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.submit_order .address-actions {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.submit_order .address-actions button {
  flex: 1;
  padding: 6px 0;
  border: none;
  font-size: 12px;
  cursor: pointer;
}

.submit_order .address-actions .delete-btn {
  background-color: #e02020;
  color: #fff;
}

.submit_order .address-actions .edit-btn {
  background-color: #f5f5f5;
  color: #333;
  border-left: 1px solid #ddd;
}

.submit_order .address-item.active .edit-btn {
  color: #e02020;
}

/* 商品区域 */
.submit_order .goods-area {
  margin-bottom: 30px;
  border: 1px solid #eee;
  background-color: white;
  padding: 20px;
}

.submit_order .goods-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.submit_order .goods-item:last-child {
  border-bottom: none;
}

.submit_order .goods-img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.submit_order .goods-info {
  flex: 1;
}

.submit_order .goods-name {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

.submit_order .goods-desc {
  font-size: 12px;
  color: #999;
}

.submit_order .goods-qty {
  width: 80px;
  text-align: center;
  color: #333;
}

.submit_order .goods-price {
  width: 100px;
  text-align: right;
  color: #333;
}

.submit_order .goods-summary {
  width: 260px;
  padding: 20px;
  background-color: #f8f8f8;
  font-size: 13px;
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.submit_order .summary-item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.submit_order .summary-item.total {
  color: #e02020;
  font-weight: 500;
}

/* 备注区域 */
.submit_order .remark-area {
  margin-bottom: 30px;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: white;
}

.submit_order .remark-label {
  font-size: 14px;
  color: #999;
}

/* 提交区域 */
.submit_order .submit-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 30px;
  background-color: white;
  padding: 20px;
}

.submit_order .pay-amount {
  font-size: 18px;
  color: #333;
}

.submit_order .pay-amount span {
  color: #e02020;
  font-size: 22px;
  font-weight: 500;
}

.submit_order .submit-btn {
  padding: 12px 40px;
  background-color: #e02020;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
}

/* 我的订单中心UI */
.myOrderCenter {
  background-color: #f9f9f9;
  padding: 1.14rem 2.3rem 30px 2.3rem;
  box-sizing: border-box;
}

.myOrderCenter .container {
  display: flex;
  margin: 20px auto;
  gap: 20px;
}

/* 左侧侧边栏 */
.myOrderCenter .sidebar {
  width: 240px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.myOrderCenter .login-card {
  background-color: #e6212a;
  color: #fff;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.myOrderCenter .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.myOrderCenter .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myOrderCenter .login-tip h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.myOrderCenter .login-tip p {
  font-size: 13px;
  opacity: 0.9;
}

.myOrderCenter .menu-list {
  padding: 15px 0;
}

.myOrderCenter .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-left: 3px solid transparent;
}

.myOrderCenter .menu-item.active {
  background-color: #fdf2f2;
  border-left-color: #e6212a;
  color: #e6212a;
}

.myOrderCenter .menu-item .arrow img {
  width: 8px;
  height: 14px;
}

/* 右侧主内容区 */
.myOrderCenter .main-content {
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
  padding: 25px;
}

.myOrderCenter .page-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 25px;
}

.myOrderCenter .tab-nav {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.myOrderCenter .tab-item {
  font-size: 15px;
  color: #666;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}

.myOrderCenter .tab-item.active {
  color: #e6212a;
  font-weight: 500;
  border-bottom: 2px solid #e6212a;
}

.myOrderCenter .tab-item .badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #e6212a;
  color: #fff;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myOrderCenter .order-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}

.myOrderCenter .order-table th {
  background-color: #f5f5f5;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.myOrderCenter .order-info-header {
  padding: 12px;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #666;
}

.myOrderCenter .order-item {
  border-top: 1px solid #eee;
}

.myOrderCenter .goods-item {
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 15px;
}

.myOrderCenter .goods-img {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
}

.myOrderCenter .goods-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myOrderCenter .goods-info {
  flex: 1;
}

.myOrderCenter .goods-name {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

.myOrderCenter .goods-desc {
  font-size: 12px;
  color: #999;
}

.myOrderCenter .goods-qty {
  width: 60px;
  text-align: center;
  color: #333;
}

.myOrderCenter .receiver-col,
.amount-col,
.status-col,
.operate-col {
  padding: 15px;
  text-align: center;
  font-size: 14px;
}

.myOrderCenter .amount-col .price {
  color: #333;
  font-weight: 500;
}

.myOrderCenter .status-col .wait-pay {
  color: #ff6600;
  font-weight: 500;
}

.myOrderCenter .status-col .detail-link {
  font-size: 12px;
  color: #0066cc;
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

.myOrderCenter .operate-col .pay-btn {
  padding: 4px 15px;
  background-color: #fff;
  color: #e6212a;
  border: 1px solid #e6212a;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 8px;
}

.myOrderCenter .operate-col .cancel-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 13px;
}

.myOrderCenter .operate-col .countdown {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

/* 分页 */
.myOrderCenter .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  font-size: 14px;
}

.myOrderCenter .page-item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  color: #666;
}

.myOrderCenter .page-item.active {
  background-color: #e6212a;
  color: #fff;
}

.myOrderCenter .page-item.ellipsis {
  cursor: default;
}

/* **********************我的地址******************** */
.receivingAddress .address-container {
  max-width: 1200px;
  margin: 0 auto;
}

.receivingAddress .page-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* 地址列表 */
.receivingAddress .address-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* 地址卡片 */
.receivingAddress .address-card {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}

.receivingAddress .address-card.default {
  border: 2px solid #dd0000;
}

.receivingAddress .address-card.default::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 36px solid #dd0000;
  border-left: 36px solid transparent;
}

.receivingAddress .address-info {
  margin-bottom: 25px;
}

.receivingAddress .address-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.receivingAddress .address-phone {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.receivingAddress .address-detail {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.receivingAddress .address-actions {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.receivingAddress .btn-action {
  flex: 1;
  padding: 8px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.receivingAddress .default .btn-set-default {
  background-color: #dd0000;
  color: #fff;
}

.receivingAddress .default .btn-delete {
  background-color: #dd0000;
  color: #fff;
}

.receivingAddress .btn-delete {
  background-color: #000;
  color: #fff;
}

.receivingAddress .btn-edit {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

/* 添加新地址卡片 */
.receivingAddress .add-address-card {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.receivingAddress .add-address-card:hover {
  border-color: #dd0000;
}

.receivingAddress .add-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f0d9b5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.receivingAddress .add-icon::before {
  content: "+";
  font-size: 30px;
  color: #fff;
}

.receivingAddress .add-text {
  font-size: 14px;
  color: #666;
}

/* 弹窗遮罩 */
.receivingAddress .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.receivingAddress .modal-overlay.show {
  display: flex;
}

/* 弹窗内容 */
.receivingAddress .address-modal {
  width: 600px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  position: relative;
}

.receivingAddress .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: all 0.3s;
}

.receivingAddress .modal-close:hover {
  color: #333;
}

.receivingAddress .modal-title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

/* 表单样式 */
.receivingAddress .form-group {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.receivingAddress .form-label {
  width: 100px;
  font-size: 0.16rem;
  color: #333;
  text-align: right;
  margin-right: 15px;
}

.receivingAddress .form-label .required {
  color: #dd0000;
  margin-right: 4px;
}

.receivingAddress .form-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.receivingAddress .form-input:focus {
  border-color: #dd0000;
}

.receivingAddress .form-select {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}

.receivingAddress .form-textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  resize: vertical;
  min-height: 80px;
}

.receivingAddress .form-textarea:focus {
  border-color: #dd0000;
}

/* 按钮组 */
.receivingAddress .modal-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.receivingAddress .btn-cancel {
  padding: 12px 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.receivingAddress .btn-cancel:hover {
  border-color: #dd0000;
  color: #dd0000;
}

.receivingAddress .btn-save {
  padding: 12px 40px;
  border: none;
  background-color: #dd0000;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.receivingAddress .btn-save:hover {
  background-color: #c00;
}

.area-selector {
  display: flex;
  gap: 10px;
  flex: 1;
}

.area-select {
  flex: 1;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: #fff;
}


/* *************************我的--订单中心************************* */
.myOrderDetails .order-detail-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* 订单头部 */
.myOrderDetails .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.myOrderDetails .order-number {
  font-size: 16px;
  font-weight: 500;
}

.myOrderDetails .order-actions {
  display: flex;
  gap: 10px;
}

.myOrderDetails .btn {
  padding: 6px 16px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
}

.myOrderDetails .btn-cancel {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}

.myOrderDetails .btn-pay {
  background-color: #c00;
  color: #fff;
}

/* 支付倒计时提示 */
.myOrderDetails .countdown-tip {
  background-color: #fff9e6;
  border: 1px solid #ffd591;
  padding: 8px 12px;
  margin-bottom: 20px;
  color: #c00;
  font-size: 14px;
}

.myOrderDetails .countdown-tip::before {
  content: "!";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #c00;
  color: #fff;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 12px;
}

/* 订单进度条 */
.myOrderDetails .order-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  padding: 0 20px;
}

.myOrderDetails .progress-line {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ddd;
  z-index: 1;
}

.myOrderDetails .progress-step {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  color: #999;
  flex: 1;
}

.myOrderDetails .progress-step .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 auto 8px;
}

.myOrderDetails .progress-step.active .dot {
  background-color: #000;
}

.myOrderDetails .progress-step.active {
  color: #000;
  font-weight: 500;
}

.myOrderDetails .progress-time {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/* 收货信息 */
.myOrderDetails .info-section {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.myOrderDetails .info-section h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #333;
}

.myOrderDetails .info-item {
  font-size: 14px;
  margin-bottom: 6px;
  color: #666;
}

.myOrderDetails .info-item span {
  color: #333;
  margin-left: 4px;
}

/* 商品表格 */
.myOrderDetails .goods-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.myOrderDetails .goods-table th {
  background-color: #f5f5f5;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  border-bottom: 1px solid #eee;
}

.myOrderDetails .goods-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  vertical-align: middle;
}

.myOrderDetails .sub-order-header {
  background-color: #fafafa;
}

.myOrderDetails .sub-order-header td {
  color: #666;
  font-size: 13px;
}

.myOrderDetails .goods-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.myOrderDetails .goods-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #eee;
}

.myOrderDetails .goods-info {
  flex: 1;
}

.myOrderDetails .goods-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.myOrderDetails .goods-desc {
  font-size: 12px;
  color: #999;
}

.myOrderDetails .status-wait-pay {
  color: #f60;
  font-weight: 500;
}

/* 金额汇总 */
.myOrderDetails .amount-summary {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}

.myOrderDetails .amount-item {
  margin-bottom: 4px;
  color: #666;
}

.myOrderDetails .amount-item span {
  margin-left: 8px;
  color: #333;
}

.myOrderDetails .total-amount {
  font-size: 16px;
  font-weight: 500;
  color: #c00;
  margin-top: 8px;
}

.myOrderDetails .total-amount span {
  color: #c00;
  font-size: 18px;
}

.page2 .wrapper {
  width: 16rem;
  margin: 0 auto;
}

.page2 .wrapper .news-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  align-items: center;
}

.page2 .wrapper .news-header .left {
  display: flex;

  flex-direction: column;
}

.page2 .wrapper .news-header .left .cn-name {
  font-size: 0.3rem;
  font-weight: 600;
}

.page2 .wrapper .news-header .left .cn-name span {
  color: #a0733e;
}

.page2 .wrapper .news-header .left .en-name {
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-size: 0.26rem;
  line-height: 38px;
  letter-spacing: 0px;
  color: #bbbbbb;
}

.page2 .wrapper table {
  width: 100%;
  margin-top: 0.3rem;

}

.page2 .wrapper table thead {
  width: 100%;
  height: 0.88rem;
  background-color: #a0733e;
}

.page2 .wrapper table thead th {
  font-size: 0.2rem;
  color: #FFFFFF;
}

.page2 .wrapper table td {
  height: 0.88rem;
  font-size: 0.2rem;
  line-height: 0.88rem;
  text-align: center;
}

.page2 .wrapper table tr {
  background-color: rgba(255, 255, 255, 0.2);
}

.page2 .wrapper table tr:nth-child(2n) {
  background-color: rgba(160, 115, 62, 0.2);
}

/* 旋转360度 */

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes unrotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}



.page5 {
  width: 100%;
  min-height: 8.2rem;
  background-image: url(../images/about-bg3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page5 .wrapper {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.8rem 0rem;
}

.page5 .wrapper .title-wrap {

  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.page5 .wrapper .title-wrap .cn-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.page5 .wrapper .title-wrap .en-title {
  font-size: 28px;
  font-family: Source Han Sans CN;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.page5 .wrapper .title-wrap .desc {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

.page5 .wrapper .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.6rem;
}

.page5 .wrapper .left {
  width: 3.6rem;
  height: 4.4rem;
  overflow-y: scroll;
}

.page5 .wrapper .wrap .left {
  display: flex;
  flex-direction: column;
}

.page5 .wrapper .wrap .left .item {
  font-size: 16px;
  color: #FFF;
  position: relative;
  line-height: 0.6rem;
  padding-left: 0.14rem;

}

.page5 .wrapper .wrap .left .item::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-color: #FFFFFF;
  top: calc(50% - 0.03rem);
}

.page5 .wrapper .wrap .left::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.1);
  width: 5px;
}

.page5 .wrapper .wrap .left::-webkit-scrollbar-thumb {
  background-color: #a0733e;

}

.page5 .wrapper .wrap .honorSwiper {
  width: 8.2rem;
  height: 3.68rem;
  margin: 0;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide {
  background-image: url(../images/honor-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  /* margin-left: -0.35rem; */
  margin-top: 0.4rem;
  height: 80%;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide .cover {
  width: 100%;
  height: 100%;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide .cover img {
  width: 100%;
  height: 100%;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide-active {
  width: 5.22rem !important;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  height: 100%;
  margin-left: -0.3rem;
  margin-top: 0px;
  /* transform: unset !important; */
}

.page6 {
  min-height: 9rem;
  background-image: url(../images/about-bg4.jpg);
}

.page6 .wrapper {
  width: 16rem;
  margin: 0.6rem auto;
}

.page6 .list-wrap {
  display: flex;
  flex-direction: column;
  /* background-color: #FFFFFF; */
  margin-top: 0.5rem;
}

.page6 .list-wrap .item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  height: 0.9rem;
  box-sizing: border-box;
  padding: 0rem 0.4rem;
  font-size: 18px;
  border-bottom: 1px solid #eaecef;
}

.page6 .list-wrap .item .icon {
  margin-right: 0.33rem;
}

.page6 .list-wrap .item:hover {
  background-color: #a0733e;
  color: #FFFFFF;
}

.news {
  width: 100%;
  height: auto;
  background-color: #FBFBFB;
  overflow: hidden;
}

.news .wrapper {
  width: 100%;
  padding: 0 2.3rem;
  box-sizing: border-box;
  height: auto;
  margin: 0.7rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}

.news .item {
  width: 4.6rem;
  height: 5.5rem;
  transition: 0.4s all;
  position: relative;
  margin-bottom: 0.4rem;
}

.news .item .lookdetails {
  width: 0.6rem;
  height: 0.6rem;
  background: #E4E6E5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.36rem;
}

.news .item .lookdetails:hover {
  background-color: #F69A23;
}

.news .item .lookdetails img {
  width: 0.2rem;
  height: 0.13rem;
}

.news .equipment {
  display: flex;
  gap: 0.88rem;
}

.news .equipment img {
  width: 8rem;
  height: 6rem;
}

.news .equipment .right_name {
  padding: 0.8rem 0 0 0;
  box-sizing: border-box;
}

.news .equipment .right_name .one {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
}

.news .equipment .right_name .two {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin: 0.27rem 0 0.47rem 0;
  line-height: 36px;
}

.case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.31rem;
  padding: 0.7rem 1.6rem;
  box-sizing: border-box;
}

.case_list .case_item {
  width: 5.1rem;
  height: 3.6rem;
  position: relative;
}

.case_list .case_item img {
  width: 100%;
  height: 100%;
}

.case_list .case_item p {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}

.device_information .document-container {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  color: #333333;
}

.device_information h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #222222;
}

.device_information h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 24px 0 12px 0;
  color: #222222;
}

.device_information p {
  font-size: 14px;
  margin-bottom: 12px;
  text-align: justify;
}

.device_information {
  padding: 0.48rem 1.6rem;
  box-sizing: border-box;
  background: #F7F7F7;
}

.device_information .section-content {
  margin-left: 8px;
}

.device_information .numbered-list {
  list-style-type: decimal;
  margin-left: 24px;
  font-size: 14px;
}

.device_information .numbered-list li {
  margin-bottom: 8px;
}

.news .equipment .right_name .contactUs {
  width: 130px;
  height: 36px;
  background: #F69A23;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  gap: 0.08rem;
}

.news .equipment .right_name .contactUs img {
  width: 0.2rem;
  height: 0.16rem;
}

.news .item .time {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  /* opacity: 0; */
  background: #0847A5;
}

.news .item .time .day {
  font-size: 0.24rem;
  color: #FFF;
  font-weight: 600;
}

.news .item .time .year {
  font-size: 0.12rem;
  color: #FFF;
}

.news .item .cover {
  width: 4.6rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.news .item .cover:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.news .item:hover .time {
  opacity: 1;
}

.news .item .cover img {
  width: 100%;
  transition: 0.4s all;

  height: 100%;
  object-fit: cover;
}

.news .item:nth-child(3n) {
  margin-right: 0px;
}

.news .item:hover .cover img {
  transform: scale(1.1);
}

.news .item .content {
  width: 100%;
  height: 2.3rem;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  background-color: #FFFFFF;
}

.news .item .content .title {
  height: 0.6rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #333333;
}

.news .item:hover .title {
  color: #E62129;
}

.news .item .desc {
  height: 0.38rem;
  color: #666666;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.news .item .more {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  height: 0.5rem;
  align-items: center;

}

.news .item .more>div {
  display: flex;
  align-items: center;
  gap: 0.09rem;
}

.news .item .more .left_div img {
  width: 0.16rem;
  height: 0.16rem;
}

.news .item .more .left_div span {
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 0.16rem;
  color: #999999;
}

.news .item .more img {
  width: 9px;
  height: 14px;
  align-items: center;
}

.news_list {
  background-color: #F5F5F5;
  padding: 0.54rem 1.6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.news_list .item {
  width: 100%;
  height: 2.5rem;
  background: #FFFFFF;
  padding: 0.5rem 0.74rem;
  box-sizing: border-box;
}

.notice-item {
  margin-bottom: 30px;
}

.notice-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.notice-date {
  color: #0066cc;
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}

.notice-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.notice-content {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 1.02rem;
  display: flex;

  /* 对齐标题位置 */
}

.notice-detail {
  text-align: right;
  width: 1.5rem;
}

.notice-detail a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.notice-detail a::after {
  content: "→";
  margin-left: 4px;
  font-size: 16px;
}

.latest-tag {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  color: #333;
  margin-left: 1.02rem;
  background: #EDEDED;
  border-radius: 0.18rem;
}


.news_list .item:hover {
  background: linear-gradient(180deg, #65AF11, #315EB4);
  color: #EDEDED !important;
}

.news_list .item:hover .notice-detail a {
  color: #EDEDED;
}

.news_list .item:hover .notice-title {
  color: #EDEDED;
}

.news_list .item:hover .notice-content {
  color: #EDEDED;
}

.news_list .item:hover .notice-date {
  color: #EDEDED;
}

.news_list .item:hover .latest-tag {
  background: white;
}

.contentDetail {
  background-color: #F5F5F5;
  min-height: 3rem;
  /* padding: 0.4rem 1rem; */
  /* box-sizing: border-box; */
  display: flex;
}

.contentDetail .left_div {
  flex: 1;
}

.contentDetail .right_div {
  width: 5rem;
  /* background: white; */
}

.recommend-container {
  background: white;
  width: 100%;
  max-width: 320px;
  /* 适配移动端宽度 */
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
}

.recommend-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  /* border-bottom: 1px solid #eee; */
  border-left: 6px solid #0054B3;
  padding-left: 0.26rem;
}

.recommend-list {
  list-style: none;
}

.recommend-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f5f5f5;
}

.recommend-item:last-child {
  border-bottom: none;
}

.recommend-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 8px;
}

.recommend-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 4px;
}

.recommend-date {
  font-size: 12px;
  color: #999;
}

.talent {
  width: 100%;

}

.contact {
  width: 100%;
  height: auto;

}


.contact .page1 {
  background-color: #ffffff;
  min-height: 5.1rem;
}

.contact .page1 .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  min-height: 5.1rem;
  align-items: center;

  justify-content: space-between;
}


.contact .page1 .wrapper .item {
  width: 5.1rem;
  height: 3.4rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact .page1 .wrapper .item:hover {
  background-color: rgba(160, 115, 62, 0.1);
  cursor: pointer;
}

.contact .page1 .wrapper .item .icon {
  margin-bottom: 0.3rem;
  max-width: 0.5rem;
  max-height: 0.5rem;
}

.contact .page1 .wrapper .item:hover .icon {
  animation: icon-rotate 0.4s linear;

}

.contact .page1 .wrapper .item .label {
  font-size: 0.24rem;
  line-height: 32px;
  margin-bottom: 0.1rem;
  letter-spacing: 0px;
  color: #333333;
}


.contact .page1 .wrapper .item .ms {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}

.contact .page1 .wrapper .item .value {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;

}

.contact .page1 .wrapper .item .map {
  width: 1.5rem;
  height: 0.5rem;
  background-color: #a0733e;
  border-radius: 0.25rem;
  margin-top: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  color: #FFFFFF;

}

.contact .page2 {
  padding: 0rem 1.6rem;
  box-sizing: border-box;
  width: 100%;
  min-height: 11.68rem;
  background-image: url(../images/zaixianliuyan_bg.png);
  background-size: cover;

}

.contact .page2 .wrapper {
  padding: 1.01rem 0;
  box-sizing: border-box;
  width: 16rem;
  min-height: 11.68rem;
  height: 100%;
  margin: 0 auto;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.contact .page2 .wrapper .title-wrap {
  width: 100%;

}

.contact .page2 .wrapper .title-wrap .cn-title {
  font-size: 0.36rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 0.48rem;
  letter-spacing: 0px;
  color: #333333;
}

.contact .page2 .wrapper .title-wrap .cn-title span {
  color: #a0733e;

}

.contact .page2 .wrapper .title-wrap .en-title {
  font-family: Source Han Sans CN;
  font-size: 0.28rem;
  line-height: 0.48rem;
  letter-spacing: 0px;
  color: #bbbbbb;

}

.contact .page2 .wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-top: 1rem;
}

.contact .page2 .wrapper .label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 0.34rem;
}

.contact .page2 .wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.46rem;
}

.contact .page2 .wrapper form .ipt-wrap {
  height: 0.76rem;
  background: #FFFFFF;
  width: calc(50% - 0.6rem);
  height: 0.84rem;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  margin-bottom: 0.3rem;
}

.contact .page2 .wrapper form .ipt-wrap:nth-of-type(2n) {
  margin-right: 0;
}

.contact .page2 .wrapper form .ipt-wrap p {
  width: 100px;
  text-align: center;
}

.contact .page2 .wrapper form .ipt-wrap input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  box-sizing: border-box;
  font-size: 0.2rem;
  padding-left: 0.15rem;
}

.contact .page2 .wrapper form .area-wrap {
  width: 100%;
  height: 2.2rem;
  background-color: white;
  margin-top: 0.36rem;
  border-radius: 8px;
  padding: 0.29rem 0.33rem;
  box-sizing: border-box;
}

.contact .page2 .wrapper form .area-wrap textarea {
  width: 100%;
  height: 90%;
  border-radius: 0.06rem;
  font-size: 0.2rem;
  box-sizing: border-box;
  padding: 0.15rem;
  background-color: transparent;
  border: none;
}

.contact .page2 .wrapper form .ipt-wrap input::placeholder {
  color: #999999;
}

.contact .page2 .wrapper form .submit_div {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact .page2 .wrapper form button {
  width: 2rem;
  height: 0.56rem;
  background: #F69A23;
  border-radius: 0.06rem;
  margin-top: 0.4rem;
  font-size: 0.2rem;
  color: #FFF;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .page2 .wrapper form button img {
  width: 20px;
  height: 10px;
}

.posablefooter {
  margin-top: -2.8rem;
}

.posablefooter_two {
  margin-top: -1.4rem;
}

.p_one_line {
  padding: 0 0.1rem;
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.p_two_line {
  padding: 0 0.1rem;
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

/* 页面容器 */
.myCollection .collection-container {
  /* max-width: 1200px; */
  margin: 0 auto;
}

/* 页面标题 */
.myCollection .page-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #333;
}

/* 商品网格布局 */
.myCollection .goods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* 商品卡片 */
.myCollection .goods-card {
  width: 251px;
  height: 369px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* 悬浮取消收藏层 */
.myCollection .collect-overlay {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 3px 12px;
  font-size: 13px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: auto;
  z-index: 4;
}

.myCollection .goods-card:hover .collect-overlay {
  opacity: 1;
}

/* 商品图片 */
.myCollection .goods-img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 10px;
  border: none;
}

/* 商品名称 */
.myCollection .goods-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 商品描述 */
.myCollection .goods-desc {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 商品价格 */
.myCollection .goods-price {
  font-size: 16px;
  color: #dd0000;
  font-weight: 500;
  text-align: left;
}

.myAccount .account-container {
  /* max-width: 1200px; */
  margin: 0 auto;
}

/* 页面标题 */
.myAccount .page-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}

/* 表单容器 */
.myAccount .password-form {
  max-width: 500px;
}

/* 表单项 */
.myAccount .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 15px;
}

/* 标签 */
.myAccount .form-label {
  width: 80px;
  font-size: 15px;
  color: #333;
  text-align: right;
  flex-shrink: 0;
}

/* 输入框 */
.myAccount .form-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #f3f3f3;
  font-size: 15px;
  outline: none;
  transition: all 0.2s ease;
}

.myAccount .form-input:focus {
  border-color: #f09898;
  background-color: #fff;
}

/* 确定按钮 */
.myAccount .submit-btn {
  width: 136px;
  height: 50px;
  margin-top: 30px;
  margin-left: 95px;
  background-color: #f09898;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.myAccount .submit-btn:hover {
  background-color: #e88080;
}

.submit-btn:active {
  transform: scale(0.98);
}

/* 错误提示 */
.myAccount .error-tip {
  color: #dd0000;
  font-size: 12px;
  margin-left: 95px;
  margin-top: -15px;
  margin-bottom: 15px;
  display: none;
}

/* 我的——个人信息 */
.myInformation .profile-container {
  /* max-width: 1200px; */
  margin: 0 auto;
}

/* 标题样式 */
.myInformation .page-title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 32px;
}

/* 头像区域 */
.myInformation .avatar-section {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.myInformation .avatar-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
}

.myInformation .avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myInformation .upload-btn {
  padding: 12px 20px;
  background-color: #f0f4f8;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s;
}

.myInformation .upload-btn:hover {
  background-color: #e2e8f0;
}

/* 表单区域 */
.myInformation .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}

.myInformation .form-label {
  width: 60px;
  font-size: 16px;
  color: #333;
  text-align: right;
}

.myInformation .form-input {
  padding: 14px 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
}

.myInformation .form-input:focus {
  border-color: #f59e9e;
}

/* 昵称输入框样式（短款） */
.myInformation .nickname-input {
  width: 180px;
}

/* 电话输入框样式（长款） */
.myInformation .phone-input {
  flex: 1;
  max-width: 400px;
}

/* 保存按钮 */
.myInformation .save-btn {
  margin-top: 32px;
  padding: 14px 40px;
  background-color: #f59e9e;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.myInformation .save-btn:hover {
  background-color: #f47272;
}

/* 隐藏原生文件输入框 */
.myInformation #avatar-upload {
  display: none;
}

.myInformation .send-code-btn {
  padding: 11px 10px;
}

/* 登录容器 */
.login {
  padding: 1.15rem 5.85rem;
  box-sizing: border-box;
  background-color: #FBFBFB;
}

.login .login-container {
  width: 7.5rem;
  padding: 0.5rem 2rem 0.75rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-color: white;
}

/* 标题 */
.login .login-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

/* 表单组 */
.login .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.login .form-label {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  padding-left: 10px;
}

.login .form-input {
  width: 100%;
  height: 0.38rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.28rem;
  background-color: #f5f5f5;
  font-size: 0.16rem;
  color: #333;
  outline: none;
  transition: background-color 0.2s;
}

.login .form-input:focus {
  background-color: #eee;
}

/* 按钮样式 */
.login .login-btn {
  width: 100%;
  height: 0.38rem;
  border: none;
  border-radius: 0.3rem;
  background-color: #dd0000;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.login .login-btn:hover {
  background-color: #bb0000;
}

.login .register-btn {
  width: 100%;
  height: 0.38rem;
  border: none;
  border-radius: 0.3rem;
  background-color: #f5f5f5;
  color: #666;
  font-size: 0.14rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.login .register-btn:hover {
  background-color: #eee;
}

/* 找回密码 */
.login .forgot-password {
  font-size: 0.14rem;
  color: #555;
  text-decoration: none;
}

.login .forgot-password a {
  color: #dd0000;
  text-decoration: none;
  font-weight: 500;
}

.login .forgot-password a:hover {
  text-decoration: underline;
}

/* 注册UI */
.register {
  padding: 1.15rem 5.85rem;
  box-sizing: border-box;
  background-color: #FBFBFB;
}

/* 注册容器 */
.register .register-container {
  width: 7.5rem;
  padding: 0.5rem 2rem 0.75rem 2rem;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* 标题 */
.register .register-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 8px;
}

/* 表单组通用样式 */
.register .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.register .form-label {
  font-size: 0.14rem;
  color: #555;
  padding-left: 10px;
}

.register .form-input {
  height: 0.38rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.28rem;
  background-color: #f5f5f5;
  font-size: 0.16rem;
  color: #333;
  outline: none;
  transition: background-color 0.2s;
}

.register .form-input:focus {
  background-color: #eee;
}

/* 验证码行布局 */
.register .code-group {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.register .code-input {
  flex: 1;
  height: 0.38rem;
  padding: 0 0.2rem;
  border: none;
  border-radius: 28px;
  background-color: #f5f5f5;
  font-size: 0.16rem;
  color: #333;
  outline: none;
  transition: background-color 0.2s;
}

.register .code-input:focus {
  background-color: #eee;
}

.register .send-code-btn {
  width: 180px;
  height: 0.38rem;
  border: none;
  border-radius: 0.28rem;
  background-color: #dd0000;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.register .send-code-btn:hover {
  background-color: #bb0000;
}

.register .send-code-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* 确认按钮 */
.register .confirm-btn {
  width: 100%;
  height: 0.38rem;
  border: none;
  border-radius: 0.3rem;
  background-color: #dd0000;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 8px;
}

.register .confirm-btn:hover {
  background-color: #bb0000;
}

/* 登录链接 */
.register .login-link {
  font-size: 0.14rem;
  color: #555;
  text-decoration: none;
  margin-top: 8px;
}

.register .login-link a {
  color: #dd0000;
  text-decoration: none;
  font-weight: 500;
}

.register .login-link a:hover {
  text-decoration: underline;
}


/* 分页栏 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* 分页按钮 */
.page-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  transition: all 0.2s ease;
}

/* 激活页码样式 */
.page-btn.active {
  background-color: #dd0000;
  border-color: #dd0000;
  color: #fff;
}

/* 分页省略号 */
.page-dots {
  color: #999;
  padding: 0 6px;
  font-size: 14px;
}

/* 分页箭头 */
.page-arrow {
  font-size: 16px;
}

.search-bar-container {
  display: flex;
  align-items: center;
  /* background-color: #82a8d8;  */
  border-radius: 30px;
  padding: 12px 20px;
  max-width: 600px;
}

.search-bar-container p {
  margin-right: 0.25rem;
}

/* 语言选择区域 */
.lang-select {
  padding-right: 20px;
}

.lang-select .con_div {
  width: 90px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0.16rem;
  border: 1px solid #333333;
}

.lang-icon {
  width: 20px;
  height: 20px;
}

.lang-text {
  color: #333333;
  font-size: 0.12rem;
  font-weight: 400;
}

.lang-text-two {
  color: black;
}

.dropdown-icon {
  width: 12px;
  height: 12px;
}

/* 搜索输入区域 */
.search-input {
  flex: 1;
  padding: 0 20px;
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  font-size: 18px;
}

.search-input::placeholder {
  color: #ffffff80;
}

/* 搜索按钮 */
.search-btn {
  margin-left: 20px;
  margin-right: 30px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.outAppDiv {
  padding: 0 18px;
  box-sizing: border-box;
  border-right: 1px solid white;
  display: flex;
  gap: 18px;
}

.outAppDiv a img {
  width: 36px;
  height: 36px;

}

/* 动画效果添加 */
.animate-element {
  opacity: 0;
  /* 初始透明 */
  transform: translateY(200px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateY(0);
  /* 回到原位置 */
}

.animate-element-left {
  opacity: 0;
  /* 初始透明 */
  transform: translateX(-200px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element-left.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateX(0);
  /* 回到原位置 */
}

.animate-element-right {
  opacity: 0;
  /* 初始透明 */
  transform: translateX(200px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element-right.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateX(0);
  /* 回到原位置 */
}