
@w2: 75rem;
.radius(@radius: 2/@w) {
  -webkit-border-radius: @radius;
  -moz-border-radius: @radius;
  -ms-border-radius: @radius;
  -o-border-radius: @radius;
  border-radius: @radius;
}
// 需要自定义拖拽图片的样式
.vue_dnd_img {
  /*opacity: 0;*/
  position: absolute;
  width: 150/@w2;
  height: 150/@w2;
  z-index: 100;
  box-shadow: 0 0 25/@w2 5/@w2 #3B5999;
  .radius(10/@w2);
}
.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after{
  clear: both;
}

.upload_pic {
  background: #eee;
  position: relative;
  .title {
    line-height: 35/@w2;
    padding: 40/@w2 30/@w2 0;
    color: #6F6F6F;
    .color_red {
      color: #ff0000;
    }
  }
  .fn-clear {
    padding: 0 18/@w2;
  }
  .upload_pic_list{ 
    position: relative;
    padding-bottom: 30/@w2;
    // padding: 0 30/@w2;
    // margin-left: -30/@w2;
  }
  .pic_item {
    float: left;
    width: 25%;
    margin-top: 14/@w2;
    // margin-bottom: 50/@w2;
    .pic_item_mar{
      // margin-left: 6/@w2;
      text-align: center;
      color: #000;
    }
    .pic_item_title {
      display: inline-block;
      margin-top: 10/@w2;
      line-height: 1.6;
      font-size: 26/@w2;
    }
    a {
      position: relative;
      display: block;
      width: 150/@w2;
      height: 150/@w2;
      margin: 0 auto;
      // margin-left: 30/@w2;
      max-height: 150/@w2;
      color: #000;
      text-align: center;
      touch-action: none;
      .radius(8/@w2);
      &:active {
        opacity: 0.5;
      }
      img {
        width: 100%;
        font-size: 0;
        height: 100%;
        .radius(8/@w2);
      }
      img[src=""],
      img:not([src]) {
        opacity: 0;
        display: inline-block;
        height: 100%;
      }
    }
    a.default{
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
  }
  .add li {
    margin-bottom: 0;
  }
  li {
    list-style-type: none;
  }
}
// 检查信息上传照片
.front-art .upload_pic .upload_pic_list{
  padding: 0; margin: 0;
}
.check_car_pic {
  position: relative;
  background-color: #fff;
  .title_pic{
    font-size: 26/@w2;
    padding-bottom: 20/@w2;
    background-color: #eee;
  }
  .batch_upload{
    position: absolute;
    // top: 86/@w2;
    top: 0;
    left: 0;
  }
  .pic_item{
    width: auto;
  }
} 
.img_delete {
  position: absolute;
  width: 48/@w2;
  height: 48/@w2;
  top: -14/@w2;
  right: -14/@w2;
  .radius(100%);
  background: rgba(0, 0, 0, 0.6);
  &:before,
  &:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.02666667*20/@w2;
    margin-left: -14.5/@w2;
    margin-top: -1.5/@w2;
    width: 29/@w2;
    height: 3/@w2;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  &:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
