* {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
}
body {
  background: #f5f5f5;
}
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;
}
.clear {
  width: 100%;
  height: 0;
  clear: both;
}
.show{
  display:block !important;
}
.no_show {
  display: none !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;
}
.header_img {
  width: 100%;
  height: auto;
}
.body_back {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -11;
  background: linear-gradient(to left, #585FC5, #4AD3D5);
}
.hot_box {
  width: 7.3rem;
  height: 5rem;
  border-radius: 0.1rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: -1.48rem auto 0.2rem auto;
  padding: 0.19rem 0 0.4rem 0;
  background: linear-gradient(to right, #585FC5, #4AD3D5);
}
.hot_box .hot_tit {
  width: 2.78rem;
  height: auto;
  margin: 0 0 0.33rem 0;
}
.hot_box .hot_com {
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot_box .hot_com li {
  width: 2.2rem;
  padding: 0 0 0.2rem 0;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.hot_box .hot_com li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hot_box .hot_com li a .good_img {
  width: 2.2rem;
  height: 2.2rem;
}
.hot_box .hot_com li a .name {
  width: 1.88rem;
  font-size: 0.28rem;
  line-height: 0.3rem;
  margin: 0.2rem 0 0 0;
}
.hot_box .hot_com li a .quan {
  width: 1.88rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  background-color: #4FAFE3;
  margin: 0.1rem 0;
}
.hot_box .hot_com li a .price {
  width: 1.88rem;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FF0000;
}
.hot_box .hot_com li a .price span {
  font-size: 0.24rem;
  color: #000000;
}
.kinds {
  width: 100%;
  height: 1rem;
  background: #fff;
  position: absolute;
  left: 0;
  margin: 0 auto;
  padding: 0 0.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kinds .tit {
  font-size: 0.3rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kinds .active {
  color: #4FAFE3;
  font-weight: bold;
}
.kinds_top {
  position: fixed;
  top: 0;
  background-color: #f5f5f5;
  box-shadow: 5px 5px 20px #333;
  z-index: 50;
}
.good_list {
  width: 6.6rem;
  height: auto;
  margin: 1.4rem auto 1.4rem auto;
}
.good_list li {
  width: 100%;
  border-radius: 0.1rem;
  background: #fff;
  position: relative;
  padding: 0.16rem 0.3rem 0.19rem 0.3rem;
  margin: 0 0 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list li .good_img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  background-color: #f5f5f5;
}
.good_list li .right {
  flex: 1;
  height: 2.2rem;
}
.good_list li .right .share {
  width: 0.62rem;
  height: 0.14rem;
  height: auto;
  position: absolute;
  right: 0;
  top: 0.69rem;
}
.good_list li .right .name {
  font-size: 0.3rem;
  height: 0.8rem;
  line-height: 0.4rem;
  color: #333;
}
.good_list li .right .quan {
  width: 100%;
  height: 0.4rem;
  margin: 0.2rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list li .right .quan .left {
  min-width: 1.18rem;
  height: 0.4rem;
  background: url(../img/fy_2021_back_quan.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.24rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.good_list li .right .quan .left span {
  line-height: 0.4rem;
  padding: 0 0.08rem;
}
.good_list li .right .quan .num {
  font-size: 0.24rem;
  color: #866FFF;
}
.good_list li .right .bottom {
  width: 100%;
  margin: 0.17rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good_list li .right .bottom p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.good_list li .right .bottom p .coup_num {
  font-size: 0.36rem;
  color: #FF0000;
  font-weight: bold;
  margin-right: 0.1rem;
}
.good_list li .right .bottom p .old_price {
  font-size: 0.24rem;
  color: #866FFF;
  text-decoration: line-through;
}
.good_list li .right .bottom a {
  width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.1rem;
  color: #fff;
  background: linear-gradient(55deg, #5883FF, #866FFF);
  font-size: 0.26rem;
  border: none;
}
.share_all {
  width: 6.6rem;
  height: 0.76rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(to left, #D15FFF, #5957FE);
  box-shadow: 0px 0px 25px 0px rgba(105, 146, 245, 0.8);
  border-radius: 38px;
}
.share_all img {
  width: 0.36rem;
  height: 0.36rem;
}
.share_all span {
  color: #fff;
  font-family: AlibabaPuHuiTi;
  margin-left: 0.1rem;
  font-size: 0.24rem;
}
.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);
}
.search_cont{
  width: 1rem;
  height: 1rem;
  position: fixed;
  z-index: 51;
  right: 0rem;
  bottom: 3rem;
}
.tcpip{
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.tcpip>a{
  color: azure; font-size: 12px;text-align: center;
}