@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif !important;
}

.shopping-detail {
  width: 100%;
  max-width: 677px;
  overflow: hidden;
  margin: 0 auto;
  background: #f3f4f6;
  position: relative;
}

.shopping-detail .shopping-detail-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.shopping-detail .shopping-detail-img img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.shopping-detail .shopping-detail-img .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.shopping-detail .shopping-detail-img .owl-dots .owl-dot {
  float: left;
  margin-left: 7px;
}

.shopping-detail .shopping-detail-img .owl-dots .owl-dot span {
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 5px;
  line-height: 20px;
  height: 10px;
  color: #fff;
  display: inline-block;
}

.shopping-detail .shopping-detail-img .owl-dots .owl-dot.active span {
  background: #505050;
}

.shopping-detail .shopping-detail-price {
  width: 100%;
  padding: 0 15px;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(to right, #ff5000, #ec4c02);
}

.shopping-detail .shopping-detail-price span em {
  font-style: normal;
  font-size: 30px;
}

.shopping-detail .shopping-detail-price span s {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.7);
}

.shopping-detail .shopping-detail-title {
  overflow: hidden;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
}

.shopping-detail .shopping-detail-title h2 {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
}

.shopping-detail .shopping-detail-title span {
  font-size: 14px;
  color: #999;
}

.shopping-detail .shopping-detail-peisong {
  overflow: hidden;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
}

.shopping-detail .shopping-detail-peisong span {
  font-size: 14px;
  color: #999;
  min-width: 32px;
  margin-right: 5px;
  float: left;
}

.shopping-detail .shopping-detail-click {
  overflow: hidden;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.shopping-detail .shopping-detail-click span {
  font-size: 14px;
  color: #999;
  float: left;
  width: 40px;
}

.shopping-detail .shopping-detail-click .content {
  width: calc( 100% - 40px);
  float: left;
  color: #333;
}

.shopping-detail .shopping-detail-click::after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
}

.shopping-detail .shopping-hr {
  color: #999;
  margin-bottom: 15px;
  position: relative;
  height: 20px;
}

.shopping-detail .shopping-hr .txt-hr {
  padding: 0 10px;
  position: absolute;
  left: calc( 50% - 26px);
  top: 0;
  height: 16px;
  background: #f3f4f6;
  width: 52px;
  display: inline-block;
  z-index: 9;
  font-size: 14px;
  text-align: center;
}

.shopping-detail .shopping-hr::after {
  width: calc( 100% - 100px);
  height: 1px;
  border-top: 1px solid #ccc;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 9px;
}

.shopping-detail .shopping-detail-detail {
  padding: 10px;
  background: #fff;
}

.shopping-detail .shopping-detail-detail img {
  max-width: 100%;
}

.shopping-detail .shopping-detail-zhanwei {
  height: 60px;
}

.shopping-detail .owl-carousel .owl-controls {
  margin: 0;
}

.shopping-detail-bot {
  width: 100%;
  max-width: 677px;
  height: 60px;
  padding: 6px 15px;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.shopping-detail-bot a.shopping-cart {
  width: 26px;
  margin-right: 28px;
  display: inline-block;
  position: relative;
}

.shopping-detail-bot a.shopping-cart img {
  width: 100%;
}

.shopping-detail-bot a.shopping-cart span {
  position: absolute;
  top: -5px;
  right: -15px;
  background: #ff5000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}

.shopping-detail-bot a.shopping-addcart {
  width: calc( 50% - 35px);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin-right: 15px;
  height: 45px;
  line-height: 45px;
  background: #ff5000;
  border-radius: 3px;
  color: #fff;
}

.shopping-detail-bot a.shopping-addcart:hover {
  background: #ec4c02;
}

.shopping-detail-bot a.shopping-goumai {
  width: calc( 50% - 35px);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  background: #ff5000;
  border-radius: 3px;
  color: #fff;
}

.shopping-detail-bot a.shopping-goumai:hover {
  background: #ec4c02;
}

.shopping-tc {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
  display: none;
}

.shopping-tc.active {
  display: block;
}

.shopping-tc .shopping-cover-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}

.shopping-tc .shopping-tc-guige {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20%;
  padding: 15px;
  z-index: 1000;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.3);
}

.shopping-tc .shopping-tc-guige .shopping-tc-guige-close {
  width: 22px;
  float: right;
  position: absolute;
  right: 15px;
}

.shopping-tc .shopping-tc-guige .shopping-tc-guige-close img {
  width: 100%;
}

