@charset "utf-8";
.clear {
  clear: both;
}
i {
  font-style: normal;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.margintop44 {
  margin-top: 50px;
}
.fontHe {
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 1px;
}
/* header 头部 样式 */
.header {
  height: 44px;
  background: #fff;
  /*border-bottom: 1px solid #d5d5d5;*/
  font-size: 17px;
  color: #333;
  padding-top: 10px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.header .backa {
  display: block;
  width: 16px;
  float: left;
}
.header .header-title {
  float: left;
  width: calc(100% - 38px);
  text-align: center;
}
.header .menua {
  display: block;
  float: right;
  width: 22px;
}
/* 会员卡 */
.card {
  padding-top: 20px;
  padding-bottom: 20px;
}
.card .card_number {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #001100;
  font-size: 13px;
  letter-spacing: 2px;
}
.card .show-vipcard {
  position: relative;
  width: 325px;
  margin: 0 auto;
}
.card .logo-tit {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  float: right;
  height: 24px;
  line-height: 24px;
}
.card .yt-logo {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.show-vipcard .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
}
.show-vipcard .logo-img {
  float: left;
  width: 137px;
  height: 27px;
}
.logo .big-img {
  margin: 0 auto;
  display: block;
}
.jifen-box {
  padding: 10px 0;
  border-bottom: 10px;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.jifen-left {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding-right: 12px;
  border-right: 1px solid #b7c875;
  font-size: 15px;
  color: #666;
}
.jifen-left .total-tit {
  float: left;
}
.jifen-left .total-num {
  float: right;
  font-size: 18px;
  color: #f9ac17;
}
.jifen-right {
  float: right;
  width: 50%;
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #666;
}
.jifen-right .count-fh {
  float: left;
}
.jifen-right .count-num {
  color: #f44725;
  float: right;
  font-size: 18px;
}
.fh-box {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #666;
}
.fh-box .fh-span {
  float: left;
}
.fh-box .day-fenhong {
  float: right;
  color: #f44725;
  font-size: 18px;
}
.nav-box {
  font-size: 16px;
  color: #666;
  border-top: 4px solid #eaeaea;
  border-bottom: 4px solid #eaeaea;
}
.nav-box .nav-title {
  height: 60px;
  line-height: 60px;
  color: #999;
  font-size: 15px;
}
.nav-top {
  border-bottom: 1px solid #ddd;
}
.nav {
  width: 100%;
  text-align: center;
}
.nav li {
  width: calc(100% / 3);
  float: left;
  border-right: 1px solid #ddd;
  padding-bottom: 20px;
}
.nav li:nth-child(3) {
  border-right: 1px solid transparent;
}
.nav a {
  color: #666;
}
.nav .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.nav .icon-name {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}
.nav-bottom li {
  padding-top: 15px;
}
.links-box {
  background: #fff;
  padding-top: 14px;
  padding-bottom: 20px;
  width: 100%;
  margin-bottom: 50px;
}
.links-box .linka {
  display: block;
  float: left;
  width: calc(100%  / 3);
  font-size: 16px;
  color: #666;
  text-align: center;
  border-right: 1px solid #ddd;
}
.links-box .linka:nth-child(3) {
  border-right: 1px solid transparent;
}
.links-box .link-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.links-box .link-name {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
.bottom-nav .nava {
  display: block;
  width: 50%;
  float: left;
  background: #26b459;
  color: #fff;
}
.bottom-nav .nav1 {
  background: #0ac3c4;
}
/* 消费明细 */
.single-tab {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #393939;
}
.single-tab span {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
}
.single-tab .tab-box {
  float: left;
  width: 50%;
  height: 50px;
  background: #f0f0f0;
  padding-top: 5px;
}
.single-tab .tab-box:first-child {
  border-top-left-radius: 10px;
}
.single-tab .tab-box:nth-child(2) {
  border-top-right-radius: 10px;
}
.single-tab .xiancur {
  background: #FC2828;
  color: #fff;
}
.single-tab a{
  color: #393939;
}
.single-tab .xiancur a {
  display: block;
  color: #fff;
}
.detail-main-box {
  display: none;
}
.show-detail {
  display: block;
}
.detail-box {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.detail-box span {
  font-family: "Helvetica";
  letter-spacing: 1px;
}
.detail-box .ymd,
.detail-box .time {
  float: left;
  display: block;
}
.detail-box .time {
  margin-left: 25px;
}
.detail-box .log {
  float: right;
  color: #393939;
}
.detail-box .log span {
  font-weight: bold;
}
/*  客服 */
#kefu .item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 12px;
}
#kefu .item span {
  color: #444;
  margin-right: 15px;
}
/*二维码*/
#erweima .card {
  margin: 0 auto;
  padding: 15px 0;
}
#erweima .card .cricle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 auto;
}
#erweima .card p img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
#erweima .tiaoxingma {
  padding: 10px 0;
}
#erweima .tiaoxingma img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#erweima .phone-number {
  font-size: 24px;
  color: #595958;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
