.swiper-pagination-bullets .swiper-pagination-bullet {
    shape: rectangle; /* 这并不是一个有效的 CSS 属性，这里只是示意 */
    background: #fff; /* 根据需要设置背景 */
    width: 20px; /* 设置宽度 */
    height: 5px; /* 设置高度 */
    border-radius:5px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e87676; /* 选中的颜色 */
}
.wktboxs {
    padding: 20px 0;
    background: #eff0f4;
}
.carousel {
    height: 360px;
}
.bannertop
{
    width:1143px;
    height: 360px;
    float: right;
}
.bgswiper
{
    height: 360px;
}
.typelist
{
    width:237px;
    height: 360px;
    background: #FFFFFF;
    float: left;
}
.typecontent {
    margin: 18px 0px;
}
.typeli {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #0C0C0C;
    font-weight: bolder;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.typeli:hover {
    background:#eff4fd ;
    color:#2e78e7;
    cursor: pointer;
}
.typeli:hover .typesli{
    display: block;
}

.typesli{
    padding: 18px 0px;
    position: absolute;
    display: none;
    width:237px;
    /*border: 1px solid red;*/
    left:237px;
    top:5px;
    background: #FFFFFF;
    z-index: 99;
    color: #0C0C0C;
}
.carouselli {
    width:237px;
    height: 32px;
    line-height: 32px;
    padding: 0px 30px 0 30px;
}
.typesli .carouselli:hover {
    background:#eff4fd ;
    color:#2e78e7;
}
.typemore {
    color: #c2c2c2;
    font-size: 14px;
    font-weight: bold;
    font-family: "宋体";
    float: right;
}
.myclass{
    margin-top: 40px;
}
.classtop {
    font-size: 28px;
    color: #0C0C0C;
    font-weight: bolder;
}
.classtype {
    margin-top: 12px;
    margin-bottom: 15px;
}
.classbutton {
    text-align: center;
    font-size: 16px;
    height: 28px;
    width: 85px;
    display: inline-block;
    border-radius: 5px;
}
.classbutton span {
    font-size: 12px;
}
.classbutton:hover {
    cursor: pointer;
}
.sel {
    background: #2e77e6;
    color: #FFFFFF;
}
.classmore
{
    float: right;
    font-size: 14px;
    color: #e87676;
}
.classmore:hover {
    cursor: pointer;
}
.classicon {
    font-family: '宋体';
    color: #e87676;
}
.classli {
    width:335px;
    height: 117px;
    border-radius: 5px;
    background: #FFFFFF;
    margin-bottom: 15px;
    /*margin-top: 0px;*/
    font-size: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.selli {
    margin-left: 15px;
}
.classimg {
    display: inline-block;
    width:178px;
    height: 117px;
    overflow: hidden;

}
.classimg img {
    height: 100%;
    border-radius: 5px 0 0 5px;
}
.classsign {
    position: absolute;
    top:-5px;
    left: 10px;
    width:67px;
    height: 21px;
    z-index: 199;
}
.classsign img {
    width: 100%;
    height: 100%;
}

.classcontentli {
    width:156px;
    height: 117px;
    display: inline-block;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    vertical-align:top;
}
.classpli
{
    margin: 12px 0px 0px 15px;
    font-size: 14px;
    vertical-align:top;
}
.zbtime {
    margin-top: 10px;
}
.courselive {
    margin-top: 20px;
}
.coursemor {
    font-size: 14px;
    color: #e87676;
    font-weight: normal;
    width: 85px;
    text-align: right;
    float: right;
    margin-top: 20px;
}
.coursemor span {
    font-family: '宋体';
}
.coursemor:hover {
    cursor: pointer;
}
.timeaxis {
    margin-top: 20px;
}
.candy {
    display: inline-block;
    width: 147px; /* 糖葫芦的宽度 */
    height: 34px; /* 糖葫芦的高度 */
    background-color: #FFFFFF; /* 糖葫芦的颜色 */
    margin-left: 94px; /* 糖葫芦之间的间距 */
    position: relative; /* 设置相对定位 */
    border-radius: 20px;
    border: 1px solid #a3a4a6;
    z-index: 99;
}
.candy2 {
    display: inline-block;
    width: 147px; /* 糖葫芦的宽度 */
    height: 34px; /* 糖葫芦的高度 */
    background-color: #FFFFFF; /* 糖葫芦的颜色 */
    margin-left: 208px; /* 糖葫芦之间的间距 */
    position: relative; /* 设置相对定位 */
    border-radius: 20px;
    border: 1px solid #a3a4a6;
    z-index: 99;
}
.stick {
    width: 100%; /* 糖葫芦串的宽度 */
    height: 2px; /* 糖葫芦串的厚度 */
    background-color: #a3a4a6; /* 糖葫芦串的颜色 */
    position: absolute; /* 设置绝对定位，使其横跨所有糖葫芦 */
    top: 45%; /* 将糖葫芦串垂直居中 */
}
.timesel {
    background: #2e77e6;
    color:#FFFFFF;
}
.timetype {
    width: 120px;
    height: 20px;
    margin: 6px 15px;
    font-size: 14px;
    font-weight: bolder;
}
.timehour {
    font-weight: normal;
}
.courselivecontent {
    margin-top: 20px;
}
.courseliveli {
    display: inline-block;
    width: 335px;
    height: 323px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
}
.courseliveli2 {
    display: inline-block;
    width: 335px;
    height: 323px;
    margin-left: 15px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
}
.courseliveimg {
    width: 335px;
    height: 189px;
    overflow: hidden;
}
.courseliveimg img {
    width: 335px;
    height: 189px;
    border-radius: 5px 5px 0 0;
}

.courselivesign {
    position: absolute;
    top:-5px;
    left: 10px;
    width:67px;
    height: 21px;
    z-index: 199;
}
.courselivesign img {
    width: 100%;
    height: 100%;
}

.courselivesignpaly {
    position: absolute;
    top:154px;
    right: 5px;
    width:35px;
    height: 35px;
    z-index: 199;
}
.courselivesignpaly img {
    width: 100%;
    height: 100%;
}



.courselivetitle {
    width: 100%;
    height: 134px;
    position: relative; /* 设置相对定位 */
}
.coursetitle {
    width: 287px;
    height: 100%;
    margin: auto;
}
.cltitle {
    font-size: 20px;
    font-weight: bolder;
    color: #0C0C0C;
    margin-top: 15px;
    position: absolute;
    max-width: 280px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
}
.cltime {
    position: absolute;
    font-size: 14px;
    margin-top: 50px;
    color: #0C0C0C;
}
.coursebutton {
    position: absolute;
    width: 287px;
    height: 33px;
    background: #eff0f4;
    margin-top: 81px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #2e77e6;
    padding-top: 5px;
}
.coursebutton:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #2e77e6;
}

.special {
    margin-top: 40px;
    /*width:100VW;*/
    background: #FFFFFF;
}
.spallwidth {
    width: 1400px;
    margin: auto;
}
.specialtop {
    padding-top: 30px;
    font-size: 28px;
    color: #0C0C0C;
    font-weight: bolder;
}
.specialmore {
    font-size: 14px;
    color: #e87676;
    font-weight: normal;
    width: 85px;
    text-align: right;
    float: right;
    margin-top: 20px;
}
.specialmore span {
    font-family: '宋体';
}
.specialmore:hover {
    cursor: pointer;
}
.specialtitle {
    width:100%;
    height: 48px;
    margin-top: 12px;
    background: #eff0f4;
    border-radius: 5px;
}
.previous {
    display: inline-block;
    width:40px;
    height: 48px;
    color:#0C0C0C;
    vertical-align:top;
}
.previousicon {
    width: 15px;
    height: 28px;
    font-family: "宋体";
    font-size: 18px;
    margin: 11px 0px 0px 20px;
}
.previousicon:hover {
    color: #2e77e6;
    font-weight: bolder;
    cursor: pointer;
}

.specialli {
    display: inline-block;
    width:1310px;
    height: 48px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
}
.specialp {
    display: inline-block;
    font-size: 14px;
    font-weight: bolder;
    color: #0C0C0C;
    margin: 15px 0px;
    padding: 0px 15px;
    border-radius: 20px;
}
.sphidden {
    display: none;
}
.specialp:hover {
    cursor: pointer;
}
.spsel {
    background: #2e78e7;
    color: #FFFFFF;
}
.next {
    display: inline-block;
    width:40px;
    height: 48px;
    color:#0C0C0C;
    float: right;
}
.nexticon {
    width: 15px;
    height: 28px;
    font-family: "宋体";
    margin: 11px 0px 0px 15px;
    font-size: 18px;
}
.nexticon:hover {
    color: #2e77e6;
    font-weight: bolder;
    cursor: pointer;
}
.specialcontent {
    margin-top: 40px;
    margin-bottom: 40px;
}
.spcontentli {
    display: inline-block;
    width:440px;
    height: 220px;
    vertical-align:top;

}
.spcontentli2 {
    display: inline-block;
    width:440px;
    height: 220px;
    margin-left: 35px;
}
.spcontenttype {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
}
.typetitle {
    font-size: 20px;
    font-weight: bold;
    color: #0C0C0C;
    margin-left: 15px;
}
.typetime {
    float: right;
    margin-top: 6px;
}
.classnum {
    margin-left: 10px;
    color: #e87676;
}
.classnum:hover {
    cursor: pointer;
}
.spcontenticon {
    font-family: '宋体';
}
.spcontentclassli {
    height: 140px;
}
.spcontentclassli p {
    margin-top: 10px;
    font-size: 14px;
    color: #3e3a39;
    margin-left: 15px;
}
.spcontentclassli p {
    cursor: pointer;
}
.spcontentclassli img {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 10px;
}
.freezone {
    margin-top: -10px;
    margin-bottom: 45px;
}
