body,
html{
  background-color: #fff;
}
.header {
  background-color: transparent;
  height: 70px;
  //line-height: 70px;
}
#header{
  /*background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.6));*/
  //position: fixed;
  height: 70px;
  z-index: 3000;
}
#wrapper, .content{
  #background-color: rgba(155,28,31,1);
}

.card-info,
#content,
#wrapper,
#content .more-url{
  #background-color: rgba(155,28,31,0) !important;
  #color: #ddd !important;
}
#content .more-url{
  color: #fff !important;
}
#content div{
  #display: none;
}
#content #iptv-content{
  display: inline;
}
#wrapper {
  min-height: calc(100% - 580px);
  padding: 40px 0 0 0;
}

#login-relative {
  overflow: hidden;
}

.menu a {
  font-size: 16px;
  line-height: 70px;
  margin-left: 25px;
}

.menu a:hover > li::before {
  border: none;
}

.menu a .live-logo {
  position: absolute;
  left: 0;
  top: 25px;
}

.logo {
  //margin-top: 11px;
}

.login {
  line-height: 70px;
}

.login .head-search-button {
  margin-right: 10px;
  float: left;
  margin-top: 29px;
  cursor: pointer;
}

.login .el-input {
  position: absolute;
  width: 200px;
  left: 0;
  top: 0;
  transition: all .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.login .el-input.active {
  left: -180px;
  opacity: 1;
  pointer-events: auto;
}

.login-dropdown {
  z-index: 5000!important;
}

#adv {
  background-color: rgba(155,28,31,0.85) ;
  height: 100%;
}
#adv .banners div{
  background-color: rgba(0, 0, 0, 0.0) !important;
}

.el-carousel__container {
  height: 420px;
}

.el-col-77 {
  width: 176.5px;
  float: left;
}

.el-col-55 {
  width: 50%;
  float: left;
}

.page-menu {
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: -40px;
}

.page-menu-item {
  float: left;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
  transition: all .2s ease-in-out;
  margin-bottom: 20px;
  color: #4C4948;
}

.page-menu-item:hover {
  color: #1B9EF3;
}

.page-menu-item.live-item img{
  position: absolute;
  left: 0;
}

.page-menu-item.live-item {
  padding-left: 30px;
}

.content-big-img {
  width: 346px;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.big-card-img {
  height: 252px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}

.notice-img {
  width: 242px;
  height: 136px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.multi-content-item__list {
  width: calc(100% - 346px);
}

.card-title.single-line {
  height: 19px; /*for ie index*/
  margin-bottom: 2px;
}

.more-url {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}

.hide1,
.hide2 {
  display: none;
}

.adv-slide-item {
  position: relative;
}

.adv-main .el-carousel__button {
  height: 6px;
}

.adv-slide-item__info {
  padding: 16px;
  padding-top: 40px;
  width: 250px;
  height: 350px;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.adv-slide-item__title {
  text-align: center;
  color: #eee;
  font-size: 24px;
  margin-bottom: 16px;
}

.adv-slide-item__content {
  color: #eee;
  font-size: 16px;
  height: 249px;
  overflow: hidden;
  text-align: left;
}

.adv-main .el-carousel__item img {
  width: auto;
  height: 100%;
}

#adv .adv-main .el-carousel__item {
  background-color: rgba(155,28,31,0.85) ;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

#content.m-top {
  margin-top: 70px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.adv-main {
  height: 100%;
}

.adv-main .el-carousel__item {
  text-align: center; 
}

#content {
  margin: 0 auto;
  background: #fff;
}

#notice-panel {
}


.el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 180px;
  margin: 0;
  text-align: center;
}

.el-carousel__item:nth-child(2n) {
   background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
   background-color: #d3dce6;
}

.el-carousel__item a {
  text-decoration: none;
}

.el-carousel__item img {
  width: 100%;
  height: 100%;
}

.notice-show-item {
  margin-bottom: 10px;
}

.notice-show-list .item__content {
  background: #d3dce6;
  height: 95px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.notice-show-list .item__img{
  height: 100%;
}

.notice-show-list .item__img img{
  width: 100%;
  height: 100%;
  border: none;
}

.notice-show-list .item__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
  background: rgba(0,0,0, .6);
  color: #fff;
  transform: translate(0,0);
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transition: all, .2s;
  -ms-transition: all, .2s;
  -webkit-transition: all, .2s;
  font-size: 12px;
}

.notice-show-item:hover .item__title{
  transform: translate(0,0);
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
}

#iptv-content{
  margin: 0 auto;
}

.content-item {
  margin-bottom: 16px;
}

.content-item__list {
  padding: 0 4px;
  transition: all, .2s;
  -ms-transition: all, .2s;
  -webkit-transition: all, .2s;
}

