@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0; font-family:"微软雅黑"; color:#333;}
p{ padding:0; margin:0;}
.navbar {
    background: #fff none repeat scroll 0 0;
    color: #000000;
    font-size: 16px;
    height:45px;
    left: 0;
    line-height:45px;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
}
	
*, *::before, *::after {
    box-sizing: border-box;
}
.navbar button{ margin-top:1px;}
.navbar .img1{ width:135px; height:43px;}
.navbar .topleft {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ff2626;
    left: 10px;
    position: absolute;

	cursor: pointer;
}

.navbar .topleft .iconfont {
    font-size: 1.8em;
	color:#fff;
	font-family: "iconfont" !important;	
}

.bottom {
	height:40px; 
	line-height:40px;
}

.bottom a {
	display:block;
	text-decoration:none;
	text-align: center;
	color:#000000;
	font-size: 16px;
}
.bottom img{position: absolute; right: 15px; width:35px; height:35px;}


.dl {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top:0px;
    padding: 0 0 10px;
}

.dl .name {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 25px;
	overflow:hidden;
}

.dl .name span{ width:90px; display:block; float:left;font-size:16px;}
.dl input{ width:140px; border:none; font-size:16px;}
.dl .thisdate{ width:160px; border:none; font-size:16px;}

.tj{ text-align:center; margin:10px 0;}
.tj .but_tj{ padding:10px 0; width:90%; background:#396FA1; border:none; border-radius:5px; color:#fff; font-size:18px; cursor:pointer;}
