body, a, img, div, p, span, ol, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}
html {
    width: 100%;
    height: 100%;
}

img {
    display: flex;
}

body {
    font-size: .16rem;
    width: 100%;
    height: 100vh;
}

video {
    display: block;
    height: 100%;
}

.prism-player .prism-big-play-btn {
    left: 50% !important;
    bottom: 50% !important;
    transform: translate(-50%, 50%);
}

#audioCover {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 210px;
    z-index: 999;
}

.prism-info-display {
    padding: 0 !important;
}

.prism-player .prism-cover {
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
}

#app {
    width: 100%;
}

#app .select-box {
    height: 1.05rem;
    overflow: hidden;
}

#app .select-box ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding: .16rem 0 .5rem;
}

#app .select-box ul .line-box {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
}

#app .select-box ul .line-box > span {
    min-width: .02rem;
    min-height: .12rem;
    background: #DFE7F3;
    opacity: 0.93;
    margin: 0 .05rem;
}

#app .select-box ul li {
    position: relative;
    display: inline-block;
    min-width: .56rem;
    max-width: .56rem;
    min-height: .56rem;
    max-height: .56rem;
    margin: 0 .04rem;
    border: 1px solid rgba(146, 170, 207, 0);
    animation: scaleToSmall 150ms linear;
}

#app .select-box .inner-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 .01rem .04rem .01rem rgba(67, 127, 199, 0.28);
    border-radius: .1rem;
}

#app .select-box .inner-box img {
    width: 100%;
    height: 100%;
}

#app .audio-select {
    height: 1.17rem;
}

#app .audio-select ul li {
    margin: .14rem .04rem 0;
}

#app .audio-select ul li .pointer {
    width: .04rem;
    height: .29rem;
    position: absolute;
    top: -.18rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#app .select-box ul li:first-child {
    margin-left: .15rem;
}

#app .select-box ul li:last-child {
    /*margin-right: .15rem !important;*/
}

#app .select-box ul li.active {
    min-width: .7rem;
    max-width: .7rem;
    min-height: .7rem;
    max-height: .7rem;
    animation: scaleToBig 150ms linear;
}

#app .select-box ul .margin {
    min-width: .11rem;
    min-height: 100%;
}

@keyframes scaleToBig {
    from {
        min-width: .56rem;
        max-width: .56rem;
        min-height: .56rem;
        max-height: .56rem;
    }
    to {
        min-width: .7rem;
        max-width: .7rem;
        min-height: .7rem;
        max-height: .7rem;
    }
}

@keyframes scaleToSmall {
    from {
        min-width: .7rem;
        max-width: .7rem;
        min-height: .7rem;
        max-height: .7rem;
    }
    to {

        min-width: .56rem;
        max-width: .56rem;
        min-height: .56rem;
        max-height: .56rem;
    }
}

#app .top-panel {
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
}

#app .top-panel > span {
    position: relative;
    width: 50%;
    height: .41rem;
    line-height: .41rem;
    text-align: center;
    font-weight: 400;
    color: #333333;
    font-size: .17rem;
}

#app .top-panel > span.active::after {
    display: block;
    content: "";
    width: .15rem;
    height: .02rem;
    background-color: #143C82;
    border-radius: 2px;
    position: absolute;
    bottom: .04rem;
    left: 50%;
    transform: translateX(-50%);
}

#app .top-panel > span.active {
    color: #143C82;
    font-weight: bold;
}

#app .play-panel {
    /*padding-top: .17rem;*/
    background: linear-gradient(360deg, #FAFBFE 0%, #F4F5FC 100%);
}

#app .play-panel .audio-box {
    position: relative;
    width: 3.45rem;
    height: 1rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEF8FF 100%);
    box-shadow: 0 .02rem .07rem 0 rgba(67, 127, 199, 0.36);
    border-radius: 8px;
    margin: 0 auto;
}

#app .play-panel .audio-box .background {
    width: 1.16rem;
    height: 100%;
}

#app .play-panel .audio-box .audio-play {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
}

#app .play-panel .audio-box .name-box {
    position: absolute;
    left: 1.35rem;
    top: .29rem;
    font-size: .16rem;
    font-weight: bold;
    color: #2B2B2B;
    line-height: .2rem;
}

#app .play-panel .audio-box .name-box > span {

}

#app .play-panel .audio-box .name-box .playing {
    display: inline-block;
    width: .12rem;
    height: .12rem;
}

#app .play-panel .audio-box .name-box > p {
    font-size: .12rem;
    color: #143C82;
    line-height: .2rem;
    margin-top: .04rem;
}

#app .list-panel {
    padding: 0 .15rem;
}

#app .list-panel > .title {
    color: #143C82;
    line-height: .19rem;
    font-size: .16rem;
    margin: .15rem 0 .05rem;
    font-weight: bold;
}

#app .list-panel ul {
    display: flex;
    flex-wrap: wrap;
}

#app .list-panel ul li {
    display: inline-block;
    width: 1.68rem;
}


#app .list-panel ul li .title {
    font-size: .16rem;
    color: #2B2B2B;
    line-height: .2rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#app .list-panel ul li img {
    width: 1.68rem;
    height: .95rem;
    border-radius: 5px;
    overflow: hidden;
    margin: .1rem 0 .05rem;
}

#app .list-panel ul li:nth-child(2n-1) {
    margin-right: .09rem;
}