.container {
    background-color: #F7F7F7;
}
.card {
    width: 100%;
    padding: .32rem .28rem;
    background-color: #FFFFFF;
}
.card:not(:last-child) {
    border-bottom: 1px solid #E1E2E3;
}
.card .title {
    font-size: .28rem;
    font-family: HYQiHei-GZS, HYQiHei;
    font-weight: bold;
    color: #333333;
    line-height: .28rem;
}
.card .sub {
    font-size: .28rem;
    font-family: TimesNewRomanPSMT;
    color: #191919;
    line-height: .36rem;
    margin-top: .28rem;
    padding-bottom: .1rem;
}
.card .sub:not(:last-child) {
    border-bottom: 1px solid #E1E2E3;
}
.card .sub .sub_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.card .sub .sub_top .sub_id {
    align-self: flex-start;
    margin-right: .1rem;
}
.card .sub .sub_top .sub_content {
    max-width: 5.52rem;
}
.card .sub .sub_title {
    max-width: 5.52rem;
    font-size: .26rem;
    font-family: HYQiHei-EZS, HYQiHei;
    font-weight: normal;
    color: #6A6A6A;
    line-height: .32rem;
    margin-top: .2rem;
}
.card .sub .sub_play_icon {
    width: .44rem;
    height: .44rem;
    margin-left: auto;
    margin-right: .2rem;
}
.card .sub .sub_play_icon img {
    display: block;
    width: .44rem;
    height: .44rem;
}
.card .sub .sub_play_icon .sub_play_icon-play {
    width: .44rem;
    height: .44rem;
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.card .sub .sub_play_icon .sub_play_icon-pause {
    width: .44rem;
    height: .44rem;
    background-image: url("../images/play.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.logo {
    width: 2rem;
    height: .8rem;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: .4rem auto;
}
.search {
    width: 1.56rem;
    height: .92rem;
    background-image: url("../images/back.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: .14rem;
    right: .14rem;
}