body {
  background-color: #f5f7f9;
  position: relative;
}

.moudle {
  padding: 40px 0;
}

.head {
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.filter {
  padding-top: 0;
}

.filter .moudle-title {
  padding: 20px 0 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.filter .moudle-title span {
  color: #ea4c47;
}

.filter-bg {
  background: #fff;
  margin-bottom: 20px;
}

.filter-bg .breadcrumb-bg, .filter-bg .breadcrumb, .filter-bg .breadcrumb a {
  background: none !important;
}

.filter-box {
  margin-bottom: 7px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}

.filter-box .filter-box-tit {
  position: relative;
  float: left;
  width: 70px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #E93A46;
  margin-top: 3px;
  border-radius: 3px;
}

.filter-box .filter-box-tit::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid #E93A46;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  margin-top: -6px;
  right: -4px;
}

.filter-box .filter-box-tit i, .filter-box .filter-box-tit p {
  display: none;
}

.filter-box .filter-tools {
  padding: 0px 15px 0;
}

.filter-box .major-type {
  float: left;
  margin-left: 12px;
  padding-top: 3px;
  padding-bottom: 8px;
}

.filter-box .major-type li {
  float: left;
  width: 60px;
  margin: 0 7px 7px;
}

.filter-box .major-type li a, .filter-box .major-type li span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ea4c47;
  background: #fff;
  border: 1px solid #ea4c475c;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}

.filter-box .major-type li a:hover, .filter-box .major-type li span:hover {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.filter-box .major-type li.active a, .filter-box .major-type li.active span {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.filter-box .classification-type {
  float: left;
  margin-left: 12px;
  padding-top: 3px;
  padding-bottom: 8px;
}

.filter-box .classification-type li {
  float: left;
  width: 120px;
  margin: 0 7px 5px;
}

.filter-box .classification-type li span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ea4c47;
  background: #fff;
  border: 1px solid #ea4c475c;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}

.filter-box .classification-type li span:hover {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.filter-box .classification-type li.active span {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.filter-box.on {
  padding: 15px 15px 0;
}

.filter-tools .search-box {
  width: 210px;
}

.filter-tools .search-input {
  width: 160px;
  padding-left: 27px;
  background: url(search-bg.png) no-repeat 10px center;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #bbb;
  color: #888;
}

.filter-tools .search-btn,
.filter-tools .search-btn:focus {
  float: right;
  width: 50px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ea4c47;
  border-color: #ea4c47;
}

.major-box {
  position: relative;
  padding-top: 10px;
  background: #fff;
  margin-bottom: 15px;
}

.major-box .id-box {
  left: 0;
  top: 0;
  position: absolute;
}

.major-box-tit {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.major-box-tit .major-hd {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}

.major-box-tit .major-hd span {
  position: relative;
}

.major-box-tit .major-hd span::after, .major-box-tit .major-hd span::before {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 100%;
  top: 0;
}

.major-box-tit .major-hd span::before {
  left: -30px;
  background: url(hd-l.png) no-repeat right center;
}

.major-box-tit .major-hd span::after {
  right: -30px;
  background: url(hd-r.png) no-repeat left center;
}

.major-box-tit .major-bd {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  text-align: center;
}

.major-box-tit .major-bd span {
  color: #ea4c47;
}

.major-main {
  padding: 6px 12px 20px;
}

.major-main dl {
  float: left;
  width: 18.5%;
  margin: 14px 0.75% 0;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.major-main dl.active {
  display: block !important;
}

.major-main dl.active dt {
  background: #5166a7;
}

.major-main dl.active dt .major-name, .major-main dl.active dt .major-category {
  color: #fff;
}

.major-main dl.active dt:hover .major-name, .major-main dl.active dt:hover .major-category {
  color: #ffe1b6 !important;
}

.major-main dl:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
}

.major-main dl dt {
  padding: 10px 0 12px;
  margin-bottom: 6px;
  background: #f6f6f6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.major-main dl dt .major-name {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}

.major-main dl dt .major-category {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
}

.major-main dl dt:hover .major-name, .major-main dl dt:hover .major-category {
  color: #c99c59;
}

.major-main dl dd p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: inline-block;
}

.major-main dl dd .major-price span {
  font-size: 16px;
  color: #c33232;
}

.major-main dl dd .star-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.major-main dl dd .star-box .star {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin: 0 2px;
  background: url(http://www.yuloo.com/static/zaizhiyan/images/star2.png) no-repeat center center;
}

.major-main dl dd .star-box .star-all {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/star1.png) no-repeat center center;
}

.major-main dl dd .zs-box {
  position: relative;
  line-height: 19px;
}

.major-main dl dd .zs-box p {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #008e5a;
  background: #d9f1e8;
  border-radius: 2px;
  padding: 0 5px;
  margin-right: 10px;
}

.major-main dl dd .zs-box p::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid #d9f1e8;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  top: 50%;
  margin-top: -4px;
  right: -4px;
}

.major-main dl dd .major-btn {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
}

.major-main dl dd .major-btn a {
  display: inline-block;
  width: 95px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.major-main dl dd .major-btn .jz-btn {
  /* color: #E93A46; */
  border: 1px solid #a9b2cb;
}

.major-main dl dd .major-btn .jz-btn:hover {
  color: #fff;
  background: #E93A46;
  border-color: #E93A46;
}

.major-main dl dd .major-btn .news-btn {
  color: #ea4c47;
  border: 1px solid #ea4c475c;
}

.major-main dl dd .major-btn .news-btn:hover {
  color: #fff;
  background: #ea4c47;
  border-color: #ea4c47;
}

.zyk-new {
  margin: 0 -1% 40px;
}

.news-list {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 15px 16px 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news-list li {
  height: 32px;
  line-height: 32px;
}

.news-list li span {
  float: right;
  width: 50px;
  font-size: 14px;
  color: #bbb;
  text-align: right;
}

.news-list li a {
  float: left;
  width: 90%;
  width: calc(100% - 50px);
  font-size: 14px;
  color: #555;
  padding-left: 10px;
  background: url(li-bg.jpg) no-repeat left center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-list li a:hover {
  color: #c99c59;
  background: url(http://www.yuloo.com/static/zaizhiyan/images/li-bg2.jpg) no-repeat left center;
}

.news-list li:hover span {
  color: #c99c59;
}

.news-list .more-btn {
  display: block;
  text-align: center;
  height: 20px;
  margin: 4px 0 5px;
  color: #c99c59;
  background: #fff url(http://www.yuloo.com/static/zaizhiyan/images/more-bg.png) repeat-x left center;
  border: none !important;
}

.news-list .more-btn span {
  display: inline-block;
  color: #c99c59;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  background: #fff;
}

.news-box2 {
  margin: 0 6%;
}

.news-list-title {
  height: 36px;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
}

.news-list-title span {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #ea4c47;
  padding-bottom: 8px;
  padding-left: 30px;
  background: url(http://www.yuloo.com/static/zaizhiyan/images/news-list-tit.png) no-repeat left top;
}

.news-list-title span::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background: url(http://www.yuloo.com/static/zaizhiyan/images/news-list-tit-bg.jpg) no-repeat center center;
  right: -5px;
  bottom: -2px;
}

.news-list-title.news-list-title2 span {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/news-list-tit2.png) no-repeat left top;
}

.news-list-title .more {
  float: right;
  font-size: 14px;
  color: #999;
}

.news-list-title .more:hover {
  color: #c99c59;
}

.control-label, .form-group-main {
  float: left;
}

.school-form {
  position: relative;
  background: none;
  z-index: 1;
}

.school-form .control-label {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  width: 76px;
  text-align: right;
  padding-top: 7px;
  line-height: 30px\9;
  margin-bottom: 0\9;
  z-index: 0;
}

.school-form .form-group-main {
  position: relative;
  width: 90%;
  width: calc(100% - 76px);
}

.school-form-title {
  font-size: 32px;
  font-weight: bold;
  color: #ffe1b6;
  text-align: center;
  margin-bottom: 2px;
}

.school-form-title span {
  position: relative;
}

.school-form-title span::before, .school-form-title span::after {
  position: absolute;
  display: block;
  content: '';
  width: 52px;
  height: 100%;
  top: 0;
}

.school-form-title span::before {
  left: -68px;
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-tit-l.png) no-repeat right center;
}

.school-form-title span::after {
  right: -68px;
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-tit-r.png) no-repeat left center;
}

.school-form2 {
  position: relative;
  padding: 18px 0 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  background: #283e7e url(http://www.yuloo.com/static/zaizhiyan/images/form-bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 20px;
}

.school-form2 .text {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  color: #ffe7c4;
  margin-bottom: 10px;
}

.school-form2 > p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.school-form2 .control-label {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  width: 97px;
  padding-left: 27px;
  line-height: 30px\9;
  margin-bottom: 0\9;
  color: #333;
  z-index: 0;
}

.school-form2 .form-group-main {
  position: relative;
  width: 90%;
  width: calc(100% - 97px);
}

.school-form2 .form-moudle .textarea-group, .school-form2 .zzy-school-form .textarea-group {
  width: 95%;
}

.school-form2 .form-main {
  margin-top: 11px;
  padding: 30px 15px 10px;
  border-radius: 16px;
  background: #fff;
}

.school-form2 .submit-group {
  width: 100% !important;
  text-align: center;
  background: none !important;
}

.school-form2 .submit-group .btn-default {
  display: inline-block;
  width: 200px;
  font-size: 16px;
  line-height: 36px;
  background: #c99c59;
  color: #fff;
  border: none !important;
  border-radius: 36px;
  padding: 0;
  box-shadow: 0 5px 10px rgba(201, 156, 89, 0.4);
}

.school-form2 .submit-group .btn-default:hover {
  background: #d0590d;
}

.form-group .layui-bg-value, .form-group .layui-bg-value {
  position: absolute;
  left: 0;
  height: 32px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 28px;
  padding: 4px 12px;
  cursor: text;
  z-index: 0;
  margin-bottom: 0;
}

.form-group .bg-value-left {
  left: 3%;
}

.form-group .layui-bg-value em {
  color: #ae2a2a;
  margin-right: 3px;
}

.form-control {
  height: 32px;
}

.form-control[readonly] {
  background: none !important;
}

.form-horizontal .control-label {
  padding-top: 7px;
}

.submit-group, .form-control {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #999;
}

.control-label em {
  font-size: 20px;
  position: absolute;
  color: #d85050;
  z-index: 0;
  left: 5px;
}

.select-search {
  height: 32px;
  position: relative;
}

.schoolName-box {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

select[multiple], select[size] {
  width: 100%;
  max-height: 200px !important;
}

.school-option select {
  border: none !important;
}

.select-search .school-option.hidden {
  display: none;
}

.select-search button {
  height: 32px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  background: url(select-icon.png) no-repeat center right 5px !important;
}

.select-search .school-option input {
  margin: 10px auto 5px;
  height: 32px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  width: 100%;
}

.select-search .school-option {
  position: absolute;
  background-color: #fff;
  width: 100%;
  min-width: 200px;
  top: 32px;
  right: 0;
  padding: 0 15px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.school-option select option {
  padding: 8px 12px;
  line-height: 30px;
  border: none !important;
}

.input-group-addon {
  /* display: none !important; */
  border: none !important;
  border-radius: 0 !important;
}

.sex-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 12px;
}

.custom-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 -47px;
}

.phone-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 -102px;
}

.yixiang-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 -162px;
}

.grade-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 -219px;
}

.birthday-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 -275px;
}

.xueli-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 -377px;
}

.items-bg {
  background: url(http://www.yuloo.com/static/zaizhiyan/images/form-icon.png) no-repeat 0 -327px;
}

.form-moudle {
  background: #fff;
}

.form-moudle .form-group, .zzy-school-form .form-group {
  width: 23%;
  margin: 0 1% 10px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.form-moudle .p0 .control-label, .zzy-school-form .p0 .control-label {
  padding-left: 5px;
  width: 70px;
}

.form-moudle .p0 .form-group-main, .zzy-school-form .p0 .form-group-main {
  width: calc(100% - 70px);
}

.form-moudle .textarea-group, .zzy-school-form .textarea-group {
  width: 98% !important;
}

.form-moudle .textarea-group textarea, .form-moudle .textarea-group .form-group-main, .zzy-school-form .textarea-group textarea, .zzy-school-form .textarea-group .form-group-main {
  width: 100% !important;
}

.form-moudle .textarea-group textarea, .zzy-school-form .textarea-group textarea {
  padding: 7px 12px;
  border: none !important;
  height: 62px;
  background: none;
}

.form-group-row3 form {
  margin: 0 auto;
}

.form-group-row3 .form-group {
  width: 28.333%;
  margin: 0 2.5% 20px;
  background: #fff;
}

.no-icon .control-label {
  padding-left: 10px;
  width: 76px;
  background: #fff;
}

.no-icon .form-group-main {
  width: calc(100% - 76px);
}

.no-icon .textarea-group {
  width: 97.5% !important;
}

.no-icon .textarea-group textarea, .no-icon .textarea-group .form-group-main {
  width: 100% !important;
}

.no-icon .textarea-group textarea {
  padding: 7px 12px;
  border: none !important;
  height: 66px;
}

.form-group-row5 .form-group {
  width: 18.5%;
  margin: 0 .75% 10px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

.form-group-row5 .textarea-group {
  width: 98.5% !important;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 96%;
    margin: 0 2%;
  }
  .filter-box .major-type {
    width: 70%;
    width: calc(100% - 330px);
    padding-bottom: 8px;
  }
  .filter-box .major-type li {
    margin-bottom: 7px;
  }
  .major-main dl {
    width: 23.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .filter {
    padding-top: 10px;
  }
  .moudle {
    padding: 5% 0;
  }
  .major-main dl {
    width: 31.833%;
  }
}

@media only screen and (max-width: 768px) {
  .major-box-tit .major-hd, .school-form-title {
    font-size: 22px;
  }
  .filter-box .filter-tools {
    float: left;
    width: calc(100% - 70px);
  }
  .filter-box .classification-type li {
    width: 114px;
  }
  .filter-box .classification-type {
    margin-left: 0;
  }
  .filter-box .major-type {
    width: 100%;
    padding: 0;
    margin: 0 auto 3%;
  }
  .filter-tools .search-box {
    width: 100%;
  }
  .filter-tools .search-input {
    width: calc(100% - 50px);
  }
  .filter-box.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    z-index: 999;
  }
  .filter-box.on .filter-tools, .filter-box.on .filter-box-tit::before {
    display: none;
  }
  .filter-box.on .filter-box-tit {
    position: relative;
    width: 48%;
    margin: 5px 1%;
    border: 1px solid #E93A46;
    color: #E93A46;
    background: #fff;
    cursor: pointer;
  }
  .filter-box .filter-box-tit p, .filter-box .filter-box-tit .sj {
    display: none;
  }
  .filter-box.on .filter-box-tit > .sj {
    display: inline-block !important;
    width: 8px;
    height: 8px;
    border: 1px solid #E93A46;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    margin: 0 8px 4px;
  }
  .filter-box.on .filter-box-tit p {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    background: #E93A46;
  }
  .filter-box.on .filter-box-tit.active {
    background: #E93A46;
    color: #fff;
  }
  .filter-box.on .filter-box-tit p .sj {
    display: inline-block !important;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 8px 4px;
  }
  .filter-box.on .filter-box-tit.active .sj {
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #E93A46;
    margin-left: 8px;
    margin-bottom: 0;
  }
  .on .active.filter-tools, .on .active .major-type, .on .active .classification-type {
    display: block;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
    z-index: 999;
  }
  .filter-box.on .major-type li {
    width: 14.666% !important;
  }
  .filter-box.on .major-type li a, .filter-box.on .major-type li span {
    font-size: 14px;
  }
  .major-main dl {
    width: 48%;
    margin: 1%;
  }
  .news-list {
    width: 98%;
    margin-bottom: 3%;
  }
  .zyk-new {
    margin-bottom: 3%;
  }
  .form-moudle .form-group, .form-group-row3 .form-group {
    width: 46%;
    margin: 0 2% 15px;
  }
  .school-form2 .control-label {
    padding-left: 35px;
  }
  .select-search button, .select-search .school-option input {
    display: none;
  }
  .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0;
    height: auto;
    box-shadow: none;
    border: none;
  }
  .schoolName-box {
    height: auto;
  }
  .school-option select {
    height: 32px;
    line-height: 32px;
  }
  select, select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #999 !important;
    padding-left: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #fff url(select-icon.png) no-repeat right 5px center !important;
    border-radius: 4px !important;
  }
  .form-main .select-search .school-option {
    border-radius: 4px;
  }
  select[disabled] {
    background-color: #eee !important;
  }
}

@media only screen and (max-width: 680px) {
  .filter-box .major-type li {
    width: 23%;
    margin: 0 1% 5px;
  }
  .major-main dl dd .major-btn a {
    width: 100%;
    margin: 0 auto 10px;
  }
  .major-main dl dd .major-btn .news-btn {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 428px) {
  .filter-box .filter-tools {
    padding: 10px 0 0;
    width: 100%;
  }
  .filter-box .classification-type li {
    width: 96px;
    margin: 0 3px 5px;
  }
  .moudle {
    padding: 8% 0 3%;
  }
  .major-main {
    padding: 6px 2% 4%;
  }
  .major-main dl {
    margin: 2% 1%;
  }
  .major-main dl dd p {
    font-size: 12px;
  }
  .major-main dl dd .star-box .star {
    width: 13px;
    height: 12px;
  }
  .school-form2 > p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 2%;
  }
  .submit-group a {
    display: block;
  }
  .form-moudle .form-group, .form-group-row3 .form-group {
    width: 96%;
  }
}

@media only screen and (max-width: 375px) {
  .filter-box .classification-type li {
    width: 31.333%;
    margin: 0 1% 5px;
  }
  .filter-box .major-type li {
    width: 18%;
    margin: 0 1% 5px;
  }
}
