
.imgs .img-item, .imgs-show .img-item {
    height: 80px;
    float: left;
    background: #ffffff;
    margin: 10px 20px 10px 0px;
    border: 1px #eeeeee solid;
    padding: 4px;
}

.imgs .img-item img, .imgs-show .img-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.pic-show {
    width: auto;
    height: auto;
    font-size: 0;
    overflow: hidden;
    padding-top: 10px;
}

.pic-show .pic-item {
    height: 80px;
    float: left;
    background: #ffffff;
    margin: 0px 10px 0px 0px;
    text-align: center;
    padding: 1px;
    min-width: 50px;
    max-width: 160px;
    border: 1px #eeeeee solid;
}

.pic-show .pic-item img {
    height: 80px;
    object-fit: contain;
    max-width: 100%;
}

.file-show {
    margin-top: 10px;
    border-top: 1px #f1f1f1 solid;
}

.file-show .file-item {
    margin: 5px 0px;
    line-height: 24px;
}

.file-show .file-item a {
    margin: 5px 0px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    background: #f7f7f7 url(/static/home/images/fujian.png) no-repeat 5px center;
    color: #1b7ded;
    border: 1px #eee solid;
    border-radius: 3px;
}

.file-show .file-item a:hover {
    background: #fff url(/static/home/images/fujian.png) no-repeat 5px center;
}

.sign-wrap {
    padding-top: 10px;
}

.sign-wrap .class-name {
    line-height: 28px;
    color: #333;
    padding-left: 20px;
    font-size: 14px;
    background: #f8f8f8;
}

.sign-wrap .sign-tiem:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.sign-wrap .sign-tiem {
    zoom: 1;
}

.sign-wrap .sign-tiem ul {
    list-style: none;
}

.sign-wrap .sign-tiem ul li {
    list-style: none;
    display: inline-block;
    margin: 10px;
}

.sign-wrap .sign-tiem ul li a {
    position: relative;
    height: 70px;
    width: 200px;
    background: #f8f8f8;
    border: 1px #eee solid;
    display: inline-block;
    border-radius: 5px;
}

.sign-wrap .sign-tiem ul li a:hover {
    border: 1px #c9dcee solid;
    background: #f8fdff;
}

.sign-wrap .sign-tiem ul li .head {
    position: absolute;
    height: 48px;
    width: 48px;
    left: 10px;
    top: 10px;
}

.sign-wrap .sign-tiem ul li .head img {
    height: 48px;
    width: 48px;
    border-radius: 48px;
    background: #fff;
}

.sign-wrap .sign-tiem ul li .name {
    position: absolute;
    left: 70px;
    bottom: 10px;
    line-height: 24px;
}

.sign-wrap .sign-tiem ul li .number {
    position: absolute;
    left: 70px;
    top: 10px;
    line-height: 24px;
}

.sign-wrap .sign-tiem ul li i {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 10px;
    border: 1px #999 solid;
    background: #eeeeee;
    border-radius: 20px;
}

.sign-wrap .sign-tiem ul li i.sign {
    border: 1px #008118 solid;
    background: #35da4e;
}
