body{
    background: #f5f5f5;
}
.courselist-box .courselist {
    border-radius: 20px !important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2) !important;
    padding: 25px 20px !important;
    position: relative;

}

.courselist-box  .courselist-title {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 24px !important;
    border-bottom: none !important;
}

.courselist-box  .courselist-btn {
    position: absolute;
    right: 20px;
    top: 23px;
    padding: 6px 10px;
    background: #4384F4;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.courselist-box .courselist a {
    text-decoration: none;
}

.courselist-box .courselist .text-muted {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    color: #333 !important;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0px 20px;
height: 60px;
}

.courselist-box .courselist .text-muted:hover {
    border: 1px solid #4384F4;
    box-shadow: 0px 0px 0px 1px #4384F4;

}
/***footer****/
#footer.footer {
    background: var(--theme-color, #00A185);
    color: #fff;
    padding: 0;

}

#footer.footer a {
    color: #fff
}

#footer.footer .style-big {
    font-size: 14px;
    margin: 0 30px 0 10px;
}
/***footer****/
  /**nav样式 start***/
  .anjing.navbar {
    background: var(--theme-color, #00A185);
    padding: 0 20px !important;
    height: 70px;
    justify-content: space-between;

}

.anjing.navbar-light .navbar-brand,
.navbar-light .navbar-nav .active>.nav-link {
    color: #fff
}

.anjing.navbar-light .navbar-brand:hover {
    color: #fff
}

.anjing .navbar-collapse {
    flex-grow: inherit;
    height: 100%;

}

.anjing .active>.nav-link {
    font-size: 16px;
}

.anjing .title-left {
    font-size: 22px;
    margin-left: 10px;
}



.navbar-expand-xl .navbar-toggler {
    display: none;
}

.anjing.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}

.anjing .teachermobel {
    display: none !important
}

.anjing .trebtn {
    display: flex;
}

.anjing .teacher {
    display: block;
    background: var(--theme-font, #008069);
    border-radius: 20px;


}

.anjing .student {
    background: transparent;
    border: 1px solid #ccc
}

.anjing .trebtn svg {
    vertical-align: middle;
    margin-top: -3px;
}


.anjing .teacher a {
    color: #fff
}

.anjing .navbar-nav svg {
    vertical-align: middle;
    margin-top: -3px;
}

.anjing .backt {
    border-right: 1px solid rgba(255, 255, 255, .5);
    background: transparent;
    border-radius: 0;
    margin-right: 10px;
    padding-right: 5px;
}

.anjing .navbar-nav {
    height: 100%;
    align-items: center;
}

.anjing .navbar-nav li.current {
    background: var(--theme-font, #008069);
}

.anjing .navbar-nav li {
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0 10px !important;
    margin-left: 0 !important
}
.teacherlist {
    position: relative;
    margin: 0;
    height: 100%;
    background: none !important;
    border-radius: 0!important;
    display: flex !important;
    align-items: center;
}

.teacherlist .dropdown-menu a {
    color: #333 !important;

}

.teacherlist .line {
    position: static !important;
    width: 1px !important;
    height: 20px !important;
    background: #fff !important;
    display: inline-block;
    margin: 0 5px;
}

.teacherlist .dropdown-menu {
    right: 0;
    left: auto
}




@media screen and (max-width: 1600px) {
    .anjing.navbar {
        padding: 0 10px !important;
        height: 60px;
    }


    .anjing .title-left {
        font-size: 18px;
    }

    .anjing .active>.nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .anjing .teacher {
        display: none
    }

    .anjing .teachermobel {
        display: block !important
    }

    .anjing.navbar {

        justify-content: space-between;
    }

    .anjing #navbarSimple {
        position: absolute;
        top: 50px;
        height: 540px;
        background: var(--theme-color, #00A185);
        width: 100%;
        left: 0;
        display: none !important;
        flex-direction: column !important;
        padding: 10px 0;
        z-index: 999;
    }

    #navbarSimple.show {
        display: flex !important;
        align-items: baseline;
    }

    .anjing .navbar-nav {
        display: flex;
        flex-direction: column;
        /* align-items: baseline; */
    }

    .navbar-expand-xl .navbar-toggler {
        display: block;
    }


}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: inherit;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

/**nav样式 end***/

.main-anjing-box .alert-primary {
    background: #E0ECFF;
    color: #333
}

.main-anjing-box .alert-primary a {
    color: #2C75F2
}
/***考试、在线课堂、云实验、作业***/
.main-zy {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
}
.main-zy  a{
    text-decoration: none;
}
.main-zy-box{
    display: flex;
    flex-direction: column;

}

.main-box {
    display: flex;
    align-items: center;
}

.main-type {
     /* background:#05A6EB;在线课堂背景色*/
     /* background:#8256FC; 云实验背景色*/
    /* background:#10AD8E; 作业背景色*/
    background: #F4892C;
    padding: 2px 10px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-size: 18px;
}

.main-title {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}
.main-time{
    color:#333;
    font-size:14px;
    margin:16px 0;
}
.main-time-s{
    color:#F4892C;
    font-size:14px;
}
.bg-info-b{
    background-color: #F4892C !important;
}
.main-zy .progress-bar,.main-zy .progress{
    height:6px;
}
.main-zy .into{
    padding:0 26px;
    border-radius: 6px;
    background: #4384F4;
    height:36px;
    line-height: 36px;
    color:#fff
}
#activeActionDIV{display: grid;  grid-template-columns: repeat(2, 1fr);
gap: 20px;margin-bottom:20px;}
/***考试、在线课堂、云实验、作业 end***/
.gg-xcx {
    display: grid;  grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.gg-xcx >div{
    flex:1
}
/***最新公告****/
.anjing.list-group {
    border-radius: 10px;
    ;
}

.anjing .list-group-item {
    padding: 23px 16px;
    border-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    position: relative;
}

.anjing .list-group-item:last-child {
    border-bottom: none;
}

.anjing .mb-1 {
    color: #333;
    font-size: 16px;
    margin-bottom: 13px !important;
}

.anjing .text-muted {
    color: #999 !important;
    font-size: 12px;
    margin-bottom: 0;
}

.anjing .line {
    position: absolute;
    left: 16px;
    bottom: -1px;
    height: 2px;
    width: 20px;
    background: #000
}

.anjing .list-group-item:last-child .line {
    display: none;
}
/***最新公告****/
svg{
    vertical-align: middle;
    margin-top:-3px;
    margin-right:5px;
}
/***能力图谱***/
#userKGraphDIV{
    padding:20px;
    border-radius: 10px;
    background:#fff;
    margin-top:20px;
    margin-bottom:100px;
}
.tu-size{
    font-weight: 400;
    color:#333;
    font-size:14px;
}
 /*** simple内容样式 start**/
 .anjing .carousel-inner {
    border-radius: 10px;
    ;
}

