/* loading start */
body {
  background: #f5f7f9;
}

.loading-box {
  display: none;
  margin: 40px auto 0;
  font-size: 14px;
  color: #ddd;
  text-align: center;
}

.filter-loading-box {
  position: absolute;
  margin: 0 auto !important;
  padding-top: 3%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.top-loading {
  margin-top: 0 !important;
  padding-top: 30px;
}

.loading {
  margin: 0 auto;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}

.loading > div {
  background-color: #eee;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.loading .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loading .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* loading end */
/* add more start */
.add-more, .add-more:focus, .no-more, .no-more:focus {
  width: 95%;
  margin: 0 30px;
  padding: 16px 0;
  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;
  cursor: default !important;
}

/* add more end */
.banner {
  text-align: center;
  background: url(../images/kfr-banner-bg.jpg) no-repeat center center;
}

.disabled {
  color: #bbb !important;
  /* background: #d4d4d4 !important; */
  /* border-color:  #d4d4d4 !important; */
  cursor: default !important;
}

.kfr-list-box {
  position: relative;
  padding: 30px 0;
  min-height: 130px;
}

.kfr-list-box .container {
  width: 1400px;
}

.kfr-month {
  padding: 40px 0;
  background: #fff;
  margin-bottom: 20px;
}

.kfr-month .container {
  width: 1400px;
}

.kfr-month li {
  float: left;
  width: 105px;
  width: 103px \9;
  height: 36px;
  margin: 0 5px;
  font-size: 18px;
  line-height: 36px;
  color: #334d72;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #334d72;
}

.kfr-month li.disabled {
  background: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}

.kfr-month li.active {
  color: #fff;
  background-color: #b58e4b;
  border-color: #b58e4b;
  cursor: default !important;
  box-shadow: 0 5px 5px rgba(181, 142, 75, 0.5);
}

.kfr-list label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0 !important;
}

.kfr-list-brief {
  display: inline-block;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  color: #999;
}

.kfr-list-brief label {
  color: #333;
}

.address-icon i, .kfr-list-cnt i {
  padding: 2px 10px;
  background: url(../images/address-icon.png) no-repeat center center;
  margin-right: 5px;
}

.kfr-list-cnt i.time-icon {
  background: url(../images/kfr-time.png) no-repeat center center;
}

.kfr-list-cnt i.area-icon {
  background: url(../images/kfr-area.png) no-repeat center center;
}

.kfr-list-title i.book-icon {
  padding: 2px 12px;
  margin-right: 5px;
  background: url(../images/kfr-list-title.png) no-repeat center center;
}

.empty-list {
  font-size: 16px;
  color: #666;
  text-align: center;
}

.empty-list p {
  padding: 2% 0;
}

.kfr-list {
  position: relative;
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.kfr-list .kfr-list-title {
  margin-bottom: 15px;
}

.kfr-list .kfr-list-title a {
  float: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}

.kfr-list .kfr-list-title .address-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.kfr-list-img, .kfr-list-cnt, .kfr-list-btn {
  float: left;
}

.kfr-list-img {
  width: 234px;
  text-align: center;
  margin-right: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.kfr-list-img img {
  border-radius: 3px;
}

.kfr-list-cnt {
  flex: 1;
  overflow: hidden;
}

.kfr-list-cnt > ul {
  height: auto !important;
  border-radius: 2px;
}

.kfr-list-cnt > ul > li select,
.kfr-list-cnt > ul {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #334d72;
  font-weight: bold;
  border: none !important;
}

.kfr-list-cnt > ul > li {
  float: left;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
}

.kfr-list-cnt > ul > li.kfr-time-li {
  min-width: 372px;
  background: #ecf1f8;
}

.kfr-list-cnt > ul > li.kfr-area-li {
  width: 100%;
}

.kfr-list-cnt > ul > li.kfr-area-li .kfr-area-span {
  font-weight: normal;
}

.kfr-list-cnt > ul > li label {
  float: left;
  font-weight: bold;
  color: #333;
}

.kfr-list-cnt > ul > li .select-div {
  display: inline-block;
  width: 75%;
}

.kfr-list-cnt > ul > li select {
  width: 100%;
  height: auto \9;
  padding-bottom: 5px \9;
  vertical-align: baseline;
  vertical-align: middle \9;
}

.kfr-list-cnt > ul > li.kfr-area-li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kfr-list-btn {
  width: 122px;
  margin-top: 50px \9;
  margin-left: 50px;
  text-align: center;
}

.kfr-list-btn a {
  position: absolute;
  width: 122px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #334d72;
  display: inline-block;
  border-radius: 2px;
  bottom: 40px;
  right: 0;
}

.kfr-list-btn a.overdue {
  background-color: #f1f1f1 !important;
  color: #666 !important;
}

.kfr-list-btn a:hover {
  background-color: #b58e4b;
}

/* fake select start */
.select-ul {
  display: none;
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f1f1;
  z-index: 99;
}

.select-ul.open {
  display: block;
  height: auto;
  max-height: 182px;
  border: 1px solid #ddd;
  overflow-y: auto;
}

.select-ul > li {
  font-weight: normal;
  padding: 0 10px;
  color: #333;
}

.select-ul > li.active {
  color: #b58e4b;
}

.select-ul > li.select-result {
  position: absolute;
  color: #334d72 !important;
  font-weight: bold !important;
  background-color: #f1f1f1 !important;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.select-ul > li.selet-icon {
  position: absolute;
  display: block;
  width: 30px;
  height: 36px;
  background: url(../images/select-icon.png) no-repeat center center;
  top: 0;
  right: 0;
  z-index: 9;
}

.select-result-box {
  height: 36px;
  position: relative;
  cursor: pointer;
}

.select-result-box .select-result {
  position: absolute;
  color: #3966a5 !important;
  font-weight: bold !important;
  background: #ecf1f8 !important;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.select-result-box > .selet-icon {
  position: absolute;
  display: block;
  width: 30px;
  height: 36px;
  background: url(../images/select-icon.png) no-repeat center center;
  top: 0;
  right: 0;
  z-index: 9;
}

/* fake select end */
.kfr-md {
  width: 1400px;
  margin: 0 auto 30px;
}

.kfr-md-l {
  float: left;
  width: calc(100% - 416px);
}

.kfr-md-l .kfr-list-box {
  padding: 15px;
  background: #fff;
}

.kfr-md-l .container {
  width: 100%;
}

.kfr-md-r {
  float: left;
  width: 400px;
  margin-left: 16px;
}

/* link start */
.link-box {
  background: #fff;
}

.link-box .container {
  width: 1400px;
}

.link {
  padding-top: 2%;
}

.link .link-title {
  width: 100%;
  text-align: left;
  font-size: 24px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  margin: 0 auto 25px;
  position: relative;
  padding-left: 20px;
}

.link .link-title::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  background: #373c77;
  width: 6px;
  height: 26px;
  border-radius: 0 3px 3px 0;
}

.link .module-title {
  margin-bottom: 20px;
}

.link a {
  padding: 0 10px 10px;
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
}

.link a:hover {
  color: #b49277;
}

/* link end */
.kfr-nav {
  margin-bottom: 20px;
}

.kfr-nav li {
  display: flex;
  align-items: center;
  float: left;
  background: #f9e1e1;
  margin: 5px;
  width: calc(20% - 10px);
  padding: 7px 15px;
  line-height: 1;
  border-radius: 56px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all .5s;
}

.kfr-nav li .kfr-nav-img {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  overflow: hidden;
  margin-right: 10px;
  background: url(../images/kfr-img1.png) no-repeat center;
  transition: all .5s;
}

.kfr-nav li .kfr-nav-cnt span {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.kfr-nav li .kfr-nav-cnt p {
  font-size: 14px;
  line-height: 18px;
}

.kfr-nav li.kfr-nav2 {
  background: #e3e2fc;
}

.kfr-nav li.kfr-nav2 .kfr-nav-img {
  background: url(../images/kfr-img2.png) no-repeat center;
}

.kfr-nav li.kfr-nav3 {
  background: #d0e0f8;
}

.kfr-nav li.kfr-nav3 .kfr-nav-img {
  background: url(../images/kfr-img3.png) no-repeat center;
}

.kfr-nav li.kfr-nav4 {
  background: #f8f1d5;
}

.kfr-nav li.kfr-nav4 .kfr-nav-img {
  background: url(../images/kfr-img4.png) no-repeat center;
}

.kfr-nav li.kfr-nav5 {
  background: #dcf6ed;
}

.kfr-nav li.kfr-nav5 .kfr-nav-img {
  background: url(../images/kfr-img5.png) no-repeat center;
}

.kfr-nav li:hover .kfr-nav-img {
  transform: scale(1.1);
}

.kfr-nav li.active, .kfr-nav li:hover {
  background: #e5c6c6;
}

.kfr-nav li.active.kfr-nav2, .kfr-nav li:hover.kfr-nav2 {
  background: #c1c1e7;
}

.kfr-nav li.active.kfr-nav3, .kfr-nav li:hover.kfr-nav3 {
  background: #b1c8eb;
}

.kfr-nav li.active.kfr-nav4, .kfr-nav li:hover.kfr-nav4 {
  background: #d7cfaf;
}

.kfr-nav li.active.kfr-nav5, .kfr-nav li:hover.kfr-nav5 {
  background: #add0c4;
}

.kfr-share {
  padding: 15px 30px 25px;
  margin-top: 20px;
  background: #fff;
  background: linear-gradient(#fff2f3, #fff, #fff);
  border: 1px solid #ffcdd1;
  border-radius: 8px;
}

.kfr-share .kfr-share-tit {
  font-size: 22px;
  font-weight: bold;
  padding-left: 28px;
  margin-bottom: 20px;
  background: url(../images/kfr-share-tit.png) no-repeat left;
}

.kfr-share .kfr-share-tit span {
  color: #831e22;
}

.kfr-share-scroll {
  position: relative;
}

.kfr-share-scroll .prev, .kfr-share-scroll .next {
  position: absolute;
  width: 20px;
  height: 66px;
  top: 50%;
  margin-top: -50px;
}

.kfr-share-scroll .prev {
  left: -30px;
  background: #f2f2f2 url(../images/picscroll-prev.png) no-repeat center;
}

.kfr-share-scroll .next {
  right: -30px;
  background: #f2f2f2 url(../images/picscroll-next.png) no-repeat center;
}

.kfr-share-scroll .bd ul li {
  float: left;
  width: 33.333%;
}

.kfr-share-scroll .bd ul li > div, .kfr-share-scroll .bd ul li > a {
  display: block;
  padding: 0 10px;
  text-align: center;
  box-sizing: content-box;
}

.kfr-share-scroll .bd ul li img {
  margin: 0 auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

.kfr-share-scroll .bd ul li p {
  max-width: 288px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin: 0 auto;
}

.kfr-share2 {
  margin-top: 20px;
}

.kfr-share2 .kfr-share-tit {
  font-size: 22px;
  font-weight: bold;
  padding-left: 28px;
  margin-bottom: 10px;
  background: url(../images/kfr-share-tit.png) no-repeat left;
}

.kfr-share2 .kfr-share-tit span {
  color: #831e22;
}

.kfr-share2 .kfr-share-list {
  margin: 0 -7px;
}

.kfr-share2 dl {
  float: left;
  width: calc(50% - 14px);
  margin: 7px;
  display: flex;
  align-items: center;
  padding: 18px 14px;
  background: #fff;
  background: linear-gradient(#fff2f3, #fff, #fff);
  border: 1px solid #ffcdd1;
  border-radius: 8px;
}

.kfr-share2 dl dt {
  width: 160px;
  height: 106px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 15px;
}

.kfr-share2 dl dd {
  flex: 1;
}

.kfr-share2 dl dd a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  padding-left: 10px;
  margin-bottom: 10px;
}

.kfr-share2 dl dd a::before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 16px;
  border-radius: 16px;
  background: #334d72;
  left: 0;
  top: 3px;
}

.kfr-share2 dl dd p {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.kfr-md-r-cnt {
  padding: 20px 15px 15px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
}

.kfr-md-r-cnt .kfr-md-r-tit {
  margin-bottom: 18px;
}

.kfr-md-r-cnt .kfr-md-r-tit .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #333;
}

.kfr-md-r-cnt .kfr-md-r-tit .tit span {
  color: #b58e4b;
}

.kfr-md-r-cnt.kfr-md-form {
  background: #29477e;
}

.kfr-md-r-cnt .main01-form {
  position: relative;
  border-radius: 8px;
  background-size: cover;
}

.kfr-md-r-cnt .main01-form .main01-form-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.kfr-md-r-cnt .main01-form .main01-form-title span {
  color: #fff280;
}

.kfr-md-r-cnt .main01-form .form-adv {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
}

.kfr-md-r-cnt .main01-form .form-adv p {
  width: 50%;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
}

.kfr-md-r-cnt .main01-form .form-adv p span {
  color: #fc6023;
}

.kfr-md-r-cnt .main01-form .form-adv p::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fc6023;
  border-bottom: 5px solid transparent;
  left: 0;
  top: 5px;
}

.kfr-md-r-cnt .main01-form .zhu-form {
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(90deg, #d06637, transparent);
  border-radius: 4px;
  padding-bottom: 16px;
  margin-bottom: -12px;
}

.kfr-md-r-cnt .main01-form .main01-form-bg {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}

.kfr-md-r-cnt .main01-form .main01-form-bg .form-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 13px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  border-radius: 8px 0 8px 0;
  color: #fff;
  background: #fc5f22;
  background: linear-gradient(-90deg, #fc5f22, #fd842c);
}

.kfr-md-r-cnt .main01-form .main01-form-bg .form-tag span {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #fff075, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kfr-md-r-cnt .main01-form .form-time {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 100px;
  background: url(../images/form-time-bg.jpg) no-repeat left center;
  background-size: contain;
}

.kfr-md-r-cnt .main01-form .form-group {
  float: left;
  width: 50%;
  margin: 0 auto 0 0;
  padding: 0 5px;
}

.kfr-md-r-cnt .main01-form .form-group.form-school-group {
  width: 100%;
}

.kfr-md-r-cnt .main01-form .form-group.form-school-group .form-control {
  color: #888;
  padding: 0 6px 0 20px;
}

.kfr-md-r-cnt .main01-form .form-group.form-school-group .select-search-btn {
  color: #888;
  font-size: 14px;
}

.kfr-md-r-cnt .main01-form .form-control {
  font-size: 14px;
  line-height: 32px;
  border: none !important;
  box-shadow: none;
  background: #f2f2f2;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 6px 20px;
  color: #888;
}

.kfr-md-r-cnt .main01-form .form-control::placeholder {
  color: #888;
}

.kfr-md-r-cnt .main01-form .select-require::after {
  left: 12px;
}

.kfr-md-r-cnt .main01-form .textarea-group {
  max-width: none;
}

.kfr-md-r-cnt .main01-form .textarea-group textarea {
  height: 52px;
  line-height: 18px;
  max-height: 50px;
  min-height: 52px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}

.kfr-md-r-cnt .main01-form .submit-group {
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: 3px;
  text-align: center;
}

.kfr-md-r-cnt .main01-form .submit-group input {
  width: 176px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  border: none;
  border-radius: 42px;
  text-align: center;
  background: linear-gradient(-90deg, #f0580a, #f03e00);
}

.kfr-md-r-cnt .main01-form .submit-group input:hover {
  opacity: 0.9;
}

.kfr-md-r-cnt .main01-form .form-horizontal {
  position: relative;
}

.kfr-md-r-cnt .main01-form .must-box, .kfr-md-r-cnt .main01-form .must-box2 {
  position: absolute;
  right: 0;
  top: 5px;
}

.form-scroll-box {
  text-align: center;
  font-size: 12px;
  color: #9db4de;
  margin-top: 10px;
  height: 20px;
  overflow: hidden;
}

.form-scroll-box span {
  margin-left: 16px;
  color: #fff;
}

.kfr-md-r-list dl, .kfr-md-r-list2 dl {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e2e2e2;
  margin-bottom: 15px;
}

.kfr-md-r-list dl:last-child, .kfr-md-r-list2 dl:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.kfr-md-r-list dl dt, .kfr-md-r-list2 dl dt {
  width: 100px;
  height: 66px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 10px;
}

.kfr-md-r-list dl dd, .kfr-md-r-list2 dl dd {
  flex: 1;
}

.kfr-md-r-list dl dd a, .kfr-md-r-list2 dl dd a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  margin-bottom: 8px;
  max-height: 40px;
  overflow: hidden;
}

.kfr-md-r-list dl dd .time, .kfr-md-r-list2 dl dd .time {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  padding-left: 16px;
  background: url(../images/time-icon.png) no-repeat left center;
}

.kfr-md-r-list2 dl dd a {
  font-weight: normal;
}

.kfr-md-r-news dl {
  border: none !important;
  padding-bottom: 0 !important;
}

.kfr-md-r-news ul li {
  font-size: 14px;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px dashed #dbdbdb;
}

.kfr-md-r-news ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.kfr-md-r-news ul li a {
  position: relative;
  display: block;
  word-break: break-all;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
}

.kfr-md-r-news ul li a::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #aaa;
  left: 0;
  top: 8px;
}

.kfr-md-r-news ul li a:hover {
  color: #b49277;
}

.gather-r {
  padding: 0 !important;
}

.hot-sort-main {
  min-height: 710px;
  background: #fff;
}

.hot-sort-main > .nav-tabs {
  height: 39px;
  border-bottom: 0px;
  border-radius: 0 6px 0 0;
  background: #ffbe8b;
  background: linear-gradient(-90deg, #ffbe8b 80%, #ffefd3);
}

.hot-sort-main > .nav-tabs > li {
  width: 33.333%;
  position: relative;
  z-index: 0;
}

.hot-sort-main > .nav-tabs > li > a {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  color: #8e5d44 !important;
  border: none !important;
  z-index: 1;
  margin: 0 auto;
  background: none !important;
  cursor: pointer !important;
}

.hot-sort-main > .nav-tabs > li.active > a, .hot-sort-main > .nav-tabs > li.active > a:focus, .hot-sort-main > .nav-tabs > li.active > a:hover, .hot-sort-main > .nav-tabs > li:hover > a {
  border: none !important;
  color: #5e3723 !important;
  font-weight: bold;
  background: #fff3e9 !important;
  background: linear-gradient(#fff3e9, #ffffff) !important;
  border: 1px solid #ffbe8b !important;
  border-bottom: none !important;
}

.hot-sort-main .tab-content {
  background: #ffbe8b;
  background: linear-gradient(-90deg, #ffbe8b 80%, #ffefd3);
}

.hot-sort-main .tab-content > div {
  padding: 15px 20px;
  background: #fff;
  border-radius: 4px;
}

.hotnews-ul li {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

.hotnews-ul li:last-child {
  margin-bottom: 0;
}

.hotnews-ul li a {
  flex: 1;
  font-size: 15px;
  padding: 10px 0;
  color: #222;
}

.hotnews-ul li a:hover {
  color: #b49277;
}

.hotnews-ul li em {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 30px;
  color: #b3b3b3;
  text-align: center;
  font-style: normal;
  background: #ededed;
  border-radius: 30px;
}

.hotnews-ul li .hotnews-icon1 {
  width: 30px;
  height: 40px;
  color: #ac7200;
  font-weight: bold;
  background: url(../images/hotnews-icon1.png) no-repeat top center;
}

.hotnews-ul li .hotnews-icon2 {
  width: 30px;
  height: 40px;
  color: #75839c;
  font-weight: bold;
  background: url(../images/hotnews-icon2.png) no-repeat top center;
}

.hotnews-ul li .hotnews-icon3 {
  width: 30px;
  height: 40px;
  color: #917c6e;
  font-weight: bold;
  background: url(../images/hotnews-icon3.png) no-repeat top center;
}

.school-type-list {
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-type-list b {
  font-weight: 400;
  color: #31404c;
}

.school-type-list span {
  color: #999;
}

.tag {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 1.5px 5px;
  margin: 0 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-style: normal;
}

.tag:last-child {
  margin-right: 0;
}

.tag-color1 {
  background-color: #a9d795;
}

.tag-color2 {
  background-color: #76c0d7;
}

.tag-color3 {
  background-color: #ffaf6d;
}

.tag-color4 {
  background-color: #f89383;
}

.tag-color5 {
  background-color: #cfa589;
}

.tag-color6 {
  background-color: #9197d6;
}

.zzy-tag-color1 {
  background-color: #f4ab6f;
}

.zzy-tag-color2 {
  background-color: #e79393;
}

.zzy-tag-color3 {
  background-color: #e16a62;
}

.lx-tag-color1 {
  background-color: #7f8dbc;
}

.lx-tag-color5 {
  background-color: #c38586;
}

.lx-tag-color6 {
  background-color: #77b8ba;
}

.lx-tag-color7 {
  background-color: #98b984;
}

.lx-tag-color8 {
  background-color: #f89383;
}

.daily-porject-tag1 {
  background-color: #92c0b4;
}

.daily-porject-tag2 {
  background-color: #b0ba9e;
}

.daily-porject-tag3 {
  background-color: #8eafd1;
}

.daily-porject-tag4 {
  background-color: #9999cc;
}

.daily-porject-tag5 {
  background-color: #86add5;
}

.daily-porject-tag6 {
  background-color: #b5bea5;
}

.daily-porject-tag7 {
  background-color: #99a2bc;
}

.daily-porject-tag8 {
  background-color: #c99eab;
}

.daily-porject-tag9 {
  background-color: #7e8ec0;
}

.daily-porject-tag10 {
  background-color: #c99eab;
}

.daily-porject-tag11 {
  background-color: #93c3ca;
}

.daily-porject-tag12 {
  background-color: #cbb49d;
}

.daily-porject-tag13 {
  background-color: #7ab7c9;
}

.daily-porject-tag14 {
  background-color: #6f8bad;
}

.daily-porject-tag15 {
  background-color: #ac968c;
}

.daily-porject-tag16 {
  background-color: #9595cd;
}

.daily-porject-tag17 {
  background-color: #bb8fbc;
}

.daily-porject-tag18 {
  background-color: #89a4a4;
}

.daily-porject-tag19 {
  background-color: #9e9e93;
}

.daily-porject-tag20 {
  background-color: #8da7c2;
}

.hotschool-ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}

.hotschool-ul li .hotschool-li {
  display: flex;
  align-items: center;
  width: 100%;
}

.hotschool-ul li a {
  font-size: 15px;
  color: #444;
}

.hotschool-ul li a:hover {
  color: #b49277;
}

.hotschool-ul li dl {
  width: 60px;
  text-align: center;
}

.hotschool-ul li dl dt {
  display: none;
  position: relative;
  z-index: 2;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  overflow: hidden;
}

.hotschool-ul li dl dd {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.hotschool-ul li dl dd em {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #b3b3b3;
  text-align: center;
  font-style: normal;
  background: #ededed;
  border-radius: 30px;
}

.hotschool-ul li .hotschool-li2 dt {
  padding: 5px 0;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(../images/porject-dt-bg.png) no-repeat center;
}

.hotschool-ul li .hotschool-main {
  flex: 1;
  margin-left: 10px;
  width: calc(100% - 70px);
}

.hotschool-ul li .hotschool-main .school-name {
  display: block;
  line-height: 24px;
}

.hotschool-ul li .hotschool-main .school-type-list {
  line-height: 17px;
  margin-bottom: 5px;
}

.hotschool-ul li .hotschool-main .school-type-list:last-child {
  margin-bottom: 0 !important;
}

.hotschool-ul li .hotschool-main .school-type {
  display: none;
}

.hotschool-ul li .hotschool-main .price {
  font-size: 14px;
  color: #b49277;
  font-weight: bold;
}

.hotschool-ul li .hotschool-main .zs-icon {
  float: left;
  height: 17px;
  padding: 0 19.5px;
  background: url(../images/zs-img.png) no-repeat center center;
  margin-right: 6px;
}

.hotschool-ul li.active {
  margin-bottom: 7px;
}

.hotschool-ul li.active .hotschool-main .school-type {
  display: block;
}

.hotschool-ul li.active .hotschool-main .school-name {
  font-weight: bold;
  margin-bottom: 7px !important;
}

.hotschool-ul li.active dl dt {
  display: block;
}

.hotschool-ul li.active dl dd em {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 22px;
  background: url(../images/school-img-bg.png) no-repeat top center;
  left: 2.5px;
  top: -4px;
  font-style: 14px;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.hotschool-ul li:last-child {
  margin-bottom: 0 !important;
}

.hotrules-ul li .hotschool-li {
  height: 30px;
}

.hotrules-ul li .hotschool-main .school-type {
  overflow: hidden;
}

.hotrules-ul li .hotschool-main .school-name {
  font-size: 15px;
  line-height: 18px;
}

.hotrules-ul li.active {
  margin-bottom: 0;
}

.hotrules-ul li.active .hotschool-li {
  height: auto;
}

.hotrules-ul li.active .hotschool-main .school-name {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .container, .kfr-md, .link-box .container {
    width: 98%;
    margin: 0 auto;
  }
  .kfr-month, .kfr-list-box {
    padding: 2% 0;
  }
  .kfr-month li {
    width: 14.66%;
    margin: 1%;
  }
  .school-type-list b {
    min-width: 60px;
  }
  .kfr-nav li {
    width: calc(33.333% - 10px);
  }
  .kfr-md-l {
    width: calc(100% - 336px);
  }
  .kfr-md-l .kfr-list-box {
    padding: 15px 0;
  }
  .kfr-md-r {
    width: 320px;
  }
  .kfr-md-r-cnt .main01-form .must-box, .kfr-md-r-cnt .main01-form .must-box2 {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  .kfr-md-r-cnt {
    padding: 20px 10px 15px;
  }
  .kfr-md-r-cnt .main01-form .form-adv p {
    font-size: 14px;
  }
  .kfr-list-btn {
    margin-left: 20px;
  }
  .hot-sort-main .tab-content > div {
    padding: 15px 10px 15px 10px;
  }
  .hot-sort-main .tab-content > div#hotschool, .hot-sort-main .tab-content > div#hotrules {
    padding: 15px 10px 15px 5px;
  }
  .hotschool-ul li dl {
    width: 50px;
  }
  .hotschool-ul li .hotschool-main {
    margin-left: 5px;
  }
  .hotrules-ul li .hotschool-li {
    height: auto;
  }
  .hotrules-ul li.active {
    margin-bottom: 10px;
  }
  .hotschool-ul li .hotschool-main .school-type-list:last-child {
    display: flex;
    white-space: wrap;
  }
  .kfr-list-img {
    width: 183px;
  }
  .add-more, .add-more:focus, .no-more, .no-more:focus {
    margin: 0 2.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .kfr-list {
    flex-wrap: wrap;
  }
  .kfr-list-cnt > ul > li select, .kfr-list-cnt > ul {
    font-size: 14px;
  }
  .kfr-list-btn a {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
  }
  .kfr-md-l, .kfr-md-r {
    width: 100%;
    margin: 0 auto;
  }
  .kfr-md-l {
    margin-bottom: 3%;
  }
  .kfr-list-cnt > ul {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .kfr-month li, .empty-list, .kfr-list-btn a {
    font-size: 14px;
  }
  .kfr-month, .kfr-list-box {
    padding: 3% 0;
  }
  .kfr-list .kfr-list-title, .kfr-list .kfr-list-cnt > ul {
    margin-bottom: 10px;
  }
  .kfr-list-cnt > ul > li select, .kfr-list-cnt > ul li, .select-ul {
    height: 30px;
    line-height: 30px;
  }
  .kfr-list-cnt > ul {
    height: 60px;
  }
  .kfr-list-cnt > ul li, .kfr-list-btn {
    width: 100%;
    margin: 0 auto;
  }
  .kfr-list-cnt > ul > li.kfr-time-li {
    min-width: auto;
  }
  .kfr-list {
    display: block;
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .kfr-list .kfr-list-title h2 {
    width: 100% !important;
  }
  .kfr-list .kfr-list-title a {
    font-size: 17px;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .kfr-list .kfr-list-title .address-icon {
    display: none !important;
  }
  .kfr-list-cnt {
    width: 100%;
    padding: 0;
  }
  .kfr-list-cnt > ul > li label {
    width: 67px;
  }
  .kfr-list-cnt > ul > li .select-div {
    width: calc(100% - 67px);
  }
  .kfr-list-brief {
    height: auto;
  }
  .kfr-list-img {
    display: none;
  }
  .empty-list img {
    max-width: 120px;
  }
  .add-more, .add-more:focus, .no-more, .no-more:focus {
    line-height: 1.4;
    padding: 1.5% 0;
  }
  .hot-sort-main .tab-content > div#hotschool, .hot-sort-main .tab-content > div#hotrules {
    padding: 15px 5px;
  }
  .kfr-list-btn a {
    position: static;
  }
  .kfr-share .kfr-share-tit {
    font-size: 20px;
    margin-left: -20px;
  }
  .kfr-share2 {
    overflow: hidden;
  }
  .kfr-share2 .kfr-share-tit {
    font-size: 20px;
  }
  .kfr-share2 dl {
    padding: 10px;
  }
  .kfr-share2 dl dt {
    width: 120px;
  }
  .kfr-share2 dl dd p {
    font-size: 12px;
    line-height: 16px;
    max-height: none;
  }
  .kfr-md-r-cnt .main01-form .submit-group {
    margin-top: 10px;
  }
  .main01-form .select-search,
  .main01-form .schoolName-box,
  .main01-form .school-option select option {
    padding: 0 !important;
  }
  .main01-form select {
    padding-left: 20px !important;
    border: none !important;
    background: #f2f2f2 url(//img.yuloo.com/images/public-img/select-icon.png) no-repeat right 5px center !important;
  }
  .main01-form .select-search .school-option.hidden,
  .main01-form .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
    border-radius: 6px;
  }
  .main01-form .select-search .school-option {
    width: 100%;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  .main01-form .select-search,
  .main01-form .select-search .school-option select {
    margin: 0 !important;
    height: 34px !important;
  }
  .main01-form .school-option select {
    padding-left: 12px;
  }
  .main01-form .school-option select,
  .main01-form .school-option select option {
    width: 100%;
  }
  .main01-form .school-option select,
  .main01-form .school-option select option,
  .main01-form .schoolName-box {
    height: 34px;
    line-height: 30px;
  }
  .main01-form .select-search button,
  .main01-form .select-search .school-option input {
    display: none;
  }
  .school-type-list b {
    width: auto;
  }
}

@media only screen and (max-width: 428px) {
  .kfr-list {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .kfr-month li {
    width: 23%;
    height: 28px;
    line-height: 28px;
  }
  .kfr-month, .kfr-list-box {
    padding: 4% 0;
  }
  .kfr-list-img {
    margin: 0 auto 5%;
  }
  .kfr-list-cnt {
    padding: 0 2%;
  }
  .kfr-list-btn {
    margin: 0 auto;
  }
  .add-more, .add-more:focus, .no-more, .no-more:focus {
    font-size: 14px;
  }
  .kfr-nav li {
    padding: 3px 5px;
    width: calc(50% - 10px);
  }
  .kfr-nav li .kfr-nav-cnt span {
    font-size: 16px;
  }
  .kfr-nav li .kfr-nav-cnt p {
    font-size: 12px;
  }
  .kfr-share2 dl {
    width: calc(100% - 14px);
  }
  .kfr-share-scroll .bd ul li {
    width: 50%;
  }
}
