#main-content {
    padding-top: 40px;
}

.section-full h1 {
    width: 100%;
    text-align: center;
}



.image-collection {
    margin-top: 0px;
    margin-bottom: 60px;
}
.image-collection-title {
    width: 100%;
    height: 60px;
    margin: 60px auto 0;
    position: sticky;
    top: 60px;
    background-color: white;
    z-index: 10;
}
.image-collection-title span {
    height: 100%;
    border-bottom: 0.15rem solid #1088f2;;
    color: #262626;
    font-weight: bold;
    font-size: 0.7em;
}
.collection-main {
    background-color: rgb(247,248,249);
    border-top: 1px solid white;
    padding-bottom: 45px;
}
.collection-main .section-1200 {
    margin-top: 40px;
    overflow: hidden;
}
.collection-top {
    width: 1200px;
    height: 24px;
    margin-bottom: 22px;
}
.collection-top h2 {
    font-size: 20px;
    font-weight: 400;
}
.collection-top a {
    font-size: 14px;
}
.collection-top a::after {
    content: '\F105';
}
.collection-list {
    width: 2400px;
    height: 320px;
    flex-wrap: nowrap;
}
.collection-portion {
    width: 1200px;
    height: 100%;
}
.image-item {
    width: 285px;
    height: 320px;
    background-color: rgb(255,255,255);
    border-radius: 4px;
    overflow: hidden;
}
.circles {
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    height: 12px;
    width: 12px;
    border-radius: 4px;
    background-color: rgb(221,221,221);
    margin: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.circle.active-circle {
    background-color: rgb(16,136,242);
}

.collection-portion .img-box {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: block;
    position: relative;
}
.img-box .video-length {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5rem 0.5rem 0 0;
    font-size: .6rem;
    color: #fff;
    line-height: .9rem;
    background-color: rgba(0,0,0,.4);
    border-radius: 0.2rem;
    padding: 0 0.3rem;
}
.img-box .video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity .2s ease;
}
.img-box .video-button:hover {
    opacity: 1;
}
.img-box .video-button-inner {
    width: 2.4rem;
    height: 2.4rem;
}
.collection-portion .image-content {
    height: 130px;
    width: 100%;
    padding: 10px 13px;
}
.image-content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1.05rem;
    color: #000;
    cursor: pointer;
}
.equipment {
    font-size: .6rem;
    color: #999;
    margin: 0.2rem 0;
    height: 0.9rem;
    line-height: .9rem;
}
.equipment span {
    font-size: .6rem;
    color: #999;
    margin: 0.2rem 0;
    height: 0.9rem;
    line-height: .9rem;
    margin-right: 4px;
}
.equipment a {
    color: #1088f2;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}
.views-and-likes {
    font-size: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(238,238,238);
}
.views {
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.views span {
    color: #999;
}

.author-box {
    width: 100%;
    height: 24px;
    margin-top: 10px;
}
.author-box .author {
    width: 75%;
}
.avatar-box {
    height: 24px;
    width: 24px;
    margin-right: 6px;
}
.author-name {
    font-size: 12px;
    color: rgb(0,0,0,0.75);
    width: 75%;
}
.date-span {
    color: rgb(150,150,150);
    font-size: 12px;
}
