.swiper-button-next,
.swiper-button-prev {
  color: #f1f1f1;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 40px;
}
#banner .swiper-slide {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
}
#banner .swiper-slide a,
#banner .swiper-slide .swiper-slide-img {
  height: 100%;
  width: 100%;
}
#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: url("../../images/h5/icon/pagination.png") no-repeat;
  background-size: cover;
  background-position: center;
}
#banner .swiper-pagination-bullet-active {
  background-image: url("../../images/h5/icon/pagination-active.png");
}
#process {
  padding-bottom: 80px;
}
#process .content {
  margin: 0 auto;
  display: flex;
}
#process .card {
  border: 0;
  flex: 1 1 auto;
  position: relative;
  display: inline-block;
  width: 450px;
  height: 264px;
  margin: 0 10px;
  background: #ffffff;
  border-radius: 4px;
  padding: 64px 60px;
  font-size: 14px;
  text-align: center;
  transition: box-shadow 300ms ease-in;
  cursor: pointer;
}
#process .card.active {
  width: 700px;
  box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  flex: 0 0 auto;
}
#process .card.active .card-icon {
  display: none;
}
#process .card.active .card-description {
  display: block;
  opacity: 1;
}
#process .card.active .card-img {
  display: block;
  opacity: 1;
  user-select: none;
}
#process .card.active .card-link {
  display: block;
  opacity: 1;
}
#process .card-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
}
#process .card-title {
  font-size: 18px;
  font-weight: 500;
}
#process .card-description {
  width: 410px;
  margin-top: 1.5625vw;
  color: #666666;
  display: none;
  opacity: 0;
}
#process .card-img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  width: 17.03125vw;
  height: 16.30208333vw;
}
#process .card-link {
  margin-top: 2.08333333vw;
  color: #999;
  display: none;
  opacity: 0;
}
#product {
  background: url("../../images/pc/index/product/bg.jpg") no-repeat;
  background-size: cover;
}
#product .swiper {
  height: 810px;
}
#product .swiper-slide {
  width: 33.3%;
  height: auto;
}
#product .content {
  position: relative;
}
#product .swiper-button-next {
  right: -130px;
}
#product .swiper-button-prev {
  left: -130px;
}
#product .item {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#product .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
  transition: background-color 300ms;
}
#product .item:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}
#product .item:hover .info {
  transform: translateY(0);
}
#product .item:hover .name {
  color: #fed802;
}
#product .item .info {
  position: absolute;
  bottom: 16px;
  left: 20px;
  transform: translateY(75%);
  transition: transform 0.5s;
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
}
#product .item .name {
  font-size: 24px;
  color: #ffffff;
  transition: bottom 0.5s;
}
#product .item .description {
  margin-top: 10px;
  color: #cccccc;
  font-size: 14px;
  transition: bottom 0.5s;
}
#product .item .link {
  margin-top: 22px;
  color: #fed802;
  font-size: 14px;
  transition: bottom 0.5s;
}
#advantage {
  padding-bottom: 96px;
}
#advantage .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: auto;
}
#advantage .left {
  position: relative;
  width: 39.58333333vw;
  height: 31.25vw;
  max-width: 760px;
  max-height: 600px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
#advantage .left .introduce-image {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
#advantage .left .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 60px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
#advantage .card {
  width: 40.10416667vw;
  height: 10.41666667vw;
  padding: 1.5625vw;
  max-width: 770px;
  max-height: 200px;
  z-index: 0;
}
#advantage .card.active {
  z-index: 1;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
