body,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input {
  outline: none;
}

a {
  text-decoration: none;
}

/*首页*/

.theSearchBox {
  width: 94%;
  height: 40px;
  margin: 16px auto;
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 2px -1px 9px -4px rgba(184, 184, 184, 0.75);
  -webkit-box-shadow: 2px -1px 9px -4px rgba(184, 184, 184, 0.75);
  -moz-box-shadow: 2px -1px 9px -4px rgba(184, 184, 184, 0.75);
}

.inputBoxLeft {
  position: absolute;
  top: 12px;
  left: 10px;
}

.aVerticalBar {
  width: 1px;
  height: 15px;
  background: #eee;
  display: inline-block;
  position: relative;
  left: 35px;
  top: 12px;
}

.inputFieldsInput {
  position: absolute;
  left: 50px;
  top: 0;
  width: 230px;
  height: 40px;
}

.inputFieldsInput input {
  border: 0;
  color: #bdbdbd;
  width: 100%;
  height: 80%;
  margin-top: 2px;
}

.btn {
  position: absolute;
  right: 0;
  width: 80px;
  height: 100%;
  background: none;
  border: 0;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ec5916;
  font-size: 16.65px;
  color: #ec5916;
}

/*banner*/
.banner {
  display: flex;
  width: 94%;
  margin: 0 auto;
  border-bottom: 3px solid #f5f5f5;
  min-height: 0;
}

.banner_bottom {
  flex: 1;
  margin-right: 2px;
}

.banner1 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.banner2 {
  width: 100%;
  display: block;
}

/*图标*/


.yijicaidan01 a img {
  width: 50px;
  height: 50px;
}

.shouyezhucaidan ul {
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  border-bottom: 4px solid #f5f5f5;
  height: 171px;
}

.shouyezhucaidan ul li {
  flex: 0 0 19.333%;
  margin-bottom: 10px;
}

.yijicaidan01 {
  text-align: center;
}

.yijicaidan01 a {
  color: #000;
  font-size: 13.53px;
}

.shouyezhucaidan {
  width: 94%;
  margin: 0 auto;
}


/*产品*/


.huiminPackage {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 25px;
}
.goods {
  width: 94%;
  margin: 0 auto;
}

.goods ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.huiminPackage img {
  width: 100%;
}
.goods ul li {
  flex: 0 0 48%;
  width: 170px;
  min-height: 0;
  background: #FFF;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  box-shadow: 2px -1px 9px -4px rgba(184, 184, 184, 0.75);
  -webkit-box-shadow: 2px 2px 13px -3px rgba(184, 184, 184, 0.75);
  -moz-box-shadow: 2px -1px 9px -4px rgba(184, 184, 184, 0.75);
  padding-top: 19px;
  padding-bottom: 20px;
  position: relative;
}
.digitalLabel {
  position: absolute;
  top: 18px;
  right: 0;
}

