.btn_caina{
        background-color: #20cc85;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 0.3rem;
}

.selectTag{
    border: 1px solid #b7bbbf;
    border-radius: 0.2rem;
    padding: 0.8rem;
    margin-top: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    color: #b7bbbf;
    color: #2b333b;
    margin-right: 0.6rem;
}

.selectTag.red{
    color:#f01414;
    border-color: #f01414;
}

.btn_newQue {
    background-color: #0fb9f4;
    line-height: 4.5rem;
    margin: auto;
    width:65%;
    color:#fff;
    text-align: center;
    margin-top: 2rem;
    border-radius: 0.3rem;
}


.btn_addQue {
  border-radius: 50%;
  background-color: rgb(20, 180, 255);
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 5rem;
  height: 5rem;
  z-index: 65;


  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 5rem;

}

.btn_up{
    border-radius: 50%;
    background-color: #ffa100;
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    color: #fff;
    margin: auto;
    text-align: center;
    line-height: 5rem;
}

.btn_up.disable{
    border-radius: 50%;
    background-color: #b7bbbf !important;
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    color: #fff;
    margin: auto;
    text-align: center;
    line-height: 5rem;
}


.btn_loadMore{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}