﻿@charset "utf-8";


.right {
	text-align: right;
}

body td{
	text-align: left;	
}
#TestContext {
    /*width: 1200px;*/
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    display: table;
    
}
/*维度的整体容器，生成答题卡，不可删除*/
.DivDimensions {
}
/*屏幕遮罩*/
#screenMask
{
	position: absolute;
	display:none;
	z-index: 100;
	mask-moz-opacity:0.8;
	opacity:0.8;
	filter: Alpha(Opacity=80);
	background-color: #FFFFFF;
}
#loading
{
	position: absolute;
	display:none;
	z-index: 100;
	background-color: #FFFFFF;
	height: 35px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
#loadingTitle
{
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}
#submitBox
{
	position: absolute;
	display:none;
	z-index: 100;
	background-color: #FFFFFF;
	height: 35px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
#submitTitle
{
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}
/*顶部*/
#examHeader { overflow: hidden;  border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #666; height: 80px; line-height: 80px; position: fixed; background-color: #F5F6F9; z-index: 99999; bottom: 0px; left: 0px; right: 0px; }
fieldset
{
	margin:0px;
	padding:0px;
	width:100%;
}
fieldset, fieldset div, fieldset td{
	font-size: 14px;
	line-height: 22px;
}
fieldset legend
{
	margin-right:5px;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
}
#examHeader .testInfoTitle
{
	margin-right:5px;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
}
#examHeader .testInfo
{
	/*height:80px;
    line-height:80px;*/
	
}
#examHeader .testInfo li { padding-left: 10px; float: left;  font-size: 15px; font-family: PingFangSC-Regular, PingFang SC;  }
#examHeader .testInfo li span { font-family: PingFangSC-Regular, PingFang SC; color: #111;  }
#examHeader .testInfo li.btn_submit { width: 100px; text-align: right; margin: 0 }
#examHeader .testInfo li .time
{
	font-size:20px;
}
#btnSubmint { padding: 10px 36px; cursor: pointer; text-align: center; font-size: 14px; color: #fff; background-color: #0E5CFA; border: none; border-radius:2px; }
/*考试信息*/
#examInfo
{
	height: 170px;
	width: 400px;
	float: left;
	margin-right:5px;
}
#examInfo .infoBox {
	height: 140px;
	width: 280px;
	margin-top: 2px;
}
#examInfo .infoBox .stPhoto {
	float: left;
	height: 120px;
	width: 90px;
}
.infoBox .stPhoto .stName {
	line-height: 30px;
	background-color: #333333;
	height: 30px;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	opacity:0.8;
	filter:alpha(opacity=80);
	top: 90px;
	text-align:center;
}

#examInfo img
{
	float: left;
	position: relative;
	z-index: 1;
	top: -30px;
}

#examInfo .empName
{
	float: left;
	width: 180px;
}
#examInfo td{
	height:30px;
	line-height:30px;
}
/*提示信息*/
#showBox
{
	width:280px;
	height: 170px;
	float:left;
	margin-right:5px;
}
#showBox td{
	height:30px;
	line-height:30px;
}
/*考试未开始*/
#notTime
{
	color: #FF0000;
}



/*考试区域*/
#TestArea
{
	display:flex;
	/*width:1200px;*/
	min-height:500px;   
    position:relative;
    top:10px;
    margin-bottom:50px;
}

/*试题区域*/
#quesArea {
	/*width:900px;*/	
	min-height:500px;
	/*float:right;*/
	flex:1;
	margin-left: 335px;
}
.TestPagerItem { /*width: 900px;*/ height: 30px; background-color: rgba(49,73,255,0.05); margin-top:10px;margin-bottom:10px;}
.TestPagerItem .title{   
    height:30px;
    line-height:30px;
    font-size:12px;
    font-family:'微软雅黑';
    font-weight:bold;
    padding-left:10px; 
    padding-right:6px;
    float:left;
}
.TestPagerItem .info { height: 30px; line-height: 30px; font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight:bold; color: rgba(17,17,17,0.4); padding-left: 20px; -moz-border-radius: 120px / 100px; -webkit-border-radius: 120px / 100px; border-radius: 120px / 100px; }
.TestPagerInfo {
    /*width:900px;*/
   overflow:hidden;
      
      border:1px solid #e8e8e8;
      border-top:none;    
}

