* {
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
html.hp {
  font-size: 41.4px !important;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 37.5px;
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.bodyoverflow{
  overflow: hidden;
}
.title {
  height: 1.2133rem;
  line-height: 1.2133rem;
  font-size: .7467rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
.image {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}

.image-item {
  width: 50%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.image-item img {
  width: 120px;
  height: 180px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.image-item .slide_box_img {
  position: relative;
}

.image-text {
  width: 100%;
  text-align: center;
  font-size: .3733rem;
}

.slide {
  /* overflow-x: auto;
  overflow-y: hidden; */
  width: 100%;
  /* height: calc(100% - 2.3467rem); */
  box-sizing: border-box;
  padding: .7rem .7rem 0;
  overflow-x: auto;
  overflow-y: unset;
  margin-bottom: 2.32rem;
  /* position: absolute;
  left: 0;
  top: 0; */
  -webkit-overflow-scrolling: touch;
}

.slide .slide_box {
  width: calc(100% - 1.4rem);
  justify-content: space-between;
}

.slide .slide_flex {
  width: calc(100% - 1.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: absolute;
  left: 0.7rem;
  top: 8.5rem; */
}

.slide .slide_box_img {
  min-width: 2.4533rem;
  /* height: 4.1867rem; */
  position: relative;
}

.slide .slide_box_img::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 999;
}

.slide .slide_box_img.active {
  transform: scale(1.2);
}

.slide .slide_box_img img {
  width: 100%;
  height: 100%;
}

/* .slide .slide_box_text {
  min-width: 16.875rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  font-size: 1.375rem;
  color: #999;
  border-right: .125rem solid #999;
}

.slide .slide_box .images {
  position: absolute;
  top: -0.4375rem;
  left: 0;
  width: 5.625rem !important;
  height: 11.25rem !important;
} */
@media screen and (orientation: portrait) {
  .bottom {
    position: fixed;
    bottom: 0;
    /* padding: 0 26.25px; */
    width: 100%;
    height: 87.5px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #000;
  }
  .bottom .bottom-right {
    width: 100%;
    font-size: 21px;
    /* padding: 0 26.25px; */
  }
}

@media screen and (orientation: landscape) {
  .slidewrap{
    transform-origin: center 10%;
    transform: scale(0.6);
  }
  html,
  body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 37.5px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
  }
  .bottom {
    position: fixed;
    bottom: 0;
    /* padding: 0 36px; */
    width: 100%;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #000;
    z-index: 10;
  }
  .bottom .bottom-right {
    width: 100%;
    font-size: 16px;
    /* padding: 0 56px 0 30px; */
  }
}
