.breadcrumb, .breadcrumb-bg, .breadcrumb a {
  background: none !important;
}

.filter-bg {
  padding: 0 0 20px;
  background: #fff;
  margin-bottom: 20px;
}

.filter-btn {
  display: none;
}

.filter-tit, .moudle-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.filter-tit a, .moudle-title a {
  color: #333;
}

.filter-tit span, .moudle-title span {
  color: #d7762c;
}

.filter-mark {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.moubile-filter-tit {
  display: none;
}

.filter-btn {
  display: none;
}

.filter-content {
  padding-top: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.filter-type {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  height: 35px;
  overflow: hidden;
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}

.filter-type:last-child {
  margin-bottom: 0;
  border: none !important;
}

.filter-type > p {
  float: left;
  width: 80px;
  font-weight: bold;
  color: #333;
}

.filter-type ul {
  position: relative;
  margin-left: 80px;
  padding-right: 50px;
}

.filter-type ul li {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}

.filter-type ul li a {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  color: #666;
}

.filter-type ul li.active a, .filter-type ul li:hover a {
  color: #fff;
  background: #5e6c99;
}

.filter-type ul li.open-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
}

.filter-type ul li.open-btn a {
  position: relative;
  font-size: 14px;
  color: #d7762c !important;
  width: 47px !important;
  background: #fff !important;
  padding: 0 10px 0 5px !important;
}

.filter-type ul li.open-btn a::before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #d7762c;
  margin-top: -2px;
}

.filter-type label, .filter-type .label, .filter-type .result-item {
  display: inline-block;
  padding: 0 7px;
  margin-right: 6px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #df2f30 !important;
  border: 1px solid #dc6464;
  border-radius: 2px;
  cursor: pointer;
}

.filter-type label .close-icon, .filter-type .label .close-icon, .filter-type .result-item .close-icon {
  padding: 0 5px;
  margin-left: 5px;
  background: url(../images/public/close-icon.png) no-repeat center right;
}

.filter-type .reset-btn {
  margin-left: 20px;
  padding-left: 15px;
  color: #999;
  background: url(../images/lajitong.png) no-repeat left center;
  cursor: pointer;
}

#filter-school {
  height: 35px;
  overflow: hidden;
}

#filter-result {
  padding: 4px 0;
}

#filter-shiqu, #filter-result {
  display: none;
}

.filter-tools .search-box {
  width: 250px;
}

.filter-tools .search-input {
  width: 200px;
  padding-left: 27px;
  background: url(../images/search-bg.png) no-repeat 10px center;
  font-size: 9pt;
  height: 30px;
  line-height: 28px;
  border: 1px solid #bbb;
  color: #888;
  border-radius: 2px 0 0 2px;
}

.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: #5e6c99;
  border-color: #5e6c99;
  border-radius: 0 2px 2px 0;
}

.ku-md {
  margin-bottom: 30px;
}

.ku-left {
  float: left;
  width: 850px;
  width: calc(100% - 350px);
  margin-bottom: 30px;
}

.ku-left .school-box {
  background: #fff;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.ku-left .schoollist {
  padding-bottom: 0;
}

.ku-right {
  float: left;
  width: 340px;
  margin-left: 10px;
}

.ku-right .ku-right-cnt {
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ku-right .ku-right-cnt .more-btn {
  display: block;
  font-size: 12px;
  color: #5e6c99;
  border: 1px solid #5e6c99;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  margin: 6px 0 2px;
}

.ku-right .ku-right-cnt .more-btn:hover {
  color: #fff;
  background: #5e6c99;
}

.ku-right .ku-right-tit {
  height: 31px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 12px;
}

.ku-right .ku-right-tit .more {
  float: right;
  font-size: 14px;
  color: #666;
}

.ku-right .ku-right-tit .more:hover {
  color: #d7762c;
}

.ku-right .ku-right-tit-inline {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #5e6c99;
}

.ku-right .ku-right-tit-inline .icon2 {
  padding: 2px 10px;
}

.ku-right .ku-right-tit-inline .icon2-1 {
  background: url(../images/icon2.png) no-repeat -8px 5px;
}

.ku-right .ku-right-tit-inline .icon2-2 {
  background: url(../images/icon2.png) no-repeat -8px -45px;
}

.ku-right .ku-right-tit-inline .icon2-3 {
  background: url(../images/icon2.png) no-repeat -8px -95px;
}

.ku-right .ku-right-tit-inline .icon2-4 {
  background: url(../images/icon2.png) no-repeat -8px -145px;
}

.icon2 {
  background: url(../images/icon2.png) no-repeat 0 0;
}

.ku-tabs {
  margin: -10px -10px 0;
}

.ku-tabs ul li {
  width: 50%;
  text-align: center;
}

.ku-tabs ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 auto;
  padding: 4px;
  border: none !important;
}

