.module-mb {
  margin-bottom: 30px;
  /* overflow: hidden; */
}

.module-bg {
  padding: 40px 0;
  background-color: #fff;
}

/* public style start */
.module-title {
  position: relative;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #36477a;
  margin-bottom: 40px;
}

.module-title span {
  position: relative;
}

.module-title span::after, .module-title span::before {
  content: '';
  display: block;
  position: absolute;
  width: 116px;
  height: 24px;
  top: 10px;
  background: url(../images/tit-left.png) no-repeat top right;
}

.module-title span::after {
  left: -136px;
}

.module-title span::before {
  right: -136px;
  background: url(../images/tit-right.png) no-repeat top left;
}

.pool-entry {
  text-align: center;
  padding-top: 15px;
}

.pool-entry a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #d7762c;
  border: 1px solid #d7762c;
  border-radius: 5px;
  padding: 0 20px 0 12px;
  background: url(../images/li-more2.png) no-repeat center right 5px;
}

.pool-entry a:hover {
  color: #fff;
  background: #d7762c url(../images/li-more.png) no-repeat center right 8px;
  background-size: 11px;
}

/*  public style end */
/* banner start */
.banner img {
  margin: 0 auto;
  max-width: none \9;
  width: auto \9;
}

.banner .carousel-inner {
  text-align: center;
}

.banner .glyphicon {
  height: 64px !important;
}

.banner .glyphicon::before {
  display: none !important;
}

.banner .carousel-control .glyphicon-chevron-right {
  background: url(../images/public/prev.png) no-repeat center center;
}

.banner .carousel-control .glyphicon-chevron-left {
  background: url(../images/public/next.png) no-repeat center center;
}

