@charset "utf-8";
/* 问卷列表页 */
.question-list li {
  position: relative;
  padding: 20px 8em 20px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.question-list li .caption > a {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.8em;
}
.question-list li .desc {
  margin-top: 10px;
  line-height: 1.8em;
  color: #828282;
}
.question-list li .desc span {
  display: inline-block;
}
.question-list li .status {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5em;
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  color: #999;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.question-list li.begin .status {
  color: #0668d5;
  border-color: #0668d5;
}
@media (max-width: 1200px) {
  .question-list li {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .question-list li .caption > a {
    font-size: 1.125em;
  }
}
@media (max-width: 640px) {
  .question-list li {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .question-list li .caption > a {
    font-size: 1em;
    text-indent: 4em;
  }
  .question-list li .status {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: 0;
    padding-right: 1em;
    font-weight: bold;
    color: #999;
    line-height: 1.8em;
    border: none;
    width: auto;
  }
  .question-list li .status:after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: '';
    margin-top: -8px;
    height: 16px;
    width: 1px;
    background: #999;
  }
}
@media (max-width: 450px) {
  .question-list li .desc span {
    display: block;
    font-size: 0.9375em;
  }
  .question-list li .desc span:before {
    width: 4px;
    height: 4px;
  }
}

/* 问卷详情页 */
.view-detail-tit {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  padding: 20px 0 25px;
}
.view-detail-attr {
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.view-detail-attr > div {
  display: inline-block;
  color: #999;
  vertical-align: middle;
}
.view-detail-attr .zjdw {
  /* float: left; */
  /* margin-right: 50px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 50%;
}
.view-detail-attr .time span {
  margin-right: 20px;
  display: inline-block;
}
.view-sub {
  padding: 8px 0 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
  font-size: 18px;
}
.view-sub p {
  line-height: 30px;
}
/*问卷详情*/
.view-form {
  margin-top: 15px;
  margin-bottom: 10px;
}
.view-form .item + .item {
  margin-top: 20px;
}
.view-form h5 {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 28px;
}
.view-form .item h5 span {
  color: red;
  display: inline;
  float: none;
  background: none;
}
.view-form p {
  padding: 8px 0;
  overflow: hidden;
}
.view-form .optiontxt input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 10px 0 10px;
}
.view-form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 10px 15px;
  resize: none;
  border: #e4e4e4 1px solid;
}
.view-form label {
  font-size: 16px;
  color: #828282;
}
.btn-group {
  text-align: center;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: none;
}
.btn-group input {
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  outline: none;
  border: 0;
  background-color: #0668d5;
  cursor: pointer;
  transition: 0.3s all;
}
.btn-group input:hover {
  background: #0254af;
}
.btn-group input:first-child {
  margin-right: 18px;
}
.btn-group input#checkTotal {
  border: 1px solid #dddddd;
  color: #333;
  background: #fff;
}
.btn-group input#checkTotal:hover {
  border-color: #0668d5;
  color: #0668d5;
}

.view-form label {
  float: left;
  width: 50%;
  font-size: 16px;
  color: #828282;
  margin-left: 10px;
  padding: 10px;
}
.view-form span {
  float: left;
  display: none;
  width: 30%;
  height: 8px;
  background-color: #f5f5f5;
  margin-top: 8px;
  border-radius: 6px;
}
.view-form span i {
  display: block;
  height: 100%;
  background-color: #1890ff;
  border-radius: 6px;
  transition: all 0.4s linear;
}

.view-form b {
  margin: 0 0 0 10px;
  font-weight: normal;
  display: none;
}
.view-form b.vote {
  width: 60px;
  margin-left: 0;
}
.view-form .is-show {
  display: inline-block;
}
/*查看统计样式*/
.total-voter {
  margin: 10px 0;
}
.total-view-form .option-item{padding-top: 15px; padding-bottom: 15px; padding-left: 10px; padding-right: 10px; border-bottom: #eee 1px solid;
display: flex; align-items: center;
}
.total-view-form .optiontxt {
  float: left;
  width: 50%;
  color: #828282;
  box-sizing: border-box;
}
.total-view-form .progress{float: right; width: 50%; height: 24px; position: relative; padding-right: 150px; padding-left: 20px; box-sizing: border-box;}
.total-view-form .progress .bar{width: 100%;}
.total-view-form .progress .num{position: absolute; right: 0; top: 0; width: 150px; text-align: right;}
.total-view-form .option-item span {
  height: 8px;
  background-color: #f5f5f5;
  margin-top: 8px;
  border-radius: 6px;
}
.total-view-form .option-item span i {
  display: block;
  height: 100%;
  background-color: #0668d5;
  transition: all 0.4s linear;
  border-radius: 6px;
}

.statistics-txtlist li{border-bottom: #eee 1px solid; padding-bottom: 12px; padding-top: 12px; line-height: 1.75;}
.statistics-txtlist li .time{color:#999; display: block;}
.statistics-txtlist li .txt{margin-bottom: 10px; color: #666;}


@media (max-width: 1280px) {
  .total-view-form .option-item{display: block; padding-top: 25px; padding-bottom: 25px;}
  .total-view-form .optiontxt,
  .total-view-form .progress{float: none; width: auto;}
  .total-view-form .progress{padding-left: 0;}
  .total-view-form .optiontxt{margin-bottom: 10px;}
  .view-form .optiontxt input{margin-left: 0;}
  
}
@media (max-width: 992px) {
  .view-detail-attr {
    text-align: center;
  }
  .view-detail-attr .zjdw {
    float: none;
    margin-right: 10px;
  }
  .view-form input {
    margin-left: 0;
  }

  .total-view-form .option-item{padding-left: 0; padding-right: 0;}
}

.question-paper-tips-loginBefore{padding: 20px 0; text-align: center;}
.question-paper-tips-loginBefore a{color: #f52832; text-decoration: underline;}
.question-paper-tips-loginBefore a:hover{text-decoration: none;}
body.login-before .question-paper-tips-loginBefore{display: block;}
body.login-before .btn-group{display: none !important;}

.queston-captcha{margin-bottom: 30px;}
.queston-captcha dt{float: left; line-height: 38px; font-weight: bold; color: #4c4c4c;}
.queston-captcha dt .require{color: #f52832;}
.queston-captcha dd{float: left;}
.queston-captcha dd #captcha{display: inline-block; vertical-align: middle; width: 165px;}
.queston-captcha dd img{display: inline-block; vertical-align: middle; height: 38px; margin-left: 5px;}
/* 长者版 */
body.useOldFixed .total-view-form .progress .num{line-height: 36px !important;width: 180px !important;}
body.useOldFixed .view-form b.vote{width: 180px !important;}