body b {
  font-weight: normal;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: block;
  clear: both;
  content: "";
}
.clear {
  zoom: 1;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alertVideoBg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  z-index: 2222;
}
.alertVideoBox {
  width: 625px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  margin-left: -362px;
}
.choiceTitle {
  height: 40px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.choiceTitle span {
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}
.choiceTitle .alert-icondel {
  font-family: iconfont !important;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  margin-right: -10px;
  cursor: pointer;
}
.questions-box {
  height: 290px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.questions-title {
  font-size: 14px;
  color: #333;
  line-height: 21px;
  padding: 17px 0 19px;
}
.questions-content li {
  width: 100%;
  margin-bottom: 22px;
  overflow: hidden;
}
.questions-checked {
  float: left;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  text-align-last: justify;
  margin-right: 4px;
}
.questions-checked b {
  color: #666666;
}
.questions-content label {
  max-width: 500px;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  float: left;
  margin: 0;
}
.questions-checked img {
  width: 15px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
}
.questions-action {
  width: 100%;
  padding: 15px 20px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.questions-action button {
  padding: 7px 10px;
  min-width: 60px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 4px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.questions-action .complate-style {
  color: #fff;
  background-color: #00b7ee;
  padding: 8px 11px;
  border: none;
}
.questions-action .complate-style:hover {
  background-color: #01aadd;
}
.questions-action .analysis-style {
  color: #999;
}
.questions-action .analysis-style:hover {
  background-color: #f3f3f3;
}
.questions-action .fl span:first-child {
  margin-right: 35px;
}
.questions-action .fl span {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.questions-action .fl b {
  margin: 0 6px;
  color: #00b7ee;
}
.questions-action .fl .error {
  color: #fe5151;
}
.questions-action .fl .true {
  color: #1ebb90;
}
.questions-analysis {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 76px;
  position: relative;
  margin-bottom: 28px;
}
.questions-analysis span {
  position: absolute;
  left: 25px;
  line-height: 18px;
  top: 0;
  font-size: 14px;
  color: #333333;
}
.questions-analysis p {
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #939ca5;
}