.banner .carousel-indicators li {
  display: inline-block;
  width: 40px !important;
  height: 6px !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0 7px;
  border: none !important;
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.banner .carousel-indicators .active {
  background-color: #cc8b59;
  filter: alpha(opacity=10);
  opacity: 1;
  -webkit-filter: alpha(opacity=10);
}

/* banner end */
/* news start */
.news .headlines {
  width: 396px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.news .order-school {
  width: 372px;
  padding: 0;
  margin: 0 18px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.news .review {
  width: 396px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.news .headlines, .news .review {
  padding: 0;
}

.news .headlines-box, .news .order-school-box, .news .review-box {
  padding: 10px 15px 20px;
  background-color: #fff;
  border-radius: 4px;
}

.news .news-item-title {
  margin-bottom: 15px;
}

.news .news-item-title h2, .news .news-item-title span {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  color: #333333;
}

.news .news-item-title h2 i, .news .news-item-title span i {
  padding: 2px 15px;
  background: url(../images/icon.png) no-repeat center;
}

.news .news-item-title h2 .headlines-icon, .news .news-item-title span .headlines-icon {
  background-position: -4px -1px;
}

.news .news-item-title h2 .faq-icon, .news .news-item-title span .faq-icon {
  background-position: -4px -93px;
}

.news .news-item-title h2 .chat-icon, .news .news-item-title span .chat-icon {
  background-position: -4px -191px;
}

.news .news-item-title h2 .review-icon, .news .news-item-title span .review-icon {
  background-position: -4px -49px;
}

.news .news-item-title a.more {
  font-size: 12px;
  margin-top: 12px;
  color: #a5aab0;
}

.news a.btn-more {
  display: block;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #cc8b59;
  border-radius: 4px;
  margin-top: 16px;
}

.news a.btn-more span {
  padding: 0 10px;
  color: #cc8b59;
  font-size: 14px;
}

.news a.btn-more:hover {
  background: #cc8b59;
  border-color: #cc8b59;
}

.news a.btn-more:hover span {
  color: #fff;
}

.news .headlines-main ul li,
.news .review-main ul li {
  line-height: 30px;
  margin-bottom: 0;
}

.news .headlines-main ul li a,
.news .review-main ul li a {
  float: left;
  width: 87%;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news .headlines-main ul li span,
.news .review-main ul li span {
  font-size: 14px;
}

.review-tabs {
  overflow: hidden;
  margin-bottom: 10px;
}

.review-tabs .nav-tabs4 li {
  width: 25% !important;
}

.review-tabs .nav-tabs3 li {
  width: 33.333% !important;
}

.review-tabs li {
  position: relative;
  float: left;
  width: 50%;
}

.review-tabs li a {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  border: 1px solid #ddd !important;
  background: #fff !important;
}

.review-tabs li.active a {
  font-weight: bold;
  color: #fff !important;
  background: #cc8b59 !important;
  border-color: #cc8b59 !important;
}

.review-tabs li.active::before {
  display: block;
  content: '';
  position: absolute;
  width: 15px;
  height: 100%;
  background: url(../images/tab-before-bg.png) no-repeat center top !important;
  right: -13px;
  top: 0;
  z-index: 1;
}

.headlines dl {
  padding: 10px 0;
}

.headlines dl dt {
  float: left;
  width: 120px;
  height: 80px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 13px;
}

.headlines dl dd a {
  display: inline-block;
  width: calc(100% - 135px);
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-top: -4px;
}

.headlines dl dd a:hover {
  color: #cc8b59;
}

.headlines dl dd p {
  font-size: 12px;
  height: 32px;
  overflow: hidden;
  line-height: 16px;
  color: #666;
  margin-top: 4px;
}

.headlines dl dd p a {
  width: auto;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #cc8b59;
}

/* plan-item start */
.plan-item {
  margin-bottom: 10px;
}

.plan-item li, .plan-city li {
  float: left;
  width: 30.333%;
  text-align: center;
  margin: 0 1.5% 2%;
}

.plan-item li.plan-tit, .plan-city li.plan-tit {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 0 1.5% 3%;
}

.plan-item li a, .plan-city li a {
  display: block;
  width: 100%;
  width: calc(100%);
  height: 30px;
  line-height: 30px;
  border: 1px solid #c0c9e4;
  color: #36477a;
  border-radius: 3px;
  background: #fcfdff;
}

.plan-item li a:hover, .plan-city li a:hover {
  background: #cc8b59;
  border-color: #cc8b59;
  color: #fff;
}

.plan-city li {
  margin-bottom: 0.5%;
}

.plan-city li a {
  width: 100%;
  background: #fcfdff !important;
}

.plan-city li a p {
  float: left;
  width: 80%;
  width: calc(100% - 50px);
  color: #333;
  font-size: 14px;
  line-height: 28px;
}

.plan-city li:hover a {
  border-color: #cc8b59;
}

.plan-city li:hover a p {
  color: #cc8b59;
}

.city-img {
  float: left;
  width: 34px;
  height: 30px;
  margin: 5px 0 5px 10px;
  line-height: 1;
  border-radius: 2px;
  overflow: hidden;
}

/* plan-item end */
.order-form {
  padding-top: 12px;
  background: url(../images/order-form-bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.order-form .form-control {
  height: 26px;
  line-height: 24px;
  padding-left: 19px \9;
  padding-right: 0 \9;
  padding-top: 0 \9;
  padding-bottom: 0 \9;
}

.order-form .form-control {
  padding: 0 12px;
}

.order-form textarea.form-control {
  position: absolute;
  z-index: 1;
}

.order-form .order-form-title {
  padding-left: 11px;
  background: url(../images/order-frorm-tit.png) no-repeat left center;
  font-size: 16px;
  font-weight: bold;
}

.order-form form {
  display: -webkit-box;
  display: flex;
  padding: 15px 6px 12px;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-form form > .form-group {
  position: relative;
  display: inline-block;
  width: 48%;
  max-width: 154px;
  margin: 0 1% 10px;
  padding: 0;
  background: #fff;
  height: 26px \9;
  float: left \9;
}

.order-form form > .form-group-max {
  max-width: none;
  width: 100% !important;
}

.form-tools {
  width: 100%;
}

.order-form .submit-group {
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
  text-align: center;
  padding-left: 73px;
}

.order-form .submit-group input {
  width: 100%;
  max-width: 99px;
  background: #cc8b59;
  border: 1px solid #cc8b59;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.order-form .icon {
  padding: 0 7px;
  margin-right: 0;
  background-size: contain;
}

.order-form .checkbox-item .check-icon, .order-form .must-box .icon-check {
  background: url(../images/public/check.png) no-repeat center center;
}

.order-form .checkbox-item.checked .check-icon, .order-form .must-box .icon-check.checked {
  background: url(../images/public/checked.png) no-repeat center center;
}

/* layui-input start */
.form-group .bg-value, .form-group .layui-bg-value {
  position: absolute;
  left: 0;
  height: 26px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 24px;
  padding: 2px 12px;
  cursor: text;
  z-index: 10;
}

.form-group .layui-bg-value {
  z-index: 1;
  margin-bottom: 0;
}

.order-form .layui-input {
  width: 100%;
  position: absolute;
  background: none !important;
  cursor: pointer;
}

.order-form .layui-input + .input-group-addon {
  padding: 5px 12px;
  border-bottom: 0;
}

/* layui-input end */
/* 20191028 */
.form-group .layui-bg-value em {
  line-height: 28px;
}

.order-form .select-search {
  height: 26px;
  position: relative;
  /* margin-bottom: 20px */
}

.order-form .select-search .school-option.hidden {
  display: none;
}

.order-form .select-search button {
  width: 100%;
  text-align: left;
  height: 26px;
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
  color: #999;
  border: 1px solid #ccc !important;
}

.order-form .select-require::after {
  left: 12px;
  line-height: 32px;
}

.order-form .select-search .school-option input {
  box-sizing: border-box;
  margin: 10px auto 5px;
  height: 26px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  width: 100%;
}

.order-form .select-search .school-option {
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  width: 200%;
  /* max-height: 200px; */
  top: 32px;
  left: 0;
  padding: 0 15px;
  overflow-y: auto;
  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);
}

.order-form .select-search .school-option ul {
  margin: 0 auto 10px;
}

.order-form .select-search .school-option li {
  font-size: 14px;
  color: #555;
  text-align: left;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}

.order-form .schoolName-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.order-form .school-option select {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  line-height: 26px;
  margin-bottom: 0 !important;
  border: none !important;
}

.order-form .school-option select option {
  padding: 8px 12px;
  line-height: 26px;
  border: none !important;
}

.order-form .select-search .school-option ul {
  margin: 0 auto 10px;
}

.order-form .select-search .school-option li {
  font-size: 14px;
  color: #555;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}

/* 20191028 end */
.module-tit {
  margin-bottom: 30px;
}

.module-tit h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.module-tit h2 span {
  position: relative;
  display: inline-block;
}

.module-tit h2 span::before, .module-tit h2 span::after {
  display: block;
  content: '';
  position: absolute;
  width: 115px;
  height: 100%;
  top: 0;
}

.module-tit h2 span::before {
  left: -145px;
  background: url(../images/tit-left.png) no-repeat right center;
}

.module-tit h2 span::after {
  right: -145px;
  background: url(../images/tit-right.png) no-repeat right center;
}

.module-tit .line-box {
  text-align: center;
  line-height: 0;
  padding-top: 20px;
}

.module-tit .line-box span {
  display: inline-block;
  width: 45px;
  height: 4px;
  background: #cc8b59;
  border-radius: 4px;
}

.main02 {
  padding: 40px 0 30px;
  background: #fff;
}

.main02 .special-box {
  margin-top: -1%;
}

.main02 .special-box li {
  position: relative;
  float: left;
  width: 19%;
  margin: 1% 0.5%;
  min-height: 100px;
}

.main02 .special-box li img {
  width: 100%;
}

.main02 .special-box li p {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.main02 .special-box li p i {
  padding: 0 7px;
  margin-left: 6px;
  background: url(../images/more-icon1.png) no-repeat center center;
}

.main02 .special-box li a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.main02 .special-box li:hover a {
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.18);
  margin-top: -5px;
}

.main02 .special-box li:hover p {
  color: #cc8b59;
}

.main02 .special-box li:hover p i {
  background: url(../images/more-icon2.png) no-repeat center center;
}

.scroll-box {
  background: #f5f5f5;
}

#navbar-example {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 80px;
  margin-left: 20px;
  text-align: center;
  left: 0;
  top: 20%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

#navbar-example .mark {
  display: none;
}

#navbar-example .navbar-title {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url(../images/left-nav-bg.jpg) no-repeat center center;
  background-size: cover;
}

#navbar-example .city-icon {
  display: none;
}

#navbar-example li {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

#navbar-example li a {
  padding: 0;
  margin: 0;
  color: #333;
  background: #fff;
}

#navbar-example li.active, #navbar-example li:hover {
  background-color: #e6ebf8;
}

#navbar-example li.active a, #navbar-example li:hover a {
  background-color: #e6ebf8;
  color: #36477a !important;
}

#navbar-example li:hover a, #navbar-example .nav-tabs > li.active > a {
  border-color: #e6ebf8 !important;
}

.main03 {
  padding: 40px 0;
}

.moudle {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.moudle.xyz-md {
  margin-bottom: 0;
}

.moudle-tit {
  position: relative;
  height: 54px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.moudle-tit h2 {
  float: left;
  position: relative;
  background: #36477a;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  padding: 12px 15px;
}

.moudle-tit h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 52px;
  height: 54px;
  right: -52px;
  bottom: 0;
  background: url(../images/md-tit-bg.jpg) no-repeat right bottom;
}

.moudle-tit > a {
  float: right;
  padding: 0 20px;
  font-size: 14px;
  color: #cc8b59;
  border: 1px solid #cc8b59;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  margin-top: 12px;
  margin-right: 16px;
}

.moudle-tit > a i {
  padding: 0 7px;
  margin-right: 5px;
  background: url(../images/icon-zw.png) no-repeat;
}

.moudle-tit > a:hover {
  color: #fff !important;
  background: #cc8b59;
  border-color: #cc8b59 !important;
}

.moudle-tit > a:hover i {
  background-position: -10px -407px !important;
}

.moudle-main {
  padding: 20px 16px;
  background: #fff;
}

.moudle-main > div {
  float: left;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

.moudle-main .brief-box {
  width: 358px;
  padding: 15px 15px;
  background: #f6f8fd;
}

.moudle-main .mix-box {
  width: 388px;
  margin: 0 16px;
  padding: 15px 15px 10px;
}

.moudle-main .mix-box .news-cnt {
  margin-top: 12px;
}

.moudle-main .mix-box .news-cnt .mix-title {
  margin-bottom: 4px;
}

.moudle-main .mix-box .rules-list li {
  height: 30px;
  padding: 2px 0;
  font-size: 14px;
  line-height: 26px;
}

.moudle-main .mix-box .rules-list li a {
  color: #555;
}

.moudle-main .mix-box .rules-list li a:hover {
  color: #cc8b59;
}

.moudle-main .mix-box .rules-list li span {
  float: right;
  width: 40px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}

.moudle-main .mix-box .rules-list li:hover, .moudle-main .mix-box .rules-list li:hover span {
  color: #cc8b59;
}

.moudle-main .mix-box .rules-list li > div {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moudle-main .mix-box .tab-content {
  margin-bottom: 15px;
}

.moudle-main .news-box {
  width: 390px;
}

.moudle-main .news-box .review-tabs {
  margin-bottom: 0;
  overflow: visible;
}

.moudle-main .news-box .review-tabs ul li {
  width: 50%;
}

.moudle-main .news-box .review-tabs ul li a {
  font-size: 16px;
  color: #333;
  padding: 6.5px 0;
  background: #f2f2f2 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
  border-right-color: #fff !important;
  border-radius: 0;
}

.moudle-main .news-box .review-tabs ul li:last-child a {
  border-right: none !important;
}

.moudle-main .news-box .review-tabs ul li.active::before {
  width: 100%;
  left: 0;
  top: 33px;
  height: 6px;
  background: url(../images/normal-tab-bg.png) no-repeat center top !important;
}

.moudle-main .news-box .review-tabs ul li.active a {
  background: #36477a !important;
  border-color: #36477a !important;
}

.moudle-main .news-box .tab-content {
  padding: 7px 16px 10px;
}

.moudle-main .news-box .more {
  background: #fff url(../images/more-bg.png) repeat-x left center;
  border: none !important;
  color: #36477a;
}

.moudle-main .news-box .more span {
  color: #36477a;
  background: #fff;
}

.moudle-main .news-box .more:hover {
  background: #fff url(../images/hover-more-bg.png) repeat-x left center !important;
}

.moudle-main .news-box .more:hover a, .moudle-main .news-box .more:hover span {
  color: #cc8b59 !important;
}

.moudle-main .btn-into {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  padding: 8px 0;
  text-align: center;
  color: #36477a;
  border: 1px solid #36477a;
  border-radius: 4px;
  margin-top: 17px;
}

.moudle-main .btn-into i {
  padding: 0 8px;
  margin-left: 5px;
  background: url(../images/icon-zw.png) no-repeat;
  background-position: -150px -355px;
}

.moudle-main .btn-into:hover {
  background: #36477a;
  border-color: #36477a;
}

.moudle-main .btn-into:hover span {
  color: #fff !important;
}

.moudle-main .btn-into:hover i {
  background-position: -10px -355px !important;
}

.mix-tabs {
  margin-bottom: 14px;
}

.mix-tabs ul {
  margin-top: -10px;
}

.mix-tabs ul li {
  width: 50%;
  margin-bottom: 0;
  text-align: center;
}

.mix-tabs ul li a {
  position: relative;
  padding: 6px 0 12px;
  margin: 0;
  font-size: 16px;
  border: none !important;
  background: #fff !important;
  cursor: pointer !important;
}

.mix-tabs ul li.active a, .mix-tabs ul li:hover a {
  font-weight: bold;
  color: #cc8b59 !important;
}

.mix-tabs ul li.active a::before, .mix-tabs ul li:hover a::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #cc8b59;
}

.brief-title {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #36477a;
  margin-bottom: 16px;
}

.brief-title::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 0 2px 2px 0;
  background: #36477a;
  top: 2px;
  left: 0;
}

.brief-text {
  font-size: 14px;
  color: #36477a;
  line-height: 24px;
  padding: 5px 13px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #e6ebf8;
}

.brief-tag li {
  position: relative;
  padding-left: 83px;
  margin-bottom: 12px;
}

.brief-tag li span {
  position: absolute;
  width: 76px;
  left: 0;
  top: 0;
  line-height: 18px;
  border: 1px solid #36477a;
  border-radius: 2px;
  color: #36477a;
  text-align: center;
}

.brief-tag li span::before {
  display: block;
  content: '';
  position: absolute;
  width: 11px;
  height: 20px;
  background: url(../images/normal-sj.jpg) no-repeat center center;
  top: -1px;
  right: -1px;
}

.brief-tag li p {
  line-height: 18px;
}

.brief-tag li .price {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #cc8b59;
}

.zx-tabs {
  float: right;
  width: 80%;
}

.zx-tabs.right-center .nav-tabs > li {
  float: right;
  min-width: 167px;
  background: url(../images/zx-tabs-li-bg.jpg) no-repeat left center;
}

.zx-tabs.right-center .nav-tabs > li a::before {
  display: none !important;
}

.zx-tabs .nav-tabs {
  border: none !important;
}

.zx-tabs .nav-tabs > li {
  width: 10%;
  text-align: center;
  background: url(../images/zx-tabs-li-bg.jpg) no-repeat right center;
}

.zx-tabs .nav-tabs > li:last-child {
  background: none;
}

.zx-tabs .nav-tabs > li a {
  font-size: 16px;
  display: inline-block;
  line-height: 20px;
  color: #333;
  padding: 18px 0;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
}

.zx-tabs .nav-tabs > li.active a, .zx-tabs .nav-tabs > li:hover a {
  position: relative;
  color: #cc8b59;
  font-weight: bold;
}

.zx-tabs .nav-tabs > li.active a::before, .zx-tabs .nav-tabs > li:hover a::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -4px;
  background: url(../images/zx-tabs-li-bg2.png) no-repeat bottom center !important;
}

.adly-md .zx-tabs .nav-tabs > li, .jnd-md .zx-tabs .nav-tabs > li {
  width: 16.666%;
}

.rules-list {
  margin: 0 -2%;
}

.rules-list dl {
  float: left;
  width: 47.5%;
  margin: 5px 1.25%;
  border: 1px solid #e7e7e7;
  padding: 7px 10px;
  border-radius: 4px;
}

.rules-list dl dt {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.rules-list dl dd {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rules-list dl dd a {
  color: #333;
}

.rules-list dl dd a:hover {
  color: #cc8b59;
}

.rules-list dl dd:hover {
  color: #cc8b59;
}

.rules-list.rules-list-col3 dl dt {
  margin-top: 9px;
}

.rules-list.rules-list-col3 dl dd {
  height: 54px;
  -webkit-line-clamp: 3;
}

.school-news li, .news-list li {
  height: 30px;
  padding: 2px 0;
  font-size: 14px;
  line-height: 26px;
}

.school-news li a, .news-list li a {
  color: #555;
}

.school-news li a:hover, .news-list li a:hover {
  color: #cc8b59;
}

.school-news li span, .news-list li span {
  float: right;
  width: 40px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}

.school-news li:hover, .school-news li:hover span, .news-list li:hover, .news-list li:hover span {
  color: #cc8b59;
}

.news-list li {
  padding-left: 10px;
  background: url(../images/li-img1.jpg) no-repeat left center;
}

.news-list li:hover {
  background: url(../images/li-img2.jpg) no-repeat left center;
}

.school-news li {
  padding: 2px 0;
}

.school-news li > div, .news-list a {
  float: left;
  width: 80%;
  width: calc(100% - 44px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mix-title, .news-title, .news-list-box-tit {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-left: 13px;
}

.mix-title::before, .news-title::before, .news-list-box-tit::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 0 2px 2px 0;
  background: #36477a;
  top: 2px;
  left: 0;
}

.mix-title h3, .news-title h3, .news-list-box-tit h3 {
  float: left;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.mix-title h3 span, .news-title h3 span, .news-list-box-tit h3 span {
  color: #cc8b59;
}

.mix-title a.more, .news-title a.more, .news-list-box-tit a.more {
  float: right;
  height: 18px;
  font-size: 12px;
  line-height: 16px;
  color: #bbb;
  padding: 0 10px;
  margin-top: 0 !important;
  border-radius: 16px;
  border: 1px solid #bbb;
}

.mix-title a.more:hover, .news-title a.more:hover, .news-list-box-tit a.more:hover {
  color: #fff;
  background: #cc8b59;
  border-color: #cc8b59;
}

.news-list-box {
  padding: 4px 0 0;
  margin-bottom: 15px;
}

.news-list-box:last-child {
  margin-bottom: 0 !important;
}

.mix-title {
  margin-left: -15px;
}

.news-list-box-tit {
  margin-left: -15px;
}

.news-list-box-tit .tit-br {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.news-list-box-tit h3 {
  padding-bottom: 10px;
}

.news-box .more {
  display: block;
  text-align: center;
  height: 30px;
  margin: 7px 0 0;
  color: #cc8b59;
  border: 1px solid #cc8b59;
  border-radius: 4px;
}

.news-box .more span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
}

.news-box .more:hover {
  background: #cc8b59;
  color: #fff;
}

.class-type-box {
  margin-bottom: 20px;
}

.class-type-box.no-bottom {
  margin-bottom: 0 !important;
}

.class-type-box .brief-tag {
  background: #fff;
  padding: 10px 0 0;
  border-radius: 4px;
  border: 1px solid #d9d9e9;
}

.class-type-box .brief-tag li {
  margin-bottom: 10px;
}

.class-type-box .brief-tag li span {
  border-left: none !important;
}

.class-type-box .brief-title {
  position: relative;
  padding-left: 18px;
  margin-bottom: 13px;
}

.class-type-box .brief-title span {
  position: absolute;
  display: block;
  width: 26px;
  left: -15px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #36477a;
  border-radius: 0 20px 20px 0;
}

.class-type-box .brief-title::before {
  display: none;
}

.city-icon {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin-right: 10px;
  background: url(../images/icon-zw.png) no-repeat;
  background-position: -456px -13px;
}

.mix-tabs ul li.active a::after, .mix-tabs ul li:hover a::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 39px;
  height: 6px;
}

.mg-md .mix-title::before, .mg-md .news-title::before, .mg-md .news-list-box-tit::before {
  background: #435d89 !important;
}

.mg-md .moudle-tit > a, .mg-md .moudle-tit h2 span, .mg-md .brief-title, .mg-md .brief-text, .mg-md .btn-into span, .mg-md .news-title h3 span {
  color: #435d89;
}

.mg-md .moudle-main .news-box .more span {
  color: #435d89;
}

.mg-md .class-type-box .brief-tag {
  border-color: #e0eced !important;
}

.mg-md .brief-tag li span {
  color: #435d89 !important;
  background: #f3f3f7 !important;
  border-color: #e0eced !important;
}

.mg-md .btn-into,
.mg-md .moudle-tit > a, .mg-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #435d89;
}

.mg-md .moudle-main .news-box .review-tabs ul li.active a {
  background: #435d89 !important;
  border-color: #435d89 !important;
}

.mg-md .moudle-tit h2, .mg-md .news-title:before, .mg-md .brief-title:before, .mg-md .class-type-box .brief-title span {
  background: #435d89;
}

.mg-md .moudle-tit h2:before {
  background: url(../images/mg-md-tit-bg.jpg) no-repeat right bottom;
}

.mg-md .moudle-main .brief-box {
  background: #f3f3f7;
  border: 1px solid #e0eced;
}

.mg-md .brief-text {
  background: #e0eced;
}

.mg-md .moudle-main .btn-into:hover {
  background: #435d89 !important;
  border-color: #435d89 !important;
}

.mg-md .btn-into i {
  background-position: -150px -355px;
}

.mg-md .brief-tag li span::before {
  background: url(../images/mg-md-sj.jpg) no-repeat center;
}

.mg-md .moudle-main .news-box .review-tabs ul li.active::before {
  background: url(../images/mg-md-tab-bg.png) no-repeat center top !important;
}

.mg-md .moudle-main .news-box .more {
  background: #fff url(../images/mg-md-more-bg.png) repeat-x left center;
}

.mg-md .mix-tabs ul li.active a, .mg-md .mix-tabs ul li:hover a {
  color: #435d89 !important;
}

.mg-md .mix-tabs ul li.active a::before, .mg-md .mix-tabs ul li:hover a::before {
  background: #435d89 !important;
}

.mg-md .mix-tabs ul li.active a::after, .mg-md .mix-tabs ul li:hover a::after {
  background: url(../images/mg-md-tab-bg.png) no-repeat center top !important;
}

.yg-md .mix-title::before, .yg-md .news-title::before, .yg-md .news-list-box-tit::before {
  background: #4d7a9a !important;
}

.yg-md .moudle-tit > a, .yg-md .moudle-tit h2 span, .yg-md .brief-title, .yg-md .brief-text, .yg-md .btn-into span, .yg-md .news-title h3 span {
  color: #4d7a9a;
}

.yg-md .moudle-main .news-box .more span {
  color: #4d7a9a;
}

.yg-md .class-type-box .brief-tag {
  border-color: #deebf2 !important;
}

.yg-md .brief-tag li span {
  color: #4d7a9a !important;
  background: #f4f8fb !important;
  border-color: #deebf2 !important;
}

.yg-md .btn-into,
.yg-md .moudle-tit > a, .yg-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #4d7a9a;
}

.yg-md .moudle-main .news-box .review-tabs ul li.active a {
  background: #4d7a9a !important;
  border-color: #4d7a9a !important;
}

.yg-md .moudle-tit h2, .yg-md .news-title:before, .yg-md .brief-title:before, .yg-md .class-type-box .brief-title span {
  background: #4d7a9a;
}

.yg-md .moudle-tit h2:before {
  background: url(../images/yg-md-tit-bg.jpg) no-repeat right bottom;
}

.yg-md .moudle-main .brief-box {
  background: #f4f8fb;
  border: 1px solid #deebf2;
}

.yg-md .brief-text {
  background: #deebf2;
}

.yg-md .moudle-main .btn-into:hover {
  background: #4d7a9a !important;
  border-color: #4d7a9a !important;
}

.yg-md .btn-into i {
  background-position: -200px -355px;
}

.yg-md .brief-tag li span::before {
  background: url(../images/yg-md-sj.jpg) no-repeat center;
}

.yg-md .moudle-main .news-box .review-tabs ul li.active::before {
  background: url(../images/yg-md-tab-bg.png) no-repeat center top !important;
}

.yg-md .moudle-main .news-box .more {
  background: #fff url(../images/yg-md-more-bg.png) repeat-x left center;
}

.yg-md .mix-tabs ul li.active a, .yg-md .mix-tabs ul li:hover a {
  color: #4d7a9a !important;
}

.yg-md .mix-tabs ul li.active a::before, .yg-md .mix-tabs ul li:hover a::before {
  background: #4d7a9a !important;
}

.yg-md .mix-tabs ul li.active a::after, .yg-md .mix-tabs ul li:hover a::after {
  background: url(../images/yg-md-tab-bg.png) no-repeat center top !important;
}

.jnd-md .mix-title::before, .jnd-md .news-title::before, .jnd-md .news-list-box-tit::before {
  background: #885f71 !important;
}

.jnd-md .moudle-tit > a, .jnd-md .moudle-tit h2 span, .jnd-md .brief-title, .jnd-md .brief-text, .jnd-md .btn-into span, .jnd-md .news-title h3 span {
  color: #885f71;
}

.jnd-md .moudle-main .news-box .more span {
  color: #885f71;
}

.jnd-md .class-type-box .brief-tag {
  border-color: #eee1e7 !important;
}

.jnd-md .brief-tag li span {
  color: #885f71 !important;
  background: #f9f4f6 !important;
  border-color: #eee1e7 !important;
}

.jnd-md .btn-into,
.jnd-md .moudle-tit > a, .jnd-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #885f71;
}

.jnd-md .moudle-main .news-box .review-tabs ul li.active a {
  background: #885f71 !important;
  border-color: #885f71 !important;
}

.jnd-md .moudle-tit h2, .jnd-md .news-title:before, .jnd-md .brief-title:before, .jnd-md .class-type-box .brief-title span {
  background: #885f71;
}

.jnd-md .moudle-tit h2:before {
  background: url(../images/jnd-md-tit-bg.jpg) no-repeat right bottom;
}

.jnd-md .moudle-main .brief-box {
  background: #f9f4f6;
  border: 1px solid #eee1e7;
}

.jnd-md .brief-text {
  background: #eee1e7;
}

.jnd-md .moudle-main .btn-into:hover {
  background: #885f71 !important;
  border-color: #885f71 !important;
}

.jnd-md .btn-into i {
  background-position: -250px -355px;
}

.jnd-md .brief-tag li span::before {
  background: url(../images/jnd-md-sj.jpg) no-repeat center;
}

.jnd-md .moudle-main .news-box .review-tabs ul li.active::before {
  background: url(../images/jnd-md-tab-bg.png) no-repeat center top !important;
}

.jnd-md .moudle-main .news-box .more {
  background: #fff url(../images/jnd-md-more-bg.png) repeat-x left center;
}

.jnd-md .mix-tabs ul li.active a, .jnd-md .mix-tabs ul li:hover a {
  color: #885f71 !important;
}

.jnd-md .mix-tabs ul li.active a::before, .jnd-md .mix-tabs ul li:hover a::before {
  background: #885f71 !important;
}

.jnd-md .mix-tabs ul li.active a::after, .jnd-md .mix-tabs ul li:hover a::after {
  background: url(../images/jnd-md-tab-bg.png) no-repeat center top !important;
}

.adly-md .mix-title::before, .adly-md .news-title::before, .adly-md .news-list-box-tit::before {
  background: #4c8491 !important;
}

.adly-md .moudle-tit > a, .adly-md .moudle-tit h2 span, .adly-md .brief-title, .adly-md .brief-text, .adly-md .btn-into span, .adly-md .news-title h3 span {
  color: #4c8491;
}

.adly-md .moudle-main .news-box .more span {
  color: #4c8491;
}

.adly-md .class-type-box .brief-tag {
  border-color: #d9e9ec !important;
}

.adly-md .brief-tag li span {
  color: #4c8491 !important;
  background: #f8fafb !important;
  border-color: #d9e9ec !important;
}

.adly-md .btn-into,
.adly-md .moudle-tit > a, .adly-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #4c8491;
}

