* {
    box-sizing: border-box;
}


.rl {
    width: 91%;
    margin: 0 auto;
    box-shadow: 3px 5px 15px rgba(84, 151, 227, 0.18);
    background: rgba(255, 255, 255, 1);
    height: 488px;
}

.rl .sty1 {
    background: url(../../images/ldxq1.png);
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding-left: 35px;
    background-size: 100% 100%;
    height: 68px;
    line-height: 68px;
}

/* 领导日历 */
.sz-calendar-box {
    width: 260px;
    background: #e6e6e6;
    text-align: center;
}

.sz-calendar-box .bottom-line {
    border-bottom: 1px solid #bbbbbb;
}

.calendar div {
    margin-right: auto;
    margin-left: auto;
}

.calendar div,
.calendar ul,
.calendar ol,
.calendar ul,
.calendar li,
.calendar ol,
.calendar dl,
.calendar dd,
.calendar dt,
.calendar form,
.calendar span,
.calendar p,
.calendar textarea {
    margin: 0;
    padding: 0;
    list-style: none;
}

.calendar address,
.calendar caption,
.calendar cite,
.calendar code,
.calendar dfn,
.calendar th,
.calendar var {
    font-style: normal;
    font-weight: normal;
}

.calendar h1,
.calendar h2,
.calendar h3,
.calendar h4,
.calendar h5,
.calendar h6 {
    margin: 0;
    padding: 0;
}

.calendar input {
    padding-top: 0;
    padding-bottom: 0;
}

.calendar input::-moz-focus-inner {
    border: none;
    padding: 0;
}

.calendar select,
.calendar input {
    vertical-align: middle;
}

.calendar select,
.calendar input,
.calendar textarea {
    font-size: 12px;
    margin: 0;
}

.calendar input[type="text"],
.calendar input[type="password"],
.calendar textarea {
    outline-style: none;
    -webkit-appearance: none;
}

.calendar textarea {
    resize: none;
}

.calendar table {
    border-collapse: collapse;
    border-spacing: 0;
}

.calendar th,
.calendar td {
    font-size: 16px;
    padding: 0
}

.calendar img,
.calendar a img {
    border: 0;
    margin: 0;
    padding: 0;
}

.calendar img {
    border: none;
}

.calendar a {
    outline-style: none;
    color: #000;
    text-decoration: none
}

.calendar a:hover {
    color: #025194;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.calendar {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 5px;
    z-index: 2;
}

.calendar table {
    width: 100%;
}

.calendar table tr th {
    width: 14.285714285714286;
    height: 55px;
    font-size: 16px;
}

.calendar table tr th:nth-child(6) {
    color: red
}

.calendar table tr th:nth-child(7) {
    color: red
}

.calendar table tr td {
    text-align: center;
    height: 50px;
    cursor: pointer;
}

/*鼠标滑过*/
.bgHover,
.bghover {
    background: rgba(27, 90, 186, 1);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 17px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    width: 60%;
}

.riqi {
    position: relative;
    z-index: 999;
}

.riqi.jq {
    line-height: 45px;
}

.jq {
    position: relative;
}

.jq .xiu {
    color: red;
    position: absolute;
    top: 5px;
    line-height: 1;
    left: 15px
}

.riqi .piaofu {
    position: absolute;
    width: 212px;
    bottom: 27px;
    left: -98px;
    background: #005293;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    display: none;
    z-index: 100;
}

.riqi.current .piaofu {
    display: block;
}

.riqi .piaofu span {
    display: block;
    width: 19px;
    height: 9px;
    background: url(../images/angle.png) no-repeat;
    position: absolute;
    bottom: -9px;
    _bottom: -12px;
    left: 103px;
    z-index: 100;
}

.riqi .piaofu ul li {
    padding: 2px 0px 2px 8px;
    background: url(../../images/ico_wxx.jpg) no-repeat 0px 9px;
    z-index: 100;
}

.riqi .piaofu ul li a {
    color: #fff;
    z-index: 100;
    font-family: "宋体";
    font-size: 12px;
}

.riqi .piaofu ul li a:hover {
    text-decoration: underline;
    z-index: 100;
}

/*非本月日期*/
.calendar table tr td.current_day {
    background: #cbcbcb
}

.calendar table tr td.unselected_month {
    color: #b5b5b5
}

/*选择日期*/
.choice {
    font-size: 20px;
    height: 52px;
    background: rgba(245, 248, 252, 1);
    line-height: 45px;
    text-align: center;
    color: rgba(35, 84, 175, 1);
    font-weight: bold
}

.choice * {
    vertical-align: middle;
}

.choice p.month {
    background: url(../../images/icon_sx.png) no-repeat right center;
    padding-right: 10px
}

.choice p {
    display: inline-block;
    height: 100%;
    width: 48%
}

.choice .button {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 100%;
    margin: 0 8%;
}

.choice .button.prev {
    background: url(../../images/icon_l.png) no-repeat center center;
}

.choice .button.next {
    background: url(../../images/icon_r.png) no-repeat center center;
}

.choice .month .prev {
    background: url(../../images/icon_l.png) no-repeat center center;
}

.choice .year .next {
    background: url(../../images/icon_r.png) no-repeat center center;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .calendar table tr td:nth-child(1) .riqi .piaofu {
        left: 0;
    }

    .calendar table tr td:nth-child(2) .riqi .piaofu {
        left: 0;
    }

    .calendar table tr td:nth-child(6) .riqi .piaofu {
        right: 0;
        left: auto;
    }

    .calendar table tr td:nth-child(7) .riqi .piaofu {
        right: 0;
        left: auto;
    }

    .active-box .single-select {
        width: 100%;
    }
}

/* 领导日历end */