.no_show {
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
  font-family: PingFang SC;
}
ul,
li {
  list-style: none;
}
img {
  vertical-align: bottom;
  display: block;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  outline: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #B6B7C2;
}
.show {
  display: block !important;
}
.hide_1 {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hide_2 {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.no-pad {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #460802;
}
.nav_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  padding-top: 0.2rem;
  z-index: 30;
  background: linear-gradient(to bottom, #FF1B02 0%, #460802 100%);
}
.nav_box .tit {
  width: 6.9rem;
  height: 1.7rem;
  margin: 0 auto;
  display: flex;
  background-color: #b50101;
  border-radius: 0.1rem;
  padding: 0.25rem 0.2rem 0 0.2rem;
  box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.35);
  justify-content: space-between;
}
.nav_box .tit li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_box .tit li img {
  width: 0.86rem;
  height: 0.86rem;
}
.nav_box .tit li p {
  font-size: 12px;
  color: #fff;
  padding: 0.1rem 0 0 0;
}
.nav_box .rank {
  width: 6.9rem;
  height: 0.88rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_box .rank li {
  flex: 1;
  font-size: 0.26rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_box .rank li img {
  width: 0.16rem;
  height: auto;
  margin-left: 0.1rem;
}
.top_nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
}
.all .head {
  width: 100%;
  height: auto
  background-color: #FF5B5B;
}
.all .show_goods {
  width: 100%;
  height: 7.66rem;
  padding-top: 0.22rem;
  position: relative;
  background: #FF1B02;
}
.all .show_goods .cut {
  width: 4.44rem;
  height: 0.55rem;
  margin: 0 auto 0.16rem auto;
}
.all .show_goods .cut img {
  width: 4.44rem;
  height: auto;
}
.all .show_goods .brand_swiper_box {
  width: 6.9rem;
  height: 3.8rem;
  padding: 0.1rem 0.3rem 0 0.3rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.1rem;
}
.all .show_goods .brand_swiper_box .brand_list {
  height: 100%;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-slide {
  background: #fff;
  height: 3.4rem;
  border-radius: 0.1rem;
  padding-top: 0.1rem;
  position: relative;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-slide .good_img {
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-slide .name {
  width: 2rem;
  height: 0.4rem;
  font-size: 12px;
  line-height: 0.4rem;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-slide .sale {
  width: 2rem;
  height: 0.4rem;
  font-size: 11px;
  line-height: 0.4rem;
  color: #A1A1A1;
  display: flex;
  justify-content: space-between;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-slide .price {
  width: 2rem;
  height: 0.4rem;
  font-size: 10px;
  line-height: 0.4rem;
  color: #FA1F1A;
  font-weight: bold;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-slide .price span {
  font-size: 15px;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-slide .kailong {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-pagination {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 0 2px;
  background-color: #FFA99D;
}
.all .show_goods .brand_swiper_box .brand_list .swiper-pagination-bullet-active {
  transition: width 300ms;
  -webkit-transition: width 300ms;
  background-color: #EF3319;
}
.good_com {
  width: 6.9rem;
  height: 2.44rem;
  background-color: #fff;
  border-radius: 0.12rem;
  margin: 0 auto 0.24rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list .good_com .good_img {
  width: 2rem;
  height: 2rem;
  margin-left: 0.22rem;
  border-radius: 0.12rem;
  background-color: #f5f5f5;
}
.good_list .good_com .good_right {
  width: 4.3rem;
  height: 2rem;
  margin-right: 0.22rem;
}
.good_list .good_com .good_right .good_name {
  font-size: 14px;
  height: 0.4rem;
  line-height: 0.4rem;
}
.good_list .good_com .good_right .good_name span {
  width: auto;
  line-height: normal;
  font-size: 12px;
  color: #fff;
  padding: 0.04rem 0.1rem;
  border-radius: 0.06rem;
}
.good_list .good_com .good_right .good_name .jdzy {
  background: linear-gradient(90deg, #FF573D 0%, #FF4944 100%);
}
.good_list .good_com .good_right .good_name .jdcs {
  background-color: #FF44A8;
}
.good_list .good_com .good_right .good_name .jdhd {
  color: #FFD146;
  background: linear-gradient(90deg, #272727 0%, #484848 100%);
}
.good_list .good_com .good_right .good_name .jdgj {
  background: linear-gradient(90deg, #D942FF 0%, #C544FF 100%);
}
.good_list .good_com .good_right .good_name .jdps {
  background: linear-gradient(90deg, #5DE59A 0%, #1FD45E 100%);
}
.good_list .good_com .good_right .good_name .gfqjd {
  background: linear-gradient(90deg, #FFC641 0%, #FF970E 100%);
}
.good_list .good_com .good_right .good_name .jx {
  padding: 0.05rem 0.05rem 0.05rem 0.35rem;
  background: url(../img/jx.gif) no-repeat;
  background-size: auto 100%;
}
.good_list .good_com .good_right .line_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0;
}
.good_list .good_com .good_right .line_2 span {
  font-size: 11px;
  color: #B9B9B9;
}
.good_list .good_com .good_right .line_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list .good_com .good_right .line_3 .quan {
  width: 0.848rem;
  height: 0.36rem;
  line-height: 0.36rem;
  padding-left: 0.39rem;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: url(../img/quan.png) no-repeat;
  background-size: 100% 100%;
}
.good_list .good_com .good_right .line_3 .store_name {
  width: 2.6rem;
  height: 0.36rem;
  text-align: right;
  margin-left: 0.2rem;
  line-height: 0.36rem;
  font-size: 12px;
  color: #FFA038;
}
.good_list .good_com .good_right .line_4 {
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem 0 0 0;
}
.good_list .good_com .good_right .line_4 .price {
  font-size: 18px;
  color: #E02727;
  padding-top: 0.16rem;
}
.good_list .good_com .good_right .line_4 .price .ic {
  font-size: 12px;
}
.good_list .good_com .good_right .line_4 .price .old_price {
  font-size: 12px;
  color: #B9B9B9;
  text-decoration: line-through;
}
.good_list .good_com .good_right .line_4 .butt_com {
  width: 2rem;
  height: 0.56rem;
  background: linear-gradient(90deg, #FD0C0C 0%, #FF6927 100%);
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list .good_com .good_right .line_4 .butt_com .buy {
  width: 1.15rem;
  border: none;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
}
.good_list .good_com .good_right .line_4 .butt_com .cut {
  width: 0.01rem;
  height: 0.26rem;
  background: #fff;
}
.good_list .good_com .good_right .line_4 .butt_com .share {
  width: 0.83rem;
  border: none;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
}
.share_all {
  width: 1.11rem;
  height: 1.06rem;
  position: fixed;
  z-index: 40;
  bottom: 2rem;
  right: 0.2rem;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.share_all img {
  width: 100%;
  height: 100%;
}
.jd_search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: #fff;
}
.jd_search_box iframe {
  width: 100%;
  height: 100%;
}
.share_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.share_words_box {
  width: 6rem;
  height: auto;
  padding-bottom: 1.2rem;
  padding-top: 0.5rem;
  border-radius: 0.2rem;
  position: fixed;
  display: none;
  z-index: 101;
  top: 26%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}
.share_words_box pre {
  width: 5.2rem;
  max-height: 2rem;
  font-size: 14px;
  padding: 0 0.4rem;
  margin: 0rem auto 0.4rem auto;
  overflow-y: scroll;
  word-break: break-all;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.share_words_box .copy_btn {
  width: 5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 18px;
  border-radius: 0.2rem;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(90deg, #6B64FF, #5B8DFF);
}
.mask_b {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 29;
  top: 0;
  left: 0;
}
.back_first {
  width: 1.36rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 80;
}
.back_first img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
