.content {
    padding-top: 72px;
    background-color: #F5F5F5;
}

.live-header-wrap {
    background-color: #fff;
    height: 60px;
}

.live-header {
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live-header h2 {
    line-height: 58px;
    color: var(--theme-color);
    font-size: 18px;
    /*border-bottom: 2px solid var(--theme-color);*/
    float: left;
    font-weight: inherit;
}

.live-header ul {
    float: right;
    overflow: hidden;
}

.live-header ul li {
    float: left;
    margin-right: 12px;
}

.live-header ul li a {
    font-size: 16px;
    color: #666666;
    display: block;
    padding: 0 16px;
    line-height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.live-header ul li.on a {
    background-color: var(--theme-color);
    color: #ffffff;
}

.live-main {
    padding: 18px 0 36px 0;
}

.live-main .live-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.live-list li {
    width: 588px;
    height: 164px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 24px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.live-list li > .img_wrap {
    width: 292px;
    height: inherit;
}

.live-list li .txt {
    padding: 18px 16px 18px 10px;
    width: 296px;
}

.live-list li .txt h2 {
    width: 284px;
    font-weight: inherit;
    font-size: 16px;
    color: #444444;
}

.live-list li .txt .time {
    font-size: 14px;
    color: #999999;
    padding: 12px 0;
}

.live-list li .txt .time span {
    color: #ff363c;
}

.live-list li .txt .teacher {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
}

.live-list li .txt .teacher .img_wrap {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

.live-list li .txt .teacher span {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: block;
}

.live-list li .txt .price {
    display: flex;
    justify-content: space-between;
}

.live-list li .txt .price span {
    color: #fe7001;
    font-size: 18px;
    line-height: 32px;
}

.live-list li .txt .price a {
    display: block;
    width: 86px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fe7001;
    color: #fe7001;
    font-size: 14px;
    transition: all .5s;
}

.live-list li .txt .price a:hover {
    background-color: #fe7001;
    color: #ffffff;
}

.live-list li:hover {
    box-shadow: 0px 8px 15px #dbdbdb;
}

.price_wrap {
    display: flex;
    justify-content: flex-start;
    width: 174px;
}

.price_wrap > span {
    font-size: 30px !important;
    padding-right: 6px;
}

.price_wrap s {
    font-size: 12px;
    color: #999999;
    display: block;
}

.price_wrap b {
    color: #fe7001;
    font-size: 12px;
}

.live-title li {
    padding: 18px 0;
    font-size: 20px;
    margin-right: 24px;
    color: #444444;
}

.live-title li.active, .live-title li:hover{
    color: var(--theme-color);
}

.live-title li a {
    color: inherit;
}

.live-list li .txt .teacher-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
}
