
span.week_title{
    font-size: 20px;
}

.panel-week{
    box-shadow: 2px 2px 2px silver;
}

.panel-week:hover{
    box-shadow: 2px 2px 2px silver;
}

span.week_finish{
    float: right;
    color: #0d71bb;
}

span.week_datetime{
    float: right;
    color: #6a737c;
}

.panel-problems{
    box-shadow: 2px 2px 2px silver;
    margin-top: -20px;
}

.panel-problems:hover{
    box-shadow: 2px 2px 2px silver;
    margin-top: -20px;
}

span.dayname{
    color: lightslategray;
    font-size: 16px;
}

span.sobarname{
    color: red;
    font-size: 16px;
}

span.homeworkname{
    color: green;
    font-size: 16px;
}

span.problem-ok{
    float: right;
    color: #5fba7d;
    text-align: center;
    min-width: 30px;
}

span.problem-submit{
    float: right;
    color: deepskyblue;
    text-align: center;
    min-width: 30px;
}

span.problem-sobar{
    float: right;
    color: #e28604;
    text-align: center;
    min-width: 30px;
}

span.problem-persons{
    float: right;
    color: lightslategray;
    text-align: center;
    min-width: 30px;
    margin-right: 30px;
}

span.problem-label{
    float: none;
    color: #08ad2e;
    text-align: center;
    min-width: 30px;
    margin-right: 30px;
}

.punch-line:hover{
    background-color: #eee;
}

span.activity_title{
    font-size: 21px;
    font-weight: 500;
    color: #0d71bb;
}

span.activity_title:hover{
    color: deepskyblue;
}

span.activity_status{
    font-size: 18px;
    margin-top: -5px;
    padding: 1px 10px 1px 10px;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 3px 3px 3px silver;
}

span.activity_abstract{
    font-size: 15px;
    color: #999;
}

span.activity_th{
    font-size: 17px;
    color: #696969;
}

span.activity_td{
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.activity-index-block {
    padding: 15px 10px 15px 10px;
}

.activity-index-block:hover{
    background: #f6f9fa;
}
.activity-sub-btn{
        font-size: 16px;
        font-weight: 700;
        font-family: "Microsoft YaHei";
    }

.nice_font{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

span.datetime{
    color: #6a737c;
    text-align: left;
    font-size: 10px;
}

div.information_card{
    background-color: #eef6f9;
    max-width: 200px;
    padding: 5px 6px 7px 7px;
}
           .bgm-blackboard{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: goldenrod;
    background: url("../../front/css/blackboard.png");
}
.rank-5 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, #d60e0e, #f19937, #ea0707);
  background-size: 50%;
  animation: animate 12s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}


.rank-10 {
    color: #dd081b !important;
}

.rank-20 {
    color: #295880 !important;
}

.rank-50 {
    color: #2f8057 !important;
}

.mind-menu-button {
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
}


a {
    text-decoration: none;
}
.view .main[data-v-fb880126] {
display: flex;
flex-direction: column;
flex: 1;
}
.course-items {
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-Gap: 12px;
    Gap: 12px;
    max-width: 1200px;
    justify-content: center;
}
.course-box {

}
.course-box dl {
height: 100%;
padding: 10px;
}
.course-box dl dt {
width: 100%;
height: 130px;
margin-right: 30px;
}
.course-box dl dt img {
width: 100%;
height: 100%;
}
.course-box dl dd {
flex: 1;
font-family: PingFangSC-Regular;
}
.course-box dl dd .name {
margin-bottom: 5px;
}
.course-box dl dd .go {
display: flex;
align-items: center;
justify-content: space-between;
font-family: PingFangSC-Medium;
margin-top: 7px;
}
.course-box dl dd .go p {
display: flex;
align-items: center;
color: #ababab;
font-size: 14px;
}
.course-box dl dd .price span:first-of-type i {
background: #d62119;
color: #fff;
font-size: 12px;
padding: 2px 4px;
font-style: normal;
font-weight: 700;
margin-right: 2px;
}
.course-box dl dd .price span:first-of-type {
color: #d7261f;
font-size: 16px;
font-weight: 700;
display: flex;
align-items: center;
}
.course-box dl dd .name p:first-child {
color: #333;
margin: 8px 0 4px;
font-size: 14px;
font-weight: 700;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.course-box dl dd .name p:last-child {
font-size: 12px;
color: #ababab;
font-family: PingFangSC-Light;
margin-bottom: 8px;
}
.course-box dl dd .price {
display: flex;
align-items: center;
justify-content: space-between;
}
.course-box dl dd .price span:nth-of-type(2) {
color: #aaa;
text-decoration: line-through;
}

button:hover {
color: #fff;
background: #f7bc72;
border: 1px solid #f7bc72;
}
button {
width: 64px;
height: 28px;
background: #f52c11;
color: #fff;
font-size: 12px;
border-radius: 4px;
font-family: PingFangSC-Regular;
transition: all .2s ease-in-out;
cursor: pointer;
}

.course-box dl dd .go p img {
margin-right: 5px;
}
.rnav {
width: 100%;
height: auto;
}
.roadmap {
padding: 10px 20px;
background: #fff;
border-radius: 4px;
box-shadow: 0 2px 4px 0 #f0f0f0;
}
.roadmap-items {
margin-top: 14px;
margin-bottom: 10px;
display: flex;
border-bottom-color: rgba(51, 51, 51, .05);
}
.roadmap-article {
font-size: 16px;
color: #888;
display: flex;
align-items: center;
letter-spacing: .36px;
flex-wrap: wrap;
}
.roadmap-selected {
color: #f52c11;
box-shadow: 0 0 0 1px #dc6a5a !important;
border-radius: 5px;
}

.roadmap-item {
margin-bottom: 4px;
cursor: pointer;
box-shadow: none;
padding: 10px 15px;
line-height: 16px;
position: relative;
transition: all .3s ease;
color: #4a4a4a;
}
.course-box .class-content {
        height: 0;

    transition: all .5s ease-in;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-top: none;
    border-bottom: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: -1px;
    top: 268px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 0 #d7d7d7;
}
    ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.course-box .class-content ul .li div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.course-box .class-content ul .li:hover .img1 {
    display: none;
}
.course-box .class-content ul .li img{
    margin-right: 10px;
}
    .course-box .class-content ul .li {
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

a {
    text-decoration: none;
}
.course-box .class-content ul .li .icon {
    color: #ffc210;
    border: 1px solid #ffc210;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 4px;
    margin-right: 5px;
}
 .course-box .class-content .class-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid transparent;
}
 .course-box .class-content ul .li div p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
 .course-box .class-content .class-title p:first-of-type {
    font-size: 14px;
    font-weight: 700;
    color: #8a8a8a;
}
 .course-box .class-content .class-title p:nth-of-type(2) {
    color: #ababab;
}