.adly-md .moudle-main .news-box .review-tabs ul li.active a {
  background: #4c8491 !important;
  border-color: #4c8491 !important;
}

.adly-md .moudle-tit h2, .adly-md .news-title:before, .adly-md .brief-title:before, .adly-md .class-type-box .brief-title span {
  background: #4c8491;
}

.adly-md .moudle-tit h2:before {
  background: url(../images/adly-md-tit-bg.jpg) no-repeat right bottom;
}

.adly-md .moudle-main .brief-box {
  background: #f8fafb;
  border: 1px solid #d9e9ec;
}

.adly-md .brief-text {
  background: #d9e9ec;
}

.adly-md .moudle-main .btn-into:hover {
  background: #4c8491 !important;
  border-color: #4c8491 !important;
}

.adly-md .btn-into i {
  background-position: -300px -355px;
}

.adly-md .brief-tag li span::before {
  background: url(../images/adly-md-sj.jpg) no-repeat center;
}

.adly-md .moudle-main .news-box .review-tabs ul li.active::before {
  background: url(../images/adly-md-tab-bg.png) no-repeat center top !important;
}

.adly-md .moudle-main .news-box .more {
  background: #fff url(../images/adly-md-more-bg.png) repeat-x left center;
}

.adly-md .mix-tabs ul li.active a, .adly-md .mix-tabs ul li:hover a {
  color: #4c8491 !important;
}

