        body {
            font-family: "Microsoft YaHei";
            background-color: #ddecfb;
            /*color: #444;*/
        }

        .navbar-default {
            background-color: #67b1ff;
             /*-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .175); */
            /*box-shadow: 0 3px 3px rgba(0, 0, 0, .175);*/
            border: none;
        }
        .navbar-default .navbar-nav > li > a {
            color: #fff;
        }
        .navbar-default .navbar-brand {
            width: 50px;
            line-height: 50px;
            padding: 0;
            overflow: hidden;
        }
        .navbar-brand > img {
            height: 40px;
            margin: 5px;
        }
        .navbar-fixed-top {
            z-index: 1052;
        }
        .navbar-user-info {
            margin-right: 169px;
        }
        .nav-text {
            line-height: 50px;
            color: #d9ebff;
        }
        .exam-name {
            margin-left: 5px;
            margin-right: 20px;
            color: #fff;
            font-weight: bold;
        }
        .navbar-default .navbar-nav > .open > a, 
        .navbar-default .navbar-nav > .open > a:hover, 
        .navbar-default .navbar-nav > .open > a:focus {
            background-color: #ffffff;
        }


        .container--body
        {
            margin-top: 50px;
        }
        .container.container--body {
            padding-top: 20px;
            padding-bottom: 20px;
            width: 1310px;
            display: table;
        }


        input::-webkit-input-placeholder {
            /*font-style: italic;*/
            font-size: 12px;
            font-weight: normal;
            color: #AAA;
        }
        input:-ms-input-placeholder { // IE10+
            /*font-style: italic;*/
            font-size: 12px;
            font-weight: normal;
            color: #AAA;
        }
        input:-moz-placeholder { // Firefox4-18
            /*font-style: italic;*/
            font-size: 12px;
            font-weight: normal;
            color: #AAA;
        }
        input::-moz-placeholder { // Firefox19+
            /*font-style: italic;*/
            font-size: 12px;
            font-weight: normal;
            color: #AAA;
        }
        input::placeholder {
            /*font-style: italic;*/
            font-size: 12px;
            font-weight: normal;
            color: #AAA;
        }

        kbd {
            font-size: 118%;
            color: inherit;
            background-color: inherit;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-weight: bolder;
        }

        .select2-container--default .select2-selection--single {
            border: none;
            background-color: inherit;
        }
        .select2-container--open .select2-selection--single {
            border: 1px solid #aaa;
            border-bottom: none;
        }
        .select2-container {
            color: #007cff;
        }
        .select2-container .select2-selection--single {
            height: 40px;
        }
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 40px;
            color: #007cff;
            font-weight: bold;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 40px;
        }
        .select2-dropdown {
            border: 1px solid #989898;
            box-shadow: #a2a2a2 1px 1px 1px;
        }

        .modal-dialog {
            width: 500px;
        }
        .modal-backdrop {
            z-index: 1053;
        }
        .modal {
            z-index: 1054;
        }
        .modal-dialog {
            margin: 200px auto;
        }
        .modal-footer {
            text-align: center;
        }
        .modal-footer .btn + .btn {
            margin-left: 20px;
        }


        .alert-flytip-container
        {
            position: fixed;
            z-index: 1055;
            top: 10px;
            width: 100%;
            text-align: center;
            display: none;
        }
        .alert-flytip
        {
            /*position: fixed;*/
            /*z-index: 1055;*/
            /*top: 10px;*/
            /*left: 41%;*/
            padding: 5px 15px;
            border-radius: 3px;
            display: inline-block;
        }
        .alert-flytip.alert-success
        {
            color: #148200;
            background-color: #ffffff;
            border-color: #9cd46d;
        }
        .alert-flytip.alert-danger {
            color: #ff0000;
            background-color: #ffffff;
            border-color: #fb9696;
        }


        .modal-dialog-chpwd {
            width: 420px;
        }
        .form-chpwd .form-group {
            margin-bottom: 15px;
        }

        .iconfont, [class^="icon-"], [class*=" icon-"] {
            font-family: "iconfont" !important;
            font-size: 16px;
            color: #b8c4ce;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
        }