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;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #848d94;
}
::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: transparent;
}
/**
弹窗详情样式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;
}
.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 {
  display: flex;
  align-items: center;
}
.upload-box .upload-pic-box {
  font-size: 0;
}
.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;
  position: relative;
  z-index: 2;
}
/* 自定义el-descriptions样式 */
.label-el-descriptions {
  min-width: 60px;
  text-align: right;
}
.deviceDesc .el-descriptions-item__container {
  align-items: center;
  margin-right: 15px;
}
/*# sourceMappingURL=common.css.map */