/*header*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
  transition: background 0.5s;
}
#header .inner {
  position: relative;
}
#header.fixed {
  background-color: #020202;
}
/*#header.fixed #logo {filter:invert(1) brightness(100);}*/

#header.fixed #logo .img1 {display:none;}
#header.fixed #logo .img2 {display:block;}

#header #logo .img1 {display:block;}
#header #logo .img2 {display:none;}
@media only screen and (max-width: 1036px) {
  #header .inner {
    padding: 0.22rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .inner {
    padding: 0.15rem 0;
  }
}
/*logo*/
#logo {
  width: 1.93rem;
  position: relative;
  z-index: 10;
}
#logo a {
  display: block;
  overflow: hidden;
  padding-bottom: 18.652%;
  position: relative;
}
#logo i,
#logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  object-fit: contain;
}
#logo i {
  text-indent: -99999em;
  overflow: hidden;
}
/*button*/
#button {
  gap: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #button {
    gap: 0.25rem;
  }
}
/*entrance*/
#entrance a {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  height: 2.5em;
  color: rgba(255, 255, 255, 0.6);
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1.25em;
  padding: 0 1.0625em;
  transition: all 0.3s;
  white-space: nowrap;
}
#entrance a:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
/*search*/
#search span {
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/search_01.svg) no-repeat center center;
  background-size: contain;
  display: block;
  cursor: pointer;
}
#search .form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 4rem;
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: var(--br12);
  font-size: 0.16rem;
}
#search .input {
  position: relative;
}
#search .text {
  display: block;
  width: 100%;
  height: 3.125em;
  line-height: 1.875em;
  padding: 0.625em 3.125em 0.625em 1.25em;
}
#search .submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3.125em;
  cursor: pointer;
  background: url(../images/search_01.svg) no-repeat center center;
  background-size: auto 32%;
  filter: invert(1);
}
@media only screen and (max-width: 768px) {
  #search .form {
    width: 100%;
  }
}
/*navbtn*/
#navbtn {
  display: none;
}
@media only screen and (max-width: 1036px) {
  /*1024*/
  #navbtn {
    position: relative;
    cursor: pointer;
    width: 0.3rem;
    height: 0.25rem;
    transition: all 0.3s;
    display: block;
    z-index: 10;
    overflow: hidden;
  }
  #navbtn:before,
  #navbtn:after,
  #navbtn i {
    width: 100%;
    height: 0.02rem;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    content: '';
    border-radius: 0.01rem;
  }
  #navbtn:before {
    top: 0.01rem;
  }
  #navbtn:after {
    bottom: 0.01rem;
  }
  #navbtn i {
    top: 50%;
    transform: translateY(-50%);
  }
  #navbtn.active {
    overflow: visible;
  }
  #navbtn.active:before {
    transform: rotate(45deg);
    top: 50%;
  }
  #navbtn.active:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 50%;
  }
  #navbtn.active i {
    opacity: 0;
  }
}
/*navi*/
#navi {
  width: calc(100% - 3.5rem);
  padding-left: 0.36rem;
  --y: 0;
  font-size: 0.16rem;
  line-height: 2.25em;
}
#navi a {
  display: block;
  position: relative;
}
#navi .parent {
  padding: 0.22rem 0.25rem;
  position: relative;
}
#navi .drop {
  display: none;
}
#navi .drop span {
  font-weight: 500;
  padding: 0.07rem 0.4rem;
  display: block;
}
#navi .drop span a {
  color: rgba(0, 0, 0, 0.6);
}
#navi .drop span a:hover {
  color: #000;
}
#navi .drop li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--br12);
  padding: 0.2rem 0.4rem;
  transition: all 0.3s;
}
#navi .drop li a:hover {
  background-color: #f3f3f3;
}
#navi .drop .figure {
  width: 0.6rem;
  border-radius: var(--br06);
}
#navi .drop .figure:after {
  padding-bottom: 100%;
}
#navi .drop .text {
  width: calc(100% - 0.8rem);
  font-size: 0.14rem;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.5);
}
#navi .drop .text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#navi .drop .name {
  font-size: 1.28571429em;
  line-height: 1.35em;
  color: #000;
}
@media only screen and (min-width: 1025px) {
  #navi {
    opacity: 1;
    visibility: visible;
  }
  #navi .parent > a {
    color: #fff;
  }
  #navi .parent > a:hover {
    color: #ec7738;
  }
  #navi .drop {
    position: absolute;
    top: 100%;
    left: -0.5rem;
    z-index: 5;
    background-color: #fff;
    border-radius: var(--br12);
    padding: 0.26rem 0 0.2rem;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0.2rem);
    transition: all 0.5s;
  }
  #navi .drop:before {
    border-bottom: 0.5em solid #fff;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    content: '';
    display: block;
    position: absolute;
    left: 1.07rem;
    bottom: 100%;
    transform: translateX(-50%);
  }
  #navi .drop li {
    transform: translateX(2em);
    opacity: 0;
    transition: all 0s;
  }
  #navi .drop-one {
    min-width: 3.2rem;
  }
  #navi .drop-two {
    min-width: 6.4rem;
  }
  #navi .drop-two ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #navi .drop-two li {
    width: 50%;
  }
  #navi .on .drop {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #navi .on .drop li {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1036px) {
  /*1036px*/
  #navi {
    position: fixed;
    width: 100%;
    max-width: 30em;
    height: calc(100% - 0.84rem);
    background-color: #fff;
    z-index: 9;
    right: 0;
    top: 0.84rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.3rem 0;
    transition: all 0.3s;
  }
  #navi:not(.active) {
    --x: 100%;
    opacity: 0;
  }
  #navi .menu {
    display: block;
  }
  #navi a {
    color: #333;
  }
  #navi .parent {
    padding: 0 0.5rem;
    line-height: 2em;
    position: relative;
  }
  #navi .parent > a {
    padding: 1.5em 0;
    border-bottom: 1px solid #e4e4e4;
  }
  #navi em {
    display: block;
    position: absolute;
    right: 0.3rem;
    width: 3.61111111em;
    height: 5.05555556em;
    z-index: 2;
    top: 0;
    cursor: pointer;
  }
  #navi em:after {
    width: 0.66666667em;
    height: 0.66666667em;
    border-right: 0.05555556em solid #333;
    border-bottom: 0.05555556em solid #333;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    background-color: transparent;
    margin: -0.38888889em 0 0 -0.38888889em;
    transition: inherit;
  }
  #navi .on {
    background-color: #f9f9f9;
  }
  #navi .on > em:after {
    transform: rotate(45deg);
  }
  #navi .drop {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 768px) {
  #navi {
    top: 0.7rem;
    height: calc(100% - 0.7rem);
    max-width: none;
  }
}
/*footer*/
#footer {
  background-color: #090909;
  padding: var(--pm30) 0 var(--pm60);
}
/*copyright*/
#copyright {
  padding: var(--pm70) 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.2rem;
  line-height: 1.8em;
}
#copyright a {
  display: inline-block;
}
#copyright a:not(:hover) {
  color: rgba(255, 255, 255, 0.2);
}
/*bottom*/
#bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--pm70) 0;
}
/*infor*/
#infor {
  gap: 0.95rem;
}
#infor .item {
  max-width: 4rem;
}
#infor .name {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 2em;
  padding: var(--pm20) 0 var(--pm40);
}
#infor .intro {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1036px) {
  #infor {
    gap: 4%;
    justify-content: space-between;
  }
  #infor .item {
    max-width: 48%;
  }
}
/*windshape*/
#windshape {
  max-width: 6rem;
}
#windshape .name {
  font-family: 'OPPOSans';
  font-size: 0.72rem;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: var(--pm10);
}
#windshape .name i {
  font-style: normal;
  color: var(--main-color);
}
#windshape .slogan {
  font-size: 0.24rem;
  line-height: 2em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: var(--pm60);
}
#windshape .button {
  font-size: 0.18rem;
  gap: 1.11111111em;
}
#windshape .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.88888889em;
  height: 2.77777778em;
  border-radius: 1.38888889em;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
#windshape .button a:nth-child(1) {
  background-color: var(--main-color);
}
#windshape .button a:hover {
  transform: translateY(-0.2em);
}
@media only screen and (max-width: 1036px) {
  #windshape {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  #windshape .name {
    font-size: 0.36rem;
  }
  #windshape .slogan {
    font-size: 0.18rem;
  }
}
/*banner*/
#banner {
  position: relative;
}
#banner .figure {
  padding-bottom: 9.6rem;
}
#banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner .name {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 1.6em;
}
#banner .intro {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.25em;
}
#banner .intro span {
  color: var(--main-color);
}
#banner .desc {
  color: var(--main-color);
  font-size: 0.24rem;
  line-height: 1.33333333em;
  margin-top: var(--pm25);
}
#banner .button-more {
  margin-top: var(--pm60);
}
#banner .white {color:#fff;}
#banner .white .more:not(:hover){border-color:#fff;color:#fff;}
#banner .white .more:not(:hover):after {filter:invert(1) brightness(100);}
.video-item {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  overflow: hidden;
}
.video-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
/* 移动端播放按钮 */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.play-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 4px;
}
.video-item.video-play{ z-index:10}
@media only screen and (min-width: 1036px) {
.video-item{z-index:1}
#banner .text{z-index:2}
}

@media only screen and (max-width: 1280px) {
  #banner .figure {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 1036px) {
  #banner .name {
    font-size: 0.3rem;
  }
  #banner .intro {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #banner .figure {
    padding-bottom: 75%;
  }
  #banner .text {
    transform: translateY(-40%);
  }
  #banner .name {
    font-size: 0.2rem;
  }
  #banner .intro {
    font-size: 0.3rem;
  }
  #banner .desc {
    font-size: 0.18rem;
  }
}
/*pagenavi*/
#pagenavi {
  font-size: 0.18rem;
}
.p_page{display: flex;}
#pagenavi .num {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-style: normal;
}
#pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.27777778em;
  min-width: 2.77777778em;
  border-radius: 1.38888889em;
  height: 2.77777778em;
  padding: 0 0.5em;
  position: relative;
  transition: all 0.3s;
}
#pagenavi a:hover,
#pagenavi .a_cur {
  color: #fff;
  background-color: var(--main-color);
  border-color: transparent;
}
#pagenavi .a_prev,
#pagenavi .a_next {
  text-indent: -99999em;
  overflow: hidden;
  background-color: #f5f5f7;
}
#pagenavi .a_prev:hover,
#pagenavi .a_next:hover {
  background-color: #555;
}
#pagenavi .a_prev:after,
#pagenavi .a_next:after {
  width: 14%;
  padding-bottom: 24%;
  background: no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pagenavi .a_prev:hover:after,
