@charset "UTF-8";
/* 弹性布局 */
/* 垂直居中 */
/* 水平居中 */
/* 多行排列 */
/* 两端对齐 */
/* 一行平均分配 */
/* 靠左对齐 */
/* 靠右对齐 */
/* 纵向排列 */
/* 靠底部 */
/* 内容宽度 */
/* 文本溢出隐藏 一行 */
/* 文本溢出隐藏 多行 */
/* 缩放 */
.btn.redBtn {
  width: 2.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #C40F0F;
  border-radius: 0.05rem;
  font-size: 0.15rem;
}

.index-top {
  width: 100%;
  height: 1.83rem;
  background-image: url(/img/form-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.index-top .title,
.index-top .school {
  width: 3.45rem;
  margin: 0 auto;
  color: #fff;
}
.index-top .title {
  font-size: 0.25rem;
  font-weight: bold;
  margin-top: 0.47rem;
}
.index-top .school {
  margin-top: 0.17rem;
  font-size: 0.15rem;
}

.index-form-box {
  width: 3.45rem;
  margin: 0 auto;
  margin-top: -0.53rem;
  background-color: #FFFFFF;
  border-radius: 0.05rem;
  padding: 0.41rem 0.27rem 0.3rem 0.27rem;
}
.index-form-box .item .name {
  width: 100%;
  text-align: left;
  padding-left: 0;
  float: none;
}
.index-form-box .item-r {
  margin-left: 0;
}
.index-form-box .item-r .layui-input {
  width: 100%;
  background-color: #F0F0F0;
  border-radius: 0.05rem;
  border: 1px solid #C9C9C9;
}
.index-form-box .btn-box {
  margin-top: 1rem;
}
.index-form-box .btn-box .item-r {
  text-align: center;
}

.radio-box {
  width: 3.45rem;
  margin: 0 auto;
  margin-top: -0.5rem;
  padding-bottom: 0.5rem;
}
.radio-box .item-box .item {
  background-color: #fff;
  padding: 0.18rem 0.1rem;
  border-radius: 0.05rem;
}
.radio-box .item-box .item + .item {
  margin-top: 0.11rem;
}
.radio-box .item-box .item .title {
  font-size: 0.15rem;
  font-weight: bold;
  color: #000;
  padding: 0 0.1rem 0.13rem 0.1rem;
  border-bottom: 1px solid #DCDCDC;
}
.radio-box .item-box .item .title .num {
  margin-right: 0.1rem;
}
.radio-box .item-box .item .answer-box {
  margin-top: 0.19rem;
}
.radio-box .item-box .item .answer-box .answer-item .layui-icon-radio {
  color: red;
}
.radio-box .item-box .item .answer-box .answer-item .layui-form-radio {
  color: #000;
}
.radio-box .item-box .item .answer-box .answer-item .layui-form-radio:hover .text {
  color: #000;
}
.radio-box .btn-box {
  margin-top: 0.22rem;
  text-align: center;
}

.score-box {
  height: 1.75rem;
  border-radius: 0.1rem;
  background-color: #fff;
  padding: 0.17rem 0 0.26rem 0;
}
.score-box .num-box {
  width: 1.08rem;
  height: 1.08rem;
  margin: 0 auto;
  border: 0.1rem solid #ECECEC;
  border-radius: 50%;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 0.88rem;
  text-align: center;
}
.score-box .num-box.green {
  color: #48CA5A;
}
.score-box .num-box.err {
  color: #CB0E0E;
}
.score-box .title {
  margin-top: 0.12rem;
  font-size: 0.13rem;
  text-align: center;
}
.score-box .title.green {
  color: #48CA5A;
}
.score-box .title.err {
  color: #CB0E0E;
}

.specialReminder-box {
  margin-top: 0.13rem;
  padding: 0.16rem 0.15rem;
  border-radius: 0.1rem;
  background-color: #fff;
}
.specialReminder-box .title {
  display: inline-block;
  font-size: 0.14rem;
  color: #1E1D1D;
  position: relative;
  padding-left: 0.1rem;
}
.specialReminder-box .title::before {
  content: "";
  display: inline-block;
  width: calc(100% + 0.1rem);
  height: 0.07rem;
  background-color: rgba(196, 15, 15, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.specialReminder-box .text {
  margin-top: 0.2rem;
  font-size: 0.13rem;
  color: #333;
  line-height: 0.23rem;
}

.result-btn-box {
  margin-top: 2.88rem;
  text-align: center;
}