#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  /* color: #2c3e50; */
  height: 100%;
  /* margin-top: 60px; */
}
.col-m1 {
  color:black;
}
.col-m2 {
  color:#999999;
}
.col-line {
  color: #E0E0E4
}
.col-m3 {
  color:white;
}
.col-b1 {
  background-color: black;
}
.col-b2 {
  background-color: #EBE9F0;
}
.col-b3 {
  background-color: white;
}
body,html {
  height: 100%;
}
body{
  /* margin-top: 0px; */
  margin: 0px;
}
.mu-appbar{
  -webkit-box-shadow:0 0 0 0 !important;
  border-bottom: 0.0266rem solid #DBDBDB;
}
.mint-msgbox-title{
  font-size: 0.426rem;
}
.mint-msgbox-content{
  padding: 0.266rem 0.533rem 0.4rem;
  min-height: 0.96rem;
}
.mint-msgbox-btns{
  height: 1.03rem;
  line-height: 1.03rem;
}
.mint-msgbox-btn{
  font-size: 0.426rem;
}
.mint-indicator-wrapper{
  padding: 0.533rem!important;
}
.mint-indicator-wrapper .mint-indicator-spin .mint-spinner-fading-circle{
  width: 0.85333rem!important;
  height: 0.85333rem!important;
}
.mint-indicator-wrapper .mint-indicator-text{
  margin-top: 0.26666rem;
  font-size: 0.426666rem;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus {
  border-color: #00857c;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color:#00857c;
}
.el-select .el-input__inner:focus {
  border-color: #00857c;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #00857c;
}
.el-select-dropdown__item.selected{
  color: #00857c;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #00857c;
}
.mint-msgbox-confirm {
  color: #00857c;
}
.el-button:active {
  color: #fff;
  border-color: #00857c;
  outline: 0;
}
.el-button{
  border: 1px solid #00CFB1;
}

