      
    .one:hover .bdea{
        color: #000000;
    }
    .toptt:hover .bdea{
        color: #497eeb !important;
    }
    .bdea:hover{
        color: #497eeb;
     }
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;float:right;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 1200px;
        height: 100%;
        object-fit: cover;
      }
	  
	  .swiper-button-prev ,.swiper-button-next{
	     --swiper-navigation-color: white; /* 单独设置按钮颜色 */
		 --swiper-navigation-size: 40px;    /* 设置按钮大小 */
	  }
	  
	  .swiper-slide .detail {
		height:100px;
		background:rgba(0,0,0,.7);
		position:absolute;
		width:100%;
		bottom:0;
		color:#fff;
		opacity:0;
		transition:opacity .3s .3s;
	}
	.swiper-slide-active .detail {
		opacity:1;
	}
	.swiper-slide .detail h3 {
		/*width:950px;*/
		margin:15px auto 0;
	}
	.swiper-slide .detail p {
		/*width:950px;*/
		margin:5px auto 0;
	}
	.swiper-slide .detail p span {
		/*width:950px;*/
		display:block;
	}
	.one{
        width: 240px;
        height: 230px;
        border-radius: 10px;
        cursor: pointer;
        background: #fff;
        float: left;
        box-shadow: 0 0 5px 0 #bcbcbc;

       
	}
	.one:nth-child(5n){
        width: 240px;
        height: 230px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        float: left;
        background: #fff;
        display: inline-block;
        box-shadow: 0 0 8px 0 #bcbcbc;
        margin-right:0px;
	}
	.kabutu img:hover{
    transform:scale(1.1) ;
    transition: 0.5s linear;
	}
	.one:hover{
width: 240px;
	    box-shadow: 0 0 10px 0 #ffb6b9aa;
	}
	.two{
	    width:220px;
	    height:300px;
	    display: inline-block;
	    margin-left:20px;
	}
	.kabutu>.imgoo{
	    width: 240px;
	    height:200px;
        overflow: hidden;
        border-radius: 10px 10px 0px 0px;
	}
	.kabutu>.imgoo>img{
	    width:100%;
	    height: 100%;
	}
	.title{
	    font-size: 14px;
        color: #787878;
        text-align: center;
        height: 40px;
        line-height: 40px;

	}
	.content{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #787878;
    margin-left: 10px;
	}

	.huibeijing{
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.3);
	}
	.fen_lei{
	    width:1270px;
	    overflow: hidden;
	     

	    margin: 0 auto;
margin-top: 10px;
	}
	.zuo_fei{
        cursor: pointer;  margin-bottom: 30px;
	}
	.zuo_fei>li{
text-align: center;display: inline-block;background: linear-gradient(90deg, #979595 0, #7f7978 100%);
    border-radius: 100px;padding: 8px 34px;width:200px;margin-right: 8px;
	}
	.row_ok{
	    width: 100%;
	    overflow: hidden;
	}
	.row_ok>li{
	    width: 1270px;
	    height: 300px;
	    overflow: hidden;
	    display: none;
	}
	.zitis{
	    background-color: #000;
	    color: #fff;
	}
	img{
	    object-fit: contain;
	}
    body {
      margin: 0;
      font-family: 'Segoe UI', 'PingFang SC', Arial, sans-serif;
          background: linear-gradient(135deg, #23243a 100%, #3a3d5c 100%);
      min-height: 100vh;
      color: #222;
      overflow-x: hidden;
    }
    .main-layout {
      display: flex;
    }
    .main-content {
      flex: 1;
      display: flex;
      flex-direction: row;
      min-width: 0;
      justify-content: center;
      align-items: flex-start;
    }
    .live-area {
      border-radius: 18px;
      margin-right: 32px;
        min-width: 1000px;
    max-width: 520px;
    height: 652px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .anchor-avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      box-shadow: 0 2px 12px #ffb6b9aa;
      margin-bottom: 18px;
      object-fit: cover;
      border: 4px solid #fff;
    }
    .anchor-name {
      font-size: 1.5em;
      font-weight: bold;
      color: #ff4eb5;
      margin-bottom: 8px;
      letter-spacing: 1px;
    }
    .anchor-meta {
      color: #888;
      font-size: 1.08em;
      margin-bottom: 18px;
    }
    .anchor-video {
      width: 1000px;
      height: 680px;
      background: #eee;
      border-radius: 16px;
      box-shadow: 0 2px 12px #ffb6b9aa;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }
    .anchor-video img, .anchor-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
    }
    .anchor-video .live-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      background: #ff4e4e;
      color: #fff;
      font-size: 0.98em;
      font-weight: bold;
      border-radius: 8px;
      padding: 4px 12px;
      letter-spacing: 1px;
      box-shadow: 0 2px 8px #ffb6b9aa;
    }
    .anchor-desc {
      color: #444;
      font-size: 1.08em;
      background: #fff6f6;
      border-radius: 8px;
      padding: 12px 18px;
      margin-bottom: 10px;
      box-shadow: 0 2px 8px #ffb6b9aa;
      text-align: center;
    }
    /* 右侧推荐栏 */
    .rightbar {
      width: 240px;
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin-top: 0;
    }
    .recommend-title {
      color: #ff4eb5;
      font-weight: bold;
      font-size: 1.15em;
      margin-bottom: 10px;
      letter-spacing: 1px;
      text-align: center;
    }
    .recommend-list {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .recommend-item {
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 2px 12px #ffb6b9aa;
      cursor: pointer;
      transition: box-shadow 0.2s, transform 0.2s, border 0.2s;
      border: 3px solid transparent;
      background: #fff;
    }
    .recommend-item.active {
      border: 3px solid #ff4eb5;
      transform: scale(1.04);
      box-shadow: 0 4px 18px #ff4eb5aa;
    }
    .recommend-item img {
      width: 100%;
      height: 139px;
      object-fit: cover;
      display: block;
    }
    .recommend-item .live-badge {
      position: absolute;
      top: 8px;
      right: 8px;
      background: #ff4e4e;
      color: #fff;
      font-size: 0.92em;
      font-weight: bold;
      border-radius: 8px;
      padding: 2px 10px;
      letter-spacing: 1px;
      box-shadow: 0 2px 8px #ffb6b9aa;
    }
    .recommend-item .name {
      position: absolute;
      left: 10px;
      bottom: 8px;
      color: #fff;
      font-weight: bold;
      text-shadow: 0 2px 8px #000a;
      font-size: 1.08em;
      letter-spacing: 1px;
    }
    @media (max-width: 900px) {
      .main-content { flex-direction: column; align-items: center; }
      .rightbar { flex-direction: row; width: 100vw; margin: 0 0 18px 0; gap: 12px; }
      .recommend-list { flex-direction: row; gap: 12px; }
      .recommend-item img { height: 60px; }
      .live-area { margin: 0; }
    }