.content-item__title {
  font-size: 26px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.content-item__title img {
  margin-bottom: -10px;
}

.content-item__title > i {
  color: #5e9aea;
}

.content-item__title .more{
  font-size: 16px;
  margin-bottom: -10px;
}

.content-item__notice {
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 16px;
}

.notice-info {
  padding-top: 28px;
  width: 283px;
  height: 136px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 60px;
  position: relative;
}

.notice-title {
  width: 100%; 
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.notice-text {
  position: absolute;
  left: 20px;
}

.activity-notice {
  width: calc(100% - 10px);
  position: absolute;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.content-list-item {
  margin-bottom: 20px;
}

.content-item__card {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 94px;
  overflow: hidden;
  position: relative;
}

.card-img img{
  width: 100%;
  height: 100%;
}

.card-img:hover .mask {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.mask {
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  transition: all, .2s ease-in-out;
  -webkit-transition: all, .2s ease-in-out;
  -ms-transition: all, .2s ease-in-out;
}

.mask img{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

.card-title {
  margin: 5px 0 0 0;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.card-info__text1,
.card-info__text2{
  font-size: 12px;
  color: #bfbfbf;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card-info__text1 {
  width: 65px;
}

.card-info__text2 {
  width: calc(100% - 65px);
}

.card-info {
  color: #bfbfbf;
  font-size: 12px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 20px;
  line-height: 20px;
  transition: all, .2s ease-in-out;
  -webkit-transition: all, .2s ease-in-out;
  -ms-transition: all, .2s ease-in-out;
}

.rank-list {
  padding: 15px 20px;
  height: 361px;
  border: 1px solid #eee;
}

.list-title {
  font-size: 16px;
}

.button {
  font-size: 12px;
  margin-left: 4px;
  cursor: pointer;
  padding: 2px 4px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.button.active {
  color: #5e9bec;
  background: #d3ebf7;
}

.list-detail {
  list-style:none;
  padding: 0;
  margin-top: 11px;
}

.list-item {
  min-height: 25px;
  line-height: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  -ms-transition: color, .2s;
  -webkit-transition: color, .2s;
  overflow: hidden;
}

.list-item:hover {
  color: #FF7242;
}

.rank-number {
  width: 25px;
  height: 25px;
  background-color: #bfbfbf;
  color: #fff;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  float: left;
}

.list-item.top .rank-number {
  background-color: #5e9bec; 
}

.rank-list__img {
  height: 50px;
  width: 89px;
  margin-right: 15px;
}

.rank-list-info {
  color: #bfbfbf;
  font-size: 12px;
}

.rank-list__text-info {
  width: 160px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-text {
  color: #bfbfbf;
  font-size: 12px;
}

.rank-list-info {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-list__text-title {
  width: 96px;
  margin-right: 8px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.rank-list__info {
  width: 168px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1400px) {
  .notice-show-list .item__content {
    height: 105px;
  }
  .card-img {
    height: 105px;
  }
  #notice-panel .el-carousel__container {
    height: 220px !important;
  }

  .rank-list {
    height: 382px;
  }

  .list-item {
    margin-bottom: 11px;
  }

  .rank-list__text-info {
    width: 190px;
  }
}
@media screen and (max-width: 1074px) {
  /*#header {*/
    /*background: transparent;*/
  /*}*/
  /*.header{*/
    /*background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.6));*/
  /*}*/
}

@media screen and (max-width: 1160px) {
  .header,
  .footer {
    padding-left: 0;
  }
}


@media screen and (max-width: 1292px) {
  .wrapper,
  .footer{
    //width: 1058px !important;
    margin: 0 auto;
  }
  .hide {
    display: none;
  }
}
@media screen and (min-width: 1292px) {
  .wrapper,
  .footer{
    //width: 1202px !important;
    margin: 0 auto;
  }
  .el-col-77 {
    width: 200.5px;
  }
  .card-img {
    height: 108px;
  }
  .hide {
    display: none;
  }
  .content-big-img {
    width: 394px;
  }
  .big-card-img {
    height: 280px;
  }
  .multi-content-item__list {
    width: calc(100% - 394px);
  }
  .notice-img {
    width: 276px;
    height: 155px;
  }
  .notice-info {
    width: 321px;
    height: 155px;
    padding-right: 70px;
  }
  .adv-slide-item__info {
    width: 300px;
  }
}
@media screen and (min-width: 1580px) {
  .wrapper {
    //width: 1490px !important;
    margin: 0 auto;
  }
  #adv {
    background-color: rgba(155,28,31,0.85) ;
    //height: 520px;
  }

  .el-carousel__container {
    height: 520px;
  }
  .hide {
    display: hidden;
  }
  .el-col-77 {
    width: 248.5px;
  }
  .card-img {
    height: 135px;
  }
  .content-big-img {
    width: 490px;
  }
  .big-card-img {
    height: 334px;
  }
  .multi-content-item__list {
    width: calc(100% - 490px);
  }
  .notice-img {
    width: 301px;
    height: 169px;
  }
  .notice-info {
    width: 439px;
    height: 169px;
    padding-right: 190px;
  }
}
@media screen and (min-width: 1830px) {
  .wrapper {
    //width: 1740px !important;
    margin: 0 auto;
  }
  .hide,
  .hide1,
  .hide2 {
    display: block;
  }
  .el-col-55 {
    width: 33.3333333%;
  }
  .notice-info {
    width: 275px;
    height: 169px;
    padding-right: 30px;
  }

}

.subtitle {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
