* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    box-sizing: border-box;
    font-weight: normal;
}

.icon-gengduo {
    color: #333 !important;
}

a {
    text-decoration: none;
    color: #999;
}

ul {
    list-style: none;
}

img {
    border: none;
}

body {
    background-color: #EFF1F8;
}

.bg-grey {
    background-color: #f2f2f4;
    width: 100%;
    height: auto;
}

.content {
    width: 1120px;
    margin: 0 auto;
    height: auto;
}

#divContent {
    position: relative;
    top: -18px;
}

.complete {
    width: 60px;
    position: relative;
    top: 5px;
    left: 0;
}

.avbar-header .navbar-brand {
    width: 1120px;
    margin: 0 auto;
}

.navbar-brand .navbar-brand-text {
    position: relative;
    display: inline-block;
    border-left: 1px solid #000;
    font-size: 22px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}

.navbar-brand-text {
    margin-left: 6px;
}

.navbar-default .navbar-brand {
    color: #424242;
}

.navbar-brand {
    padding-left: 20px;
}

.navbar-header {
    height: 66px;
    background-color: #fff;
    margin-bottom: 20px;
    padding-top: 13px;
}

.tab-block {
    width: 100%;
    height: 580px;
}

    .tab-block .tab-buttons {
        width: 100%;
        height: 50px;
        background-color: #fafafa
    }

        .tab-block .tab-buttons .nav_text {
            width: 65%;
            float: left;
        }

        .tab-block .tab-buttons .btn_all {
            width: 35%;
            float: left;
        }

            .tab-block .tab-buttons .btn_all .btn_list {
                float: right;
                margin-right: 10px;
            }

            .tab-block .tab-buttons .btn_all .btn_item {
                display: inline-block;
                border: 1px solid #757575;
                padding: 5px;
                margin-top: 12px;
                font-size: 12px;
                color: #828482;
                margin-left: 10px;
            }

.yqcr-details dl dd.new > i::after {
    background: #212121;
    border: 1px solid #212121;
}

.yqcr-details dl dd > i::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';
    border: 1px solid rgba(0,0,0,.87);
}

.one {
    color: #153796 !important;
}

.three {
    color: #1190EE !important;
}

.four {
    color: #1A449C !important;
}

.five {
    color: #28A050 !important;
}

.six {
    color: #FE4940 !important;
}

.seven {
    color: #FF722A !important;
}

.eight {
    color: #BD2627 !important;
}



.tab-block .tab-buttons .tab-button {
    padding: 0 12px;
    float: left;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 50px;
    position: relative;
    cursor: pointer
}

    .tab-block .tab-buttons .tab-button.cur {
        background-color: #fff;
        color: #333
    }

        .tab-block .tab-buttons .tab-button.cur:after {
            content: '';
            position: absolute;
            top: 46px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #1183ff
        }

.tab-block .tabs {
    width: 100%;
    background-color: #F0F2F9;
    padding-left: 0px;
}

    .tab-block .tabs .tab-item {
        width: 100%;
        height: 100%;
        /*padding: 20px;*/
        display: none
    }

        .tab-block .tabs .tab-item.active {
            display: block
        }

.question-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(./images/question-icon.png) center no-repeat;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

