@charset "UTF-8";
/* 创新科技-人居-详情 */
/* 创新科技-产品优势 */
/* 创新科技-智造 */
.part.artist {
  padding-top: 74px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.part.artist .text-container * {
  max-width: 100% !important;
}
.text-container {
  max-width: 1440px;
  margin: 0 3%;
}
@media screen and (max-width: 770px) {
  .text-container {
    width: 85%;
    margin: 0 auto 45px;
    text-align: left;
  }
}
.part.artist .artist-photo {
  width: 50%;
  padding-top: 50%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.part.artist .artist-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.part.artist .artist-name {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
}
.part.part-1 {
  padding-top: 74px;
}
.part.part-2,
.part.part-4 {
  margin: 74px auto;
  width: 95%;
}
.part.part-2 .part-item,
.part.part-4 .part-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #faf9f5;
  margin-bottom: 80px;
}
.part.part-2 .part-item:nth-child(even),
.part.part-4 .part-item:nth-child(even) {
  flex-direction: row-reverse;
}
.part.part-2 .part-item .image-box,
.part.part-4 .part-item .image-box {
  width: 66.66%;
  padding-top: 45%;
  position: relative;
  user-select: none;
}
.part.part-2 .part-item .image-box img,
.part.part-4 .part-item .image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
.part.part-2 .part-item .text-box,
.part.part-4 .part-item .text-box {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part.part-2 .part-item .text-box .center,
.part.part-4 .part-item .text-box .center {
  width: 68%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.part.part-2 .part-item .text-box .center .title,
.part.part-4 .part-item .text-box .center .title {
  font-size: 42px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: solid 3px #000000;
}
.part.part-2 .part-item .text-box .center .text,
.part.part-4 .part-item .text-box .center .text {
  font-family: regular;
  font-weight: 400;
  font-size: 20px;
  color: #b3aea9;
  letter-spacing: 1px;
  margin: 0 auto;
}
.part.part-4 {
  margin-top: 56px;
}
.part.part-5 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 30px 0 40px;
}
.part.part-5 video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.main {
  margin-bottom: 60px;
}

@media screen and (max-width: 1600px) {
  .part.part-2 .part-item .text-box .center,
  .part.part-4 .part-item .text-box .center {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    order: 1;
    align-items: flex-start;
    background: #faf9f5;
  }
}
@media screen and (max-width: 1200px) {
  .part.part-2 .part-item .text-box .center,
  .part.part-4 .part-item .text-box .center {
    width: 100%;
    padding: 0 20%;
  }
  .part.part-2 .part-item .text-box .center .title,
  .part.part-4 .part-item .text-box .center .title {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .part.part-2 .part-item .text-box .center .text,
  .part.part-4 .part-item .text-box .center .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 770px) {
  .part.artist .artist-name {
    font-size: 14px;
  }
  .image-set-t2 {
    padding: 0 7.5%;
  }
  .image-set-t2 .image-box {
    padding-top: 100% !important;
  }
  .part.part-2,
  .part.part-4 {
    width: 100%;
  }
  .part.part-2 .part-item,
  .part.part-4 .part-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .part.part-2 .part-item:nth-child(even),
  .part.part-4 .part-item:nth-child(even) {
    flex-direction: column;
  }
  .part.part-2 .part-item .text-box,
  .part.part-4 .part-item .text-box {
    width: 100%;
  }
  .part.part-2 .part-item .text-box .center,
  .part.part-4 .part-item .text-box .center {
    width: 100%;
    padding: 50px 8% 30px;
    box-sizing: border-box;
    order: 1;
    align-items: flex-start;
    background: #faf9f5;
  }
  .part.part-2 .part-item .text-box .center .title,
  .part.part-4 .part-item .text-box .center .title {
    font-size: 30px;
    font-family: Medium;
    font-weight: 500;
    line-height: 44px;
  }
  .part.part-2 .part-item .text-box .center .text,
  .part.part-4 .part-item .text-box .center .text {
    font-size: 16px;
    line-height: 24px;
  }
  .part.part-2 .part-item .image-box,
  .part.part-4 .part-item .image-box {
    width: calc(100% - 40px);
    padding-top: calc(100% - 40px);
    margin: 0 auto;
    order: 2;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
}
