
* {  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
.kitchenonebox {
  width: 100%;
  margin-top:30px;
}
.kitcheniinner {
  width: 100%;
}
.kitchenoo {
  display: flex;
  width: 100%;
  height: calc(100vh);
  justify-content: space-between;
  margin-bottom: 25px;
}

.ceeteerbox,
.Drinkwarebox,
.leftbox {
  width: 32.5%;
  position: relative;
}
.ceeteerbox,
.leftbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.BarToolsbox,
.Storagebox {
  width: 100%;
  height: 60%;
  position: relative;
}
.CoffeeToolsbox,
.PicnicTravel {
  width: 100%;
  height: 37%;
  position: relative;
}
.imgboxxk {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.imgboxxk img {
  width: 100%;
  height: 100%;
}
.transformbox:hover .imgboxxk img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

.listBoxk {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kcul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:0;
  font-size: 18px;
}
.listboxspann {
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  color: #8bd14d;
  white-space: nowrap;
  margin-left: 20px;
}
@media screen and (max-width:769px){
  .listboxspann {
    font-size: 16px !important;
  white-space: normal;
  text-align: center;
  margin-left:0 !important;
}
.kitchenoo {
  height: 350px;
}
.kcul{display:none;}
}
.kculiia:hover {
  color: #8bd14d;
}
.kculiia {
  white-space: nowrap;
  color: #fff;
}
.kitchenlastimg {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.kitchenlastimg img {
  width: 100%;
  height: 100%;
}
/* .kitchenlastimg img:hover {
transform: scale(1.2);
transition: transform 0.3s ease;
} */
.kculli{
  color:#fff;
}
@media screen and (max-width:1000px){
  .listboxspann {
    font-size: 20px;        margin-left: 37px;
}
}
/*首页大视图banner*/
.bannertopbox{
  position: relative;
  width: 100%;
  top: -7.6rem;
  margin-bottom: -110px;
}
@media screen and (min-width:1920px){
  .bannertopbox{
    top: -7.6rem;
  margin-bottom: -110px;
}
}
