.shotcut {
  background-color: #333333;
  height: 52px;


}

.wrapper {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
}

.wrapper ul {

  display: flex;
  height: 52px;
  justify-content: flex-end;
  align-items: center;

}

.wrapper ul li {
  height: 16px;
}

.wrapper ul li a {
  display: block;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
  border-right: 0.5px solid #999999;
  text-align: center;
  padding: 0 15px 0;
}

.wrapper ul li a:hover {
  color: #4fb69c;
}

.wrapper li:last-child a {
  border-right: none;
}

.header {
  display: flex;
  height: 88px;
}

.nav {
  margin-left: 40px;
}

.nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
}

.nav ul li {
  margin-right: 48px;
}

.nav ul li a:hover {
  color: #4fb69c;
}

.search input {
  color: #333;
  border: 0;
  width: 170px;
  height: 30px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 28px;
}

.shopcar {
  position: relative;
}

.icon {
  position: absolute;
  top: 26px;
  left: 22px;
  width: 35px;
  height: 35px;
  background: url(../image/1.png) no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.subnav {

  background-color: #626262;
  height: 500px;
  width: 250px;
}

.subnav ul li {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;

}

.subnav ul li a {
  color: #fff;
  font-size: 16px;
  margin-right: 7px;


}

.subnav ul li::after {
  position: absolute;
  top: 0px;
  right: 17px;
  content: '>';
  color: #fff;
}

.subnav ul li a:hover {
  color: #4fb69c;
}

.banner .w {
  display: flex;
}

.goods .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 102px;
  margin-top: 10px;
}

.goods .title h3 {
  font-size: 30px;
  font-weight: 400;

}

.goods .title span {
  color: gray;
  margin-top: 20px;
  margin-left: 30px;

}

.goods .title a {
  position: relative;
  left: 900px;
}

.bd {
  display: flex;
  justify-content: space-between;
}

.bd li {
  width: 304px;
  transition: all 0.6s ease;
}

.bd li a {
  display: block;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.bd li a img {
  margin-bottom: 7px;
}

.bd li a span {
  font-size: 22px;
  color: #AA211A;
}

.bd li:hover {
  transform: translatey(-6px);
  box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.1);
}

.fresh {
  margin-top: 40px;
  margin-bottom: 20px;
}

.fresh .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;

}

.fresh .title p {
  font-size: 30px;
}

.fresh .title ul {
  position: absolute;
  top: 5px;
  right: 110px;
  display: flex;
}

.fresh .title ul li {

  margin: 10px;
}

.count {
  display: flex;
}

.right ul {
  display: flex;
  justify-content: space-evenly;

  width: 968px;
  flex-wrap: wrap;
  margin-left: 20px;

}

.right ul li {
  width: 190px;
  height: 305px;
  margin-left: 40px;
  transition: all 0.5s ease;

}

.right ul li a {
  display: block;
  width: 100%;



}

.right ul li a img {
  width: 190px;
  height: 171px;
  margin: 0 auto;
}

.right ul li a p {
  width: 100%;
  margin-top: 10px;
}

.fresh li:hover {
  transform: translatey(-6px);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}