.digitalLabel_title {
  padding: 5px;
  background: #ec5916;
  min-width: 20px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.shangpinimg {

  max-width: 100%;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.taocanname {
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-left: 0;
  margin-top: 0;
  height: 34px;
  line-height: 17px;
}

.theProductBelow {
  padding: 7px 15px 7px 15px;
}

.shangpinmoney {
  font-size: 15.61px;
  color: #d60606;
  margin-left: 0;
  margin-top: 10px;
}

.favour,
.favours {
  margin-top: 10px;
}

.theProductBigBox {
  margin-top: 25px;
}

.favour {
  background: url(../images/vip4.png) no-repeat;
  font-size: 12px;
  height: 23px;
  color: #FFF;
  text-indent: 9px;
  line-height: 20px;
}

.favours {
  background: url(../images/svip.png) no-repeat;
  font-size: 12px;
  height: 23px;
  color: #FFF;
  text-indent: 9px;
  line-height: 20px;
}

.favoursx {
  border: 1px solid #9d6107;
  font-size: 12px;
  height: 19px;
  color: #FFF;
  text-indent: 9px;
  line-height: 19px;
  border-radius: 20px;
  margin-top: 10px;
  width: 125px;
  color: #9d6107;
}

.preferential {
  font-size: 14px;
  font-weight: bold;
}

/*页尾*/

.foot {
  width: 100%;
  height: 63px;

}

.footli {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFF;
  border-top: 1px solid #eee;
}
.footli ul {
  display: flex;
}

.footli ul li {
  flex: 1;
  text-align: center;
}

.black {
  color: #000;
  font-size: 14px;
}

.black.active {
  color: #ea5514;
}

.footli ul li img {
  width: 25px;
  margin-top: 11px;
}


/*产品列表*/


.theMemberClassificationBigBox {
  border: 2px solid #ec5916;
  padding: 11px;
  position: relative;
  margin-top: 40px;
}
.theMemberClassificationBigBox ul {
  margin-top: -7px;
}
.superMembershipClassification {
  text-align: center;
  color: #ec5916;
  position: relative;
  top: -26px;
  margin: 0 auto;
  height: 26px;
  font-size: 20px;
}

.memberOfWords {
  background: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
.thePrice ul li {
  width: 30px;
  height: 30px;
  padding: 7px 8px 7px 8px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  flex: 0 0 14%;
  font-size: 14px;
}

.thePrice ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thePrice {
  width: 94%;
  margin: 0 auto;
  border-bottom: 4px solid #eee;
  /*! height: 119px; */
}

.all {
  color: #ec5916;
  border: 1px solid #ec5916 !important;
}

.sold {
  font-size: 10px;
  color: #bdbdbd;
  position: relative;
  bottom: 2px;
}

.screening {
  width: 94%;
  margin: 0 auto;
}

.screening ul li {
  float: left;
  min-width: 0;
  font-size: 15.61px;
  text-indent: 5px;
  margin-right: 19px;
}

.screening {
  height: 40px;
}

.clickOnTheScreening {
  color: #ec5916;
  font-weight: unset;
}

/*排序*/
.sort-container {
  width: 1170px;
  margin: 20px auto 0;
  background: #f6f7f8;
  padding: 8px 15px;
  color: #a5a5bc;
}

.sort-title,
.sort-list {
  float: left;
}

.sort-title {
  margin-right: 10px;
  padding: 5px 0;
}

.sort-list span {

  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}



.sort-list span:before {
  content: " ";
  position: absolute;
  border-left: 4px solid #fff0;
  border-right: 4px solid #fff0;
  border-bottom: 5px solid #cccccc;
  right: 1px;
  top: 9px;
}

.sort-list .on.desc:before {
  border-bottom: 5px solid #bbb;
}



.sort-list span:after {
  content: " ";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #cccccc;
  right: 1px;
  bottom: 8px;
}



.sort-list .on.aesc:after {
  border-top: 5px solid #bbb;
}
/*详情页*/

.detailsOfTheContent {
  width: 94%;
  margin: 0 auto;
  margin-top: 20px;
}
.detailsOfTheContent img {
  width: 100%;
}
/*商品详情页*/

.swiper-pagination{
  width: 50px !important;
  height:23px;
  background:#FFFFFFC2;
 position: absolute;
  bottom: 19px !important;
  border-radius: 20px;
  margin-left: 330px;
}
.productMainPhoto {
  width: 390px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.productMainPhoto img {
  width: 100%;
}
.theTitleSpecifications {
  background: #FFF;
  border-bottom: 10px solid #F5F5F5;
  min-height: 0;
  /*! padding-bottom: 18px; */
}
.theTitleSmallBox {
  width: 94%;
  margin: 0 auto;
}
.headlinePrice {
  /*! width: 100px; */
  /*! height: 17px; */
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #EA5514;
  line-height: 22px;
}
.consumerToSend {
  /*! width: 112px; */
  /*! height: 12px; */
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #EA5514;
  line-height: 22px;
  float: right;
}
.detailsOfTheTitle {
  /*! width: 358px; */
  height: 59px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 22px;
  margin-top: 10px;
  border-bottom: 3px solid #F5F5F5;
}
.titleBigBoxForDetails {
  margin-top: 20px;
}
.detailsSpecifications {
  margin-top: 13px;
  padding-bottom: 20px;
}
.chooseSpecifications {
  /*! width: 70px; */
  /*! height: 15px; */
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 15px;
}
.theSelectedSpecifications {
  height: 17px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 15px;
  display: inline-block;
  width: 277px;
}

.theSelectedIcon {
  width: 5px;
  height: 5px;
  display: inline-block;
}
.theSelectedIcon img {
  width: 100%;
  height: 100%;
}
.goodsDetails {
  margin-top: 20px;
}
.detailsAboutThePictures {
  width: 236px;
  height: 15px;
  text-align: center;
  margin: 0 auto;
}
.detailsAboutThePictures img {
  width: 100%;
  height: 100%;
}
.detailsOfTheTail {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  padding-top: 14px;
}
.detailsOnTheLeftSideOfTheTail ul {
  display: flex;
}
.detailsIcon {
  /*! width: 19px; */
  height: 19px;
}
.detailsOnTheLeftSideOfTheTail ul li p {
  width: 21px;
  height: 10px;
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 15px;
}
.clickToBuy {
  width: 170px;
  height: 38px;
  background: linear-gradient(161deg, #FFAA77 0%, #EA5514 100%);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  flex: 1;
  position: relative;
  left: -12px;
  bottom: 4px;
}
.detailsOnTheLeftSideOfTheTail ul li {
  margin-left: 32px;
}
.detailsOnTheLeftSideOfTheTail {
  flex: 1;
  text-align: center;
}
.detailsOnTheLeftSideOfTheTail ul {
  margin: 0 auto;
  text-align: center;
}
/*商品详情弹窗*/

.commodityPopupWindow {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(153,153,153,0.2);
  border-radius: 16px 16px 0px 0px;
  z-index: 9;
  padding-bottom: 67px;
}
.popupBox {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
.popupWindowClosed img {
  width: 12px;
  height: 12px;
}
.popupWindowClosed {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
}
.popupWindowPrice {
  width: 81px;
  height: 15px;
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #B32925;
  line-height: 15px;
}
.thePopupWindowHasChosen {
  /*! width: 159px; */
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 15px;
  margin-top: 15px;
}
.playingAtTheTopOfTheWindow {
  margin-top: 20px;
  height: 61px;
  border-bottom: 1px solid #F5F5F5;
}
.theWeightOfThe ul li {
  /*! width: 72px; */
  /*! height: 31px; */
  background: #F4F4F4;
  border-radius: 4px;

  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 31px;
  /*! flex: 0 0 27%; */
  margin-bottom: 11px;
  margin-right: 11px;
  padding-left: 20px;
  padding-right: 20px;
}
.theWeightOfThe ul {
  display: flex;
  /*! justify-content: space-between; */
  flex-wrap: wrap;
}
.theWeightOfThe {
  margin-top: 9px;
}
.popupWindowToConfirm {
  width: 100%;
  height: 52px;
  background: #ED5915;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 52px;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

.popoverLargeFrameBackground {
  background: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.theWeightData {
  height: 30px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 15px;
}
.productData {
  background: #ED5915 !important;
  color: #FFF !important;
}
/*支付弹窗样式*/

.picturesOfPayment img {
  width: 78px;
  height: 78px;
}
.thePopupWindowHasChosens {
  width: 216px;
  height: 36px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 22px;
}

.inventory {
  color: #717171;
  font-size: 13px !important;
  /*! float: right; */
  margin-left: 10px;
}
.popupWindowPrices {
  /*! width: 100px; */
  height: 17px;
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #EA5514;
  line-height: 22px;
  margin-top: 15px;
}
.playingAtTheTopOfTheWindows {
  display: flex;
  margin-top: 22px;
  border-bottom: 3px solid #F5F5F5;
  height: 98px;
  margin-bottom: 20px;
}
.picturesOfPayment {
  margin-right: 27px;
}

.inventoryQuantity {
  font-size: 14px;
  color: #606060;
  display: inline-block;
  margin-left: 12px;
}
.popupWindowToConfirms {
  width: 361px;
  height: 38px;
  background: linear-gradient(161deg, #FFAA77 0%, #EA5514 100%);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  /*! position: absolute; */
  /*! bottom: 0; */
  margin: 0 auto;
  position: relative;
  top: 50px;
}

.theNumberOfChoices {
  width: 94%;
  margin: 10px auto;
}
.theNumberOfTheTitle {
  font-size: 16px;
  display: inline-block;
}
.addAndSubtract {
  /*! width: 200px; */
  display: block;
  float: right;
}
.inputBox {
  width: 30px;
  text-align: center;
}
/*收货地址*/

.paymentIsSuspended {
  position: fixed;
  bottom: 10px;
  width: 100%;
}
.theGoodsLocation {
  width: 86%;
  height: 81px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(153,153,153,0.2);
  border-radius: 16px;
  margin: 0 auto;
  padding: 15px;
  margin-top: 20px;
}
.theDefault {
  width: 33px;
  height: 18px;
  background: #EA5514;
  border-radius: 9px;
  /*! width: 23px; */
  /*! height: 11px; */
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 19px;
  display: inline-block;
  text-align: center;
}
.theCurrentPosition {
  width: 119px;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 19px;
}
.theSpecificLocation {
  width: 325px;
  height: 15px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 19px;
  display: inline-block;
  margin-top: 10px;
}
.theSpecificLocation {
}
.theSpecificLocation img {
  width: 6px;
  height: 11px;
}
.theConsigneeName {
  width: 167px;
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 19px;
  margin-top: 10px;
}
.storeLocation {
  width: 86%;
  min-height: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(153,153,153,0.2);
  border-radius: 16px;
  padding: 15px;
  margin: 19px auto;
}

.theSpecificLocation img {
  float: right;
}
.theStoreIcon {
  width: 19px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.theStoreIcon img {
  width: 100%;
  height: 100%;
  /*! display: inline-block; */
}
.storeTheTitle {
  width: 141px;
  height: 16px;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 0;
}
.theHeadStore {
  height: 33px;
}
.theSelectedCommodityFigure img {
  width: 78px;
  height: 78px;
}
.storeContent {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #eee;
}
.theSelectedCommodityFigure img {
  margin-right: 20px;
}
.theSelectedTitle {
  width: 232px;
  height: 40px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #101010;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.liquorSelected {
  width: 223px;
  height: 22px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.theSelectedPrice {
  /*! margin-top: 20px; */
}
.theSelectedTitleDetails {
  width: 123px;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 22px;
}
.theSelectedPriceForDetails {
min-width: 69px;
height: 15px;
font-size: 14px;
font-family: PingFang SC;
font-weight: bold;
color: #222222;
line-height: 22px;



float: right;
margin-right: 6px;
}
.deductionVolumeUsing {
  margin-top: 14px;
  border-bottom: 1px solid #eee;
  height: 60px;
}
.deductionVolumeLeft {
  width: 113px;
  height: 13px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 15px;
}
.theBalanceLeft {
  width: 83px;
  height: 13px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 15px;
}
.theBalanceIcon img {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}
.theBalanceRight {
  width: 90px;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #EC5916;
  line-height: 15px;
  float: right;
  margin-top: 6px;
}
.balanceAtTheTopOfThe {
  margin-top: 6px;
}
.buyerMessage {
  margin-top: 20px;
  display: flex;
  border-bottom: 1px solid #eee;
  min-height: 58px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.leaveAMessageOnTheLeftSideOfThe {
  min-width: 56px;
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 15px;
  margin-right: 20px;
}
.leaveAMessageOnTheRightSide {
  min-width: 226px;
  min-height: 40px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  border: 1px solid #eee;
}
.toCopeWith {
  margin-top: 31px;
  float: right;
  margin-right: 9px;
}
.payForGoodsImmediately {
  width: 361px;
  height: 38px;
  background: linear-gradient(161deg, #FFAA77 0%, #EA5514 100%);
  border-radius: 19px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  line-height: 38px;
  /*! position: relative; */
  /*! top: 240px; */
  /*! margin-top: 220px; */
}

.toCopeWithTheTitle {
  width: 33px;
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 15px;
}
.dealWithThePrice {
  width: 94px;
  height: 16px;
  font-size: 21px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #EA5514;
  line-height: 15px;
}

.deductionVolumeRight {
  float: right;

}
.preferentialSwitch {
  width: 25px;
  height: 15px;
  display: inline-block;
  border: 2px solid #ddd;
  border-radius: 20px;
  position: relative;
  top: 6px;
  right: 7px;
}
.preferentialSwitchs {
  width: 25px;
  height: 15px;
  display: inline-block;
  border: 2px solid #EC5916;
  border-radius: 20px;
  position: relative;
  top: 6px;
  right: 7px;
}
.preferentialSwitch .preferentialBall {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #ddd;
  border-radius: 20px;
  position: absolute;
  left: 2px;
  top: 1px;
}
.preferentialSwitchs .preferentialBall {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #EC5916;
  border-radius: 20px;
  position: absolute;
  right: 2px;
  top: 1px;
}
/*文具*/

.slidingProductCategorys{
 width: 94%;
 margin: 0 auto;
}

.clickOnTheClassifications {
width: 107px !important;
height: 31px  !important;
background: linear-gradient(161deg, #FFBB77 0%, #F87437 100%)  !important;
border-radius: 16px  !important;
  color: #FFF;


text-align: center;
line-height: 31px;
}

.slidingProductCategory {
  width: 107px;
  height: 31px;
  background: #EEEEEE;
  border-radius: 16px;
  text-align: center;
  line-height: 31px;
}

.taocannames {
	font-size: 14px;
	color: #000;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-left: 0;
	margin-top: 0;
	height: 18px;
}
