@charset "utf-8";
/*试题*/
.examQue{width: 852px;overflow: hidden;margin-left: 20px;}
.examQue .wrapQue{  border: 1px solid #dddddd;overflow: hidden;padding-bottom: 15px;background: #f7f7f7;margin-bottom: 20px;  }
.wrapQue .title{height: 30px;background: #e3e3e3;}
.title h3{line-height: 30px;width: 760px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;
margin-left: 10px;float: left;}
.title h3 i{font-style: normal;padding-left: 10px;}
.title span{display: block;float: right;height: 30px;color: #ffffff;background: #b9b9b9;width: 76px;
    text-align: center;line-height: 30px;font-size: 14px;}
.wrapQue p{margin-left: 10px;line-height: 25px;font-size: 14px;}
.wrapQue p.qusTitle{line-height: 30px;margin-top: 5px;}
.wrapQue p input{width: 50px;border: none;border-bottom: 1px solid #333333;background: none;}
.xueke,.nianji{display:none;}


/*已选试题*/
.selQue {width: 260px;overflow: hidden;margin: 20px;}
.selQue .selTit{overflow: hidden}
.sleTit h3{  font-size: 14px;line-height: 25px;float: left;width: 130px; display: block;font-weight: normal;}
.sleTit span{display: block;float: right;font-size: 14px;color: #036eb8;cursor: pointer;line-height: 25px;}
.selQue table{width: 260px;  border-width: 1px;  border-color: #666666;  border-collapse: collapse;  }
.selQue table tr td{border: 1px solid #dddddd;height: 28px;line-height: 28px;/*padding: 0 10px 0 5px;*/}
.selQue table tr td img{display: block;margin: 3px 0 0 3px;cursor: pointer;}
.selQue table tr td:nth-child(1){width: 105px;padding-left: 5px;}
.selQue table tr td:nth-child(2){width: 34px;text-align: center;}
.selQue table tr td:nth-child(3){width: 80px;}
.selQue table tr td:nth-child(4){width: 25px;}
.selQue input[type=button]{width: 260px;height: 30px;background: #999999;border-radius: 3px;margin-top: 10px;border: none;color: #ffffff;cursor: pointer;}



/*进度条*/
.progress-out {  position: relative;  background-color: #fff;  }
.progress-in {  position: absolute;  height: 100%;  width: 0%;  border: none;  background-color: #7fb4d9;
    text-align: center;  color: #666666;  z-index: 1;  }
.direction-left{  left:0;  }
.direction-right{  right:0;  }
.percent-show {  font-size: 12px !important;  position: absolute;  width: 100%;  height: 100%;  top: 6px;  left: 0;  color: #666666;  text-align: center;  z-index: 2;  }
