body{
  /* background: #ebebeb; */
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ::-webkit-input-placeholder{
  color: rgba(255,255,255,0.6);
} */

[v-cloak] { display: none } 
.index_wrappy {
    padding: 0 15px;
}
.index_wrappy .header-box {}
.index_wrappy .header-box-tow {
  display: flex;
}
.index_wrappy .header-box-tow .box-tow-item {
    position: relative;
    flex: 1;
}
.index_wrappy .header-box-tow img{
    display: block;
    width: 100%;
}
.index_wrappy .header-box-tow button{
    position: absolute;
    bottom: 0;
    right: 0;
}
.gonshi-name {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}
.gongs-edit {
  text-align: right;
  color: #1083ff;
  font-size: 13px;
}
.index-seek-box {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
}
.index-seek-box .icon {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-seek-box .input{
    flex: 1;
}
.index-seek-box input{ display: inline-block;width: 85%;height: 38px;font-size: 15px;padding: 0px 15px;border: 0;box-sizing: border-box;}

.index_wrappy .list-box {
    margin-top: 12px;
}
.index_wrappy .list-box-row {
    line-height: 32px;
    font-size: 16px;
    /* padding: 8px 0; */
}
.index_wrappy .list-box-row .ding{
    color: #f14343;
    font-size: 12px;
    margin-right: 6px;
    display: inline-block;
    font-weight: bold;
}
.header-desc {
  font-size: 14px;
  padding: 8px 0;
  line-height: 21px;
  color: #3f3f3f;
}
/* -------------------------- */
.list-img-box {
    padding-top: 4px;
}
.list-img-box--item {
    padding: 12px 0;
}
.list-img-box--item .title{
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}
.list-img-box--time {
  font-size: 12px;
  padding-top: 8px;
  color: #838383;
  display: flex;
}
.list-img-box--time .left, .list-img-box--time .right {
    flex: 1;
} 
.list-img-box--time .right {
    text-align: right;
    color: #1083ff;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
} 
.list-img-box--time .right .del{
    cursor: pointer;
    padding: 5px ;
    color: #f14343;
}
.list-img-box--time .right .edit{
    padding: 5px ;
    margin-left: 10px;
}
.list-box-top--edit {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    color: #1083ff;
    font-size: 13px;
}
.list-box-top--edit .del{
    cursor: pointer;
    padding: 5px ;
    color: #f14343;
}
.list-box-top--edit .edit{
    padding: 5px ;
    margin-left: 10px;
}
/* ------------------------ */
.img-box {
    display: flex;
    margin-top: 5px;
}
.img-box .img-box--item{
    flex: 1;
    margin-left: 6px;
}
.img-box .img-box--item:nth-child(1){
    margin-left: 0px;
}
.img-box .img-box--item img {
    width: 100%;
    border-radius: 6px;
    display: block;
}
/* --------------- */
.index-footer {
    font-size: 12px;
    color: #919191;
    text-align: right;
    padding-bottom: 20px;
}
.add-btn {
    position: fixed;
    bottom: 115px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #777777;
}
.add-btn img {
    width: 100%;
    height: 100%;
}

.ellip {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}