.container,.content{
    font-family: 'SimSun';
}
.navbar-brand{
    height: 60px;
    line-height: 60px;
    padding: 5px 10px;
    display: flex;
}
.header-img{
    height: 50px;
}
.header-title{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin: 0 6px;
    width: 150px;
    text-align-last: justify;
}
.header-title-small{
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin: 0 6px;
    width: 150px;
    text-align-last: justify;
}
.navbar.navbar-white.navbar-fixed-top{
    border-bottom: 1.5px solid #b0d3ef;
}
.header-logo{
    text-align: center;
}
.page-header{
    float: none;
    margin: 0 auto 10px;
    text-align: center;
    border-bottom: 3px solid #7ec3ea !important;
}
.img-shield{
    height: 24px;
}
.panel-body{
    margin: 0 auto;
}
.panel-form{
    float: none;
    margin: 0 auto;
    padding: 10px 0;
}
label {
    margin-bottom: 10px;
}
.padding-bottom-100{
    padding-bottom: 100px;
}
.input-group > .msg-box.n-right,.msg-box {
    display: none;
}
.error-img-box{
    text-align: center;
    margin: 50px 0 20px;
}
.correct-img-box{
    text-align: center;
    margin: 50px 0 20px;
}
.error-img{

}
.page-error{
    text-align: center;
}
.error-title-box{
    text-align: center;
    margin: 20px auto;
    float: none;
}
.correct-title-box{
    text-align: center;
    margin: 20px auto;
    float: none;
}
.error-btn-box{
    text-align: center;
    margin: 0 auto;
    float: none;
}
.error-btn-box .btn{
    margin-top: 20px;
}
.correct-info-box{
    margin: 0 auto;
    padding: 30px 0;
    float: none;
}
.correct-info-box label{
    text-align: right;
}
.correct-btn-box{
    text-align: center;
    margin: 0 auto;
    float: none;
}
.radio label{
    font-weight: bold;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}