html,body {
	height: 100%;
	min-height: 100%;
	overflow-y: auto;
	
}
.bodyoverflow{
  overflow: hidden;
}
@media screen and (orientation: landscape) {
  .slidewrap{
    transform-origin: center 10%;
    transform: scale(0.9);
    font-size: 20px;
  }
  
  html,
  body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
  }
  .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
  }
  .video1 {
    padding: 0 3.125rem;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .video-box1 {
    width: 28.75rem;
    height: 25rem;
  }
  .select {
    /* margin-left: 1.875rem; */
    display: flex;
  }
  .select .select-item {
    padding: 0 1.25rem;
    margin-right: 0.625rem;
    height: 1.625rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    border-radius: 0.5rem;
    border: 1px solid #000;
  }
  .table {
    /* position: fixed;
    top: 22%;
    left: 47%; */
    width: 31.25rem;
    height: 18.75rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .activeClass {
    color: #9d7455 !important;
    border: 1px solid #9d7455 !important;
  }
  .bottom {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .video1 {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .video1 .video-box1 {
    width: 18.75rem;
    height: 18.75rem;
  }
  .select {
    width: 20.9375rem;
    display: flex;
    justify-content: space-between;
  }
  .select .select-item {
    padding: 0 0.625rem;
    font-size: 1.25rem;
    color: #000;
    border-radius: 0.5rem;
    border: 1px solid #000;
  }
  .table {
    margin: 1.875rem auto 100px;
    width: 21.25rem;
    font-size: 1rem;
    font-weight: 500;
  }
  .tr {
    text-align: center;
    font-size: 0.875rem;
  }
  .td_text {
    text-align: center;
    font-size: 0.875rem;
  }
}