.adly-md .mix-tabs ul li.active a::before, .adly-md .mix-tabs ul li:hover a::before {
  background: #4c8491 !important;
}

.adly-md .mix-tabs ul li.active a::after, .adly-md .mix-tabs ul li:hover a::after {
  background: url(../images/adly-md-tab-bg.png) no-repeat center top !important;
}

.xyz-md .mix-title::before, .xyz-md .news-title::before, .xyz-md .news-list-box-tit::before {
  background: #625990 !important;
}

.xyz-md .moudle-tit > a, .xyz-md .moudle-tit h2 span, .xyz-md .brief-title, .xyz-md .brief-text, .xyz-md .btn-into span, .xyz-md .news-title h3 span {
  color: #625990;
}

.xyz-md .moudle-main .news-box .more span {
  color: #625990;
}

.xyz-md .class-type-box .brief-tag {
  border-color: #e1ddf2 !important;
}

.xyz-md .brief-tag li span {
  color: #625990 !important;
  background: #f5f4f8 !important;
  border-color: #e1ddf2 !important;
}

.xyz-md .btn-into,
.xyz-md .moudle-tit > a, .xyz-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #625990;
}

.xyz-md .moudle-main .news-box .review-tabs ul li.active a {
  background: #625990 !important;
  border-color: #625990 !important;
}

