
.container, .container-fluid, dl, h1, h2, ul {
  padding: 0;
}

.headlines dt, .list-item-title, .news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body, html {
  width: 100%;
  font-family: 'Microsoft YaHei','\5FAE \8F6F \96C5\91';
  font-size: 16px;
  overflow-x: hidden;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #323232;
  text-decoration: none !important;
}

dl, ul {
  list-style: none;
  margin: 0;
}

h1, h2 {
  margin: 0 auto;
}

.news {
  padding-top: 10px !important;
  padding: 10px 0 30px;
  background-color: #f5f7f9;
}

.head > h1 {
  position: absolute;
  left: -9999999px;
  z-index: -99;
}

.top-bg {
  background-color: #eee;
  line-height: 40px;
  font-size: 12px;
  color: #555;
}

.header {
  font-size: 12px;
  color: #838c94;
  background-color: #eee;
  height: 40px;
  line-height: 40px;
}

.header-l img {
  margin-right: 5px;
}

.header dl {
  float: left;
  position: relative;
  color: #31404c;
  margin: 0 10px;
  cursor: pointer;
}

.header dl dt {
  height: 40px;
  line-height: 40px;
}

.header dl dt i {
  padding: 2px 10px;
  margin-right: 10px;
  background: url(icon1.png);
}

.header dl dt .wxtools-icon {
  background-position: -53px -804px;
}

.header dl dt .wxpublic-icon {
  background-position: -53px -759px;
}

.header dl:hover dd {
  display: block;
}

