* {
  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;
}
.clear{
  clear: both;
}
.hide{
  display: none !important;
}
.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;
}
.good_list {
  width: 100%;
  padding-top: 0.2rem;
}
.good_list .good_item {
  width: 6.9rem;
  height: 2.44rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
  margin: 0 auto 0.16rem auto;
  background-color: #fff;
}
.good_list .good_item .good_img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.12rem;
  background-color: #f5f5f5;
  margin-right: 0.18rem;
}
.good_list .good_item .good_right {
  width: 4.2rem;
  font-size: 0.28rem;
}
.good_list .good_item .good_right .good_name {
  width: 100%;
  color: #333;
  line-height: 0.4rem;
}
.good_list .good_item .good_right .good_name span {
  width: auto;
  line-height:normal;
  font-size: 12px;
  color: #fff;
  border-radius: 0.06rem;
  padding: 0.04rem 0.1rem;
}
.good_list .good_item .good_right .good_name .jdzy {
  background: linear-gradient(90deg, #FF573D 0%, #FF4944 100%);
}
.good_list .good_item .good_right .good_name .jdcs {
  background-color: #FF44A8;
}
.good_list .good_item .good_right .good_name .jdhd {
  color: #FFD146;
  background: linear-gradient(90deg, #272727 0%, #484848 100%);
}
.good_list .good_item .good_right .good_name .jdgj {
  background: linear-gradient(90deg, #D942FF 0%, #C544FF 100%);
}
.good_list .good_item .good_right .good_name .jdps {
  background: linear-gradient(90deg, #5DE59A 0%, #1FD45E 100%);
}
.good_list .good_item .good_right .good_name .gfqjd {
  background: linear-gradient(90deg, #FFC641 0%, #FF970E 100%);
}
.good_list .good_item .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_item .good_right .good_center {
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  margin: 0.19rem auto 0.14rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list .good_item .good_right .good_bottom .quan_box {
  height: 0.4rem;
  border-radius: 6px;
  background: linear-gradient(90deg, #FF6B3D 0%, #FF4944 100%);
}
.good_list .good_item .good_right .good_bottom .quan_box .quan {
  height: 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.1rem 0 0.5rem;
  background: url(../img/quan.gif) no-repeat;
  background-size: auto 100%;
}
.good_list .good_item .good_right .good_center .num {
  font-size: 0.24rem;
  color: #A6A6A6;
}
.good_list .good_item .good_right .good_bottom {
  width: 100%;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list .good_item .good_right .good_center .price .new_price {
  color: #FA1F1A;
  font-weight: bold;
  font-size: 0.4rem;
}
.good_list .good_item .good_right .good_center .price .new_price span {
  font-size: 0.23rem;
}
.good_list .good_item .good_right .good_center .price .old_price {
  font-size: 0.24rem;
  color: #A1A1A1;
  text-decoration: line-through;
}
.good_list .good_item .good_right .good_bottom>.right{
  width: 2.04rem;
  height: 0.48rem;
  font-size: 12px;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 0.15rem;
  overflow: hidden;
  color: #fff;
  display: flex;
  justify-content: center;
}
.good_list .good_item .good_right .good_bottom .right .share{
  width: 50%;
  background: linear-gradient(90deg, #FF6044 0%, #FF9B2F 100%);
}
.good_list .good_item .good_right .good_bottom .right .good_buy{
  width: 50%;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #5186FF 0%, #8C6BFF 100%);
}
.no-goods {
  width: 100%;
  height: 3rem;
  position: relative;
  padding-top: 3rem;
  margin: 0 auto;
}
.no-goods img {
  width: 3.28rem;
  height: 1.86rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.no-goods p {
  text-align: center;
  color: #A9A9A9;
  font-size: 0.26rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.jd_search_box {
  width: 100%;
  height: 100%;
  background: #fff;
}
.jd_search_box .back_main {
  width: 0.8rem;
  height: 0.28rem;
  position: absolute;
  top: 0.44rem;
  left: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jd_search_box .back_main img {
  width: 0.16rem;
  height: 0.28rem;
}
.jd_search_box .back_main span {
  font-size: 13px;
  color: #5E85FF;
  font-weight: bold;
}
.jd_search_box .head_2 {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.jd_search_box .head_2 .head_top {
  width: 100%;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jd_search_box .head_2 .head_top img {
  width: auto;
  height: 0.44rem;
}
.jd_search_box .head_2 .search_box {
  width: 6.9rem;
  height: 0.66rem;
  margin: 0 auto;
  position: relative;
  background-color: #F6F6F6;
  border-radius: 0.33rem;
  border: 0.01rem solid #E3E3EB;
  display: flex;
  align-items: center;
}
.jd_search_box .head_2 .search_box .ic_search {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.14rem 0 0.3rem;
}
.jd_search_box .head_2 .search_box input {
  width: 5rem;
  height: 0.62rem;
  border: none;
  background-color: #F6F6F6;
}
.jd_search_box .head_2 .search_box .search_btn {
  width: 1.1rem;
  height: 0.66rem;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 0.66rem;
  border-radius: 0.33rem;
  top: -0.01rem;
  right: 0.01rem;
  background-color: #627AFF;
}
.jd_search_box .head_2 .assoc_words {
  width: 100%;
  height: 100%;
  top: 2.2rem;
  display: none;
  background-color: #fff;
  position: fixed;
}
.jd_search_box .head_2 .assoc_words li {
  width: 6.9rem;
  height: 0.66rem;
  line-height: 0.66rem;
  font-size: 0.26rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 0.01rem solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.jd_search_box .head_2 .assoc_words li p {
  flex: 1;
  color: #333;
}
.jd_search_box .head_2 .assoc_words li img {
  width: 0.3rem;
  height: 0.3rem;
}
.jd_search_box .head_2 .hot_box {
  width: 100%;
  height: 1.24rem;
  padding: 0.4rem 0.3rem 0.2rem 0.3rem;
  border-bottom: 0.01rem solid #F6F6F6;
}
.jd_search_box .head_2 .hot_box .hot_box_ov{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jd_search_box .head_2 .hot_box .hot {
  width: auto;
  height: 0.84rem;
  margin: 0 auto 0.14rem auto;
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  overflow-x:scroll;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-overflow-scrolling: touch;
  text-align: justify;
}
.jd_search_box .head_2 .hot_box .hot p {
  width: auto;
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
  border-radius: 0.1rem;
  display: inline-block;
  background-color: #F8F8F8;
  padding: 0.05rem 0.2rem;
  margin-right: 0.14rem;
  margin-bottom: 0.12rem;
  cursor:pointer;
  /* float: left; */
}
.jd_search_box .rank_box {
  width: 100%;
  background-color: #fff;
  border-bottom: 0.01rem solid #f5f5f5;
}
.back_f{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}
.jd_search_box .rank_box .rank {
  width: 6.9rem;
  height: 0.88rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jd_search_box .rank_box .rank li {
  flex: 1;
  font-size: 0.26rem;
  color: #A9A9A9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jd_search_box .rank_box .rank li img {
  width: 0.16rem;
  height: auto;
  margin-left: 0.1rem;
}
.jd_search_box .rank_box .rank .active {
  font-weight: bold;
  color: #5B8DFF;
}
.block{
  width: 100%;
  height:1.8rem;
  display: none;

}
.jd_search_box .search_good_list {
  background-color: #f6f6f6;
  position: relative;
  width: 100%;
}

.back_f6{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #f6f6f6;
}
.jd_search_box .head_2 .min_search{
  width: 6rem;
  margin: 0.25rem auto 0 1.3rem;
}
