body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

a {
    color: #2875e8;
    text-decoration: none;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 1px dashed #aab2bd;
    margin-top: 0;
    margin-bottom: 10px;
}
.label-required{
    font-weight: bold;
}
.clear {
    clear: both;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    border: solid 1px #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.banner-img img {
    max-width: 100%;
}

.form-title {
    padding: 20px;
}

.form-title h1 {
    font-size: 1.286em;
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
}

.form-title p {
    color: #999;
    font-size: 1.1em;
}

.form-header {
    border-bottom: 1px solid #ccc;
}

.fields {
    padding: 20px;
    padding-left: 5px;
}

.fields fieldset{
    margin-left: 20px;
    border:solid 1px #ddd;
}
.fields .row{
    line-height: 250%;
    font-size: 16px;
    border-bottom: solid 1px #eee;
}
.fields .row img{
    margin: 5px 0;
}
.fields .row label{
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

.btnbar {
    padding: 20px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
}

.form-footer {
    border-top: 1px solid #ccc;
    padding: 25px 15px;
    background-color: #f5f5f5;
}

.list {
    padding: 20px;    
}

.list .info {
    text-align: right;
    border-bottom: solid 1px #ddd;
    padding-bottom: .5rem;
    color: #999;
}

.list .item {
    border-bottom: solid 1px #ccc;
    padding: .8rem 0;
}

.list .item p {
    display:flex;  
    float: left;
    width: 50%;
    line-height: 200%;
    border-bottom: dashed 1px #eee;    
}

.list .item p small {
    color: #06f;
    padding-left: 5px;
}

.list .item p label {
    color: #888;    
    min-width: 80px;
    padding-right: 10px;
}

.list div.link {
    width: 20%;
    padding-top: .5rem;
    float: right;
}
.msgbar{
    padding: 20px;    
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
    line-height: 2em;
    font-size: 1rem;
}
.msgbar .upd{
    color:#666;    
}
.msgbar .upd b{
    color:#080;
    font-weight: normal;
}
.result{    
    padding: 20px;
    color:#666;
    background-color: #fff;
}
.result hr{
    margin-top: 10px;
}
.result h2{
    font-size: 1.2em;
    font-weight: bold;
}
.result h2 span{
    color:#1E9FFF;
}
.result p{
    line-height: 2em;
}
.result label{
    display: inline-block;
    width:100px;
}
.result .error{
    color:#FF5722;
    font-size: 1.2em;
    line-height: 2em;    
}
.result .info{    
    margin-top: 10px;    
    color:#1E9FFF;
    font-size: 1.1em;
    font-weight: bold;
}
.result .tip{
    color:#FF5722;
}
.result strong{
    color:#000;
}
.result .msg{
    line-height: 1.5em;
    color:#FF5722;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;

}
.close{
    padding:22px;
    font-weight: bold;
}
.banner-img+.container-fluid{
    background-color: #f8f8f5;
}
.xiaoyou{
    line-height: 1.5em;    
}
.xiaoyou h1{
    text-align: center;
    margin-bottom: 1em;    
    text-shadow: 2px 2px 2px #ccc;
    letter-spacing: .1em;
}
.xiaoyou p{
    color:#333;
    line-height: 1.75em;
}
.xiaoyou p.p{
    text-indent: 2em;    
}
.xiaoyou p.school{
    text-align: right;
    margin-bottom: .5em;
}
.xiaoyou p.tips{
    font-size: .9rem;
    color:#999;
    text-align: right;
}
.contact{
	text-align:center;
	margin-bottom:10px;
	font-size:.9em;
}
@media screen and (max-width: 767px) {
    .container {
        margin: 0;
    }
    .list {
        font-size: 1rem;
    }
    .list .item p {                
        width: 100%;
    }
    .list div.link {
        width: 100%;
        padding-top: .5rem;
        float: right;
    }
}
@media print{
    .no-print{
        display: none;
    }
    .container{
        border:none;
    }
    .fields fieldset{
        border-color: #000;
    }
    .fields .row{
        border-bottom: dashed 1px #666;
    }
}