.banner {
  display: block;
  height: 620px;
}

.banner img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.banner .container {
  position: relative;
  margin-top: -620px;
  padding: 200px 0 0 0;
  color: #fff;
}

.banner .h1 {
  font-weight: 400;
  font-size: 42px;
  color: #fff;
}


.banner .des {
  max-width: 540px;
  font-size: 16px;
  line-height: 24px;
}



.space {
  margin-top: 35px;
}

.space-items {
  margin-top: 30px;
  aspect-ratio: 1800/510;
  justify-content: space-between;
  position: relative;
}

.space-items::after {
  content: '';
  padding-top: 28.33333333333333%;
}

.space-items li {
  position: relative;
  width: 24.16666666666667%;
  height: 100%;
  /* height: 100%; */
  /* aspect-ratio: 450/616; */
  overflow: hidden;
  transition: width .25s ease-out;
}

.space-items li.mini {
  width: 15.44444444444444%;
  /* aspect-ratio: 300/616; */
}

.space-items li.active {
  width: 50.27777777777778%;
  /* aspect-ratio: 900/616; */
}

.space-items img {
  /* display: none; */
  width: auto;
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 915/510; */
}

.space-items li .wrap {
  height: 100%;
  aspect-ratio: 915/510;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.space-items .wrap>.title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  transition: opacity .25s ease-out;
}

.space-items .des {
  -webkit-line-clamp: 6;
}

.space-items li .content {
  position: absolute;
  top: 17.222222222%;
  right: 5.55555555%;
  bottom: 17.777777777%;
  left: 5.55555555%;
  padding: 5% 6.25%;
  overflow: hidden;
  background: rgba(89, 89, 89, .49);
  color: #fff;
  transform: translateX(-115%);
  transition: transform .35s ease-out;
  /* display: none; */
}

.space-items li.active .content {
  transform: translateX(0);
}

.space-items li.active .wrap>.title {
  opacity: 0;
}

.space-items .title {
  font-size: 24px;
  font-weight: 700;
}

.vr-show {
  margin-top: 15px;
  background: #f5f5f5;
  padding: 0;
}

.vr-items {
  margin-top: 30px;
  justify-content: space-between;
}

.vr-item {
  flex: 1;
}

.vr-item+.vr-item {
  margin-left: 1.777777777%;
}

.vr-item__thumb {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 426/240;
  cursor: pointer;
  overflow: hidden;
}

.vr-item__thumb::after {
  content: '';
  padding-top: 56.33802816901409%;
}

.vr-item.on .vr-item__thumb {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all .25s ease-out;
  transform-origin: center bottom;
  transform: translateY(-2px) scale(1.046948356807512);
}

.vr-item:not(.on):hover img {
  transform: scale(1.1);
}

.vr-item__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease-out;

}

.vr-item__content {
  align-items: center;
  font-size: 16px;
  padding: 2.34741784% 4.69483568%;
  justify-content: space-between;
}
.vr-item__content-btn{
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vr-item__btn {
  width: 41.450777202%;
  height: 40px;
  border: solid 1px #262626;
  line-height: 40px;
  text-align: center;
}

.vr-item__btn:hover {
  background: #262626;
  color: #fff;
}

.vr-show .more {
  text-align: right;
  font-size: 18px;
}

.custom-item__title:hover,
.vr-show .more a:hover,
.vr-item__title:hover {
  font-weight: 700;
  color: #262626;
}


.vr-show__detail {
  margin-top: 30px;
}

.video-show .vr-show__detail {
  margin-top: 20px;
}

.video-show .custom-items {
  margin-top: 40px;
}

.video-show .custom-item {
  width: 23.666666666%;
}

.video-show .custom-item:hover {
  box-shadow: none;
}

.video-show .custom-item+.custom-item {
  margin-left: 1.777777777%;
}
/* 移除每行第一个元素的 margin-left */
.video-show .custom-item:nth-child(4n+1) {
  margin-left: 0;
}

/* 为第二行及其后的所有元素添加 margin-top */
.video-show .custom-item:nth-child(n+5) {
  margin-top: 20px; /* 你可以根据需要调整这个值 */
}
/* .video-show .flex {
  align-items: center;
} */

.video-show .flex>.icon {
  margin-right: 6px;
  transform: translateY(-1px);
}

.vr-player {
  width: 62.222222222%;
  height: 100%;
  /* min-height: 630px; */
  /* background: #000; */
  aspect-ratio: 1120/630;
  margin-right: 4.44444444%;
  align-self: flex-start;
}

/* @supports not (aspect-ratio: 1120/630) {
  .vr-player {
    width: 62.222222222%;
    height: 630px;
    margin-right: 4.44444444%;
    align-self: flex-start;
  }
} */



/* .vr-player::after {
  content: '';
  margin-top: 56.25%;
}
.vr-player video {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.vr-info__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}

.vr-info__title+div {
  color: #595959;
}

.video-info__fav,
.vr-info__fav {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.video-info__fav .icon,
.vr-info__fav .icon {
  margin-right: 6px;
}

.video-info__fav .icon::before,
.vr-info__fav .icon::before {
  font-size: 22px;
  content: '\e67a';
}

.video-info__fav:hover,
.vr-info__fav:hover {
  color: #262626;
  font-weight: 700;
}

.video-info__fav:hover .icon,
.vr-info__fav:hover .icon {
  color: transparent;
  font-weight: normal;
}

.video-info__fav:hover .icon::before,
.vr-info__fav:hover .icon::before {
  content: '\e679';
  color: #F5222D;
}

.custom {
  position: relative;
  background-size: cover;
}

.custom .h2 {
  color: #fff
}

.custom__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  /* background: #150A01; */
  opacity: .5;
  z-index: 0;
}

.custom__content {
  width: auto;
  position: relative;
  left: 0;
  z-index: 1;
  height: 620px;
  /* margin-top: -620px; */
  color: #fff;
  margin: 0 60px;
  justify-content: space-between;
}

