body {
	min-height: 1024px;
}

.ranking-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
}

.ranking-table tr {
	background: #F3F4F6;
}

.ranking-table td {
	padding: 12px 16px;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #F3F4F6;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb {
	background: #CBD5E1;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background: #94A3B8;
}
header {
width: 100%;display: block;	
}
.logo {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	clear: both;

}

.logBtn {
	float: right;
	margin-top: 30px
}

.logBtn button {
	border-radius: 4px;
	margin: 0 4px;
}

.logBtn .bg-primary {
	background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.logoImg {
	width: 201px;
	height: 60px;
	margin-top: 25px;
	float: left;
	margin-bottom: 15px;
}

.banner {
	width: 100%;
	height: 300px;
	background: url(../images/banner.jpg) no-repeat top center;
	background-size: 100% 170%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.banner_txt {
	width: 473px;
	height: 113px;
}

.bannerTxt {
	margin: 0 auto;
	width: 1200px;
}

.txtbt {
	text-align: center;
	font-size: 55px;
	font-family: 'Source Han Sans';
	font-weight: 700;
	line-height: 81px;
	color: #fff;
	height: 81px;
	display: block;
	margin-top: 80px;
}

.fbt {
	text-align: center;
	display: block;
	font-size: 21px;
	font-family: 'Source Han Sans';
	font-weight: 350;
	line-height: 31px;
	color: #fff;
	height: 31px;
	margin-top: 10px;
}

.footer {
	width: 100%;
	height: 100px;
	display: block;
	background-color: #2e2d2d;
}

/* 2025-07-10 */
.video{background: url(../images/videobg.png);padding:25px 0}
.video img{margin: 0 auto}

.live-player {aspect-ratio: 16 / 9;position: relative;}

.live-player .playbtn{aspect-ratio: 1;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}
.btnkj button img,.kc-r img{display: inline-block; vertical-align: middle; padding-right: 5px;}
.kc-r button{ background-color: rgb(255 59 59 / 0.9);border-radius: 4px;}
.course-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;margin: 15px 0;
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
/* .course-card {
    aspect-ratio: 4 / 3;
} */
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 77 79 / var(--tw-bg-opacity, 1));
}
.zbkbList .overflow-x-auto{overflow: hidden;}
.rounded-button {border-radius: 4px;}


.playmore {
    color: rgb(255 59 59 / 0.8);
}
.playmore img{display: inline-block; vertical-align: middle; padding-right: 5px;margin-bottom: 3px;}

.zblist .text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 59 59 / var(--tw-text-opacity, 1));
}
.zblist .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.course-card img{height: 100%;}

.bskj-btn button{min-height: 90px;font-size: 20px;font-weight: bold;}
.bskj-btn button span{display: block;}
.bskj-btn button p{font-size: 16px;font-weight: normal;display: block;}

.bskj-btn .bg-primary{background: url("https://fimage.jiecedu.net/upload/0/yzl/common/2025072413/9296976371c15e0338061acc9f770a8a.png") no-repeat 100%;}
.bskj-btn .bg-secondary{background: url("https://fimage.jiecedu.net/upload/0/yzl/common/2025072413/308917278d9f58c07fc5f9ef6de52b5f.png") no-repeat 100%;}
.bskj-btn .bg-grey{background: url("https://fimage.jiecedu.net/upload/0/yzl/common/2025072413/96d540372da5834d0a3a01b7ee9da518.png") no-repeat 100%;}
.bskj-btn .bg-accent{background: url("https://fimage.jiecedu.net/upload/0/yzl/common/2025072413/86f46a0f42786ceb78b80b5113b71f85.png") no-repeat 100%;}

.hhjj p{font-size: 18px;font-style: normal;line-height: 2;}

@media (max-width: 768px) {
   .zblist .flex,.zbhf,.btnkj,.kc-r,.kc-r .flex{
        flex-direction:initial!important;
    }
	.course-grid {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 12px;margin: 12px 0;
	}
	.kctit{margin-bottom: 20px;}
	
	.zbkbList .flex{flex-direction:initial!important;}
	.zbkbList .flex>div {
	        width: auto;
	    }

}