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

.banner {
  height: 310px;
}


.banner img {
  height: 310px;
}

.banner .container h1 {
  font-size: 24px;
}


.my__filter {
  margin-bottom: 10px;
  /* 消除pc样式的padding */
  padding: 0;
}

.my__filter label {
  width: 50%;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.my__filter label+label {
  margin-left: 0;
}

.my__filter select {
  width: 120px;
  /* 消除pc样式的影响 */
  margin-left: 0;
}

.my-items-mobile-wrap {
  position: relative;
  padding-bottom: 10px;
}

.my-items-mobile__content {
  overflow: hidden;
}

.my-items-mobile-wrap .player__control {
  right: 0;
  bottom: -10px;
}

.my-items-mobile-wrap .player__control li::before {
  background: rgb(38, 38, 38);
}

.my-items-mobile {
  flex-wrap: nowrap;
  transition: transform .5s ease-out;
  margin-bottom: -10px;
}

.my-items-mobile>li {
  width: 100%;
}

.my-items-mobile>li::before {
  content: '';
  display: block;
  width: 750px;
}

.my-items-mobile ul {
  justify-content: space-between;
}
.my-items-mobile li li {
  width: 48.55156431054461%;
  margin-bottom: 2.89687137891078%;
}

.my-items-mobile .img-link {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding-top: 100%;
  position: relative;
}

.my-items-mobile img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case {
  background: #F5F5F5;
}

.case__filter {
  margin-bottom: 20px;
}

.case__filter a {
  margin: 0;
}


.case-items {
  padding-bottom: 5px;
  overflow: visible;
}

.case-items .hide-mobile {
  display: none;
}

.case-items ul {
  flex-wrap: wrap;
  transform: translateX(0) !important;
  justify-content: space-between;
}

.case-item {
  width: 48.5%;
  margin: 0;
}

.case-item:hover {
  box-shadow: none;
}

.case-item__thumb {
  overflow: visible;
}

.case-item:hover .case-item__thumb {
  box-shadow: 0px 1.5px 2.5px 0px rgba(0, 0, 0, 0.4);
}

.case-item:hover .case-item__thumb:hover img {
  transform: scale(1.036363636363636);
}

.case-item__title {
  color: #595959;
}

.case-item .flex {
  padding: 0;
  align-items: center;
  transform: translateY(-4px);
}

.case-item__btn {
  width: 80px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
}

.case-item__btn span {
  display: inline-block;
  transform: scale(0.8333333333333333);
}

.case-items .case-item:nth-child(4)~.case-item {
  display: none;
}

.case-more {
  text-align: right;
  margin-bottom: -5px;
}

.case-more a {
  font-size: 12px;
  color: #595959;
}
/* vr house的一些样式 */
.w_100_new{
  width: 100%;

}
/* vr的一些样式 */

.vr {
  background: #F5F5F5;
}

.vr>.flex {
  display: block;
  aspect-ratio: unset;
}




.vr-item__checkbox .icon {
  display: block;
  color: transparent;
  transform-origin: 0 center;
  transform: scale(1.25);
}

.vr-item__checkbox .icon::before {
  color: #262626;
  content: '\e68a';
}

.vr-item__checkbox .icon+.icon::before {
  color: #262626;
  content: '\e682';
}

.vr-list {
  position: static;
  /* height: 200%; */
  margin-top: 20px;
  max-height: 420px;
}

.vr-list .thumb {
  margin-left: 1%;
  margin-right: 4%;
  width: 38.2%;
}
.vr-list .vr-item__info {
  flex: 1;
  align-self: inherit;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vr-list .vr-item__info-color {
  color: #999;
  display: flex;
}
.vr-list .vr-item__info-color .icon {
  margin: 0 20px 0 10px;
}
.vr-list .vr-item__info-color > div {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
}

.pc_one_add_more {
  border-color: #D9D9D9;
}
.pc_one_add_more input {
  display: block;
  flex: 1;
  width: 0;
  border: solid #D9D9D9;
  border-width: 0 1px;
  text-align: center;
}
.pc_one_add_more a{color: #000;}
.pc_one_add_more a[disabled] {
  color: #ccc;
}
.vr-item__error {
  left: 80px;
  bottom: 4px;
}

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

.vr__tabs {
  padding-left: 0;
}

.vr__tabs a {
  margin-left: 0;
}

.vr__btn {
  margin-top: 20px;
}

.plan {
  padding: 30px 15px;
  margin-top: 0;
}

.plan__content {
  display: block;
}

.plan__form {
  width: 100%;
  min-width: 100%;
  height: auto;
  padding: 10px 20px 30px 15px;
}

.plan__form .h1,
.plan__form .h2 {
  margin-left: 0;
}

.plan__form form {
  padding: 30px 0 0;
}

.plan__form__item {
  margin-bottom: 10px;
}

.button-submit {
  margin-top: 0;
}

.units {
  width: 100%;
  margin: 20px 0 0;
}

.unit-logo-items {
  flex-wrap: wrap;
  transform: translateX(0) !important;
  justify-content: space-between;
}

.unit-logo-items .item {
  margin: 0;
  width: 49.27536231884058%;
  margin-bottom: 1.44927536231884%;
}

.unit-logo-items .item:nth-child(4)~.item {
  display: none;
}

.unit-logos {
  width: 100%;
  margin: 0;
}

.acceptance {
  margin: 25px 0;
}

.merchants {
  margin-top: 25px;
}

.after-sale img,
.acceptance img {
  height: 310px;
}

.merchants img {
  height: 140px;
}
.w_100{width:100%;}

.mobstylesVr{
  height: 100% !important;
}