.custom__des {
  max-width: 376px;
  padding-top: 70px;
}

.brands {
  height: 480px;
}

.brands .container {
  margin-top: -480px;
  padding-top: 60px;
}

.brands .h1,
.brands .h2 {
  color: #fff;
}

.brands__scroll {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 20px;
}

.brands__scroll .icon {
  position: absolute;
  cursor: pointer;
  width: 26px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 12px;
  user-select: none;
}

.brands__scroll .prev {
  left: 0;
}

.brands__scroll .next {
  right: 0;
}

/* .brands-items::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
} */

.brands-items {
  flex-wrap: nowrap;
  /* margin-left: -0.5555555555555556%; */
}

.brands-items.active {
  transition: all .25s ease-out;
}

.brands-items li {
  display: flex;
  margin: 0 0.5555555555555556%;
  width: 11.777777777777777%;
  height: auto;
  aspect-ratio: 212/135;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  background: #fff;
}

.brands-items li::after {
  display: block;
  content: '';
  width: 500px;
  padding-top: 63.67924528301887%;
}

.brands-items li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
}

/* .brands-items li+li {
  margin-left: 4.5%;
} */

@media (max-width: 860px) {
  .custom__des {
    margin-right: 20px;
    flex: 1;
    width: auto;
  }
}

.custom__des h1 {
  margin: 0 0 40px;
  font-size: 32px;
}

.custom__des h1 span {
  margin-top: -5px;
  display: block;
}

.custom__form {
  width: 480px;
  background: rgba(255, 255, 255, .3);
  color: #fff;
  padding: 66px 66px 0;
}

.custom__form h1 {
  color: #fff;
  /* text-align: center; */
  margin: 0 0 40px;
}

.custom__form input,
.custom__form button,
.custom__form select {
  height: 40px;
  outline: none;
  border: none;
  border-radius: 0;
}

.custom__form input,
.custom__form select {
  padding: 0 12px;
  width: 100%;
  color: #262626;
}

.custom__form select:invalid {
  color: rgb(117, 117, 117);
}

.custom-form__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.custom-form__item span {
  width: 60px;
  text-align: right;
  margin-right: 10px;
}

.button-code {
  margin-left: 10px;
  width: 100px;
  background: #fff;
  color: #0A7AFF;
  cursor: pointer;
  font-size: 16px;
}

.button-submit {
  margin-top: 20px;
  background: #262626 !important;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.button-submit:hover {
  background: #3b3b3b !important;
}


.custom-crumbs {
  padding: 16px 0;
  color: #595959;
}

.custom-crumbs a {
  color: #595959;
  margin-right: 10px;
}

.custom-crumbs a~a {
  margin-left: 10px;
}

.custom-crumbs span {
  color: #8C8C8C;
  margin-left: 10px;
}

.custom-list {
  background: #f5f5f5;
}

.custom-list .pager {
  padding: 20px 0 60px;
}


.list-cate {
  padding: 40px 60px;
  background-color: #fff;
  line-height: 32px;
}

.list-cate li+li {
  margin-top: 24px;
  padding-top: 24px;
  position: relative;
}

.list-cate li.less {
  height: 42px;
  overflow: hidden;
}

.list-cate li+li::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-top: 1px solid #e8e8e8;
}

.list-cate a {
  padding: 0 14px;
  margin: 0 4px 10px 4px;
}

.list-cate a:not(.active):hover {
  font-weight: 700;
  color: #262626;
}

.list-cate a.active {
  background: #262626;
  color: #fff;
}

.list-cate .label {
  color: #595959;
  /* width: 70px; */
  text-align: right;
}

.list-cate a.hide {
  color: #0A7AFF;
  display: flex;
  align-self: flex-start;
  align-items: center;
}

.list-cate a.hide .icon {
  /* color: #0A7AFF; */
  margin-left: 6px;
  font-size: 12px;
  transform: scale(0.70833333333);
}