#erweima .erweima {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#erweima .erweima img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#erweima .make p {
  font-size: 16px;
  color: #595959;
  text-align: center;
  padding: 12px 0;
}
#vip .vip {
  font-size: 15px;
  color: #00210c;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d2d2d2;
}
#vip .say,
#vip .day,
#vip .address,
#vip .know {
  display: flex;
  margin-top: 20px;
  padding-right: 40px;
}
#vip .say .text,
#vip .day .text,
#vip .address .text,
#vip .know .text {
  color: #00210c;
  font-size: 14px;
  width: calc(100% - 75px);
}
#vip .say span,
#vip .day span,
#vip .address span,
#vip .know span {
  color: #858585;
  width: 60px;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
#vip .address .number {
  color: #26b459;
}
/* 3650 首页改版 20181114 */
* {
  -webkit-tap-highlight-color: transparent;
}
.bgfff {
  background-color: #fff;
}
.jifen-box {
  padding: 10px 12px;
}
.fh-box {
  padding: 0 12px;
  background-color: #fff;
}
.two-links {
  padding: 10px 12px;
  background-color: #eaeaea;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.two-links li {
  width: 49%;
}
.two-links a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #666;
  text-align: center;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.two-links span {
  padding-left: 25px;
}
.two-links .online-pharmacy {
  background: url('../img/wsyf.png') left center / 19px 19px no-repeat;
}
.two-links .medicine {
  background: url('../img/3650yx.png') left center / 19px 19px no-repeat;
}
.nav-list-box {
  margin-bottom: 5px;
  padding: 15px 0;
  background-color: #fff;
}
.nav-list-title {
  margin-bottom: 15px;
  padding: 5px 15px;
  font-size: 15px;
  color: #004ba0;
  line-height: 18px;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.nav-list li {
  width: calc(100% / 3);
}
.nav-list li > a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nav-list li > a:nth-child(3n) {
  border-right: none;
}
.nav-list li .nav-list-icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.nav-list li .nav-list-name {
  overflow: hidden;
  margin-top: 20px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;

}
.nav-list li:last-child {
  border-bottom: none;
}

/* 二维码 底部返回和刷新 */
.make-btn {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 15px;
  position: fixed;
  left: 0;
  bottom: 0;
}
.make-btn > a {
  display: block;
  width: 50%;
  float: left;
  border: 1px solid transparent;
  font-size: 13px;
  color: #fff;
  background: #0ac3c4;
}
.make-btn .refresh {
  float: right;
  background: #26b459;
}


.copyright-explain {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #eaeaea;
}
.copyright-explain .copyright-word {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.copyright-explain .make-btn-box {
  margin-top: 10px;
  font-size: 0;
  text-align: center;
}
.copyright-explain .make-explain-btn {
  display: inline-block;
  padding: 0 30px;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}
.copyright-explain .make-explain-btn:first-child {
  border-right: 1px solid #999;
}
.accessing-tips {
  position: fixed;
  top: 36%;
  left: 50%;
  z-index: 99;
  margin-left: -55px;
  width: 110px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(85, 85, 85, 0.8);
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #26b459;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #26b459;
  border-color: #26b459;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
 /* 会员卡 改版 2019-2-27*/
 .mt44 {
  margin-top: 44px;
 }
.mt58 {
  margin-top: 58px;
 }
.gr-color {
  background-color: #2fb04f;
}
.new-header {
  padding-left:  15px;
  padding-right:  15px;
}
.new-header .header-title {
 color: #fff;
}
.big-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.new-layout {
  position: relative;
  padding-top: 0;
  /*background: url('../img/card_bg.jpg') center top / 100% 100% no-repeat;*/
  background-color: #fff;
}
.new-layout .logo {
  display: flex;
  justify-content: space-between;
}
.new-layout .logo-tit {
  color: #000;
}
.new-layout .link-erweima {
  position: relative;
  top: 30px;
}
.new-layout .card-name {
  color: #207e2f;
  font-size: 15px;
}
.new-layout .card_number {
  left: 15px;
  right: 0;
  color: #207e2f;
}

.flex-two {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 15px;
  box-shadow: 0 3px 5px 2px rgb(230,230,230);
  border-radius: 8px;
}
.flex-two .flex-two-links {
  display: block;
  width: 50%;
  padding: 15px 10px;
  background-color: #fff;
  color: #666;
  text-align: center;
}

.flex-two .img-span img {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 10px;
}
.flex-two .name {
  font-size: 15px;
  line-height: 18px;
}
.flex-two .num {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: "Helvetica";
  color: #f44725;
}

.flex-two.bottom {
  position: relative;
  padding: 15px;
}
.flex-two.bottom .ft-left, .flex-two.bottom .ft-right {
  width: 50%;
  padding: 0 10px;
  line-height: 18px;
  text-align: center;
}
.flex-two.bottom .ft-left {
  border-right: 1px solid #ddd;
}
.flex-two.bottom p {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.flex-two.bottom .num {
  margin-top: 4px;
  font-size: 15px;
  color: #f44725;
}

.copyright-explain {
  background-color: #fff;
  padding-bottom: 20px;
}

/* 兑换码 */
.exchange-box {
  display: flex;
  padding: 15px;
  background-color: #f4f4f4;
}
.exchange-box label {
  background: url('../img/scan.png') center center / 24px 20px no-repeat;
  width: 30px;height: 26px;
}
.exchange-box input {
  display: block;
  width: calc(100% - 30px);
  padding-left: 10px;
  color: #25b458;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
}
.exchange-box input::-webkit-input-placeholder {
  color: #25b458;
}

.use-tips {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.ep {
  padding-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  text-align: center;
}

.pay-status {

}
.pay-tips {
  padding-top: 80px;
}
.pay-tips img {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.pay-tips p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.pay-tips.success p {
  color: #26b459;
}

.pay-tips.error p {
  color: #ff0000;
}
.pay-money {
  margin-top: 50px;
  text-align: center;
}
.pay-money p {
  font-size: 14px;
  color: #666;
}
.pay-money .show-num {
  font-size: 30px;
  color: #000;
}
.pay-money .show-num span {
  font-size: 36px;
  font-weight: bold;
  font-family: "Helvetica";
}
.ad {
  margin-top: 80px;
  min-height: 90px;
}
.ad .ad-links {
  display: block;
  width: 100%;
}
.ad .ad-links img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.status-btns {
  margin-top: 80px;
}
.status-btns .status-btn {
  display: block;
  margin-bottom: 50px;
  margin: 0 auto;
  width: 170px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #26b459;
  color: #26b459;
  text-align: center;
  border-radius: 4px;
}


/* 会员权益 */
.vip-content {
  padding-bottom: 60px;
}
.card-item{
  position: relative;  
  width: 325px;
  margin: 0 auto;
  padding-top: 20px;
}
.card-item .big-bg-card {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
 .card-item .card-item-top {
    position: absolute;
    top: 35px;
    left: 15px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    font-size: 15px;
} 
 .card-item .card-item-top .cit-left {
  padding-left: 25px;
  background: url('../img/logo2.png') left center / 20px 20px no-repeat;
  color: #666;
 }
  .card-item .card-item-top .cit-right {
    color: #0b771c;
  }
 .card-item .card-item-bottom {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 15px;
 }
 .card-item .card-item-bottom .link-login {
  color: #666;
 }
.six-header {
  position: relative;
  text-align: center;
  color: #666;
  height: 20px;
  line-height: 20px;
  margin: 25px auto;
}
/* .six-header::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: " ";
  width: 30%;
  height: 1px;
  border-top: 1px solid #ddd;
}
.six-header::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: " ";
  width: 30%;
  height: 1px;
  border-top: 1px solid #ddd;
} */
.six-header span {
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 0 10px;
}
.six-header::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  border-top: 1px solid #ddd;
}
.vip-icon-box {
  display: flex;
  flex-wrap: wrap;
}
.vip-icon-box li {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.vip-icon-box li > a {
  display: flex;
  color: #535353;
  font-size: 12px;
  line-height: 15px;
}
.vip-icon-box .vip-icon {
  display: block;
  width: 44px;
  height: 44px;
}
.vip-icon-box .icon-tit {
  width: calc(100% - 44px);
  padding-left: 10px;
  padding-right: 5px;
}
.vip-icon-box .icon-tit > p {
  margin-top: 5px;
  height: 30px;
  overflow: hidden;
}
.vip-icon-box .icon-title {
  color: #2a9747;
  font-size: 15px;
}
.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.cz-box {
  display: flex;
  height: 55px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -1px 1px 1px rgb(230,230,230);
}
.cz-box .czb-left {
  width: calc(100% - 120px);
  padding-left: 15px;
  padding-top: 10px;
}
.cz-box .czb-left .h3 {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.cz-box .czb-left p {
  font-size: 10px;
  color: #999;
}
.cz-box .czb-right {
  display: block;
  width: 120px;
  height: 55px;
  line-height: 55px;
  border: none;
  outline: none;
  background-color: #48be69;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
/* 2019-3-12 */
/* 银色会员卡 start */
.silvery-bg-color {
  background-color: #a6a6a6;
}
.silvery-layout {
  background: url('../img/silvery_card_bg.jpg') center top / 100% 100% no-repeat;
  padding-bottom: 0;
}
.silvery-layout .logo-tit {
  color: #666;
}
.silvery-layout .card-name, .silvery-layout .card_number {
  color: #999;
}
/* 银色会员卡 end */

/* 金色会员卡 start */
.golden-bg-color {
  background-color: #c29755;
}
.golden-layout {
  background: url('../img/golden_card_bg.jpg') center top / 100% 100% no-repeat;
}
.golden-layout .logo-tit {
  color: #666;
}
.golden-layout .card-name, .golden-layout .card_number {
  color: #b89853;
}
/* 金色会员卡 end */
/* 会员权益  */
.diff-mb-nav {
  padding-top: 5px;
}
.diff-mb-nav .diff-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 12px;
}
.diff-mb-nav .diff-list li {
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  border-radius: 15px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #999;
  box-shadow: 0 0 1px 1px rgba(155,155,155,.15);
}
.diff-mb-nav .diff-list li:last-child {
  margin-right: 0;
}

.diff-mb-nav .diff-list li a {
  color: #999;
}
/* plus 会员卡 */
.diff-mb-nav .diff-list .pluscard {
  background-color: #e7bd75;
}
.diff-mb-nav .diff-list .pluscard a {
  color: #fff;
}

.plus-card .card-item-top .cit-right{
  color: #b89853;
}
.plus-unique {
  padding: 20px;
}
.plus-uq-lists {
  width: 100%;
}
.plus-uq-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.plus-uq-list:last-child {
  margin-bottom: 0;
}
.plus-uq-list .pul-left {
  width: 46px;
}
.plus-uq-list .pul-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.plus-uq-list .pul-right {
  margin-left: 15px;
  width: calc(100% - 61px);
}
.plus-uq-list .pulr-title {
  font-size: 14px;
  color: #a37e46;
  line-height: 20px;
}
.plus-uq-list .pulr-title span {
  font-family: "Helvetica";
  font-size: 17px;
  padding: 0 2px;
}
.plus-uq-list .pulr-txt {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.plus-vip-icon-box .icon-title {
  color: #a37e46;
}
.plus-fixed-bottom .czb-left {
  overflow: hidden;
  padding-top: 0;
  line-height: 55px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.plus-fixed-bottom .czb-right {
  background-color: #d7ab67;
}
/* 金色卡 和 银色 卡公用一套图标， 底色用span来改变 */
.plus-vip-icon-box li .vip-icon {
  background-color: #fff5e3;
  border-radius: 50%;
}
/* 3650 会员卡 */
.diff-mb-nav .diff-list .greencard {
  background-color: #3cbc60;
}
.diff-mb-nav .diff-list .greencard a {
  color: #fff;
}

/* 会员权益 弹出框 */
.vip-equity-modal {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.vip-equity-main {
  position: relative;
  width: 100%;
  padding: 15px 40px;
  background-color: #fff;
}
.vip-equity-main .close-equity {
  position: absolute;
  z-index: 99;
  right: 12px;
  top: 10px;
  width: 24px;height: 24px;
  background: url('../img/equity_close.png') center center / 20px 20px no-repeat;
}
.vip-equity-title {
  position: relative;
  margin-top: 20px;
  font-size: 17px;
  text-align: center;
}
.vip-equity-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #a67f42;
}
.vip-equity-title span {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  background-color: #fff;
}
.vip-equity-txt {
  margin: 20px auto;
  font-size: 13px;color: #666;line-height: 18px;
}
.vip-equity-open {
  margin: 10px auto;
  font-size: 13px;color: #666;line-height: 18px;font-weight: bold;
}
.more-vip-equity-info {
  font-size: 13px;color: #666;line-height: 18px;
}

.plus-modal .vip-equity-title span {
  color: #a67f42;
}
.plus-modal .vip-equity-title::before {
  border-color: #a67f42;
}

.v3650-modal .vip-equity-title span {
  color: #2a9747;
}
.v3650-modal .vip-equity-title::before {
  border-color: #2a9747;
}
#equtity-modal-box {
  position: relative;
  z-index: 999;
}

/*  银卡会员  */

.slivery-card .card-item-top .cit-right{
  color: #999;
}
.slivery-icon-ul .icon-title {
  color: #333;
}
.slivery-icon-ul li span {
  background-color: #f5f5f5;
  border-radius: 50%;
}
.slivery-cz-box .czb-right{
  background-color: #d2a965;
}
/* 会员权益 弹出框 end*/

/*  每日签到  */
.signin-header {
  background-color: #00c4a1;
}
.signin-ep {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
  color: #e0fffb;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
}
.is-sign-box {
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.is-sign {
  display: block;
  width: 110px;
  height: 36px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
}
.is-sign-box .sign-txt {
  margin-top: 10px;
  color: #fefefe;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.no-sign .is-sign{
  background-color: #f3c727;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}
.yes-sign {
  display: none;
}
.yes-sign .is-sign {
  background-color: #08b29a;
  color: #80ebdc;
}
.is-sign-box .lianxi-span {
  width: 100% !important;
  line-height: 18px !important;
  margin-top: 10px !important;
  font-size: 13px;
  height: auto;
  color: #fff;
}
.is-sign-box .lianxitianshu {
  color: #fee362;
  padding: 0 10px;
  font-size: 15px;
}
.rili-head-box {
  position: relative;
  justify-content: space-between !important;
}
.rili-head-box #idCalendarPre, .rili-head-box #idCalendarNext {
  padding: 0 10px;
  width: 20px;height: 20px;
}
.rili-head-box #idCalendarPre {
  background: url('../img/rili_pre.png') center center / 10px 17px no-repeat;
}
.rili-head-box #idCalendarNext {
  background: url('../img/rili_next.png') center center / 10px 17px no-repeat;
}
.rili-head {
  position: absolute;
  width: 100%;
  top: -9px;
  height: 22px;
  z-index: 9;
  background: url('../img/rili_head.png') top center / 100% 100% no-repeat;
}

.sign-tips-box {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.sign-tips {
  position: fixed;
  top: 22%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #999;
}
.sign-tips .sign-tips-title {
  position: relative;height: 45px;line-height: 45px;
  border-bottom: 1px solid #eee;text-align: center;
}
.sign-tips-title .close-sign-tips {
  position: absolute;right: 15px;
  top: 50%; margin-top: -10px; height: 20px;width: 20px;
  background: url('../img/equity_close.png') center center / 20px 20px no-repeat;
}
.sign-tips-main {
  padding: 10px 20px 10px 30px;
  font-size: 13px;color: #666;line-height: 18px;
}
.sign-tips-main li {
  list-style: decimal;
  margin-bottom: 15px;
}
/*  每日签到 end  */

/* 门店优惠券 */
.hide {display: none;}
.coupon {overflow-y: scroll;background-color: #e9e9e9;height: calc(100vh - 44px);}
.coupon-nav {
  position: fixed;left: 0; top: 44px; z-index: 29;
  width: 100%;
  background-color: #fff;height: 45px;line-height: 45px; padding: 0 15px;
  font-size: 14px;color: #666;
}
.coupon-nav ul {
  width: 100%;display: flex;flex-wrap: wrap;
}
.coupon-nav ul li {
  margin-right: 25px;
  border-bottom: 1px solid transparent;
}
.coupon-nav .coupon-active {
  color: #ff9a00;
  border-color: #ff9a00;
}
.coupon-lists {
  margin: 65px 15px 20px;
}

.coupon-lists .coupon-list-ul {
  width: 100%;
}
.coupon-list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
}
.coupon-list .coupon-list-left {
  position: relative;z-index: 19;
  width: calc(100% - 100px);
  background-color: #fff;
  padding: 15px;
}
.coupon-list-left .coupon-name {
  margin-bottom: 10px;font-size: 15px;color: #333;line-height: 20px;
}
.coupon-list-left .coupon-txt , .coupon-list-left .coupon-range-time {
  color: #999; line-height: 18px;
}
.coupon-list-left .coupon-txt {font-size: 12px;}
.coupon-list-left .coupon-range-time {font-size: 10px;}
.coupon-list-left .received {
  display: none;
  position: absolute;right: -20px;top: 15px;z-index: 19;
  width: 52px;height: 41px;
  background: url('../img/received_mark.png') center center / 100% 100% no-repeat;
}

.coupon-line-box .cricle-coupon{
  position: absolute;right: -5px;
  height: 100%;height: 10px;width: 10px;border-radius: 50%;
  background-color: #e9e9e9;z-index: 9;
}
.coupon-line-box .cricle-top {
  top: -5px;
}
.coupon-line-box .cricle-bottom {
  bottom: -5px;
}
.coupon-line-box {height: 0;}
.coupon-line-box .coupon-line {
  position: absolute;top: 0; right: -1px;height: 100%;
  border-right: 1px dashed #fff;
}
.coupon-list .coupon-list-right {
  width: 100px;padding: 15px 0;text-align: center;
}
.coupon-list-right .coupon-money {
  font-size: 10px;color: #fff;
}
.coupon-list-right .coupon-num{
  font-size: 36px;
  font-family: "Helvetica";
}
.coupon-list-right .receive-btn {
  display: block;width: 72px;height: 22px;line-height: 22px;
  font-size: 13px;background-color: #fff;margin: 0 auto;margin-top: 5px;
  border-radius: 10px;text-align: center;
}
.no-receive .coupon-list-right .receive-btn {color: #cd4d00;}
.yes-receive .coupon-list-right .receive-btn {color: #ff9a00;}
/* 未领取 */
.no-receive .coupon-list-right {background-color: #ff9a00;}
.no-receive .received {display: none;}
/* 已经领取 */
.yes-receive .coupon-list-right {background-color: #ffc266;}
.yes-receive .received {display: block;}

/* 我的优惠券 */
.my-coupon .coupon-list-right .coupon-money{color: #ff9a00;}
.my-coupon .coupon-list-right .receive-btn{background-color: #ff9a00;color: #fff;}
.my-coupon .coupon-line-box .coupon-line {border-color: #ff9a00;}
.show-coupon-money {
  padding: 15px;text-align: center;font-size: 18px; color: #666;
}
.show-coupon-money span {color: #b28a4c;}
.show-coupon-number {font-size: 20px !important; color: #666 !important;font-weight: normal !important;}
.coupon-exchange-box input {
  color: #b28a4c;
}
.coupon-exchange-box input::-webkit-input-placeholder {
  color: #b28a4c;
}
.coupon-exchange-box label {
  background: url('../img/coupon_exchange.png') center center / 24px 20px no-repeat;
}
/* 门店优惠券 end */
/* 门店优惠券 核销  */
.verify {height: calc(100vh - 44px); background-color: #eeedf3;}
.verify-box {
  width: 100%; background-color: #efc88d; padding: 15px;
}
.verify-head {display: flex;justify-content: space-between;margin-bottom: 20px;font-size: 14px;}
.verify-head span {color: #fff;}
.verify-head .look-verify-log {color: #666; text-decoration: underline;}
.verify-main {
  display: flex;justify-content: space-between;flex-wrap: wrap;
}
.verify-main .verify-left {
  width: calc(100% - 80px);height: 40px;
  background: url('../img/coupon_exchange.png') right 10px center / 24px 20px no-repeat;
  background-color: #fff;
}
.verify-main .verify-left input {
  display: block;width: 100%;height: 100%;padding-left: 10px;
  border: none; outline: none;color: #333;font-size: 14px;
  background-color: transparent;padding-right: 36px;
}
.verify-main .verify-right {width: 80px;height: 40px;}
.verify-main .verify-right .submit-verify-code {
  display: block;width: 100%;height: 100%;line-height: 40px;
  background-color: #b28a4c;text-align: center;color: #fff;font-size: 15px;
  border: none;outline: none;
}
.is-error {
  width: 100%;font-size: 14px;color: #666;margin-top: 10px; visibility: hidden;
}
.is-error-visible {
  visibility: visible;
}
.verify-lists {width: 100%;overflow: auto;}
.verify-list {
  margin-top: 10px;background-color: #fff;
}
.verify-list-head {
  display: flex; justify-content: space-between; width: 100%;
  padding: 14px 15px;
  font-size: 12px;color: #666;border-bottom: 1px solid #eee;
}
.verify-list-head .vlh-left {width: calc(100% - 102px);}
.verify-list-head .vlh-right {color: #999;width: 102px;}
.verify-list-body {
  display: flex; flex-wrap: wrap;width: 100%;
}
.verify-list-body {
  display: flex; flex-wrap: wrap;
  padding: 10px 15px;
}
.verify-list-body .vlb-left {
  position: relative;overflow: hidden;
  width: 70px;background-color: #e5b56c; padding: 10px 0;
  border-radius: 4px;text-align: center;
}
.verify-list-body .vlb-left .verify-cricle {
  position: absolute;top: 50%; margin-top: -5px;
  width: 10px;height: 10px;border-radius: 50%;
  background-color: #fff;
}
.verify-list-body .vlb-left .verify-cricle-left {
  left: -5px;
}
.verify-list-body .vlb-left .verify-cricle-right {
  right: -5px;
}
.verify-list-body .vlb-left .verify-coupon-money {
  font-size: 22px;color: #fff;
}
.verify-list-body .vlb-left .verify-coupon-money:before{
  content: "￥";
  font-size: 11px;
}
.verify-list-body .vlb-left .verify-coupon-name {
  font-size: 12px;color: #b28a4c; margin-top: 5px;
}
.verify-list-body .vlb-right {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.vlb-right .vlb-title {
  margin-bottom: 15px;font-size: 14px;color: #666;line-height: 18px;
}
.vlb-right .vlb-title span {
  font-size: 17px;color: #b28a4c;font-family: "Arial";
}
.vlb-right .vlb-txt , .vlb-right .vlb-range-time {
  color: #999; font-size: 12px;line-height: 18px;
}
/* 核销记录 */

/* 门店优惠券 核销 end  */
/* 消费明细 增加 查看备注或其他信息 + 修改为flex布局 */
.new-detail-layout, .nel-lists {
  width: 100%;
}
.nel-list {
  width: 100%;border-bottom: 1px solid #ddd; color: #666;font-size: 14px;
}
.nel-list-title {
  display: flex;justify-content: space-between;flex-wrap:wrap;padding: 11px 5px 0; line-height: 18px;
}
.nel-title-right {
  font-weight: bold;
  color: #393939;
}
.nel-list-title .ymd {margin-right: 25px;}
.show-make-btn {
  display: flex; justify-content: flex-end; padding: 0 5px;
}
.show-make-btn .down-btn {
  display: block;width: 26px;height: 26px;
  background-image: url('../img/down.png');
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
.show-make-btn .up-btn {
  background-image: url('../img/up.png');
}
.nel-list-info {
  display: none;
  padding: 10px 5px;
}
.nel-list-info .nel-info-list {
  font-size: 12px;color: #999; line-height: 18px;
}
/* 弹出框 禁止 body 滚动 */
.baning-body-scroll {
  overflow-y: hidden;
}

 /* 会员卡 改版 2019-2-27*/

 /* app 外链，隐藏头部 给body 加这个 TOAPP-HIDE 类*/
.TOAPP-HIDE .header,
.TOAPP-HIDE .make-btn {
  display: none;
}
.TOAPP-HIDE .margintop44 {
  margin-top: 0;
}

/* app 外链，隐藏头部 给body 加这个 TOAPP-HIDE 类*/
.gr-color {
  background-color: #2fb04f;
}
.new-header {
  padding-left:  15px;
  padding-right:  15px;
  border-bottom: none;
}
.new-header .header-title {
 color: #fff;
}
.big-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.new-layout {
  position: relative;
  padding-top: 0;
  /*background: url('../img/card_bg.jpg') center top / 100% 100% no-repeat;*/
  background-color: #fff;
}
.new-layout .logo {
  display: flex;
  justify-content: space-between;
}
.new-layout .logo-tit {
  /*color: #000;*/
  color: #666;
}
.new-layout .link-erweima {
  position: relative;
  top: 30px;
}
.new-layout .card-name {
  /*color: #207e2f;*/
  color: #A37E46;
  font-size: 16px;
}
.new-layout .card_number {
  left: 15px;
  right: 0;
  /*color: #207e2f;*/
  color: #fff;
}

.flex-two {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 15px;
  box-shadow: 0 3px 5px 2px rgb(230,230,230);
  border-radius: 8px;
}
.flex-two .flex-two-links {
  display: block;
  width: 50%;
  padding: 15px 10px;
  background-color: #fff;
  color: #666;
  text-align: center;
}

.flex-two .img-span img {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 10px;
}
.flex-two .name {
  font-size: 15px;
  line-height: 18px;
}
.flex-two .num {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: "Helvetica";
}

.flex-two.bottom {
  position: relative;
  padding: 15px;
}
.flex-two.bottom .ft-left, .flex-two.bottom .ft-right {
  width: 50%;
  padding: 0 10px;
  line-height: 18px;
  text-align: center;
}
.flex-two.bottom .ft-left {
  border-right: 1px solid #ddd;
}
.flex-two.bottom p {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.flex-two.bottom .num {
  margin-top: 4px;
  font-size: 15px;
  color: #f44725;
}

.copyright-explain {
  background-color: #fff;
  padding-bottom: 20px;
}

/* 兑换码 */
.exchange-box {
  display: flex;
  padding: 15px;
  background-color: #f4f4f4;
}
.exchange-box label {
  background: url('../img/scan.png') center center / 24px 20px no-repeat;
  width: 30px;height: 26px;
}
.exchange-box input {
  display: block;
  width: calc(100% - 30px);
  padding-left: 10px;
  color: #25b458;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
}
.exchange-box input::-webkit-input-placeholder {
  color: #25b458;
}

.use-tips {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.ep {
  padding-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  text-align: center;
}

.pay-status {

}
.pay-tips {
  padding-top: 80px;
}
.pay-tips img {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.pay-tips p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.pay-tips.success p {
  color: #26b459;
}

.pay-tips.error p {
  color: #ff0000;
}
.pay-money {
  margin-top: 50px;
  text-align: center;
}
.pay-money p {
  font-size: 14px;
  color: #666;
}
.pay-money .show-num {
  font-size: 30px;
  color: #000;
}
.pay-money .show-num span {
  font-size: 36px;
  font-weight: bold;
  font-family: "Helvetica";
}
.ad {
  margin-top: 80px;
  min-height: 90px;
}
.ad .ad-links {
  display: block;
  width: 100%;
}
.ad .ad-links img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.status-btns {
  margin-top: 80px;
}
.status-btns .status-btn {
  display: block;
  margin-bottom: 50px;
  margin: 0 auto;
  width: 170px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #26b459;
  color: #26b459;
  text-align: center;
  border-radius: 4px;
}


/* 会员权益 */
.vip-content {
  padding-bottom: 60px;
}
.card-item{
  position: relative;  
  width: 325px;
  margin: 0 auto;
  padding-top: 20px;
}
.card-item .big-bg-card {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
 .card-item .card-item-top {
    position: absolute;
    top: 35px;
    left: 15px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    font-size: 15px;
} 
 .card-item .card-item-top .cit-left {
  padding-left: 25px;
  background: url('../img/logo2.png') left center / 20px 20px no-repeat;
  color: #666;
 }
  .card-item .card-item-top .cit-right {
    /*color: #0b771c;*/
    color: #A37E46;
    font-size: 16px;
  }
 .card-item .card-item-bottom {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 15px;
 }
 .card-item .card-item-bottom .link-login {
  color: #666;
 }

.vip-icon-box {
  display: flex;
  flex-wrap: wrap;
}
.vip-icon-box li {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.vip-icon-box li > a {
  display: flex;
  color: #535353;
  font-size: 12px;
  line-height: 15px;
}
.vip-icon-box .vip-icon {
  display: block;
  width: 44px;
  height: 44px;
}
.vip-icon-box .icon-tit {
  width: calc(100% - 44px);
  padding-left: 10px;
  padding-right: 5px;
}
.vip-icon-box .icon-tit > p {
  margin-top: 5px;
  height: 30px;
  overflow: hidden;
}
.vip-icon-box .icon-title {
  /*color: #2a9747;*/
  color: #A37E46;
  font-size: 15px;
}
.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.cz-box {
  display: flex;
  height: 55px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -1px 1px 1px rgb(230,230,230);
}
.cz-box .czb-left {
  width: calc(100% - 120px);
  padding-left: 15px;
  padding-top: 10px;
}
.cz-box .czb-left .h3 {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.cz-box .czb-left p {
  font-size: 10px;
  color: #999;
}
.cz-box .czb-right {
  display: block;
  width: 120px;
  height: 55px;
  line-height: 55px;
  border: none;
  outline: none;
  /*background-color: #48be69;*/
  background-color: #f33;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
/* 增加导航菜单 2019-3-15 */
.new-3650-menu {
  display: none;
  position: fixed;
  z-index: 99;
  top: 40px;
  right: 8px;
  width: 110px;
  background: rgba(85, 85, 85, .95);
  border-radius: 6px;
}
.new-3650-menu li{
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.new-3650-menu li:last-child{
  border-bottom: none;
}
.new-3650-menu li a{
  color: #fff;
  font-size: 12px;
  display: flex;
}
.new-3650-menu li span{
  display: inline-block;
  margin-right: 8px;
  width: 16px; height: 16px;
  vertical-align: middle;
}

.new-3650-menu li .index-span {
  background: url('../img/index_span.png') left center / 16px 16px no-repeat;
}
.new-3650-menu li .login-span {
  background: url('../img/login_span.png') left center / 16px 16px no-repeat;
}
.new-3650-menu li .logout-span {
  background: url('../img/logout_span.png') left center / 16px 16px no-repeat;
}
.new-3650-menu a{
  display: flex;
}
.new-3650-menu .sanjiao{
  display: block;
  position: absolute;
  right: 6px;
  top: -10px;
  border-bottom: 10px solid rgba(85, 85, 85, .95);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
  /* 定义头部 白色背景 */
  .bgcfff {
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
  }
  .bgcfff .header-title {
    color: #333;
  }
@media (max-width: 359px) {
  .card .show-vipcard, .card-item {
    width: 310px;
  }
  .diff-mb-nav .diff-list {
    padding: 0;
  }
  .plus-unique {
    padding: 20px 10px;
  }
}

