.choose {
    display: none;
  }
  .choose2 {
    display: block;
    height: auto;
  }
  .chooseimg {
  max-width: 1410px;
  height: 632px;
  margin: 0 auto;
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  }
  .choose-itemp {
    width: 450px;
    height: 632px;
    position: relative;
  }
  .choose-itemp img{
    width: 100%;
    height: 100%;
  }
  .choose-bt-pos {
    position: absolute;
  }
  .choose-itemp {
  position: relative;
  display: inline-block;
}
.choose-bt-pos {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1920px) {
  .choose {
    display: none;
  }
  .choose2 {
    display: block;
  }
}

@media (max-width: 1920px) {
  
}
@media (max-width: 1600px) {
  .choose-bt-pos {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .chooseimg {
    max-width: 1110px;
    height: auto;
    margin: 0 auto;
  }
  .choose-itemp {
    width: 350px;
    height: auto;
  }
  .wsc-main .choose-btn {
    width: 120px;
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width: 1124px) {
  .choose-bt-pos {
    bottom: 20px;
  }
  .chooseimg {
    max-width: 960px;
  }
  .choose-item {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .chooseimg {
    max-width: 900px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 56px;
  }
}

@media (max-width: 390px) {
  .choose2 {
    display: none;
  }
  .choose {
    display: block;
  }
  .wsc-main .choose-btn {
    width: 104.22px;
    height: 35.73px;
  }
}
