.wrapper {
  background-color: #F2F2F2;
}
.mobile {
  display: none;
}
.floor {
  width: 100%;
}
.floor2 {
  margin-top: 2.08333333rem;
}
/**utbar**/
.floor3 .container .banner-box .banner .banner-item.active {
  background: #9453FF;
  transform: translateY(-4%);
  transition: 1s ease-out;
}
.floor3 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.floor3 .title {
  margin-top: 2.08333333rem;
  margin-bottom: 1.40625rem;
  color: #141414;
  text-align: center;
  font: 600 2.5rem 'LuxeUnoSemiBold';
}
.floor3 .container {
  width: 100%;
  overflow: hidden;
}
.floor3 .container .banner-box {
  width: 100%;
  height: 39.58333333rem;
  display: flex;
  justify-content: center;
}
.floor3 .container .banner-box .banner {
  display: flex;
  height: 39.58333333rem;
  align-items: center;
  transition: 0.75s ease;
}
.floor3 .container .banner-box .banner .banner-item {
  flex-shrink: 0;
  transform: translateY(6%);
  width: 25rem;
  height: 23.95833333rem;
  margin: 11.25rem 1.09375rem 0;
  border-radius: 3.64583333rem 3.64583333rem 12.5rem 12.5rem;
  background: #E8E5FF;
}
.floor3 .container .banner-box .banner .banner-item img {
  width: 18.07291667rem;
  height: 32.86458333rem;
  transform: translate(20%, -40%);
}
.floor3 .container .toggle {
  display: flex;
  width: 31.25rem;
  height: 4.42708333rem;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.34375rem;
  position: relative;
  z-index: 9;
}
.floor3 .container .toggle .flavor_name {
  margin: 0 auto;
  color: #141414;
  text-align: center;
  position: relative;
  font: 600 1.66666667rem 'LuxeUnoLight';
}
.floor3 .container .toggle .prev,
.floor3 .container .toggle .next {
  cursor: pointer;
}
.floor3 .container .toggle i {
  font-size: 4.375rem;
  color: #9453FF;
}
