body {
    background: #F5F5F8;
}

.animation2 {
    -webkit-animation-duration: .4s;
    -webkit-animation-delay: .1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .4s;
    -moz-animation-delay: .1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    animation-duration: .4s;
    animation-delay: .1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_wrap {
    position: relative;
    min-width: 1280px;
    margin: 0 auto;
}
.main_wrap .ct {
    position: relative;
    width: 1120px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.ws_list_wrap {
    height: 640px;
    background-color: #fafafa;
    overflow: hidden;
}
.ws_list_wrap .top {
    margin: 34px 0 34px;
}
.ws_list_wrap .top .title {
  flex-shrink: 0;
  width: 144px;
  height: 40px;
  margin-right: 40px;
  background-size: contain;
  background-position: center center;
  background-image: url(/public/images/home/title-hot2.png?v2);
}
.ws_list_wrap .top .marquee {
    width: 1000px;
    overflow: hidden;
    font-size: 14px;
    float: left;
}
.ws_list_wrap .top .marquee a {
    margin-right: 30px;
    color: #168760;
}
.ws_list_wrap .top .marquee .albumName {
    color: #3f3fc6;
}
.ws_list_wrap .top .marquee .giftName {
    color: #b41826;
}
a.btn-more {
    font-size: 14px;
    color: #929292;
    float: right;
    display: block;
}
a.btn-more .more-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/arrow-right-sm.png);
    margin-left: 8px;
}
.ws_list_wrap .bottom .item-box {
    width: 160px;
    height: 242px;
}
.ws_list_wrap .bottom .item {
    float: left;
    margin-right: 76px;
    margin-bottom: 44px;
}
.ws_list_wrap .bottom .item:nth-child(1) {
    margin-right: 64px;
}
.ws_list_wrap .bottom .item:nth-child(4),
.ws_list_wrap .bottom .item:last-child {
    margin-right: 0;
}
.ws_list_wrap .bottom .item .cover {
    position: relative;
    cursor: pointer;
}
.ws_list_wrap .bottom .item .cover:before {
    position: absolute;
    width: 136px;
    height: 136px;
    top: 12px;
    left: 30px;
    z-index: 2;
    opacity: .6;
    border-radius: 3px;
    content: "";
    background-image: linear-gradient(180deg, #EAEAEA 0%, #D8D8D8 100%);
}
.ws_list_wrap .bottom .item .cover img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
}
.ws_list_wrap .bottom .item .cover .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: #000;
    opacity: 0;
    transition: opacity .5s;
}
.ws_list_wrap .bottom .item .cover .play-icon {
    display: none;
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/video_play.png);
}
.ws_list_wrap .bottom .item .cover:hover .play-icon {
  display: block;
}
.ws_list_wrap .bottom .item .cover:hover img {
  -webkit-transform: scale(1.07) translateZ(0);
  transform: scale(1.07) translateZ(0);
}
.ws_list_wrap .bottom .item .cover-img {
    position: relative;
}
.ws_list_wrap .bottom .item .cover-box {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
}
.ws_list_wrap .bottom .item .info {
    color: #fff;
    margin-top: 5px;
}
.ws_list_wrap .bottom .item .info .title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.ws_list_wrap .bottom .item .info .name {
    margin-top: 4px;
    font-size: 13px;
}
.ws_list_wrap .bottom .big-item-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 408px;
    height: 242px;
    padding: 0 24px 0 20px;
    border-radius: 10px;
    overflow: hidden;
}
.ws_list_wrap .bottom .big-item-box .cover-img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ws_list_wrap .bottom .big-item-box .cover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(87, 140, 138, 0.95);
}
.ws_list_wrap .bottom .big-item-box .cover {
    position: relative;
    margin-right: 32px;
    z-index: 2;
}
.ws_list_wrap .bottom .big-item-box .info {
    position: relative;
    z-index: 2;
}
.ws_list_wrap .bottom .big-item-box .title {
    color: #fff;
}
.ws_list_wrap .bottom .big-item-box .name {
    color: #fff;
    opacity: .7;
}

