.content{
  width: 960px;
  background: #fff;
  padding:30px;
  border-radius: 3px;
  margin: 0 auto;
}
.blockElements p span{
  font-size: 16px!important;
  line-height: 28px!important;
  letter-spacing: 1px;
}
/* 改变快元素 */
.blockElements{
 display: inline-block;
 word-wrap:break-word;
 word-break:normal;
}
/* 字体颜色开始 */
.r,.g{
  display: inline-block;
  margin: 0 5px;
}
.r{
  color: #f7716b;
}
.g{
  color: green;
}
.c{
  color: #ccc;
}
/* 弹性盒样式样式 */
.elasticBox{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* 搜索框样式开始 */
.courserSeach{
  margin: 20px 0;
}
.courserSeach input{
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  margin-right: 6px;
  outline: none;
  border: 1px solid #ccc;
}
.courserSeach span{
  width: 80px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  line-height: 44px;
  background: #ffb657;
  color: #fff;
  margin-left: -6px;
  border-radius: 0 5px 5px 0;
}
.courserResult{
 color: #ccc;
 margin: 30px 0 50px 0;
}
/* 搜索框样式结束 */

/* 题干样式开始 */
.titleTop{
 font-size: 16px!important;
 line-height: 28px!important;
 position: relative;
}
.topCon{
  margin-left: 40px;
  margin-bottom: 30px;
}
.titleNum{
 width:80px;
 text-align: right;
 margin-left: -20px;
 margin-right: 10px;
}
.titleCon{
 width: 925px;
}
.describe{
  margin: 30px 0;
  font-size: 16px;
}
.source{
  color: #ffa847;
}
.describe,.source{
  line-height: 28px;
  margin-left: 35px;
}
.everyMessage{
  margin-bottom: 30px;
}
.titleCon p img,.titleTop img{
  display: inline-block;
  width: 500px;
  margin-top: 40px;
}

.materials p{
  text-indent:2em;
}

/* 题干样式结束 */

/* 选项样式开始 */
.userChange ul li .yuanxin,.userChange ul li .fangKuai{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.userChange ul li .yuanxin{
  border: 1px solid #000;
  border-radius: 50%;
}
.userChange ul li .fangKuai{
  border-radius: 0;
  border: 1px solid #000;
}
.userChange{
  line-height: 22px;
  font-size: 16px;
  margin: 5px 0 0 32px;
}
.userChange li{
 margin: 5px 0;
 padding: 10px;
 cursor: pointer;
 border-radius: 3px;
}
.userChange li i{
  width: 897px;
}
.userChange li:hover{
  background: #f5f7fa;
}
.userChange ul li .rightAunser{
  border: 1px solid #ffa847;
  color: #ffa847;
}
/* 选项样式结束 */

/* 解析样式开始 */
.titleItems{
 width: 60px;
 line-height: 28px;
 font-weight: bold;
 display: inline-block;
}
.answer{
  line-height: 45px;
  font-weight: bold;
}
.titleParsing{
  line-height: 28px;
  margin: 0 0 25px 34px;
  font-size: 16px;
}
.titleParsing:deep(span){
  line-height: 28px!important;
}
/* 解析样式结束 */

/* 分页器样式开始 */
.block{
  text-align: center;
  margin: 30px;
}
/* 分页器样式结束 */

/* 标题样式开始 */
.knowledgeName{
text-align: center;
font-size: 20px;
margin: 0 0 20px 0;
}

/* 标题样式结束 */

/* 申论题样式开始 */
.essayTitle{
  text-align: center;
}
/* 申论题样式结束 */

/* 题库解析的选项样式开始 */

/* 答案收藏样式 */
.messageShow,.messageShows{
  position: relative;
  font-size: 16px;
  clear: both;
}
.messageShow{
  margin: 25px 0 25px 34px;
}
.messageShows{
  margin: 25px 0 25px 10px;
}
.messageShow:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.messageShow button,.messageShows button{
  position: absolute;
  right: 0;
  padding: 5px 10px;
  text-align: center;
  background: #ffb657;
  color: #fff;
  border: none;
  outline: none;
  font-size: 12px;
  border-radius:3px;
}
.messageShow span,.messageShows span{
  display: inline-block;
  margin-left: 20px;
}
/* 题库解析的选项样式结束 */

/* 每道题分隔样式开始 */
#eachQuestion{
  border-bottom: 1px solid #f2f2f5;
  margin-bottom: 25px;
}
/* 每道题分隔样式结束 */

/* 选项卡样式开始 */
.articlFlexNavTitle{
  text-align: center;
  position: relative;
}
.doPaperTab{
  position: fixed;
  bottom: 0;
  width:1040px;
  background:#f5f7fa;
  overflow: hidden;
  z-index: 1999;
  padding: 40px 0 ;
  margin-left: 50%;
  transform: translateX(-520px);
}
.doPaperTab .maskBtn{
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}
.doPaperTab .a{
  position: absolute;
  right:15px;
  top: -9px;
}
.doPaperTab .b{
  position: absolute;
  right:15px;
  top: 30px;
}
.doPaperTab .maskBtn i{
  font-size: 18px;
}
.userChangetitle{
  margin-bottom: 10px;
}
.doPaperTab .maskBtn span{
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}
/*  表格开始*/
.doPaperTabCon,.answerTabCon{
  margin: 30px;
}
.doPaperTabCon ul,.answerTabCon ul{
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100px;
  padding: 10px 0;
  overflow-y :auto;
}
.doPaperTabCon ul li,.answerTabCon ul li{
  cursor: pointer;
  float: left;
  border: 1px solid #ccc;
  width: 36px;
  text-align:center;
  padding: 10px 0;
  font-size: 12px;
  margin: 0 5px 22px 0;
  background: #fff;
}
/* 表格结束 */
.btn{
  display: inline-block;
  margin-left: 20px
}
.btn span{
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  background: #f7902b;
  color: #fff;
  border-radius: 10px;
  font-family:'\5FAE\8F6F\96C5\9ED1';
  font-size: 14px;
}
.btn span:nth-child(1){
  margin-right: 20px;
}
.loginOut{
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f7902b;
  color: #fff;
  border-radius: 10px;
  font-family:STKaiti;
  font-size: 16px;
  margin-top: 15px;
}
.articlFlexNav{
  display: none;
}
.userChangetitle {
margin: 25px 0;
}
/* 查看所有解析开始 */
.parsingBtn span,.showParsingBtns,.btnBoxL span,.btnBoxR span{
 display: inline-block;
 padding: 0 10px;
 line-height: 30px;
 background: #f7902b;
 color: #fff;
 border-radius: 5px;
 font-size: 12px;
}
.parsingBtn span{
  margin-left: 20px;
}
.parsingBtn span{
  margin-right: 20px;
}
.showParsing{
  display: none;
}
.showParsingBtns{
  margin: 30px 0 30px 65px;
}
/* 申论解析样式开始 */
.essayParsing{
  margin:25px 0 5px 35px;
}
.essaytitleCon{
  padding-left: 70px;
  box-sizing: border-box;
}
/* 申论解析样式结束 */

/* 查看所有解析结束 */
/* 选项卡样式结束 */

/* 我的错题开始 */
.defaultBox{
  display: none;
  text-align: center;
  margin: 100px 0;
  font-size: 16px;
  color: #ffb657;
}
/* 按钮开始 */
.btnBox{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  margin-top: 20px;
}
.btnBoxL span,.btnBoxR span{
  margin:0 35px;
}
.btnBox{
  margin: 50px 0;
}
/* 按钮结束 */
/* 我的错题结束 */

/* 用户回答默认答案开始 */
.answerTabCon ul  .bgActive{
  background: #ffb657;
  color: #fff;
}
.userChange ul li .bgActive{
border: 1px solid #ffb657;
color: #ffb657;
}
/* 用户回答默认答案结束 */
/* 题库底部交卷按钮开始 */
.suibmitBtn span{
  display: inline-block;
  width: 90px;
  line-height: 30px;
  text-align: center;
  background: #f7902b;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin:0 20px;
}
.suibmitBtn .stopTime{
  margin-right: 40px;
}
.showTimer{
  line-height: 30px;
  color: #f7902b;
}
.showTimer i{
  display: inline-block;
  width: 50px;
  text-align: center;
}
.conbox {
  position: relative;
}
.titleCon>:first-child{
  text-indent: 55px;
}
#conboxType,#conboxTypes{
  margin-right: 3px;
  z-index: 999;
  display: inline-block;
  width: 50px;
  text-align: center;
  background: #f7902bb8;
  color: #ffffffe0;
  font-size: 12px;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#conboxType{
  position: absolute;
  left: 0;
  top: 4px;
}
#conboxTypes{
  position: absolute;
  left:65px;
  top: 4px;
}
/* 题库底部交卷按钮结束 */

