.topb{
    width: 100%;
    height:240px ;

}
.nava{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1280px;

}
.nav_but{
    text-align: center;
    color: #f0f0f0;
  margin-top: 4px;
   width:70px;
    line-height: 38px;
    height:40px;
    background-color: #2a8edd;
}
.foot{
    height: 180px;
    background-image: linear-gradient(to bottom, 	#4A4A4A, #8E8E8E);
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.moiveimg{
    width: 100%;
}
.moiveimga{

    width:240px;
    height: 178px;
}
.content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1280px;
}
.moviet{
    margin-top: 10px;
    width:240px;
    height:180px;

    text-align: center;

}
.mtext{
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mimg{
    width: 100%;height: 160px;
}
.tool{
    height: 24px;
    background-color: #6e7681;
    width: 100%;
    margin-bottom: 5px;
}
.ad{
    width: 100%;
    height:60px;
    background-color: #4476a7;
    margin-top: 12px;

    color: #f0f0f0;
    line-height: 58px;
    font-size: 24px;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination li a:hover {
    background-color: #f0f0f0;
}

.pagination li.active a {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination li.disabled a {
    color: #ccc;
    border-color: #ddd;
}
.playbox {
    width: 100%;
    height: 800px;
    position: relative; /* 确保子元素相对于此元素定位 */
    overflow: hidden; /* 防止内容溢出 */
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.myPlayer-dimensions{
    width: 100%;!important;
    height: 100%;!important;
}