html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}
li,
ul {
  list-style: none;
}
div,
ul,
li,
input,
header,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}
img {
  border: 0;
  display: inline-block;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: "微软雅黑";
  color: #151515;
}
input,
select,
textarea {
  font-family: "微软雅黑";
}
input {
  outline: none;
  border: 0;
}
/* 去除搜索框默认小× */
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
[v-cloak] {
  opacity: 0;
}
input::-moz-placeholder {
  font-size: 12px;
}
input::-webkit-input-placeholder {
  font-size: 12px;
}
input::-ms-input-placeholder {
  font-size: 12px;
}
/**
弹窗详情样式vue组件
 */
.vue-detail-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.vue-detail-box > div {
  width: 50%;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  float: left;
}
.vue-detail-box > div:nth-of-type(2n) {
  border-left: 0;
}
.vue-detail-box > div:nth-of-type(n+3) {
  border-top: 0;
}
.vue-detail-box > div > div {
  min-height: 49px;
  line-height: 48px;
  float: left;
}
.vue-detail-box > div > div:first-of-type {
  width: 40%;
  background-color: #fafafa;
  text-indent: 8px;
  border-right: 1px solid #e6e6e6;
}
.vue-detail-box > div > div:last-of-type {
  width: 60%;
  text-indent: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: white;
}
.vuedetailboxone > div {
  width: 100%;
}
.vuedetailboxone > div:nth-of-type(n+2) {
  border-top: 0;
}
.vuedetailboxone > div:nth-of-type(2n) {
  border-left: 1px solid #e6e6e6;
}
.vuedetailboxthree > div {
  width: 33%;
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.vuedetailboxthree > div:nth-of-type(n+3) {
  border-top: 1px solid #e6e6e6;
}
.vuedetailboxthree > div:nth-of-type(3n+1) {
  border-left: 1px solid #e6e6e6;
}
.vuedetailboxthree > div:nth-of-type(n+4) {
  border-top: 0;
}
.vue-detail-title {
  padding-bottom: 10px;
  height: 36px;
  line-height: 36px;
  padding-left: 8px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background-color: white;
}
.bg-for-detail {
  background-color: #f3f3f3;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 40px;
  min-height: 100%;
}
.upload-box .upload-pic-box {
  font-size: 0;
  padding-top: 10px;
}
.upload-box .upload-pic-box > div {
  position: relative;
  float: left;
}
.upload-box .upload-pic-box > div span {
  position: absolute;
  top: -8px;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../images/icon_del.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.upload-box .upload-pic-box > div img {
  max-width: 80px;
  margin-bottom: 15px;
  margin-right: 16px;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
  -webkit-transform-origin: left 60%;
  -ms-transform-origin: left 60%;
  -moz-transform-origin: left 60%;
  transform-origin: left 60%;
}
.upload-box .upload-pic-box > div img:hover {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  -moz-transform: scale(4);
  transform: scale(4);
  z-index: 3;
}
[v-cloak] {
  display: none;
}
.content {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 0.5vh;
}
.content .col {
  height: 100%;
}
.content .col .title {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 20px 0px;
}
.content .col-l {
  width: 25vw;
}
.content .col-c {
  /*-webkit-flex: 3;*/
  /*-ms-flex: 3;*/
  /*flex: 3;*/
  width: 45vw;
  margin: 0 1vw;
}
.content .col-r {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 25vw;
}
.panel-wrapper {
  height: 100vh;
  margin-bottom: 2vh;
}
.panel-wrapper-25 {
  height: 25vh;
}
.panel-wrapper-30 {
  height: 30vh;
}
.panel-wrapper-35 {
  height: 35vh;
}
.panel-wrapper-40 {
  height: 40vh;
}
.panel-wrapper-45 {
  height: 45vh;
}
.panel-wrapper-50 {
  height: 50vh;
}
.panel-wrapper-55 {
  height: 55vh;
}
.panel-wrapper-60 {
  height: 60vh;
}
.panel-wrapper-65 {
  height: 65vh;
}
.panel-wrapper-70 {
  height: 70vh;
}
.panel-wrapper-75 {
  height: 75vh;
}
.common-date {
  margin: 10px auto 10px;
  text-align: center;
  width: 90%;
}
.el-date-editor .el-range-separator {
  width: 10% !important;
}
.el-date-editor .el-range-input {
  color: #fff !important;
  background: none !important;
}
.el-date-editor .el-range-input::-webkit-input-placeholder {
  color: #52ffff !important;
}
.el-date-editor .el-range__icon,
.el-date-editor .el-range-separator {
  color: #ffffff !important;
}
.el-input__inner {
  background-color: rgba(234, 239, 245, 0.1) !important;
  border-radius: 2px !important;
  border: solid 1px #ffffff !important;
}
.el-pagination {
  text-align: right !important;
}
.el-pager li {
  margin: 0 5px !important;
  color: #eaeff5 !important;
  background-color: rgba(234, 239, 245, 0.1) !important;
  border-radius: 2px !important;
  border: solid 1px #409eff !important;
}
.el-pager li.active {
  color: #409eff !important;
}
.el-table {
  color: #eaeff5;
  background-color: transparent !important;
}
.el-table thead {
  color: #eaeff5 !important;
}
.el-table th,
.el-table tr {
  background-color: transparent !important;
  /*opacity: 0.1;*/
}
.el-table td,
.el-table th.is-leaf {
  color: #eaeff5 !important;
  border-bottom: 1px dotted rgba(248, 251, 254, 0.1) !important;
}
.el-table td.is-center {
  text-align: center;
}
.el-table th:hover {
  background-color: transparent !important;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: transparent !important;
}
/*# sourceMappingURL=common.css.map */