/**新春活动**/
.springMask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000;
    display:none
}
.springWinningPop{
    width: 400px;
    height: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    background: url(/xin/images/winingpop1.png) no-repeat bottom center;
    background-size:cover;
    z-index: 1001;
    display:none
}

/**签到日历**/
.Calendar {
    font-family:Verdana;
    background-color:#fff;
    text-align:center;
    line-height:1.5em;
}
.Calendar .icons{
    display: block;
    width:40px;
    height:40px;
    background: url(images/wap/icons4.png) no-repeat center -300px;
    -webkit-background-size:50px auto;
}
.Calendar .icons_after{
    background-position: center -350px;
}
.Calendar header{
    font-size:14px;
    color:#888e8e;
    line-height:50px;
    height:50px;
    background:#ffffff;
    box-shadow: 0 5px 5px rgba(100,100,100,0.1);
}
.Calendar a{
    color:#0066CC;
}
.Calendar table{
    width:280px;
    margin:10px auto;
    border:0;
}
.Calendar table thead{color:#acacac;}
.Calendar table td {
    color:#4b4b4b;
    border:1px solid #e3e3e3;
    width:40px;
    height:40px;
    margin:1px;
    background: #ffffff;
    -webkit-box-sizing:border-box;
    text-align: center;
}
.Calendar table th {
    text-align:center;
    color:#4b4b4b;
    width:40px;
    height:40px;
    margin:1px;
    -webkit-box-sizing:border-box;
}
.Calendar thead td, .Calendar td:empty{
    background:none;
    border:0;
}
.Calendar thead td{
    color:#4b4b4b;
    font-size:13px;
    font-weight:bold;
    text-align: center;
}
#idCalendarPre{
    cursor:pointer;
    float:left;
}
#idCalendarNext{
    cursor:pointer;
    float:right;
}
#idCalendar td a.checked{
    display: block;
    height:100%;
    border:1px solid #58c4d1;
    line-height:38px;
    color:#989898;
}
#idCalendar td.onToday, #idCalendar td.onToday a{
    color:#ff3600!important;
}
#ymhead{width:100%;background:#fff;text-align:center;height:30px;line-height:30px;}
#pre,#next{width:20%;float:left;height:30px;line-height:30px;}
#ym{width:60%;float:left;height:30px;line-height:30px;font-size:14px;}
.Calendar table td.my{
//background-color: green;
    background: rgba(0, 0, 0, 0) url("/images/sign_have.gif?v=3.0&t=1457347331749") no-repeat scroll center center;
    webkit-box-sizing:border:box;
}
.Calendar table td.bq{
//background-color: #ff3600;
    background: rgba(0, 0, 0, 0) url("/images/sign_mob_have.gif?v=3.0&t=1457347331749") no-repeat scroll center center;
    webkit-box-sizing:border:box;
}
/* 红色代表今天*/
.Calendar table td.today{color:red;}