/* 全局设置 */
* {
  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: 1rem 2rem;
}

.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 {
  display: block;
  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;
}

/* 温馨提示 */
.tips {
  margin: 0 0.2rem;
  padding: 0.3rem 0.5rem;
  background-color: #f2f4fc;
  font-size: 0.25rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
}