.tracklist-header {
    display: flex;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.gather {
    padding: 20px;
    background-color: #fff;
}

.tracklist-header .yqcr-ps {
    position: relative;
    width: 25%;
    min-width: 220px;
    max-width: 240px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: flex;
    padding: 10px;
    color: #212121;
    background: #fff;
    -webkit-box-align: center;
}

.waves-effect {
    display: inline-flex;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    box-shadow: none;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ps-bgcolor-40 {
    padding: 0px 10px;
    line-height: 35px;
    background-color: #43a047 !important;
    text-align: center;
}

.ps-bgcolor-00 {
    padding: 0px 10px;
    line-height: 35px;
    background-color: #e5e5e5 !important;
    text-align: center;
}

.ps-bgcolor-11 {
    padding: 0px 10px;
    line-height: 35px;
    background-color: #1183ff !important;
    text-align: center;
}

.ps-bgcolor-39 {
    padding: 0px 10px;
    line-height: 35px;
    background-color: #003a9b !important;
    text-align: center;
}

.icon-success_no_circle {
    font-size: 25px;
}

.yqcr-ps [data-name] {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

    .yqcr-ps [data-name] > p {
        overflow: hidden;
        line-height: 20px;
    }

        .yqcr-ps [data-name] > p:nth-child(2) {
            font-size: 12px;
        }

.tracklist-header .yqcr-transit-mid {
    position: relative;
    display: flex;
    width: 35%;
    min-width: 240px;
    max-width: 320px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.yqcr-transit-mid {
    padding: 10px;
    background-color: #fff;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
}

    .yqcr-transit-mid > div.from {
        padding: 0 5px 0 0;
        text-align: right;
    }

    .yqcr-transit-mid > div {
        position: relative;
        display: flex;
        width: calc(50% - 18px);
        -webkit-box-align: center;
        align-items: center;
    }

        .yqcr-transit-mid > div .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            opacity: .16;
        }

.is-bdcolor-01 {
    border-color: #43a047 !important;
}

.yqcr-transit-mid > div .bg > div {
    height: 100%;
    opacity: .5;
}

.yqcr-transit-mid > div > .btn-icon {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.yqcr-transit-mid > div .base-info {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

    .yqcr-transit-mid > div .base-info > div {
        position: relative;
    }

        .yqcr-transit-mid > div .base-info > div span {
            display: block;
            overflow: hidden;
            line-height: 20px;
            color: #212121;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .yqcr-transit-mid > div .base-info > div span {
            display: block;
            overflow: hidden;
            line-height: 20px;
            color: #212121;
        }

        .yqcr-transit-mid > div .base-info > div i {
            display: block;
            overflow: hidden;
            font-size: 12px;
            font-style: normal;
            line-height: 16px;
            color: #003a9b;
        }

.yqcr-transit-mid > div.transfer {
    width: 36px;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-youjiantou {
    margin: 0 auto;
}

.yqcr-transit-mid > div {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .yqcr-transit-mid > div.to {
        padding: 0 0 0 5px;
    }

.yqcr-transit-mid > div {
    position: relative;
    display: flex;
    width: calc(50% - 18px);
    -webkit-box-align: center;
    align-items: center;
}

    .yqcr-transit-mid > div .base-info {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

        .yqcr-transit-mid > div .base-info > div {
            position: relative;
        }

            .yqcr-transit-mid > div .base-info > div span {
                display: block;
                overflow: hidden;
                line-height: 20px;
                color: #212121;
            }

            .yqcr-transit-mid > div .base-info > div i {
                display: block;
                overflow: hidden;
                font-size: 12px;
                font-style: normal;
                line-height: 16px;
                color: #003a9b;
            }

.yqcr-last-event-pc {
    display: flex;
    padding: 10px;
    cursor: pointer;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #fff;
}

.yq-panel-tracklist .tracklist-item .tracklist-header p {
    margin: 0;
}

.yqcr-last-event-pc > p {
    display: -webkit-box;
    overflow: hidden;
    line-height: 20px;
    color: #212121;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

    .yqcr-last-event-pc > p time {
        padding-right: 6px;
        line-height: 20px;
        color: #212121;
    }

.yqcr-last-event-pc {
    cursor: pointer;
}

.tracklist-details {
    max-height: 99999px;
    transition-timing-function: cubic-bezier(.5,0,1,0);
    transition-delay: 0s;
    overflow: hidden;
    transition: max-height .2s cubic-bezier(0,1,0,1) -.1s;
    margin-top: 30px;
}

.yqcr-details {
    position: relative;
    background: #fff;
}

    .yqcr-details dl {
        padding: 0 10px;
        margin-bottom: 0;
        margin-top: 0;
    }

        .yqcr-details dl dt {
            padding: 8px 0;
            font-weight: 400;
            color: #757575;
        }

            .yqcr-details dl dt > span:nth-child(1) {
                text-transform: capitalize;
            }

            .yqcr-details dl dt > span:last-child {
                color: #bdbdbd;
            }

        .yqcr-details dl dd.new {
            font-weight: 500;
            color: #212121;
        }

        .yqcr-details dl dt + dd {
            background-repeat: no-repeat;
            background-position: 0 10px;
        }

.shuxian {
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #e5e5e5;
    position: absolute;
    top: 25px;
    left: 1px;
    z-index: 100;
}

.yqcr-details dl dd > i {
    position: absolute;
    top: 6px;
    left: -6px;
    display: inline-block;
    line-height: 0;
    background: #fff;
    border: 3px solid #fff;
    transform: rotate(45deg);
}

.yqcr-details dl dd > div > time {
    width: 170px;
    overflow: hidden;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.yqcr-details dl dd > div > time {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yqcr-details dl dd > div > p {
    margin: 0;
}

.yqcr-details dl dd {
    position: relative;
    margin-left: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAPoCAIAAAB747gKAAAACXBIW…UxAQAgAASh0/4hP4oJbAALZ1t1K0mSJEmSJEmSJEmf3gC3RgpwJcmhyQAAAABJRU5ErkJggg==) left repeat-y;
}

    .yqcr-details dl dd > div {
        position: relative;
        display: flex;
        padding: 4px 0 4px 10px;
        margin-left: 20px;
    }

.yqcr-details dl dt > span:last-child {
    color: #bdbdbd;
}

.yqcr-details dl dt {
    font-weight: 400;
}

.des-block,
.ori-block {
    font-family: Roboto,"Microsoft Yahei",sans-serif;
    font-size: 14px;
    line-height: 1.57142857;
    color: #757575;
}
