/*防止页面加载时闪烁{{变量}}*/
[v-cloak] {
    display: none !important;
}

/* 头部 */
.van-nav-bar .van-icon {
    color: #083666 !important;
    font-weight: bold;
}

/* 导航 */
.notes_top {
    box-shadow: 0 5px 5px #f3eded;
    background-color: #fff;
}
[class*=van-hairline]:after{
    border: none !important;
}
.notes_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -1px 0 12px;
}

.notes_select {
    display: flex;
    margin-left: 12px;
}

.notes_select div:first-child {
    margin-right: 12px;
}

.notes_select div.active {
    color: #083666;
    font-weight: bold;
}

/* .notes_down{
    display: flex;
    align-items: center;
    color: #083666;
    margin-right: 12px;
}
.notes_down img{
    height: 18px;
} */
.van-dropdown-menu__item {
    flex: 0.3 !important;
}

.notes_dropdown {
    display: flex;
    /* justify-content: space-between; */
    margin: 0 12px;
    padding-bottom: 12px;
}

.notes_dropdown div {
    min-width: 120px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notes_dropdown div:last-child {
    margin: 0;
}

.van-icon-arrow-down {
    margin-left: 5px;
    font-size: 16px;
}

/* 课程 */
.course_content {
    font-size: 14px;
    margin: 12px;

}

.course_content_item {
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 0 15px #f3eded;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course_text {
    width: 230px;
}

.course_text div {
    margin-bottom: 5px;
}

.course_text ul li.active {
    color: #083666;
}

.button_collect div:first-child {
    background-color: #083666;
    color: #fff;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    /* padding: 0 15px; */
}

.button_collect div:last-child {
    color: #083666;
    text-align: center;
    margin-top: 10px;
}

/* 时间的弹框 */
.van-picker__toolbar {
    position: relative;
    bottom: -260px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.van-picker__cancel,
.van-picker__confirm {
    width: 170px;
    margin: 0 12px;
    border-radius: 15px;
    height: 30px !important;
    line-height: 30px !important;
}

.van-picker__cancel {
    background-color: #eee !important;
    color: #999 !important;
}

.van-picker__confirm {
    color: #fff !important;
    background: linear-gradient(to right, #083666, #a81010);
}

/* 解析弹框*/
.analysis {
    width: 280px;
    height: 280px;
    padding: 12px;
}