.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-B;
  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 .top {
  display: flex;
}

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

.newProductDetail .content .top .left {
  width: 33.14%;
}

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

/* .myContent .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 .content .top .left .myswiper_1 .swiper_1 {
  overflow: hidden;
  height: 100%;
}

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

.myContent .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 .content .top .left .myswiper_2 {
  padding-top: 20px;
  overflow: hidden;
}

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

.myContent .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 .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 .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 .content .top .left .myswiper_2 .swiper-slide.active .imgBox {
  transition: all 0.3s;
}

.myContent .content .top .describe {
  font-family: OPPOSans-M;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.myContent .content .top .describe .title {
  font-size: 30px;
  color: #313131;
  padding-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
.myContent .content .top .describe .box{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    padding-top: 20px;
}
.myContent .content .top .describe .box .sLeft{
    width: 50%;
}
.myContent .content .top .describe .sLeft .text{
    white-space: nowrap;
    
}
.myContent .content .top .describe .box .sRight{
    padding-left: 20px;
    border-left: 1px solid #dcdcdc;
    flex: 1;
}
.myContent .content .top .describe .box .sRight .goutong{
    
	width: 345px;
	height: 50px;
	background-color: #ff0000;
	border-radius: 10px;

    max-width: 345px;
    width: 100%;
	font-family: OPPOSans-M;
	font-size: 20px;



	color: #ffffff;

}
.myContent .content .top .describe .box .sRight .text{

    padding: 20px 0;
	font-family: OPPOSans-M;
	font-size: 16px;


	line-height: 1.875;

	color: #313131;

}
.myContent .content .top .describe .box .sRight .wechat{
    display: flex;
    gap: 20px;
    padding-left: 15px;
    align-items: center;
}
.myContent .content .top .describe .box .sRight .wechat .sText{
    writing-mode: vertical-rl;
}
.myContent .content .top .describe .box .sRight .wechat .img{
    max-width: 100%;
}
.newProductDetail .content .top .describe .title {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newProductDetail .content .top .describe .brank {
  display: flex;
  align-items: center;
  line-height: 1.8;
  gap: 40px;
}

.newProductDetail .content .top .describe .brank .name .d7 {
  color: #7d7d7d;
  font-size: 20px;
}

.newProductDetail .content .top .describe .brank .name .fs24 {
  font-size: 24px;
}

.newProductDetail .content .top .describe .brank .imgBox {
  max-width: 194px;
  max-height: 69px;
}

.newProductDetail .content .top .describe .brank .imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.newProductDetail .content .top .describe .introduction {
  padding-top: 3%;
}

.newProductDetail .content .top .describe .introduction .name {
  font-size: 20px;
  line-height: 1.8;
  color: #7d7d7d;
}

.newProductDetail .content .top .describe .introduction .text {
  font-size: 18px;
  line-height: 30px;
  color: #7d7d7d;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

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

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

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

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

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

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

.myContent .content .top .describe .buttons .item:first-child {
  /* background-color: #313131; */
  background-color: var(--theme-color);
}

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

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

.myContent .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 .content .bottom .bottomSelect .item.active {
  background: var(--theme-color);
  color: #FFF;
}

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

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

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

.myContent .content .bottom .bottomBox[data-index="0"] {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 -2px 8px 0 rgba(0, 0, 0, 0.2);
}

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

