.list-banner {
  min-width: 1200px;
  height: 360px;
}
.local-check input {
    height: 12px;
    margin-right: -2px;
}
.ul-type {
  width: 1200px;
  margin: 0 auto;
}
.ul-type,
.ul-kind {
  color: #999;
  font-size: 14px;
  line-height: 50px;
}

.ul-type li,
.ul-kind li {
  display: inline-block;
  margin-right: 40px;
  color: #666;
  cursor: pointer;
}

.ul-type li:hover,
.ul-kind li:hover {
  color: #FF5E5E !important;
}
.live-video-cate-title:hover{
    color: #ff0000 !important;
}
.ul-type .live-video-cate-hover:hover{
    color: #333 !important;
}

.ul-type-li-hover {
  color: #FF0000 !important;
}

.ul-kind li:hover {
  font-weight: bold;
  color: #FF3E3E;
}

.ul-kind-li-hover {
  font-weight: bold;
}

.lists {
  border: 1px solid #ebebeb;
  margin-top: 10px;
  padding: 0 35px 0 25px;
  margin-bottom: 50px;
}

.list {
  position: relative;
}

.list,
.list-right {
  display: flex;
  flex-direction: row;
}

.list img {
  width: 250px;
  height: 143px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px soild red;
}

.list-left {
  display: flex;
  flex-direction: column;
}

.list-left p {
  border-left: 2px dotted #ddd;
  width: 1px;
  display: inline-block;
  margin-right: 15px;
}
.dooted-top-none{
  border-left: none !important;
  height: 24px;
}

.dooted-top {
  height: 22px;
  margin-bottom: 2px;
}

.dooted-bottom {
  height: 147px;
}

.list-right {
  margin-left: 4px;
}

.live-time {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: bold;
}

.live-type {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
}

