body,
html,
ul,
h1,
h2,
h3 p {
    padding: 0;
    margin: 0;
    text-align: left;
}
body{
    background: #f0f0f0;
}
a {
    text-decoration: none;
}

* {
    text-align: left;
}

.van-swipe__indicators .van-swipe__indicator {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    border: 1px solid #AACD06 !important;
}

.van-swipe__indicators .van-swipe__indicator--active {
    background-color: #AACD06 !important;
}

.tables {
    margin: 10px;
    /* padding: 10px; */
    padding: 5px;
    border: 1px solid #99C51D;
    border-radius: 10px;
    font-size: 0.8rem;
}

.tables h3 {
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    color: #99C51D;
    font-weight: normal;
}

.tables table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tables table thead td {
    border-bottom: 1px solid #ccc;
}

.tables table tr {
    height: 4em;
    line-height: 4em;
}

.tables table tr:nth-child(even) {
    background: rgba(242, 242, 242, 1);
}

.tables table td {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tables table td input {
    position: relative;
    top: 2px;
}

.tcinfo h3 {
    color: #43852E;
    font-size: 1rem;
    margin: 0;
}

.tcinfo {
    font-size: 0.8rem;
    padding: 0.5em;
    line-height: 1.6em;
}
.tables td>.van-checkbox{
    text-align: center;
}

/* .van-checkbox__icon{
    border: 2px solid #aaa !important;
} */
.van-checkbox--checked {
    /* color: #aacd06 !important; */
    border-color: #aacd06 !important;
    background-color: #aacd06 !important;
}

.van-checkbox__icon--checked .van-icon {
    border-color: #aacd06 !important;
    background-color: #aacd06 !important;
}

.buy {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    height: 3em;
    line-height: 3em;
    color: #43852E;
    font-size: 1rem;
    background: #fff;
}

.buy>div {
    display: inline-block;
}

.buy button {
    position: absolute;
    top: 0;
    right: 1em;
    padding: 0 1em;
    line-height: 3em;
    height: 3em;
    background: #aacd06;
    color: #fff;
    border: none;
    box-shadow: -2px -2px 5px rgba(102, 102, 102, 0.349019607843137);
}

.buy .line {
    width: 2px;
    height: 2em;
    background: #ccc;
    margin-left: 1em;
    position: relative;
    top: 0.5em;
}

.buy .price>span {
    font-size: 1.2rem;
    font-weight: bold;
}

.buy .icons i {
    color: #99C51D;
    margin-left: 1rem;
}

.c6 {
    color: #666;
}

.c3 {
    color: #333;
}

.c9 {
    color: #999;
}

.cf4{
    color: #f44;
}

.van-checkbox__label {
    font-size: 0.8rem !important;
    color: #999 !important;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.van-picker-column__item {
    text-align: center;
}

.van-cell__value {
    color: #99C51D;
}
.van-dialog__message {
    text-align: center;
}
.van-dialog__confirm, .van-dialog__confirm:active {
    color: #99C51D !important;
}


.van-cell-swipe__left,.van-cell-swipe__right {
    
      color: #FFFFFF;
      font-size: 15px;
      width: 65px;
      height: 8em;
      display: inline-block;
      text-align: center;
      line-height:  8em;
      background-color: #F44;
      vertical-align: middle;
    }

    .van-modal{
        background-color: rgba(0,0,0,.5) !important;
    }
  
    .van-radio .van-icon-checked {
        color: #aacd06 !important;
        border-color: #aacd06 !important;
        background-color: #fff !important;
    }
  
    .tip  .van-cell__value{
        color:gray ;
        flex: 2;
        text-align: left;
    }

    .settings{
        line-height: 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
        font-family: "Microsoft YaHei";
        margin: 0 1em;
       
    }
    .settings i {
        font-size: 1.5rem;
        height: 1.5rem;
        color: #43852E;
        margin-right: 1em;
        vertical-align: middle;
    }
    .van-toast{
        width: 16em !important;
    }

    .info-ok{
        text-align: center;
            letter-spacing: 0.5rem;
            padding: 0.6em 0;
            height: 2rem;
            line-height: 2rem;
            
           
    }
    .info-ok button {
        background: #fff;
        color: #99C51D;
        border: 1px solid #99C51D;
        border-radius: 10px;
        font-size: 14px;
        width: 6em;
        text-align: center;
    }
    .info-ok  button.ok {
        background: #99C51D;
        color: #fff;
        border: 1px solid #99C51D;
    }

    .van-swipe-cell__left, .van-swipe-cell__right{
        background-color: #F44 !important;
        vertical-align: middle !important;
    }

    .iteminfo .top{
        text-align: right;
    }

    .iteminfo .top .iconfont {
        border: 1px solid #aacd06;
        border-radius: 5px;
        font-size: 0.8rem;
        padding: 0.2rem;
        color: #fff;
        background-color: #aacd06;
        font-weight: bold;
    }