.ku-tabs ul > li.active > a,
.ku-tabs ul > li.active > a:focus,
.ku-tabs ul > li.active > a:hover,
.ku-tabs ul > li > a:focus,
.ku-tabs ul > li > a:hover {
  color: #fff;
  font-weight: bold;
  background: #5e6c99 !important;
}

.ku-tabs2 ul {
  border: none;
  margin: -5px -5px 0;
}

.ku-tabs2 ul li {
  width: 25%;
  margin: 0 auto;
}

.ku-tabs2 ul li a {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #e8e8e8;
  background: #f6f6f6;
  margin: 5px 5px 0;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer !important;
}

.ku-tabs2 ul > li.active > a,
.ku-tabs2 ul > li.active > a:focus,
.ku-tabs2 ul > li.active > a:hover,
.ku-tabs2 ul > li > a:focus,
.ku-tabs2 ul > li > a:hover {
  color: #fff;
  border-color: #d7762c;
  background: #d7762c !important;
}

.ku-tabs3 ul {
  border: none;
  margin: -5px -5px 0;
}

.ku-tabs3 ul li {
  width: 25%;
  margin: 0 auto;
}

.ku-tabs3 ul li a {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #c0c9e4;
  background: #fcfdff;
  margin: 5px 5px 0;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer !important;
}

.ku-tabs3 ul > li.active > a,
.ku-tabs3 ul > li.active > a:focus,
.ku-tabs3 ul > li.active > a:hover,
.ku-tabs3 ul > li > a:focus,
.ku-tabs3 ul > li > a:hover {
  color: #444;
  border-color: #e4ebff;
  background: #e4ebff !important;
}

.ku-news {
  padding-top: 4px;
}

.ku-news li {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  padding-left: 10px;
  margin: 8px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e0e0e0;
}

.ku-news li:last-child {
  border: none;
}

.ku-news li::before {
  display: block;
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #aaa;
  left: 0;
  top: 8px;
  border-radius: 3px;
}

.ku-news li:hover::before {
  background: #d7762c;
}

.ku-news.faq-news li {
  padding-left: 20px;
  background: url(../images/faq-new-li-bg.png) no-repeat left top 4px;
}

.ku-news.faq-news li::before {
  display: none !important;
}

.special-news {
  margin: -10px -1.75% 0 !important;
  overflow: hidden;
}

.special-news li {
  float: left;
  width: 46.5%;
  margin: 10px 1.75% 0;
  padding: 0 !important;
  white-space: normal !important;
}

.special-news li a {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 18px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 4px 0;
  border-radius: 4px;
}

.special-news li a:hover {
  color: #fff !important;
  background: #d7762c;
  border-color: #d7762c;
}

.order-list dl {
  padding-bottom: 8px;
  margin-bottom: 6px;
  border-bottom: 1px dashed #e0e0e0;
  overflow: hidden;
}

.order-list dl dt {
  float: left;
  width: 50px;
  margin-top: 3px;
}

.order-list dl dd {
  float: left;
  width: 80%;
  width: calc(100% - 60px);
  margin-left: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #bbb;
}

.order-list dl:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.order-list dl .order-cnt {
  float: left;
  width: 74%;
}

.order-list dl .order-cnt .time {
  padding: 1px 0 2px 13px;
  background: url(../images/time.png) no-repeat center left;
}

.order-list dl .order-cnt a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}

.order-list dl .order-cnt a:hover {
  color: #d7762c;
}

.order-list .time {
  color: #d7762c;
}

.order-list .order-btn {
  float: left;
  width: 26%;
  line-height: 20px;
  margin-top: 30px;
}

.order-list .order-btn a {
  display: inline-block;
  width: 100%;
  color: #d7762c;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #d7762c;
  border-radius: 3px;
}

