:root{
    --primary: #1963d0;
}
/* 日历 */
.rili {
    height: 100px;
    background: #fff;
    position: relative;
    top: 534px;
    padding: 0;
}

/* 宣讲会 */
.xuanjiang{
    /* width: 30%; */
    float: left;
	margin-bottom: 15px;
    position: relative;
}
.xuanjiang .con_top>h4 {
    padding-right:20px;
}
.con_top{
    width:100%;
    height:50px;
    color:#fff;
    background:var(--primary);
}
.con_top>h4{
    width:auto;
    height:100%;
    line-height: 50px;
    text-align: center;
    position: relative;
    padding:0 10px;
    float: left;
    font-size: 18px;
}
.con_top>h4>img{
    margin-right:15px;
}
.con_top>h4>span{
    width:0;
    height:0;
    display: block;
    border:10px solid transparent;
    border-bottom:10px solid #fff;
    position: absolute;
    left:50%;
    bottom:-3px;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); /* IE 9 */
    -webkit-transform:translateX(-50%); /* Safari and Chrome */
}
.con_top>ul{
    width:auto;
    height:50px;
    line-height: 50px;
    color: #fff;
}
.con_top>ul>li{
    float: left;
    cursor: pointer;
    font-size: 14px;
    width:28px;
}
.con_top>ul>li:hover{
    color:rgb(245, 166, 35);
}
.con_top>ul>li:first-child{
    color:rgb(245, 166, 35);
}
.con_top>ul>i{
    display: block;
    float: left;
    font-style: normal;
    padding:0 10px;
}
.con_top>ul>a{
    color: #eee;
    text-decoration: none;
    float: right;
    font-size: 12px;
    margin-left:15px;
    padding-right:8px;
    display: none;
}

#calendar {
    width: 100%;
    height: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: inherit;
    box-sizing: border-box;
}
#calendar .sign table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 94%;
    margin:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign th, .sign td {
    height:48px;
    width: 48px;
    text-align: center;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign td {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side #calendar .sign td:hover {
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign th {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign td {
    color: #000;
    vertical-align: middle;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign .on{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign .on:hover{
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign .on:hover span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
} 
#calendar .sign .on:hover span{
    border: 2px solid var(--primary);
    color: #fff;
    background:var(--primary);
}
#calendar .sign .on span{
    border: 2px solid transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    /* border: 2px solid var(--primary); */
    color: #0e419c;
    position: relative;
}
#calendar .sign .today:hover {
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign .today span {
    border-radius: 50%;
    background:var(--primary);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid  var(--primary);
    color: #fff;
    position: relative;
}
#calendar .sign .on span::after{
    content:attr(data-num);
    height:20px;
    width: 20px;
    background-color:#ffc525;
    position:absolute;
    top: -10px;
    right:-10px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendar .sign .text {
    display: none;
    position: absolute;
    width: 250px;
    max-height: 250px;
    background: #ffc525;
    border-radius: 5px;
    padding: 10px;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    overflow: auto;
    margin-left: -100%;
    margin-top: 10px;
}
#calendar .sign .text p{
    width:100%;
    border-top: 1px dashed #f1f1f1;
    line-height: 28px;
    height:28px;
    margin-bottom: 0;
    margin-top: 8px;
}
#calendar .sign .text p:first-of-type{
    margin-top: 0;
    border-top:none;
}
#calendar .sign .text p a {
    width:70%;
    color: #000;
    text-align: left;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
}
#calendar .sign .text p i{
    width:68px;
    font-size: 12px;
    float: right;
    display: block;
    font-style: normal;
    color:#666;
    text-align: right;
}
#calendar .sign .text a:hover {
    color:#0e419c;
}
#calendar .sign .arrow {
    display: none;
    position: absolute;
    top: -27px;
    left: 16px;
    width: 60px;
    padding-right: 37px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .calendar_month_next, .calendar_month_prev {
    width: 34px;
    cursor: pointer;
    line-height: 15px;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .calendar_month_next {
    float: right;
    margin-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:0;
    height:0;
    border:10px solid transparent;
    border-left:10px solid var(--primary);
    margin-right: 21px;
}
#calendar .calendar_month_span {
    line-height: 20px;
    font-size: 17px;
    color: #000;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .calendar_month_prev {
    float: left;
    margin-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:0;
    height:0;
    border:10px solid transparent;
    border-right:10px solid var(--primary);
    margin-left: 20px;
}
#calendar .sign_succ_calendar_title {
    text-align: center;
    width: 100%;
    height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#calendar .sign_main {
    width: 100%;
    font-family: "Microsoft YaHei", SimHei;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    #calendar .sign .text {
        width: 200px;
        margin-left:-50%;
    }
    #calendar .sign .text p a {
        width: 60%;
    }
}
#calendar .zhuan,#calendar .shuang {
	display: inline-block;
	    width: 20px;
	    height: 20px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    font-size: 10px;
	    border-radius: 5px;
	    margin-right: 5px;
	    vertical-align: 1px;
}
