[v-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
  /* transition: all .3s; */
}

body {
  margin: 0 auto;
  background: #f4f4f4;
  font-size: 13px;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

.none {
  display: none;
}

ol li,
ul li {
  list-style: none;
}

.of-h {
  overflow: hidden;
}

.bg-w {
  /*background: rgba(255, 255, 255, .96);*/
  background:#F5F6F8;
}

.bg-ww {
  background: #fff;
}

.po-f {
  position: fixed;
}

.po-r {
  position: relative;
}

.po-a {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.cl-f:after {
  clear: both;
  display: block;
  content: ' ';
  height: 0;
  visibility: hidden;
}

.mc {
  margin: 0 auto;
}

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.vw100 {
  width: 100vw;
}

.vh100 {
  height: 100vh;
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w33 {
  width: 33.333333%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w16 {
  width: 16.666667%;
}

.w10 {
  width: 10%;
}

.w120 {
  max-width: 1200px;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.grey {
  color: #999;
}

.green {
  color: #269c26;
}

.blue {
  color: #218dee;
}

.red {
  color: #fe6c60;
}

.yellow {
  color: #fec000;
}

.orange {
  color: #ca991e;
}

.purple {
  color: #cdb4ff;
}

.font-48 {
  font-size: 48px;
}

.font-44 {
  font-size: 44px;
}

.font-40 {
  font-size: 40px;
}

.font-36 {
  font-size: 36px;
}

.font-32 {
  font-size: 32px;
}

.font-28 {
  font-size: 28px;
}

.font-24 {
  font-size: 24px;
}

.font-22 {
  font-size: 22px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.font-0 {
  font-size: 0;
}

.bold {
  font-weight: 700;
}

.block {
  display: block;
}

.in-block {
  display: inline-block;
}

.img-block {
  width: 100%;
  display: block;
}

.round {
  border-radius: 50%;
  overflow: hidden;
}

.tx-l {
  text-align: left;
}

.tx-c {
  text-align: center;
}

.tx-r {
  text-align: right;
}

.li-h1 {
  line-height: 1;
}

.li-h32 {
  line-height: 32px;
}

.a-d:active,
.a-d:focus,
.a-d:hover {
  text-decoration: none;
}

.cu-p {
  cursor: pointer;
}

.no-scroll {
  position: relative;
  height: 100% !important;
  overflow: hidden !important;
}

.min-h100 {
  min-height: 100%;
}

.bor {
  border: 1px solid #eee;
}

.bor-t {
  border-top: 1px solid #eee;
}

.bor-b {
  border-bottom: 1px solid #eee;
}

.bor-l {
  border-left: 1px solid #eee;
}

.bor-r {
  border-right: 1px solid #eee;
}
.bor-none {
  border: 0px solid #FFFFFF!important;
}

.h100 {
  height: 100%;
}

.of-y {
  overflow-y: auto;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.middle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.in-2em {
  text-indent: 2em;
}

.x-2em {
  padding-left: 2em;
  text-indent: -2em;
}

.test-bg {
  background: rgba(0, 0, 0, .4);
}

.radius-0 {
  border-radius: 0;
}

.no-resize {
  resize: none;
}

.card-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.bor-ra{
  border-radius: 5px;
}
.hover:hover {
  color: #218dee;
}

.hover-bg:hover {
  background: #efefef;
}

.hover-dark:hover {
  color: #c7e2fd;
}

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.ju-t {
  justify-content: flex-start;
}

.ju-c {
  justify-content: center
}

.ju-b {
  justify-content: flex-end;
}

.ju-sb {
  justify-content: space-between;
}

.ju-sa {
  justify-content: space-around;
}

.al-c {
  align-items: center;
}

.al-t {
  align-items: flex-start;
}

.al-b {
  align-items: flex-end;
}

.el-dialog__wrapper.d-tree .el-dialog__body {
  height: 600px;
  min-height: 400px;
  overflow: hidden;
}

.file-box .el-upload-list {
  max-height: 300px;
  overflow-y: auto;
}

/* 对话框 */
.el-dialog__header,
.dialog-footer {
  text-align: center;
}

.h50p{
  height: 50px;
}
.h100p{
  height: 100px;
}
.h200p{
  height: 200px;
}
.h300p{
  height: 300px;
}
.h400p{
  height: 400px;
}
.h500p{
  height: 500px;
}
.h600p{
  height: 600px;
}
.remark{
  text-align: center;
  color: #666;
}
.no-data{
  padding: 20px;
  text-align: center;
  color: #ccc;
}
.el-upload-tip{
  color: #ccc;
  font-size: 12px;
  line-height: 20px;
}
