@charset "UTF-8";
html, body {
  height: 100%; }

.right_box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.set_top0 {
  top: 0px; }

.bg_box {
  min-height: 0;
  height: 100%; }

.main_box {
  height: 100%; }

.mk_answer_num {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f6f6f6;
  font-size: 14px;
  color: #666 !important;
  line-height: 42px;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 50%;
  margin: 20px 5px 0;
  position: relative; }

.mk_mark_active {
  border-color: #40ad19;
  background: #eee; }

.mk_active {
  background: #eee;
  border-color: #eee;
  color: #999 !important; }

.mk_ing_active {
  color: #f51e55 !important;
  border-color: #f51e55; }

.mk_num_error span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url(https://static.zhiupimg.cn/03211753/product/www_v3/imgs/mokao/m_error.png);
  position: absolute;
  right: -6px;
  top: -8px;
  background-size: cover; }

.mk_num_error {
  color: #f51e55 !important; }

.mk_card_btn_box {
  margin: 0 20px; }

.mk_look_error {
  float: left; }

.mk_back_brn {
  float: right; }

.mk_look_error, .mk_back_brn {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #f51e55;
  color: #f51e55 !important;
  padding: 0 10px;
  margin-top: 15px; }

/* answer-sheet */
html, body {
  height: 100%; }

.right_box {
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto; }

.set_top0 {
  top: 0px; }

.bg_box {
  min-height: 0;
  height: 100%; }

.answer-sheet {
  padding: 10px 10px 20px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.mk_answer_num {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f6f6f6;
  font-size: 14px;
  color: #666 !important;
  line-height: 42px;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 50%;
  margin: 20px 5px 0; }

.mk_mark_active {
  border-color: #40ad19;
  background: #eee; }

.mk_active {
  background: #eee;
  border-color: #eee;
  color: #999 !important; }

.mk_ing_active {
  color: #f51e55 !important;
  border-color: #f51e55; }

.mk_back_brn {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #f51e55;
  color: #f51e55 !important;
  padding: 0 10px;
  margin-top: 15px;
  float: right;
  margin-right: 20px; }

/* top-nav */
body {
  min-width: 320px;
  margin-left: 100px; }

.bg_box {
  position: relative;
  min-height: 1024px; }

html, body {
  height: 100%; }

body {
  margin-left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease; }

.bg_box {
  min-height: 800px; }

.top_nav {
  position: relative; }

.top_nav {
  height: 80px;
  width: 100%;
  background: #303030;
  box-shadow: 0 0px 6px #000;
  position: relative; }

.top_nav {
  display: block; }

.mobile_logo {
  width: 96px;
  height: 40px;
  margin: 23px 0 0 20px;
  float: left;
  display: block;
  background: url(https://static.zhiupimg.cn/03211753/product/www_v3/imgs/include/mobile_logo.png); }

/* utils */
/*
 * 清除浮动
 */
.clr:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clr, .clearfix {
  zoom: 1; }

/*
 * 页面公用样式
 */
.show {
  display: block; }

.hide {
  display: none; }



/*# sourceMappingURL=question_m_card.css.map */
