body, div, ul, li, p, form, fieldset, legend, input, textarea, img, section, article, button, textarea {
    padding: 0;
    margin: 0;
}
#app, body, html {
    height: 100%;
}
body{
    background: #fff;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: rgba(144,147,153,.3);
    border-radius: 10px;
}
.content{
    margin: 0 auto;
}
.home .content{
    display: flex;
    flex-direction: column;
    min-height: 87.5vh;
}
@media (min-width:1301px) {
    .content {
        width: 55%;
    }
}
@media (max-width: 1300px){
    .content{
        width: 850px;
    }
}
.live-info .live-info-lef, .live-info {
    display: flex;
    align-items: center;
}
.live-info {
    justify-content: space-between;
    height: 100px;
}
.el-image__inner{
    height: 70px;
}
.keyword-input{
    display: inherit;
}
.keyword-input .keyword{
    box-sizing: border-box;
    padding: 0px 40px;
    margin: 0;
    width: 266px;
    height: 40px;
    color: #666;
    border: none;
    border-right: none;
    outline: none;
    border-radius: 7px 0 0 7px;
    background: #f2f2f2;
}
.keyword-input .btn {
    cursor: pointer;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #0084ff!important;
    border-radius: 0 7px 7px 0;
}
.live-banner{
    display: flex;
    height: 200px;
}
.swiper-slide img {
	width: 100%;
    height: 100%;
	display: block;
}
.swiper-pagination-bullet{
    background: #9b94c0;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #fbfbfb;
}
.live-content {
    flex: 1;
    margin-top: 10px;
}
.el-tabs__content {
    overflow: hidden;
    position: relative;
}
.topic-tabs {
    margin-top: 9px;
    height: 43px;
    overflow: hidden;
}
.topic-tabs1{
    height: unset;
}
.topic-tabs .topic-tabs-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 50px;
}
.topic-tabs .topic-tabs-content .topic-tab-item {
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 1%;
    margin-bottom: 12px;
    min-width: 7%;
    height: 32px;
    font-size: 14px;
    color: #555555;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #f8f8f8;
}
.topic-tabs .topic-tabs-content .topic-tab-item-active {
    color: #fff;
    background: #0084ff!important;
}
.topic-tabs .topic-tabs-content .topic-tab-item-active a {
    color: #fff;
}
.toggle-btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #0084ff;
    border-bottom: 10px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.toggle-btn1 {
    position: absolute;
    right: 0;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 20px solid #0084ff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-lives{
    margin: 0 auto;
}
.list{
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.list .live-card {
    margin-bottom: 30px;
}
.live-card {
    cursor: pointer;
    position: relative;
    width: 23%;
    margin-right: 1.99%;
    overflow: hidden;
}
.live-card .status-bar {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1;
}
.live-card .status-bar .text {
    width: 23.49%;
    min-width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.not-begun-class{
    background: #0aab8a;
}
.start-class {
    background: #0bc303;
}
.suspend-class{
    background: #c30350;
}
.stop-class{
    background: #037ae0;
}
/* .live-card .status-bar .views{
    width: 32.74%;
    min-width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: rgba(32,33,36,.6);
    border-radius: 0 0 4px 0;
} */
.live-card .cover {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    border-radius: 4px;
    overflow: hidden;
}
.live-card .cover .cover-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: transform 1.5s;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.el-image__inner1 {
    vertical-align: top;
}
.el-image__error, .el-image__inner1, .el-image__placeholder {
    width: 100%;
    height: 100%;
}
.list-nav{
    display: flex;
    justify-content: space-between;
    margin-top: 20px; 
}
.list-nav-title{
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.list-nav-line{
    width: 70%;
    height: 1px;
    background: #f3f3f3;
    margin-top: 14px;
    padding: 0 30px;
}
.list-nav-more{
    line-height: 1.7;
    font-size: 16px;
    cursor: pointer;
}
.live-card .name, .live-card .time {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.live-card .name {
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #202124;
}
.live-card .time {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #919499;
}
.text-center {
    text-align: center !important
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
    display: block;
}
.cd-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 4px;
}
.cd-pagination>li {
    display: inline;
}
.cd-pagination>li>a {
    color: rgba(0,0,0,.88);
    background: #ececec;
    position: relative;
    float: left;
    margin: 4px;
    padding: 0;
    min-width: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
}
.cd-pagination>li.active>a, .cd-pagination>li.active>a:focus, .cd-pagination>li.active>a:hover {
    background-color: #0081e6;
    opacity: 1;
    transform: translateY(0);
    color: #fff;
    cursor: default;
}
.es-footer {
    position: relative
}

.footersite {
    display: inline-flex;
    text-align: center;
}

@media (max-width: 425px) {
    .footersite {
        display: block;
    }
}

.es-footer .copyright {
    background: #212121;
    border-top: 1px solid #444;
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
    color: #c1c1c1
}

@media (max-width: 767px) {
    .es-footer .copyright {
        padding: 10px 0;
        line-height: 20px
    }
}

.es-footer .copyright a {
    color: #c1c1c1;
    display: inline-block
}

.es-footer .copyright a, .es-footer .copyright a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.es-footer .copyright a:hover {
    color: #fff
}

.es-footer .copyright #license-picture > img {
    width: 20px;
    height: 20px
}

.es-footer-link {
    background: #2e2e2e;
    padding: 55px 0;
    border-bottom: 1px solid #111
}

@media (max-width: 767px) {
    .es-footer-link {
        padding: 20px 0
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
  }
  @media (min-width:768px) {
    .container {
      width: 740px
    }
  }
  @media (min-width:992px) {
    .container {
      width: 960px
    }
      .footersitess{
          margin:0 auto;
          width: 90%;
      }
  }
  @media (min-width:1200px) {
    .container {
      width: 1160px
    }
      .footersitess{
          margin:0 auto;
          width: 78%;
      }
  }
  .mlm {
    margin-left: 10px !important
}
		
	