#advantage .card .title {
  font-size: 24px;
}
#advantage .card .description {
  max-width: 520px;
  font-size: 14px;
  color: #666666;
  margin-top: 1.5625vw;
}
#shop {
  background: url(../../images/pc/index/shop/bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
#shop .tab {
  display: flex;
  justify-content: center;
}
#shop .tabs-content {
  display: flex;
  width: 1600px;
  height: 540px;
  margin: 0 auto;
  overflow: hidden;
}
#shop .tabs-content-item {
  display: none;
  transition: display 300ms ease-in;
}
#shop .tabs-content-item.active {
  display: block;
}
#shop .tabs-content-item .content-layout {
  display: flex;
}
#shop .shop-left-box {
  position: relative;
  display: inline-block;
  width: 830px;
  height: 540px;
}
#shop .shop-left-box .shop-info {
  display: flex;
}
#shop .shop-left-box .shop-shows {
  position: relative;
  width: 382px;
  height: 322px;
  background: #333333;
  border: 2px solid #FED802;
  margin-right: 50px;
}
#shop .shop-left-box .shop-shows img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  transform: scale(0.98);
}
#shop .shop-left-box .shop-info-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
#shop .shop-left-box .shop-title {
  font-size: 42px;
  font-weight: 700;
  color: #FED802;
  line-height: 42px;
  margin-bottom: 54px;
}
#shop .shop-left-box .shop-text {
  font-size: 24px;
  font-weight: 500;
  color: #ccc;
  line-height: 30px;
  margin-bottom: 34px;
}
#shop .shop-left-box .shop-text:last-child {
  margin-bottom: 0;
}
#shop .shop-left-box .shop-text .label {
  color: #fff;
}
#shop #shop-swiper {
  height: 120px;
  width: 575px;
  margin: 0 auto;
}
#shop .shop-left-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 760px;
}
#shop .shop-swiper {
  overflow: hidden;
}
#shop .swiper-wrapper {
  display: flex;
  transition: transform 300ms;
}
#shop .swiper-slide {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  background-color: #333;
  cursor: pointer;
}
#shop .swiper-slide:last-child {
  margin-right: 0;
}
#shop .swiper-slide img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  transform: scale(0.98);
  transition: background-color 300ms;
  user-select: none;
}
#shop .swiper-button-next {
  right: -30px;
  height: 44px;
}
#shop .swiper-button-prev {
  left: -30px;
  height: 44px;
}
#shop .swiper-slide-active {
  background-color: #FED802;
}
#shop .shop-right-box {
  display: inline-block;
  position: relative;
  width: 770px;
  height: 540px;
}
#shop .shop-right-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
}
#shows {
  padding-bottom: 80px;
}
#shows .swiper-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
#shows .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 83.33%;
  margin: 0 auto;
  max-width: 1600px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
#shows .card .card-left {
  width: 760px;
  height: 450px;
}
#shows .card .card-right {
  width: 840px;
  height: 450px;
}
#shows .steps {
  margin-top: 30px;
}
#shows .steps ul {
  position: relative;
  display: flex;
  justify-content: center;
}
#shows .steps ul::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  opacity: 0.3;
}
#shows .steps ul .item {
  position: relative;
  padding: 0 30px;
  cursor: pointer;
  user-select: none;
}
#shows .steps ul .item.active::before {
  width: 32px;
  height: 32px;
  background-image: url("../../images/pc/index/shows/circle-active.png");
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
#shows .steps ul .item.active .text {
  font-size: 24px;
  color: #333;
}
#shows .steps ul .item::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  background: url("../../images/pc/index/shows/circle.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#shows .steps ul .item .text {
  position: relative;
  top: 30px;
  font-size: 18px;
  color: #999;
}
#system {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 864px;
  background: url("../../images/pc/index/system/bg.png") no-repeat;
  background-size: cover;
}
#system .header {
  padding-bottom: 0;
}
#system .aside {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100%;
  background-color: #252525;
}
#system .aside li {
  position: relative;
  margin-bottom: 70px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
