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

.index-top {
  width: 100%;
  height: 3.03rem;
  background-image: url(/img/form-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 0.47rem;
  position: relative;
}
.index-top .title,
.index-top .school {
  width: 3.45rem;
  margin: 0 auto;
  color: #fff;
}
.index-top .title {
  font-size: 0.25rem;
  font-weight: bold;
}
.index-top .school {
  margin-top: 0.17rem;
}
.index-top .school .text {
  display: inline-block;
  width: 1.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background-color: #ED9C28;
  border-radius: 0.05rem;
  font-size: 0.15rem;
}
.index-top .img1 {
  width: 1.42rem;
  height: 1.45rem;
  position: absolute;
  top: 0.47rem;
  right: 0;
  z-index: 3;
}

.index-form-box {
  width: 3.45rem;
  margin: 0 auto;
  background-color: #F4F8FF;
  border-radius: 0.3rem;
  padding: 0.35rem 0.27rem 0.3rem 0.27rem;
  margin-bottom: 0.26rem;
  margin-top: -1.4rem;
  position: relative;
  box-shadow: 0px 0.15rem 0.29rem 1px rgba(71, 79, 121, 0.2);
}
.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;
}

.depressedForm-cont-box {
  margin-top: -1.4rem;
  position: relative;
}
.depressedForm-cont-box .tips-box {
  width: 3.45rem;
  margin: 0 auto;
  margin-bottom: 0.14rem;
  padding: 0.18rem;
  background-color: #fff;
  border-radius: 0.3rem;
  line-height: 0.23rem;
  font-size: 0.12rem;
  color: #C51010;
  box-shadow: 0px 0.15rem 0.29rem 1px rgba(71, 79, 121, 0.2);
  display: none;
}
.depressedForm-cont-box .radio-box {
  width: 3.45rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.depressedForm-cont-box .radio-box .item-box .item {
  background-color: #fff;
  padding: 0.18rem 0.1rem;
  border-radius: 0.05rem;
}
.depressedForm-cont-box .radio-box .item-box .item + .item {
  margin-top: 0.11rem;
}
.depressedForm-cont-box .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;
}
.depressedForm-cont-box .radio-box .item-box .item .title .num {
  margin-right: 0.1rem;
}
.depressedForm-cont-box .radio-box .item-box .item .answer-box {
  margin-top: 0.19rem;
}
.depressedForm-cont-box .radio-box .item-box .item .answer-box .answer-item .layui-icon-radio {
  color: #2357D5;
}
.depressedForm-cont-box .radio-box .item-box .item .answer-box .answer-item .layui-form-radio {
  color: #000;
}
.depressedForm-cont-box .radio-box .item-box .item .answer-box .answer-item .layui-form-radio:hover .text {
  color: #000;
}
.depressedForm-cont-box .radio-box .item-box .item .analysis {
  display: none;
  margin-top: 0.25rem;
  padding-top: 0.14rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.25rem;
  border-top: 1px solid #DCDCDC;
}
.depressedForm-cont-box .radio-box .btn-box {
  margin-top: 0.22rem;
  text-align: center;
}
.depressedForm-cont-box .again-box {
  margin-top: 0.22rem;
  text-align: center;
}
.depressedForm-cont-box .again-box .again {
  display: none;
}