﻿.calendartop {
    width: 100%;
    background-color: #025bac;
    height: 1.2rem;
}
.calendarinfo {
width:100%;
background-color:#f3f7f8;
height:1.8rem;
   
}
.calendarinfo1 {
width:100%;
background-color:#f3f7f8;
height:1.2rem;
   text-align:center
}
.caltitle {
    color:#fff;
    text-align:center;
padding-top:0.2rem;
padding-bottom:0.2rem;
}
.st {
    font-size:0.6rem;
    width:100%;
    margin-left:1rem;
}
.st1 {
    font-size:0.6rem;
    width:100%;
}
.fr {
    position:relative;
    font-size:0.4rem;
    float:right;
    padding-top:0.2rem;
}
.lr {
   position: relative;
    font-size: 0.6rem;
    float: left;
    font-family: serif;
    font-weight: bold;
    margin-left: 0.4rem;
}
.ydinfo {
    text-align: center;
    line-height: 0.8rem;
    width: 8rem;
    font-size: 0.6rem;
    margin-left: 1rem;
    margin-top: 0.3rem;
    border-bottom: 1px solid #808080;
}
.rtjt {
    float: right;
    font-family: inherit;
    font-size: 0.6rem;
    font-weight: bold;
    color: #025bac;
}
.yinput {
    width: 100%;
    border: 0px;
    height: 1rem;
    margin-bottom: 0.1rem;
}
.bt {
    margin-top: 1rem;
    border: 1px solid #025bac;
    background-color: #025bac;
    font-size: 0.6rem;
    line-height: 1rem;
    border-radius: 25px;
    color: #fff;
    -moz-border-radius: 25px; /* Old Firefox */
    margin-left: 2rem;
    width: 6rem;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.pbt {
    margin-top: 0.2rem;
    border: 1px solid #025bac;
    background-color: #025bac;
    font-size: 0.6rem;
    line-height: 1rem;
    border-radius: 25px;
    color: #fff;
    -moz-border-radius: 25px; /* Old Firefox */
    margin-left: 2rem;
    width: 6rem;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.bottom {
    background-color: #808080;
    height: 1rem;
    bottom: 0px;
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    line-height: 1rem;
    opacity:0.6;
    filter:alpha(opacity=40);
    color:#fff;
}