.xyz-md .moudle-tit h2, .xyz-md .news-title:before, .xyz-md .brief-title:before, .xyz-md .class-type-box .brief-title span {
  background: #625990;
}

.xyz-md .moudle-tit h2:before {
  background: url(../images/xyz-md-tit-bg.jpg) no-repeat right bottom;
}

.xyz-md .moudle-main .brief-box {
  background: #f5f4f8;
  border: 1px solid #e1ddf2;
}

.xyz-md .brief-text {
  background: #e1ddf2;
}

.xyz-md .moudle-main .btn-into:hover {
  background: #625990 !important;
  border-color: #625990 !important;
}

.xyz-md .btn-into i {
  background-position: -350px -355px;
}

.xyz-md .brief-tag li span::before {
  background: url(../images/xyz-md-sj.jpg) no-repeat center;
}

.xyz-md .moudle-main .news-box .review-tabs ul li.active::before {
  background: url(../images/xyz-md-tab-bg.png) no-repeat center top !important;
}

.xyz-md .moudle-main .news-box .more {
  background: #fff url(../images/xyz-md-more-bg.png) repeat-x left center;
}

.xyz-md .mix-tabs ul li.active a, .xyz-md .mix-tabs ul li:hover a {
  color: #625990 !important;
}

.xyz-md .mix-tabs ul li.active a::before, .xyz-md .mix-tabs ul li:hover a::before {
  background: #625990 !important;
}