#pagenavi .a_next:hover:after {
  filter: brightness(100);
}
#pagenavi .a_prev {
  margin-right: 0.83333333em;
}
#pagenavi .a_prev:after {
  background-image: url(../images/page_prev.svg);
}
#pagenavi .a_next {
  margin-left: 0.83333333em;
}
#pagenavi .a_next:after {
  background-image: url(../images/page_next.svg);
}
@media only screen and (max-width: 768px) {
  #pagenavi {
    font-size: 0.16rem;
  }
  #pagenavi a {
    margin: 0;
  }
}
/*wrapper*/
#wrapper {
  padding: var(--pm160) 0;
}
/*job-filter*/
#job-filter {
  width: 3.5rem;
}
#job-filter .box {
  background: #f5f5f7;
  padding: 0.4rem 0.3rem;
  border-radius: var(--br12);
}
#job-filter .title {
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 1.35em;
  margin-bottom: 0.25rem;
}
#job-filter .search {
  font-size: 0.18rem;
  position: relative;
  margin-bottom: 0.38rem;
}
#job-filter .search .text {
  display: block;
  width: 100%;
  height: 2.77777778em;
  line-height: 1.66666667em;
  padding: 0.55555556em 2.22222222em 0.55555556em 1.66666667em;
  border: solid 1px rgba(28, 28, 28, 0.3);
  border-radius: 1.38888889em;
  color: #55575d;
}
#job-filter .search .submit {
  width: 0.88888889em;
  height: 0.88888889em;
  background: url(../images/search_01.svg) no-repeat center center;
  background-size: contain;
  filter: invert(1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.11111111em;
}
#job-filter .item {
  margin-bottom: 0.3rem;
}
#job-filter .item:last-child {
  margin-bottom: 0;
}
#job-filter .item .name {
  font-size: 0.24rem;
  color: #000;
  line-height: 2em;
}
#job-filter .item li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.18rem;
  cursor: pointer;
  line-height: 2.66666667em;
}
#job-filter .item .checkbox {
  width: 0.83333333em;
  height: 0.83333333em;
  border-radius: var(--br04);
  border: solid 1px rgba(28, 28, 28, 0.3);
  position: relative;
  transition: all 0.3s;
}
#job-filter .item .checkbox:after {
  width: 0.55555556em;
  height: 0.38888889em;
  background: url(../images/checked_01.png) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: inherit;
}
#job-filter .item .text {
  width: calc(100% - 1.389em);
}
#job-filter .item .checked {
  color: var(--main-color);
}
#job-filter .item .checked .checkbox {
  border-color: transparent;
  background-color: var(--main-color);
}
#job-filter .item .checked .checkbox:after {
  opacity: 1;
}
@media only screen and (max-width: 1036px) {
  #job-filter {
    width: 100%;
  }
  #job-filter .item .name {
    position: relative;
    cursor: pointer;
  }
  #job-filter .item .name:after {
    width: 0.5em;
    height: 0.29166667em;
    background: url(../images/job_arrow_01.svg) no-repeat center center;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    filter: invert(1) brightness(0);
    transform: translateY(-50%) rotate(180deg);
  }
  #job-filter .item ul {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #job-filter .title {
    font-size: 0.28rem;
  }
  #job-filter .item .name {
    font-size: 0.2rem;
  }
}
/*job-main*/
#job-main {
  width: calc(100% - 3.8rem);
}
@media only screen and (max-width: 1036px) {
  #job-main {
    width: 100%;
  }
}
/*job-item*/
.job-item {
  background-color: #f5f5f7;
  border-radius: var(--br12);
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.job-item .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  padding: 0.32rem 1.14rem 0.32rem 0.4rem;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.job-item .top:after {
  width: 0.6em;
  height: 0.35em;
  background: url(../images/job_arrow_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 1.5em;
  top: 2.3em;
  filter: invert(1) brightness(0);
  transform: rotate(180deg);
  transition: transform 0.3s, top 0.3s;
}
.job-item .name {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 500;
}
.job-item .meta {
  font-size: 0.9em;
  line-height: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
  color: #55575d;
}
.job-item .meta span {
  display: block;
}
.job-item .btm {
  padding: 0.15rem 0.4rem 0.6rem;
  border-top: 0.01rem solid #e6e6e6;
  display: none;
}
.job-item .intro h3,
.job-item .form h3 {
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  line-height: 2.4em;
  margin-bottom: 0.05rem;
}
.job-item .intro {
  font-size: 0.18rem;
  line-height: 2em;
  color: #55575d;
  margin-bottom: 0.25rem;
}
.job-item .form {
  font-size: 0.18rem;
}
.job-item .form h3 {
  margin-bottom: 0.15rem;
}
.job-item .form .item {
  margin-bottom: 1.75438596%;
}
.job-item .form .text {
  color: #55575d;
  display: block;
  height: 2.77777778em;
  line-height: 1.66666667em;
  padding: 0.55555556em 1.22222222em;
  border-radius: var(--br06);
  background-color: #fff;
  width: 100%;
}
.job-item .form .upload {
  border-radius: var(--br06);
  background-color: #fff;
  padding: var(--pm10);
  margin-bottom: 0.4rem;
}
.job-item .form .upload .box {
  border-radius: var(--br06);
  border: 0.01rem dashed #55575d;
  padding: 0.26rem 0.3rem 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.job-item .form .upload .icon {
  width: 0.39rem;
  background: url(../images/upload_icon.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 0.07rem;
}
.job-item .form .upload .icon:after {
  display: block;
  content: '';
  padding-bottom: 84.61538462%;
}
.job-item .form .upload .warning {
  line-height: 2em;
  color: #55575d;
  opacity: 0.6;
  margin-bottom: 0.16rem;
}
.job-item .form .upload .button {
  width: 8.88888889em;
  height: 2.77777778em;
  border-radius: 1.38888889em;
  border: 0.01rem solid rgba(28, 28, 28, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.job-item .form .upload .button:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: transparent;
}
.job-item .form .col3 {
  gap: 1.84210526%;
  display: flex;
  flex-wrap: wrap;
}
.job-item .form .col3 .item {
  width: 32.10526316%;
}
.job-item .form .col3 .large {
  width: 66.05263158%;
}
.job-item .form .submit {
  background-color: var(--main-color);
  color: #fff;
  width: 8.88888889em;
  height: 2.77777778em;
  border-radius: 1.38888889em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.66666667em;
  transition: all 0.3s;
}
.job-item .form .submit:after {
  width: 0.38888889em;
  height: 0.66666667em;
  background: url(../images/submit_arrow_01.svg) no-repeat center center;
  background-size: contain;
  display: block;
  content: '';
}
.job-item .form .submit:hover {
  padding: 0 1.11111111em;
}
.job-item.active .top:after {
  top: 2.5em;
  transform: rotate(0deg);
  filter: none;
}
.job-item.active .name {
  font-size: 1.2em;
  margin-bottom: 0.1rem;
}
.job-item.active .meta {
  width: 100%;
}
@media only screen and (max-width: 1036px) {
  .job-item .top {
    padding-right: 0.8rem;
  }
  .job-item .meta {
    gap: 0.25rem;
  }
}
@media only screen and (max-width: 1036px) {
  .job-item .top {
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
    padding-left: 0.3rem;
  }
  .job-item .meta {
    justify-content: space-between;
    gap: 0;
  }
  .job-item .meta span {
    width: 48%;
  }
  .job-item .btm {
    padding: 0.2rem 0.3rem 0.4rem;
  }
  .job-item .form .col3 .item {
    width: 100%;
  }
}
/*job-list*/
#job-list {
  overflow: hidden;
  margin-bottom: var(--pm80);
}
/*contact*/
#contact {
  padding: var(--pm30) 0 var(--pm160);
}
/*section-hgroup*/
.section-hgroup {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: var(--pm55);
  margin-left: var(--pm25);
  position: relative;
}
.section-hgroup .alias {
  font-size: 0.2rem;
  line-height: 1.25em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.section-hgroup .name {
  font-size: 0.64rem;
  line-height: 1.1875em;
  font-weight: 500;
}
.section-hgroup .name span {
  color: #878788;
}
.section-hgroup .button-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1036px) {
  .section-hgroup .alias {
    font-size: 0.18rem;
  }
  .section-hgroup .name {
    font-size: 0.58rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-hgroup {
    gap: 0.2rem;
    margin-bottom: 0.35rem;
  }
  .section-hgroup .alias {
    font-size: 0.16rem;
  }
  .section-hgroup .name {
    font-size: 0.28rem;
  }
  .section-hgroup .name span {color:#fff;}
  .section-hgroup .name br{display:none}
}
/*contact-info*/
.contact-info {
  background-color: #f3f3f3;
  border-radius: var(--br12);
  padding: var(--pm60) var(--pm100) var(--pm100);
  margin-bottom: var(--pm160);
}
.contact-info .gallery {
  width: 50%;
  border-radius: var(--br12);
  overflow:hidden;
}
.contact-info .figure:after {
  padding-bottom: 66.75%;
}
.contact-info .swiper-dots {position:absolute; left:50%; bottom:0.35rem; transform:translateX(-50%); z-index:3;}
.contact-info .text {
  width: 35.625%;
  font-size: 0.18rem;
  color: #55575d;
  line-height: 2em;
  padding: var(--pm10) 0;
}
.contact-info .text li {
  padding-left: var(--pm40);
  background: no-repeat left 0.52777778em;
  background-size: auto 0.94444444em;
  margin-bottom: var(--pm30);
}
.contact-info .text li:last-child {
  margin-bottom: 0;
}
.contact-info .text span {
  font-size: 0.24rem;
  line-height: 1.66666667em;
  color: #0e0e0e;
  font-weight: 500;
}
.contact-info .text .tel {
  background-image: url(../images/contact_icon_tel.svg);
}
.contact-info .text .mail {
  background-image: url(../images/contact_icon_mail.svg);
}
.contact-info .text .add {
  background-image: url(../images/contact_icon_add.svg);
}
@media only screen and (max-width: 1036px) {
  .contact-info .text {
    width: 100%;
  }
  .contact-info .figure {
    width: 100%;
  }
}
/*contact-form*/
.contact-form {
  max-width: 16rem;
  margin: 0 auto;
}
.contact-form .form {
  font-size: 0.18rem;
}
.contact-form .form form{ display:flex; flex-wrap:wrap; justify-content:space-between}
.contact-form .item {
  margin-bottom: var(--pm20);
  width:49.5%;
}
.contact-form .item.full {width:100%}
.contact-form .text {
  display: block;
  width: 100%;
  background-color: #f5f5f7;
  border-radius: var(--br06);
  height: 3.33333333em;
  line-height: 2em;
  padding: 0.66666667em 1.11111111em;
}
.contact-form textarea.text {
  height: 8.88888889em;
}
.contact-form .submit {
  border: 0.01rem solid rgba(28, 28, 28, 0.3);
  width: 8.88888889em;
  height: 2.77777778em;
  border-radius: 1.38888889em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.66666667em;
  transition: all 0.3s;
  margin-top: var(--pm40);
}
.contact-form .submit:after {
  width: 0.38888889em;
  height: 0.66666667em;
  background: url(../images/submit_arrow_01.svg) no-repeat center center;
  background-size: contain;
  display: block;
  content: '';
  filter: invert(1) brightness(0);
}
.contact-form .submit:hover {
  padding: 0 1.11111111em;
  background-color: var(--main-color);
  color: #fff;
  border-color: transparent;
}
.contact-form .submit:hover:after {
  filter: none;
}
/*swiper-controls*/
.swiper-controls .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: relative;
  background-color: transparent;
  opacity: 1;
  border: 0.02rem solid transparent;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:before,
.swiper-controls .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:before {
  width: 0.05rem;
  height: 0.05rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/swiper_pagination_circle@2x.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet i {
  display: block;
  width: 0.22rem;
  height: 0.02rem;
  background: url(../images/swiper_pagination_line@2x.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 0.14rem;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:last-child i {
  display: none;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet-active:before {
  background-image: linear-gradient(90deg, #ec7738 0%, #f3b56d 100%), linear-gradient(#ffffff, #ffffff);
}
.swiper-controls .swiper-pagination.white .swiper-pagination-bullet:after {
  display: none;
}
.swiper-controls .swiper-pagination.white .swiper-pagination-bullet-active {
  border-color: #fff;
}
.swiper-controls .swiper-pagination.white .swiper-pagination-bullet-active:before {
  background: #fff;
}
.swiper-controls .swiper-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--pm10);
}
.swiper-controls .swiper-dots .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.04rem;
  background-color: #999999;
  border-radius: 0.02rem;
  opacity: 0.6;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper-controls .swiper-dots .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.4rem;
}
.swiper-controls .swiper-dots.white .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-arrows {
  position: relative;
}
.swiper-arrows .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  cursor: pointer;
  width: 0.12rem;
}
.swiper-arrows .arrow:after {
  padding-bottom: 171.42857143%;
  display: block;
  content: '';
  background: no-repeat center center;
  background-size: contain;
}
.swiper-arrows .prev {
  left: 0;
}
.swiper-arrows .prev:after {
  background-image: url(../images/swiper_prev_white.svg);
}
.swiper-arrows .next {
  right: 0;
}
.swiper-arrows .next:after {
  background-image: url(../images/swiper_next_white.svg);
}
/*news-top*/
#news-top {
  padding: var(--pm250) 0 var(--pm175);
  position: relative;
}
#news-top .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-top .inner {
  position: relative;
  z-index: 2;
}
#news-top .figure {
  width: 50%;
  border-radius: var(--br08);
}
#news-top .figure:after {
  padding-bottom: 66.75%;
}
#news-top .text {
  width: 40%;
  position: relative;
  padding: var(--pm20) 0;
}
#news-top .content {
  width: 100%;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: var(--pm60);
}
#news-top .tag {
  font-size: 0.2rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: var(--pm30);
}
#news-top .title {
  font-size: 0.4rem;
  line-height: 1.5em;
  font-weight: 500;
  max-height: 3em;
}
#news-top .excerpt {
  font-size: 0.22rem;
  line-height: 1.63636364em;
}
#news-top .date {
  font-size: 0.2rem;
  line-height: 1.5em;
  color: rgba(var(--font-rgb), 0.6);
  position: absolute;
  left: 0;
  bottom: 0.13rem;
  color:#fff;
}
#news-top a {
  display: flex;
  justify-content: space-between;
  color: #fff;
  transition: all 0.3s;
}
#news-top .swiper-pagination {
  right: 60%;
  bottom: 0.13rem;
}
@media only screen and (max-width: 1036px) {
  #news-top .text {
    width: 45%;
  }
  #news-top .title {
    font-size: 0.32rem;
  }
  #news-top .swiper-pagination {
    right: 55%;
  }
}
@media only screen and (max-width: 768px) {
  #news-top .text,
  #news-top .figure {
    width: 100%;
  }
  #news-top .content {
    padding-top: var(--pm50);
  }
  #news-top .date {
    position: static;
    width: 100%;
  }
  #news-top .title {
    font-size: 0.3rem;
  }
  #news-top .excerpt {
    font-size: 0.18rem;
  }
  #news-top .swiper-pagination {
    right: 0;
    position: relative;
    bottom: auto;
    margin-top: 0.3rem;
  }
  #news-top a {
    flex-direction: column;
    gap: 0.3rem;
  }
}
/*news-list*/
#news-list {
  padding: var(--pm120) 0 var(--pm160);
}
#news-list .list {
  border-top: 0.01rem solid rgba(var(--font-rgb), 0.1);
  margin-bottom: var(--pm100);
}
/*news-item*/
.news-item {
  border-bottom: 0.01rem solid rgba(var(--font-rgb), 0.1);
  padding: 0.4rem 0;
}
.news-item .tag,
.news-item time {
  font-size: 0.2rem;
  line-height: 1.5em;
  color: rgba(var(--font-rgb), 0.6);
}
.news-item .text {
  width: calc(100% - 3rem);
  max-width: 10.4rem;
  display: flex;
  justify-content: space-between;
}
.news-item .tag {
  width: 3rem;
}
.news-item .meta {
  width: calc(100% - 3.6rem);
}
.news-item .title {
  font-size: 0.32rem;
  line-height: 1.375em;
  max-height: 2.75em;
  font-weight: 500;
  margin-bottom: var(--pm25);
}
.news-item .figure {
  width: 2.4rem;
  border-radius: var(--br08);
}
.news-item .figure:after {
  padding-bottom: 66.66666667%;
}
.news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1036px) {
  .news-item .tag {
    width: 2rem;
  }
  .news-item .meta {
    width: calc(100% - 2.4rem);
  }
}
@media only screen and (max-width: 768px) {
  .news-item .text {
    flex-direction: column;
    width: 100%;
    gap: 0.1rem;
  }
  .news-item .title {
    font-size: 0.26rem;
  }
  .news-item .tag,
  .news-item .meta,
  .news-item .figure {
    width: 100%;
  }
  .news-item a {
    flex-direction: column;
    gap: 0.25rem;
  }
}
/*details-page*/
.details-page #header {
  background-color: #020202;
}
.details-page .blank {
  height: 0.8rem;
  width: 100%;
  display: block;
  clear: both;
}
/*button-more*/
.button-more .more {
  font-size: 0.18rem;
  width: 8.88888889em;
  height: 2.77777778em;
  border-radius: 1.38888889em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid rgba(28, 28, 28, 0.3);
  gap: 1em;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.button-more .more:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/button_more_hover@2x.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
.button-more .more:after {
  width: 0.38888889em;
  height: 0.66666667em;
  background: url(../images/button_more_arrow.svg) no-repeat center center;
  background-size: contain;
  display: block;
  content: '';
}
.button-more .more:hover {
  color: #fff;
  border-color: transparent;
}
.button-more .more:hover:before {
  opacity: 1;
}
.button-more .more:hover:after {
  filter: invert(1) brightness(100);
}
.button-more .white {
  color: #fff;
}
.button-more .white:not(:hover) {
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
}
.button-more .white:after {
  filter: invert(1) brightness(100);
}
.button-more .down:after {
  transform: rotate(90deg);
}
.button-more .up:after {
  transform: rotate(-90deg);
}
/*news-details*/
#news-details {
  padding-bottom: var(--pm110);
}
#news-details .top {
  background-color: #f3f3f3;
  padding: var(--pm55) 0;
  overflow: hidden;
}
#news-details .top .author {
  font-size: 0.2rem;
  line-height: 1.5em;
  color: rgba(var(--font-rgb), 0.6);
  margin-bottom: 0.1rem;
}
#news-details .top .title {
  font-weight: 500;
  font-size: 0.4rem;
  line-height: 1.5em;
  margin-bottom: var(--pm45);
}
#news-details .top .meta {
  font-size: 0.18rem;
  line-height: 1.66666667em;
}
#news-details .top .meta time {
  font-size: 1.11111111em;
  line-height: 1.5em;
}
#news-details .content {
  padding: var(--pm55) 0 var(--pm110);
}
#news-details .content .entry {
  color: #55575d;
  font-size: 0.18rem;
  line-height: 1.77777778em;
  border-bottom: 0.01rem solid #e6e6e6;
  padding-bottom: var(--pm40);
  margin-bottom: var(--pm60);
}
#news-details .content .entry h3 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #0e0e0e;
  line-height: 1.33333333em;
}
@media only screen and (max-width: 768px) {
  #news-details .top .title {
    font-size: 0.3rem;
  }
  #news-details .content {
    padding: 0.5rem 0;
  }
}
/*recommend*/
.recommend .box {
  background-color: #f3f3f3;
  border-radius: var(--br12);
  padding: var(--pm90) var(--pm100) var(--pm100);
}
.recommend .button-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.recommend .list {
  border-top: 0.01rem solid rgba(var(--font-rgb), 0.1);
}
/*product-center*/
#product-center {
  padding: var(--pm30);
  gap: var(--pm20);
}
#product-center .item {
  width: calc(50% - var(--pm10));
}
@media only screen and (max-width: 1036px) {
  #product-center .item {
    width: 100%;
  }
}
/*view-more*/
.view-more .more {
  font-size: 0.16rem;
  border: solid 0.01rem #333333;
  width: 8.125em;
  height: 2.5em;
  border-radius: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.view-more .more:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: transparent;
}
/*product-item*/
.product-item .figure {
  padding-bottom: 65.2173913%;
}
.product-item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
  padding: 5.43478261%;
}
.product-item .title {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1.35em;
}
.product-item .intro {
  font-size: 0.16rem;
  line-height: 1.75em;
}
.product-item .view-more {
  margin-top: var(--pm30);
}
.product-item a {
  display: block;
  overflow: hidden;
  border-radius: var(--br12);
  background-color: #f5f5f5;
  color: #333;
}
.product-item a:hover .more {
  background-color: var(--main-color);
  color: #fff;
  border-color: transparent;
}
@media only screen and (max-width: 768px) {
  .product-item .figure {
    padding-bottom: 100%;
  }
}
/*about-page*/
#about-page {
  padding: var(--pm60) 0 var(--pm160);
}
/*aboutus*/
#aboutus {
  padding-bottom: 1.66666667%;
  margin-bottom: var(--pm155);
}
#aboutus .box {
  background-color: #f3f3f3;
  border-radius: var(--br12);
  padding: var(--pm95) var(--pm100) 0;
  margin-bottom: var(--pm220);
}
#aboutus .intro {
  color: #55575d;
  font-size: 0.24rem;
  line-height: 2em;
  width: 27.5em;
  padding: var(--pm50) 0;
  text-align: justify;
}
#aboutus .founder {
  width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
