.content {
  height: 100%;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.top {
  background-image: url("./images/background.png");
  height: 580px;
  background-size: cover;
}

.top .top-txt .title {
  font-size: 80px;
  color: #ffffff;
}

.top .top-txt .p-title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 50px;
}

.top .top-txt .btn {
  outline: none;
  width: 150px;
  height: 48px;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(-90deg, #FFFFFF, #FFFFFF);
  -webkit-box-shadow: 0px 3px 0px 0px #E15234;
          box-shadow: 0px 3px 0px 0px #E15234;
  border-radius: 24px;
  font-size: 20px;
  color: #f97144;
  border: none;
}

.top .img-title {
  position: absolute;
  bottom: 202px;
  right: -90px;
}

.shop-take {
  height: 1080px;
  background: #fff;
}

.shop-take .shop-take-title {
  padding: 98px 0 78px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0B1D30;
}

.shop-take .shop-take-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-take .shop-take-content .shop-take-content-item {
  margin-right: 35px;
  margin-bottom: 32px;
  width: 273px;
  border: 1px solid transparent;
  height: 236px;
  padding: 58px 58px 74px 43px;
  background-color: #ffffff;
  -webkit-box-shadow: 5.9px 8.1px 43px 0px rgba(71, 71, 71, 0.1);
          box-shadow: 5.9px 8.1px 43px 0px rgba(71, 71, 71, 0.1);
  border-radius: 4px;
}

.shop-take .shop-take-content .shop-take-content-item .shop-take-content-item-title {
  margin: 42px auto 35px;
  font-size: 22px;
  color: #4B4B4B;
}

.shop-take .shop-take-content .shop-take-content-item .shop-take-content-item-detail {
  color: #8d8d8d;
  width: 273px;
  line-height: 30px;
  font-size: 16px;
}

.shop-take .shop-take-content .animate-item-hover {
  -webkit-animation: mymove 0.5s forwards;
          animation: mymove 0.5s forwards;
  border: 1px solid #fc8285;
  -webkit-box-shadow: 0 5px 25px #fc8285;
          box-shadow: 0 5px 25px #fc8285;
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes mymove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.shop-take .shop-take-content .shop-take-content-item:nth-child(3n) {
  margin-right: 0px;
}

.shop-live {
  height: 875px;
  background: #F9F9F9;
}

.shop-live .shop-live-title {
  padding: 98px 0 78px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0B1D30;
}

.shop-live .shop-live-title .new {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.shop-live .shop-live-detail {
  position: relative;
}

.shop-live .shop-live-detail .shop-live-detail-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 353px;
  height: 100px;
  background: url("./images/ju.png") no-repeat;
  background-size: 353px 100px;
}

.shop-live .shop-live-detail .shop-live-detail-item .txt {
  color: #595959;
  font-size: 26px;
  margin-left: 10px;
}

.shop-live .shop-live-detail .change-img {
  background: url("./images/ju1.png");
  background-size: 353px 100px;
}

.shop-live .shop-live-detail .change-img .txt {
  margin-right: 10px;
}

.carousel {
  height: 922px;
  background: #fff;
  position: relative;
}

.carousel .carousel-title {
  padding: 98px 0 78px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0B1D30;
}

.carousel .carousel-title .new {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.carousel .carousel-detail .swiper-prev {
  cursor: pointer;
  outline: none;
  top: 50%;
  position: absolute;
  z-index: 1;
  left: -100px;
}

.carousel .carousel-detail .swiper-lunbo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel .carousel-detail .swiper-lunbo img {
  border-radius: 10px;
  width: 247px;
  height: 532px;
  margin-right: 65px;
}

.carousel .carousel-detail .swiper-next {
  cursor: pointer;
  outline: none;
  top: 50%;
  position: absolute;
  z-index: 1;
  right: -100px;
}

.shop-market {
  height: 1139px;
  background: #F9F9F9;
}

.shop-market .shop-market-title {
  padding: 98px 0 78px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0B1D30;
}

.shop-market .shop-market-title .new {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.shop-market .shop-market-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-market-item {
  padding-left: 32px;
  margin-bottom: 62px;
  width: 238px;
  height: 84px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 141, 141, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(141, 141, 141, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 20px;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-market-item .txt {
  color: #595959;
  margin-left: 23px;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-market-item:nth-child(1) .img {
  background: url("./images/miaoshaseckill.png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-active:nth-child(1) .img {
  background: url("./images/miaoshaseckill1.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-market-item:nth-child(2) .img {
  background: url("./images/kanjia1.png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-active:nth-child(2) .img {
  background: url("./images/kanjia.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-market-item:nth-child(3) .img {
  background: url("./images/pintuan (1).png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-active:nth-child(3) .img {
  background: url("./images/pintuan (1)1.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-market-item:nth-child(4) .img {
  background: url("./images/gouwu (4).png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-active:nth-child(4) .img {
  background: url("./images/gouwu (4)1.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-market-item:nth-child(5) .img {
  background: url("./images/manjian (1).png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-active:nth-child(5) .img {
  background: url("./images/manjian (1)1.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-active {
  background-image: -webkit-gradient(linear, left top, right top, from(#d7d7d7), color-stop(0%, #e26cb2), color-stop(0%, #ec008c), color-stop(0%, #ec1a6b), color-stop(0%, #eb3349), to(#f45c43)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #d7d7d7 0%, #e26cb2 0%, #ec008c 0%, #ec1a6b 0%, #eb3349 0%, #f45c43 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(47, 46, 47, 0.29);
          box-shadow: 0px 0px 10px 0px rgba(47, 46, 47, 0.29);
}

.shop-market .shop-market-detail .shop-market-detail-left .shop-active .txt {
  color: #FFFFFF;
}

.shop-market .shop-market-detail .shop-market-detail-img {
  width: 378px;
  height: 728px;
}

.shop-market .shop-market-detail .shop-market-detail-img .shop-bg {
  background: url("./images/yuanju.png");
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-market-item {
  margin-bottom: 62px;
  width: 270px;
  height: 84px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 141, 141, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(141, 141, 141, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-market-item .txt {
  margin-left: 25px;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-market-item:nth-child(1) .img {
  background: url("./images/rili.png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-active:nth-child(1) .img {
  background: url("./images/rili1.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-market-item:nth-child(2) .img {
  background: url("./images/yushou.png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-active:nth-child(2) .img {
  background: url("./images/yushou1.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-market-item:nth-child(3) .img {
  background: url("./images/liwu9.png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-active:nth-child(3) .img {
  background: url("./images/liwu91.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-market-item:nth-child(4) .img {
  background: url("./images/baoyou.png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-active:nth-child(4) .img {
  background: url("./images/baoyou1.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-market-item:nth-child(5) .img {
  background: url("./images/lingquanhuodong-01.png") no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-active:nth-child(5) .img {
  background: url("./images/lingquanhuodong-011.png") no-repeat;
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-active {
  background-image: -webkit-gradient(linear, left top, right top, from(#d7d7d7), color-stop(0%, #e26cb2), color-stop(0%, #ec008c), color-stop(0%, #ec1a6b), color-stop(0%, #eb3349), to(#f45c43)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #d7d7d7 0%, #e26cb2 0%, #ec008c 0%, #ec1a6b 0%, #eb3349 0%, #f45c43 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(47, 46, 47, 0.29);
          box-shadow: 0px 0px 10px 0px rgba(47, 46, 47, 0.29);
}

.shop-market .shop-market-detail .shop-market-detail-right .shop-active .txt {
  color: #FFFFFF;
}

.shop-func {
  height: 1012px;
  background: #fff;
}

.shop-func .shop-func-title {
  padding: 98px 0 78px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0B1D30;
}

.shop-func .shop-func-title .new {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.shop-func .shop-func-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-func .shop-func-details .shop-func-details-item {
  margin-bottom: 80px;
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-func .shop-func-details .shop-func-details-item .shop-func-txt {
  font-size: 18px;
  color: #333333;
}

.shop-func .shop-func-details .shop-func-details-item:nth-child(7n) {
  margin-right: 0px;
}

.shop-multiport {
  height: 538px;
  background: #F9F9F9;
}

.shop-multiport .shop-multiport-title {
  padding: 98px 0 78px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0B1D30;
}

.shop-multiport .shop-multiport-title .new {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.shop-multiport .shop-multiport-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.shop-multiport .shop-multiport-detail .shop-multiport-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop-multiport .shop-multiport-detail .shop-multiport-detail-item .shop-multiport-detail-item-txt {
  margin-top: 38px;
  font-size: 20px;
  color: #2C2C2C;
}
/*# sourceMappingURL=shop.css.map */