body {
    position: relative;
    padding-top: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/**兼容IE低版本浏览器中input的placeholder属性*/
.phcolor{ color:#999;}
::-moz-placeholder{color:#aaa;}              /**ff*/
::-webkit-input-placeholder{color:#aaa;}         /**chrome,safari*/
:-ms-input-placeholder{color:#aaa;}          /**ie10*/

/**块级元素转换*/
.inl-block {
    display: inline-block;
}
.block-inl {
    display: inline;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.visi-hid {
    visibility: hidden;
}

.bold {
    font-weight: bold;
}
.border-no {
    border:none;
}
.bor-d {
    border: 1px solid #ddd;
}
.bor-e6e7f1 {
    border:1px solid #e6e7f1;
}
.bor-top4-d {
    border-top: 4px solid #ddd;
}
.bor-top-e6e7f1 {
    border-top: 1px solid #e6e7f1;
}
.bor-bottom-e6e7f1 {
    border-bottom: 1px solid #e6e7f1;
}
.bor-bot-d {
    border-bottom: 1px solid #ddd;
}
.bor-lef4-d {
    border-left: 4px solid #ddd;
}
.bor-rig-d {
    border-right: 1px solid #ddd;
}
.cursor-poin {
    cursor:not-allowed;
    pointer-events:all!important;
}
/**单个字符无空格过长时自动换行*/
.word-break-all {
    word-break: break-all;
}

.letSpacing-2 {
    letter-spacing: 2px;
}
.text-indent {
    text-indent:2em
}
/**间距*/
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt8 {
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}



.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml20 {
    margin-left: 20px;
}
.mhr10 {
    margin-left:10px;
    margin-right:10px;
}
.mr2 {
    margin-right: 2px;
}
.mr5 {
    margin-right: 5px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mvt8 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.mvt20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.p15 {
    padding:15px;
}

.pl10 {
    padding-left: 10px;
}
.pr10 {
    padding-right: 10px;
}

.phr0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.phr2 {
    padding-left: 2px;
    padding-right: 2px;
}
.phr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.phr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.phr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pt6 {
    padding-top: 6px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}

.pt50 {
    padding-top: 50px;
}

.pvt0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pvt5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pvt10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pvt15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pvt50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pvt100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.fo-12 {
    font-size: 12px;
}
.fo-14 {
    font-size: 14px;
}
.fo-16 {
    font-size: 16px;
}

.fo-22 {
    font-size: 22px;
}

/**颜色*/
.white {
    color: white;
}

.col-3 {
    color: #333;
}
.col-5e6d82 {
    color: #5e6d82;
}
.col-7 {
    color: #777;
}
.col-c {
    color: #ccc;
}

.red {
    color: red;
}
.col-096eb1 {
    color: #096eb1;
}

.bg-f {
    background-color: #fff;
}
.bg-d {
    background-color: #ddd;
}

.bg-096eb1 {
    background: #096eb1; /**与导航背景色一样的蓝色*/
}

.bg-8492A6-sha {
    background: rgba(132,146,166,0.1); /**讲评系统中客观题讲评页A、B、C、D背景色*/
}
.bg-8492A6-dep {
    background: rgba(132,146,166,0.3); /**讲评系统中客观题讲评页A、B、C、D鼠标经过的背景色*/
}
.bg-correctOpt {
    background: rgba(9,110,177,0.3); /**讲评系统中客观题讲评页正确选项的背景色*/
}

.bg-correct {            /**成功的非模态提示框背景色*/
    background:rgba(140,200,20,0.6);
}

.bg-8cc814 {            /**成功的非模态提示框背景色*/
    background:#8cc814;
}
.bg-red {            /**失败的非模态提示框背景色*/
    background:red;
}
.bg-f0b400 {            /**异常的非模态提示框背景色*/
    background:#f0b400;
}

/**宽度*/
.full-wid {
    width: 100%;
}

.max100 {
    max-width:100%;
}
.auto-wid {
    width: auto;
}
.min-wid80 {
    min-width: 80px;
}
.max-wid180 {
    max-width: 180px;
}
.max-wid190 {
    max-width: 190px;
}

.max-wid100 {
    max-width: 100px;
}

.max-wid50 {
    max-width: 50px;
}
/**高度*/
.height30 {
    height: 30px;
}

.lin-hei33 {
    line-height: 33px !important;
}

/**相对定位*/
.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}
.pos-fix {
    position: fixed;
}
/**垂直居中*/
.vert-center { /**适用于单行文字在父元素中垂直居中*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.vert-midd {
    vertical-align: middle !important;
}
.vert-top {
    vertical-align: top !important;
}

/**非模态提示框样式*/
.prompt-box,.prompt-box-1,.prompt-box-2,.impSuc {
    position:fixed;
    width: 300px;
    text-align:center;
    padding:5px 0;
	top: 51px;
	left: 50%;
	margin-left: -150px;
	border-radius: 4px;
    z-index:1031
}
.prompt-box-mobile {            /**移动端阅卷页中的错误提示*/
    position:fixed; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 4px;
    z-index:4;
    padding:5px;
    text-align:center;
}
/**遮罩层*/
.over {
    width: 100%;
    height: 100%;
    opacity: 0.5; /*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=50);*/
    filter: alpha(opacity=50);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #000;
}

/**首页logo部分a标签*/
.navbar-brand {
    padding-left: 0;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
}

    .navbar-brand > img {
        width: auto !important;
        height: 38px;
        display: inline-block;
        margin-right: 10px;
    }
/*三级导航的css*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/**阅卷系统-电子试卷页面进度条框的样式*/
.box-progress {
    display:none;
    width:500px;
    height:150px;
    padding: 30px 0;
    position: absolute; 
    z-index: 10001;
    left: 0;
    top: 0; 
    right: 0; 
    bottom: 0;
    border:1px solid #eee;
    background:white;
    border-radius:4px;
    margin: auto;    /* 有了这个就自动居中了 */
}
#progressBar {
	width: 80%;
	height: 10px;
	background-color: #ccc;
	margin: 0 auto;
	margin-top: 50px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
			
#progressBar_Track {
	width: 0px;
	height: 10px;
	background-color: #ff4400;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
			
.progressTime {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	_position: fixed;
	left: 25%;
	top: 25%;
	Z-INDEX: 2;
	border: 1px solid gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	background: #000;
	width: 660px;
	height: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/**表格固定表头*/
table.fixedHead tbody {
    display: block;
    max-height: 400px;
    overflow-y: scroll;
}

table.fixedHead thead,table.fixedHead tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.fixedHead thead {
    width: calc( 100% - 1em);
}