.banner.productOverview {
  background: url(../img//productBackground.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.banner.productOverview .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(91deg, rgba(3, 45, 95, 0.54) 9.39%, rgba(9, 18, 66, 0.49) 93.62%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .productBannerCenter {
  text-align: center;
  margin-bottom: 80px;
}

.banner .productBannerCenter .productBannerTitle {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  line-height: 70px;
  margin-bottom: 80px;
}

.banner .productBannerCenter .navbar {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.banner .productBannerCenter .navbar .textWrapper {
  padding-right: 30px;
  margin-right: 30px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 300;
  cursor: pointer;
  border-right: 1px solid #ffffff;
}

.banner .productBannerCenter .navbar .textWrapper:last-child {
  border-right: 0;
  margin-right: 0;
}

.banner .productBannerCenter .navbar .textWrapper:hover {
  text-shadow: 0 0 2px #ffffff;
}

.banner .productBannerCenter .searchBox {
  display: flex;
  gap: 23px;
  cursor: pointer;
}

.banner .productBannerCenter .searchBox .searchInput {
  flex: 1;
  height: 79px;
  display: flex;
  align-items: center;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, .6);
  padding: 0 36px;
  color: #F7F9FC;
  font-size: 24px;
  font-weight: 300;
}

.banner .productBannerCenter .searchBox .searchButton {
  width: 151px;
  height: 79px;
  background: linear-gradient(109deg, #0094D5 15.13%, #004C97 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  border: none;
}

.pageBox {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.pageBox .titleBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.pageBox .titleBox .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.pageBox .titleBox .left .titleTip {
  padding: 3px 10px 3px 14px;
  background: rgba(232, 232, 232, 0.50);
  color: #1C1F35;
  font-size: 14px;
  line-height: 16.59px;
  display: inline-block;
  position: relative;
}

.pageBox .titleBox .left .titleTip::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(252deg, #335FB5 2.89%, #2B458E 91.76%);
}

.pageBox .titleBox .left .title {
  font-size: 35px;
  font-weight: 600;
  color: #1C1F35;
  line-height: 41.48px;
  width: auto;
  text-align: left;
}

.pageBox .titleBox .seeListButton {
  padding: 19px 34px;
  background: linear-gradient(100deg, #004C97 -7.58%, #218EF3 116.85%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  cursor: pointer;
}

.pageBox .webListBox a.item {
  text-decoration: none;
  display: flex;
  gap: 20px;
  cursor: pointer;
  margin-right: 257px;
  padding-top: 29px;
  border-top: 1px solid #D6D6D6;
  margin-bottom: 40px;
  color: #1C1F35;
}

.pageBox .webListBox a.item:nth-child(2n+2) {
  margin-right: 0;
  margin-left: 257px;
}

.pageBox .webListBox a.item img {
  width: 453px;
  height: 308px;
  object-fit: cover;
}

.pageBox .webListBox a.item .timeBox {
  width: 85px;
  padding: 0 15px;
}

.pageBox .webListBox a.item .timeBox img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pageBox .webListBox a.item .timeBox .day {
  font-size: 40px;
  font-weight: 600;
  color: #1C1F35;
  line-height: normal;
  text-align: center;
}

.pageBox .webListBox a.item .timeBox .month {
  font-size: 16px;
  font-weight: 500;
  color: #666C89;
  line-height: 24px;
  text-align: center;
}

.pageBox .webListBox a.item .contentBox {
  padding: 10px 0 0 29px;
  border-left: 1px solid #D6D6D6;
  flex: 1;
}

.pageBox .webListBox a.item .contentBox .postTitle {
  font-size: 25px;
  font-weight: 400;
  color: #1C1F35;
  line-height: normal;
  margin-bottom: 16px;
  word-break: break-all;
}

.pageBox .webListBox a.item .contentBox .postContent {
  font-size: 16px;
  margin: 0;
  color: #757D8A;
  line-height: 26px;
}

.videoListBox {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
}

.videoListBox .item {
  width: 364px;
  height: 476px;
  position: relative;
  transition: all .3s;
}

.videoListBox .item:hover {
  box-shadow: 10px 10px 10px #e0e0e0;
}

.videoListBox .item .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoListBox .item .playIcon {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 120px;
  height: 120px;
}

.videoListBox .item .contentBox {
  width: 100%;
  height: 112px;
  background: #1C1F35;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0 34px;
}

.videoListBox .item .contentBox .postTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  font-weight: 500;
}

.videoListBox .item .contentBox .postContent {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  opacity: .6;
}

.videoListBox .item .contentBox .otherShare {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(100deg, #004C97 -7.58%, #218EF3 116.85%);
  display: flex;
  align-items: center;
  gap: 12px;
}

.videoListBox .item .contentBox .otherShare i {
  font-size: 23px;
}

.videoListBox .item .contentBox .otherShare i.icon-ins {
  font-size: 26px;
}

.cards {
  background: #F7F9FC;
  padding: 40px 0 70px 0;
  margin-top: 80px;
}

.cards.oversea {
  background: url(../img/overseaBg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.cards .pageBox {
  margin-top: 0;
  margin-bottom: 0;
}

.overseaDescription {
  display: flex;
  gap: 217px;
  margin-bottom: 40px;
}

.overseaDescription .left {
  width: 438px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #666C89;
}

.overseaDescription .right {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
}

.overseaDescription .right .item {
  width: 48%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.overseaDescription .right .item .number {
  font-size: 50px;
  font-weight: 600;
  color: #1C1F35;
  line-height: 59px;
}

.overseaDescription .right .item .colorDian {
  width: 17px;
  height: 17px;
  background: linear-gradient(100deg, #004C97 -7.58%, #218EF3 116.85%);
}

.overseaDescription .right .item .countryName {
  font-size: 20px;
  font-weight: 400;
  color: #1C1F35;
}

.overseaListBox {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
}

.overseaListBox .item {
  width: 300px;
  height: 234px;
  background: #ffffff;
  border: 1px solid #757D8A;
}

.overseaListBox .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.suppliersListBox {
  overflow: hidden;
}

.suppliersListBox .item {
  width: 100%;
  height: 407px !important;
  position: relative;
}

.suppliersListBox .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.suppliersListBox .item .contentBox {
  background: linear-gradient(0deg, #091242 14.34%, rgba(60, 60, 60, 0.00) 43.86%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 19px 25px;
}

.suppliersListBox .item .postTitle {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: normal;
}

.suppliersListBox .item .postContent {
  font-size: 16px;
  color: #FFB629;
  font-weight: 500;
  line-height: normal;
}

.suppliersListBox.childPage {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.suppliersListBox.childPage a.item {
  display: block;
  width: 285px;
  height: 380px !important;
}

.mySwiper2 {
  display: none;
}

@media only screen and (max-width: 805px) {
  .banner.productOverview {
    height: 300px;
  }
  .banner .productBannerCenter {
    margin-bottom: 20px;
  }
  .banner .productBannerCenter .productBannerTitle {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .banner .productBannerCenter .navbar {
    display: none;
  }
  .banner .productBannerCenter .searchBox .searchInput {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ffffff;
  }
  .banner .productBannerCenter .searchBox .searchButton {
    display: none;
  }
  .banner .productBannerCenter .searchBox .placeholder {
    font-size: 20px;
  }
  .pageBox {
    width: 100%;
    padding: 0 28px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pageBox .titleBox {
    gap: 20px;
    margin-bottom: 20px;
  }
  .pageBox .titleBox .left {
    gap: 5px;
  }
  .pageBox .titleBox .left .title {
    font-size: 20px;
    line-height: 24px;
  }
  .pageBox .titleBox .seeListButton {
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 12px;
  }
  .pageBox .webListBox a.item {
    margin-right: 0;
    flex-direction: column;
    padding-top: 0;
    border-top: 0;
    gap: 10px;
    margin-bottom: 20px;
  }
  .pageBox .webListBox a.item:nth-child(2n+2) {
    margin-left: 0;
  }
  .pageBox .webListBox a.item img {
    width: 100%;
    height: 200px;
  }
  .pageBox .webListBox a.item .timeBox {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    gap: 10px;
  }
  .pageBox .webListBox a.item .timeBox img {
    width: 20px;
  }
  .pageBox .webListBox a.item .timeBox .day {
    font-size: 20px;
  }
  .pageBox .webListBox a.item .contentBox {
    padding: 0;
    border-left: 0;
  }
  .pageBox .webListBox a.item .contentBox .postTitle {
    font-size: 20px;
    margin-bottom: 0;
  }
  .pageBox .webListBox a.item .contentBox .postContent {
    display: none;
  }
  .videoListBox {
    gap: 20px;
  }
  .cards.oversea {
    margin-top: 0;
  }
  .overseaDescription {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .overseaDescription .left {
    width: 100%;
  }
  .overseaDescription .right {
    width: 100%;
    flex: none;
  }
  .overseaDescription .right .item {
    width: 47%;
    gap: 5px;
  }
  .overseaDescription .right .item .number {
    font-size: 22px;
    line-height: 24px;
  }
  .overseaDescription .right .item .colorDian {
    width: 10px;
    height: 10px;
  }
  .overseaDescription .right .item .countryName {
    font-size: 16px;
  }
  .overseaListBox .item {
    width: 100%;
  }
  .mobileBox {
    padding: 0;
  }
  .mobileBox.pageBox .titleBox {
    padding: 0 28px;
  }
  .mobileBox .swiper-slide{
    width: 80%!important;
    margin: 0 8px;
  }
  .mySwiper1 {
    display: none;
  }
  .mySwiper2 {
    display: block;
  }
  .mobileCards {
    margin-top: 78px !important;
  }
  .suppliersListBox.childPage a.item {
    width: 100%;
  }
}