/***************************学习计划 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:326px;
    height:690px;
    background:url("../images/index/plan_tu.jpg") no-repeat center;
    background-size:cover;
}
#plan{
    float:right;
    height:690px;
	position:relative;
}
#test-n2 {
    position:relative;
    width:874px;
    background-image: linear-gradient( 135deg, rgb(228,110,53) 1%, rgb(242,156,93) 53%, rgb(255,201,132) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(228,110,53) 1%, rgb(242,156,93) 53%, rgb(255,201,132) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(228,110,53) 1%, rgb(242,156,93) 53%, rgb(255,201,132) 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#test-n2 .layui-laydate-content td{
    padding:4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#test-n2 .layui-laydate-content td:hover,#test-n2 .layui-laydate-list li:hover{
    background:none;
    border:2px solid #fff;
}
#test-n2 .laydate-day-mark{
    display:block;
    width:100%;
    line-height:25px;
    font-size:14px;
    overflow:hidden;
}
#test-n2  .layui-laydate-footer{
    display:none;
}
#test-n2 #layui-laydate1{
    width:100%;
    border:0;
    box-shadow:none;
    background:none;
}
#test-n2  #layui-laydate1 .layui-laydate-main{
    width:100%;
    background-image: linear-gradient( 135deg, rgb(228,110,53) 1%, rgb(242,156,93) 53%, rgb(255,201,132) 100%);
}
#test-n2 .layui-laydate-list{
    background-image: linear-gradient( 135deg, rgb(228,110,53) 1%, rgb(242,156,93) 53%, rgb(255,201,132) 100%);
}
#test-n2 .layui-laydate-content table{
    width: 100%;
    height:613px;
}
#plan .layui-laydate-header{
    height:60px;
    border:none;
}
#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;
    color:#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 #fff;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    vertical-align:1px;
    margin-left:3px;
}
#plan .layui-laydate .layui-this{
    background:none!important;
    border:2px solid #fff;
}
#plan .layui-laydate-content th{
    color:#fff;
}
#plan .layui-laydate-content td {
    color:#fff;
}
#plan .layui-laydate-content .laydate-day-prev{
    color:#eee;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color:#ff820f!important;
    background-color:#ff820f!important;;
    color:#fff!important;;
}

.countdown_nr{
    width:100%;
    padding:170px 20px 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 h3 span{
    padding:0 10px;
    color:#fe004e;
}
.countdown_nr p.countdown_day{
    width:100%;
    line-height:40px;
    margin:15px 0 0;
    overflow:hidden;
}
.countdown_nr p.countdown_day i{
    display:inline-block;
    padding:0 10px;
    font-size:48px;
    color:#fe004e;
    font-weight:bold;
}
.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:#ff820f;
    color:#fff;
    border-radius:5px;
    border:0;
    margin:5px auto;
    overflow:hidden;
    cursor:pointer;
}
.countdown_nr button.countdown_set:hover{
    background:#ff6c2c;
}
/***************************学习计划 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;
}
.countdown_layer .layui-btn{
    background:#99CCFF;
}
#plan .countdwn{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:690px;
	background:#fff;
	display:none;
	z-index:999;
}
/***************************考试倒计时弹框 end**************************************************************/