/***************************学习计划 start**************************************************************/
.study_plan{
    width:1200px;
    background:#fff;
    margin:20px 0;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    overflow:hidden;
}
.plan_tu{
    float:left;
    width:260px;
    height:660px;
    background:url("../images/index/plan_tu.jpg") no-repeat center;
    background-size:cover;
}
#plan{
    float:right;
	position:relative;
}
#plan .countdwn{
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	background:#fff;
	display:none;
	z-index:999;
}
#test-n2 {
    position:relative;
    width:940px;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#test-n2 .layui-laydate-content td{
    font-size:16px;
}
#test-n2 .laydate-day-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
}
#test-n2  .layui-laydate-footer{
    display:none;
}
#test-n2  #layui-laydate1{
    width:100%;
    box-shadow:none;
}
#test-n2  #layui-laydate1 .layui-laydate-main{
    width:100%;
}
#test-n2 .layui-laydate-content table{
    width: 100%;
    height:555px;
}
#plan .layui-laydate-header{
    height:60px;
    background:#66ccce;

}
#plan .layui-laydate-header i{
    color:#fff;
    top:15px;
}
#plan .laydate-set-ym{
    line-height:30px;
    margin-top:5px;
}
#plan .laydate-set-ym span{
    padding:0 15px;
    background:#fff;
    border-radius:5px;
    margin:0 10px;
}
#plan .laydate-set-ym span:after{
    content: '';
    display:inline-block;
    clear: both;
    width:0;
    height:0;
    border-top:6px solid #666;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    vertical-align:1px;
    margin-left:3px;
}
#plan .layui-laydate .layui-this{
    background:#66ccce!important;
}

.countdown{
    position:relative;
    width:230px;
    height:235px;
    background:#fff;
    margin:35px 15px;
    border-radius:5px;
    box-shadow:0 5px 10px rgba(0,0,0,.3);
}
.countdown h2{
    position:absolute;
    top:-16px;
    left:55px;
    width:120px;
    height:32px;
    line-height:32px;
    border-radius:5px;
    background:#ff982a;
    text-align: center;
    color:#fff;
    font-size:16px;
    overflow:hidden;
}
.countdown_nr{
    width:100%;
    padding:40px 10px 0;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.countdown_nr h3{
    font-size:18px;
    color:#000;
}
.countdown_nr p.countdown_day{
    width:100%;
    line-height:40px;
    margin:15px 0 10px;
    overflow:hidden;
}
.countdown_nr p.countdown_day i{
    display:inline-block;
    padding:0 10px;
    font-size:32px;
    color:#ff0000;
}
.countdown_nr p.countdown_time{
    width:100%;
    height:30px;
    line-height:30px;
    overflow:hidden;
}
.countdown_nr button.countdown_set{
    display:block;
    width:120px;
    height:35px;
    background:#31c6ce;
    color:#fff;
    border-radius:5px;
    border:0;
    margin:10px auto;
    overflow:hidden;
    cursor:pointer;
}
.countdown_nr button.countdown_set:hover{
    background:#28b1b8;
}
/***************************学习计划 end**************************************************************/


/***************************考试倒计时弹框 start**************************************************************/
.countdown_layer{
    width:100%;
    padding:20px;
    margin-top:30px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.countdown_layer .layui-form-item{
    margin-bottom:20px;
}
#add_date{
    margin-top:40px;
}
/***************************考试倒计时弹框 end**************************************************************/