.custom-filters {
  color: #595959;
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-filters div {
  background: #fff;
  width: 80px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-filters .icon {
  margin-left: 9px;
  font-size: 12px;
  /* color: #262626; */
  transform: scale(0.83333333333);
}

.custom-filters .active {
  background: #262626;
  color: #fff;
}

/* .custom-filters .active .icon {
  color: #fff;
} */

.custom-filters input {
  border: none;
  background: #fff;
  border-radius: 0;
  width: 80px;
  height: 32px;
  outline: none;
  padding: 0 10px;
  margin-right: 5px;
}

.custom-filters input~input {
  margin-left: 5px;
}

.custom-item {
  width: 23.111111111%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.custom-item:hover {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 30%);
}

.custom-list .custom-item {
  margin-bottom: 10px;
}

.custom-item:not(:nth-child(4n + 1)) {
  margin-left: 2.5%;
}

.custom-item.on {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all .25s ease-out;
  transform-origin: center bottom;
  transform: translateY(-2px) scale(1.046948356807512);
}

.custom-item__thumb {
  position: relative;
  /* 子控件按竖向顺序排列 */
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 416/234;
}

.custom-item__thumb::after {
  content: '';
  padding-top: 56.25%;
}

.custom-item__thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  color: #fff;
}

.custom-item:not(.on):hover img {
  transform: scale(1.1);
}

.custom-item__thumb img {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  margin-left: -1px;
  margin-top: -1px;
  transition: transform .25s ease-out;
}

.custom-item__content {
  align-items: center;
  justify-content: space-between;
  padding: 2.403846153%;
}

.custom-item__content .flex {
  color: #bfbfbf;
}

.custom-item__content .icon+span {
  margin-left: 10px;
}

.custom-item__content span {
  display: flex;
  align-items: center;
}

.custom-item__content span .icon {
  margin-right: 6px;
}

.custom-item__content .faved {
  color: #F5222D;
}

.vr-detail {
  padding-bottom: 40px;
}

.vr-detail-player {
  width: 100%;
  height: auto;
  aspect-ratio: 1800/1012;
  background: #bfbfbf;
}

.video-detail {
  padding-bottom: 60px;
}

.video-detail .video-player {
  width: 75.388888888%;
  height: auto;
  aspect-ratio: 1357/763;
  background: #000;
  margin-right: 3.333333333%;
  align-self: flex-start;
}

/* .video-detail .video-player video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-detail .video-player::after {
  content: '';
  margin-top: 56.22697126013264%;
} */

.video-info {
  width: 21.11111111111111%;
}

.video-info__title {
  font-size: 28px;
  margin: 0;
}

.video-info__list {
  font-size: 16px;
  color: #595959;
}

.video-info__list strong {
  color: #262626;
}

.video-info__des {
  color: #595959;
}

/* .video-info__fav {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.video-info__fav .icon {
  font-size: 20px;
  margin-right: 8px;
} */

.video-info__btns {
  margin-top: 30px;
  justify-content: space-between;
}

.video-info__btns .button-link+.button-link {
  margin-top: 12px;
}


.custom--fixed {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform .25s ease-out;
}

.custom--fixed.show {
  transform: translateY(0);
}

.custom--fixed.show+.custom__bg {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}


.detail-info {
  background: #f5f5f5;
  /* padding: 20px 0; */
  align-self: flex-start;
  padding-bottom: 60px;
}

/* .detail-info .container::before,
.detail-info .container::after {
  content: '.';
  color: transparent;
  width: 100%;
  height: 1.11111111111111%;
  display: block;
  overflow: hidden;
} */
/* 
.detail-info .h2 {
  margin-top: -10px;
} */

.detail-info section {
  background: #fff;
  margin-top: 1.11111111111111%;
}

.detail-article {
  padding: 3.33333333333333%;
}

.detail-article__content {
  margin-top: 2.4%;
}

.detail-article__content img {
  max-width: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}

.hots {
  width: 22.777777777%;
  padding: 3.33333333333333% 1.66666666666667% 1.6666666666666666%;
  margin-left: 1.11111111111111%;
  align-self: flex-start;
}

.hots .scroll {
  overflow: hidden;
  margin: 20px -10px 0;
  padding: 10px;
}

.hots .custom-items {
  transition: transform .25s ease-out;
}

.hots .custom-item {
  width: 100%;
  margin: 0 0 15px 0;
}

.hots .controls {
  justify-content: space-around;
  user-select: none;
}

.hots .controls .icon {
  width: 25%;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.hots .controls .icon.disabled {
  color: #BFBFBF;
  cursor: not-allowed;
}

.banner_url {
  cursor: pointer;
}


@media (max-width: 1920px) {
  .container {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
}


.vr-show-title {
  background: #f5f5f5;
  padding: 60px 0 40px;
}

.vr-show-title-content {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.vr-show-title-content .left-title {
  display: flex;
  align-items: center;
}

.cooperate-title,
.var-card .title-box h1,
.vr-show-title-content .left-title h1 {
  font-size: 32px;
  font-weight: bold;
  color: #262626;
  line-height: 32px;
  margin: 0;
}

.cooperate-title {
  margin-bottom: 60px;
}

.vr-show-title-content .left-title p {
  font-size: 20px;
  color: #8C8C8C;
  line-height: 26px;
  margin: 0;
}

.vr-show-title-content .left-title p span {
  margin: 0 12px;

}

.vr-show-tab {
  background: #f5f5f5;
}


.nav-content-list,
.vr-show-tabs {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}

.nav-content-list li,
.vr-show-tabs li {
  margin-right: 50px;
  font-size: 20px;
  color: #8C8C8C;
  line-height: 24px;
  cursor: pointer;
  padding-bottom: 20px;
}

.nav-content-list li.active,
.vr-show-tabs li.active {
  font-weight: bold;
  color: #262626;
  border-bottom: 1px solid #000;
}

.cooperate {
  padding: 60px 0;
  background: #f5f5f5;
}

.cooperate-swiper {
  background: none;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.cooperate-swiper.ping-pai-swiper .img-box {
  width: 100%;
  height: 200px;
  text-align: center;
}

.cooperate-swiper.ping-pai-swiper .img-box img {
  width: auto;
}

.cooperate-swiper.ping-pai-swiper .swiper-slide.swiper-slide-active .img-box {
  height: 90px;
}

.swiper-slide.swiper-slide-active .swiper-slide-name {
  display: block;
}

.swiper-slide-name {
  display: none;
  text-align: center;
  padding: 6px 25px 20px;
}

.swiper-slide-name h2 {
  margin: 0;
}

.swiper-slide-name p {
  margin: 0;
}

.cooperate-swiper.ping-pai-swiper .swiper-slide {
  background: #fff;
}

.cooperate-swiper.ping-pai-swiper .swiper-container {
  height: 320px;
}

.cooperate-swiper .swiper-slide {
  transform: scale(0.5);
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cooperate-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.var-card {
  padding: 60px;
  background-color: #f5f5f5;
}

.var-card .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-box-left {
  display: flex;
}

.var-card .nav-content {
  padding: 40px 0;
}

.nav-content-list li {
  position: relative;
}

.nav-content-list li::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 2px;
  width: 1px;
  height: 18px;
  background-color: #D9D9D9;
}

.nav-content-list li:last-child::after {
  background: none;
}

.nav-content-box {
  display: flex;
}

.nav-content-box .left-box {
  flex: 1;
  position: relative;
  /* height: 100%; */
  /* padding-bottom: 37.51875%; */
}

.nav-content-box .left-box video {
  width: 100%;
  height: 100%;
  /* position: absolute;
  left: 0;
  top: 0; */
  z-index: 100;
}

.nav-content-box .left-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* position: absolute;
  left: 0;
  top: 0; */
  z-index: 100;
}

.nav-content-box .right-box {
  width: 33.33%;
  padding: 40px;
  background-color: #fff;
}

.nav-content-box .right-box p {
  white-space: pre-line;
}

.know-more {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

.btn-know-more {
  cursor: pointer;
  color: #fff;
  width: 200px;
  height: 40px;
  border: solid 1px #262626;
  line-height: 40px;
  text-align: center;
  background-color: #262626;
}

.zhen-xuan-vr-box-price-box-right {
  display: flex;
}

.zhen-xuan-vr-box-price-box-right button {
  margin-left: 20px;
}

.zhen-xuan-vr-box-price-box-right .btn-know-more a,
.btn-know-more.default {
  color: #262626;
  background: none;
}

.btn-know-more a {
  color: #fff;
  display: block;
}

.btn-know-more:hover {
  background-color: #3b3b3b;
}

.zhen-xuan-vr-box-price-box-right .btn-know-more.default:hover a,
.btn-know-more.default:hover {
  color: #fff;
}

.vr-player-info {
  padding: 25px 30px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

.vr-player-info .vr-player-info-title {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  line-height: 26px;
}

.vr-player-info .vr-player-info-right {
  display: flex;
  align-items: center;

}

.vr-player-info .vr-player-info-right button {
  margin-left: 30px;
}

button.vr-player-info-btn {
  width: 140px;
  height: 48px;
  line-height: 48px;
}

#vr-show-tab>li {
  display: none;
}

#vr-show-tab>li.active {
  display: block;
}

.my__filter {
  margin: 0;
  padding: 30px 0;
}

/* 甄选小区方案 start */
.my__filter {
  align-items: center;
  margin: 10px 0 30px;
}

.my__filter label {
  align-items: center;
}

.my__filter label+label {
  margin-left: 50px;
}

.my__filter select {
  margin-left: 20px;
  min-width: 100px;
  height: 32px;
  padding-right: 30px;
  border: solid 1px #d9d9d9;
}

@media (max-width: 1080px) {
  .my__filter label+label {
    margin-left: 10px;
  }

  .my__filter select {
    margin-left: 6px;
  }
}

.my__content {
  position: relative;
  width: 97%;
  margin: 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
}

.my__content .player__control {
  right: 1.3745704470000035%;
  bottom: -10px;
}

.my__content .player__control li::before {
  background: #262626;
}

.my-items {
  width: 98.96907216494845%;
  margin: 0 auto;
  flex-wrap: nowrap;
  transition: transform .5s ease-out;
}

.my-items li {
  width: 14.93055555555556%;
}

.my-items li::before {
  content: '';
  display: block;
  min-width: 600px;
}

.my-items li:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.my-items li {
  margin: 0 0.86805555555556%;
}

.my-items a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  /* aspect-ratio: 1/1; */
}

.my-items a::before {
  float: left;
  content: '';
  padding-top: 100%;
}

.my-items img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.case__filter {
  color: #595959;
  line-height: 32px;
  /* padding-left: 30px; */
  margin: 10px 0 30px;
}

.case__filter a {
  padding: 0 18px;
  margin: 0 10px;
  line-height: 42px;
}

.case__filter a:not(.active):hover {
  font-weight: 700;
  color: #262626;
}

.case__filter a.active {
  background: #262626;
  color: #fff;
}

.case-items {
  width: 101.777777778%;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: -20px;
  margin-left: -0.87336244541485%;
}

.case-items ul {
  flex-wrap: nowrap;

  transition: transform .5s ease-out;
}

.case-item {
  width: 23.253275109170317%;
  font-size: 16px;
}

.case-item::before {
  content: '';
  display: block;
  width: 600px;
}

.case-item {
  margin: 0 0.87336244541485%;
}

.case-item__thumb {
  /* display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 426/240; */
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.case-item__thumb img {
  /* object-fit: cover;
  width: 100%;
  height: 100%; */
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover
}

.case-item .flex {
  padding: 2.34741784037559%;
  line-height: 40px;
  justify-content: space-between;
}

.case-item__title:hover {
  font-weight: 700;
  color: #262626;
}

.case-item__btn {
  width: 37.558685446%;
  text-align: center;
  background: #262626;
  color: #fff;
  display: none;
}

.case-item__btn:hover {
  color: #fff;
}

.case-item:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.case-item:hover .case-item__btn {
  display: block;
}

.case-items {
  position: relative;
}

.case-items .prev,
.case-items .next {
  position: absolute;
  /* top: 21%; */
  top: 50px;
  /* right: 0; */
  width: 2%;
  min-width: 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgb(38, 38, 38, .15);
  cursor: pointer;
  user-select: none;
}

.case-items .prev {
  left: 0.87336244541485%;
}

.case-items .next {
  right: 0.87336244541485%;
}

.case-items .prev .icon,
.case-items .next .icon {
  font-size: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.vr header {
  margin-bottom: 30px;
}

/* .vr-items {
  width: 20%;
  min-width: 340px;
  padding-left: 2.111111111%;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
} */

.vr__tabs {
  padding-left: 16px;
  color: #595959;
  line-height: 32px;
}

.vr__tabs a {
  padding: 0 15px;
  margin-left: 15px;
}

.vr__tabs a:not(.active):hover {
  color: #262626;
  font-weight: 700;
}

.vr-list {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 80px;
  left: 10%;
  margin-top: 30px;
  overflow-y: scroll;
}

.vr-list::-webkit-scrollbar {
  width: 6px;
  background: rgba(38, 38, 38, 0.5);
}

.vr-list::-webkit-scrollbar-thumb {
  background: rgb(38, 38, 38);
}

.vr-list li+li {
  margin-top: 20px;
}

.vr-list .thumb {
  width: 50%;
  /* height: auto; */
  margin: 0 3.125% 0 6.25%;
  position: relative;
  /* aspect-ratio: 160/90; */
  background: #f0f0f0;
}

.vr-list .thumb::after {
  display: block;
  content: '';
  margin-top: 100%;
  ;
}

.vr-list .thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vr-item {
  align-items: center;
}

/* .vr-item input {
  display: none;
} */

.vr-item .icon {
  user-select: none;
}

.vr-item :checked~.icon,
.vr-item input:not(:checked)+.icon {
  display: none;
}

.vr-item :checked+.icon {
  display: block;
}

.vr-item__info {
  align-self: flex-end;
}

.vr-item__info .pc_one_add_more {
  position: relative;
}

.vr-item__error {
  position: absolute;
  font-size: 13px;
  color: red;
  width: 200%;
  line-height: 1.2;
  bottom: -20px;
}

.vr__tabs a.active {
  background: #262626;
  color: #fff;
}

.vr__btn {
  margin-top: 40px;
  display: block;
  font-size: 16px;
  width: 100%;
  text-align: center;
  line-height: 38px;
  height: 40px;
  border: solid 1px #595959;
}

.vr__btn:hover {
  background: #262626;
  color: #fff;
  border-color: #262626;
}

.tip .modal__body {
  width: 420px;
  height: 162px;
  padding: 30px 20px;
  text-align: center;
}

.tip .des .icon {
  color: #F5222D;
  margin-right: 10px;
}

.tip .button-link {
  margin: 30px auto 0;
  width: 280px;
}

.acceptance {
  margin: 60px 0;
}

.custom-h2-en {
  display: none;
}

.custom .custom-h2-en {
  display: none;
}

.pc_one_add_more {
  border: 1px solid #7F7F7F;
  display: flex;
  width: 74px;
}

.pc_one_add_more a {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  /* line-height: 28px; */
  color: #fff;
  align-items: center;
  justify-content: center;
  /* font-weight: bold; */
  font-size: 18px;
  cursor: pointer;
}

.pc_one_add_more a span {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -8px;
  -moz-user-select: none;
  /*Ã§ÂÂ«Ã§â€¹Â*/

  -webkit-user-select: none;
  /*webkitÃ¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨*/

  -ms-user-select: none;
  /*IE10*/

  -khtml-user-select: none;
  /*Ã¦â€”Â©Ã¦Å“Å¸Ã¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨*/

  user-select: none;
}

.pc_one_add_more a:nth-last-child(1) span {
  top: 0px;
}

.vr_news .pc_one_add_more input {
  display: block;
  color: #333;
  border: none;
  width: 24px;
  background: none;
  border-left: 1px solid #7F7F7F;
  border-right: 1px solid #7F7F7F;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.iframeStyle {
  position: absolute;
  height: 100%;
}

.banner_a {
  cursor: pointer;
}

/* 甄选小区方案 end */

.vr-show-h1-mall {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vr-player.video-player {
  width: 100%;
  margin-right: 0;
}

.pc_one_relative .vr-items {
  margin-top: 0;
}

.title-box-flex {
  display: flex;
  align-items: center;
}

.var-card-case {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.var-card-case li {
  position: relative;
}

.var-card-case li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #d8d8d8;
}

.var-card-case li:last-child::after {
  background-color: #f5f5f5;
}

.case-list-item {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  margin: 0 6px;
  cursor: pointer;
}

.var-card-case>li.active .case-list-item,
.case-list-item:hover {
  color: #fff;
  background-color: #262626;
}

.var-card-case-list {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
}

.var-card-case-list li {
  width: calc((100% - 16*3px)/4);
  margin-right: 16px;
  margin-bottom: 16px;
}

.var-card-case-list li:nth-child(4n) {
  margin-right: 0;
}

.var-card-case-list-item {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.var-card-case-list-item:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.var-card-case-list-item .img-box {
  cursor: pointer;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.var-card-case-list-item .img-box:hover img {
  transform: scale(1.2);
}
.vr-list-page-list-box .img-box video,
.var-card-case-list-item .img-box video,
.var-card-case-list-item .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: transform .5s ease-out;
  object-fit: cover;
}


.var-card-case-list-item .titles-box {
  padding: 16px;
}

.var-card-case-list-item .titles-box h3 {
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 20px;
}

.var-card-case-list-item .titles-box .des-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #595959;
  line-height: 19px;
}

.var-card-case-list-item .titles-box .des-box .left {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.var-card-case-list-item .titles-box .des-box .right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 19px;
}

.var-card-case-list-item .titles-box .des-box .right span {
  margin-left: 10px;
}

.zhen-xuan-vr-box {
  display: flex;
  justify-content: space-between;
}

.zhen-xuan-vr-box-left {
  flex: 1;
}

.zhen-xuan-vr-box-right {
  margin-left: 20px;
  width: 20.83vw;
  height: 100%;
  overflow-y: auto;
}
/* vr house 主页右边vr列表 */
.zhen-xuan-vr-box-right-list{
  width: 20.83vw;
}
.zhen-xuan-vr-box-right-list-container{
  width: 20.83vw;
  height: calc(46.65592vw + 48px);
  overflow-y: auto;
  overflow-x: hidden;
}
.zhen-xuan-vr-box-right-list-item {
  cursor: pointer;
  width: 20.83vw;
  height: 11.6648vw;
  overflow: hidden;
  position: relative;
}

.zhen-xuan-vr-box-right-list-item img {
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: transform .25s ease-out;
}
.zhen-xuan-vr-box-right-list-item p {
  z-index: 11;
  width: 100%;
  height: 28px;
  transition: transform .25s ease-out;
  position: absolute;
  bottom: -6%;
  left: 0;
  background: linear-gradient(180deg, rgba(97,101,105,0.1) 0%, rgba(97,101,105,0.4) 100%);
  backdrop-filter: blur(4px);
  /* 文本居中 */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.zhen-xuan-vr-box-right-list-item img:hover {
  transform: scale(1.2);
}

.zhen-xuan-vr-box-right-list li {
  margin-bottom: 16px;
}

.zhen-xuan-vr-box-right-list li:last-child {
  margin-bottom: 0;
}

.zhen-xuan-vr-box-left {
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

.zhen-xuan-vr-box-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 30px;
}

.zhen-xuan-vr-box-price-box h1 {
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  line-height: 20px;
}

.zhen-xuan-vr-box-price-box .tip-list {
  margin: 12px 0 24px;
  display: flex;
  height: 20px;
}

.zhen-xuan-vr-box-price-box .tip-list a {
  padding: 2px 5px;
  background-color: #F1F1F1;
  font-size: 12px;
  color: #595959;
  line-height: 18px;
  margin-right: 6px;
}

.zhen-xuan-vr-box-price-box .price-box {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  line-height: 20px;
}

.zhen-xuan-vr-box-price-box .price-box span {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 19px;
  margin-left: 10px;
  font-weight: normal;
  text-decoration: line-through;
}

.mobstylesVr .vr-items {
  width: 20%;
  min-width: 340px;
}

.my__content {
  width: 100%;
}

.my-items {
  width: 100%;
}

.plan__form {
  height: 620px;
  width: 480px;
  min-width: 400px;
  background: rgba(255, 255, 255, .3);
  color: #fff;
  padding-top: 60px;
  margin-right: 90px;
}

.plan__form .h1,
.plan__form .h2 {
  color: #fff;
  margin-left: 60px;
}

.plan__form form {
  padding: 30px 60px 66px;
}

.plan__form input,
.plan__form button,
.plan__form select {
  height: 40px;
  outline: none;
  border: none;
  border-radius: 0;
}

.plan__form input,
.plan__form select {
  padding: 0 12px;
  width: 100%;
  color: #262626;
}

.plan__form select:invalid {
  color: rgb(117, 117, 117);
}

.plan__form__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.plan__form__item span {
  width: 60px;
  text-align: right;
  margin-right: 10px;
}

.button-code {
  margin-left: 10px;
  width: 100px;
  background: #fff;
  color: #0A7AFF;
  cursor: pointer;
  /* font-size: 16px; */
}

.button-submit {
  margin-top: 20px;
  background: #262626;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.button-submit:hover {
  background: #3b3b3b;
}

/* 预约装修方案 start */
.fixed-plan-form {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1200;
}

.form-mark {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.3);
}

.form-mark.show {
  display: block;
}

.close-form {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  width: 18px;
  height: 18px;
}

.close-form::before {
  content: '';
  width: 1px;
  height: 19px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.close-form::after {
  content: '';
  width: 19px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  background-color: #fff;
}

.close-form.show {
  display: block;
}

/* 预约装修方案 end */

/* 详情 start */
.vr-detail-shop {
  background-color: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

.vr-detail-shop .vr-detail-player {
  flex: 1;
  aspect-ratio: auto;
}

.vr-detail-shop-right {
  width: 360px;
  margin-left: 40px;
}

.vr-detail-shop-right h2 {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  line-height: 26px;
}

.vr-price-box {
  margin: 20px 0;
  height: 50px;
  padding: 0px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('../images/vr_bg.png') left top repeat-x;
}

.vr-price-box .vr-price {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
}

.vr-price-box .vr-price strong {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
  line-height: 24px;
  margin-right: 6px;
}

.vr-price-box .vr-price span {
  margin-right: 6px;
}

.vr-price-box .vr-price .active {
  text-decoration: line-through;
  color: #8C8C8C;
}

.vr-price-box a {
  color: #0A7AFF;
}

.vr-description>li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.vr-description>li .left-desc {
  width: 4em;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 18px;
  margin-right: 16px;
}

.vr-description>li .right-desc {
  font-size: 14px;
  color: #262626;
  line-height: 18px;
  flex: 1;
}

.vr-description>li .right-desc p {
  line-height: 24px;
}

.combo-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.combo-list li {
  width: calc((100% - 10px)/2);
  margin-right: 10px;
  margin-bottom: 10px;
}

.combo-list li:nth-child(2n) {
  margin-right: 0;
}

.combo-list li .combo-list-item {
  border: 1px solid #D9D9D9;
  padding: 8px 4px;
  font-size: 12px;
  font-family: HelveticaNeue;
  color: #262626;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  display: flex;
}

.combo-list li .combo-list-item .icon {
  position: absolute;
  background: url(../images/right.svg) right bottom no-repeat;
  background-size: 16px;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.combo-list li .combo-list-item.show .icon {
  display: block;
}

.combo-list li.active .combo-list-item,
.combo-list li .combo-list-item:hover {
  border: 1px solid #D9D9D9;
}

.combo-list li.active .combo-list-item.show {
  border: 1px solid #262626;
}


.check-order-btn-box .check-order-btn {
  width: 200px;
  height: 48px;
  background-color: #262626;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
  border: none;
  margin-top: 20px;
}

.check-order-btn-box .check-order-btn:hover {
  background-color: #3b3b3b;
}

.vr-detail-ad {
  margin: 20px 60px;
  height: 280px;
}

.vr-detail-content {
  margin: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}

.vr-detail-content-left {
  flex: 1;
  background-color: #fff;
}

.vr-detail-content-right {
  width: 300px;
  padding: 30px 20px;
  margin-left: 20px;
  background-color: #fff;
}

.vr-detail-content-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.vr-detail-content-right-header h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  line-height: 28px;
}

.vr-detail-content-right-content-list li {
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
}


.vr-detail-content-right-content-list li .list-img-box img {
  width: 260px;
  height: 146px;
  transition: transform .25s ease-out;
}

.vr-detail-content-right-content-list li .list-img-box img:hover {
  transform: scale(1.2);
}

.vr-detail-content-right-content-list li .list-img-box {
  width: 260px;
  height: 146px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
  overflow: hidden;
}

/* 超出... */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr-detail-content-right-content-list li h3 {
  font-size: 14px;
  color: #262626;
  line-height: 14px;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 16px;
}

.vr-detail-content-right-content-list li .item-bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 16px;
}

.vr-detail-content-left-nav {
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid #D9D9D9;
}

.vr-detail-content-left-nav li {
  margin-right: 40px;
}

.vr-detail-content-left-nav li span {
  font-size: 20px;
  color: #8C8C8C;
  line-height: 20px;
  padding: 20px 0;
  display: block;
}

.vr-detail-content-left-nav li span:hover {
  cursor: pointer;
}

.vr-detail-content-left-nav li.active span {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  line-height: 20px;
  border-bottom: 1px solid #262626;
}

.vr-detail-content-left-content {
  padding: 20px 40px 40px;
}

.item-bottom-box .item-button {
  width: 90px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #262626;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-bottom-box .item-button:hover {
  background-color: #262626;
}

.item-bottom-box .item-button:hover a {
  color: #fff;
}

.item-bottom-box .item-button a {
  font-size: 14px;
  color: #262626;
  margin: 0;
}

.item-bottom-box .num-box {
  display: flex;
  align-items: center;
}

.item-bottom-box .num-box span {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 19px;
  font-weight: normal;
  margin-left: 10px;
}

.vr-detail-ad {
  margin: 20px 60px;
  height: 280px;
  overflow: hidden;
}

.vr-detail-ad img {
  width: 100%;
  height: 280px;
  display: block;
}

.vr-detail-content-left-content-list>li {
  display: none;
}

.vr-detail-content-left-content-list>li.active {
  display: block;
}

.shop-list-content-router {
  background-color: #F5F5F5;
  padding: 20px 30px 8px;
  margin-bottom: 40px;

}

.shop-list-box {
  display: flex;
  flex-wrap: wrap;
}

.shop-list-box li {
  width: calc((100% - 48px)/4);
  margin-bottom: 16px;
  margin-right: 16px;
}

.shop-list-box li:nth-child(4n) {
  margin-right: 0px;
}

.shop-list-box-item {
  border: 1px solid #E8E8E8;
}

.shop-list-box-item-img {
  padding-bottom: 100%;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.shop-list-box-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  transition: transform .25s ease-out;
}

.shop-list-box-item-img img:hover {
  transform: scale(1.2);
}

.shop-list-box-item-content {
  padding: 14px 16px 16px;
}

.shop-list-box-item-content h2 {
  font-size: 14px;
  color: #262626;
  line-height: 14px;
  margin: 0;
}

.shop-list-box-item-content .tips-list {
  height: 18px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.shop-list-box-item-content .tips-list span {
  margin-right: 6px;
  color: #E31436;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 4px;
  background-color: #FFEBEB;
}

.price-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-content .price-box strong {
  font-size: 22px;
  font-weight: bold;
  color: #262626;
  line-height: 22px;
}

.price-content .price-box span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #8C8C8C;
  line-height: 14px;
  text-decoration: line-through;
}

.collect-box {
  cursor: pointer;
}

.shop-list-content-router li {
  display: flex;
  align-items: flex-start;
}

.shop-list-content-router li .right-list {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  margin-left: 20px;
  margin-bottom: 12px;
}

.shop-list-content-router li:last-child .right-list {
  margin-bottom: 0;
  border-bottom: none;
}

.shop-list-content-router li .right-list span {
  display: block;
  padding: 4px 6px;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 14px;
  margin-right: 16px;
}

.shop-list-content-router li .right-list span:hover,
.shop-list-content-router li .right-list span.active {
  color: #fff;
  background-color: #262626;
}

.vr-detail-page {
  background-color: #f5f5f5;
}

.vr-detail-page .vr-detail {
  padding-bottom: 0;
}

/* 详情 end */

/* fix style */
.banner .container {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -620px auto 0;
  height: 100%;
  padding: 0;
}

.banner .des {
  max-width: none;
}

/* fix style end */

.custom.custom--fixed.show {
  transform: translateY(0);
  z-index: 1200;
}

#custom-design .custom__content {
  padding-right: 150px;
}

.vr-detail-player-container {
  position: relative;
}
/* vr详情的封面图 */
.vr-detail-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.vr-detail-player-control {
  /* 确保图像占用全部可用空间 */
  /* display: block;  */
  width: 100%;
  height: 100%; /* 保持图像的原始纵横比 */
}

.bottom-right-control {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px; /* 设置按钮的宽度 */
  height: 60px; /* 设置按钮的高度 */
  background-image: url('https://webscr.banwei.cn/icons_v2/icon_VR.png'); /* 设置背景图片路径 */
  background-size: cover; /* 背景图片覆盖整个按钮 */
  background-position: center; /* 背景图片居中显示 */
  border: none; /* 移除按钮的边框 */
  cursor: pointer; /* 鼠标悬停时变为手形图标 */
  outline: none; /* 移除按钮点击时的外框 */
  /* 如果需要，可以添加其他样式，比如 padding, margin 等 */
  background-color: transparent;
}
/* .vr-detail-player-control {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
} */

.vr-other-list {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.vr-other-list>li {
  margin-right: 16px;
}

.vr-other-list>li .item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #8C8C8C;
  line-height: 14px;
  cursor: pointer;
}

i.icon {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

i.icon.icon-share {
  background: url(../images/icon_share.svg) center center no-repeat;
  background-size: 16px;
}

i.icon.icon-collect {
  background: url(../images/icon_collect.png) center center no-repeat;
  background-size: 16px;
}

i.icon.icon-collect-ok {
  background: url(../images/icon_collect_ok.png) center center no-repeat;
  background-size: 16px;
}

i.icon.icon-eye {
  background: url(../images/icon_eye@2x.svg) center center no-repeat;
  background-size: 16px;
}

i.icon.icon-wx {
  width: 20px;
  height: 20px;
  background: url(../images/icon_wx.png) center center no-repeat;
  background-size: 20px;
  margin-right: 10px;
}

.vr-other-list>li .item span {
  margin-left: 4px;
}

.vr-description-model {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 600px;
  padding: 20px;
  transform: translate(-50%, -50%);
  z-index: 1200;
}

.vr-description-model.show {
  display: block;
}

.vr-description-model .desc-header {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  line-height: 21px;
}

.vr-description-model .desc-content {
  padding: 30px;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.btn-close::before {
  content: '';
  width: 1px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: rotate(45deg);
  background-color: #595959;
}

.btn-close::after {
  content: '';
  width: 13px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  background-color: #595959;
}

.desc-footer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse
}

button.i-known {
  width: 100px;
  height: 40px;
  display: block;
  cursor: pointer;
  background-color: #262626;
  color: #fff;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 21px;
  cursor: pointer;
  border: none;
}

button.i-known:hover {
  background-color: #3b3b3b;
}

.share-link-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.share-link {
  flex: 1;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #F5F5F5;
}

.share-wx-box {
  background-color: #F5F5F5;
  padding: 20px;
}

.vr-share-model .desc-content {
  padding: 30px 0 0;
}

.wx-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-code-box {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-code-box .share-code {
  width: 170px;
  height: 170px;
  padding: 10px;
  background-color: #fff;
}

.reserve-container {
  padding: 40px;
  padding-top: 0;
  background-color: #fff;
}

.reserve-container-content {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 20px 30px;
}

.reserve-container-content .title {
  margin-right: 30px;
}


.reserve-container-content .title h3 {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  line-height: 16px;
  margin: 0;
  margin-bottom: 8px;
}

.reserve-container-content .title p {
  font-size: 14px;
  color: #7F7F7F;
  line-height: 14px;
  margin: 0;
}

.reserve-container-list {
  display: flex;
  flex: 1;
}

.reserve-container-list li {
  display: flex;
  align-items: center;
  width: 20%;
  position: relative;
}

.reserve-container-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20%;
  background: url(../images/icon_reserve_right@2x.png) center center no-repeat;
  background-size: 16px 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
}

.reserve-container-list li:last-child::after {
  background: none;
}

.reserve-container-list li .img {
  margin-right: 20px;
}

.reserve-container-list li .img img {
  width: 40px;
  height: 40px;
  display: block;
}

.reserve-container-list li .title {
  margin-right: 30px;
}

.reserve-container-list li:last-child .title {
  margin-right: 0;
}

.collect-box {
  display: flex;
  align-items: center;
}

.collect-box span {
  margin-left: 10px;
}

.vr-detail-content-left-content-list .show-vr-content img {
  width: 100%;
  max-width: 100%;
}

.vr-list-page-list {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1920px) {
  .vr-list-page-list li {
    width: calc((100% - 64px)/5);
    margin: 0 16px 16px 0;
  }

  .vr-list-page-list li:nth-child(5n) {
    margin-right: 0;
  }
}

@media (max-width: 1919px) and (min-width: 1440px) {
  .vr-list-page-list li {
    width: calc((100% - 48px)/4);
    margin: 0 16px 16px 0;
  }

  .vr-list-page-list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1439px) and (min-width: 1081px) {
  .vr-list-page-list li {
    width: calc((100% - 32px)/3);
    margin: 0 16px 16px 0;
  }

  .vr-list-page-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1080px) {
  .vr-list-page-list li {
    width: calc((100% - 16px)/2);
    margin: 0 16px 16px 0;
  }

  .vr-list-page-list li:nth-child(2n) {
    margin-right: 0;
  }
}


.vr-list-page-list-box {
  background-color: #fff;
  transition: all .25s ease-out;
}

.vr-list-page-list-box:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.vr-list-page-list-box .img-box {
  padding-bottom: 56.25%;
  position: relative;
}

.vr-list-page-list-box .img-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* 专属案例的封面图 */
.vr-list-page-list-box .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .25s ease-out;
  object-fit: cover;
}

.vr-list-page-list-box .img-box img:hover {
  transform: scale(1.2);
}

.vr-list-page-list-box .info-box {
  padding: 12px 16px;
}

.vr-list-page-list-box .info-box .title {
  font-size: 14px;
  color: #262626;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

.vr-list-page-list-box .info-box .price-list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vr-list-page-list-box .info-box .price-list-box .left {
  font-size: 14px;
  color: #262626;
  line-height: 18px;
}

.vr-list-page-list-box .info-box .price-list-box .left .fixed-price {
  font-weight: bold;
}

.vr-list-page-list-box .info-box .price-list-box .left .original-price {
  color: #8C8C8C;
  text-decoration: line-through;
}

.vr-list-page-list-box .info-box .combo-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.vr-list-page-list-box .info-box .combo-list span {
  display: block;
  font-size: 12px;
  color: #595959;
  line-height: 12px;
  padding: 5px;
  background-color: #F1F1F1;
  margin-right: 4px;
}

.vr-list-page-list-box .info-box .price-list-box .right {
  display: flex;
  align-items: center;
}

.vr-list-page-list-box .info-box .price-list-box .right span {
  margin-left: 10px;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 19px;
}

.custom__content {
  flex-wrap: nowrap;
}

.custom__content .custom__des {
  max-width: none;
  margin-right: 8.3vw;
}

.nav-content-box-right-box ul,
.nav-content-box-right-box li {
  list-style: disc;
  margin-left: 20px;
}
/* 替换在html写死的样式 */
.space-bottom {
  padding-bottom: 60px;
}
.bordered-custom {
  border: 1px solid #D9D9D9;
}
.var-card-extend {
  background-color: #fff;
  margin-top: 20px;
}