/* 编辑推荐 */
.ws_recommend_wrap {
    width: 100%;
    padding: 32px 0;
    background: #F8F8F8;
}
.ws_recommend_wrap .ws_rec_wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 0 80px 0;
}
.ws_main_wrap .recommend {
    display: flex;
    align-items: center;
}
.ws_main_wrap .recommend .title {
    width: 144px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/title-recommend2.png);
    margin-right: 40px;
}
.ws_main_wrap .recommend .btn {
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    margin-right: 24px;
    font-size: 13px;
    border-radius: 18px;
    background-color: #fff;
    cursor: pointer;
}
.ws_main_wrap .recommend .btn:hover,
.ws_main_wrap .recommend .btn.curr {
    color: #fff;
    background-color: #00BBB3;
}

.ws_main_wrap .song_wrap {
    display: flex;
    height: 662px;
    margin-top: 44px;
}
.ws_main_wrap .song_wrap .song_yc_wrap {
    width: 520px;
    margin-right: 80px;
}
.ws_main_wrap .song_wrap .song_fc_wrap {
    width: 520px;
}
.ws_main_wrap .song_wrap .top-line {
    display: flex;
    align-items: center;
}
.ws_main_wrap .song_wrap .top-line .title {
    margin-right: 20px;
    font-size: 22px;
}
.ws_main_wrap .song_wrap .top-line .more {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
}
.ws_main_wrap .song_wrap .top-line .left {
    display: flex;
    align-items: center;
}
.ws_main_wrap .song_wrap .top-line .playAll {
    display: flex;
    align-items: center;
    color: #00B0A8;
    font-size: 14px;
    cursor: pointer;
}
.ws_main_wrap .song_wrap .top-line .playAll .play-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/play-all.png);
}
.ws_main_wrap .song_wrap .top-line .exchange {
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}
.ws_main_wrap .song_wrap .top-line .exchange .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/exchange.png);
}
.ws_main_wrap .song_wrap .border-line {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 20px 0 28px;
    background-color: #eee;
}
.ws_main_wrap .song_wrap .border-line:before {
    position: absolute;
    width: 96px;
    height: 1px;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #454545;
    content: "";
}

.ws_main_wrap .song_wrap .big-item {
    display: flex;
    height: 128px;
    padding-top: 16px;
    margin-bottom: 12px;
    border-radius: 2px;
    background-color: #fff;
}
.ws_main_wrap .song_wrap .big-item .cover-box {
    position: relative;
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    margin: 0 16px 0 20px;
    border-radius: 8px;
    overflow: hidden;
}
.ws_main_wrap .song_wrap .big-item .cover-box .cover {
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
}
.ws_main_wrap .song_wrap .big-item .cover-box .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .5s;
}
.ws_main_wrap .song_wrap .big-item .cover-box .play-icon {
    display: none;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/video_play.png);
}
.ws_main_wrap .song_wrap .big-item .cover-box:hover .play-icon {
    display: block;
}
.ws_main_wrap .song_wrap .big-item .item-name {
    display: flex;
    align-items: center;
    width: 344px;
    font-size: 16px;
}
.ws_main_wrap .song_wrap .big-item .item-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 18px;
    padding: 0 6px;
    margin-left: 6px;
    color: #7764DA;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.ws_main_wrap .song_wrap .big-item .item-author {
    display: inline-block;
    margin: 4px 0;
    font-size: 12px;
    color: #929292;
}
.ws_main_wrap .song_wrap .big-item .item-info {
    margin-right: 40px;
    color: #929292;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.ws_main_wrap .song_wrap .item-list .item {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 2px;
}
.ws_main_wrap .song_wrap .item-list .item .item-name {
    flex-shrink: 0;
    display: block;
    max-width: 70%;
    margin-left: 20px;
    font-size: 14px;
}
.ws_main_wrap .song_wrap .item-list .item .btn-play {
    display: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/play.png);
}
.ws_main_wrap .song_wrap .big-item:hover .btn-play {
    display: block;
}
.ws_main_wrap .song_wrap .item-list .item .item-author {
    margin-left: auto;
    color: #929292;
    font-size: 12px;
    text-align: right;
}
/* end 编辑推荐 */

