* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: Gilroy-Bold;
  font-weight: bold;
  src: url(../fonts/Gilroy-Regular.otf);
}

/* @font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/Gilroy-Regular.otf);
} */

@font-face {
  font-family: OPPOSans-R;
  src: url(../fonts/OPPOSans-R.ttf);
}

/* @font-face {
  font-family: OPPOSans-B;
  src: url(../fonts/OPPOSans-R.ttf);
} */
@font-face {
  font-family: OPPOSans-M;
  src: url(../fonts/OPPOSans-M-2.ttf);
}
/* 

@font-face {
  font-family: AvenirLTStd-Black;
  src: url(../fonts/AvenirLTStd-Black.otf);
} */

body {
  overflow-x: hidden;
}

a {
  display: block;
}

.myContainer {
  width: 1400px;
  max-width: 90.5%;
  margin: auto;
  align-items: center;
}

.mobile {
  display: none !important;
}

.myHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  height: fit-content;
}

.myHeader .on {
  display: none !important;
}

.myHeader .myContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myHeader .header_top {
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  overflow: hidden;
}

.myHeader .header_top .connectWay {
  display: flex;
  align-items: center;
}

.myHeader .header_top .connectWay .item {
  display: flex;
  align-items: center;
}

.myHeader .header_top .connectWay .item .icon {
  width: 18px;
  margin-right: 11px;
  background-size: 100% 100%;
  background-position: center center;
}

.myHeader .header_top .connectWay .item:nth-child(3) .icon {
  width: 17px;
  height: 13px;
}

.myHeader .header_top .connectWay .item .text {
  /* font-family: Gilroy-Regular; */
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #FFF;
  transition: all 0.3s;
  cursor: pointer;
}

.myHeader .header_top .connectWay .item .text:hover {
  opacity: 0.8;
}

.myHeader .header_top .connectWay .item:not(:first-child) {
  margin-left: 38px;
}

.myHeader .header_top .language {
  display: flex;
  align-items: center;
}

.myHeader .header_top .language .item {
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s;
}

.myHeader .header_top .language .item:hover {
  opacity: 0.8;
}

.myHeader .header_top .language .item:first-child {
  padding-right: 14px;
  border-right: 1px solid #444b5a;
}

.myHeader .header_top .language .item:last-child {
  padding-left: 18px;
  border-left: 1px solid #2e3546;
}

.myHeader .header_center {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  max-height: 500px;
  overflow: hidden;
}

.myHeader .header_center .myContainer {
  justify-content: space-between;
}

.myHeader .header_center .logo {
  display: block;
}

.myHeader .header_center .logo .logoImg {
  width: 185px;
  height: auto;
}

.myHeader .header_center .logo .logoImg.logoImgwhite {
  filter: invert(1)brightness(100)grayscale(100)
}

.myHeader .header_center .searchBox {
  margin-left: 280px;
  position: relative;
}

.myHeader .header_center .searchBox .search {
  width: 397px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  box-sizing: border-box;
  padding-left: 18px;
  font-family: OPPOSans-R;
  font-size: 14px;
}

.myHeader .header_center .searchBox .search::placeholder {
  color: #FFF;
}

