html{
	background:#f3f3f3;
}
body{
	max-width:1000px;
	margin:0 auto;
}
.taibai_logo{
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	margin-top:1.2rem;
	padding-bottom:0.6rem;
}
.taibai_logo img{
	display: inline-block;
	width:50%;
}
#appDate::-webkit-input-placeholder{
    color:#000;
}
#appDate::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#000;
}
#appDate:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#000;
}
#appDate:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#000;
}
.btitle .selectDate:after{
	border: 0.11111rem solid #333;
	content: '';
    position: absolute;
    border-top: 0;
    border-right: 0;
    width: 0.59259rem;
    height: 0.59259rem;
    right: 0;
    top: 50%;
    margin-top: -0.14815rem;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
}
.btitle .backToday{
 border-color: #d2514c;
 color: #d2514c;
}
.calGrid .tbody .today{
	background:#d2514c;
}
#fjap .btn-orange span:before{
	background-image:none;
	width:0;
	height:0;
}
#fjap .btn-orange span{
	padding: 0;
}
#fjap .btn-orange{
	background:#d2514c;
}
footer{
	background:#f3f3f3;
	padding:0.2rem 0 1rem 0;
}
footer p{
	text-align:center;
	color:#949393;
	font-size: 0.8rem;
}
footer p a{color:#949393;}
.calGrid .tbody .selected {
    box-shadow: 0 0 0 0.11111rem #d2514c inset;
}
.otherInfor{
	border-right:none;
}