* {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  border: none;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  font-family: "Microsoft Yahei", FontAwesome;
  min-width: 1200px;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.banner {
  width: 100%;
  height: 900px;
  background: url("../img/banner.png?1") no-repeat center;
}
.banner .banner_content {
  width: 1200px;
  height: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.banner .banner_content .banner_enroll {
  width: 388px;
  height: 708px;
  background: #ffffff;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px ;
  float: right;
  display: inline-block;
  margin-top: 56px;
  margin-right: 16px;
  padding: 40px 36px;
}
.banner .banner_content .banner_enroll .enroll_line {
  width: 388px;
  height: 56px;
  background: #f7f7f7;
  border-radius: 8px ;
  overflow: hidden;
  margin-bottom: 24px;
}
.banner .banner_content .banner_enroll .enroll_line .enroll_name {
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  width: 84px;
  text-indent: 24px;
}
.banner .banner_content .banner_enroll .enroll_line .city_name {
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  width: 120px;
  text-indent: 24px;
}
.banner .banner_content .banner_enroll .enroll_line .other_name {
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  width: 246px;
  text-indent: 24px;
}
.banner .banner_content .banner_enroll .enroll_line .enroll_input {
  width: 304px;
  height: 56px;
  border: none;
  outline: none;
  color: #333;
  font-size: 18px;
  line-height: 56px;
  float: left;
  background: #f7f7f7;
  font-family: "Microsoft Yahei", FontAwesome;
}
.banner .banner_content .banner_enroll .enroll_line .enroll_city_input {
  width: 268px;
  height: 56px;
  border: none;
  outline: none;
  color: #333;
  font-size: 18px;
  line-height: 56px;
  float: left;
  background: #f7f7f7;
  font-family: "Microsoft Yahei", FontAwesome;
}
.banner .banner_content .banner_enroll .enroll_line .age_list {
  width: 304px;
  overflow: hidden;
  float: left;
}
.banner .banner_content .banner_enroll .enroll_line .age_list .age_item {
  width: 86px;
  height: 30px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  float: left;
  display: inline-block;
  margin-right: 14px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin-top: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
.banner .banner_content .banner_enroll .enroll_line .age_list .age_item.active {
  border: none;
  background: url("../img/choose_bg.png") no-repeat center;
  line-height: 30px;
  color: #C58900;
}
.banner .banner_content .banner_enroll .enroll_line .other_list {
  width: 142px;
  overflow: hidden;
  float: left;
}
.banner .banner_content .banner_enroll .enroll_line .other_list .other_item {
  width: 55px;
  height: 30px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  float: left;
  display: inline-block;
  margin-right: 14px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin-top: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
.banner .banner_content .banner_enroll .enroll_line .other_list .other_item.active {
  border: none;
  background: url("../img/other_bg.png") no-repeat center;
  line-height: 30px;
  color: #C58900;
}
.banner .banner_content .banner_enroll .sub_btn {
  width: 388px;
  height: 68px;
  text-align: center;
  background: #cc8500;
  border-radius: 8px;
  line-height: 68px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}
.small_banner {
  width: 1198px;
  height: 228px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  margin: 46px auto;
}
.small_banner .small_banner_item {
  width: 398px;
  height: 228px;
  display: inline-block;
  float: left;
}
.small_banner .small_banner_item.has_border {
  width: 400px;
  border: 1px solid #eeeeee;
  border-top: none;
  border-bottom: none;
}
.small_banner .small_banner_item .img_wrapper {
  width: 100%;
  height: 80px;
  margin-top: 50px;
  position: relative;
}
.small_banner .small_banner_item .img_wrapper img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.small_banner .small_banner_item .banner_tips {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */