.banner {
  width: 100%;
  position: relative;
}
.banner .wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .wrap .h2 {
  font-size: 30px;
  color: #000;
}
.banner .wrap .h1 {
  width: 60%;
  position: relative;
  margin-bottom: 170px;
}
.banner .wrap .h1 .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: 40px;
}
.banner .wrap .h1 .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .wrap .h1 .text {
  font-size: 70px;
  color: #000;
  font-weight: 600;
}
.banner .wrap .h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 120px;
}
.banner .wrap .items {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.banner .wrap .items .p {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
}
.banner .wrap .items .p img {
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 10px;
}
.banner .wrap .items .p span {
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
.banner .wrap .items .p:first-child {
  margin-right: 50px;
}
.banner .image {
  width: 100%;
  overflow: hidden;
}
.banner .image img {
  display: block;
  width: 100%;
  transform: scale(1.2);
  transition: transform 0.5s ease;
}
.banner .image img.banner-zoomed {
  transform: scale(1);
}
.model1 {
  width: 100%;
  border-radius: 85px 85px 0px 0px;
  background: #ffffff;
  padding: 120px 0;
}
.model1 .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}
.model1 .wrap .title {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.model1 .wrap .title h2 {
  width: 100%;
  font-size: 50px;
  color: #000;
  margin-bottom: 20px;
}
.model1 .wrap .title span {
  font-size: 18px;
  color: #000;
}
.model1 .wrap .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.model1 .wrap .list .item {
  width: 47%;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.model1 .wrap .list .item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: transform 0.5s ease;
}
.model1 .wrap .list .item:hover .bg {
  transform: scale(1.1);
}
.model1 .wrap .list .item .wrap {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  padding-bottom: 60px;
}
.model1 .wrap .list .item .name {
  width: 100%;
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.model1 .wrap .list .item .text {
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 60px;
}
.model1 .wrap .list .item .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.model1 .wrap .list .item .button .span {
  color: #000;
}
.model2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.model2 .bg {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.model2 .main {
  width: 100%;
  position: relative;
  z-index: 3;
}
.model2 .main .title {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 160px 0;
}
.model2 .main .title .text {
  width: 50%;
}
.model2 .main .title .text .p {
  width: 100%;
  color: #000000;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 600;
}
.model2 .main .title .text .p strong {
  color: #11DAB5;
  font-weight: 600;
  font-size: 80px;
}
.model2 .main .title .text .p:last-child {
  font-size: 22px;
  margin-bottom: 0;
}
.model2 .main .title .style {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.model2 .main .title .style .img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.model2 .main .title .style .img img {
  display: block;
  width: 240px;
}
.model2 .main .title .style .option {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model2 .main .title .style .option .item {
  display: flex;
  align-items: center;
  margin: 0 25px;
}
.model2 .main .title .style .option .item img {
  width: 32px;
  display: block;
  margin-right: 12px;
}
.model2 .main .title .style .option .item span {
  font-size: 18px;
  color: #242424;
}
.model2 .main .title.pc {
  display: flex;
}
.model2 .main .title.mobile {
  display: none;
}
.model2 .main .d3 {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.model2 .main .d3 .canvas {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model2 .main .d3 .canvas .side {
  width: 240px;
  margin-left: 80px;
}
.model2 .main .d3 .canvas .side .button {
  display: none;
}
.model2 .main .d3 .canvas .set_logo {
  width: 100%;
  background: url(https://file.global86.cn/easygoodsreal/img/263.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 10px;
}
.model2 .main .d3 .canvas .set_logo .label {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.model2 .main .d3 .canvas .set_logo .label img {
  height: 34px;
  display: block;
}
.model2 .main .d3 .canvas .set_logo .shape {
  width: 100%;
}
.model2 .main .d3 .canvas .set_logo .shape .group {
  width: 100%;
  margin-bottom: 80px;
}
.model2 .main .d3 .canvas .set_logo .shape .group .text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.model2 .main .d3 .canvas .set_logo .shape .group .btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 20px;
  background: url(https://file.global86.cn/easygoodsreal/img/button.png) no-repeat;
  background-size: 80%;
  background-position: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
}
.model2 .main .d3 .canvas .set_logo .shape .group .btn:hover {
  color: #fff;
  background-image: url(https://file.global86.cn/easygoodsreal/img/button2.png);
}
.model2 .main .d3 .canvas .set_logo .shape .group .cur {
  color: #fff;
  background-image: url(https://file.global86.cn/easygoodsreal/img/button2.png);
}
.model2 .main .d3 .canvas .model-viewer {
  width: calc(100% - 320px);
}
.model2 .main .d3 .canvas .model-viewer .m1 {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.model2 .main .d3 .canvas .model-viewer .m2 {
  width: 120px;
  height: 230px;
  margin: 0 auto;
}
.model2 .main .d3 .canvas .model-viewer .m3 {
  width: 120px;
  height: 460px;
  margin: 0 auto;
}
.model2 .main .d3 .tools {
  width: 50%;
  max-width: 820px;
  flex-wrap: wrap;
}
.model2 .main .d3 .tools .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  background: url(https://file.global86.cn/easygoodsreal/img/262.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.model2 .main .d3 .tools .item .label {
  width: 20%;
  display: flex;
  align-items: center;
}
.model2 .main .d3 .tools .item .label span {
  font-size: 20px;
  color: #000;
  margin-right: 20px;
}
.model2 .main .d3 .tools .item .label img {
  width: 3px;
  height: 22px;
}
.model2 .main .d3 .tools .item .options {
  width: calc(80% - 100px);
  display: flex;
  justify-content: space-around;
}
.model2 .main .d3 .tools .item .options .option {
  width: calc(100% / 3);
}
.model2 .main .d3 .tools .item .options .option .text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.model2 .main .d3 .tools .item .options .option .btn {
  width: 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background: url(https://file.global86.cn/easygoodsreal/img/button.png) no-repeat;
  background-size: 80%;
  background-position: center;
  cursor: pointer;
}
.model2 .main .d3 .tools .item .options .option .btn span {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.model2 .main .d3 .tools .item .options .option .btn:hover {
  background-image: url(https://file.global86.cn/easygoodsreal/img/button2.png);
}
.model2 .main .d3 .tools .item .options .option .btn:hover span {
  color: #fff;
}
.model2 .main .d3 .tools .item .options .option .cur {
  background-image: url(https://file.global86.cn/easygoodsreal/img/button2.png);
}
.model2 .main .d3 .tools .item .options .option .cur span {
  color: #fff;
}
.model2 .main .d3 .tools .item .colors {
  width: 130px;
  height: 130px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.model2 .main .d3 .tools .item .colors img {
  width: 100%;
  height: 100%;
  display: block;
}
.model2 .main .d3 .tools .item .colors span {
  font-size: 14px;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.model2 .main .d3 .tools .mobile {
  display: none;
}
.model2 .main .d3 .tools .item2 {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.model2 .main .d3 .tools .item2 .button {
  margin: 0 20px;
}
.model2 .main .d3 .tools .button {
  margin: 0 auto;
}
.model2 .pc {
  display: flex;
}
.model2 .mobile {
  display: none;
}
.model3 {
  width: 100%;
  position: relative;
  padding: 90px 0;
}
.model3 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.model3 .wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.model3 .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.model3 .title .label {
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.model3 .title .label::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #11dab5 0%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.model3 .title .label strong {
  font-size: 64px;
  color: #11DAB5;
}
.model3 .title .label span {
  font-size: 50px;
  color: #fff;
}
.model3 .title .text {
  font-size: 24px;
  color: #fff;
  letter-spacing: 10%;
}
.model3 .list {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #ffffff59;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.model3 .list .shine-line {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00000000 0%, #00070424 7.14%, #00221b49 14.29%, #0142366d 21.43%, #03655392 28.57%, #078a72b6 35.71%, #0cb193db 42.86%, #11dab5 50%, #0cb193db 57.14%, #078a72b6 64.29%, #03655392 71.43%, #0142366d 78.57%, #00221b49 85.71%, #00070424 92.86%, #00000000 100%);
  pointer-events: none;
  z-index: 3;
}
.model3 .list .shine-line-1 {
  top: 12.33%;
  animation: shine-sweep 4.5s linear infinite;
}
.model3 .list .shine-line-2 {
  top: 44%;
  animation: shine-sweep 4.5s linear infinite;
  animation-delay: 1.5s;
}
.model3 .list .shine-line-3 {
  top: 75%;
  animation: shine-sweep 4.5s linear infinite;
  animation-delay: 3s;
}
.model3 .list .item {
  width: calc((100% - 200px)/5);
  margin-bottom: 90px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.model3 .list .item:hover {
  transform: translateY(-10px);
}
.model3 .list .item .img {
  width: 100%;
  margin-bottom: 30px;
}
.model3 .list .item .img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.model3 .list .item .name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model3 .list .item .name em {
  font-size: 20px;
  color: #11dab5;
  font-style: normal;
  font-weight: 600;
  margin-right: 10px;
}
.model3 .list .item .name span {
  font-size: 24px;
  color: #ffffffe6;
}
@keyframes shine-sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.pics {
  width: 100%;
  position: relative;
  padding-bottom: 280px;
}
.pics .bg {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.pics .title {
  width: 100%;
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.pics .title h2 {
  font-size: 50px;
  color: #000;
  margin-bottom: 20px;
}
.pics .title span {
  font-size: 24px;
  color: #6d6d6d;
}
.pics .list {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pics .list .item {
  width: 430px;
  flex-shrink: 0;
  margin-right: 75px;
  box-shadow: 6px 7px 4px #969696;
  overflow: hidden;
  cursor: pointer;
}
.pics .list .item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.pics .list .item:hover img {
  transform: scale(1.1);
}
.pics .buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 30px;
}
.pics .buttons .button {
  margin: 0 30px;
}
.faq {
  width: 100%;
  padding: 100px 0;
}
.faq .title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.faq .title h2 {
  font-size: 50px;
  color: #000;
  margin-bottom: 60px;
}
.faq .title span {
  font-size: 28px;
  color: #000;
}
.faq .list {
  width: 100%;
}
.faq .list .right {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.faq .list .right .swiper {
  width: 100%;
  height: 540px;
  overflow: hidden;
}
.faq .list .right .swiper .swiper-wrapper {
  width: 100%;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #00000040;
  cursor: pointer;
  background: #fdfdfd;
  height: auto !important;
  margin-bottom: 60px;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .label img {
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.3s;
  flex-shrink: 0;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .label span {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  transition: 0.5s;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .value {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .value p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide.open .value {
  max-height: 300px;
  padding: 20px 0;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide.open .label img {
  transition: 0.3s;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide:hover span {
  color: #11DAB5;
}
.faq .list .right .down {
  width: 60px;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.blog {
  width: 100%;
  position: relative;
  padding: 90px 0;
}
.blog .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog .blog_wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blog .title1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.blog .title1 .label {
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.blog .title1 .label::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #11dab5 0%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog .title1 .label strong {
  font-size: 64px;
  color: #11DAB5;
}
.blog .title1 .label span {
  font-size: 50px;
  color: #fff;
}
.blog .title1 .text {
  font-size: 24px;
  color: #fff;
}
.blog .list {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #ffffff59;
  overflow: visible;
}
.blog .list .swiper-wrapper {
  width: 100%;
  display: flex;
}
.blog .list .swiper-wrapper .item {
  width: 560px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #ffffff4d;
  margin-right: 50px;
  cursor: pointer;
  flex-shrink: 0;
}
.blog .list .swiper-wrapper .item .img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.blog .list .swiper-wrapper .item .img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.blog .list .swiper-wrapper .item .name {
  width: 100%;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .list .swiper-wrapper .item .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog .list .swiper-wrapper .item .icon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.blog .list .swiper-wrapper .item .icon img {
  width: 44px;
  height: 44px;
  display: block;
}
.blog .list .swiper-wrapper .item:hover .img img {
  transform: scale(1.1);
}
.blog .tips {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blog .tips .text {
  display: flex;
  align-items: center;
}
.blog .tips .text span {
  font-size: 14px;
  color: #fff;
}
.blog .tips .text img {
  width: 22px;
  height: 22px;
  display: block;
}
.blog .tips .button .span {
  color: #000;
}
.blog .tips .button .icon {
  background: #fff;
}
@media only screen and (max-width: 1470px) {
  /* Banner */
  .banner .wrap {
    max-width: 94%;
  }
  .banner .wrap .h1 {
    margin-bottom: 100px;
  }
  .banner .wrap .h1 .text {
    font-size: 50px;
  }
  .banner .wrap .h1 .icon {
    width: 22px;
    height: 22px;
    top: 26px;
  }
  .banner .wrap .h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .banner .wrap .h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
  }
  .banner .wrap .items {
    width: 55%;
    margin-bottom: 0;
  }
  .banner .wrap .items .p {
    margin-bottom: 10px;
  }
  .banner .wrap .items .p img {
    width: 24px;
    height: 24px;
  }
  /* Model1 */
  .model1 {
    padding: 80px 0;
  }
  .model1 .wrap {
    max-width: 94%;
  }
  .model1 .wrap .title {
    margin-bottom: 60px;
  }
  .model1 .wrap .title h2 {
    font-size: 40px;
  }
  .model1 .wrap .list .item .wrap {
    padding: 0 30px;
    padding-bottom: 60px;
  }
  .model1 .wrap .list .item .name {
    font-size: 22px;
  }
  .model1 .wrap .list .item .text {
    font-size: 16px;
  }
  /* Model2 (3D) – 对齐首页 */
  .model2 .main .title {
    max-width: 94%;
    padding: 40px 0;
  }
  .model2 .main .title .text .p {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .model2 .main .title .text .p strong {
    font-size: 42px;
  }
  .model2 .main .title .text .p:last-child {
    font-size: 14px;
  }
  .model2 .main .title .style .img img {
    width: 140px;
    margin-bottom: 10px;
  }
  .model2 .main .title .style .option {
    width: 100%;
  }
  .model2 .main .title .style .option .item img {
    width: 16px;
  }
  .model2 .main .title .style .option .item span {
    font-size: 12px;
  }
  .model2 .main .d3 {
    max-width: 94%;
  }
  .model2 .main .d3 .canvas .model-viewer {
    width: calc(100% - 280px);
  }
  .model2 .main .d3 .canvas .model-viewer .m1 {
    width: 140px;
    height: 140px;
  }
  .model2 .main .d3 .canvas .model-viewer .m2 {
    width: 100px;
    height: 180px;
  }
  .model2 .main .d3 .canvas .model-viewer .m3 {
    width: 100px;
    height: 360px;
  }
  .model2 .main .d3 .canvas .side {
    width: 200px;
    margin-left: 40px;
  }
  .model2 .main .d3 .canvas .side .button {
    margin: 0 auto;
    display: flex;
  }
  .model2 .main .d3 .canvas .set_logo {
    width: 65%;
    margin: 0 auto 10px;
  }
  .model2 .main .d3 .canvas .set_logo .label img {
    height: 24px;
  }
  .model2 .main .d3 .canvas .set_logo .shape .group {
    margin-bottom: 40px;
  }
  .model2 .main .d3 .canvas .set_logo .shape .group .btn {
    padding: 10px 20px;
    font-size: 12px;
  }
  .model2 .main .d3 .tools {
    width: 45%;
    flex-wrap: wrap;
  }
  .model2 .main .d3 .tools .item {
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .model2 .main .d3 .tools .item .label {
    width: 100%;
    margin-bottom: 10px;
  }
  .model2 .main .d3 .tools .item .label span {
    font-size: 16px;
  }
  .model2 .main .d3 .tools .item .label img {
    height: 14px;
  }
  .model2 .main .d3 .tools .item .options {
    width: calc(100% - 100px);
  }
  .model2 .main .d3 .tools .item .options .option .btn {
    margin-bottom: 4px;
  }
  .model2 .main .d3 .tools .item .options .option .btn span {
    font-size: 12px;
  }
  .model2 .main .d3 .tools .item .colors {
    width: 100px;
    height: 100px;
  }
  .model2 .main .d3 .tools .item2 {
    display: none;
  }
  /* Model3 */
  .model3 .wrap {
    max-width: 94%;
  }
  .model3 .title .label strong {
    font-size: 50px;
  }
  .model3 .title .label span {
    font-size: 38px;
  }
  .model3 .list .item {
    width: calc((100% - 160px)/5);
  }
  .model3 .list .item .name em {
    font-size: 16px;
  }
  .model3 .list .item .name span {
    font-size: 18px;
  }
  /* Pics */
  .pics .title h2 {
    font-size: 40px;
  }
  .pics .list .item {
    width: 340px;
    margin-right: 50px;
  }
  /* FAQ */
  .faq {
    padding: 60px 0;
  }
  .faq .title {
    padding: 60px 0;
  }
  .faq .title h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .faq .title span {
    font-size: 14px;
  }
  .faq .list .right {
    max-width: 94%;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label span {
    font-size: 16px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label img {
    width: 18px;
    height: 18px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .value p {
    font-size: 14px;
  }
  .faq .list .right .down {
    width: 50px;
  }
  /* Blog */
  .blog {
    padding: 60px 0;
  }
  .blog .blog_wrap {
    max-width: 94%;
  }
  .blog .title1 {
    margin-bottom: 30px;
  }
  .blog .title1 .label strong {
    font-size: 48px;
  }
  .blog .title1 .label span {
    font-size: 36px;
  }
  .blog .title1 .text {
    font-size: 18px;
  }
  .blog .list .swiper-wrapper .item {
    width: 420px;
    margin-right: 30px;
    padding: 20px;
  }
  .blog .list .swiper-wrapper .item .name {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .blog .list .swiper-wrapper .item .text {
    font-size: 13px;
  }
  .blog .list .swiper-wrapper .item .icon img {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner .wrap {
    max-width: 90%;
  }
  .banner .wrap .h1 {
    margin-bottom: 80px;
  }
  .banner .wrap .h1 .text {
    font-size: 44px;
  }
  .banner .wrap .h3 {
    margin-bottom: 50px;
  }
  .banner .wrap .items {
    width: 60%;
  }
  .model1 .wrap .list .item .name {
    font-size: 20px;
  }
  .model2 .main .d3 .canvas .model-viewer {
    transform: scale(0.8);
  }
  .model2 .main .d3 .canvas .side .button {
    display: flex;
  }
  .model2 .main .title .style .option .item img {
    width: 24px;
  }
  .model2 .main .title .style .option .item span {
    font-size: 12px;
  }
  .model3 .title .label strong {
    font-size: 46px;
  }
  .model3 .title .label span {
    font-size: 34px;
  }
  .pics .list .item {
    width: 300px;
    margin-right: 40px;
  }
  .faq .title h2 {
    font-size: 32px;
  }
  .blog .title1 .label strong {
    font-size: 40px;
  }
  .blog .title1 .label span {
    font-size: 30px;
  }
  .blog .title1 .text {
    font-size: 16px;
  }
  .blog .list .swiper-wrapper .item {
    width: 360px;
    margin-right: 24px;
    padding: 16px;
  }
  .blog .list .swiper-wrapper .item .name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .blog .list .swiper-wrapper .item .img {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .wrap .h2 {
    font-size: 20px;
  }
  .banner .wrap .h1 {
    margin-bottom: 60px;
  }
  .banner .wrap .h1 .text {
    font-size: 36px;
  }
  .banner .wrap .h3 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .banner .wrap .items {
    width: 70%;
  }
  .banner .wrap .items .p img {
    width: 22px;
    height: 22px;
  }
  .banner .wrap .items .p span {
    font-size: 14px;
  }
  .model1 {
    padding: 60px 0;
  }
  .model1 .wrap .title {
    margin-bottom: 40px;
  }
  .model1 .wrap .title h2 {
    font-size: 32px;
  }
  .model1 .wrap .list .item .name {
    font-size: 18px;
    padding: 30px 0;
  }
  .model1 .wrap .list .item .text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .model1 .wrap .list .item .wrap {
    padding-bottom: 80px;
  }
  .model3 {
    padding: 60px 0;
  }
  .model3 .title {
    margin-bottom: 30px;
  }
  .model3 .title .label strong {
    font-size: 36px;
  }
  .model3 .title .label span {
    font-size: 28px;
  }
  .model3 .title .text {
    font-size: 16px;
  }
  .model3 .list .item {
    width: calc((100% - 80px)/5);
    margin-bottom: 50px;
  }
  .model3 .list .item .name em {
    font-size: 14px;
  }
  .model3 .list .item .name span {
    font-size: 16px;
  }
  .pics {
    padding-bottom: 160px;
  }
  .pics .title {
    padding: 60px 0;
  }
  .pics .title h2 {
    font-size: 32px;
  }
  .pics .title span {
    font-size: 16px;
  }
  .pics .list .item {
    width: 260px;
    margin-right: 30px;
  }
  .pics .buttons .button {
    margin: 0 15px;
  }
  .faq .title {
    margin-bottom: 30px;
  }
  .faq .title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .faq .title span {
    font-size: 18px;
  }
  .faq .list .right .swiper {
    height: 400px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 30px;
    padding: 12px 30px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label span {
    font-size: 18px;
  }
  .blog {
    padding: 40px 0;
  }
  .blog .title1 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .blog .title1 .label {
    width: 100%;
    margin-bottom: 10px;
  }
  .blog .title1 .label strong {
    font-size: 36px;
  }
  .blog .title1 .label span {
    font-size: 28px;
  }
  .blog .title1 .text {
    font-size: 14px;
  }
  .blog .list .swiper-wrapper .item {
    width: 320px;
    margin-right: 20px;
    padding: 14px;
  }
  .blog .list .swiper-wrapper .item .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog .list .swiper-wrapper .item .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .banner {
    padding-top: 66px;
  }
  .banner .wrap .h1 {
    width: 80%;
    margin-bottom: 10px;
  }
  .banner .wrap .h1 .text {
    font-size: 32px;
  }
  .banner .wrap .h1 .icon {
    width: 20px;
    height: 20px;
    left: -26px;
    top: 26px;
  }
  .banner .wrap .h2 {
    font-size: 20px;
  }
  .banner .wrap .h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .banner .wrap .items {
    display: none;
  }
  .banner .wrap .items .p {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .model1 {
    padding: 40px 0;
    border-radius: 40px 40px 0 0;
  }
  .model1 .wrap .title h2 {
    font-size: 26px;
  }
  .model1 .wrap .title span {
    font-size: 12px;
  }
  .model1 .wrap .list {
    flex-direction: column;
  }
  .model1 .wrap .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .model1 .wrap .list .item .name {
    font-size: 18px;
    padding: 20px 0;
  }
  .model1 .wrap .list .item .text {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .model2 .main .title.pc {
    display: none;
  }
  .model2 .main .mobile .text {
    width: 100%;
    text-align: center;
  }
  .model2 .main .mobile .style {
    width: 100%;
    margin-bottom: 30px;
  }
  .model2 .main .mobile .style .img img {
    width: 140px;
  }
  .model2 .main .mobile .text .p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .model2 .main .mobile .text .p strong {
    font-size: 24px;
  }
  .model2 .main .mobile .text .p:last-child {
    font-size: 12px;
  }
  .model2 .main .d3 {
    position: relative;
  }
  .model2 .main .d3 .canvas {
    width: 30%;
  }
  .model2 .main .d3 .canvas .set_logo {
    display: none;
  }
  .model2 .main .d3 .canvas .model-viewer {
    transform: scale(1);
    width: 100%;
  }
  .model2 .main .d3 .canvas .side {
    display: none;
  }
  .model2 .main .d3 .tools.pc {
    display: none;
  }
  .model2 .main .d3 .tools.mobile {
    display: block;
    width: 70%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .model2 .main .d3 .tools.mobile .item2 {
    display: flex;
  }
  .model2 .main .d3 .tools.mobile .item_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .model2 .main .d3 .tools.mobile .item {
    width: 35%;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    padding: 20px 0;
    padding-left: 40px;
    background: url(https://file.global86.cn/easygoodsreal/img/264.png) no-repeat;
    background-size: 100% 100%;
  }
  .model2 .main .d3 .tools.mobile .item .label {
    margin-bottom: 10px;
  }
  .model2 .main .d3 .tools.mobile .item .label img {
    height: 16px;
  }
  .model2 .main .d3 .tools.mobile .item .colors {
    width: 80px;
    height: 80px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .model2 .main .d3 .tools.mobile .item .colors span {
    font-size: 12px;
  }
  .model2 .main .d3 .tools.mobile .item .options {
    width: calc(100% - 80px);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-wrap: wrap;
  }
  .model2 .main .d3 .tools.mobile .item .options .option .btn span {
    font-size: 12px;
  }
  .model2 .main .d3 .tools.mobile .item .options .option .text {
    font-size: 12px;
    transform: scale(0.8);
  }
  .model2 .main .d3 .tools.mobile .item .options .option .btn {
    padding: 0;
    height: auto;
    margin-bottom: 10px;
    background-size: 100% 90%;
    width: auto;
  }
  .model2 .main .d3 .tools.mobile .item .options .option .btn span {
    transform: scale(0.5);
  }
  .model2 .main .d3 .tools.mobile .show .item {
    width: 100%;
  }
  .model2 .main .d3 .tools.mobile .show .options {
    max-height: 400px;
  }
  .model2 .main .d3 .tools.mobile .show .colors {
    visibility: visible;
    animation: fadeInColors 0.2s ease 0.4s forwards;
  }
  .model2 .main .d3 .tools .item .label span {
    font-size: 12px;
  }
  .model3 .list .shine-line {
    display: none;
  }
  @keyframes fadeInColors {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .model3 {
    padding: 40px 0;
  }
  .model3 .title {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }
  .model3 .title .label {
    width: 100%;
    margin-bottom: 15px;
  }
  .model3 .title .label strong {
    font-size: 32px;
  }
  .model3 .title .label span {
    font-size: 26px;
  }
  .model3 .title .text {
    font-size: 14px;
  }
  .model3 .list {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .model3 .list .item {
    width: calc((100% - 60px)/3);
    margin-bottom: 30px;
  }
  .model3 .list .item .img {
    margin-bottom: 15px;
  }
  .model3 .list .item .name em {
    font-size: 12px;
  }
  .model3 .list .item .name span {
    font-size: 14px;
  }
  .pics {
    padding-bottom: 150px;
  }
  .pics .title {
    padding: 40px 0;
  }
  .pics .title h2 {
    font-size: 28px;
  }
  .pics .title span {
    font-size: 16px;
  }
  .pics .list .item {
    width: 220px;
    margin-right: 30px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq .title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .faq .title span {
    font-size: 18px;
  }
  .faq .list .right .swiper {
    height: 320px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label span {
    font-size: 16px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .value p {
    font-size: 14px;
  }
  .faq .list .right .down {
    bottom: -20px;
  }
  .blog {
    padding: 40px 0;
  }
  .blog .title1 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }
  .blog .title1 .label {
    width: 100%;
    margin-bottom: 10px;
  }
  .blog .title1 .label strong {
    font-size: 32px;
  }
  .blog .title1 .label span {
    font-size: 26px;
  }
  .blog .title1 .text {
    font-size: 14px;
  }
  .blog .list .swiper-wrapper .item {
    width: 300px;
    margin-right: 20px;
    padding: 20px;
  }
  .blog .list .swiper-wrapper .item .name {
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .blog .list .swiper-wrapper .item .text {
    font-size: 12px;
  }
  .blog .tips .text span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .banner .wrap .h1 {
    width: 100%;
  }
  .banner .wrap .h1 .text {
    font-size: 24px;
  }
  .banner .wrap .h1 .icon {
    display: none;
  }
  .banner .wrap .h2 {
    font-size: 16px;
  }
  .banner .wrap .h3 {
    font-size: 12px;
  }
  .banner .wrap .items .p span {
    font-size: 12px;
  }
  .model1 .wrap .title h2 {
    font-size: 22px;
  }
  .faq .list .right .swiper {
    height: 260px;
  }
  .model2 .main .d3 .canvas {
    width: 60%;
  }
  .model2 .main .d3 .canvas .model-viewer {
    transform: scale(0.8);
  }
  .model2 .main .d3 .tools.mobile .item {
    padding-left: 20px;
  }
  .model2 .main .title .style .option {
    flex-wrap: wrap;
  }
  .model2 .main .d3 .tools.mobile .item .options .logo_option {
    width: 30%;
    flex: none;
  }
  .model3 .title .label strong {
    font-size: 24px;
  }
  .model3 .title .label span {
    font-size: 20px;
  }
  .model3 .list .item {
    width: calc((100% - 30px)/2);
  }
  .pics {
    padding-bottom: 100px;
  }
  .pics .title h2 {
    font-size: 22px;
  }
  .pics .list .item {
    width: 180px;
    margin-right: 20px;
  }
  .faq .title h2 {
    font-size: 22px;
  }
  .blog .title1 .label strong {
    font-size: 24px;
  }
  .blog .title1 .label span {
    font-size: 20px;
  }
  .blog .list .swiper-wrapper .item {
    width: 250px;
  }
}
