.mobile {
  display: none;
}

.banner {
  position: relative;
}

.banner .img {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-position: center;
  object-fit: cover;
}

.banner .title {
  left: 50%;
  bottom: 27%;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
}

.banner .title .ch {
  font-family: OPPOSans-R;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.33;
  color: #ffffff;
}

.banner .title .en {
  font-family: Gilroy-Regular;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
}

.myContent .content {
  padding: 60px 0 86px;
}

.myContent .content .filterBox {
  margin-top: 39px;
  padding: 40px 35px;
  background-color: #f3f6f8;
}

.myContent .content .filterBox .inp {
  height: 50px;
  border: solid 1px #e5e5e5;
  padding-left: 20px;
  display: block;
  font-family: OPPOSans-R;
  font-size: 16px;
  transition: all 0.3s;
  border-radius: 5px;
}

.myContent .content .filterBox .inp:focus {
  border-color: var(--theme-color);
}

.myContent .content .filterBox .typeSearch {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  width: 50%;
}

.myContent .content .filterBox .typeSearchbox {
  display: flex;
  justify-content: space-between;
}

.myContent .content .filterBox .typeSearch .text {
  font-family: OPPOSans-M;
  font-size: 18px;
  color: #313131;
  margin-right: 16px;
  flex-shrink: 0;
}

.myContent .content .filterBox .typeSearch .inp {
  width: 100%;
  max-width: 520px;
}

.myContent .content .filterBox .filter {
  display: flex;
  gap: 55px;
  align-items: center;
}

.myContent .content .filterBox .filter .item {
  /* flex: auto; */
  display: flex;
  align-items: center;
  min-width: 0;
  width: 46%;
}
.myContent .content .filterBox .filter .item:nth-child(1) .viewNum{
  margin-left: -20px;
}
.myContent .content .filterBox .filter .item .text {
  font-family: OPPOSans-M;
  font-size: 18px;
  margin-right: 20px;
  flex-shrink: 0;
}

.myContent .content .filterBox .filter .item .inp {
  min-width: 0;
  flex: 1;
}

.myContent .content .filterBox .filter .item .center {
  margin: 0 6px;
  font-family: OPPOSans-M;
  font-size: 24px;
  color: #313131;
  flex-shrink: 0;
}

.myContent .content .filterBox .filter .item .currency {
  font-family: OPPOSans-M;
  font-size: 18px;
  color: #313131;
  flex-shrink: 0;
  margin-left: 10px;
}

.myContent .content .filterBox .filter .viewNum {
  text-align: center;
  flex: 1;
  margin-top: -50px;
  color: #016de9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.myContent .content .filterBox .step {
  display: flex;
  padding-left: 91px;
  /* padding-top: 24px; */
  margin-top: -15px;
  /* justify-content: space-between; */
  width: 100%;
  box-sizing: border-box;
  /* padding-right: 50px; */
  gap: 12.5%;
}

.myContent .content .filterBox .step .item {
  width: 41%;
}

.myContent .content .filterBox .step .item .layui-slider-wrap-btn {
  width: 24px;
  height: 24px;
  background-color: var(--theme-color);
  border-color: #FFF !important;
}

.myContent .content .filterBox .step .item .layui-slider-wrap {
  top: -14px;
}

.myContent .content .filterBox .step .item .layui-slider {
  height: 10px;
  background-color: #dcdcdc;
}

.myContent .content .filter {
  padding-top: 37px;
  display: flex;
  align-items: center;
}

.myContent .content .filter .text {
  font-family: OPPOSans-M;
  font-size: 18px;
  color: #313131;
}

.myContent .content .filter .pageChange {
  padding-top: 0;
}

.myContent .content .filter .buttons .item {
  width: 70px;
  height: 30px;
  color: #FFF;
  font-family: OPPOSans-M;
  font-size: 16px;
}

