﻿body {
  background: #eef1f6;
}
ul {
  list-style: none;
}
img {
  vertical-align: middle;
}
input:focus {
  outline: 0;
}
.weui-cell {
  display: flex !important;
}
/*主题颜色*/
.weui-progress__inner-bar {
  background: #00bb9c !important;
}
.weui-btn_primary {
  background: #00bb9c !important;
}
.weui-btn_plain-primary {
  color: #00bb9c !important;
  border: 1px solid #00bb9c !important;
}
.weui-icon-success {
  color: #00bb9c !important;
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
  color: #00bb9c !important;
}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
  color: #00bb9c !important;
}
.toolbar .picker-button {
  color: #00bb9c !important;
}
.weui-count .weui-count__btn {
  border: 1px solid #00bb9c !important;
}
.weui-count .weui-count__increase {
  background-color: #00bb9c !important;
}
.weui-icon-success-circle, .weui-icon-success-no-circle {
  color: #00bb9c;
}
.weui-dialog__btn {
  color: #00bb9c;
}
.weui-form-preview__btn_primary {
  color: #00bb9c !important;
}
.picker-calendar-day.picker-calendar-day-selected span {
  background: #00bb9c !important;
}
.weui-search-bar__cancel-btn {
  color:#00bb9c !important;
}
/*主题颜色结束*/
.big-height {
  line-height: 2.5
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.single-btn {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #00bb9c;
  color:#fff;
  text-align: center;
}
.weui-cell:before {
  left: 0;
}
.no-bg {
  background: none !important;
  color:#000 !important;
  padding: 0 10px !important;
}
.bf-none:before,
.bf-none:after {
  display: none;
}
.font-small {
  font-size: 13px;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #eef1f6;
}
.radius-none {
  border-radius: 0 !important;
}
.border-none {
  border: none !important;
}
.margin-0 {
  margin:0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.weui-check__label:active {
  background-color: #fff;
}
.weui-vcode-btn {
  color:#00bb9c;
  border:1px solid #00bb9c !important;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.weui-vcode-btn:focus {
  color:#00bb9c;
}
#wrapper {
  position:absolute;
  z-index:1;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  overflow:hidden;
  touch-action: none;
}
#scroller {
  position:absolute;
  z-index:1;
  -webkit-tap-highlight-color:transparent;
  width:100%;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none;
  -webkit-text-size-adjust:none;
  text-size-adjust:none;
}
.header-top {
  position:absolute;
  z-index:2;
  top:0;
  left:0;
  width:100%;
}
.footer-bottom {
  /*position:absolute;*/
  position:fixed;
  z-index:998;
  bottom:0;
  left:0;
  width:100%;
}
.top-bar {
	background: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.top-bar a.creat {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  left: 0;
  top:0;
}
.back-primary.top-bar a.creat:after {
  border-color: #000;
}
.top-bar a.creat:after {
  content:"";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 2px 2px 0 0;
  border-color: #080808;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 17px;
  transform: rotate(225deg);
}
.top-bar-btn {
  position: absolute;
  right: 15px;
  color:#000;
  font-size: 14px;
}
.reg-banner {
  width: 100% !important;
  height: 170px !important;
}
.form-group {
  padding: 40px 20px;
}
.reg-tip {
  font-size: 13px;
  color:#757575;
}
.reg-content .form-group > a {
  margin-top: 30px;
}
.reg-content .weui-cell {
  padding: 15px 10px;
}
.user-know {
  text-align: center;
  font-size: 12px;
  margin:20px 0;
}
.user-know span {
  color:#00bb9c;;
}
.village-list {
  background: #fff;
}
.line-btn {
  display: block;
  border:1px solid #00bb9c;
  color:#00bb9c;
  border-radius: 4px;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
} 
.margin-bottom-10 {
  margin-bottom: 10px;
}
.small-gray {
  font-size: 13px;
  color:#999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.attr_row > p {
  margin-top: 20px;
}
.attr_row:first-child > p {
  margin-top: 0 !important;
}
.small-inline {
  font-size: 13px;
  color:#a8a8a8;
  display: inline;
}
.font-gray {
  font-size: 13px;
  color:#a8a8a8;
}
.small-black {
  font-size: 13px;
  color:#000;
}
.small-primary {
  font-size: 13px;
  color:#00bb9c;
}
.text-middle {
  position: relative;
  top: 3px;
  font-size: 13px;
  color:#00bb9c;
}
.change-btn {
  border:none;
  font-size: 16px;
}
.title-icon {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.pay-title {
  padding: 10px 15px;
  position: relative;
}
.pay-title:after {
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  transform-origin: 0 0;
  transform: scaleY(.5);
  left: 0;
  z-index: 2;
}
.bg-white.bf-none,
.village-item {
  box-shadow: 1px 1px 3px #eee;
}
.village-item .pay-title:after {
  display: none;
}
.to-pay {
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
  background: #fff;
}
.to-pay a {
  background: #00bb9c;
  color:#fff;
  display: block;
  float: right;
  padding: 0 40px;
  margin-left: 10px;
  text-indent: 0;
}
.color-gray {
  color:#999 !important;
}
.color-price,
.all-price {
  color:#d61414 !important;
  border-color:#d61414 !important;
}
.color-blue {
  color:#1212ef;
}
.color-primary {
  color:#00bb9c !important;
  border-color: #00bb9c !important;;
  font-style: normal;
}
.data-none {
  padding: 30px;
  text-align: center;
}
.data-none p {
  padding: 10px 0;
}
.data-none a {
  color:#ff6600;
  font-size: 14px;
}
.dropdown-menu {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.dropdown-menu:after {
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d7d7d7;
  top:22px;
  right: -5px;
}
.drop-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 999;
}
.dropdown {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 50px;
  width: 100%;
}
.active .drop-bg,
.active .dropdown{
  display: block;
}
.dropdown .weui-cell{
  padding: 0;
}
.dropdown .weui-cell__hd {
  position: absolute;
  right: 15px;
}
.weui-cell_access .small-black{
  position: relative;
  top:-1px;
}
.wrap-hidden {
  overflow: hidden;
}
.tabs-group {
  margin-bottom: 5px;
}
.tabs-group ul li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px 0 3px;
}
.tabs-group ul li span {
  display: inline-block;
  padding-bottom: 10px;
}
.tabs-group ul li.active span{
  color:#00bb9c;
  border-bottom: 2px solid #00bb9c;
}
.left-border {
  position: relative;
  padding-left: 10px;
}
.left-border:after {
  content:"";
  position: absolute;
  height: 17px;
  left: 0;
  top:4px;
  border-left:3px solid #00bb9c; 
}
.village-list .weui-cell:first-child:before {
  display: block;
}
.parking-title {
  padding: 15px;
  text-align: center;
}
.parking-info {
  padding: 15px 20px;
  background: #fff;
}
.parking-price {
  padding: 15px 20px;
  margin-top: 8px;
  background: #fff;
}
.parking-price span {
  color:#ff5937;
  font-weight: 600;
  font-size: 18px;
}
.pay-status {
  padding: 15px 20px;
  background: #fff;
  margin-top: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.car-tips {
  margin-bottom: 15px;
}
.car-tips p:last-child{
  color:#666;
}
.pay-status ul{
  overflow: hidden;
}
.pay-status ul li {
  float: left;
  text-align: center;
  border:1px solid #dcdcdc;
  font-size: 12px;
  width: 120px;
  height: 40px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
  border-radius: 4px;
  margin-right: 10px;
}
.pay-status ul li img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.pay-status ul li:last-child {
  margin-right: 0;
}
.pay-status ul li p:first-child {
  position: relative;
  top:2px;
}
.pay-status ul li p:last-child {
  position: relative;
  bottom:2px;
}

.pay-status ul li p {
  width: 100%;
}

.pay-status ul li.active {
  border-color:#00bb9c;
}

@media (max-width: 320px){
  .pay-status {
    display: block;
  }
  .to-pay .small-padding {
    padding: 0 10px !important;
    margin-left: 0;
  }

  .people-left {
    font-size: 13px;
  }
  .weui-count {
    font-size: 13px;
    text-indent: 0;
  }
  .pay-count .small-padding {
    margin-left: 0 !important;
  }
  .vip-content img {
    height: 250px !important;
  }

  .weui-nav-item {
    font-size: 12px !important;
  }

  .shanghu-middle > div img {
    width: 30px !important;
    height: 30px !important;
    margin:10px !important;
  }

  .shanghu-middle > div p {
    height: 25px !important;
    line-height: 25px !important;
  }

  .shanghu-middle > div p:first-child {
    font-size: 13px !important;
  }
  .shanghu-middle > div {
    font-size: 12px !important;
  }
  .big-input input {
    width: 55px !important;
  }
  .input-mention input {
    width: 140px;
  }

  .shanghu-middle a >div {
    padding-left: 10px !important;
  }

  .f-buyb .goods div .residue i {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .coupon-with a + a {
    padding-left: 0 !important;
  }
  .coupon-with a:first-child {
    width: 49% !important;
  }
  .has-coupon .weui-cell__bd {
    padding-left: 0 !important;
  }
  .img-in .scroll-list,
  .img-in {
    height: 200px !important;
  }
  .cart-choose {
    margin-left: 90px!important;
  }
  .product-name {
    -webkit-line-clamp:1 !important;
  }
  .new-bottom span {
    font-size: 20px !important;
  }
  .to-personal > div {
    width: 80% !important;
  }
  .to-personal > a {
    width: calc(20% - 5px) !important;
    padding-right: 5px !important;
  }
  .use-now a {
    padding: 0 5px !important;
  }
  .use-now p {
    padding-left: 10px !important;
  }
  .img-in .scroll-list > p b {
    font-size: 16px !important;
  }

  .my-prize {
    padding-top: 29% !important;
  }

  .in-block + span {
    font-size: 16px !important;
  }

  .change-span + .in-block {
    float: right !important;
  }
  .change-span {
    top: 0 !important;
    left: 0 !important; 
    font-size: 14px !important;
  }
  .inside-bottom > div:nth-child(2) {
    margin-top: 6px !important;
  } 
  .two-inside  .inside-bottom > div:nth-child(2) {
    margin-top: 0 !important;
  }
  .inside-bottom b img {
    margin-left: 1px !important;
  }
  .footer-right a {
    width: 72px !important;
    font-size: 12px !important;
  }
  .footer-left {
    width: 46% !important;
  }
  .footer-right {
    width: 54% !important;
  }
  
  .footer-left a {
    width: 26px !important;
  }

  .daily-time input {
    width: calc(100% - 22px) !important;
  }
  .daily-time span {
    right: -10px !important;
  }

  .egg-inside {
    top:200px !important;
  }

  .index-nav li a {
    font-size: 12px !important;
  }

  .rules-out {
    max-height: 120px !important;
  }

  .single-coupon {
    width: 324px !important;
  }

  .single-right {
    padding-right: 18px !important;
  }
  .new-bottom a {
    width: 100px !important;
  }
  .new-bottom > span {
    width: calc(100% - 100px) !important; 
  }

  .miao-sha .buy-left p {
    margin-left: 5px !important;
  }
  .miao-sha .buy-left p span {
    font-size: 18px !important;
  }
  .miao-sha .buy-right p > span {
    width: 18px !important;
  }
  .miao-sha .buy-right {
    padding-left: 25px !important;
  }
}

@media (width: 414px){
  .img-in .scroll-list,
  .img-in {
    height: 260px !important;
  }
}

.content-down-btn {
  display: block;
  width: 80%;
  margin: 30px auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  background: #00bb9c;
  color:#fff;
}

/*车牌号相关样式*/
.parking-number {
  background: #fff;
  padding-bottom: 20px;
}

.parking-number .carLicenseMain{
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parking-number .carLicenseMain ul{
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.parking-number .carLicenseMain ul li{
  width: 38px;
  height: 38px;
  border: 1px solid #e2e2e2;
  border-right-color: transparent;
  text-align: center;
  line-height: 40px;
  float: left;
}

.parking-number .carLicenseMain ul li:first-of-type{
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
}

.parking-number .carLicenseMain ul li:first-of-type:after {
  content:"";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #00bb9c;
  border-left: 10px solid transparent;
}

.parking-number .carLicenseMain ul li:last-of-type{
  margin: 0;
  border-right-color: #e2e2e2;
  border-left: none;
}

.parking-number .carLicenseMain ul li:nth-child(7){
  border-right-color: #e2e2e2;
}
.parking-number .carLicenseMain ul li.active{
  border: 1px solid #00bb9c;
}

.last-radius {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.parking-number .carLicenseMain ul li.active + li {
  border-left: none;
}
.parking-number .carLicenseMain ul li.xinnengyuan{
  background-size: 100% 100%;
  display: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.parking-number .carLicenseMain ul li.xinnengyuan.active {

}
.parking-number .submitBtn{
  width: 80%;
  height: 45px;
  background-color: #00bb9c;
  border: none;
  border-radius: 4px;
  text-align: center;
  line-height: 45px;
  color: white;
  font-size: 20px;
  margin-left: 10%;
}
#keyboardBox{
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
}
#keyboardBox .provienceBox,#keyboardBox .textBox{
  width: 100%;
  background-color: #D0D5D9;
  padding-top: 10px;
  padding-bottom: 4px;
}
#keyboardBox .provienceBox ul,#keyboardBox .textBox ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}
#keyboardBox .provienceBox ul:first-of-type, #keyboardBox .textBox ul:first-of-type{
  margin-top: 0px;
}
#keyboardBox .provienceBox ul li,#keyboardBox .textBox ul li{
  width: 30px;
  height: 43px;
  border-radius: 6px;
  text-align: center;
  line-height: 43px;
  float: left;
  background-color: #ffffff;
}
#keyboardBox .textBox{
  display: none;
}
#keyboardBox .provienceBox ul .changeContentBtn,#keyboardBox .provienceBox ul .deleteBtn,#keyboardBox .textBox ul .changeContentBtn,#keyboardBox .textBox ul .deleteBtn{
  width: 40px;
  height: 40px;
  background-color: #ACB3BB;
  text-align: center;
  line-height: 40px;
}
#keyboardBox .provienceBox ul .deleteBtn img,#keyboardBox .textBox ul .deleteBtn img{
  width: 23px;
  height: 16px;
  margin: 0px;
  margin-top: 12px;
}

.img-jpg{
  width: 80%;
  margin: 0 auto;
}
.img-jpg img{
  width: 100%;
}
.textBox ul li:click{
  background: #0088CC;
}
@keyframes scaleDraw {
  0%{
    transform: scale(1);
  }
  25%{
    transform: scale(1.3);
  }
  50%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(1);
  }
}
.activeKey{
  background-color: #ACB3BB !important;
  opacity: 0.8;
  color: #fff;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.2s;
}

.parking-number .weui-cells_checkbox {
  margin-bottom: 15px;
}

.parking-number .weui-cell {
  justify-content: center;
}

.close-wrap {
  background: #D0D5D9;
  overflow: hidden;
  padding: 10px 5px;
}

.close-wrap a {
  float: right;
  display: inline-block;
  background: #ACB3BB;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color:#000;
}

.my-car > p {
  padding: 8px 15px;
}

.parking-des {
  padding: 15px;
  line-height: 2;
  color:#999;
}

.parking-des > div {
  font-size: 14px;
}

.parking-des > p {
  font-size: 12px;
}

/*车牌结束*/

.activity-list {
  margin: 8px;
}

.activity-list > div,
.activity-list > a {
  background: #fff;
  padding: 5px;
}

.activity-list > div .weui-media-box__hd,
.activity-list > a .weui-media-box__hd {
  width: 130px;
  height: 130px;
}

.activity-list > div .weui-media-box__hd img,
.activity-list > a .weui-media-box__hd img{
  height: 100%;
}

.activity-list .weui-media-box__title {
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
}

.activity-list .weui-media-box__title + p {
  margin-bottom: 25px;
}

.activity-detail .detail-banner {
  width: 100%;
}

.activity-detail img {
  width: 100% !important;
}

.activity-detail .activity-info {
  background: #fff;
  padding: 15px;
}

.activity-detail .activity-info .color-life {
  font-size: 15px;
  font-weight: 700;
}

.activity-detail .activity-info p {
  font-size: 13px;
  overflow: hidden;
}

.activity-detail .activity-info p:first-child {
  font-size: 16px;
  margin-bottom: 8px;
}

.activity-detail .activity-info p:last-child {
  color:#999;
  margin-top: 8px;
}

.activity-detail .activity-info p a img {
  width: 24px !important;
  height: 23px;
  margin-top: 0px;
}

.activity-detail .activity-info p a {
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  position: relative;
  top:-5px;
}

.activity-detail .activity-des {
  margin-top: 8px;
}

.activity-des img {
  width: 100% !important;
}

.activity-des .nav-title {
  padding-top: 10px;
}

.border-form {
  background: #fff;
  padding: 5px 15px;
}

.border-form > .weui-cell {
  border:1px solid #d8d8d8;
  padding: 25px 13px;
  overflow: hidden;
}

.border-form .weui-count .weui-count__btn {
  border-radius: 0;
  border-color: #dcdcdc !important;
  width: 30px;
  height: 30px;
}

.border-form .weui-count .weui-count__btn:after,
.border-form .weui-count .weui-count__btn:before {
  background-color:#333 !important;
}

.border-form .weui-count .weui-count__btn:after {
  margin-top: -5px;
  margin-left: 0;
}

.border-form .weui-count .weui-count__increase{
  background-color: #fff !important;
}

.border-form .weui-count > * {
  float: left;
}

