@charset "UTF-8";
@import "./index.css";
@import "./cart.css";
#app {
  height: 100%;
}

.bgColor {
  background: #f4f8fb;
}

.icon {
  display: inline-block;
}

.overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  top: 1.18rem;
  left: 0;
  bottom: 1.33rem;
  -webkit-overflow-scrolling: touch;
}

.moduleMargin {
  margin-top: 0.2667rem;
}

.right-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  background: url("../img/right-arrow.png") no-repeat center;
  margin-top: -3px;
  margin-left: 5px;
}

.clearFix {
  clear: both;
}

.footer-nav {
  height: 1.33rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: fixed;
  bottom: 0;
  background: #ffffff;
}
.footer-nav_list {
  width: 100%;
  height: 1.33rem;
}
.footer-nav_list_single {
  width: 25%;
  height: 1.33rem;
  line-height: 1.33rem;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}
.footer-nav_list_single_shoppingCount {
  background: #d6000f;
  color: #ffffff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
}
.footer-nav_list_single a {
  width: 100%;
  display: block;
  z-index: 100;
  color: #555555;
  text-decoration: none;
}
.footer-nav_list_single a p {
  font-size: 14px;
  width: 100%;
  margin-top: -17px;
}
.footer-nav_list_single a i {
  width: 100%;
  height: 30px;
  display: block;
}
.footer-nav_list_single a .footer-icon {
  background-size: 22px !important;
}
.footer-nav_list_single a .footer-index {
  background: url("../img/home.png") no-repeat center;
}
.footer-nav_list_single a .footer-classify {
  background: url("../img/fenlei.png") no-repeat center;
}
.footer-nav_list_single a .footer-cart {
  background: url("../img/cart.png") no-repeat center;
}
.footer-nav_list_single a .footer-my {
  background: url("../img/personal.png") no-repeat center;
}
.footer-nav_list_single a .footer-my-active {
  background: url("../img/personal-active.png") no-repeat center;
}
.footer-nav_list_single a .footer-cart-active {
  background: url("../img/cart-active.png") no-repeat center;
}
.footer-nav_list_single a .footer-index-active {
  background: url("../img/home-active.png") no-repeat center;
}
.footer-nav_list_single a .footer-classify-active {
  background: url("../img/fenlei-active.png") no-repeat center;
}
.footer-nav_list_single .word-active {
  color: #d6000f;
}

/* 2021/4/6 14:26:55 modify footer bar style */
.footer-nav-bar {
  height: 1.33rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  z-index: 999999999;
}
.footer-nav-bar .nav-list {
  width: 100%;
  height: 1.33rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
}
.footer-nav-bar .nav-list .nav-item {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.footer-nav-bar .nav-list .nav-item .link {
  text-decoration: none;
  color: #555555;
  display: block;
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
}
.footer-nav-bar .nav-list .nav-item .link i {
  width: 0.573333rem;
  height: 0.506667rem;
  display: block;
  margin: 0 auto;
}
.footer-nav-bar .nav-list .nav-item .link p {
  font-size: 0.186667rem;
  text-align: center;
}
.footer-nav-bar .nav-list .nav-item .link .footer-icon {
  background-size: 0.573333rem !important;
}
.footer-nav-bar .nav-list .nav-item .link .footer-index {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/home.png") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item .link .footer-classify {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/fenlei.png") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item .link .footer-seeding {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding.png?time=20210408") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item .link .footer-seeding-2211 {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding_2211.png?time=20221028") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item .link .footer-cart {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/cart.png") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item .link .footer-my {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/personal.png") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item .link .count-badge {
  background: #d6000f;
  color: #ffffff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  right: 0.25rem;
}
.footer-nav-bar .nav-list .nav-item.active a p {
  color: #d6000f;
}
.footer-nav-bar .nav-list .nav-item.active a .footer-index {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/home-active.png") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item.active a .footer-classify {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/fenlei-active.png") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item.active a .footer-seeding {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding-active.png?time=20210408") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item.active a .footer-seeding-2211 {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding-active_2211.png?time=20221028") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item.active a .footer-cart {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/cart-active.png") no-repeat center;
}
.footer-nav-bar .nav-list .nav-item.active a .footer-my {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/personal-active.png") no-repeat center;
}

.pro-title {
  z-index: 500;
  background: #ffffff;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  color: #555555;
  font-size: 16px;
}
.pro-title_leftArea {
  height: 1.15rem;
  line-height: 1.15rem;
  width: 1.15rem;
  position: absolute;
  left: 0;
}
.pro-title_leftArea_arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  background: url("../img/right-arrow.png") no-repeat center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: -3px;
  margin-left: 5px;
}
.pro-title_content {
  width: 70%;
  height: 1.15rem;
  margin: 0 auto;
}

.fillModule {
  height: 1.2rem;
  width: 100%;
}

[v-cloak] {
  display: none;
}

.text-NoUnderline {
  text-decoration: none;
}

/*psesonal*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.personal-header {
  width: 100%;
  height: 4.413333rem;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.personal-header_headImg {
  float: left;
  width: 1.47rem;
  height: 1.47rem;
  margin: 1.04rem 0.2rem 0.4rem 0.946667rem;
}
.personal-header_headImg img {
  width: 1.47rem;
  height: 1.47rem;
  border-radius: 50%;
}
.personal-header .w-plus-tag {
  position: absolute;
  z-index: 2;
  width: 0.5333rem;
  height: 0.5333rem;
  top: 0.9333rem;
  left: 1.8667rem;
}
.personal-header_memberLevel {
  float: right;
  text-align: center;
  margin: 0.53rem 0.73rem 0 0;
}
.personal-header_memberLevel img {
  width: 0.76rem;
  height: 0.76rem;
}
.personal-header_memberLevel p {
  font-size: 14px;
  color: #333333;
  margin-top: 9px;
}
.personal-header_personalInfo {
  float: left;
  margin-top: 1.32rem;
  font-size: 0.333333rem;
  color: #ffffff;
}
.personal-header_personalInfo_address {
  margin-top: 0.19rem;
}
.personal-header .personal_wallet {
  width: 100%;
  height: 1.453333rem;
  margin-top: 2.906667rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  /*.personal_hongbao {
    position: absolute;
    left: 5.64rem;
    bottom: .2065rem;
    line-height: 0.56rem;
    font-size: .373333rem;

    span {
      display: block;
      text-align: center;
    }
  }

  .personal_coupon {
    position: absolute;
    right: .706667rem;
    bottom: .2rem;
    line-height: 0.56rem;
    font-size: .373333rem;

    span {
      display: block;
      text-align: center;
    }
  }*/
}
.personal-header .personal_wallet .curShopName {
  font-size: 0.333333rem;
  width: 3.466667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.35rem;
}
.personal-header .personal_wallet .header_public {
  line-height: 0.56rem;
  font-size: 0.373333rem;
}
.personal-header .personal_wallet .header_public span {
  display: block;
  text-align: center;
}
.personal-header .superFans {
  width: 3.093333rem;
  height: 1.066667rem;
  position: absolute;
  background-image: url(../img/personal/superFansIcon_02.png?t=20221014);
  background-repeat: no-repeat;
  background-size: 100% auto;
  right: 0;
  top: 1.213333rem;
}
.personal-header .superFans span {
  position: absolute;
  right: 0.573333rem;
  top: 0.65rem;
}

