@charset "utf-8";



.calendar * {
    box-sizing: border-box;
    font-family: "微软雅黑";
}

.calendar {
    width: 100%;
    /*! background: #e6e6e6; */
    font-size: 14px;
    margin: inherit
}

.calendar table tr th {
    width: 34px;
    height: 45px;
    background: url(../img/zldataXQ.jpg) no-repeat center;
}

.calendar table tr td {
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #4f4f4f;
    cursor: pointer;
}


/*鼠标滑过*/
.bgHover {
    background-color: #2a82e4;
    color: #fff !important;
    text-decoration: none !important;
}

.riqi {
    position: relative;
    z-index: 9999999;
    height: 40px;
	line-height: 40px;
}

.riqi .piaofu {
    position: absolute;
    width: 242px;
    bottom: 54px;
    left: -118px;
    background: #005293;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
    display: none;
    z-index: 100;
	background-color: #2a82e4;
	border-radius:  5px;
	box-shadow: 0 2px 4px rgba(42 130 228 / 20%);
}

.riqi.current .piaofu {
    display: block;
}

.riqi.current .piaofu.right-over {
    right: 4px;
    left: auto;
}
.riqi.current .piaofu.left-over {
    left: 4px;
}

.riqi .piaofu span {
    display: block;
    width: 22px;
    height: 14px;
    background: url(../img/angle.png) no-repeat;
    position: absolute;
    bottom: -14px;
    _bottom: -17px;
    left: 123px;
    z-index: 100;
}

.riqi .piaofu.right-over span {
    left: auto;
    right: 8px;
}

.riqi .piaofu.left-over span {
    left: 8px;
    
}

.riqi .piaofu ul li {
    padding: 2px 0px 2px 12px;
    background: url(../img/ico_w.png) no-repeat 0px 10px;
    z-index: 100;
    line-height: 22px;
}
.riqi .piaofu ul li + li{margin-top: 10px;}

.riqi .piaofu ul li a {
    color: #fff;
    z-index: 100;
    font-size: 14px;
}

.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: 19px;
    height: 32px;
    color: #000;
    background: white;
    position: relative;
}

.choice:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 2px;
    height: 19px;
	margin-left: -1px;
    background: url(../img/line.jpg) repeat;
}

.choice p {
    display: block;
    float: left;
    height: 32px;
    line-height: 38px;
}



.choice .month_name {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 1.125em;
}

.choice .button {
    cursor: pointer;
    display: inline-block;
    /*! width: 14px; */
    margin: 0px;
    /**padding: 0 14px;*/
}

.choice .month .prev {
    /*! padding-left: 0px; */
}

.choice .year .next {
    padding-right: 0px;
}

.dateSelector {
    border: 1px solid LightGrey;
}


.calendar .year_name {
    font-family: "微软雅黑";
    font-size: 1.25em;
    padding: 0 10px;
}


.calendar {
    width: 100%;
}

.dateSelector {
    border: none;
}

.choice {
    height: 50px;
	border-bottom: dotted 2px #e7ecf2;
}

.choice p {
    width: 50%;
    height: 40px;
    text-align: center;
}
.choice p span{
	display: inline-block;
	vertical-align: top;
}
.choice p span.button i{
	font-size: 1.25em;
}
@media (max-width:414px){
  .choice p span.button i{font-size: 1em;}
}
.calendar table {
    width: 100%;
}

.calendar table tr th {
    background: none;
    font-size: 16px;
    color: #000;
    font-size: 16px;
}

.calendar-week {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.calendar-week th+th+th+th+th+th,
.calendar-week th+th+th+th+th+th+th {
    color: #cf0202;
}

.riqi {
    font-size: 15px;
}

.riqi .piaofu {
    left: -90px;
}

.topMainNav {
    background-color: #fff;
}

.choice .month_name {
    font-size: 1.25em;
}
@media (max-width:414px){
  .choice .month_name{font-size: 1em;}
}

.choice .year_name {
    display: inline-block;
    text-align: center;
    font-size: 1.25em;
}
@media (max-width:414px){
  .choice .year_name{font-size: 1em;}
}


.choice .year .prev {
    padding-left: 0px;
}

#title11 {
    border: none;
}