#aboutus .founder:after {
  width: 96.25%;
  padding-bottom: 1.875%;
  border-radius: 0 0 var(--br12) var(--br12);
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: rgba(26, 26, 26, 0.7);
}
#aboutus .founder .info {
  background-color: #1a1a1a;
  border-radius: var(--br12);
  padding: var(--pm55) 9.0625% 0;
  overflow: hidden;
}
#aboutus .founder .photo {
  width: 41.45038168%;
  display: flex;
  align-items: flex-end;
}
#aboutus .founder .figure {
  width: 100%;
}
#aboutus .founder .figure:after {
  padding-bottom: 100%;
}
#aboutus .founder .text {
  width: 39.69465649%;
  padding: var(--pm40) 0 var(--pm70);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#aboutus .founder .title {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.5em;
}
#aboutus .founder .name {
  font-size: 0.64rem;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: var(--pm30);
}
#aboutus .founder .entry {
  font-size: 0.24rem;
  line-height: 2em;
}
#aboutus .founder .entry p {
  position: relative;
  padding-left: 0.91666667em;
}
#aboutus .founder .entry p:before {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-color: rgba(147, 147, 147, 0.5);
  width: 0.25em;
  height: 0.25em;
  top: 0.875em;
}

.founder_swiper{
  margin-bottom: calc(-1*var(--pm220));
}
@media only screen and (max-width: 1036px) {
  #aboutus .box {
    flex-direction: column;
  }
  #aboutus .intro {
    width: 100%;
    padding: 0;
    margin-bottom: var(--pm50);
  }
  #aboutus .founder .text {
    width: 50%;
  }
  #aboutus .founder .name {
    font-size: 0.54rem;
  }
}
@media only screen and (max-width: 768px) {
  #aboutus .box {
    padding: 0.25rem 0.3rem;
  }
  #aboutus .intro {
    font-size: 0.2rem;
    line-height: 1.875em;
  }
  #aboutus .founder .photo {
    width: 100%;
  }
  #aboutus .founder .text {
    width: 100%;
  }
  #aboutus .founder .name {
    font-size: 0.36rem;
  }
  #aboutus .founder .entry {
    font-size: 0.2rem;
  }
}
/*history*/
#history {
  margin-bottom: var(--pm150);
  padding: 0 var(--pm100);
}
#history .content {
  width: 9.8rem;
  max-width: 100%;
}
#history .list {
  border-top: 0.01rem solid rgba(var(--font-rgb), 0.1);
  position: relative;
  overflow: hidden;
}
#history .list:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 5.10204082%;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(0deg, #fff, transparent);
  width: 100%;
}
#history .item {
  border-bottom: 0.01rem solid rgba(var(--font-rgb), 0.1);
}
#history .item:last-child {
  border-bottom: none;
}
#history .item:nth-child(n+6) {
  display: none;
}
#history .info {
  display: flex;
  justify-content: space-between;
  padding: var(--pm50) 0;
  position: relative;
}
#history .info:before {
  width: 0.1rem;
  height: 100%;
  background: url(../images/history_line@2x.png) repeat-y center top;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  left: 1.85rem;
  top: 0;
}
#history .date {
  font-size: 0.2rem;
  line-height: 2.2em;
  font-weight: 500;
  color: rgba(var(--font-rgb), 0.6);
  width: 1.85rem;
}
#history .text {
  width: calc(100% - 1.85rem);
  padding-left: 1.4rem;
  position: relative;
}
#history .title {
  font-size: 0.3rem;
  line-height: 1.22222222em;
  font-weight: 500;
  margin-bottom: var(--pm20);
}
#history .title:before {
  width: 1.11111111em;
  height: 0.01rem;
  background-color: #fc6a1d;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#history .intro {
  font-size: 0.18rem;
  color: #55575d;
  line-height: 1.63636364em;
}
#history .button-more {
  margin-top: var(--pm50);
  display: none;
}
#history .button-more .more {
  margin-left: 1.85rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #history {
    padding: 0;
  }
  #history .info {
    display: block;
  }
  #history .info:before {
    left: 0;
  }
  #history .date {
    width: 100%;
    padding-left: 0.6rem;
    font-size:0.18rem;
    line-height: 1.45em;
    margin-bottom:0.15rem;
  }
  #history .text {
    padding-left: 0.6rem;
    width: 100%;
  }
  #history .title {
    font-size: 0.24rem;
    margin-bottom:0.15rem;
  }
  #history .title:before {top:0.4em;}
  #history .intro {
    font-size: 0.18rem;
  }
}
/*honor*/
#honor {
  background-color: #f3f3f3;
  border-radius: var(--br12);
  padding: var(--pm95) var(--pm100) var(--pm120);
}
#honor .list {
  gap: 1.25%;
}
#honor .item {
  width: 21.875%;
  flex-grow: 1;
  transition: all 0.3s;
}
#honor .info {
  background-color: #fff;
  border-radius: var(--br12);
  padding: var(--pm50) var(--pm40) var(--pm70);
  position: relative;
  height: 100%;
}
#honor .tag {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  line-height: 1.75em;
  margin-bottom: var(--pm35);
}
#honor .title {
  font-size: 0.5rem;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  height: 3.6em;
  font-family: 'OPPOSans';
  font-weight: 500;
  margin-bottom: var(--pm50);
}
#honor .title span {
  display: block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ec7738, #f3b56d);
}
#honor .intro {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: #55575d;
  height: 7.2em;
  overflow: hidden;
}
#honor .active {
  width: 30.625%;
}
@media only screen and (max-width: 1280px) {
  #honor .title {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 1036px) {
  #honor .title {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #honor {
    padding: 0.25rem 0.3rem;
  }
  #honor .list {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  #honor .item {
    width: 100%;
  }
  #honor .info {
    padding-left: var(--pm60);
    padding-right: var(--pm60);
  }
  #honor .title {
    font-size: 0.26rem;
    height: auto;
  }
  #honor .intro {
    height: auto;
  }
}
/*product-hgroup*/
.product-hgroup {
  margin-bottom: var(--pm70);
  width: 100%;
}
.product-hgroup .section-hgroup {
  width: 5.8rem;
  margin-bottom: 0;
}
.product-hgroup .intro {
  font-size: 0.24rem;
  color: #55575d;
  line-height: 1.66666667em;
  width: 6rem;
  padding-top: var(--pm55);
  max-width: 100%;
}
@media only screen and (max-width: 1036px) {
  .product-hgroup .section-hgroup,
  .product-hgroup .intro {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-hgroup .intro {
    font-size: 0.2rem;
    padding-top:0.2rem;
  }
}
/*innovation*/
.innovation {
  padding: var(--pm155) 0 var(--pm160);
}
.innovation .product-hgroup .intro {
  width: 6.7rem;
}
.innovation .product-hgroup .section-hgroup .alias,
.innovation .section-hgroup .alias,
.innovation .alias {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
/*product-tag*/
.section-tag {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.5em;
  color: rgba(var(--font-rgb), 0.6);
}
/*manipulator*/
.manipulator {
  background-color: #f1f0f1;
  border-radius: var(--br12);
  position: relative;
  overflow: hidden;
  margin-bottom: var(--pm40);
  width: 100%;
}
.manipulator .figure {
  padding-bottom: 53.33333333%;
}
.manipulator .text {
  position: absolute;
  left: 0;
  width: 40.55555556%;
  padding: var(--pm55) 3.33333333%;
  z-index: 2;
  top: 0;
}
.manipulator .section-tag {
  margin-bottom: 42.62295082%;
}
.manipulator .title {
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 1.5em;
  color: #000;
}
.manipulator .alias {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 2.16666667em;
  color: var(--main-color);
}
.manipulator .intro {
  color: #55575d;
  font-size: 0.2rem;
  line-height: 1.8em;
  margin-top: var(--pm35);
}
@media only screen and (max-width: 1280px) {
  .manipulator .title {
    font-size: 0.44rem;
  }
}
@media only screen and (max-width: 1036px) {
  .manipulator .section-tag {
    margin-bottom: 33%;
  }
  .manipulator .title {
    font-size: 0.32rem;
  }
  .manipulator .alias {
    font-size: 0.18rem;
  }
  .manipulator .intro {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 768px) {
  .manipulator .text {
    position: relative;
    width: 100%;
    padding: var(--pm55) var(--pm60);
  }
  .manipulator .section-tag {
    margin-bottom: 0.2rem;
  }
  .manipulator .title {
    font-size: 0.26rem;
  }
  .manipulator .alias {
    font-size: 0.18rem;
  }
  .manipulator .figure {
    padding-bottom: 86.48648649%;
  }
}
/*ecosystem*/
.ecosystem {
  width: 65.55555556%;
}
.ecosystem .info {
  background-color: #f3f3f3;
  border-radius: var(--br12);
  overflow: hidden;
}
.ecosystem .figure {
  width: 50.84745763%;
  border-radius: inherit;
}
.ecosystem .figure:after {
  padding-bottom: 113.33333333%;
}
.ecosystem .text {
  width: 49.15254237%;
  display: flex;
  align-items: center;
  position: relative;
  padding: var(--pm55) var(--pm60);
}
.ecosystem .section-tag {
  position: absolute;
  left: var(--pm60);
  top: var(--pm55);
}
.ecosystem .content {
  width: 100%;
  max-width: 3.6rem;
}
.ecosystem .title {
  font-size: 0.36rem;
  line-height: 1.33333333em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.3rem;
}
.ecosystem .intro {
  color: #55575d;
  font-size: 0.18rem;
  line-height: 1.77777778em;
}
@media only screen and (max-width: 1036px) {
  .ecosystem .title {
    font-size: 0.28rem;
  }
  .ecosystem .intro {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 768px) {
  .ecosystem {
    width: 100%;
    margin-bottom: var(--pm20);
  }
  .ecosystem .figure {
    width: 100%;
  }
  .ecosystem .text {
    width: 100%;
    display: block;
  }
  .ecosystem .section-tag {
    position: static;
    margin-bottom: 0.2rem;
  }
  .ecosystem .title {
    font-size: 0.26rem;
  }
}
/*workflow*/
.workflow {
  width: 33.33333333%;
}
.workflow .info {
  overflow: hidden;
  border-radius: var(--br12);
  position: relative;
}
.workflow .info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49.11764706%;
  background-image: linear-gradient(0deg, #000, transparent);
}
.workflow .figure {
  padding-bottom: 113.33333333%;
}
.workflow .img:nth-child(n+2) {
  display: none;
}
.workflow .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  color: #fff;
  padding: var(--pm55) var(--pm60) var(--pm60);
}
.workflow .section-tag {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: var(--pm45);
}
.workflow .title {
  font-size: 0.36rem;
  line-height: 1.33333333em;
  font-weight: 500;
  max-width: 8.05555556em;
}
.workflow .title span {
  display: none;
}
.workflow .title span:first-child {
  display: block;
}
.workflow .tab {
  font-size: 0.18rem;
  border: solid 0.01rem #5c5c5c;
  padding: var(--pm10);
  color: rgba(255, 255, 255, 0.2);
  border-radius: 1.94444444em;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.05rem);
}
.workflow .tab .btn {
  position: relative;
  display: flex;
  align-items: center;
}
.workflow .tab span {
  display: block;
  width: 25%;
  height: 2.77777778em;
  line-height: 2.77777778em;
  text-align: center;
  cursor: pointer;
  border-radius: 1.38888889em;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.workflow .tab span:not(.cur):hover {
  color: #fff;
}
.workflow .tab .cur {
  color: #000;
}
.workflow .tab i {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.38888889em;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 1036px) {
  .workflow .title {
    font-size: 0.28rem;
  }
  .workflow .tab {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 768px) {
  .workflow {
    width: 100%;
  }
  .workflow .title {
    font-size: 0.26rem;
  }
}
/*core-technology*/
.core-technology {
  position: relative;
  background-color: #020202;
  overflow: hidden;
}
.core-technology .figure:after {
  padding-bottom: 10.4rem;
}
.core-technology .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: var(--pm160) 0;
}
.core-technology .inner {
  height: 100%;
}
.core-technology .section-hgroup {
  color: #fff;
}
.core-technology .section-hgroup .alias {
  color: rgba(255, 255, 255, 0.6);
}
.core-technology .content {
  width: 31.11111111%;
  padding-top: var(--pm55);
  margin-right: var(--pm50);
}
.core-technology .intro {
  font-size: 0.22rem;
  line-height: 1.63636364em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: var(--pm140);
}
.core-technology .meta {
  color: #fff;
  gap: var(--pm90);
}
.core-technology .meta .item {
  width: 2rem;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height:auto;
}
.core-technology .meta .en {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
}
.core-technology .meta .cn {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.4);
  margin-top: var(--pm10);
}
.core-technology .meta span {
  font-size: 0.64rem;
  line-height: 1.5em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ec7738, #f3b56d);
}
.core-technology .meta .button-circle {display:none;}
@media only screen and (max-width: 1280px) {
  .core-technology .content {
    margin-right: 0;
  }
  .core-technology .meta {
    gap: var(--pm50);
  }
  .core-technology .figure:after {
    padding-bottom: 54.16666667%;
  }
}
@media only screen and (min-width: 1025px) {
    .core-technology .swiper-wrapper {
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
}
@media only screen and (max-width: 1036px) {
  .core-technology .text {
    position: static;
    height: auto;
  }
  .core-technology .content {
    width: 100%;
  }
  .core-technology .figure:after {
    padding-bottom: 70.76923077%;
  }
  .core-technology .meta {position:relative; z-index:5;}
  .core-technology .meta:before,.core-technology .meta:after {
    height: 100%;
    width: 30%;
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 5;
    top:0;
  }
  .core-technology .meta:before {
    left:0;
    background-image: linear-gradient(90deg, #020202, transparent);
  }
  .core-technology .meta:after {
    right: 0;
    background-image: linear-gradient(270deg, #f5f5f7, transparent);
  }
  .core-technology .meta .button-circle {display:block;position: absolute;
    top: 100%;
    right: 30%;
    opacity: 1;
    visibility: visible;
    z-index: 6;}
}
@media only screen and (max-width: 768px) {
    .core-technology .section-hgroup {margin-bottom:0;} 
    .core-technology .content {
        padding-top:0.2rem;
    }
    .core-technology .intro {margin-bottom:10%;}
  .core-technology .meta span {
    font-size: 0.36rem;
  }
}
/*boundary*/
.boundary {
  padding: var(--pm155) 0 var(--pm160);
  overflow: hidden;
}
.boundary .list {
  width: calc(100% + 0.6rem);
  position: relative;
  margin-bottom: var(--pm60);
}
.boundary .list .swiper {
  overflow: visible;
}
.boundary .list .swiper-slide {
  height: auto;
}
.boundary .list .info {
  background-color: #f6f6f6;
  border-radius: var(--br12);
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: var(--pm55) var(--pm40);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--pm100);
}
.boundary .list .value {
  color: var(--main-color);
  font-size: 0.6rem;
  line-height: 1.5em;
  font-family: 'OPPOSans';
  font-weight: 500;
}
.boundary .list .title {
  font-size: 0.2rem;
  line-height: 1.8em;
  font-weight: normal;
  color: rgba(var(--font-rgb), 0.6);
}
.boundary .list:hover .button-circle {
  opacity: 1;
}
.boundary .button-circle {
  right: 19.51612903%;
  top: 0;
  transform: translateY(-50%);
}
.boundary .explode {
  background-color: #f5f5f5;
  border-radius: var(--br12);
  overflow: hidden;
}
.boundary .explode .text {
  width: 24.16666667%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 var(--pm60);
}
.boundary .explode .section-tag {
  position: absolute;
  left: var(--pm60);
  top: var(--pm55);
}
.boundary .explode .title {
  font-weight: 500;
  font-size: 0.36rem;
  line-height: 1.33333333em;
  color: #000;
  margin-bottom: var(--pm25);
}
.boundary .explode .intro {
  color: #55575d;
  font-size: 0.18rem;
  line-height: 1.77777778em;
}
.boundary .explode .figure {
  width: 75.83333333%;
}
.boundary .explode .figure:after {
  padding-bottom: 56.26373626%;
}
@media only screen and (max-width: 1036px) {
  .boundary .explode .text {
    width: 100%;
    padding: var(--pm55);
  }
  .boundary .explode .section-tag {
    position: static;
    margin-bottom: var(--pm50);
  }
  .boundary .explode .figure {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .boundary .list .info {
    gap: var(--pm160);
  }
  .boundary .explode .title {
    font-size: 0.28rem;
  }
  .boundary .explode .section-tag {
      margin-bottom:0.2rem;
  }
}
/*applications*/
.applications {
  padding: var(--pm155) 0 var(--pm160);
  overflow: hidden;
}
.applications .list {
  width: calc(100% + 0.6rem);
}
.applications .list .swiper {
  overflow: visible;
}
.applications .list .swiper-slide {
  height: auto;
}
.applications .list .info {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: var(--br06) var(--br06) var(--br12) var(--br12);
  display: block;
  background-color: #f5f5f7;
}
.applications .list .figure {
  padding-bottom: 56.14035088%;
  border-radius: var(--br06);
}
.applications .list .text {
  padding: var(--pm55) 26.31578947% var(--pm85) var(--pm55);
}
.applications .list .num {
  font-size: 0.16rem;
  color: #55575d;
  font-weight: 500;
  line-height: 1.75em;
  margin-bottom: var(--pm15);
}
.applications .list .title {
  font-size: 0.36rem;
  line-height: 1.33333333em;
  font-weight: normal;
  color: #333;
  margin-bottom: var(--pm30);
}
.applications .list .excerpt {
  font-size: 0.2rem;
  line-height: 1.6em;
  color: #55575d;
  font-weight: 300;
}
.applications .swiper-dots {
  margin-top: var(--pm70);
}
@media only screen and (max-width: 1280px) {
  .applications .list {
    width: calc(100% + 0.5rem);
  }
}
@media only screen and (max-width: 1036px) {
  .applications .list {
    width: calc(100% + 0.4rem);
  }
}
@media only screen and (max-width: 768px) {
    .applications {padding: var(--pm190) 0 var(--pm200);}
  .applications .list {
    width: calc(100% + 0.16rem);
  }
  .applications .list .title {
    font-size: 0.26rem;
  }
}
/*breakthroughs*/
.breakthroughs {
  background-color: #f5f5f7;
  overflow: hidden;
  padding-top: var(--pm155);
  margin-bottom: var(--pm155);
}
.breakthroughs .content {
  padding-bottom: 11.11111111%;
  overflow: hidden;
}
.breakthroughs .content .list {
  padding-bottom: 56.25%;
  position: relative;
}
.breakthroughs .content .swiper {
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.breakthroughs .content .info {
  display: block;
  overflow: hidden;
  border-radius: var(--br12);
  position: relative;
}
.breakthroughs .content .info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: 5;
  transition: all 0.8s;
}
.breakthroughs .content .figure {
  padding-bottom: 56.25%;
}
.breakthroughs .content video {display:block; position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
.breakthroughs .content .text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6rem;
  padding: var(--pm60) var(--pm70) var(--pm60) var(--pm60);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  color: #fff;
  backdrop-filter: blur(0.05rem);
  opacity: 0;
  transition: all 0.3s;
}
.breakthroughs .content .num {
  font-size: 0.16rem;
  line-height: 1.5em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0.2rem;
}
.breakthroughs .content .title {
  font-size: 0.36rem;
  line-height: 1.33333333em;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.breakthroughs .content .intro {
  font-size: 0.22rem;
  line-height: 1.63636364em;
  color: rgba(255, 255, 255, 0.3);
}
.breakthroughs .content .swiper-slide-active .info:after {
  opacity: 0;
}
.breakthroughs .content .swiper-slide-active .text {
  opacity: 1;
}
.breakthroughs .content .swiper-pagination {
  right: var(--pm60);
  display: flex;
  flex-direction: column;
  gap: var(--pm20);
}
.breakthroughs .content .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
.breakthroughs .content .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
@media only screen and (max-width: 768px) {
    .breakthroughs {
        margin-bottom:0;
    }
  .breakthroughs .content .list,
  .breakthroughs .content .figure {
    padding-bottom: 150%;
  }
  .breakthroughs .content .text {
    width: 100%;
    height: auto;
  }
  .breakthroughs .content .title {
    font-size: 0.26rem;
  }
  .breakthroughs .content .intro {
    font-size: 0.18rem;
  }
}
/*slides*/
#slides .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
#slides .swiper-slide:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(110deg, #f2f2f2 8%, #ffffff 18%, #f2f2f2 33%);
  background-size: 200% 100%;
  opacity: 0;
  animation: banner-loading-shimmer 1.6s ease-in-out infinite;
  transition: opacity 0.4s ease;
}
#slides .swiper-slide.is-loading:before {
  opacity: 1;
}
#slides .swiper-slide.is-loaded:before {
  opacity: 0;
}
@keyframes banner-loading-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.img-loading-wrap {
  position: relative;
  overflow: hidden;
}
.img-loading-wrap img {
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.img-loaded img {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .img-loading-wrap img {
    transform: scale(1.008);
    transition-duration: 0.22s;
  }
}
.img-loading-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  background: linear-gradient(110deg, #f2f2f2 8%, #ffffff 18%, #f2f2f2 33%);
  background-size: 200% 100%;
  animation: banner-loading-shimmer 1.6s ease-in-out infinite;
  transition: opacity 0.4s ease;
}
.img-loaded > .img-loading-placeholder {
  opacity: 0;
}
#slides .swiper-slide.is-loading .figure {
  opacity: 0;
}
#slides .swiper-slide.is-loaded .figure {
  opacity: 1;
}
#slides .video-item {
  z-index: 1;
  pointer-events: none;
}
#slides .video-item.video-play {
  z-index: 1;
}
#slides .video-item video {
  opacity: 0;
  transition: opacity 0.6s ease;
}
#slides .video-item.video-play video,
#slides .video-item.video-ready video {
  opacity: 1;
}
#slides .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 18%;
  pointer-events: none;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