/* 热门专辑 */
.ws_special_wrap {
    height: 576px;
    background-color: #f3f3f3;
}
.ws_special_wrap .ct {
    overflow: visible;
}
.ws_special_wrap .top {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 40px;
}
.ws_special_wrap .top .title {
    width: 144px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/title-special2.png);
}
.ws_special_wrap .bottom .item {
    position: relative;
    float: left;
    width: 120px;
    margin-right: 80px;
    margin-bottom: 48px;
    text-align: center;
}
.ws_special_wrap .bottom .item:nth-child(6n) {
    margin-right: 0;
}
.ws_special_wrap .bottom .item .cover {
    position: relative;
    width: 150px;
    height: 136px;
    padding-right: 30px;
    padding-bottom: 16px;
    cursor: pointer;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/shadow.png);
}
.ws_special_wrap .bottom .item .cover .img-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
.ws_special_wrap .bottom .item .cover img {
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
}
.ws_special_wrap .bottom .item .cover .bg {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}
.ws_special_wrap .bottom .item .cover:hover .bg {
    display: flex;
}
.ws_special_wrap .bottom .item .cover .bg .icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/play-account.png);
}
.ws_special_wrap .bottom .item .cover .bg .txt {
    margin-top: 8px;
    color: #fff;
    font-size: 12px;
}
.ws_special_wrap .bottom .item .name {
    margin-bottom: 4px;
    font-size: 16px;
    cursor: pointer;
}
.ws_special_wrap .bottom .item .info {
    color: #929292;
    font-size: 12px;
}
/* end 热门专辑 */

/* 热门伴奏 */
.ws_accompany_wrap {
    min-height: 526px;
    margin-bottom: 20px;
    background-color: #fff;
}
.ws_accompany_wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin: 24px 0;
}
.ws_accompany_wrap .top .left {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/accompany-bg.jpg);
}
.ws_accompany_wrap .top .title {
    flex-shrink: 0;
    width: 144px;
    height: 40px;
    margin-right: 40px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/title-accompany2.png);
}
.ws_accompany_wrap .top .btn-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #5f5f5f;
}
.ws_accompany_wrap .top .btn-box .btn {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 36px;
    padding: 0 24px;
    margin-right: 24px;
    font-size: 13px;
    border-radius: 18px;
    background-color: #f8f8f8;
    cursor: pointer;
}
.ws_accompany_wrap .top .btn-box .btn:hover,
.ws_accompany_wrap .top .btn-box .btn.cur {
    color: #fff;
    background-color: #00B0A8;
}
.ws_accompany_wrap .top .btn-more {
    margin-left: 40px;
}
.ws_accompany_wrap .bottom .head {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
}
.ws_accompany_wrap .bottom .head .tr:nth-child(1) {
    margin-left: 75px;
}
.ws_accompany_wrap .bottom .head .tr:nth-child(2) {
    margin-left: 525px;
}
.ws_accompany_wrap .bottom .head .tr:nth-child(3) {
    margin-left: 158px;
}
.ws_accompany_wrap .bottom .head .tr:nth-child(4) {
    margin-left: 152px;
}
.ws_accompany_wrap .bottom .table {
    margin-top: 16px;
}
.ws_accompany_wrap .bottom .table .item {
    display: flex;
    align-items: center;
    height: 52px;
    font-size: 14px;
    border-radius: 2px;
}
.ws_accompany_wrap .bottom .table .item:nth-child(2n+1) {
    background-color: #f8f8f8;
}
.ws_accompany_wrap .bottom .table .item .order {
    width: 75px;
    text-align: center;
}
.ws_accompany_wrap .bottom .table .item .title {
    display: flex;
    align-items: center;
    width: 580px;
}
.ws_accompany_wrap .bottom .table .item a {
    display: inline-block;
    color: inherit;
}
.ws_accompany_wrap .bottom .table .item .name {
    width: 185px;
    color: #929292;
}
.ws_accompany_wrap .bottom .table .item a {
    display: inline-block;
    color: inherit;
}
.ws_accompany_wrap .bottom .table .item .uploader {
    width: 160px;
    color: #929292;
}
.ws_accompany_wrap .bottom .table .item .listen {
    width: 120px;
    text-align: right;
}
.ws_accompany_wrap .bottom .table .item .listenIco {
    width: 22px;
    height: 22px;
    margin-right: 50px;
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/listen.png);
}
/* end 热门伴奏 */