/**学生登录***/
.anjing .student-style {
    background: #fff;
    border-radius: 10px;
    ;
    padding: 0;
}

.anjing .studen-h3 {
    font-size: 20px;
    color: #333;
    /* margin-top: 12px; */
    padding: 12px 20px;
    ;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom:15px;
}

.anjing .login-box>div {
    display: none;
}

.anjing .login-box>div.active {
    display: block;

}

.anjing .login-tab {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 三列等宽 */
    gap: 10px;
    /* 卡片间距 */
    padding: 0px 20px 10;
    margin-bottom: 6px;

}

.anjing .login-tab li {
    padding: 4px 0;
    background: #E0E0E0;
    color: #666666;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.anjing .login-tab li.active {
    background: var(--theme-color, #00A185);
    color: #fff;

}

.anjing .forms {
    margin: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.anjing .forms input {
    border-radius: 6px;
    padding-left: 40px;
}

.anjing .forms #username {
    background: url(/indexcs/images/yzmm.png) no-repeat left center;
    background-position: 10px 13px;
    border-right: 1px solid #f1f1f1;
}

.anjing .form-control {
    height: calc(1.5em + .75rem + 7px);
}

.anjing .forms #password {
    background: url(/indexcs/images/loginmi.png) no-repeat left center;
    background-position: 10px 13px;
    border-right: 1px solid #f1f1f1;
}

.anjing .forms #captchaCode {
    background: url(/indexcs/images/yyy.png) no-repeat left center;
    background-position: 10px 13px;
    border-right: 1px solid #f1f1f1;
    margin-bottom: 0;
}

.anjing .btn-primary-bg {
    background: var(--theme-color, #00A185);
    border-radius: 6px;
}

.anjing .text-right a {
    color: #666
}

.anjing .notice {
    margin-top: 10px;
    padding: 0 20px;
    overflow: hidden;
    /* 隐藏超出部分 */
    position: relative;
    height: 83px;
    /* 可视高度（显示2条的高度） */

}

.anjing .notice p {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 10;
    box-sizing: border-box;

    line-height: 1;
    /* 重置行高，精准计算高度 */
}

.anjing .notice ul {
    list-style: none;
    padding-left: 0;
    position: absolute;
    /* 核心：通过定位实现滚动 */
    top: 20px;
    /* 精准匹配p标签高度+间距，第一条数据完整显示 */
    left: 20px;
    /* 对齐容器padding，避免偏移 */
    width: calc(100% - 40px);
    /* 减去左右padding，宽度适配 */
    box-sizing: border-box;
    margin: 0;
    /* 重置默认margin */
}

.anjing .notice li {
    color: #555;
    line-height: 28px;
    /* 固定行高，避免内容换行导致高度变化 */
    height: 28px;
    /* 固定高度，每条数据完整显示 */
    width: 100%;
    margin-top: 0;
    /* 重置margin，用行高控制间距 */
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
    /* 禁止文字换行 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超长文字省略，不影响高度 */
}

.anjing .notice li span {
    font-size: 12px;
    color: #999;
    float: right
}

.anjing #bulletins {
    padding-right: 0
}

.anjing .login-box-item {
    padding: 0 20px;
    text-align: center;
    margin-top: 128px;

}

.anjing .login-box-item button {
    margin-bottom: 10px;
}

.anjing .section-bg {
    background: #f5f5f5;
}
.anjing-tz{
    display: flex;
    justify-content: space-between;
    background: url(/indexcs/images/topbg.jpg) no-repeat;
    background-size:cover;
    height:84px;
    width:100%;
    align-items: center;
    padding:0 40px;
}
/** simple左侧样式***/
.pc .card-body {
    padding: 10px;

    ;
  }

  .pc .card-body h6 {
    color: #999;
    font-size: 14px;
  }

  .pc .card-body h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0
  }
  .pc.card{
    border: 1px solid #f5f5f5;    border-radius: 10px;
    margin-bottom: 13px;
  }
   #bulletins .pc.card:last-child{
    margin-bottom: 0
  }

  .pc .card-body .pc-bg {
    background: #F0F5FF;
    border-radius: 10px;
    ;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pc .chart-title{
    display: flex;
    align-items: center;
    padding:10px;
  }



