
/*页面禁止选择文字*/
html-none{
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none;  /*webkit浏览器*/
  -ms-user-select: none;   /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
  font-family: 'Microsoft YaHei';
}

.ivu-select-selection {
  border-radius:0px 4px 4px 0px;
}

.page-minHeight{
  min-height: 200px;
}
.set-footer {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.content-background{
  background:#eee;
}
.card-text-margin{
  margin-top:10px; text-align: center;
}
.row-col-font{
  font-size:18px; line-height: 34px;
}
.card-p-footer{
  margin-top: 12px; text-align: left;
}
.card-p-footer span{
  font-size:14px;
}
.card-p-footer span span{
  font-size:12px;
}

/* 弹框填写信息时判断是否错误 */
.error-boder{
  border: #F64416 0.0625rem solid;
  box-shadow: #F64416 0px 0px 3px;
}
.errMsg-p{
  color: #F64416;
  margin-left: 10px;
}

/*  小标题样式 */
.subhead{
  font-size: 17px; font-weight: 500; line-height: 1.625rem;
}