.border-form .weui-count__number {
  height: 30px;
  line-height: 30px;
  width: 50px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.has-margin a,
.has-margin p {
  flex-shrink: 0;
  width: calc(100% + 25px);
  position: relative;
}

.has-margin a:after{
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 17px;
}
.has-margin .weui-media-box__desc {
  font-size: 13px;
  overflow: visible;
  padding: 15px 0;
}

.has-margin .weui-media-box__desc:before {
  content:"";
  position: absolute;
  border-bottom:1px solid #dcdcdc;
  bottom:0;
  left: 0;
  width: 500px;
}

.has-margin .weui-media-box__desc span:first-child {
  color:#000;
  font-size: 14px;
}

.has-margin .weui-media-box__desc:last-child {
  margin-bottom: 0;
}

.enroll-form {
  background: #fff;
  padding-bottom: 20px;
}

.my-btn {
  color:#00bb9c;
  border:1px solid #00bb9c;
  border-radius: 30px;
  font-size: 13px;
  padding:5px 15px;
}

.neighbor-wrap .weui-navbar {
  background: #fff;
}

.neighbor-wrap .weui-nav-item.curr,
.neighbor-wrap .weui-nav-item.active,
.neighbor-wrap .weui-navbar__item.weui-bar__item--on{
  background: #fff;
  color:#00bb9c;
}

.neighbor-wrap .weui-nav-item span,
.neighbor-wrap .weui-navbar__item span {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.neighbor-wrap .weui-nav-item.curr span,
.neighbor-wrap .weui-nav-item.active span,
.neighbor-wrap .weui-navbar__item.weui-bar__item--on span {
  border-bottom: 2px solid #00bb9c;
}

.weui-nav-item {
  color: #888;
}

.weui-nav-item {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 13px 0;
  text-align: center;
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.neighbor-wrap .weui-navbar__item:after{
  display: none;
}

.neighbor-wrap .activity-detail {
  padding: 10px;
}

.neighbor-wrap .activity-info {
  padding: 10px;
}

.header-top .neighbor-wrap .weui-navbar,
.header-top .neighbor-wrap .weui-tab {
  position: unset;
}

.up-article {
  border-bottom: 1px solid #dcdcdc;
}

a.up-list,
.up-list a,
a.up-article {
  color:#000;
}

.article-list {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.out-put img {
  width: 100% !important;
}

a.article-list {
  color:inherit;
}

.article-list p {
  margin-bottom: 5px;
}

.font-20 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.img-wrap {
  display: flex;
  justify-content:start;
  flex-direction: row;
  flex-wrap: wrap;
}

.img-wrap div {
  width: 28vw !important;
  height: 28vw !important;
  line-height: 28vw;
  margin-bottom: 1.3vw;
  margin-right: 1.3vw;
  border:1px solid #dcdcdc;
}

.img-wrap div img {
  width: 100%;
}

.img-wrap div:nth-child(3n+3) {
  margin-right: 0;
}

.img-down-info {
  overflow: hidden;
  padding: 1px 0 0;
}

.img-down-info span:last-child {
  float: right;
  margin-right: 0;
}

.img-down-info span {
  margin-right: 15px;
}

.img-down-info span img {
  margin-right: 5px;
  height: 25px;
}

.notice-item {
  padding: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.radius-50 {
  border-radius: 50%;
}

.pull-none {
  float: none !important;
}

.comment-item {
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  padding: 15px 0;
}

.comment-wrap > p {
  padding: 15px;
  background: #fff;
  color:#a8a8a8;
}

.replay-form,
.comment-form {
  background: #fff;
  padding: 10px 15px;
  overflow: hidden;
}

.replay-form {
  position: relative;
  z-index: 9999;
}

.replay-form input,
.comment-form input{
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  background: #f2f2f2;
  border-radius: 4px;
  width: 75%;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.replay-form input {
  width: 85%;
}

.replay-form a,
.comment-form a {
  display: block;
  width: 12%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 1%;
}

.replay-form a {
  display: block;
  width: 15%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 0;
}

.comment-form a:last-child {
  margin-right: 0;
}

.replay-form a.send-btn,
.comment-form a.send-btn {
  background: #00bb9c;
  color:#fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

a.share-btn img{
  width: 32px;
  height: 32px;
}

.release-wrap {
  padding: 15px;
}

.release-wrap textarea {
  width: 100%;
  min-height: 200px;
  border:none;
}

.release-wrap textarea:focus {
  outline: none;
}

.new-check input {
  position: absolute;
  left: -9999px;
}

.release-wrap .check-group {
  margin-top: 20px;
}

.release-wrap .check-group label {
  display: inline-block;
  margin-right: 5px;
}
.new-check input + label {
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #00bb9c;
  text-align: center;
  color: #00bb9c;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 5px;
}

.new-check input:checked +label {
  background: #00bb9c;
  border: 1px solid #00bb9c;
  color: #fff;
}

.padding-border {
  padding: 15px;
}

.padding-border .weui-cell {
  border:1px solid #dcdcdc;
  color:#000;
}

.comment-content {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  margin: 0 15px 15px;
  background: #f4f4f4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-message {
  position: relative;
}

.new-message i {
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 50%;
  background: #d81e06;
  color:#fff;
  text-align: center;
  line-height: 22px;
  font-style: normal;
  top:-10px;
  right: -20px;
}

.ver-location {
  position: relative;
  height: 36px;
  line-height: 36px;
  width: 30%;
  float: left;
  color:#000;
}
.ver-location i {
  width: 80%;
  display: inline-block;
  height: 36px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.ver-location:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #080808;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 17px;
  transform: rotate(45deg);
}

.search-group {
  width: 70%;
  float: left;
}

.search-group input {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  width: 78%;
  text-indent: 10px;
  border: none;
  background: #f4f4f4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-content {
  padding: 10px 5px;
  overflow: hidden;
}

.search-group a {
  display: block;
  float: right;
  width: 22%;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #00bb9c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ver-city-list-items .ver-city-list-items-hot dt,
.ver-city-list-box .ver-city-list-tag {
  color:#00bb9c !important;
}

.ver-city-list-box .ver-city-list-tag {
  height: 100% !important;
}

.weui-popup__container, .weui-popup__overlay {
  z-index: 1000;
}

.weui-popup__modal {
  z-index: 1001;
}

.wechat-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -2px;
}

.un-style {
  font-size: 14px;
}

.un-style h1{
  text-align: left !important;
  padding: 0 20px !important;
  box-sizing: border-box;
  font-size: 14px !important;
}

.un-style .weui-cells {
  font-size: 14px;
}

.un-style .weui-cell {
  padding: 10px 10px;
}

.un-style .modal-title {
  background: #fff;
  text-align: center;
  padding: 30px 0 15px;
  position: relative;
}
.un-style .close-popup {
  position: absolute;
  top:15px;
  right: 15px;
}
.un-style .close-popup i{
  color:#999;
}
.un-style .weui-cells::before {
  display: none;
}
.un-style .weui-cells > .weui-cell {
  margin:0 15px;
  padding: 10px 0;
}

.un-style .weui-cells > .weui-cell .weui-cell {
  padding: 5px 0;
}
.un-style .weui-popup__modal {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.un-style .pay-now {
  display: block;
  background: #00bb9c;
  color:#fff;
  border-radius: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 30px 15px 15px;
}

.to-balabce {
  color:#df2b2b;
  border:1px solid #df2b2b;
  border-radius: 30px;
  padding:5px 15px;
  font-size: 12px;
}


/*商城*/
.swiper-nav {
  background: #fff;
}

.swiper-nav .active a {
  color: #00bb9c;
}
.swiper-nav a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #333;
  font-size: 14px;
}

.weui-search-bar {
  background: #fff;
}

.weui-search-bar__box,
.weui-search-bar__label {
  background: #f2f2f2;
}

.weui-search-bar__box,
.weui-search-bar__form {
  border-radius: 6px;
}

.weui-search-bar__label .weui-icon-search,
.weui-search-bar__label span {
  margin-top: 4px;
}

.weui-search-bar__box .weui-search-bar__input {
  padding: 8px 0;
}

.banner-swiper img {
  width: 100% !important;
}

.cover-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: rgba(0,0,0,.4);
}
.cover-content {
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,0.6);
}
.over-img {
  width: 100px;
  height: 100px;
  background: url(../images/right-share.png) no-repeat;
  background-size: 100%;
  position: fixed;
  top: 30px;
  right: 30px;
}
.over-top {
  position: relative;
  top: 300px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 0 50px;
  box-sizing: border-box;
}

.replay-wrap{
  margin-left: 80px;
  margin-right: 15px;
  box-sizing: border-box;
}

.replay-body {
  background: #f2f2f2;
  border-radius: 3px;
  padding: 5px;
}

.replay-item span.user-name {
  color:#3e6094;
}

.replay-wrap > a {
  margin-bottom: 15px;
}

.landlord {
  background: #00bb9c;
  color:#fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 3px;
  margin:0 3px;
}

.replay-item {
  margin-bottom: 5px;
}

.replay-item:last-child {
  margin-bottom: 0;
}

.nav-title {
  width: 70%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px auto;
}

.nav-title span:first-child {
  display: inline-block;
  width: 28%;
  border-top: 1px solid #dcdcdc;
  margin-right: 10px;
  position: relative;
  top:-4px;
}

.nav-title span:last-child {
  display: inline-block;
  width: 28%;
  border-top: 1px solid #dcdcdc;
  margin-left: 10px;
  position: relative;
  top:-4px;
}

.fail-wrap {
  padding: 30px 15px;
  background: #fff;
  color:#e64340;
}

.hide {
  display: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.comment-item .weui-cell__bd > p:first-child {
  color:#a8a8a8 !important;
}

.comment-item .weui-cell__bd > p.small-gray {
  color:#000;
}

/*刷新相关*/
#pull-down,
#pull-up {
  height:40px;
  line-height:40px;
  text-align:center;
}
/*顶部刷新*/
@-webkit-keyframes ball-beat {
  50%{
    opacity:.2;
    -webkit-transform:scale(.75);
    transform:scale(.75);
  }
  100%{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
@keyframes ball-beat {
  50%{
    opacity:.2;
    -webkit-transform:scale(.75);
    transform:scale(.75);
  }
  100%{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
.ball-beat div{
  background-color:#999;
  width:7px;
  height:7px;
  border-radius:100%;
  margin:2px;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  display:inline-block;
  -webkit-animation:ball-beat .7s 0s infinite linear;
  animation:ball-beat .7s 0s infinite linear; 
  display:inline-block;
}
.ball-beat div:nth-child(2n-1){
  -webkit-animation-delay:.35s!important;
  animation-delay:.35s!important;
}
.ball-beat{
  height:36px; 
  text-align:center; 
  line-height:36px;
}

/*中间加载*/
.loader-dot{
  position:absolute; 
  top:50vh; 
  left:50%; 
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  z-index: 100;
}
@-webkit-keyframes ball-dot{
  50%{
    opacity:.2;
    -webkit-transform:scale(.75);
  }
  100%{
    opacity:1;
    -webkit-transform:scale(1);
  }
}
@keyframes ball-dot{
  50%{
    opacity:.2;
    transform:scale(.75);
    transform:scale(.75);
  }
  100%{
    opacity:1;
    transform:scale(1);
    transform:scale(1);
  }
}
.ball-dot div{
  background-color:#999;
  width:10px;
  height:10px;
  border-radius:100%;
  margin:2px;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  display:inline-block;
  -webkit-animation:ball-dot .7s 0s infinite linear;
  animation:ball-dot .7s 0s infinite linear;
}
.ball-dot div:nth-child(2){
  -webkit-animation-delay:.35s!important;
  animation-delay:.35s!important;
}
.loader-dot p{
  color:#666;
  font-size:13px;
}

.no-data{width:100%; text-align:center; position:absolute; top:30vh}
.no_indent{width:30%; height:25vw;background:url(../images/mei.png) no-repeat; background-size:100%; margin:0 auto}
.no_indent + p,
.no_indent.cart+p{color:#999; font-size: 12px;margin-top: 15px;}
.new-no-data .no_indent{width:60%; height:30vh;background:url(../images/no-pic.png) no-repeat; background-size:100%; margin:0 auto}
.new-no-data .no_indent + p {
  color:#333;
}
.new-no-data {
  top:20vh;
}
.login-now {
  display: block;
  width: 90%;
  margin: 0 auto;
  background: #00B99C;
  border-radius: 4px;
  color:#fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #00bb9c;
  opacity: 1;
}

.products-content {
  background: #fff;
  overflow: hidden;
}

.recommend-products ul {
  overflow: hidden;
  border-top: 1px solid rgba(219,219,219,0.3);
}

.recommend-products ul li {
  width: 50%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  border:1px solid rgba(219,219,219,0.3);
  border-top: none;
}

.recommend-products ul li:nth-child(2n+2){
  border-left: none;
}

.recommend-products ul li a {
  display: block;
  font-size: 12px;
}
.recommend-products ul li p {
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color:#000;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.recommend-products ul li img {
  width: 100% !important;
  height: 150px !important;
}

.cart-pay a {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  background: #fff;
  box-sizing: border-box;
  color:#000;
}

.cart-pay a:first-child {
  width: 15%;
}
.cart-pay a:nth-child(2) {
  width: 15%;
  position: relative;
}
@keyframes bounce {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#cartNum {
  position: absolute;
  right: 5px;
  top:5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #00bb9c;
  color:#fff;
  font-size: 12px;
}
.animate {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cart-pay a img {
  width: 25px;
  height: 25px;
}
.cart-pay a:nth-child(3) {
  width: 35%;
  border-right: none;
}
.cart-pay a:nth-child(4) {
  width: 35%;
  background: #00bb9c;
  border-top-color: #00bb9c;
  color:#fff;
  border-right: none;
}

.m-deposia {
  padding: 15px;
  background: #fff;
}

.top-input.m-deposia ul>dd {
  margin: 0;
}
.m-deposia ul>dd {
  margin: 5px 0;
  background: #FFFFFF;
  padding: 13px;
  border-bottom: 1px solid #d8d8d8;
}
.m-deposia ul section {
  display: inline-block;
}
.title-input i {
  display: inline-block;
  width: 70px;
  font-style: normal;
}

.title-input {
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.m-deposia ul>dd input {
  border: none;
  margin-left: 10px;
  font-size: inherit;
  width: calc(100% - 80px);
}
.m-deposia-a {
  text-align: center;
  background: #fff;
  color:#00bb9c;
  border:1px solid #00bb9c;
  font-size: 110%;
  width: 80%;
  display: block;
  margin: 15px auto;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
}

.m-deposia ul>dd:last-child {
  border:none;
}

.remove-item {
  color: #f00;
  display: block;
  float: right;
}

.personal-top {
  background: #434343;
  height: 25vh;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.personal-top:before {
  content:"";
  position: absolute;
  width: 90%;
  height: 90%;
  background: url(../images/before.png);
  background-size: 100% 100%;
  left: 5%;
  bottom: 0;
  z-index: 10;
}

.personal-top:after {
  content:"";
  position: absolute;
  width: 50%;
  height: 60%;
  background: url(../images/after.png);
  background-size: 100% 100%;
  right: 5%;
  bottom: -12px;
  z-index: 11;
}

.user-info {
  position: absolute;
  width: 55%;
  top:40px;
  left: 10%;
  z-index: 12;
  font-size: 14px;
  color:#fff;
}

.user-info > div {
  margin-left: 10px;
}

.user-info > div p:first-child {
  margin-bottom: 5px;
  max-width: 115px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.user-info > a {
  color:#fff;
}

.user-info img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.vip-label {
  background:#ffe26e;
  color:#837a58;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  padding: 2px 5px;
  font-size: 12px;
}

.user-balance {
  position: absolute;
  width: 50%;
  left: 10%;
  bottom: 5%;
  z-index: 12;
  color:#fff;
}

.personal-nav img {
  width: 20px;
  margin-right: 20px;
}

.personal-nav .weui-cell {
  padding: 15px 15px 15px 5%;
}

.balance-history-item {
  padding: 10px 15px;
  border-top:1px solid #e5e5e5;
  overflow: hidden;
}

.balance-history-item p span {
  display: block;
  float: left;
  font-size: 14px;
}
.balance-history-item p:first-child {
  margin-bottom: 10px;
  overflow: hidden;
}

.balance-history-item p span:first-child {
  width: 150px;
}

.balance-history-item p:first-child span:last-child {
  color:#000;
}

.balance-history-item p span:last-child {
  width: calc(100% - 150px);
  text-align: right;
}

.history-btn {
  display: inline-block;
  color:#00bb9c;
  font-size: 12px;
  border:1px solid #00bb9c;
  border-radius: 30px;
  padding: 2px 10px;
  margin-top: 15px;
}

.history-wrap {
  text-align: center;
  padding: 15px;
}

.order-item {
  margin-top: 10px;
}

.order-item > p {
  padding: 10px 15px;
}

.order-item > p span.wait-label {
  color:#00bb9c;
}

.before-border,
.after-border{
  position: relative;
}

.after-border:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #ccc;
  transform-origin: 0 100%;
  transform: scaleY(.5);
}

.before-border:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #ccc;
  transform-origin: 0 100%;
  transform: scaleY(.5);
}

.order-item > p span {
  display: inline-block;
  float: right;
  color:#999;
}

.order-item > p span i {
  font-style: normal;
  color: #000;
}

.order-item > p {
  overflow: hidden;
}

.order-item > a {
  color:#000;
}

.order-item > div.new-img img,
.order-item > a img{
  width: 100% !important;
  height: 100% !important;
}

.order-item h4 {
  margin-bottom: 10px;
}

.order-item .weui-btn+.weui-btn {
  margin-top: 0;
  margin-right: 10px;
}

.enroll-activity .activity-list {
  margin: 0;
}

.enroll-total {
  background:#fff;
  overflow: hidden;
  padding: 10px 15px 15px;
}

.enroll-total span {
  float: right;
}

.enroll-total i {
  font-style: normal;
  color:#000;
}

.choose-location {
  background:#fff;
  color:#000;
  padding: 15px;
}

.choose-location .weui-media-box__hd {
  width: 20px !important;
  height: 20px;
}

.btn-group {
  padding: 10px 15px;
  text-align: right;
}

.btn-group a {
  display: inline-block;
  border:1px solid #eee;
  border-radius: 30px;
  padding: 3px 10px;
  color:#b1b1b1;
  font-size: 14px;
  margin-left: 5px;
}

.balance-head {
  padding: 30px 30px 30px 50px;
  background:#fff;
  margin: 15px;
  font-size: 14px;
}

.balance-head p a {
  background: #00bb9c;
  color:#fff;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 14px;
  margin: 20px 0;
  display: inline-block;
}

.balance-head p span {
  display: inline-block;
  font-size: 26px;
  margin-top: 0px;
  font-weight: 700;
}

.balance-abs {
  position: absolute;
  right: 10%;
  top:40px;
  font-size: 14px;
  color:#fff;
  z-index: 15;
}

.vip-btn {
  position: absolute;
  right: 10%;
  bottom:20px;
  font-size: 14px;
  color:#fff;
  z-index: 15;
}
.track-list{margin: 20px; padding-left: 5px; position: relative;}
.track-list li{position: relative; padding: 10px 15px; border-left: 1px solid #d9d9d9; color: #999;}
.track-list li.first{color: #00bb9c; border-left-color: #fff;}
.track-list li .node-icon{position: absolute; left: -6px; top: 45%; width: 11px; height: 11px; background: url(../images/order-icons.png)  -21px -72px no-repeat;}
.track-list li.first .node-icon{background:#00bb9c;border-radius: 50%;}
.track-list li .time{margin-right: 20px; position: relative; top: 4px; display: inline-block; vertical-align: middle;}
.track-list li .txt{position: relative; top: 4px; display: block; vertical-align: middle;}
.track-list li.first .time{margin-right: 20px; }
.track-list li.first .txt{max-width: 600px; }
.m-deposia.top-input {
  font-size: 14px;
}
.content-btn {
  width: 80%;
  margin: 30px auto;
}
label.no-bg {
  display: inline-block;
  width: 70%;
  padding: 0 !important;
  height: 50px;
  line-height: 50px;
}

label.no-bg + a {
  width: 30%;
  margin-left: 0;
  padding: 0;
  text-align: center;
}

label.no-bg img {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  margin-left: 10px;
}

label.no-bg input {
  display: inline-block;
  float: left;
  width: calc(100% - 35px);
  margin-top: 13px;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*图片上传*/
.uploader-list {
  overflow: hidden;
  float: left;
}
.controls .thumbnail, .uploader-demo .thumbnail {
  width: 92px;
  height: 92px;
  overflow: hidden;
}

.file-item {
  float: left;
  position: relative;
  margin: 0 3px 20px 0;
  padding: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.controls .thumbnail img, .uploader-demo .thumbnail img {
  width: 100%;
}
.thumbnail a>img, .thumbnail>img {
  margin-right: auto;
  margin-left: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-over {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  color: #fff;
  z-index: 1000;
  transition: ease 0.5s;
}
.btn-over .glyphicon {
  position: relative;
  width: 15px;
  height: 15px;
}

.btn-over .glyphicon:first-child {
  margin-right: 10px;
}

.btn-over span {
  cursor: pointer;
  padding: 7px;
}

.file-item .error {
  position: absolute;
  top: 4px;
  left: 5px;
  right: 5px;
  background: #ff6c60;
  color: white;
  text-align: center;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.webuploader-container {
  position: relative;
  float: left;
}
.webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #fbfbfb;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: ease 0.5s;
}
.add-pic:before, .webuploader-pick:before {
  width: 1px;
  height: 50px;
}

.add-pic:before, .add-pic:after, .webuploader-pick:before, .webuploader-pick:after {
  content: " ";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ddd;
  transition: ease 0.5s;
}
.add-pic span, .webuploader-pick span {
  position: absolute;
  bottom: 7px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: ease 0.5s;
}
.text-muted {
  color: #777;
}
.add-pic:after, .webuploader-pick:after {
  width: 50px;
  height: 1px;
}
.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.glyphicon-eye-open {
  background: url(../images/preview.png) no-repeat;
  background-size: 100% 100%;
}

.glyphicon-trash {
  background: url(../images/delete.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0 !important;
}

.location-item {
  background: #fff;
  padding: 25px 15px 15px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.location-item > p:first-child span {
  color:#999;
}

.location-item .weui-cell{
  padding: 10px 0;
  margin-left: -3px;
}

.location-item .weui-cells_checkbox{
  float: left;
}
.delete-icon,
.edit-icon {
  position: relative;
  top:5px;
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/edit.png) no-repeat;
  background-size: 90% 90%;
}

.delete-icon {
  top:3px;
  background: url(../images/delete.png) no-repeat;
  background-size: 100% 100%;
}

.edit-btn,
.delete-btn {
  color:#000;
  margin-left: 15px;
}

.no-side-padding .weui-cell{
  padding: 0 !important;
  margin-left: -5px;
}

.add-wrap .weui-cell {
  padding: 15px;
}

.max-500 {
  max-height: 500px;
  overflow: auto;
}

.weui-popup__modal .toolbar {
  z-index: 4;
}

.choose-name {
  margin-left: -10px;
}

.cart-img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  border-radius: 6px;
}

.price-num {
  position: absolute;
  width: calc(100% - 110px);
  right: 15px;
  left: 110px;
  bottom: 0;
}

.shopping-cart {
  margin-bottom: 10px;
}

.shopping-cart .weui-count {
  position: absolute;
  right: 0;
  bottom: 0;
}

.shopping-cart .weui-cell__hd {
  padding-right: 15px;
}

.shopping-cart .weui-cell__bd {
  position: relative;
}

.product-name {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.printing-btn {
  display: block;
  background: #00bb9c;
  color:#fff;
  width: 80%;
  margin: 50px auto;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.close-btn {
  color:#000;
  border:1px solid #000;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 15px;
}

.check-all {
  text-indent: 0;
}

.color-price i {
  font-style: normal;
}

.weui-count .weui-count__btn:before {
  margin-top: -1px;
}

@media (max-width: 320px) {
  .shopping-cart .weui-cell__hd {
    padding-right: 10px;
  }
  .cart-img {
    width: 80px;
    height: 80px;
  }
  .price-num {
    width: calc(100% - 90px);
    left: 90px;
  }
  .small-btn .pay-btn {
    padding: 0 18px;
  }

  .shopping-cart .color-price {
    font-size: 13px;
  }
}

.not-click {
  pointer-events: none;
  background:#BFC6C5 !important;
  color:#fff !important;
}

.coupons {
  padding: 0 15px 12px;
}
.weui-navbar:after {
  display: none;
}
.coupons .coupon {
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.new-item .select-coupon,
.coupons .coupon .select-coupon {
  display: none;
  position: absolute;
  top: -3px;
  right: -19px;
  background: #00bb9c;
  padding: 0 !important;
  border-radius: 0;
  width: 60px;
  text-align: center;
  transform: rotate(45deg);
}
.new-item .select-coupon i {
  color:#fff;
  transform: rotate(-35deg);
  font-size: 15px;
}
.p-btn {
  padding: 10px 10px 0 !important;
}

.new-item.active {
  position: relative;
  overflow: hidden;
}

.new-item.active .select-coupon,
.coupons.active .select-coupon,
.coupon.active .select-coupon {
  display: block;
}

.coupons .coupon .weui-icon-success-no-circle {
  color:#fff;
  transform: rotate(-45deg);
  font-size: 16px;
}

.coupon-intro h4 {
  margin:0 0 15px 0;
}
.coupons .coupon > div {
  padding: 20px 10px 10px;
  border-radius: 4px;
}
.coupons .coupon .coupon-intro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  flex: 3;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.coupons .coupon .coupon-intro h4 {
  font-size: 12px;
  margin-bottom: 10px;
}
.coupons .coupon .coupon-intro ul {
  color: #aaa;
  font-size: 12px;
  width: 100%;
}
.coupons .coupon .coupon-intro ul li {
  margin-bottom: 10px;
}
.coupons .coupon .coupon-intro ul li:last-child {
  margin-bottom: 0;
}
.coupons .coupon .coupon-intro ul .color-black {
  font-size: 12px !important;
}

.coupons .coupon .coupon-intro ul .color-black span {
  margin-right: 10px;
}

.how-use {
  font-size: 12px;
  color:#aaa !important;
}
.dui-btn p{
   font-size: 18px;
}
.coupon-passed {
  background: #d1d1d1 !important;
}
.coupon-passed a {
  pointer-events: none;
}
.how-use:after {
  border-color:#aaa !important;
  transform: rotate(135deg) !important;
  margin-top: -5px !important;
  right: -2px !important;
  border-width: 1px 1px 0 0 !important;
}
.use-up:after {
  border-color:#aaa !important;
  transform: rotate(-45deg) !important;
  margin-top: -1px !important;
  right: -2px !important;
  border-width: 1px 1px 0 0 !important;
}
.down-line {
  width: calc(100% - 10px);
  margin-left: 5px;
  height: 4px;
  background: #fff;
  margin-top: -1px;
}
.down-text {
  padding:16px 10px;
  font-size: 12px;
  border-radius: 4px;
  background: #fff;
  color:#999;
}
.coupon-tags {
  width: 36px;
  vertical-align: middle;
  margin-top: -2px;
}

.coupons .coupon .coupon-value {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #00bb9c;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 120px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.value-btn {
  color:#fff !important;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 0 !important;
  border:none !important;
}

.out-bg {
  background: #fff !important;
}

.coupon-value a {
  font-size: 18px;
  color:#00bb9c;
  border:1px solid #00bb9c;
  border-radius: 4px;
  padding: 3px 10px;
}

.coupon-value a.use-style {
  background: #00bb9c;
  color:#fff;
}

.coupom-item {
  position: relative;
}

.coupom-item a {
  color:#000;
}

.to-use {
  position: absolute;
  top:50%;
  margin-top: -15px;
  right: 28px;
  width: 64px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #00bb9c;
  color:#fff !important;
  border-radius: 4px;
  display: inline-block;
}

.has-used {
  background: #fff !important;
  color:#00bb9c !important;
  border:1px solid #00bb9c !important;
}

.has-passed {
  opacity: 0.85;
}

.has-passed .to-use {
  opacity: 0.6;
}

.passed-coupon h4,
.has-passed h4 {
  color:#b1b1b1;
}
.coupons-des {
  padding:15px 15px 100px;
}

.coupons-detail {
  position: relative;
}

.coupons-detail .coupon{
  margin-bottom: 0;
}

.passed-coupon:after,
.used-coupon:after {
  content:"";
  position: absolute;
  width: 50px;
  height: 50px;
  right: 15px;
  top:15px;
  background: url(../images/used.png) no-repeat;
  z-index: 999;
  background-size: 100% 100%;
}
.passed-coupon:after {
  background: url(../images/passed.png) no-repeat;
  background-size: 100% 100%;
}

.used-coupon .coupon-value{
  background: #bbb !important;
}

.passed-coupon .coupon-value{
  background: #ddd !important;
  color:#b1b1b1 !important;
}

.collect-code {
  height: calc(100vh - 50px);
  background: #00bb9c;
  text-align: center;
  color: #fff;
}

.collect-card {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  color: #000;
  overflow: hidden;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.card-title {
  margin: 10px 0;
}

.card-body p.only-name {
  padding-bottom: 10px;
  overflow: hidden;
}

.card-info {
  border-bottom: 1px dashed #00bb9c;
  text-align: left;
  padding: 15px;
}

.card-info p {
  margin-bottom: 5px;
}
.card-info p:last-child {
  margin-bottom: 0;
}

.card-num {
  font-size: 25px;
}

.modal-title {
  padding: 5px 15px;
}

.modal-title a {
  color:#00bb9c;
}
.modal-title p:first-child{
  margin-bottom: 5px;
  font-size: 18px;
}

.modal-title + .modal-content {
  padding-top: 0;
}

.progress {
  background: #fff;
  width: 80px;
  height: 23px;
  line-height: 23px;
  border:1px solid #ff9900;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.progress-in {
  background: #ffe1b3;
  width: 80px;
  position: absolute;
  left: 0;
  top:0;
  height: 23px;
}

.progress-text {
  text-align: center;
  width: 80px;
  position: absolute;
  left: 0;
  top:0;
  height: 23px;
  font-size: 12px;
  color:#ff9900;
}

.group-filed {
  border-color:#ccc;
}

.group-filed .progress-in {
  background: #f0f0f0;
}

.group-filed .progress-text {
  color:#999;
}

.group-time {
  color:#f00;
  margin-top: 5px;
}

.del-price {
  margin-left: 20px;
}

.group-price {
  font-size: 16px;
}

.small-padding {
  padding: 0 15px !important;
}

.time-left {
  font-size: 13px;
  margin-left: 10px;
}

.filed-wrap {
  overflow: hidden;
}

.filed-wrap * {
  box-sizing: border-box;
}

.filed-wrap p {
  width: 75%;
  float: left;
  padding: 0 15px;
  background: #fff;
  height: 50px;
  line-height: 25px;
}
.filed-wrap a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 25%;
  float: left;
  text-align: center;
  background: #ccc;
  color:#fff;
}

.vip-content img {
  width: 100%;
  height: 300px;
}

.vip-content > p {
  padding: 15px 5vw;
}

.apply-btn-group {
  overflow: hidden;
  text-align: center;
  margin: 30px 0;
}

.apply-btn-group a {
  width: 48%;
}

.apply-btn-group a:first-child {
  float: left;
}

.apply-btn-group a:last-child {
  float: right;
  margin-top: 0;
}

.inside-vcode {
  padding: 10px 15px !important;
}

.inside-vcode .weui-vcode-btn {
  vertical-align: inherit;
}

.personal-top p.vip-title {
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  text-shadow: 
    0 1px 0 #ccc, 
    0 1px 0 #c9c9c9,
    0 2px 0 #bbb,
    0 2px 0 #b9b9b9,
    0 3px 0 #aaa,
    0 4px 1px   rgba(0,0,0, 0.10),
    0 0px 5px   rgba(0,0,0, 0.10),
    0 1px 3px   rgba(0,0,0, 0.30),
    0 3px 5px   rgba(0,0,0, 0.20),
    0 5px 10px  rgba(0,0,0, 0.25),
    0 10px 10px rgba(0,0,0, 0.20),
    0 20px 20px rgba(0,0,0, 0.15);
}

.shopping-cart-wrap {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  z-index: 9999;
}

p.coupons-p{
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 20px;
  color: #ff9900;
  font-size: 12px;
  text-align: center;
}

.group-list-wrap .progress {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
}

.group-list-wrap .order-item {
  margin-top: 0;
  margin-bottom: 10px;
}

.group-list-wrap .order-item img {
  height: 100%;
}

.go-to-group {
  overflow: hidden;
  margin-top: 15px;
}

.group-btn {
  display: block;
  float: right;
  background: #00bb9c;
  color:#fff;
  border-radius: 6px;
  padding: 3px 15px;
  font-size: 13px;
}

.view-content {
  padding: 0 15px;
}

.view-content img {
  width: 100% !important;
  display: block;
}
/*拷贝开始*/
.buy2>a{display:block; width:calc(100% - 40px); background:#00bb9c; color:#FFFFFF; text-align:center; margin:20px auto; height: 40px;
line-height: 40px;}
.buy-close{text-align:right; padding:8px; border-top:1px solid rgba(219,219,219,0.8)}
.f-buyb{padding:20px; background:#FFFFFF;}
.f-buyb .goods img{float:left; width:100px !important; height:100px !important;margin-right:10px; box-sizing:border-box;border-radius: 6px;}
.f-buyb .goods div{float:left; width:calc(100% - 120px); line-height:2}
.f-buyb .goods div .residue i{line-height:16px;font-size:90%; color:#999999;display: block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.f-buyb .goods div .residue span{color:#999999;display: block;font-size: 90%;}
.f-buyb .goods div .price{color:#e41c1c;font-size: 18px; font-weight:700;}
.f-buyb .goods div .price span , .f-buyb .goods div .price i{color:#e41c1c; padding-left:5px;font-size: 12px;font-weight: 700;}
.f-buyb>p{color:#000; margin-top:20px;font-size: 13px;}
.f-buyb .select li{display:inline-block;}
.f-buyb .select li a{background:#f0f0f0;display:inline-block; color:#666; padding:0 20px; border:1px solid transparent;font-size:12px;border-radius:30px;margin-top:12px;margin-right:12px; height:32px;line-height:32px;margin-left:0}
.f-buyb .select li i{display:none}
.f-buyb .select li.curr a{border-color:#01b99d; color:#fff;background: #01b99d}
.f-buyb .select li.disabled a{border-color:rgba(219,219,219,0.8) !important; color:rgba(219,219,219,0.8) !important}
.f-buyb .count{display:inline-block; border:1px solid rgba(219,219,219,0.8);}
.f-buyb .count>*{float:left; height:26px; line-height:26px; width:40px; text-align:center}
.f-buyb .count dt{border-right:1px solid rgba(219,219,219,0.8)}
.f-buyb .count dd{border-left:1px solid rgba(219,219,219,0.8)}
.f-buyb .count>* a{display:block; font-size:20px; font-weight:100;color:#333;}
.f-buyb .count input{border:none}
.f-buyb .close{display:block; text-align:right; font-size:22px; line-height:15px; position:relative; top:-5px; right:-5px; font-weight:100;color:#333;}
.f-buyb i {
  font-style: normal;
}
.f-buyb .select {
  margin-bottom: 20px;
}

.buy2>.popup-group {
  width:calc(100% - 40px);
  margin-left: 20px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
}
.buy2>.popup-group a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  color:#fff;
  box-sizing: border-box;
  font-size: 14px;
}
.buy2>.popup-group a:first-child {
  background-image: linear-gradient(to right, #3ee5c5 , #1dc895);
}
.buy2>.popup-group a:last-child {
  background-image: linear-gradient(to right, #d42626 , #eb4c4c);
}

.goods-left {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  height: 100px;
  flex-wrap: wrap;
}
.goods-left > p {
  width: 100%;
}

.f-buyb .select li.disabled {
  pointer-events: none;
}

.f-buyb .goods {
  overflow: hidden;
}

.width100 {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.m-gooda {
  padding: 20px 20px 30px;
  background: #FFF;
  margin-bottom: 10px;
}
.m-gooda h1 {
  line-height: 25px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 20px;
}
.m-gooda .collect {
  color: #999;
  position: absolute;
  right: 15px;
  bottom:15px;
}
a.share-btn.collect img {
  width: 25px;
  height: 25px;
}
.m-gooda p {
  padding: 0;
  color: #999;
}
.m-gooda .f1 {
  color: #f63838;
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: -2px;
}
.m-goodb>section {
  padding: 10px 15px;
  background: #FFFFFF;
  font-size: 110%;
  border-top: 1px solid #d9d9d9;
}
.fr {
  float: right;
}
.m-goodc {
  background: #FFf;
  margin-bottom: 10px;
}
.m-goodc .parameter {
  padding: 20px;
}
.m-goodc dt {
  color: #999999;
  padding: 10px;
  text-align: center;
  font-size: 110%;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.m-goodc dt::after, .m-goodc dt::before {
  width: 30%;
  height: 1px;
  background: rgba(219,219,219,0.6);
  content: "";
}
.m-goodc .parameter ul li {
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  color: #656565;
}
.clear::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.width100 img {
  width: 100% !important;
  display: block;
}
.m-gooda i,
.m-goodb i {
  font-style: normal;
}

.m-gooda,
.m-goodb,
.m-goodc {
  font-size: 14px;
}

.m-gooda {
  position: relative;
}
/*拷贝结束*/

.shanghu-tabs {
  overflow: hidden;
  padding:20px 10px 0;
}

.shanghu-tabs .tabs-item {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.shanghu-tabs .tabs-item a {
  display: block;
  color:#333;
  font-size: 14px;
}

.shanghu-tabs .tabs-item img {
  display: block;
  height: 40px;
  margin: 0 auto 5px;
}
.shanghu-tabs .tabs-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.shanghu-middle {
  overflow: hidden;
  background: #fff;
  padding: 15px 0;
  margin-top: 5px;
}

.shanghu-middle > div {
  width: 50%;
  float: left;
  font-size: 13px;
  box-sizing: border-box;
}
.shanghu-middle > div:first-child {
  border-right: 1px solid #f2f2f2;
}

.shanghu-middle > div img {
  width: 35px;
  margin:10px 10px 0 10px;
}

.shanghu-middle > div p {
  height: 30px;
  line-height: 30px;
  color:#333;
}

.shanghu-middle > div p:first-child {
  font-size: 16px;
  font-weight: 600;
  color:RGB(18,18,18);
}

.width-full {
  width: 100% !important;
}

.shanghu-list .activity-list {
  margin:0;
  border-top:1px solid #f2f2f2;
}

.shanghu-list .activity-list .weui-media-box__title + p {
  font-size: 14px;
  color:#999;
  margin:10px 0 5px;
}

.shanghu-list .activity-list .weui-media-box__title {
  height: 50px;
  margin-bottom: 0 !important;
}
.shanghu-list .weui-media-box__desc {
  color:#333;
}

.shanghu-tabs-wrap {
  background: #fff;
  padding: 15px 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.shanghu-tabs-wrap li {
  width: 22%;
  margin-right:4%;
  margin-bottom: 15px;
}

.shanghu-tabs-wrap li:nth-child(4n+4){
  margin-right: 0;
}

.shanghu-tabs-wrap li a {
  display: block;
  padding: 10px 0;
  background: #00bb9c;
  color:#fff;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
}

/* ===== retrie分类下来 ===== */
.retrie {
  position: relative;
  z-index: 102;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.retrie dt { overflow: hidden }
.retrie dt a {
  position: relative;
  float: left;
  width: 50%;
  height: 49px;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  font-size: 16px;
  text-align: center;
}
.retrie dt a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: 52px;
  width: 8px;
  height: 8px;
  border: #666 solid;
  border-width: 1px 1px 0 0;
  content: ' ';
  -webkit-transform: rotate(135deg);
}
.retrie dt .up {
  color: #00bb9c;
  border-bottom: 2px solid transparent;
}
.retrie dt .up:after {
  margin-top: -2px;
  border: #00bb9c solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
}
.retrie dt a:last-child:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #f2f2f2;
  content: ' ';
}
.retrie dd { position: relative; }

.slide {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 104;
  display: none; 
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.slide li {
  display: block;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.slide li a {
  display: block;
  padding: 0 30px;
  height: 50px;
  background-color: transparent;
  line-height: 50px;
  color:#000;
}
.slide li a:hover{ background-color: #f6f6f6; }

.bg-black {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  left:0;
  top:0;
  background: rgba(0,0,0,0.5);
}

.header-top .weui-search-bar {
  z-index: 99;
}

.classify-info {
  background: #fff;
  padding: 15px;
}

.classify-info p:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.classify-info p:last-child {
  font-size: 13px;
  color:#111;
}

.shanghu-label {
  margin-top: 0 !important;
}

.shanghu-label span {
  display: inline-block;
  padding: 1px 5px;
  color:rgb(89,158,155);
  border-radius: 4px;
  font-size: 12px;
  background: rgb(236,249,248);
  margin-right: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.location-icon {
  width: 15px;
  height: 20px;
  margin-right: 5px;
}

.tel-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 25px;
}

.has-left-border {
  border-left: 1px solid #f2f2f2;
}

.no-position {
  position: unset !important;
}
.content-info {
  padding:10px 15px;
}

.content-info img {
  width: 100% !important;
}

.content-info p {
  padding: 15px 0;
  font-size: 13px;
}

.shanghu-content {
  background: #fff;
}

.shanghu-content img {
  width: 100% !important;
}

.content-list,
.content-coupon {
  background: #eef1f6;
}

.content-list .activity-list {
  margin: 0 0 8px;
}

.color-orange {
  color:#ff9900;
}

.modal-content .coupon:last-child {
  margin-bottom: 0;
}

.location-modal .modal-content {
  height: calc(100% - 50px);
}

.location-modal .location-item {
  padding: 20px 15px;
  position: relative;
}

.location-modal .location-item p {
  padding-right: 40px;
}

.location-modal .location-item .select-location {
  display: none;
}

.location-modal .location-item.active .select-location{
  display: block;
  position: absolute;
  top:50%;
  right: 15px;
  margin-top: -13px;
}

.rent-info{
  text-align: left;
  padding: 15px;
}

.down-btn-group  {
  padding: 0 15px;
}

.down-btn-group a {
  margin-top: 50px !important;
}

.right-text input {
  text-align: right;
}

.right-text .weui-cell__ft {
  color:#000;
  margin-left: 10px;
}

.right-text .check-group,
.inline-input {
  text-align: right;
}

.inline-input input {
  display: inline-block;
  width: 45px;
  padding-right: 5px;
}

.right-text .new-check input + label {
  padding: 5px 15px;
}

.right-text .check-group > span {
  margin-left: 10px;
}

.change-group {
  word-break: keep-all;
  text-align: left !important;
  overflow: hidden;
}

.change-group > span {
  margin-left: 0 !important; 
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}

.change-group input + label {
  display: inline-block;
  padding: 0 !important;
  height: 30px;
  line-height: 30px;
  width: 80%;
}

.in-middle-title {
  padding: 15px;
  border-top:3px solid #eef1f6;
}

.required {
  position: relative;
  color:#f00;
  top:2px;
}

.big-input input {
  width: 80px;
  text-align: center;
  padding-right: 0 !important;
}

.dai-wrap {
  padding: 15px;
  text-align: center;
}

.dai-wrap > *{
  margin-bottom: 15px;
}

.dai-wrap .reg-banner {
  height: auto !important;
}

.dai-wrap a {
  margin-top: 70px;
}

.share-info {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.share-info li p {
  text-align: center;
  font-size: 14px;
}

.big-weight {
  font-size: 18px !important;
  font-weight: 600;
}

.middle-share {
  padding: 15px;
}

.middle-share > div {
  margin-bottom: 10px;
}

.share-title {
  padding: 15px;
  background: #fff;
}

.pay-modal .village-list{
  height: 300px;
  overflow: auto;
}

.pay-modal .close-popup {
  border:none;
  border-radius: 0;
}

.pay-modal .line-btn {
  padding: 2px 15px;
}

.pay-modal .close-popup:after {
  border:none;
}

#touch {
  width: 50px;
  height: 50px;
  position: fixed !important;
  right: 15px;
  top: 15px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  z-index: 888;
  color:#fff;
  background: rgba(0,0,0,0.3);
  animation: floatBounce 3s infinite ease-in-out;
}

@-webkit-keyframes floatBounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

.delete-wrap {
  height: 50px;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 0 15px 0 0;
}

.delete-goods {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color:#e64340 !important;
  border: 1px solid #e64340;
  background: #fff !important;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  border-radius: 30px;
  float: right;
}

.color-black {
  color:#000 !important;
  font-size: 14px !important;
}

.pay-count {
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-indent: 15px;
}

.pay-count .small-padding {
  background: #00bb9c;
  color: #fff;
  display: block;
  float: right;
  text-indent: 0;
  padding: 0 11px !important;
}

.delete-btn {
  //background: #e64340 !important;
}

/*密码*/
.common-part{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
}
.common-dialog{
  width: 100%;
  text-align: center;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  opacity: 1;
  border-radius: .1rem;
  top: 0;
}
.pwd-wrap {
  width: 80%;
  left:10%;
}

.pwd-wrap .pay-password {
  margin:0 auto 1.5rem;
}

.pwd-wrap .weui-popup__modal {
  background: transparent;
  top:30vh;
  height: 180px;
}

.dialog-title{
  height: 50px;
  line-height: 50px;
  color: #333333;
  border-bottom: 1px solid #f2f2f2;
}
.pay-money{
  color: #333333;
  margin: .6rem 0;
  font-weight: bold;
}
.pay-password{
  width: 90%;
  height: 46px;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px #b3c8e9;
}
.pay-password .real-ipt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  opacity: 0;
  z-index: 3;
}
.pay-password .surface-ipts{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  z-index: 1;
  overflow: hidden;
}
.pay-password .surface-ipts .surface-ipt{
  height: 46px;
  line-height: 46px;
  display: flex;
  justify-content: space-between;
}
.pay-password .surface-ipts .surface-ipt input{
  width: calc(16% + 2px);
  height: 46px;
  line-height: 46px;
  border: 0;
  border-right: 1px solid #dcdcdc;
  color: #333333;
  font-size: .9rem;
  text-align: center;
  padding: 0;
}

.password-setting .common-dialog{
  position: unset;
  margin: 0 auto;
}

.password-setting .common-part {
  position: unset;
  background: transparent !important;
  margin-top: 20px;
}

.password-setting .common-dialog {
  background: transparent;
}

.add-nav {
  overflow: hidden;
  padding:10px 15px;
}

.add-nav a{
  margin-left: 20px;
  color:#333;
  padding: 3px 0;
}

.add-nav a.curr {
  border-bottom: 2px solid #e4e4e4;
}

.add-nav a:last-child {
  float: right;
  color:#ff6600;
  font-size: 13px;
}
.default-modal-wrap.width-90 {
  height: auto;
  top:28vh;
  width: 100%;
  left: 6.5%;
  background: transparent;
}

.default-modal-wrap.width-90 .default-modal-content {
  position: unset;
  transform: unset;
  left: 0;
  top:0;
}

.default-modal-wrap {
  position: fixed;
  top:0;
  left:0;
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,0.4);
  z-index: 9999;
}

.default-modal-content {
  width: 80%;
  background: #fff;
  position: relative;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.default-modal-content .village-list {
  max-height: 250px;
  overflow: auto;
}

.default-modal-head {
  padding: 10px 15px;
}

.possward-title {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.pay-password .surface-ipts .surface-ipt input:last-child {
  border-right: none;
}

.add-banner {
  margin-top: 10px;
}

.forget-possward {
  overflow: hidden;
  width: 90%;
  margin:10px auto;
  text-align: right;
}
.forget-possward a {
  color:#00bb9c;
}

.group-list-wrap .weui-media-box__hd {
  width: 100px;
  height: 100px;
}

.article-list.border-none.after-border {
  padding: 10px 15px;
}

.input-mention span,
.self-mention a {
  color:#000;
  font-weight: 700;
}

.input-mention,
.self-mention {
  background: #fff;
  width: 82%;
  margin: 30px auto;
  border-radius: 6px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  height: 120px;
  line-height: 120px;
  padding-left: 20px;
}

.input-mention img,
.self-mention img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.input-mention input {
  height: 40px;
  line-height: 40px;
  border:1px solid #cacaca;
  text-align: center;
}

.add-margin {
  margin-bottom: 60px;
}

.width-90 .default-modal-content{
  width: 87%;
}

.buy-time {
  overflow: hidden;
}


.buy-left {
  background: rgb(221,91,91);
  width: 52%;
  float: left;
  color:#fff;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.buy-left del {
  border-radius: 2px;
  font-size: 15px;
  color:rgb(227,207,207);
  padding: 1px 5px;
  position: relative;
  top:10px;
}
.buy-left span i {
  font-style: normal;
  font-size: 14px;

}
.buy-left span {
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px;
  position: relative;
  top:10px;
}
.buy-left b {
  position: absolute;
  font-size: 15px;
  top:-16px;
  left: 15px;
  font-weight: normal;
}
.buy-right {
  position: relative;
  background: rgb(241,225,109);
  width: 48%;
  float: left;
  height: 70px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
}

.buy-right > span {
  font-size: 13px;
  color:rgb(130,81,81);
}

.buy-right .right-creat {
  position: absolute;
  width:0;
  height:0;
  border-top:40px solid transparent;
  border-bottom:40px solid transparent;
  border-left:30px solid rgb(221,91,91);
  left: -1px;
  top:-5px;
}
.buy-right p {
  position: relative;
  top:0px;
}

.buy-right p > span {
  display: inline-block;
  background: rgb(130,81,81);
  text-align: center;
  color:#fffbe8;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.kucun span {
  display: inline-block;
  margin-left: 20px;
}

.share-wrap {
  height: 20px;
}

.share-wrap span {
  position: relative;
  top:2px;
}
.yellow-nav {
  background: #f39323;
  color:#fff;
  height:40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 15px;
}
.activite-middle {
  margin-top: 8px;
  background: #fff;
  padding:15px;
  font-size: 14px;
}

.share-activite {
  position: relative;
  top:2px !important;
}
.share-activite span {
  position: relative;
  top:2px;
}

.wuye-coupon {
  padding: 15px;
  background: #fff;
}

.wuye-coupon .weui-check__label:active {
  background-color: none;
}

.wuye-coupon .weui-check__label {
  background: -webkit-linear-gradient(left,  #ed7072 , #f29087);
  background: linear-gradient(to right,#ed7072 , #f29087); 
  color:#fff;
}

.wuye-coupon label {
  margin-bottom: 10px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  
}

.wuye-coupon .weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
  color:#fff !important;
}

.wuye-coupon .weui-cells_checkbox .weui-icon-checked:before {
  color:#fff;
}

.c-price {
  font-size: 30px;
  font-weight: 700;
  margin-right: 5px;
}

.wuye-coupon .font-small {
  color:#faf1f0;
  padding: 3px 20px;
}

.c-bottom {
  position: relative;
  background: -webkit-linear-gradient(left,  #d96968 , #df857c);
  background: linear-gradient(to right,#d96968 , #df857c); 
  color:#ffd3cf;
  padding: 10px 15px;
  font-size: 13px;
}

.c-bottom:before {
  content: "";
  position: absolute;
  border-top: 2px dotted #d96b6c;
  top:-1px;
  left: 0;
  width: 100%;
}

.wuye-coupon a {
  color:#d96968;
  border:1px solid #d96968;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  display: block;
}

.has-coupon {
  background: #fff;
  font-size: 13px;
  margin-bottom: 10px;
}

.has-coupon:active {
  background: #fff; 
}

.label {
  background: #ff5000;
  color:#fff;
  padding: 2px 4px;
  border-radius: 4px;
}

.has-coupon .weui-cell__bd {
  padding-left: 10px;
}

.classify-wrap {
  background: #fff;
  overflow: hidden;
}

.classify-wrap .classify-item {
  display: block;
  color:#000;
  margin: 5px;
  border:1px solid rgba(219,219,219,0.3);
}

.classify-wrap .classify-item img {
  width: 100%;
}

.classify-wrap .classify-item p{
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.self-label {
  height: 18px;
  line-height: 18px;
  margin-top: 9px;
  width: 44px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background: linear-gradient(to bottom, #A650DB 20%,#FD792B 80%);
  color:#fff;
}
.city-icon {
  font-style: normal;
}

.ver-location img {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 11px;
}

.ver-location span {
  display: inline-block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width: calc(100% - 40px);
  font-size: 14px;
}

.get-city {
  padding: 5px 10px 15px;
  font-size: 14px;
  color:#79788a;
}

.get-city a {
  color:#00bb9c;
}

.check-wrap {
  overflow: hidden;
}

.check-wrap li {
  display: inline-block;
  padding:5px 10px;
  border:1px solid #eee;
  margin-right: 10px;
  margin-top: 10px;
}
.check-wrap li.checked {
  border-color:#00bb9c;
  color:#00bb9c;
}
.check-count {
  margin-top: 20px;
}
.weui-count.check-count .weui-count__btn:after{
  margin-left: 0;
}
.one-line {
  width: 100% !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #f5f5f5;
}
.one-line:last-child {
  border:none;
}

.m-goodc .weui-navbar {
  background: #fff;
}
.m-goodc .weui-navbar__item.weui-bar__item--on {
  background: #fff;
  color:#00bb9c;
  border-bottom: 2px solid #00bb9c;
}
.m-goodc .weui-navbar__item:after {
  display: none;
}

.m-goodc .weui-tab img {
  width: 100%;
}

.down-app {
  font-size: 12px;
  color:#000;
}

.percent {
  color:#e82e4a;
}
.percent + p {
  color:#666;
  font-size: 12px;
  margin-top: 10px;
}
.big-padding {
  padding:25px 15px;
}

.big-padding .weui-cell__hd p {
  width: 120px;
}

.big-padding .weui-cell__bd {
  padding-left: 20px;
}

.big-padding .weui-cell__bd p:first-child {
  color:#000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.big-padding .weui-cell__bd p + p {
  color:#666;
  font-size: 12px;
  margin-top: 10px;
}

.manage-top {
  padding: 15px;
  background: #fff;
}

.manage-label {
  display: inline-block;
  color:#666;
  border:1px solid #666;
  border-radius: 3px;
  font-size: 12px;
  transform: scale(0.8);
}
.manage-font {
  font-weight: 700;
  font-size: 15px;
}

.manage-info {
  overflow: hidden;
  margin: 10px 0;
}

.manage-info > div {
  width: 50%;
  float: left;
  text-align: center;
}

.manage-info > div p:first-child {
  font-size: 12px;
  color:#666;
}
.manage-info > div p:last-child {
  font-size: 20px;
  font-weight: 700;
}

.has-color {
  color:#e82e4a;
}

.last-p {
  font-size: 12px;
  color:#91a2a8;
}

.last-p span {
  margin: 0 20px;
}

.manage-middie {
  background: #fff;
  margin:10px 0;
  padding: 5px 0;
}

.manage-middie .weui-media-box__desc {
  color:#222;
}

.manage-middie.weui-media-box_appmsg .weui-media-box__hd {
  margin-right: 0;
}

.rule-wrap {
  margin-bottom: 10px;
}

.rule-wrap .weui-cell__hd p {
  width: 120px;
}

.rule-wrap .weui-cell__bd,
.rule-wrap p {
  font-size: 12px;
}

.rule-wrap .weui-cell__bd {
  font-size: 14px;
  font-weight: 700;
}

.rule-wrap .small-black .weui-cell__bd {
  font-weight: 700;
  color:#666;
  font-size: 12px !important;
}

.rule-wrap .weui-cell:before,
.rule-wrap .small-black:before {
  display: none !important;
}

.out-border {
  border:1px solid #f5f5f5;
  margin: 0 20px;
}

.out-border .small-black {
  border-bottom: 1px solid #f5f5f5;
}

.out-border .small-black:last-child {
  border-bottom: none;
}

.diff-wrap .weui-cell__hd {
  font-size: 14px;
  font-weight: 700;
  width: 120px;
}

.diff-wrap .weui-cell__bd {
  color:#666;
  font-size: 12px;
}

.bank-title {
  color:#333;
  font-weight: 700;
  overflow: hidden;
  padding: 15px;
}

.bank-content {
  background: #fff;
}

.bank-title a {
  color:#333;
  font-size: 15px;
}

.bank-title img {
  width: 21px;
}

.big-color {
  font-size: 24px;
  font-weight: 700;
  color:#b80932;
}

.name-down {
  font-weight: 700;
}

.name-down span{
  margin-top:5px;
  color:#2a2a2a;
  font-weight: normal;
}

.bank-list {
  overflow: hidden;
  position: relative;
  padding: 10px 15px;
}

.bank-list a {
  color:#333;
}

.gold-img {
  width: 30%;
  float: left;
  margin-right: 2%;
  border-radius: 8px;
}


.gold-img + div {
  width: 68%;
  float: left;
}

.gold-price {
  position: absolute;
  bottom: 10px;
  left: calc(32% + 5px);
  color:#b80932;
}

.bank-list a > div h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bank-list a > div h4 + p {
  color:#929292;
}

.vip-show {
  overflow: hidden;
  padding: 10px 15px 0;
}

.vip-show .show-item {
  display: block;
  width: 48%;
  float: right;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 1px 2px 2px #eee;
  margin-bottom: 15px;
  color:#333;
}
.vip-show .show-item:nth-child(odd) {
  float: left;
}

.vip-show .show-item img {
  width: 100%;
}

.vip-show .show-item > div {
  padding: 10px;
}

.show-price {
  color:#db5f0e;
  font-size: 14px;
}

.show-label {
  font-size: 12px;
  background: #fdbccd;
  color:#c55470;
  border-radius: 30px;
  padding: 0 7px;
}

.vip-fuli {
  display: block;
  position: relative;
  margin: 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
}

.vip-fuli img {
  width: 100%;
}

.vip-fuli .only-vip {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 15px;
  text-align: center;
  background: #f08e2c;
  color:#fff;
}

.img-cover {
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  text-align: center;
  color:#fff;
}

.img-cover > p:first-child {
  font-size: 22px;
  margin-top: 20px;
}

.go-enroll {
  position: absolute;
  right: 20px;
  bottom: -5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color:#fff;
  z-index: 9999;
}

.go-enroll:before {
  content: "";
  position: absolute;
  left: -8px;
  top:0;
  width: 50px;
  height: 50px;
  background: rgba(216,30,6,0.4);
  border-radius: 50%;
}
.go-enroll:after {
  content: "";
  position: absolute;
  right: -8px;
  top:0;
  width: 50px;
  height: 50px;
  background: rgba(216,30,6,0.7);
  border-radius: 50%;
}

.go-enroll span {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 50px;
  z-index: 9999;
  color:#fff;
}

.no-radius {
  border-radius: 0 !important;
}

.over-hidden {
  overflow: hidden;
}

.bank-content .weui-cell:before {
  display: none !important;
}

.bank-content a.weui-cell {
  color:#000;
}

.apply-item {
  overflow: hidden;
  position: relative;
}

.apply-item:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #ccc;
  transform-origin: 0 100%;
  transform: scaleY(.5);
}

.apply-item:last-child:after {
  display: none;
}

.applied-refund,
.apply-refund {
  margin:0 15px 15px;
  float: right;
  color:#f00;
  font-size: 12px;
}

.applied-refund {
  opacity: 0.5;
}

.refund-reason {
  padding-left: 15px;
  box-sizing: border-box;
}

.refund-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px !important;
}

.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.deliver-goods {
  display: block;
  text-align: center;
  background: #fff;
  width: calc(100% - 30px);
  margin: 15px auto;
  padding:15px 0;
  border-radius: 6px;
  color:#00bb9c;
}

.shanghu-middle a >div {
  padding-left: 15px;
}

.new-list .activity-list a {
  padding:30px 20px;
}

.new-list .activity-list > div .weui-media-box__hd, 
.new-list .activity-list > a .weui-media-box__hd {
  width:100px;
  height: 100px;
}
.new-list .activity-list .weui-media-box__title {
  height: auto;
  -webkit-line-clamp: 1 !important;
}
.new-list .activity-list .weui-media-box__title + p {
  margin-top: 6px;
}
.new-list .activity-list {
  border-top: none;
  position: relative;
}

.new-list .activity-list:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
  left:20px;
  border-bottom:1px solid #f2f2f2;
}

.color-gold {
  color:rgb(255,144,37);
}
.new-coupun {
  background: #fff;
  margin: 0 15px 15px;
  border-radius: 2px;
  box-shadow: 1px 5px 5px #f2f2f2;
}
.new-coupun .coupun-top {
  position: relative;
  padding: 25px 15px;
  overflow: hidden;
}
.mid-border {
  position: relative;
  bottom: 1px;
  left:5px;
  width: calc(100% - 10px);
  border-bottom: 1px dashed rgb(199,199,199);
}
.new-coupun .coupun-top:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left:-5px;
  bottom: -5px;
  border-radius: 50%;
  background: #eef1f6;
  z-index: 9999;
}
.new-coupun .coupun-top:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right:-5px;
  bottom: -5px;
  border-radius: 50%;
  background: #eef1f6;
  z-index: 9999;
}
.new-coupun .coupun-bottom:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left:-5px;
  top: -5px;
  border-radius: 50%;
  background: #eef1f6;
  z-index: 9999;
}
.new-coupun .coupun-bottom:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right:-5px;
  top: -5px;
  border-radius: 50%;
  background: #eef1f6;
  z-index: 9999;
}
.new-coupun .coupun-bottom {
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
}
.new-coupun .coupun-top > div,
.new-coupun .coupun-bottom > div{
  width: 50%;
  float: left;
}
.new-coupun .coupun-top > div:first-child {
  color:#00bb9c;
  font-size: 20px;
}
.new-coupun .coupun-top > div:first-child span{
  color:#00bb9c;
  font-size: 30px;
}
.new-coupun .coupun-top > div:last-child {
  color:rgb(158,158,158);
}

.new-coupun .coupun-bottom > div:first-child {
  width: 73%;
  font-size: 12px;
  color:rgb(158,158,158);
  position: relative;
  bottom: -3px;
}

.new-coupun .coupun-bottom > div:last-child {
  width: 27%;
}

.new-coupun .coupun-bottom > div:last-child a {
  background: #00bb9c;
  color:#fff;
  border-radius: 30px;
  width: 90%;
  display: block;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
  float: right;
}

.shanghu-act .activity-list{
  margin: 0;
}

.shanghu-act .activity-list .weui-media-box__hd {
  width: 80px !important;
  height: 80px !important;
}

.shanghu-act .activity-list > div,
.shanghu-act .activity-list a {
  padding: 15px !important;
}

.shanghu-act .activity-list .weui-media-box__title {
  margin-bottom: 13px;
}
.shanghu-act .weui-media-box__bd {
  position: relative;
  height: 80px;
}
.shanghu-act .weui-media-box__desc {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
}

.picker-body {
  position: relative;
}
.picker-text {
  position: absolute;
  right:15px;
  top:0;
}

.not-disabled {
  background: rgb(188,188,188);
  color:#fff;
}

.three-tabs dt a {
  width: 33.33%;
}

.three-tabs dt a:last-child:before {
  display: none;
}

.house-price {
  color:rgb(231,39,39);
  font-size: 18px;
}

.info-title {
  padding: 5px;
  font-size: 16px;
}

.info-title + ul li {
  height: 35px;
  line-height: 35px;
}

.house-info {
  overflow: hidden;
  padding:20px 0;
}

.house-info li {
  width: 33.33%;
  float: left;
  text-align: center;
}

.house-color {
  color:rgb(0,164,153);
}

.house-primary {
  color:rgb(0,164,153);
  font-size: 18px;
}
.bg-house {
  background: #00bb9c !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.house-tel {
  padding: 10px 5px;
}

.house-tel img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.house-tel:before {
  display: none;
}

.house-tel .weui-cell__hd img {
  margin-right: 15px;
}

.two-cloum li {
  width: 50% !important;
}

.middle-search input{
  height: 50px;
  line-height: 50px;
  width: calc(100% - 30px);
  border-radius: 6px;
  background: #fff;
  border: none;
  text-align: center;
  position: relative;
  left: 15px;
  top:-25px;
  z-index: 999;
  box-shadow: 0px 8px 9px -8px #ccc;
}

.tabs-wrap li {
  width: 33.33% !important;
}

.tabs-wrap {
  padding: 0 10px 0 !important;
}

.page-house-title {
  padding: 15px;
  font-weight: 700;
}

.adviser-sale .weui-media-box__bd {
  height: auto;
}

.adviser-sale {
  display: flex;
  margin-top: 20px;
}

.adviser-sale > div {
  width: 50%;
}

.adviser-sale > div p span {
  font-size: 20px;
  color:#333;
  margin-right: 5px;
}

.height-auto {
  height:  auto !important;
}

.shanghu-act .activity-list.adviser-list  .weui-media-box__hd{
  width: 100px !important;
}

.adviser-list .small-gray {
  color:#999 !important;
}

.line-tel {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.new-list .adviser-list:after {
  left:15px !important;
  width: calc(100% - 30px);
}

.detail-number {
  background: #fff;
  margin: 0 !important;
  padding: 0 15px 15px;
}

.after-none:after,
.before-none:after{
  display: none !important;
  border-color:#fff;
}


.top-bg {
  background: #01b99d;
  height: 120px;
}
.top-bg + div {
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top:20px;
}

.shanghu-act .activity-list .weui-media-box__hd.width-50-p {
  width: 50px !important;
}

.detail-number.big-height {
  margin-top: -1px !important;
}

.detail-number.big-height .small-gray span {
  margin-left:20px;
}

.nav-status {
  margin-top: 80px;
}
.new-list .activity-list.border-full:after {
  width: 100%;
  left:0;
}

.side-10 {
  margin: 0 10px;
}

.check-style {
  margin-right: 10px;
}

.check-style input +label {
  background: #fafafa;
  color:#969696;
  border-color:#cccccc;
  padding: 7px 25px;
}

.new-check input:checked +label {
  background: #f1fffd;
  color:#3d4140;
  border-color: #01b99d;
}

.cancle-btn {
  float: left;
  height: 2.2rem;
  line-height: 2.2rem;
  color:#000;
  padding: 0 0.5rem;
}

.im-block {
  display: block;
  color:#666;
}

.popup-bottom .check-group.change-group {
  padding: 15px;
}

.popup-bottom .check-group.change-group .check-style {
  margin: 0;
  width: 33.33%;
}

.popup-bottom .change-group input + label {
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.not-gray {
  background: rgb(188,188,188);
}

.coupon-new {
  overflow: hidden;
  width: calc(100% - 30px);
  position: relative;
  left:15px;
  top:15px;
  margin-bottom: 15px;
}

.coupon-new .left-side {
  width: 28%;
  float: left;
  height: 110px;
  background: #00bb9c;
  color:#fff;
}

.coupon-new .left-side p {
  font-size: 12px;
}

.coupon-new .left-side p span {
  font-size: 20px;
}

.coupon-new .right-side {
  width: 72%;
  float: left;
  height: 110px;
  line-height: 110px;
  background: #fff;
  border-left: 2px dotted #00bb9c;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.coupon-new .right-side:after {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background: url(../images/after.png) no-repeat;
  background-size: 70% 100%;
  background-position: 150% 60%;
}

.center-mid {
  position: relative;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.receive-item {
  background:#fff;
  margin:15px;
  position: relative;
}

.receive-item .receive-top {
  padding: 25px 15px;
  overflow: hidden;
}

.receive-item .receive-bottom{
  overflow: hidden;
  padding: 15px;
  border-top: 1px dashed #ccc;
}

.receive-item .receive-top > div {
  width: 50%;
  float: left;
  text-align: center;
  color:#666;
}

.receive-item .receive-top > div:first-child {
  color:#00bb9c;
  text-align: left;
  position: relative;
}

.receive-item .receive-top > div:first-child p {
  position: absolute;
  bottom: -15px;
  left:0;
}

.receive-item .receive-top > div:first-child span {
  font-size: 22px;
}

.receive-item .receive-bottom > div:first-child {
  width: 60%;
  float: left;
  font-size: 12px;
  color:#666;
}

.receive-item .receive-bottom > div:last-child {
  width: 40%;
  float: left;
  font-size: 12px;
  text-align: right;
}

.receive-item .receive-bottom > div a {
  background: #00bb9c;
  color:#fff;
  border-radius: 30px;
  padding: 5px 15px;
  border:1px solid #00bb9c;
}

.without-bg {
  background: #fff !important;
  color:#00bb9c !important;
}

.left-circle,
.right-circle {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #eef1f6;
  border-radius: 50%;
  bottom: 45px;
}

.left-circle {
  left: -5px;
}
.right-circle {
  right: -5px;
}

.margin-right-10 {
  margin-right: 10px;
}

/*礼遇*/
.liyu {
  width: auto !important;
}

.nav-title.liyu  span:last-child,
.nav-title.liyu  span:first-child {
  width: 10%;
}

.liyu-wrap {
  overflow: hidden;
  padding: 15px;
}

.liyu-wrap li {
  width: 33.33%;
  float: left;
  font-size: 12px;

}
.liyu-wrap li a {
  display: block;
  width: 85%;
  margin: 0 auto;
  color:#000;
  padding: 0 5px;
  background: rgb(246,246,246);
  margin-bottom: 10px;
}

.liyu-wrap li a p {
  padding: 5px;
  height: 50px;
  word-break: break-all;
}

.liyu-wrap li a p:last-child {
  border-top: 1px solid #ccc;
}

.with-youhui li a p:last-child {
  border:none;
}

.liyu-wrap li a img {
  width: 100%;
}
.liyu-wrap.with-youhui li a{
  background: #fff;
}

.liyu-color{
  color:rgb(255,102,51);
}

.liyu-wrap.with-youhui li a {

}

.lease-buy {
  width: 80%;
  margin: 0 auto;
  position: fixed;
  bottom: 100px;
  left: 10%;
}

.lease-buy a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color:#000;
}

.new-cart-pay {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.new-cart-pay a:last-child {
  float: right;
  padding:0px;
  background: #00bb9c;
  color:#fff;
  width: 40%;
  border:none;
}

.detail-bottom {
  text-align: center;
  padding: 80px 0 0;
}

.detail-bottom a {
  color:#ff3300;
}

.detail-bottom img {
  width: 20vw;
  height: 20vw;
  margin:15px auto;
}

.profit-des {
  margin-bottom: 5px;
}

.profit-des p {
  padding: 10px 15px;
  color:#000;
  font-weight: 700;
  margin-bottom: 10px;
}

.profit-des .out-put {
  padding: 15px;
  background: #fff;
}

.color-life {
  color:#f63838 !important;
}

.lift-title {
  text-align: center;
  padding: 15px;
}

.life-info {
  margin-top: 0 !important;
}

.life-info .weui-media-box_appmsg .weui-media-box__hd {
  width: 100px;
  height: 100px;
}

.life-info .weui-media-box_appmsg .weui-media-box__hd img {
  height: 100%;
}

.life-info h4 {
  margin-bottom: 5px !important;
  font-size: 15px;
}

.life-modal .weui-popup__modal,
.lift-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.life-modal .new-check input + label {
  padding: 5px 10px;
}

.life-modal .check-style {
  margin-right: 0;
  margin-left: 10px;
}

.life-btn {
  background:rgb(188,29,29) !important; 
}

.service-title {
  padding: 10px 15px;
}

.two-btn a:first-child {
  width: 48%;
  float: left;
}
.two-btn a:last-child {
  width: 48%;
  float: right;
  margin-top: 0;
}
.two-btn {
  overflow: hidden;
}

.down-btn {
  margin: 50px 15px;
}
.text-center {
  text-align: center !important;
}
.pay-code {
  padding-bottom: 20px;
}

.weui-media-box__title.child-block span{
  display: block;
  color:#999;
  font-size: 13px;
}
.weui-media-box__title.child-block {
  margin-bottom: 0 !important;
}


/*优化*/
.weui-media-box__title {
  font-size: 15px;
  font-weight: 700;
}
.weui-media-box__desc {
  font-size: 13px;
}
.new-list .activity-list a {
  padding: 20px;
}

.shanghu-list .shanghu-label {
  margin-top: 5px !important;
}

.life-modal .new-check.check-style {
  margin-right: 10px;
  margin-left: 0;
}
.new-check input + label {
  font-size: 13px;
}

.default-title {
  font-size: 13px;
  margin-bottom: -5px;
  color:#000;
}
.life-modal .weui-popup__modal, .lift-top {
  border-radius: 0;
}
.check-style input +label {
  background: #f0f0f0;
  color:#333333;
  border-color: transparent;
}
.new-check input:checked +label {
  color:#01b99d;
}
.life-modal .add-cart.page-to {
  width: calc(100% - 30px);
  margin: 15px;
  border-radius: 30px;
  box-sizing: border-box;
}
.small-black {
  font-size: 13px !important;
  color:#000000 !important;
}

.life-modal .weui-media-box_appmsg {
  align-items: flex-end;
}
.modal-close {
  display: inline-block;
  position: absolute;
  right: 10px;
  top:10px;
  z-index: 9999;
}
.modal-close i {
  color:#000;
}

.btn-left {
  line-height: 25px;
  padding: 0 15px;
}

.cart-pay a:nth-child(3) {
  background: #ffb350;
  border-top-color:#ffb350;
  color:#fff;
}
.cart-pay a {
  border-right: none;
}

#cartNum {
  left: 15px;
  right: 0;
}

.new-share {
  background: #ff6f5c;
  color:#fff;
  float: right;
  padding: 0 15px 0 10px;
  position: absolute;
  right: -15px;
  top: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 13px !important;
}
.activity-detail .activity-info p a.new-share img {
  width: 15px !important;
  height: 15px !important;
}
.overflow-auto {
  overflow: visible !important;
}

.f-buyb .close-popup {
  position: absolute;
  top:25px;
  right: 15px;
}
.f-buyb .count>* {
  width: 23px;
  height: 23px;
  line-height: 23px;
}
.f-buyb .count>* a {
  color:#00bb9c;
}
.f-buyb .count dd,
.f-buyb .count dt {
  border:1px solid #00bb9c;
  border-radius: 50%;
  color:#00bb9c;
  overflow: hidden;
}
.f-buyb .count dt + input {
  background: #fff;
  width: 30px;
}
.f-buyb .count {
  border:none;
}
.f-buyb .count dd a {
  background: #00bb9c;
  color:#fff;
}
.recommend-products ul li p {
  text-align: left;
}
.location-choose {
  padding: 15px;
  font-size: 15px;
}
.location-choose img {
  margin-right: 5px;
  margin-top: -3px;
  width: 16px;
}
.location-choose a,
.location-choose {
  color:#000;
  font-size: 15px;
}

.use-code {
  width: calc(100% - 30px);
  text-align: center;
  background: #fff;
  padding: 20px 0;
  position: relative;
  top:15px;
  left: 15px;
  margin-bottom: 15px;
}

.use-code .only-name span {
  font-size: 20px !important;
}

.passed-coupon .left-side {
  background: #ddd !important;
  color: #b1b1b1 !important;
}
.passed-coupon .right-side {
  border-color: #ddd;
  color:#b1b1b1;
}

/*商户APP相关*/
.top-save {
  position: absolute;
  right: 15px;
  color:#00bb9c;
  font-weight: normal;
}

.top-save img {
  width: 18px;
  height: 18px;
  margin-top: -5px;
  margin-right: 3px;
}
.user-pic {
  text-align: center;
  padding: 25px;
  border-top:1px solid #ddd;
}
.user-pic img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border:1px solid #d1d1d1;
}

.edit-info {
  background: #fff;
  margin-top: 10px;
  font-size: 15px;
}

.edit-info input{
  color:#999;
}

.edit-info .weui-cell:before {
  left: 15px;
}
.input-icon {
  display: inline-block !important;
  width: 22px;
  height: 22px;
}
.app-top-border {
  margin: 0 !important;
  border-top:1px solid #ddd;
}

.get-code {
  border-radius: 30px;
  font-size: 13px;
  margin-left: 10px;
  height: 25px;
  line-height: 25px;
}

.app-down-btn {
  display: block;
  background: #0ccdb0;
  color:#fff;
  border-radius: 30px;
  padding: 12px;
  text-align: center;
  width: 60%;
  margin: 40px auto;
}
.top-save.color-black {
  font-size: 15px !important;
}
.search-staff {
  padding: 8px 15px;
}
.search-staff .weui-search-bar__box, 
.search-staff .weui-search-bar__form {
  border-radius: 30px;
}

.search-staff .weui-search-bar__label {
  border-radius: 30px;
}

.search-staff:before,
.search-staff .weui-search-bar__form:after{
  border:none;
}

.staff-list {
  margin-top: 0;
}

.staff-list img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border:1px solid #cfcfcf;
}

.staff-list .weui-cell__bd {
  margin-left: 10px;
}

.staff-list .weui-cell__bd >p {
  font-size: 13px;
  color:#999;
  padding: 7px 0;
}
.staff-list .weui-cell__bd >p span {
  margin-left: 10px;
}

.staff-list .weui-cell__bd >p:first-child {
  font-weight: 700;
  font-size: 15px;
  color:#000;
}
.staff-list .weui-cell {
  padding: 25px;
  margin-bottom: 5px !important;
  background: #fff;
}

.staff-list .weui-cell__ft > a {
  display: block;
  padding: 5px 15px;
  font-size: 13px;
}

.staff-list .weui-cell__ft > a:first-child {
  border:1px solid #0bbba1;
  color:#0bbba1;
  margin-bottom: 20px;
}

.staff-list .weui-cell__ft > a:last-child {
  background: #ff4444;
  color:#fff;
}

.font-weight {
  font-weight: 700;
}

.enroll-list.staff-list img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.enroll-list.staff-list .color-black {
  font-size: 15px !important;
}
.enroll-list.staff-list {
  padding-bottom: 50px;
  background: #fff;
}

.enroll-list.staff-list .weui-cell {
  margin: 0 !important;
  padding: 10px 25px;
}
.enroll-list.staff-list .weui-cell:before {
  display: none;
}

.enroll-top {
  text-align: center;
  padding: 20px 0;
  background: #fff;
}

.enroll-top span {
  color:#0ccdb0;
}
.staff-list.enroll-list .weui-cell__bd >p:first-child {
  font-weight: normal;
}

.rece-item {
  background: #fff;
  margin: 15px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #f4f4f4;
}

.rece-item:before {
  display: none;
}

.rece-item img{
  margin-left: 20px;
  width: 100px;
}

.rece-item .weui-cell__bd p {
  font-size: 20px;
  color:#1cb8e2;
  font-weight: 700;
  margin-bottom: 15px;
}

.rece-item .weui-cell__bd a {
  color:#1cb8e2;
  border:1px solid #1cb8e2;
  border-radius: 30px;
  padding: 2px 7px;
  font-size: 12px;
}

.rece-item .scan-style p {
  color:#30d687;
}

.rece-item .scan-style a {
  color:#30d687;
  border-color:#30d687;
}

.rece-item .pos-style p {
  color:#ca3e3b;
}

.rece-item .pos-style a {
  color:#ca3e3b;
  border-color:#ca3e3b;
}

.make-bg {
  background: #38ccf4 !important;
}

.make-bg .collect-card {
  border-radius: 0;
  width: calc(100% - 40px);
  top:50px;
  left: 20px;
  transform: unset;
}

.card-input {
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 25px;
  font-weight: 700;
}
.card-input + button,
.card-input + a {
  background: #1cb8e2;
  color:#fff;
  padding: 0 40px;
  display: inline-block;
  margin:50px auto 20px;
  border:none;
  height: 45px;
  line-height: 45px;
} 

.make-bg .card-info {
  padding-top: 35px;
}

.make-bg .card-foot {
  color:#999999;
  padding: 15px;
  border-top: 1px solid #ccc;
}

.make-bg .card-foot span:first-child {
  margin-right: 10px;
}
.make-money {
  font-size: 25px;
  font-weight: 700;
}

.make-money + a {
  color:#1cb8e2;
}

.circle-scan {
  display: inline-block;
  border-radius: 50%;
  border:3px solid rgba(221,255,250,0.9);
  background: #3fd9c2;
  width: 120px;
  height: 120px;
  color:#fff;
}

.circle-scan p {
  font-size: 12px;
}

.circle-scan img {
  width: 50px;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.code-eight {
  padding:25px !important;
}

.code-tips {
  text-align: center;
  color:#999;
  margin-top: 70px;
  font-size: 13px;
}

.code-tips img {
  width: 19px;
  height: 19px;
  margin-top: -1px;
  display: inline-block;
}

.code-ver {
  border-radius: 10px;
}

.code-ver .left-circle, .code-ver .right-circle {
  bottom: 136px;
}

.report-search .search-staff{
  padding: 0 15px 0 0 !important;
}
.report-search .search-staff:after {
  display: none;
}
.report-a {
  margin-left: 10px;
  color:#0ccdb0;
}
.report-a img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.report-a span {
  font-size: 15px;
}

.report-a:after {
  display: none;
}
.report-data {
  background: #fff;
  margin-top: 3px;
}

.report-data img {
  width: 20px;
  margin-right: 5px;
}

.report-data li {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
  font-size: 14px;
}

.report-data li:last-child {
  border: none;
}

.report-data li > div {
  overflow: hidden;
  padding: 3px 15px;
}

.report-data li > div:first-child span {
  font-size: 20px;
  font-weight: 700;
}

.report-data li > div span {
  float: right;
}

.search-cover {
  top: 104px;
  height: calc(100vh - 104px);
}

.default-modal-wrap.cover-content {
  top:104px;
  left: 0;
}
.report-btn {
  overflow: hidden;
  background: #fff;
}

.report-body {
  padding: 15px;
}

.report-body > div {
  margin-bottom: 15px;
}

.report-body > div p {
  margin-bottom: 10px;
}

.report-btn a {
  width: 50%;
  float: left;
  padding: 13px 0;
  text-align: center;
  color: #000;
  border-top: 1px solid #ccc;
}

.report-btn a:last-child {
  background: #01b99d;
  color:#fff;
  border-top: 1px solid #01b99d;
}

.padding-0 {
  padding: 0 !important;
}

.report-item .new-check input + label {
  border-radius: 30px;
  color:#bfbfbf;
  padding: 3px 15px;
}

.report-item .weui-cell:before {
  display: none;
}

.report-item .new-check input:checked +label {
  background: #00bb9c;
  color:#fff;
}

.report-item > p {
  font-size: 15px;
}

.report-item img {
  width: 20px;
}

.report-item .weui-input {
  position: relative;
  z-index: 9999;
  font-size: 15px;
}
.change-date {
  position: absolute;
  top:0;
  right: 15px;
  z-index: 100;
  color:#01b99d;
  font-size: 15px;
}

.daily-info {
  margin: 15px;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: 1px 3px 5px #ddd;
}

.half-width {
  width: 50%;
}

.daily-time {
  width: 60%;
  clear: both;
  position: relative;
  margin: 30px auto 0;
}

.daily-info .half-width > p:first-child {
  font-size: 25px;
}

.daily-info .half-width > p:last-child {
  font-size: 16px;
}

.daily-time input {
  width: calc(100% - 30px);
  border:none;
  position: relative;
  z-index: 9999;
  background: transparent;
  font-size: 15px;
}

.daily-time span {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 15px;
  color:#01b99d;
  z-index: 100;
}

.daily-time > * {
  display: inline-block;
}

.daily-info img {
  width: 17px !important;
  margin:0 !important;
}

.money-status li {
  margin-bottom: 20px;
}

.money-status li:last-child {
  margin: 0;
}

.money-status li img {
  width: 20px !important;
}

.money-status li >p:last-child {
  padding-left: 23px;
  margin-top: 8px;
  font-size: 13px;
}

.money-status li >p:last-child span:first-child {
  margin-right: 30px;
}

.span-block span{
  display: block;
  margin-bottom: 8px;
  color:#666;
}

.span-block span:last-child {
  margin-bottom: 0;
}

.relative-block {
  position: relative;
}

.span-block + a.share-btn {
  position: absolute;
  right: 15px;
  bottom:15px;
  color:#999;
  font-size: 13px;
}

.span-block + a.share-btn img {
  display: inline-block;
  width: 16px !important;
  height: 16px;
  margin-right: 5px;
  margin-top: -3px;
}

.img-body {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.img-body img {
  width: auto;
  height:18px;
  margin: 0 auto;
}

.big-price span {
  color:#f63838;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
}
.big-price {
  font-size: 13px;
  color:#999;
  margin-bottom: 8px;
}
.single-share {
  position: relative;
  height: 25px;
  line-height: 25px;
  padding: 0 !important;
}
.single-share img {
  width: 15px;
}
.single-share .new-share {
  bottom: 0;
}

.switch-wrap input {
  height: 32px !important;
}
.weui-switch-cp__input:checked~.weui-switch-cp__box, .weui-switch:checked {
  border-color: #00bb9c;
  background-color: #00bb9c;
}

.switch-wrap .weui-cell {
  padding: 29px 15px 20px;
}

.city-select {
  border:none;
  display: inline-block;
  text-align: right;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size: 14px;
}

.city-select + span {
  margin-right: 10px;
}

/*新商城*/

.primary-bg {
  background: #00bb9c;
  height: 166px;
}

.primary-bg .weui-search-bar {
  background: #00bb9c;
}

.primary-bg .weui-search-bar__box,
.primary-bg .weui-search-bar__label {
  background: #fff;
}

.primary-bg .weui-search-bar__label,
.primary-bg .weui-search-bar__form:after,
.primary-bg .weui-search-bar__box,
.primary-bg .weui-search-bar__form {
  border-radius: 50px;
}

.primary-bg .weui-icon-clear, .primary-bg .weui-icon-search {
  color:#9b9b9b;
}
.primary-bg .weui-search-bar__cancel-btn {
  color:#fff !important;
}

.primary-bg .weui-search-bar {
  padding: 15px;
}
.primary-bg .weui-search-bar:after {
  display: none;
}

.new-banner {
  padding: 0 15px;
}

.new-banner img {
  height: 120px;
  position: relative;
}

.swiper-pagination-bullet {
  background: #e2e2e2;
  opacity: 1;
}
.new-banner .swiper-pagination-bullet-active {
  background: #fff;
}

.shopping-tabs {
  margin-top: 20px;
}

.shopping-tabs {
  display: flex;
  flex-wrap: wrap;
}

.shopping-tabs .tabs-item {
  width: 20%;
  margin-bottom: 15px;
}
.shopping-tabs .tabs-item img {
  width: 45px;
  height: 45px;
}
.shopping-tabs .tabs-item p {
  font-size: 12px;
  color:#000;
}
.jingxuan {
  display: flex;
  width: calc(100% - 30px);
  margin-left: 15px;
  box-sizing: border-box;
  align-items: center;
  background: url(../images/jingxuan.png);
  background-size: 100% 100%;
  padding: 15px 15px 5px;
}

.jingxuan-nav img {
  width: 100%;
  height: 80px;
  display: block;
}

.jingxuan-nav p {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.jingxuan-left {
  width: 30%;
}
.jingxuan-left p {
  font-size: 18px;
  font-weight: 700;
  color:rgb(227,63,63);
  margin-bottom: 5px;
}
.jingxuan-left a {
  background: rgb(251,218,218);
  border-radius: 50px;
  color:rgb(227,63,63);
  font-size: 12px;
  padding:3px 10px;
}
.jingxuan-right {
  width: 70%;
}
.jingxuan-right .swiper-slide > a{
  display: block;
}

.to-coupons {
  display: block;
  margin: 20px 15px;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.to-coupons img {
  width: 100%;
  margin-top: 0;
  border-radius: 50px;
}

.small-height {
  height: 96px !important;
}

.jingxuan-list {
  padding: 0 15px;
  margin-top: -30px;
}

.jingxuan-list .weui-media-box__hd {
  width: 104px !important;
  height: 104px !important;
} 

.jingxuan-list .weui-media-box__title {
  font-size: 16px;
  font-weight: 700;
}

.jingxuan-list .weui-media-box__desc {
  font-size: 16px !important;
}

.jingxuan-list .activity-list {
  border-radius: 8px;
  margin-bottom: 2px;
  overflow: hidden;
}

.jingxuan-list .activity-list:after {
  display: none;
}
.jingxuan-list .weui-media-box__desc {
  font-size: 15px;
  -webkit-line-clamp:3;
  line-height: 20px;
}

.left-scroll{
  position: fixed;
  top:66px;
  bottom: 0;
  left: 0;
  width: 85px;
  border-right:2px solid rgb(245,245,245);
  -webkit-overflow-scrolling:touch;
  color:rgb(160,160,160);
  text-align: center;
  z-index: 1;
}

.left-scroll li {
  padding: 14px 5px;
}
.left-scroll li:last-child {
  padding-bottom: 70px;
}
.inside-content .right-scroll{
  width: 100%;
  height: 100%;
  float: left;
}
.good-tabs li.curr {
  position: relative;
  color:#00bb9c;
}

.good-tabs li.curr:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left:0;
  top:0;
  background: #00bb9c;
}

.right-scroll .new-list .activity-list:after {
  left: 0;
  width: 100%;
  border-bottom:2px solid rgb(245,245,245);
}
.right-scroll .new-list .activity-list .weui-media-box__title {
  -webkit-line-clamp: 2 !important;
}

.right-scroll .weui-media-box__desc {
  font-size: 14px;
  font-weight: 700;
  color:rgb(228,28,28);
}
.new-bottom {
  overflow: hidden;
  padding: 15px;
  background: #fff;
}
.new-bottom span {
  height: 45px;
  line-height: 45px;
  color:#f63838;
  font-size: 22px;
  font-weight: 700;
  margin-left: 0px;
}
.new-bottom > span {
  display: inline-block;
  width: calc(100% - 145px);
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.new-bottom span i {
  font-size: 14px;
  font-style: normal;
}

.new-bottom a {
  display: inline-block;
  float: right;
  width: 145px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color:#fff;
  background: #00bb9c;
}
.img-down-btn {
  position: absolute;
  top:-25px;
  right: 30px;
  z-index: 2;
}

.img-down-btn a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
}

.img-down-btn a img {
  width: 100%;
  height: 100%;
  display: block;
}

.coupon-with {
  margin-top: 20px;
}

.coupon-with a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
}
.coupon-with a img {
  float: right;
}
.coupon-with a.ziying {
  position: relative;
  width: 50%;
  border-radius: 50px;
  color:#000;
  box-shadow: 1px 5px 8px #ddd;
  padding-left: 20px;
  text-align: left;
}
.coupon-with a.ziying img {
  width: 20px;
  height: 14px;
  position: absolute;
  top:15px;
  right: 15px;
}
.coupon-with a.has-data {
  width: 48.6%;
  color:#ff7072;
}
.coupon-label {
  display: inline-block;
  margin-left: 5px;
  background: #ff7072;
  color:#fff;
  border-radius: 3px;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  font-size: 14px;
}

.right-nav {
  position: relative;
  color:#ff7072;
  padding-right: 15px;
}
.right-nav:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #ff7072;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.coupon-with a.color-gray {
  width: 48.6%; 
}
.coupon-with a.has-coupon{
  color:#000;
}

.kucun-icon {
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  margin-top: 2px;
}
.kucun-icon + span{
  float: left;
}

.add-modal {
  margin: 0;
  padding: 20px;
  font-size: 14px !important;
}
.add-modal .weui-cell__bd {
  text-align: right;
}
.add-modal:before{
  content: " ";
  position: absolute;
  top: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  transform-origin: 0 0;
  transform: scaleY(.5);
  left: 15px;
  right: 15px;
  z-index: 2;
}
.add-modal:after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  transform-origin: 0 0;
  transform: scaleY(.5);
  left: 15px;
  right: 15px;
  z-index: 2;
}
.parameter-title {
  font-size: 15px;
  padding: 0 0 20px;
  color:#000;
}

.circle {
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  float: right;
  border-radius: 50%;
}

.circle img {
  width: 100% !important;
  height: 100% !important;
}

.hot-sale {
  padding: 5px 15px 15px;
}
.hot-sale .recommend-products ul {
  overflow: unset;
  border:none;
}
.hot-sale .recommend-products ul li {
  padding: 0;
  border:none;
  background: #fff;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 8px;
  overflow: hidden;
}
.hot-sale .recommend-products ul li:nth-child(2n+2) {
  margin-right: 0;
}
.hot-sale .recommend-products ul li p {
  padding: 0 8px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
}
.hot-sale .recommend-products ul li img + p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  line-height: unset;
  white-space: pre-line;
}
.hot-sale p .color-price {
  color:rgb(228,28,28) !important;
}

.hot-sale-title {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.hot-sale-title .small-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00bb9c;
  border-radius: 50%;
}
.hot-sale-title .big-circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 8px;
  background: #00bb9c;
  border-radius: 50%;
}

.coupon-with a + a {
  padding-left: 30px;
  text-align: center !important;
}

.tuan-time {
  margin: 20px 0 0;
}

.buy-group p {
  width: calc(100% - 153px);
  float: left;
  height: 49px;
  line-height: 49px;
  font-size: 15px;
}

.buy-group p i {
  font-style: normal;
  color:#00bb9c;
}

.service-info {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.service-info .weui-cell:before {
  display: none;
}

.service-info {
  padding: 20px;
  background: #fff;
}

.service-info .weui-cell {
  padding: 0;
  margin-bottom: 20px !important;
}
.service-info .weui-cell:last-child {
  margin-bottom: 0 !important;
}
.service-info .weui-cell img {
  width: 14px;
  height: auto;
  position: relative;
  top:2px;
}
.service-info .weui-cell .weui-cell__bd {
  text-align: right;
  color:#000;
}

.auto-modal {
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.6);
}

.auto-modal .hongbao-inside {
  width: calc(100% - 40px);
  position: absolute;
  top:50vh; 
  left:50%;
  transform:translate(-50%,-50%);
  text-align: center;
}

.auto-modal .hongbao-inside img {
  width: 100%;
}
.show-coupon {
  position: relative;
}
.img-in {
  position: absolute;
  width: calc(100% - 100px);
  height: 240px;
  left: 50px;
  bottom: 30px;
}
.img-in p {
  color:#fff;
  font-size: 18px;
}

.img-in .scroll-list {
  height: 240px;
  overflow: auto;
}
.img-in .scroll-list >p {
  margin-bottom: 10px;
}
.img-in .scroll-list > p span {
  display: inline-block;
  height: 2px;
  width: 30px;
  background:#fff;
  margin-bottom: 5px;
}
.img-in .scroll-list > p b {
  margin: 0 5px;
  font-size: 22px;
  font-weight: normal;
}
.img-in .scroll-list::-webkit-scrollbar{
  background-color: transparent;
  width: 3px;
}
.img-in .scroll-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
}
.img-in .scroll-list::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: transparent;
}

.img-in .scroll-list > div {
  height: 50px;
  line-height: 50px;
  background: url(../images/coupon-img.png);
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.new-img-in .scroll-list > div {
  background: url(../images/coupon-img1.png);
  background-size: 100% 100%;
  height: 60px;
  line-height: unset;
  display: flex;
  align-items: center;
}
.man-price {
  color:#666 !important;
  font-size: 12px !important;
}
.img-in .scroll-list > div:last-child {
  margin-bottom: 0;
}
.img-in .scroll-list > div > div {
  text-align: center;
}
.img-in .scroll-list > div > div:first-child {
  width: 32%;
  float: left;
  color:#f8303c;
  font-size: 14px;
}
.img-in .scroll-list > div > div:first-child span {
  font-size: 20px;
}
.img-in .scroll-list > div > div:last-child {
  width: 68%;
  float: left;
  color:#666666;
}

.use-btn {
  display: block;
  width: 70%;
  margin: 10px auto;
}
.close-coupon {
  display: inline-block;
}
.close-coupon i {
  color:#cbcbcb;
  font-size: 35px;
}

.balance-dol {
  color:#00bb9c;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}

.balance-pay {
  padding:15px;
  background: #fff;
}
.balance-pay .weui-input {
  font-size: 16px;
}

.balance-pay .weui-cell{
  border:1px solid #e5e5e5;
  border-radius: 6px;
  padding: 7px 15px;
}

.balance-gift {
  margin: 15px;
  border-radius: 8px;
}
.balance-gift table {
  width: 100%;
  text-align: center;
  border-collapse:collapse;
  font-size: 12px;
}

.balance-gift table tr th:first-child {
  text-align: left;
}
.balance-gift table tr th {
  padding:7px 0 0;
  color:rgb(253,116,88);
  font-size: 14px;
  font-weight: 700;
}
.balance-gift table tr:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.balance-gift table tr th:first-child img {
  width: 93px;
  height: 31px;
  margin-left: -9px;
}
.balance-gift table tr td:first-child {
  text-align: left;
  border-right: 1px solid #e5e5e5;
  padding: 15px 0 15px 15px;
  width: 124px;
}
.balance-gift table tr td:first-child img {
  width: 9px;
  height: 12px;
  position: relative;
  top:-2px;
  margin-right: 5px;
}
.balance-gift table tr td img {
  width: 17px;
  height: 17px;
}
.gift-text {
  margin: 15px;
  font-size: 12px;
}

.gift-text p {
  margin-bottom: 5px;
  color:#999;
}
.font-12 {
  font-size: 12px !important;
}
.gift-switch {
  background: #fff;
}

.gift-switch .weui-switch {
  border:3px solid transparent;
}
.gift-switch > p {
  font-size: 12px;
  padding:0 15px 15px;
  color:#b1b1b1;
}
.gift-switch .weui-switch:after {
  width: 26px;
  height: 26px;
}
.gift-switch .weui-switch:before {
  width: 46px;
  height: 26px;
}

.btn-radius {
  border-radius: 6px;
}
.padding-15 {
  padding: 15px;
}

.manjian {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.manjian li {
  margin-left: 2%;
  background: #ffeed8;
  color:#f7c09d;
  text-align: center;
  margin-bottom: 8px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 4px;
}

.align-top {
  align-items: flex-start;
}
.text-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.erro-page {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.erro-page {
  text-align: center;
  color:#5b270d;
}
.erro-page p {
  margin-top: 5px;
}
.erro-page p:last-child {
  font-size: 12px;
}

.erro-page img {
  width: 222px;
  height: 148px;
  margin-bottom: 20px;
}

.bg-wrap {
  padding: 20px;
  background: #51c332;
  background: #fff;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.code-wrap img,
.code-wrap canvas{
  display: block;
  margin:0 auto 30px;
}

.down-wrap {
  text-align: center;
  color:#333;
}

.down-wrap p {
  margin-bottom: 10px;
}

.down-wrap a p {
  color:#333;
}

.over-top {
  position: relative;
  top: 300px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
}

.pay-page {
  width: 100%;
  position: absolute;
  margin-top:60% !important;
}
.pay-page p{
  width: 90%;
  margin:0 auto;
  text-align: center;
}

 .pay-page a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  background: rgb(183,16,46);
  color:#fff;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  margin-top: 30px;
 }

#imagQrDiv {
  margin: 20px 0;
}

.location-text {
  width: 100%;
  border:none;
  height: 70px;
  font-size: 16px;
  margin-top: 0px;
}

.pay-body {
  position: relative;
}
.active-info {
  position: absolute;
  top: 26%;
  width: 60%;
  height: 58%;
  left: 20%;
  overflow: auto;
}

.active-info h3 {
  font-size: 19px;
  color:#dd310c;
  font-weight: 600;
}
.active-info p {
  font-size: 12px;
  color:#dd310c;
  text-align: left;
}

.ziying-icon {
  color:#00bb9c !important;
  width: 50%;
}

.ziying-icon > div {
  width: 70%;
  border-radius: 50px;
  box-shadow: 1px 5px 8px #ddd;
  padding-left: 20px;
}

.ziying-icon img{
  float: none !important;
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px;
}
.ziying-name {
  width: calc(100% - 35px);
}

.top-nav {
  position: fixed;
  top:0;
  left: 0;
  z-index: 997;
  background: transparent;
  width: 100%;
  height: 0;
  line-height: 52px;
}

.top-nav .back-index {
  position: relative;
  display: inline-block;
  z-index: 9999;
  background: rgba(0,0,0,0.2);
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color:#fff;
  border-radius: 30px;
  left: 15px;
  font-size: 12px;
}
.back-index img {
  width: 11px;
  height: 12px;
  margin-right: 5px;
  margin-top: -3px;
}

.top-nav.white-nav {
  background: #fff;
  height: 52px;
  transition: height 0.3s;
}

.img-down-btn.position-top {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 9999;
  transition: ease 0.3;
}

.img-down-btn.position-top a {
  width: 32px;
  height: 32px;
}

.to-cart {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 38px;
  height: 40px;
  background: #00bb9c;
  z-index: 999;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.to-cart img {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  margin-left: 10px;
  display: block;
}
.modal-count {
  padding:20px 0;
}

.remarks textarea {
  border:none;
  width: 100%;
  height: 60px;
  padding:5px;
  background: #f5f5f5;
  border-radius: 5px;
  resize:none;
  font-size: 16px;
  font-family: -apple-system-font,Helvetica Neue,sans-serif;
  letter-spacing: 1px;
}

.modal-radius {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.modal-scroll {
  max-height: calc(85vh - 220px);
  overflow: auto;
  margin-top: 20px;
}
.modal-scroll >p:first-child {
  margin-top: 0;
}
.modal-scroll>p {
  margin-top: 20px;
  font-size: 14px;
}
.modal-count p {
  font-size: 14px;
}

.new-user-top {
  position: relative;
  font-size: 12px;
  height: 147px;
  background: url(../images/big-bg.png) no-repeat;
  background-size: 100% 147px;
  background-position: 0 0; 
}
.new-user-top.small-bg {
  position: relative;
  font-size: 12px;
  height: 125px;
  background: url(../images/small-bg.png) no-repeat;
  background-size: 100% 125px;
  background-position: 0 0; 
}
.new-user-top img {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border-radius: 50%;
}
.new-user-top .weui-cell {
  padding: 20px;
  color:#fff;
}
.new-user-top .weui-cell .weui-cell__bd >p:first-child {
  margin-bottom: 11px;
}
.new-user-top .weui-cell__ft img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-top: -2px;
}
.new-user-top .weui-cell__ft .right-nav:after {
  border-color:#b7f3ea;
}
.new-user-top .weui-cell__ft a {
  position: absolute;
  bottom: 6px;
  right: 20px;
  color:#b7f3ea;
}
.user-pay-wrap {
  background:#ffe26e !important;
  margin-top: -40px !important;
  position: relative;
  z-index: 9999;
}
.user-pay-wrap .weui-cell {
  padding: 15px 20px;
}
.user-pay-wrap .weui-cell:active {
  background: transparent;
}

.user-pay-wrap .weui-cell__bd a {
  display: inline-block;
  text-align: center;
  background: #837a58;
  color:#fff;
  width: 48px;
  height: 20px;
  line-height: 20px;
  border-radius: 30px;
  margin-left: 5px;
}

.user-pay-wrap .weui-cell__bd,
.user-pay-wrap .weui-cell__ft a {
  color:#837a58;
} 

.user-pay-wrap .weui-cell__ft:after {
  border-color: #837a58;
}

.new-user-middle .weui-grid__label {
  margin-top: 8px;
  font-size: 12px;
  color:#333;
}
.new-user-middle .weui-grid:before,
.new-user-middle .weui-grid:after,
.new-user-middle .weui-grids:before,
.new-user-middle .weui-grids:after {
  display: none;
}
.new-user-middle {
  margin: 10px 20px;
  color:#333;
  background:#fff;
  border-radius: 10px;
  font-size: 12px;
}
.active-middie .weui-cell {
  padding: 20px;
}
.active-middie img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.active-middie .weui-cell__hd {
  text-align: center;
}
.active-middie .weui-cell__bd {
  text-align: right;
}

.active-middie .weui-cell__bd > .margin-bottom-10 {
  display: block;
  margin-bottom: 10px;
}
.active-middie .weui-cell__bd > div {
  color:#999;
}
.to-attend {
  color:#eb6c47;
  padding-right: 15px;
  position: relative;
}
.to-attend.right-nav:after {
  border-color: #c8c8cd;
}
.now-attend {
  border:1px solid #eb6c47;;
  color:#eb6c47;
  display: inline-block !important;
  border-radius: 30px;
  width: 64px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}

.active-middie .weui-cell:before {
  left: 20px;
  right: 20px;
}

.new-user-down {
  padding: 10px 0;
  color:#333;
}

.new-user-down .weui-cell {
  padding: 10px 20px;
}
.new-user-down .weui-cell:active {
  background: transparent;
}

.new-user-down .weui-cell:before {
  display: none;
}

.vh-85 {
  height: 85vh !important;
}
.buy2>a {
  position: absolute;
  bottom: 0;
  left: 20px;
  border-radius: 30px;
}
.body-scroll {
  position: fixed;
  overflow: hidden;
}

.weui-grid:active {
  background: transparent;
}

.not-allow {
  background: transparent;
  color: #3d4145;
  pointer-events: none;
}
.to-personal {
  overflow: hidden;
}

.to-personal > div {
  width: 82%;
  float: left;
}
.to-personal > a img {
  width: 16px;
  margin-bottom: 3px;
}
.to-personal > a {
  display: block;
  width: calc(18% - 15px);
  float: right;
  font-size: 12px;
  text-align: center;
  color:#fff;
  height: 52px;
  background: #00bb9c;
  padding-top: 14px;
  padding-right: 15px;
}

.inside-banner {
  display: block;
  margin: 10px 15px;
  box-sizing: border-box;
}

.inside-banner img {
  width: 100%;
}
.swiper-nav .active a span {
  border-bottom: 2px solid #00bb9c;
  padding-bottom: 13px;
}

.nav-no-border {
  margin: 10px 15px 0;
  border-radius: 4px;
  padding-bottom: 10px;
}
 .nav-title b img {
  width: 8px;
  height: 9px;
}
 .nav-title b:nth-child(2) {
  margin: 0 10px;
}
.nav-no-border .recommend-products ul,
.nav-no-border .recommend-products ul li {
  border:none;
}
.nav-no-border .recommend-products ul li {
  padding: 0 10px 10px 10px;
}
.nav-no-border .recommend-products ul li:nth-child(2n+1){
  padding-right:0;
}
.bg-trans {
  background: transparent !important;
}

.ad-wrap .d-block{
  position: absolute;
  width: 92%;
  left: 4%;
  top:29.5%;
  height: 200px;
}

.d-item {
  border:2px solid #ffca1a;
  background: #cc273f;
}

.d-item img {
  width: 100% !important;
  height: 100% !important;
}
.d-block p {
  overflow: hidden;
}

.d-block p span {
  display: block;
  float: left;
  width: 5px;
  height: 20px;
  border:2px solid #ffca1a;
  border-top: none;
  border-bottom: none;
  margin-left: 17%;
}

.d-block p span:last-child {
  float: right;
  margin-right: 17%;
}

.d-tabs {
  position: absolute;
  top:-14px;
  width: 100%;
  text-align: center;
}

.d-tabs li {
  display: inline-block;
  border:2px solid #ffca1a;
  border-radius: 30px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  background: #cc273f;
  margin-right: 10px;
  overflow: hidden;
}
.d-tabs li:last-child {
  margin-right: 0;
}
.d-tabs li a {
  display: block;
  color:#ffca1a;
  padding:0 10px;
}
.d-tabs li.active a{
  background: #fcdf7f;
  color:#cc273f;
}

.ad-btn {
  background: #ffb305;
}

.ad-btn img{
  width: 118;
  height: 24px;
}

.my-gift {
  position: fixed;
  bottom: 70px;
  right: 5%;
  z-index: 1098;
  width: 55px;
  height: 50px;
}
.my-gift img {
  width: 100%;
  height: 100%;
}

.coupon-scroll {
  position: relative;
  width: 100%;
  height: 410px;
  background: url(../images/coupon-bg.png) no-repeat;
  background-size: 100% 100%;
}
.nn-bg {
  height: auto !important;
  background: unset;
}

.nn-bg .kong-to {
  position: absolute;
  display: block;
  width: 20%;
  left: 40%;
  height: 50px;
  bottom: 20%;
}
.nn-bg .close-ad i {
  font-size: 30px;
}

.nn-bg .close-ad {
  margin-left: -21px;
  bottom: 30px;
}

.nn-bg img {
  width: 100%;
}

.coupon-scroll ul {
  position: absolute;
  width: 86%;
  max-height: 60%;
  overflow: auto;
  left: 7%;
  top:24%;
  padding: 0;
}

.coupon-scroll ul li {
  width: 100%;
  height: 84px;
  background:url(../images/coupon-list.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.coupon-scroll ul li> div {
  width: 70%;
  position: relative;
  height: 84px;
  padding-left: 15px;
}
.coupon-scroll ul li> div p:first-child {
  margin-top: 10px;
  font-size: 16px;
}

.coupon-scroll ul li> div p:last-child {
  color:#b3b3b3;
  font-size: 12px;
  position: absolute;
  bottom:15px;
}

.coupon-scroll ul li> a {
  width: 30%;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-ad {
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: 25px;
}
.close-ad i {
  color:#f38893;
  font-size: 30px;
}

.ad-list {
  top:2% !important;
}

.ad-list .d-item {
  margin-bottom: 20px;
}

.center-block {
  position: fixed;
  top:45% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
}
.center-block .default-modal-content {
  margin:0 auto;
}

@font-face
{
font-family: myFirstFont;
src: url('FZZCHJW.ttf');
}

.ad-title {
  font-size: 21px;
  font-weight: 500;
  color:#fff;
  margin-bottom: 0px;
  font-family: "myFirstFont";
}

.ad-chose {
  font-size: 12px;
  color:#fff;
  margin-bottom: 20px;
  font-family: "myFirstFont";
}
.new-hongbao {
  width: 100% !important;
}
.new-hongbao .close-coupon {
  margin-top: 20px;
}

.use-now {
  text-align: left !important;
  position: relative;
}

.use-now .color-black {
  font-weight: 700;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width: 60%;
}

.use-now p{
  padding-left: 15px;
}

.use-now span {
  color:#f8303c;
  border:1px solid #e22a3c;
  padding: 1px 2px;
  font-size: 12px;
  border-radius: 3px;
}

.use-now a {
  position: absolute;
  background: #f8303c;
  color:#fff;
  border-radius: 30px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
  right: -12%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.d-item:last-child {
  margin-bottom: 70px;
}

.ad-no {
  top:55% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
  overflow: visible !important;
}

.ad-no li {
  display: block !important;
  background:#fff !important;
  width: 200px !important;
  height: 200px !important;
  margin:0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px #f5dcd5 inset;
  text-align: center;
}

.ad-no li img {
  display: block;
  width: 90%;
  margin-left: 5%;
  height: 68%;
  position: relative;
  top:-30px;
}
.ad-no li p {
  width: 100%;
  color:#EFD0AF;
  margin-top: -20px;
  margin-bottom: 10px;
}

.ad-no li a {
  display: block !important;
  margin: 0 auto;
  color:#ff7072 !important;
}


/*导航首页*/
.shanghu-tabs.navigator {
  overflow: visible;
  margin-top: 20px;
  padding: 0 15px;
  display: flex;
}
.shanghu-tabs.navigator li img {
  height: 30px;
}

.shanghu-tabs.navigator li {
  border-radius: 10px;
  box-shadow: 0 5px 10px #eee;
  padding:10px 0;
  width: 23%;
  margin-right: 2.65%;
  margin-bottom: 0;
  box-sizing: border-box;
}
.shanghu-tabs.navigator li p {
  margin-top: 8px;
  color:#25c4ab;
}
.shanghu-tabs.navigator li:nth-child(4n+4){
  margin-right: 0;
}
.middle-nav {
  padding:0 15px 15px;
  margin-top: 20px;
  overflow: hidden;
}

.middle-nav a {
  width: calc(50% - 7.5px);
  float: left;
}
.middle-nav a img {
  display: block;
  width: 100%;
  border-radius:8px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.middle-nav a:first-child {
  margin-right: 15px;
}

.content-title {
  text-align: center;
  color:#333;
  margin-bottom: 20px;
}

.content-title span {
  display: inline-block;
  height: 1px;
  width: 28%;
  background: #333;
  position: relative;
  top:-5px;
}
.content-title b {
  margin:0 10px;
}

.tuijian {
  margin-top: 20px;
  padding:0 15px
}

.tuijian a {
  display: block;
  margin:10px 0;
}

.tui-list img {
  width: 100%;
}
/*导航首页结束*/
.to-cart.to-personal {
  bottom: 70px;
  background: #F74F2B;
}

.radius-wrap {
  background:#fff;
  border-radius: 8px;
  margin: 15px;
  overflow: hidden;
  font-size: 14px;
}
.radius-wrap h4.margin-bottom-10 {
  font-size: 16px;
  line-height: 1.5;
}

.radius-wrap .order-item > .weui-cell {
  padding-bottom: 5px;
}

.inline-block {
  display: inline-block;
}

.radius-wrap .weui-cell:before,
.radius-wrap .weui-media-box:before {
  display: none;
}

.beizhu {
  width: calc(100% - 40px);
  float: right;
}

.shop-name {
  font-size: 14px;
  font-weight: 700;
}

.shop-name img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  position: relative;
  top:-1px;
}

.radius-wrap .order-item .weui-media-box__title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.radius-wrap .order-item .weui-media-box_appmsg .weui-media-box__hd {
  width: 64px;
  height: 64px;
}
.radius-wrap .weui-media-box__desc {
  font-size: 12px;
}
.color-3 {
  color:#333;
}
.top-bottom-7 {
  margin:7px 0;
}

.money-code {
  font-size: 12px;
}

.pay-bottom {
  padding:15px;
  overflow: hidden;
  background:#fff;
}

.pay-bottom span {
  margin-left: 0;
  height: 49px;
  line-height: 49px;
}
.pay-bottom a {
  display: inline-block;
  float: right;
  width: 150px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  background: #00bb9c;
}
.remark-text {
  vertical-align: middle;
  width: 100%;
  height: 50px;
  border:none;
  resize:none;
}

.out-btn {
  display: block;
  background: #fff;
  text-align: center;
  margin-top: 2px;
  border-radius: 4px;
  padding: 9px 15px 9px 0;
}
.out-btn:after {
  right: 41% !important;
}

.use-up {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.down-text {
  width: calc(100% - 20px);
  margin: 0 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px dashed #eee;
  box-sizing: border-box;
  padding: 16px 0;
  word-break: break-all;
}
.coupon-down {
  background: #fff;
  border-radius: 4px;
}
.only-name span {
  width: 180px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
}
.shanghu-content .coupon-tags {
  width: 36px !important;
}
.kefu {
  background:rgba(0,0,0,0.2);
  width: 62px !important;
  height: 32px;
  line-height: 32px !important;
  text-align: center;
  color:
  #fff;
  border-radius: 30px !important;
  font-size: 12px;
  position: relative;
  top:-12px;
}

.kefu img {
  display: inline-block !important;
  width: 15px !important;
  height: 15px  !important;
  margin-right: 3px;
  margin-top: -3px;
}
.out-kefu {
  position: fixed;
  top:10px;
  right: 15px;
  font-size: 12px;
  background: rgba(0,0,0,0.2);
  color:#fff;
  height: 32px;
  line-height: 32px;
  width: 62px;
  border-radius: 30px;
  text-align: center;
}
.out-kefu img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.choose-date {
  width: 90px;
  text-align: center;
  background: #f0f0f0;
  border-radius: 30px;
  color:#000;
  height: 30px;
  line-height: 30px;
}

.balance-history {
  margin: 15px;
  margin-top: -5px;
  font-size: 14px;
}

.balance-history .weui-cell {
  padding: 15px;
}

.balance-history .balance-history-item {
  border:none;
}
.jdate-container .jdate-confirm {
  color:#00bb9c !important;
}

.new-order-item {
  margin: 0 10px 10px;
  font-size: 14px;
  padding-bottom: 10px;
}

.new-order-item > p.color-gray {
  padding-bottom: 0;
  font-size: 12px;
}

.new-order-item>.after-border {
  padding: 10px 10px 0;
  font-weight: 700;
}

.new-order-item .weui-media-box_appmsg .weui-media-box__hd {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.new-order-item .color-price {
  color:#e86a6a !important;
}

.new-order-item span {
  font-size: 12px !important;
}

.new-order-item .color-gray .color-price {
  font-size: 15px !important;
  font-weight: 700;
}

.new-order-item>.after-border img {
  width: 15px;
  height: 14px;
  margin-right: 5px;
  margin-top: -2px;
}

.new-order-item>.after-border:after {
  display: none;
}

.new-order-item .weui-media-box{
  padding:10px 10px 0;
}

.new-order-item .weui-media-box::before {
  display: none;
}

.new-order-item .weui-btn {
  background: #fff !important;
  color:#00bb9c;
  border:1px solid #00bb9c;
  border-radius: 30px;
  line-height: 2;
}

.new-order-item .weui-media-box__title {
  font-weight: normal;
  font-size: 14px;
}

.new-order-item .wait-label {
  color:#959595 !important;
  font-weight: normal;
}

.new-order-item > p {
  padding: 10px;
}

.new-order-item h4 {
  margin-bottom: 0;
}
.new-order-item h4 + p {
  margin: 4px 0;
}
.new-order-item .before-border +p,
.new-order-item .before-border {
  padding: 10px 10px 0;
}
.new-order-item .weui-media-box__desc {
  font-size: 12px;
}
.coupons.coupons-detail:last-child {
  margin-bottom: 20px;
}

.new-neighbor-wrap .weui-navbar {
  background: transparent;
}
.new-neighbor-wrap .weui-nav-item span {
  border-color: transparent;
}

.new-neighbor-wrap .weui-nav-item.curr, .new-neighbor-wrap .weui-nav-item.active, .new-neighbor-wrap .weui-navbar__item.weui-bar__item--on {
  background: transparent;
}
/*砸金蛋*/
.egg-inside {
  position: absolute;
  top:250px;
  width: 100%;
  padding-bottom: 50px;
  z-index: 666;
}
.egg-inside .title-1 img,
.egg-inside .title-2 img {
  width: 80%;
  margin: 0 auto;
}
.egg-inside .title-1 img {
  width: 64%;
  margin-bottom: 15px;
}
#eggMain {
  width: 100%;
}
.egg {
  width: 310px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.eggList {
  padding-top: 0;
  position: relative;
  width: 310px;
  margin: 0 auto;
}
.eggbtn {
  width: 140px;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  background-size: 140px 200px;
}
.eggbtn span {
  position: absolute;
  width: 30px;
  height: 60px;
  left: 68px;
  top: 64px;
  color: #ff0;
  font-size: 42px;
  font-weight: 700;
}
.eggbtn.curr {
  cursor: default;
  z-index: 300;
  background-size: 158px 161px;
}
.hammer {
  background: url(../images/egg/hammer.png) no-repeat;
  width: 80px;
  height: 70px;
  position: absolute;
  text-indent: -9999px;
  z-index: 150;
  left: 215px !important;
  top: 10px;
  background-size: 80px 70px;
  animation: chuizi 1.5s ease 9999;
}

@keyframes chuizi {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  30% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
.resultTip {
  width: 100%;
  z-index: 500;
  margin-top: -50px;
  left: 0 !important;
  text-align: center;
  overflow: hidden;
  display: none;
  z-index: 500;
}

.resultTip b {
  font-size: 25px;
  padding: 0 15px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  color: #fce4a7;
  text-shadow: 0px 3px 0px #910002;
}

.opportunity {
  color: #fff;
  text-align: center;
  margin-top: -50px;
}

.opportunity strong {
  color:#f1db30;
  font-size: 30px;
}

.chou-btn {
  display: block;
  text-align: center;
  width: 86%;
  margin: 0 auto;
  background: #f1db30;
  color:#982020;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  position: relative;
  z-index: 1000;
}

.my-prize {
  width: 86%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 37%;
}

.my-prize a {
  color:#fff;
}

.prize-history {
  margin-top: 50px;
  background:url(../images/egg/data-bg.png) no-repeat;
  width: 100%;
  height: 200px;
  background-size: 100% 200px;
}

.prize-history > p {
  overflow: hidden;
  color:#f1db30;
  padding: 10px 20px;
}

.prize-history > p span {
  color:#fff;
  font-size: 12px;
}

.prize-history > p span i {
  color:#f1db30;
  font-style: normal;
}

.prize-history ul {
  overflow: hidden;
  width: 92.5%;
  margin: 0 auto;
  height: 155px;
}
.prize-history ul li {
  overflow: hidden;
  padding: 5px 10px;
}
.prize-history ul li:nth-child(odd) {
  background: #e65857;
}

.prize-history ul li span {
  width: 33.33%;
  float: left;
  display: block;
  color:#fff;
  font-size: 12px;
}
.prize-history ul li span:nth-child(2){
  text-align: center;
}
.prize-history ul li span:nth-child(3){
  text-align: right;
}
.my-prize > a {
  font-size: 14px;
}
.my-prize-modal {
  color:#fff;
}

.choose-modal .default-modal-content,
.prize-white .default-modal-content,
.my-prize-modal .default-modal-content{
  border-radius: 4px;
  padding-bottom: 15px;
}
.my-prize-modal > *{
  background: #ed301d;
}
.my-prize-modal .village-list {
  background:#bc1100;
  width: 88%;
  margin: 0 auto;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 14px;
  max-height: 200px;
  overflow: auto;
}
.my-prize-modal .village-list .weui-cell__ft {
  color:#fff;
}

.choose-modal .single-btn,
.prize-white .single-btn,
.my-prize-modal .single-btn {
  width: 40%;
  height: 40px;
  line-height: 40px;
  background: #f1db30;
  color:#991f21;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(241,219,48,0.5);
}
.my-prize-modal .weui-cell__ft,
.my-prize-modal .weui-cell__bd {
  width: 50% !important;
}

.my-prize-modal .weui-cell__ft,
.my-prize-modal .weui-cell__bd p{
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.choose-modal .default-modal-head{
  background:#ff473a;
  color:#fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.choose-modal .weui-cells_checkbox {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 14px;
  max-height: 200px;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
.choose-modal .out-btn {
  margin-top: 0;
  margin-bottom: 15px;
}

.choose-modal .weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
  color:#ff473a !important;
}
.choose-modal .single-btn {
  width: 80%;
}
.choose-modal .single-btn,
.prize-white .single-btn {
  background:#ff473a;
  box-shadow: 0 2px 2px rgba(255,71,58,0.5);
  color:#fff;
}
.prize-text {
  text-align: center;
  padding:50px 30px 30px;
}
.no-prize {
  width: 80%;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 10%;
}
.choose-modal {
  border-radius: 4px;
}
.my-prize-modal .default-modal-head span{
  position: relative;
}
.prize-white .weui-cell:before,
.my-prize-modal .weui-cell:before {
  display: none !important;
}
.my-prize-modal .default-modal-head span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  left: -50px;
  top:49%;
}
.my-prize-modal .default-modal-head span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  right: -50px;
  top:49%;
}

.close-prize {
  position: absolute;
  bottom:-60px;
  left: calc(50% - 25px);
}
.close-prize i {
  color:#fff;
  font-size: 35px;
}

.modal-bg {
  background: transparent;
  width: 100%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}

.no-scroll {
  overflow: hidden;
}

.order-location {
  background:#00bb9c;
  color:#fff;
  padding: 27px 29px;
}

.order-location .weui-media-box__desc {
  font-size: 14px;
}

.order-location .box__title {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
}

.order-location .weui-media-box__desc {
  color:#fff;
}

.tui-wrap {
  padding: 5px 10px;
  text-align: right;
  color:#e52424;
  font-size: 12px;
}

.tui-wrap a {
  display: inline-block;
  border:1px solid #e52424;
  color:#e52424;
  width: 72px;
  height: 22px;
  line-height: 22px;
  border-radius: 20px;
  text-align: center;
}

.detail-total li {
  overflow: hidden;
  color:#9d9d9d;
  font-size: 12px;
}

.detail-total li span{
  display: block;
  float: left;
}

.detail-total li span:first-child {
  width: 80px;
  text-align: right;
}
.detail-total li span:last-child {
  width: calc(100% - 90px);
  margin-left: 10px;
}

.order-message {
  padding: 15px;
  margin: 10px;
  background:#fff;
  font-size: 12px;
  color:#9d9d9d;
}

.order-message ul li {
  margin-bottom: 10px;
}
.order-message ul li:last-child {
  margin-bottom: 0;
}

.order-btn {
  border-radius: 30px;
  margin: 10px;
  height: 43px;
  line-height: 43px;
}

.nianhuo-wrap-two,
.nianhuo-wrap {
  position: relative;
  width: 90%;
  margin-top: -25%;
  z-index: 2;
  margin-left: 5%;
  z-index: 10;
}

.nianhuo-wrap-two > img,
.nianhuo-wrap > img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.nian-inside {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.inside-top img {
  display: block;
  width: 100% !important;
  height: 150px;
}
.nian-item {
  display: block;
  background: #ed3f3e;
  box-sizing: border-box;
  margin-top: 15px;
}

.nian-tag {
  width: 80px;
  text-align: center;
  position: absolute;
  left: -20px;
  top:10px;
  background:#e72d33;
  color:#fce1c2;
  font-size: 12px;
  transform: rotate(-45deg);
}

.inside-bottom {
  background: url(../images/egg/gezi.png) no-repeat;
  background-size: 100% 100%;
  color:#fee0be;
  overflow: hidden;
  padding: 0 8px 5px;
  position: relative;
}

.inside-bottom > div {
  float: left;
  font-size: 12px;
  box-sizing: border-box;
}
.inside-bottom b img {
  width: 25px;
  margin-left: 5px;
}
.inside-bottom b {
  font-weight: normal;
  padding-left: 10px;
}
.inside-bottom b + del {
  margin-left: -5px;
}
.inside-bottom > div:nth-child(1){
  width: 35%;
  font-size: 12px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  margin: 5px 0;
}

.nianhuo-wrap-two .inside-bottom > div:nth-child(1) {
  overflow:unset;
}
.inside-bottom > div:nth-child(2){
  width: 45%;
}

.inside-bottom > div:nth-child(3){
  width: 20%;
}

.inside-bottom > div:nth-child(3) img {
  width: 80%;
  height: 14px;
  margin-left: 10%;
  margin-top: 11px;
}

.in-block {
  width: 40%;
}

.in-block + span {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2);

}

.in-block > * {
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}

.nianhuo-wrap-two {
  margin-top: 5%;
}
.nianhuo-wrap-two > img {
  margin-top: 10px;
}

.nianhuo-wrap-two .nian-item {
  width: 48% !important;
  float: left;
  margin-right: 4% !important;
}

.nianhuo-wrap-two .two-inside .nian-item:nth-child(2n+2){
  margin-right: 0 !important;
}

.nianhuo-wrap-two .two-inside .inside-top img {
  height: 110px;
  border:4px solid transparent;
  box-sizing: border-box;
}
.nianhuo-wrap-two .two-inside {
  overflow: hidden;
}

.nianhuo-wrap-two .two-inside .inside-bottom {
  height: auto !important;
  line-height: unset;
}

.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(1) {
  width: 100% !important;
  margin-bottom: 0;
  margin-top: 0;
}
.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(1) span {
  width: 60%;
  display: inline-block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(1) img {
  width: 40%;
  height: 15px;
  display: inline-block;
  margin-top: -20px;
}
.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(2) {
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(2) span:last-child del:first-child {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(2) span:last-child del:last-child {
  font-size: 12px;
  margin-left: -5px;
}
.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(3) {
  width: 40% !important;
}

.nian-tag {
  transform: unset;
  text-align: center;
  left: 15px;
  top:0;
  width: 40px;
  height: 38px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nian-tag:before {
  content:"";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 25px solid transparent;
}
.nian-tag:after {
  content:"";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 25px solid transparent;
}

.deng-one {
  position: absolute;
  width: 40px !important;
  bottom: 20px;
  left: -40px;
  z-index: 5;
}

.deng-two {
  position: absolute;
  width: 40px !important;
  bottom: 20px;
  right: -40px;
  z-index: 5;
}

.two-inside .in-block {
  width: 70%;
}
.two-inside .in-block + span {
  width: 30%;
  float: left;
}

.change-span {
  position: relative;
  top:2px;
  left: 5px;
  font-weight: 700;
  font-size: 18px;
  margin-top: -10px;
  background: linear-gradient(to bottom, #fff, #fce8a7);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.weui-query-btn {
  display: none;
  margin-left: 10px;
  line-height: 28px;
  color: #00bb9c !important;
  white-space: nowrap;
}

.pass-bottom {
  width: 90%;
  margin: 150px auto 0;
}

.pass-bottom > a {
  border-radius: 6px;
}

.self-wrap {
  overflow: hidden;
}

.self-wrap span:first-child {
  font-size: 24px;
  font-weight: 700;
  color:#e12121;
}

.self-wrap span:first-child i {
  font-style: normal;
  font-size: 14px;
}

.self-wrap + h1 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: unset;
}

.new-detail {
  padding: 12px !important;
  margin-bottom: 10px;
}
.new-detail + a {
  margin-bottom: 10px;
}
.new-detail h1 + p {
  font-size: 12px;
}

.a-to-cart {
  width: 32px !important;
}
.kefu.a-to-cart {
  top: -10px;
  right: -4px;
}
.padding-12 {
  padding: 10px 12px !important;
  font-size: 14px;
  background: #fff;
}
.padding-12:active {
  background: #fff;
}
.padding-12 .weui-cell__bd{
  color:#999;
}
.wait-get {
  color:#d4106a;
}

.detail-middle .weui-cell {
  padding: 10px 12px;
}
.detail-middle .weui-cell:before,
.detail-middle .weui-cell:after {
  display: none;
}

.detail-middle .city-select {
  text-align: left;
}

.detail-middle .add-modal .weui-cell__bd {
  text-align: left;
}

.detail-middle .weui-cell__hd {
  color:#999;
}

.detail-title {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color:#999;
}
.footer-left {
  padding: 8px 12px;
  overflow: hidden;
  width: 44%;
  float: left;
  box-sizing: border-box;
  
}
.footer-left a {
  float: left;
  width: 28px;
  height: 38px;
  font-size: 12px;
  text-align: center;
  margin-right: 22px;
  color:#333;
}
.footer-left a:last-child {
  margin-right: 0;
}
.footer-left a img {
  display: block;
  width: 18px;
  height: 17px;
  margin: 0 auto 4px;
}

.footer-right {
  width: 56%;
  float: left;
  padding: 7px 12px;
  box-sizing: border-box;
}
.footer-right > div {
  float: right;
  overflow: hidden;
  
}

.footer-right a {
  display: block;
  width: 88px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  font-size: 14px;
  color:#fff;
}

.footer-right a:first-child {
  background-image: linear-gradient(to right, #3ee5c5 , #1dc895);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.go-look {
  margin-top: 10px;
  padding: 14px !important;
}

.go-look .weui-cell__bd {
  font-size: 16px;
  font-weight: 700;
  color:#333;
}
.go-look img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.go-look a{
  display: block;
  background-image: linear-gradient(to right, #1dc895 , #3ee5c5);
  border-radius: 30px;
  width: 64px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color:#fff;
  font-size: 12px;
}
.footer-right a:last-child {
  background-image: linear-gradient(to right, #d42626 , #eb4c4c);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.a-disabled {
  pointer-events: none;
  color:#999 !important;
}
.full-line {
  width: 100%;
}

.pro-wrap {
  font-size: 14px;
}

.pro-wrap p{
  text-align: center;
  padding: 20px 0;
}
.pro-wrap ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.pro-wrap ul li > div {
  float: left;
}
.pro-wrap ul li > div:first-child {

  width: 20%;
}

.pro-wrap ul li > div:last-child {
  width: 80%;
  color:#333;
}

.prize-scroll {
  height: 155px;
  width: 92.5%;
  margin: 0 auto;
}



.prize-scroll .swiper-slide span {
  color:#fff;
  font-size: 12px;
  width: 33.33%;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.prize-scroll .swiper-slide {
  padding: 0 5px;
  height: 30px !important;
  line-height: 30px;
  box-sizing: border-box;
}

.prize-scroll .swiper-slide:nth-child(even) {
  background: #e65857;
}

.prize-history .swiper-slide span:nth-child(2){
  text-align: center;
}
.prize-history .swiper-slide span:nth-child(3){
  text-align: right;
}
.bind-house .default-modal-head,
.bind-house .default-modal-content,
.bind-house {
  border-radius: 0;
}

.bind-house .default-modal-head {
  background: #fff;
  color:#333;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 15px 0;
}
.bind-text {
  font-size: 12px;
  color:#999;
  margin: 15px;
}

.bind-house .weui-cells_checkbox,
.bind-house .default-modal-content {
  width: calc(100% - 30px);
}
.bind-house .weui-cells_checkbox {
  max-height: 150px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.bind-house .weui-cell {
  padding: 20px 0 0 0;
}
.bind-house .default-modal-foot {
  margin-top: 15px;
}
.bind-house .single-btn {
  background: #00bb9c;
  border-radius: 30px;
  box-shadow: none;
  width: calc(100% - 30px);
}
.bind-house .weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
  color: #00bb9c !important;
}

.choose-new-modal .weui-cells_checkbox {
  max-height: 135px;
  padding-bottom: 0;
} 

.choose-new-modal .weui-cell:before{
  display: block;
}

.choose-new-modal .bind-text {
  margin: 15px 30px;
}

.nianhuo-name {
  margin-bottom: 0 !important;
}

.nianhuo-price {
  margin-bottom: 5px;
  margin-top: 0 !important;
}

.nianhuo-btn {
  position: absolute;
  right: 15px;
  top: 14px;
  width: 85px;
  height: 40px;
  line-height: 40px;
  box-shadow:inset 0px 10px 15px -14px rgba(0,0,0,0.2),
             inset 0px -9px 5px -10px #fff; 
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
  color:#fee0be;
  background: #d4343c;
}

.new-coupon {
  margin: 12px 15px;
  position: relative;
}
.coupon-item {
  overflow: hidden;
  background: #fff;
  padding: 6px 8px;
  border-radius: 8px;
  position: relative;
}

.coupon-item .coupon-left p {
  font-size: 12px;
  color:#999;
}

.coupon-item .coupon-left {
  width: 72%;
  float: left;
  position: relative;
}
.coupon-item .coupon-left:before {
  content:"";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #eef1f6;
  border-radius:50%;
  right: -11px;
  top:-15px;
  overflow: hidden;
}
.coupon-item .coupon-left:after {
  content:"";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #eef1f6;
  border-radius:50%;
  right: -11px;
  bottom:-15px;
  overflow: hidden;
}
.coupon-item .coupon-right {
  width: 28%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: 1px dashed #e6e6e6;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top:15%;
  height: 70%;
}

.coupon-item .coupon-right a {
  display: block;
  font-size: 12px;
  text-align:center;
  margin: 0 auto;
  color:#00bb9c;
}

.coupon-btn {
  background: #00bb9c;
  color:#fff !important;
  width: 64px;
  height: 28px;
  line-height: 28px;
  border-radius: 30px;
  margin-bottom: 0 !important;
}
.rule-btn {
  width: 100%;
}
.rule-btn span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #00bb9c;
  position: relative;
  top:2px;
}
.rule-btn span:after {
  content:"";
  display: inline-block;
  height: 3px;
  width: 3px;
  border-width: 1px 1px 0 0;
  border-color: #00bb9c;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 3px;
}

.deg span:after{
  transform:rotate(135deg);
  margin-top: -3px;
}

.hide-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hide-radius .coupon-left:after {
  display: none;
}

.rule-text {
  padding: 16px 8px;
  box-shadow:inset 0px 15px 10px -15px #ddd;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 12px;
  color:#999;
}


.coupon-item .coupon-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}

.coupon-item .coupon-name + p {
  color:#333;
  margin-bottom: 3px;
}

.coupon-item .coupon-name + p + p{
  margin-bottom: 6px;
}

.coupon-item .coupon-name b:first-child {
  font-size: 16px;
}
.coupon-item .coupon-name b:first-child {
  color:#f65252;
  margin-right: 10px;
}
.coupon-item .coupon-name b:last-child {
  color:#f65252;
  font-size: 12px;
  font-weight: normal;
}

.coupon-item i {
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
}
.coupon-item .coupon-tags {
  border:1px solid #ffb22e;
  color:#ffb22e;
  border-radius: 30px;
  font-size: 12px;
  width: 45px;
  text-align: center;
  padding: 1px 5px;
  margin-left: 5px;
  transform: scale(0.8);
  display: inline-block;
}

.new-password .close-pass{
  display: block;
  color:#999;
  font-size: 14px;
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.new-password .possward-title {
  padding: 20px 15px;
  position: relative;
  font-size: 18px;
}
.new-password.default-modal-content {
  border-radius: 4px;
  overflow: hidden;
}
.new-password .common-dialog {
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
}
.new-password .common-dialog p {
  font-size: 14px;
  color:#999;
  margin-bottom: 12px;
}

.new-password .common-dialog input {
  height: 44px;
  line-height: 44px;
  padding: 5px 10px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border:1px solid #ccc;
  font-size: 20px;
  margin-bottom: 20px;
}
.pass-choose li {
  display: inline-block;
  background: #f2f2f2;
  color:#666;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 12px;
  margin-right: 15px;
  margin-bottom: 12px;
}
.pass-choose li.curr {
  background: #859bff;
  color:#fff;
}
.new-password .password-setting .common-part {
  margin-top: 0;
}
.new-password .add-margin {
  margin-bottom: 20px;
}
.new-password .single-btn {
  margin: 20px 15px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
}
.pass-choose {
  margin-bottom: 5px;
}

.page-middle.width-90 {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-middle.width-90 .new-password {
  margin: 0 auto;
}

.page-middle {
  z-index: 1999 !important;
}
.code-coupon {
  background: #fff;
  padding: 0 15px;
  color:#333;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.code-coupon p img {
  width: 32px;
  height: 14px;
  margin-bottom: 20px;
}
.code-coupon-title {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 700;
}
.code-coupon-name {
  margin-bottom: 10px;
  font-weight: 700;
}
.code-coupon-shanghu {
  margin-bottom: 12px;
}
.code-location {
  color:#999;
  margin-bottom: 19px;
}

.use-rules {
  border-top: 1px dashed #f5f5f5;
  padding-top: 9px;
}
.use-rules > p {
  margin-bottom: 9px;
}

.use-rules > div p {
  font-size: 12px;
}
.use-code-btn {
  display: block;
  border-radius: 30px;
  background: #00bb9c;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color:#fff;
  margin:40px 0 0; 
}

.already-used {
  background: #c4c4c4 !important;
  pointer-events: none;
}
.used-date {
  margin-top: 20px;
  color:#ed2e2e;
}
.code-coupon-name span {
  color:#00bb9c;
  font-size: 20px;
}
.code-coupon-name span i {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.man-jian {
  margin-bottom: 20px;
}
.man-jian img {
  margin-bottom: 0 !important;
  margin-left: 15px;
  margin-top: -2px;
}

.gift-text-img {
  margin: 10px;
}

.gift-text-img + .gift-text {
  margin-top: 5px;
  margin-bottom: 15px;
}

.gift-img {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.balance-radius{
  border-radius: 30px;
  height: 44px;
  line-height: 44px;
}
.index-search:before,
.index-search:after {
  display: none;
}
.index-search {
  /*float: left;*/
  width: 100%;
  box-sizing: border-box;
}
.index-search input {
  text-align: center;
}
.search-right {
  width: 70px;
  float: left;
  box-sizing: border-box;
}
.search-right a {
  display: inline-block;
  font-size: 12px;
  color:#333;
  height: 56px;
  line-height: 56px;
}

.search-right a:first-child {
  margin-left: 2px;
}

.search-right a:last-child {
  margin-left: 10px;
}

.index-search .weui-search-bar__label,
.index-search .weui-search-bar__box, .weui-search-bar__form {
  border-radius: 30px;
}
.index-search  .weui-search-bar__label .weui-icon-search {
  margin-right: 0;
}
.index-search  .weui-icon-search:before {
  margin-right: 0;
}
.index-search .weui-search-bar__label {
  text-align: left;
  padding-left: 9px;
}
.index-search.weui-search-bar {
  padding: 10px 15px;
}
.search-right img {
  width: 20px;
}

.index-body {
  position: relative;
  overflow: hidden;
}
.index-body > * {
  box-sizing: border-box;
}
.body-bg {
  width: 100%;
  position: absolute;
  top:0;
  z-index: 50;
}
.circle-left,
.circle-right {
  position: absolute;
  top:0;
  z-index: 50;
}
.circle-left {
  left: 0;
  width: 15%;
}
.circle-right {
  width: 15%;
  right: 0;
}
.body-inside {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 51;
  padding: 0 15px;
}
.index-nav ul {
  overflow: hidden;
  padding: 20px 0 10px;
}
.index-nav ul li {
  width: 20%;
  float: left;
  font-size: 14px;
  text-align: center;
}
.body-inside .index-nav ul li a {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  border-radius: 30px;
  margin-top: 10px;
  width: 95%;
  margin: 0 auto;
  font-weight: 700;
}
.active-one a{
  background: #fff;
  color:#ae5f19;
  border-radius: 4px;
}
.active-two a{
  background: #fff;
  color:#00867d;
  border-radius: 4px;
}
.active-thr a{
  background: #ff54a1;
  color:#fff;
  border-radius: 4px;
}
.active-four a{
  background: #fff;
  color:#df4646;
  border-radius: 4px;
}
.active-five a{
  background: #00867d;
  color:#fff !important;
  border-radius: 4px;
}

.global-goods {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

.global-ul li {
  width: 33%;
  float: left;
}

.global-ul li a {
  display: block;
  padding: 4px 0 4px 4px;
}
.global-ul li a img {
  width: 100%;
}
.global-ul li a img + p {
  margin: 4px 0;
}
.global-ul li a p {
  color:#333;
  font-size: 14px;
  line-height: normal;
}
.global-ul li a p b {
  display: inline-block;
  margin-bottom: 5px;
}

.global-goods .activity-list > a .weui-media-box__ft,
.global-goods .activity-list > a .weui-media-box__hd{
  width: 113px;
  height: 113px;
}
.global-goods .activity-list > a .weui-media-box__ft {
  margin-left: 0.8em;
}
.global-goods .activity-list > a .weui-media-box__ft img {
  width: 100%;
  height: 100%;
}
.global-goods .activity-list {
  margin: 10px;
  font-size: 14px;
  color:#333;
}
.global-goods .activity-list > a {
  padding: 0;
}
.global-goods .weui-media-box__bd {
  height: 113px;
  position: relative;
}

.global-remark {
  font-size: 12px;
  color:#999;
}

.global-title {
  margin-bottom: 4px;
}

.global-price {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  left: 0;
}

.line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}
.line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}
.line-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}
.show-wrap {
  color:#333;
  font-size: 14px;
}
.share-content {
  padding: 0 15px 15px;
  font-size: 14px;
  color:#333;
}

.share-content .weui-media-box__hd img {
  width: 100% !important;
  height: 100% !important;
}
.share-content .order-item {
  margin-top: 15px;
}
.share-content .activity-list {
  margin: 0;
  margin-top: 15px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 5px 5px rgba(0,0,0,0.02);
}
.share-content a.activity-list {
  display: block !important;
  color:#333;
}

.share-content a.activity-list .weui-media-box__thumb {
  width: 100% !important;
  height: 100% !important;
}

.share-content .activity-list > div,
.share-content .activity-list > a {
  padding: 20px;
}
.share-content .weui-media-box_appmsg .weui-media-box__hd,
.share-content .activity-list > a .weui-media-box__hd {
  width: 64px;
  height: 64px;
}

.share-content .weui-media-box__bd {
  position: relative;
  height: 64px;
}

.share-content .bottom-show {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
}

.share-content .share-price {
  color:#e86a6a;
}

.share-name {
  font-weight: normal;
  color:#000;
}
.share-content .share-info li p:last-child {
  font-size: 12px;
  color:#999;
  font-weight: normal;
  padding-left: 19px;
  margin-top: 4px;
}
.share-content .share-info li p {
  font-size: 16px;
  font-weight: 700;
  color:#333;
}

.circle-green,
.share-content .share-info li p:first-child span {
  display: inline-block;
  width: 4px;
  height: 10px;
  border-radius: 5px;
  margin-right: 5px;
}

.circle-red {
  background: #f03333;
}
.circle-blue {
  background: #338df0;
}
.circle-orange {
  background: #f09833;
}
.circle-green {
  background: #14c6a7;
}

.bottom-show i{
  font-style: normal;
  margin-left: 20px;
  color:#999;
}
.blod-18 {
  font-size: 18px;
  font-weight: 700;
}

.comm-title {
  font-size: 16px;
  color:#333;
}
.comm-title span {
  font-size: 12px;
  color:#999;
}

.comm-wrap .choose-date {
  font-size: 12px;
}
.static-pos {
  z-index: 99;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  padding: 20px 15px 15px;
}

.comm-wrap .balance-history-item {
  border-color: #f6f6f6
}

.left-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
.comm-wrap .color-gray.over-hidden {
  margin-top: 20px;
  color:#666 !important;
}
.comm-wrap .color-gray.over-hidden span {
  font-size: 12px;
}
.comm-wrap .balance-history-item {
  padding: 14px 15px;
}
.comm-wrap .balance-history-item > .line-one {
  margin-top: 20px;
  color:#000;
  font-size: 14px;
}
.comm-wrap .balance-history-item p:first-child span:last-child {
  color:#999;
}

.comm-wrap .choose-date {
  text-indent: -10px;
}

.creat-icon {
  position: absolute;
  right: 11px;
  top:12px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #666 ;
}

.index-location img {
  width: 17px;
  height: 16px;
}

.index-location .city-name{
  font-size: 16px;
  color:#333;
}
.index-location .city-name + span {
  font-size: 12px;
  color:#666;
  margin-left: 15px;
}

.temai {
  padding: 10px;
  background: #ff54a1;
  color:#fff;
  border-radius: 10px;
  margin: 10px 0;
  position: relative;
}
.temai-gift {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 138px !important;
  height: auto !important;
}
.temai img {
  width: 13px;
  height: 17px;
}

.temai-name {
  font-size: 16px;
  font-weight: 700;
}
.temai-data {
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 3px 5px rgba(0,0,0,0.06);
}
.temai-data.global-goods .activity-list > a .weui-media-box__hd {
  width: 108px;
  height: 108px;
}
.temai-data.global-goods .weui-media-box__bd {
  height: 108px;
}
.temai-data .line-two {
  color:#333;
}

.temai-data .global-price {
  color:#333
}

.block-show {
  display: block;
  font-size: 12px;
}
.block-item {
  display: block;
}
.temai-data .weui-media-box {
  margin-bottom: 10px;
}
.temai-data .weui-media-box:last-child {
  margin-bottom: 0;
}
.temai-data .weui-media-box:before {
  display: none;
}

.check-more {
  font-size: 14px;
  color:#ff54a1;
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.date-nav {
  margin-top:10px;
}
.date-nav a{
  color:#fff;
  font-size: 14px;
  color:#ffdbeb;
  text-align: center;
  position: relative;
}
.date-nav .swiper-slide a p:first-child {
  font-weight: 700;
}
.date-nav .swiper-slide.curr a p {
  color:#fff;
}
.date-nav .swiper-slide.curr a p:first-child{
  font-size: 18px;
  font-weight: 700;
  margin-top: -6px;
}

.total-date {
  background: #fff;
  color:#333;
  text-indent: -3px;
  -webkit-tap-highlight-color: transparent;
}
.center-creat {
  position: relative;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  top:13px;
  border-top-color: #d8d8d8;
}
.total-date + .creat-icon {
  position: unset;
  position: relative;
  top:13px;
  border-top-color: #d8d8d8;
}



.total-content .activity-list > div, 
.total-content .activity-list > a {
  background: transparent;
  color:#fff;
  padding: 10px 15px;
}

.total-content .activity-list {
  border-radius: 4px;
  overflow: hidden;
}
.total-content .share-info {
  padding: 20px 0 0;
}
.total-content h4 {
  font-size: 16px;
}
.total-content .share-info .pull-left,
.total-content .share-info li p {
  color:#fff;
  font-size: 12px;
}
.total-content .share-info .width-full {
  color:#fff;
  padding: 0 15px;
}
.share-content .share-info,
.total-content .share-info {
  flex-wrap: wrap;
  justify-content: unset;
}

.total-content .share-info li {
  width: 33.33%;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}
.share-content .share-info li {
  width: 33.33%;
  margin: 20px 0;
}
.total-content .share-info li p:last-child {
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}

.total-content .activity-list:nth-child(1) > div{
  background-image: linear-gradient(to right, #4698f0 , #14a6c8);
}
.total-content .activity-list:nth-child(2) > div{
  background-image: linear-gradient(to right, #F28B3A , #FE8051);
}
.total-content .activity-list:nth-child(3) > div{
  background-image: linear-gradient(to right, #FB4E4E , #FF5252);
}
.total-content .activity-list:nth-child(4) > div{
  background-image: linear-gradient(to right, #2CD0A3 , #46E79C);
}

.total-content .activity-list ul {
  background: #fff;
}
.total-content .activity-list ul li p:first-child {
  color:#999;
  font-weight: normal;
}
.total-content .activity-list ul li p:last-child {
  color:#333;
  padding-left: 0;
}

.inside-shadow {
  box-shadow: 0 2px 5px inset rgba(0,0,0,0.09);
}

.index-to-coupon {
  display: block;
  margin-top: 17px;
  margin-bottom: 25px;
}
.zhenxuan-title {
  text-align: center;
  margin-bottom: 20px;
}
.zhenxuan-title img {
  width: 127px;
}

.top-creat {
  position: absolute;
  right: calc(50% - 5px);
  bottom:0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff ;
}
.yanxuan-item {
  background: #fff;
  margin-bottom: 10px;
}
.yanxuan-item .global-ul li a img{
  border-radius: 4px;
}
.yanxuan-item .relative-block {
  margin-bottom: 5px;
}
.body-inside .hot-sale,
.body-inside .shanghu-tabs {
  padding: 0;
}
.body-inside .shopping-tabs {
  margin-top: 5px;
}
.body-inside .hot-sale .recommend-products ul li {
  border-radius: 4px;
}
.body-inside .hot-sale .recommend-products ul li p {
  margin: 4px 0;
  font-weight: normal;
}
.body-inside .hot-sale .recommend-products ul li img + p {
  height: auto;
  -webkit-line-clamp:1;
}
.body-inside .recommend-item {
  padding-bottom: 8px !important;
  margin-bottom: 10px !important;
}
.body-inside .recommend-item .color-price {
  font-weight: 700;
  font-size: 16px;
  color:rgb(228,28,28) !important;
}

.index-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 1666;
}

.item-share {
  padding:10px 20px;
}
.item-share img {
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.item-share a {
  color:#333;
  font-size: 12px;
  padding: 5px 0;
}
.item-share {
  overflow: hidden;
}
.share-content .before-border:before {
  left: 4px;
  right: 4px;
}
.share-content .share-info.before-border {
  padding: 0;
}
.share-content .share-info.before-border.padding-15 {
  padding: 20px !important;
}
.share-content .weui-media-box_appmsg .weui-media-box__hd {
  margin-right: 20px;
}
.my-comm {
  padding: 20px 0 40px;
  background:#2BCFA3;
  color:#fff;
}
.my-comm > p {
  font-size: 18px;
}
.my-comm > div p:first-child {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.my-comm > div p:first-child {
  font-size: 24px;
  font-weight: 700;
}
.my-comm > div img {
  width: 20px;
  margin-right: 10px;
  margin-top: -4px;
}

.app-body-inside {
  margin:0 15px;
}
.app-body-inside .global-ul li a {
  padding: 10px 0 10px 5px;
}
.app-body-inside .yanxuan-item {
  margin-bottom: 15px;
  border-radius: 4px;
}
.app-body-inside .global-ul li a p b {
  margin-bottom: 0;
}

.orange-border {
  border:2px solid #FABA60;
}

.banner-show {
  width: 100%;
  margin-bottom: 15px;
}

.app-body-inside .global-goods {
  margin-bottom: 15px;
}
.body-inside a.weui-media-box,
.app-body-inside a.weui-media-box {
  color:#333;
}
.yezhu-title {
  margin: 25px 0 21px;
}
.yezhu-title img{
  width: 292px;
  height: 43px;
}
.act-pic {
  margin-bottom: 10px;
}

.up-banner {
  width: 100%;
  margin-bottom: 15px;
}

.new-app-location {
  height: 56px;
  line-height: 56px;
  background: #fff;
}
.new-app-location a {
  position: relative;
  padding-right: 15px;
  font-size: 14px;
}
.new-app-location a:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #ccc;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  transform: rotate(135deg);
}
.new-app-location a img {
  margin-top: 0;
  margin-right: 4px;
}
.new-group-wrap {
  overflow: hidden;
}
.new-group-wrap .order-item {
  display: block !important;
  color:#333;
  margin-top: 8px;
  margin-bottom: 0;
}
.new-group-wrap .weui-media-box__title,
.new-group-wrap .line-two {
  font-size: 14px;
}
.new-group-wrap .weui-media-box__bd {
  height: 100px;
  position: relative;
}
.new-group-wrap .active-time,
.new-group-wrap .service-price,
.new-group-wrap .go-to-group {
  position: absolute;
  bottom: 0;
  left: 0;
}
.new-group-wrap.hot-sale {
  padding: 10px 15px 0;
}
.new-group-wrap.hot-sale .recommend-products ul li img + p {
  -webkit-line-clamp: 1;
  height: 22px;
  line-height: 22px;
}
.new-group-wrap .recommend-products ul li p {
  color:#333;
}
.new-group-wrap .recommend-products ul li {
  margin-bottom: 10px
}
.commission {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 30px;
  background: #FFDEDE;
  color:#f45353;
  font-weight: normal;
  float: right;
}
.new-group-wrap .recommend-products ul li img {
  height: auto !important;
}

.scroll-no-data {
  text-align: center;
  padding: 80px 0 50px;
}

.scroll-no-data img{
  width: 30%;
}
.scroll-no-data p {
  color:#666;
  margin-top: 10px;
}

.comm-wrap .balance-history-item {
  border-width: 2px;
}
.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.new-app-nav {
  width: 100%;
}

.new-app-nav a {
  line-height: 44px;
}

.color-white {
  color:#fff !important;
}

.search-back {
  margin-left: 10px;
  line-height: 28px;
  white-space: nowrap;
  color:#666;
}
.search-right a:last-child img {
  width: 22px;
}

.small-margin {
  margin-bottom: 10px !important;
}
.circle-left.big-width {
  width: 15%;
}
.circle-right.big-width {
  width: 20%;
}
.lease-good {
  padding: 15px !important;
}
.lease-good h1 {
  margin: 0 0 10px;
}
.lease-good .info-title,
.lease-good li {
  padding: 0 !important;
}
.lease-tabs,
.house-label span {
  display: inline-block;
  background: #f8e7c0;
  color:#f49f41;
  font-size: 12px;
  padding: 2px 8px;
}
.lease-tabs {
  background: unset;
  font-weight: normal;
}
.house-label {
  margin-bottom: 10px;
}
.house-address {
  padding: 0 15px 15px;
  font-size: 14px;
  color:#656565;
  margin-top: -10px;
}
.lease-good .house-tel {
  padding: 10px 0;
}
.house-tabs .retrie dt a:after {
  margin-left: 25px;
}

.back-index.nav-back {
  width: 32px !important;
  height: 32px !important;
  top:10px;
}

.prev-btn:after,
.fixed-back:after,
.back-index.nav-back:after {
  content:"";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 8px;
}
.inside-back {
  background: transparent !important;
  top: 20px !important;
  left: 20px !important;
}

.inside-back.fixed-back:after {
  border-color:#000;
}
.prev-a {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.prev-a:after {
  content:"";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 2px 2px 0 0;
  border-color: #000;
  border-style: solid;
  transform: rotate(225deg);
}

.prev-btn {
  width: 32px;
  height: 32px;
  position: fixed;
  top:9px;
  left: 0;
  z-index: 1555;
}
.prev-btn:after {
  border-color: #000;
}

.fixed-back {
  width: 32px;
  height: 32px;
  position: fixed;
  top:10px;
  left: 15px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  z-index: 1555;
}

.back-wrap {
  overflow: hidden;
  background: #00bb9c;
  color:#fff;
  padding: 10px 15px;
}
.back-wrap .fixed-back:after,
.back-wrap .fixed-back {
  position: unset;
  background: unset;
}
.manage-cart {
  float: right;
  color:#fff;
}

.with-back {
  overflow: hidden;
  background: #fff;
}

.back-primary {
  background: #fff !important;
}

.back-primary .prev-btn:after {
  border-color:#fff !important;
}

.with-back .back-prev {
  display: inline-block;
  width: 32px;
  height: 50px;
  float: left;
}
.with-back .back-right {
  width: calc(100% - 32px);
  float: left;
}

.back-right.search-content {
  box-sizing: border-box;
}

.with-back .weui-search-bar:after, 
.with-back .weui-search-bar:before {
  display: none;
}
.jingxuan-back .prev-btn{
  top:unset;
}
.jingxuan-back {
  padding-left: 35px !important;
}
.jingxuan-back .prev-btn:after {
  border-color: #fff;
}

.coupon-used {
  opacity: 0.6;
  pointer-events: none;
}
.coupon-passed {
  background: #eee;
  color:#ddd;
  pointer-events: none;
}

.shanghu-act .activity-list.room-item .weui-media-box__hd {
  width: 100px !important;
}

.text-animate {
  background: #fff;
  padding: 12px 15px;
  overflow: hidden;
  
}
.text-animate > * {
  box-sizing: border-box;
}

.text-animate img {
  display: block;
  width: 20px;
  height: 15px;
  float: left;
  margin-top: 3px;
}
.text-animate marquee {
  display: block;
  width: calc(100% - 30px);
  margin-left: 10px;
  float: left;
  font-size: 14px;
  color:#333;
}

.app-nav {
  background: #fff;
  margin: 15px;
  border-radius: 6px;
}
.app-nav img {
  margin-bottom: 6px;
}

.app-nav p{
  font-size: 12px;
  color:#333;
}
.app-nav .share-info {
  padding:13px 0 11px;
}
.app-info .activity-list > div{
  padding:10px 15px;
}
.app-info .activity-list > div .circle-img {
  border-radius: 50%;
}
.app-info .weui-media-box__hd {
  margin-right: 15px !important;
}
.normal-text + p {
  font-size: 14px;
  margin-top: 8px;
}
.normal-text {
  font-weight: 700;
  font-size: 16px;
  color:#333;
  margin-top: 5px;
}
.normal-text img {
  margin: 0 5px;
}
.normal-text span {
  font-weight: normal;
  font-size: 12px;
}
.change-password {
  color:#6ba4ff;
  margin-left: 10px;
  font-size: 12px;
}
.login-out {
  position: absolute;
  right: 0;
  top:0;
  color:#ff9a9a;
  background: #fce0e0;
  border-radius: 30px;
  padding:2px 13px;
  font-size: 12px;
}
.gongsi-location {
  font-size: 12px;
  color:#333;
  padding:0 15px 15px;
}
.gongsi-location img {
  margin-right: 8px;
  margin-top: -2px;
}
.app-history {
  background: #fff;
  margin: 15px 0;
  border-radius: 6px;
}
.app-info .activity-list {
  border-radius: 6px;
}
.app-history .weui-cell {
  font-size: 14px;
  color:#333;
}
.app-history .weui-cell:active {
  background: transparent;
}
.app-history img {
  width: 15px;
  height: 15px;
}
.history-item {
  padding: 15px 15px 0;
}
.data-show .history-item:first-child > p {
  border-top: none;
}
.history-item > p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
}
.history-item ul li {
  padding:10px 0;
  font-size: 14px;
  color:#333;
}
.history-item ul li span:first-child {
  display: inline-block;
  width: 4px;
  height: 10px;
  border-radius: 4px;
  background: #000;
  margin-right: 6px;
}
.history-item ul li span:last-child {
  float: right;
  font-size: 16px;
  font-weight: 700;
}
.data-show .history-item:nth-child(1) li span:first-child {
  background: #338df0;
}
.data-show .history-item:nth-child(2) li span:first-child {
  background: #f09833;
}
.data-show .history-item:nth-child(3) li span:first-child {
  background: #ff4343;
}
.data-show .history-item:nth-child(4) li span:first-child {
  background: #32c0a2;
}
.data-show .history-item:nth-child(5) li span:first-child {
  background: #6a66e3;
}
.data-show .history-item:first-child {
  padding-top: 0;
}
.data-show .history-item:first-child > p {
  padding-top: 10px;
}
.data-show .history-item:last-child {
  padding-bottom: 15px;
}

.girls-day {
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.girls-day .inside-bottom {
  background-image: none;
  background: #ff8c95;
  color:#fff;
}
.girls-day .nian-item {
  position: relative;
  background: #ffd9e2;
  overflow: hidden;
}

.girls-day .nian-inside {
  border-radius: 0;
}
.girls-day .inside-bottom > div:nth-child(1) {
  padding: 0;
  font-size: 14px;
}
.girls-day .nian-tag {
  z-index: 999;
  background: transparent;
  color:#fff;
}

.girls-day.nianhuo-wrap-two .two-inside .inside-bottom > div:nth-child(2) {
  position: relative;
}
.girls-day i {
  font-size: 12px;
  font-style: normal !important;
  font-weight: normal !important;
}
.girls-day .big-number {
  font-size: 16px;
  font-weight: 700;
}
.girls-day del:last-child {
  margin-left: -3px;
}
.girl-btn {
  background: #fff;
  border-radius: 6px;
  font-size: 12px;
  color:#e3717a;
  position: absolute;
  right: -10px;
  top:23px;
  padding: 2px 5px;
  transform: scale(0.7);
}

.girls-day.nianhuo-wrap-two > img {
  width: 103%;
  margin-left: -1%;
}
.girls-day.nianhuo-wrap-two > img {
  margin-top: 0;
}

.day-text {
  font-size: 12px;
  padding: 0 15px;
  margin-top: -20px;
  text-align: center;
  color:#dc264e;
}
.day-text p:first-child {
  font-size: 13px;
  margin-bottom: 5px;
}

.single-wrap {
  position: fixed;
  top:0;
  bottom: 0;
  width: 100%;
  background: url(../images/coupon-bk.png) no-repeat;
  background-size: 100% 100%;
}

.single-top {
  margin-top: 64px;
}

.single-wrap .coupon-title {
  width: 293px;
  margin: 0 auto;
  display: block;
}

.single-number {
  width: 210px;
  margin: 15px auto 0;
  background: url(../images/coupon-circle.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 39px;
  color:#ed842f;
  font-size: 12px;
}
.single-number span {
  font-weight: 700;
  font-size: 24px;
}

.single-coupon {
  width: 350px;
  height: 115px;
  margin: 35px auto 0;
  background: url(../images/coupon-item.png);
  background-size: 100% 100%;
  color:#fff;
}

.single-left {
  width: 35%;
  float: left;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
}
.single-left span {
  font-size: 40px;
}
.single-right {
  width: 65%;
  float: left;
  padding-right: 26px;
  text-align: right;
  box-sizing: border-box;
  font-size: 12px;
}

.single-right p:first-child{
  margin-top: 17px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.single-right p a {
  display: inline-block;
  background-image: linear-gradient(to right, #ffb64c , #f7db41);
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 17px;
  text-align: center;
  padding:0 26px;
  color:#fff;
  box-shadow: 1px 4px 5px rgba(0,0,0,0.3);
}

.use-rule {
  font-size: 14px;
}

.rules-title {
  text-align: center;
  margin-top: 40px;
}

.rules-title span {
  display: inline-block;
  background: #fff;
  color:#fa5140;
  text-align: center;
  height:29px;
  line-height: 29px;
  border-radius: 4px;
  padding: 0 43px;
}

.rules-out {
  width: 280px;
  max-height: 200px;
  overflow: auto;
  margin: 37px auto 0;
  color:#fff;
}

.merchant {
  font-size: 16px;
  color:#333;
  font-weight: 700;
  margin-bottom: 10px;
}

.new-item {
  margin-bottom: 10px;
}

.tuiguang-item {
  padding: 15px;
}
.tuiguang-item .left-border:after {
  border-width: 4px;
}
.tuiguang-item .left-border {
  font-weight: 700;
  font-size: 15px;
}
.tuiguang-top {
  margin-top: 20px;
  display: block;
}

.tuiguang-item .shanghu-tabs {
  padding: 30px 0 0;
}

.tuiguang-item .shanghu-tabs li img{
  margin-bottom: 12px;
  height: 37px;
}
.tuiguang-item .shanghu-tabs li:first-child img {
  height: 35px;
  margin: 2px auto 12px;
}
.tuiguang-item .tuijian {
  padding: 0;
}

.tuiguang-item .tuijian a {
  margin:0 0 8px 0;
}

.tuiguang-item .tuijian img {
  height: 125px;
  border-radius: 8px;
}

.tuiguang-item .check-more {
  color:#999;
  font-size: 12px;
  position: relative;
  width: 70px;
  margin-bottom: 0;
}
.tuiguang-item .check-more:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.tuiguang-item .middle-nav {
  padding: 0;
}

.tuiguang-item .middle-nav a{
  margin-bottom: 20px;
}

.tuiguang-item .middle-nav a:nth-child(2n+1) {
  margin-right: 15px;
}

.share-left ul li:last-child {
  padding-bottom: 65px;
}

.tuiguang-item .shanghu-tabs .tabs-item {
  margin-bottom: 0;
}

.inside-btn {
  padding: 15px;
  background: #fff;
}

.inside-btn .single-btn {
  border-radius: 30px;
}

.bottom-tabbar {
  display: flex;
  padding: 5px 0 4px;
  background: #fff;
  border-top: 1px solid #efefef;
}
.bottom-tabbar a {
  display: block;
  width: 25%;
  font-size: 10px;
  color:#333;
  text-align: center;
}

.bottom-tabbar a.curr {
  color:#00c3b7;
}

.bottom-tabbar a img {
  margin-bottom: 4px;
  height: 22px;
}

.bottom-tabbar a:nth-child(1) img{
  width: 19px;
}

.bottom-tabbar a:nth-child(2) img{
  width: 23px;
}
.bottom-tabbar a:nth-child(3) img{
  width: 22px;
}
.bottom-tabbar a:nth-child(4) img{
  width: 20px;
}

.water-personal .new-user-top{
  position: relative;
  height: 112px;
  background: url(../images/water/top-bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.water-personal .new-user-top .weui-cell .weui-cell__bd >p:first-child {
  font-size: 16px;
  font-weight: 700;
}
.water-personal .new-user-middle {
  margin: 16px 8px;
  border-radius: 0;
}
.water-personal .weui-grid {
  width: 50%;
}
.water-personal .weui-grid__icon {
  float: left;
  width: 48px;
  height: 48px;
}
.water-personal .weui-grid__label {
  font-size: 15px;
  color:#333;
  font-weight: 700;
  text-align: right;
  margin-top: 0;
}
.water-personal .creat{
  position: relative;
  font-size: 12px;
  color:#ccc;
  float: right;
  padding-right: 10px;
  margin-top: 5px;
  font-weight: normal;
}
.water-personal .creat:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.water-personal .weui-grid {
  position: relative;
  padding: 16px;
}
.nav-middle {
  position: absolute;
  left: 50%;
  top:23px;
  display: block;
  width: 1px;
  height: 34px;
  background: #e6e6e6;
}
.water-personal .new-user-middle {
  font-size: 14px;
  font-weight: 700;
}
.water-personal .weui-cell__ft {
  font-size: 12px;
  font-weight: normal;
}
.water-personal .new-user-down .weui-cell {
  padding: 10px 16px;
}
/*悬浮导航*/
.info-nr {
  position:fixed;
  bottom:90px;
  right:0;
  z-index:900;
  tap-highlight-color: rgba(0, 0, 0, 0);
}     
#toMenu{
  display:block;
  width:60px!important;
  height:38px!important;
  border-radius:45px;
  position: absolute;
  bottom:0;
  right:0;
  z-index:9999;
  color:#fff;
  background:url(../images/index/po-menu.png) 50% 50% #fff;
  background-repeat: no-repeat;
  background-size:auto 40%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.info-nr-phone{position:relative;}
.info-nr-phone>div {
  width:38px;
  height:38px;
  background: #fff;
  border-radius:38px;
  position:absolute;
  bottom:4px;
  right:0px;
  z-index:900;
  -moz-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  -ms-transition: transform 200ms;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.info-nr-phone>div a {
  display: flex;
  text-align: center;
  height: 38px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.info-nr-phone>div img {
  display: block;
  height: 50%;
  margin:0 auto;
}
.info-nr-phone>.to_01 {
  transform: translate(-125px, 2px) rotate(720deg);
}
.info-nr-phone>.to_02 {
  transform: translate(-70px, 2px) rotate(720deg);
}
.info-nr-phone>.to_03 {
  transform: translate(-15px, 2px) rotate(720deg);
}

.miao-sha .buy-left del{
  position: absolute;
  font-size: 15px;
  top: -16px;
  left: 15px;
  font-weight: normal;
}
.miao-sha .buy-left {
  width: 58%;
}
.miao-sha .buy-right {
  width: 42%;
}

.miao-sha .buy-left p {
  font-size: 16px;
  margin-left: 15px;
  font-weight: normal;
  position: relative;
  top: 10px;
  color:#fff;
}
.miao-sha .buy-left p span {
  margin-left: 0;
  font-size: 20px;
  position: relative;
  top:1px;
}

.shops-share {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.shops-share > a {
  width: 30%;
}
.shops-share > a .line-one {
  color:#000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.shops-share > a .line-two {
  color:#999;
  font-size: 10px;
  margin-top: 4px;
}

.shops-share img {
  width: 100%;
  height: 22vw;
}
.shops-more {
  font-size: 12px;
  color:#999;
  float: right;
  font-weight: normal;
  margin-top: 3px;
}
.zhuti-share {
  overflow: hidden;
}
.zhuti-share a {
  width: calc(50% - 4px);
  float: left;
}
.zhuti-share a img {
  height: 21.5vw !important;
}
.zhuti-share a:nth-child(2n+1){
  margin-right: 8px;
}

.total-top .color-gray {
  font-size: 12px !important;
}
.total-top .top-price {
  font-size: 24px;
  font-weight: 700;
}
.total-top .top-price span {
  font-size: 16px;
  font-weight: normal;
}
.may-pay {
  color:#f05454;
  font-weight: 700;
  font-size: 24px;
}
.may-pay span {
  font-size: 16px;
  font-weight: normal;
}

.new-switch {
  width: 40px;
  height: 20px;
}
.weui-switch:after {
  width: 18px;
  height: 18px;
}
.weui-switch:before {
  width: 38px;
  height: 18px;
}

.new-pay-now {
  margin-top: 0 !important;
}
.with-href span {
  font-size: 14px;
  color:#333 !important;
}

.with-href .to-balabce {
  background: #FFF5CD;
  color:#DEA212;
  padding: 3px 10px;
  border: none;
}

.shangou-btn {
  display: inline-block;
  background-image: linear-gradient(to right, #22D1B7 , #2DE9BA);
  font-size: 12px;
  border-radius: 30px;
  padding: 0 20px;
  color:#fff;
  height: 24px;
  line-height: 24px;
}
.shangou-icon {
  width: 16px;
  height: 13px;
  margin-right: 5px;
}
.shangou-icon + span {
  color:#333;
  font-size: 14px;
}
.shangou-data {
  overflow: hidden;
  padding: 10px;
}
.shangou-data a {
  display: inline-block;
  width: 30.67%;
  float: left;
  margin-right:4%;
  margin-bottom: 3.5%; 
}
.shangou-data a img {
  height: 29.037vw;
}
.shangou-data a:nth-child(3n+3){
  margin-right: 0;
}
.shangou-name {
  font-size: 14px;
  color:#333;
  margin: 5px 0;
}
.shangou-price {
  color:#ff3d3d;
  font-size: 16px;
  font-weight: 700;
}
.shangou-price span {
  font-size: 12px;
  font-weight: normal;
}
.shangou-none {
  width: 230px;
  height: 162px;
  margin-top: 140px;
}
.shangou-none + p {
  color:#999;
  font-size: 14px;
}

.toolbar.neighbor-wrap + .modal-content {
  padding-top: 92px;
}
.public-item {
  font-size: 14px;
  background: #fff;
  margin: 8px;
  border-radius: 4px;
}

.public-item .weui-cell__hd img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top:-1px;
}

.public-item .weui-cell__hd {
  align-self: flex-start;
}

.preview-online {
  color:#13d089;
}

.preview-online img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  position: relative;
  top:-1px;
}
.public-down {
  display: inline-block;
  background: #13d089;
  color:#fff;
  border-radius: 30px;
  height: 24px;
  line-height: 24px;
  width: 64px;
  margin-left: 20px;
  text-align: center;
  font-size: 12px;
}
.public-title {
  height: 68px;
  margin-bottom: 10px;
}

.public-card {
  position: absolute;
  bottom: -23px;
  left: -10px;
  width: 120px;
}

.public-list {
  margin: 0 20px;
  border-radius: 4px;
  position: relative;
  margin-top: -66px;
  padding-bottom: 40px;
}

.public-list .weui-cell {
  margin: 0 18px;
  padding: 10px 0;
  font-size: 14px;
}
.public-list .weui-cell__bd {
  color:#333;
}

.public-list .weui-cell:before {
  display: none;
}

.public-detail-title {
  color:#0bb777;
  font-size: 16px;
  padding: 20px 5px;
  text-align: center;
  margin: 0 18px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.weekend-wrap .global-goods {
  margin: 15px 0;
}

.weekend-wrap .global-ul {
  background: #f9f9f9;
  padding: 1.5% 1.5% 0;
}

.weekend-wrap .global-ul li {
  background: #fff;
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.weekend-wrap .global-ul li:nth-child(n+3) {
  margin-right: 0;
}

.weekend-wrap .global-ul li a p {
  padding-left: 5px;
}

.week-price {
  font-size: 12px !important;
  color:#DC3322 !important;
}
.week-price b {
  color:#DC3322;
  font-size: 16px !important;
}

.week-tag span {
  display: inline-block;
  background: #DC3322;
  color:#fff;
  border-radius: 30px;
  padding: 0 6px;
  font-size: 10px;
  margin-bottom: 5px;
}

.full-li {
  padding: 5px !important;
}

.full-li li {
  width: 100% !important;
  margin: 0 !important;
  float: none;
  margin-bottom: 5px !important;
}
.full-li li:last-child {
  margin-bottom: 0 !important;
}

.full-li li img {
  width: 105px !important;
  height: 105px;
}

.full-li li .cell-relative {
  height: 105px;
  position: relative;
}

.full-li li .cell-bd-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.cell-bd-bottom span:first-child {
  color:#FF8A16;
}
.cell-bd-bottom span:last-child {
  background: #DC3322;
  color:#fff;
  font-size: 12px;
  border-radius: 30px;
  float: right;
  padding: 2px 10px;
  margin-right: 10px;
}

.bd-title {
  font-size: 15px !important;
  font-weight: 700;
  margin-bottom: 3px;
}
.bd-remark {
  font-size: 12px !important;
  color:#999 !important;
}
.week-tabs {
  /*display: flex;
  justify-content: space-around;*/
  background: #f9f9f9;
  /*padding: 8px 0 5px;*/
}

.week-tabs a {
  color:#333;
  font-size: 12px;
  transition: ease 0.2s;
  line-height: unset;
  padding: 8px 0 5px;
}

.week-tabs a span {
  padding-bottom: 3px !important;
  border-bottom: 2px solid #f9f9f9;
}

.week-tabs li.active a span {
  border-bottom: 2px solid #00836E;
}

.week-tabs li.active a span{
  color:#00836E;
  font-weight: 700;
}

.preview-pic li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 0;
}
.preview-pic li img {
  width: 100% !important;
  height: 100% !important;
}

.weui-photo-browser-modal {
  z-index: 9999;
  background: rgba(0,0,0,0.6);
}

.weui-photo-browser-modal .swiper-pagination-bullet-active {
  background: #13d089 !important;
}

.flex-new {
  display: flex;
  justify-content: space-between;
  margin: 15px;
}

.flex-new a {
  width: 31%;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  padding: 14px 10px;
  box-sizing: border-box;
}

.flex-new a img {
  height: 23px;
  vertical-align: middle;
}
.flex-new a p {
  text-align: center;
  font-size: 12px;
  color:#333;
  margin-top: 10px;
}

.v-top-bg {
  background: linear-gradient(315deg, #00BBB4 0%, #00857D 100%);
  color:#fff;
}

.v-top-bg .small-inline {
  color:#fff;
}

.v-top-bg .line-btn {
  background: #3AC7C6;
  color:#fff;
  font-size: 12px;
  width: 48px;
  text-align: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 170, 164, 0.2);
}
.v-top-bg .title-icon {
  width: auto;
  height: 20px;
}
.v-top-bg {
  padding: 15px;
}

.bind-title {
  background: #fafafa;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  color:#A4A4A4;
}

.jifen-bg {
  background: #FEF9E7;
  border-radius: 50px;
  display: inline-block;
  margin: 25px auto 15px;
  font-size: 12px;
  color:#999;
  padding: 1px 10px;
}
.jifen-bg span {
  color:#F9CA13;
  font-size: 16px;
  font-weight: 700;
}

.success-btn {
  background: #fff;
  color:#00857D;
  border:1px solid #00857D;
  border-radius: 50px;
  display: inline-block;
  line-height: unset;
  padding: 3px 20px;
  font-size: 14px;
}
.use-jifen {
  background: #00857D;
  color:#fff;
  border:1px solid #00857D;
  border-radius: 50px;
  display: inline-block;
  line-height: unset;
  padding: 3px 20px;
  font-size: 14px;
}

.point-top {
  width: 100%;
}

.point-out {
  background: #FFA73D;
  padding: 8px 10px;
  border-radius: 8px;
  position: relative;
  margin: 55px 15px 30px;

}
.point-out .point-inside {
  background: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 11;
  padding-bottom: 1px;
}

.point-out .inside-head {
  position: relative;
  padding: 15px;
  z-index: 11;
  background: #FFF1E9;
  font-size: 14px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.point-out .inside-body {
  padding-top: 15px;
}

.point-out .point-left {
  position: absolute;
  width: 70px;
  height: 60px;
  left: 15px;
  top:-60px;
}
.point-out .point-right {
  position: absolute;
  width: 120px;
  height: 70px;
  right: 0;
  top:-50px;
  z-index: 10;
}

.point-out .weui-switch-cp {
  display: inline-block;
  margin-left: 10px;
}

.point-out .weui-cell__bd {
  font-size: 14px;
}

.point-out .weui-cell__ft {
  display: flex;
  align-items: center;
  font-size: 14px;
  color:#333;
}

.point-out .weui-switch-cp__box {
  width: 42px;
  height: 22px;
}
.point-out .weui-switch-cp__box:before {
  width: 40px;
  height: 20px;
}
.point-out .weui-switch-cp__box:after {
  width: 20px;
  height: 20px;
}

.point-out .point-money {
  text-align: center;
  color:#EF0122;
  font-size: 14px;
}
.point-out .point-money + p {
  text-align: center;
  color:#999;
  font-size: 12px;
}
.point-out .point-money span {
  font-size: 24px;
  font-weight: 700;
}
.point-out .point-btn {
  display: block;
  background: #EF0121;
  color:#fff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin: 20px;
  box-shadow: 0px 5px 0px #AD0808;
}

.search-tel:before {
  display: none;
}

.search-tel input{
  background: #f5f5f5;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  /*margin-top: 50px;*/
  font-size: 14px;
  margin: 50px 15px 0;
}

.tel-btn {
  background: #00BB9C;
  color:#fff;
  display: block;
  width: 112px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 40px;
  margin:20px auto;
}

.un-pay-top {
  background: #fff;
}

.un-pay-top .line-btn {
  background: #00BB9C;
  height: 24px;
  line-height: 24px;
  width: 48px;
  color:#fff;
  text-align: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 170, 164, 0.2);
}

.un-pay-top .title-icon {
  width: 20px;
  height: 20px;
}

.erro-tips {
  background: #FFE3E3;
  color:#F33A3A;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
}
.erro-tips img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.app-village .pay-title {
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.app-village .village-item {
  margin-bottom: 10px;
  background: #fff;
  font-size: 14px;
}
.app-village .weui-cell:before {
  display: none;
}

.btn-shou {
  border-radius: 40px;
  height: 32px;
  line-height: 32px;
  margin-top: 9px;
  margin-right: 10px;
  font-size: 14px;
  padding:0 24px !important;
}

.app-pay-bg {
  background: linear-gradient(135deg, #00DFCB 0%, #00BB9C 100%);
  height: 100vh;
}
.app-code-title {
  text-align: center;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  padding: 60px 0 20px;
}
.app-code-wrap {
  width: 200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 2px 2px 0 0;
}
.app-code-wrap img,
.app-code-wrap canvas {
  margin-top: 10px;
  margin-left: 10px;
}
.app-code-wrap .make-money {
  font-size: 14px;
  color:#00BB9C;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

.app-line-title {
  font-size: 12px;
  text-align: center;
  color:#fff;
  margin-top: 40px;
}
.app-line-title span:nth-child(2){
  padding: 0 15px;
}

.app-pay-status {
  display: flex;
  justify-content: space-around;
  width: 40%;
  margin: 28px auto;
}
.app-pay-status img {
  width: 40px;
  height: 40px;
}

.nt-img {
  display: block;
  width: 25px;
  margin: 0 auto;
}

.nt-index-nav {
  margin:15px 0 15px;
}

.nt-index-nav ul {
  overflow: hidden;
}

.nt-index-nav ul li {
  width: 20%;
  float: left;
  font-size: 11px;
  text-align: center;
}

.nt-index-nav ul li p {
  width: 90%;
  margin: 0 auto;
}

.nt-index-nav ul li a {
  position: relative;
  display: block;
  color:#333;
  font-weight: 700;
}
.nt-index-nav ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top:10px;
  width: 1px;
  height: 20px;
  background: #ccc;
}
.nt-index-nav ul li:last-child a:after {
  display: none;
}
.nt-index-nav ul li img {
  width: 20px;
  margin-bottom: 5px;
}
.green-active p {
  background: #00736f;
  border-radius: 20px;
  color:#fff;
}

.red-active p {
  background: #ff54a1;
  border-radius: 20px;
  color:#fff;
}

.white-active p {
  background: #fff;
  border-radius: 20px;
  color: #df4646;
}

.new-my-prize {
  padding-top: 0 !important;
  position: absolute;
  top: 71%;
  left: 6%;
}

.new-my-prize .chou-btn {
  width: 100%;
  color:#fff;
  margin-bottom: 20px;
  background: url(../images/egg/new/chou-btn.png) no-repeat;
  background-size: 100% 100%;
  height: 70px;
  line-height: 64px;
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 700;
}

.wuye-free {
  color:#fff;
  font-size: 14px;
  padding: 0 10px;
}
.wuye-free span {
  color:#FFD140;
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px;
}


.new-my-prize .prize-history {
  margin-top: 5px;
}

.new-egg-inside {
  top: 35%;
}

.new-egg-inside .opportunity{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.new-egg-inside .resultTip b {
  color:#fff;
  font-size: 20px;
}

.new-egg-inside .resultTip {
  position: absolute;
  top: 2% !important;
  left:0;
}

.zajindan-bg {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  z-index: 555;
}

.new-egg-inside .eggbtn {
  width: 200px;
}

@media (max-height: 658px){
  .new-egg-inside {
    top: 40%;
  }
  .new-my-prize {
    top:82%;
  }
}

.house-property .property-item {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin: 15px;
  background: #fff;
}

.house-property .property-item img {
  width: 28px;
  margin-right: 10px;
}

.house-property .weui-cell {
  padding: 20px;
}
.house-property .weui-cell__bd,
.house-property .weui-cell__ft,
.house-property .weui-cell__hd {
  align-self: flex-start;
}

.house-property .weui-cell__bd p:first-child {
  font-size: 14px;
  color:#333;
}
.house-property .weui-cell__bd p:last-child {
  font-size: 14px;
  color:#999;
}

.house-property .weui-cell__ft p:first-child {
  font-size: 20px;
  font-weight: 700;
  color:#333;
  line-height: 1.4;
}
.house-property .weui-cell__ft p:last-child {
  font-size: 12px;
  color:#999;
}

.property-btn {
  padding: 0 20px 20px;
  display: flex;
  justify-content: space-between;
}

.property-btn a {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: block;
  text-align: center;
  width: calc(50% - 7.5px);
}
.property-btn a:first-child {
  background: #f5f5f5;
  color:#00736F;
  font-size: 14px;
}

.property-btn a:last-child {
  background: #00736F;
  color:#fff;
  font-size: 14px;
}

.new-balance-head {
  background: #464559;
  position: relative;
  padding: 20px 15px;
  color:#fff;
}

.new-balance-head .balance-title {
  font-size: 14px;
  opacity: 0.6;
}

.new-balance-head .balance-total {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.balance-flex {
  display: flex;
}

.balance-flex li {
  margin-right: 40px;
}

.balance-flex li p:first-child {
  font-size: 14px;
  opacity: 0.6;
}
.balance-flex li p:last-child {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}


.new-balance-head .head-btn {
  background: #6B6A7A;
  height: 32px;
  line-height: 32px;
  border-radius: 20px 0 0 20px;
  padding: 0 18px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 25px;
  color:#fff;
}

.new-balance-head .head-btn img {
  width: 12px;
  margin-right: 4px;
}

.new-balance-foot {
  padding: 8px 15px;
  background: #fff;
}

.balance-details {
  background: #fff;
}

.balance-details .weui-cell__bd p:first-child {
  font-size: 16px;
  font-weight: 700;
}
.balance-details .weui-cell__bd p:last-child {
  font-size: 12px;
  color:#999;
}

.balance-details .weui-cell {
  padding: 20px 0;
  margin:0 15px;
  border-bottom: 1px solid #f0f0f0;
}
.balance-details .weui-cell__bd,
.balance-details .weui-cell__ft {
  color:#999;
  align-self: flex-start;
  font-size: 14px;
}

.balance-status {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0;
}

.balance-status .plus-status {
  font-size: 14px;
  font-weight: 700;
  color:#00736F;
}

.balance-status .minus-status {
  font-size: 14px;
  font-weight: 700;
  color:#DA6161;
}

.balance-status .status-time {
  font-size: 14px;
  color:#999;
}

.add-balance-list {
  background: #fff;
}

.add-balance-list .property-item {
  margin:0 15px;
  border-radius: 0;
  border-bottom: 1px solid #f0f0f0;
}
.add-balance-list .property-item:last-child {
  border-bottom: none;
}
.add-balance-list .property-item .weui-cell:before {
  display: none;
}

.add-balance-list .property-item .weui-cell {
  padding: 15px 0;
}

.add-balance-list .property-item .balance-status {
  padding: 15px 0 0;
}

.add-balance-list .property-item .weui-cell__ft p{
  color:#333;
  font-size: 24px;
  font-weight: 700;
}

.add-new-color .weui-vcode-btn {
  color: #298475;
  border-color: #298475 !important;
}

.add-new-color .weui-btn_primary {
  background: #298475 !important;
}

.add-new-color .user-know span {
  color: #298475;
}

.add-new-color .line-btn {
  color: #298475;
  border-color: #298475 !important;
}

.add-new-color .balance-dol {
  color:#298475;
}
.add-new-color .weui-switch:checked {
  background-color: #298475;
}

.add-new-color .single-btn {
  background: #298475 !important;
}

.add-new-color .weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
  color:#298475 !important;
}

.add-new-color .wuye-coupon .weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
  color:#fff !important;
}

.add-new-color .to-pay a {
  background:#298475 !important;
}

.add-new-color .v-top-bg .line-btn {
  background: #3AC7C6 !important;
  border: none !important;
  color:#fff !important;
}

/*新增购物车数量弹窗*/
.cart-modal-cover{
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  bottom:0;
  background: rgba(0,0,0,0.5);
  top: 0;
  left:0;
}
.cart-modal-content {
  background: #fff;
  border-radius: 12px;
  width: 80%;
  padding: 30px 0 0;
  position: fixed;
  top: 30%;
  left:10%;
  z-index: 10000;
  box-sizing: border-box;
  overflow: hidden;
}

.cart-modal-content input {
  border:1px solid #999;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  padding:0 15px;
  margin: 0 15px;
  margin-bottom: 30px;
  display: block;
  width: calc(100% - 30px);
  box-sizing: border-box;
}

.cart-modal-btn {
  display: flex;
  justify-content: space-between;
}

.cart-modal-btn a {
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color:#666;
  border-top: 1px solid #999;
}

.cart-modal-btn a:last-child {
  background: #00BB9C;
  color:#fff;
  border-top: 1px solid #00BB9C;
}

.weui-dialog, 
.weui-toast {
  z-index: 10001 !important;
}