.order-list .order-btn a:hover {
  color: #fff;
  background-color: #d7762c;
}

.school-box-tools {
  border-bottom: 1px solid #5e6c99;
}

.school-box-tools .reset-btn {
  margin-left: 20px;
  padding-left: 15px;
  color: #999;
  background: url(../images/lajitong.png) no-repeat left center;
  cursor: pointer;
}

.school-box-tools .tools-tit {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #5e6c99;
  display: inline-block;
  border-radius: 4px 4px 0 0;
}

.school-box-tools .tools-result {
  float: right;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.school-box-tools .tools-result em {
  color: #df2f30;
  font-weight: bold;
}

.school-box-tools .paix {
  display: inline-block;
  padding: 0 7px;
}

.school-box-tools .paix li {
  display: inline-block;
  padding: 0 7px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.school-box-tools .paix li i {
  padding: 0 10px;
  background: url(../images/icon2.png) no-repeat;
}

.school-box-tools .paix li .tall {
  background-position: -5px -395px;
}

.school-box-tools .paix li .low {
  background-position: -5px -495px;
}

.school-box-tools .paix li.active {
  color: #5e6c99;
}

.school-box-tools .paix li.active .tall {
  background-position: -5px -345px;
}

.school-box-tools .paix li.active .low {
  background-position: -5px -445px;
}

.schoollist {
  padding: 28px 10px 14px;
}

.schoollist.rules-box-main {
  padding-top: 30px;
}

.schoollist .more-btn {
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #d7762c;
  text-align: center;
  border: 1px solid #d7762c;
  border-radius: 3px;
  margin-bottom: 6px;
}

.school-item, .schoollist-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e0e0e0;
}

.school-item:last-child, .schoollist-item:last-child {
  margin-bottom: 0 !important;
  border: none;
}

.school-item dl, .schoollist-item dl {
  display: flex;
  align-items: center;
}

.school-logo-box, dt.school-logo {
  float: left;
  width: 90px;
  margin-right: 10px;
  text-align: center;
}

.school-logo-box .school-logo, .school-logo-box a, dt.school-logo .school-logo, dt.school-logo a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  margin: 0 auto 6px;
  text-align: center;
}

.school-logo-box .school-logo a, .school-logo-box a a, dt.school-logo .school-logo a, dt.school-logo a a {
  display: block;
}

