.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;
}
.main {
  position: relative;
  background-color: #4828DA;
}
.main .head {
  width: 100%;
  height: 5.07rem;
  z-index: 20;
  background: url(../img/head.gif) no-repeat;
  background-size: 100% auto;
}
.main .head .open_search {
  width: 2.49rem;
  height: 0.61rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main .share_all_box {
  width: 3.02rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  position: fixed;
  z-index: 20;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to left, #FD9A0C, #FF5F27);
  box-shadow: 0px 6px 10px 0px rgba(254, 122, 31, 0.4);
}
.main .share_all_box .share_all {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .share_all_box .share_all img {
  width: 0.29rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.main .share_all_box .share_all span {
  font-size: 0.32rem;
  color: #fff;
}
.main .kinds_box {
  width: 6.9rem;
  height: 0.68rem;
  position: absolute;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  top: 4.19rem;
  margin: 0 auto;
  color: #AFDCFF;
  background-color: #2995E8;
  border-radius: 0.34rem;
  border: 1px solid #FFFFFF;
}
.main .kinds_box .kinds {
  width: 6rem;
  height: 0.68rem;
  font-size: 15px;
  padding: 0.1rem 0.17rem;
  /* margin: 0; */
}
.main .kinds_box .kinds .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main .kinds_box .kinds .swiper-slide span {
  height: 0.48rem;
  line-height: 0.48rem;
  font-weight: 300;
  font-size: 15px;
  padding: 0 10px;
}
.main .kinds_box .kinds .active {
  color: #fff;
  border-radius: 0.23rem;
  background-color: #5EB6FF;
}
.main .kinds_box .kinds_more {
  width: 0.5rem;
  height: 0.68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.18rem;
}
.main .kinds_box .kinds_more img {
  width: 0.28rem;
}
.main .kinds_box .kinds_more_box {
  height: auto;
  font-size: 15px;
  line-height: 0.49rem;
  color: #333;
  background-color: #fff;
  position: absolute;
  padding: 0.2rem 0.3rem 0 0.3rem;
  border-radius: 0.15rem;
  box-shadow: 0.1rem 0.1rem 0.2rem #888;
  display: none;
  left: -1px;
  right: -1px;
  top: 0.65rem;
  z-index: 20;
  overflow: hidden;
}
 .close_more {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.main .kinds_box .kinds_more_box .kinds_font_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.07rem 0.1rem 0.07rem;
}
.main .kinds_box .kinds_more_box .kinds_font_box li {
  width: 1.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f5f5f5;
  font-size: 10px;
  border-radius: 0.04rem;
  text-align: center;
  margin: 0.1rem auto;
}
.main .kinds_box .kinds_more_box .kinds_font_box .active {
  color: #fff;
  background-color: #5EB6FF;
}
.main .kinds_top{
  width: 6.19rem;
  height: 0.43rem;
  position: fixed;
  margin-left: 0;
  background: #fff;
  padding-right: 0.1rem;
  border-radius: 0;
  border-right: 0.02rem solid #C3C3C3;
  color: #A1A1A1;
  left: 0;
  top: 0.2rem;
  z-index: 32;
}
.main .kinds_top .kinds{
  height: 0.43rem;
  padding: 0 0 0 0.2rem;
}
.main .kinds_box .kinds .swiper-slide {
  height: 0.43rem;
}
.main .kinds_top .kinds .swiper-slide span{
  height: 0.43rem;
  line-height: 0.43rem;
}
.main .kinds_top .kinds_more{
  display: none;
}
.main .mask {
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  right: 0;
  z-index: 28;
  position: fixed;
}
.main .good_com {
  width: 100%;
  padding: 0 0 0.3rem 0;
  background: url(../img/back.png?v=20120311) no-repeat;
  background-size: 100% 100%;
}
.good_list {
  width: 100%;
}
.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_share {
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
  top: 0;
  right: 0;
}
.good_list .good_item .good_right {
  width: 4.2rem;
  font-size: 14px;
}
.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_center .quan_box {
  border-radius: 6px;
  background: linear-gradient(90deg, #FF6B3D 0%, #FF4944 100%);
}
.good_list .good_item .good_right .good_center .quan_box .quan {
  height: 0.36rem;
  font-size: 12px;
  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: 12px;
  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_bottom .price .new_price {
  color: #FA1F1A;
  font-weight: bold;
  font-size: 20px;
}
.good_list .good_item .good_right .good_bottom .price .new_price span {
  font-size: 12px;
}
.good_list .good_item .good_right .good_bottom .price .old_price {
  font-size: 12px;
  color: #A1A1A1;
  text-decoration: line-through;
}
.good_list .good_item .good_right .good_bottom .good_buy {
  width: 1.3rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background-color: #5B8DFF;
  border-radius: 0.15rem;
}
.no-goods {
  width: 100%;
  height: 3rem;
  position: relative;
  padding-top: 1.64rem;
  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: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.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%;
}
.nav_box{
  width: 100%;
  height: 0.88rem;
  display: none;
  position: fixed;
  top: 0;
  z-index: 30;
  background-color: #fff;
}
.main .nav_box .nav{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main .nav_box .search_btn{
  width: 1.1rem;
  height: 0.48rem;
  border: none;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  right: 0;
}
.search_cont img{
  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);
}
.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;
}