@charset "UTF-8";
/* 弹性布局 */
/* 垂直居中 */
/* 水平居中 */
/* 多行排列 */
/* 两端对齐 */
/* 一行平均分配 */
/* 靠左对齐 */
/* 靠右对齐 */
/* 纵向排列 */
/* 靠底部 */
/* 内容宽度 */
/* 文本溢出隐藏 一行 */
/* 文本溢出隐藏 多行 */
/* 缩放 */
.show {
  display: block;
}

.hide {
  display: none;
}

.img {
  width: 100%;
  height: 100%;
}
.img.contain {
  object-fit: contain;
}
.img.cover {
  object-fit: cover;
}

.hidden {
  overflow: hidden;
}

.ybd-floor {
  width: 3.49rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 0.1rem 0.01rem rgba(83, 99, 136, 0.08);
  border-radius: 0.05rem;
}

.btn.default {
  width: 100%;
  height: 0.47rem;
  background-color: #1269CB;
  border-radius: 0.1rem;
}
.btn.disabled {
  pointer-events: none;
  background-color: #A8BBD1;
}
.btn.white {
  background-color: #fff;
  color: #333;
}

.index-btn-box {
  width: 3rem;
  margin: 0.74rem auto 0 auto;
}
.index-btn-box .item ~ .item {
  margin-top: 0.39rem;
}
.index-btn-box .item .btn {
  box-shadow: 0px 0px 0.16rem 0px rgba(145, 145, 145, 0.35);
  position: relative;
}
.index-btn-box .item .btn .img {
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  top: -0.16rem;
  left: 0.32rem;
  z-index: 2;
}

.query-title-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.38rem;
}
.query-title-box .title {
  text-align: center;
  font-size: 0.16rem;
  color: #1269CB;
  font-weight: 600;
}

.query-input-box {
  width: 2.59rem;
  margin: 0.31rem auto 0 auto;
  height: 0.4rem;
  padding: 0 0.11rem;
  background-color: #EAEAEA;
  border-radius: 0.05rem;
  position: relative;
  display: flex;
  align-items: center;
}
.query-input-box::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.2rem;
  background-color: #999999;
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
  left: 0.45rem;
}
.query-input-box .img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.2rem;
}
.query-input-box .input {
  width: calc(100% - 0.25rem - 0.2rem);
}

.query-err-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.27rem;
  text-align: center;
  color: #E32424;
  font-size: 0.13rem;
}

.query-btn-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.24rem;
}

.register-list-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.12rem;
}
.register-list-box .item {
  background-color: #fff;
  box-shadow: 0px 0px 0.1rem 1px rgba(83, 99, 136, 0.08);
  border-radius: 0.05rem;
  padding: 0.17rem 0.13rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.register-list-box .item::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.26rem;
  background-color: #1269CB;
  position: absolute;
  top: 0.12rem;
  left: -0.03rem;
}
.register-list-box .item + .item {
  margin-top: 0.12rem;
}
.register-list-box .item .item-l {
  width: 2.1rem;
}
.register-list-box .item .item-l .floor {
  display: flex;
  font-size: 0.14rem;
}
.register-list-box .item .item-l .floor + .floor {
  margin-top: 0.12rem;
}
.register-list-box .item .item-l .floor .name {
  color: #333;
  flex-shrink: 0;
}
.register-list-box .item .item-l .floor .value {
  color: #666666;
  margin-left: 0.16rem;
}
.register-list-box .item .item-r {
  width: calc(100% - 2.1rem - 0.1rem);
}
.register-list-box .item .item-r .item-a {
  width: 0.98rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  background-color: rgba(106, 153, 206, 0.48);
  border-radius: 0.05rem;
  color: #096BDA;
  font-size: 0.12rem;
}

.registerDetail-box {
  width: 3.49rem;
  margin: 0 auto;
}
.registerDetail-box .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.32);
  padding: 0.15rem 0;
}
.registerDetail-box .item .img {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.11rem;
}
.registerDetail-box .item .name {
  width: 0.84rem;
  font-size: 0.14rem;
  color: #333;
  display: flex;
  justify-content: space-between;
  margin-right: 0.05rem;
}
.registerDetail-box .item .value {
  font-size: 0.14rem;
  color: #666;
}

.registerDetail-btn-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.24rem;
}