.school-logo-box .school-hot, dt.school-logo .school-hot {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.star-box {
  flex: 1;
}

.star-box .star {
  float: left;
  width: 13px;
  height: 14px;
  margin: 3px 1px;
  background: url(../images/xing2.png) no-repeat center center;
}

.star-box.star-box1 .star + .star {
  background: url(../images/xing3.png) no-repeat center;
}

.star-box.star-box2 .star + .star + .star {
  background: url(../images/xing3.png) no-repeat center;
}

.star-box.star-box3 .star + .star + .star + .star {
  background: url(../images/xing3.png) no-repeat center;
}

.star-box.star-box4 .star + .star + .star + .star + .star {
  background: url(../images/xing3.png) no-repeat center;
}

.star-box.star-box4-5 .star:last-child {
  background: url(../images/xing1.png) no-repeat center;
}

.star-box.star-box0 .star {
  background: url(../images/xing3.png) no-repeat center center;
}

.star-box.star-box0-5 .star:first-child {
  background: url(../images/xing1.png) no-repeat center;
}

.star-box.star-box0-5 .star {
  background: url(../images/xing3.png) no-repeat center center;
}

.star-box.star-box1-5 .star + .star {
  background: url(../images/xing1.png) no-repeat center center;
}

.star-box.star-box1-5 .star + .star + .star {
  background: url(../images/xing3.png) no-repeat center center;
}

.star-box.star-box2-5 .star + .star + .star {
  background: url(../images/xing1.png) no-repeat center center;
}

.star-box.star-box2-5 .star + .star + .star + .star {
  background: url(../images/xing3.png) no-repeat center center;
}

.star-box.star-box3-5 .star + .star + .star + .star {
  background: url(../images/xing1.png) no-repeat center center;
}

.star-box.star-box3-5 .star + .star + .star + .star + .star {
  background: url(../images/xing3.png) no-repeat center center;
}

.school-care {
  font-size: 12px;
  line-height: 20px;
  color: #333;
  padding-left: 18px;
  background: url(../images/xin.png) no-repeat left top 4px;
}

.school-cnt {
  float: left;
  width: calc(100% - 100px);
  padding-right: 110px;
}

.school-cnt .school-tit {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.school-cnt .school-tit a, .school-cnt .school-tit h2, .school-cnt .school-tit h3 {
  float: left;
  font-size: 22px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}

.school-cnt .school-tit a:hover, .school-cnt .school-tit h2:hover, .school-cnt .school-tit h3:hover {
  color: #d7762c;
}

.school-cnt .school-tit .address-icon {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 20px;
  padding-left: 16px;
  background: url(../images/addres-icon.png) no-repeat left top 4px;
}

.school-cnt .rules-name {
  margin-bottom: 16px;
}

.school-cnt .school-type-list {
  position: relative;
  padding-left: 70px;
  float: left;
  width: auto;
  min-width: 50%;
  min-height: 22px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2px;
  color: #666;
}

.school-cnt .school-type-list b {
  position: absolute;
  display: block;
  width: 70px;
  color: #333;
  font-weight: normal;
  left: 0;
}

.school-cnt .school-type-list .price {
  color: #df2f30;
  font-weight: bold;
}

.school-cnt .school-type-list .price em {
  color: #333 !important;
  font-weight: normal !important;
}

.school-cnt .school-type-list.course {
  width: 100%;
}

.school-cnt .school-type-list .tag {
  font-size: 12px;
  line-height: 18px;
}

.school-cnt .prclass {
  float: left;
  width: 100%;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.school-cnt .prclass a {
  float: left;
  position: relative;
  color: #5b91a9;
  padding-right: 6px;
  margin-right: 6px;
}

.school-cnt .prclass a:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.school-cnt .prclass a:last-child::before {
  display: none;
}

.school-cnt .prclass a::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 10px;
  right: 0;
  top: 5px;
  background: #5b91a9;
}

.school-cnt .school-cnt {
  position: relative;
}

.school-cnt .school-type {
  float: left;
  width: 100%;
  width: calc(100% - 100px);
}

dd.school-btn {
  position: absolute;
  float: left;
  width: 95px;
  right: 10px;
  top: 50%;
  margin-top: -30px;
}

dd.school-btn a, dd.school-btn .duibi {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
}

dd.school-btn .duibi {
  line-height: 24px;
  color: #d7762c;
  border: 1px solid #d7762c;
  cursor: pointer;
  margin-top: 10px;
}

dd.school-btn .duibi .icon2 {
  padding: 0 10px;
  background: url(../images/icon2.png) no-repeat -8px -245px;
}

dd.school-btn .duibi.yiduibi {
  color: #fff !important;
  background: #d7762c !important;
}

dd.school-btn .duibi.yiduibi .icon2 {
  display: none;
}

dd.school-btn .duibi:hover {
  color: #fff;
  background: #d7762c;
}

dd.school-btn .duibi:hover .icon2 {
  padding: 0 10px;
  background: url(../images/icon2.png) no-repeat -8px -295px;
}

dd.school-btn a {
  line-height: 26px;
  background: #5e6c99;
}

.tag {
  color: #fff;
  padding: 1px 5px;
  margin: 0 1px;
  border-radius: 2px;
}

.tag:last-child {
  margin-right: 0;
}

.tag-color0 {
  color: #fff;
  background: #7f8dbc;
}

.tag-color5 {
  color: #fff;
  background: #c38586;
}

.tag-color6 {
  color: #fff;
  background: #77b8ba;
}

.tag-color7 {
  color: #fff;
  background: #98b984;
}

.tag-color8 {
  color: #fff;
  background: #f89383;
}

.dui-box {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
}

.dui-box .container {
  position: relative;
  background: #fff;
  border: 2px solid #5e6c99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.dui-box .close-duibi-box {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/close-duibi-box.png) no-repeat center;
  right: 5px;
  top: 5px;
  z-index: 9;
  cursor: pointer;
}

.dui-box .duibi-tit {
  position: relative;
  float: left;
  width: 72px;
  padding: 21px 14px 15px;
  background: #5e6c99;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.dui-box .duibi-tit::before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 100px;
  background: url(../images/duibi-tit.png) no-repeat center left;
  right: -30px;
  top: 0;
}

.dui-box .duibi-tit span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  opacity: .6;
}

.dui-box .duibi-cont {
  position: relative;
  float: left;
  width: calc(100% - 72px);
  padding-right: 134px;
  padding-left: 20px;
}

.dui-box .duibi-cont dl {
  position: relative;
  float: left;
  width: 25%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}

.dui-box .duibi-cont dl::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 76px;
  background: url(../images/dashed.png) repeat-y top center;
  right: 0;
  top: 11px;
}

