@charset "utf-8";
.swiper-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 286px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-slide span {
    position: absolute;
    color: #fff;
    display: block;
    left: 0;
    bottom: 4px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    width: 100%;
    text-indent: 15px;
}

.swiper-pagination {
    background: #333;
    height: 4px;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    display: -webkit-flex;
}

.swiper-pagination span {
    border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    display: block;
    background: #333;
    height: 4px;
    overflow: hidden;
    -webkit-flex: 1;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #0a7bb0;
}



.index-list .tlist,
.index-list .alist,
.index-list .ask-pu {
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    background: #fff;
}

.index-list .tlist h2,
.index-list .alist h2,
.index-list .vlist h2 {
    color: #fff;
    background: url(../images/menu-bg.png) no-repeat center center;
    background-size: cover;
    line-height: 70px;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: 400;
    text-indent: 30px;
    margin: 0;
    padding: 0;
}

.index-list .ask-pu h2{
    color: #fff;
    background: url(../images/askpu_background_img.jpg) no-repeat center center;
    background-size: cover;
    line-height: 70px;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: 400;
    text-indent: 30px;
    margin: 0;
    padding: 0;
}

.index-list .tlist .more,
.index-list .alist .more,
.index-list .vlist .more {
    color: #fff;
    float: right;
    display: block;
    line-height: 50px;
    margin-top: -60px;
    margin-right: 30px;
    font-size: 1rem;
}

.index-list .tlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    background: #e5e5e5 url(../images/index-list-bg.gif);
}

.index-list .tlist li {
    display: block;
    width: 100%;
    height: 86px;
    line-height: 86px;
    overflow: hidden;
}

.index-list .song {
    display: block;
    color: #0a7bb0;
    text-decoration: none;
    text-indent: 30px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.index-list .songer {
    display: block;
    float: right;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #000;
    width: 30%;
}

.index-list .songer img {
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 15px 10px 15px 0;
    vertical-align: middle;
}

.index-list .alist .item {}

.index-list .alist .item img {
    display: block;
    width: 100%;
}

.index-list .alist .item p {
    padding: 10px 15px 30px 15px;
    margin: 0;
    line-height: 1.8rem;
}

.index-list .alist .item p big {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.vlist .items {
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
}

.vlist .item {
    width: 45%;
    margin: 30px 0;
}

.vlist .item img {
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.vlist .cover {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    margin-bottom: 5px;
}

.vlist .cover span {
    display: block;
    background: url(/templets/pu/images/play.png);
    background-size: cover;
    width: 70px;
    height: 70px;
    left: 133px;
    top: 60px;
    position: absolute;
}

.vlist .title {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.vlist .item .tag {
    clear: both;
    line-height: 1.4rem;
}

.vlist .item .tag strong {
    font-weight: 400;
    color: #3fafe4;
}

.vlist .item .tag a {
    color: #949494;
}

.vlist .t {
    margin-left: 8px;
    height: 3.2rem;
}

.vlist .t a {
    line-height: 2.4rem;
    color: #007CFF;
    font-size: 1.5rem;
    font-weight: 700;
}

.vlist .t {
    clear: both;
}