.personal-orderContainer {
  background: #ffffff;
  font-size: 0.346667rem;
  margin-top: 0.186667rem;
  border-radius: 0.106667rem;
}
.personal-orderContainer_allOrder {
  padding: 0 0.4rem;
  height: 1.07rem;
  line-height: 1.07rem;
}
.personal-orderContainer_allOrder_myOrder {
  float: left;
  color: #545454;
}
.personal-orderContainer_allOrder_all {
  float: right;
  color: #9a9a9a;
}
.personal-orderContainer_orderList {
  height: 2rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.personal-orderContainer_orderList .orderList {
  width: 100%;
}
.personal-orderContainer_orderList .orderList li {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.personal-orderContainer_orderList .orderList li .circle {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  background: #d6000f;
  border-radius: 50%;
  position: absolute;
  right: 0.45rem;
  top: 0.35rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 11px;
}
.personal-orderContainer_orderList .orderList li img {
  width: 33px;
  height: 23px;
  margin-top: 0.44rem;
}
.personal-orderContainer_orderList .orderList li p {
  color: #545454;
  margin-top: 0.2rem;
  white-space: nowrap;
  font-size: 0.346667rem;
}

.personal_ad {
  width: 100%;
  margin-top: 0.266667rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
}
.personal_ad img {
  width: 4.573333rem;
  border-radius: 0.106667rem;
}

.personal-other {
  width: 100%;
  background: #ffffff;
  border-radius: 0.106667rem;
}
.personal-other_list {
  height: 1.067rem;
  line-height: 1.067rem;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.346667rem;
  padding: 0 0.4rem;
}
.personal-other_list :first-child {
  color: #545454;
  float: left;
}
.personal-other_list :first-child i {
  background-image: url(../img/personal/personal_icon.png);
  background-repeat: no-repeat;
  width: 0.45333rem;
  height: 0.45333rem;
  display: inline-block;
  background-size: 100% auto;
  margin-top: 0.28rem;
  margin-right: 0.52rem;
}
.personal-other_list :last-child {
  float: right;
  color: #9a9a9a;
}

.arrowFix {
  margin-top: 14px;
}

/*coupon*/
.coupon-container {
  margin-top: 1.5rem;
}
.coupon-container_list {
  margin: 0.4rem auto 0 auto;
  width: 9.47rem;
  height: 2.96rem;
  background: url("../img/personal/coupon-use.png");
  background-size: 9.47rem 2.96rem;
}
.coupon-container_list_info {
  width: 100%;
  height: 1.89rem;
  color: #ffffff;
  font-size: 14px;
}
.coupon-container_list_info_name {
  float: left;
  width: 80%;
  height: 1.89rem;
  line-height: 1.89rem;
  font-size: 16px;
}
.coupon-container_list_info_name .name {
  margin: 0 0 0 0.35rem;
}
.coupon-container_list_info_name .subName {
  margin: 0.17rem 0 0 0.35rem;
  font-size: 12px;
}
.coupon-container_list_info_price {
  float: right;
  width: 20%;
  height: 1.89rem;
  line-height: 1.89rem;
  text-align: center;
  font-size: 18px;
}
.coupon-container_list_useTime {
  min-height: 1.067rem;
  line-height: 0.6rem;
  width: 9.47rem;
  background: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.coupon-container_list_useTime p {
  font-size: 14px;
  margin-left: 0.35rem;
  color: #555555;
}

.canNotUseCoupon {
  background: url("../img/personal/coupon-noUse.png") no-repeat !important;
}

/*addressList*/
.addressList-container {
  color: #555555;
}
.addressList-container_list {
  background: #ffffff;
  margin-bottom: 0.2rem;
}
.addressList-container_list_info {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 0.35rem;
}
.addressList-container_list_info .name {
  margin: 0 0 0.35rem 0.35rem;
}
.addressList-container_list_info .addressInfo {
  margin-left: 0.35rem;
  width: 90%;
  word-break: break-all;
}
.addressList-container_list_handle {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.35rem;
}
.addressList-container_list_handle_checked {
  float: left;
}
.addressList-container_list_handle_checked img {
  vertical-align: middle;
  margin-top: -0.05rem;
  width: 0.35rem;
}
.addressList-container_list_handle_checked span {
  margin-left: 0.16rem;
}
.addressList-container_list_handle_edit {
  float: right;
  margin-right: 0.4rem;
}
.addressList-container_list_handle_edit img {
  width: 0.5rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}
.addressList-container_list_handle_del {
  float: right;
  margin-right: 0.5rem;
}
.addressList-container_list_handle_del img {
  width: 0.5rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}

.addressList-createAddress {
  width: 100%;
  background: #d6000f;
  text-align: center;
  color: #ffffff;
  height: 1.2rem;
  line-height: 1.2rem;
  position: fixed;
  bottom: 0;
  font-size: 16px;
}

/*address add and edit*/
.addressEdit-container {
  width: 100%;
}
.addressEdit-container_list {
  color: #333333;
  font-size: 14px;
  background: #ffffff;
  height: 1.33rem;
  line-height: 1.33rem;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0.35rem;
}
.addressEdit-container_list_title {
  float: left;
  width: 3rem;
}
.addressEdit-container_list_input {
  float: left;
}
.addressEdit-container_list_input input {
  height: 0.7rem;
  line-height: 0.7rem;
  border: none;
  font-size: 14px;
  width: 5.5rem;
}
.addressEdit-container_textArea {
  width: 100%;
  background: #ffffff;
}
.addressEdit-container_textArea textarea {
  color: #333333;
  resize: none;
  width: 90%;
  height: 2rem;
  margin: 0 auto;
  display: inherit;
  border: none;
  padding-top: 0.2rem;
  font-size: 14px;
}
.addressEdit-container_confirm {
  width: 8.13rem;
  height: 1.07rem;
  line-height: 1.07rem;
  background: #d6000f;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin: 0.83rem auto 0 auto;
}

.provinceCityArea-container {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background: #ffffff;
  min-height: 12rem;
  z-index: 500;
}
.provinceCityArea-container_list_province {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0.35rem;
  color: #333333;
  font-size: 16px;
}
.provinceCityArea-container_close {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 26px;
}

.orderList-header_nav {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: 1.15rem;
  height: 1.06rem;
  line-height: 1.06rem;
}
.orderList-header_nav ul {
  width: 96%;
  margin: 0 auto;
  height: 98%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.orderList-header_nav ul li {
  float: left;
  list-style: none;
  width: 20%;
  height: 98%;
  text-align: center;
}

.orderListNavSelect {
  border-bottom: 2px solid #d6000f;
}

.pintuan .orderListNavSelect {
  border-bottom: 2px solid #d6000f;
  color: #D6000F;
}

.orderList-container_list {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  width: 100%;
  margin-top: 8px;
  position: relative;
}
.orderList-container_list .retiredIcon {
  width: 1.813333rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  right: 44%;
  background: url("../pintuan/img/ptOrderList1.png") no-repeat center top;
  background-size: contain;
}
.orderList-container_list_header {
  width: 100%;
  height: 1.06rem;
  line-height: 1.06rem;
  border-bottom: 1px solid #e6e6e6;
}
.orderList-container_list_header img {
  float: left;
  vertical-align: middle;
  margin: 0.25rem 0.2rem 0 0.3rem;
}
.orderList-container_list_header_orderNum {
  float: left;
  margin-left: 0.1rem;
}
.orderList-container_list_header_orderStatus {
  float: right;
  margin-right: 0.3rem;
}
.orderList-container_list_header.pintuan {
  height: 1.146667rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0.346667rem;
  border-bottom-color: #eaeaea;
}
.orderList-container_list_header.pintuan img {
  width: 3.96rem;
  height: 0.6rem;
  margin: 0;
}
.orderList-container_list_body {
  width: 100%;
}
.orderList-container_list_body_headImg {
  float: left;
  width: 25%;
}
.orderList-container_list_body_headImg img {
  width: 2.4rem;
  height: 2.4rem;
}
.orderList-container_list_body_info {
  float: left;
  width: 70%;
  margin-top: 0.5rem;
}
.orderList-container_list_body_info_priceAndCount {
  margin-top: 10px;
}
.orderList-container_list_body_info_priceAndCount .price {
  color: #d6000f;
}
.orderList-container_list_body_info_priceAndCount .count {
  float: right;
}
.orderList-container_list_body_info_productRefundStatus {
  margin: 7px 0;
  width: 100%;
}
.orderList-container_list_body_info_productRefundStatus span {
  float: right;
  color: #d6000f;
}
.orderList-container_list_body.pintuan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: initial;
  -webkit-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  padding: 0.266667rem;
}
.orderList-container_list_body.pintuan .proImg {
  width: 2.266667rem;
}
.orderList-container_list_body.pintuan .proImg img {
  width: 2.266667rem;
  height: 2.266667rem;
  vertical-align: middle;
}
.orderList-container_list_body.pintuan .info {
  height: 2.266667rem;
  width: 6.25rem;
  margin-left: 0.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: initial;
  -webkit-align-items: initial;
}
.orderList-container_list_body.pintuan .info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.346667rem;
}
.orderList-container_list_body.pintuan .info .priceAndCount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.orderList-container_list_body.pintuan .info .priceAndCount .priceBox > div {
  display: inline-block;
}
.orderList-container_list_body.pintuan .info .priceAndCount .priceBox > div .txt {
  color: #df0006;
  font-size: 0.293333rem;
}
.orderList-container_list_body.pintuan .info .priceAndCount .priceBox > div .ptPrice {
  font-size: 0.373333rem;
  color: #df0006;
}
.orderList-container_list_body.pintuan .info .priceAndCount .originalPrice {
  font-size: 0.32rem;
  color: #999999;
  text-decoration: line-through;
  margin-left: 0.4rem;
}
.orderList-container_list_footer {
  border-top: 1px solid #e6e6e6;
  height: 1.07rem;
  line-height: 1.07rem;
}
.orderList-container_list_footer_count {
  float: right;
}
.orderList-container_list_footer_totalPrice {
  float: right;
  margin-right: 0.5rem;
  color: #d6000f;
}
.orderList-container_list_footer.pintuan {
  height: 1.426667rem;
  color: #333333;
  padding: 0 0.266667rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.orderList-container_list_footer.pintuan .countAndPrice {
  font-size: 0.373333rem;
}
.orderList-container_list_footer.pintuan .countAndPrice .price span {
  color: #df0006;
}
.orderList-container_list_footer.pintuan .btn {
  width: 2.4rem;
  height: 0.666667rem;
  line-height: 0.666667rem;
  font-size: 0.32rem;
  outline: none;
  border: 1px solid #666666;
  border-radius: 0.32rem;
  background-color: #ffffff;
  color: #333333;
}
.orderList-container_list_handle {
  border-top: 1px solid #e6e6e6;
  height: 1.07rem;
  line-height: 1.07rem;
}
.orderList-container_list_handle_button {
  height: 0.65rem;
  line-height: 0.65rem;
  padding: 0 0.2rem;
  text-align: center;
  border-radius: 5px;
  margin: 0.15rem 0.2rem 0 0;
  float: right;
  font-size: 12px;
}

.orderList-noOrder {
  color: #666666;
  font-size: 18px;
  margin: 3.5rem 0 0 0;
  text-align: center;
}

.order-btnGray {
  color: #555555;
  border: 1px solid #555555;
}

.order-btnRed {
  color: #d6000f;
  border: 1px solid #d6000f;
}

.logistics-header {
  background: #ffffff;
  width: 100%;
  font-size: 14px;
  color: #333333;
  padding: 0.4rem 0.3rem;
}
.logistics-header_courierNumber {
  margin-top: 0.2rem;
}

.logistics-info {
  background: #ffffff;
  padding: 0.4rem 0 0.4rem 0.4rem;
  font-size: 14px;
}
.logistics-info_list {
  position: relative;
  border-left: 1px solid gray;
  padding-left: 0.4rem;
  padding-bottom: 0.4rem;
}
.logistics-info_list_time {
  margin-top: 0.1rem;
}
.logistics-info_list_circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -0.05rem;
  left: -0.08rem;
  background: gray;
}

.logistics-firstStyle_color {
  color: #d6000f;
}

.logistics-firstStyle_bg {
  background: #d6000f;
}

.refundList-status {
  padding: 0.3rem;
  font-size: 14px;
  color: #333333;
}
.refundList-status_info span {
  color: #d6000f;
}
.refundList-status_time {
  margin-top: 0.1rem;
}

.evaluateProduct-container_header {
  background: #ffffff;
  border-bottom: 1px dashed #e6e6e6;
}
.evaluateProduct-container_header_headImg {
  float: left;
}
.evaluateProduct-container_header_headImg img {
  width: 2.4rem;
  height: 2.4rem;
}
.evaluateProduct-container_header_name {
  font-size: 14px;
  color: #333333;
  float: left;
  width: 70%;
  margin-top: 0.3rem;
}
.evaluateProduct-container_header_name .name {
  float: left;
  width: 80%;
}
.evaluateProduct-container_header_name .count {
  float: right;
  width: 10%;
}
.evaluateProduct-container_header_name .level-box {
  width: 100%;
  margin-top: 1.2rem;
  text-align: center;
}
.evaluateProduct-container_header_name .level-box span {
  color: #e6e6e6;
}
.evaluateProduct-container_header_name .level-box img {
  width: 0.48rem;
  height: 0.48rem;
  vertical-align: middle;
  margin: -0.1rem 0.1rem 0 0;
}
.evaluateProduct-container_header_name .level-box .haoping {
  float: left;
}
.evaluateProduct-container_header_name .level-box .zhongping {
  float: left;
  margin-left: 1.5rem;
}
.evaluateProduct-container_header_name .level-box .chaping {
  float: right;
}
.evaluateProduct-container_body {
  width: 100%;
  background: #ffffff;
}
.evaluateProduct-container_body_textarea {
  width: 90%;
  height: 2rem;
  margin-left: 0.5rem;
  padding-top: 0.3rem;
  overflow: scroll;
}
.evaluateProduct-container_body_upLoadImgBox {
  width: 100%;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}
.evaluateProduct-container_body_upLoadImgBox img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.45rem;
  object-fit: cover;
}

.evaluateProductColor {
  color: #d6000f !important;
}

.orderDetail-header {
  background: #ffffff;
  margin-top: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  color: #333333;
  padding-bottom: 0.3rem;
}
.orderDetail-header_cancelTitle {
  width: 100%;
  background: #d6000f;
  color: #ffffff;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 14px;
}
.orderDetail-header_orderNumber {
  padding-top: 0.3rem;
}
.orderDetail-header_orderNumber img {
  margin-left: 0.33rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.orderDetail-header_orderNumber .copyBtn {
  width: 1.1rem;
  height: 0.54rem;
  font-size: 12px;
  padding: 0;
  border: 0;
  vertical-align: middle;
  margin-left: 0.14rem;
  line-height: 0.54rem;
}
.orderDetail-header_orderTime {
  margin-top: 0.15rem;
  margin-left: 1rem;
}
.orderDetail-header.pintuan {
  box-sizing: border-box;
  border-bottom: none;
  font-size: 0.346667rem;
  color: #666666;
  margin-top: 0;
  padding: 0.4rem 0;
  border-top: 1px solid #f5f5f5;
}
.orderDetail-header.pintuan .orderNumber img {
  margin-left: 0.33rem;
  margin-right: 0.25rem;
  width: 0.32rem;
  height: 0.386667rem;
  vertical-align: top;
}
.orderDetail-header.pintuan .orderTime {
  margin-left: 1rem;
  margin-top: 0.4rem;
}

.orderDetail-footer {
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  padding: 0.4rem 0.2rem;
  border-bottom: 1px solid #e6e6e6;
}
.orderDetail-footer_title {
  float: left;
}
.orderDetail-footer_price {
  float: right;
  color: #d6000f;
}

.orderDetail-handle {
  border-top: 1px solid #e6e6e6;
  height: 1.07rem;
  line-height: 1.07rem;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  width: 100%;
}
.orderDetail-handle_button {
  height: 0.65rem;
  line-height: 0.65rem;
  padding: 0 0.2rem;
  text-align: center;
  border-radius: 5px;
  margin: 0.15rem 0.2rem 0 0;
  float: right;
  font-size: 12px;
}
.orderDetail-handle.pintuan div {
  color: #333333;
  font-size: 0.32rem;
  padding: 0 0.293333rem;
}
.orderDetail-handle.pintuan .order-btnRed {
  color: #d6000f;
}

.afterSaleProduct-container {
  background: #ffffff;
  font-size: 14px;
}
.afterSaleProduct-container_list {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0.45rem 0;
}
.afterSaleProduct-container_list_title {
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
}
.afterSaleProduct-container_list_refundType {
  float: right;
  margin-right: 0.3rem;
}
.afterSaleProduct-container_list_refundType .btn {
  padding: 0.15rem 0.5rem;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #555555;
}
.afterSaleProduct-container_list_refundType .refund-btn1 {
  float: left;
  margin-right: 0.3rem;
}
.afterSaleProduct-container_list_refundType .refund-btn2 {
  float: right;
}
.afterSaleProduct-container_list_refundReason {
  float: right;
  margin-right: 0.3rem;
}
.afterSaleProduct-container_list_refundReason .express-number {
  width: 3.91rem;
  height: 0.8rem;
  text-indent: 0.133333rem;
  outline: none;
  border: none;
}
.afterSaleProduct-container_list_problemDescription {
  width: 100%;
}
.afterSaleProduct-container_list_problemDescription textarea {
  width: 90%;
  height: 1.5rem;
  margin-top: 0.2rem;
  margin-left: 0.25rem;
  font-size: 14px;
}

.edit {
  width: 1.7rem;
  height: 0.64rem;
  line-height: 0.64rem;
  float: right;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.edit .jian {
  float: left;
  width: 30%;
  height: 0.64rem;
  text-align: center;
  background: url("../img/cart/jian.png") no-repeat center center;
  background-size: 0.27rem 0.27rem;
  border-right: 1px solid #e6e6e6;
}
.edit .showNum {
  float: left;
  width: 35%;
  text-align: center;
}
.edit .jia {
  float: right;
  width: 30%;
  height: 0.64rem;
  text-align: center;
  background: url("../img/cart/jia.png") no-repeat center center;
  background-size: 0.27rem 0.27rem;
  border-left: 1px solid #e6e6e6;
}

.afterSaleProduct-next {
  width: 100%;
  background: #d6000f;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 0.5rem;
}

.afterSaleProduct-color {
  color: #d6000f !important;
  border-color: #d6000f !important;
}

.getCoupon-container {
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}
.getCoupon-container_cue {
  width: 100%;
  padding-bottom: 0.56rem;
  font-size: 18px;
  color: #d6000f;
  font-weight: 600;
}
.getCoupon-container_bg {
  margin: 0 auto;
  background: url("../img/personal/coupon-bg2.png") no-repeat;
  background-size: 8.56rem 4.27rem;
  width: 8.56rem;
  height: 4.27rem;
  color: #ffffff;
  font-size: 16px;
}
.getCoupon-container_bg_left {
  float: left;
  width: 5.044rem;
  padding: 0.4rem 0 0.4rem 0.4rem;
  text-align: left;
  height: 3.67rem;
  position: relative;
}
.getCoupon-container_bg_left_title {
  margin-top: 0.2rem;
}
.getCoupon-container_bg_left_info {
  position: absolute;
  bottom: 1.5rem;
  font-size: 18px;
}
.getCoupon-container_bg_left_time {
  position: absolute;
  bottom: 0.6rem;
  white-space: nowrap;
  font-size: 14px;
}
.getCoupon-container_bg_right {
  float: right;
  width: 2.716rem;
  height: 4.27rem;
  position: relative;
  text-align: left;
}
.getCoupon-container_bg_right .yuan {
  position: absolute;
  font-size: 22px;
  left: -0.35rem;
  bottom: 2rem;
}
.getCoupon-container_goUse {
  width: 90%;
  background: #d6000f;
  margin: 1rem auto;
  height: 1rem;
  line-height: 1rem;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
}

.memberPoint-container {
  width: 100%;
}
.memberPoint-container_header {
  width: 100%;
  background: #d6000f;
  text-align: center;
  padding-top: 0.52rem;
  padding-bottom: 1.06rem;
  color: #ffffff;
}
.memberPoint-container_header > p {
  font-size: 16px;
}
.memberPoint-container_header_totalPoint {
  font-size: 32px;
  margin-top: 0.71rem;
}
.memberPoint-container_header_totalPoint > span {
  font-size: 16px;
}
.memberPoint-container_body {
  width: 100%;
  background: #ffffff;
  margin-top: 20px;
}
.memberPoint-container_body_table {
  width: 100%;
}
.memberPoint-container_body_table table {
  width: 100%;
}
.memberPoint-container_body_table table tr {
  border-bottom: 1px solid #e6e6e6;
}
.memberPoint-container_body_table table tr th {
  width: 33%;
}
.memberPoint-container_body_table table tr td {
  width: 33%;
  text-align: center;
  padding: 0.44rem;
  vertical-align: middle;
  font-size: 14px;
}

/*giftProduct*/
.giftProduct-container {
  width: 100%;
}
.giftProduct-container_headImg {
  text-align: center;
  position: relative;
}
.giftProduct-container_headImg_icon {
  position: absolute;
  width: 1.13rem;
  height: 1.13rem;
  background: #d6000f;
  border-radius: 50%;
  right: 0.53rem;
  top: 0.37rem;
  color: #ffffff;
}
.giftProduct-container_headImg img {
  width: 6rem;
}
.giftProduct-container_headImg p {
  font-size: 16px;
}
.giftProduct-container_goIndex {
  text-align: center;
  margin-top: 0.95rem;
}
.giftProduct-container_goIndex button {
  width: 8.67rem;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #d6000f;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
}
.giftProduct-container .coupon-item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: initial;
  -webkit-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
  margin: 0.266666rem auto 0 auto;
  width: 9.173333rem;
  height: 2.48rem;
  box-shadow: 0.013333rem 0px 0.173333rem 0px rgba(0, 0, 0, 0.06);
}
.giftProduct-container .coupon-item .left {
  width: 2.813333rem;
  height: 2.493333rem;
  background: url("../img/personal/coupon-bg_v3.3.png") no-repeat left top;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.giftProduct-container .coupon-item .left .discountAmount {
  margin-top: 0.45rem;
  font-size: 0.4rem;
}
.giftProduct-container .coupon-item .left .discountAmount span {
  font-size: 0.8rem;
}
.giftProduct-container .coupon-item .left .minAmount {
  font-size: 0.373333rem;
  margin-top: 0.266667rem;
}
.giftProduct-container .coupon-item .left .top {
  font-size: 0.666666rem;
  font-weight: 500;
}
.giftProduct-container .coupon-item .left .top text {
  font-size: 0.666666rem;
}
.giftProduct-container .coupon-item .right {
  height: 1.733333rem;
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: initial;
  -webkit-align-items: initial;
  font-size: 0.346666rem;
  color: #333333;
  padding-left: 0.266666rem;
  line-height: 1.3em;
}
.giftProduct-container .coupon-item .right .top {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.giftProduct-container .coupon-item .right .middle,
.giftProduct-container .coupon-item .right .bottom {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.giftProduct-container .coupon-item .right .middle {
  font-size: 0.32rem;
}
.giftProduct-container .coupon-item .right .bottom {
  font-size: 0.24rem;
  position: relative;
  z-index: 2;
}
.giftProduct-container .coupon-item .right .btn {
  width: 1.6rem;
  height: 0.586666rem;
  line-height: 0.56rem;
  border-radius: 0.293333rem;
  border: solid 1px #d6000f;
  font-size: 0.266666rem;
  color: #d6000f;
  letter-spacing: 1px;
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.266666rem;
  text-align: center;
  z-index: 3;
}
.giftProduct-container_fulls {
  padding: 0.267rem 0;
  background-color: #fff6f6;
  position: relative;
}
.giftProduct-container_fulls_icon {
  width: 1.3rem;
  height: 0.533333rem;
  line-height: 0.533333rem;
  text-align: center;
  color: #d6000f;
  font-size: 0.38rem;
  border: 1px solid #d6000f;
  padding: 0.066667rem 0.106667rem;
  -webkit-border-radius: 0.106667rem;
  -moz-border-radius: 0.106667rem;
  border-radius: 0.106667rem;
  position: absolute;
  left: 0.4rem;
  top: 0.1rem;
}
.giftProduct-container_fulls_info {
  margin-left: 2rem;
  font-size: 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777676;
  width: 75%;
  vertical-align: middle;
}
.giftProduct-container_fulls_info_icon {
  width: 0.333rem;
  height: 0.333rem;
}
.giftProduct-container_fulls_msg {
  font-size: 0.3rem;
  padding-left: 3.7333rem;
  color: #9e9e9e;
  padding-top: 0.133rem;
  width: 58%;
  display: flex;
  justify-content: space-between;
}

/*redPackets style*/
.usable-cash-coupon {
  margin-top: 1.15rem;
  width: 100%;
  height: 4rem;
  background-color: #d6010e;
  padding-top: 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 1px;
}
.usable-cash-coupon .cashTitle {
  font-size: 0.346666rem;
}
.usable-cash-coupon .cashNum {
  font-size: 0.56rem;
  font-weight: bold;
}
.usable-cash-coupon .useLimitTxt {
  margin: 0 auto;
  width: 7.333333rem;
  font-size: 0.346666rem;
  text-align: left;
}

.cash-coupon-detail {
  background-color: #ffffff;
  margin-top: 0.266666rem;
}
.cash-coupon-detail .title {
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  color: #676767;
  font-size: 14px;
}
.cash-coupon-detail .title div {
  flex: 1;
  text-align: center;
}
.cash-coupon-detail .box .item {
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  color: #676767;
  font-size: 14px;
}
.cash-coupon-detail .box .item:last-child {
  border-bottom: none;
}
.cash-coupon-detail .box .item div {
  flex: 1;
  text-align: center;
}
.cash-coupon-detail .box .item div:nth-child(1) {
  color: #999999;
}
.cash-coupon-detail .box .item div:nth-child(2).plus {
  color: #3f9e4b;
}
.cash-coupon-detail .box .item div:nth-child(2).minus {
  color: #d60110;
}
.cash-coupon-detail .box .item div:nth-child(3) {
  line-height: 1.2;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.empty-cash-coupon {
  position: fixed;
  width: 100%;
  height: 100vh;
}
.empty-cash-coupon .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.empty-cash-coupon .content img {
  width: 2.4rem;
  height: 2.213333rem;
}
.empty-cash-coupon .content div {
  margin-top: 0.133333rem;
  font-size: 15px;
  color: #666666;
}

/* personal info style */
.info_top {
  width: 100%;
}
.info_top img {
  width: 100%;
}

.info_container {
  margin-left: 1.92rem;
}
.info_container .info_div {
  margin-top: 0.8rem;
}
.info_container .info_div span {
  color: #333333;
  font-size: 0.32rem;
  font-weight: bold;
  margin-right: 0.347rem;
}
.info_container .info_div input {
  width: 5.08rem;
  height: 0.667rem;
  background-color: #ffffff;
  border-radius: 0.053rem;
  border: solid 1px #e9e9e9;
}
.info_container .info_div input:focus {
  outline: none;
  border: 1px solid #cd152d;
}
.info_container .sex select {
  width: 1.347rem;
  height: 0.667rem;
  border-radius: 0.053rem;
  border: solid 1px #e9e9e9;
  font-size: 0.32rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://cdn-opimage.qiumeiapp.com/zg/memberBenefits/memberTaskSystem/down_select.png") no-repeat right 0.2rem transparent;
  background-size: 0.293rem auto;
  padding-left: 0.14rem;
}
.info_container .sex select:focus {
  outline: none;
  border: 1px solid #cd152d;
}
.info_container .skin_type select {
  width: 5.08rem;
  height: 0.667rem;
  border-radius: 0.053rem;
  font-size: 0.32rem;
  border: solid 0.013rem #e9e9e9;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://cdn-opimage.qiumeiapp.com/zg/memberBenefits/memberTaskSystem/down_select.png") no-repeat right 0.2rem transparent;
  background-size: 0.293rem auto;
  padding-left: 0.14rem;
  outline-color: #cd152d;
}
.info_container .skin_type select:focus {
  outline: none;
  border: 1px solid #cd152d;
}
.info_container .item {
  width: 9.6rem;
  height: 1.253333rem;
  line-height: 1.253333rem;
  margin-left: 0.4rem;
  font-size: 0.373333rem;
  color: #333333;
  box-sizing: border-box;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-bottom: 1px solid #E6E6E6;
  font-family: "Arial Microsoft YaHei";
}
.info_container .item:last-child {
  border-bottom: none;
}
.info_container .item p:nth-child(1) {
  float: left;
}
.info_container .item p:nth-child(2) {
  float: right;
}
.info_container .item p:nth-child(2) img {
  display: block;
  width: 0.933333rem;
  height: 0.933333rem;
  border-radius: 50%;
  margin-top: 0.16rem;
}

.save_btn {
  width: 6.147rem;
  height: 0.733rem;
  background-color: #cd152d;
  box-shadow: 0px 0.027rem 0.053rem 0px rgba(178, 178, 178, 0.3);
  border-radius: 0.053rem;
  border: solid 1px #cd152d;
  color: #ffffff;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.733rem;
  margin: 0.84rem auto 0;
}

/*ptDetail style*/
.ptDetail-count-down {
  width: 100%;
  height: 1.333333rem;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 0.346667rem;
  color: #666666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.ptDetail-count-down span {
  display: inline-block;
  width: 0.6rem;
  height: 0.533333rem;
  line-height: 0.533333rem;
  color: #ffffff;
  background-color: #ff1e32;
  margin: 0 0.133333rem;
  border-radius: 0.04rem;
  font-size: 0.373333rem;
}

.ptDetail-line {
  width: 100%;
  height: 0.266667rem;
  background-color: #f8f8f8;
}

.ptDetail-content {
  background-color: #ffffff;
  padding-bottom: 0.133333rem;
}
.ptDetail-content .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.333333rem;
}
.ptDetail-content .top .imgBox {
  width: 2.533333rem;
  height: 2.533333rem;
  position: relative;
}
.ptDetail-content .top .imgBox .iconTag {
  position: absolute;
  width: 0.986667rem;
  height: 0.8rem;
  left: -0.08rem;
}
.ptDetail-content .top .imgBox .proImg {
  width: 2.533333rem;
  height: 2.533333rem;
}
.ptDetail-content .top .detailBox {
  height: 2.533333rem;
  padding: 0 0.293333rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: initial;
  -webkit-align-items: initial;
  flex: 1;
}
.ptDetail-content .top .detailBox .proName {
  color: #333333;
  font-size: 0.346667rem;
  line-height: 0.466667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ptDetail-content .top .detailBox .numDesc {
  font-size: 0.266667rem;
  margin-top: 0.25rem;
}
.ptDetail-content .top .detailBox .numDesc span:nth-child(1) {
  display: inline-block;
  background-color: #ff1e32;
  border-radius: 0.04rem;
  color: #ffffff;
  text-align: center;
  padding: 0.08rem 0.16rem;
  margin-right: 0.2rem;
}
.ptDetail-content .top .detailBox .numDesc span:nth-child(2) {
  display: inline-block;
  background-color: #fff6e4;
  padding: 0.08rem 0.16rem;
  border-radius: 0.026667rem;
  color: #ff1e32;
  text-align: center;
}
.ptDetail-content .top .detailBox .priceDesc {
  font-size: 0.293333rem;
}
.ptDetail-content .top .detailBox .priceDesc div {
  display: inline-block;
  color: #fd1a2e;
  font-size: 0.293333rem;
  margin-right: 0.266667rem;
}
.ptDetail-content .top .detailBox .priceDesc div .price {
  font-size: 0.373333rem;
}
.ptDetail-content .top .detailBox .priceDesc .originalPrice {
  font-size: 0.32rem;
  color: #999999;
  text-decoration: line-through;
}
.ptDetail-content .bottom {
  font-size: 0.373333rem;
  text-align: right;
  padding-right: 0.4rem;
  margin-top: 0.666667rem;
}
.ptDetail-content .bottom span {
  color: #fd1a2e;
}
.ptDetail-content .btn {
  width: 3.533333rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-image: linear-gradient(90deg, #ff2236 0%, #ff293c 100%);
  border-radius: 0.386667rem;
  color: #ffffff;
  font-size: 0.32rem;
  margin: 0.533333rem auto;
  text-align: center;
}
.ptDetail-content .failTxt {
  color: #333333;
  font-size: 0.346667rem;
  text-align: center;
  height: 1.066667rem;
  margin-top: 0.533333rem;
}

.ptDetail-participant-list {
  margin-top: 0.266667rem;
  background-color: #ffffff;
}
.ptDetail-participant-list .titleBox {
  width: 100%;
  height: 1.12rem;
  font-size: 0.346667rem;
  color: #333333;
  margin: 0 0.4rem;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: initial;
  -webkit-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
}
.ptDetail-participant-list .titleBox .nickname {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 3.066667rem;
}
.ptDetail-participant-list .titleBox span {
  margin-left: 0.266667rem;
  color: #ffffff;
  font-size: 0.266667rem;
  padding: 0.08rem 0.106667rem;
  background-color: #fd0010;
  border-radius: 0.04rem;
}
.ptDetail-participant-list .listContainer {
  margin: 0 0.4rem;
}
.ptDetail-participant-list .listContainer .txt {
  color: #999999;
  font-size: 0.346667rem;
  margin-top: 0.373333rem;
}
.ptDetail-participant-list .listContainer .list {
  padding: 0.2rem 0;
  height: auto;
  overflow: hidden;
}
.ptDetail-participant-list .listContainer .list .item {
  height: 0.8rem;
  color: #333333;
  font-size: 0.346667rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.ptDetail-participant-list .listContainer .list .item div:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 3.066667rem;
}
.ptDetail-participant-list .listContainer .list .item .quitIcon {
  width: 0.986667rem;
  height: 0.413333rem;
  line-height: 0.413333rem;
  border-radius: 0.04rem;
  border: 1px solid #fd0313;
  font-size: 0.266667rem;
  color: #fd0313;
  text-align: center;
  display: inline-block;
  margin-left: 0.133333rem;
}

.retirePop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.retirePop .retiretips {
  width: 7.733333rem;
  height: 4.266667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.866667rem;
  margin-top: -2.133333rem;
  background-color: #fff;
  border-radius: 0.12rem;
  text-align: center;
}
.retirePop .retiretips h6 {
  font-weight: 100;
  height: auto;
  overflow: hidden;
  font-size: 0.453333rem;
  color: #333;
  margin-top: 0.826667rem;
}
.retirePop .retiretips div {
  font-size: 0.32rem;
  color: #000;
  padding-top: 0.533333rem;
  padding-bottom: 0.84rem;
  border-bottom: 1px solid #f0eef1;
  clear: both;
  height: auto;
  overflow: hidden;
}
.retirePop .retiretips p {
  width: 49.5%;
  float: left;
  height: 1.28rem;
  line-height: 1.28rem;
  font-size: 0.426667rem;
}
.retirePop .retiretips p:last-child {
  border-left: 1px solid #f0eef1;
  color: #d6000f;
}

.gift-coupon-box {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/personal/gift-coupon-box-bg.jpg") no-repeat center top;
  background-size: contain;
}
.gift-coupon-box .gift-coupon-title {
  width: 2.946667rem;
  height: 0.8rem;
  margin: 1.24rem auto 0.666667rem;
}
.gift-coupon-box .gift-coupon-mian {
  width: 8.2rem;
  margin: 0 auto;
}
.gift-coupon-box .gift-coupon-mian .list-item {
  width: 7.546667rem;
  height: 3.48rem;
  margin: 0 auto 0.4rem;
  background: url("../img/personal/gift-coupon-list-bg.png") no-repeat center top;
  background-size: contain;
  padding-top: 0.8rem;
}
.gift-coupon-box .gift-coupon-mian .list-item img {
  width: 2.133333rem;
  height: 2.133333rem;
  background: #fff;
  display: inline-block;
  margin-left: 0.493333rem;
}
.gift-coupon-box .gift-coupon-mian .list-item .gift-coupon-infro {
  float: right;
  width: 60%;
  font-size: 0.32rem;
  color: #d6000f;
  margin-right: 0.133333rem;
}
.gift-coupon-box .gift-coupon-mian .list-item .gift-coupon-infro h6 {
  font-size: 0.373333rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: justify;
}
.gift-coupon-box .gift-coupon-mian .list-item .gift-coupon-infro div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  margin-top: 0.133333rem;
  height: 0.8rem;
}
.gift-coupon-box .getBtn {
  width: 6rem;
  height: 1.2rem;
  background-color: #f1c489;
  border-radius: 0.6rem;
  text-align: center;
  line-height: 1.2rem;
  color: #d6000f;
  font-size: 0.4rem;
  position: absolute;
  left: 50%;
  margin-left: -3rem;
  bottom: 20%;
}

.add-cart_tips {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 510;
}
.add-cart_tips_container {
  width: 7.733333rem;
  height: 4.853333rem;
  background-color: #ffffff;
  border-radius: 0.12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.32rem;
}
.add-cart_tips_container p {
  line-height: 0.6rem;
  color: #333333;
  padding: 0 0.506667rem 0.533333rem;
  text-align: center;
}
.add-cart_tips_container div {
  width: 100%;
  height: 1.333333rem;
  text-align: center;
  line-height: 1.32rem;
  color: #df0006;
  border-top: 0.013333rem solid #f0eef1;
  font-size: 0.426667rem;
}

/*memberBenefits style*/
.memberBenefits-container {
  padding-bottom: 1.293rem;
}
.memberBenefits-container .info-panel {
  position: relative;
  width: 10rem;
  height: 6.666667rem;
  background: url("http://cdn-opimage.qiumeiapp.com/zg/memberBenefits/v20210826/mb_01_221212.png") no-repeat center top;
  background-size: contain;
}
.memberBenefits-container .info-panel > div {
  width: 100%;
  height: 6.666667rem;
}
.memberBenefits-container .info-panel .img-box {
  position: absolute;
  top: 2.5733rem;
  left: 1.0133rem;
  width: 1.773333rem;
  height: 1.773333rem;
}
.memberBenefits-container .info-panel .img-box .avatar {
  width: 1.773333rem;
  height: 1.773333rem;
  border-radius: 50%;
}
.memberBenefits-container .info-panel .img-box .w-plus-tag {
  position: absolute;
  z-index: 2;
  width: 0.5467rem;
  height: 0.56rem;
  top: -0.1333rem;
  right: -0.0667rem;
}
.memberBenefits-container .info-panel .level {
  position: absolute;
  top: 3.32rem;
  left: 3.0667rem;
  color: #ffffff;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
}
.memberBenefits-container .info-panel .name {
  position: absolute;
  top: 2.5733rem;
  left: 3.0667rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.32rem;
}
.memberBenefits-container .info-panel .privacy {
  position: absolute;
  top: 4.1067rem;
  left: 3.0667rem;
  color: #ffffff;
  font-size: 0.2667rem;
}
.memberBenefits-container .info-panel .txt {
  position: absolute;
  top: 2.56rem;
  left: 6.1333rem;
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: bold;
}
.memberBenefits-container .info-panel .credits {
  position: absolute;
  top: 3.32rem;
  left: 6.1333rem;
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: bold;
}
.memberBenefits-container .info-panel .circle-right-arrow {
  position: absolute;
  top: 2.96rem;
  right: 1.88rem;
  width: 0.3467rem;
  height: 0.3467rem;
}
.memberBenefits-container .info-panel .update-time {
  position: absolute;
  top: 4.0933rem;
  left: 6.1333rem;
  color: #ffffff;
  font-size: 0.2667rem;
}
.memberBenefits-container .info-panel .virtual_gift {
  width: 90.7%;
  position: absolute;
  top: 5.353333rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.373333rem;
  display: flex;
  justify-content: space-around;
}
.memberBenefits-container .info-panel .process {
  width: 9.0133rem;
  height: 1.3333rem;
  position: absolute;
  left: 0.5333rem;
  bottom: 0.2733rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: top;
  -webkit-align-items: top;
}
.memberBenefits-container .info-panel .process .process-item:first-child {
  padding: auto;
}
.memberBenefits-container .info-panel .process .process-item {
  font-size: 0.2933rem;
  color: #fff;
  text-align: center;
}
.memberBenefits-container .info-panel .process .process-item img {
  width: 0.4267rem;
  height: 0.4rem;
}
.memberBenefits-container .info-panel .process .slider {
  width: 6.1333rem;
  margin-top: 0.1333rem;
  position: relative;
}
.memberBenefits-container .info-panel .process .slider .bottom-line {
  width: 6.1333rem;
  height: 0.1067rem;
  background-color: #fff100;
  border-radius: 0.0533rem;
  position: absolute;
  z-index: 2;
}
.memberBenefits-container .info-panel .process .slider .high-line {
  width: 2.6667rem;
  height: 0.1067rem;
  background-color: #ffffff;
  border-radius: 0.0533rem;
  position: absolute;
  z-index: 3;
}
.memberBenefits-container .info-panel .process .slider .spot {
  width: 0.1867rem;
  height: 0.1867rem;
  background-color: #ffffff;
  border-radius: 0.1867rem;
  position: absolute;
  z-index: 3;
  left: 0;
  top: -0.0533rem;
}
.memberBenefits-container .info-panel .process .slider .pro {
  position: absolute;
  z-index: 3;
  left: 0;
  top: -0.48rem;
  width: 0.72rem;
  height: 1.0133rem;
}
.memberBenefits-container .info-panel .public {
  padding: 0 0.24rem;
  height: 0.613rem;
  background-color: #972c2b;
  color: #ffffff;
  font-size: 0.267rem;
  text-align: center;
  line-height: 0.613rem;
}
.memberBenefits-container .privacy-dlg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.memberBenefits-container .privacy-dlg .content {
  position: absolute;
  width: 8.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.memberBenefits-container .privacy-dlg .content .detail {
  background-color: #ffffff;
  height: 13.3333rem;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 0.2667rem;
}
.memberBenefits-container .privacy-dlg .content .detail img {
  width: 100%;
}
.memberBenefits-container .privacy-dlg .content .cancel-icon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1.0667rem;
}
.memberBenefits-container .fixed_public {
  width: 1.387rem;
  height: 1.387rem;
  position: fixed;
  display: block;
  right: 0.427rem;
  z-index: 99;
}
.memberBenefits-container .float-img01 {
  top: 50vh;
}
.memberBenefits-container .float-img02 {
  top: 65vh;
}
.memberBenefits-container .float-img03 {
  top: 80vh;
}
.memberBenefits-container .element-img {
  width: 100%;
  display: block;
}
.memberBenefits-container .bottom-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.666667rem 1.2rem;
}
.memberBenefits-container .bottom-panel img {
  width: 1.04rem;
  height: 1.04rem;
  vertical-align: middle;
  margin-right: 0.133333rem;
}
.memberBenefits-container .bottom-panel span {
  font-size: 0.293333rem;
}
.memberBenefits-container .task_wrap {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.memberBenefits-container .task_title {
  width: 100%;
  text-align: center;
  margin: 0.4rem auto 0.507rem;
}
.memberBenefits-container .task_title img {
  width: 6.747rem;
}
.memberBenefits-container .task_content {
  width: 9.253rem;
  margin: 0 auto;
  /*height: 14.307rem;*/
  background-color: #ffffff;
  box-shadow: 0px 0px 0.133rem 0px rgba(126, 126, 125, 0.2);
  border-radius: 0.267rem;
  padding-bottom: 0.8rem;
}
.memberBenefits-container .task_sign {
  width: 100%;
  padding: 0.36rem 0.32rem 0.36rem 0.347rem;
  box-sizing: border-box;
}
.memberBenefits-container .task_sign img {
  width: 100%;
}
.memberBenefits-container .task_tab {
  width: 100%;
  height: 1.627rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.373rem;
  color: #cccccc;
}
.memberBenefits-container .task_tab .plan {
  margin: 0 1rem;
}
.memberBenefits-container .task_tab .span_wrap {
  height: 0.493rem;
  border-bottom: 1px solid #cccccc;
  padding: 0 0.32rem;
}
.memberBenefits-container .task_tab span {
  display: inline-block;
  height: 100%;
}
.memberBenefits-container .task_tab .active {
  color: #262626;
  border-bottom: 1px solid #262626;
  padding: 0 0.32rem;
}
.memberBenefits-container .new_content .new_title {
  width: 100%;
  text-align: center;
  margin-top: 0.267rem;
}
.memberBenefits-container .new_content .new_title img {
  width: 5.347rem;
}
.memberBenefits-container .newTask_btn {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.memberBenefits-container .newTask_btn .add_info {
  text-align: center;
}
.memberBenefits-container .newTask_btn .add_info img {
  width: 1.72rem;
  display: block;
  margin: 0 auto;
}
.memberBenefits-container .newTask_btn .add_info span {
  color: #ffffff;
  font-size: 0.227rem;
  padding: 0.08rem 0.267rem;
  background-color: #cd1934;
}
.memberBenefits-container .new_gift {
  width: 100%;
  margin-top: 0.747rem;
  text-align: center;
}
.memberBenefits-container .new_gift img {
  width: 6.147rem;
}
.memberBenefits-container .gift_info {
  width: 100%;
  margin-top: 0.507rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.memberBenefits-container .gift_info .gift_icon img {
  width: 3.893rem;
}
.memberBenefits-container .gift_info .gift_txt img {
  width: 3.28rem;
  display: block;
  margin: 0 auto 0.36rem;
}
.memberBenefits-container .gift_info .gift_txt {
  text-align: center;
}
.memberBenefits-container .gift_info .gift_txt span {
  font-size: 0.293rem;
  color: #ffffff;
  padding: 0.107rem 0.533rem;
  background-color: #cd1934;
}
.memberBenefits-container .float_icon {
  position: absolute;
  left: 0px;
  bottom: 6.88rem;
}
.memberBenefits-container .float_icon img {
  width: 2.4rem;
}
.memberBenefits-container .place_wrap {
  width: 92%;
  height: 7rem;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #cf152d 0%, #9f0d1a 100%);
  text-align: center;
}
.memberBenefits-container .place_wrap img {
  width: 3.6rem;
  margin-top: 0.267rem;
}
.memberBenefits-container .task_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
  z-index: 99;
}
.memberBenefits-container .task_cover img {
  width: 4.627rem;
}

/*baPublicity style*/
.baPublicity-container .info-panel {
  position: relative;
  width: 10rem;
  height: 3.666667rem;
  background: url("http://cdn-opimage.qiumeiapp.com/zg/baPublicity/publicity_03.jpg") no-repeat center top;
  background-size: contain;
}
.baPublicity-container .info-panel > div {
  width: 100%;
  height: 3.666667rem;
}
.baPublicity-container .info-panel .noLogin {
  position: absolute;
  top: 0.506667rem;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  font-size: 0.426667rem;
  color: #c2161f;
  font-weight: bold;
}
.baPublicity-container .info-panel .hasLogin {
  position: absolute;
  top: 0.506667rem;
  width: 100%;
  color: #c2161f;
  font-size: 0.36rem;
  font-weight: bold;
}
.baPublicity-container .info-panel .hasLogin > div {
  width: 7.333333rem;
  margin-left: 1.373333rem;
  margin-top: 0.15rem;
  line-height: 0.6rem;
}
.baPublicity-container .info-panel .hasLogin span {
  font-weight: normal;
}
.baPublicity-container .element-img {
  width: 100%;
  display: block;
}

/*stepGroup style*/
.tuan_type {
  width: 100%;
  position: absolute;
  top: 1.15rem;
  text-align: center;
}
.tuan_type img {
  width: 89.7%;
}

.sg_orderList {
  width: 100%;
  position: absolute;
  top: 2.0833rem;
  margin-bottom: 3.48rem;
}
.sg_orderList .detail_item {
  width: 100%;
  margin-top: 0.266667rem;
}
.sg_orderList .detail_item_title {
  width: 100%;
  height: 1.2rem;
  background-color: #fffcef;
  text-align: center;
  line-height: 1.2rem;
  color: #d6000f;
  font-size: 0.346667rem;
}
.sg_orderList .detail_item_content {
  width: 100%;
  background-color: #fff;
}
.sg_orderList .detail_item_content .list_li {
  width: 100%;
  background-color: #fff;
  border-radius: 0.08rem;
}
.sg_orderList .detail_item_content .list_li .li_right {
  width: 65.8%;
  float: left;
  padding: 0.64rem 0.28rem 0.28rem;
  padding-left: 0;
  box-sizing: border-box;
}
.sg_orderList .detail_item_content .list_li .li_right_title {
  font-size: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.55rem;
}
.sg_orderList .detail_item_content .list_li .li_right_price {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.186667rem;
  color: #d6000f;
}
.sg_orderList .detail_item_content .list_li .li_right .right_price_fix {
  font-size: 0.32rem;
  color: #d6000f;
}
.sg_orderList .detail_item_content .list_li .li_right .right_price_fix span {
  font-size: 0.426667rem;
}
.sg_orderList .detail_item_content .list_li .li_right .right_price_low {
  color: #999999;
  font-size: 0.32rem;
  margin-left: 0.266667rem;
  text-decoration: line-through;
}
.sg_orderList .detail_item_content .list_li .li_right .right_price_info {
  color: #999;
  margin-top: 0.106667rem;
}
.sg_orderList .detail_item_content .list_li .li_left {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.04rem;
  padding: 0.266667rem;
  box-sizing: border-box;
}
.sg_orderList .detail_item_content .list_li .li_left img {
  width: 100%;
}
.sg_orderList .detail_item_content .list_li .subWeikuan {
  width: 100%;
  height: 0.466667rem;
  background-color: #fff;
  font-size: 0.373333rem;
  line-height: 0.466667rem;
  text-align: right;
  color: #333;
  margin-bottom: 0.44rem;
}
.sg_orderList .detail_item_content .list_li .subWeikuan span {
  color: #d6000f;
  margin-right: 0.426667rem;
}
.sg_orderList .detail_item .handle_btn {
  width: 100%;
  height: 1.213333rem;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #eaeaea;
}
.sg_orderList .detail_item .handle_btn .handle_left {
  font-size: 0.346667rem;
  color: #d6000f;
  line-height: 0.466667rem;
  margin-left: 0.266667rem;
}
.sg_orderList .detail_item .handle_btn .handle_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0.266667rem;
}
.sg_orderList .detail_item .handle_btn .handle_right .orderDetail {
  width: 1.906667rem;
  height: 0.76rem;
  border-radius: 0.066667rem;
  border: solid 1px #999999;
  text-align: center;
  line-height: 0.76rem;
  margin-left: 0.266667rem;
}
.sg_orderList .detail_item .handle_btn .handle_right .goShare {
  width: 1.906667rem;
  height: 0.76rem;
  text-align: center;
  line-height: 0.76rem;
  border: solid 1px #999999;
  border-radius: 0.066667rem;
  margin-left: 0.266667rem;
}
.sg_orderList .detail_item .handle_btn .handle_right .goPay {
  width: 1.906667rem;
  height: 0.76rem;
  text-align: center;
  line-height: 0.76rem;
  background-color: #d6000f;
  border-radius: 5px;
  color: #fff;
  margin-left: 0.266667rem;
}
.sg_orderList .shade {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.sg_orderList .shade img {
  display: block;
  width: 100%;
  margin-top: 0.666667rem;
}
.sg_orderList .orderList-noOrder {
  color: #666666;
  font-size: 0.48rem;
  margin: 3.493333rem 0 0 0;
  text-align: center;
}
.sg_orderList .orderList-noOrder .txt {
  font-size: 0.373333rem;
  line-height: 0.533333rem;
}
.sg_orderList .orderList-noOrder .index-btn {
  width: 2.666667rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #d6000f;
  color: #ffffff;
  margin: 0.506667rem auto;
  font-size: 0.373333rem;
  border-radius: 0.133333rem;
}
.sg_orderList .orderList-noOrder img {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.4rem auto;
}
.sg_orderList .floatIcon {
  position: fixed;
  bottom: 0.773333rem;
  right: 0.4rem;
  width: 1.92rem;
  height: 2.026667rem;
}
.sg_orderList .floatIcon img {
  display: block;
  width: 1.92rem;
  height: 2.026667rem;
}

/*logisticsList style*/
.logistics-list-panel .count-title {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.533333rem;
  background-color: #fdf6f4;
  color: #b3021f;
  font-size: 0.373333rem;
}
.logistics-list-panel .item {
  width: 100%;
  padding: 0 0.533333rem;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.logistics-list-panel .item .top-cont {
  color: #4c4c4c;
  font-size: 0.32rem;
  padding: 0.266667rem 0;
}
.logistics-list-panel .item .top-cont > div {
  margin: 0.066667rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.logistics-list-panel .item .top-cont .one {
  height: 0.533333rem;
}
.logistics-list-panel .item .top-cont .one div:nth-child(1) {
  color: #b3021f;
  font-size: 0.4rem;
}
.logistics-list-panel .item .top-cont .one div:nth-child(1) img {
  width: 0.533333rem;
  height: 0.426667rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.04rem;
  margin-right: 0.066667rem;
}
.logistics-list-panel .item .top-cont .one div:nth-child(2) {
  color: #4c4c4c;
}
.logistics-list-panel .item .top-cont .two {
  padding: 0.15rem 0;
}
.logistics-list-panel .item .top-cont .two div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.logistics-list-panel .item .top-cont .two div:nth-child(2) {
  width: 3.733333rem;
  text-align: right;
  color: #b3021f;
}
.logistics-list-panel .item .pro-list-cont {
  padding: 0.133333rem 0;
  color: #000000;
  font-size: 0.373333rem;
}
.logistics-list-panel .item .pro-list-cont .pro-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 0.533333rem;
}
.logistics-list-panel .item .pro-list-cont .pro-item div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.logistics-list-panel .item .pro-list-cont .pro-item div:nth-child(1) .gift-tag {
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #b81d2d;
  color: #fff;
  font-size: 0.266667rem;
  padding: 0.04rem 0.093333rem;
  border-radius: 0.066667rem;
  vertical-align: middle;
}
.logistics-list-panel .item .pro-list-cont .pro-item div:nth-child(2) {
  width: 0.666667rem;
  text-align: right;
}
.logistics-list-panel .item .footer-cont {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: right;
  color: #b3021f;
  font-size: 0.333333rem;
}
.logistics-list-panel .item.rule {
  color: #000000;
  font-size: 0.266667rem;
  padding-top: 0.266667rem;
  padding-bottom: 0.266667rem;
}
.logistics-list-panel .item.rule div {
  margin: 0.066667rem 0;
}
.logistics-list-panel .text-tip {
  width: 10rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #ffffff;
  background-color: #b3021f;
  text-align: center;
  font-size: 0.333333rem;
}

/*baAssociation style*/
.baAssociation-panel {
  width: 9.613333rem;
  height: 12.92rem;
  margin: 0.533333rem auto 0 auto;
  background: url("https://cdn-opimage.qiumeiapp.com/zgXcx/personal/association-bg.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.baAssociation-panel .counter-name {
  position: absolute;
  top: 2.706667rem;
  left: 2.466667rem;
  width: 4.666667rem;
  color: #323232;
  font-size: 0.333333rem;
  text-align: center;
  line-height: 0.466667rem;
}
.baAssociation-panel .txt-img {
  position: absolute;
  top: 4.213333rem;
  left: 1.933333rem;
  display: block;
  width: 5.826667rem;
  height: 0.933333rem;
}
.baAssociation-panel .txt-tip {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 5.666667rem;
  color: #6a6a6a;
  font-size: 0.373333rem;
}
.baAssociation-panel .qrcode-container {
  position: absolute;
  top: 6.466667rem;
  left: 2.693333rem;
  width: 4.226667rem;
  height: 4.853333rem;
  background: url("https://cdn-opimage.qiumeiapp.com/zgXcx/personal/association-qrcode-bg.png") no-repeat center center;
  background-size: 100% 100%;
}
.baAssociation-panel .qrcode-container .qrcode-box {
  width: 3.853333rem;
  height: 3.76rem;
  margin: 0.826667rem auto 0 auto;
  display: block;
}
.baAssociation-panel .qrcode-container .qrcode-box img {
  width: 100%;
}

/*redPacketList style：2023.4.14*/
.redPacketList-panel .container {
  background-color: #ffffff;
  margin-top: 1.0667rem;
  width: 100%;
}
.redPacketList-panel .container .list .tip-txt {
  width: 100%;
  height: 1.0667rem;
  color: #999999;
  font-size: 0.32rem;
  padding-right: 0.44rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
.redPacketList-panel .container .list .tip-txt > div {
  margin-left: 0.2rem;
}
.redPacketList-panel .container .list .tip-txt img {
  display: inline-block;
  margin-left: 0.1333rem;
  width: 0.2533rem;
  height: 0.2533rem;
}
.redPacketList-panel .container .list .list-content .single-item {
  margin-top: 0.1867rem;
}
.redPacketList-panel .container .list .list-content .single-item .top_box {
  width: 9.8533rem;
  height: 3.0933rem;
  margin: 0 auto;
  position: relative;
  background: url("https://cdn-opimage.qiumeiapp.com/zgXcx/personal/new-redPacket-bg.png") no-repeat center top;
  background-size: 100%;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .left {
  position: absolute;
  text-align: center;
  left: 0.24rem;
  top: 0.24rem;
  width: 3.36rem;
  height: 2.5733rem;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .left .price {
  position: relative;
  font-size: 0.48rem;
  font-weight: 600;
  margin-top: 0;
  text-align: left;
  width: 2.8533rem;
  height: 2.5733rem;
  line-height: 2.5733rem;
  margin-left: 0.5067rem;
  color: #d0112b;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .left .use {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.2933rem;
  color: #d0112b;
  position: absolute;
  bottom: 0;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .left .share-opt {
  position: absolute;
  top: 0.1333rem;
  left: 0.16rem;
  font-size: 0.24rem;
  color: #fff;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .left .share-opt img {
  display: inline-block;
  width: 0.2267rem;
  height: 0.2267rem;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .right {
  position: absolute;
  padding-right: 0.3333rem;
  box-sizing: border-box;
  top: 0.24rem;
  right: 0.36rem;
  width: 5.8667rem;
  height: 2.5733rem;
  padding-left: 0.4rem;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .right .title {
  margin-top: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #f9ffd6;
  font-size: 0.3467rem;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .right .extra {
  margin-top: 0.24rem;
  font-size: 0.2933rem;
  color: #999999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .right .extra .tip.special {
  color: #d0112b;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .right .extra .tip.special img {
  margin-left: 0.1333rem;
  display: inline-block;
  width: 0.2533rem;
  height: 0.2533rem;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .right .extra .btn {
  line-height: 0.5333rem;
  letter-spacing: 0.0133rem;
  text-align: center;
  width: 1.7333rem;
  height: 0.5333rem;
  border-radius: 0.2667rem;
  border: solid 0.0267rem #f9ffd6;
  color: #f9ffd6;
  font-size: 0.2667rem;
  background: transparent;
}
.redPacketList-panel .container .list .list-content .single-item .top_box .right .date {
  width: 100%;
  line-height: 0.56rem;
  font-size: 0.2933rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  height: auto;
}
.redPacketList-panel .container .no-result {
  width: 100vw;
  margin: auto;
  text-align: center;
}
.redPacketList-panel .container .no-result .noResult_content img {
  width: 1.52rem;
  height: 1.1733rem;
  display: block;
  margin: 5.3333rem auto 0 auto;
}
.redPacketList-panel .container .no-result .noResult_content .noResult_title {
  font-size: 0.32rem;
  margin: 0.6933rem 0 0 0;
  color: #000000;
}
.redPacketList-panel .use-intro {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.redPacketList-panel .use-intro.show {
  opacity: 1;
  z-index: 101;
}
.redPacketList-panel .use-intro .pop-cont {
  width: 6.6667rem;
  height: 8rem;
  background: #FFFFFF;
  border-radius: 0.32rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.redPacketList-panel .use-intro .pop-cont .title {
  text-align: center;
  color: #000;
  font-size: 0.32rem;
  font-weight: 500;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.redPacketList-panel .use-intro .pop-cont .detail {
  width: 5.6533rem;
  font-size: 0.2933rem;
  color: #000;
  margin: 0 auto;
  line-height: 1.6;
}
.redPacketList-panel .use-intro .pop-cont .detail view {
  margin-bottom: 0.2rem;
}
.redPacketList-panel .use-intro .pop-cont .tip-txt {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #999999;
  position: absolute;
  bottom: 0.1867rem;
}

/*redPackets style：2023.6.6*/
.redPacketDetails-panel .red-packet-list {
  width: 100%;
  padding: 1.47rem 0.4rem 0.32rem 0.4rem;
  box-sizing: border-box;
}
.redPacketDetails-panel .red-packet-list .single-item {
  width: 9.2rem;
  height: 2rem;
  margin-top: 0.32rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 0.08rem 0.0667rem rgba(72, 72, 72, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: initial;
  -webkit-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.redPacketDetails-panel .red-packet-list .single-item:first-child {
  margin-top: 0;
}
.redPacketDetails-panel .red-packet-list .single-item .lt-box {
  width: 2.4rem;
  height: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 600;
  font-size: 0.5333rem;
}
.redPacketDetails-panel .red-packet-list .single-item .lt-box .plus {
  color: #3f9e4b;
}
.redPacketDetails-panel .red-packet-list .single-item .lt-box .minus {
  color: #d60110;
}
.redPacketDetails-panel .red-packet-list .single-item .rt-box {
  width: 6.8rem;
  height: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: initial;
  -webkit-align-items: initial;
  box-sizing: border-box;
  padding: 0.08rem 0 0.08rem 0.2rem;
}
.redPacketDetails-panel .red-packet-list .single-item .rt-box .pc-remark {
  font-size: 0.3733rem;
  color: #333;
  font-weight: bold;
}
.redPacketDetails-panel .red-packet-list .single-item .rt-box .pc-title {
  font-size: 0.3467rem;
  color: #666;
}
.redPacketDetails-panel .red-packet-list .single-item .rt-box .pc-date {
  font-size: 0.2933rem;
  color: #999;
}
.redPacketDetails-panel .empty-red-packet {
  position: fixed;
  width: 100%;
  height: 100vh;
}
.redPacketDetails-panel .empty-red-packet .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.redPacketDetails-panel .empty-red-packet .content img {
  width: 2.4rem;
  height: 2.2133rem;
}
.redPacketDetails-panel .empty-red-packet .content div {
  margin-top: 0.1333rem;
  font-size: 0.4rem;
  color: #666666;
}

/*memberBenefits style：2023年12月8日*/
.points-expired {
  margin: 0.26rem auto 0;
  position: relative;
  width: 9.77rem;
  height: 1.05rem;
  background: url(http://cdn-opimage.qiumeiapp.com/zgXcx/memberBenefits/v20210826/points-expired_bgc.png) no-repeat center top;
  background-size: contain;
}
.points-expired span {
  line-height: 1.05rem;
  font-size: 0.29rem;
  color: #000;
  margin-left: 2.306rem;
}

/*memberBenefits style：2023.8.22*/
.newContain {
  width: 10rem;
  padding-top: 0.4rem;
  font-size: 0;
  position: relative;
}
.newContain .ContainTitle {
  width: 100%;
}
.newContain .taskBox {
  width: 10rem;
  position: relative;
  overflow: hidden;
}
.newContain .taskBox .headImg {
  width: 100%;
}
.newContain .taskBox .taskList {
  width: 8.13rem;
  position: absolute;
  top: 0.4rem;
  left: 1.2rem;
  display: flex;
  justify-content: space-between;
}
.newContain .taskBox .taskList .taskItem {
  width: 1.6rem;
  height: 1.79rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newContain .taskBox .taskList .taskItem img {
  width: 1.6rem;
  height: 1.79rem;
}
.newContain .taskBox .txt {
  width: 100%;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 5;
}
.newContain .taskBox .txt span {
  font-size: 0.3rem;
  color: #c90600;
}
.newContain .taskBox .txt img {
  width: 0.3rem;
  height: 0.3rem;
}
.newContain .taskBox .taskContent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.newContain .floatIcon1 {
  width: 0.81rem;
  position: absolute;
  top: 2.27rem;
  right: 0;
}
.newContain .floatIcon2 {
  width: 1.15rem;
  position: absolute;
  bottom: 0.26rem;
  left: 0;
}

.trial-dlg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.trial-dlg .cancel-icon {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.trial-dlg .benefitBox {
  width: 100%;
  margin: 1.33rem auto 0;
  position: relative;
}
.trial-dlg .benefitBox .benefitBtn {
  width: 4.67rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
}
.trial-dlg .benefitBox img {
  width: 100%;
}

/*refund list*/
.refund_null {
  text-align: center;
}
.refund_null img {
  width: 3.2rem;
  height: 3.2rem;
  margin: 3.73rem 0 0.8rem;
}
.refund_null .txt {
  width: 100%;
  height: 0.59rem;
  font-size: 0.43rem;
  font-weight: 400;
  color: #272727;
  line-height: 0.59rem;
}
.refund_null .btn {
  width: 3.68rem;
  height: 0.96rem;
  background: #DF0010;
  border-radius: 0.49rem;
  margin: 0.48rem auto 0;
  font-size: 0.43rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.96rem;
}

/*# sourceMappingURL=personal.css.map */
