/* 全局设置 */
* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

/* 顶部图片 */
.top {
  position: relative;
}

.top .top-img {
  width: 100%;
  vertical-align: top;
}

.top .place-s {
  position: absolute;
  top: 0.25rem;
  right: 0.2rem;
  padding: 0.1rem 0.2rem;
  font-size: 0.2rem;
  background-color: #fff;
  border-radius: 0.3rem;
}

.top .place-s .place-icon {
  display: inline-block;
  width: 0.2rem;
  height: 0.14rem;
  background: url(../../resource/icon/down.png);
  background-size: 100%;
}

/* 学龄选择 */
.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.31rem;
  padding-top: 1rem;
}

.wrap .title {
  padding: 0.1rem 0;
  margin: 0.2rem 0;
}

.wrap .title span {
  display: inline-block;
  width: 0.2rem;
  height: 0.22rem;
  background: url(../../resource/icon/title.png);
  background-size: 100%;
}

.wrap .btn-s {
  width: 90%;
  padding: 0.15rem 0;
  margin: 0.2rem 0;
  font-size: 0.27rem;
  color: #fff;
  text-align: center;
  background-color: #5b92d3;
  border-radius: 0.39rem;
}

/* 填写基本信息 */
.base-info {
  margin: 0.4rem 3.2rem 0.44rem 0;
  padding: 0.22rem 1.13rem 0.22rem 0.35rem;
  background-color: #f6c11f;
  font-size: 0.35rem;
  line-height: 1;
  border-radius: 0rem 0.39rem 0.39rem 0rem;
}

.base-info .base-icon {
  display: inline-block;
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.17rem;
  background: url(../../resource/icon/info.png);
  background-size: 100%;
}

.base-info .title {
  font-weight: 600;
  color: #fff;
}

.info-content {
  width: 100%;
  background-color: #fff;
  margin: 0 0.22rem;
  padding: 0 .45rem;
  padding-top: .43rem;
  /* padding: 0.43rem 0.21rem 0.09rem; */
  border-radius: 0.2rem;
}

/* 选择 */
.item-sel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.34rem;
}

.item-sel .s-name {
  font-size: 0.29rem;
}

.item-sel .sel-wrap {
  width: 80%;
  display: flex;
  align-items: center;
  font-size: 0.27rem;
}

.item-sel .picker {
  width: 80%;
  position: relative;
  justify-content: space-between;
  align-items: center;
  font-size: 0.27rem;
}

/* 日期选择器 */
.item-sel .picker .s-date {
  position: relative;
  background: transparent;
  width: 100%;
  font-size: 0.27rem;
  z-index: 99;
}

.item-sel .stage {
  font-size: 0.27rem;
  color: #5b92d3;
  height: 0.61rem;
  width: 1.58rem;
  line-height: 0.61rem;
  text-align: center;
  border: 0.02rem solid #5b92d3;
  border-radius: 0.12rem;
}

.item-sel .stage:not(:last-child) {
  margin-right: 0.21rem;
}

.item-sel .selected {
  background-color: #5b92d3;
  color: #fff;
}

/* 地区选择 */
.place {
  border: 0.02rem solid #5b92d3;
  border-radius: 0.2rem;
  padding: 0.14rem 0.24rem;
}

.s-more {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  height: 0.2rem;
  width: 0.3rem;
  background: url(../../resource/icon/show-more.png);
  background-size: 100%;
}

/* 提示 */
.s-tips {
  padding: 0 0.19rem;
  font-size: 0.23rem;
  color: #ff0000;
  font-weight: 500;
  line-height: 0.35rem;
}

/* 确定按钮 */
.btn-sub {
  display: block;
  width: 70%;
  padding: 0.2rem 0.5rem;
  margin: 0.5rem 0;
  text-align: center;
  color: #fff;
  background-color: #6085e0;
  border-radius: 0.2rem;
}

/* 确认禁用按钮 */
.disable {
  background-color: #666666;
}

/* 须知 */
.slide {
  clear: both;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 6rem;
  max-width: 750px;
  max-height: 380px;
  margin: 0 auto 0.3em auto;
  overflow: hidden;
}

.slide-box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide .slide-ul {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 10000px;
  height: 100%;
}

.slide .slide-ul li {
  float: left;
  display: block;
  max-width: 750px;
  max-height: 380px;
}

.slide .slide-ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.slide .title-box {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 5%;
  z-index: 999;
  /* height: 30px; */
  line-height: 30px;
  color: #fff;
  font-size: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
}

.slide .title-box .circle {
  display: flex;
}

.slide .circle em {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.15rem;
  background-color: rgb(208 207 207);
  border-radius: 50%;
}

.slide .circle .active {
  background-color: rgb(109, 107, 107);
}

.xz-wrap {
  margin: 0.4rem;
  padding: 0.2rem 0.5rem;
  background: #F8F8F8;
  height: 90%;
  font-size: 0.3rem;
  border-radius: 0.3rem;
}

.xz-wrap .xz-to {
  margin: 0.3rem 0;
  font-size: 0.27rem;
}

.xz-wrap .xz-to a {
  color: #3A65C7;
}

.xz-wrap .xz-desc {
  color: #535354;
}

.xz-wrap .xz-title {
  margin: 0.2rem 0;
}
