
*[data-v-8ee6d802] {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}


.el-popover__title {
  color: #303133;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
}
[class*="bordered"] {
  border: none !important;
}
.el-month-table,
.el-year-table {
  font-size: 14px;
  border-collapse: collapse;
}
.el-date-table {
  font-size: 14px;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #606266;
}
.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
  color: #303133;
}

/* 手机 */
@media screen and (max-width: 576px) {
.dot {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.el-time-panel {
    width: 92% !important;
}
.el-cascader-menu {
    min-width: 160px;
    box-sizing: border-box;
    color: #606266;
    border-right: solid 1px #e4e7ed;
}
.mtextalign {
    text-align: center;
}
.plr {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.exa-wrapper {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.dialogWidth {
    width: 100%;
}
}

/* PC */
@media screen and (min-width: 768px) {
.dot {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mtextalign {
    text-align: right;
}
.plr {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.exa-wrapper {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}
.dialogWidth {
    width: 100%;
}
}

/* PC */
@media screen and (min-width: 1024px) {
.dialogWidth {
    width: 50%;
    margin: 5vh auto;
}
}
.myborder {
  border: 3px solid transparent;
  border-radius: 0.25rem;
}
.myborderHover {
  border: 3px solid #007bff;
  border-radius: 0.25rem;
}

