body {
  background-color: #f5f5f5;
}
#container {
  margin-top: 0;
}
.top {
  width: 100%;
}
.top img {
  width: 100%;
}
.top .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  background: #fff;
  border-radius: 10px;
  opacity: 0.5;
}
.top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  opacity: 0.7;
}
.fun-box {
  width: 100%;
  background-color: #fff;
  margin-bottom: 60px;
}
.fun-box .fun {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fun-box .fun .purchase {
  width: 638px;
  height: 114px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fun-box .fun .purchase .purchase-list {
  width: 80px;
  margin: 0 25px;
  text-align: center;
}
.fun-box .fun .purchase .purchase-list img {
  width: 80px;
  margin-bottom: 10px;
}
.fun-box .fun .purchase .purchase-list .text {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.fun-box .fun .purchase::after {
  content: "";
  width: 1px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ECECEC;
}
.fun-box .fun .customer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.fun-box .fun .customer .customer-icon {
  cursor: pointer;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #FFF0E6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fun-box .fun .customer .customer-icon img {
  width: 33px;
  height: 33px;
  animation: shaking 6s  infinite linear;
  -moz-animation: shaking 6s  infinite linear;
  /* Firefox */
  -webkit-animation: shaking 6s  infinite linear;
  /* Safari 和 Chrome */
  -o-animation: shaking 6s  infinite linear;
  /* Opera */
  transform: rotate(30deg);
}
@keyframes shaking {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(25deg);
  }
  5%,
  25%,
  45%,
  65%,
  85% {
    transform: rotate(60deg);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    transform: rotate(-2deg);
  }
}
@-moz-keyframes Shaking {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(25deg);
  }
  5%,
  25%,
  45%,
  65%,
  85% {
    transform: rotate(60deg);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes Shaking {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(25deg);
  }
  5%,
  25%,
  45%,
  65%,
  85% {
    transform: rotate(60deg);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    transform: rotate(-2deg);
  }
}
@-o-keyframes Shaking {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(25deg);
  }
  5%,
  25%,
  45%,
  65%,
  85% {
    transform: rotate(60deg);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    transform: rotate(-2deg);
  }
}
.fun-box .fun .customer .customer-msg .customer-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}
.fun-box .fun .customer .customer-msg .customer-text {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.fun-box .fun .customer::after {
  content: "";
  width: 1px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ECECEC;
}
.fun-box .fun .register {
  padding: 0 24px;
  min-width: 205px;
}
.fun-box .fun .register .register-btn {
  width: 205px;
  height: 60px;
  background: linear-gradient(-22deg, #FF9F00 0%, #FFC104 100%);
  box-shadow: 0px 5px 8px 0px rgba(250, 168, 11, 0.31);
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fun-box .fun .register .register-btn .register-msg {
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fun-box .fun .register .register-btn .register-msg span {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
}
.fun-box .fun .register .register-btn .register-msg span:nth-of-type(2) {
  font-size: 14px;
}
.advert {
  width: 1204px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.advert .advert-list-left {
  width: 804px;
  margin-right: 18px;
}
.advert .advert-list-left a {
  display: block;
  overflow: hidden;
}
.advert .advert-list-left a:hover img {
  transform: scale(1.1);
}
.advert .advert-list-left a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.advert .advert-list-right {
  width: 382px;
}
.advert .advert-list-right a {
  display: block;
  overflow: hidden;
}
.advert .advert-list-right a:hover img {
  transform: scale(1.1);
}
.advert .advert-list-right a:nth-of-type(1) {
  margin-bottom: 22px;
}
.advert .advert-list-right a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.nav {
  width: 1200px;
  margin: 0 auto 60px;
}
.nav .nav-main {
  display: flex;
  margin: 0 -5.5px;
}
.nav .nav-main a {
  flex: 1;
  background: #FCC550;
  margin: 0 5.5px;
  display: inline-block;
  width: 162px;
  height: 172px;
  position: relative;
  overflow: hidden;
}
.nav .nav-main a:hover::after {
  width: 260px;
  height: 260px;
}
.nav .nav-main a::after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -41px;
  right: -49px;
  transform-origin: 100% 100% 0;
  transition: all 0.3s ease-in-out;
}
.nav .nav-main a img {
  position: relative;
  z-index: 2;
}
.nav .nav-main .nav-list-1 {
  background-color: #f1b57b;
}
.nav .nav-main .nav-list-2 {
  background-color: #f48a7c;
}
.nav .nav-main .nav-list-3 {
  background-color: #ee7bbb;
}
.nav .nav-main .nav-list-4 {
  background-color: #c582e9;
}
.nav .nav-main .nav-list-5 {
  background-color: #9189eb;
}
.nav .nav-main .nav-list-6 {
  background-color: #72a5f1;
}
.nav .nav-main .nav-list-7 {
  background-color: #59b6eb;
}
.scroll-nav {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.scroll-nav .scroll-nav-main {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
}
.scroll-nav .scroll-nav-main .scroll-nav-list-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.scroll-nav .scroll-nav-main .scroll-nav-list-box .scroll-nav-list {
  flex: 1;
  font-size: 14px;
  color: #333;
  position: relative;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}
.scroll-nav .scroll-nav-main .scroll-nav-list-box .scroll-nav-list.active {
  font-weight: bold;
  color: #F59029;
}
.scroll-nav .scroll-nav-main .scroll-nav-list-box .scroll-nav-list.active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FF9F00 0%, #FFC104 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.scroll-nav .scroll-nav-main .customer-btn {
  width: 150px;
  height: 50px;
  background: #FFF0E6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.scroll-nav .scroll-nav-main .customer-btn .customer-icon {
  width: 19px;
  height: 19px;
}
.scroll-nav .scroll-nav-main .customer-btn .customer-icon img {
  width: 100%;
}
.scroll-nav .scroll-nav-main .customer-btn .customer-msg {
  font-size: 14px;
  font-weight: bold;
  color: #F59029;
  margin-left: 8px;
}
.floor-list {
  height: 1200px;
}
.floor-list .swiper-container {
  width: 1200px;
  height: 530px;
  margin: 0 auto;
}
.floor-list .swiper-container .swiper-pagination-bullet {
  width: 6px;
  height: 16px;
  background: #fff;
  border-radius: 10px;
  opacity: 0.5;
}
.floor-list .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 36px;
  opacity: 0.7;
}
.floor-list.show {
  height: auto;
}
.floor-list.floor-list-1 .floor-list-main {
  background: url(/home/images/product-img1.jpg) no-repeat center top;
  background-size: auto 100%;
}
.floor-list.floor-list-1 .floor-list-main .floor-top .floor-filter {
  background: url(/home/images/product-img1.jpg) no-repeat center bottom;
  background-size: 160%;
}
.floor-list.floor-list-2 .floor-list-main {
  background: url(/home/images/product-img2.jpg) no-repeat center top;
  background-size: auto 100%;
}
.floor-list.floor-list-2 .floor-list-main .floor-top .floor-filter {
  background: url(/home/images/product-img2.jpg) no-repeat center bottom;
  background-size: 160%;
}
.floor-list.floor-list-3 .floor-list-main {
  background: url(/home/images/product-img3.jpg) no-repeat center top;
  background-size: auto 100%;
}
.floor-list.floor-list-3 .floor-list-main .floor-top .floor-filter {
  background: url(/home/images/product-img3.jpg) no-repeat center bottom;
  background-size: 160%;
}
.floor-list.floor-list-4 .floor-list-main {
  background: url(/home/images/product-img4.jpg) no-repeat center top;
  background-size: auto 100%;
}
.floor-list.floor-list-4 .floor-list-main .floor-top .floor-filter {
  background: url(/home/images/product-img4.jpg) no-repeat center bottom;
  background-size: 160%;
}
.floor-list.floor-list-5 .floor-list-main {
  background: url(/home/images/product-img5.jpg) no-repeat center top;
  background-size: auto 100%;
}
.floor-list.floor-list-5 .floor-list-main .floor-top .floor-filter {
  background: url(/home/images/product-img5.jpg) no-repeat center bottom;
  background-size: 160%;
}
.floor-list.floor-list-6 .floor-list-main {
  background: url(/home/images/product-img6.jpg) no-repeat center top;
  background-size: auto 100%;
}
.floor-list.floor-list-6 .floor-list-main .floor-top .floor-filter {
  background: url(/home/images/product-img6.jpg) no-repeat center bottom;
  background-size: 160%;
}
.floor-list.floor-list-7 .floor-list-main {
  background: url(/home/images/product-img7.jpg) no-repeat center top;
  background-size: auto 100%;
}
.floor-list.floor-list-7 .floor-list-main .floor-top .floor-filter {
  background: url(/home/images/product-img7.jpg) no-repeat center bottom;
  background-size: 160%;
}
.floor-list .floor-list-main {
  width: 100%;
}
.floor-list .floor-list-main .floor-top {
  width: 1200px;
  height: 530px;
  margin: 0 auto;
  position: relative;
}
.floor-list .floor-list-main .floor-top img {
  width: 100%;
}
.floor-list .floor-list-main .floor-top .floor-filter {
  width: 100%;
  height: 204px;
  overflow: hidden;
  filter: blur(4px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.floor-list .floor-list-main .floor-top .floor-filter img {
  margin-top: -325px;
}
.floor-list .floor {
  width: 1160px;
  margin: 0 auto;
  margin-top: -204px;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  position: relative;
  z-index: 2;
}
.floor-list .floor .floor-title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 41px;
}
.floor-list .floor .floor-title span {
  margin-right: 12px;
  display: inline-block;
}
.floor-list .floor .floor-title .iconfont {
  font-size: 36px;
}
.floor-list .floor .floor-brand {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.floor-list .floor .floor-brand .floor-brand-list {
  width: 114px;
  height: 40px;
  border-radius: 4px;
  border: #fff solid 1px;
  margin: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  top: 0;
  position: relative;
}
.floor-list .floor .floor-brand .floor-brand-list:hover {
  top: -5px;
}
.floor-list .floor .floor-brand .floor-brand-list.active {
  box-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
}
.floor-list .floor .floor-brand .floor-brand-list.schneider.active {
  background-color: #3DCD58;
  border-color: #3DCD58;
}
.floor-list .floor .floor-brand .floor-brand-list.siemens.active {
  background-color: #009999;
  border-color: #009999;
}
.floor-list .floor .floor-brand .floor-brand-list.lechao.active {
  background-color: #dd3700;
  border-color: #dd3700;
}
.floor-list .floor .floor-brand .floor-brand-list.delixi.active {
  background-color: #d70c25;
  border-color: #d70c25;
}
.floor-list .floor .floor-brand .floor-brand-list.legrand.active {
  background-color: #CC0010;
  border-color: #CC0010;
}
.floor-list .floor .floor-brand .floor-brand-list.panda.active {
  background-color: #005cac;
  border-color: #005cac;
}
.floor-list .floor .floor-brand .floor-brand-list.philips.active {
  background-color: #0065d3;
  border-color: #0065d3;
}
.floor-list .floor .floor-brand .floor-brand-list.zydmall.active {
  background-color: #00abb0;
  border-color: #00abb0;
}
.floor-list .floor .floor-brand .floor-brand-list img {
  width: 100%;
  display: inline-block;
}
.floor-list .floor .floor-brand .more-btn {
  margin-left: 15px;
  color: #fff;
}
.floor-list .floor .floor-brand .more-btn:hover {
  color: #62d3d7;
}
.floor-list .floor .floor-type {
  display: flex;
  align-items: center;
  border-bottom: #fff solid 1px;
}
.floor-list .floor .floor-type.schneider li.active a {
  font-weight: bold;
  color: #3DCD58;
}
.floor-list .floor .floor-type.schneider li.active a::after {
  background-color: #3DCD58;
}
.floor-list .floor .floor-type.siemens li.active a {
  font-weight: bold;
  color: #009999;
}
.floor-list .floor .floor-type.siemens li.active a::after {
  background-color: #009999;
}
.floor-list .floor .floor-type.delixi li.active a {
  font-weight: bold;
  color: #d70c25;
}
.floor-list .floor .floor-type.delixi li.active a::after {
  background-color: #d70c25;
}
.floor-list .floor .floor-type.legrand li.active a {
  font-weight: bold;
  color: #CC0010;
}
.floor-list .floor .floor-type.legrand li.active a::after {
  background-color: #CC0010;
}
.floor-list .floor .floor-type.lechao li.active a {
  font-weight: bold;
  color: #dd3700;
}
.floor-list .floor .floor-type.lechao li.active a::after {
  background-color: #dd3700;
}
.floor-list .floor .floor-type.panda li.active a {
  font-weight: bold;
  color: #005cac;
}
.floor-list .floor .floor-type.panda li.active a::after {
  background-color: #005cac;
}
.floor-list .floor .floor-type.philips li.active a {
  font-weight: bold;
  color: #0065d3;
}
.floor-list .floor .floor-type.philips li.active a::after {
  background-color: #0065d3;
}
.floor-list .floor .floor-type.zydmall li.active a {
  font-weight: bold;
  color: #00abb0;
}
.floor-list .floor .floor-type.zydmall li.active a::after {
  background-color: #00abb0;
}
.floor-list .floor .floor-type ul li {
  padding: 0 34px;
  position: relative;
  float: left;
}
.floor-list .floor .floor-type ul li::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.floor-list .floor .floor-type ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
  line-height: 50px;
  position: relative;
}
.floor-list .floor .floor-type ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  z-index: 1;
  left: 0;
}
.floor-list .floor .floor-type ul li .ide {
  width: 31px;
  height: 23px;
  border-radius: 20px 20px 20px 0;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  color: #fff;
  position: absolute;
}
.floor-list .floor .floor-type ul li .ide.ECONO {
  background-color: #3DCD58;
}
.floor-list .floor .floor-type ul li .ide.HIGH {
  background-color: #885B00;
}
.floor-list .floor .floor-type ul li .ide.RICH {
  background-color: #F1C426;
}
.floor-list .floor .floor-type .more-btn {
  margin-left: 30px;
  color: #fff;
}
.floor-list .floor .floor-type .more-btn:hover {
  color: #62d3d7;
}
.floor-list .floor .floor-product .floor-product-title {
  padding: 15px 0 5px;
  display: flex;
  align-items: baseline;
}
.floor-list .floor .floor-product .floor-product-title p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  position: relative;
}
.floor-list .floor .floor-product .floor-product-title p::after {
  content: "";
  width: 4px;
  height: 20px;
  background: #FACB14;
  position: absolute;
  left: 4px;
  top: 0;
}
.floor-list .floor .floor-product .floor-product-title .more-btn {
  margin-left: 30px;
  color: #fff;
  display: inline-block;
}
.floor-list .floor .floor-product .floor-product-title .more-btn:hover {
  color: #62d3d7;
}
.floor-list .floor .floor-product ul {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.floor-list .floor .floor-product ul .floor-product-list {
  width: 141px;
  border-radius: 2px;
  background-color: #fff;
  margin: 5px;
  padding: 4px 8px;
}
.floor-list .floor .floor-product ul .floor-product-list:hover {
  box-shadow: 0 4px 6px rgba(173, 154, 141, 0.46);
}
.floor-list .floor .floor-product ul .floor-product-list:hover .floor-product-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  overflow: hidden;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-img img {
  width: 90px;
  display: inline-block;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-name {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 9px;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-price {
  text-align: center;
  margin-bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-price .count-price {
  font-size: 20px;
  color: #EA4536;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-price .sale-price {
  font-size: 12px;
  color: #999;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-btn .floor-product-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-btn .floor-product-nav a {
  width: 24px;
  height: 24px;
  background: #28CCCC;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  position: relative;
  z-index: 1;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-btn .floor-product-nav a.disabled {
  background-color: #999;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-btn .floor-product-nav input {
  width: 74px;
  height: 30px;
  background: #EAEAEA;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  margin: 0 -10px;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-btn .cart-btn {
  width: 28px;
  height: 28px;
  background: linear-gradient(-22deg, #FF9F00 0%, #FFC104 100%);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.floor-list .floor .floor-product ul .floor-product-list .floor-product-btn .cart-btn i {
  font-size: 16px;
}
.about {
  width: 100%;
  margin-top: 39px;
}
.about img {
  width: 100%;
}
.u-flyer {
  z-index: 99;
}
