::-webkit-scrollbar {
  display: none;
}

.page1 {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.page1 #slider,
.page1 ul,
.page1 li {
  width: 100vw;
  height: 100vh;
}
.page1 #slider {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page1 ul {
  position: absolute;
  list-style-type: none;
  width: 10000vw;
}
.page1 li {
  float: left;
  position: relative;
}
.page1 li .text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3.0208333333vw;
  z-index: 2;
}
.page1 a {
  display: inline-block;
}
.page1 img {
  width: 100%;
  height: 100%;
}
.page1 .arrow-container {
  position: absolute;
  width: 100%;
  height: 2.6041666667vw;
  top: 50%;
  margin-top: -1.3020833333vw;
}
.page1 .arrow-container span {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}
.page1 .left-arrow {
  left: 6.5104166667vw;
  cursor: pointer;
}
.page1 .right-arrow {
  right: 6.5104166667vw;
  cursor: pointer;
}
.page1 .series {
  width: 100%;
  display: flex;
  gap: 2.9166666667vw;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5.46875vw;
  color: #fff;
  z-index: 2;
}
.page1 .series-list {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}
.page1 .series-list-item {
  width: 9.1666666667vw;
  text-wrap: nowrap;
  text-align: center;
  cursor: pointer;
  font-size: 1.0416666667vw;
  height: 3.125vw;
  line-height: 3.125vw;
  position: relative;
}
.page1 .series-list-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.page1 .series-list .active::after {
  background-color: transparent;
}
.page1 .series-left, .page1 .series-right {
  cursor: pointer;
  font-size: 1.0416666667vw;
}
.page1 .progress {
  bottom: 3.125vw;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  z-index: 2;
}
.page1 .progress-line1 {
  border-bottom: 0.0520833333vw solid #fff;
  margin-right: 0.1041666667vw;
}
.page1 .progress-icon {
  min-width: 0.8333333333vw;
  height: 0.8333333333vw;
  border: 0.0520833333vw solid #fff;
  transform: translateY(0.4166666667vw) rotate(-45deg);
}
.page1 .progress-line2 {
  border-bottom: 0.0520833333vw solid #fff;
  margin-left: 0.1041666667vw;
}

.page1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.box2 {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 6.25vw 13.0208333333vw 8.0729166667vw 13.0208333333vw;
  background-color: #181818;
  color: #fff;
}
.box2 .select {
  width: 16.0416666667vw;
}
.box2 .select-size {
  margin-bottom: 3.8541666667vw;
  width: 16.3020833333vw;
}
.box2 .select-size-title {
  font-size: 1.875vw;
  padding-bottom: 1.40625vw;
  border-bottom: 0.1041666667vw solid #fff;
  margin-bottom: 2.0833333333vw;
  cursor: pointer;
}
.box2 .select-size-list {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.box2 .select-size-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.0416666667vw;
  height: 2.9166666667vw;
  padding: 0.3645833333vw 1.09375vw 0.3125vw 0.78125vw;
  cursor: pointer;
}
.box2 .select-size-list-item .picture {
  width: 1.1458333333vw;
  height: 2.2395833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box2 .select-size-list .active {
  background-color: #24536c;
}
.box2 .select-thickness {
  margin-bottom: 3.8541666667vw;
  width: 16.3020833333vw;
}
.box2 .select-thickness-title {
  font-size: 1.875vw;
  padding-bottom: 1.40625vw;
  border-bottom: 0.1041666667vw solid #fff;
  margin-bottom: 2.0833333333vw;
  cursor: pointer;
}
.box2 .select-thickness-list {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.box2 .select-thickness-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.0416666667vw;
  height: 2.9166666667vw;
  padding: 0.3645833333vw 1.09375vw 0.3125vw 0.78125vw;
  cursor: pointer;
}
.box2 .select-thickness-list-item .picture {
  width: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box2 .select-thickness-list-item .picture img {
  width: 2.5vw;
  height: 0.625vw;
}
.box2 .select-thickness-list .active {
  background-color: #24536c;
}
.box2 .select-surfaceTexture {
  width: 16.3020833333vw;
}
.box2 .select-surfaceTexture-title {
  font-size: 1.875vw;
  padding-bottom: 1.40625vw;
  border-bottom: 0.1041666667vw solid #fff;
  margin-bottom: 2.0833333333vw;
  cursor: pointer;
}
.box2 .select-surfaceTexture-list {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.box2 .select-surfaceTexture-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.0416666667vw;
  height: 2.9166666667vw;
  padding: 0.3645833333vw 1.09375vw 0.3125vw 0.78125vw;
  cursor: pointer;
}
.box2 .select-surfaceTexture-list-item .picture {
  width: 1.9270833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box2 .select-surfaceTexture-list-item .picture img {
  width: 1.9270833333vw;
}
.box2 .select-surfaceTexture-list .active {
  background-color: #24536c;
}
.box2 .select-color {
  width: 16.3020833333vw;
}
.box2 .select-color-title {
  font-size: 1.875vw;
  padding-bottom: 1.40625vw;
  border-bottom: 0.1041666667vw solid #fff;
  margin-bottom: 2.0833333333vw;
  cursor: pointer;
}
.box2 .select-color-list {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.box2 .select-color-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.0416666667vw;
  height: 2.9166666667vw;
  padding: 0.3645833333vw 1.09375vw 0.3125vw 0.78125vw;
  cursor: pointer;
}
.box2 .select-color-list-item .picture {
  width: 1.9270833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box2 .select-color-list-item .picture img {
  height: 2.0833333333vw;
}
.box2 .select-color-list .active {
  background-color: #24536c;
}
.box2 .content {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  width: 50.2083333333vw;
}
.box2 .content-item {
  margin-bottom: 4.1666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2 .content-item img {
  width: 15vw;
  height: 29.8958333333vw;
  margin-bottom: 1.5625vw;
  cursor: pointer;
}
.box2 .content-item-name {
  font-size: 1.0416666667vw;
}/*# sourceMappingURL=product.css.map */