.header-main {
  width: 100%;
  height: 270px;
  background: linear-gradient(44deg, #FD3288 0%, #FF683E 100%);
  background-size: cover;
}
.header-main a {
  text-decoration: none;
}
.header-main .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-main .header-top .sc {
  width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
.header-main .header-top .join {
  display: flex;
  align-items: center;
  color: #FFF1F2;
  line-height: 20px;
  cursor: pointer;
}
.header-main .header-top .join::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url('../img/sc.png') no-repeat;
}
.header-main .header-top .loginBox {
  display: flex;
}
.header-main .header-top .loginBox .register {
  display: block;
  width: 72px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FFFFFF;
  background: url('../img/border.png') no-repeat;
  background-size: cover;
}
.header-main .header-top .loginBox .login {
  display: block;
  width: 72px;
  height: 36px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF6E41 0%, #FF3F64 100%);
  border-radius: 0px 24px 24px 0px;
}
.header-nav {
  display: none;
}
.header-headers {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.header-headers .header-container {
  display: flex;
  margin-top: 19px;
  align-items: center;
  justify-content: space-between;
}
.header-headers .header-container .search-form input[type="text"] {
  float: left;
}
.header-headers .header-container .search-form input[type="button"] {
  float: left;
}
.header-headers .header-container .search-form .search {
  width: 400px;
  height: 48px;
  background: #FFF1F2;
  border-radius: 24px 0 0 24px;
  border: none;
  outline: none;
  padding-left: 24px;
}
.header-headers .header-container .search-form .search-btn {
  padding: 0 28px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: none;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FA5E2D 0%, #FF2E56 100%);
  border-radius: 0px 24px 24px 0px;
}
.header-headers .header-navs {
  display: flex;
  align-items: center;
  margin-top: 46px;
  justify-content: space-between;
}
.header-headers .header-navs .tabBar {
  display: flex;
}
.header-headers .header-navs .tabBar a {
  display: block;
  color: #FFF1F2;
  line-height: 22px;
  font-size: 16px;
  margin-right: 60px;
}
.header-headers .header-navs .carts {
  display: block;
  padding: 0 37px 0 32px;
  height: 32px;
  background: #FFF1F2;
  border-radius: 16px;
  font-size: 16px;
  color: #FA5D2E;
  line-height: 32px;
  position: relative;
}
.header-headers .header-navs .carts::after {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/gwc.png') no-repeat;
}
.header-headers .header-navs .carts span {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  padding: 0 6px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: linear-gradient(90deg, #FA5E2D 0%, #FF2E56 100%);
  border-radius: 10px;
  color: #FFFFFF;
}
.header-headers .header-navs .menu {
  display: none;
}
.banner {
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.banner .mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 0.6;
}
.banner .my-bullet-active {
  width: 48px;
  height: 8px;
  background: linear-gradient(90deg, #FA5E2D 0%, #FF2E56 100%);
  border-radius: 4px;
  opacity: 1;
}
.banner .swiper-pagination {
  bottom: 32px;
}
.hot-goods {
  background-color: #F9F9F9;
}
.hot-goods .w {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.hot-goods .hot-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.hot-goods .hot-top .hot-title {
  font-size: 42px;
  color: #333333;
  line-height: 59px;
  letter-spacing: 1px;
}
.hot-goods .hot-top a {
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.hot-goods .hot-top a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/arrow.png') no-repeat;
}
.hot-goods .goods-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.hot-goods .goods-box .swiper-hot {
  overflow: hidden;
}
.hot-goods .goods-box .swiper-slide .goods-item {
  display: block;
  background-color: #fff;
  text-decoration: none;
}
.hot-goods .goods-box .swiper-slide .goods-item .pic {
  width: 100%;
  height: 226px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
}
.hot-goods .goods-box .swiper-slide .goods-item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.hot-goods .goods-box .swiper-slide .goods-item .goods-info {
  margin-top: 17px;
  padding: 0 40px 24px;
  text-align: center;
}
.hot-goods .goods-box .swiper-slide .goods-item .goods-info .name {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.hot-goods .goods-box .swiper-slide .goods-item .goods-info .title {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.hot-goods .goods-box .swiper-slide .goods-item .goods-info .price {
  font-size: 24px;
  color: #FF2F56;
  line-height: 25px;
}
.hot-goods .goods-box .swiper-slide .goods-item .goods-info .price span {
  font-size: 18px;
}
@media (any-hover: hover) {
  .hot-goods .goods-box .swiper-slide .goods-item:hover .pic img {
    transform: scale(1.1);
  }
}
.hot-goods .goods-box .btn-left {
  position: absolute;
  top: 50%;
  left: -108px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(90deg, #FA5E2D 0%, #FF2E56 100%);
  cursor: pointer;
}
.hot-goods .goods-box .btn-left::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/left.png') no-repeat;
}
.hot-goods .goods-box .btn-right {
  position: absolute;
  top: 50%;
  right: -108px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(90deg, #FA5E2D 0%, #FF2E56 100%);
  cursor: pointer;
}
.hot-goods .goods-box .btn-right::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/right.png') no-repeat;
  background-size: cover;
}
.goods-class {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 86px;
}
.goods-class .class-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.goods-class .class-top .class-title {
  font-size: 42px;
  color: #333333;
  line-height: 59px;
  letter-spacing: 1px;
}
.goods-class .class-top a {
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.goods-class .class-top a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/arrow.png') no-repeat;
}
.goods-class .goods-class-box {
  display: flex;
  width: 100%;
  position: relative;
}
.goods-class .goods-class-box .class-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.goods-class .goods-class-box .class-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 152px;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.goods-class .goods-class-box .class-list .lable {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  background: linear-gradient(90deg, #FA5E2D 0%, #FF2E56 100%);
}
.goods-class .goods-class-box .class-list .lable::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/class.png') no-repeat;
  margin-right: 3px;
}
.goods-class .goods-class-box .class-list .item {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  position: relative;
  cursor: pointer;
}
.goods-class .goods-class-box .class-list .item .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #E9E9E9;
}
.goods-class .goods-class-box .class-list .item:last-child .name {
  border: none;
}
@media (any-hover: hover) {
  .goods-class .goods-class-box .class-list .item:hover .name {
    color: #FF2F56;
    border-bottom: 1px solid #FD3288;
  }
  .goods-class .goods-class-box .class-list .item:hover .name img {
    content: url('../img/arrow-fen.png');
  }
  .goods-class .goods-class-box .class-list .item:hover:last-child .name {
    border: none;
  }
}
.goods-class .goods-class-box .class-list .item .nav-ul {
  position: absolute;
  display: none;
  width: 96px;
  padding-left: 20px;
  top: 0;
  left: 152px;
}
.goods-class .goods-class-box .class-list .item .nav-ul .ulbox {
  width: 96px;
  background: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.goods-class .goods-class-box .class-list .item .nav-ul .ulbox a {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
}
.goods-class .goods-class-box .class-list .item .nav-ul .ulbox a:last-child {
  margin: 0;
}
.goods-class .goods-class-box .class-list .item .nav-ul .ulbox a:hover {
  color: #FD3288;
}
@media (any-hover: hover) {
  .goods-class .goods-class-box .class-list .item:hover .nav-ul {
    display: block;
  }
}
.goods-class .goods-class-box .goods {
  flex: 1;
  margin-left: 200px;
}
.goods-class .goods-class-box .goods .goods_ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
}
.goods-class .goods-class-box .goods .goods_ul .good_items {
  display: block;
  width: 244px;
  text-align: center;
  text-decoration: none;
  margin-right: 8px;
}
.goods-class .goods-class-box .goods .goods_ul .good_items .pic {
  width: 100%;
  height: 244px;
  overflow: hidden;
}
.goods-class .goods-class-box .goods .goods_ul .good_items .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.goods-class .goods-class-box .goods .goods_ul .good_items .goods-h {
  height: 96px;
}
.goods-class .goods-class-box .goods .goods_ul .good_items .goods-h .tit {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin: 16px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goods-class .goods-class-box .goods .goods_ul .good_items .goods-h .price {
  font-size: 20px;
  color: #FF2F56;
  line-height: 20px;
}
.goods-class .goods-class-box .goods .goods_ul .good_items .goods-h .price span {
  font-size: 14px;
}
@media (any-hover: hover) {
  .goods-class .goods-class-box .goods .goods_ul .good_items:hover .pic img {
    transform: scale(1.1);
  }
}
.goods-class .goods-class-box .goods .page {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}
.goods-class .goods-class-box .goods .page .pages {
  display: flex;
}
.goods-class .goods-class-box .goods .page .pages .item {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.goods-class .goods-class-box .goods .page .pages .item:hover {
  color: #FF2F56;
  border: 1px solid #FF2F56;
}
footer {
  width: 100%;
  text-align: center;
  padding: 35px 0;
  color: #aaa;
  background: #555;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header-main {
    width: 100%;
    height: 225px;
  }
  .header-main .header-top {
    padding: 0 15px;
  }
  .header-main .header-top .sc {
    width: 100%;
    padding: 16px 0;
  }
  .header-main .header-top .loginBox .register {
    width: 64px;
    height: 32px;
    line-height: 32px;
    background-size: cover;
  }
  .header-main .header-top .loginBox .login {
    width: 64px;
    height: 32px;
    line-height: 32px;
  }
  .header-headers {
    width: 100%;
    padding: 0 15px;
  }
  .header-headers .header-container {
    margin-top: 17px;
    flex-wrap: wrap;
  }
  .header-headers .header-container .logo {
    order: 1;
    display: block;
    width: 121px;
    height: 26px;
  }
  .header-headers .header-container .logo img {
    width: 100%;
    height: 100%;
  }
  .header-headers .header-container .search-form {
    display: flex;
    order: 3;
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
  .header-headers .header-container .search-form .search {
    flex: 1;
    height: 38px;
    padding-left: 16px;
  }
  .header-headers .header-container .search-form .search-btn {
    width: 64px;
    height: 38px;
    padding: 0 18px;
    line-height: 38px;
  }
  .header-headers .header-container .loginBox {
    order: 2;
  }
  .header-headers .header-container .loginBox .register {
    width: 64px;
    height: 32px;
    line-height: 32px;
    background-size: cover;
  }
  .header-headers .header-container .loginBox .login {
    padding: 0 18px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
  .header-headers .header-navs {
    margin-top: 16px;
  }
  .header-headers .header-navs .tabBar {
    display: none;
  }
  .header-headers .header-navs .menu {
    display: block;
  }
  .header-nav {
    display: none;
    background-color: #fff;
    padding: 0 15px;
  }
  .header-nav .item {
    border-bottom: 1px solid #eee;
  }
  .header-nav .item a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #333333;
  }
  .banner {
    height: auto;
  }
  .banner .swiper-pagination {
    display: none;
  }
  .hot-goods .w {
    width: 100%;
    margin: 0 auto;
    padding: 16px 15px 20px;
  }
  .hot-goods .hot-top {
    margin-bottom: 16px;
  }
  .hot-goods .hot-top .hot-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }
  .hot-goods .hot-top a {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
  }
  .hot-goods .goods-box .swiper-slide .goods-item .pic {
    height: auto;
  }
  .hot-goods .goods-box .swiper-slide .goods-item .pic img {
    object-fit: cover;
  }
  .hot-goods .goods-box .swiper-slide .goods-item .goods-info {
    margin-top: 12px;
    padding: 0 16px 16px;
  }
  .hot-goods .goods-box .swiper-slide .goods-item .goods-info .name {
    font-size: 14px;
    line-height: 20px;
  }
  .hot-goods .goods-box .swiper-slide .goods-item .goods-info .title {
    margin-bottom: 12px;
  }
  .hot-goods .goods-box .swiper-slide .goods-item .goods-info .price {
    font-size: 18px;
    color: #FF2F56;
    line-height: 20px;
  }
  .hot-goods .goods-box .swiper-slide .goods-item .goods-info .price span {
    font-size: 14px;
  }
  .hot-goods .goods-box .btn-left {
    display: none;
  }
  .hot-goods .goods-box .btn-right {
    display: none;
  }
  .goods-class {
    width: 100%;
    padding: 16px 0 48px;
  }
  .goods-class .class-top {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .goods-class .class-top .class-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }
  .goods-class .class-top a {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
  }
  .goods-class .goods-class-box {
    flex-direction: column;
  }
  .goods-class .goods-class-box .class-menu {
    display: block;
    top: 18px;
    width: 48px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: linear-gradient(90deg, #FA5E2D 0%, #FF2E56 100%);
  }
  .goods-class .goods-class-box .class-list {
    display: none;
    top: 73px;
  }
  .goods-class .goods-class-box .class-list .item {
    display: flex;
    width: auto;
    white-space: nowrap;
  }
  .goods-class .goods-class-box .class-list .item .on {
    color: #FF2F56;
    border-bottom: 1px solid #FD3288;
  }
  .goods-class .goods-class-box .class-list .item .on img {
    content: url('../img/arrow-fen.png');
  }
  .goods-class .goods-class-box .goods {
    width: 100%;
    margin-left: 0;
    padding: 16px 15px 0;
  }
  .goods-class .goods-class-box .goods .goods_ul {
    margin-right: 0;
    justify-content: space-between;
  }
  .goods-class .goods-class-box .goods .goods_ul .good_items {
    width: calc(50% - 5.5px);
    margin-right: 0;
  }
  .goods-class .goods-class-box .goods .goods_ul .good_items .pic {
    height: auto;
  }
  .goods-class .goods-class-box .goods .goods_ul .good_items .goods-h {
    height: 85px;
  }
  .goods-class .goods-class-box .goods .page {
    margin-top: 48px;
  }
}