.myContent .content .filter .buttons .item:first-child {
  background: var(--theme-color);
  margin-right: 13px;
}

.myContent .content .filter .buttons .item:last-child {
  background: #000;
}

.myContent .content .scroll {
  padding-top: 40px;
}

.toptit .title_3{margin-bottom: 50px;cursor: pointer;font-weight: 900;}
.toptit .catcon{margin-bottom: 50px;display: none;}

@media (max-width:1024px) {
  .myContent .content .scroll {
    overflow-x: scroll;
  }

}

.myContent .content .myTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 1024px;
}

.myContent .content .myTable .myCol {
  height: 100%;
  text-align: center;
  max-height: 130px;
}

.myContent .content .myTable .myRowTitle {
  background: #f3f6f8;
}

.myContent .content .myTable .myRowTitle th {
  height: 70px;

}

.myContent .content .myTable .myRow {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.myContent .content .myTable .myRow:hover {
  background-color: #f9fafb;
}

.myContent .content .myTable .setW {
  padding: 0 30px;
}

.myContent .content .myTable .setW .myCol {
  text-align: center;
}

.myContent .content .myTable .setW .myCol:nth-child(2) {
  font-weight: bold;
}

.myContent .content .myTable .setW .myCol .imgBox {
  aspect-ratio: 1 / 1;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.myContent .content .myTable .setW .myCol .imgBox .img {
  max-width: 93%;
  max-height: 93%;
  object-fit: cover;
  object-position: center;
}

.myContent .content .myTable .setW .myCol:nth-child(1) {
  width: 7.14%;
  flex-shrink: 0;
}

.myContent .content .myTable .setW .myCol:nth-child(1) .imgBox {
  border: solid 1px #dcdcdc;
}

.myContent .content .myTable .setW .myCol:nth-child(8) {
  /* width: 7.14%; */
  flex-shrink: 0;
}

.myContent .content .myTable .setW .myCol:nth-child(9) {
  /* width: 5.357%; */
  flex-shrink: 0;
}

.myContent .content .myTable .setW .myCol.autoW {
  flex: 1;
}

.myContent .content .myTable .hasFilter {}

.myContent .content .myTable .hasFilter .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  width: 9px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/filter_type_0.png);
  cursor: pointer;
}

.myContent .content .myTable .hasFilter[data-type='1'] .icon {
  background-image: url(../images/filter_type_1.png);
}

.myContent .content .myTable .hasFilter[data-type='2'] .icon {
  background-image: url(../images/filter_type_2.png);
}

.myContent .content .pageChange {
  padding-top: 58px;
}

.myContent.type2 {
  padding-top: 60px;
}

