body{
    background-color: #f2f2f2;
}

.kuai{
    width:7.1rem;
    padding-bottom: 0.2rem;
    margin:0.3rem auto;
    background-color: #fff;
    box-shadow:0px 5px 16px 0px rgba(197,197,197,0.6);
}
.tou{
    position: relative;
    height: 0.6rem;
}
.cha{
    position: absolute;
    right:0rem;
    top: 0;
    width:0.65rem;
    height: 0.65rem;
    padding: 10px;
    z-index: 99;
}
.heng{
    display: flex;
    align-items: flex-start;
    padding:0.1rem 0;
    justify-content: center;
    font-size: 0.26rem;
    line-height: 25px;
}

.weui_input{
    border:1px solid #ddd;
    height:25px;
    width:5rem;
    text-indent: 10px;
    appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    box-shadow: none;
}
.weui_textarea{
    width:5rem;
    height:100px;
    border:1px solid #ddd;
    padding:0.1rem;
    appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    box-shadow: none;
}
.weui_label{
    width:auto!important;
}
.tianjia{
    margin: 0.6rem auto 0;
    width: 7.1rem;
    height:0.7rem;
    line-height: 0.7rem;
    color:#333;
    background: #fff;
    font-size: 0.3rem;
    border-radius: 0.05rem;
    padding: 0rem 0;
    text-align: center;
}

.comfirm {
    margin: 0.3rem auto 0;
    width: 7.1rem;
    background: #3A71FB;
    font-size: 0.3rem;
    border-radius: 0.05rem;
    padding: 0.02rem 0;
}
.eduExp .cha{
    width:0.3rem;
    height:0.3rem;
}





.buttons{
  position: relative;
  height: 25px;
  background: #ebebeb;
  width:5rem;
}

.di{
    width:100%;
    height:25px;
    display: flex;
    align-items: center;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
    background: #ebebeb;
}
.di span{
    width:20%;
    text-align: center;
    color:#666;
    font-size: 0.2rem;
    cursor:pointer ;
}
.di span.active{
  background: #3A71FB;
  color: #FFF;
}

.di span:nth-child(even){
  background-color: #dedede;
}
.di span:nth-child(even).active{
  background: #3A71FB;
  color: #FFF;
}


.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1
}

.dragdealer .bar{
  width: 1rem;
  height: 25px;
  background: #3A71FB;
  color: #FFF;
  font-size: 0.2rem;
  line-height: 25px;
  text-align: center;
}

.dragdealer .disabled {
  background: #898989;
}

.dragdealer .value{
    font-size: 0.2rem;
}

.weui_dialog_hd{
  padding:0.2rem 0;
}