.ybd-top-box {
  height: 2.12rem;
  position: relative;
  background-image: url(/img/ybd-top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ybd-top-box .title {
  width: 2.22rem;
  height: 1.01rem;
  background-image: url(/img/ybd-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.4rem;
  left: 0.74rem;
}
.ybd-top-box .school-name {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
}

.ybd-step-box {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.ybd-step-box .item {
  flex: 1;
  padding: 0.15rem 0;
}
.ybd-step-box .item:first-child .img-box::before {
  background-color: #fff;
}
.ybd-step-box .item:last-child .img-box::after {
  background-color: #fff;
}
.ybd-step-box .item .img-box {
  position: relative;
}
.ybd-step-box .item .img-box::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #A1B8D2;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.ybd-step-box .item .img-box::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #A1B8D2;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.ybd-step-box .item .img-box.ash::before {
  width: calc(50% - 0.05rem);
}
.ybd-step-box .item .img-box.ash::after {
  width: calc(50% - 0.05rem);
}
.ybd-step-box .item .img-box.ash .img {
  background-image: url(/img/ybd-step-yuan.png);
  background-repeat: no-repeat;
  background-size: 0.1rem 0.1rem;
  background-position: 0.02rem 0.02rem;
}
.ybd-step-box .item .img-box.gou::before {
  width: calc(50% - 0.07rem);
}
.ybd-step-box .item .img-box.gou::after {
  width: calc(50% - 0.07rem);
}
.ybd-step-box .item .img-box.gou .img {
  background-image: url(/img/ybd-step-gou.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ybd-step-box .item .img-box.err::before {
  width: calc(50% - 0.07rem);
}
.ybd-step-box .item .img-box.err::after {
  width: calc(50% - 0.07rem);
}
.ybd-step-box .item .img-box.err .img {
  background-image: url(/img/ybd-step-err.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ybd-step-box .item .img-box .img {
  margin: 0 auto;
  width: 0.14rem;
  height: 0.14rem;
}
.ybd-step-box .item .text {
  margin-top: 0.07rem;
  font-size: 0.12rem;
  color: #666;
  text-align: center;
}

.ybd-form-box {
  margin-top: 0.12rem;
  background-color: #F4F6F8;
}
.ybd-form-box .form-box .form-floor {
  padding: 0.22rem 0.12rem 0.5rem 0.12rem;
}
.ybd-form-box .form-box .form-floor .title-box {
  width: 1.02rem;
  height: 0.15rem;
  margin: 0 auto 0.23rem auto;
}
.ybd-form-box .form-box .form-floor .item .name {
  width: 100px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.ybd-form-box .form-box .form-floor .item .item-r .layui-input:focus,
.ybd-form-box .form-box .form-floor .item .item-r .layui-textarea:focus {
  border-color: #1269CB !important;
}
.ybd-form-box .form-box .form-floor .item .item-r .layui-form-select dl dd.layui-this {
  color: #1269CB;
}
.ybd-form-box .form-box .form-floor .item .item-r .layui-form-danger:focus {
  border-color: #ff5722 !important;
}
.ybd-form-box .form-box .form-floor .item .item-r .layui-form-radio:hover > *,
.ybd-form-box .form-box .form-floor .item .item-r .layui-form-radioed,
.ybd-form-box .form-box .form-floor .item .item-r .layui-form-radioed > i {
  color: #1269CB;
}
.ybd-form-box .form-box .form-floor .item.code .item-r {
  display: flex;
}
.ybd-form-box .form-box .form-floor .item.code .item-r .code-btn {
  width: 0.75rem;
  background-color: #1269CB;
  border-radius: 0.05rem;
  border: 1px solid #CCCCCC;
  margin-left: 0.05rem;
}
.ybd-form-box .form-box .form-floor .btn-box .layui-input-block {
  margin-left: 0;
}
.ybd-form-box .form-box .form-floor .btn-box .layui-input-block .btn {
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #1269CB;
  border-radius: 0.1rem;
}

.subPage-top {
  position: sticky;
  top: 0;
  height: 0.6rem;
  background-color: #F4F6F8;
  line-height: 0.6rem;
  border-bottom: 1px solid #CBCBCB;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 0.09rem 0.18rem;
  background-position: 0.17rem 0.21rem;
  z-index: 99;
}
.subPage-top.white {
  background-color: #fff;
}
.subPage-top .back-img {
  width: 0.09rem;
  height: 0.18rem;
  position: absolute;
  top: 0.17rem;
  left: 0.21rem;
}
.subPage-top .title {
  width: 3.49rem;
  margin: 0 auto;
  padding-left: 0.2rem;
  text-align: center;
}

.cns-text-box {
  margin-top: 0.12rem;
  padding: 0.22rem;
}

.cns-btn-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.17rem;
}
.cns-btn-box .layui-form {
  padding-left: 0.1rem;
}
.cns-btn-box .layui-form .layui-form-checked[lay-skin=primary] > i {
  background-color: #1269CB;
  border-color: #1269CB !important;
}
.cns-btn-box .layui-form .layui-form-checkbox[lay-skin=primary]:hover > i {
  border-color: #1269CB;
}
.cns-btn-box .cns-submit {
  width: 100%;
  height: 0.47rem;
  height: 0.47rem;
  background-color: #1269CB;
  border-radius: 0.1rem;
}

.autograph-box {
  margin-top: 0.3rem;
}
.autograph-box .signature {
  width: 100%;
  height: 3.5rem;
}

.autograph-text {
  width: 3.49rem;
  margin: 0 auto;
  font-size: 12px;
  color: #999;
  margin-top: 0.05rem;
  text-align: center;
}

.autograph-tips {
  width: 3.49rem;
  margin: 0 auto;
  font-size: 0.13rem;
  color: #666;
  margin-top: 0.26rem;
}
.autograph-tips .text {
  margin: 0.05rem 0;
}

.autograph-btn-box {
  width: 3.49rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.autograph-btn-box .btn {
  width: 1.61rem;
  height: 0.47rem;
  border-radius: 0.1rem;
}
.autograph-btn-box .btn.reset {
  background-color: #fff;
  border: 1px solid #CBCBCB;
  color: #333333;
}
.autograph-btn-box .btn.submit {
  background-color: #1269CB;
}

.ybd-success-box {
  margin-top: 0.13rem;
  padding: 0.1rem 0.1rem 0.15rem 0.1rem;
}
.ybd-success-box .img-box {
  width: 1.02rem;
  height: 1.02rem;
  margin: 0 auto;
}
.ybd-success-box .success-text {
  margin-top: 0.05rem;
  font-size: 0.17rem;
  font-weight: bold;
  color: #1269CB;
  text-align: center;
}
.ybd-success-box .tip-text {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  color: #999;
  text-align: center;
}
.ybd-success-box .btn-box {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
}
.ybd-success-box .btn-box .btn {
  width: 1.61rem;
  height: 0.47rem;
  border-radius: 0.1rem;
}
.ybd-success-box .btn-box .btn.rest {
  background-color: #fff;
  border-color: #CBCBCB;
  color: #333;
}
.ybd-success-box .btn-box .btn.improve {
  background-color: #1269CB;
}

.ybd-info-box {
  margin-top: 0.14rem;
  padding: 0.1rem;
}
.ybd-info-box .title {
  font-size: 0.15rem;
  color: #333;
  padding-left: 0.1rem;
  position: relative;
}
.ybd-info-box .title::before {
  content: "";
  display: inline-block;
  width: 0.03rem;
  height: 0.16rem;
  background-color: #1269CB;
  border-radius: 0.01rem;
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  left: 0;
}
.ybd-info-box .info-box {
  margin-top: 0.3rem;
}
.ybd-info-box .info-box .item {
  display: flex;
  margin: 0.15rem 0;
  font-size: 0.14rem;
}
.ybd-info-box .info-box .item .name {
  width: 100px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-right: 0.17rem;
  flex-shrink: 0;
}
.ybd-info-box .info-box .item .value {
  color: #666666;
}

.studentStatus-form-box {
  margin-top: 0.12rem;
  padding: 0.1rem 0.1rem 0.3rem 0.1rem;
}
.studentStatus-form-box .list .item {
  border-bottom: 1px solid #DEDEDE;
  padding: 0.17rem 0;
}
.studentStatus-form-box .list .item .item-a {
  display: block;
  display: flex;
  justify-content: space-between;
}
.studentStatus-form-box .list .item .name {
  padding-left: 0.1rem;
}
.studentStatus-form-box .list .item .name .text {
  font-size: 0.14rem;
}
.studentStatus-form-box .list .item .name .text.blue {
  color: #1269CB;
}
.studentStatus-form-box .list .item .value {
  font-size: 0.12rem;
  color: #999;
  padding-right: 0.36rem;
  position: relative;
}
.studentStatus-form-box .list .item .value::after {
  content: "";
  display: inline-block;
  border-color: transparent transparent transparent #CBCBCB;
  border-width: 0.08rem;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -0.09rem;
  right: 0;
}
.studentStatus-form-box .list .text-box {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  color: #999;
}

.studentStatus-btn-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 1.3rem;
}

.uploadIDCard-upload-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.22rem;
}
.uploadIDCard-upload-box .item {
  margin: 0.1rem 0;
  position: relative;
}
.uploadIDCard-upload-box .item .img-box {
  width: 2.56rem;
  height: 1.75rem;
  margin: 0 auto;
}
.uploadIDCard-upload-box .item .btn {
  width: 1.83rem;
  height: 0.47rem;
  border-radius: 0.05rem;
  background-color: rgba(129, 129, 129, 0.64);
  position: absolute;
  top: 50%;
  margin-top: -0.235rem;
  left: 50%;
  margin-left: -0.915rem;
}
.uploadIDCard-upload-box .item .upload {
  width: 2.56rem;
  height: 1.75rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0.465rem;
}

.uploadIDCard-text-box {
  width: 3.04rem;
  margin: 0.44rem auto 0 auto;
  font-size: 0.12rem;
  color: #666666;
  line-height: 0.19rem;
  text-align: justify;
}

.uploadIDCard-upload-change {
  margin-top: 0.34rem;
  padding-top: 0.22rem;
  border-top: 1px solid #CBCBCB;
}
.uploadIDCard-upload-change .change-box {
  width: 3.49rem;
  margin: 0 auto;
  display: flex;
}
.uploadIDCard-upload-change .change-box .item {
  width: 0.7rem;
  margin-right: 0.2rem;
}
.uploadIDCard-upload-change .change-box .item .item-top {
  display: inline-block;
  display: flex;
  justify-content: center;
}
.uploadIDCard-upload-change .change-box .item .item-top .img-box {
  position: relative;
}
.uploadIDCard-upload-change .change-box .item .item-top .img-box .img {
  width: auto;
  height: 0.44rem;
}
.uploadIDCard-upload-change .change-box .item .item-top .img-box .state {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  bottom: -0.05rem;
  right: -0.05rem;
  z-index: 9;
}
.uploadIDCard-upload-change .change-box .item .text {
  text-align: center;
  font-size: 0.13rem;
  color: #666666;
  margin-top: 0.11rem;
}

.uploadIDCard-btn-box {
  width: 3.49rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.preEducational-text-box,
.electronicPhoto-text-box,
.differentPlaces-text-box {
  margin-top: 1.68rem;
}

.preEducational-upload-change,
.electronicPhoto-upload-change,
.differentPlaces-upload-change {
  margin-top: 1.68rem;
}

.submitReview-result {
  padding: 0.1rem;
  margin-top: 0.12rem;
}
.submitReview-result .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submitReview-result .top-box .top-l {
  display: flex;
  align-items: center;
}
.submitReview-result .top-box .top-l .img-box {
  width: 0.65rem;
  height: 0.65rem;
}
.submitReview-result .top-box .top-l .text {
  font-size: 0.15rem;
  color: #333;
}
.submitReview-result .top-box .top-r {
  font-size: 0.12rem;
  color: #999;
}
.submitReview-result .info-box {
  padding-top: 0.08rem;
}
.submitReview-result .info-box .item {
  margin: 0.1rem 0;
}
.submitReview-result .info-box .item .name {
  padding-left: 0.1rem;
  color: #666;
  font-size: 0.12rem;
  margin-right: 0.2rem;
}
.submitReview-result .info-box .item .value {
  color: #999;
  font-size: 0.12rem;
}
.submitReview-result.err .top-box .top-l {
  display: flex;
  align-items: center;
}
.submitReview-result.err .top-box .top-l .img-box {
  width: 0.38rem;
  height: 0.38rem;
  margin: 0.07rem;
}
.submitReview-result.err .err-tips {
  font-size: 0.12rem;
  color: #DE2020;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid rgba(203, 203, 203, 0.36);
}

.submitReview-btn-box {
  margin-top: 0.29rem;
  text-align: center;
}
.submitReview-btn-box .btn {
  width: 1.61rem;
  height: 0.47rem;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  border: 1px solid #CBCBCB;
}

.result-num-box {
  margin-top: 0.14rem;
  padding: 0.15rem;
}
.result-num-box .item {
  display: flex;
  justify-content: space-between;
  font-size: 0.12rem;
}
.result-num-box .item ~ .item {
  margin-top: 0.1rem;
}
.result-num-box .item .name {
  color: #666666;
}
.result-num-box .item .value {
  color: #999999;
}