#system .aside li:last-child {
  margin-bottom: 0;
}
#system .aside li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fed802;
}
#system .aside .text {
  color: #ccc;
  font-size: 24px;
  padding-left: 20px;
}
#system .aside-placeholder {
  width: 500px;
  flex: 0 0 500px;
}
#system .aside-content {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 0 60px;
}
#system .content {
  display: flex;
  flex-grow: 1;
}
#system .content .img {
  width: 1200px;
  height: 460px;
}
#honor {
  padding-bottom: 30px;
}
#honor .content {
  position: relative;
  margin: 0 auto;
}
#honor .swiper-wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}
#honor .swiper-slide {
  position: relative;
  width: 250px;
  height: auto;
  padding: 20px;
  transition: transform 0.5s;
  user-select: none;
}
#honor .swiper-slide img {
  width: 100%;
  height: auto;
}
#honor .swiper-slide .name {
  position: absolute;
  bottom: -80px;
  font-size: 18px;
  text-align: center;
  transition: opacity 300ms;
  opacity: 0;
}
#honor .swiper-slide-active,
#honor .swiper-slide-duplicate-active {
  transform: translateY(-20px);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
#honor .swiper-slide-active .name,
#honor .swiper-slide-duplicate-active .name {
  opacity: 1;
}
#honor .swiper-button-next {
  right: -130px;
  background-image: url("../../images/pc/common/arrow_right-gray.png");
}
#honor .swiper-button-prev {
  left: -130px;
  background-image: url("../../images/pc/common/arrow_left-gray.png");
}
#interview.active .video-container {
  background: #333;
}
#interview .content {
  position: relative;
  height: 42vw;
  max-height: 893px;
}
#interview .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../../images/pc/index/video/poster.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#interview .video-container video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0;
}
#interview .video-container .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  cursor: pointer;
}
#news {
  padding-bottom: 80px;
}
#news .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#news .card {
  position: relative;
  width: 30%;
  padding: 60px 50px;
  transition: transform 500ms;
}
#news .card:hover {
  transform: translateY(-20px);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
#news .card:hover .footer {
  opacity: 1;
}
#news .card .time {
  color: #999999;
  font-size: 24px;
}
#news .card .title {
  color: #333;
  font-size: 24px;
  margin-top: 20px;
}
#news .card .description {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
}
#news .card .thumb {
  width: 100%;
  margin-top: 20px;
}
#news .card .footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -65px;
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  opacity: 0;
  transition: opacity 300ms;
}
#waringDialog {
  /* px-to-viewport-ignore-next */
  width: 820px;
}
#waringDialog .dialog-img {
  width: 100%;
}
#waringDialog .dialog-info {
  background-color: #fff;
  /* px-to-viewport-ignore-next */
  padding: 60px 80px 60px 60px;
  /* px-to-viewport-ignore-next */
  border-radius: 0 0 20px 20px;
}
#waringDialog .dialog-info .item {
  display: flex;
  align-items: center;
  align-items: baseline;
  text-align: left;
  /* px-to-viewport-ignore-next */
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  /* px-to-viewport-ignore-next */
  margin-bottom: 24px;
}
#waringDialog .dialog-info .item:last-child {
  margin-bottom: 0;
}
#waringDialog .dialog-info .item::before {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  /* px-to-viewport-ignore-next */
  width: 12px;
  /* px-to-viewport-ignore-next */
  height: 12px;
  background: url("../../images/pc/index/dot.png") no-repeat;
  background-position: 100% 100%;
  /* px-to-viewport-ignore-next */
  margin-right: 20px;
}
#waringDialog .dialog-info .btn-ok {
  /* px-to-viewport-ignore-next */
  width: 140px;
  /* px-to-viewport-ignore-next */
  height: 48px;
  /* px-to-viewport-ignore-next */
  margin: 70px auto 0;
  background-color: #ffc92b;
  color: #333;
  /* px-to-viewport-ignore-next */
  font-size: 22px;
  /* px-to-viewport-ignore-next */
  line-height: 48px;
  /* px-to-viewport-ignore-next */
  border-radius: 24px;
  cursor: pointer;
}
.security-img {
  width: 100%;
}
.security-img{
  width: 100%;
}