.myHeader .header_center .searchBox .icon {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.myHeader .header_center .mobile_top_img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.myHeader .header_center .mobile_top_img .img {
  display: block;
}

.myHeader .header_center .center_nav {
  display: flex;
  align-items: center;
  /* margin-right: 48px; */
}

.myHeader .header_center .center_nav .item {
  /* font-family: OPPOSans-M; */
  font-family: OPPOSans-R;
  font-size: 15px;
  white-space: nowrap;
  margin-left: 78px;
  color: #ffffff;
  transition: all 0.3s;
  list-style: none;
}

.myHeader .header_center .center_nav .item a {
  color: inherit;
  text-decoration: none;
}

.myHeader .header_center .center_nav .item:hover {
  opacity: 0.8;
}

.myHeader .header_center .center_nav .item:not(:first-child) {
  margin-left: 62px;
}

.myHeader .header_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.myHeader .header_bottom .myContainer {
  /* justify-content: space-between; */
  justify-content: center;
}

.myHeader .header_bottom .item {
  padding: 18px 0 20px;
  font-family: OPPOSans-R;
  font-size: 20px;
  color: #FFF;
}

.myHeader .header_bottom .item .title {
  display: block;
  position: relative;
  transition: all 0.3s;
  color: inherit;
}

.myHeader .header_bottom .item .title::before {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background-color: #d20014;
  transition: all 0.3s;
}

.myHeader .header_bottom .item .title:hover {
  opacity: 0.8;
}

.myHeader .header_bottom .item .content {
  max-height: 0;
  overflow: hidden;
  /* transition: all 0.3s; */
  background: #FFF;
  height: initial;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: scroll;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.myHeader .header_bottom .item .content .myContainer {
  align-items: stretch;
  padding: 50px 0;
}

.myHeader .header_bottom .item .content.type_1 .contentCol {
  display: flex;
  flex-direction: column;
  padding-right: 80px;
  align-items: center;
}

.myHeader .header_bottom .item .content.type_1 .contentCol:not(:first-child) {
  border-left: 1px solid #dcdcdc;
  padding-left: 80px;
}

.myHeader .header_bottom .item .content.type_1 .contentCol .contentItem {
  font-family: OPPOSans-R;
  font-size: 18px;
  width: 100%;
  color: #313131;
  line-height: 1;
  padding-bottom: 20px;
  transition: all 0.3s;
}

.myHeader .header_bottom .item .content.type_1 .contentCol .contentItem:hover {
  color: #016de9;
}

.myHeader .header_bottom .item .content.type_1 .contentCol .contentItemActive {
  color: #016de9;
}

.myHeader .header_bottom .item .content.type_2 .myContainer {
  justify-content: space-between;
}

.myHeader .header_bottom .item .content.type_2 .myCol {
  display: flex;
  flex-direction: column;
  width: 31.42%;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow {
  margin-bottom: 40px;
  background: #eee;
  position: relative;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle {
  padding: 0 25px;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 440 / 60;
  display: flex;
  display: flex;
  align-items: center;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle .text {
  font-family: OPPOSans-M;
  font-size: 20px;
  color: #313131;
  transition: all 0.3s ease;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle .text:hover {
  color: var(--theme-color);
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle .icon {
  display: none;
  width: 20px;
  height: 11px;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url(../images/nav_seconed_select.png);
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle~.secondContent {
  display: none;
  max-height: 180px;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 2;
  background-color: #fff;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle~.secondContent .secondItem {
  width: fit-content;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle~.secondContent .secondItem .secondItemTitle {
  font-family: OPPOSans-M;
  font-size: 14px;
  color: #434343;
  line-height: 1.85;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow .secondTitle~.secondContent .secondItem .secondItemTitle:hover {
  color: var(--theme-color);
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow.active {
  background: #707070;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow.active .secondTitle .text {
  color: #FFF;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow.active .secondTitle .icon {
  background-image: url(../images/nav_seconed_select_on.png);
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow.active .secondTitle~.secondContent {
  display: flex;
  padding: 16px;
}

.myHeader .header_bottom .item .content.type_2 .myCol .myRow.hasChild .secondTitle .icon {
  display: block;
}

.myHeader .header_bottom .item:not(:last-child) {
  padding-right: 40px;
}

.myHeader .header_bottom .item:not(:first-child) {
  padding-left: 40px;
}

.myHeader .header_bottom .item:not(:first-child)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0);
}

.myHeader .header_bottom .active .title::before {
  width: 100%;
}

.myHeader .header_bottom .active .content {
  max-height: 100vh;
}

.myHeader .mobile_nav_container {
  width: 340px;
  background: #FFF;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.myHeader .mobile_nav_container .close {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.myHeader .mobile_nav_container .close .img {
  width: 24px;
  height: 24px;
}

.myHeader .mobile_nav_container .top .content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.myHeader .mobile_nav_container .top .content .item {
  padding-bottom: 20px;
  font-family: OPPOSans-M;
  font-size: 16px;
  color: #313131;
  display: block;
  list-style: none;
}

.myHeader .mobile_nav_container .top .content .item a {
  text-decoration: none;
  color: inherit;
}

.myHeader .mobile_nav_container .top .content .active_item {
  color: #006de8;
}

.myHeader .mobile_nav_container .bottom {
  color: #313131;
  padding: 20px;
}

.myHeader .mobile_nav_container .bottom .connectWay {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.myHeader .mobile_nav_container .bottom .connectWay .item {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.myHeader .mobile_nav_container .bottom .connectWay .item .icon {
  width: 18px;
  height: auto;
  margin-right: 5px;
}

.myHeader .mobile_nav_container .bottom .connectWay .item .text {
  font-size: 14px;
  font-family: Gilroy-Regular;
}

.myHeader .mobile_nav_container .bottom .language {
  display: flex;
  align-items: center;
}

.myHeader .mobile_nav_container .bottom .language .item {
  font-family: OPPOSans-R;
  font-size: 14px;
}

.myHeader .mobile_nav_container .bottom .language .item:nth-child(1) {
  margin-right: 10px;
  border-right: 1px solid #313131;
  padding-right: 10px;
}

.myHeader .mobile_nav_container_active {
  max-width: 100vw;
}

.myHeader .mobile_category_container {
  position: fixed;
  height: 100vh;
  max-height: 0;
  background: #FFF;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  background: #006de8;
  overflow: hidden;
}

.myHeader .mobile_category_container .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.myHeader .mobile_category_container .close .img {
  width: 20px;
  height: auto;
}

.myHeader .mobile_category_container .searchBox {
  position: absolute;
  top: 0;
  width: 50%;
  min-width: 200px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.myHeader .mobile_category_container .searchBox .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.myHeader .mobile_category_container .searchBox .search {
  height: 100%;
  border-radius: 20px;
  width: 100%;
  font-size: 12px;
  padding-left: 10px;
}

.myHeader .mobile_category_container .return {
  position: absolute;
  left: 20px;
  top: 20px;
}

.myHeader .mobile_category_container .return .img {
  width: 20px;
  height: auto;
}

.myHeader .mobile_category_container .first_content {
  width: 100%;
  position: absolute;
  top: 50px;
  right: 100vw;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}

.myHeader .mobile_category_container .first_content .item {
  font-family: OPPOSans-R;
  font-size: 20px;
  padding: 8px 0;
  color: #FFF;
  flex-shrink: 0;
  text-align: center;
  border-bottom: 1px solid #FFF;
  position: relative;
}

.myHeader .mobile_category_container .first_content .item::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 20px;
  height: 20px;
  background-image: url(../images/right_2.png);
}

.myHeader .mobile_category_container .first_content .item:hover {
  opacity: 0.8;
}

.myHeader .mobile_category_container .first_content_active {
  right: 0;
}

.myHeader .mobile_category_container .first_content_active~.return {
  display: none;
}

.myHeader .mobile_category_container .seconed_content {
  position: absolute;
  left: 100vw;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  top: 50px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.myHeader .mobile_category_container .seconed_content .contentCol {
  width: 100%;
}

.myHeader .mobile_category_container .seconed_content .contentItem {
  font-family: OPPOSans-R;
  font-size: 18px;
  color: #313131;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  position: relative;
}

.myHeader .mobile_category_container .seconed_content .contentItem::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 20px;
  height: 20px;
  background-image: url(../images/right_2.png);
}

.myHeader .mobile_category_container .seconed_content .contentItem.hasChild::after {
  content: '';
}

.myHeader .mobile_category_container .seconed_content .contentItem:hover {
  opacity: 0.8;
}

.myHeader .mobile_category_container .seconed_content_active {
  left: 0;
}

.myHeader .mobile_category_container .third_content {
  position: absolute;
  left: 100vw;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  top: 50px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.myHeader .mobile_category_container .third_content .contentCol {
  width: 100%;
}

.myHeader .mobile_category_container .third_content .contentItem {
  font-family: OPPOSans-R;
  font-size: 18px;
  color: #313131;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  position: relative;
}

.myHeader .mobile_category_container .third_content .contentItem::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 20px;
  height: 20px;
  background-image: url(../images/right_2.png);
}

.myHeader .mobile_category_container .third_content .contentItem.hasChild::after {
  content: '';
}

.myHeader .mobile_category_container .third_content .contentItem:hover {
  opacity: 0.8;
}

.myHeader .mobile_category_container .third_content_active {
  left: 0;
}

.myHeader .mobile_category_container_active {
  max-height: 100vh;
}

.header_bg {
  background: rgba(0, 0, 0, 0.8);
}

/* .header_bg .header_bottom {
  display: none;
} */
.header_bg .header_top {
  height: 0px;
  padding: 0 !important;
}

.header_bg .header_center {
  max-height: 0px;
  padding: 0 !important;
}

.other_active {
  background: #FFF;
  position: sticky;
}

.other_active.header_bg .header_bottom {
  display: block;
}

.other_active .on {
  display: block !important;
}

.other_active .off {
  display: none !important;
}

.other_active .header_top {
  background: #f8f8f8;
  border-color: transparent;
}

.other_active .header_top .connectWay .item .text {
  color: #3e3e3e;
}

.other_active .header_top .language .item {
  color: #4c4c4c;
}

.other_active .header_top .language .item:first-child {
  border-color: #313131;
}

.other_active .header_top .language .item:last-child {
  border-color: #313131;
}

.other_active .header_center {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.other_active .header_center .myContainer {
  /* justify-content: flex-start; */
  justify-content: space-between;
}

.other_active .header_center .logo {
  display: block;
}

.other_active .header_center .logo .logoImg {
  /* width: 200px; */
  width: 185px;
  height: auto;
}

.other_active .header_center .searchBox .search {
  background-color: #eeeeee;
  color: #3e3e3e;
}

.other_active .header_center .searchBox .search::placeholder {
  color: #3e3e3e;
}

.other_active .header_center .center_nav .item {
  color: #313131;
}

.other_active .header_bottom {
  border-color: transparent;
  background-color: #006de8;
}

.header_active {
  background: #FFF;
}

.header_active.header_bg .header_bottom {
  display: block;
}

.header_active .on {
  display: block !important;
}

.header_active .off {
  display: none;
}

.header_active .header_top {
  background: #f8f8f8;
  border-color: transparent;
}

.header_active .header_top .connectWay .item .text {
  color: #3e3e3e;
}

.header_active .header_top .language .item {
  color: #4c4c4c;
}

.header_active .header_top .language .item:first-child {
  border-color: #313131;
}

.header_active .header_top .language .item:last-child {
  border-color: #313131;
}

.header_active .header_center {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header_active .header_center .myContainer {
  /* justify-content: flex-start; */
  justify-content: space-between;
}

.header_active .header_center .logo {
  display: block;
}

.header_active .header_center .logo .logoImg {
  width: 185px;
  height: auto;
}

.header_active .header_center .searchBox .search {
  background-color: #eeeeee;
  color: #3e3e3e;
}

.header_active .header_center .searchBox .search::placeholder {
  color: #3e3e3e;
}

.header_active .header_center .center_nav .item {
  color: #313131;
}

.header_active .header_bottom {
  border-color: transparent;
  background-color: #006de8;
}

@media (max-width: 1550px) {
  .myContainer {
    width: 1320px;
  }

  .myHeader .header_center .searchBox {
    margin-left: auto;
  }

  .myHeader .header_center .center_nav .item {
    /* margin-left: 15px; */
    display: block;
    font-size: 15px;
  }

  .myHeader .header_center .center_nav .item:not(:first-child) {
    /* margin-left: 10px; */
  }

  .myHeader .header_bottom .myContainer {
    justify-content: center;
  }

  .myHeader .header_bottom .item {
    font-size: 16px;
  }

  .myHeader .header_bottom .item .content .contentCol {
    padding-right: 4%;
  }

  .myHeader .header_bottom .item .content .contentCol:not(:first-child) {
    padding-left: 4%;
  }

  .myHeader .header_bottom .item:not(:last-child) {
    padding-right: 3%;
  }

  .myHeader .header_bottom .item:not(:first-child) {
    padding-left: 3%;
  }
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .myHeader .header_center .searchBox {
    width: initial;
    height: initial;
  }

  .myHeader .header_center .searchBox .icon {
    display: none;
  }

  .myHeader .header_center .searchBox .search {
    display: none;
  }
}

@media (max-width: 768px) {
  .myHeader .header_center {
    padding: 15px 0;
  }

  .myHeader .header_center .logo .logoImg {
    width: 120px;
  }
}

@media (max-width: 576px) {
  .myHeader .header_center {
    padding: 8px 0;
  }

  .myHeader .header_center .logo .logoImg {
    width: 100px;
  }
}