.xyz-md .mix-tabs ul li.active a::after, .xyz-md .mix-tabs ul li:hover a::after {
  background: url(../images/xyz-md-tab-bg.png) no-repeat center top !important;
}


.hg-icon {
  background-position: -456px -13px;
}

.els-icon {
  background-position: -456px -92px;
}

.yg-icon {
  background-position: -456px -173px;
}

.adly-icon {
  background-position: -456px -253px;
}

.xxl-icon {
  background-position: -456px -333px;
}


.xjp-icon {
  background-position: -456px -413px;
}



.ml-icon {
  background-position: -525px -13px;
}

.dg-icon {
  background-position: -525px -92px;
}
.jap-icon {
  background-position: -525px -173px;
}

.mg-icon {
  background-position: -525px -253px;
}



.jnd-icon {
  background-position: -456px -173px;
}



.xyz-icon {
  background-position: -456px -333px;
}

.xyz-md #xyz-a2 .brief-tag li span {
  color: #625990 !important;
  border-color: #625990 !important;
}

.xyz-md #xyz-a2 .brief-tag li span::before {
  background: url(../images/xyz-md-sj2.jpg) no-repeat center;
}

/* link start */
.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: #36477a;
  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: #cc8b59;
}

/* link end */
.move-nav {
  display: block !important;
  width: 60px !important;
  height: 60px;
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  cursor: pointer;
  left: 0 !important;
  bottom: 60px;
  top: auto !important;
}