.myContent .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 .content .bottom .bottomBox .myTable .myRow .myCol {
  border-right: 1px solid #dcdcdc;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

.newProductDetail .content .top .describe .buttons {
  padding-top: 0;
}

.newProductDetail .content .bottom .bottomSelect {
  margin-bottom: 25px;
}

.newProductDetail .content .bottom .bottomBox {
  border-top: 1px solid #dcdcdc;
  box-shadow: none !important;
  padding-top: 48px;
}

.newProductDetail .content .bottom .bottomBox p span {
  font-size: 18px !important;
  line-height: 1.66;
  color: #313131 !important;
}

.newProductDetail .content .bottom .bottomBox img {
  max-width: 729px;
  /* width: 90%; */
  margin: auto;
  margin-top: 5%;
  margin-bottom: 3%;
}

.newProductDetail .content .bottom .bottomBox .brank {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;

}

.newProductDetail .content .bottom .bottomBox .brank .item {
  background-color: #ffffff;
  box-shadow: 3px 4px 15px 0px rgba(3, 0, 0, 0.1);
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  width: calc((100% - 200px) / 6);
  aspect-ratio: 5 / 2;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newProductDetail .content .bottom .bottomBox .brank .item img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}


.newProductDetail .theList {
  display: flex;
  flex-direction: column;
}

.newProductDetail .theList .item {
  display: flex;
  padding: 32px 0 36px;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
}

.newProductDetail .theList .item .pdf {
  width: 25px;
  height: 25px;
}

.newProductDetail .theList .item .text {
  font-family: OPPOSans-M;
  font-size: 20px;
  color: #313131;
  flex: 1;
  margin-left: 25px;
  transition: all 0.3s ease;
}

.newProductDetail .theList .item .down {
  width: 30px;
  height: 30px;
}

.newProductDetail .theList .item .pdf {
  margin: 0 !important;
  max-width: 25px !important;
}

.newProductDetail .theList .item .down .img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.myContent .theList .item .down .on {
  display: none;
}

.newProductDetail .theList .item:hover {
  border-color: var(--theme-color);
}

.newProductDetail .theList .item:hover .text {
  color: var(--theme-color);
}

.newProductDetail .theList .item:hover .down .img {
  width: 30px;
  height: 30px;
}

.newProductDetail .theList .item:hover .down .off {
  display: none;
}

.newProductDetail .theList .item:hover .down .on {
  display: block;
}

@media (max-width:1550px) {
  .myContent .content .top .describe .title {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .myContent .content .top .describe .text {
    font-size: 16px;
    line-height: 2.5;
  }

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

@media (max-width:1440px) {
  .newProductDetail .content .top .describe .brank .name .d7 {
    font-size: 18px;
  }

  .newProductDetail .content .top .describe .brank .name .fs24 {
    font-size: 20px;
  }

  .newProductDetail .content .top .describe .introduction .name {
    font-size: 18px;
    line-height: 2.2;
  }

  .newProductDetail .content .top .describe .introduction {
    padding-top: 10px;
  }

  .newProductDetail .content .top .describe .introduction .text {
    font-size: 14px;
    line-height: 1.5;
  }

  .newProductDetail .content .bottom .bottomBox .brank {
    gap: 20px;
  }

  .newProductDetail .content .bottom .bottomBox .brank .item {
    width: calc((100% - 120px) / 6);
  }

  .newProductDetail .theList .item {
    padding: 15px 0 20px;
  }

  .newProductDetail .theList .item .text {
    font-size: 16px;
    margin-left: 20px;
  }

  .newProductDetail .content .bottom .bottomBox p span {
    font-size: 14px !important;
  }
  .myContent .content .top .describe .box{
      padding-top: 0;
  }
  .myContent .content .top .describe .box .sRight .goutong{
      height: 35px;
      font-size: 16px;
  }
  .myContent .content .top .describe .box .sRight .text{
      padding: 10px 0;
      font-size: 14px;
  }
}

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

  .banner .title .en {
    font-size: 20px;
  }
  .myContent .content .top .left{
      margin-right: 30px;
  }
  .myContent .content .top .describe .box .sRight .wechat{
  
      gap: 5px;
      padding-left: 0;
     
  }
  .myContent .content .top .describe .box .sRight .wechat .sText{
     font-size: 12px;
  }
  .myContent .content .top .describe .box .sRight .wechat .img{
      width: 50px;
  }
}

@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 .top .describe .title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

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

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

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

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

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

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

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

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

  .newProductDetail .content .bottom .bottomBox .brank {
    gap: 15px;
  }

  .newProductDetail .content .bottom .bottomBox .brank .item {
    width: calc((100% - 45px) / 3);
  }
   .myContent .content .top .describe .box {
       flex-direction: column;
   }
    .myContent .content .top .describe .box .sRight{
        padding-left: 0;
        border: 0;
    }
  .myContent .content .top .describe .box .sRight .goutong{
      font-size: 14px;
      border-radius: 5px;
      height: 25px;
  }
  .myContent .content .top .describe .box .sRight .text{
      font-size: 11px;
      line-height: 1.2;
        
  }
}

@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 .bottom .bottomBox .myTable .myRow {
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .myContent .content .top {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

  .newProductDetail .content .top .describe .brank {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .newProductDetail .content .top .describe .brank .name .d7 {
    font-size: 14px;
  }

  .newProductDetail .content .top .describe .brank .name .fs24 {
    font-size: 16px;
  }

  .myContent .content .bottom .bottomBox[data-index="0"] {
    padding-top: 20px;
  }

  .newProductDetail .content .bottom .bottomBox .brank .item {
    width: calc((100% - 30px) / 2);
  }
}

.proconbox table {
  border-collapse: collapse;
  table-layout: fixed;
}

.proconbox table,
.proconbox th,
.proconbox td {
  border: 1px solid #eee;
}

.proconbox td {
  padding: 6px !important;
}