.dui-box .duibi-cont dl dt {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
}

.dui-box .duibi-cont dl dt em {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 24px;
  color: #ccc;
  border-radius: 40px;
  text-align: center;
  line-height: 20px;
  background: #f2f2f2;
}

.dui-box .duibi-cont dl dd {
  font-size: 14px;
  color: #ccc;
  margin: 11px 7px;
  padding-right: 18px;
}

.dui-box .duibi-cont dl.duibi-school {
  position: relative;
  z-index: 1;
}

.dui-box .duibi-cont dl.duibi-school .duibi-name {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 11px 7px;
  padding-right: 18px;
}

.dui-box .duibi-cont dl.duibi-school .close-dd {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/icon2.png) no-repeat -5px -196px;
  right: 0;
  top: 0;
  cursor: pointer;
}

.dui-box .duibi-tools {
  position: absolute;
  width: 134px;
  top: 26px;
  right: 0;
  text-align: center;
}

.dui-box .duibi-tools a {
  display: block;
  width: 85px;
  margin: 0 auto 5px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #d7762c;
  border-radius: 2px;
}

.dui-box .duibi-tools .disabled {
  background: #cecece !important;
}

.dui-box .duibi-tools .reset-duibi {
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
  color: #999;
  padding-left: 20px;
  background: url(../images/lajitong.png) no-repeat left center;
  cursor: pointer;
}

.rem-school-box {
  margin-bottom: 30px;
}

.rem-school-box .schoollist {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.rem-school-box .detail-btn {
  margin-top: 10px;
}

.remlist-tit {
  position: relative;
  padding: 25px 0;
  z-index: 1;
  text-align: center;
}

.remlist-tit::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #e4e5e5;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.remlist-tit span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #999;
  padding: 0 25px;
  background: #f5f7f9;
  z-index: 1;
}

.add-more,
.add-more:focus,
.no-more,
.no-more:focus {
  width: 95%;
  margin: 0 30px;
  padding: 16px 0;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  color: #3a4d82;
  text-align: center;
  border: 1px solid #3a4d82;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.add-more .btn-icon {
  display: inline-block;
  padding: 6px;
  margin-left: 5px;
  background: url(../images/public/btn-icon.png) no-repeat center center;
  background-size: contain;
}

.no-more,
.no-more:focus {
  color: #ddd !important;
  border: none !important;
  padding: 0 !important;
}

