/** 推荐部分 **/
.recommend {
  margin: 0 auto;
  height: 170px;
  margin-top: 14px;
}
.recommend_left {
  width: 234px;
  height: 170px;
  box-sizing: border-box;
  background: #5f5750;
  float: left;
}
.recommend_left > ul {
  overflow: hidden;
}
.recommend_left > ul > li {
  position: relative;
  float: left;
  width: 111px;
  height: 85px;
  padding: 0 3px;
}
.recommend_left > ul > li + li::after {
  content: '';
  width: 1px;
  height: 60px;
  background: rgba(100, 100, 100, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -30px;
}
.bottom_line {
  width: 80px;
  height: 1px;
  background: rgba(100, 100, 100, 0.5);
  margin-top: 12px;
  margin-left: 17px;
}
.recommend_left > ul > li > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: block;
  padding-top: 16px;
  text-align: center;
}
.recommend_left > ul > li > a:hover {
  color: #fff;
}
.recommend_left > ul > li > a > i {
  height: 26px;
  line-height: 26px;
  font-size: 26px;
}
.recommend_left > ul > li > a > span {
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.recommend_right {
  width: 992px;
  float: right;
}
.recommend_right > ul {
  padding-bottom: 10px;
  padding-left: 15px;
}
.recommend_right > ul > li {
  float: left;
}
.recommend_right > ul > li > a > img {
  width: 316px;
  height: 170px;
  margin-left: 14px;
}
.recommend_right > ul > li > a > img:hover {
  box-shadow: 0px 5px 5px #ddd;
}
/** 闪购 **/
.flashover {
  margin: 0 auto;
  margin-top: 14px;
}
.flashover_a {
  float: right;
  width: 60px;
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
}
.flashover_a > a:first-child {
  border-right: 0;
}
.flashover_a > a {
  float: left;
  display: block;
  width: 30px;
  color: #b0b0b0;
  font-size: 22px;
  text-align: center;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
}
.list_title {
  font-size: 22px;
  font-weight: 200;
  /* line-height: 58px; */
  line-height: 50px;
  color: #333;
  display: flex;
}
.flashover_list {
  height: 340px;
  position: relative;
  width: 1226px;
}
#shangou {
  transition: all 2s 1s linear;
}
.flashover_item_con {
  width: 977px;
  height: 340px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  margin-left: 15px;
}
.flashover_item_con_div {
  height: 340px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.flashover_item {
  width: 234px;
  height: 340px;
  float: left;
}
.countdown {
  background: #f1eded;
  text-align: center;
}
.countdown_title {
  font-size: 21px;
  color: #e53935;
  line-height: 100px;
}
.countdown > i {
  font-size: 50px;
  color: #e53935;
}
.countdown_desc {
  margin-top: 60px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
}
.countdown_time {
  width: 176px;
  height: 48px;
  margin: 30px auto;
}
.countdown_time_d {
  padding: 0 5px;
  color: #f00;
}
.countdown_time > label {
  height: 48px;
  display: block;
  float: left;
  line-height: 48px;
  text-align: center;
}
.countdown_time > label.countdown_time_item {
  width: 48px;
  background: #605751;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.9);
}
.countdown_time > label.countdown_item_dot {
  color: #605751;
  font-size: 26px;
  font-weight: 600;
  width: 16px;
}
.flashover_top {
  /* padding-left: 14px; */
  box-sizing: border-box;
}
.flashover_goodlist {
  background: #fff;
  padding-left: 14px;
  box-sizing: border-box;
}
.goodlist_content {
  text-align: center;
  position: relative;
}
.goodlist_content > img {
  width: 160px;
  height: 160px;
  margin-top: 30px;
  z-index: -1;
}
.goodlist_content > p.good_title {
  margin: 30px 20px 3px;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #212121;
}
.goodlist_content > p.good_desc {
  height: 18px;
  margin: 12px 20px;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #b0b0b0;
}
.goodlist_content > p.good_price {
  color: #ff6700;
  font-size: 20px;
  margin-top: 10px;
}
.goodlist_content > p.good_price > label {
  text-decoration: line-through;
  color: #b0b0b0;
  margin-left: 5px;
}
.goodlist1 {
  border-top: 1px solid #ffac13;
}
.goodlist2 {
  border-top: 1px solid #83c44e;
}
.goodlist3 {
  border-top: 1px solid #2196f3;
}
.goodlist4 {
  border-top: 1px solid #e53935;
}
/** 广告 **/
.ad_container {
  margin: 25px auto 0 auto;
}
.ad_container img {
  width: 100%;
}
/** 商品列表 **/
.goods {
  background: #f5f5f5;
  padding: 5px 0 50px 0;
  margin-top: 40px;
  min-width: 1226px;
}
/* 标题部分 */
.goods h1 > a {
  float: right;
  font-size: 16px;
  color: #b0b0b0;
  font-weight: 300;
  transition: all 0.4s;
}
.goods h1 > a > i {
  font-size: 20px;
  margin-left: 8px;
  font-weight: normal;
}
.goods h1 > a:hover {
  color: red;
}
.goods h1 > ul > li {
  float: left;
  padding: 0 10px;
}
.goods h1 > ul > li > a {
  font-size: 16px;
  color: #424242;
  display: block;
  height: 45px;
  font-weight: 300;
  /* transition: all .4s; */
  padding: 0 5px;
}
.goods h1 > ul > li:last-child > a {
  padding-right: 0;
}
.goods h1 > ul > li > a.isSelect {
  color: red;
  border-bottom: 1px solid red;
}
.goods h1 > ul > li > a:hover,
.goods h1 > ul > li.active > a {
  color: red;
  border-bottom: 1px solid red;
}
.goods
/** 手机 **/
.goods_item_left1 {
  width: 234px;
  height: 614px;
  overflow: hidden;
  float: left;
}
.goods_item_left1 img {
  width: 100%;
}
.goods_item_list {
  width: 234px;
  height: 320px;
  float: left;
  background: #fff;
  margin-left: 14px;
  position: relative;
}
.goods_item_list:hover {
  box-shadow: 0px 10px 10px #ddd;
  transform: translate(0, -3px);
  transition: transform 0.2s linear 0s;
}
div.goods_item_list:nth-child(n + 5) {
  margin-top: 14px;
}
.goods_item_list > .goodlist_content {
  position: relative;
}
.goods_item_list > .goodlist_content > label {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background: #e53935;
  color: #fff;
  text-align: center;
  /* z-index: 2; */
}
.goods_item_list > .goodlist_content > label.new_good {
  background: #83c44e;
}
.goods_item_list > .goodlist_content > a > img {
  max-width: 160px;
  max-height: 160px;
  margin-top: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.goods_item_list > .goodlist_content > .good_title {
  margin: 10px 20px 0 20px;
}
.goods_item_list > .goodlist_content > .good_title > a {
  color: #333;
}
/** 家电 **/
.wiring {
  margin: 20px auto 0 auto;
}
.wiring_left {
  float: left;
  width: 234px;
  height: 614px;
}
.wiring_left > a {
  width: 234px;
  height: 300px;
  display: block;
}
.wiring_left > a:last-child {
  margin-top: 14px;
}
.wiring_left > a > img {
  width: 100%;
}
.wiring_right {
  width: 992px;
  float: right;
  overflow: hidden;
}
.goods_item_list_desc {
  width: 100%;
  height: 0;
  background: #ff6700;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 12px;
  overflow: hidden;
}
.goods_item_list_desc > .goods_item_list_desc_con {
  line-height: 25px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 9px;
}
.goods_item_list_desc > span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}
.goods_item_list:hover .goods_item_list_desc {
  height: 42px;
  transition: height 0.3s linear 0s;
}
/* 最后查看更多 */
.goods_item_list_last {
  width: 234px;
  height: 300px;
  float: left;
  margin-left: 14px;
  margin-top: 14px;
}
.goods_item_last_list {
  width: 234px;
  background: #fff;
}
.goods_item_last_list:hover {
  box-shadow: 0px 10px 20px #ddd;
  transform: translate(0, -3px);
  transition: transform 0.5s linear 0s;
}
.goods_item_last_list:last-child {
  margin-top: 14px;
}
.goods_item_last_list_left {
  width: 117px;
  height: 143px;
  float: left;
  box-sizing: border-box;
  padding: 35px 0 0 20px;
}
.goods_item_last_list_left > a {
  color: #333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
}
.goods_item_last_list_left > span {
  color: #ff6700;
}
.goods_item_last_list_right {
  width: 117px;
  height: 143px;
  float: right;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.goods_item_last_list_right > img {
  width: 80px;
  height: 80px;
}
.goods_item_last_list_left > a.more > p {
  font-size: 18px;
  line-height: 10px;
  margin-top: 20px;
}
.goods_item_last_list_left > a.more > label {
  color: #b0b0b0;
  font-size: 12px;
}
.goods_item_last_list_right > a > i {
  font-size: 48px;
  color: #ff6700;
}
/** 为你推荐 **/
.recommends {
  margin: 20px auto 0 auto;
}
.recommends_con {
  width: 1226px;
}
.recommends_con > div.goods_item_list:first-child {
  margin-left: 0;
}
.recommends_con > div.goods_item_list:nth-child(n + 5) {
  margin-top: 0;
}
.recommends_con > div.goods_item_list p.good_price {
  margin-top: 10px;
}
/** 产品热评 **/
.hotreview {
  margin: 20px auto 0 auto;
}
.hotreview_item {
  width: 296px;
  height: 415px;
  background: #fff;
  float: left;
  margin-left: 14px;
}
.hotreview_item:first-child {
  margin-left: 0;
}
.hotreview_item:hover {
  box-shadow: 0px 10px 20px #ddd;
  transform: translate(0, -3px);
  transition: transform 0.5s linear 0s;
}
.hotreview_item > .hotreview_img > img {
  width: 296px;
  height: 220px;
  margin-bottom: 28px;
}
.hotreview_item > .hotreview_desc {
  color: #333;
  height: 72px;
  margin: 0 28px 22px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  display: block;
}
.hotreview_item > p > .hotreview_recommend {
  margin: 0 28px;
  color: #b0b0b0;
  font-size: 12px;
}
.hotreview_item > .hotreview_intro {
  margin: 10px 28px;
}
.hotreview_item > .hotreview_intro > label {
  display: block;
  float: left;
  font-size: 14px;
}
.hotreview_item > .hotreview_intro > .hotreview_name_line {
  width: 2px;
  height: 15px;
  background: #e0e0e0;
  margin: 0 10px;
}
.hotreview_item > .hotreview_intro > .hotreview_price {
  color: #ff6700;
  font-weight: 400;
}
/** 内容 **/
.hotreview_item {
  position: relative;
}
.hotreview_item p {
  text-align: center;
}

.hotreview_item ul.tushuBanner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.hotreview_item ul.tushuBanner > li {
  position: absolute;
  display: none;
  margin-top: 2px;
}
.hotreview_item ul.tushuBanner > li .tushuCon {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hotreview_item ul.tushuBanner > li.active {
  display: block;
}
#tushuCircle-list {
  /*width: 100px;*/
  height: 17px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  border-radius: 10px;
}
#tushuCircle-list > ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: space-around;
}
#tushuCircle-list > ul > li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ddd;
}
#tushuCircle-list > ul > li.active-circle {
  background: #f90;
}
.hotreview_item .banner-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(10, 10, 10, 0);
  color: #f9f9f9;
  font-size: 20px;
  font-family: 楷体;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  user-select: none;
}
.hotreview_item .banner-arrow:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
}
.hotreview_item .tsleft {
  left: 5px;
}
.hotreview_item .tsright {
  right: 5px;
}