#slides .figure {
  padding-bottom: 9.6rem;
  opacity: 1;
  transition: opacity 0.6s ease;
}
#slides .img {
  transform: scale(1.08);
  transition: transform 5s ease, opacity 0.6s ease;
}
#slides .text {
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  left: 0;
  width: 100%;
  z-index: 12;
  opacity: 0;
  transition: all 2s;
}
#slides .tag {
  font-size: 0.4rem;
  line-height: 1.4em;
}
#slides .title {
  font-size: 0.8rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: var(--pm15);
}
#slides .intro {
  color: var(--main-color);
  font-size: 0.24rem;
  line-height: 1.33333333em;
}
#slides .button-more {
  margin-top: var(--pm60);
  gap: var(--pm20);
}
#slides .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--pm70);
}
#slides .swiper-slide-active .text {
  transform: translateY(-50%);
  opacity: 1;
}
#slides .swiper-slide-active .img {
  transform: scale(1);
}
@media only screen and (max-width: 1280px) {
  #slides .figure {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #slides .figure {
    padding-bottom: 100%;
  }
  #slides .tag {
    font-size: 0.22rem;
  }
  #slides .title {
    font-size: 0.36rem;
  }
  #slides .intro {
    font-size: 0.16rem;
  }
}
/*home-hgroup*/
.home-hgroup {
  padding-top: var(--pm40);
  margin-bottom: var(--pm80);
}
.home-hgroup .section-hgroup {
  margin-left: 0;
  margin-bottom: 0.2rem;
}
.home-hgroup .intro {
  font-size: 0.22rem;
  color: #55575d;
  line-height: 1.63636364em;
  max-width: 100%;
  max-width: 9.3rem;
}
.home-application-strip {
  position: relative;
  background: #090909;
  margin-top: var(--pm80);
  margin-bottom: var(--pm20);
}
.home-application-strip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #090909;
  z-index: 0;
}
.home-application-strip > * {
  position: relative;
  z-index: 1;
}
.home-application-before {
  background: #090909;
  color: #fff;
  padding: var(--pm55) var(--pm55) var(--pm55) 0;
  border-radius: 0;
  width: var(--cw);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home-application-before .section-hgroup,
.home-application-before .section-hgroup .name {
  color: #fff !important;
}
.home-application-before .section-hgroup .alias {
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6) !important;
}
.home-application-before .intro,
.home-first .home-application-before .intro {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media only screen and (max-width: 768px) {
  .home-application-strip {
    margin-top: var(--pm50);
    margin-bottom: var(--pm15);
  }
  .home-first {
    margin-top: var(--pm30);
  }
  .home-hgroup {
    padding-top: var(--pm30);
    margin-bottom: var(--pm50);
  }
  .home-hgroup .intro {
    font-size: 0.18rem;
  }
  .home-application-before {
    padding: var(--pm35);
    padding-left: var(--pm08);
    padding-bottom: var(--pm25);
    border-radius: 0;
  }
  body .home-application-before[data-aos="fade-right"][data-aos="fade-right"] {
    transform: none !important;
  }
  .home-first {
    padding-top: 0;
    padding-bottom: var(--pm80);
  }
  .home-pertal {
    margin-top: var(--pm70);
  }
  .home-boundary,
  .home-rd-center,
  .home-news,
  .home-product-matrix {
    padding-top: var(--pm80);
    padding-bottom: var(--pm80);
  }
  .home-application {
    padding-top: var(--pm50);
    padding-bottom: var(--pm80);
  }
  .home-history {
    padding-top: 0;
    padding-bottom: var(--pm80);
  }
  .home-research-foundation {
    padding-top: 0;
    padding-bottom: var(--pm50);
  }
  .home-breakthrough {
    padding-top: var(--pm100);
    padding-bottom: var(--pm50);
  }
}
/*home-first*/
.home-first {
  background-color: #fff;
  margin-top: var(--pm40);
  padding: 0 0 var(--pm80);
  color: var(--font-color);
}
.home-first .intro {
  max-width: 11.68rem;
}
.home-pertal {
  background-color: #fff;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-top: var(--pm150);
  margin-bottom: var(--pm40);
  width: 100%;
  color: var(--font-color);
}
.home-pertal .figure {
  padding-bottom: 53.33333333%;
}
.home-pertal .figure picture,
.home-pertal .figure .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-pertal .figure .img {
  object-fit: cover;
}
.home-pertal .figure:before,
.home-pertal .figure:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 18%;
  pointer-events: none;
}
.home-pertal .figure:before {
  top: 0;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-pertal .figure:after {
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-pertal .text {
  position: absolute;
  left: 0;
  padding: var(--pm35) 1.5%;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-first .home-pertal .top .section-tag,
.home-first .home-pertal .section-tag,
.home-pertal .top .section-tag,
.home-pertal .section-tag {
  margin-bottom: var(--pm35);
  font-size: 0.16rem;
  line-height: 1.5em;
  color: #55575d !important;
  -webkit-text-fill-color: #55575d !important;
}
.home-first .home-pertal .title,
.home-first .home-pertal .alias,
.home-first .home-pertal h4.title,
.home-first .home-pertal h5.alias,
.home-pertal .title,
.home-pertal .alias,
.home-pertal.onscale .title,
.home-pertal.onscale .alias,
.home-pertal.onscale .section-tag {
  color: var(--font-color) !important;
  -webkit-text-fill-color: var(--font-color) !important;
}
.home-pertal .title {
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 1.5em;
}
.home-pertal .alias {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 2.16666667em;
}
.home-pertal .bottom-intro {
  color: #55575d !important;
}
.home-pertal h5.alias {
  color: var(--font-color) !important;
  -webkit-text-fill-color: var(--font-color) !important;
}
.home-pertal .list {
  position: absolute;
  bottom: var(--pm60);
  left: 3.33333333%;
}
.home-pertal .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pm10);
}
.home-pertal .list li {
  width: 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: var(--br12);
  padding: var(--pm40) var(--pm30);
}
.home-pertal .list .icon {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  object-fit: contain;
  margin-bottom: var(--pm35);
}
.home-pertal .button-circle {
  right: 18.55555556%;
  bottom: 0;
  margin-bottom: 10.22222222%;
}
.home-pertal:hover .button-circle {
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .home-pertal .title {
    font-size: 0.44rem;
  }
}
@media only screen and (max-width: 1036px) {
  .home-pertal .section-tag {
    font-size: 0.18rem;
  }
  .home-pertal .title {
    font-size: 0.26rem;
  }
  .home-pertal .alias {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-pertal .text {
    position: relative;
    left: auto;
    top: auto;
    padding-left: var(--pm35);
    padding-right: var(--pm35);
  }
  .home-pertal .top,
  .home-pertal .info {
    margin-left: 0;
    padding-left: 0;
  }
  .home-pertal .section-tag {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
  }
  .home-pertal .list {
    position: static;
    margin-top: 0.5rem;
    margin-left: calc(var(--pm15) * -1);
  }
  .home-pertal .list ul {
    gap: 2%;
  }
  .home-pertal .list li {
    width: 32%;
  }
  .home-pertal .figure {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 81.3559322%;
  }
}
/*home-ecosystem*/
.home-ecosystem {
  width: 66.66666667%;
}
.home-ecosystem .info {
  background-color: #f3f3f3;
  border-radius: var(--br12);
  overflow: hidden;
}
.home-ecosystem .figure {
  width: 56.66666667%;
  border-radius: inherit;
}
.home-ecosystem .figure:after {
  padding-bottom: 111.76470588%;
}
.home-ecosystem .text {
  width: 43.33333333%;
  display: flex;
  align-items: center;
  position: relative;
  padding: var(--pm55) var(--pm60);
}
.home-ecosystem .section-tag {
  position: absolute;
  left: var(--pm60);
  top: var(--pm55);
}
.home-ecosystem .content {
  width: 100%;
  max-width: 3.6rem;
}
.home-ecosystem .title {
  font-size: 0.36rem;
  line-height: 1.33333333em;
  font-weight: 500;
  color: #000;
  margin-bottom: var(--pm25);
}
.home-ecosystem .intro {
  color: var(--main-color);
  font-size: 0.2rem;
  line-height: 1.6em;
}
@media only screen and (max-width: 1036px) {
  .home-ecosystem .title {
    font-size: 0.28rem;
  }
  .home-ecosystem .intro {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-ecosystem {
    width: 100%;
    margin-bottom: var(--pm40);
  }
  .home-ecosystem .figure {
    width: 100%;
  }
  .home-ecosystem .text {
    width: 100%;
    display: block;
  }
  .home-ecosystem .section-tag {
    position: static;
    margin-bottom: 0.2rem;
  }
  .home-ecosystem .content {
    max-width: none;
  }
  .home-ecosystem .title {
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }
}
/*home-workflow*/
.home-workflow {
  width: 31.11111111%;
}
.home-workflow .info {
  overflow: hidden;
  border-radius: var(--br12);
  position: relative;
}
.home-workflow .figure {
  padding-bottom: 135.71428571%;
}
.home-workflow .img:nth-child(n+2) {
  display: none;
}
.home-workflow .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  color: #fff;
  padding: var(--pm55) var(--pm60) var(--pm60);
}
.home-workflow .section-tag {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: var(--pm45);
}
.home-workflow .title {
  font-size: 0.36rem;
  line-height: 1.33333333em;
  font-weight: 500;
  max-width: 8.05555556em;
  margin-bottom: var(--pm30);
}
.home-workflow .intro {
  font-size: 0.2rem;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.4);
}
.home-workflow .tab {
  font-size: 0.18rem;
  border: solid 0.01rem #5c5c5c;
  padding: var(--pm10);
  color: rgba(255, 255, 255, 0.2);
  border-radius: 1.94444444em;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.05rem);
}
.home-workflow .tab .btn {
  display: flex;
  align-items: center;
  position: relative;
}
.home-workflow .tab span {
  display: block;
  width: 25%;
  height: 2.77777778em;
  line-height: 2.77777778em;
  text-align: center;
  cursor: pointer;
  border-radius: 1.38888889em;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.home-workflow .tab span:not(.cur):hover {
  color: #fff;
}
.home-workflow .tab .cur {
  color: #000;
}
.home-workflow .tab i {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.38888889em;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 1036px) {
  .home-workflow .title {
    font-size: 0.28rem;
  }
  .home-workflow .intro {
    font-size: 0.16rem;
  }
  .home-workflow .tab {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-workflow {
    width: 100%;
  }
  .home-workflow .section-tag {
    margin-bottom: 0.2rem;
  }
  .home-workflow .title {
    margin-bottom: 0.3rem;
    font-size: 0.26rem;
  }
}
/*information*/
#information {
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  padding: var(--pm80) 0 var(--pm60);
}
#information .section-hgroup .alias {
  color: rgba(255, 255, 255, 0.2);
}
#information .section-hgroup .name {
  font-size: 0.36rem;
  line-height: 1.33333333em;
}
#information .info .item {
  width: 49.44444444%;
}
#information .info .box {
  border: solid 0.01rem #1f1f1f;
  border-radius: var(--br12);
  background-color: #101010;
  padding: var(--pm35) var(--pm50);
}
#information .info .section-tag {
  color: rgba(255, 255, 255, 0.1);
  margin-bottom: var(--pm80);
}
#information .info .meta {
  font-weight: 500;
  font-size: 0.36rem;
  line-height: 1.33333333em;
  display: flex;
  margin-bottom: var(--pm10);
}
#information .info .meta strong {
  display: block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, #ec7738, #f3b56d);
}
#information .info .name {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1036px) {
  #information .section-hgroup .name {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 768px) {
  #information .section-hgroup .name {
    font-size: 0.26rem;
  }
  #information .info {
    gap: var(--pm20);
  }
  #information .info .meta {
    font-size: 0.28rem;
  }
  #information .info .item {
    width: 100%;
  }
}
/*home-news*/
.home-news {
  background-color: #f5f5f7;
  padding: var(--pm140) 0 var(--pm160);
  overflow: hidden;
}
.home-news .section-hgroup {
  margin-bottom: var(--pm80);
}
.home-news .list {
  border-top: 0.01rem solid rgba(var(--font-rgb), 0.1);
}
.home-news .list .item {
  padding: var(--pm40) 0;
  border-bottom: 0.01rem solid rgba(var(--font-rgb), 0.1);
}
.home-news .list .tag {
  font-size: 0.2rem;
  line-height: 2.4em;
  padding: var(--pm25) 0;
  color: rgba(var(--font-rgb), 0.6);
  width: 3rem;
}
.home-news .list .content {
  width: calc(100% - 3.9rem);
  display: flex;
  justify-content: space-between;
}
.home-news .list .figure {
  width: 2.4rem;
  border-radius: var(--br06);
}
.home-news .list .figure:after {
  padding-bottom: 66.66666667%;
}
.home-news .list .text {
  width: calc(100% - 3.4rem);
  padding: var(--pm25) 0;
}
.home-news .list .title {
  max-width: 20.83333333em;
  font-size: 0.32rem;
  line-height: 1.33333333em;
  height: 2.72222222em;
  font-weight: 500;
}
.home-news .list a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
 .home-news  .swiper-wrapper{ display:block}
}
@media only screen and (max-width: 1036px) {
  .home-news .list .tag {
    width: 2.5rem;
  }
  .home-news .list .content,
  .home-news .list .text {
    width: calc(100% - 2.8rem);
  }
  .home-news .list .title {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-news .list .tag,
  .home-news .list .figure,
  .home-news .list .text {
    width: 100%;
  }
  .home-news .list .content {
    flex-direction: column;
    width: 100%;
  }
  .home-news .list .title {
    font-size: 0.24rem;
  }
  .home-news .list a {
    flex-direction: column;
  }
  .home-news .list .figure:after {
  padding-bottom:42.55556%;
}

.home-news .swiper-pagination {
  display: flex;
  justify-content:center;
  position:relative;
  gap: var(--pm20);
  padding-top:.2rem;
}
.home-news .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #493939;
  opacity: 1;
  transition: all 0.3s;
}
.home-news .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

}
/*home-rd-center*/
.home-rd-center {
  padding: var(--pm140) 0;
  overflow: hidden;
  background: #fff;
}
.home-rd-center .section-hgroup {
  margin-bottom: var(--pm80);
}
.home-rd-center .section-hgroup,
.home-rd-center .section-hgroup .name {
  color: var(--font-color);
}
.home-rd-center .section-hgroup .alias {
  color: rgba(var(--font-rgb), 0.6);
}
.home-rd-center .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--pm30);
}
.home-rd-center .right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: var(--pm30);
}
.home-rd-center .item {
  position: relative;
  overflow: hidden;
  border-radius: var(--br12);
}
.home-rd-center .figure {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.home-rd-center .figure:after {
  content: '';
  display: block;
}
.home-rd-center .large .figure:after {
  padding-bottom: 76.66666667%;
}
.home-rd-center .small .figure:after {
  padding-bottom: 36.66666667%;
}
.home-rd-center .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s;
}
.home-rd-center .large .img {
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
.home-rd-center .item:hover .img {
  transform: scale(1.05);
}
.home-rd-center .large:hover .img {
  transform: translateX(-50%) scale(1.05);
}
.home-rd-center .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  padding: 0rem 0.12rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
}
.home-rd-center .title {
  flex: none;
  font-size: 0.18rem;
  line-height: 1.25em;
  font-weight: 600;
  white-space: nowrap;
}
.home-rd-center .summary {
  flex: none;
  min-width: 0;
  margin-top: 0;
  font-size: 0.18rem;
  line-height: 1.25em;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-rd-center .item:after {
  content: '';
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-rd-center .content {
    grid-template-columns: 1fr;
  }
  .home-rd-center .large .figure:after,
  .home-rd-center .small .figure:after {
    padding-bottom: 56.25%;
  }
  .home-rd-center .info {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.02rem 0.08rem;
  }
  .home-rd-center .title,
  .home-rd-center .summary {
    font-size: 0.16rem;
  }
}
/*home-history*/
.home-history {
  background-color: #fff;
  color: var(--font-color);
  padding: 0 0 var(--pm140);
  overflow: hidden;
}
.home-history .section-hgroup {
  margin-bottom: var(--pm80);
}
.home-history .home-hgroup .alias {
  color: rgba(var(--font-rgb), 0.6);
}
.home-history .home-hgroup .name {
  color: var(--font-color);
}
.home-history .home-hgroup .intro {
  color: #55575d;
}
.home-history .content .list {
  border-top: 0.01rem solid rgba(var(--font-rgb), 0.1);
  position: relative;
  overflow: hidden;
}
.home-history .content .list:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 5.10204082%;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(0deg, #fff, transparent);
  width: 100%;
}
.home-history .content .item {
  border-bottom: 0.01rem solid rgba(var(--font-rgb), 0.1);
}
.home-history .content .item:last-child {
  border-bottom: none;
}
.home-history .content .item:nth-child(n+6) {
  display: none;
}
.home-history .content .info {
  display: flex;
  justify-content: space-between;
  padding: var(--pm35) 0 var(--pm45);
  position: relative;
}
.home-history .content .info:before {
  width: 0.1rem;
  height: 100%;
  background: url(../images/history_line@2x.png) repeat-y center top;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  left: 1.85rem;
  top: 0;
}
.home-history .content .date {
  font-size: 0.2rem;
  line-height: 2.2em;
  font-weight: 500;
  color: rgba(var(--font-rgb), 0.6);
  width: 1.85rem;
}
.home-history .content .text {
  width: calc(100% - 1.85rem);
  padding-left: 2.05rem;
  position: relative;
}
.home-history .content .title {
  font-size: 0.3rem;
  line-height: 1.22222222em;
  font-weight: 500;
  margin-bottom: var(--pm20);
}
.home-history .content .title:before {
  width: 1.11111111em;
  height: 0.01rem;
  background-color: #fc6a1d;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.home-history .content .intro {
  font-size: 0.18rem;
  color: #55575d;
  line-height: 1.63636364em;
}
.home-history .content .button-more {
  margin-top: var(--pm50);
  display: none;
}
.home-history .content .button-more .more {
  margin-left: 1.85rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .home-history .content .info {
    display: block;
    padding: var(--pm25) 0 var(--pm30);
  }
  .home-history .content .info:before {
    left: 0;
  }
  .home-history .content .date {
    width: 100%;
    padding-left: 0.6rem;
    line-height: 1.45em;
    margin-bottom:0.15rem;
    font-size:0.18rem;
  }
  .home-history .content .text {
    padding-left: 0.6rem;
    width: 100%;
  }
  .home-history .content .title {
    font-size: 0.24rem;
    margin-bottom:0.15rem;
  }
  .home-history .content .title::before {top:0.4em;}
  .home-history .content .intro {
    font-size: 0.18rem;
  }
}
/*home-boundary*/
.home-boundary {
  padding: var(--pm140) 0;
  overflow: hidden;
  background-color: #090909;
  color: #fff;
}
.home-boundary .home-hgroup .alias {
  color: rgba(255, 255, 255, 0.6);
}
.home-boundary .home-hgroup .intro {
  color: rgba(255, 255, 255, 0.4);
}
.home-boundary .home-boundary-hgroup {
  margin-bottom: var(--pm80);
}
.home-boundary .list {
  width: calc(100% + 0.6rem);
  position: relative;
  margin-bottom: var(--pm60);
}
.home-boundary .list .swiper {
  overflow: visible;
}
.home-boundary .list .swiper-slide {
  height: auto;
}
.home-boundary .list .info {
  background-color: #101010;
  border: 0.01rem solid rgba(255, 255, 255, 0.1);
  border-radius: var(--br12);
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: var(--pm55) var(--pm40);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--pm100);
}
.home-boundary .list .value {
  color: var(--main-color);
  font-size: 0.6rem;
  line-height: 1.5em;
  font-family: 'OPPOSans';
  font-weight: 500;
  white-space:nowrap;
}
.home-boundary .list .title {
  font-size: 0.2rem;
  line-height: 1.8em;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.home-boundary .button-circle {
  display: none;
}
.home-boundary .list:hover .button-circle {
  opacity: 0;
}
@media only screen and (max-width: 1280px) {
  .home-boundary .list {
    width: calc(100% + 0.5rem);
  }
}
@media only screen and (max-width: 1280px) {
  .home-boundary .list {
    width: calc(100% + 0.35rem);
  }
}
@media only screen and (max-width: 768px) {
  .home-boundary .list {
    width: calc(100% + 0.16rem);
  }
  .home-boundary .list .info {
    gap: var(--pm160);
  }
  .home-boundary .list .value {
    font-size: 0.5rem;
  }
}
/*home-breakthrough*/
.home-breakthrough {
  background-color: #f5f5f7;
  overflow: hidden;
  padding: var(--pm100) 0 var(--pm80);
  color: var(--font-color);
}
.home-breakthrough .home-hgroup .alias {
  color: rgba(var(--font-rgb), 0.6);
}
.home-breakthrough .home-hgroup .name {
  color: var(--font-color);
  font-size: 0.36rem;
  line-height: 1.33333333em;
}
.home-breakthrough .home-hgroup .intro {
  max-width: 7.4rem;
  color: #55575d;
}
.home-breakthrough .content {
  padding-bottom: 11.11111111%;
  overflow: hidden;
  border-radius: var(--br12) var(--br12) 0 0;
}
.home-breakthrough .content .list {
  padding-bottom: 56.25%;
  position: relative;
}
.home-breakthrough .content .swiper {
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-breakthrough .content .info {
  display: block;
  overflow: hidden;
  border-radius: var(--br12);
  position: relative;
}
.home-breakthrough .content .info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: 5;
  transition: all 0.8s;
}
.home-breakthrough .content .figure {
  padding-bottom: 56.25%;
}
.home-breakthrough .content video {position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
.home-breakthrough .content .text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6.3rem;
  padding: var(--pm60);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.home-breakthrough .content .num {
  font-size: 0.16rem;
  line-height: 1.5em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0.2rem;
}
.home-breakthrough .content .title {
  font-size: 0.36rem;
  line-height: 1.33333333em;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.home-breakthrough .content .intro {
  font-size: 0.22rem;
  line-height: 1.63636364em;
  color: rgba(255, 255, 255, 0.3);
}
.home-breakthrough .content .swiper-slide-active .info:after {
  opacity: 0;
}
.home-breakthrough .content .swiper-slide-active .text {
  opacity: 1;
}
.home-breakthrough .content .swiper-pagination {
  right: var(--pm60);
  display: flex;
  flex-direction: column;
  gap: var(--pm20);
  top:50%;
  transform:translateY(-50%);
}
.home-breakthrough .content .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
.home-breakthrough .content .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
@media only screen and (max-width: 1036px) {
  .home-breakthrough .home-hgroup .name {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-breakthrough .home-hgroup .name {
    font-size: 0.26rem;
  }
  .home-breakthrough .content .list,
  .home-breakthrough .content .figure {
    padding-bottom: 150%;
  }
  .home-breakthrough .content .text {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 0.3rem;
  }
  .home-breakthrough .content .title {
    font-size: 0.26rem;
  }
  .home-breakthrough .content .intro {
    font-size: 0.18rem;
  }
}

@media only screen and (max-width: 640px) {
  .home-breakthrough .content .list,
  .home-breakthrough .content .figure {
    padding-bottom: 55%;
  }
}
/*home-application*/
.home-application {
  background-color: #fff;
  overflow: hidden;
  padding: var(--pm90) 0 var(--pm140);
  color: var(--font-color);
}
.home-application .home-hgroup .section-hgroup .name {
  color: var(--font-color);
}
.home-application .home-hgroup .intro {
  max-width: none;
}
.home-application .list {
  width: 100%;
}
.home-application .list .swiper {
  overflow: visible;
}
.home-application .list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--pm30);
  transform: none !important;
}
.home-application .list .swiper-slide {
  width: auto !important;
  margin-right: 0 !important;
}
.home-application .list .figure {
  padding-bottom: 56.25%;
}
.home-application .list .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.16rem 0.24rem;
  width: 100%;
  max-width: none;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0;
  transform: none;
}
.home-application .list .title {
  flex: none;
  font-size: 0.18rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
}
.home-application .list .intro {
  flex: none;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 1.5em;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-application .list .info {
  display: block;
  overflow: hidden;
  border-radius: var(--br12);
  position: relative;
  color: #fff;
}
.home-application .list:hover .button-circle {
  opacity: 1;
}
.home-application .button-circle {
  display: none;
}
.home-application .swiper-dots {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-application .list .swiper-wrapper {
    grid-template-columns: 1fr;
  }
  .home-application .list .text {
    padding: 0.12rem 0.18rem;
    gap: 0.08rem;
  }
  .home-application .list .title,
  .home-application .list .intro {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 1280px) {
  .home-application .list {
    width: 100%;
  }
}
@media only screen and (max-width: 1036px) {
  .home-application .list {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-application .list {
    width: 100%;
  }
  .home-application .list .title {
    font-size: 0.26rem;
  }
  .home-application .list .intro {
    font-size: 0.16rem;
  }
}
/*home-technology*/
.home-technology {
  overflow: hidden;
  background-color: #000;
  position: relative;
  padding-bottom: var(--pm100);
}
.home-technology .figure {
  padding-bottom: 10.8rem;
}
.home-technology .text {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.home-technology .inner {
  height: 100%;
}
.home-technology .home-hgroup {
  padding: 10.55555556% 0;
  width: 8.2rem;
  max-width: 100%;
  margin-bottom: 0;
}
.home-technology .section-hgroup,
.home-technology .section-hgroup .name {
  color: #fff;
}
.home-technology .section-hgroup .name {
  font-size: 0.36rem;
  line-height: 1.33333333em;
}
.home-technology .section-hgroup .alias {
  color: rgba(255, 255, 255, 0.6);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
}
.home-technology .intro,
.home-technology .home-hgroup .intro {
  color: var(--main-color);
}
.home-technology .meta {
  width: 3rem;
  height: 100%;
  padding: 6.66666667% 0 var(--pm30);
  position: relative;
  display: none;
}
.home-technology .meta:before,
.home-technology .meta:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 5;
}
.home-technology .meta:before {
  height: 50%;
  background-image: linear-gradient(180deg, #000 50%, transparent);
  top: 0;
}
.home-technology .meta:after {
  height: 31.48148148%;
  background-image: linear-gradient(0deg, #000 50%, transparent);
  bottom: 0;
}
.home-technology .meta .swiper {
  height: 100%;
}
.home-technology .meta .en {
  font-size: 0.16rem;
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.35);
}
.home-technology .meta .mid {
  display: flex;
  font-size: 0.64rem;
  line-height: 1.5em;
  margin-bottom: var(--pm10);
}
.home-technology .meta .mid span {
  display: block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ec7738, #f3b56d);
}
.home-technology .meta .cn {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.72);
}
@media only screen and (max-width: 1280px) {
  .home-technology .figure {
    padding-bottom: 56.25%;
  }
}
@media only screen and (max-width: 1036px) {
  .home-technology .home-hgroup {
    width: 7.2rem;
    padding: 6% 0;
  }
  .home-technology .section-hgroup .name {
    font-size: 0.28rem;
  }
  .home-technology .meta {
    width: 2rem;
    padding-top: 6%;
  }
  .home-technology .meta .mid {
    font-size: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-technology {
    padding-bottom: var(--pm60);
  }
  .home-technology .figure {
    padding-bottom: 100%;
  }
  .home-technology .text {
    position: relative;
    height: auto;
  }
  .home-technology .inner {
    height: auto;
  }
  .home-technology .home-hgroup {
    width: 100%;
    padding: 10% 0;
  }
  .home-technology .section-hgroup .name {
    font-size: 0.26rem;
  }
  .home-technology .meta {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: var(--pm50);
  }
  .home-technology .meta:before,
  .home-technology .meta:after {
    height: 100%;
    width: 30%;
  }
  .home-technology .meta:before {
    height: 100%;
    width: 30%;
    background-image: linear-gradient(90deg, #f5f5f7, transparent);
  }
  .home-technology .meta:after {
    left: auto;
    right: 0;
    background-image: linear-gradient(270deg, #f5f5f7, transparent);
  }
  .home-technology .meta .swiper {
    position: relative;
    height: auto;
  }
  .home-technology .meta .mid {
    font-size: 0.36rem;
  }
  .home-technology .meta .en {
    font-size: 0.14rem;
  }
  .home-technology .button-circle {
    position: absolute;
    top: 100%;
    right: 30%;
    opacity: 1;
    visibility: visible;
    z-index: 6;
  }
}
/*home-product-matrix*/
.home-product-matrix {
  background: #ffffff;
  padding: 0 0 var(--pm140);
  overflow: visible;
}
.home-product-matrix .inner {
  position: relative;
  overflow: visible;
}
.home-product-matrix .home-hgroup {
  position: absolute;
  left: var(--pm60);
  top: var(--pm60);
  z-index: 2;
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.home-product-matrix .section-hgroup .alias,
.home-product-matrix .section-hgroup .name {
  color: #1a1a1a;
}
.home-product-matrix .section-hgroup .name .orange {
  color: #ec7738;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.home-product-matrix .figure {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
  overflow: visible;
  position: relative;
}
.home-product-matrix .figure:before,
.home-product-matrix .figure:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1.2rem;
  pointer-events: none;
}
.home-product-matrix .figure:before {
  top: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-product-matrix .figure:after {
  bottom: 0;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-product-matrix .figure picture {
  display: block;
  position: relative;
}
.home-product-matrix .img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .home-product-matrix {
    padding: 0 0 var(--pm60);
  }
  .home-product-matrix .home-hgroup {
    left: var(--pm30);
    top: var(--pm30);
    margin-bottom: 0;
  }
  .home-product-matrix .figure:before,
  .home-product-matrix .figure:after {
    height: 0.7rem;
  }
}
/*home-research-foundation*/
.home-research-foundation {
  background-color: #090909;
  overflow: hidden;
  color: #fff;
  padding: 0 0 var(--pm70);
}
.home-research-foundation .home-hgroup {
  margin-bottom: 0;
}
.home-research-foundation .home-hgroup .alias {
  color: rgba(255, 255, 255, 0.6);
}
.home-research-foundation .home-hgroup .name {
  color: #fff;
}
.home-research-foundation .home-hgroup .intro {
  color: rgba(255, 255, 255, 0.4);
}
/*home-founder*/
.home-founder {
  background-color: #090909;
  overflow: hidden;
  color: #fff;
  padding: var(--pm60) 0 var(--pm80);
}
.home-founder .home-hgroup .alias {
  color: rgba(255, 255, 255, 0.6);
}
.home-founder .home-hgroup .intro {
  color: rgba(255, 255, 255, 0.4);
}
.home-founder .tag {
  font-size: 0.16rem;
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.3);
}
.home-founder .linear {
  display: flex;
}
.home-founder .linear span {
  display: block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ec7738, #f3b56d);
}
.home-founder .item {
  position: relative;
}
.home-founder .item:after {
  display: block;
  content: '';
}
.home-founder .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
}
.home-founder .intro {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.4);
}
.home-founder .left {
  width: 42.22222222%;
}
.home-founder .right {
  width: 55.55555556%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-founder .nature {
  position: relative;
  margin-bottom: 5.26315789%;
}
.home-founder .nature:after {
  display: block;
  content: '';
  padding-bottom: 69.73684211%;
}
.home-founder .nature .info {
  padding: var(--pm45) var(--pm55) var(--pm35);
  background-image: url(../images/home_founder_01@2x.png);
}

.home-founder .nature .tag {
  margin-bottom: var(--pm45);
}
.home-founder .nature .title {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 500;
  font-family: 'OPPOSans';
  margin-bottom: var(--pm15);
}
.home-founder .publication-hgroup {
  margin-bottom: var(--pm40);
}
.home-founder .publication-hgroup .alias {
  color: rgba(255, 255, 255, 0.6);
}
.home-founder .award {
  margin-top: -10.52631579%;
}
.home-founder .award:after {
  padding-bottom: 56.57894737%;
}
.home-founder .award .info {
  background-image: url(../images/home_founder_02@2x.png);
  padding: var(--pm60) var(--pm55);
}
.home-founder .award .tag {
  margin-bottom: var(--pm25);
}
.home-founder .award .title {
  font-size: 0.48rem;
  line-height: 1.33333333em;
  margin-bottom: var(--pm15);
  font-weight: 500;
}
.home-founder .profile {
  margin-bottom: 4%;
  width: 100%;
}
.home-founder .profile:after {
  padding-bottom: 53%;
}
.home-founder .profile .info {
  background-image: url(../images/home_founder_04@2x.png);
}
.home-founder .profile .photo {
  position: absolute;
  left: 0.01rem;
  bottom: 0.01rem;
  width: 54.4%;
}
.home-founder .profile .photo:after {
  padding-bottom: 95.58823529%;
  display: block;
  content: '';
}
.home-founder .profile .photo img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: contain;
}
.home-founder .profile .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--pm60) var(--pm55) var(--pm60) 57%;
}
.home-founder .profile .tag {
  margin-bottom: var(--pm100);
}
.home-founder .profile .title {
  font-size: 0.4rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  margin-bottom: var(--pm25);
}
.home-founder .profile .intro p {
  position: relative;
  padding-left: 1em;
}
.home-founder .profile .intro p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: #939393;
  top: 0.75em;
}
.home-founder .meta {
  width: 49%;
}
.home-founder .meta:after {
  padding-bottom: 88%;
}
.home-founder .meta .info {
  background-image: url(../images/home_founder_03@2x.png);
  padding: var(--pm45) var(--pm45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.home-founder .meta .tag {
  margin-bottom: var(--pm30);
}
.home-founder .meta .title {
  font-size: 0.8rem;
  line-height: 1.5em;
  margin-bottom: var(--pm15);
}
.home-founder .meta .meta-image {
  width: 42%;
  margin: 0 auto var(--pm25);
}
.home-founder .meta .meta-image img {
  display: block;
  width: 100%;
  max-height: 2.45rem;
  height: auto;
  object-fit: contain;
}
.home-founder .meta .medal-image {
  height: 1.3rem;
  background: url(../../../../upload/image/2026-07/1784182286808.png) no-repeat center center;
  background-size: contain;
}
.home-founder .meta .certificate-image {
  width: 56%;
}
.home-founder .meta .intro {
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1280px) {
  .home-founder .nature .tag {
    margin-bottom: var(--pm60);
  }
  .home-founder .nature .title {
    font-size: 0.8rem;
  }
  .home-founder .award .info {
    padding-top: var(--pm50);
    padding-bottom: var(--pm50);
  }
  .home-founder .award .tag {
    margin-bottom: var(--pm30);
  }
  .home-founder .award .title {
    font-size: 0.38rem;
  }
  .home-founder .meta .info {
    padding: var(--pm30) var(--pm40);
  }
  .home-founder .meta .title {
    font-size: 0.6rem;
  }
  .home-founder .profile .tag {
    margin-bottom: var(--pm50);
  }
}
@media only screen and (max-width: 1036px) {
  .home-founder .intro {
    font-size: 0.18rem;
  }
  .home-founder .nature .title {
    font-size: 0.6rem;
  }
  .home-founder .award .title {
    font-size: 0.28rem;
  }
  .home-founder .award:after {
    display: none;
  }
  .home-founder .award .info {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pm30);
  }
  .home-founder .meta .tag {
    margin-bottom: var(--pm10);
  }
  .home-founder .meta .title {
    font-size: 0.5rem;
    line-height: 1.25em;
    margin-bottom: var(--pm10);
  }
  .home-founder .profile .text {
    padding-left: 45%;
  }
  .home-founder .profile .tag {
    margin-bottom: var(--pm30);
  }
  .home-founder .profile .title {
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-founder .content {
    flex-direction: column;
    gap: var(--pm40);
  }
  .home-founder .left,
  .home-founder .right {
    width: 100%;
  }
  .home-founder .intro {
    font-size: 0.16rem;
  }
  .home-founder .nature .tag {
    margin-bottom: var(--pm100);
  }
  .home-founder .award:after {
    display: none;
  }
  .home-founder .award .info {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pm30);
  }
  .home-founder .meta .title {
    font-size: 0.4rem;
  }
  .home-founder .profile .tag {
    margin-bottom: var(--pm20);
  }
  .home-founder .profile .title {
    font-size: 0.32rem;
  }

}
/*button-circle*/
.button-circle {
  font-size: 0.2rem;
  width: 6em;
  position: absolute;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
}
.button-circle .circle {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/button_circle.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.button-circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.button-circle text {
  font-size: 10px;
  fill: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.165em;
}
.button-circle .more:after {
  width: 13.33333333%;
  padding-bottom: 13.33333333%;
  background: url(../images/button_circle_more.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button-circle .arrow .prev,
.button-circle .arrow .next {
  width: 0.35em;
  height: 0.6em;
  background: no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.button-circle .arrow .prev {
  left: 25%;
  background-image: url(../images/swiper_prev_white.svg);
}
.button-circle .arrow .next {
  right: 25%;
  background-image: url(../images/swiper_next_white.svg);
}
@media only screen and (max-width: 768px) {
  .button-circle {
    width: 4em;
  }
}
@media only screen and (max-width: 768px) {
  [data-aos] {
    transition-duration: 1.2s !important;
    transition-delay: 0s !important;
  }
  [data-aos][data-aos],
  [data-aos][data-aos][data-aos-delay],
  [data-aos][data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s !important;
  }
  [data-aos][data-aos][data-aos-duration] {
    transition-duration: 1.2s !important;
  }
  [data-aos^="fade"][data-aos^="fade"],
  [data-aos^="zoom"][data-aos^="zoom"],
  [data-aos^="slide"][data-aos^="slide"],
  [data-aos^="flip"][data-aos^="flip"] {
    opacity: 0;
  }
  body [data-aos="fade-up"][data-aos="fade-up"],
  body [data-aos="slide-up"][data-aos="slide-up"] {
    transform: translate3d(0, 36px, 0) !important;
  }
  body [data-aos="fade-down"][data-aos="fade-down"],
  body [data-aos="slide-down"][data-aos="slide-down"] {
    transform: translate3d(0, -36px, 0) !important;
  }
  body [data-aos="fade-left"][data-aos="fade-left"],
  body [data-aos="slide-left"][data-aos="slide-left"] {
    transform: translate3d(36px, 0, 0) !important;
  }
  body [data-aos="fade-right"][data-aos="fade-right"],
  body [data-aos="slide-right"][data-aos="slide-right"] {
    transform: translate3d(-36px, 0, 0) !important;
  }
  body [data-aos="fade-up-left"][data-aos="fade-up-left"] {
    transform: translate3d(36px, 36px, 0) !important;
  }
  body [data-aos="fade-up-right"][data-aos="fade-up-right"] {
    transform: translate3d(-36px, 36px, 0) !important;
  }
  body [data-aos="fade-down-left"][data-aos="fade-down-left"] {
    transform: translate3d(36px, -36px, 0) !important;
  }
  body [data-aos="fade-down-right"][data-aos="fade-down-right"] {
    transform: translate3d(-36px, -36px, 0) !important;
  }
  body [data-aos^="zoom"][data-aos^="zoom"] {
    transform: translate3d(0, 36px, 0) scale(0.98) !important;
  }
  body [data-aos^="flip"][data-aos^="flip"] {
    transform: perspective(1200px) rotateX(3deg) !important;
  }
  [data-aos].aos-animate {
    opacity: 1;
    transform: none !important;
  }
  [data-element] {
    --y: 36px;
    transition-duration: 1.2s;
  }
  [data-element]:not(.active) {
    transform: translate3d(0, 36px, 0);
  }
}
@media only screen and (min-width: 768px) {
    .home-technology .meta .swiper {
        height: 50%;
        transform: translate(0,50%);
    }
}
.founder_swiper {
    position: relative;
}

.founder_swiper .swiper-pagination {
    left: 0;
    bottom: 0.3rem;
    text-align: center;
    width: 100%;
}

.founder_swiper .swiper-pagination span {
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    margin: 0 0.05rem;
    border-radius: 0.08rem;
    transition: 0.3s;
}

.founder_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.24rem;
    background: var(--main-color);
}
#aboutus .founder .entry {
    min-height: 8em;
}
.home-breakthrough .content .swiper-pagination {
    flex-direction: row;
    top: auto;
    transform: none;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    justify-content: center;
    gap: 0.1rem;
}
#aboutus .founder .figure:after {
    padding-bottom: 56.25%;
}

#aboutus .founder .info {
    padding-bottom: var(--pm55);
}

#aboutus .founder .photo {
    align-items: center;
}
#aboutus .founder .figure:after {
    display: none;
}

#aboutus .founder .figure img {
    position: relative;
    height: auto;
    max-height: 4rem;
    object-fit: contain;
}