/* page start */
.page {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page > ul > li {
  float: left;
}

.page > ul > li.active {
  background-color: #5e6c99;
  border: 1px solid #5e6c99;
  color: #fff;
}

.page .pagezong:hover {
  background-color: #fff;
  color: #000000;
}

.page > a, .page > b {
  display: inline-block;
  min-width: 50px;
  background-color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 4px 14px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.page > a:hover, .page > b:hover {
  background-color: #5e6c99;
  border: 1px solid #5e6c99;
  color: #fff;
}

.page > b {
  background-color: #5e6c99;
  border: 1px solid #5e6c99;
  color: #fff;
}

.page > a.disabled {
  background: #eee !important;
  color: #bbb !important;
  border: 1px solid #eee !important;
}

.fst-page a, .last-page a {
  padding-left: 5px;
  padding-right: 5px;
}

/* page end */
.m-btn-rules {
  background: url(../images/left-nav-rules.png) no-repeat center center;
  background-size: cover;
}

.m-btn-school {
  background: url(../images/left-nav-school.png) no-repeat center center;
  background-size: cover;
}

.m-btn-rules, .m-btn-school {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  left: 20px;
  bottom: 60px;
  z-index: 99;
}

.m-btn-rules em, .m-btn-school em {
  position: absolute;
  font-size: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  right: -5px;
  top: -5px;
  background: #df2f30;
  border-radius: 24px;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 96%;
    margin: 0 2%;
  }
}

@media only screen and (max-width: 1024px) {
  .ku-left, .ku-right {
    width: 100%;
  }
  .ku-right {
    margin: 0 auto;
  }
  .ku-left {
    margin-bottom: 20px;
  }
  .special-news {
    margin: 0 auto !important;
  }
  .special-news li {
    width: 19%;
    margin: 1% 0.5%;
  }
  .order-list dl {
    float: left;
    width: 48%;
    margin: 1%;
  }
  .ku-news li {
    float: left;
    width: 48%;
    margin: 8px 1% 0;
  }
}

@media only screen and (max-width: 768px) {
  .order-list dl, .ku-news li {
    width: 98%;
  }
  .special-news li {
    width: 23%;
    margin: 1%;
  }
  .school-cnt .school-tit .address-icon, .school-cnt .school-type-list {
    font-size: 12px;
  }
  .school-cnt .school-tit, .school-cnt .school-tit .address-icon {
    line-height: 24px;
  }
  .school-cnt .school-type-list {
    padding-left: 60px;
  }
  .school-cnt .school-type-list .price {
    font-size: 14px;
  }
  .school-cnt .prclass {
    display: none;
  }
  .school-cnt .school-btn {
    margin-top: 10px;
  }
  .school-cnt .school-btn .duibi {
    color: #d7762c !important;
    background: #fff !important;
  }
  .school-cnt .school-btn .duibi .icon2 {
    background: url(../images/icon2.png) no-repeat -8px -245px !important;
  }
  .school-cnt .school-btn .duibi.yiduibi {
    color: #fff !important;
    background: #d7762c !important;
  }
  .filter-tit, .moudle-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .filter-bg .container {
    width: 100% !important;
    margin: 0 auto;
  }
  #filter-result .filter-result-num {
    display: inline-block;
    padding-top: 3px;
  }
  .filter-type {
    margin-bottom: 4px;
    padding-top: 4px;
    height: auto;
    border-bottom: none !important;
  }
  .filter-type p {
    position: relative;
    z-index: 2;
    margin-bottom: 10px !important;
  }
  .filter-type ul {
    padding-right: 0;
  }
  .filter-box .filter-type > ul,
  .filter-type p {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
  }
  .filter-type[data-fold=true] p {
    width: 70px;
  }
  .filter-box .filter-type[data-fold=true] > ul {
    margin-left: 70px;
  }
  .filter-box .filter-type > ul li,
  .filter-box .tab-content ul li,
  .filter-type label, .filter-type .label {
    font-size: 14px;
    line-height: 24px;
  }
  .filter-box .filter-type > ul li,
  .filter-box .tab-content ul li {
    margin-bottom: 5px;
  }
  .filter-content {
    padding: 0 2%;
  }
  .filter-tools {
    padding: 1% 2% 0;
  }
  .filter-tools .filter-type p,
  .moubile-filter-box {
    display: none;
  }
  .moubile-filter-tit {
    display: block;
  }
  .moubile-filter-tit li .icon {
    position: absolute;
    width: 10px;
    padding: 0;
    height: 100%;
    top: 0;
    right: -8px;
    background-size: contain;
  }
  .moubile-filter-tit .down-icon {
    margin: 0 auto !important;
    background: url(../images/down.png) no-repeat center center;
  }
  .moubile-filter-tit .top-icon {
    margin: 0 auto !important;
    background: url(../images/top.png) no-repeat center center;
  }
  #filter-result .filter-result-num {
    font-size: 14px;
    margin: 0 auto;
  }
  #filter-result em {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    font-style: normal;
    color: #d7762c !important;
  }
  .filter-title li.have-param > span:before,
  .filter-type .reset-btn,
  .filter-type label, .filter-type .label {
    display: none !important;
  }
  #filter-result {
    width: 100%;
    text-align: center;
    height: auto !important;
    padding: 0;
  }
  .filter-tools .search-box {
    width: 100% !important;
  }
  .filter-tools .search-input {
    width: calc(100% - 50px);
  }
  .moubile-filter-tit li.have-param > span:before {
    display: none !important;
  }
  .moubile-filter-tit li > span:before {
    right: 0;
  }
  .moubile-filter-box .filter-type {
    display: none;
  }
  .moubile-filter-box .filter-type p,
  .moubile-filter-box .filter-type > ul li.open-btn {
    display: none !important;
  }
  .filter {
    position: relative;
    width: 100%;
  }
  .moubile-filter-tit li[data-state=true]::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 41px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 0 0;
    z-index: 0;
    left: -1px;
    top: -1px;
    z-index: -1;
    box-sizing: content-box;
  }
  .moubile-filter-tit li > span {
    position: relative;
    padding-right: 10px;
    display: block;
  }
  .moubile-filter-tit li.have-param {
    color: #d7762c;
    border: 1px solid #d7762c;
    border-radius: 3px;
  }
  .moubile-filter-tit li.have-param::before, .moubile-filter-tit li > span::before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #9a9a9a;
    top: 50%;
    margin-top: -2px;
    right: 5px;
    z-index: 2;
  }
  .moubile-filter-tit li.have-param::before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #d7762c;
  }
  .moubile-filter-tit li.have-param > span::before {
    display: none !important;
  }
  .moubile-filter-tit li > span::before {
    right: 0;
  }
  .moubile-filter-tit li p {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 2px;
    padding-right: 12px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
  }
  .filter-box .filter-type > ul li {
    width: 31.333%;
    margin: 1%;
    line-height: 20px;
  }
  .filter-box .filter-type > ul li a,
  .filter-box .filter-type > ul li span,
  .filter-box .tab-content ul li a {
    width: 100%;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #bbb;
    background: #fff;
    padding: 5px 0;
  }
  .moubile-filter-tit {
    display: block;
    overflow-x: auto;
    padding: 0 0 5px;
    overflow-y: hidden;
    margin-bottom: -1px;
  }
  .moubile-filter-tit ul {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    width: 570px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }
  .moubile-filter-tit li {
    position: relative;
    float: left;
    margin: 0 5px;
    padding: 0 6px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    width: 104px;
    min-width: 104px;
    background: #f2f2f7;
    border: 1px solid #f2f2f7;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    z-index: 13;
  }
  .filter-box .filter-type > ul > li.active > a,
  .filter-box .filter-type > ul > li.active > span,
  .filter-box .filter-type > ul > li:hover > a,
  .filter-box .filter-type > ul > li > ul > li.active > a,
  .filter-box .filter-type > ul > li > ul > li:hover > a,
  .filter-box .tab-content ul li.active a {
    color: #fff;
    background: #5e6c99;
    border-color: #5e6c99;
  }
  .filter-box.open {
    position: relative;
    z-index: 999999;
  }
  .filter-box.open .moubile-filter-box {
    position: absolute;
    padding-bottom: 5px;
    background: #f2f2f7;
    width: 100%;
    z-index: 10;
    border-top: 1px solid #eee;
    padding-top: 5px;
  }
  .filter-box.open .filter-mark {
    display: block;
  }
  .filter-mark {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .filter-box #filter-school {
    max-height: 234px !important;
    overflow-y: auto !important;
  }
  .filter-box #filter-school > ul li a {
    max-width: 100%;
    border-radius: 2px;
    text-align: left !important;
    padding: 0 5px !important;
    border: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: none;
  }
  .filter-box #filter-school > ul > li.active > a,
  .filter-box #filter-school > ul > li.active > span,
  .filter-box #filter-school > ul > li:hover > a,
  .filter-box #filter-school > ul > li > ul > li.active > a,
  .filter-box #filter-school > ul > li > ul > li:hover > a,
  .filter-box .tab-content ul li.active a {
    width: auto;
    background: #5e6c99;
  }
  .filter-box #filter-school > ul li {
    margin: 2px 1%;
  }
  .school-box-tools .paix li {
    padding: 0 4px;
  }
  .school-box-tools .paix {
    padding: 0;
  }
  .school-box-tools .tools-result {
    font-size: 13px;
  }
  .ku-md {
    margin-bottom: 0;
  }
  .dui-box {
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999999;
  }
  .dui-box .container {
    position: fixed;
    width: 100%;
    padding-bottom: 70px;
    right: 0;
    margin: 0;
    bottom: 0;
  }
  .dui-box .duibi-tit {
    display: flex;
    width: 100%;
    padding: 10px;
  }
  .dui-box .duibi-cont {
    position: static;
    width: 100%;
    padding: 5px 0 2%;
  }
  .dui-box .duibi-cont dl {
    float: none;
    width: 100%;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 0;
  }
  .dui-box .duibi-cont dl.duibi-school .close-dd {
    margin: 13px 5px;
  }
  .dui-box .duibi-cont dl::before,
  .dui-box .duibi-cont dl dt {
    display: none;
  }
  .dui-box .duibi-cont dl dd {
    padding: 0;
  }
  .dui-box .duibi-tit span {
    margin-left: 5px;
  }
  .dui-box .duibi-tools {
    display: flex;
    width: 100%;
    height: 60px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    bottom: 0;
    top: auto;
    background: #f7f7f7;
  }
  .dui-box .duibi-tools a {
    margin: 0 10px;
    line-height: 30px;
  }
  .dui-box .close-duibi-box {
    background: url(../images/close-duibi-box2.png) no-repeat center center;
  }
  .filter-btn {
    border: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: none;
  }
  .filter-btn a {
    float: right;
    width: 50%;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    color: #5e6c99;
    text-align: center;
    background: #fff;
  }
  .filter-btn .success-btn {
    background: #5e6c99;
    /* background: linear-gradient(90deg,#00a9d9, #007594); */
    color: #fff !important;
    cursor: pointer;
  }
  .filter-box.open .moubile-filter-box {
    padding: 0;
  }
  .filter-box.open .moubile-filter-box.filter-more {
    max-height: none !important;
    padding: 0 10px 37px;
    border-bottom: none;
  }
  .m-f-warp {
    overflow-y: auto;
  }
  .filter-more .filter-btn {
    display: block;
    border-top: 1px solid #ddd;
    z-index: 99;
  }
  .moubile-filter-tit li em {
    color: #df2f30;
  }
  .page {
    padding-top: 2%;
  }
  .page [title],
  .page > .pagezong {
    display: none;
  }
  .page a,
  .page > b {
    max-width: 120px;
    width: 22%;
    margin-right: 1%;
    padding: 0;
    display: inline-block;
  }
  .page a,
  .page > b {
    display: none;
  }
  .page a.fst-page,
  .page a.last-page,
  .page a.next,
  .page a.pre {
    display: inline-block;
  }
}

