@import url("elm.css");
@import url("iconfont.css");
@import url("elecustom.css");
@import url("public.css");
@import url("index.css");

[v-cloak] {
    display: none;
}
.el-loading-mask {
    top: -80px;
    left: -20px;
}
    .footCopyRight {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
}
.cfoot{
	line-height: 20px;
    text-align: center;
    position: fixed;
    bottom: 3.6%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    min-width: 600px;
}
.copyRightText{
    position: relative;
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #666666;
}
.leftLine{
	position: relative;
    display: inline-block;
    border-bottom: 2px solid #888;
    width: 30px;
    top: -3px;
}
.leftLine{
	position: relative;
    display: inline-block;
    border-bottom: 2px solid #888;
    width: 30px;
    top: -3px;
}
.cfoot .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 3px 5px;
    border-radius: 50%;
    background-color: #888888;
}
.rightLine{
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #888;
    width: 30px;
    top: -3px;
}
.yb_body{
    min-width: 1280px;
}
/*上传图片样式*/
.img-box {
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  margin: 8px;
}
.uploadSource {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background: #fafbff;
  /*border: 1px dashed #c0ccda;*/
  border: 1px solid #c0ccda;
  border-radius: 6px;
  text-align: center;
  color: #dad9d9;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  overflow: hidden;
}
.uploadSource .statusLabel{
  background: #fff;
  position: absolute;
  display: block;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 1px 1px #ccc;
  overflow: hidden;
}
.statusLabel .el-icon-check{
  width: 100%;
  height: 100%;
  color: #fff;
  background: #13ce66;
  font-size: 12px;
}
.statusLabel .el-icon-close{
  /*display: none;*/
  margin-top: 12px;
  transform: rotate(-45deg);
  cursor: pointer;
  opacity: 1;
  color: #606266;
  background: #fff;
  position: relative;
  top: -2px;
}
.el-icon-check:before {
  display: inline-block;
  margin-top: 12px;
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}
.uploadSource:hover{
  border: 1px dashed #409EFF;
}
.uploadSource .img{
  height: 80px;
  width: 100%;
}
.uploadSource .color_d9{
  color: #8c939d;
  font-size: 24px;
}
.color_red{
  color: #f00
}
.yb_margin {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}