.course-title {
  word-break: keep-all;
  color: #222;
  font-size: 18px;
  width: 410px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

.course-name {
  color: #666;
  font-size: 14px;
  width: 410px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* display: inline-block; */
  overflow: hidden;
}

.course-info {
  color: #999;
  font-size: 14px;
}

.live-wrapper {
  width: 163px;
  margin-top: 4px;
  padding: 20px 0;
}

.course-info-wrapper {
  line-height: 37px;
  padding-top: 13px;
  width: 435px;
}

.icon-live {
  margin-top: 5px;
  margin-left: -11px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(//static-f.fwxgx.com/jzkt/image/play-red-72b4d0a1e50ef582d918a367892e562b.gif);
  background-color: #fff;
}

.list-right .go-comment-btn,
.list-right .go-comment-btn-hover {
  margin-left: 15px;
  margin-top: 55px;
}

.img-wrapper {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 1200px;
  margin: 0 auto;
}

.img-wrapper img{
  object-fit: cover;
}

.toast {
  height: 34px;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.icon-circle {
  border-radius: 100%;
  width: 10px;
  height: 12px;
  margin: 5px 0 5px -4px;
  background-color: #ddd;
}

.img-wrapper a{
  /*width: 1200px;*/
  display: inline-block;
}

.error {
  display: none;
  padding: 0 0 10px 3px;
  font-size: 12px;
  color: #f34509;
  height: 30px;
  position: absolute;
  right: 9px;
  bottom: 33px;
}

.course-teachers{
  max-width: 275px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  line-height: 37px;
  vertical-align: bottom;
}
/*分类*/
.cate-menu li{
  display: inline-block;
  margin-right: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #222222;
  /*font-weight:bold;*/
  cursor: pointer;
}
.cate-menu li:hover{
  font-weight:bold;
}
.cate-box{
  width: 1200px;
  padding: 0 0;
  margin: 0 auto;
  border-top: 1px dashed #D8D8D8;
}
.cate-menu-small li{
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 28px;
}
.cate-menu li.menu-active{
  color: #222222;
}
.cate-menu-small li.menu-active{
  color: #F62121;
}
.cate-menu-small li:hover{
  color: #F62121;
}
.position-relative{
  position: relative;
}
.top-live-a{
  color: #F62121!important;
  font-weight: bold;
}

.adv-main{
  position: relative;
}
.adv-main .adv-bg{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.adv-main .adv-img{
  width: 500px;
  height: 320px;
  border-radius: 5px;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  text-align: center;
}
.adv-main .adv-img img{
  border-radius: 5px;
}
.adv-main .adv-close{
  width:30px;
  height: 30px;
  background-position:-10px -633px;
  position: absolute;
  top: -28px;
  right: -35px;
  cursor: pointer;
}
.adv-main .adv-close:hover{
  background-position:-50px -633px;
}
.adv-main .adv-title {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 40px;
  padding-top: 32px;
}
.adv-main .adv-cate-ul{
  display: flex;
  justify-content: space-between;
  margin: 28px 36px;
}
.adv-main .adv-cate-ul li .adv-cate-img{
  width: 56px;
  height: 56px;
}
.adv-main .adv-cate-ul li{
  width: 64px;
}
.adv-main .adv-cate-ul li p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
  padding-top: 10px;
}
.adv-btn-a{
  width: 240px;
  height: 42px;
  background: #FF504C;
  border-radius: 5px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.adv-btn-a:hover{
  background: #ff5f5b;
}
.live-video-cate {
    display: flex;
    height: 60px;
    line-height: 60px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 0 4px;
}
.ul-type-cate{
    width: 1200px;
    margin: 0 auto;
}
.live-video-cate-title {
    font-size: 18px;
    color: #333!important;
    margin-right: 24px;
    cursor: pointer;
}
.live-video-cate-title.hover {
    font-size: 24px;
    color: #333!important;
    font-weight: bold;
}

.live-video-box{
    background: rgb(245, 247, 250);
    padding-bottom: 20px;
}
.live-video-cont{
    height: 790px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.live-video-cont-left{
    width: 181px;
    background: linear-gradient(180deg, #FFF4EF 0%, rgba(255, 244, 239, 0) 100%);
}
.live-video-cont-right {
    width: 1091px;
    background: #fff;
}
.live-video-date-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 24px;
}
.live-video-date {
    height: 44px;
    line-height: 44px;
    width: 157px;
    text-align: center;
}
li.live-video-date.hover {
    width: 157px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
}
.live-video-course-box {
    padding: 0 0 0 34px;
}
..live-video-course{
    padding-top: 24px;
}
.live-video-course-time {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
}
.live-video-course-time::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #FF0000;
    left: 0px;
    top: 5px;
}
.live-video-course-detail {
    display: flex;
    padding: 24px 0 23px;
    border-bottom: 1px solid #ebebeb;
}
.live-video-course-img-box {
    width: 261px;
}
.live-video-course-img {
    width: 261px;
    height: 148px;
    border-radius: 4px;
}
.live-video-course-info {
    width: 530px;
    padding: 0 16px;
    position: relative;
}
.live-video-course-section {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}
.live-video-course-title {
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
p.live-video-course-teacher {
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
.live-video-course-countdown {
    position: absolute;
    bottom: 5px;
    left: 16px;
    font-size: 12px;
}
.live-video-course-btn-a {
    width: 120px;
    height: 40px;
    display: inline-block;
    background: #F5F8FA;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    color: #FF3E3E;
}
.live-video-course-btn {
    text-align: center;
    padding-left: 20px;
}

.live-video-cate-hover{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.none-course-live{
    margin: 10px auto;
    border: none;
    background: #fff;
    border-radius: 8px;
}
.video-list{
    width: 1140px;
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
}
.icon-time {
    width: 17px;
    height: 16px;
    background-position: -18px -798px;
    margin-bottom: -2px;
    margin-right: 4px;
    margin: 4px 0 6px -7px;
}
.ul-type-li-hover span,.menu-active span {
    background: #F5F8FA;
    border-radius: 265px;
}
p.live-video-course-signup {
    font-size: 12px;
    color: #999999;
    padding-top: 8px;
}
i.icon.icon-checkbox {
    width: 17px;
    height: 16px;
    background-position: -323px -800px;
    margin-bottom: -2px;
    cursor: pointer;
}
.icon-checkbox:hover{
    background-position: -361px -800px!important;
}
.icon-checkbox.hover{
    background-position: -399px -800px!important;
}
.list-infor{
  width: 285px;
  background: #fff;
  border-radius: 3px;
  padding-bottom: 20px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  height: 260px;
  flex-shrink: 0;
  overflow: hidden;
}
.list-infor-new{
    border-radius: 8px!important;
    height: 272px!important;
    margin-bottom: 20px;
}
.list-infor p.txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #222222;
    margin: 18px 0 10px 0;
    padding: 0 12px;
    height: 20px;
}
.list-infor-new .txt{
    color: #333333!important;
    font-weight:bold;
    margin-top: 8px!important;
}
.img-infor-wh {
    overflow: hidden;
    position: relative;
}
.course-list-img-new {
    width: 261px !important;
    height: 148px !important;
    margin: 12px 12px 0 12px !important;
    border-radius: 4px;
}
.list-infor .infor-text {
    padding: 0 12px 4px;
    height: 30px;
}
.leaning-course {
    font-size: 12px;
    color: #999999;
}
.course-video-index-btn {
    padding: 0 12px;
}
.teacher-name-box{
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-video-index-btn .teacher-name {
    color: #333333;
    font-size: 14px;
    padding-top: 6px;
}
.live-text-time-playback {
    width: 110px;
    height: 32px;
    border-radius: 16px;
    background: #FFF3F1;
    color: #FF0000;
    line-height: 32px;
    text-align: center;
}
.live-text-time-playback span {
    color: #FF0000;
}
.video-play-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.list-infor-new:nth-child(4n){
  margin-right: 0;
}
.common-course-live-effectiveend {
    position: absolute;
    top: 19px;
    left: 8px;
    height: 24px;
    width: 145px;
    background: #F37200;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 0 12px 12px 0;
}
.common-course-live-effectiveend:after {
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 4px solid #A74E00;
    position: absolute;
    bottom: -4px;
}
.live-video-course-countdown span {
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
    padding-left: 2px;
}
.none-course.none-course-live img {
    padding-top: 200px;
}
.live-video-course-btn-a:hover {
    background: #FFE4E0 !important;
}
.live-video-course-ing .hot {
    background: url(//static-f.fwxgx.com/jzkt/image/play-red-72b4d0a1e50ef582d918a367892e562b.gif) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.live-video-course-ing span {
    padding-top: 4px;
    display: inline-block;
}
.videolist-top-tabs {
    position: fixed;
    top: 66px;
    background: #fff;
    width: 100%;
    z-index: 99;
}
.videolist-line {
    border-bottom: 1px dashed #D8D8D8;
}
.videolist-top-tabs>div {
    padding-top: 20px;
    padding-bottom: 17px;
}
.videolist-tab-item.active {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.videolist-tab-item {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #333333;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.play-content {
    padding-top: 62px;
}
.videolist-tab-item.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #FF353D;
    border-radius: 51px;
}
.play-content .ul-type {
    line-height: 22px;
}
.play-content .ul-type li {
    margin-bottom: 10px;
    line-height: 28px;
    color: #333;
}
.cate-menu-two {
    color: #666666;
}
.cate-menu-two {
    padding-bottom: 8px;
    padding-top: 17px;
}
.play-content .ul-type span {
    padding: 4px 16px;
}

.cate-menu-two li span {
    padding: 4px 16px;
}