@charset "UTF-8";
/* 通用 */
body {
  background-color: #f5f5f5;
}
.index-icon {
  display: inline-block;
  background-image: url("../images/index-icon02.png");
  -webkit-background-size: 6rem auto;
  -moz-background-size: 6rem auto;
  background-size: 6rem auto;
  background-repeat: no-repeat;
}
.index-icon02 {
  display: inline-block;
  background-image: url("../images/index-icon02.png");
  -webkit-background-size: 6rem auto;
  -moz-background-size: 6rem auto;
  background-size: 6rem auto;
  background-repeat: no-repeat;
}
.footer-icon {
  display: inline-block;
  background-image: url("../images/foot-icon.png");
  -webkit-background-size: 1.6rem auto;
  -moz-background-size: 1.6rem auto;
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
}
.price {
  font-size: 0.26rem;
  color: #e3383e;
}
.price i {
  font-style: normal;
  font-size: 0.22rem;
}
.martop10 {
  margin-top: 0.1rem;
}
.margin15 {
  margin-top: 0.15rem;
}
.common-title {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  background-color: #fff;
  position: relative;
}
.common-title:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  content: ' ';
}
.common-title:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid transparent;
  content: ' ';
}
.common-title .line {
  display: inline-block;
  width: 1.36rem;
  height: 0.18rem;
  background-image: url("../images/tit-line.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.common-title .line.right {
  background-image: url("../images/tit-line-right.png");
}
.common-title span {
  margin: 0 0.1rem;
}
.color-red {
  color: #ec0707 !important;
}
.fine-txt {
  font-size: 0.18rem !important;
  display: inline-block;
  padding: 0 0.03rem;
  background-color: #e3383e;
  color: #fff;
  position: relative;
  left: 0.1rem;
  top: -0.06rem;
  border-radius: 3px;
}
.post-txt {
  font-size: 0.18rem !important;
  display: inline-block;
  padding: 0 0.03rem;
  background-color: #ff790c;
  color: #fff;
  position: relative;
  left: 0.2rem;
  top: -0.06rem;
  border-radius: 3px;
}
.send-txt {
  font-size: 0.18rem !important;
  display: inline-block;
  padding: 0.06rem 0.04rem;
  background-color: #20b24c;
  color: #fff;
  position: relative;
  left: 0.2rem;
  top: -0.06rem;
  border-radius: 3px;
}
/* 绑定手机 */
.user-bind-phone {
  padding: 0 0.35rem;
}
.user-bind-phone .logo {
  width: 100%;
  height: 2.72rem;
  line-height: 2.72rem;
  text-align: center;
}
.user-bind-phone .logo img {
  width: 1.34rem;
  height: 1.08rem;
  vertical-align: middle;
}
.user-bind-phone .user-info-wrapper {
  padding-left: 0.28rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
}
.user-bind-phone .user-info-wrapper .item {
  position: relative;
  height: 0.82rem;
  border-bottom: 2px solid #eee;
}
.user-bind-phone .user-info-wrapper .item input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0.58rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.user-bind-phone .user-info-wrapper .item input::-webkit-input-placeholder {
  color: #999;
}
.user-bind-phone .user-info-wrapper .item input.phone-num {
  background-image: url("../images/phone-number.png");
  background-repeat: no-repeat;
  -webkit-background-size: 0.24rem 0.34rem;
  -moz-background-size: 0.24rem 0.34rem;
  background-size: 0.24rem 0.34rem;
  background-position: left center;
}
.user-bind-phone .user-info-wrapper .item input.code {
  background-image: url("../images/code-icon.png");
  background-repeat: no-repeat;
  -webkit-background-size: 0.24rem 0.34rem;
  -moz-background-size: 0.24rem 0.34rem;
  background-size: 0.24rem 0.34rem;
  background-position: left center;
}
.user-bind-phone .user-info-wrapper .item .get-code {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  width: 1.45rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 3px;
  background-color: #ff8400;
  color: #fff;
  font-size: 0.18rem;
}
.user-bind-phone .user-info-wrapper .item .get-code:disabled {
  background-color: #aaa;
  color: #fff;
}
.user-bind-phone .user-info-wrapper .item:last-child {
  border-bottom: 0;
}
.user-bind-phone .sub_btn {
  width: 100%;
  height: 0.7rem;
  margin-top: 0.6rem;
  color: #fff;
  background-color: #ff8400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
/* 订单列表 */
.user-order-list .search-wrapper {
  padding: 0.2rem;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.user-order-list .search-wrapper input {
  width: 5.4rem;
  height: 0.62rem;
  border: 1px solid #ccc;
  text-indent: 1em;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.22rem;
}
.user-order-list .search-wrapper input::-webkit-input-placeholder {
  color: #a4a4a4;
}
.user-order-list .search-wrapper button i {
  font-size: 0.4rem;
  color: #666;
  vertical-align: 0.1rem;
}
.user-order-list .menu {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.user-order-list .menu .item {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
}
.user-order-list .menu .item span {
  display: inline-block;
  height: 100%;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.user-order-list .menu .item.on span {
  border-bottom: 2px solid #2f7eff;
  color: #2f7eff;
}
.user-order-list .con-tit .count:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-left: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  display: inline-block;
  margin: 0 0 0 0.2rem;
  -webkit-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.user-order-list .con-tit .status-txt {
  font-size: 0.22rem;
  color: #999;
}
.user-order-list .con-tit .status-txt.off {
  color: #ff8300;
}
/****************** 订单详情 *******************/
/* 头部 */
.user-order-con .coc-header {
  background-image: url("../images/logistics-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1.95rem;
  padding: 0 0.2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.user-order-con .coc-header.send {
  background-color: #ff8400;
}
.user-order-con .logistics-state {
  width: 1.2rem;
  height: 100%;
  background-image: url("../images/state-send.png");
  -webkit-background-size: 1.2rem 1.2rem;
  -moz-background-size: 1.2rem 1.2rem;
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.user-order-con .logistics-state.nobuy {
  background-image: url("../images/state-nobuy.png");
}
.user-order-con .logistics-state.state-nfh {
  background-image: url("../images/state-nfh.png");
}
.user-order-con .logistics-state.state-ysh {
  background-image: url("../images/state-ysh.png");
}
.user-order-con .logistics-state.state-dqh {
  background-image: url("../images/state-dqh.png");
}
.user-order-con .logistics-state.state-yqh {
  background-image: url("../images/state-yqh.png");
}
.user-order-con .logistics-state.state-ypj {
  background-image: url("../images/state-ypj.png");
}
.user-order-con .logistics-state.state-ytk {
  background-image: url("../images/state-ytk.png");
}
.user-order-con .logistics-info {
  width: 4.45rem;
  height: 100%;
  display: table;
}
.user-order-con .logistics-info .logistics-info-txt {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 0.22rem;
  line-height: 1.5;
}
.user-order-con .base-title {
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.22rem;
  border-bottom: 1px solid #efefef;
}
.user-order-con .logistics-info .logistics-info-txt p {
  font-size: 0.26rem;
  margin-bottom: 0.05rem;
}
.user-order-con .item {
  background-color: #fff;
  margin-top: 0.1rem;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.user-order-con .orders-info {
  margin-top: 0;
}
.user-order-con .item ul li {
  position: relative;
}
.user-order-con .item ul li span {
  display: inline-block;
  vertical-align: top;
  color: #868686;
}
.user-order-con .item ul li span.txt.stauts-wzf {
  color: #ff8d10;
}
.user-order-con .item ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.72rem;
  height: 0.77rem;
  line-height: 0.77rem;
  text-align: center;
}
.user-order-con .item ul li .icon img {
  width: auto;
  height: 0.32rem;
  vertical-align: middle;
}
.user-order-con .item ul li .text {
  display: block;
  padding: 0.2rem 0.23rem 0.2rem 0;
  margin-left: 0.72rem;
  line-height: 1.5;
  border-bottom: 1px solid #eaeaea;
}
.user-order-con .item ul li .text .label {
  float: left;
  display: inline-block;
  width: 1.25rem;
  font-size: 0.22rem;
  color: #a4a4a4;
}
.user-order-con .item ul li .text .txt {
  width: 4.1rem;
  font-size: 0.22rem;
  color: #333;
  float: left;
}
.user-order-con .item .price-btn {
  padding: 0.15rem 0.2rem;
}
.user-order-con .adderss-info {
  position: relative;
  padding: 0.3rem 0.2rem 0.3rem 0.76rem;
  background: #fff;
  line-height: 1.5;
  border-bottom: 1px solid #f0f0f0;
}
.user-order-con .adderss-info .address-content {
  font-size: 0.2rem;
  color: #686868;
}
.user-order-con .iconfont {
  position: absolute;
  left: 0.2rem;
  top: 0.3rem;
  font-size: 0.35rem;
  color: #888;
}
/* 内容块 */
.user-order-con .item-block {
  margin-top: 0.1rem;
  background: #fff;
}
.user-order-con .item-block .con-tit {
  height: 0.71rem;
  line-height: 0.71rem;
  padding: 0 0.2rem;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.user-order-con .delivery-infos .delivery-con {
  padding: 0 0.2rem 0.22rem;
  font-size: 0.22rem;
  color: #686868;
  border-bottom: 1px solid #efefef;
}
.user-order-con .delivery-infos .delivery-con li {
  margin-top: 0.22rem;
}
.user-order-con .delivery-infos .delivery-con li a.tel {
  color: #ff8f09;
  text-decoration: underline;
}
.user-order-con .delivery-infos .delivery-con li .icon-tel {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background-image: url("../images/index-icon02.png");
  -webkit-background-size: 6rem auto;
  -moz-background-size: 6rem auto;
  background-size: 6rem auto;
  background-repeat: no-repeat;
  background-position: -2.84rem -0.04rem;
  vertical-align: middle;
}
.user-order-con .product-info .delivery-con {
  padding: 0.15rem 0.2rem;
  border-bottom: 1px solid #efefef;
}
.user-order-con .product-info .delivery-con ul {
  background: #fafafa;
}
.user-order-con .product-info .delivery-con ul li {
  position: relative;
  padding: 0.15rem 0.2rem;
  border-bottom: 1px dashed #ddd;
}
.user-order-con .product-info .delivery-con ul li:last-child {
  border-bottom: 0;
}
.user-order-con .product-info .delivery-con ul li a {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.user-order-con .product-info .delivery-con ul li .picture {
  width: 1.4rem;
  height: 1.4rem;
}
.user-order-con .product-info .delivery-con ul li .picture img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.user-order-con .product-info .delivery-con ul li .info-centent {
  width: 4.02rem;
  -webkit-flex-flow: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-around;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  line-height: 1.5;
}
.user-order-con .product-info .delivery-con ul li .info-centent .name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.user-order-con .product-info .delivery-con ul li .info-centent .description {
  font-size: 0.22rem;
  color: #666;
}
.user-order-con .product-info .delivery-con ul li .info-centent .count {
  color: #454545;
}
.user-order-con .product-info .delivery-con ul li .info-centent .count span {
  color: #ff8400;
  font-size: 0.26rem;
}
.user-order-con .product-info .delivery-con ul li .assess {
  position: absolute;
  right: 0.17rem;
  bottom: 0.2rem;
  width: 0.88rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  background-color: #cecece;
  border-radius: 3px;
  font-size: 0.2rem;
}
.user-order-con .product-info .delivery-con ul li .assess a {
  display: block;
  color: #fff;
}
.user-order-con .product-info .delivery-con ul li .assess.status-on {
  background-color: #ff8400;
}
.user-order-con .product-info .all-price .infos {
  padding: 0 0.2rem 0.35rem;
  font-size: 0.22rem;
  color: #686868;
}
.user-order-con .product-info .all-price .infos span {
  font-size: 0.24rem;
}
.user-order-con .product-info .all-price .infos p {
  margin-top: 0.18rem;
}
.user-order-con .product-info .all-price .all-count {
  position: relative;
  padding: 0 0.2rem;
  line-height: 0.7rem;
  color: #ff8400;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.user-order-con .product-info .all-price .all-count:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.6rem;
  top: -0.16rem;
  width: 0.24rem;
  height: 0.24rem;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.user-order-con .product-info .all-price .all-count span {
  font-size: 0.26rem;
}
.user-order-con .order-con-btn {
  z-index: 30;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.17rem 0.2rem;
  background-color: #fff;
  border-top: 1px solid #efefef;
  font-size: 0.2rem;
  text-align: right;
}
.user-order-con .order-con-btn .payment {
  display: inline-block;
  width: 1.38rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-left: 0.1rem;
  text-align: center;
  color: #fff;
  background: #ff8400;
  border-radius: 30px;
}
.user-order-con .order-con-btn span {
  position: relative;
  display: inline-block;
  width: 1.38rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
}
.user-order-con .order-con-btn .delete-order {
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 30px;
  color: #aaa;
}
.user-order-con .order-con-btn .more-menu {
  position: relative;
}
.user-order-con .order-con-btn .more-menu ul {
  position: absolute;
  left: 0;
  bottom: 0.64rem;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  -webkit-transform: translate3d(0, 72%, 0);
  -webkit-transform: translate3d(0, 72%, 0);
  -moz-transform: translate3d(0, 72%, 0);
  -o-transform: translate3d(0, 72%, 0);
  -ms-transform: translate3d(0, 72%, 0);
  transform: translate3d(0, 72%, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
  font-size: 0.18rem;
  line-height: 2;
}
.user-order-con .order-con-btn .more-menu ul:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  width: 0;
  height: 0;
  border-left: 0.14rem solid transparent;
  border-right: 0.14rem solid transparent;
  border-top: 0.2rem solid rgba(0,0,0,0.3);
  margin-left: -0.14rem;
}
.user-order-con .order-con-btn .more-menu ul a {
  color: #fff;
}
.user-order-con .order-con-btn .more-menu ul.active {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 99;
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* 个人中心 */
.user header {
  background-color: #2f7eff;
}
.user .user-wrapper {
  padding: 0 0.2rem;
}
.user .user-wrapper .user-info-wrapper {
  width: 4.55rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.2rem;
  color: #fff;
}
.user .user-wrapper .user-info-wrapper .avatar {
  width: 1.37rem;
}
.user .user-wrapper .user-info-wrapper .avatar img {
  width: 1.05rem;
  height: 1.05rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.user .user-wrapper .user-info-wrapper .user-info {
  line-height: 1.5;
  font-size: 0.22rem;
}
.user .user-wrapper .user-info-wrapper .user-info .name {
  font-size: 0.26rem;
}
.user .user-wrapper .user-info-wrapper .user-info .time .edit {
  width: 0.25rem;
  height: 0.3rem;
  background-position: -3.4rem -7.5rem;
  vertical-align: -0.06rem;
}
.user .user-wrapper .user-btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: right;
}
.user .user-wrapper .user-btn .icon-mail {
  position: relative;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../images/index-icon02.png");
  -webkit-background-size: 6rem auto;
  -moz-background-size: 6rem auto;
  background-size: 6rem auto;
  background-repeat: no-repeat;
  background-position: -1.92rem -0.68rem;
}
.user .user-wrapper .user-btn .icon-mail .number-bar {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 0.02em 0.34em;
  min-width: 8px;
  border-radius: 18px;
  background-color: #fff;
  color: #ffb51e;
  line-height: 1.1;
  text-align: center;
  font-size: 10px;
  vertical-align: middle;
  border: 1px solid #ffb51e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.user .user-wrapper .user-btn .sign-in {
  display: inline-block;
  margin-top: 0.1rem;
  width: 1.25rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #ffb51e;
  color: #fff;
  border-radius: 30px;
  font-size: 0.2rem;
}
.user .user-wrapper .user-btn .sign-in.off {
  background-color: #ccc;
  color: #999;
}
.user .user-price {
  padding: 0.22rem 0;
  background-color: rgba(255,255,255,0.12);
  color: #fff;
}
.user .user-price .item {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 0.26rem;
  line-height: 1.3;
}
.user .user-price .item p {
  font-size: 0.2rem;
}
.user .user-price .item:last-child {
  border-right: 0;
}
.user .user-orders {
  margin-top: 0.1rem;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
}
.user .user-orders .title {
  height: 0.67rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.user .user-orders .title .iconfont {
  color: #f74427;
  font-size: 0.35rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.user .user-orders .title span {
  width: 70%;
}
.user .user-orders .title a {
  float: right;
  font-size: 0.22rem;
  color: #999;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.user .user-orders .title a:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  display: block;
  -webkit-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 0.1rem;
}
.user .user-orders .user-orders-list {
  height: 1.27rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.user .user-orders .user-orders-list a {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.user .user-orders .user-orders-list a img {
  width: 0.4rem;
  height: 0.32rem;
}
.user .user-orders .user-orders-list a p {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #504940;
}
.user .user-service li {
  padding: 0 0.2rem;
  margin-top: 0.1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #fff;
}
.user .user-service li:last-child {
  margin-bottom: 0.2rem;
}
.user .user-service li .dingdan-icon {
    color: #f74427;
    font-size: 0.35rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.user .user-service li .jifen-icon {
    color: #FFB51E;
    font-size: 0.35rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.user .user-service li .cart-icon {
    color: #91D920;
    font-size: 0.35rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.user .user-service li .logout-icon {
    color: #666666;
    font-size: 0.35rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.user .user-service li a {
  display: block;
  color: #666;
}
.user .user-service li a .go-txt {
  float: right;
  margin-right: 0.2rem;
  color: #ffb51e;
  font-size: 0.2rem;
}
.user .user-service li {
  position: relative;
}
.user .user-service li .index-icon02 {
  width: 0.35rem;
  height: 0.45rem;
  vertical-align: -0.12rem;
  margin-right: 0.1rem;
}
.user .user-service li .index-icon02.over-icon {
  background-position: -0.04rem -5.72rem;
}
.user .user-service li .index-icon02.recording-icon {
  background-position: -0.74rem -5.7rem;
}
.user .user-service li .index-icon02.collect-icon {
  background-position: -1.56rem -5.76rem;
}
.user .user-service li .index-icon02.address-icon {
  background-position: -2.3rem -5.76rem;
}
.user .user-service li .index-icon02.record-icon {
  background-position: -3.06rem -5.7rem;
}
.user .user-service li .index-icon02.service-icon {
  background-position: -3.74rem -5.74rem;
}
.user .user-service li .index-icon02.about-icon {
  background-position: -4.48rem -5.74rem;
}
.user .user-service li .index-icon02.promotion-icon {
  background-position: -1.96rem -6.84rem;
}
.user .user-service li .index-icon02.equipment-icon {
  background-position: -2.8rem -6.86rem;
}
.user .user-service li .index-icon02.orders-icon {
  background-position: -3.6rem -6.86rem;
}
.user .user-service li:after {
  content: "";
  position: absolute;
  right: 0.22rem;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  margin-top: -0.08rem;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* 通用底部 */
.common-footer {
  z-index: 99;
  position: relative;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.98rem;
  background-color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.common-footer:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid transpante;
  content: ' ';
}
.common-footer:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  content: ' ';
}
.common-footer a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 0.18rem;
  color: #999;
}
.common-footer a .icon {
  width: 0.5rem;
  height: 0.45rem;
}
.common-footer a.on {
  color: #2f7eff;
}
.common-footer a p {
  line-height: 1;
  margin-top: 0.03rem;
}
.common-footer .home .icon {
  background-position: 0.06rem 0;
}
.common-footer .home.on .icon {
  background-position: -1.16rem 0;
}
.common-footer .sort .icon {
  background-position: 0.06rem -0.8rem;
}
.common-footer .sort.on .icon {
  background-position: -1.16rem -0.8rem;
}
.common-footer .car .icon {
  background-position: 0.06rem -1.6rem;
}
.common-footer .car.on .icon {
  background-position: -1.16rem -1.6rem;
}
.common-footer .user .icon {
  background-position: 0.06rem -2.4rem;
}
.common-footer .user.on .icon {
  background-position: -1.16rem -2.4rem;
}
/* 购物车 */
.buy-car header {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  padding: 0 0.18rem;
  background-color: #ff8400;
  color: #fff;
  font-size: 0.22rem;
}
.buy-car header .edits {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
/* background-position:0 0; */
  vertical-align: -0.04rem;
  background-image: url("../images/edit.png");
  -webkit-background-size: 0.25rem 0.25rem;
  -moz-background-size: 0.25rem 0.25rem;
  background-size: 0.25rem 0.25rem;
  background-repeat: no-repeat;
}
.buy-car header a {
  color: #fff;
}
.buy-car .pro-list {
  margin: 0.58rem 0 1rem;
}
.buy-car .pro-list li {
  position: relative;
  /*margin-top: 0.1rem;*/
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 0.25rem 0;
}
.buy-car .pro-list .cate_name {
  background: #fff;
  padding: 10px 20px;
}
.buy-car .pro-list li .selected {
  width: 0.92rem;
  height: 1.3rem;
}
.buy-car .pro-list li .pro-info {
  position: relative;
  z-index: 10;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.buy-car .pro-list li .pro-info .img {
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}
.buy-car .pro-list li .pro-info .img img {
  width: 100%;
  height: 100%;
}
.buy-car .pro-list li .pro-info .infos {
  width: 3.42rem;
  min-height: 1.3rem;
  margin-left: 0.18rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.buy-car .pro-list li .pro-info .infos .title {
  font-size: 0.24rem;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
}
.buy-car .pro-list li .pro-info .infos .keyword {
  position: relative;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #ababab;
}
.buy-car .pro-list li .pro-info .infos .cate {
  margin: -.4rem 0;
}
.buy-car .pro-list li .pro-info .infos .select-product {
  position: relative;
  width: 100%;
  height: 0.42rem;
  padding-left: 0.12rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #ababab;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-car .pro-list li .pro-info .infos .select-product:after {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border-left: 0.02rem solid #737373;
  border-bottom: 0.02rem solid #737373;
  display: block;
  margin-top: -0.12rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.buy-car .pro-list li .pro-info .infos .attr {
  margin: 0.1rem 0;
  color: #868686;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.buy-car .pro-list li .pro-info .infos .price {
  font-size: 0.24rem;
  color: #ff8400;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.buy-car .pro-list li .pro-info .infos .price i {
  font-style: normal;
  font-size: 0.24rem;
}
.buy-car .pro-list li .pro-info .infos .price .delete-btn {
  width: 0.35rem;
  height: 0.35rem;
  background-position: -4.52rem -6.44rem;
}
.buy-car .pro-list li .selected {
  position: relative;
}
.buy-car .pro-list li .selected input {
  display: none;
}
.buy-car .pro-list li .selected .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.18rem 0 0 -0.18rem;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
}
.buy-car .pro-list li .selected input:checked + .icon {
  background-color: #ff8400;
  border-color: #ff8400;
  background-image: url("../images/enter.png");
  -webkit-background-size: 0.17rem 0.12rem;
  -moz-background-size: 0.17rem 0.12rem;
  background-size: 0.17rem 0.12rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.buy-car .pro-list li .amount {
  z-index: 29;
  position: absolute;
  right: 0.2rem;
  bottom: 0.23rem;
  color: #454545;
  cursor: pointer;
}
.buy-car .pro-list li .amount .count div {
  line-height: 0.45rem;
}
.buy-car .car-footer {
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.88rem;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.buy-car .amount .count {
  width: 1.5rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 0.5rem;
  line-height: 0.5rem;
}
.buy-car .amount .count div {
  display: block;
  width: 0.48rem;
  text-align: center;
  font-size: 0.36rem;
  color: #454545;
  cursor: pointer;
}
.buy-car .amount .count input {
  width: 0.55rem;
  text-align: center;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  color: #666;
  border-radius: 0;
}
.buy-car .car-footer .selected {
  position: relative;
  padding-left: 0.26rem;
  width: 1.68rem;
  height: 100%;
  line-height: 0.88rem;
}
.buy-car .car-footer .selected input {
  display: none;
}
.buy-car .car-footer .selected .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  vertical-align: -0.1rem;
}
.buy-car .car-footer .selected input:checked + .icon {
  background-color: #ff8400;
  border-color: #ff8400;
  background-image: url("../images/enter.png");
  -webkit-background-size: 0.17rem 0.12rem;
  -moz-background-size: 0.17rem 0.12rem;
  background-size: 0.17rem 0.12rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.buy-car .car-footer .selected span {
  display: inline-block;
  height: 100%;
  margin-left: 0.1rem;
  font-size: 0.24rem;
}
.buy-car .car-footer .all-price {
  width: 2.5rem;
  height: 100%;
  line-height: 0.88rem;
  text-align: center;
}
.buy-car .car-footer .all-price span {
  color: #ff8400;
}
.buy-car .car-footer .button {
  width: 2.2rem;
  height: 100%;
  background-color: #ff8400;
  line-height: 0.88rem;
  color: #fff;
}
.buy-car .car-footer .button span {
  display: block;
  text-align: center;
  cursor: pointer;
}
.buy-car .car-footer .button .delete_btn {
  display: none;
}
.buy-car .car-footer.delete .all-price {
  display: none;
}
.buy-car .car-footer.delete .delete_btn {
  display: block;
}
.buy-car .car-footer.delete .sub_btn {
  display: none;
}
.edit-hock .cancel {
  display: none;
}
.edit-hock.on .cancel {
  display: inline-block;
}
.edit-hock.on .edit-txt {
  display: none;
}
.buy-car .car-footer .delete-btn {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.buy-car .car-footer .delete-btn span {
  width: 1.5rem;
  height: 0.55rem;
  line-height: 0.55rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
}
.buy-car .car-footer .delete-btn .join-btn {
  border: 1px solid #d81e06;
  color: #d81e06;
}
.buy-car .car-footer .delete-btn .delete_btn {
  margin: 0 0.15rem;
  border: 1px solid #ccc;
  color: #999;
}
/* 失效商品 */
.tmp-invalid-list .title {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
}
.tmp-invalid-list .title .line {
  display: inline-block;
  width: 0.64rem;
  height: 1px;
  background-color: #bbb;
  vertical-align: middle;
}
.tmp-invalid-list .title span {
  margin: 0 0.28rem;
  color: #aaa;
}
.tmp-invalid-list .list-box li {
  position: relative;
  width: 100%;
  margin-bottom: 0.1rem;
  padding: 0.13rem 0.2rem;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tmp-invalid-list .list-box li .picture {
  width: 1.58rem;
  height: 1.58rem;
}
.tmp-invalid-list .list-box li .picture img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.tmp-invalid-list .list-box li .pro-info {
  width: 4.1rem;
  margin-left: 0.2rem;
  color: #777;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.tmp-invalid-list .list-box li .pro-info .pro-title {
  font-size: 0.26rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
}
.tmp-invalid-list .list-box li .pro-info .price {
  color: #999;
}
.tmp-invalid-list .list-box li .delete-btn {
  position: absolute;
  right: 0.2rem;
  bottom: 0.33rem;
  width: 1.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 1px solid #d81e06;
  color: #d81e06;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
/****************购物车弹出模块******************/
.model-bg {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
  -webkit-backdrop-filter: blur(10px);
}
.model-bg.on {
  z-index: 50;
  background-color: rgba(0,0,0,0.65);
  -webkit-transition: all 0.05s ease;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.card-model {
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: translate3d(0, 110%, 0);
  -webkit-transform: translate3d(0, 110%, 0);
  -moz-transform: translate3d(0, 110%, 0);
  -o-transform: translate3d(0, 110%, 0);
  -ms-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-model.up {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.card-model .selects-info {
  max-height: 3.96rem;
  overflow: hidden;
  margin: 0 0.2rem 0;
  overflow-y: scroll;
}
.card-model .cm-header {
  position: relative;
  margin: 0 0.2rem;
}
.card-model .cm-header .header-product {
  position: absolute;
  left: -0.04rem;
  top: -0.3rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.08rem;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 1px #e4e4e4;
  -webkit-box-shadow: 2px 2px 1px #e4e4e4;
  box-shadow: 2px 2px 1px #e4e4e4;
}
.card-model .cm-header .header-product img {
  width: 100%;
  height: 100%;
}
.card-model .cm-header .header-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 1.55rem;
  padding: 0.22rem 0 0 2.08rem;
  font-size: 0.22rem;
  color: #666;
  line-height: 1.3;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.card-model .cm-header .header-info .name {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  overflow: hidden;
}
.card-model .cm-header .header-info i {
  font-style: normal;
}
.card-model .cm-header .header-info .money {
  font-size: 0.28rem;
  color: #ff7e00;
}
.card-model .cm-header .header-info .stock {
  display: block;
  margin: 0.2rem 0;
}
.card-model .cm-header .header-info .tips {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.card-model .cm-selects h1 {
  font-weight: normal;
  line-height: 0.7rem;
}
.card-model .cm-selects .options {
  font-size: 0;
}
.card-model .cm-selects .options span {
  display: inline-block;
  min-width: 1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  font-size: 0.22rem;
  color: #666;
  background-color: #f3f3f3;
  margin: 0.2rem 0.2rem 0 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.card-model .cm-selects .options span.on {
  background-color: #ff8400;
  color: #fff;
}
.card-model .cm-selects .option-size span {
  min-width: 1.6rem;
  margin: 0.1rem 0.1rem 0 0;
}
.amount {
  margin: 0.3rem 0.2rem 0;
}
.amount .text {
  line-height: 0.62rem;
}
.amount .count {
  width: 2.5rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  height: 0.62rem;
  line-height: 0.62rem;
}
.amount .count div {
  display: block;
  width: 0.65rem;
  text-align: center;
  font-size: 0.36rem;
  color: #999;
  cursor: pointer;
}
.amount .count input {
  width: 1.22rem;
  text-align: center;
  border: 1px solid #b5b5b5;
  border-top: 0;
  border-bottom: 0;
  color: #666;
  border-radius: 0;
}
.card-model .model-footer {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 0.4rem;
}
.card-model .model-footer a {
  display: block;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
}
.card-model .model-footer .footer-car {
  background-image: -webkit--webkit-linear-gradient(left, #ffca00, #ff9502);
  background-image: -webkit--moz-linear-gradient(left, #ffca00, #ff9502);
  background-image: -webkit--o-linear-gradient(left, #ffca00, #ff9502);
  background-image: -webkit--ms-linear-gradient(left, #ffca00, #ff9502);
  background-image: -webkit-linear-gradient(to right, #ffca00, #ff9502);
  background-image: -webkit-linear-gradient(left, #ffca00, #ff9502);
  background-image: -moz-linear-gradient(left, #ffca00, #ff9502);
  background-image: -o-linear-gradient(left, #ffca00, #ff9502);
  background-image: -ms-linear-gradient(left, #ffca00, #ff9502);
  background-image: linear-gradient(to right, #ffca00, #ff9502);
}
.card-model .model-footer .footer-buy {
  background-image: -webkit--webkit-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: -webkit--moz-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: -webkit--o-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: -webkit--ms-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: -webkit-linear-gradient(to right, #ff7000, #fc4b1a);
  background-image: -webkit-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: -moz-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: -o-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: -ms-linear-gradient(left, #ff7000, #fc4b1a);
  background-image: linear-gradient(to right, #ff7000, #fc4b1a);
}
.card-model .model-footer .footer-buy.no,
.card-model .model-footer .footer-car.no {
  background-color: #ccc;
}
.card-model .model-close {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../images/model-close.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* 文本弹层模块 */
.card-model .text-box-wrapper .tb-body {
  width: 100%;
  padding: 0 0.2rem;
}
.card-model .text-box-wrapper .title {
  height: 1.07rem;
  line-height: 1.07rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 0.26rem;
  color: #1d1d1d;
}
.card-model .text-box-wrapper .text-box {
  margin-top: 0.3rem;
}
.card-model .text-box-wrapper .text-box textarea {
  display: block;
  width: 100%;
  height: 2.2rem;
  padding: 0.17rem 0.14rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 0.22rem;
}
.card-model .text-box-wrapper .sub-btn {
  width: 100%;
  height: 0.76rem;
  margin-top: 0.3rem;
  background-color: #2f7eff;
  color: #fff;
}
.card-model .text-box-wrapper .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../images/tb-close.png");
  -webkit-background-size: 0.27rem 0.28rem;
  -moz-background-size: 0.27rem 0.28rem;
  background-size: 0.27rem 0.28rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.copy-right {
  width: 100%;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  font-size: 0.18rem;
  color: #999;
  background-color: #f8f8f8;
}
/* 文章内容页 */
.text-content .head-banner {
  width: 100%;
}
.text-content .head-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.text-content .nav-list {
  width: 100%;
  height: 0.84rem;
  padding: 0 0.2rem;
  background-color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.text-content .nav-list a {
  width: 1.4rem;
  height: 0.5rem;
  margin-right: 0.15rem;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.24rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #666;
}
.text-content .nav-list a.on {
  border-color: #2f7eff;
  background-color: #2f7eff;
  color: #fff;
}
.text-content .content-wrapper {
  padding: 0.3rem 0.2rem;
  line-height: 1.5;
  background-color: #fff;
}
.text-content .content-wrapper .title {
  text-align: center;
  font-size: 0.3rem;
}
.text-content .content-wrapper .content-box {
  margin-top: 0.15rem;
}
.text-content .content-wrapper .content-box img {
  max-width: 100%;
  height: auto;
}
/* 商户接单 */
.merchants-orders .menu {
  z-index: 30;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.merchants-orders .menu a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.7rem;
  line-height: 0.7rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #666;
  font-size: 0.26rem;
}
.merchants-orders .menu a.on {
  color: #2f7eff;
  border-bottom: 2px solid #2f7eff;
}
.merchants-orders .order-list-wrapper {
  padding: 0 0.2rem;
  margin-top: 0.8rem;
}
.merchants-orders .order-list-wrapper li {
  padding: 0 0.2rem;
  margin-top: 0.1rem;
  background-color: #fff;
}
.merchants-orders .order-list-wrapper li .project-info {
  height: 0.66rem;
  border-bottom: 1px dashed #d2d2d2;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.merchants-orders .order-list-wrapper li .project-info span {
  color: #ff8400;
}
.merchants-orders .order-list-wrapper li .orders-info {
  line-height: 1.5;
  padding-bottom: 0.12rem;
  border-bottom: 1px dashed #d2d2d2;
}
.merchants-orders .order-list-wrapper li .orders-info p {
  margin-top: 0.12rem;
}
.merchants-orders .order-list-wrapper li .orders-info .server-time {
  color: #ff8400;
}
.merchants-orders .order-list-wrapper li .orders-info .urgent {
  color: #f00;
}
.merchants-orders .order-list-wrapper li .status-btn {
  height: 0.8rem;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.merchants-orders .order-list-wrapper li .status-btn .btn-item {
  width: 1.2rem;
  height: 0.45rem;
  margin-left: 0.2rem;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
  border-radius: 3px;
}
.merchants-orders .order-list-wrapper li .status-btn .btn-item.more {
  background-color: #aaa;
}
.merchants-orders .order-list-wrapper li .status-btn .btn-item.refuse-btn {
  background-color: #72a8ff;
}
.merchants-orders .order-list-wrapper li .status-btn .btn-item.accept-btn {
  background-color: #ff8400;
}
/* 预约设备信息 */
.user-reservation-con .reservation-con-tit {
  padding: 0 0.18rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #999;
}
.user-reservation-con .infos {
  padding: 0 0.2rem;
  background-color: #fff;
}
.user-reservation-con .infos p {
  padding: 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.user-reservation-con .history-recording {
  margin-top: 0.1rem;
  padding: 0.2rem;
  background-color: #fff;
}
.user-reservation-con .history-recording ul {
  margin-top: 0.1rem;
  color: #666;
}
.user-reservation-con .history-recording ul li {
  margin-top: 0.05rem;
  line-height: 1.5;
}
.user-reservation-con .sub-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.77rem;
  line-height: 0.77rem;
  text-align: center;
  background-color: #ff8400;
  color: #fff;
}
/* 预约订单提交 */
.order-confirm .user-address {
  display: table;
  width: 100%;
  height: 1.56rem;
  padding: 0 0.2rem;
  background-color: #fff;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 0.05rem;
  -moz-background-size: 100% 0.05rem;
  background-size: 100% 0.05rem;
  background-position: left bottom;
}
.order-confirm .user-address .add {
  display: inline-block;
  width: 0.55rem;
  height: 100%;
  background-image: url("../images/address-icon01.png");
  -webkit-background-size: 0.31rem 0.37rem;
  -moz-background-size: 0.31rem 0.37rem;
  background-size: 0.31rem 0.37rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.order-confirm .user-address .txt-box {
  position: relative;
  display: table-cell;
  height: 100%;
  line-height: 1.5;
  padding: 0.15rem 0;
  vertical-align: middle;
  font-size: 0.22rem;
  color: #888;
}
.order-confirm .user-address .txt-box .name {
  margin-bottom: 0.05rem;
  font-size: 0.24rem;
  color: #333;
}
.order-confirm .user-address .txt-box:after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  display: block;
  -webkit-transform: rotate(-135deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.075rem;
}
/* 订单列表 */
.user-order-list .search-wrapper {
  padding: 0.2rem;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.user-order-list .search-wrapper input {
  width: 5.4rem;
  height: 0.62rem;
  border: 1px solid #ccc;
  text-indent: 1em;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.22rem;
}
.user-order-list .search-wrapper input::-webkit-input-placeholder {
  color: #a4a4a4;
}
.user-order-list .search-wrapper button i {
  font-size: 0.4rem;
  color: #666;
  vertical-align: 0.1rem;
}
.user-order-list .menu {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.user-order-list .menu .item {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  font-size: 10px;
}
.user-order-list .menu .item span {
  display: inline-block;
  height: 100%;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.user-order-list .menu .item.on span {
  border-bottom: 2px solid #d81e06;
  color: #d81e06;
}
.user-order-list .con-tit .count:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-left: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  display: inline-block;
  margin: 0 0 0 0.2rem;
  -webkit-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.user-order-list .con-tit .status-txt {
  font-size: 0.22rem;
  color: #999;
}
.user-order-list .con-tit .status-txt.off {
  color: #ff8300;
}
.order-confirm .integ-order-info {
  background-color: #fff;
}
.order-confirm .integ-order-info .titles {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.2rem;
  margin-top: 0.15rem;
  border: 1px solid #efefef;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}
.order-confirm .integ-order-info .titles .mall-icon {
  width: 0.35rem;
  height: 0.31rem;
  background-position: -1.82rem -6.46rem;
  vertical-align: -0.04rem;
  margin-right: 0.1rem;
}
.order-confirm .integ-order-info .titles p {
  width: 5.5rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.order-confirm .integ-order-info .integ-order-pro {
  padding: 0.18rem 0.2rem;
  background-color: #fff;
}
.order-confirm .integ-order-info .integ-order-pro .item {
  padding: 0.2rem;
  background-color: #fafafa;
  border-radius: 3px;
  border-bottom: 1px dashed #ddd;
}
.order-confirm .integ-order-info .integ-order-pro .item:last-child {
  border-bottom: 0;
}
.order-confirm .integ-order-info .integ-order-pro .item .img {
  width: 1.4rem;
  height: 1.4rem;
}
.order-confirm .integ-order-info .integ-order-pro .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.order-confirm .integ-order-info .integ-order-pro .item .infos {
  width: 3.95rem;
  height: 1.4rem;
  line-height: 1.5;
  font-size: 0.2rem;
  color: #999;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.order-confirm .integ-order-info .integ-order-pro .item .infos .name {
  color: #444;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
}
.order-confirm .integ-order-info .integ-order-pro .item .infos .shux {
  margin: 0.03rem 0;
}
.order-confirm .integ-order-info .integ-order-pro .item .infos .count {
  font-size: 0.26rem;
  color: #ff8400;
}
.order-confirm .integ-order-info .integ-order-pro .item .infos .count span {
  color: #999;
}
.order-confirm .integ-order-info .integ-order-pro .item .infos .time {
  font-size: 0.18rem;
}
.order-confirm .integ-order-info .parameter {
  padding: 0 0.2rem;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}
.order-confirm .integ-order-info .parameter li {
  padding: 0.26rem 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-confirm .integ-order-info .parameter li .txt {
  max-width: 4.25rem;
}
.order-confirm .integ-order-info .parameter li .txt p {
  font-size: 0.2rem;
  color: #ff8d10;
  margin-top: 0.1rem;
}
.order-confirm .integ-order-info .parameter li input {
  margin-left: 0.2rem;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.order-confirm .integ-order-info .parameter li input::-webkit-input-placeholder {
  color: #ccc;
}
.order-confirm .integ-order-info .parameter li:last-child {
  border-bottom: 0;
}
.order-confirm .integ-order-info .parameter li a.select-txt:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  display: block;
  -webkit-transform: rotate(-135deg);
  float: right;
  margin: 0.06rem 0 0 0;
}
.order-confirm .integ-order-info .all-price {
  margin: 0 0.2rem;
  height: 0.81rem;
  line-height: 0.81rem;
  border-bottom: 1px solid #efefef;
  text-align: right;
}
.order-confirm .integ-order-info .all-price span {
  color: #ff8f09;
}
.comfirm-wrapper {
  font-size: 0.25rem;
  color: #3c3c3c;
  margin-bottom: 1%;
  margin-top: 2%;
  background: #fff;
}
.cart-calc02 {
  z-index: 2;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0.7rem;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.cart-calc02 .select-all {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.7rem;
  padding-left: 0.2rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  color: #4f4f4f;
}
.cart-calc02 .paydeatial {
  padding: 0.2rem;
  display: block;
  font-size: 0.25rem;
  color: #3c3c3c;
}
.cart-calc02 .select-all em {
  color: #808080;
  padding-left: 0.78rem;
  font-size: 0.2rem;
}
.cart-calc02 .select-all span {
  color: #ff8400;
  font-size: 0.26rem;
}
.cart-calc02 a {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  line-height: 0.3rem;
  font-size: 0.26rem;
  text-align: center;
  color: #fff;
  background: #ff8400;
  padding: 0.2rem 0;
}
.order-confirm .all-price {
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: right;
  background-color: #fff;
  padding-right: 0.2rem;
}
.order-confirm .all-price span {
  color: #ff8400;
}
.order-confirm .info-wrapper {
  margin-top: 0.1rem;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.order-confirm .info-wrapper .item {
  position: relative;
  padding: 0.25rem 0.2rem;
  border-top: 1px solid #efefef;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #555;
}
.order-confirm .info-wrapper .item.number-txt {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-confirm .info-wrapper .item.number-txt .integral-count {
  margin-right: 0.58rem;
  color: #868686;
  font-size: 0.22rem;
}
.order-confirm .info-wrapper .item.title {
  color: #333;
}
.order-confirm .info-wrapper .item .index-icon02 {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}
.order-confirm .info-wrapper .item .wechat-icon {
  background-position: -2.48rem -6.44rem;
}
.order-confirm .info-wrapper .item .cash-icon {
  background-position: -3.1rem -6.44rem;
}
.order-confirm .info-wrapper .item .offline-icon {
  background-position: -0.5rem -6.88rem;
}
.order-confirm .info-wrapper .item .self-icon {
  background-position: -1.26rem -6.88rem;
}
.order-confirm .info-wrapper .item .selected {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.92rem;
  height: 100%;
}
.order-confirm .info-wrapper .item .selected input {
  display: none;
}
.order-confirm .info-wrapper .item .selected .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.18rem 0 0 -0.18rem;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
}
.order-confirm .info-wrapper .item .selected input:checked+.icon {
  background-color: #ff8400;
  border-color: #ff8400;
  background-image: url("../images/enter.png");
  -webkit-background-size: 0.17rem 0.12rem;
  -moz-background-size: 0.17rem 0.12rem;
  background-size: 0.17rem 0.12rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.order-confirm .info-wrapper .item.text-box {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.5;
}
.order-confirm .info-wrapper .item.text-box input {
  width: 4.8rem;
}
.order-confirm .info-wrapper .item.text-box input::-webkit-input-placeholder {
  color: #ccc;
}
.order-confirm .info-wrapper .item.text-box span {
  font-size: 0.2rem;
  color: #f3ae00;
}
.order-confirm .info-wrapper .item.text-box .right-wrapper {
  padding-right: 0.4rem;
}
.order-confirm .info-wrapper .item.text-box .right-wrapper:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  display: block;
  -webkit-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -0.05rem;
}
.order-confirm .info-wrapper .item .tit-box {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.user-withdraw .withdraw-select {
  background-color: #fff;
}
.user-withdraw .withdraw-select .menu {
  position: relative;
  height: 0.89rem;
  line-height: 0.89rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0.26rem;
}
.user-withdraw .withdraw-select .menu:after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  float: right;
  -webkit-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.075rem;
}
.user-withdraw .withdraw-select .menu.on:after {
  -webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.user-withdraw .menu-list {
  display: none;
}
.user-withdraw .menu-list li {
  line-height: 0.72rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #efefef;
  color: #666;
}
.user-withdraw .menu-list li.active {
  background-image: url("../images/enter01.png");
  -webkit-background-size: 0.25rem 0.18rem;
  -moz-background-size: 0.25rem 0.18rem;
  background-size: 0.25rem 0.18rem;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.user-withdraw .menu-list li .cy-icon {
  width: 0.32rem;
  height: 0.32rem;
  vertical-align: -0.06rem;
  margin-right: 0.1rem;
}
.user-withdraw .menu-list li .union {
  background-position: -1.88rem -3.02rem;
}
.user-withdraw .menu-list li .wechat {
  background-position: -2.52rem -3rem;
}
.user-withdraw .menu-list li .zfb {
  background-position: -3.14rem -3.02rem;
}
.user-withdraw .info {
  margin-top: 0.1rem;
  background-color: #fff;
}
.user-withdraw .info .item {
  line-height: 0.9rem;
  height: 0.9rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #efefef;
}
.user-withdraw .info .item label {
  width: 1.75rem;
}
.user-withdraw .info .item input,
.user-withdraw .info .item select {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: normal;
}
.user-withdraw .info .item input::-webkit-input-placeholder {
  color: #afafaf;
}
.user-withdraw .info .tips {
  line-height: 0.7rem;
  height: 0.7rem;
  border-bottom-color: transparent;
  font-size: 0.2rem;
  color: #999;
}
.user-withdraw .btn-sub {
  display: block;
  width: 5.8rem;
  height: 0.76rem;
  margin: 0.7rem auto 0;
  line-height: 0.76rem;
  color: #fff;
  font-size: 0.28rem;
  background-color: #d41419;
  border-radius: 5px;
}
.order-confirm .select-day {
  width: 100%;
  height: 0.8rem;
  margin-top: 0.1rem;
  padding: 0 0.2rem;
  background-color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-confirm .select-day input {
  width: 3.3rem;
  margin-left: 0.1rem;
}
.order-confirm .select-day select {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background-image: url("../images/down-icon.png");
  background-repeat: no-repeat;
  -webkit-background-size: 0.24rem 0.13rem;
  -moz-background-size: 0.24rem 0.13rem;
  background-size: 0.24rem 0.13rem;
  background-position: right center;
}
.order-confirm .col-orange {
  color: #ff8400;
}
.order-confirm .small-font {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.2rem;
  color: #bbb;
}
/* 添加预约设备 */
.user-add-equipment {
  padding: 0 0.2rem;
}
.user-add-equipment .txt-title {
  margin-top: 0.2rem;
}
.user-add-equipment .item {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.75rem;
  padding: 0 0.15rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.user-add-equipment .item select {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/down-icon.png");
  background-repeat: no-repeat;
  -webkit-background-size: 0.24rem 0.13rem;
  -moz-background-size: 0.24rem 0.13rem;
  background-size: 0.24rem 0.13rem;
  background-position: right center;
}
.user-add-equipment .item.text-content {
  height: auto;
  padding-top: 0.2rem;
}
.user-add-equipment .item.text-content textarea {
  display: block;
  width: 100%;
  height: 2.35rem;
  resize: none;
}
.user-add-equipment .item.remarks .right-wrapper {
  width: 3.9rem;
}
.user-add-equipment .item.remarks .right-wrapper input {
  text-align: left;
}
.user-add-equipment .item .left-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.user-add-equipment .item .right-wrapper {
  width: 2.9rem;
}
.user-add-equipment .item .right-wrapper input {
  display: block;
  width: 100%;
  text-align: right;
}
.user-add-equipment .item .right-wrapper input::-webkit-input-placeholder {
  color: #bbb;
}
.user-add-equipment .tips-txt {
  margin-top: 0.2rem;
  color: #999;
  font-size: 0.2rem;
}
.user-add-equipment .sub-btn {
  z-index: 50;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #ff8400;
  color: #fff;
}
/* 推广人订单列表 */
.promote_nav {
  overflow: hidden;
  z-index: 1000;
  position: relative;
}
.promote_nav li {
  float: left;
  width: 33.3%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.22rem;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promote_nav li.on {
  color: #2f7eff;
  border-bottom: 2px solid #2f7eff;
}
.promote_content .promote_pe_list .promote_pe_item {
  overflow: hidden;
  padding: 0.16rem 0.2rem;
  background-color: #fff;
  margin-top: 0.14rem;
}
.promote_content .promote_pe_list .promote_pe_item:first-child {
  margin: 0;
}
.promote_content .promote_pe_list .promote_pe_item .pe_item_header {
  float: left;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.promote_content .promote_pe_list .promote_pe_item .pe_item_header img {
  width: 100%;
  height: 100%;
}
.promote_content .promote_pe_list .promote_pe_item .pe_item_content {
  float: left;
  margin-left: 0.2rem;
}
.promote_content .promote_pe_list .promote_pe_item .pe_item_content .pe_item_content_name {
  font-size: 0.21rem;
  margin-top: 0.18rem;
}
.promote_content .promote_pe_list .promote_pe_item .pe_item_content .pe_item_content_info {
  font-size: 0.19rem;
  margin-top: 0.12rem;
  color: #606060;
}
.promote_content .promote_pe_list .promote_pe_item .pe_item_content .pe_item_content_info span {
  margin-left: 0.3rem;
}
.promote_content .promote_pe_list .promote_pe_item .pe_item_content .pe_item_content_info span:first-child {
  margin: 0;
}
.promote_order_filter {
  position: relative;
}
.promote_order_filter .promote_order_filter_item {
  float: left;
  width: 50%;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promote_order_filter .promote_order_filter_item:last-child {
  border: none;
}
.promote_order_filter .promote_order_filter_item .filter_item_name {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.22rem;
  background-image: url("../images/dropdown.png");
  background-repeat: no-repeat;
  -webkit-background-size: 0.18rem 0.12rem;
  -moz-background-size: 0.18rem 0.12rem;
  background-size: 0.18rem 0.12rem;
  background-position: center right;
  padding-right: 0.26rem;
}
.promote_order_filter .promote_order_filter_item .on {
  background-image: url("../images/dropup.png");
}
.promote_order_filter .promote_order_filter_dropdown {
  position: absolute;
  top: 0.72rem;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.promote_order_filter .promote_order_filter_dropdown ul {
  display: none;
}
.promote_order_filter .promote_order_filter_dropdown ul li {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.21rem;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0.6rem;
}
.promote_order_filter .promote_order_filter_dropdown ul li.on {
  background-image: url("../images/select_dropdown.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-background-size: 0.28rem 0.2rem;
  -moz-background-size: 0.28rem 0.2rem;
  background-size: 0.28rem 0.2rem;
  padding-right: 0.6rem;
}
.promote_order_count {
  clear: both;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.promote_order_count .order_count_icon {
  float: left;
  border-right: 1px solid #e5e5e5;
  width: 1.6rem;
  height: 0.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.14rem 0.3rem;
}
.promote_order_count .order_count_icon img {
  width: 100%;
  height: 100%;
}
.promote_order_count .order_count_info {
  float: left;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.21rem;
  color: #606060;
  padding-left: 0.2rem;
}
.promote_qrcode {
  padding: 0.6rem 0;
}
.promote_qrcode .promote_qrcode_title,
.promote_qrcode .promote_qrcode_img,
.promote_qrcode .promote_qrcode_use {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.promote_qrcode .promote_qrcode_title {
  font-size: 0.32rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}
.promote_qrcode .promote_qrcode_use {
  font-size: 0.24rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  margin-top: 0.4rem;
}
.myorder_wrap {
  margin-top: 0.1rem;
}
.myorder_wrap li {
  background: #fff;
  padding: 0 0.2rem;
  margin-bottom: 0.1rem;
}
.myorder_wrap li p.p1 {
  color: #979797;
  font-size: 0.23rem;
  height: 0.48rem;
  line-height: 0.48rem;
}
.myorder_wrap li p.p1 span {
  float: right;
}
.myorder_wrap li p.p1 em {
  color: #f25749;
}
.myorder_wrap .myorder_box {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  padding: 0.1rem 0;
  position: relative;
}
.myorder_box .left {
  width: 20%;
  float: left;
  padding: 0.1rem;
}
.myorder_box .left img {
  width: 100%;
}
.myorder_box .mid {
  float: left;
  padding-left: 0.2rem;
  width: 68%;
}
.myorder_box .mid p {
  color: #3f3f3f;
  font-size: 0.25rem;
  padding-top: 0.1rem;
/*height: .33rem;*/
  line-height: 0.33rem;
}
.myorder_wrap span.arrow_r {
  float: right;
  width: 0.15rem;
  height: 0.15rem;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0.56rem;
  margin-right: 0.06rem;
}
.myorder_box .pr_comment {
  position: absolute;
  bottom: 0.14rem;
  right: 0.2rem;
  color: #35bb89;
  border: 1px solid #35bb89;
  padding: 0.06rem 0.1rem;
  border-radius: 0.06rem;
}
.myorder_box .pr_over {
  border-color: #aaa;
  color: #aaa;
}
/* 账户明细 */
.details .header {
  padding: 0.3rem 0.24rem;
  background-color: #cacaca;
}
.details .header .name {
  padding: 0 0.34rem 0.23rem;
  background-color: #fff;
  font-size: 0.22rem;
  color: #3f2c2d;
  border-bottom: 1px dashed #ddd;
  border-radius: 3px 3px 0 0;
}
.details .header .name h1 {
  padding: 0.28rem 0;
  font-weight: normal;
  font-size: 0.3rem;
  color: #333;
}
.details .header .name h1 .lv1 {
  display: inline-block;
  width: 0.24rem;
  height: 0.22rem;
  background-image: url("../images/lv1.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 0.1rem;
}
.details .header .name p {
  margin-bottom: 0.12rem;
}
.details .header .money {
  position: relative;
  background-color: #fff;
  line-height: 0.66rem;
  padding-left: 0.35rem;
  border-radius: 0 0 3px 3px;
}
.details .header .money i {
  display: inline-block;
  margin-right: 0.05rem;
}
.details .header .money i img {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: -0.04rem;
}
.details .header .money span {
  font-size: 0.22rem;
  color: #3f2c2d;
  margin-right: 0.33rem;
}
.details .header .money:after,
.details .header .money:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cacaca;
  border-radius: 50%;
  position: absolute;
  top: -5px;
}
.details .header .money:before {
  left: -5px;
}
.details .header .money:after {
  right: -5px;
}
.details .details-list .titles {
  font-size: 0.22rem;
  line-height: 0.6rem;
  padding-left: 0.25rem;
  background-color: #f5f5f5;
}
.details .details-list .list li {
  height: 1.03rem;
  padding: 0 0.2rem;
  background-color: #f9f9f9;
}
.details .details-list .list li .name-ifo {
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.details .details-list .list li .name-ifo .name {
  font-size: 0.24rem;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 1.5;
}
.details .details-list .list li .name-ifo .name .small-count {
  font-size: 0.2rem;
  color: #999;
}
.details .details-list .list li .name-ifo .name span.add {
  color: #1dc821;
}
.details .details-list .list li .name-ifo .name span.fl {
  display: inline-block;
  color: #333;
  max-width: 60%;
}
.details .details-list .list li .name-ifo .time {
  font-size: 0.2rem;
  color: #999;
}
.details .details-list .list li:nth-child(even) {
  background-color: #fff;
}
.details .details-list .list li .name-ifo .name .status-txt {
  font-size: 0.28rem;
  color: #666;
}
.details .details-list .list li .name-ifo .name .status-txt.status-on {
  color: #d41419;
}
/* 二维码弹层 */
.ewm-wrapper {
  display: none;
  z-index: 1000;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.95rem;
  height: 6.65rem;
  margin: -3.325rem 0 0 -2.475rem;
  padding-top: 0.6rem;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}
.ewm-wrapper .name {
  font-size: 0.36rem;
  margin-bottom: 0.35rem;
}
.ewm-wrapper img {
  width: 3.7rem;
}
.ewm-wrapper .tips {
  font-size: 0.18rem;
  color: #999;
  margin-top: 0.2rem;
}
.ewm-wrapper .close {
  position: absolute;
  right: -0.2rem;
  top: -0.18rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/close.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ewm-wrapper.active {
  display: block;
}
/* 推广人列表 */
.promotion-order-list .people-list .list-item {
  margin-top: 0.1rem;
  background-color: #fff;
}
.promotion-order-list .people-list .list-item .user-info {
  position: relative;
  height: 1.08rem;
  padding: 0 0.2rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #eee;
}
.promotion-order-list .people-list .list-item .user-info .avatar {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.promotion-order-list .people-list .list-item .user-info p {
  max-width: 3.8rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.promotion-order-list .people-list .list-item .user-info a {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  width: 1.1rem;
  height: 0.46rem;
  margin-top: -0.23rem;
  line-height: 0.46rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 0.18rem;
  color: #666;
}
.promotion-order-list .people-list .list-item .time-bar {
  background-color: #fbfbfb;
  border-bottom: 1px solid #eee;
}
.promotion-order-list .people-list .list-item .time-bar .box {
  width: 33.33%;
  word-wrap: break-word;
  padding: 0.17rem 0;
  text-align: center;
}
.promotion-order-list .people-list .list-item .time-bar .box span {
  font-size: 0.18rem;
  color: #999;
}
.promotion-order-list .people-list .list-item .time-bar .box p {
  margin-top: 0.15rem;
}
.promotion-order-list .people-list .list-item .time-bar .box.people-number {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.promotion-order-list .people-list .list-item .time-bar .box .icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../images/user-info-icon.png");
  background-repeat: no-repeat;
  -webkit-background-size: 4rem auto;
  -moz-background-size: 4rem auto;
  background-size: 4rem auto;
  vertical-align: -0.06rem;
}
.promotion-order-list .people-list .list-item .time-bar .box .icon.time-icon {
  background-position: 0.02rem -2.24rem;
}
.promotion-order-list .people-list .list-item .time-bar .box .icon.number-icon {
  background-position: -0.56rem -2.25rem;
}
.promotion-order-list .people-list .list-item .time-bar .box .icon.count-icon {
  background-position: -1.16rem -2.24rem;
}
.promotion-order-list .people-list .list-item .my-recommended {
  position: relative;
}
.promotion-order-list .people-list .list-item .my-recommended .title-bar {
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  color: #666;
  font-size: 0.2rem;
}
.promotion-order-list .people-list .list-item .my-recommended .title-bar:after {
  content: ' ';
  position: absolute;
  right: 0.2rem;
  top: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-left: 0.02rem solid #757575;
  border-bottom: 0.02rem solid #757575;
  display: block;
  float: left;
  margin: 0.24rem 0.1rem 0 0.2rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.promotion-order-list .people-list .list-item .my-recommended .title-bar.on:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.promotion-order-list .people-list .my-recommended .people-list-info {
  display: none;
}
.promotion-order-list .people-list .my-recommended .people-list-info li {
  padding: 0 0.2rem;
  border-bottom: 1px dashed #eee;
}
.promotion-order-list .people-list .my-recommended .people-list-info li a {
  width: 100%;
  height: 1.18rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.promotion-order-list .people-list .my-recommended .people-list-info li a .avatar {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.2rem;
}
.promotion-order-list .people-list .my-recommended .people-list-info li a .avatar img {
  width: 100%;
  height: 100%;
}
.promotion-order-list .people-list .my-recommended .people-list-info li a .user-name {
  width: 5.2rem;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.18rem;
  color: #999;
}
.promotion-order-list .people-list .my-recommended .people-list-info li a .user-name p {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.1rem;
}
/* 我的二维码 */
.my-code {
  margin-top: 0.8rem;
  text-align: center;
}
.my-code .name {
  font-size: 0.36rem;
}
.my-code .ewm-code-img {
  width: 4.65rem;
  height: 4.65rem;
  margin: 0 auto 0.7rem;
}
.my-code .ewm-code-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.my-code .tips-txt {
  font-size: 0.18rem;
  color: #999;
}
/*首页*/
.page-index {
  width: 100%;
  height: auto;
}
.page-index .page-index-navi {
  width: 6.2rem;
  margin: 0 auto;
}
.page-index .page-index-navi ul li {
  margin-top: 0.1rem;
  height: 2rem;
  border-radius: 0.1rem;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-index .page-index-navi ul li a {
  color: #fff;
}
.page-index .page-index-navi ul li .navi-list-module1 {
  float: left;
  width: 2rem;
  height: 2rem;
  font-size: 0.26rem;
  text-shadow: #000 1px 1px 1px;
}
.page-index .page-index-navi ul li .navi-list-module1 p {
  margin-top: 0.5rem;
}
.page-index .page-index-navi ul li .navi-list-module1 img {
  margin-top: 0.22rem;
  width: 0.56rem;
  height: auto;
}
.page-index .page-index-navi ul li .navi-list-module2 {
  width: 4.2rem;
  height: 2rem;
  line-height: 2rem;
  float: left;
}
.page-index .page-index-navi ul li.navi-list1 {
  background-image: url("../images/index-abourt.jpg");
}
.page-index .page-index-navi ul li.navi-list2 {
  background-image: url("../images/index-advantage.jpg");
}
.page-index .page-index-navi ul li.navi-list3 {
  background-image: url("../images/index-service.jpg");
}
.page-index .banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.page-index .banner img {
  width: 100%;
  height: 3.42rem;
}
.page-index .banner .swiper-pagination {
  bottom: 0.2rem;
}
.page-index .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
.page-index .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.acea-row {
  display: flex;
  width:100%;
}
.acea-row .info_r {
  flex: 1;
  margin-left: 20px;
}