img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%
}

.standard1 {
  background: #F0F2F5;
  padding: 9.53125vw 5.72917vw 6.45833vw 5.72917vw;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.standard1 .right {
  /* width: 30.875vw; */
  /* height: 27.96875vw; */
  width: 10.4167vw;
  height: 10.4167vw;
  overflow: hidden
}

.standard1 .right .swiper-container {
  width: 100%;
  height: 100%
}

.standard1 .right .swiper-container .swiper-pagination {
  bottom: 1.66667vw;
  left: 1.875vw;
  z-index: 2;
  width: fit-content
}

.standard1 .right .swiper-container .swiper-pagination span {
  width: .52083vw;
  height: .52083vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1 !important;
  margin: 0 .83333vw 0 0 !important;
  transition: .3s ease
}

.standard1 .right .swiper-container .swiper-pagination span:last-child {
  margin: 0 !important
}

.standard1 .right .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff
}

.standard1 .right .swiper-container .swiper-slide {
  border-radius: .52083vw;
  overflow: hidden
}

.standard1 .right .swiper-container .swiper-slide:hover img {
  transform: scale(1.05)
}

.standard1 .right .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: 1s
}

.standard1 .left .brand {
  display: flex;
  align-items: center;
  gap: .57292vw
}

.standard1 .left .brand a {
  color: #666;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.standard1 .left .brand svg {
  width: 1.14583vw;
  height: 1.14583vw;
  display: block;
  position: relative;
  top: .10417vw
}

.standard1 .left .yellow {
  height: 3.125vw;
  width: fit-content;
  padding: 0 1.04167vw;
  border-radius: .52083vw;
  background: #FF9600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.44792vw 0 0 0;
  color: #fff
}

.standard1 .left .p1 {
  color: #27265F;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin: 1.04167vw 0 2.60417vw
}

.standard1 .left .p2 {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.standard1 .left .more {
  display: flex;
  width: fit-content;
  height: 3.4375vw;
  padding: 1.5625vw 2.65625vw;
  justify-content: center;
  align-items: center;
  gap: .52083vw;
  border-radius: 520.78125vw;
  border: 1px solid #27265F;
  margin: 3.95833vw 0 0 0;
  transition: .6s ease
}

.standard1 .left .more:hover {
  background: #27265F
}

.standard1 .left .more:hover svg path {
  stroke: #fff
}

.standard1 .left .more:hover p {
  color: #fff
}

.standard1 .left .more svg {
  width: 1.5625vw;
  height: 1.5625vw
}

.standard1 .left .more svg path {
  transition: .6s ease
}

.standard1 .left .more p {
  color: #27265F;
  transition: .6s ease
}

.standard2 {
  padding: 0 5.72917vw 5.20833vw 5.72917vw;
  background: #F0F2F5
}

.standard2 .table {
  border-radius: .52083vw;
  background: #FFF;
  padding: .83333vw 1.5625vw 1.25vw 1.5625vw
}

.standard2 .table table {
  width: 100%
}

.standard2 .table tr td {
  padding: 1.25vw 1.04167vw;
  position: relative;
  font-style: normal;
  font-weight: 400
}

.standard2 .table tr td:after {
  content: '';
  position: absolute;
  width: 95%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dashed #ccc
}

.standard2 .table tr td:last-child:after {
  width: 100%
}

.standard2 .content {
  margin: 5.20833vw 0 0 0;
  border-radius: .52083vw;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.66667vw 1.66667vw 1.66667vw 5.20833vw
}

.standard2 .content .left .p1 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 6.25vw
}

.standard2 .content .left .flex {
  width: 27.39583vw;
  height: 10.10417vw;
  overflow: hidden;
  overflow-y: auto
}

.standard2 .content .left .flex::-webkit-scrollbar {
  width: .15625vw;
  display: block;
  border-radius: .52083vw
}

.standard2 .content .left .flex::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .52083vw
}

.standard2 .content .left .flex::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: .52083vw
}

.standard2 .content .left .flex .item {
  width: 23.4375vw;
  padding: 1.66667vw 0;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  gap: .67708vw
}

.standard2 .content .left .flex .item p {
  color: #27265F;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.standard2 .content .left .flex .item svg {
  width: .72917vw;
  height: 1.09375vw
}

.standard2 .content .right {
  width: 46.875vw;
  height: 25.26042vw;
  border-radius: .52083vw;
  overflow: hidden
}

.standard2 .content .right:hover img {
  transform: scale(1.05)
}

.standard2 .content .right img {
  width: 100%;
  height: 100%;
  transition: 1s
}

.standard3 {
  padding: 4.42708vw 5.72917vw;
  background: #FAFAFA;
  overflow: hidden
}

.standard3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.standard3 .top .title {
  color: #27265F;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize
}

.standard3 .top .button {
  display: flex;
  gap: 2.08333vw
}

.standard3 .top .button .circle {
  width: 4.16667vw;
  height: 4.16667vw;
  border-radius: 50%;
  border: 1px solid #27265F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .6s ease
}

.standard3 .top .button .circle:hover {
  background: #27265F
}

.standard3 .top .button .circle:hover svg path {
  fill: #fff
}

.standard3 .top .button .circle svg {
  width: .83333vw;
  height: .83333vw
}

.standard3 .top .button .circle svg path {
  transition: .6s ease
}

.standard3 .content {
  margin: 4.16667vw 0 0 0;
  width: 94.27083vw
}

.standard3 .content .swiper2 {
  width: 100%
}

