*{
    margin:0;
    padding: 0;
    border: 0;
}
ul{
    list-style: none;
}
.main{
    width: 700px;
    height: 500px;
    margin: 0 auto;
    padding-left: 40px;
}
.phone{
    background: url("../img/phonebg.jpg") no-repeat 0 0;
    width: 220px;
    height: 428px;
    padding-top: 72px;
    padding-left: 17px;
    float: left;
}
.phone-screen{
    width: 180px;
    height: 331px;
    color: #000;
    font-size: 12px;
    font-family: "simsun";
    line-height: 30px;
    padding: 12px;
    overflow-x: hidden;
}
.date{
    margin-top: 10px;
    margin-left: 44px;
    width: 366px;
    float: left;
    height: 487px;
}
.month{
    background: url("../img/datebg.jpg") no-repeat 0 0;
    width: 352px;
    height: 235px;
    padding: 7px;
}
.year{
    width: 351px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #fff;
}
.year img{
    vertical-align: middle;
    cursor: pointer;
}
.year span{
    margin-left: 25px;
    margin-right: 25px;
}
.allmonth{
    margin-left: 17px;
    margin-top: 23px;
    width: 313px;
    height: 137px;
    border-collapse: collapse;
}
.allmonth tr td{
    border: 1px solid #d1d1d1;
    text-align: center;
}
.allmonth tr td a{
    display: block;
    width: 77px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #333;
    background: #f2f2f2;
}
.allmonth tr td a:hover{
    background: #d9eaf7;
}
.allmonth tr td a.active{
    background: #d9eaf7;
}
.onmonth{
    width: 335px;
    height: 31px;
    padding-left: 16px;
    padding-top: 15px;
}
.alldate{
    width: 330px;
    height: 135px;
    margin-left: 24px;
    margin-top: 17px;
}
.ondate{
    width: 88px;
    height: 125px;
    padding-top: 8px;
    padding-left: 20px;
    line-height: 29px;
/*     border-right: 1px dashed #d2d2d2; */
    float: left;
}
.ondate:last-child{
    border: 0;
}
.ondate li a{
    text-decoration: none;
    font-size: 14px;
    color: #333;
    font-family: "simsun";
}
.ondate li a:hover{
    color: #1287e0;
    text-decoration:underline;
}
.ondate li a.active{
    color: #1287e0;
    text-decoration:underline;
}