.main .add[data-v-3faf14ca] {
  height: 80px;
  background: #FFFFFF;
  border: 1px #E3E3E3 dashed;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #414141;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.main .add .iconfont[data-v-3faf14ca] {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.main .add .t[data-v-3faf14ca] {
  line-height: 80px;
  font-size: 16px;
  font-weight: bold;
}
.main .add[data-v-3faf14ca]:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
  border: 1px solid #fff;
}
.main .item[data-v-3faf14ca] {
  margin-top: 20px;
  padding: 15px 170px 15px 20px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  position: relative;
}
.main .item .t1[data-v-3faf14ca] {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 25px;
  color: #333;
}
.main .item .t2[data-v-3faf14ca] {
  padding-top: 5px;
  font-size: 16px;
  width: 100%;
  line-height: 30px;
}
.main .item .t2 .s1[data-v-3faf14ca] {
  margin-right: 5px;
  color: #777;
}
.main .item .edit[data-v-3faf14ca] {
  position: absolute;
  width: 150px;
  top: 50%;
  right: 15px;
  height: 30px;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .item .edit .d1[data-v-3faf14ca],
.main .item .edit .d2[data-v-3faf14ca] {
  font-size: 16px;
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #12AB44;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main .item .edit .d1[data-v-3faf14ca]:hover {
  color: #000;
}
.main .item .edit .d2[data-v-3faf14ca]:hover {
  color: #12AB44;
}
@media screen and (max-width: 900px) {
.main .item[data-v-3faf14ca] {
    padding: 15px;
}
.main .item .t2[data-v-3faf14ca] {
    padding-bottom: 10px;
}
.main .item .edit[data-v-3faf14ca] {
    width: 100%;
    right: 0px;
    margin-top: 0px;
    position: relative;
}
.main .item .edit .d1[data-v-3faf14ca],
  .main .item .edit .d2[data-v-3faf14ca] {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100px;
}
.main .item .edit .d1[data-v-3faf14ca] {
    margin-right: 10px;
}
}