#aboutus .founder .photo {
    width: 50%;
}
.innovation .product-hgroup .section-hgroup .alias,
.innovation .section-hgroup .alias,
.innovation .alias,
.home-first .home-pertal .section-tag,
.home-pertal .section-tag {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.home-first .home-pertal h5.alias,
.home-pertal h5.alias {
    color: var(--main-color) !important;
    -webkit-text-fill-color: var(--main-color) !important;
}

@media (max-width:768px){
    .home-application .list .text {
    position: relative;
    color: #333;
}

.home-application .swiper-controls .swiper-dots.white .swiper-pagination-bullet {
    background: #999;
}
.home-application .swiper-controls .swiper-dots.white .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}
.home-application .swiper-controls .swiper-dots {
    position: relative;
    left: 0;
    margin-top: 20px;
    bottom: 0;
}

.home-application .list .info {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#aboutus .founder .entry {
    min-height: 0;
}
#aboutus .swiper-slide{
    height:auto;
}
#aboutus .founder .photo{
    width:100%;
}
#aboutus .founder,#aboutus .founder .info {
    height: 100%;
    justify-content: flex-start;
}
.home-hgroup {
    margin-bottom: 0.66rem;
}
}

/* cloud override: home application text/background */
.home-application .swiper-slide .info,
.home-application .swiper-slide .text,
.home-application .swiper-slide .content,
.home-application article .info {
  background: rgba(0, 0, 0, 0.65) !important;
}
.home-application .swiper-slide .title,
.home-application .swiper-slide .summary,
.home-application .swiper-slide .desc,
.home-application .swiper-slide h3,
.home-application .swiper-slide p,
.home-application article .title,
.home-application article .summary,
.home-application article h3,
.home-application article p {
  font-size: 0.16rem !important;
  line-height: 1.6 !important;
}
@media (max-width: 768px) {
  .home-application .swiper-slide .info,
  .home-application .swiper-slide .text,
  .home-application .swiper-slide .content,
  .home-application article .info {
    background: rgba(0, 0, 0, 0.65) !important;
  }
  .home-application .swiper-slide .title,
  .home-application .swiper-slide .summary,
  .home-application .swiper-slide .desc,
  .home-application .swiper-slide h3,
  .home-application .swiper-slide p,
  .home-application article .title,
  .home-application article .summary,
  .home-application article h3,
  .home-application article p {
    font-size: 0.16rem !important;
    line-height: 1.6 !important;
  }
}
