/*精选专辑详情页*/
.layout-albums-details .plus_Footer,
.layout-featured-albums .plus_Footer{
    background: none;
}

.layout-albums-details {
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 72px;
}

/*banner*/
.albums-title {
    width: 100%;
    height: 500px;
    background: url("//js.ibaotu.com/revision/plus/img/world/img_global_photo-2.png") center no-repeat;
    background-size: cover;
    padding-top: 78px;
}

.albums-title-video {
    background: url("//js.ibaotu.com/revision/plus/img/world/img_global_video-2.png") center no-repeat;
    background-size: cover;
}

.albums-title-music {
    background: url("//js.ibaotu.com/revision/plus/img/world/img_global_music-2.png") center no-repeat;
    background-size: cover;
}

.albums-title .center {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.albums-title .p-text,
.albums-title .span-title {
    display: block;
    text-align: left;
}

.albums-title .p-text {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.albums-title .p-text span {
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #633e15;
    background: linear-gradient(90deg, #fedc9b, #ffc375);
    border-radius: 11px 11px 11px 0;
    margin-left: 8px;
    letter-spacing: 0;
}

.albums-title .p-text a {
    display: block;
    float: right;
    height: 100%;
    line-height: 24px;
    color: #999;
    font-size: 16px;
    letter-spacing: 0;
}

.albums-title .p-text a i {
    display: inline-block;
    font-size: 13px;
    vertical-align: 1px;
}

.albums-title .p-text a:hover {
    color: #FFB311;
}

.albums-title .span-title {
    text-align: left;
    margin: 0;
    font-size: 54px;
    line-height: 56px;
    color: #613C14;
}

.albums-title .div-text {
    display: block;
    line-height: 16px;
    font-size: 16px;
    color: #999;
    margin: 20px 0 40px;
}

.albums-title .div-text em {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #999;
    padding-right: 18px;
    margin-right: 15px;
    font-weight: normal;
}

.albums-title .div-label,
.albums-pro-title .div-label {
    /*max-width: 740px;*/
    height: 33px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.albums-pro-title .div-label {
    margin-top: 30px;
    float: left;
}

.albums-title .div-label a,
.albums-pro-title .div-label a {
    display: inline-block;
    height: 100%;
    line-height: 30px;
    padding: 0 25px;
    color: #999;
    border: 1px solid rgba(153, 153, 153, 0.4);
    border-radius: 30px;
    font-size: 14px;
    margin-right: 12px;
    vertical-align: top;
}

.albums-title .div-label a:hover,
.albums-pro-title .div-label a:hover {
    border: 1px solid #333;
    color: #333;
}

/*列表*/
.div-albums-results {
    width: 1450px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(51,51,51,0.08);
    border-radius: 16px;
    padding: 30px 25px 20px;
    margin: -100px auto 30px;
}

.div-albums-results-ProMusic {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-top: -40px;
}

.div-albums-results-ProMusic  .album-music-featured ul li {
    margin-right: 15px;
}
.div-albums-results-ProMusic .album-music-featured ul li:nth-child(4n) {
    margin-right: 15px;
}

/*素材等待*/
.material-search-loading {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 18px;
    color: #FFB311;
}

.material-search-loading img {
    display: block;
    margin: 0 auto;
}

/*样机*/
.div-albums-results .item {
    width: 335px;
    height: 504px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    background: #34353C;
    position: relative;
    border-radius: 8px;
    padding: 0;
    border: none;
}
.AlbumsDetail-Images .div-albums-results .item{
    width: 335px;
    height: 504px;
}

.div-albums-results .item:nth-of-type(4n) {
    margin-right: 0;
}

.div-albums-results .item::after {
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    background: url('//js.ibaotu.com/revision/plus/img/user/loading-2.svg') center no-repeat;
    background-size: 78%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.div-albums-results .item-image,
.div-albums-results .item-image .lazyload-wrapper,
.div-albums-results .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in;
}

.div-albums-results .item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.div-albums-results .item-image .lazyload-wrapper {
    position: relative;
}

.div-albums-results .item-image::after,
.div-albums-results .item-image .lazyload-wrapper::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}

/*top*/
.div-albums-results .item-top {
    display: block;
    width: 100%;
    height: 54px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, transparent 100%);
    border-radius: 0 0 8px 8px;
    letter-spacing: 1px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
    transition: all 0.1s ease-in;
    padding-right: 10px;
}

.div-albums-results .item-top a {
    display: block;
    float: left;
}

.div-albums-results .item-top .item-title {
    width: 185px;
    height: 100%;
    line-height: 54px;
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.div-albums-results .item-top .item-collect {
    width: 28px;
    height: 28px;
    line-height: 28px;
    float: right;
    background: #fff;
    text-align: center;
    padding-left: 1px;
    margin-top: 12px;
    border-radius: 4px;
}

.div-albums-results .item-top .item-collect i {
    font-size: 19px;
    color: #999;
}

.div-albums-results .item-top .item-collect i:hover,
.div-albums-results .item-top .item-collect i.active {
    color: #FFB311;
}

.div-albums-results .item:hover .item-top {
    opacity: 1;
}

/*bottom*/
.div-albums-results .item-bottom {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0, transparent 100%);
    border-radius: 0 0 8px 8px;
    padding-left: 8px;
    padding-right: 6px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.1s ease-in;
    z-index: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div-albums-results .item-down {
    display: block;
    width: 220px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    border-radius: 48px;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    position: unset;
    margin: 20px auto;
    color: #613D14;
    max-width: 80%;
}

.div-albums-results .item-down:hover {
   opacity: 0.95;
}

.div-albums-results .item:hover .item-bottom {
    opacity: 1;
}

/*横图样式*/
.picture-new-horizontal {
    width: 100%;
    height: 100%;
    background: rgba(234, 234, 234, 1);
    position: relative;
}

.picture-new-hor-top,
.picture-new-hor-bottom {
    width: 100%;
    overflow: hidden;
}

.picture-new-hor-top {
    height: 55%;
    background: linear-gradient(0deg, rgba(234, 234, 234, 1), rgba(236, 236, 236, 1), rgba(215, 215, 215, 1));
}

.picture-new-hor-top .stencil {
    width: 90.14%;
    height: 73.19%;
    background: #ffffff;
    margin: 10% auto 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
}

.picture-new-hor-top .stencil .stencil-img {
    width: 96.53%;
    height: 94.71%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.picture-new-hor-top .stencil .stencil-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.picture-new-hor-bottom {
    height: 45%;
    background: #fff;
}

.picture-new-hor-bottom .stencil {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.picture-new-hor-bottom .stencil img {
    display: block;
    width: 100%;
    height: 100%;
}

.picture-new-hor-bottom .stencil i {
    display: block;
    width: 26.27%;
    height: 33.97%;
    background: url('//js.ibaotu.com/revision/img/classify/191025/icon_photo.png') center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.picture-new-hor-top .stencil::after,
.picture-new-hor-bottom .stencil::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}
/*横图样式END*/

/*竖图样式*/
.picture-new-vertical,
.picture-new-vertical .stencil {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.picture-new-vertical {
    width: 90.42%;
    height: 88.88%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.picture-new-vertical .stencil {
    width: 96.79%;
    height: 97.83%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.picture-new-vertical .stencil img {
    display: block;
    width: 100%;
    height: 100%;
}

/*精选专辑合集页面*/
.layout-featured-albums {
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 72px;
}

/*banner*/
.feature-title {
    width: 100%;
    height: 320px;
    background: url("//js.ibaotu.com/revision/plus/img/world/img_top_bg.jpg") center no-repeat;
    background-size: cover;
    padding-top: 176px;
}

.ul-feature-list {
    width: fit-content;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    text-align: center;
    border-radius: 18px;
    margin: 0 auto;
    padding: 0 26px;
}

.ul-feature-list li {
    display: inline-block;
    height: 100%;
    line-height: 37px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.ul-feature-list li i {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 5px;
}

.ul-feature-list li i.icon-sucai2 {
    font-size: 15px;
}

.ul-feature-list li:nth-of-type(2) {
    margin: 0 40px;
}

.layout-featured-albums .div-albums-results {
    width: 1450px;
    margin: 30px auto;
    padding: 30px 25px 15px;
}

/*tab 切换标签*/
.ul-switchTabs {
    width: 100%;
    height: 24px;
    margin: 0 0 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-switchTabs li {
    display: inline-block;
    color: #808080;
    height: 24px;
    padding: 0 13px;
    line-height: 24px;
    background: #F9FAFB;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-right: 9px;
    cursor: pointer;
    vertical-align: top;
}

.ul-switchTabs li.on {
    background: linear-gradient(90deg, #FFDC9E 0%, #FDC251 100%);
    color: #613C14;
}

/*列表*/
.featured-albums-lists {
    width: 100%;
    height: auto;
}

.featured-albums-lists ul {
    width: 100%;
    height: 100%;
}

.featured-albums-lists ul li {
    display: block;
    width: 335px;
    height: 188px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    float: left;
}

.featured-albums-lists ul li:nth-of-type(4n) {
    margin-right: 0;
}

/*选中样式*/
.featured-albums-lists ul li.selectActive {
    transform: translate(-4px, -4px);
    box-shadow: 0 4px 14px 0 rgba(10, 33, 64, 0.1), 4px 4px 0 0 #fdba49;
}

.featured-albums-lists a {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-albums-lists .image-wrapper {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.36s ease;
    position: relative;
}

.featured-albums-lists .image-wrapper img{
    position: absolute; /* 设置绝对定位，相对于外部容器进行定位 */
    top: 50%; /* 将图片的顶部与外部容器的垂直中心对齐 */
    left: 50%; /* 将图片的左侧与外部容器的水平中心对齐 */
    transform: translate(-50%, -50%); /* 使用 transform 属性将图片居中 */
    width: 100%; /* 设置图片宽度为 100% */
    height: 100%;
    object-fit: cover;
}

.featured-albums-lists a:hover .image-wrapper {
    transform: scale(1.08);
}

/*专辑底部样式*/
.image-bottom-album {
    width: 100%;
    height: 52px;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 0 0 22px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.image-bottom-album span,
.image-bottom-album p {
    display: block;
    text-align: left;
}

.image-bottom-album span {
    display: block;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
}

.image-bottom-album p {
    display: block;
    line-height: 12px;
    font-size: 12px;
    color: #ccc;
    margin: 7px 0 0;
}

.image-bottom-album em {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: normal;
}

.image-bottom-album span em {
    border: none;
    font-weight: normal;
    margin-right: 3px;
    padding: 0;
}

.image-bottom-album b {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    margin: 0 1px;
}

.image-bottom-album .div-album {
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(112, 113, 118, 0.4);
    text-align: center;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 20px;
}

.div-album i {
    font-size: 14px;
    color: #fff;
}

.div-album .icon-xiaosanjiao {
    font-size: 20px;
    padding-left: 2px;
}

.image-bottom-album.image-bottom-album-pro {
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 12px 0 0 20px;
    display: flex;
    justify-content: left;
}

.image-bottom-album.image-bottom-album-pro span {
    height: 17px;
    line-height: 17px;
    padding-right: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 9px;
}

.image-bottom-album.image-bottom-album-pro p {
    margin: 0;
    line-height: 20px;
    color: #ddd;
}

.featured-albums-lists .image-bottom-album-pro i {
    vertical-align: -1px;
    margin-right: 5px;
    font-size: 18px;
}

.pro-album-list .image-bottom-album-pro i {
    font-size: 14px;
    margin-right: 4px;
}

/*新增视频专辑*/
.album-Toggle {
    width: 1050px;
    height: 100px;
    background: #F9FAFB;
    border-radius: 10px;
    margin: -45px auto 50px;
    overflow: hidden;
    display: flex;
}

.album-Toggle a {
    display: block;
    width: 50%;
    height: 100%;
    padding: 20px 0 0 90px;
    justify-content: center;
}

.album-Toggle a:hover,
.album-Toggle a.active {
    background: linear-gradient(90deg, #FEEBCC 0%, #FED899 100%);
}

.album-Toggle p {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin: 0 12px 0 0;
}


.album-Toggle .icon_music::after,
.album-Toggle .icon_video::after,
.album-Toggle .icon_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("//js.ibaotu.com/revision/plus/img/world/icon_audio-2.png") center no-repeat;
    background-size: 50%;
}

.album-Toggle .icon_music,
.album-Toggle .icon_video,
.album-Toggle .icon_image {
    border-radius: 50%;
    background-color: #EAEBEC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.album-Toggle a:hover .icon_music,
.album-Toggle a:hover .icon_video,
.album-Toggle a:hover .icon_image,
.album-Toggle .active .icon_music,
.album-Toggle .active .icon_video,
.album-Toggle .active .icon_image {
    background: linear-gradient(90deg, #FFDC9E 0%, #FDC251 100%);
}

.album-Toggle .icon_video::after {
    background-image: url("//js.ibaotu.com/revision/plus/img/world/icon_videos-2.png");
}

.album-Toggle .icon_image::after {
    background-image: url("//js.ibaotu.com/revision/plus/img/world/icon_photo-2.png");
}

.album-Toggle span,
.album-Toggle em {
    display: block;
    float: left;
    text-align: left;
    font-weight: normal;
}

.album-Toggle span {
    width: 180px;
    padding-top: 12px;
    line-height: 24px;
    font-size: 24px;
    color: #808080;
}

.album-Toggle em {
    width: 150px;
    font-size: 12px;
    color: #CCCCCC;
    line-height: 13px;
    margin-top: 5px;
    text-indent: 1px;
}

.album-Toggle a:hover span,
.album-Toggle .active span {
    color: #613C14;
}

.album-Toggle a:hover em,
.album-Toggle .active em {
    color: #999999;
}

/*视频合集页面样式 START*/
.featured-album-video .video-play {
    overflow: hidden;
}
.featured-album-videos .video-play video{
    width: 100%;
    object-fit: cover;
}
.video-content-box .video-play video{
    width: 100%;
    object-fit: cover;
}


.featured-album-video .video-play,
.featured-album-video .video-play video {
    height: 100%;
    border-radius: 4px;
    position: relative;
}
.featured-album-video .show-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-album-video .show-image img {
    width: 100%;
    height: 100%;
    image-rendering: auto;
}

/*左上角角标*/
.pro-album-list .image-text,
.featured-albums-lists .video-text,
.featured-albums-music .image-text {
    display: block;
    width: 82px;
    height: 24px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    font-size: 12px;
    color: #f6f7fa;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    margin: 0;
    backdrop-filter: blur(10px);
}

.pro-album-list .image-text i,
.featured-albums-lists .video-text i,
.featured-albums-music .image-text i {
    display: inline-block;
    font-size: 12px;
    vertical-align: 0;
    margin-right: 4px;
}

/*中间icon*/
.featured-album-video .video-icon {
    width: 46px;
    height: 46px;
    line-height: 42px;
    background: rgba(33, 35, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    padding: 1px 0 0 2px;
}

.video-icon i {
    display: inline-block;
    font-size: 28px;
    color: #fff;
}

/*声音开关*/
.featured-album-video .video-sounds {
    display: none;
    cursor: pointer;
}

.video-sounds .video-close-btn,
.video-sounds .video-play-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    bottom: 11px;
    left: 12px;
    z-index: 9;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding-left: 2px;
    text-align: center;
}

.video-sounds .video-play-btn {
    display: none;
}

.video-sounds .video-close-btn p,
.video-sounds .video-play-btn p {
    display: none;
    width: 60px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    background: #fff;
    color: grey;
    font-size: 12px;
    border: 1px solid grey;
    position: absolute;
    top: 4px;
    left: 32px;
    z-index: 10;
}

.video-sounds .video-close-btn:hover,
.video-sounds .video-play-btn:hover {
    background: rgba(0, 0, 0, 0.4);
}

.featured-album-video:hover .video-sounds,
.video-sounds .video-close-btn:hover p,
.video-sounds .video-play-btn:hover p {
    display: block;
}

.featured-album-video:hover .video-text,
.featured-album-video:hover .video-icon,
.featured-album-video:hover .image-bottom-album {
    display: none;
}
/*视频合集页面样式END*/

/*视频详情列表页 START*/
.div-albums-results .featured-album-video {
    display: block;
    width: 335px;
    height: 188px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    float: left;
}
/*视频详情列表页 END*/

/*视频样机 START*/
.album-video-wrapper {
    width: 100%;
    height: auto;
}

.album-video-wrapper .global-qy {
    display: block;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    color: #613D14;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding: 0 8px;
}

.global-qy .icon-huiyuan {
    display: inline-block;
    font-size: 19px;
    vertical-align: -2px;
}

.global-qy em {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #a07e58;
    vertical-align: -1px;
    margin: 0 4px 0 3px;
}

.album-video-wrapper .global-qys {
    display: block;
    width: 58px;
    height: 28px;
    line-height: 28px;
    color: #fef4a1;
    font-size: 12px;
    text-align: center;
    background: linear-gradient(90deg, #fc835f, #ef3d2d);
    border-radius: 4px;
    font-weight: normal;
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 10;
}

.global-prototype-videos:hover .global-qy,
.global-prototype-videos:hover .global-qys {
    display: none;
}

.global-prototype-videos {
    display: block;
    width: 335px;
    height: 188px;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.global-prototype-videos:nth-of-type(4n) {
    margin-right: 0;
}

.global-prototype-videos .content-video {
    width: 100%;
    height: 100%;
}

.global-prototype-videos .video-box {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
}

/*视频操作盒子*/
.global-prototype-videos .video-other-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
}

/*左上角摄像机*/
.video-other-box .video-camera {
    display: block;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 10;
}

.global-prototype-videos .video-other-box .video-camera {
    right: 14px;
    top: 14px;
    left: unset;
}

.video-other-box .video-camera img {
    display: block;
    width: 100%;
    height: 100%;
}

/*右上角视频分辨率*/
.global-prototype-videos .video-other-box .video-resolution {
    display: block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 2;
}

/*底部视频信息以及时长*/
.video-other-box .a-title-box {
    opacity: 1;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    z-index: 2;
    background: #000;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.video-other-box .a-title-box .video-title {
    width: 61.8%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.video-other-box .a-title-box span {
    position: absolute;
    bottom: 10px;
}

.video-other-box .a-title-box .video-time {
    right: 20px;
}

/*右上角下载按钮*/
.video-other-box .video-two-box {
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 10px;
    z-index: 2;
    opacity: 0;
    transition: .23s;
}

.video-other-box .video-two-box .a-download-box {
    display: block;
    width: 80px;
    height: 28px;
    float: right;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #613D14;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 4px;
}

.a-download-box .iconfont {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.video-other-box .video-two-box .a-download-box:hover {
    opacity: 0.95;
}

/*收藏*/
.video-other-box .video-two-box .a-collect-box {
    display: block;
    width: 28px;
    height: 28px;
    float: right;
    background: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 5px;
    color: #999;
}

.video-other-box .video-two-box .a-collect-box:hover,
.video-other-box .video-two-box .a-collect-box.active {
    color: #FFB311;
}

/*声音开关*/
.video-other-box .video-sound {
    display: none;
    cursor: pointer;
}

.video-sound .video-close-btn,
.video-sound .video-play-btn {
    width: 24px;
    height: 24px;
    font-size: 20px;
    position: absolute;
    bottom: 11px;
    left: 12px;
    z-index: 9;
    color: #fff;
}

.video-sound .video-play-btn {
    display: none;
}

.video-sound .video-close-btn p,
.video-sound .video-play-btn p {
    display: none;
    width: 60px;
    padding: 3px 5px;
    text-align: center;
    background-color: #fff;
    color: grey;
    font-size: 12px;
    border: 1px solid grey;
    position: absolute;
    top: 2px;
    left: 22px;
    z-index: 10;
}

.video-sound .video-close-btn:hover,
.video-sound .video-play-btn:hover {
    color: #E3B970;
}

.video-sound .video-close-btn:hover p,
.video-sound .video-play-btn:hover p {
    display: block;
}

/*鼠标移入声音开关显示*/
.global-prototype-videos .video-box:hover .video-sound {
    display: block;
}

/*鼠标移入下载收藏显示*/
.global-prototype-videos .video-box:hover .video-two-box {
    opacity: 1;
    top: 10px;
}

/*鼠标移入摄像机、分辨率隐藏*/
.global-prototype-videos .video-box:hover .video-camera,
.global-prototype-videos .video-box:hover .video-resolution {
    display: none;
}

/*鼠标移入底部标题不显示*/
.global-prototype-videos .video-box:hover .a-title-box {
    opacity: 0;
}

/*视频盒子*/
.global-prototype-videos .video-content-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-content-box .video-play,
.video-content-box .video-play video {
    height: 100%;
    border-radius: 4px;
    position: relative;
}

.video-content-box .video-play video {
    height: 101%;
}

.video-content-box .video-play {
    overflow: hidden;
}

.video-content-box .show-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.video-content-box .show-image img {
    width: 100%;
    height: 100%;
    image-rendering: auto;
}
/*视频样机 END*/

/*图片素材左上角正版样式*/
.item-genuine {
    display: block;
    width: auto;
    height: 28px;
    color: #613D14;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 2;
    padding: 0px 8px;
}

.item-genuine .icon-huiyuan {
    display: inline-block;
    font-size: 19px;
    vertical-align: -2px;
}

.item-genuine em {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #a07e58;
    vertical-align: -1px;
    margin: 0 4px 0 3px;
}

.div-albums-results .item-top .item-genuines,
.global-qy-label {
    display: block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    color: #613D14;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 4px;
    float: right;
    font-size: 13px;
    margin: 12px 0 0 10px;
    text-align: center;
    padding-left: 6px;
}

.item-genuines i,
.global-qy-label i {
    display: inline-block;
    font-size: 12px;
    margin-left: -1px;
}

.div-albums-results .item:hover .item-genuine {
    display: none;
}

.global-prototype-videos .global-qy-label {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    z-index: 10;
}

.global-qy-label:hover {
    opacity: 0.9;
    color: #71481b;
}

.global-prototype-videos:hover .global-qy-label {
    display: block;
}

/*创意Pro专辑*/
.feature-title-pro {
    height: 445px;
    background: url(//js.ibaotu.com/revision/plus/img/pro/img_album_pro3-2.png) center no-repeat;
    background-size: cover;
    padding-top: 180px;
}

.feature-title-pro .ul-feature-list {
    background: none;
}

/*创意pro专辑页切换*/
.album-Toggle-pro {
    width: 810px;
    height: 80px;
    box-shadow: 0 10px 20px 0 rgba(33, 35, 42, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 60px auto 30px;
    overflow: hidden;
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.album-Toggle-pro a {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.album-Toggle-pro p {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 12px 0 0;
}

.album-Toggle-pro .icon_video {
    width: 34px;
    height: 35px;
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/icon_pro_video.png");
}

.album-Toggle-pro .icon_image {
    width: 36px;
    height: 36px;
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/icon_pro_image.png");
}

.album-Toggle-pro .icon_music {
    width: 41px;
    height: 35px;
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/icon_pro_music.png");
}

.album-Toggle-pro span {
    display: block;
    line-height: 24px;
    font-size: 24px;
    color: #999;
    letter-spacing: 2px;
}

.album-Toggle-pro a:hover,
.album-Toggle-pro a.active {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
}

.album-Toggle-pro a:hover span,
.album-Toggle-pro a.active span {
    color: #fff;
}

.div-albums-pro {
    width: 100%;
    height: auto;
    margin: -30px auto 30px;
    background: none;
}

.material-pro-list {
    width: 100%;
    height: auto;
}

.pro-album-nav {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto 40px;
}

.ul-album-switch {
    width: 1500px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
}

.ul-album-switch li {
    display: block;
    height: 100%;
    padding: 0 5px;
    margin-right: 20px;
    line-height: 16px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    float: left;
}

.ul-album-switch li.on,
.ul-album-switch li:hover {
    color: #FE5649;
    border-bottom: 2px solid #FE5649;
}

.pro-album-list {
    width: 1500px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
}

.pro-album-list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pro-album-list ul li {
    display: block;
    width: 360px;
    height: 202px;
    background: #FAFBFC;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pro-album-list ul li:nth-of-type(4n) {
    margin-right: 0;
}

.pro-album-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.pro-album-list ul li .div-wrapper {
    width: 100%;
    height: 202px;
    border-radius: 10px;
    overflow: hidden;
}

.pro-album-list ul li .image-wrapper {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.36s ease;
}

.pro-album-list ul li a:hover .image-wrapper {
    transform: scale(1.08);
}



/*创意pro素材详情列表页*/
.featured-albums-pro {
    width: 1500px;
    margin: 0 auto;
}

.featured-albums-pro ul li {
    width: 360px;
    height: 202px;
}

/*创意pro详情页*/
.div-albums-pro-results {
    width: 1500px;
    padding: 0;
    background: none;
    margin-top: -190px;
    background: transparent;
    box-shadow: none;
}

.div-albums-pro-results .item {
    width: 360px;
    height: 540px;
}

.div-albums-results .span-pro {
    display: block;
    width: 58px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: #fef4a1;
    background: linear-gradient(90deg, #fc835f, #ef3d2d);
    border-radius: 4px;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 10;
}

.div-albums-results .item:hover .span-pro {
    display: none;
}

/*创意pro视频*/
.div-albums-results-pro {
    width: 1500px;
    padding: 0;
    background: none;
    margin-top: -200px;
    margin-bottom: 50px;
    box-shadow: none;
}

.div-albums-results-pro .global-prototype-videos {
    width: 360px;
    height: 202px;
}

/*列表页*/
.albums-pro-title {
    width: 100%;
    height: 620px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.albums-pro-title-photo {
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/img_pro_photo-2.png");
}

.albums-pro-title-video {
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/img_pro_video-2.png");
}

.albums-pro-title-music {
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/img_pro_music-2.png");
}

.albums-pro-title .center {
    width: 1340px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}

.albums-pro-title .center::before {
    content: '';
    position: absolute;
    top: 56px;
    left: -7px;
    height: 60px;
    background: center no-repeat;
    background-size: cover;
}

.albums-pro-title-photo .center::before {
    width: 569px;
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/img_pro_photo-t.png");
}
.albums-pro-title-video .center::before {
    width: 540px;
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/img_pro_video-t.png");
}
.albums-pro-title-music .center::before {
    width: 548px;
    background-image: url("//js.ibaotu.com/revision/plus/img/pro/img_pro_music-t.png");
}


.albums-pro-title p {
    display: block;
    width: 100%;
    height: 28px;
    margin-bottom: 15px;
}

.albums-pro-title p em {
    width: 145px;
    height: 100%;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(90deg, #FA825F 0%, #EF3E2E 100%);
    border-radius: 17px 17px 17px 0;
    float: left;
    font-size: 16px;
    color: #ffdc7c;
    font-weight: normal;
}

.albums-pro-title span {
    display: block;
    width: 100%;
    font-size: 48px;
    line-height: 50px;
    color: #333;
    float: left;
    text-indent: -3px;
}

.albums-pro-title p a {
    display: block;
    float: right;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 16px;
}

.albums-pro-title p a i {
    display: inline-block;
    font-size: 13px;
    vertical-align: 1px;
}

.albums-pro-title p a:hover {
    color: #FFB311;
}

.albums-pro-title ul {
    display: block;
    width: 100%;
    float: left;
    height: 16px;
    text-align: left;
    margin: 20px 0 0;
}

.albums-pro-title ul li {
    display: inline-block;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    vertical-align: top;
    color: #999;
}

.albums-pro-title ul li i {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 3px;
    color: #999;
}

.albums-pro-title ul li i.icon-sucai2 {
    font-size: 15px;
    margin-right: 5px;
}

.albums-pro-title ul li:nth-of-type(1) {
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.albums-pro-title ul li:nth-of-type(2) {
    padding-left: 12px;
}

/*专辑详情页更多专辑推荐*/
.album-recommend-wrapper {
    width: 1500px;
    height: auto;
    margin: 0 auto;
}

.album-recommend-wrapper h3,
.div-albums-results-global h3,
.div-albums-results-music h3 {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-left: 13px;
    font-size: 24px;
    color: #333;
    text-align: left;
    position: relative;
    font-weight: normal;
    margin: -10px 0;
    letter-spacing: 1px;
    font-weight: 500;
}

.album-recommend-wrapper h3::after,
.div-albums-results-global h3::after,
.div-albums-results-music h3::after {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: linear-gradient(90deg, #f17d5f, #e34f43);
    position: absolute;
    top: 0;
    left: 0;
}

.div-albums-results-global h3,
.div-albums-results-music h3 {
    margin: 0 0 20px;
}

.div-albums-results-global h3::after,
.div-albums-results-music h3::after {
    background: #fed692;
}

.div-albums-results-music h3 {
    margin-bottom: 10px;
}

.pro-detail-album-list {
    height: 202px;
    overflow: hidden;
    margin: 30px auto 20px;
}

/*全球精选专辑详情页*/
.div-albums-results-global {
    margin: 0 auto 20px;
    padding: 30px 25px;
}

.div-albums-results-global ul {
    height: 188px;
    overflow: hidden;
    margin: 0 auto;
}

/*查看更多按钮*/
.albums-see-more {
    display: block;
    width: 220px;
    height: 54px;
    line-height: 54px;
    background: linear-gradient(-90deg, #daa045, #d9bc95);
    border-radius: 36px;
    text-align: center;
    font-size: 18px;
    color: #613c14;
    margin: 50px auto;
}

.albums-see-more i {
    display: inline-block;
    vertical-align: 1px;
    font-size: 15px;
    margin-left: -2px;
}

.albums-see-more:hover {
    opacity: 0.9;
    color: #613c14;
}

/*创意Pro音频专辑*/
.featured-albums-music {
    width: 1500px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.featured-albums-music ul
.album-music-featured ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.featured-albums-music ul li,
.pro-detail-album-list ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 31px;
}

.pro-detail-album-list.video ul li {
    margin-right: 20px;
}
.pro-detail-album-list.video ul li:nth-child(4n) {
    margin-right: 0;
}

.album-music-featured ul li{
    display: block;
    width: 275px;
    height: 250px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 31px;
}

.album-music-featured ul li {
    margin-right: 6px;
}

.featured-albums-music ul li:nth-of-type(5n),
.album-music-featured ul li:nth-of-type(5n),
.pro-detail-album-list ul li:nth-of-type(5n) {
    margin-right: 0;
}

.featured-albums-music ul li a,
.album-music-featured ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.featured-albums-music .music-img,
.featured-albums-music .music-cd,
.album-music-featured .music-img,
.album-music-featured .music-cd,
.pro-detail-album-list .music-img,
.pro-detail-album-list .music-cd {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured-albums-music .music-img,
.album-music-featured .music-img,
.pro-detail-album-list .music-img {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.featured-albums-music .music-cd,
.album-music-featured .music-cd,
.pro-detail-album-list .music-cd {
    width: 250px;
    height: 250px;
    background-image: url('//js.ibaotu.com/revision/img/qyvip/balck-bowen-2.png');
    margin: 0;
    position: absolute;
    top: 0;
    right: -5px;
}

.albums-music-bottom {
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 14px 0 0 15px;
    display: flex;
    justify-content: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

.albums-music-bottom span {
    height: 18px;
    line-height: 18px;
    padding-right: 10px;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    position: relative;
}

.albums-music-bottom span::after {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    opacity: 0.6;
    position: absolute;
    top: 1px;
    right: 0;
}

.albums-music-bottom span .icon_EJ {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('//js.ibaotu.com/revision/plus/img/pro/icon_ej.png') center no-repeat;
    background-size: cover;
    vertical-align: top;
    margin-right: 10px;
}

.albums-music-bottom p {
    display: block;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
    color: #bbb;
}

/*全球精选音频专辑*/
.album-music-featured {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.album-music-box .image-text {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: rgba(112, 113, 118, 0.4);
    padding: 0 10px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}

.album-music-box .image-text span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-music-box .image-text .icon_EJ {
    display: block;
    width: 18px;
    height: 17px;
    background: url('//js.ibaotu.com/revision/plus/img/pro/icon_ej.png') center no-repeat;
    background-size: cover;
    margin-right: 12px;
}

.albums-music-end {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.albums-music-end span,
.albums-music-end p {
    display: block;
    color: #999;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0;
}

.albums-music-end span {
    padding-right: 10px;
    border-right: 1px solid #999;
    margin-right: 10px;
}

.albums-music-end p em {
    font-weight: normal;
    color: #fff !important;
    margin: 0 1px;
}

/*音频详情页相关专辑*/
.div-albums-results-music {
    margin: 0 auto 20px;
    padding: 30px 25px 20px;
}

.div-albums-results-music ul {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

/*配乐专辑详情页样式*/
.div-albums-pro-results .music-prototype-wrapper {
    width: 360px;
}

.div-albums-pro-results .music-name-wrapper {
    width: 225px;
}

.div-albums-pro-results .music-time-bar {
    width: 205px;
}

.pro-detail-album-music {
    height: 250px;
}

.pro-detail-album-music ul li.featured-album-music {
    background: none;
}

.pro-detail-album-music ul li:nth-of-type(4n) {
    margin-right: 31px;
}

#proAlbum-all-music{
    width: 1500px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
}

#proAlbum-music-detail{
    margin-top: -200px;
    padding: 0;
    box-shadow: none;
}

#proAlbum-music-detail .music-prototype-wrapper {
    width: calc((100% - 60px)/4);
}


/* seo-topic start */
.topic .topic-bread {
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
}
.topic .topic-bread a {
    color: #333;
}
.topic .topic-bread a:hover {
    color: #F7D394;
}
.topic .topic-bread .arrow {
    margin: 0 3px;
}
.topic .image-bottom-album {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0;
}
.topic .featured-albums-lists ul li {
    width: calc((100% - 48px)/5);
    height: 190px;
    margin-right: 12px;
    border-radius: 8px;
}
.topic .featured-albums-lists ul li:nth-of-type(4n) {
    margin-right: 12px;
}
.topic .featured-albums-lists ul li:nth-of-type(5n) {
    margin-right: 0;
}
.layout-featured-albums .div-albums-results.topic,
.topic .div-albums-results {
    min-height: 50vh;
    width: 1680px;
}

.topic .div-albums-results .item-top .item-title  {
    width: calc(100% - 48px);
}

.layout-albums-details.topic .topic-bread {
    position: absolute;
    top: 110px;
    width: 1680px;
    left: 50%;
    transform: translateX(-50%);
}
.topic .seo-pagination-list.pagination-list {
    flex-direction: row;
    justify-content: center;
    margin: 60px auto 80px;
}

.topic .albums-title {
    min-height: 320px;
    height: auto;
    padding-bottom: 130px;
}

.topic .albums-title .albums-title-info {
    display: flex;
    justify-content: space-between;
    width: 1680px;
    margin: 0 auto;
    color: #333;
    font-size: 40px;
    font-weight: 600;
    >a {
        font-size: 18px;
        font-weight: normal;
    }
}

.topic .albums-title .albums-title-info.topic-desc {
   font-weight: 600;
   font-size: 16px;
   margin: 30px auto;
}
.topic .albums-title .albums-title-info.topic-desc p {
    max-width: 60%;
}

.topic .albums-title .albums-title-info.topic-related {
    justify-content: left;
}
.topic .albums-title .albums-title-info.topic-related>span,
.topic .albums-title .albums-title-info.topic-related>a {
    margin-right: 14px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.topic .albums-title .albums-title-info.topic-related>span {
    margin-right: 8px;
}
.topic .albums-title .albums-title-info.topic-updated {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-end;
    position: relative;
    top: -50px;
}

.topic .albums-title-info a {
    color: #333;
}

.topic .albums-title-info a:hover {
    color: #F7D394;
}

.topic-bottom {
    text-align: center;
    color: #333;
    margin: 50px 6.25vw;
}


/* seo-topic end */

/*1680响应式*/
@media screen and (max-width: 1680px) {
    /*整体盒子宽度*/
    .div-albums-results,
    .layout-featured-albums .div-albums-results {
        width: 1200px;
    }

    /*图片样机尺寸*/
    .div-albums-results .item {
        width: 272px;
        height: 410px;
    }

    .AlbumsDetail-Images .div-albums-results .item{
        width: 272px;
        height: 410px;
    }

    /*立即下载按钮*/
    .div-albums-results .material-search-list .item-top .item-title {
        width: 140px;
    }

    .div-albums-results .item-down {
        width: 200px;
        height: 46px;
        line-height: 46px;
    }

    /*精选专辑*/
    .featured-albums-lists ul li,
    .div-albums-results .featured-album-video {
        width: 272px;
        height: 153px;
    }

    /*视频响应式*/
    .global-prototype-videos {
        width: 272px;
        height: 153px;
    }

    /*精选专辑头部*/
    .albums-title .center,
    .albums-pro-title .center {
        width: 1050px;
    }

    /*创意Pro专辑响应式*/
    .ul-album-switch,
    .pro-album-list,
    .featured-albums-pro,
    .album-recommend-wrapper,
    .featured-albums-music {
        width: 1200px;
    }

    .pro-album-list ul li,
    .featured-albums-pro ul li {
        width: 285px;
        height: 160px;
    }

    .pro-detail-album-list,
    .pro-album-list ul li .div-wrapper {
        height: 160px;
    }

    .pro-album-list .a-bottom-wrapper .div-mask-wrapper {
        width: 160px;
        height: 58px;
        margin: 51px auto;
        padding-top: 10px;
    }

    /*创意Pro详情页响应式*/
    .div-albums-pro-results .item {
        width: 285px;
        height: 428px;
    }

    .div-albums-results-pro .global-prototype-videos {
        width: 285px;
        height: 160px;
    }

    /*全球精选专辑详情页响应式*/
    .div-albums-results-global ul {
        height: 153px;
    }

    .album-music-featured ul li {
        margin-right: 15px;
    }

    .album-music-featured ul li:nth-of-type(5n) {
        margin-right: 15px;
    }

    .album-music-featured ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    /*配乐专辑集合页*/
    .featured-albums-music ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    .featured-albums-music ul li:nth-of-type(5n) {
        margin-right: 31px;
    }

    /*配乐专辑详情页样式*/
    .div-albums-pro-results .music-prototype-wrapper {
        width: 285px;
    }

    .div-albums-pro-results .music-name-wrapper {
        width: 170px;
    }

    .div-albums-pro-results .music-time-bar {
        width: 140px;
    }

    .pro-detail-album-music {
        height: 250px;
    }

    .pro-detail-album-list ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    #proAlbum-all-music {
        width: 1200px;
    }


    /* seo-topic start */
    .layout-featured-albums .div-albums-results.topic,
    .topic .div-albums-results,
    .layout-albums-details.topic .topic-bread,
    .topic .albums-title .albums-title-info {
        width: 1450px;
    }

    /* seo-topic end */
}

@media screen and (max-width: 1440px) {
     /* seo-topic start */
     .layout-featured-albums .div-albums-results.topic,
     .topic .div-albums-results,
     .layout-albums-details.topic .topic-bread,
     .topic .albums-title .albums-title-info {
         width: 1300px;
     }
 
     /* seo-topic end */
}

.album-music-featured .music-cd{
    background-image: url(//js.ibaotu.com/revision/img/qyvip/balck-bowen-2.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: -10px !important;
}

.music-cd img{
    position: absolute;
    top: 26px;
    left: 26px;
    width: 197px;
}

.album-music-box:hover .music-cd{
    background-image: url(//js.ibaotu.com/revision/img/qyvip/black-bgc-2.gif) !important;
}

/*定义动画*/
.album-music-box:hover .music-cd img{
    -webkit-animation: spin 3s linear infinite ;
    animation: spinAudioImg 3s linear infinite;
}


@-webkit-keyframes spinAudioImg {
    from { /*动画起始状态*/
        -webkit-transform: rotate(0);
    }
    to { /*动画结束状态*/
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinAudioImg {
    from {
        transform:rotate(0);
    }
    to {
        transform:rotate(360deg);
    }
}

.proFeatured-PorMusic-update{
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    display: block;
    width: 82px;
    height: 24px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 12px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(246, 247, 250, 1);
    line-height: 24px;
}

.proFeatured-PorMusic-update img{
    vertical-align: sub;
    margin-right: 5px;
}

#proAlbum-all-music .albums-music-end span{
    display: block;
    border-right: 1px solid rgba(255, 255, 255, .6);
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    height: 18px;
    line-height: 18px;
    padding-right: 10px;
    max-width: 127px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#proAlbum-all-music .albums-music-end p{
    margin-bottom: 0;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #BBBBBB;
    /*margin-left: 10px;*/
    margin-top: 6px;
}

.music-erji-album{
    width: 18px;
    height: 16px;
    margin-top: -5px;
    margin-right: 8px;
}

.div-albums-results-ProMusic .album-music-featured{
    padding-left: 13px;
}

.album-music-featured #proFeatured-albumUl li{
    margin-bottom: 9px;
}
