
.live-courses .player {
    background-color: #eee;
    height: 471.94px;
    width: 100%;
    position: relative;
}

.questions-list {
    height: 610px;
}

.live-courses .player .hint-login {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
}

.live-courses .player .hint-login > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 51;
    display: block;
}

.live-courses .player .hint-login img {
    display: block;
    margin-bottom: 20px;
}

.questions {
    height: 610px;
}

.live-courses .player .hint-login a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    width: 77px;
    font-size: 14px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
}

.live-courses .player .hint-login a:first-child {
    margin-right: 15px;
}

.live-courses .player .hint-login a:hover {
    color: #ff7e0b;
    border: 1px solid #ff7e0b;
}

.live-courses .player .wrap {
    width: 100%;
    height: 100%;
    display: none;
}

.live-courses .player .wrap > div {
    width: 100%;
    height: 100%;
}

.live-courses .player video {
    display: block;
    width: 100%;
    height: 100%;
}

.live-courses .intro {
    padding: 7px 15px;
    height: 40px;
    border-top: 1px solid #b3b1b7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
    font-size: 0;
}

.live-courses .intro .pic {
    width: 25px;
    float: left;
    height: 25px;
}

.live-courses .intro b {
    line-height: 14px;
    font-size: 14px;
    padding: 0 14px 0 10px;
    border-right: 1px solid #999;
    margin-right: 15px;
    margin-top: 5px;
}

.live-courses .intro em {
    line-height: 14px;
    font-size: 13px;
    margin-top: 6px;
}

.live-courses .intro span {
    position: relative;
    font-size: 14px;
    top: -1px;
}

.live-courses .intro > .r > div {
    margin-left: 20px;
    font-size: 0;
    cursor: pointer;
    margin-top: 3px;
}

.live-courses .intro > .r > div:last-child {
    position: relative;
}

.live-courses .intro > .r > div:last-child:hover .share {
    display: block !important;
}

.live-courses .intro > .r > div > i {
    margin-right: 10px;
}

.live-courses .intro > .r > div .iconbofang {
    color: #fff;
    font-size: 18px;
}

.live-courses .live-course--list .foreshow__default {
    padding: 0 !important;
    text-align: center;
    line-height: 134px !important;
    color: #ff7e0b;
    font-size: 16px;
    background-color: #f2f2f2;
}

.live-courses .live-course--list li {
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
    padding: 15px 10px 0;
    height: 134px;
    width: calc(100% / 7 - 61px / 7);
    overflow: hidden;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.live-courses .live-course--list li:last-child {
    margin-left: 0;
}

.live-courses .live-course--list li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.live-courses .live-course--list li.status3 {
    background-color: #f2f2f2;
}

.live-courses .live-course--list li.status3:after {
    content: '预告';
    background-color: #999999;
}

.live-courses .live-course--list li.status1 {
    background-color: #f2f2f2;
}

.live-courses .live-course--list li.status1:after {
    content: '回放';
    background-color: #f6a623;
}

.live-courses .live-course--list li.status2 {
    background-color: #f2f2f2;
}

.live-courses .live-course--list li.status2:after {
    content: '正在直播';
    background-color: #ff5763;
}

.live-courses .live-course--list li.current {
    background-color: #fff;
    border: 1px solid #ff7e0b;
}

.live-courses .live-course--list li.current:after {
    content: '正在播放';
    background-color: #ff7e0b;
}

.live-courses .live-course--list li p {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-courses .live-course--list li span {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-content--item {
    width: 182px;
    float: left;
    padding: 15px 10px 10px 10px;
    border-right: 1px solid #ebe4df;
    border-top: 1px solid #ebe4df;
}

.course-content--item:first-child, .course-content--item:nth-child(2), .course-content--item:nth-child(3), .course-content--item:nth-child(4), .course-content--item:nth-child(5), .course-content--item:nth-child(6) {
    padding-top: 0;
    border-top: 0;
}

.course-content--item:nth-child(6n+1) {
    padding-left: 0;
}

.course-content--item:nth-child(6n+6) {
    padding-right: 0;
    border-right: 0;
}

.course-content--item .cover {
    display: block;
    overflow: hidden;
    background-position: center right;
}

.course-content--item .cover.bg1 {
    /*background: url("../../images/bg1.png") no-repeat;*/
    background-size: auto 100%;
    background-position: -35px;
}

.course-content--item .cover.bg2 {
    /*background: url("../../images/bg2.png") no-repeat;*/
    background-size: auto 100%;
    background-position: -35px;
}

.course-content--item .cover p {
    color: #7267ac;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 25px;
    width: 115px;
}

.course-content--item .cover span {
    display: block;
    color: #758699;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 40px;
    padding-left: 20px;
}

.course-content--item .cover img {
    display: block;
    width: 182px;
    height: 106px;
    font-size: 0;
}

.course-content--item .name {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin: 5px 0;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course-content--item .name-strategy {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-content--item > div {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course-content--item span {
    color: #999999;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.course-content--item p {
    color: #ff5763;
    font-size: 20px;
}

.course-content--item em {
    font-size: 12px;
    display: inline-block;
}

.course-content--item b {
    display: inline-block;
}

/*------------------------首页结束--------------------*/
/*----------------------课程列表页---------------------*/
.edulist-content {
    margin-top: 20px;
}

.edulist-item {
    width: 207px;
    padding: 20px;
    float: left;
    border-right: 1px solid #ebe4df;
    border-top: 1px solid #ebe4df;
}

.edulist-item:first-child, .edulist-item:nth-child(2), .edulist-item:nth-child(3), .edulist-item:nth-child(4), .edulist-item:nth-child(5) {
    padding-top: 0;
    border-top: 0;
}

.edulist-item:nth-child(5n+1) {
    padding-left: 0;
}

.edulist-item:nth-child(5n+5) {
    padding-right: 0;
    border-right: 0;
}

.edulist-item .iconvip {
    line-height: 20px;
    font-size: 35px;
    margin-left: -3px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #ff7e0b;
}

.edulist-item .cover {
    display: block;
    height: 124px;
    font-size: 0;
}

.edulist-item .cover img {
    display: block;
    width: 100%;
    height: 100%;
}

.edulist-item .name {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 5px 0;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.edulist-item span {
    color: #999999;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

/*-------------课程列表页-结束-------------------------*/
/*-----------------------------------------------------*/
.latest-answer {
    padding-left: 20px;
    width: 300px;
}

.latest-answer .ask-r {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-answer .ask-r .mCSB_scrollTools {
    visibility: hidden;
}

.latest-answer .ask-r .scroll {
    width: 100%;
    height: 555px;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-answer .ask-r .scroll .ask-r--content {
    width: 100%;
    height: 100%;
}

.latest-answer .online__answer {
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebe4df;
    padding: 10px;
}

.latest-answer .online__answer > .ques__textarea {
    border-bottom: 1px solid #ebe4df;
}

.latest-answer .online__answer > .ques__textarea textarea {
    resize: none;
    width: 100%;
    height: 100%;
    font-size: 13px;
    border: solid 0;
    outline: none;
    color: #333;
}

.latest-answer .online__answer > .ques__textarea textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 13px;
}

.latest-answer .online__answer > .ques__textarea textarea:-moz-placeholder {
    color: #999999;
    font-size: 13px;
}

.latest-answer .online__answer > .ques__textarea textarea::-moz-placeholder {
    color: #999999;
    font-size: 13px;
}

.latest-answer .online__answer > .ques__textarea textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 13px;
}

.latest-answer .online__answer .bottom {
    color: #333;
    margin-top: 9px;
}

.latest-answer .online__answer .bottom li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.latest-answer .online__answer .bottom i {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.latest-answer .online__answer .bottom i > img {
    width: 100%;
    height: 100%;
}

.latest-answer .online__answer .bottom span {
    display: block;
    line-height: 28px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

.latest-answer .online__answer .bottom .actived {
    color: #ff7e0b;
}

.latest-answer .online__answer .bottom .actived i {
    border: 1px solid #ff7e0b;
}

.latest-answer .online__answer .bottom button {
    width: 57px;
    height: 28px;
    text-align: center;
    line-height: 29px;
    background-color: #ff7e0b;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
}

.main-bg {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ebe4df;
}

.quesList .scroll {
    height: 611px;
    overflow: hidden;
}

.quesList .scroll .mCSB_dragger_bar {
    background-color: #ffe7d1 !important;
}

.quesList .scroll .mCSB_draggerRail {
    display: none !important;
}

.quesList .scroll .mCSB_scrollTools {
    left: calc((100% + 1px)) !important;
}

.video-js {
    height: 100%;
    width: 100%;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em;
}

.video-js .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

.video-js .vjs-time-control {
    display: block;
}

.video-js .vjs-remaining-time {
    display: none;
}
