html,
body {
  background: #fff;
}
.banner {
  background: #fff;
  position: relative;
  height: 440px;
  overflow: hidden;
}
.banner #bannerSwiper {
  height: 430px;
}
.banner #bannerSwiper .pagination {
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  bottom: 50px;
  z-index: 10;
}
.banner #bannerSwiper .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #FFFFFF;
  margin: 0 10px;
  /* opacity: 0.3; */
}

.swiperbtn {
  position: absolute;
  top: 50%;
}
.banner .swiper-container:hover .swiperbtn.swiper-button-next,
.banner .swiper-container:hover .swiperbtn.swiper-button-prev{
	display: block;
}
.swiperbtn.swiper-button-next {
  right: 50%;
  background: url(https://www.fuchenyoucai.com/static/pc/images/indexpc/rightjt.png) no-repeat center;
  width: 41px;
  height: 59px;
  margin-top: -30px;
  opacity: 0.45;
  margin-right: -406px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  display: none;
}
.swiperbtn.swiper-button-prev {
  left: 50%;
  background: url(https://www.fuchenyoucai.com/static/pc/images/indexpc/leftjt.png) no-repeat center;
  width: 41px;
  height: 59px;
  margin-top: -30px;
  opacity: 0.45;
  margin-left: -417px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: none;
}
.swiperbtn.swiper-button-next:hover{
  opacity: 0.75;
}
.swiperbtn.swiper-button-prev:hover{
  opacity: 0.75;
}
.swiperbtn::after {
  display: none;
}



.banner #bannerSwiper .pagination .swiper-pagination-switch .swiper-active-switch {
  background: #a61e28;
}
.banner .swiper-slide {
  position: relative;
  height: 430px;
  width: 100%;
  float: left;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .userInfo {
  width: 195px;
  height: 430px;
  background: #ededed;
  position: absolute;
  left: 50%;
  margin-left: 406px;
  z-index: 10;
}
.banner .userInfo .top {
  padding: 14px 0 0;
  /* width: 236px; */
  margin: 0 auto 13px;
  border-bottom: 1px solid #d3d3d3;
}
.banner .userInfo .top .avatar {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 5px;
}
.banner .userInfo .top .link-list {
  text-align: center;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.banner .userInfo .top .link-list .link:hover{
  color: #a61e28;
}
.banner .userInfo .top .link-list span {
  padding: 0;
  margin: 0 5px;
}
.banner .userInfo .top .link {
  color: #333333;
}
.banner .userInfo .top .tips {
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-bottom: 11px;
}
.banner .userInfo .top .nickname {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding: 15px 0 20px;
}
.banner .userInfo .news-content {
  height: 138px;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 10px;
}
.banner .userInfo .news-content .fckb123{
  margin-top: 17px;
  height: 19px;
}
.banner .userInfo .news-content .fckb123 img{
  display: inline-block;
  margin-right: 60px;
}
.banner .userInfo .news-content .fckb123 a{
  position:absolute;
  top: 139px;
  color: #666666;
  font-size: 14px;
}
.banner .userInfo .news-content .fckb123 a:hover{
  color: #a61e28;
}
.banner .userInfo .news-content ul {
  padding-top: 10px;
}
.banner .userInfo .news-content ul li {
  overflow: hidden;
  /* height: 45px; */
  line-height: 18px;
  margin-bottom: 10px;
}
.banner .userInfo .news-content ul li:last-child{
  margin-bottom: 0px;
}
.banner .userInfo .news-content ul li a {
  float: left;
  margin-top: 2px;
  width: 148px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.banner .userInfo .news-content ul li a:hover {
  color: #a61e28;
}
.banner .userInfo .news-content ul li .icon {
  float: left;
  width: 22px;
  height: 22px;
  margin-left: -5px;
  background: url(https://www.fuchenyoucai.com/static/pc/images/indexpc/hot.jpg) no-repeat center;
}
.banner .userInfo .menu {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #d3d3d3;
}
.banner .userInfo .menu::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d3d3d3;
}
.banner .userInfo .menu::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #d3d3d3;
}
.banner .userInfo .menu ul li {
  float: left;
  width: 50%;
  height: 75px;
}
.banner .userInfo .menu ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.banner .userInfo .menu ul li a .img {
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 50px;
  font-size: 0;
  margin: 0 auto ;
}
.banner .userInfo .menu ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.banner .userInfo .menu ul li a p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.banner .userInfo .menu ul li a:hover p {
  color: #a61e28;
  text-decoration: underline;
}
.index-main {
  position: relative;
  padding-top: 45px;
}
.index-main .main-class {
  margin-bottom: 76px;
}
.index-main .main-class ul {
  margin: 0 -6px;
}
.index-main .main-class ul li {
  width: 230px;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 6px;
}
.index-main .main-class ul li a {
  display: block;
}
.index-main .main-class ul li .img {
  width: 230px;
  height: 190px;
}
.index-main .main-class ul li:last-child {
  float: right;
}
.index-main .seckill-main {
  margin-bottom: 45px;
}
.index-main .seckill-main .adv-main {
  width: 233px;
}
.index-main .seckill-main .adv-main .big {
  height: 322px;
  margin-bottom: 9px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index-main .seckill-main .adv-main .big img {
  display: block;
  width: 100%;
  height: 322px;
}
.index-main .seckill-main .adv-main .small {
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index-main .seckill-main .adv-main .small img {
  display: block;
  width: 100%;
  height: 80px;
}
.index-main .seckill-main .seckill-content {
  width: 1200px;
}
.index-main .seckill-main .seckill-content .activity-list {
  border-radius: 6px;
  height: 78px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}
.index-main .seckill-main .seckill-content .activity-list ul {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  height: 80px;
}
.index-main .seckill-main .seckill-content .activity-list .item {
  overflow: hidden;
  display: inline-block;
  width: 239px;
  height: 80px;
  border-left: 1px solid #EEEEEE;
}
.index-main .seckill-main .seckill-content .activity-list .jijiangkaishi{
	background: url('https://www.fuchenyoucai.com/static/pc/index/即将开始.png');
}
.index-main .seckill-main .seckill-content .activity-list .qianggou{
	background: url('https://www.fuchenyoucai.com/static/pc/index/开始1.png');
}
.index-main .seckill-main .seckill-content .activity-list .item .left {
  padding-top: 32px;
  margin-left: 1014px;
}
.index-main .seckill-main .seckill-content .activity-list .item .left .time {
  font-size: 18px;
  font-weight: 500;
  color: #CCCCCC;
  line-height: 20px;
  height: 20px;
  margin-bottom: 3px;
}
.index-main .seckill-main .seckill-content .activity-list .item .left .doc {
  font-size: 12px;
  font-weight: 500;
  color: #CCCCCC;
}
.index-main .seckill-main .seckill-content .activity-list .item .right {
  overflow: hidden;
  width: 138px;
}
.index-main .seckill-main .seckill-content .activity-list .item .right .p {
  margin-top: 32px;
  font-size: 12px;
  font-weight: 500;
  color: #CCCCCC;
}
.index-main .seckill-main .seckill-content .activity-list .item .right .distance {
  float: left;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-top: 31px;
  margin-right: 10px;
}
.index-main .seckill-main .seckill-content .activity-list .item .right .seckillTime {
  float: left;
  padding-top: 28px;
}
.index-main .seckill-main .seckill-content .activity-list .item .right .seckillTime .time {
  float: left;
  min-width: 20px;
  padding: 0 8px;
  height: 28px;
  line-height: 32px;
  /* background: #fff; */
  padding-left: 1px;
  padding-right: 16px;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #a61e28;
}
.index-main .seckill-main .seckill-content .activity-list .item .right .seckillTime .colon {
  float: left;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 2px;
}
.index-main .seckill-main .seckill-content .activity-list .item .no-started {
  padding-left: 38px;
  padding-top: 20px;
}
.index-main .seckill-main .seckill-content .activity-list .item .no-started h3 {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  margin-bottom: 5px;
}
.index-main .seckill-main .seckill-content .activity-list .item .no-started p {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #999999;
}
.index-main .seckill-main .seckill-content .activity-list .item.active {
  border-left: none;
  /* background: #F44448; */
  /* background: linear-gradient(270deg, #F44448, #FB5060); */
  border-radius: 2px;
}
.index-main .seckill-main .seckill-content .activity-list .item.active .left .time {
  color: #fff;
}
.index-main .seckill-main .seckill-content .activity-list .item.active .left .doc {
  color: #fff;
}
.index-main .seckill-main .seckill-content .seckill-goods ul {
  margin: 0 -5px;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li {
  float: left;
  background: #fff;
  overflow: hidden;
  width: 230px;
  height: 315px;
  border-radius: 6px;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  margin: 0 5px;
  border: solid 1px #d7d7d7;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li:nth-child(5){
  margin-right: 0px;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a {
  display: block;
  padding: 24px 22px 0px 22px;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a .img-box {
  width: 100%;
  height: 186px;
  text-align: center;
  line-height: 186px;
  font-size: 0;
  margin-bottom: 10px;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a .img-box img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li:hover a .img-box img {
  transform: scale(1.03);
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a .title {
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  height: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a .price {
  line-height: 20px;
  /* text-align: center; */
  font-weight: bold;
  font-size: 24px;
  color: #a61e28;
  margin-bottom: 10px;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a .shop-price {
  font-size: 16px;
  line-height: 20px;
  height: 18px;
  color: #999999;
  text-decoration:line-through;
  padding-left: 24px;
  background: url(http://www.fuchenyoucai.com/static/pc/images/indexpc/vip1.png) no-repeat left;
  background-size: 18px 17px;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a .price span {
  margin-left: 2px;
  text-decoration: line-through;
  font-size: 14px;
  color: #AAAAAA;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li a .btn {
  display: block;
  width: 80px;
  height: 32px;
  background: #F44448;
  background: linear-gradient(270deg, #F44448, #FB5060);
  border-radius: 16px;
  line-height: 32px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.index-main .seckill-main .seckill-content .seckill-goods ul li:hover a .title {
  color: #a61e28;
}
.index-main .floor {
  margin-bottom: 45px;
}
.index-main .floor .headline {
  font-family: 'ZiYuYongHuaiTi';
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  width: 247px;
  height: 50px;
  background-color: #414149;
  border-radius: 8px 8px 0px 0px;
  color: lemonchiffon;
}
.index-main .floor .rxcp {
  font-family: 'ZiYuYongHuaiTi';
  font-size: 24px;
  text-align: center;
  line-height: 43px;
  width: 249px;
  height: 43px;
  margin-top: 2px;
  background-color: #a61e28;
  background: url(https://www.fuchenyoucai.com/static/pc/images/indexpc/rxcp123.png) no-repeat center;
  border-radius: 8px 8px 0px 0px;
  color: lemonchiffon;
}
.index-main .floor .headline span {
  padding-left: 16px;
  font-size: 24px;
  font-family: 'AlibabaPuHuiTiB';
  font-weight: bold;
  color: #e3e3e3;
  letter-spacing: 0px;
}
.index-main .floor .floor-main .adv-sort {
  width: 247px;
  height: 452px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.index-main .floor .floor-main .adv-sort img {
  display: block;
  width: 228px;
  height: 457px;
}
.index-main .floor .floor-main .goods-list .fenlei{
  width: 684px;
  margin-top: -48px;
  /* background-color: #e4e5e7; */
  border-radius:8px;
  height: 37px;
  margin-bottom: 13px;
  margin-left: -7px;
  background-color: #a61e28;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li{
  /* width: 108px; */
  height: 37px;
  float:left;
  text-align: center;
  /* color: #323337; */
  color: #fff;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li:first-child{
  border-radius: 8px 0 0 8px;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li div{
  /* width: 108px; */
  margin-top: 5px;
  height: 27px;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  padding-left: 20px;
  /* border-right: 1px solid #999999; */
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li.active{
  background: #a61e28;
  color: #ffffff;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li.active div{
  border: 0;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li:hover div{
  border: 0;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li:hover{
  background: #a61e28;
  color: #ffffff;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li:hover div{
  background: #a61e28;
}
.index-main .floor .floor-main .goods-list .fenlei .ejfl ul li.active div{
  background: #a61e28;
}
.index-main .floor .floor-main .goods-list .fenlei a{
  /* color: #666666; */
  color: #fff;
  margin-right: 30px;
  line-height: 37px;
}
.index-main .floor .floor-main .goods-list .fenlei a:hover{
  /* color: #a61e28; */
  text-decoration:underline;
}
.index-main .floor .floor-main .goods-list {
  width: 937px;
  height: 457px;
}
.index-main .floor .floor-main .goods-list .product {
  width: 682px;
}
.index-main .floor .floor-main .goods-list .product ul {
  margin: 0 -6px;
}
.index-main .floor .floor-main .goods-list .product ul li {
  float: left;
  width: 218px;
  height: 218px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 11px 10px 0;
  border: 1px solid #e4e4e4;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}
.index-main .floor .floor-main .goods-list .product ul li a {
  display: block;
  padding: 15px 20px 0;
}
.index-main .floor .floor-main .goods-list .product ul li .img-box {
  margin: 0 auto;
  height: 140px;
  line-height: 140px;
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
}
.index-main .floor .floor-main .goods-list .product ul li .title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.index-main .floor .floor-main .goods-list .product ul li .price {
  text-align: center;
  font-weight: bold;
  font-size: 0;
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
}
.index-main .floor .floor-main .goods-list .product ul li .price .inline {
  vertical-align: top;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #a61e28;
  margin-right: 4px;
}
.index-main .floor .floor-main .goods-list .product ul li .price span {
  margin-left: 2px;
  text-decoration: line-through;
  font-size: 14px;
  color: #AAAAAA;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price {
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  font-weight: normal;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price .price-detail {
  float: left;
  white-space: nowrap;
  background: #FBE8C8;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  padding-right: 8px;
  max-width: 100%;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price .price-detail .tag {
  height: 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #2B2B2E;
  width: 25px;
  margin-right: 8px;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price .price-detail .tag.v1 {
  background: #2B2B2E url(../images/vip-icon-v1.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price .price-detail .tag.v2 {
  background: #2B2B2E url(../images/vip-icon-v2.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price .price-detail .tag.v3 {
  background: #2B2B2E url(../images/vip-icon-v3.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price .price-detail .tag.v4 {
  background: #2B2B2E url(../images/vip-icon-v4.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price .price-detail .tag.v5 {
  background: #2B2B2E url(../images/vip-icon-v5.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price.invalid .price-detail {
  background: #EAEAEA;
  color: #999999;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price.invalid .price-detail .tag {
  background: #bcbcbd;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price.invalid .price-detail .tag.v1 {
  background: #bcbcbd url(../images/vip-icon-v1-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price.invalid .price-detail .tag.v2 {
  background: #bcbcbd url(../images/vip-icon-v2-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price.invalid .price-detail .tag.v3 {
  background: #bcbcbd url(../images/vip-icon-v3-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price.invalid .price-detail .tag.v4 {
  background: #bcbcbd url(../images/vip-icon-v4-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li .vip-price.invalid .price-detail .tag.v5 {
  background: #bcbcbd url(../images/vip-icon-v5-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .product ul li:hover .title {
  color: #a61e28;
}
.index-main .floor .floor-main .goods-list .hot-sell {
  overflow: hidden;
  width: 219px;
  padding: 10px 13px 0 13px;
  height: 446px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e4e4e4;
  margin-top: -7px;
  margin-right: 1px;
  border-top: 0;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}
.index-main .floor .floor-main .goods-list .hot-sell .heading {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #CCCCCC;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods {
  overflow: hidden;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li {
  /* border-bottom: 1px dashed #AAAAAA; */
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li:last-child {
  border-bottom: none;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li a {
  display: block;
  overflow: hidden;
  padding: 16px 0;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .img-box {
  width: 78px;
  height: 78px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content {
  width: 132px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content.top1 .title {
  background: url(../images/top-icon-01.png) no-repeat right top;
  background-size: 37px 42px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content.top2 .title {
  background: url(../images/top-icon-02.png) no-repeat right top;
  background-size: 37px 42px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content.top3 .title {
  background: url(../images/top-icon-03.png) no-repeat right top;
  background-size: 37px 42px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .title {
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  height: 30px;
  margin-bottom: 10px;
  /* padding-right: 40px; */
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .price {
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #a61e28;
  margin-bottom: 2px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .price span {
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 2px;
  color: #999999;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price {
  overflow: hidden;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price .price-detail {
  float: left;
  white-space: nowrap;
  background: #FBE8C8;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  padding-right: 8px;
  max-width: 100%;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price .price-detail .tag {
  height: 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #2B2B2E;
  width: 25px;
  margin-right: 8px;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price .price-detail .tag.v1 {
  background: #2B2B2E url(../images/vip-icon-v1.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price .price-detail .tag.v2 {
  background: #2B2B2E url(../images/vip-icon-v2.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price .price-detail .tag.v3 {
  background: #2B2B2E url(../images/vip-icon-v3.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price .price-detail .tag.v4 {
  background: #2B2B2E url(../images/vip-icon-v4.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price .price-detail .tag.v5 {
  background: #2B2B2E url(../images/vip-icon-v5.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price.invalid .price-detail {
  background: #EAEAEA;
  color: #999999;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price.invalid .price-detail .tag {
  background: #bcbcbd;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price.invalid .price-detail .tag.v1 {
  background: #bcbcbd url(../images/vip-icon-v1-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price.invalid .price-detail .tag.v2 {
  background: #bcbcbd url(../images/vip-icon-v2-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price.invalid .price-detail .tag.v3 {
  background: #bcbcbd url(../images/vip-icon-v3-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price.invalid .price-detail .tag.v4 {
  background: #bcbcbd url(../images/vip-icon-v4-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li .content .vip-price.invalid .price-detail .tag.v5 {
  background: #bcbcbd url(../images/vip-icon-v5-invalid.png) no-repeat center;
  background-size: 12px auto;
}
.index-main .floor .floor-main .goods-list .hot-sell .hot-goods ul li:hover .title {
  color: #a61e28;
}
.index-main .recommend-floor {
  margin-bottom: 40px;
}
.index-main .recommend-floor .headline {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 27px;
  font-family: 'AlibabaPuHuiTiL';
  letter-spacing: 1px;
  color: #414149;
}
.index-main .recommend-floor .headline .dlzc{
  font-size: 16px; 
  color: #999999;
  margin-right: -5px;
}
.index-main .recommend-floor .headline .dlzc:hover{
  color: #a61e28;
}
.index-main .recommend-floor .headline span {
  padding-left: 16px;
  font-size: 24px;
  font-family: 'AlibabaPuHuiTiB';
  font-weight: bold;
  color: #e3e3e3;
  letter-spacing: 0px;
}
.index-main .recommend-floor .reco-cate {
  margin-bottom: 18px;
}
.index-main .recommend-floor .reco-cate .item {
  float: left;
  padding-left: 30px;
  margin-right: 10px;
  width: 140px;
}
.index-main .recommend-floor .reco-cate .item a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  color: #333333;
}
.index-main .recommend-floor .reco-cate .item:hover a {
  color: #004A8D;
  text-decoration: underline;
}
.index-main .recommend-floor .reco-cate .item.active a {
  background: #004A8D;
  color: #fff;
  text-decoration: none;
}
.index-main .recommend-floor .reco-cate .item.icon-01 {
  background: url(../images/reco-icon-01.png) no-repeat left center;
}
.index-main .recommend-floor .reco-cate .item.icon-02 {
  background: url(../images/reco-icon-02.png) no-repeat left center;
}
.index-main .recommend-floor .reco-cate .item.icon-03 {
  background: url(../images/reco-icon-03.png) no-repeat left center;
}
.index-main .recommend-floor .reco-cate .item.icon-04 {
  background: url(../images/reco-icon-04.png) no-repeat left center;
}
.index-main .recommend-floor .reco-cate .item.icon-05 {
  background: url(../images/reco-icon-05.png) no-repeat left center;
}
.index-main .recommend-floor .reco-list {
  height: 280px;
}
.index-main .recommend-floor .reco-list ul {
  margin: 0 -6px;
}
.index-main .recommend-floor .reco-list ul li {
  float: left;
  margin: 0 6px 18px;
  width: 288px;
  height: 130px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  transition: all 0.2s;
}
.index-main .recommend-floor .reco-list ul li a {
  display: block;
  padding: 14px 10px;
}
.index-main .recommend-floor .reco-list ul li .img-box {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.index-main .recommend-floor .reco-list ul li .content {
  overflow: hidden;
  width: 160px;
}
.index-main .recommend-floor .reco-list ul li .content .title {
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin: 5px 0 6px;
  height: 40px;
}
.index-main .recommend-floor .reco-list ul li .content .price {
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #a61e28;
  margin-bottom: 3px;
}
.index-main .recommend-floor .reco-list ul li .content .price span {
  margin-left: 2px;
  text-decoration: line-through;
  font-size: 16px;
  color: #AAAAAA;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price {
  overflow: hidden;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price .price-detail {
  float: left;
  white-space: nowrap;
  background: #FBE8C8;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding-right: 8px;
  max-width: 100%;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price .price-detail .tag {
  height: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #2B2B2E;
  width: 30px;
  margin-right: 8px;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price .price-detail .tag.v1 {
  background: #2B2B2E url(../images/vip-icon-v1.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price .price-detail .tag.v2 {
  background: #2B2B2E url(../images/vip-icon-v2.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price .price-detail .tag.v3 {
  background: #2B2B2E url(../images/vip-icon-v3.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price .price-detail .tag.v4 {
  background: #2B2B2E url(../images/vip-icon-v4.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price .price-detail .tag.v5 {
  background: #2B2B2E url(../images/vip-icon-v5.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price.invalid .price-detail {
  background: #EAEAEA;
  color: #999999;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price.invalid .price-detail .tag {
  background: #bcbcbd;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price.invalid .price-detail .tag.v1 {
  background: #bcbcbd url(../images/vip-icon-v1-invalid.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price.invalid .price-detail .tag.v2 {
  background: #bcbcbd url(../images/vip-icon-v2-invalid.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price.invalid .price-detail .tag.v3 {
  background: #bcbcbd url(../images/vip-icon-v3-invalid.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price.invalid .price-detail .tag.v4 {
  background: #bcbcbd url(../images/vip-icon-v4-invalid.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li .content .vip-price.invalid .price-detail .tag.v5 {
  background: #bcbcbd url(../images/vip-icon-v5-invalid.png) no-repeat center;
  background-size: 14px auto;
}
.index-main .recommend-floor .reco-list ul li:hover {
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}
.index-main .recommend-floor .reco-list ul li:hover .content .title {
  color: #a61e28;
}
.index-main .advert-space {
  margin-bottom: 30px;
  margin-right: -10px;
}
.index-main .advert-space .item {
  width: 594px;
  height: 204px;
  margin-left: -5px;
  /* margin-right: 10px; */
}
.index-main .advert-space .item:last-child {
  width: 594px;
  height: 204px;
  float: right;
  margin-right: 7px;
  /* margin-right: 10px; */
}
.index-main .advert-space .item img {
  display: block;
  width: 594px;
  height: 204px;
}
.footer .footer-top {
  height: 212px;
  /* background: #3F3F3F; */
  background: url(https://www.fuchenyoucai.com/static/pc/images/indexpc/bton1.png) no-repeat center;
  background-size: 1920px 215px;
}
.footer .footer-top ul li {
  margin-top: 45px;
  width: 20%;
  float: left;
}
.footer .footer-top ul li .img-box {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}
.footer .footer-top ul li h4 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #f5f5f5;
  margin-bottom: 5px;
}
.footer .footer-top ul li p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #f5f5f5;
}
.footer .foot-navigation {
  padding: 50px 0 40px;
  min-height: 185px;
  /* background: #333333; */
  background: url(https://www.fuchenyoucai.com/static/pc/images/indexpc/bton.png) no-repeat center;
  border-bottom: 1px solid #5F5F5F;
}
.footer .foot-navigation .naviga-item {
  padding-top: 10px;
  width: 150px;
  margin-right: 65px;
}
.footer .foot-navigation .naviga-item h3 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 15px;
}
.footer .foot-navigation .naviga-item ul li {
  margin-bottom: 12px;
}
.footer .foot-navigation .naviga-item ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #b0b0b0;
  line-height: 18px;
}
.footer .foot-navigation .naviga-item ul li a:hover {
  color: #BF925A;
  text-decoration: underline;
}
.footer .foot-navigation .contact .foot-customer {
  margin-bottom: 12px;
  display: block;
  width: 100px;
  padding-left: 70px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  overflow: hidden ;
  font-size: 16px;
  color: #333;
  background: #fff url(../images/footer-tel-icon.png) no-repeat 38px center;
  background: 20px auto;
}
.footer .foot-navigation .contact .foot-customer:hover {
  text-decoration: underline;
  background: #bf925a url(https://www.fuchenyoucai.com/static/pc/images/indexpc/footer-tel-icon1.png) no-repeat 38px center;
  color: #FFFFFF;
}
.footer .foot-navigation .contact .foot-tel {
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-family: 'AlibabaPuHuiTiB';
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.footer .foot-navigation .contact .hot-line {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #b0b0b0;
  margin-bottom: 13px;
}
.footer .foot-navigation .contact .email {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #b0b0b0;
}
.footer .foot-navigation .contact .email:hover a{
  color: #BF925A;
}
.footer .foot-navigation .qr-code {
  text-align: center;
  width: 108px;
}
.footer .foot-navigation .qr-code.wx {
  width: 108px;
  margin-left: 65px;
}
.footer .foot-navigation .qr-code h4 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.footer .foot-navigation .qr-code .ewm {
  width: 108px;
  height: 108px;
  line-height: 108px;
  font-size: 0;
  text-align: center;
  margin: 10px auto 15px;
  background-color: #ffffff;
}
.footer .foot-navigation .qr-code .ewm img {
  width: 100%;
  height: 108px;
  line-height: 108px;
}
.footer .foot-navigation .qr-code p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #C8921F;
}
.footer .foot-copyright {
  background: url(https://www.fuchenyoucai.com/static/pc/images/indexpc/bton.png) no-repeat center;
  /* background: #333333; */
  padding: 45px 0 55px;
}
.footer .foot-copyright .navitems {
  text-align: center;
  font-size: 0;
  margin-bottom: 10px;
}
.footer .foot-copyright .navitems a {
  display: inline-block;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  margin: 0 15px;
}
.footer .foot-copyright .navitems a:hover {
  color: #BF925A;
  text-decoration: underline;
}
.footer .foot-copyright .address {
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.footer .foot-copyright .copyright {
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.footer .foot-copyright .copyright a {
  color: #909090;
}
.footer .foot-copyright .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.suspension-left {
  display: block;
  position: fixed;
  left: 10px;
  top: 8%;
  background: #fff;
  width: 70px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
}
.suspension-left .item {
  display: block;
  padding: 14px 0 10px;
  border-bottom: 1px solid #EBEBEB;
}
.suspension-left .item:last-child {
  border-bottom: none;
}
.suspension-left .item i {
  display: block;
  text-align: center;
  font-family: 'AlibabaPuHuiTiH';
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  color: #999;
  margin-bottom: 6px;
}
.suspension-left .item p {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 14px;
}
.suspension-left .item.active i,
.suspension-left .item:hover i,
.suspension-left .item.active p,
.suspension-left .item:hover p {
  color: #a61e28;
}
.suspension-right {
  width: 70px;
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 10;
}
.suspension-right .top {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
}
.suspension-right .top .item {
  overflow: hidden;
  border-bottom: 1px solid #EBEBEB;
}
.suspension-right .top .item:last-child {
  border-bottom: none;
}
.suspension-right .top .item a {
  overflow: hidden;
  display: block;
  padding-bottom: 12px;
}
.suspension-right .top .item .icon {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 0;
  line-height: 24px;
  margin: 12px auto 5px;
}
.suspension-right .top .item p {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #999999;
}
.suspension-right .top .item:hover p {
  color: #a61e28;
}
.suspension-right .return-top {
  display: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 4px;
}
.suspension-right .return-top a {
  overflow: hidden;
  display: block;
  padding-bottom: 12px;
}
.suspension-right .return-top .icon {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 0;
  line-height: 24px;
  margin: 12px auto 5px;
}
.suspension-right .return-top p {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #999999;
}
.coupon-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.coupon-popup .coupon-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7) !important;
  filter: alpha(opacity=30);
  background: #000;
}
.coupon-popup .coupon-popup-main {
  position: absolute;
  z-index: 1002;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -216px;
  width: 501px;
  height: 432px;
  background: url(../images/coupon/coupon_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.coupon-popup .coupon-popup-main .colse {
  cursor: pointer;
  position: absolute;
  z-index: 1003;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background: url(../images/coupon/coupon_close.png) no-repeat center;
  background-size: 100% auto;
}
.coupon-popup .coupon-popup-main .list {
  width: 420px;
  margin: 140px auto 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 195px;
}
.coupon-popup .coupon-popup-main .list .item {
  margin: 0 auto 13px;
  overflow: hidden;
  width: 400px;
  height: 89px;
  background: url(../images/coupon/coupon_item.png) no-repeat center;
  background-size: 100% 100%;
}
.coupon-popup .coupon-popup-main .list .item:last-child {
  margin-bottom: 0;
}
.coupon-popup .coupon-popup-main .list .item .denom {
  float: left;
  width: 104px;
  padding: 21px 0;
}
.coupon-popup .coupon-popup-main .list .item .denom .money {
  font-size: 28px;
  color: #CD0413;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 2px;
}
.coupon-popup .coupon-popup-main .list .item .denom .money span {
  font-size: 20px;
  font-weight: normal;
}
.coupon-popup .coupon-popup-main .list .item .denom .condition {
  text-align: center;
  font-size: 12px;
  color: #CD0413;
  line-height: 14px;
}
.coupon-popup .coupon-popup-main .list .item .purpose {
  float: right;
  width: 250px;
  padding: 20px 0;
  padding-right: 15px;
}
.coupon-popup .coupon-popup-main .list .item .purpose .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.coupon-popup .coupon-popup-main .list .item .purpose .discript {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
.coupon-popup .coupon-popup-main .btn {
  display: block;
  margin: 20px auto 0;
  width: 359px;
  height: 54px;
  background: url(../images/coupon/coupon_btn.png) no-repeat center;
  background-size: 100% auto;
}
.barcode-left {
  padding-top: 20px;
  position: fixed;
  width: 145px;
  left: 10px;
  top: 163px;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.barcode-left .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  background: linear-gradient(90deg, #df3318 0%, #df9e17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
.barcode-left .sub-title {
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding-left: 10px;
  height: 26px;
  width: 106px;
  border-radius: 13px;
  background: #004a8d;
  line-height: 26px;
  font-weight: bold;
  margin: 0 auto 15px;
}
.barcode-left .code-item {
  margin-bottom: 15px;
}
.barcode-left .code-item img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 5px;
}
.barcode-left .code-item p {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  text-align: center;
}



.xiafang{
	background-color: #f5f5f5;
	padding-bottom: 30px;
}
.fenlei{
	width: 1200px;
	margin: 0px auto;
}

.fenlei .headline{
	height: 35px;
	padding-top: 70px;
	margin-bottom: 15px;
}
.fenlei .headline .toptiele{
	font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #414149;
	line-height: 35px;
}
.fenlei .headline .ckgd a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #999999;
	line-height: 35px;
	margin: 0px 20px 0px 55px;
}
.fenlei .headline .ckgd:hover a{
	color: #9c141e;
}
.fenlei .headline .fenleier a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #323337;
	line-height: 35px;
}
.fenlei .headline .fenleier{
	width: 100px;
	text-align: center;
}
.fenlei .headline .fenleier:hover a{
	color: #9c141e;
	text-decoration: underline;
}
.fenlei .headline .shu{
	color: #323337;
	line-height: 35px;
}
.fenlei .headline .shu:last-child{
	display: none;
}
.fenlei .images{
	width: 1200px;
	height: 310px;
	margin-bottom: 20px;
}
.fenlei .images .image{
	width: 100%;
	height: 100%;
}
.fenlei .product ul li{
	width: 180px;
	height: 280px;
	margin-right: 17px;
	padding: 22px 23px 0px;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 17px;
}
.fenlei .product ul li:nth-child(5n){
	margin-right: 0px;
}
.fenlei .product ul li.goods a .img-box {
	width: 180px;
	height: 180px;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}
.fenlei .product ul li.goods a .content .title{
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 7px;
}
.fenlei .product ul li.goods:hover a .img-box {
	transform: scale(1.05);
}
.zhanwei{
	height: 110px;
	background-color: #f5f5f5;
}
.Yangtze{
	height: 287px;
	margin-bottom: 42px;
}
.Yangtze .Yangtzeimg a{
	width: 421px;
	height: 287px;
}
.Yangtze .yangtzesp ul li.yangtze:first-child{
	margin-left: -255px;
}
.Yangtze .yangtzesp ul li.yangtze{
	width: 172px;
	height: 258px;
	padding: 27px 32px 0px;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 6px;
	margin-right: 17px;
}
.Yangtze .yangtzesp ul li.yangtze a{
	
}
.Yangtze .yangtzesp ul li a .img-box{
	width: 174px;
	height: 174px;
	transition: all 0.3s ease-in-out;
}
.Yangtze .yangtzesp ul li a .img-box .imgCenter{
	width: 100%;
	height: 100%;
}
.Yangtze .yangtzesp ul li a .title{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #9b131d;
	width: 174px;
	margin-top: 17px;
	margin-bottom: 8px;
}
.Yangtze .yangtzesp ul li a .price .inline span{
	font-size: 20px;
	margin: 0px -3px;
}
.Yangtze .yangtzesp ul li.yangtze:hover a .img-box {
	transform: scale(1.05);
}
.index-main .wrapper .seckill-mains{
	width: 1200px;
	height: 333px;
	margin-bottom: 75px;
}
.index-main .wrapper .seckill-mains .seckill-content .activity-list a .jijiangkaishi{
	width: 264px;
	height: 333px;
	background: url('https://www.fuchenyoucai.com/static/pc/b2c/即将开始.png');
}
.index-main .wrapper .seckill-mains .seckill-content .activity-list a .jijiangkaishi .zw{
	height: 213px;
}
.index-main .wrapper .seckill-mains .seckill-content .activity-list a .jijiangkaishi .titles{
	font-family: SourceHanSansCN-Bold;
	width: 264px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fbfafa;
	margin-bottom: 6px;
}
.index-main .wrapper .seckill-mains .seckill-content .activity-list a .jijiangkaishi .seckillTime{
	width: 264px;
	text-align: center;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.index-main .wrapper .seckill-mains .seckill-content .activity-list a .qianggou{
	width: 264px;
	height: 333px;
	background: url('https://www.fuchenyoucai.com/static/pc/b2c/秒杀.png');
}
.index-main .wrapper .seckill-mains .seckill-content .activity-list a .qianggou .seckillTime{
	font-size: 17px;
	font-weight: 600;
	padding: 251px 0px 0px 94px;
	color: #9a121c;
}
.index-main .wrapper .seckill-mains .seckill-content .activity-list a .qianggou .seckillTime .colon{
	margin: 0px 6px;
	color: #fff;
}
.index-main .wrapper .seckill-mains .seckill-goods{
	width: 936px;
	height: 333px;
	background-color: #fff;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.index-main .wrapper .seckill-mains .seckill-goods ul{
	padding-right: 2px;
}
.index-main .wrapper .seckill-mains .seckill-goods ul li{
	margin-right: 34px;
	width: 191px;
	height: 290px;
	margin-top: 27px;
}
.index-main .wrapper .seckill-mains .seckill-goods ul li .img-box{
	width: 191px;
	height: 191px;
	transition: all 0.3s ease-in-out;
}
.index-main .wrapper .seckill-mains .seckill-goods ul li:hover .img-box{
	transform: scale(1.05);
}
.index-main .wrapper .seckill-mains .seckill-goods ul li .img-box img{
	width: 100%;
	height: 100%;
}
.index-main .wrapper .seckill-mains .seckill-goods ul li .title{
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 27px;
	margin-bottom: 12px;
}
.index-main .wrapper .seckill-mains .seckill-goods ul li  .prices .price{
	font-family: SourceHanSansCN-Bold;
	font-size: 19px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #a61e28;
}
.index-main .wrapper .seckill-mains .seckill-goods ul li  .prices .price span{
	font-size: 25px;
	margin: 0px -5px;
}
.index-main .wrapper .seckill-mains .seckill-goods ul li  .prices .shop-price{
	font-family: SourceHanSansCN-Bold;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #999999;
	margin-left: 20px;
	text-decoration: line-through;
}
/*# sourceMappingURL=./index.css.map */