.hotreview_item .hotreview_item_title {
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  margin: 30px 20px 0;
}
.hotreview_item:nth-of-type(1) .hotreview_item_title {
  color: #ffac13;
}
.hotreview_item:nth-of-type(2) .hotreview_item_title {
  color: #83c44e;
}
.hotreview_item:nth-of-type(3) .hotreview_item_title {
  color: #e53935;
}
.hotreview_item:nth-of-type(4) .hotreview_item_title {
  color: #2196f3;
}
.hotreview_item .hotreview_item_title1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 20px;
}
.hotreview_item .hotreview_item_title1 {
  color: #333;
}
.hotreview_item .hotreview_item_desc {
  height: 40px;
  margin: 10px 48px 10px;
  line-height: 20px;
}
.hotreview_item .hotreview_item_desc {
  color: #b0b0b0;
  font-size: 12px;
}
.hotreview_item .hotreview_item_price {
  margin: 20px 48px 20px;
  color: #333;
}
.hotreview_item a.hotreview_item_img {
  display: block;
  width: 100%;
  text-align: center;
}
/** 视频 **/
.video {
  margin: 20px auto 0 auto;
}
.video_item {
  width: 296px;
  height: 285px;
  float: left;
  margin-left: 14px;
  background: #fff;
}
.video_item:first-child {
  margin-left: 0;
}
.video_item:hover {
  box-shadow: 0px 10px 20px #ddd;
  transform: translate(0, -3px);
  transition: transform 0.5s linear 0s;
}
.video_item > .video_item_img {
  position: relative;
  width: 296px;
  height: 180px;
}
.video_item > .video_item_img img {
  width: 100%;
  height: 100%;
}
.video_item > .video_item_img > .video_icon {
  width: 30px;
  height: 20px;
  border: 2px solid #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: center;
}
.video_item > .video_item_img:hover > .video_icon {
  border: 2px solid #ff6700;
  background: #ff6700;
}
.video_item > .video_item_img > .video_icon > i {
  font-size: 24px;
  line-height: 20px;
}
.video_item > .video_name {
  margin: 30px 0 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.video_item > .video_name > a {
  color: #333;
}
.video_item > .video_name > a:hover {
  color: #ff6700;
}
.video_item > .video_desc {
  font-size: 12px;
  color: #b0b0b0;
  text-align: center;
}
.layui-layer {
  min-width: 300px;
}
