/* navigation */
.topNav_wrap {
  box-shadow: none;
}
.topNav_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #443b35;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    height: 70px;
}

.topNav_wrap .subjectSide_link {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    display: -webkit-box!important;
    font-size: 16px;
    height: 70px;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    width: 96%;
}

.topNav_wrap .topNav_next i, .topNav_wrap .topNav_prev i {
    color: rgb(255 255 255 / 87%);
    font-size: 16px;
}

.special_limitTime {
    background-color: #5c3f2c00!important;
}

.topNav_wrap .subjectSide_item.subjectSide_link-active:before {
    background-color: rgb(245 91 37);
    bottom: 5px;
    content: "";
    display: block;
    height: 70px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
}


/*title*/

.active-list-title {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    color: rgba(0,0,0,.87);
    font-size: 36px;
    font-weight: 700;
    margin: 30px 0 10px;
    position: relative;
    text-align: center;
    text-transform:uppercase;
}


.special_limitTime_content { margin-top: 20px; }



/* list */
.special_limitTime_list .time_info .progress span {
    background: #f65b26;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 40%;
}