@media only screen and (max-width: 428px) {
  .school-cnt {
    padding-right: 0;
  }
  .school-box-tools .tools-tit::before {
    display: none;
  }
  .special-news li {
    width: 48%;
  }
  .school-box-tools .tools-tit {
    font-size: 12px;
    padding: 8px;
    color: #fff;
    background: #d7762c;
  }
  .school-box-tools .paix li {
    font-size: 12px;
  }
  .school-item, .schoollist-item dl {
    position: relative;
    padding-bottom: 40px;
    padding-top: 50px;
  }
  dt.school-logo {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
  }
  dt.school-logo a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0 10px 0 0;
  }
  .school-logo-box .school-hot {
    position: absolute;
    left: 0;
    top: 55px;
  }
  .school-care {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 55px;
  }
  .school-cnt {
    width: 100%;
  }
  dd.school-btn {
    display: flex;
    width: 100%;
    right: 0;
    bottom: 0;
    top: auto;
    justify-content: center;
  }
  dd.school-btn a, dd.school-btn .duibi {
    margin: 0 10px;
    max-width: 120px;
  }
  .school-cnt .school-tit {
    height: 10px;
    line-height: 24px;
    padding-left: 0px;
    margin-bottom: 0;
  }
  .school-cnt .school-tit a {
    position: absolute;
    font-size: 18px;
    left: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
  }
  .school-cnt .school-tit .address-icon {
    position: absolute;
    right: 0;
    top: 9px;
    line-height: 30px;
    background: url(../images/addres-icon.png) no-repeat left 10px;
  }
  .school-cnt .school-btn, .school-cnt .school-type {
    width: 100%;
  }
  .school-cnt .school-type-list {
    width: 98%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
  }
  .school-cnt .school-type-list.all-list {
    width: 100%;
  }
  .school-cnt .school-btn {
    display: flex;
    justify-content: center;
  }
  .school-cnt .school-btn .duibi, .school-cnt .school-btn a {
    margin: 0 10px;
    max-width: 120px;
  }
  .dui-box .duibi-tools a {
    width: 125px;
  }
  .filter-box #filter-school > ul li {
    width: 98%;
  }
}
