@font-face {
  font-family: 'OPPOSans';
  src: url("/static/fonts/OPPOSans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body,
html {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "OPPOSans", "Noto Sans SC", system-ui, "Microsoft YaHei", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: none;
}

.header-div {
  position: fixed;
  width: 100%;
  height: 64px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 99;
}

.header-content {
  width: 81%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.header-content>ul {
  width: 100%;
}

.header-content>ul>li {
  position: relative;
}

.logoli a,
.mobile-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.htype1-ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}

.htype1-ul>li:nth-child(5) {
  display: flex;
  align-items: center;
}

.htype1-ul>li:nth-child(5)>a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 12px;
  background: url('/static/huo.svg');
  right: -15px;
  animation: upDown 1.2s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.moblie-menu {
  display: none;
}

.htype2-ul {
  display: none;
  position: absolute;
  top: 44px;
  padding: 0px 4px 0px 4px;
  background: #FFFFFF;
  padding: 0;
  border-radius: 0 0 10px 10px;
}

.htype2-ul>a {
  display: none;
}

.htype2-ul li:nth-child(1)a:first-child {
  display: none;
}

.htype2 {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.htype1>a {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  white-space: nowrap;
}

.htype2 a {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  white-space: nowrap;
  display: inline-block;
  width: 138px;
}

.htype2 a:hover {
  color: #31C6C6
}

.htype2-ul li:not(:last-child) a {
  border-bottom: 1px solid #CCCCCC;
}

.header-content-modile,
.mobileu2 {
  display: none;
}

.moblie-menu-content {
  display: none;
  padding-left: 34px;
  padding-right: 34px;
  position: fixed;
  top: 64px;
  background: #FFFFFF;
  width: 100%;
}

/* product */
.product {
  width: 100%;
  height: 500px;
  background: #FFFFFF;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 999;
  padding-top: 60px;
  display: none;
}

.prodcut-content {
  width: 1600px;
  height: 415px;
  margin: auto;
  display: none;
}

.prodcut-content-flex {
  display: flex !important;
}

.p-left {
  padding-right: 3%;
  position: relative;
  width: 30%;
}

.pl-a {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 19px;
  color: #000000;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.pl-a img {
  margin-left: 9px;
  width: 20px;
  height: 20px;
}

.pr-item-flex {
  width: 30%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  direction: rtl;
  overflow-x: hidden;
  padding-left: 3%;
}

.pr-item-flex>* {
  direction: ltr;
  /* 将内容恢复为从左到右 */
}

.pr-item-flex::-webkit-scrollbar-track {
  width: 2px;
  padding-right: 2px;
}

.pr-item-flex::-webkit-scrollbar-thumb {
  background: #727171;
  height: 300px;
}

.pr-item-flex::-webkit-scrollbar-button {
  display: none;
}

.pr-item-flex::-webkit-scrollbar {
  width: 3px;
  background: #FFFFFF;
}

.pr-item-img {
  width: 70%;
  padding-left: 3%;
}

.pr-item-img a {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pr-item-flex a {
  padding-left: 27px;
  position: relative;
}

.pr-item-flex-a {
  font-weight: bold !important;
  color: #030405FF !important;
}

.pr-item-flex-a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 18px solid #057228FF;
  transform: rotate(90deg);
}

.pr-item-img a img {
  width: auto;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
}

.pr-item-img a img:hover {
  transform: scale(1.1);
}

.pr-item-img-show {
  display: flex !important;
  background: linear-gradient(4deg, #EDEDED, #8A919A);
  border-radius: 9px;
  align-items: center;
  justify-content: center;
}

.pl-item h3 {
  font-weight: 500;
  font-size: 30px;
  color: #2E2E2E;
  line-height: 42px;
  margin-bottom: 36px;
}

.pl-item span {
  font-weight: 400;
  font-size: 15px;
  color: #797979;
  line-height: 32px;
}

.p-right {
  width: 70%;
  height: 100%;
  display: flex;
  border-left: 2px solid #4D4D4D;
}

.pl-item a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  display: inline-block;
  margin-bottom: 23px;
  white-space: nowrap;
}

.pl-item a:hover {
  color: #00A888
}

.pr-item-flex a {
  font-weight: 400;
  font-size: 13px;
  color: #787878;
  line-height: 45px;
}

.r-item-img {
  background: #F8F8F8;
  border-radius: 16px 16px 16px 16px;
  margin-right: 4px;
  margin-bottom: 14px;
  padding-top: 41px;
  padding-bottom: 17px;
  text-align: center;
}

.r-item-img img {
  width: 147px;
  height: 65px;
}

.r-item-img p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 12px;
  margin: 0;
  margin-top: 19px;
}

/* language */
.language {
  position: fixed;
  top: 101px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 50px 138px 43px 138px;
  z-index: 999;
  width: 71%;
  display: none;
}

.yuyanli,
.logoli {
  display: flex;
  align-items: center;
}

.language h3 {
  text-align: center;
  font-size: 27px;
  color: #3B3B3B;
  line-height: 27px;
  margin-bottom: 53px;
}

.language-img {
  text-align: center;
}

.language-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.language-content a {
  width: calc(25% - 18px);
  height: 67px;
  background: #F9F9F9;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  margin-left: 9px;
  margin-bottom: 32px;
}

.lchahao {
  width: 27px;
  height: 27px;
  background: #666666;
  border-radius: 22px 22px 22px 22px;
  opacity: 0.7;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 22px;
  right: 13px;
  cursor: pointer;
  font-size: 18px;
  line-height: 27px;
}

.yuyan {
  cursor: pointer;
}

/* foot */
.foot {
  width: 100%;
  position: relative;
  background: #000000;
  padding-top: 93px;
  padding-bottom: 17px;
}

.foot-div {
  width: 1088px;
  margin: auto;
  display: flex;
}

.foot-left {
  width: 60%;
  display: flex;
  justify-content: flex-start;
}

.foot-right {
  width: 40%;
}

.fr-icon {
  display: flex;
  margin-bottom: 40px;
}

.fr-icon img {
  margin-bottom: 15px;
}

.fr-icon p {
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px;
}

.fr-icon img {
  width: 31px;
  height: 25px;
}

.fr-icon a {
  text-align: center;
}

.fr-icon a:not(:last-child) {
  margin-right: 51px;
}

.fradd {
  margin-bottom: 26px;
}

.fradd-top {
  display: flex;
  margin-bottom: 3px;
}

.fradd-top img {
  width: 16px;
  height: 15px;
  margin-right: 4px;
}

.fradd-top span {
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px;
}

.fradd-bottom h3 {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 29px;
}

.frdz {
  display: flex;
}

.frdz img {
  width: 18px;
  height: 19px;
  margin-right: 7px;
}

.frdz span {
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
}

.foot-item {
  margin-right: 92px;
  display: flex;
  flex-direction: column;
}

.foot-item h5 {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 20px;
}

.foot-item a {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 25px;
}

.foot-icon {
  margin-top: 19px;
}

.fal-img {
  position: relative;
}

.fal-img::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 12px;
  background: url(/static/huo.svg);
  right: -15px;
}

.h-top {
  position: fixed;
  top: 35%;
  right: 45px;
  width: 50px;
  height: 100%;
  cursor: pointer;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* header-right */
.header-right {
  width: 70px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 45px;
  margin-bottom: 60px;
}

.hr-item {
  width: 70px;
  height: 72px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 16px;
  position: relative;
}

.h-top-jiantou {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr-item-img {
  position: relative;
  width: 40px;
  height: 35px;
  margin: auto;
}

.hr-item-img img {
  width: 40px;
  height: 35px;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hr-op {
  opacity: 1 !important;
}

.hr-item p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}

.hr-item-xf-content {
  padding: 7px 12px;
  box-sizing: border-box;
  background: #FFFFFF;
  font-size: 12px;
  color: #000000;
  line-height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 76px;
  border-radius: 18px 18px 18px 18px;
  white-space: nowrap;
  display: none;
}

.xf3 {
  border-radius: 0 0 45px 45px;
}

.hr-item-xf:hover>.hr-item-xf-content {
  display: block !important;
}

.hr-item-xf:hover>P {
  color: #FFFFFF !important;
}

.hr-item-xf:hover>.hr-item-img img:first-child {
  opacity: 0;
}

.hr-item-xf:hover>.hr-item-img img:last-child {
  opacity: 1;
}

.hr-item-xf:hover {
  background: #000000;
}

.tanzhemu-content {
  width: 56%;
  margin: auto;
  box-sizing: border-box;
  padding: 30px 50px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px 16px 16px 16px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

/* tanzhemu */
.tan-zhemu {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.tanzhemu-cha {
  width: 27px;
  height: 27px;
  background: #666666;
  border-radius: 22px 22px 22px 22px;
  opacity: 0.7;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  font-size: 17px;
  position: absolute;
  right: -35px;
  top: 0;
  cursor: pointer;
}

.tanzhemu-content h5 {
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 5px;
}

.tanzhemu-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tz-top-item {
  width: 48%;
}

.tz-top-item p,
.tanzhemu-bottom p {
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
}

.tz-top-item p span,
.tanzhemu-bottom p span {
  color: #FF5A5A;
  margin-right: 8px;
}

.tz-top-item input {
  width: 100%;
  border: none;
  height: 40px;
  background: #F9F9F9;
  border-radius: 8px 8px 8px 8px;
  padding-left: 5px;
}

.tz-top-item select {
  width: 100%;
  border: none;
  height: 40px;
  background: #F9F9F9;
  border-radius: 8px 8px 8px 8px;
  padding-left: 5px;
  color: #666666;
}

.tz-bottom-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tz-bottom-item textarea {
  width: 75% !important;
  padding-left: 5px !important;
  height: 136px !important;
}

.tz-bottom-item button {
  width: 20%;
  border: none;
  background: #3B3B3B;
  border-radius: 8px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hr-item-dj-c p {
  color: #FFFFFF !important;
}

.hr-item-dj-c .hr-item-img img:first-child {
  opacity: 0 !important;
}

.hr-item-dj-c .hr-item-img img:last-child {
  opacity: 1 !important;
}

.hr-item-dj-c {
  border-radius: 45px 45px 0 0;
  background: #000000 !important;
}

.h-bottom {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  display: flex;
  justify-content: space-around;
  z-index: 9999;
  display: none;
}

.hb-item {
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.hb-ttt {
  font-size: 35px;
  line-height: 30px;
  transform: rotate(-90deg);
}

@media (max-width:1601px) {
  .prodcut-content {
    width: 85%;
  }

  .pr-item-flex a {
    padding-left: 21px;
  }

  .p-left {
    width: 25%;
  }

  .p-right {
    width: 75%;
  }

  .pr-item-flex {
    width: 35%;
  }

  .pr-item-img {
    width: 65%;
  }

  .tanzhemu-content {
    width: 76%;
    top: 10%;
  }
}

@media (max-width:1400px) {}

@media (max-width:1390px) {
  .header-content {
    width: 98%;
  }
}

/* header */
@media (max-width:1000px) {

  html,
  body {
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }

  .foot {
    padding-top: 33px;
  }

  .h-top {
    display: none;
  }

  .h-bottom {
    display: flex;
  }

  .tanzhemu-content {
    padding: 10px;
  }

  .tanzhemu-content {
    width: 98%;
    top: 3%;
  }

  .tz-bottom-item button {
    font-size: 15px;
  }

  .tanzhemu-cha {
    right: 0;
  }

  .hb-item img {
    width: 35px;
    height: auto;
  }

  .hb-item p {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
  }

  .language {
    width: 95%;
    margin: auto;
    padding: 20px 0;
  }

  .language-content a {
    width: calc(33.33% - 18px);
  }

  .header-content {
    display: none !important;
  }

  .header-content-modile {
    width: 97%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    margin: auto;
  }

  .mobileu1 {
    margin: 0;
    padding: 0;
  }

  .mobilel2 {
    height: 40px;
  }

  .mobileu2 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 7px;
    overflow-y: auto;
  }

  .mobilel1 {
    margin-bottom: 10px;
    width: 85%;
  }

  .mobilel1:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
  }

  .mobilel1 a {
    display: inline-block;
    width: 100%;
    height: 42px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    display: flex;
    align-items: center;
  }

  .mobilel1-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobilel1-s {
    position: relative;
    width: 30px;
    height: 30px;
  }

  .mobilel1-div span {
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mobileu2 a {
    width: 100%;
    height: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
  }

  /* .htype1{
      display: none !important;
    }
    .moblie-menu{
      display: flex !important;
      position: relative !important;
      align-items: center;
    }
    .product,.htype2-ul{
      display: none !important;
    } */
  .mobile-icon {
    display: flex;
  }

  .moblie-menu {
    margin-left: 30px;
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    display: block !important;
  }

  .moblie-menu img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }

  .mmo {
    opacity: 1 !important;
  }

  /* footer */
  .foot-div {
    width: 98% !important;
    flex-direction: column;
  }

  .fr-icon {
    justify-content: space-around;
  }

  .foot-left {
    margin-bottom: 35px;
  }

  .foot-left,
  .foot-right {
    width: 100% !important;
  }

  .foot-item {
    margin-right: 42px !important;
  }
}

.fra2da {
  width: 312px;
  height: auto;
}

#zhemu-div {
  font-size: 15px;
  padding: 18px;
  width: 85%;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0);
  opacity: 0.8;
  color: #FFFFFF;
  z-index: 99;
  display: none;
}

#zhemu-div a {
  color: #008068;
}

.zhemu-button {
  cursor: pointer;
  background-color: #008068 !important;
  color: #FFFFFF;
  position: absolute;
  z-index: 9999;
  display: inline-block;
  border: none;
  position: absolute;
  right: 30px;
  color: #FFFFFF;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.foot-div {
  position: relative;
  padding-bottom: 30px;
}

.foot-div::after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  height: 1px;
  bottom: 2px;
}

.foot-ba {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.foot-ba span,
.foot-ba a {
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}

@media screen and (max-width: 1088px) {
  .foot-div {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #zhemu-div {
    bottom: 35%;
  }

  .foot-ba {
    padding-bottom: 60px;
  }
}