.header dl dd {
  display: none;
  position: absolute;
  width: 110px;
  text-align: center;
  right: -10px;
  text-align: right;
  top: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.header dl dd p {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.header dl dd::before {
  position: relative;
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  top: -5px;
}

/* banner */
.banner {
  position: relative;
}

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

.banner img {
  margin: 0 auto;
  max-width: none \9;
  width: auto \9;
}

.banner .carousel-control {
  background: none !important;
}

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

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

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

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

.banner-bg {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

.banner-cnt {
  position: absolute;
  top: 15px;
  right: 0;
  width: 355px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 6px;
}

.banner-cnt .banner-cnt-tit {
  text-align: center;
  line-height: 0;
}

.banner-cnt .banner-cnt-tit span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #4b5db5;
  padding: 0 40px;
  line-height: 34px;
  background: url(http://www.yuloo.com/zzy/fqrz/images/banner-tit-bg.png) no-repeat top center;
  background-size: 100% 100%;
}

/* banner end */
.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb, .breadcrumb a {
  font-size: 14px;
  color: #9a9a9a;
}

.news .headlines {
  width: 389px;
}

.news .faq-chat {
  width: 412px;
}

.news .review {
  width: 393px;
  background-color: #fff;
}

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

.news .faq-chat-box, .news .headlines-box, .news .review-box {
  padding: 20px 14px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
}

.icon-tit {
  line-height: 32px;
  height: 40px;
  /* margin-bottom: 13px;
    border-bottom: 1px solid #ebebeb; */
}

.icon-tit h2 {
  float: left;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

.icon-tit h2 span {
  color: #eb7617;
}

.icon-tit h2 i {
  padding: 0 12px;
  margin-right: 9px;
  background: url(icon1.png) no-repeat;
}

.icon-tit .new-more {
  width: 48px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #bbb;
  border-radius: 4px;
  border: 1px solid #bbb;
}

.icon-tit .new-more:hover {
  color: #fff;
  border-color: #bb9149;
  background: #bb9149;
}

.icon-tit.icon-tit1 i {
  background-position: -133px 3px;
}

.icon-tit.icon-tit2 i {
  background-position: -133px -56px;
}

.icon-tit.icon-tit3 i {
  background-position: -133px -116px;
}

.review .icon-tit,
.faq-chat .icon-tit {
  margin-bottom: 0;
  border: none;
}

.headlines-main dl {
  padding: 0;
  margin-bottom: 10px;
}

.headlines-main dl dt {
  width: 120px;
  height: 80px;
  max-height: none;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 13px;
  margin-bottom: 0;
}

.headlines-main dl dd {
  height: auto;
}

.headlines-main dl dd a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.headlines-main dl dd a:hover {
  color: #bb9149;
}

.headlines-main dl dd .xq-btn {
  font-weight: normal;
  color: #bb9149;
}

.headlines-main dl dd p {
  font-size: 12px;
  height: 36px;
  overflow: hidden;
  line-height: 18px;
  color: #666;
  margin: 0;
}

.headlines-main dl dd p a {
  width: auto;
  font-size: 12px;
  font-weight: normal;
  color: #bb9149;
}

.headlines .headlines-main a.more,
.review-main a.more {
  display: block;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e4e4f5;
  border-radius: 4px;
  margin-top: 10px;
  background: #f4f5fb;
}

.headlines .headlines-main a.more span,
.review-main a.more span {
  padding: 0 10px;
  color: #1c3194;
  font-size: 14px;
}

.headlines .headlines-main a.more:hover,
.review-main a.more:hover {
  background: #bb9149;
  border-color: #bb9149;
}

.headlines .headlines-main a.more:hover span,
.review-main a.more:hover span {
  color: #fff;
}

.headlines .headlines-main ul li,
.review-main ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: url(li-img1.jpg) no-repeat center left;
  margin-bottom: 0;
}

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

.headlines .headlines-main ul li span,
.review-main ul li span {
  float: right;
  font-size: 12px;
  width: 44px;
  color: #999;
  text-align: right;
}

.headlines .headlines-main ul li:hover,
.review-main ul li:hover {
  background: url(li-img2.jpg) no-repeat center left;
}

.headlines .headlines-main ul li:hover a, .headlines .headlines-main ul li:hover span,
.review-main ul li:hover a,
.review-main ul li:hover span {
  color: #bb9149;
}

.qr-code {
  padding: 8px 0;
  /* background: url(../images/qr-code-bg.jpg) no-repeat center center; */
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  margin-top: 20px;
}

.qr-code-tit {
  float: left;
  padding: 6px 0;
  width: 25px;
  background: #eb7617;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 6px 6px 0;
}

.qr-code-main {
  float: left;
  width: 88%;
  width: calc(100% - 25px);
  /* margin-left: 15px; */
  background: url(qr-code-ul-bg.png) repeat-y center top;
}

.qr-code-main dl {
  float: left;
  width: 40%;
  margin: 0 5%;
  text-align: center;
}

.qr-code-main dl dd {
  width: 100%;
  font-size: 12px;
  height: auto;
  color: #333;
}

.qr-code-main dt {
  width: 110px;
  margin: 0 auto 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* 必读 */
.brief-box {
  padding: 10px;
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 4px;
}

.brief-type-list {
  position: relative;
  padding-left: 84px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #e4e4e4;
}

.brief-type-list i {
  padding: 0 10px;
}

.brief-type-list span {
  margin-right: 15px;
}

.brief-type-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.brief-type-list.brief-type-list-all {
  width: 100% !important;
}

.brief-type-list > p {
  margin-bottom: 10px;
}

.brief-type-list > b {
  position: absolute;
  color: #fff;
  width: 64px;
  line-height: 22px;
  font-weight: normal;
  border-radius: 2px 0 0 2px;
  top: 2px;
  left: 0;
  text-align: center;
  background: #4a5ba9;
}

.brief-type-list > b::after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 22px;
  background: url(r-sj1.png) no-repeat left center;
  top: 0;
  left: 63px;
}

.brief-type-list .price {
  font-size: 16px;
  font-weight: bold;
  color: #d14242;
}

.brief-type-list .more {
  color: #bb9149;
}

.error-icon {
  background: url(error-icon.png) no-repeat center;
}

.success-icon {
  background: url(success-icon.png) no-repeat center;
}

.news .faq-chat-box {
  padding-bottom: 12px;
}

.hot-major a {
  float: left;
  width: 31.333%;
  margin: 1%;
  color: #eb7617;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eb7617;
  text-align: center;
}

.hot-major a:hover {
  background: #eb7617;
  color: #fff;
}

.news .hot-tag {
  width: 100%;
  margin-top: 20px;
  background: #eb7617;
  border-radius: 8px;
  overflow: hidden;
  border-top: 2px solid #eb7617;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.news .hot-tag-tit {
  background: #fff;
}

.news .hot-tag-tit span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  padding: 0 27px 4px 34px;
  background: #eb7617 url(hot-tag-tit-icon.png) no-repeat left 10px top 2px;
}

.news .hot-tag-tit span:before {
  position: absolute;
  display: block;
  content: '';
  width: 27px;
  height: 100%;
  background: url(hot-tag-tit-bg.png) no-repeat left center;
  right: 0;
  top: 0;
}

.news .hot-tag-main {
  padding: 2px 12px 12px;
  border-radius: 8px 0 0 0;
  background: #fff;
}

.news .hot-tag-main a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  background: #fff8f3;
  border: 1px solid #ffe5d0;
  border-radius: 2px;
  margin-right: 4px;
  padding: 0 15px;
  margin-top: 10px;
}

.news .hot-tag-main a:hover {
  color: #fff;
  background: #eb7617;
  border: 1px solid #eb7617;
}

.form-group .layui-bg-value em {
  font-style: normal;
  line-height: 30px;
  color: #ae2a2a;
}

.select-require::after {
  display: block !important;
  content: '*' !important;
  line-height: 30px;
  color: #ae2a2a;
  position: absolute;
  left: 10px;
  top: 0;
}

.order-form {
  margin-top: 20px;
}

.order-form .order-form-title {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.order-form .order-form-title::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 16px;
  top: 4px;
  background: #eb7617;
  border-radius: 0 2px 2px 0;
  left: 0;
}

.order-form .order-form-title span {
  color: #eb7617;
}

.order-form .form-control {
  height: 30px;
  line-height: 28px;
  color: #555;
  padding-left: 19px \9;
  padding-right: 0 \9;
  padding-top: 0 \9;
  padding-bottom: 0 \9;
}
.order-form .form-control::-webkit-input-placeholder {
	color: #555;
}
.order-form .form-control,
.order-form .school-option select {
  padding: 0 0 0 18px;
}

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

.order-form form {
  display: -webkit-box;
  display: flex;
  /* padding: 10px 0px 0; */
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

.order-form .submit-group,
.order-form .must-box {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 34px;
  margin-bottom: 0 !important;
}

.order-form .submit-group {
  padding-left: 70px;
}

.order-form .submit-group input {
  width: 100%;
  max-width: 99px;
  margin-left: 0;
  background: #eb7617;
  border: 1px solid #eb7617;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  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(http://www.yuloo.com/zzy/fqrz/images/public/check.png) no-repeat center center;
}

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

.form-tools {
  width: 100%;
}

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

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

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

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

/* layui-input end */
.order-form .select-search {
  height: 30px;
  position: relative;
}

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

.order-form .select-search button {
  width: 100%;
  text-align: left;
  height: 30px;
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
  color: #555;
  border: 1px solid #ccc !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: 30px;
  line-height: 30px;
  cursor: pointer;
}

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

.order-form .select-search .school-type {
  float: left;
  width: 110px;
  height: 200px;
  border-right: 1px solid #ddd;
}

.order-form .select-search .school-type li {
  text-align: center;
  margin-right: 10px;
}

.order-form .select-search .school-type .active {
  color: #1c3194;
  background: #f5f5fb;
}

.order-form .select-require::after {
  left: 9px;
}

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

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

.order-form .school-option select option, .order-form .school-option select .school-op,
.order-form .school-option .school-select option,
.order-form .school-option .school-select .school-op {
  font-size: 14px;
  color: #555;
  padding: 5px 12px;
  line-height: 30px;
  border: none !important;
  cursor: pointer;
}

.order-form .school-option select option:hover, .order-form .school-option select .school-op:hover, .order-form .school-option select .school-op.active, .order-form .school-option select option:focus, .order-form .school-option select option[selected="selected"],
.order-form .school-option .school-select option:hover,
.order-form .school-option .school-select .school-op:hover,
.order-form .school-option .school-select .school-op.active,
.order-form .school-option .school-select option:focus,
.order-form .school-option .school-select option[selected="selected"] {
  color: #1c3194;
  background-color: #f5f5fb !important;
}

/* 必读end */
/* sec-word */
.sec-word {
  margin: -10px -2% 0;
}

.sec-word li {
  float: left;
  width: 46%;
  margin: 10px 2% 0;
  padding: 4px 10px;
  background: #f5faff;
  border: 1px solid #acc0ed;
  border-radius: 4px;
}

.sec-word li:hover {
  background: #39599f;
  border-color: #39599f;
}

.sec-word li a {
  display: block;
  position: relative;
  padding-left: 35px;
}

.sec-word li:hover a, .sec-word li:hover p {
  color: #fff !important;
}

.sec-word li p {
  font-size: 14px;
  line-height: 18px;
}

.sec-word li .word-type {
  color: #666;
}

.sec-word li .word-text {
  color: #2e59b8;
  font-weight: bold;
}

.sec-word li i {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(zwhz-sec-word-icon.png) no-repeat;
}

.sec-word li i.sec-word-icon1 {
  background-position: 0 6px;
}

.sec-word li i.sec-word-icon2 {
  background-position: 0 -44px;
}

.sec-word li i.sec-word-icon3 {
  background-position: 0 -94px;
}

.sec-word li i.sec-word-icon4 {
  background-position: 0 -144px;
}

.sec-word li i.sec-word-icon5 {
  background-position: 0 -194px;
}

.sec-word li i.sec-word-icon6 {
  background-position: 0 -244px;
}

.sec-word li i.sec-word-icon7 {
  background-position: 0 -294px;
}

.sec-word li i.sec-word-icon8 {
  background-position: 0 -344px;
}

.sec-word li i.sec-word-icon9 {
  background-position: 0 -394px;
}

.sec-word li i.sec-word-icon10 {
  background-position: 0 -444px;
}

.sec-word li:hover i.sec-word-icon1 {
  background-position: -50px 6px;
}

.sec-word li:hover i.sec-word-icon2 {
  background-position: -50px -44px;
}

.sec-word li:hover i.sec-word-icon3 {
  background-position: -50px -94px;
}

.sec-word li:hover i.sec-word-icon4 {
  background-position: -50px -144px;
}

.sec-word li:hover i.sec-word-icon5 {
  background-position: -50px -194px;
}

.sec-word li:hover i.sec-word-icon6 {
  background-position: -50px -244px;
}

.sec-word li:hover i.sec-word-icon7 {
  background-position: -50px -294px;
}

.sec-word li:hover i.sec-word-icon8 {
  background-position: -50px -344px;
}

.sec-word li:hover i.sec-word-icon9 {
  background-position: -50px -394px;
}

.sec-word li:hover i.sec-word-icon10 {
  background-position: -50px -444px;
}

/* sec-word end */
.review-main ul li, .review-main ul li a {
  height: 29px;
  line-height: 29px;
}

/*modify nav-tabs default style start*/
.review-tabs {
  height: 32px !important;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.review-tabs ul {
  border-bottom: 0px !important;
}

.review-tabs ul li {
  position: relative;
  width: 50%;
  height: 32px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  background-color: #fff;
}

.review-tabs ul li a {
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 0;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
}

.review-tabs ul li a:focus {
  background: #fff;
}

.review-tabs ul li:last-child a {
  border-left: none !important;
  border-right: 1px solid #ebebeb !important;
}

.review-tabs ul li.active {
  border-bottom: 1px solid #fff;
}

.review-tabs ul li.active a, .review-tabs ul li.active a:hover, .review-tabs ul li.active a:focus {
  background: #1c3194;
  font-weight: bold !important;
  color: #fff !important;
  border-color: #1c3194;
  border-top: 1px solid #1c3194;
  border-color: #1c3194 !important;
  border-bottom: 0px !important;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.review-tabs ul li.active a {
  border-right: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
}

.review-tabs ul li.more,
.review-tabs ul li.more a,
.review-tabs ul li.more a:hover,
.review-tabs ul li.more:hover a {
  font-size: 12px;
  height: 23px;
  text-align: right;
  color: #1c3194;
  border-bottom: 0px !important;
}

/*modify nav-tabs default style end*/
.module-title {
  margin-bottom: 22px;
}

.module-title h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  padding-left: 13px;
}

.module-title h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 26px;
  background: #1c3194;
  border-radius: 0 3px 3px 0;
  left: 0;
  top: 0px;
}

.module-title.module-title2 {
  text-align: center;
}

.module-title.module-title2 h2 {
  padding: 0;
}

.module-title.module-title2 h2::before {
  display: none;
}

.module-title .more {
  position: relative;
  float: right;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #eb7617;
  line-height: 26px;
  border: 1px solid #eb7617;
  border-radius: 3px;
  padding-right: 21px;
}

.module-title .more:hover {
  color: #fff;
  background: #eb7617;
}

.module-title .more:hover::before {
  background-position: -139px -217px;
}

.module-title .more::before {
  position: absolute;
  display: block;
  content: '';
  width: 11px;
  height: 9px;
  background: url(icon1.png) no-repeat;
  background-position: -139px -177px;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}

/* flow start */
.flow {
  background: #eef5ff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.flow .flow-title {
  float: left;
  display: flex;
  width: 87px;
  font-size: 20px;
  padding: 13px 15px;
  font-weight: bold;
  color: #1c3194;
}

.flow .flow-title p {
  text-align: center;
}

.flow-bg {
  float: left;
  width: calc(100% - 87px);
  padding: 12px 30px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  border-left: 1px solid #fff;
  box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.2);
}

.flow-item {
  float: left;
  width: 14.285%;
  text-align: center;
}

.flow-item dt {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}

.flow-num {
  position: relative;
  padding: 8px 0;
  background: url(flow-bg2.png) repeat-x center left;
}

.flow-num span {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 12px;
  line-height: 22px;
  color: #1c3194;
  background: #e4edf9;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border: 3px solid #fff;
}

.flow-num span::before {
  position: absolute;
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  border: 1px solid #e0deeb;
  left: -3px;
  top: -3px;
  background: none;
  border-radius: 28px;
}

.flow-item:first-child .flow-num::after,
.flow-item:last-child .flow-num::after {
  position: absolute;
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #e0deeb;
  top: 50%;
  margin-top: -4px;
}

.flow-item:first-child .flow-num::after {
  left: 0;
}

.flow-item:last-child .flow-num::after {
  right: 0;
}

.flow-cnt p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding: 0 10px;
}