.myContent.type2 .list {
  padding: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

.myContent.type2 .list .item {
  width: 20.85%;
  flex: auto;
}

.myContent.type2 .list .item .link {
  border: solid 1px #dcdcdc;
  transition: all 0.3s;
}

.myContent.type2 .list .item .link .imgBox {
  width: 83.12%;
  aspect-ratio: 318 / 279;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.myContent.type2 .list .item .link .imgBox .img {
  display: block;
  max-width: 90.5%;
  max-height: 90.5%;
  object-fit: cover;
  object-position: center;
}

.myContent.type2 .list .item .link .text {
  font-family: OPPOSans-M;
  font-size: 20px;
  height: 80px;
  background: #dcdcdc;
  text-align: center;
  color: #313131;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myContent.type2 .list .item .link:hover {
  border-color: var(--theme-color);
}

.myContent.type2 .list .item .link:hover .text {
  background: var(--theme-color);
  color: #FFF;
}

.myContent.type2 .brank {
  padding: 60px 0 100px;
}

.myContent.type2 .brank .list {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;
}

.myContent.type2 .brank .list .item {
  width: 14.28%;
  aspect-ratio: 200 / 80;
  flex-shrink: 0;
  margin-bottom: 40px;
  box-shadow: 3px 4px 15px 0px rgba(3, 0, 0, 0.1);
  border-radius: 10px;
  border: solid 1px #dcdcdc;
}

.myContent.type2 .brank .list .item .imgBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myContent.type2 .brank .list .item .imgBox .img {
  max-width: 90.5%;
  max-height: 90.5%;
  object-fit: cover;
  object-position: center;
}

.myContent.type2 .brank .link {
  display: block;
}

.myContent.type2 .brank .link .btn {
  width: 160px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #898989;
  font-family: OPPOSans-M;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.5;
  margin: auto;
  display: block;
  transition: all 0.3s;
}

.myContent.type2 .brank .link .btn:hover {
  background-color: var(--theme-color);
  color: #FFF;
  border-color: var(--theme-color);
}

.myContent.type3 .content {
  padding: 60px 0 86px;
}

.myContent.type3 .content .top {
  display: flex;
}

.myContent.type3 .content .top .left {
  width: 44.285%;
  margin-right: 59px;
  display: flex;
  flex-direction: column;
}

.myContent.type3 .content .top .left .myswiper_1 {
  aspect-ratio: 620 / 480;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  position: relative;
}

.myContent.type3 .content .top .left .myswiper_1::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 28px;
  height: 28px;
  background-image: url(../images/toBig.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}

.myContent.type3 .content .top .left .myswiper_1 .swiper_1 {
  overflow: hidden;
  height: 100%;
}

.myContent.type3 .content .top .left .myswiper_1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.myContent.type3 .content .top .left .myswiper_1 .swiper-slide img {
  max-width: 90.5%;
  max-height: 90.5%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.myContent.type3 .content .top .left .myswiper_2 {
  padding-top: 20px;
  overflow: hidden;
}

.myContent.type3 .content .top .left .myswiper_2 .swiper-slide {
  width: calc(25% - 16px);
}

.myContent.type3 .content .top .left .myswiper_2 .swiper-slide .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  position: relative;
}

.myContent.type3 .content .top .left .myswiper_2 .swiper-slide .imgBox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #d2d2d2;
  box-sizing: border-box;
  transition: all 0.3s;
}

.myContent.type3 .content .top .left .myswiper_2 .swiper-slide .imgBox .img {
  max-width: 90.5%;
  max-height: 90.5%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.myContent.type3 .content .top .left .myswiper_2 .swiper-slide.active .imgBox {
  transition: all 0.3s;
}

.myContent.type3 .content .top .describe {
  font-family: OPPOSans-M;
}

.myContent.type3 .content .top .describe .title {
  font-size: 30px;
  color: #313131;
  padding-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.myContent.type3 .content .top .describe .text {
  margin-right: 14px;
  font-size: 20px;
  color: #313131;
  line-height: 2.8;
  flex-shrink: 0;
}

.myContent.type3 .content .top .describe .value {
  font-size: 20px;
  color: #7d7d7d;
  text-align: justify;
}

.myContent.type3 .content .top .describe .brankImg .img {
  width: 155px;
  height: auto;
}

.myContent.type3 .content .top .describe .messageLink .img {
  width: 25px;
  height: auto;
}

.myContent.type3 .content .top .describe .messageLink .t {
  margin-left: 7px;
}

.myContent.type3 .content .top .describe .buttons {
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}

.myContent.type3 .content .top .describe .buttons .item {
  display: block;
  width: 47.91%;
  height: 60px;
  font-family: OPPOSans-M;
  font-size: 20px;
  color: #ffffff;
}

.myContent.type3 .content .top .describe .buttons .item:first-child {
  background-color: #313131;
}

.myContent.type3 .content .top .describe .buttons .item:last-child {
  background-color: var(--theme-color);
}

.myContent.type3 .content .bottom .bottomSelect {
  display: flex;
  margin-top: 70px;
  border: solid 1px #dcdcdc;
  margin-bottom: 40px;
}

.myContent.type3 .content .bottom .bottomSelect .item {
  width: 33.33%;
  flex-shrink: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: OPPOSans-M;
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.myContent.type3 .content .bottom .bottomSelect .item.active {
  background: var(--theme-color);
  color: #FFF;
}

.myContent.type3 .content .bottom .bottomSelect .item:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.myContent.type3 .content .bottom .bottomBox {
  display: none;
}

.myContent.type3 .content .bottom .bottomBox.active {
  display: block;
}

.myContent.type3 .content .bottom .bottomBox .myTable {
  border: solid 1px #dcdcdc;
  border-bottom: 0;
  border-right: 0;
}

.myContent.type3 .content .bottom .bottomBox .myTable .myRow {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  height: 70px;
  color: #313131;
  font-family: OPPOSans-M;
  font-size: 18px;
  background-color: #f3f6f8;
}

.myContent.type3 .content .bottom .bottomBox .myTable .myRow .myCol {
  border-right: 1px solid #dcdcdc;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myContent.type3 .content .bottom .bottomBox .myTable .myRow:nth-child(1) {
  font-family: OPPOSans-R;
  font-weight: bold;
}

.myContent.type3 .content .bottom .bottomBox .myTable .myRow:nth-child(2n) {
  background-color: #fff;
}

.myContent.type3 .content .bottom .bottomBox p {
  font-family: OPPOSans-R;
  font-size: 18px;
  color: #313131;
  line-height: 1.66;
}

.myContent.type3 .content .bottom .bottomBox .img {
  margin: 30px auto;
  max-width: 90%;
  min-width: 50%;
  height: auto;
}

@media (max-width:1440px) {
.myContent .content .filterBox .step .item{
    width: 44%;
}
.myContent .content .filterBox .step {
    gap: 10%;
}
}

@media (max-width: 1200px) {
  .banner .title .ch {
    font-size: 38px;
  }

  .banner .title .en {
    font-size: 20px;
  }
  .myContent .content .filterBox .step .item{
    width: 40%;
  }
     .myContent .content .filterBox .step {
         gap: 17%;
}
}

@media (max-width: 1024px) {
  .banner .title {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }

  .banner .title .ch {
    font-size: 32px;
  }

  .banner .title .en {
    font-size: 16px;
  }

  .myContent .content {
    padding: 60px 0;
  }

  .myContent .content .myTable {
    overflow-x: scroll;
  }

  .myContent .content .myTable .myRowTitle {
    min-width: 1024px;
  }

  .myContent .content .myTable .myRowBody {
    min-width: 1024px;
  }

  .myContent .content .filterBox .filter {
    flex-direction: column;
    align-items: flex-start;
  }

  .myContent .content .filterBox .filter .viewNum {
    margin-bottom: 0;
  }

  .myContent .content .filterBox .filter .item .text {
    display: flex;
  }
  .myContent .content .filterBox .filter .item .box{
    display: flex !important;
    width: 100%;
  }
  .myContent .content .filterBox .filter .item .text .mobile {}

  .myContent .content .filterBox .step {
    display: none;
  }

  .myContent.type2 {
    padding-top: 40px;
  }

  .myContent.type2 .list {
    padding: 0;
    padding-top: 20px;
    gap: 15px;
  }

  .myContent.type2 .list .item {
    width: calc(33% - 8px);
    flex-grow: 0;
  }

  .myContent.type2 .brank {
    padding: 60px 0;
  }

  .myContent.type2 .brank .list {
    padding-top: 35px;
    gap: 1%;
  }

  .myContent.type2 .brank .list .item {
    width: 30%;
  }

  .myContent.type3 .content {
    padding: 60px 0;
  }

  .myContent.type3 .content .top .describe .title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .myContent.type3 .content .top .describe .text {
    font-size: 14px;
    line-height: 1.5;
    margin-right: 5px;
  }

  .myContent.type3 .content .top .describe .value {
    font-size: 14px;
  }

  .myContent.type3 .content .top .describe .brankImg .img {
    width: 80px;
  }

  .myContent.type3 .content .top .describe .messageLink .img {
    width: 18px;
  }

  .myContent.type3 .content .top .describe .buttons {
    padding-top: 20px;
  }

  .myContent.type3 .content .top .describe .buttons .item {
    height: 45px;
    font-size: 16px;
  }

  .myContent.type3 .content .bottom .bottomSelect {
    margin: 30px 0;
  }

  .myContent.type3 .content .bottom .bottomSelect .item {
    height: 45px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  .pc {
    display: none;
  }

  .banner .title .ch {
    font-size: 24px;
  }

  .banner .title .en {
    font-size: 15px;
  }

  .myContent .content {
    padding: 40px 0;
  }

  .myContent .content .filterBox {
    margin-top: 25px;
    padding: 20px;
  }

  .myContent .content .filterBox .inp {
    height: 35px;
  }

  .myContent .content .filterBox .typeSearch {
    padding-bottom: 10px;
  }

  .myContent .content .filterBox .typeSearch .text {
    font-size: 14px;
  }

  .myContent .content .filterBox .typeSearch .inp {
    flex: 1;
  }

  .myContent .content .filterBox .filter .item {
    width: 100%;
    flex-wrap: wrap;
  }

  .myContent .content .filterBox .filter .item .text {
    width: 100%;
    padding-bottom: 3%;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .myContent .content .filterBox .filter .item .inp {
    min-width: 0;
  }

  .myContent .content .filter {
    padding-top: 15px;
  }

  .myContent .content .filter .text {
    font-size: 14px;
  }

  .myContent .content .filter .buttons .item {
    font-size: 14px;
  }

  .myContent .content .filter .buttons .item .img {
    max-height: 80%;
  }

  .myContent .content .myTable {
    padding-top: 20px;
  }

  .myContent.type2 .list {
    gap: 15px;
    justify-content: space-between;
  }

  .myContent.type2 .list .item {
    width: calc(50% - 8px);
    flex-grow: 0;
  }

  .myContent.type2 .list .item .link .text {
    font-size: 14px;
    height: 35px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .myContent.type2 .brank {
    padding: 40px 0;
  }

  .myContent.type2 .brank .item {
    margin-bottom: 20px;
  }

  .myContent.type2 .brank .link .btn {
    width: 120px;
    height: 35px;
    font-size: 12px;
  }

  .myContent.type3 .content {
    padding: 40px 0;
  }

  .myContent.type3 .content .bottom .bottomBox .myTable .myRow {
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .myContent.type2 .brank .list {
    height: 500px;
    overflow-y: scroll;
    padding-top: 20px;
    gap: 2%;
  }

  .myContent.type2 .brank .list::-webkit-scrollbar {
    display: none;
  }

  .myContent.type2 .brank .list .item {
    width: 48%;
  }

  .myContent.type3 .content .top {
    flex-direction: column;
  }

  .myContent.type3 .content .top .left {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .myContent.type3 .content .top .describe .title {
    font-size: 16px;
    padding-bottom: 8px;
    padding-bottom: 12px;
  }

  .myContent.type3 .content .top .describe .text {
    font-size: 12px;
    line-height: 1.6;
  }

  .myContent.type3 .content .top .describe .value {
    font-size: 12px;
  }

  .myContent.type3 .content .top .describe .brankImg .img {
    width: 60px;
  }

  .myContent.type3 .content .top .describe .messageLink .img {
    width: 12px;
  }

  .myContent.type3 .content .top .describe .buttons {
    padding-top: 10px;
  }

  .myContent.type3 .content .top .describe .buttons .item {
    height: 25px;
    font-size: 12px;
  }

  .myContent.type3 .content .bottom .bottomBox .myTable .myRow {
    height: 30px;
    font-size: 12px;
  }
}