.top {
    padding-top: 155.5px;
    background: url("/wap/images/fm/topBg.png") no-repeat center;
    width: 100%;
    height: 219px;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.firstNav {
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 65px;
    border-radius: 10px 10px 0px 0px;
    margin: 0 15px;
    background: #fff;
}

.firstNav li {
    width: 33.33%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #888888;
    background: #F4EDFF;

    position: relative;
}

.firstNav li.on {
    background: #fff;
}


.firstNav li:first-child {
    border-radius: 10px 0 0 0;
}

.firstNav li:last-child {
    border-radius: 0px 10px 0 0;
}

.on1 {
    border-bottom-left-radius: 10px !important;
}

.on2 {
    border-bottom-right-radius: 10px !important;

}

.grayBg {
    background: #F4F4F4;
    padding: 0 15px 20px;
}

.main {
    background: #fff;
    padding-bottom: 20px;
}

.secondNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    padding: 12.5px 13px 0;
}

.secondNav li {
    height: 34px;
    background: #F5F5F5;
    border-radius: 17px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 34px;
    margin-bottom: 13px;
}

.secondNav li.on {

    color: #FFFFFF;
    background: #956CF6;
}

.secondNav li.timeButton {
    width: 78.5px;
    height: 32px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    background: #fff;
}

.timeButton.hasTime {

    color: #222222;
}

.timeButton img {
    width: 12.5px;
    height: 13px;
    margin-right: 5px;
}

.list {
    /*margin-bottom: 25px;*/
    padding: 0 15px;
}

.listItem {

    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
}

.listItem a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;

}

.listItem:last-child {
    border-bottom: none;
}

.listItem img {
    width: 30px;
    height: 30px;
}

.title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
    margin-bottom: 10px;
}

.time {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #888888;
}

.pageButton {
    text-align: center;
    padding: 0 15px;
}

.pageButton button {
    width: 100%;
    height: 50px;
    background: #E7E8FF;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;

    color: #956CF6;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pageButton button img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.timeModal {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2

}

.timeModal .modal-dialog {
    width: 100%;
    height: 266px;
    background: #FFFFFF;
}

.timeModal .modal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    border-bottom: 1px solid #EEEEEE;
}

.timeModal .modal-title button {
    border: none;
    background: none;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    padding: 0 15px;
}

.timeModal .modal-title button:first-child {

    color: #999999;
}

.timeModal .modal-title button:last-child {

    color: #5457C0;
}

.timeModal .modal-body {
    height: 212.5px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.timeModal .modal-body ul {
    height: calc(100% - 10px);
    overflow-y: scroll;
}

.timeModal .modal-body ul {
    width: 50%;
}

.timeModal .modal-body ul li {
    width: 125px;
    height: 41px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #AAAAAA;
    line-height:41px;
}

.timeModal .modal-body ul li.on {

    background: #E8E9FF;
    font-weight: bold;
    color: #5457C0;
}