/* 1 */
.album-con[data-v-383d9816] {
    max-width: 1400px;
    min-width: 700px;
    margin: 0 auto;
    padding-top: 24px;
}
.album-con .album-items[data-v-383d9816] {
    float: left;
    cursor: pointer;
}
.album-con .album-items[data-v-383d9816]:not(:nth-of-type(10n)) {
    margin-right: 20px;
}
.album-con .album-items>a[data-v-383d9816] {
    display: block;
    width: 260px;
    position: relative;
}
.album-con .album-items>a>.album-items-pic[data-v-383d9816] {
    width: 260px;
    height: 260px;
    border-radius: 4px;
    overflow: hidden;
}
.album-con .album-items>a>.album-items-pic>img[data-v-383d9816] {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.album-con .album-items>a>.album-items-title[data-v-383d9816] {
    height: 44px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #272727;
    line-height: 22px;
    transition: all .3s;
    overflow: hidden;
}
.album-con .album-items>a>.album-items-title>p[data-v-383d9816] {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iconweibiaoti-2:before {
    content: "";
    position: absolute;
    top: 100px;
    left: 100px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: url(../images/bf.png) no-repeat;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.album-con .album-items:hover .album-items-pic>img[data-v-383d9816] {
    transform: scale(1.2);
}