.move-nav .city-icon {
  display: block;
}

.move-nav.open ul {
  height: 210px;
  top: -230px;
}

.move-nav.open .mark {
  display: block !important;
  width: 100vh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.move-nav.open .navbar-title::before {
  display: block;
  top: -20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.move-nav .navbar-title {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 15px !important;
  line-height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.move-nav .navbar-title::before {
  display: none;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 20px;
  transition: 100s ease;
}

.move-nav .city-icon {
  display: block !important;
}

.move-nav ul {
  background: #fff;
  width: 150px;
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  transition: .5s ease;
}

.move-nav ul li {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.move-nav ul li a {
  width: 60px;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .moudle-main .mix-box {
    width: calc(100% - 376px);
    margin-right: 0;
  }
  .moudle-main .news-box {
    width: 100%;
    margin-top: 2%;
    height: auto;
  }
  .news-list li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .news .review {
    width: 100%;
  }
  .news .order-school, .news .headlines {
    width: 49%;
    margin: 0 0 3%;
  }
  .news .order-school {
    margin-left: 2%;
  }
  .news .headlines .news-list li {
    float: left;
    width: 98%;
    margin: 0 1%;
  }
  .rules-list dl dd {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .banner .carousel-indicators li, .banner .carousel-indicators li.active {
    width: 87px;
    height: 48px;
  }
  .banner .carousel-indicators {
    position: absolute;
    left: 50%;
    top: auto;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .banner .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .banner .carousel-indicators li.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .order-form form > .form-group {
    max-width: none;
  }
}

@media only screen and (max-width: 800px) {
  .moudle-main .brief-box {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .brief-type-list {
    float: left;
    width: 50%;
  }
  .moudle-main .mix-box {
    width: 100%;
    height: auto;
    margin: 3% auto 1%;
  }
  .brief-box .btn-into {
    position: static;
    max-width: 270px;
    margin: 3% auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .moudle-tit h2 {
    font-size: 22px;
  }
  .main03 {
    padding: 5% 0;
  }
  .order-form .submit-group {
    padding-left: 0;
  }
  .xyz-md .zx-tabs {
    width: 100% !important;
    margin-bottom: 3%;
    border-bottom: 1px solid #eee;
  }
  .zx-tabs .nav-tabs > li {
    min-width: 120px;
  }
  .banner .carousel-indicators li {
    width: 15px !important;
    margin: 0 1px;
    height: 4px !important;
  }
  .banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right {
    width: 30px;
    top: 38%;
  }
  .news .order-school, .news .headlines {
    width: 100%;
    margin: 0 0 3%;
  }
  .main02, .link {
    padding: 5% 0;
  }
  .module-tit h2 {
    font-size: 24px;
  }
  .main02 .moudle-tit h2 {
    font-size: 20px;
  }
  .link .link-title {
    font-size: 22px;
  }
  .link .link-title {
    margin-bottom: 3%;
  }
  .main01 .img-news, .main01-r .guide, .order-main {
    width: 100%;
    margin: 0 auto 3%;
  }
  .main01-recommend {
    padding: 3%;
    margin-top: 0;
  }
  .main01-recommend .reading {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 3%;
  }
  .main01-recommend .faq-form, .news-list li, .school-news li > div {
    width: 100%;
  }
  .order-main {
    margin-bottom: 0 !important;
  }
  .order-list dl dt {
    width: 60px;
  }
  .order-list dl dd {
    width: calc(100% - 70px);
    margin-left: 10px;
  }
  .main02 .special-box li {
    width: 23%;
    margin: 1%;
    min-height: auto;
  }
  .main02 .special-box li:hover a {
    margin-top: 0;
  }
  .school-form .form-main {
    max-width: 600px;
    margin: 0 auto;
  }
  .school-form .form-inline .form-group {
    display: flex;
    width: 48%;
    justify-content: center;
    align-items: center;
  }
  .school-form .form-inline .form-group .form-control {
    width: calc(100% - 100px);
  }
  .form-main .layui-input + .input-group-addon {
    height: 30px;
  }
  .school-form .form-inline .form-group .form-control {
    height: 32px;
    margin-left: 10px;
  }
  .moudle-tit > a {
    padding: 0 2%;
  }
  /* 2019.11.11 */
  /* 2019.11.11 */
  .order-form form > .form-group {
    max-width: none;
    height: 30px;
    line-height: 30px;
  }
  .order-form .form-control {
    height: 30px;
    line-height: 30px;
  }
  .order-form .layui-input + .input-group-addon {
    padding: 7px 12px;
  }
  .order-form .submit-group {
    padding-left: 0;
  }
  .order-form .select-search .school-option.hidden, .order-form .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
  }
  .order-form .select-search .school-option {
    width: auto;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-radius: 3px;
    overflow: hidden;
  }
  .order-form .select-search {
    padding-right: 0 !important;
  }
  .order-form .school-option select {
    padding-left: 0 !important;
  }
  .order-form .school-option select, .order-form .school-option select option {
    width: 100%;
    font-size: 14px;
  }
  .order-form .school-option select, .order-form .school-option select option, .order-form .schoolName-box {
    height: 30px;
    line-height: 30px;
    border: none !important;
    padding-left: 16px !important;
  }
  .order-form .schoolName-box, .order-form .school-option select option {
    padding: 0 !important;
  }
  .order-form .select-search button, .order-form .select-search .school-option input {
    display: none !important;
  }
  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 30px;
    color: #999 !important;
    padding-left: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: url(http://www.yuloo.com/images/public-img/select-icon.png) no-repeat right 5px center !important;
  }
  select[disabled] {
    /* opacity: .2 !important */
    background-color: #eee !important;
  }
  /* 2019.11.11 */
  .main01 {
    padding-bottom: 5%;
  }
  .main02 .main02-box, .moudle {
    margin-bottom: 5%;
  }
  .module-tit .line-box {
    padding-top: 3%;
  }
}

@media only screen and (max-width: 680px) {
  .module-tit {
    overflow: hidden;
  }
  .zx-tabs {
    width: 100%;
    margin: 3% 0;
    border-bottom: 1px solid #ddd;
  }
  .zx-tabs .nav-tabs > li a {
    padding: 10px 0;
  }
  .zx-tabs .nav-tabs > li.active a, .zx-tabs .nav-tabs > li:hover a {
    background: #cc8b59 !important;
    color: #fff;
    width: 100%;
  }
  .zx-tabs.right-center {
    border: none;
  }
  .zx-tabs.right-center .nav-tabs > li {
    width: 48%;
    margin: 0 1%;
  }
  .zx-tabs.right-center .nav-tabs > li a {
    display: block;
    border: 1px solid #cc8b59 !important;
    border-radius: 3px;
    color: #cc8b59;
  }
  .zx-tabs.right-center .nav-tabs > li:hover a, .zx-tabs.right-center .nav-tabs > li a:hover {
    color: #fff;
  }
  .mix-tabs ul li a {
    font-size: 15px;
  }
  .main02 .special-box li {
    width: 31.333%;
    min-height: auto;
  }
}

@media only screen and (max-width: 425px) {
  .moudle-main .news-box .review-box {
    padding: 2%;
  }
  .moudle-main .news-box .tab-content {
    padding: 1%;
  }
  .school-form .form-inline .form-group {
    width: 98%;
  }
  .plan-item li, .plan-city li {
    width: 30.333%;
  }
  .main02 .special-box li {
    width: 48%;
  }
  .zx-tabs.right-center {
    display: none !important;
  }
  .zx-tabs .nav-tabs {
    padding-bottom: 1%;
  }
  .zx-tabs .nav-tabs > li {
    width: 31.333%;
    margin: 1%;
    min-width: auto !important;
  }
  .adly-md .zx-tabs .nav-tabs > li, .jnd-md .zx-tabs .nav-tabs > li {
    width: 48%;
  }
  .zx-tabs .nav-tabs > li a {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    border: 1px solid #cc8b59 !important;
  }
  .rules-list dl {
    width: 48%;
    margin: 1%;
  }
  .rules-list {
    margin: 0 -2% auto;
  }
  .moudle-main .btn-into {
    font-size: 15px;
  }
  .school-form .form-inline .form-group.submit-group {
    flex-wrap: wrap;
    height: auto;
  }
  .submit-group.s-btn > a, .submit-group > a {
    width: 100%;
  }
  .zx-tabs .nav-tabs > li a {
    padding: 5px 0;
  }
  .link {
    padding-bottom: 0;
  }
}
