.events{}
.add-event-bg{width:100%;position:fixed;top:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:10;display:none;}
.events_tit{ position:relative;height:75px; background:url(../images/events_tit_bg.jpg) no-repeat 44px 30px;}
.events_tit .close-button{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;position:absolute;right:-10px;top:-10px;width:40px;height:40px;color:#fff;border-radius:20px;background:url(../images/close-txt.jpg) no-repeat center center #5277ab;cursor:pointer;}
.events_tit .close-button:hover{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}
.events-bottom{ width:536px; height:27px; }


.jalendar {
    position: relative;
    width:725px;
    height:430px;
    margin-left:6px;
     z-index:100
}
.jalendar .left {
    float: left;
}
.jalendar .clear {
    clear: both;
}
.jalendar.mid {
    width: 420px;
}
.jalendar .added-event {
    display: none;
}
.jalendar-wood 
{
    width:725px;
    position: relative;
 /*    background: url('../images/jalendar-wood-bg.png') left top; */
  /*   border-radius: 10px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.7), inset 0 -2px 10px rgba(255,255,255,0.3); 
    padding: 15px;*/
 /*    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid #e1bf89;
    border-right: 1px solid #b4925d;
    border-left: 1px solid #b4925d; */
    display: inline-block;
    z-index: 2;
}
/*.jalendar-wood .close-button {
    position: absolute;
    right: -1px;
    display: none;
    top: -113px;
    cursor: pointer;
    width:40px;
    height:40px;
    color:#fff;
    border-radius:20px;
    background:url(../images/close-txt.jpg) no-repeat center center #5277ab;
     z-index:12;
     transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;
}
.jalendar-wood .close-button:hover{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}*/
.jalendar .wood-bottom 
{
    width:558px;
    position: absolute;
    bottom: -6px;
 /*  background: url('../images/jalendar-wood-bg.png') center top;  */
    left: 0;
 /*    border-radius: 10px; */
    width: 100%;
    height: 100%;
    z-index: 1;
  /*   box-shadow: inset 0px 0px 20px rgba(0,0,0,0.8), 0 2px 5px rgba(0,0,0,0.7);
    border-bottom: 1px solid #653f08;*/
}
.jalendar-pages {
    position: relative;
    border-radius: 2px;
 /*   box-shadow: 0px 1px 4px #444; */
    display: inline-block;
    width: 100%;
    float: left;
}
.jalendar .pages-bottom 
{
    display:none;
    position: absolute;
    border-radius: 0 0 2px 2px;
    height: 4px;
    bottom: -4px;
    left: 1%;
    width: 98%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px 2px rgba(0,0,0,0.5);
    background: #fff;
}
.jalendar-pages > .header {
    text-align: center;
    position: relative;
    border-radius: 3px 3px 0 0;
 /*   box-shadow: 0px 1px 2px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.7), inset 0 -10px 20px rgba(0,0,0,0.2), inset 0 40px 40px rgba(255,255,255,0.3); */
    overflow: hidden;
}
.jalendar-pages > .header h1 {
    margin: 13px 0 0 0;
    padding: 0;
    display: inline-block;
    font: 24px "Roboto", Arial, Helvetica, Geneva, sans-serif;
    color: #000;
    /*font-weight:bold;*/
 /*   text-shadow: 0 -1px 3px rgba(0,0,0,0.5);  */
}
.jalendar-pages > .header .prv-m, 
.jalendar-pages > .header .nxt-m {
    text-decoration: none;
    width: 23px;
    position: absolute;
    display: inline-block;
    height: 23px;
    
    background:url(../images/jalendar-btn.png) no-repeat;
    top: 15px;
    cursor: pointer;
}
.jalendar-pages > .header .prv-m {
    background-position: 0 -29px;
    left: 110px;
}
.jalendar-pages > .header .nxt-m {
    background-position: 0 0;
    right: 110px;
}
.jalendar-pages > .header .prv-year,
.jalendar-pages > .header .nxt-year{
	position:absolute;
	top:20px;
	cursor:pointer;
	color:#5277ab;
	font-size:14px;
	font-weight:bold;
}
.jalendar-pages > .header .prv-year:hover,
.jalendar-pages > .header .nxt-year:hover{
	color:#008373
}
.jalendar-pages > .header .prv-year{
	left:55px;
}
.jalendar-pages > .header .nxt-year{
	right:55px;
}
.jalendar-pages > .header .day-names {
    margin: 29px 10px 0 10px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.jalendar-pages > .header h2 {
    display: inline-block;
    width: 14%;
    padding: 0 0 0 0;
    text-indent: 1px;
    text-align: center;
    margin: 0;
    /*background: url('../images/jalendar-sprite.png') no-repeat 0 -41px;*/
    border-right:1px solid #d2d2d2;
    height: 24px;
    font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  /*  text-shadow: 0 1px 0 #000;  */
    color: #333;
    font-family:"楷体";
     font-weight:bold;
}
.jalendar .header h2:first-child {
    background: none !important;

}
.jalendar .header h2:last-child{
    border-right:none!important;
}
.jalendar .total-bar {
    margin: 12px 15px;
    background-color: #eeeeee;
    border-radius: 30px;
    /*box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);*/
    padding: 6px 12px;
    color: #666;
    font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.jalendar .total-bar b {
    color: #65c2c0;
    text-shadow: 0 1px 1px rgba(255,255,255,1);
    font-weight:bold;
}
.jalendar .days {
    margin: 10px 10px 20px 10px;
    font-size: 0;
    text-align: center;
}
.jalendar .days .day {
    display: inline-block;
    width: 14%;
    height: 43px;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font: 18px "Microsoft Yahei", Arial, Helvetica, Geneva, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #777;
    cursor: pointer;
    position: relative;
        font-weight: 200;
}
.jalendar.mid .days .day {
    height: 40px;
    font-size: 18px;
    padding-top: 7px;
}
.jalendar .days .day:hover {
	background-color: #feffea;
}
.jalendar .days .day.selected {
  /*  box-shadow: inset 0 5px 15px rgba(255,255,255,0.4), inset 0 -10px 10px rgba(0,0,0,0.2);
   text-shadow: 0 1px 1px #000; */
   
      color: #fff;
}
.jalendar .days .day:nth-child(7n+1) {
    border-left: 1px solid #e0e0e0;
}
.jalendar .days .day:nth-last-child(1),
.jalendar .days .day:nth-last-child(2),
.jalendar .days .day:nth-last-child(3),
.jalendar .days .day:nth-last-child(4),
.jalendar .days .day:nth-last-child(5),
.jalendar .days .day:nth-last-child(6),
.jalendar .days .day:nth-last-child(7) {
    border-bottom: 1px solid #e0e0e0;
}
.jalendar .days .day.today.selected {
    color: #fff !important;
}
.jalendar .days .day > .event-single {
    display: none;
}
.jalendar .days .day.selected > i {
    display: none;
}
.jalendar .days .day > i {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    display: inline-block;
    border-top:8px solid #5277ab;
    border-right:8px solid #5277ab;
    border-left:8px solid transparent;
    border-bottom:8px solid transparent;
}

.jalendar .add-event {
     position:fixed;
    display: none;
     width:738px;
      height:347px;
      background:#fff;
       margin-left:-369px;
       margin-top:-173px;
       left:50%;
       top:50%;
       background:url(../images/dalendar-event-bg.jpg) no-repeat;
       z-index:11;
}
.jalendar .add-new {
    /*background: url(../images/jalendar-sprite.png) 0 -325px repeat-x;*/
    margin: 0 0 20px 0;
    padding: 20px 15px 15px 15px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    position: relative;
     display:none
}
.jalendar .add-new input[type="text"] {
    padding: 5px 15px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 2px 2px rgba(255,255,255,1), inset 0 2px 5px rgba(0,0,0,0.4);
    font: 18px "Roboto", "Helvetica Neue", Arial;
    color: #fff;
    background-color: rgba(0,0,0,0.1);
    outline: none;
    margin: 0 0 15px 0;
}
.jalendar .add-new .submit {
    position: absolute;
    right: 20px;
    top: 25px;
    background: url(../images/jalendar-sprite.png) 0 -614px no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
}
.jalendar .add-new .submit:active {
    background-position: -32px -614px;
}
.jalendar .add-time {
    float: left;
    width: 108px;
    background: url(../images/jalendar-sprite.png) 0 -179px;
    padding: 0 0 0 20px;
    font: bold 13px "Helvetica Neue", Arial;
    position: relative;
}
.jalendar .add-time .disabled {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: not-allowed;
}
.jalendar .add-time .select {
    background: url(../images/jalendar-sprite.png) right -250px repeat-x;
    position: relative;
    float: left;
    border-radius: 2px;
    border: 1px solid #999;
    cursor: pointer;
    letter-spacing: 1px;
    height: 25px;
    z-index: 9;
    width: 42px;
    text-align: center;
}
.jalendar .add-time .select span {
    display: inline-block;
    padding: 5px 20px 5px 7px;
}
.jalendar .add-time .select .dropdown {
    position: absolute;
    left: -1px;
    width: 100%;
    top: 27px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    display: none;
    height: 200px;
    overflow-x: scroll;
}
.jalendar .add-time .select .dropdown .option {
    padding: 5px 0;
}
.jalendar .add-time .select .dropdown .option:hover {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 1px 1px rgba(255,255,255,0.5), inset 0 -14px 7px rgba(0,0,0,0.1), inset 0 14px 7px rgba(255,255,255,0.1);
    color: #fff;
}
.jalendar .add-time .select + .left {
    padding: 5px 4px 0 4px;
}

.jalendar .all-day {
    float: right;
    width: 115px;
    font: bold 13px "Helvetica Neue", Arial;
}
.jalendar .all-day fieldset {
    background: url(../images/jalendar-sprite.png) 0 -492px repeat-x;
    position: relative;
    float: right;
    border-radius: 2px;
    border: 1px solid #999;
    padding: 5px 7px;
    cursor: pointer;
    height: 15px;   
}
.jalendar .all-day fieldset .check {
    float: left;
    width: 18px; 
    border-right: 1px solid #999;
    display: inline-block;
    height: 27px;
    margin: -6px 0 0 0;
    /*background: url(../images/jalendar-sprite.png) -2px -284px;*/
    position: relative;
}
.jalendar .all-day fieldset .check span {
    position: absolute;
    left: 3px;
    top: 11px;
    border-radius: 2px;
    display: inline-block;
    width: 6px;
    height: 6px;
}
.jalendar .all-day fieldset label {
    float: left;
    padding: 0 0 0 5px;
    cursor: pointer;
}

.jalendar .events {
    height: 200px;
    position: relative;
}
.jalendar .events h3 {
/*    background: url(../images/jalendar-sprite.png) center -532px no-repeat;  */
    display: inline-block;
    width: 96%;
    font: 16px "微软雅黑", "Helvetica Neue", Arial;
    color:#000;
    text-shadow: 0 1px 1px #fff;
    text-align: right;
    margin:35px 0 10px 0;
}
.jalendar .events h3 span {
    display: inline-block;
 /*   background: url(../images/jalendar-wood-bg.png);  */
    padding: 0 10px;
    font-family:"微软雅黑";
    margin-top:8px;
    margin-right:20px;
}
.jalendar .events .events-list {
    height:200px;
    width:704px;
    overflow-x: hidden;
    overflow-y:auto;
    padding: 2px 2px 0 2px;
    position: relative;
    z-index: 2;
    margin-top:40px;
}
.jalendar .events .gradient-wood {
    position: absolute;
    z-index: 1;
    bottom: -39px;
    display: none;
    left: -1%;
    width: 102%;
    height: 2px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.45);
    box-shadow: 0 1px 2px #fff;
}
.jalendar .events .event-single {
 /*   background: url(../images/jalendar-sprite.png) 0 -90px;
    border-radius: 7px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.75);  */
   
     
      color:#4d4d4d;
    margin: 0 0 20px 0;
}
    .jalendar .events .event-single p {
        padding: 7px 25px;
        font-size: 18px;
        font-family: "微软雅黑";
        margin: 0;
        color: #333;
        width: 625px;
        margin-left: 28px;
        background: url(../images/page/icon-huodong-li.jpg) no-repeat left center;
        /*border-bottom:1px dotted #ccc;*/
        /*  border-bottom: 1px solid rgba(0,0,0,0.3);  */
    }
.jalendar .events .event-single p:hover {
      text-decoration:underline;
  /*  border-bottom: 1px solid rgba(0,0,0,0.3);  */
}
.jalendar .events .event-single p a {
    color: #333;
}
.jalendar .events .event-single .details {
    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 5px 10px;
    overflow: hidden;
}
.jalendar .events .event-single .details .clock {
    background: url(../images/jalendar-sprite.png) 0 -184px;
    color: #fff;
    padding: 0 0 0 20px;
    font: bold 12px "Helvetica Neue", Arial;
    float: left;
    display: inline-block;
    width: 120px;
}
.jalendar .events .event-single .details .erase {
    background: url(../images/jalendar-sprite.png) 0 -217px;
    float: right;
    display: inline-block;
    width: 11px;
    height: 13px;
    cursor: pointer;
    display:none
}
.topbg{
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    display:none
}
.bgwarp{
    padding:12px 0 22px 0;
    background:rgb(255,255,255,.7);
}