* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#app {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  min-width: 1440px;
  margin: 0 auto;
  overflow: auto;
}

.new-domestic-products {
  position: relative;
  background: center center;
  min-height: 5375px;
  margin: 0 auto;
}
.new-domestic-products .container {
  width: 1440px;
  margin: 0 auto;
}
.new-domestic-products .section-live {
  position: absolute;
  top: 1322px;
  left: 50%;
  margin-left: -932px;
}
.new-domestic-products .section-live .section-bd {
  position: relative;
  background: no-repeat;
  height: 984px;
  width: 1745px;
}
.new-domestic-products .section-live .section-bd .qr-box {
  position: absolute;
  top: 154px;
  left: 224px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
}
.new-domestic-products .section-live .section-bd .live-box {
  position: absolute;
  top: 318px;
  left: 398px;
  width: 1080px;
  height: 546px;
  border-radius: 17px;
  background-color: #999;
}
.new-domestic-products .section-live .section-bd .live-box .btn-play {
  position: absolute;
  left: 446px;
  top: 176px;
  cursor: pointer;
  z-index: 2;
}
.new-domestic-products .section-live .section-bd .live-box video {
  width: 100%;
  border-radius: 17px;
}
.new-domestic-products .section-live .section-bd .btn-registration {
  position: absolute;
  top: 586px;
  left: 1352px;
  cursor: pointer;
}
.new-domestic-products .section-intro {
  position: absolute;
  top: 2372px;
  left: 50%;
  margin-left: -716px;
}
.new-domestic-products .section-intro .section-hd {
  height: 232px;
  background: no-repeat center;
}
.new-domestic-products .section-intro .section-bd {
  height: 836px;
  width: 100%;
  margin-top: 42px;
}
.new-domestic-products .section-intro .section-bd .content-bd .no-selected-content {
  background: no-repeat center;
  height: 658px;
  width: 100%;
  display: none;
  opacity: 0;
  transition: all 0.8s;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products {
  opacity: 0;
  transition: all 0.8s;
  height: 658px;
  background: no-repeat center;
  display: none;
  justify-content: center;
  padding-top: 52px;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .item {
  position: absolute;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .item img {
  width: 403px;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .item .btn-skip {
  position: absolute;
  width: 145px;
  height: 48px;
  cursor: pointer;
  bottom: 112px;
  left: 50%;
  background: transparent;
  z-index: 1;
  margin-left: -67px;
  top: 50%;
  margin-top: 197px;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .item .btn-skip-2 {
  position: absolute;
  width: 163px;
  height: 30px;
  bottom: 9px;
  left: 50%;
  background: transparent;
  z-index: 1;
  margin-left: -82px;
  border-radius: 21px;
  cursor: pointer;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .fade-enter-active,
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .fade-leave-active {
  transition: opacity 0.5s ease;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .fade-enter,
.new-domestic-products .section-intro .section-bd .content-bd .selected-brand-products .fade-leave-to {
  opacity: 0;
}
.new-domestic-products .section-intro .section-bd .content-bd .active {
  opacity: 1;
  pointer-events: auto;
  display: block;
  translate: none;
}
.new-domestic-products .section-intro .section-bd .content-bd .selected {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  translate: none;
}
.new-domestic-products .section-intro .section-bd .content-ft {
  display: flex;
  justify-content: center;
  margin-top: -52px;
}
.new-domestic-products .section-intro .section-bd .content-ft .item-list {
  display: flex;
  width: 1324px;
  justify-content: space-between;
}
.new-domestic-products .section-intro .section-bd .content-ft .item-list .item {
  position: relative;
  width: 212px;
  height: 230px;
  transition: all 0.3s;
}
.new-domestic-products .section-intro .section-bd .content-ft .item-list .item img {
  cursor: pointer;
}
.new-domestic-products .section-intro .section-bd .content-ft .item-list .item .btn-skip {
  position: absolute;
  width: 168px;
  cursor: pointer;
  height: 40px;
  border-radius: 20px;
  background-color: transparent;
  bottom: 7px;
  left: 21px;
}
.new-domestic-products .section-intro .section-bd .content-ft .item-list .active {
  transform: translateY(-12px);
}
.new-domestic-products .production-item-list {
  position: absolute;
  top: 3536px;
  left: 50%;
  margin-left: -720px;
}
.new-domestic-products .production-item-list .section-bd .item-list {
  display: grid;
  grid-template-rows: repeat(3, 185px);
  grid-template-columns: repeat(4, 1fr);
  row-gap: 25px;
  -moz-column-gap: 22px;
  column-gap: 13px;
}
.new-domestic-products .production-item-list .section-bd .item-list .item {
  position: relative;
  transition: all 0.3s;
}
.new-domestic-products .production-item-list .section-bd .item-list .item .pic-production {
  cursor: pointer;
}
.new-domestic-products .production-item-list .section-bd .item-list .active {
  transform: translateY(-20px);
}
.new-domestic-products .section-brand {
  position: absolute;
  top: 4200px;
  left: 50%;
  margin-left: -718px;
}
.new-domestic-products .section-brand .container {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=pageNewDomestic.css.map */