/* 笔记样式开始 */
.studentNotes{
  display: inline-block;
  width:925px;
  line-height: 28px;
  padding:5px;
  cursor: pointer;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  word-wrap:break-word;
  word-break:normal;
}
.studentN{
  margin-top: 5px;
}
.defaultCorlor{
  color: #ccc;
}
.changeCorlor{
  color: #000;
}

/* 笔记样式结束 */
/* 笔记弹窗样式开始 */
.noteBouncedB{
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 9998;
 background-color:rgba(144,144,144,0.5);
}
.noteBouncedC{
position:fixed;
left: 50%;
top: 50%;
background: #fff;
transform: translate(-50%,-50%);
width: 708px;
/* height: 476px; */
border-radius: 16px;
text-align: center;
z-index: 99999;
}
.textBox{
margin-top: 32px;
resize: none;
width: 616px;
margin-left: 10px;
height: 323px;
padding: 20px;
background: #f6f6f6;
border-radius: 8px;
overflow-y: auto;
font-size: 16px;
letter-spacing: -.38px;
line-height: 32px;
outline: none;
border: 1px solid #f2f2f5;
}
.noteBouncedF{
margin: 30px 0;
}
.noteBouncedF span{
display: inline-block;
width: 120px;
height: 40px;
line-height: 40px;
border-radius: 20px;
font-size: 16px;
color: #999fa4;
margin:0 35px;
}
.parsing {
background: rgba(255,90,90,.05);
padding: 20px 10px;
border-radius: 5px;
}
.noteBouncedF span:nth-child(1){
  background: #ccc;
  color: #999fa4;
}
.noteBouncedF span:nth-child(2){
  background: #f7902b;
  color: #fff;
}
/* 笔记弹窗样式结束 */

@media only screen and (max-width:960px){
.pcQuestionBankBox{
width: 100%;
margin: 0 auto;
padding:  0;
}
#eachQuestion{
margin-bottom: 5px;
}
.content{
width: 96%;
padding:0px;
}
.titleParsing{
 margin: 0 0 10px 0;
}
.userChange {
margin: 10px 0 0 0;
padding-left: 25px;
}
.titleNum{
width: 8%;
margin-left: 0px;
margin-right: 5px;
}
.titleCon{
width: 100%;
}
.blockElements,.titleParsing{
display: block!important;
}
.userChange li i{
width:90% ;
line-height: 25px;
}
.userChange li{
margin: 5px 0;
padding: 0;
}
img{
display: inline-block;
width: 50%!important;
margin: 0 auto;
}
.studentsPreview{
margin-top: -50px;
}
.userChange ul li .yuanxin,.userChange ul li .fangKuai{
margin-top: 3px;
}
.knowledgeName{
line-height: 35px;
margin-top: 20px;
}
.essaytopCon{
margin-left: 0;
}
.essayParsing{
margin-left: 0;
}
.essaytitleCon{
padding-left:0;
}
.essayConboxTypes{
left: 0!important;
}
.topCon{
margin-left: 0;
}
}

