.register {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  background: #f0f0f0;
}
.register .register_top {
  width: 100vw;
  margin: 0 auto;
}
.register_top .box {
  /*  height: 152px;*/
  padding: 20px;
}
.register_top .box img {
  display: block;
  width: 100%;
  height: 112px;
  border-radius: 10px;
  -moz-box-shadow: -3px 0px 6px #666666;
  -webkit-box-shadow: -3px 0px 6px #666666;
  box-shadow: -3px 0px 6px #666666;
}
.register .content {
  width: calc(100vw - 40px);
  margin: 0 auto;
  background: #f7f7f7;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.register .content p {
  margin: 0;
  padding: 0;
  display: block;
}
.register .reg_content {
  width: calc(100vw - 40px);
  margin: 0 auto;
  background: #ffffff;
}

.register .reg_button {
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  width: calc(100vw - 80px);
  background: linear-gradient(
    180deg,
    rgba(255, 102, 91, 1) 0%,
    rgba(255, 156, 107, 1) 100%
  );
  border-radius: 1em;
}
/* 卡片详情页 */
.home {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  background: #f0f0f0;
}
.home .p_wrap {
  width: calc(100vw - 40px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.home .p_wrap + .p_wrap {
  border-top: 1px solid #f5f5f5;
}

.home .p_wrap span {
  min-width: 80px;
  margin-right: 1em;
}
.home .p_wrap p {
  flex: 1;
}
.card {
  position: relative;
  width: calc(100vw - 40px);
  margin: 0 auto;
  margin-top: 20px;
}
.card .cbox {
  width: 100%;
  /* height: 100%; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.card .logo {
  max-width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 20px 10px 10px 30px;
  z-index: 111;
}
.card .code {
  max-width: 25px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 20px 10px;
  z-index: 111;
}
.card .codenum {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.home .content {
  width: calc(100vw - 40px);
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.content .cardInfo {
  width: 100%;
}
.content .cardInfo .item {
  width: 33%;
}
.content ul li {
  padding: 20px 0;
}
.content ul li img {
  margin-right: 10px;
}
.reg_button {
  border-color: #ff9c6b !important;
  padding: 10px 60px !important;
  background-color: transparent !important;
  font-size: 15px !important;
}
.layui-layer-loading {
  left: 50% !important ;
}
/* 我的积分 */
.myponits {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
.myponits .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
.myponits .top .points {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 80px;
  text-align: center;
}
.myponits .contentp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  background: #ffffff;
  z-index: 122;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  min-height: 200px;
}
.myponits .contentp ul {
  margin: 15px;
}
.myponits .contentp ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.myponits .contentp ul li span {
  float: right;
}
.myponits .contentp ul li p {
  height: 20px;
  line-height: 20px;
}

/* 适用门店 */
/*.mystore ul {*/
/*  !*margin: 0 15px 15px;*!*/
/*}*/
/*.mystore ul li {*/
/*  padding: 15px 0;*/
/*  border-bottom: 1px solid #f0f0f0;*/
/*}*/
/*.mystore ul li p {*/
/*  height: 20px;*/
/*  line-height: 20px;*/
/*}*/
/* 我的优惠券 */
.mycoupon {
  padding-bottom: 20px;
}

.mycoupon ul {
  border: none;
}
.mycoupon ul li {
  padding: 0;
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: #ff7d6b !important;
}
.layui-tab-brief > .layui-tab-title .layui-this::after {
  border-bottom: 2px solid #ff7d6b !important;
}
.layui-tab-brief > .layui-tab-content ul li {
  margin-top: 10px;
  padding: 12px 10px;
  height: 67px;
  border-radius: 0.8em;
  border: 1px solid #dedede;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.imgbox {
  position: relative;
  width: 67px;
  height: 67px;
  background: linear-gradient(135deg, #ff665b, #ff9c6b);
}
.imgbox .one1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 0 23px;
}
.imgbox .one2 {
  position: absolute;
  top: 15px;
  left: 0;
  width: 23px;
  height: 46px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0 23px 23px 0;
}
.imgbox .two {
  padding-top: 12px;
  text-align: center;
  height: 43px;
}
.layui-tab-brief > .layui-tab-content ul li .detail {
  margin-left: 10px;
  margin-top: 10px;
  height: 57px;
}

/*消费记录*/
.myRecord {
  /*margin: 0 10px 10px;*/
}

.header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  background: #FFF;
  height: 80px;
}

.header {
  margin: 0 10px;
}
.w2 {
  width: 100px !important;
}
.red {
  color: red;
  display: flex;
  align-items: center;
}
.title-box {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex1 {
  display: flex;
  flex: 1
}
.text-right {
   justify-content: flex-end;
}

.box-white {
  background-color: white;
  margin-top: 6px;
  border-radius: 10px;
}

.item-header {
  padding: 10px;
  display: flex;
  flex-direction: row;
   align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c6c2c2;
}

.left-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.store_name {
  margin-left: 10px;
}

.drug-items {
  padding: 10px;

}

.drug-items + .drug-items {
  border-top: 1px dashed #c6c2c2;
}

.item-text + .item-text {
  margin: 0 10px;
}
.ft12 {
  font-size: 12px;
}

.drug-item {
  margin-bottom: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.detail-text {
  display: flex;
  flex: 1
}

.total-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  border-top: 1px solid #c6c2c2;
}

.order-item {
  margin-top: 10px;
}

.box-padding {
  padding: 0 10px
}

.box-margin {
  margin-left:  10px;
  margin-right:  10px;
}

.textRight {
  text-align: right;
}
