﻿body {
}
.mySign {
    height: 400px;
    width: 100%;
    line-height:400px;
    text-align:center;
}
a{
    color: #333;
}
.mySign img {
    width:100%;
    height:400px;
    vertical-align:baseline;
}
.sign_title {
    height: 70px;
    line-height: 70px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top:10px;
}
.sign_title .sign_title_l {
    width: 700px;
    float: left;
    color: #7B8D99;
    font-size:22px;
    line-height:70px;
    
}
.sign_title .sign_title_l span {
    color: #FF2549;
    font-size:22px;
}
.sign_title .sign {
    width: 165px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    background: rgba(9,163,225,1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.29);
    border-radius: 3px 3px 3px 3px;
    font-size:23px;
    color:#fff;
    float:right;
    text-align:center;
    cursor: pointer;
}
/*
    *签到日历
*/
.sign-content {
   width:1200px;
   height:730px;
   overflow:hidden;
   background:url(../image/jifen/sign-bg.png) no-repeat ;
}
.sign-content table {
    margin-top:67px;
    width:1200px;
    border: 1px solid #fff;
    border-right: none;
    border-bottoms: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.sign-content table th, .sign-content table td {
  text-align:center;
  font-size:30px;
  color:#fff;
}
.sign-content table tr {
   /* border-bottom:1px solid #fff; */
}
.sign-content table th {
   width: 171px;
   height:60px;
   line-height:60px;
   width:10%;
   border-right:1px solid #fff;
}
.sign-content table td {
    height: 100px;
    line-height: 100px;
    width: 10%;
    border-right: 1px solid #fff;
    position:relative;
}
.sign-content table td img {
    display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 5px;
    width: 32px;
    height: 32px;
}
/*
    *签到规则
*/
    .qiandao_bottom {
        padding: 20px 0;
        background: #fff;
        margin-top: 20px;
    }
.qiandao_bottom_title {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
}
.qiandao_bottom_list {
    padding-left: 20px;
}
.qiandao_bottom_list li {
    font-size: 14px;
    color: #09A3E1;
    margin-top: 10px;
    font-size:20px;
}
.qiandao_bottom_list li span {
    vertical-align: middle;
}
.sign-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-left:2px solid #fff;
    border-top:1px solid #fff;
    margin-top: 70px;
}
.sign-title p{
    width: 171px;
    height: 60px;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.rili{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-left:2px solid #fff;
}
.rili li{
    width: 171px;
    height: 100px;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    float: left;
    position: relative;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.rili li img{
    display: none;
    position: absolute;
    right: 2px;
    bottom: 5px;
    width: 32px;
    height: 32px;
}
.rili .active img{
    display: block;
}