.quesItem {	
	overflow: hidden;
	/*width:900px;*/
   
   margin-bottom:5px;
}

.indexBar{	
	float:left;
	width:50px;  
}
.indexBar .index{	
    margin-top:10px;
	font-weight:bold;
     font-size:16px;
    font-family:PingFangSC-Regular, PingFang SC;   
     color:#111;
     text-align:center; 
}

/*.quesItem {
	float: left;
	overflow: auto;
	width:700px;
}*/
.quesBox {	
	position: relative;
    /*float:right;
    width:850px;*/
}
.quesBox .quesInfo {
	line-height: 30px;
	height: 30px;
}
.quesBox .quesInfo .infoLeft {
	float: right;
	width: 70px;
}
.quesBox .quesInfo .info {
	float: left;
	width: 80%;
	font-size:14px;
}
.btnFav, .btnError {
	text-align: center;
	width: 20px;
	margin-left: 6px;
}



.quesBox .quesTitle {

	
	   
    font-size:16px;
    font-family:'微软雅黑';   
     color:#000;
     font-weight:bold;
     

}
.quesBox .quesAnswerBox {
     font-size:14px;
    font-family:'微软雅黑';  
    color:#000;
    padding-top:5px;
    padding-bottom:5px;
}
.quesBox .quesAnswerBox .answer {

	font-size: 14px;
	line-height: 25px;
	cursor:pointer;
	overflow: hidden;
	
	min-height:30px;
}
.answer .type {
	color: #cccccc;
	margin-right: 5px;
}
.answerSel { color: #0E5CFA; }
.answerSel .type { color: #0E5CFA; margin-right: 5px; }
#quesType span {
	font-size: 14px;
}
.SubTestPagerItem {
    /*width:900px;*/
    height:30px;
    border:1px solid #e8e8e8;
    background-color:#f5f5f5;    
    border-bottom:none;   
}
.SubTestPagerItem .title{      
    line-height:30px;
    font-size:15px;
    font-family:'微软雅黑';
    font-weight:bold;
    padding-left:30px; 
    padding-right:30px;
    float:left;
}
.ctlBtn .btn {
	border: 2px solid #dedede;
	-moz-border-radius: 15px;      /* Gecko browsers */
	-webkit-border-radius: 15px;   /* Webkit browsers */
	border-radius:18px;            /* W3C syntax */
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	height: 30px;
	background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #cccccc 0%, #ffffff 100%);
	margin-bottom: 6px;
}
.ctlBtn .btn span {
	font-family:"iconfont" !important;
	font-size:14px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 3px;
}
.textbox4 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 25px;
	height: 125px;
	width: 100%;
	border: 1px solid #999999;
	margin-top: 3px;
}
.textbox5 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	width: 80%;
	border: 1px solid #999999;
	margin-top: 3px;
}
.IsCollect {
	color:#FF8080 !important;
}
/*控制区*/
#controlBox
{
	height: 60px;
	z-index: 4;
	width:100%;
	margin-top: 10px;
	padding: 0px;

}
#controlBox .btn
{
	font-size: 25px;
	line-height: 60px;
	float: left;
	margin-right: 10px;
	font-family: "微软雅黑";
	font-weight: bold;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
}
/*上一题*/
#controlBox #btnPrev
{
	background-image: url(../Images/previous.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 183px;	
}
/*下一题*/
#controlBox #btnNext
{
	background-image: url(../Images/next.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 183px;
}
/*资料*/
#controlBox #btnKnl
{
	background-image: url(../Images/Studydata.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 202px;
}
/*知识点讲解*/
#controlBox #btnExplan
{
	background-image: url(../Images/explanation.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 222px;
}
/*答案*/
#controlBox #btnAnswer
{
	background-image: url(../Images/answer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 169px;
}
/*确定并进入下一题*/
#controlBox #btnEnterNext
{
	background-image: url(../Images/confirmnext.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 308px;
}
/*交卷*/
.submintBtnBar {
    width: 280px;
	float:right;	
    height:40px;
    margin-top:10px;
    background-color:#e8e8e8;
    line-height: 40px;
    display:inline;
}
.submintBtnBar .time{
	width: 160px;
	float:left;
    padding-left:0px;
    display:inline;
}
.submintBtnBar .timeTitle
{      
	line-height: 40px;
    font-size:15px; 
	font-weight: bold;	
    float:left;
	height: 40px;   
    display:inline;
}


/*答题卡*/
#cardBox
{
    left:15px; 
	width:295px;	
	display:table;	
	float: left;
	position: fixed;
    z-index:999;
     
}
#cardBoxTitle
{
    width:280px;
	height:40px;
	line-height:40px;	
	background-color:#f5f5f5;
}
#cardBoxTitle .title
{
    float:left;
    width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:15px;   
    color:#fff;
    background-color:#379fc2;
}
#cardBoxTitle .time
{
	float:right;
    width:140px;
	height:40px;
	line-height:40px;
	text-align:center;	
    color:#FF0000;
}
#cardBoxTitle .time span
{	
	line-height:40px;
	text-align:center;
	font-size:15px;
    font-weight:bold;   
}
#cardBox #cardBoxInner{
	max-height:460px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#cardBox dl {
	width: 100%;
	min-height: 20px;
	display: table;
    padding-left:10px;
}
#cardBox dl dd{
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	width: 25px;
	margin-bottom:4px;
	margin-right: 1px;
	margin-left: 4px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	cursor:pointer;
	background-color: #FFFFFF;
}
#cardBox dl dd.answer { background-color: #3149FF; color: #FFFFFF; }
#cardBox .typeName { margin-top: 10px; margin-bottom: 10px; margin-left: 15px; margin-right: 15px;  font-weight: bold; font-size: 12px;  background-color: rgba(49,73,255,0.05); padding-top:8px;padding-left:10px; padding-bottom:8px;}
@font-face {
	font-family: "iconphone";
	src: url('phone/iconphone.eot'); /* IE9*/
	src: url('phone/iconphone.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('phone/iconphone.woff') format('woff'), /* chrome, firefox */  url('phone/iconphone.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/  url('phone/iconphone.svg#iconphone') format('svg'); /* iOS 4.1- */
}
@font-face {
	font-family: "icondepart";
	src: url('depart/icondepart.eot'); /* IE9*/
	src: url('depart/icondepart.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('depart/icondepart.woff') format('woff'), /* chrome, firefox */  url('depart/icondepart.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/  url('depart/icondepart.svg#iconphone') format('svg'); /* iOS 4.1- */
}
@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot'); /* IE9*/
	src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('iconfont.woff') format('woff'), /* chrome、firefox */  url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {font-family: "examico";
  src: url('examico/examico.eot'); /* IE9*/
  src: url('examico/examico.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('examico/examico.woff') format('woff'), /* chrome、firefox */
  url('examico/examico.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('examico/examico.svg#examico') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.1px;
	-moz-osx-font-smoothing: grayscale;
}
.iconphone {
	font-family: "iconphone" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.icondepart {
	font-family: "icondepart" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.examico {
	font-family: "examico" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.BaseInfo{
    width:900px;
    
}
.BaseInfo .baseTitle{
    width: 100%;   
    line-height:50px;
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    border-bottom: none;   
    font-size: 16px;
    font-family: '微软雅黑';
    font-weight: bold;
}
.BaseInfo .baseValue{
    width:100%;   
    border: 1px solid #e8e8e8;
    margin-bottom:10px;    
    line-height:25px;
    font-size:14px;
}
.BaseInfo .baseValue .textRight{
  text-align:right;
 
}



/*  /test Default.aspx css*/
.c { min-width: 1439px; }
.PlanBox { width: 68%; margin: 20px auto -10px; border-left: 4px solid #3149FF; display: flex; flex-direction: column; padding: 30px 20px 30px 24px; box-shadow: 0px 2px 4px 0px rgba(26, 30, 45, 0.1); background:#fff; }
.PlanBox .title { font-size: 16px; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #111111; display:block }
.PlanBox .desc { font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; color: #666; line-height: 17px; padding-top: 16px; display: block; }
.PlanBox .oper { display: flex; flex-direction: row; padding-top: 30px; align-items: center; }
.PlanBox .oper .participate { font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; color: #999999; flex: 1 }