@media (min-width: 1201px) {
  body {
    padding-top: 0 !important;
  }
  body header.index-header {
    background: transparent;
    box-shadow: none;
  }
  .index-header .oh-lk {
    color: #fff;
  }
  .index-header .oh-index {
    background: url('../images/op1.png') no-repeat center center / 100% 100%;
  }
  .index-header .oh-logo {
    opacity: 0;
  }
  .index-header .oh-menu:before {
    background-image: url('../images/op2.png');
  }
  .index-header .oh-search {
    background-image: url('../images/op3.png');
  }
  .index-header .oh-position {
    background-image: url('../images/op4.png');
  }
  .index-header .oh-3d {
    background-image: url('../images/index/vr-w.png');
  }
}
.op-container {
  box-shadow: none;
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 180px;
}
.banner .txt div {
  max-width: 1450px;
  padding: 0 50px;
  margin: 0 auto;
}
.banner .txt img {
  width: 455px;
}
.banner .txt h1 {
  font-size: 52px;
  line-height: 76px;
  margin-top: 13px;
  margin-bottom: 35px;
  color: #fff;
  font-weight: 400;
}
.wholehouse {
  padding-bottom: 0;
}
.wholehouse .whole_house {
  width: 100%;
}
.wholehouse .whole_house .item {
  position: relative;
  height: calc(100vh - 0.6rem);
}
.wholehouse .whole_house .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wholehouse .whole_house .item .txt {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 1500px;
  padding: 0 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.wholehouse .whole_house .item .txt.right {
  justify-content: end;
}
.wholehouse .whole_house .item .txt .con {
  width: 420px;
  padding: 35px;
  background: #FAF8F5F2;
}
.wholehouse .whole_house .item .txt .con .tag {
  position: relative;
  font-style: italic;
  color: var(--color1);
  font-family: 'inter';
  font-size: 16px;
  line-height: 24px;
}
.wholehouse .whole_house .item .txt .con .tag:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 1px;
  background: var(--color1);
  width: 30px;
}
.wholehouse .whole_house .item .txt .con .name {
  font-family: var(--fontfamily);
  margin: 10px 0;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.wholehouse .whole_house .item .txt .con p {
  font-family: 'inter';
  font-size: 16px;
  line-height: 24px;
  color: #8C7F74;
  margin-bottom: 30px;
}
.wholehouse .whole_house .item .txt .con a {
  display: block;
  width: 250px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.about {
  position: relative;
  z-index: 1;
}
.about img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.about .txtbox {
  position: relative;
  z-index: 2;
  padding: 150px 50px 190px;
}
.about .txtbox .op-titlebox {
  max-width: 660px;
  margin-bottom: 85px;
}
.about .txtbox .op-titlebox .op-title,
.about .txtbox .op-titlebox .op-subtitle {
  text-align: left;
  color: #fff;
}
.about .txtbox .numbox .item {
  display: inline-block;
  vertical-align: top;
  font-family: 'inter';
  margin-right: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #fff;
  color: #fff;
}
.about .txtbox .numbox .item b {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 72px;
}
.about .txtbox .numbox .item span {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.about .txtbox .numbox .item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.aboutVideo {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}
.aboutVideo .container {
  display: flex;
  background: #F0EDE8;
  padding: 46px;
  gap: 30px;
  margin-top: -80px;
}
.aboutVideo .container .img {
  position: relative;
  flex: 1;
}
.aboutVideo .container .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.aboutVideo .container .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000;
}
.aboutVideo .container .img .play-btn {
  opacity: 1;
  background-color: var(--color1);
  border-radius: 100%;
}
.aboutVideo .container .img .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 65px 30px 40px;
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, #000000 100%);
  color: #fff;
  font-family: 'inter';
}
.aboutVideo .container .img .txt h3 {
  font-family: 'inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 5px;
}
.aboutVideo .container .img .txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.franchise {
  padding: 130px 0;
  background: #1A1A1A;
}
.franchise .container .op-titlebox .op-title {
  color: #fff;
}
.franchise .container .btns {
  display: flex;
  gap: 46px;
  justify-content: center;
}
.franchise .container .btns a {
  width: 285px;
  text-align: center;
}
.franchise .container .btns .download-event-btn {
  border-color: var(--color1);
  color: var(--color1);
}
.franchise .container .btns .download-event-btn:hover {
  color: #fff;
}
.honors .img {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
.honors .img img {
  max-width: 100%;
}
.diffent {
  position: relative;
  width: 100%;
  aspect-ratio: 1000 / 562;
  overflow: hidden;
}
.diffent video {
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: relative;
  z-index: 1;
  object-fit: cover;
  margin-left: -2px;
  margin-top: -2px;
}
.diffent .op-titlebox {
  position: absolute;
  display: flex;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.diffent .op-titlebox .op-title {
  color: #fff;
  letter-spacing: 2px;
}
.project {
  background: #1A1A1A;
}
.project .op-title {
  color: #fff;
}
.project .op-subtitle {
  color: #EBEBEB;
  max-width: 1070px;
}
.project .op-subtitle span {
  color: var(--color1);
}
.project .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.project .list .item {
  position: relative;
  display: block;
}
.project .list .item img {
  display: block;
  width: 100%;
}
.project .list .item .txt {
  position: absolute;
  transition: all 1s;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0 30px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.project .list .item .txt p {
  font-family: 'inter';
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.project .list .item .txt p span {
  font-weight: 500;
  color: var(--color1);
  font-size: 16px;
  line-height: 24px;
}
.project .project-btn {
  display: block;
  width: fit-content;
  margin: 65px auto 0;
}
.client {
  z-index: 4;
}
.client .list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 35px;
}
.client .list img {
  box-shadow: 3px 4px 10px 0px #0000000D;
}
.client img {
  width: 100%;
}
.whatBringY {
  background: #F0EDE8;
}
.whatBringY .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.whatBringY .list .item {
  background: #FAF8F5;
  padding: 40px 16px 30px;
}
.whatBringY .list .item img {
  display: block;
  margin: 0 auto;
  height: 70px;
}
.whatBringY .list .item p {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  color: var(--color1);
  margin: 20px 0;
}
.whatBringY .list .item div {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.whatBringY .woby-btn {
  display: block;
  width: fit-content;
  margin: 85px auto 0;
}
.knowmore .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.knowmore .list .item {
  position: relative;
  display: block;
}
.knowmore .list .item img {
  display: block;
}
.knowmore .list .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 70px 40px 50px;
  background: linear-gradient(180deg, rgba(29, 31, 26, 0) 0%, rgba(29, 33, 25, 0.9) 100%);
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-family: 'inter';
}
@media (min-width: 1025px) {
  #whole_house_m {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
  }
  .banner video {
    height: auto;
  }
  .banner .txt {
    bottom: 50px;
  }
  #whole_house_box {
    display: none;
  }
  .wholehouse {
    padding-bottom: 0;
  }
  .wholehouse .whole_house .item {
    position: relative;
    margin-bottom: 40px;
    height: auto;
    top: 0;
  }
  .wholehouse .whole_house .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wholehouse .whole_house .item .txt {
    position: relative;
    height: auto;
    padding: 0;
    left: auto;
    transform: none;
    display: block;
  }
  .wholehouse .whole_house .item .txt .con {
    width: 100%;
    padding: 30px 25px 60px;
    box-shadow: 0px 6px 20px 0px #321F061A;
    background: #FAF8F5;
  }
  .wholehouse .whole_house .item .txt .con .tag {
    position: relative;
    font-style: italic;
    color: var(--color1);
    font-family: 'inter';
    font-size: 16px;
    line-height: 24px;
    margin-left: -25px;
  }
  .wholehouse .whole_house .item .txt .con .tag:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 1px;
    background: var(--color1);
    width: 30px;
  }
  .wholehouse .whole_house .item .txt .con .name {
    font-family: var(--fontfamily);
    margin: 10px 0;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
  }
  .wholehouse .whole_house .item .txt .con p {
    font-family: 'inter';
    font-size: 16px;
    line-height: 24px;
    color: #8C7F74;
    margin-bottom: 30px;
  }
  .wholehouse .whole_house .item .txt .con a {
    display: block;
    width: 250px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .about {
    display: flex;
    flex-direction: column-reverse;
    background: #FAF8F5;
  }
  .about img {
    position: relative;
  }
  .about .txtbox {
    padding: 150px 50px 50px;
  }
  .about .txtbox .op-titlebox .op-title {
    color: #1A1A1A;
  }
  .about .txtbox .op-titlebox .op-subtitle {
    color: #8C7F74;
  }
  .about .txtbox .numbox {
    display: flex;
  }
  .about .txtbox .numbox .item {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    flex: 1;
    margin-right: 0;
    padding-right: 0;
    border-right: 1px solid var(--color1);
    color: var(--color1);
  }
  .about img {
    aspect-ratio: 75 / 60;
  }
  .aboutVideo .container {
    flex-wrap: wrap;
  }
  .aboutVideo .container .img {
    flex: none;
    width: 100%;
  }
  .project .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .whatBringY .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .banner {
    height: calc(100vh - 42px);
  }
  .banner video {
    height: 100%;
  }
  .banner .txt {
    bottom: 100rem;
  }
  .banner .txt div {
    padding: 0 50rem;
  }
  .banner .txt img {
    width: 328rem;
    margin-bottom: 20rem;
  }
  .banner .txt h1 {
    font-size: 30rem;
    line-height: 50rem;
    margin-top: 0;
    margin-bottom: 40rem;
  }
  .wholehouse .op-title {
    width: 488rem;
  }
  .wholehouse .op-subtitle {
    width: 564rem;
    color: #8C7F74;
  }
  .wholehouse .whole_house .item {
    position: relative;
    top: 0;
    margin-bottom: 40rem;
  }
  .wholehouse .whole_house .item img {
    height: auto;
  }
  .wholehouse .whole_house .item .txt .con {
    padding: 30rem 25rem 60rem;
    box-shadow: 0px 6rem 20rem 0px #321F061A;
  }
  .wholehouse .whole_house .item .txt .con .tag {
    font-size: 24rem;
    line-height: 36rem;
    margin-left: -25rem;
  }
  .wholehouse .whole_house .item .txt .con .tag:before {
    margin-right: 6rem;
    width: 80rem;
  }
  .wholehouse .whole_house .item .txt .con .name {
    margin: 30rem 0 15rem;
    font-size: 40rem;
    line-height: 60rem;
  }
  .wholehouse .whole_house .item .txt .con p {
    font-size: 26rem;
    line-height: 34rem;
    margin-bottom: 50rem;
  }
  .wholehouse .whole_house .item .txt .con a {
    width: 400rem;
    text-align: center;
  }
  .about img {
    aspect-ratio: unset;
  }
  .about .txtbox {
    padding: 60rem 30rem 50rem;
  }
  .about .txtbox .op-titlebox {
    margin-bottom: 40rem;
  }
  .about .txtbox .op-titlebox .op-title,
  .about .txtbox .op-titlebox .op-subtitle {
    text-align: center;
  }
  .about .txtbox .numbox {
    justify-content: space-between;
    gap: 30rem;
  }
  .about .txtbox .numbox .item {
    padding-bottom: 0;
    padding-right: 30rem;
    flex: none;
  }
  .about .txtbox .numbox .item b {
    font-size: 40rem;
    line-height: 72rem;
    text-align: center;
  }
  .about .txtbox .numbox .item span {
    font-size: 26rem;
    line-height: 34rem;
    text-align: center;
    width: 140rem;
  }
  .about .txtbox .numbox .item:first-child span {
    width: 165rem;
  }
  .about .txtbox .numbox .item:last-child {
    padding-right: 0;
  }
  .about .txtbox .numbox .item:last-child span {
    width: 200rem;
  }
  .about img {
    aspect-ratio: 75 / 60;
  }
  .aboutVideo {
    padding-bottom: 0;
  }
  .aboutVideo .container {
    padding: 30rem 0 100rem;
    gap: 30rem;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .aboutVideo .container .img {
    flex: none;
    width: 100%;
  }
  .aboutVideo .container .img .txt {
    padding: 36rem 30rem 35rem;
  }
  .aboutVideo .container .img .txt h3 {
    font-size: 30rem;
    line-height: 45rem;
    margin-bottom: 6rem;
  }
  .aboutVideo .container .img .txt p {
    font-weight: 500;
    font-size: 24rem;
    line-height: 32rem;
  }
  .franchise {
    padding: 100rem 0;
  }
  .franchise .container .btns {
    flex-direction: column;
    gap: 30rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .franchise .container .btns a {
    width: 400rem;
  }
  .project .op-titlebox {
    padding: 0 50rem;
  }
  .project .list {
    padding: 0 20rem;
    gap: 20rem;
  }
  .project .list .item .txt {
    padding: 0 0 30rem;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 20%, #0A0A0A 100%);
  }
  .project .list .item .txt p {
    font-size: 26rem;
    line-height: 32rem;
  }
  .project .list .item .txt p span {
    display: block;
    font-size: 24rem;
    margin-top: 15rem;
    line-height: 1;
  }
  .project .project-btn {
    margin: 50rem auto 0;
  }
  .whatBringY .op-titlebox {
    padding: 0 50rem;
  }
  .whatBringY .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40rem;
  }
  .whatBringY .list .item {
    padding: 30rem 50rem 40rem;
  }
  .whatBringY .list .item img {
    height: 100rem;
  }
  .whatBringY .list .item p {
    font-size: 32rem;
    line-height: 36rem;
    margin: 30rem 0;
  }
  .whatBringY .list .item div {
    font-size: 26rem;
    line-height: 40rem;
    color: #8C7F74;
    margin-bottom: 20rem;
    text-align: center;
  }
  .whatBringY .woby-btn {
    margin: 50rem auto 0;
  }
  .knowmore .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40rem;
  }
  .knowmore .list .item .txt {
    padding: 140rem 130rem 60rem;
    font-size: 40rem;
    line-height: 1;
  }
}
