@charset "UTF-8";
.homepage {
  /*width: 1367px;*/
  margin: 0 auto;
  background: #FFF;
}
.homepage .section {
  overflow: hidden;
}
.homepage .section .saleData{
 display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage .section .saleData .sale-header {
  /*height: 98px;*/
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.homepage .section .saleData .sale-header .title {
  /*height: 98px;*/
  display: inline-block;
}
.homepage .section .saleData .sale-header .title span {
  font-size: 28px;
  font-weight: bold;
  font-family: "微软雅黑";
  color: #333333;
  float: left;
  margin-top: 30px;
  padding: 0 20px;
}
.homepage .section .saleData .sale-header .title img {
  float: left;
  margin-top: 40px;
}
.homepage .section .saleData .sale-header .more {
  font-size: 18px;
  font-family: "微软雅黑";
  color: #5ec28d;
  position: absolute;
  right: 0;
  top: 35px;
}
.homepage .section .saleData .sale-content {
  width: 1100px;
  padding-bottom: 40px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.homepage .section .saleData .sale-content .goods {
  float: left;
  width: 168px;
  /*margin-right: 65px;*/
  overflow: hidden;
}
.homepage .section .saleData .sale-content .goods .imagebox {
  height: 168px;
}
.homepage .section .saleData .sale-content .goods .imagebox .goodsPic {
  width: 168px;
  height: 168px;
  border-radius: 100%;
  float: left;
}
.homepage .section .saleData .sale-content .goods .name {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333333;
  margin-top: 20px;
  text-align: center;
}
.homepage .section .saleData .sale-content .goods .price {
  margin-top: 14px;
  margin-left: 30px;
}

.homepage .section .saleData .sale-content .goods .message {
  margin-top: 14px;
  margin-left: 30px;
}

.homepage .section .saleData .sale-content .goods .price span {
  color: #d52a3b;
  float: left;
}
.homepage .section .saleData .sale-content .goods .price span:nth-child(2) {
  font-size: 10px;
}
.homepage .section .saleData .sale-content .goods .price span:nth-child(3) {
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  margin-top: -8px;
}
.homepage .section .saleData .sale-content .goods .price img {
  float: left;
}
.homepage .section .saleData .sale-content .goods:last-child {
  margin-right: 0;
}
.homepage .section .bannerTwo {
  height: 260px;
  clear: both;
  width: 100%;
}
.homepage .section .bannerTwo .swiper-container {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  /* 两种都可以 */

}
.homepage .section .bannerTwo img {
  height: 260px;
  width: 100%;
}
.homepage .section .shoppingBox .headerBox {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}
.homepage .section .shoppingBox .headerBox .navTop {
  padding: 30px 0;
  overflow: hidden;
  clear: both;
}
.homepage .section .shoppingBox .headerBox .navTop .navLeft {
  float: left;
}
.homepage .section .shoppingBox .headerBox .navTop .navLeft span {
  float: left;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #333333;
  margin-right: 30px;
}
.homepage .section .shoppingBox .headerBox .navTop .navLeft .sortOne {
  cursor: pointer;
}
.homepage .section .shoppingBox .headerBox .navTop .navLeft .sortOne {
  color: #666666;
}
.homepage .section .shoppingBox .headerBox .navTop .navLeft .option {
  color: #333333;
  font-weight: bold;
}
.homepage .section .shoppingBox .headerBox .navTop .navRight {
  float: right;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #5ec28d;
}
.homepage .section .shoppingBox .headerBox .navBottom {
  height: 28px;
}
.homepage .section .shoppingBox .headerBox .navBottom span {
  line-height: 28px;
  float: left;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #333333;
  margin-right: 20px;
}
.homepage .section .shoppingBox .headerBox .navBottom p {
  cursor: pointer;
}
.homepage .section .shoppingBox .headerBox .navBottom .block {
  float: left;
  width: 88px;
  height: 28px;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #333333;
  margin-right: 20px;
  border: 1px solid #999999;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
}
.homepage .section .shoppingBox .headerBox .navBottom .option {
  border: 1px solid #5ec28d;
  color: #5ec28d;
}
.homepage .section .shoppingBox .titleBox {
  width: 1100px;
  margin: 0 auto;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .section .shoppingBox .titleBox .title {
  font-size: 28px;
  display: inline-block;
}
.homepage .section .shoppingBox .titleBox .title span {
  font-size: 28px;
  font-weight: bold;
  font-family: "微软雅黑";
  color: #333333;
}
.homepage .section .shoppingBox .shopBox {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.homepage .section .shoppingBox .shopBox .shop {
  float: left;
  padding: 12px;
  padding-bottom: 18px;
  border: 1px solid #FFFFFF;
}
.homepage .section .shoppingBox .shopBox .shop .shoppic {
  overflow: hidden;
  width: 194px;
}
.homepage .section .shoppingBox .shopBox .shop .shoppic img {
  float: left;
  width: 194px;
  height: 194px;
}
.homepage .section .shoppingBox .shopBox .shop .name {
  font-size: 18px;
  color: #333333;
  padding: 12px 0 18px 0;
}
.homepage .section .shoppingBox .shopBox .shop .price {
  overflow: hidden;
  color: #d52a3b;
  margin-bottom: 14px;
}
.homepage .section .shoppingBox .shopBox .shop .price span:nth-child(1) {
  font-size: 10px;
  float: left;
  margin-top: 8px;
}
.homepage .section .shoppingBox .shopBox .shop .price span:nth-child(2) {
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  float: left;
}
.homepage .section .shoppingBox .shopBox .shop .message {
  clear: both;
  overflow: hidden;
}
.homepage .section .shoppingBox .shopBox .shop .message img {
  height: 16px;
  margin-right: 6px;
}
.homepage .section .shoppingBox .shopBox .shop .message .xin, .homepage .section .shoppingBox .shopBox .shop .message .pinglun {
  float: left;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999999;
  height: 24px;
  line-height: 24px;
}
.homepage .section .shoppingBox .shopBox .shop .message .xin img, .homepage .section .shoppingBox .shopBox .shop .message .pinglun img {
  float: left;
}
.homepage .section .shoppingBox .shopBox .shop .message .xin span, .homepage .section .shoppingBox .shopBox .shop .message .pinglun span {
  float: left;
  line-height: 16px;
}
.homepage .section .shoppingBox .shopBox .shop .message .xin {
  margin-right: 26px;
}


.homepage .section .saleData .sale-content .goods .message {
  clear: both;
  overflow: hidden;
}
.homepage .section .saleData .sale-content .goods .message img {
  height: 16px;
  margin-right: 6px;
}
.homepage .section .saleData .sale-content .goods .message .xin, .homepage .section .saleData .sale-content .goods .message .pinglun {
  float: left;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999999;
  height: 24px;
  line-height: 24px;
}
.homepage .section .saleData .sale-content .goods .message .xin img, .homepage .section .saleData .sale-content .goods .message .pinglun img {
  float: left;
}
.homepage .section .saleData .sale-content .goods .message .xin span, .homepage .section .saleData .sale-content .goods .message .pinglun span {
  float: left;
  line-height: 16px;
}
.homepage .section .saleData .sale-content .goods .message .xin {
  margin-right: 26px;
}


.homepage .section .shoppingBox .sale-content .option {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 1px #f7f6f2;
}
.homepage .section .shoppingBox .dialog {
  position: fixed;
  top: 60px;
  right: 0.5%;
  width: 74px;
  /*height: 364px;*/
  border: 1px solid #d1d1d0;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 0 10px #f7f6f2;

  padding-bottom: 10px;
  z-index: 10000;
}
.homepage .section .shoppingBox .dialog .fen {
  float: left;
}
.homepage .section .shoppingBox .dialog .block {
  clear: both;
  overflow: hidden;
  height: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage .section .shoppingBox .dialog .block img {
  float: left;
  margin-top: 18px;
  margin-bottom: 10px;
  /*margin-left: 21px;*/
}
.homepage .section .shoppingBox .dialog .block p {
  float: left;
  margin-left: 9px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333333;
}
.homepage .section .pageBox .page {
  width: 534px;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
.homepage .section .pageBox .page li {
  float: left;
  list-style: none;
}
.homepage .section .pageBox .page li a {
  padding: 10px 12px;
  display: inline-block;
  border: 1px solid #dddddd;
  color: #28ae67;
  margin-right: 4px;
  text-decoration: none;
  font-size: 12px;
  border-radius: 3px;
  box-sizing: border-box;
}
.homepage .section .pageBox .page li a.active {
  background: #28ae67;
  color: #fff;
}
.homepage .section .pageBox .page .tiao input {
  width: 36px;
  height: 38px;
  padding: 10px 12px;
  border: 1px solid #dddddd;
  color: #28ae67;
  border-radius: 3px;
  box-sizing: border-box;
}
.homepage .section .pageBox .page .tiao .go {
  background: #dddddd;
}
.homepage .footer {
  text-align: center;
  padding: 20px 0;
}
.homepage .footer .el-pager li {
  border: 1px solid #d1d1d0;
  margin: 0 5px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
}
.homepage .footer .el-pager li.active {
  color: #FFFFFF;
  background: #28ae67;
}
.homepage .footer .el-pager li.active:hover {
  color: #FFFFFF;
  background: #28ae67;
}
.homepage .footer .el-pager li:hover {
  color: #28ae67;
  background: #ecfef0;
  border-color: #28ae67;
}
.homepage .footer .btn-prev, .homepage .footer .btn-next, .homepage .footer .el-pagination__jump {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.homepage .footer .el-pagination .btn-prev:hover {
  color: #28ae67;
}
.homepage .footer .el-pagination .btn-next:hover {
  color: #28ae67;
}

.footer {
  height: 76px;
  background: #f5f5f6;
  display: flex;
  align-items: center;
}
.footer .pageBox {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .pageBox button {
  width: 77px;
  height: 35px;
  background: #ffffff;
  border-radius: 5px;
  color: #4b52ac;
}
.footer .pageBox .btn-prev {
  margin-right: 5px;
}
.footer .pageBox .el-icon-arrow-left:before {
  content: "< 上一页";
}
.footer .pageBox .btn-next {
  margin-right: 5px;
}
.footer .pageBox .el-icon-arrow-right:before {
  content: "下一页 >";
}
.footer .pageBox .number {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  color: #4b52ac;
}
.footer .pageBox .active {
  background: #28ae67;
  color: #FFFFFF;
}

.homepage .section2 {
  width: 1100px;
  margin: 0 auto;
  height: 250px;
}
.homepage .section2 .news {
  height: 73px;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
}
.homepage .section2 .news img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.homepage .section2 .news .title {
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}
.homepage .section2 .news .date {
  font-size: 16px;
  color: #666666;
}


.homepage .section3 {
  width: 1100px;
  margin: 0 auto;
  height: 250px;
}
.homepage .section3 .news {
  height: 73px;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
}
.homepage .section3 .news img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.homepage .section3 .news .title {
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}
.homepage .section3 .news .date {
  font-size: 16px;
  color: #666666;
}

.homepage .section4 {
  width: 1100px;
  margin: 0 auto;
  height: 250px;
}
.homepage .section4 .news {
  height: 73px;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
}
.homepage .section4 .news img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.homepage .section4 .news .title {
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}
.homepage .section4 .news .date {
  font-size: 16px;
  color: #666666;
}

.homepage .section5 {
  width: 1100px;
  margin: 0 auto;
  height: 250px;
}
.homepage .section5 .news {
  height: 73px;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
}
.homepage .section5 .news img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.homepage .section5 .news .title {
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}
.homepage .section5 .news .date {
  font-size: 16px;
  color: #666666;
}

/*# sourceMappingURL=index.css.map */
