@charset "utf-8";
body {
    background: #111;
}
/*容器*/
.container {
    width: 7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #111;
    position: fixed;
    top: 1.1rem;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    z-index: 2;
    box-shadow: 2px -5px 5px #000000;
    -moz-box-shadow: 2px -5px 5px #000000;
    display: none;
}
.container .abouttitle {
    width: 7.5rem;
    height: 1rem;
    line-height: .5rem;
    text-align: center;
    margin: 1rem auto 0rem auto;
}
.container .abouttitle p {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0rem 0rem 0rem;
}
.container .works {
    width: 7rem;
    height: auto;
	min-height: 9rem;
    overflow: hidden;
    margin: 0rem .25rem;
}
.container .works ul {
    padding: .3rem 0rem .2rem 0rem;
    margin: 0rem 0rem .2rem 0rem;
    overflow: hidden;
    border-bottom: .02rem dotted #3C3C3C;
}
.container .works ul li {
    height: auto;
    line-height: .5rem;
    min-height: .5rem;
    overflow: hidden;
    font-size: .25rem;
    color: #e4e4e4;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container .works ul li img {
    width: 7rem;
}
