
body{
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    /*background: #FFC0CB;*/
    /*background: url(../images/2.jpg);*/
    background-size: 100% 100%;
    background-attachment: fixed;
}
#cldBody{
    /*margin: 0 auto;*/
    width: 380px;
}
#top{
    position: relative;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
#topDate{
    font-size: 20px;
}
#week td{
    font-size: 15px;
}
#left, #right{
    position: absolute;
    width: 60px;
    height: 60px;
}
#left{left: 0;}
#right{right: 0;}
#left:hover, #right:hover{
    /*background-color: rgba(30, 30, 30, 0.2);*/
    color: #fff;
    cursor: pointer;
}
.lostDay{
    color: #ccc;
    cursor: not-allowed;pointer-events:none
}
.curDate{
    color: red;
    font-weight: bold;
    cursor: pointer;
}
.isDay{
    cursor: pointer;
}
.lf {
    float: left;
}
.rf {
    float: right;
}
.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.clearfix {
    zoom: 1;
}
ul{padding: 0}
li{list-style: none;margin-top: 15px;text-align: center;height: 50px;line-height: 50px;cursor: pointer}
.disUl{color: #ccc;cursor: not-allowed;pointer-events:none}
.unIl{color: #000;}
.information{
}
@font-face {
    font-family: 'font1';
    src: url("ziti.ttf");
}
.information .row{
    margin: 0 auto;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
}
.information span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.information input{
    height:30px;
    width: 100%;
    outline: none;
    vertical-align: middle;
    margin-top: 6px;
    padding: 0;
    font-family: font1,sans-serif;
    color: #000;
    font-size: 18px;
    /*font-weight: bold;*/
    letter-spacing: 1.5px;
    border: none;
}
.information .row div{
    height: 45px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.information button{
    font-size: 22px;
    padding: 0;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(#B0C4DE,#6495ED,#87CEFA); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B0C4DE,#6495ED,#87CEFA); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B0C4DE,#6495ED,#87CEFA); /* Firefox 3.6 to 15 */
    background: linear-gradient(#B0C4DE,#6495ED,#87CEFA);
    border: none;
    box-shadow: 2px 2px 5px #1E90FF;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
}
.information button:hover{
    background: -webkit-linear-gradient(#87CEFA,#6495ED,#B0C4DE); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#87CEFA,#6495ED,#B0C4DE); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#87CEFA,#6495ED,#B0C4DE); /* Firefox 3.6 to 15 */
    background: linear-gradient(#87CEFA,#6495ED,#B0C4DE);
}

p.text-center{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
body{
    position: relative;
}
.tanchu{
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
._tanchu{
    position: absolute;
    top: 35%;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 5px;
}
._tanchu p{
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
}

.day_list li{
    padding: 0;
}
.day_list li p{
    width: 70%;
    background: -webkit-linear-gradient(#98FB98,#90EE90,#8FBC8F ); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#98FB98,#90EE90,#8FBC8F ); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#98FB98,#90EE90,#8FBC8F ); /* Firefox 3.6 to 15 */
    background: linear-gradient(#98FB98,#90EE90,#8FBC8F );
    margin: 0 auto;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #98FB98;

}
.day_list li p:hover{
    background: -webkit-linear-gradient(#98FB98,#90EE90,#8FBC8F ); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#98FB98,#90EE90,#8FBC8F ); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#98FB98,#90EE90,#8FBC8F ); /* Firefox 3.6 to 15 */
    background: linear-gradient(#8FBC8F,#90EE90 ,#98FB98 );
}

#time_list li {
    padding: 0;
}
#time_list li .disSelect{
    width: 70%;
    background: -webkit-linear-gradient(#ADD8E6,#87CEEB,#87CEFA ); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ADD8E6,#87CEEB,#87CEFA ); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ADD8E6,#87CEEB,#87CEFA  ); /* Firefox 3.6 to 15 */
    background: linear-gradient(#ADD8E6,#87CEEB,#87CEFA );
    margin: 0 auto;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #00BFFF;
   
}
#time_list li .disSelect:hover{
    background: -webkit-linear-gradient(#87CEFA,#87CEEB,#ADD8E6); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#87CEFA,#87CEEB,#ADD8E6); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#87CEFA,#87CEEB,#ADD8E6); /* Firefox 3.6 to 15 */
    background: linear-gradient(#87CEFA,#87CEEB,#ADD8E6);
}


#time_list li .unSelect{
    width: 70%;
    background: -webkit-linear-gradient(#DCDCDC,#D3D3D3,#C0C0C0); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DCDCDC,#D3D3D3,#C0C0C0 ); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DCDCDC,#D3D3D3,#C0C0C0 ); /* Firefox 3.6 to 15 */
    background: linear-gradient(#DCDCDC,#D3D3D3,#C0C0C0 );
    margin: 0 auto;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #808080;
    cursor: not-allowed;pointer-events:none

}

#time_list li .unSelect:hover{
    background: -webkit-linear-gradient(#C0C0C0,#D3D3D3,#DCDCDC ); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#C0C0C0,#D3D3D3,#DCDCDC ); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#C0C0C0,#D3D3D3,#DCDCDC ); /* Firefox 3.6 to 15 */
    background: linear-gradient(#C0C0C0,#D3D3D3,#DCDCDC );
}

.time_title,.information_title{
    position: relative;
}
#time,#information{
    display: none;
}

.time_title span,.information_title span{
    display: inline;
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    left: 10%;
    top: 5%;
}