@charset "UTF-8";
/***********************学习计划 start**************************/
.layui-show-lg-block{
    position: relative;
    float:left;
    width:900px;
    min-height:700px !important;
}
#layui-laydate1{
    height:700px;
}
.layui-laydate-header{
    padding:10px 70px!important;
}
.layui-show-lg-block .layui-laydate-content{
    padding:15px;
    height:650px;
}
.layui-show-lg-block .layui-laydate-content table{
    height:618px;
}
.layui-show-lg-block .layui-laydate-static,
.layui-show-lg-block .layui-laydate-main,
.layui-show-lg-block .layui-laydate-content table {
    width: 100% !important;
    border-left:0;
    box-shadow: none;
}
.layui-show-lg-block .layui-laydate-content td {
    height:50px !important;
}

.layui-show-lg-block .laydate-day-mark.hide {
    display: none;
}
.layui-show-lg-block .laydate-day-mark.center {
    display: flex;
    display: -webkit-flex;
}
.layui-show-lg-block .laydate-day-mark {
    margin:auto;
    line-height:50px;
    text-align:center;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:0 5px;
}
.layui-show-lg-block .laydate-day-prev {
    position: relative !important;
}
.layui-show-lg-block_text_box {
    padding: 0 10px;
}
.laydate-day-mark {
    min-height:50px !important;
    width:100%;
    font-size:12px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: block;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.laydateNotebook {
    float:left;
    position:relative;
    width:300px;
    height:700px;
    max-height:100%;
    background:url("../images/plan_bg.jpg") no-repeat top;
    overflow:hidden;
}
.box{
    width:100%;
    height:690px;
    padding:15px;
    overflow-y:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-show-lg-blockFine {
    display: flex;
}
.layui-show-lg-blockFine .box {
    padding: 10px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
}
.layui-timeline{
    padding-left:0;
}
.layui-timeline li{
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:15px 10px;
    margin-bottom:10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-timeline-content{
    padding-left:20px!important;
}
.layui-timeline-axis{
    left:5px;
    top:15px;
    color:#d1141c;
}
.layui-timeline-item:before{
    left:14px;
}
.layui-timeline li h3{
    color:#000;
    word-wrap: break-word;
}
.layui-timeline li p{
    color:#666;
    word-wrap: break-word;
}
#myplan .layui-laydate .layui-this{
    background-color:#d1141c!important;
}
.layui-layer-btn .layui-layer-btn0{
    background-color:#d1141c!important;
    border-color:#d1141c!important;
}
.layui-show-lg-block .laydate-day-mark {
    line-height:30px;
}
.laydate-day-mark::after{
    background-color:#d1141c!important;
}
.laydate-set-ym{
    color:#000;
}
.layui-layer-title{
    color:#fff!important;
    background-color:#d1141c!important;
}
.layui-layer-rim{
    border:6px solid rgba(0,0,0,.2);
}
.layui-laydate-footer{
    display:none;
}
.addbtn{
    background:#d1141c!important;
}
/***********************学习计划 end**************************/