* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
html {
  font-size: 375px;
}
input,
select {
  outline: none;
}
img {
  border: none;
  display: block;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
body {
  width: 100%;
  background: url("../img/banner_bg.png") #ffffff no-repeat center top;
  background-size: 100% auto;
}
.enroll_box {
  margin: 0.436rem 0.06666667rem 0;
  padding: 0.04266667rem 0.06666667rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0.016rem;
  box-shadow: 0.008rem 0 0.016rem rgba(0, 0, 0, 0.2);
}
.enroll_box .enroll_line {
  width: 100%;
  background: #f2f2f2;
  border-radius: 0.008rem;
  margin-bottom: 0.05066667rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.enroll_box .enroll_line .enroll_name {
  display: inline-block;
  width: 0.24266667rem;
  line-height: 0.09866667rem;
  font-size: 0.03733333rem;
  color: #666;
  text-indent: 0.05066667rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.enroll_box .enroll_line .other_name {
  display: inline-block;
  width: 0.26133333rem;
  line-height: 0.048rem;
  font-size: 0.03733333rem;
  color: #666;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 0.032rem 0.05066667rem;
}
.enroll_box .enroll_line .enroll_input {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  height: 0.096rem;
  line-height: 1.5em;
  font-size: 0.03733333rem;
  color: #666;
  border: none;
  outline: none;
  background: #f2f2f2;
}
.enroll_box .enroll_line .age_list {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.enroll_box .enroll_line .age_list .age_item {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  height: 0.05333333rem;
  border-radius: 0.008rem;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 0.02666667rem;
  color: #999;
  line-height: 0.05066667rem;
  margin: auto 0.01333333rem auto 0;
  text-align: center;
  position: relative;
}
.enroll_box .enroll_line .age_list .age_item.active {
  color: #aa7d1d;
  border-color: #aa7d1d;
  background: #ffffff;
}
.enroll_box .enroll_line .age_list .age_item.active:after {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  display: block;
  position: absolute;
  right: -0.00133333rem;
  bottom: 0;
  border-bottom-right-radius: 0.008rem;
  background: url('../img/sprite.png') no-repeat;
  background-size: auto 180%;
}
.enroll_box .enroll_line .other_list {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.enroll_box .enroll_line .other_list .other_item {
  width: 0.13333333rem;
  height: 0.05333333rem;
  border-radius: 0.008rem;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 0.02666667rem;
  color: #999;
  line-height: 0.048rem;
  text-align: center;
  position: relative;
  margin: auto 0.04rem auto 0;
}
.enroll_box .enroll_line .other_list .other_item.active {
  color: #aa7d1d;
  background: #ffffff;
  border-color: #aa7d1d;
}
.enroll_box .enroll_line .other_list .other_item.active:after {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  display: block;
  position: absolute;
  right: -0.00133333rem;
  bottom: 0;
  border-bottom-right-radius: 0.008rem;
  background: url('../img/sprite.png') no-repeat;
  background-size: auto 180%;
}
.enroll_box .sub_btn {
  width: 100%;
  height: 0.10933333rem;
  background: #e9bd0c;
  border-radius: 0.008rem;
  line-height: 0.10933333rem;
  font-size: 0.05066667rem;
  color: #ffffff;
  text-align: center;
}
.enroll_box .sub_tips {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.032rem;
  line-height: 0.032rem;
  margin-top: 0.024rem;
  color: #A37E33;
}
.enroll_box .sub_tips a {
  color: #A37E33;
}
.small_banner {
  margin: 0.03866667rem 0.05333333rem 0.01066667rem;
  overflow: hidden;
}
.small_banner .small_banner_img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */