* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #333;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #f4f4f4;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.banner {
  padding: 5px;
  background-color: #fff;
}
.school_panel {
  padding: 0.9rem 0.5rem;
  background-color: #fff;
}
.school_panel .title_name {
  padding-bottom: 0.5rem;
  line-height: 0.75rem;
  font-size: 0.75rem;
  text-align: center;
}
.school_panel .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  margin-bottom: 0.5rem;

}
.school_panel .list .item {
  position: relative;
  width: 2.8rem;
  height: 1.3rem;
  line-height: 1.2rem;
  border: 1px solid #ff5400;
  text-align: center;
  font-size: 0.6rem;
  color: #383838;
  border-radius: 25px;
margin-right:1rem;
}
.school_panel .list .item:last-child{
margin-right:0;
}
.school_panel .list .item.active {
  background: -webkit-gradient(linear, left top, right top, from(#f67747), to(#f64f4b));
  background: linear-gradient(90deg, #f67747, #f64f4b);
  color: #fff;
  border-color: transparent;
}
.school_panel .list .item.active:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #f66449;
}
.school_panel .detail_info {
  padding: 0.6rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ff5400;
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.school_panel .detail_info .name {
  padding: 2px;
  font-size: 0.6rem;
}
.school_panel .btm_info {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.school_panel .btm_info .href {
  padding: 0.3rem 0.5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f67747), to(#f64f4b));
  background: linear-gradient(90deg, #f67747, #f64f4b);
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
          box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.custom-made-case {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  background-color: #fff;
}
.custom-made-case .title {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #ff4f4b;
}
.custom-made-case .tips {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.15rem;
  color: #666;
}
.custom-made-case form {
  width: 13.75rem;
  margin: 0.5rem auto 0;
}
.custom-made-case .item {
  border: 0.05rem solid #dcdddd;
  border-radius: 0.2rem;
  margin-bottom: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-made-case .icon-box {
  width: 1.35rem;
  text-align: center;
  margin-top: 0.425rem;
}
.custom-made-case .icon {
  height: 0.8rem;
}
.custom-made-case select,
.custom-made-case input {
  font-size: 0.6rem;
  line-height: 1.65rem;
  width: 11.85rem;
  height: 1.65rem;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-made-case select {
  background:  no-repeat right center;
  background-size: 0.425rem 0.25rem;
  color: #727171;
}
.custom-made-case .submit {
  text-align: center;
  width: 10rem;
  font-size: 0.65rem;
  line-height: 1.5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f67947), to(#f64e4b));
  background: linear-gradient(90deg, #f67947, #f64e4b);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(246,68,77,0.48);
  box-shadow: 0 0.25rem 0.5rem rgba(246,68,77,0.48);
  border-radius: 0.75rem;
  margin: 0.5rem auto 0;
}
::-webkit-input-placeholder {
  color: #727171;
}
::-moz-placeholder {
  color: #727171;
}
::-moz-placeholder {
  color: #727171;
}
::-ms-input-placeholder {
  color: #727171;
}
