.each_item {
  position: relative;
  background: #fff;
}
.each_item .defaultIcon {
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 3;
  width: 30px;
}
.each_item .defaultIcon img {
  width: 100%;
}
.each_item .defaultIcon .default_new {
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 3;
  font-size: 12px;
  color: #fff;
}
.each_item .new,
.each_item .hot {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.each_item .item_top {
  height: 348px;
  overflow: hidden;
}
.each_item .item_top img {
  width: 262px;
}
.each_item .item_name {
  padding-top: 4px;
}
.each_item .soldOut_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbb;
  opacity: 0.5;
  cursor: not-allowed;
  z-index: 2;
}
.each_item .sold_out_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  z-index: 3;
}
.each_item .item_bottom {
  height: auto;
  font-size: 12px;
}
.each_item .item_bottom .flash_off {
  width: 85px;
  line-height: 18px;
  margin: 6px 0;
  text-align: center;
  background: #ff4062;
  color: #fff;
  font-size: 14px;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.each_item .item_bottom .progressBar {
  line-height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.each_item .item_bottom .progressBar > .sold_text {
  display: inline-block;
  color: #999;
}
.each_item .item_bottom .progressBar .progress {
  position: relative;
  bottom: 0;
  left: 10px;
  width: 69%;
  height: 4px;
  overflow: hidden;
  display: inline-block;
  background: #f2f2f2;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.each_item .item_bottom .progressBar .progress > i {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background: #ff4062;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.each_item .item_bottom .anyMforN,
.each_item .item_bottom .buyMgetOne {
  border: 1px dashed #ff4062;
  width: 144px;
  line-height: 18px;
  text-align: center;
  color: #ff4062;
  font-weight: bold;
  margin: 8px 0;
}
.each_item .item_bottom .buyMgetNoff span {
  display: inline-block;
  width: 120px;
  line-height: 18px;
  margin: 8px 0;
  margin-right: 13px;
  border: 1px dashed #ff4062;
  text-align: center;
  color: #ff4062;
  font-weight: bold;
}
.each_item .item_bottom .buyMgetNoff span:nth-child(2n) {
  margin-right: 0;
}
.each_item .item_bottom .tradeIn > .tradeInText {
  display: inline-block;
  border: 1px dashed #ff4062;
  width: 164px;
  line-height: 18px;
  text-align: center;
  color: #ff4062;
  font-weight: bold;
  margin: 8px 12px 8px 0;
}
.each_item .item_bottom .tradeIn .tradeInaddBtn {
  display: inline-block;
  width: 78px;
  line-height: 20px;
  text-align: center;
  background: #ff4062;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.each_item .item_bottom .app_only {
  display: inline-block;
  position: absolute;
  right: 0;
}
.each_item .item_bottom .app_only > .app_img {
  width: 30px;
}
.each_item .item_bottom .app_only > .erweima {
  display: none;
  position: absolute;
  width: 85px;
  z-index: 1;
  left: 30px;
  top: -20px;
  box-shadow: 0 0 2px #bbb;
  border-radius: 4px;
}
.each_item .item_bottom .apponlyPrice {
  width: 100%;
  background: #ffe6ea;
  line-height: 26px;
  text-align: center;
  margin: 12px 0 10px 0;
  color: #ff4062;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.each_item .item_bottom .apponlyPrice span {
  font-size: 16px;
  font-weight: bold;
}
.each_item .item_off_trade {
  position: absolute;
  left: 7%;
  top: 4%;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #ff4062;
  -moz-border-radius: 25px;
  /* Firefox */
  -webkit-border-radius: 25px;
  /* Safari 和 Chrome */
  border-radius: 25px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.each_item .item_off_trade p {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.each_item .item_off_clear {
  position: absolute;
  left: 7%;
  top: 4%;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #ff4062;
  padding-top: 5px;
  -moz-border-radius: 25px;
  /* Firefox */
  -webkit-border-radius: 25px;
  /* Safari 和 Chrome */
  border-radius: 25px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.each_item .item_off_clear p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.each_item .appOnly_off {
  position: relative;
}
.each_item .appOnly_off .off_bg {
  position: absolute;
  z-index: 1;
  width: 66px;
}
.each_item .appOnly_off .off_text {
  position: absolute;
  z-index: 1;
  transform: rotate(-45deg);
  left: 1px;
  top: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.each_item .add_to_bag {
  padding-left: 35px;
  box-sizing: border-box;
}
.each_item .add_to_bag i {
  position: absolute;
  top: 0px;
  left: 44px;
  font-size: 22px;
}
.notAdded_pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 316px;
  height: 162px;
  border: 2px solid #ff4062;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
}
.notAdded_pop .close_x {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #ededed;
  font-size: 12px;
  cursor: pointer;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.notAdded_pop .suc {
  padding-top: 12px;
  text-align: center;
  line-height: 26px;
}
.notAdded_pop .text {
  line-height: 20px;
}
.notAdded_pop .text span {
  font-weight: bold;
  color: #ff4062;
}
.notAdded_pop .viewCart_checkout {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.notAdded_pop .viewCart_checkout span {
  display: inline-block;
  width: 160px;
  line-height: 24px;
  text-align: center;
  background: #ff4062;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.added_pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 162px;
  border: 2px solid #ff4062;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
}
.added_pop .close_x {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #ededed;
  font-size: 12px;
  cursor: pointer;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.added_pop .text {
  line-height: 20px;
  margin-top: 20px;
}
.added_pop .viewCart_checkout {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.added_pop .viewCart_checkout .yeslBtn,
.added_pop .viewCart_checkout .cancelBtn {
  display: inline-block;
  width: 66px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #999;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.added_pop .viewCart_checkout .yeslBtn {
  background: #ff4062;
}
.content .banner_one,
.content .banner_two,
.content .banner_three {
  margin-top: 30px;
}
.content .main_content {
  display: flex;
  flex-wrap: wrap;
}
.content .main_content .good_content {
  position: relative;
  width: 227px;
  height: 365px;
  padding: 10px;
  margin-right: 16px;
  margin-top: 30px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .main_content .good_content .describe {
  line-height: 26px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 2;
}
.content .main_content .good_content .price_box {
  line-height: 26px;
}
.content .main_content .good_content .price_box .special {
  font-size: 18px;
  font-weight: bold;
  color: #ff4062;
}
.content .main_content .good_content .price_box .original_price {
  font-size: 14px;
  color: #999;
  padding-left: 10px;
  text-decoration: line-through;
}
.content .main_content .good_content .add_btn {
  display: block;
  width: 100%;
  line-height: 32px;
  text-align: center;
  margin: 5px 0;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  background: #ff4062;
  -moz-border-radius: 16px;
  /* Firefox */
  -webkit-border-radius: 16px;
  /* Safari 和 Chrome */
  border-radius: 16px;
}
.content .main_content .good_content .buy_num {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ff4062;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.content .main_content .good_content .soldOut_bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbb;
  opacity: 0.5;
}
.content .main_content .good_content .sold_out_text {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.content .main_content .good_content:hover {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.content .main_content .good_content:nth-child(5n) {
  margin-right: 0;
}
.content .coupon_box h2 {
  text-align: center;
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.content .coupon_box h2 img {
  display: inline-block;
  width: auto;
}
.content .counpon_modle {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .counpon_modle a {
  margin-bottom: 30px;
}
.content .counpon_modle .w1 {
  width: 1140px;
}
.content .counpon_modle .w2 {
  width: 550px;
}
.content .counpon_modle .w3 {
  width: 360px;
}
.content .counpon_modle .w4 {
  width: 262px;
}
.content .one_banner {
  margin-top: 30px;
}
.content .one_banner a {
  display: block;
}
.content .tow_banner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.content .tow_banner a {
  display: block;
}
.content .zouiyi {
  margin-top: 30px;
}
.content .zouiyi a {
  float: left;
  display: block;
}
.content .zouiyi a:first-child {
  width: 600px;
}
.content .zouiyi a:nth-child(2),
.content .zouiyi a:nth-child(3) {
  width: 600px;
  overflow: hidden;
}
.content .carousel_content h2 {
  text-align: center;
  margin-top: 20px;
  width: 1200px;
  overflow: hidden;
}
.content .carousel_content h2 img {
  display: inline-block;
  width: auto;
}
.content .carousel_content .carousel_title {
  line-height: 68px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content .carousel {
  /* Firefox */
  padding: 20px 0px;
  overflow: hidden;
  width: 1200px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background: #f7f8fa;
}
.content .carousel .swiper-container {
  padding: 0 16px;
}
.content .carousel .swiper-button-prev {
  left: 6px;
  top: 60%;
}
.content .carousel .swiper-button-next {
  right: 6px;
  top: 60%;
}
.content .carousel .swiper-button-prev,
.content .carousel .swiper-button-next {
  margin-top: -39px;
  text-align: center;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px #ccc;
}
.content .carousel .swiper-button-prev i,
.content .carousel .swiper-button-next i {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.content .carousel .viewmore {
  display: block;
  width: 100%;
  padding: 10px 0 0;
}
.content .carousel .item_box {
  display: none;
  width: 1144px;
}
.content .carousel .item_box_active {
  display: block;
}
.content .carousel li {
  display: flex;
  width: 379px !important;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .carousel li .box {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 12px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  margin-right: 20px;
}
.content .carousel li .box:last-child {
  margin-right: 0;
}
.content .carousel li .off {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 40px solid transparent;
  border-left-color: #ff4a6b;
  border-top-color: #ff4a6b;
}
.content .carousel li .off p {
  position: absolute;
  top: -17px;
  left: -43px;
  font-size: 14px;
  color: #fff;
  transform: rotateZ(-45deg);
}
.content .carousel li .img {
  float: left;
  display: block;
  width: 210px;
  margin-right: 16px;
  overflow: hidden;
}
.content .carousel li .right {
  float: left;
  width: 128px;
  height: 100%;
  position: relative;
}
.content .carousel li .right .name {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  margin: 44px 0 10px;
  line-height: 24px;
}
.content .carousel li .right .ms_prize {
  font-size: 20px;
  color: #ff4062;
}
.content .carousel li .right .ms_prize em {
  font-weight: bold;
}
.content .carousel li .right .original {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  line-height: 26px;
}
.content .carousel li .right .gotodetail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24px;
  line-height: 28px;
  background: #ff4062;
  color: #fff;
  font-size: 14px;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.content .carousel li .right .progress {
  width: 100%;
  height: 4px;
  position: relative;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
  overflow: hidden;
  margin: 18px 0 40px;
  background: #ccc;
}
.content .carousel li .right .progress span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff4062;
  top: 0;
  left: 0;
}
.content .carousel li:nth-child(3n) {
  margin-right: 0;
}
.content .wrap {
  margin-top: 30px;
}
.content .wrap h2 {
  margin: 20px 0;
}
.content .wrap .viewMore {
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #2c2c2c;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 20px auto 0;
}
.content .wrap .viewMore:hover {
  color: #ff4062;
}
.content .wrap .list .each_item {
  background: #fff;
}
.content .wrap .list .each_item .hot {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.content .wrap .list .each_item .new {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.content .wrap .list .each_item .item_top {
  height: 348px;
  overflow: hidden;
}
.content .wrap .list .each_item:hover .add_to_bag {
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
.content .wrap .list .each_item:nth-child(2) .hot,
.content .wrap .list .each_item:nth-child(3) .hot {
  display: block;
}
.content .wrap .list .first_child {
  float: left;
  width: auto;
  height: 450px;
  margin: 7px;
  overflow: hidden;
}
.content .wrap .list .first_child a {
  display: block;
}
.content .hot_sale {
  margin-top: 30px;
}
.content .hot_sale h2 {
  width: 330px;
  height: 50px;
  border-radius: 25px;
  margin: 50px auto 16px;
  text-align: center;
  line-height: 50px;
  font-family: ArialMT;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #0a0a0a;
}
.content .hot_sale h4 {
  font-family: ArialMT;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-bottom: 26px;
}
.content .hot_sale .goog_list {
  position: relative;
}
.content .hot_sale .goods_nav ul {
  display: flex;
  padding: 0 20px;
}
.content .hot_sale .goods_nav li {
  position: relative;
  top: 25px;
  flex: 1;
  height: 86px;
  background-color: #f66239;
  border-radius: 10px;
  margin-left: 4px;
  font-size: 18px;
  color: #fff;
  padding: 20px 0 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .hot_sale .goods_nav li i {
  display: none;
}
.content .hot_sale .goods_nav li:first-child {
  margin-left: 0;
}
.content .hot_sale .goods_nav li.active {
  background-color: #fff;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  top: 12px;
}
.content .hot_sale .goods_nav li.active i {
  display: block;
}
.content .hot_sale .fixed .goods_nav {
  position: fixed;
  top: 0px;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
  z-index: 9;
  overflow: hidden;
  background: #fff;
  height: 70px;
}
.content .hot_sale .fixed .goods_nav ul {
  height: 100%;
  padding: 0;
}
.content .hot_sale .fixed .goods_nav ul li {
  height: 100%;
  border: none;
  border-radius: 0;
  top: 0;
}
.content .hot_sale .fixed .goods_nav ul li.active {
  top: 0;
}
.content .hot_sale .fixed .goods_tab {
  padding-top: 80px;
}
.content .hot_sale .goods_tab {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
}
.content .hot_sale .goods_tab .actv_tab_item {
  display: none;
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
}
.content .hot_sale .goods_tab .actv_tab_item.active {
  display: block;
}
.content .hot_sale .goods_tab .actv_tab_item .more_item {
  display: block;
  width: 199px;
  height: 50px;
  border-radius: 25px;
  margin: 10px auto 20px;
  padding: 0 20px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #fb8964;
  color: #fb8964;
}
.content .hot_sale .goods_tab .actv_tab_item ul {
  overflow: hidden;
}
.content .hot_sale .goods_tab .actv_tab_item ul li {
  width: 280px;
  height: 447px;
  margin: 10px 5px;
  padding: 10px 13px;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  border: 2px solid transparent;
}
.content .hot_sale .goods_tab .actv_tab_item ul li:hover {
  transition: all 0.3s;
  border-color: #fb8964;
}
.content .hot_sale .goods_tab .actv_tab_item a {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
  text-align: center;
}
.content .hot_sale .goods_tab .actv_tab_item a .top {
  position: relative;
  min-height: 332px;
}
.content .hot_sale .goods_tab .actv_tab_item a .top .off {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  padding-top: 8px;
  background: #ff4162;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.content .hot_sale .goods_tab .actv_tab_item a h6 {
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.content .hot_sale .goods_tab .actv_tab_item a p {
  color: #e3402f;
  font-size: 18px;
}
.content .hot_sale .goods_tab .actv_tab_item a p em {
  font-style: initial;
}
.content .hot_sale .goods_tab .actv_tab_item a p s {
  font-size: 12px;
  color: #555;
}
.content .hot_sale .goods_tab .actv_tab_item a .buynow {
  display: block;
  margin: 5px auto 0;
  width: 180px;
  height: 33px;
  background-color: #fb8964;
  border-radius: 17px;
  font-size: 12px;
  color: #fefefe;
  text-align: center;
  line-height: 33px;
}
.content .hot_sale .goods_tab .actv_tab_item_active {
  display: block;
}
.content .snap_up {
  margin-top: 30px;
}
.content .snap_up h2 {
  position: relative;
  width: 337px;
  margin: 0 auto;
}
.content .snap_up h2 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 26px;
  color: #d9132f;
  letter-spacing: 24px;
  font-weight: normal;
}
.content .snap_up h2 span:first-child {
  left: -598px;
}
.content .snap_up h2 span:last-child {
  right: -624px;
}
.content .snap_up .endin {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #bbbbbb;
  padding-bottom: 10px;
}
.content .snap_up .count_down {
  text-align: center;
  margin-bottom: 40px;
}
.content .snap_up .count_down .flip-clock-wrapper {
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
.content .snap_up .count_down .flip-clock-wrapper ul {
  width: 53px;
  height: 68px;
  line-height: 68px;
}
.content .snap_up .count_down .flip-clock-wrapper ul li {
  line-height: 68px;
}
.content .snap_up .count_down .flip-clock-wrapper ul li a div div.inn {
  font-size: 36px;
  background: #313130;
  color: #fff;
}
.content .snap_up .count_down .flip-clock-divider {
  width: 22px;
  height: 52px;
  margin-top: 12px;
}
.content .snap_up .count_down .flip-clock-divider .flip-clock-label {
  display: none;
}
.content .snap_up .count_down .flip-clock-dot {
  width: 5px;
  height: 5px;
  background: #313130;
}
.content .snap_up .count_down .flip-clock-wrapper ul li a div.up:after {
  top: 33px;
}
.content .snap_up > p {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 17px;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.content .snap_up .goods_nav {
  cursor: unset;
  text-align: center;
  position: relative;
  top: -12px;
  z-index: 2;
  height: 68px;
}
.content .snap_up .goods_nav ul {
  display: flex;
  justify-content: center;
}
.content .snap_up .goods_nav li {
  flex: 1;
  height: 68px;
  line-height: 68px;
  background-color: #191919;
  margin-left: 2px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.content .snap_up .goods_nav li .time {
  display: none;
  line-height: 68px;
}
.content .snap_up .goods_nav li .countdownTime {
  display: block;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
}
.content .snap_up .goods_nav li .cdtime {
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}
.content .snap_up .goods_nav li:first-child {
  margin-left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.content .snap_up .goods_nav li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content .snap_up .goods_nav li:hover {
  background-color: #fff;
  color: #d7203a;
}
.content .snap_up .goods_nav li.skill_active {
  background-color: #f7f8fa;
  color: #000;
}
.content .snap_up .goods_nav .limit_seckill_goods li {
  background-color: #f7f8fa;
  color: #000;
}
.content .snap_up .goods_nav .limit_seckill_goods li.limit_skill_active {
  color: #fff;
  background-color: #ff4062;
}
.content .snap_up .goods_list {
  border: 2px solid #ff4062;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  padding: 30px 25px;
  overflow: hidden;
  background: #f7f8fa;
}
.content .snap_up .goods_list .swiper-container {
  overflow: initial;
}
.content .snap_up .goods_list .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -25px;
}
.content .snap_up .goods_list .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}
.content .snap_up .goods_list .swiper-pagination-bullet-active {
  background: #f72644;
  opacity: 1;
}
.content .snap_up .goods_list .item_box {
  display: none;
  width: 1144px;
}
.content .snap_up .goods_list .item_box_active {
  display: block;
}
.content .snap_up .goods_list li {
  float: left;
  width: 368px;
  height: 300px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  margin-right: 20px;
}
.content .snap_up .goods_list li .off {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 3;
  border: 50px solid transparent;
  border-top-color: #ff4a6b;
  border-left-color: #ff4a6b;
}
.content .snap_up .goods_list li .off p {
  position: absolute;
  top: -19px;
  left: -43px;
  font-size: 16px;
  /* line-height: 60px; */
  color: #fff;
  transform: rotate(-45deg);
}
.content .snap_up .goods_list li .img {
  float: left;
  display: block;
  width: 210px;
  height: 280px;
  margin-right: 16px;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  overflow: hidden;
}
.content .snap_up .goods_list li .right {
  float: left;
  width: 126px;
  height: 280px;
  position: relative;
}
.content .snap_up .goods_list li .right .name {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  color: #000;
  margin: 26px 0 16px;
  line-height: 18px;
}
.content .snap_up .goods_list li .right .ms_prize {
  font-size: 22px;
  color: #ff4062;
}
.content .snap_up .goods_list li .right .ms_prize em {
  font-weight: bold;
}
.content .snap_up .goods_list li .right .original {
  font-size: 16px;
  color: #888;
  text-decoration: line-through;
  line-height: 26px;
}
.content .snap_up .goods_list li .right .progress {
  width: 100%;
  height: 4px;
  position: relative;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
  margin: 18px 0 6px;
  background: #ccc;
}
.content .snap_up .goods_list li .right .progress span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff4062;
  top: 0;
  left: 0;
  overflow: hidden;
}
.content .snap_up .goods_list li .right .sold_pre {
  font-size: 12px;
  color: #888;
}
.content .snap_up .goods_list li .right .gotodetail {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff4062;
  width: 126px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
  letter-spacing: -1px;
}
.content .snap_up .goods_list li .right .comming {
  font-size: 14px;
}
.content .snap_up .goods_list li:nth-child(3n) {
  margin-right: 0;
}
.content .seckill {
  margin-top: 60px;
}
.content .product_model {
  margin-top: 60px;
}
.content .product_model h2 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content .product_model h2 a {
  display: inline-block;
}
.content .product_model h2 a img {
  width: auto;
}
.content .product_model h2 em {
  position: absolute;
  width: 600px;
  height: 1px;
  background: #ffdf25;
  top: 50%;
  left: -625px;
}
.content .product_model h2 em:last-child {
  left: auto;
  right: -636px;
}
.content .product_model h2 .product_item_title {
  position: relative;
  color: #fff;
  display: inline-block;
  background-color: #191919;
  width: 100%;
  padding: 20px 0;
}
.content .product_model h2 .video_box {
  background-color: #000;
}
.content .product_model h2 .video_box .video_item {
  display: inline-block;
  position: relative;
}
.content .product_model h2 .video_box .video_item video {
  vertical-align: middle;
}
.content .product_model h2 .video_box .video_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .product_model h2 .video_box .video_item a {
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
}
.content .product_model h2 .video_box .video_item a i {
  font-size: 36px;
  color: #fff;
}
.content .product_model h2 .fdCountDownTime,
.content .product_model h2 .npCountDownTime {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: #191919;
  padding: 8px 0 20px 0;
}
.content .product_model h2 .fdCountDownTime .common,
.content .product_model h2 .npCountDownTime .common {
  display: inline-block;
  color: #191919;
  width: 50px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  position: relative;
  top: -6px;
  letter-spacing: 3px;
  letter-spacing: 17px;
  text-align: center;
  padding-left: 5px;
  font-size: 22px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .product_model h2 .fdCountDownTime .common::after,
.content .product_model h2 .npCountDownTime .common::after {
  content: "";
  width: 23px;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content .product_model h2 .fdCountDownTime .common::before,
.content .product_model h2 .npCountDownTime .common::before {
  content: "";
  width: 23px;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -2px;
  z-index: -1;
}
.content .product_model h2 .fdCountDownTime .mForTonOff,
.content .product_model h2 .npCountDownTime .mForTonOff {
  padding-right: 14px;
  font-size: 22px;
}
.content .product_model h2 .fdCountDownTime .timespan,
.content .product_model h2 .npCountDownTime .timespan {
  padding: 0 10px 0 4px;
  font-size: 22px;
}
.content .product_model h2 .fdCountDownTime .colon,
.content .product_model h2 .npCountDownTime .colon {
  padding-right: 4px;
}
.content .product_model .viewmore_box {
  background-color: #f7f8fa;
  padding: 13px 0 20px 0;
  text-align: center;
  font-weight: bold;
}
.content .product_model .Viewmore {
  padding: 7px 20px;
  font-size: 14px;
  color: #000;
  background: #fff;
  line-height: 36px;
  margin: 0 auto 0;
  border: 1px solid #eeeeee;
  -moz-border-radius: 16px;
  /* Firefox */
  -webkit-border-radius: 16px;
  /* Safari 和 Chrome */
  border-radius: 16px;
}
.content .product_model .Viewmore i {
  padding-left: 5px;
}
.content .more_explore {
  margin: 20px auto;
}
.broad_nav {
  display: none;
  position: fixed;
  top: 50%;
  right: 0px;
  width: 180px;
  transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transition: all 0.5s ease;
  z-index: 96;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.broad_nav .show_nav_icon {
  position: absolute;
  top: 1px;
  left: -22px;
  width: 22px;
  height: 36px;
  line-height: 36px;
  background: #333;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.broad_nav .show_nav_icon i {
  position: absolute;
  left: 5px;
  font-size: 14px;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.broad_nav .nav_top {
  width: 100%;
}
.broad_nav .nav_top img {
  vertical-align: middle;
  margin-top: 1px;
}
.broad_nav ul {
  width: 100%;
  list-style: none;
  background: #fff;
  border: 1px solid #000;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.broad_nav ul li {
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
  font-size: 12px;
  line-height: 40px;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #333;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.broad_nav ul li span {
  display: block;
  width: 100%;
}
.broad_nav ul li:first-child {
  border-top: none;
}
.broad_nav ul li:hover {
  background-color: #4d4848;
  color: #ff4062;
}
.broad_nav ul li.active {
  background-color: #fff;
  color: #ff4062;
}
.broad_nav ul .qrcode_box {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.broad_nav ul .extraOff {
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
}
.broad_nav ul .erweima {
  text-align: center;
  padding-bottom: 12px;
}
.broad_nav ul .erweima img {
  width: 95px;
}
.broad_nav ul .and_ios {
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #000;
  padding: 0px 24px;
}
.broad_nav .got_to_top {
  width: 100%;
  height: 40px;
  background-color: #fff;
  font-size: 12px;
  line-height: 40px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.broad_nav .got_to_top span {
  vertical-align: middle;
}
.broad_nav .got_to_top i {
  vertical-align: middle;
}
.broad_nav .got_to_top:hover {
  background-color: #fff;
  color: #333;
}
.broad_nav.active {
  transform: translate(180px, -50%);
  transition: all 0.5s ease;
}
.broad_nav.active i {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.notAdded_pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 316px;
  height: 162px;
  border: 2px solid #ff4062;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  z-index: 2;
}
.notAdded_pop .notAdded_pop_x {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #ededed;
  font-size: 12px;
  cursor: pointer;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.notAdded_pop .suc {
  padding-top: 12px;
  text-align: center;
  line-height: 26px;
}
.notAdded_pop .text {
  line-height: 20px;
}
.notAdded_pop .text span {
  font-weight: bold;
  color: #ff4062;
}
.notAdded_pop .viewCart_checkout {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.notAdded_pop .viewCart_checkout span {
  display: inline-block;
  width: 160px;
  line-height: 24px;
  text-align: center;
  background: #ff4062;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.added_pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 162px;
  border: 2px solid #ff4062;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  z-index: 2;
}
.added_pop .close_x {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #ededed;
  font-size: 12px;
  cursor: pointer;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.added_pop .text {
  line-height: 20px;
  margin-top: 20px;
}
.added_pop .viewCart_checkout {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.added_pop .viewCart_checkout .yeslBtn,
.added_pop .viewCart_checkout .cancelBtn {
  display: inline-block;
  width: 66px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #999;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.added_pop .viewCart_checkout .yeslBtn {
  background: #ff4062;
}
