@charset "utf-8";
/* CSS Document */
*,::after ,::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,div,section,header,footer{margin:0; padding:0;}
body{
	    font-family: "microsoft yahei","STHeitiSC-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333;
    background-color: #f4f4f4;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
} 
a {
    color: #111111;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.navbar,header{
	background-color:#1EB441;
	color:#fff;
	font-size:18px;
	lin-height:20px;
	margin-bottom:5px;
	min-height:50px; 
	padding:15px; 
	text-align:center;
}
footer{margin:20px 0 10px 0; color:#999; text-align:center;}
.datetime{
	background:#fff;
	border-bottom:1px solid #eee;
	min-height:50px;
	padding:15px; 
	text-align:left;
}
.gray,.datetime label{color:#999;}

.form-group{margin-bottom:1rem;}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.text-muted {
    color: #6c757d!important;
}

.bd-wrap {
	background:#fff;
    position: relative;
    padding: 1.5rem;
    margin: 1rem -15px 0; 
}

.center{text-align:center;}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-block {
    display: block;
    width: 100%;
}

span.note{color: #0056b3;}
.topline{border-top:1px dashed #ddd; line-height:2;padding:2rem 2rem 1rem;}
p.mt10{margin-top:2rem;}
.bradius{ border-radius:50%;}