.flow-cnt a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #eb7617;
  background: #fff;
  border: 1px solid #eb7617;
  padding: 0 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.flow-cnt a:hover {
  color: #fff;
  background-color: #bb9149;
}

.flow-cnt .rules-btn {
  display: block;
  width: 114px;
  margin: 6px auto 0;
  color: #4b94e3;
  border: 1px solid #4b94e3;
}

.flow-cnt .major-btn {
  color: #34a58e;
  border: 1px solid #34a58e;
}

/* flow end */
/* school */
.school {
  padding-top: 30px;
}

.school-list dl {
  float: left;
  width: 24%;
  /* min-width: 217px; */
  min-width: auto \9;
  margin: 10px 0.5%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.school-list dl:hover dd, .school-list dl:hover dt {
  border-color: #fff;
}

.school-list dt {
  height: 147px;
  border: 1px solid #ebebeb;
  border-bottom: none;
  overflow: hidden;
}

.school-list dt img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.school-list dd {
  padding: 0 13px 10px;
  border: 1px solid #ebebeb;
  border-top: none !important;
}

.school-list dd p {
  font-size: 12px;
}

.school-list dd .school-logo {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

.school-list dd .school-logo a {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 5px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

.school-list dd .school-logo p {
  text-align: right;
  color: #8d959d;
}

.school-list dd .school-cnt {
  height: 32px;
  color: #888;
  line-height: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.school-list dd .school-name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  /* min-height: 46px; */
}

.school-list .address-icon {
  margin-right: 4px;
  background-position: -3px -759px;
}

.class-type {
  float: left;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  margin-right: 5px;
  color: #666;
  border-radius: 20px;
  background: #eeeff6;
}

.school-list dd .school-cnt a,
.school-list dd .school-name:hover {
  color: #b58e4b;
}

.school-list .tag-list,
.school-list .school-news {
  border-top: 1px dashed #e3e3e8;
  padding-top: 9px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
}

.school-list .school-news {
  margin-top: 15px;
}

.school-list .school-news li {
  position: relative;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 6px;
}

.school-list .school-news li::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  left: 0;
  top: 7px;
  background: #666;
  border-radius: 3px;
}

.school-list .school-news li a {
  display: block;
  font-size: 14px;
  color: #666;
}

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

.school-list .school-news li:hover::before {
  background: #bb9149;
}

.coach-dl:hover, .school-list dl:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.tag {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 1px 3px;
  margin-left: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.tag:last-child {
  margin-right: 0;
}

.tag-color1 {
  background-color: #f4ab6f;
}

.tag-color2 {
  background-color: #e79393;
}

.tag-color3 {
  background-color: #e16a62;
}

/* school end */
.link {
  margin-top: 30px;
}

.link a {
  padding: 0 10px 10px;
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
}

@media (min-width: 1440px) {
  .banner .carousel-indicators {
    right: 120px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .container .container, .head {
    width: 100%;
  }
  .container {
    width: 96%;
  }
  .qr-code-main {
    width: 100%;
    background: none;
  }
  .qr-code-tit {
    width: 100%;
    border-radius: 0;
  }
  .news {
    padding: 3% 0;
  }
  .banner .carousel-indicators {
    right: 20px;
  }
  .news .faq-chat, .news .headlines, .news .review {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
    background: none;
  }
}

@media only screen and (max-width: 1024px) {
  .news .headlines {
    width: 100%;
  }
  .news .faq-chat, .news .review {
    width: 50%;
  }
  .news .faq-chat, .news .review {
    margin-bottom: 0;
  }
  .order-form form > .form-group {
    max-width: none;
  }
  .banner .carousel-indicators {
    position: absolute;
    bottom: -10px;
    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;
  }
  .school-list dl, .school-dl, .card-dl, .coach-dl {
    width: 31.33%;
  }
}

@media only screen and (max-width: 768px) {
  .module-title.module-title2 {
    margin: 3% 0 2%;
  }
  .module-title h2 {
    font-size: 24px;
  }
  .module-title .more {
    font-size: 12px;
  }
  .header-r {
    display: none !important;
  }
  .banner .carousel-control {
    display: block !important;
  }
  .banner .carousel-indicators {
    bottom: 0;
  }
  .banner .carousel-inner > .item > a > img {
    width: 192%;
    max-width: 192%;
    margin-left: -45%
  }
  .banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right {
    background-size: 80%;
    background-position-y: 0;
  }
  .news .faq-chat-box, .news .headlines-box, .news .review-box {
    box-shadow: none;
  }
  .news .faq-chat, .news .headlines, .news .review {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  }
  .news {
    padding: 4% 0;
  }
  .headlines-main {
    float: left;
    width: 100%;
    margin-bottom: 3%;
  }
  .qr-code-main {
    width: 100%;
    background: none;
  }
  .qr-code-tit {
    width: 100%;
    border-radius: 0;
  }
  .qr-code-main dl {
    width: 40%;
    margin: 3% 5%;
  }
  .review-tabs {
    margin-bottom: 3%;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 20px;
  }
  .news .faq-chat, .news .review {
    width: 100%;
  }
  .order-form .submit-group {
    padding-left: 0;
	margin: 0;
  }
  .order-form .select-search {
    line-height: 0 !important;
  }
  .order-form .select-search button,
  .order-form .select-search .school-option input {
    display: none !important;
  }
  .order-form .schoolName-box,
  .order-form .school-option select option {
    padding: 0 !important;
  }
  .order-form .select-search .school-option.hidden,
  .order-form .select-search .school-option {
    display: block !important;
    width: 100%;
    position: static;
    padding: 0 !important;
    border: none;
    box-shadow: none;
  }
  .order-form .school-option select {
    padding-left: 16px;
    border: 1px solid #ccc !important;
  }
  .order-form .school-option select {
    padding-left: 0 !important;
    text-indent: 10px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }
  .order-form select.form-control {
    padding-left: 0 !important;
    text-indent: 10px;
  }
  .order-form .school-option select,
  .order-form form > .form-group,
  .order-form .select-search,
  .order-form .form-control,
  .form-group .bg-value,
  .form-group .layui-bg-value {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .order-form .select-require::after {
    line-height: 40px;
    left: 8px;
  }
  .form-group .layui-bg-value em {
    margin: 0 5px 0 -5px;
  }
  .school-list-item .list-item-main p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .headlines dd {
    float: left;
    width: calc(100% - 135px);
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }
  .headlines-main dl dd a {
    width: 100%;
  }
  .modular-title a.more {
    font-size: 14px;
  }
  .school-list dl img {
    width: 100%;
  }
  .flow {
    margin-bottom: 20px !important;
  }
  .flow .flow-title, .flow-bg {
    width: 100%;
  }
  .flow-item {
    width: 24.5%;
    margin: 0 auto 15px;
  }
  .news .faq-chat, .news .headlines {
    background-color: #fff;
    margin-bottom: 5%;
  }
  .news .hot-tag-main {
    display: flex;
    flex-wrap: wrap;
  }
  .news .hot-tag-main a {
    width: 31.333%;
    margin: 10px 1% 0;
    display: flex;
    padding: 2px 5px;
    line-height: 20px;
    align-items: center;
  }
  .link a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .news {
    padding: 5% 0;
  }
  .school-list dl, .school-dl, .card-dl, .coach-dl {
    width: 48%;
  }
  .review-tabs {
    margin-bottom: 5%;
  }
  .order-form .submit-group input {
    width: 98%;
    max-width: none;
  }
}

@media only screen and (max-width: 428px) {
  .banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right {
    background-size: 60%;
    background-position-y: 0;
  }
  .news .faq-chat-box, .news .headlines-box, .news .review-box {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-word li {
    padding: 4px 7px;
  }
  .news .headlines-box {
    padding-bottom: 0;
  }
  .order-form form > .form-group {
    width: 98%;
  }
  .hot-tag {
    margin-bottom: 2%;
  }
  .news .hot-tag-main a {
    width: 48%;
  }
  .flow-bg {
    box-shadow: none;
    padding: 10px 3% 8px;
    border-radius: 10px;
  }
  .flow-item {
    width: 50%;
  }
  .flow-item dd {
    overflow: hidden;
  }
  .flow-cnt {
    min-height: 36px;
  }
  .school-list dl {
    width: 98%;
  }
  .school-list .school-news {
    height: auto;
  }
  .school-list dt {
    /* height: 140px !important; */
    padding-bottom: 10px;
  }
}

::-webkit-scrollbar-thumb {
  background-color: #ddd;
  height: 50px;
  outline-offset: -2px;
  outline: #fff solid 2px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