.shopping-tc .shopping-tc-guige .tc-guige-top {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-left {
  width: 82px;
  float: left;
  background: #ccc;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-left img {
  width: 100%;
  display: block;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-right {
  width: calc( 100% - 107px);
  height: 110px;
  margin-left: 25px;
  float: left;
  display: flex;
  align-items: center;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-right .tc-guige-top-width {
  width: 100%;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-right .tc-guige-top-width p {
  margin: 0;
  line-height: 24px;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-right .tc-guige-top-width p.price {
  color: #e65d31;
  font-size: 15px;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-right .tc-guige-top-width p.stock {
  font-size: 12px;
  color: #858585;
}

.shopping-tc .shopping-tc-guige .tc-guige-top .tc-guige-top-right .tc-guige-top-width p.peisong {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.shopping-tc .shopping-tc-guige .tc-guige-con {
  overflow: auto;
  height: calc( 100% - 155px);
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-title {
  color: #333;
  font-size: 15px;
  line-height: 38px;
  margin: 0;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-con {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-con a {
  display: inline-block;
  line-height: 24px;
  color: #333;
  text-decoration: none;
  background: #f5f5f5;
  padding: 4px 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #f5f5f5;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-con a.active {
  border-color: #ff5000;
  color: #ff5000;
  background-color: #fff3f7;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-con a[disabled], .shopping-tc .shopping-tc-guige .tc-guige-con .guige-con a.disabled {
  color: #cfcfcf;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-goumai {
  overflow: hidden;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-goumai label {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 34px;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-goumai span {
  color: #666;
  font-size: 12px;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-goumai .number {
  float: right;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-goumai .number button {
  width: 30px;
  height: 34px;
  float: left;
  outline: none;
  font-size: 24px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-right: 1px solid #fff;
}

.shopping-tc .shopping-tc-guige .tc-guige-con .guige-goumai .number input {
  width: 36px;
  height: 34px;
  float: left;
  outline: none;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-right: 1px solid #fff;
}

.shopping-tc .shopping-tc-guige .queding {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ff5000;
}

.shopping-tc .shopping-tc-guige .queding a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.shopping-tc .shopping-tc-guige .queding a:hover {
  background: #ec4c02;
}

.shopping-dw {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}

.shopping-queren {
  max-width: 677px;
  margin: 0 auto;
  background: #f3f4f6;
  min-height: 100vh;
}

.shopping-queren .shopping-queren-title {
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-queren .queren-dizhi {
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.shopping-queren .queren-dizhi .queren-dizhi-img {
  width: 35px;
  height: 35px;
  float: left;
}

.shopping-queren .queren-dizhi .queren-dizhi-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.shopping-queren .queren-dizhi .queren-dizhi-con {
  width: calc( 100% - 70px);
  float: left;
  margin: 0 10px;
  color: #333;
  font-size: 13px;
}

.shopping-queren .queren-dizhi .queren-dizhi-con .name {
  color: #333;
  font-size: 15px;
  display: block;
}

.shopping-queren .queren-dizhi .queren-dizhi-con .phone {
  color: #999;
  font-size: 13px;
  display: block;
  margin: 5px 0 0;
}

.shopping-queren .queren-dizhi .queren-dizhi-con .dizhi {
  color: #333;
  font-size: 12px;
  margin: 5px 0 0;
}

.shopping-queren .queren-dizhi::after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
}

.shopping-queren .shopping-queren-con ul {
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.shopping-queren .shopping-queren-con ul li {
  border-bottom: 1px solid #f3f4f6;
  padding: 10px;
  overflow: hidden;
}

.shopping-queren .shopping-queren-con ul li .queren-img {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

.shopping-queren .shopping-queren-con ul li .queren-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopping-queren .shopping-queren-con ul li .queren-con {
  width: calc( 100% - 80px);
  margin-left: 80px;
}

.shopping-queren .shopping-queren-con ul li .queren-con h2 {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-guige {
  padding: 5px;
  display: block;
  border-radius: 3px;
  color: #999;
  margin: 2px 0 0;
  font-size: 12px;
  text-decoration: none;
  background: rgba(236, 236, 236, 0.298);
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu {
  margin-top: 10px;
  overflow: hidden;
  font-size: 12px;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu .queren-fuwu-title {
  margin: 0;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu .queren-fuwu-title a {
  display: block;
  font-size: 12px;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0 4px;
  text-decoration: none;
  position: relative;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu .queren-fuwu-title a:hover {
  background: #f5f5f5;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu .queren-fuwu-title a::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 8px;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu .queren-fuwu-con {
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu .queren-fuwu-con span.fuwu-left {
  float: left;
  color: #666;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-fuwu .queren-fuwu-con span.fuwu-right {
  float: right;
  color: #999;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-jiage {
  text-align: right;
  padding: 10px 0 0;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-jiage p {
  margin: 0;
}

.shopping-queren .shopping-queren-con ul li .queren-con .queren-jiage p.number {
  font-size: 12px;
  color: #999;
}

.shopping-queren .shopping-queren-con ul li .queren-con::after {
  display: block;
  content: "";
  clear: both;
}

.shopping-queren-bot {
  width: 100%;
  max-width: 677px;
  height: 60px;
  padding: 6px 15px;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.shopping-queren-bot span {
  font-size: 15px;
  color: #666;
  height: 50px;
  line-height: 50px;
  float: right;
  margin-right: 20px;
}

.shopping-queren-bot span em {
  font-style: normal;
  font-size: 20px;
  color: #ff5000;
  vertical-align: middle;
}

.shopping-queren-bot span em b {
  font-size: 16px;
  font-weight: 400;
}

.shopping-queren-bot a.shopping-tijiao {
  text-decoration: none;
  font-size: 16px;
  height: 38px;
  line-height: 40px;
  background: #ff5000;
  border-radius: 20px;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  float: right;
  margin: 5px 0;
}

.shopping-queren-bot a.shopping-tijiao:hover {
  background: #ec4c02;
}

.shopping-queren-xiadan {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 45%;
  bottom: 45%;
  z-index: 1000;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.3);
}

.shopping-queren-xiadan .alert-content {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

.shopping-queren-xiadan .alert-content .alert-msg {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.querenfuwu-tc {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
  display: none;
}

.querenfuwu-tc.active {
  display: block;
}

.querenfuwu-tc .querenfuwu-cover-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}

.querenfuwu-tc .querenfuwu-tc-fuwu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  padding: 15px;
  z-index: 1000;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.3);
}

.querenfuwu-tc .querenfuwu-tc-fuwu .querenfuwu-tc-fuwu-title {
  overflow: hidden;
  text-align: center;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .querenfuwu-tc-fuwu-title h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .querenfuwu-tc-fuwu-title .querenfuwu-tc-fuwu-close {
  width: 22px;
  float: right;
  margin-top: -22px;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .querenfuwu-tc-fuwu-title .querenfuwu-tc-fuwu-close img {
  width: 100%;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con {
  overflow: auto;
  height: calc( 100% - 55px);
  padding-bottom: 15px;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-title {
  color: #333;
  font-size: 15px;
  line-height: 38px;
  margin: 0;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-con {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-con a {
  display: block;
  float: left;
  line-height: 24px;
  color: #333;
  text-decoration: none;
  background: #f5f5f5;
  padding: 4px 10px;
  border-radius: 7px;
  margin-bottom: 14px;
  width: 100%;
  border: 1px solid #f5f5f5;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-con a em {
  font-style: normal;
  float: right;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-con a:nth-child(2n+2) {
  margin-right: 0;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-con a.active {
  border-color: #ff5000;
  color: #ff5000;
  background-color: #fff3f7;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-con a[disabled], .querenfuwu-tc .querenfuwu-tc-fuwu .tc-fuwu-con .fuwu-con a.disabled {
  color: #cfcfcf;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .queding {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ff5000;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .queding a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.querenfuwu-tc .querenfuwu-tc-fuwu .queding a:hover {
  background: #ec4c02;
}

.shopping-quren-peisong h3 {
  width: 100%;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.shopping-quren-peisong .form-list {
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}

.shopping-quren-peisong .form-list select {
  width: calc( 100% - 20px);
  margin: 0 10px;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  color: #333;
  border: none;
  border-radius: 5px;
  outline: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../img/select.png) no-repeat scroll calc(100% - 15px) 18px;
  background-size: 11px;
}

.shopping-quren-peisong .dizhi {
  margin: 10px;
  font-size: 13px;
  color: #333;
}

.shopping-quren-zhifu {
  padding-bottom: 75px;
}

.shopping-quren-zhifu h3 {
  width: 100%;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.shopping-quren-zhifu .form-list {
  width: 100%;
  overflow: hidden;
}

.shopping-quren-zhifu .form-list select {
  width: calc( 100% - 20px);
  margin: 0 10px;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  color: #333;
  border: none;
  border-radius: 5px;
  outline: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../img/select.png) no-repeat scroll calc(100% - 15px) 18px;
  background-size: 11px;
}

.shopping-gouwuche {
  max-width: 677px;
  margin: 0 auto;
  min-height: 100vh;
  background: #f3f4f6;
}

.shopping-gouwuche .shopping-gouwuche-title {
  padding: 0 15px;
  width: 100%;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-gouwuche .shopping-gouwuche-title a.shanchu {
  display: block;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  right: 60px;
  top: 0;
}

.shopping-gouwuche .shopping-gouwuche-con {
  padding: 50px 0 60px;
}

.shopping-gouwuche .shopping-gouwuche-con ul {
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.shopping-gouwuche .shopping-gouwuche-con ul li {
  border-bottom: 1px solid #f3f4f6;
  padding: 15px 10px;
  overflow: hidden;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-icon .icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon.png);
  background-size: contain;
  margin-top: 13px;
  display: block;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-icon .icon.checked {
  background-image: url(../img/icon-checked.png);
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-img {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con {
  width: calc( 100% - 115px);
  float: left;
  margin-left: 15px;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con h2 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con a.queren-guige {
  padding: 5px;
  display: block;
  border-radius: 3px;
  color: #999;
  margin: 7px 0;
  font-size: 12px;
  text-decoration: none;
  background: rgba(236, 236, 236, 0.298);
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-fuwu {
  overflow: hidden;
  font-size: 12px;
  padding-bottom: 5px;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-fuwu .gouwuche-fuwu-title {
  font-size: 12px;
  margin: 0;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-fuwu .gouwuche-fuwu-con {
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-fuwu .gouwuche-fuwu-con span.fuwu-left {
  float: left;
  color: #666;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-fuwu .gouwuche-fuwu-con span.fuwu-right {
  float: right;
  color: #999;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot {
  margin-top: 9px;
  overflow: hidden;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot .price {
  float: left;
  font-size: 18px;
  color: #ff5000;
  line-height: 20px;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot .price span {
  font-size: 16px;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot .price s {
  font-size: 12px;
  color: #bbb;
  text-decoration: line-through;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot .number {
  float: right;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot .number button {
  width: 25px;
  height: 21px;
  line-height: 21px;
  float: left;
  outline: none;
  font-size: 21px;
  background: none;
  border: none;
  border-right: 1px solid #ccc;
  font-weight: 400;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot .number button:last-child {
  border-right: 0;
}

.shopping-gouwuche .shopping-gouwuche-con ul li .gouwuche-con .gouwuche-con-bot .number input {
  width: 30px;
  height: 21px;
  line-height: 19px;
  float: left;
  outline: none;
  font-size: 13px;
  text-align: center;
  background: none;
  border: none;
  border-right: 1px solid #ccc;
}

.shopping-gouwuche .shopping-gouwuche-con ul li.xiajia .gouwuche-con h2 {
  color: #999;
}

.shopping-gouwuche .shopping-gouwuche-con ul li.xiajia .gouwuche-con .queren-guige {
  display: none;
}

.shopping-gouwuche .shopping-gouwuche-con ul li.xiajia .gouwuche-con .gouwuche-fuwu {
  display: none;
}

.shopping-gouwuche .shopping-gouwuche-con ul li.xiajia .gouwuche-con .gouwuche-con-bot .price {
  display: none;
}

.shopping-gouwuche .shopping-gouwuche-con ul li.xiajia .gouwuche-con .gouwuche-con-bot .number {
  display: none;
}

.shopping-gouwuche .shopping-gouwuche-con ul li.xiajia .gouwuche-con .gouwuche-con-bot::after {
  content: '商品已下架';
  display: inline-block;
  background: #fd8a1d;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 2px 5px 1px;
}

.shopping-gouwuche-bot {
  width: 100%;
  max-width: 677px;
  height: 60px;
  padding: 6px 15px;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.shopping-gouwuche-bot .shopping-gouwuche-quanxuan {
  font-size: 14px;
  float: left;
  line-height: 50px;
  font-weight: 400;
  position: relative;
  color: #666;
  display: flex;
}

.shopping-gouwuche-bot .shopping-gouwuche-quanxuan .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(../img/icon.png);
  background-size: contain;
  margin-top: 13px;
}

.shopping-gouwuche-bot .shopping-gouwuche-quanxuan .icon.checked {
  background-image: url(../img/icon-checked.png);
}

.shopping-gouwuche-bot span {
  font-size: 14px;
  color: #666;
  height: 50px;
  line-height: 50px;
  float: right;
  margin-right: 15px;
}

.shopping-gouwuche-bot span em {
  font-style: normal;
  font-size: 16px;
  color: #ff5000;
  vertical-align: middle;
}

.shopping-gouwuche-bot span em b {
  font-size: 16px;
  font-weight: 400;
}

.shopping-gouwuche-bot a.shopping-gouwuche-btn {
  text-decoration: none;
  font-size: 16px;
  height: 38px;
  line-height: 40px;
  background: #ff5000;
  border-radius: 20px;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  float: right;
  margin: 5px 0;
}

.shopping-gouwuche-bot a.shopping-gouwuche-btn:hover {
  background: #ec4c02;
}

.shopping-gouwuche-shanchu {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 42%;
  bottom: 42%;
  z-index: 1000;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.3);
}

.shopping-gouwuche-shanchu .alert-content {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #f0f0f0;
}

.shopping-gouwuche-shanchu .alert-content .alert-msg {
  height: 55%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.shopping-gouwuche-shanchu .alert-content .alert-btn-group {
  width: 100%;
  height: 45%;
}

.shopping-gouwuche-shanchu .alert-content .alert-btn-group .btn {
  background: none;
  width: 50%;
  height: 100%;
  float: left;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 14px;
}

.shopping-gouwuche-shanchu .alert-content .alert-btn-group button {
  background: none;
  width: 50%;
  height: 100%;
  float: left;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  border: none;
}

.shopping-gouwuche-shanchu .alert-content .alert-btn-group button.btn-two {
  color: #ff5000;
  border-left: 1px solid #ddd;
}

.shopping-shouhuo {
  max-width: 677px;
  margin: 0 auto;
  min-height: 100vh;
  background: #f3f4f6;
}

.shopping-shouhuo .shopping-shouhuo-title {
  padding: 0 15px;
  width: 100%;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-shouhuo .shopping-shouhuo-title a.tianjia {
  display: block;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 0;
}

.shopping-shouhuo .shopping-shouhuo-con {
  padding: 50px 0 60px;
}

.shopping-shouhuo .shopping-shouhuo-con ul {
  overflow: hidden;
}

.shopping-shouhuo .shopping-shouhuo-con ul li {
  border-bottom: 1px solid #f3f4f6;
  overflow: hidden;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi {
  padding: 12px 0 12px 12px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-con {
  width: calc( 100% - 65px);
  float: left;
  margin: 0 10px 0 0;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-con .name {
  color: #333;
  font-size: 15px;
  display: block;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-con .phone {
  color: #999;
  font-size: 13px;
  display: block;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-con .dizhi {
  color: #333;
  font-size: 13px;
  margin: 5px 0 0;
  line-height: 16px;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-con .dizhi span {
  color: #ff5000;
  background: #fff2ec;
  font-size: 13px;
  padding: 3px 5px;
  margin-right: 5px;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-bianji {
  width: 50px;
  border-left: 1px solid #eee;
  text-align: center;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-bianji a {
  display: block;
  color: #999;
  padding: 5px 0;
  text-decoration: none;
  font-size: 13px;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-shanchu {
  width: 35px;
  text-align: left;
  margin-right: 7px;
}

.shopping-shouhuo .shopping-shouhuo-con ul li .shouhuo-dizhi .shouhuo-dizhi-shanchu a {
  display: block;
  color: #e00f0a;
  padding: 5px 0;
  text-decoration: none;
  font-size: 13px;
}

.shopping-shouhuo .shopping-shouhuo-bot {
  max-width: 677px;
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping-shouhuo .shopping-shouhuo-bot a.shopping-tianjia-btn {
  text-decoration: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #333;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.shopping-shouhuo .shopping-shouhuo-bot a.shopping-tianjia-btn:hover {
  background: #f8f8f8;
}

.shopping-shouhuoadd {
  max-width: 677px;
  margin: 0 auto;
  min-height: 100vh;
  background: #f3f4f6;
}

.shopping-shouhuoadd .shopping-shouhuoadd-title {
  padding: 0 15px;
  width: 100%;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-shouhuoadd .shopping-shouhuoadd-title a.tianjia {
  display: block;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 0;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con {
  padding: 50px 0 0;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list {
  width: 100%;
  overflow: hidden;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="text"], .shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="number"] {
  width: 100%;
  padding: 0 15px;
  min-height: 50px;
  color: #333;
  border: none;
  border-bottom: 1px solid #e6e7eb;
  outline: none;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="text"]::-webkit-input-placeholder, .shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="number"]::-webkit-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="text"]:-moz-input-placeholder, .shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="number"]:-moz-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="text"]::-moz-input-placeholder, .shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="number"]::-moz-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="text"]::-ms-input-placeholder, .shopping-shouhuoadd .shopping-shouhuoadd-con .form-list input[type="number"]::-ms-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list textarea {
  width: 100%;
  padding: 10px 15px;
  min-height: 81px;
  color: #333;
  border: none;
  display: block;
  border-bottom: 1px solid #e6e7eb;
  outline: none;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list textarea::-webkit-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list textarea:-moz-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list textarea::-moz-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list textarea::-ms-input-placeholder {
  color: #999;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-list select {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #333;
  border: none;
  border-bottom: 1px solid #e6e7eb;
  outline: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../img/select.png) no-repeat scroll calc(100% - 15px) 20px;
  background-size: 11px;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren {
  padding: 0 15px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e6e7eb;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren span {
  float: left;
  height: 50px;
  line-height: 50px;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren .switch {
  float: right;
  margin: 10px 0;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background: #ccc;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren .switch input {
  visibility: hidden;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren .switch input:checked + span {
  transform: translateX(100%);
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren .switch span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  width: 50%;
  height: 100%;
  transition: all linear 0.2s;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren .switch span::before {
  position: absolute;
  top: 0;
  left: -100%;
  content: '';
  width: 200%;
  height: 100%;
  border-radius: 30px;
  background: #36a6d4;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .form-moren .switch span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .shopping-shouhuoadd-shanchu {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin-top: 15px;
  background: #fff;
}

.shopping-shouhuoadd .shopping-shouhuoadd-con .shopping-shouhuoadd-shanchu a {
  display: block;
  text-decoration: none;
  color: #f55;
}

.shopping-shouhuoadd .shopping-shouhuoadd-bot {
  max-width: 677px;
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping-shouhuoadd .shopping-shouhuoadd-bot a.shopping-tianjia-btn {
  text-decoration: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #333;
  display: block;
  text-align: center;
  width: 100%;
}

.shopping-shouhuoadd .shopping-shouhuoadd-bot a.shopping-tianjia-btn:hover {
  background: #f8f8f8;
}

.shopping-fenlei {
  max-width: 677px;
  margin: 0 auto;
  min-height: 100vh;
  background: #f3f4f6;
}

.shopping-fenlei .shopping-fenlei-title {
  padding: 0 15px;
  width: 100%;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-fenlei .shopping-fenlei-con {
  padding: 50px 0 0;
  overflow: hidden;
}

.shopping-fenlei-left {
  background: #f8f8f8;
  width: 80px;
  text-align: center;
  overflow: auto;
  float: left;
  max-height: calc( 100vh - 100px);
  height: 100%;
}

.shopping-fenlei-left li {
  padding: 12px 0;
  overflow: hidden;
  position: relative;
}

.shopping-fenlei-left li a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  max-width: 70px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
}

.shopping-fenlei-left li.active {
  background: #fff;
}

.shopping-fenlei-left li.active a {
  color: #ff5000;
}

.shopping-fenlei-left li.active a::after {
  width: 4px;
  height: 20px;
  background: #ff5000;
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
}

.shopping-fenlei-right {
  background: #fff;
  width: calc( 100% - 80px);
  height: 100%;
  padding-left: 10px;
  overflow: auto;
}

.shopping-fenlei-right li {
  border-bottom: 1px solid #f3f4f6;
  padding: 15px 10px 15px 0;
  overflow: hidden;
}

.shopping-fenlei-right li .gouwuche-img {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

.shopping-fenlei-right li .gouwuche-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopping-fenlei-right li .gouwuche-con {
  width: calc( 100% - 80px);
  float: left;
  margin-left: 10px;
}

.shopping-fenlei-right li .gouwuche-con h2 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.shopping-fenlei-right li .gouwuche-con .miaoshu {
  margin: 5px 0 0;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.shopping-fenlei-right li .gouwuche-con .price {
  float: left;
  margin-top: 7px;
  font-size: 16px;
  color: #ff5000;
  line-height: 20px;
}

.shopping-fenlei-right li .gouwuche-con .price span {
  font-size: 12px;
}

.shopping-fenlei-right li .gouwuche-con .price s {
  font-size: 12px;
  color: #bbb;
  text-decoration: line-through;
  display: none;
}

.shopping-fenlei-right li .gouwuche-con .xiaoliang {
  float: right;
  margin: 10px 0 0;
  font-size: 12px;
  color: #999;
}

.shopping-fenlei-right li:last-child {
  border-bottom: none;
}

.shopping-fenlei-right li:first-child {
  padding-top: 0;
}

ul.shopping-fenlei-right {
  max-height: calc( 100vh - 103px);
  overflow: auto;
}

.shopping-fenlei-bot {
  width: 100%;
  max-width: 677px;
  height: 50px;
  padding: 2px 15px;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  display: -webkit-flex;
  border-top: 1px solid #f3f4f6;
}

.shopping-fenlei-bot a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

.shopping-fenlei-bot a span {
  color: #333;
}

.shopping-fenlei-bot a .bot-icon {
  width: 22px;
  height: 22px;
  margin: 4px auto 3px;
}

.shopping-fenlei-bot a .bot-icon.bot-icon-fen {
  background: url(../img/fen.png) no-repeat;
  background-size: contain;
}

.shopping-fenlei-bot a .bot-icon.bot-icon-cart {
  background: url(../img/cart.png) no-repeat;
  background-size: contain;
}

.shopping-fenlei-bot a .bot-icon.bot-icon-wode {
  background: url(../img/wode.png) no-repeat;
  background-size: contain;
}

.shopping-fenlei-bot a.active .bot-icon.bot-icon-fen {
  background: url(../img/fen2.png) no-repeat;
  background-size: contain;
}

.shopping-fenlei-bot a.active .bot-icon.bot-icon-cart {
  background: url(../img/cart2.png) no-repeat;
  background-size: contain;
}

.shopping-fenlei-bot a.active .bot-icon.bot-icon-wode {
  background: url(../img/wode2.png) no-repeat;
  background-size: contain;
}

.shopping-personal {
  max-width: 677px;
  margin: 0 auto;
  background: #f3f4f6;
  min-height: 100vh;
}

.shopping-personal .shopping-personal-title {
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-personal .shopping-personal-center {
  padding: 50px 0 0;
}

.shopping-personal .shopping-personal-center .shopping-user {
  padding: 30px 15px;
  background: #fc831e;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.shopping-personal .shopping-personal-center .shopping-user .shopping-user-img {
  width: 35px;
  height: 35px;
  float: left;
}

.shopping-personal .shopping-personal-center .shopping-user .shopping-user-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.shopping-personal .shopping-personal-center .shopping-user .shopping-user-con {
  width: calc( 100% - 70px);
  float: left;
  margin: 0 10px;
}

.shopping-personal .shopping-personal-center .shopping-user .shopping-user-con .name {
  color: #fff;
  font-size: 16px;
}

.shopping-personal .shopping-personal-center .shopping-user-list {
  margin-bottom: 10px;
  padding: 15px 10px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.shopping-personal .shopping-personal-center .shopping-user-list .shopping-user-list-img {
  width: 24px;
  height: 24px;
  float: left;
}

.shopping-personal .shopping-personal-center .shopping-user-list .shopping-user-list-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.shopping-personal .shopping-personal-center .shopping-user-list .shopping-user-list-con {
  width: calc( 100% - 70px);
  float: left;
  margin: 0 10px;
  font-size: 15px;
}

.shopping-personal .shopping-personal-center .shopping-user-list::after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
}

.shopping-personal .shopping-personal-center .shopping-user-list:last-child {
  margin-bottom: 0;
}

.shopping-order {
  max-width: 677px;
  margin: 0 auto;
  background: #f3f4f6;
  min-height: 100vh;
}

.shopping-order .shopping-order-title {
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-order .shopping-order-con .shopping-order-con-title {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  overflow: hidden;
}

.shopping-order .shopping-order-con .shopping-order-con-title ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  background: #fff;
}

.shopping-order .shopping-order-con .shopping-order-con-title ul li {
  flex: 1;
  text-align: center;
}

.shopping-order .shopping-order-con .shopping-order-con-title ul li a {
  color: #333;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.shopping-order .shopping-order-con .shopping-order-con-title ul li.active a {
  color: #ff5000;
  border-bottom: 2px solid #ff5000;
}

.shopping-order .shopping-order-con .shopping-order-main {
  overflow: auto;
  height: calc( 100vh - 90px);
}

.shopping-order .shopping-order-con .shopping-order-main ul li {
  padding: 10px;
  margin: 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li .order-time {
  width: 100%;
  height: 30px;
  font-size: 14px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li .order-time span {
  text-align: left;
  color: #999;
  font-size: 12px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li .order-time em {
  float: right;
  font-style: normal;
  color: #ff5000;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 10px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-img {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right {
  width: calc( 100% - 80px);
  margin-left: 80px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right h2 {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-guige {
  padding: 5px;
  display: block;
  border-radius: 3px;
  color: #999;
  margin: 2px 0 0;
  font-size: 12px;
  text-decoration: none;
  background: rgba(236, 236, 236, 0.298);
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right::after {
  display: block;
  content: "";
  clear: both;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-fuwu {
  overflow: hidden;
  font-size: 12px;
  padding-bottom: 5px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-fuwu .order-fuwu-title {
  font-size: 12px;
  margin: 0;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 5px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-fuwu .order-fuwu-con {
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-fuwu .order-fuwu-con span.fuwu-left {
  float: left;
  color: #666;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-fuwu .order-fuwu-con span.fuwu-right {
  float: right;
  color: #999;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-jiage {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-jiage p {
  margin: 0;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a .order-con .order-right .order-jiage p.number {
  font-size: 12px;
  color: #999;
}

.shopping-order .shopping-order-con .shopping-order-main ul li a:last-child {
  margin-bottom: 0;
}

.shopping-order .shopping-order-con .shopping-order-main ul li p.price {
  text-align: right;
  margin: 0;
  color: #ff5000;
}

.shopping-order-detail {
  max-width: 677px;
  margin: 0 auto;
  background: #f3f4f6;
  min-height: 100vh;
}

.shopping-order-detail .shopping-order-title {
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-order-detail .shopping-order-detail-con {
  overflow: hidden;
  padding-top: 50px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top {
  overflow: hidden;
  background: #fff;
  padding: 10px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-time {
  width: 100%;
  height: 30px;
  font-size: 14px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-time span {
  text-align: left;
  color: #999;
  font-size: 12px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-time em {
  float: right;
  font-style: normal;
  color: #ff5000;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-decoration: none;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-img {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right {
  width: calc( 100% - 80px);
  margin-left: 80px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right h2 {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-guige {
  padding: 5px;
  display: block;
  border-radius: 3px;
  color: #999;
  margin: 2px 0 0;
  font-size: 12px;
  text-decoration: none;
  background: rgba(236, 236, 236, 0.298);
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right::after {
  display: block;
  content: "";
  clear: both;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-fuwu {
  overflow: hidden;
  font-size: 12px;
  padding-bottom: 5px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-fuwu .order-fuwu-title {
  font-size: 12px;
  margin: 0;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 5px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-fuwu .order-fuwu-con {
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-fuwu .order-fuwu-con span.fuwu-left {
  float: left;
  color: #666;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-fuwu .order-fuwu-con span.fuwu-right {
  float: right;
  color: #999;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-jiage {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-jiage p {
  margin: 0;
  color: #333;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top .order-list .order-con .order-right .order-jiage p.number {
  font-size: 12px;
  color: #999;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-top p.price {
  text-align: right;
  margin: 0;
  color: #ff5000;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-bianhao {
  background: #fff;
  margin: 10px 0;
  padding: 10px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-bianhao:last-child {
  margin-bottom: 60px;
}

.shopping-order-detail .shopping-order-detail-con .shopping-order-bianhao p {
  margin: 0;
  color: #666;
  line-height: 24px;
  font-size: 13px;
}

.shopping-order-detail .shopping-order-detail-bot {
  max-width: 677px;
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping-order-detail .shopping-order-detail-bot a.shopping-order-btn {
  text-decoration: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #333;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.shopping-order-detail .shopping-order-detail-bot a.shopping-order-btn.jixuzhifu {
  background: #ff5000;
  color: #fff;
}

.shopping-order-detail .shopping-order-detail-bot a.shopping-order-btn.jixuzhifu:hover {
  background: #ec4c02;
}

.shopping-order-detail .shopping-order-detail-bot a.shopping-order-btn:hover {
  background: #f8f8f8;
}

.shopping-kong {
  color: #999;
  text-align: center;
  padding: 100px 0 0;
  font-size: 13px;
  margin: 0;
}

.shopping-fanhui {
  width: 32px;
  height: 32px;
  display: block;
  padding: 5px;
  margin: 8px 0px;
  position: absolute;
}

.shopping-fanhui img {
  display: block;
  width: 100%;
}

.shopping-fanhui-home {
  width: 32px;
  height: 32px;
  display: block;
  padding: 5px;
  margin: 8px 0px;
  position: absolute;
  right: 15px;
}

.shopping-fanhui-home img {
  display: block;
  width: 100%;
}

.shopping-detail-fanhui {
  width: 32px;
  height: 32px;
  display: block;
  padding: 5px;
  margin: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.shopping-detail-fanhui img {
  display: block;
  width: 100%;
}

.shopping-detail-home {
  width: 32px;
  height: 32px;
  display: block;
  padding: 5px;
  margin: 15px;
  position: absolute;
  border-radius: 50%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.shopping-detail-home img {
  display: block;
  width: 100%;
}

.shopping-dixian {
  margin: 15px 0;
  text-align: center;
  color: #bbb;
  font-size: 12px;
}

.shopping-lachakan {
  margin: 15px 0;
  text-align: center;
  color: #999;
  font-size: 12px;
}

.shopping-lachakan a {
  color: #999;
  text-decoration: none;
  display: block;
}

.shopping-lachakan a img {
  width: 10px;
}

.shopping-lajiazai {
  margin: 15px 0;
  text-align: center;
}

.shopping-lajiazai img {
  width: 20px;
}

.shopping-chongxinjiazai {
  width: 160px;
  margin: 0 auto;
  color: #999;
  text-align: center;
  font-size: 13px;
}

.shopping-chongxinjiazai img {
  width: 100%;
  margin: 20px 0;
}

.shopping-chongxinjiazai p {
  margin: 5px 0 0;
}

.shopping-chongxinjiazai a.jiazai {
  width: 90px;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  background: #ff5000;
  display: block;
  border-radius: 4px;
  font-size: 14px;
  margin: 15px auto 0;
  text-decoration: none;
}

.shopping-search {
  max-width: 677px;
  margin: 0 auto;
  min-height: 100vh;
  background: #f3f4f6;
}

.shopping-search .shopping-search-title {
  padding: 0 15px;
  width: 100%;
  max-width: 677px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-search .shopping-search-con {
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
}

.shopping-search .shopping-search-con .shopping-search-head {
  background: #ff5000;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
}

.shopping-search .shopping-search-con .shopping-search-head form {
  width: 100%;
}

.shopping-search .shopping-search-con .shopping-search-head input {
  height: 38px;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  font-size: 14px;
  background: #fff url(../img/search.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  background-position: 10px 9px;
}

.shopping-search .shopping-search-con .shopping-search-head .btn {
  line-height: 36px;
  padding: 0 10px;
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  background: none;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.shopping-search .shopping-search-con .shopping-search-list {
  display: block;
  overflow: hidden;
}

.shopping-search .shopping-search-con .shopping-search-list ul {
  padding: 0 10px 10px;
}

.shopping-search .shopping-search-con .shopping-search-list ul li {
  width: 100%;
  margin-top: 10px;
}

.shopping-search .shopping-search-con .shopping-search-list ul li a {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.shopping-search .shopping-search-con .shopping-search-list ul li a .shopping-search-list-img {
  width: 90px;
  height: 90px;
  float: left;
}

.shopping-search .shopping-search-con .shopping-search-list ul li a .shopping-search-list-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopping-search .shopping-search-con .shopping-search-list ul li a .shopping-search-list-con {
  padding: 10px;
  overflow: hidden;
}

.shopping-search .shopping-search-con .shopping-search-list ul li a .shopping-search-list-con h2 {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shopping-search .shopping-search-con .shopping-search-list ul li a .shopping-search-list-con .shopping-search-list-span .jiage {
  float: left;
  margin: 5px 0 0;
  font-size: 13px;
  color: #ff5000;
  line-height: 20px;
}

.shopping-search .shopping-search-con .shopping-search-list ul li a .shopping-search-list-con .shopping-search-list-span .xiao {
  float: right;
  margin: 7px 0 0;
  font-size: 12px;
  color: #999;
}

.shopping-search-shai {
  width: 100%;
  background: #fff;
  height: 42px;
  line-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.shopping-search-shai ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping-search-shai ul li {
  flex: 1;
  text-align: center;
  padding: 0;
  border: none;
}

.shopping-search-shai ul li a {
  display: inline-block;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.shopping-search-shai ul li.active a {
  color: #ff5000;
}