.standard3 .content .swiper2 .swiper-slide .item {
  padding: 1.875vw 1.04167vw;
  padding-bottom: 1.5625vw;
  border-radius: 10px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.standard3 .content .swiper2 .swiper-slide .item .pic {
  width: 13.4375vw;
  height: 13.4375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.standard3 .content .swiper2 .swiper-slide .item .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.standard3 .content .swiper2 .swiper-slide .item .pt {
  color: #666;
  text-align: center;
  margin-top: 1.25vw
}

.standard3 .content .swiper2 .swiper-slide .item .h_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #27265F;
  padding: 1.04167vw;
  color: white;
  transition: all 600ms;
  opacity: 0
}

.standard3 .content .swiper2 .swiper-slide .item .h_b .p1 {
  font-weight: 500;
  margin-bottom: .625vw;
  line-height: 1.2
}

.standard3 .content .swiper2 .swiper-slide .item .h_b .info p {
  padding: .78125vw 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6)
}

.standard3 .content .swiper2 .swiper-slide .item .h_b .info p span {
  opacity: .8
}

.standard3 .content .swiper2 .swiper-slide .item .h_b .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.28125vw;
  background: url(../images/pb.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .41667vw;
  text-transform: uppercase
}

.standard3 .content .swiper2 .swiper-slide .item .h_b .more img {
  display: block
}

.standard3 .content .swiper2 .swiper-slide .item .h_b .more .jt {
  width: .78125vw;
  margin-top: 2px
}

.standard3 .content .swiper2 .swiper-slide .item .h_b .more .hand {
  position: absolute;
  right: .46875vw;
  bottom: 0;
  width: 2.08333vw
}

.standard3 .content .swiper2 .swiper-slide .item:hover .h_b {
  opacity: 1
}

.standard4 {
  background: #F0F2F5;
  padding: 5.20833vw 5.72917vw 4.11458vw 5.72917vw
}

@media screen and (max-width: 768px) {
  .standard1 {
    padding: 85px 5% 0 5%;
    flex-direction: column
  }

  .standard1 .right {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0
  }

  .standard1 .right .swiper-container .swiper-slide {
    border-radius: 10px
  }

  .standard1 .right .swiper-container .swiper-pagination {
    left: 5%;
    bottom: 10px
  }

  .standard1 .right .swiper-container .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 7px 0 0 !important
  }

  .standard1 .right .swiper-container .swiper-pagination span:last-child {
    margin: 0 !important
  }

  .standard1 .left {
    width: 100%
  }

  .standard1 .left .brand {
    gap: 7px;
    font-size: 16px
  }

  .standard1 .left .brand svg {
    width: 20px;
    height: 20px;
    top: 2px
  }

  .standard1 .left .yellow {
    height: auto;
    padding: 10px;
    border-radius: 4px;
    margin: 20px 0 0 0
  }

  .standard1 .left .p1 {
    margin: 15px 0 20px
  }

  .standard1 .left .p2 {
    font-size: 16px
  }

  .standard1 .left .more {
    height: auto;
    padding: 10px 20px;
    border-radius: 30px;
    gap: 10px;
    margin: 20px 0 0 0
  }

  .standard1 .left .more p {
    font-size: 16px
  }

  .standard1 .left .more svg {
    width: 16px;
    height: 16px
  }

  .standard2 {
    padding: 30px 5%
  }

  .standard2 .table {
    padding: 10px;
    border-radius: 10px
  }

  .standard2 .table tr td {
    padding: 10px 0;
    font-size: 14px
  }

  .standard2 .content {
    margin: 30px 0 0 0;
    padding: 15px;
    flex-direction: column;
    align-items: unset;
    border-radius: 10px
  }

  .standard2 .content .left .p1 {
    margin: 0 0 10px
  }

  .standard2 .content .left .flex {
    width: 100%;
    height: auto
  }

  .standard2 .content .left .flex .item {
    width: 100%;
    padding: 20px 0;
    gap: 7px;
    justify-content: space-between
  }

  .standard2 .content .left .flex .item p {
    font-size: 13px
  }

  .standard2 .content .left .flex .item svg {
    width: 14px;
    height: 14px
  }

  .standard2 .content .right {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0 0 0
  }

  .standard3 {
    padding: 30px 5%
  }

  .standard3 .top .button {
    gap: 7px
  }

  .standard3 .top .button .circle {
    width: 40px;
    height: 40px
  }

  .standard3 .top .button .circle svg {
    width: 12px;
    height: 12px
  }

  .standard3 .content {
    margin: 25px 0 0 0
  }

  .standard3 .content .swiper-container .swiper-slide .item {
    padding: 24px 16px 20px;
    padding-bottom: 60px
  }

  .standard3 .content .swiper-container .swiper-slide .item .pic {
    width: 200px;
    height: 200px
  }

  .standard3 .content .swiper-container .swiper-slide .item .pt {
    margin-top: 20px
  }

  .standard3 .content .swiper-container .swiper-slide .item .h_b {
    padding: 16px
  }

  .standard3 .content .swiper-container .swiper-slide .item .h_b .p1 {
    font-size: 16px;
    margin-bottom: 10px
  }

  .standard3 .content .swiper-container .swiper-slide .item .h_b .info p {
    padding: 12px 0;
    font-size: 14px
  }

  .standard3 .content .swiper-container .swiper-slide .item .h_b .more {
    height: 50px;
    font-size: 14px;
    gap: 6px
  }

  .standard3 .content .swiper-container .swiper-slide .item .h_b .more .jt {
    width: 12px
  }

  .standard3 .content .swiper-container .swiper-slide .item .h_b .more .hand {
    width: 30px
  }

  .standard4 {
    padding: 30px 5%
  }
}