@charset "UTF-8";
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  /* 滑块颜色  滚动条背景颜色 未生效 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}

.hot-tag-main::-webkit-scrollbar {
  width: 3px;
}

.hot-tag-main::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 3px;
}

.hot-tag-main::-webkit-scrollbar-track {
  background-color: #fff;
}

#navbar-example {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 108px;
  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;
  line-height: 22px;
  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: 8px 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:focus {
  background: #fff;
}

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

.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: 267px;
  top: -286px;
}

.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 !important;
  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 {
  display: block;
  width: 100%;
  text-align: center;
}

.dp-wrapper {
  margin: 15px -0.5%;
}

.dp-wrapper dl {
  position: relative;
  float: left;
  width: 19%;
  margin: 0 0.5%;
  padding: 13px 10px 13px 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  overflow: hidden;
}

.dp-wrapper dl dt {
  position: absolute;
  width: 24px;
  left: 10px;
  top: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding: 3px 4px 2px;
}

.dp-wrapper dl dt::before, .dp-wrapper dl dt::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  bottom: -10px;
}

.dp-wrapper dl .dp-tit {
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dp-wrapper dl .dp-tit a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 13px 0 13px 40px;
}

.dp-wrapper dl p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}

.dp-wrapper dl::before {
  position: absolute;
  display: block;
  content: '';
  width: 43px;
  height: 45px;
  top: -5px;
  right: -4px;
}

.dp-wrapper .dl1 {
  background: linear-gradient(90deg, #6836b3, rgba(104, 54, 179, 0.7));
}

.dp-wrapper .dl1 dt {
  color: #6836b3;
  background: #c7bbef;
}

.dp-wrapper .dl1 dt::before {
  left: 0;
  border-right: 13px solid transparent;
  border-left: 13px solid #c7bbef;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl1 dt::after {
  right: 0;
  border-right: 13px solid #c7bbef;
  border-left: 13px solid transparent;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl1 p {
  color: #c7bbef;
}

.dp-wrapper .dl1::before {
  background: url(../images/dl1-icon.png) no-repeat center;
}

.dp-wrapper .dl2 {
  background: linear-gradient(90deg, #1c50bb, rgba(28, 80, 187, 0.7));
}

.dp-wrapper .dl2 dt {
  color: #1c50bb;
  background: #9ebcf5;
}

.dp-wrapper .dl2 dt::before {
  left: 0;
  border-right: 13px solid transparent;
  border-left: 13px solid #9ebcf5;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl2 dt::after {
  right: 0;
  border-right: 13px solid #9ebcf5;
  border-left: 13px solid transparent;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl2 p {
  color: #9ebcf5;
}

.dp-wrapper .dl2::before {
  background: url(../images/dl2-icon.png) no-repeat center;
}

.dp-wrapper .dl3 {
  background: linear-gradient(90deg, #1687a9, rgba(22, 135, 169, 0.7));
}

.dp-wrapper .dl3 dt {
  color: #1687a9;
  background: #8fd5ea;
}

.dp-wrapper .dl3 dt::before {
  left: 0;
  border-right: 13px solid transparent;
  border-left: 13px solid #8fd5ea;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl3 dt::after {
  right: 0;
  border-right: 13px solid #8fd5ea;
  border-left: 13px solid transparent;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl3 p {
  color: #8fd5ea;
}

.dp-wrapper .dl3::before {
  background: url(../images/dl3-icon.png) no-repeat center;
}

.dp-wrapper .dl4 {
  background: linear-gradient(90deg, #ab393a, rgba(171, 57, 58, 0.7));
}

.dp-wrapper .dl4 dt {
  color: #ab393a;
  background: #eaa3a3;
}

.dp-wrapper .dl4 dt::before {
  left: 0;
  border-right: 13px solid transparent;
  border-left: 13px solid #eaa3a3;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl4 dt::after {
  right: 0;
  border-right: 13px solid #eaa3a3;
  border-left: 13px solid transparent;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl4 p {
  color: #eaa3a3;
}

.dp-wrapper .dl4::before {
  background: url(../images/dl4-icon.png) no-repeat center;
}

.dp-wrapper .dl5 {
  background: linear-gradient(90deg, #9e5a19, rgba(158, 90, 25, 0.7));
}

.dp-wrapper .dl5 dt {
  color: #9e5a19;
  background: #dcbd97;
}

.dp-wrapper .dl5 dt::before {
  left: 0;
  border-right: 13px solid transparent;
  border-left: 13px solid #dcbd97;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl5 dt::after {
  right: 0;
  border-right: 13px solid #dcbd97;
  border-left: 13px solid transparent;
  border-bottom: 11px solid transparent;
}

.dp-wrapper .dl5 p {
  color: #dcbd97;
}

.dp-wrapper .dl5::before {
  background: url(../images/dl5-icon.png) no-repeat center;
}

/* banner start */
.banner {
  position: relative;
  float: left;
  width: 862px;
  border-radius: 4px;
  overflow: hidden;
}

.banner img {
  margin: 0 auto;
}

.banner .carousel-control {
  background: 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 .glyphicon {
  height: 64px !important;
}

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

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

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

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

/* banner end */
.kfr-wrapper {
  float: right;
  padding: 14px 17px;
  width: 321px;
  height: 355px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.kfr-wrapper .kfr-tit {
  float: left;
  width: calc(100% - 40px);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 20px;
}

.kfr-wrapper .kfr-more {
  float: right;
  width: 40px;
  font-size: 12px;
  line-height: 20px;
  color: #bbb;
  text-align: right;
}

.kfr-wrapper .kfr-more:hover {
  color: #b49277;
}

.kfr-wrapper .main-kfr {
  height: 301px;
  overflow: hidden;
}

.kfr-wrapper .order-list {
  padding: 0 !important;
  min-height: auto !important;
}

.news-gather {
  margin-bottom: 20px;
}

.news-gather-l {
  float: left;
  width: 732px;
}

.news-gather-l .tab-content > div {
  background: #fff;
  padding: 0 20px 20px;
}

.scrap {
  padding: 20px 23px 18px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
}

.scrap .top-hot {
  padding-left: 80px;
  font-size: 20px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
  background: url(../images/top-hot-img.png) no-repeat left center;
  margin-bottom: 17px;
}

.scrap .top-hot.no-bg {
  margin-top: 5px;
  padding-left: 0 !important;
  background: none !important;
}

.scrap .top-hot a {
  color: #333;
  margin-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrap .top-hot a:hover {
  color: #f82d3a;
  text-decoration: underline !important;
}

.scrap .top-hot a.yuloo-red {
  color: #f82d3a !important;
}

.scrap .top-hot a.yuloo-bold {
  font-weight: bold !important;
}

.scrap ul {
  height: 54px;
  margin-bottom: 17px;
  overflow: hidden;
}

.scrap ul.scrap_ul1 {
  height: 83px;
}

.scrap ul li {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-right: 15px;
  margin-bottom: 6px;
}

.scrap ul li.scrap-sub-tit {
  min-width: 66px;
  font-size: 12px;
  line-height: 24px;
  color: #333;
  margin-right: 10px;
}

.scrap ul li.scrap-sub-tit span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #4c6aa1;
  background: #edf1f8;
  border-radius: 4px;
  text-align: center;
}

.scrap ul li a {
  width: 100%;
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrap ul li a:hover {
  color: #f82d3a;
  text-decoration: underline !important;
}

.scrap ul li.yuloo-isgood a {
  position: relative;
  font-size: 16px;
}

.scrap ul li.yuloo-red a {
  color: #f82d3a !important;
}

.scrap ul li.yuloo-bold a {
  font-weight: bold !important;
}

.scrap ul:last-child {
  margin-bottom: 0;
}

.news-gather-r {
  float: left;
  width: 534px;
  width: calc(100% - 748px);
  margin-left: 16px;
  border-radius: 8px;
}

.news-gather-r .hot-sort-tit {
  display: inline-block;
  font-size: 22px;
  color: #4d2108;
  font-weight: bold;
  line-height: 40px;
  padding: 6px 0px 6px 33px;
  margin-left: 16px;
  background: url(../images/hot-sort-tit.png) no-repeat left center;
}

.news-gather-r .hot-sort-tit span {
  background: linear-gradient(#c27b42, #4d2108);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 针对Webkit内核浏览器 */
  background-clip: text;
  color: transparent;
  /* 其他现代浏览器支持 */
}

.news-gather-r .school-form2 {
  width: 100%;
  margin-top: 15px;
  background: #dee5f8;
  background: linear-gradient(#dee5f8, #fff, #fff);
  box-shadow: none;
}

.news-gather-r .school-form2 .school-form-tit {
  text-align: left;
}

.news-gather-r .school-form2 .school-form-tit h2 {
  position: relative;
  display: inline-block;
  background: #0c3072;
  padding: 0 12px;
  font-size: 16px;
  line-height: 28px;
}

.news-gather-r .school-form2 .school-form-tit h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 26px;
  height: 100%;
  background: url(../images/school-form-tit-bg.jpg) no-repeat left center;
  right: -13px;
  top: 0;
}

.news-gather-r .school-form2 .form-main {
  padding: 10px;
}

.news-gather-r .school-form2 .input-group-span {
  color: #333;
}

.news-gather-r .school-form2 .form-group {
  float: left;
  width: 50%;
  margin: 0 0 7px;
  padding: 0 10px;
}

.news-gather-r .school-form2 .submit-group input {
  margin-left: 0;
}

.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: 25%;
  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 {
  margin-bottom: 15px;
}

.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;
}

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

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

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

.icon-tit h2 i {
  padding: 0 12px;
  margin-right: 9px;
  background: url(../images/icon-zw.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: #b49277;
  background: #b49277;
}

.icon-tit.icon-tit1 i {
  background-position: -10px -8px;
}

.icon-tit.icon-tit2 i {
  background-position: -10px -68px;
}

.icon-tit.icon-tit3 i {
  background-position: -10px -128px;
}

.main01 {
  background: #f5f7f9;
  padding-bottom: 30px;
}

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

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

.main01 .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: #0c3072 url(http://www.yuloo.com/zx/images/hot-tag-tit-icon.png) no-repeat left 10px top 2px;
}

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

.main01 .hot-tag-main {
  padding: 2px 12px 12px;
  border-radius: 8px 0 0 0;
  background: #fff;
  height: 148px;
  overflow: scroll;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

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

.main01 .hot-tag-main a:hover {
  color: #fff;
  background: #0c3072;
  border: 1px solid #0c3072;
}

.main01-r {
  float: right;
  width: 64.25%;
}

.main01-r .guide {
  float: left;
  width: 56.75%;
  padding: 20px 16px 22px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.main01-r .btn-more {
  display: block;
  line-height: 24px;
  text-align: center;
  color: #b49277;
  border: 1px solid #b49277;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 15px;
}

.order-main {
  float: right;
  width: 41.75%;
  padding: 20px 16px 0px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.order-main .review-tabs {
  margin: -20px -16px 0;
}

.order-list dl dt, .order-list dl dd, .order-list .order-cnt, .order-list .order-btn {
  float: left;
}

.order-list dl {
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #e3e3e8;
  overflow: hidden;
}

.order-list dl dt {
  width: 17%;
  max-width: 60px;
}

.order-list dl dd {
  width: 80%;
  margin-left: 3%;
  font-size: 12px;
  color: #838c94;
}

.order-list dl:last-child {
  margin-bottom: 0 !important;
  border: none !important;
}

.order-list .order-cnt {
  width: 74%;
}

.order-list .order-cnt .time {
  padding: 0 0 0 13px;
  margin-top: 3px;
  background: url(../images/time.png) no-repeat center left;
}

.order-list .order-cnt .notime {
  background: none;
  padding-left: 0;
}

.order-list .order-cnt a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.order-list .order-cnt a:hover {
  color: #b49277;
}

.order-list .order-btn {
  width: 26%;
  max-width: 120px;
  line-height: 20px;
  margin-top: 30px;
}

.order-list .order-btn a {
  display: inline-block;
  width: 100%;
  color: #b49277;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #b49277;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.order-list .order-btn a:hover {
  color: #fff;
  background-color: #b49277;
}

.order-list .time {
  color: #906952;
}

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

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

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

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

.plan-item li a:hover {
  background: #b49277;
  color: #fff;
}

.plan-city li {
  width: 20%;
}

.plan-city li a {
  width: 100%;
}

.plan-city li a p {
  line-height: 24px;
}

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

.city-img {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.city-img:hover {
  border-color: #d7762c;
}

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

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

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

.review-tabs ul li a {
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 37px;
  font-weight: normal;
  background: #fff;
  border: none !important;
  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 a[href="#review-bb"]::before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(../images/tab-before-bg2.jpg) no-repeat center top;
  right: -1px;
  top: 0;
  z-index: 1;
}

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

.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: #373c77;
  border-bottom: 0px !important;
}

.review-tabs ul 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;
}

.review-tabs.row2 ul li {
  width: 50%;
}

.review-tabs .row4 li {
  width: 25%;
}

/*modify nav-tabs default style end*/
.birthday-input {
  padding: 0 !important;
}

.birthday-input .input-group-addon {
  float: right;
  width: 38px;
  height: 26px;
}

.birthday-input .layui-bg-value {
  height: 26px !important;
  line-height: 22px !important;
}

.birthday-input .layui-input {
  left: 0;
  padding-left: 10px;
  height: 26px;
  border: none !important;
}

.school-form {
  padding: 10px 16px 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.school-form .input-group-addon {
  height: 24px;
  padding: 7px !important;
  font-size: 12px;
}

.school-form .select-search .school-option {
  width: 230px;
}

.school-form .select-search .select-search-btn {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px !important;
}

.school-form .school-form-tit {
  padding-left: 20px;
  background: url(../images/form-tit-bg.png) no-repeat left top 2px;
  font-size: 16px;
  font-weight: bold;
  margin-left: -16px;
  margin-bottom: 10px;
}

.school-form .school-form-tit h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.school-form .school-form-tit h2 span {
  color: #b49277;
}

.school-form .school-form-tit span {
  color: #b49277;
}

.school-form .school-form-tit .icon {
  padding: 1px 13px;
  background-position: -130px -115px;
}

.school-form .form-main {
  max-width: none;
  margin: 0 -10px;
}

.school-form .form-inline .form-group {
  width: 33.333%;
  padding: 0 10px;
  margin: 0 auto 10px;
  line-height: 24px;
}

.school-form .form-inline .form-group .input-group-span {
  width: 70px;
  font-size: 14px !important;
  line-height: 20px;
}

.school-form .form-inline .form-group .form-control {
  width: 60%;
  height: 26px;
}

.school-form .form-inline .form-group.submit-group {
  width: 100%;
  height: 32px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.school-form .form-inline .form-group.submit-group input {
  height: 26px;
  font-size: 14px;
  line-height: 24px;
  background: #b49277;
  border-color: #b49277;
}

.school-form2 {
  float: right;
  width: 41.75%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #6d76a8;
  margin-top: 10px;
}

.school-form2 .school-form-tit {
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
}

.school-form2 .school-form-tit h2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}

.school-form2 .form-main {
  padding: 10px 20px;
}

.school-form2 .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin-bottom: 10px;
}

.school-form2 .input-group-span {
  width: 70px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 0;
  margin-right: 10px;
}

.school-form2 .form-control, .school-form2 .selects-box select {
  width: calc(100% - 80px);
  height: 26px;
  line-height: 26px;
}

.school-form2 .submit-group input, .school-form2 .submit-group button {
  width: 120px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  background: #b49277;
  border: none !important;
  margin-left: 70px;
}

.reading .reading-tit {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 0;
}

.reading ul {
  padding-top: 7px;
  margin: 0 -1%;
}

.reading.reading2 {
  margin-top: 15px;
}

.reading.reading2 li {
  text-align: center;
}

.reading li {
  float: left;
  width: 31.333%;
  margin: 5px 1%;
}

.reading li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 5px;
  color: #1f285c;
  background: #f2f7ff;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #cbd8e7;
}

.reading li a i {
  padding: 0 9px;
  margin-right: 2px;
  background: url(../images/icon-zw2.png) no-repeat;
}

.reading li .read-icon1 {
  background-position: -60px -8px;
}

.reading li .read-icon2 {
  background-position: -60px -58px;
}

.reading li .read-icon3 {
  background-position: -60px -108px;
}

.reading li .read-icon4 {
  background-position: -60px -158px;
}

.reading li .read-icon5 {
  background-position: -60px -208px;
}

.reading li .read-icon6 {
  background-position: -60px -258px;
}

.reading li .read-icon7 {
  background-position: -60px -308px;
}

.reading li .read-icon8 {
  background-position: -60px -358px;
}

.reading li .read-icon9 {
  background-position: -60px -408px;
}

.reading li:hover a {
  color: #fff;
  background: #b49277;
  border-color: #b49277;
}

.reading li:hover .read-icon1 {
  background-position: -100px -8px;
}

.reading li:hover .read-icon2 {
  background-position: -100px -58px;
}

.reading li:hover .read-icon3 {
  background-position: -100px -108px;
}

.reading li:hover .read-icon4 {
  background-position: -100px -158px;
}

.reading li:hover .read-icon5 {
  background-position: -100px -208px;
}

.reading li:hover .read-icon6 {
  background-position: -100px -258px;
}

.reading li:hover .read-icon7 {
  background-position: -100px -308px;
}

.reading li:hover .read-icon8 {
  background-position: -100px -358px;
}

.reading li:hover .read-icon9 {
  background-position: -100px -408px;
}

.main01-l .icon-tit, .news-gather-l .icon-tit {
  margin-bottom: 0;
  border: none;
}

.main01-l dl, .news-gather-l dl {
  padding: 19px 0px 10px;
}

.main01-l dl dt, .news-gather-l dl dt {
  width: 120px;
  height: 80px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 13px;
}

.main01-l dl dd a, .news-gather-l dl dd a {
  display: inline-block;
  width: calc(100% - 135px);
  font-size: 15px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.main01-l dl dd a:hover, .news-gather-l dl dd a:hover {
  color: #b49277;
}

.main01-l dl dd p, .news-gather-l dl dd p {
  font-size: 12px;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #666;
}

.main01-l dl dd p a, .news-gather-l dl dd p a {
  width: auto;
  font-size: 12px;
  font-weight: normal;
  color: #b49277;
}

.main01-l dl dd p.time, .news-gather-l dl dd p.time {
  font-size: 12px;
  height: auto;
  color: #c0c0c0;
}

.main01-l .review-main a.more, .news-gather-l .review-main a.more {
  display: block;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #b49277;
  border-radius: 4px;
  margin-top: 6px;
}

.main01-l .review-main a.more span, .news-gather-l .review-main a.more span {
  padding: 0 10px;
  color: #b49277;
  font-size: 14px;
}

.main01-l .review-main a.more:hover, .news-gather-l .review-main a.more:hover {
  background: #b49277;
  border-color: #b49277;
}

.main01-l .review-main a.more:hover span, .news-gather-l .review-main a.more:hover span {
  color: #fff;
}

.main01-l .review-main ul li, .news-gather-l .review-main ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  background: url(../images/li-img1.jpg) no-repeat center left;
}

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

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

.main01-l .review-main ul li:hover a, .main01-l .review-main ul li:hover span, .news-gather-l .review-main ul li:hover a, .news-gather-l .review-main ul li:hover span {
  color: #b49277;
}

.main01-l .review-main ul li:hover, .news-gather-l .review-main ul li:hover {
  background: url(../images/li-img2.jpg) no-repeat center left;
}

.main01-l .btn-more, .news-gather-l .btn-more {
  display: block;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #b49277;
  border-radius: 4px;
  margin-top: 6px;
}

.main01-l .btn-more span, .news-gather-l .btn-more span {
  padding: 0 10px;
  color: #b49277;
  font-size: 14px;
}

.main01-l .btn-more:hover, .news-gather-l .btn-more:hover {
  background: #b49277;
  border-color: #b49277;
}

.main01-l .btn-more:hover span, .news-gather-l .btn-more:hover span {
  color: #fff;
}

.news-gather-l dl dd > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main01-l {
  float: left;
  width: 34.5%;
  padding: 20px 16px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

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

.moudle:last-child {
  margin-bottom: 0 !important;
}

.module-tit {
  margin-bottom: 30px;
}

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

.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/module-tit-l.png) no-repeat right center;
}

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

.module-tit.tit1 h2 {
  background: url(../images/zhuanti-bg.png) no-repeat top center;
}

.module-tit.tit2 h2 {
  background: url(../images/tuijian-bg.png) no-repeat top center;
}

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

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

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

.main02 .main02-box {
  margin-bottom: 40px;
}

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

.main02 .special-box li {
  position: relative;
  float: left;
  width: 18.5%;
  margin: .75% 0.75%;
  height: 80px;
}

.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;
}

.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: #b49277;
}

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

.moudle-tit {
  height: 54px;
  border-bottom: 2px solid #eee;
}

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

.moudle-tit h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 52px;
  height: 54px;
  right: -52px;
  bottom: 0;
}

.moudle-tit > a {
  float: right;
  padding: 0 20px;
  font-size: 14px;
  color: #b49277;
  border: 1px solid #b49277;
  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: #b49277;
  border-color: #b49277 !important;
}

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

.moudle-tit .address-secword {
  float: left;
  padding: 14px 10px;
  margin-left: 60px;
}

.moudle-tit .address-secword li {
  display: inline-block;
  margin: 0 5px;
}

.moudle-tit .address-secword li a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 0 10px;
  color: #b49277;
  border: 1px solid #b49277;
  border-radius: 3px;
}

.moudle-tit .address-secword li a:hover {
  color: #fff;
  background: #b49277;
}

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

.moudle-main > div {
  float: left;
  height: 436px;
  border-radius: 4px;
  overflow: hidden;
}

.moudle-main .brief-box {
  width: 323px;
  padding: 11px;
  background: #f3f3f7;
}

.moudle-main .mix-box {
  width: 378px;
  width: 421px;
  margin: 0 12px;
  border: 1px solid #eee;
  padding: 20px 15px;
}

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

.moudle-main .mix-box .news-cnt a {
  text-decoration: none !important;
}

.moudle-main .mix-box .news-cnt li a {
  font-weight: normal !important;
}

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

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

.moudle-main .news-box .review-tabs .nav-tabs3 li {
  width: 33.333%;
}

.moudle-main .news-box .tab-content {
  padding: 0px 16px 4px;
  border: 1px solid #eee;
}

.moudle-main .news-box .tab-content.only-news-box {
  padding-bottom: 13px;
}

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

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

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

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

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

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

.mix-tabs ul li {
  margin-bottom: 0;
}

.mix-tabs ul li a {
  position: relative;
  padding: 6px 7px;
  margin: 0;
  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: #b49277 !important;
}

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

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

.brief-title::before {
  position: absolute;
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  border-radius: 0 2px 2px 0;
  background: #373c77;
  top: 0;
  left: 0;
}

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

.brief-tag li {
  position: relative;
  padding-left: 86px;
  min-height: 22px;
  margin-bottom: 13px;
  overflow: hidden;
}

.brief-tag li span {
  position: absolute;
  width: 66px;
  left: 0;
  top: 0;
  border: 1px solid #373c77;
  border-radius: 2px;
  color: #373c77;
  text-align: center;
  z-index: 1;
}

.brief-tag li span i {
  padding: 0 8px;
  margin-right: 5px;
  background: url(../images/icon-zw.png) no-repeat;
}

.brief-tag li span::before {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  right: -8px;
  top: 2px;
  border-radius: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: -1;
}

.brief-tag li p {
  font-size: 13px;
  line-height: 26px;
}

.brief-tag li .price {
  font-size: 16px;
  font-weight: bold;
  color: #b49277;
}

.brief-tag li .channel-tag {
  margin-top: -8px;
}

.brief-tag li .channel-tag a {
  display: inline-block;
  width: 64px;
  font-size: 12px;
  color: #b49277;
  line-height: 20px;
  border-radius: 22px;
  text-align: center;
  border: 1px solid #b49277;
  background: #fff;
  margin-right: 4px;
  margin-top: 8px;
}

.brief-tag li .channel-tag a:last-child {
  margin-right: 0;
}

.brief-tag li .channel-tag a:hover {
  color: #fff;
  background: #b49277;
  border-color: #b49277;
}

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

.rules-list dl {
  float: left;
  width: 46%;
  margin: 8px 2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  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: #b49277;
}

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

.rules-list-box {
  scrollbar-color: #e5e5e5 #f7f7f9;
  /* 滑块颜色  滚动条背景颜色 未生效 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
  margin: 5px -15px 0 0;
  height: 130px;
  overflow-y: auto;
}

.rules-list-box::-webkit-scrollbar {
  width: 3px;
}

.rules-list-box::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 53px;
}

.rules-list-box::-webkit-scrollbar-track {
  background-color: #fff;
}

.rules-list-box li {
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  background: url(../images/li-img1.jpg) no-repeat left center;
}

.rules-list-box li a {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  width: calc(100% - 62px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rules-list-box li span {
  float: right;
  width: 62px;
  font-size: 12px;
  line-height: 26px;
  color: #c52d2d;
  text-align: right;
}

.gjxx-md .moudle-main .mix-box, .gjcz-md .moudle-main .mix-box, .gjgz-md .moudle-main .mix-box, .yry-md .moudle-main .mix-box {
  padding-top: 10px;
}

.gjxx-md .mix-title, .gjcz-md .mix-title, .gjgz-md .mix-title, .yry-md .mix-title {
  margin-bottom: 0;
}

.gjxx-md .moudle-main > div, .gjcz-md .moudle-main > div, .gjgz-md .moudle-main > div, .yry-md .moudle-main > div {
  height: 468px;
}

.gjxx-md .rules-list, .gjcz-md .rules-list, .gjgz-md .rules-list, .yry-md .rules-list {
  min-height: 216px;
}

.gjxx-md .rules-list dl, .gjcz-md .rules-list dl, .gjgz-md .rules-list dl, .yry-md .rules-list dl {
  margin: 3px 2%;
  padding: 6px 10px;
}

.gjxx-md .news-list li, .gjcz-md .news-list li, .gjgz-md .news-list li, .yry-md .news-list li {
  height: 29px;
  line-height: 25px;
}

.gjxx-md .faq-news-li, .gjcz-md .faq-news-li, .gjgz-md .faq-news-li, .yry-md .faq-news-li {
  padding-left: 20px;
  background: url(../images/faq-li-img.png) no-repeat left top 8px;
}

.gjxx-md .news-box .tab-content, .gjcz-md .news-box .tab-content, .gjgz-md .news-box .tab-content, .yry-md .news-box .tab-content {
  height: 429px;
}

.slxx-md .moudle-main .mix-box {
  padding-top: 10px;
}

.slxx-md .mix-title {
  margin-bottom: 0;
}

.slxx-md .moudle-main > div {
  height: 519px;
}

.slxx-md .rules-list {
  min-height: 216px;
}

.slxx-md .rules-list dl {
  margin: 3px 2%;
  padding: 6px 10px;
}

.slxx-md .news-list li {
  height: 26px;
  line-height: 26px;
}

.slxx-md .faq-news-li {
  padding-left: 20px;
  background: url(../images/faq-li-img.png) no-repeat left top 8px;
}

.slxx-md .faq-news-li::before {
  display: none !important;
}

.slxx-md .news-box .tab-content {
  height: 481px;
}

.slxx-md .news-list-box .type-btn {
  margin-bottom: 5px;
}

.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: #b49277;
}

.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: #b49277;
}

.news-list li {
  position: relative;
  padding-left: 10px;
}

.news-list li::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  background: #999;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 2px;
}

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

.school-news li {
  height: 30px;
  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: 3px;
  height: 16px;
  border-radius: 0 2px 2px 0;
  background: #b49277;
  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: #b49277;
}

.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 11px;
  margin-top: 0 !important;
  border-radius: 3px;
  border: 1px solid #bbb;
}

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

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

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

.news-list-box .type-btn {
  margin: 0 -2% 14px;
}

.news-list-box .type-btn a {
  float: left;
  width: 29.333%;
  margin: 2%;
  font-size: 14px;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #ddd;
}

.news-list-box .type-btn a:hover {
  color: #fff !important;
}

#news-d2 .news-list-box .type-btn a {
  border: 1px solid #29569b;
  color: #29569b;
}

#news-d2 .news-list-box .type-btn a:hover {
  color: #fff;
  background: #29569b;
}

.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 5px;
  color: #b49277;
  border: 1px solid #b49277;
  border-radius: 4px;
}

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

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

#news-a2 .news-list li,
#news-b2 .news-list li,
#news-c2 .news-list li {
  height: 29.75px;
}

.only-news-box {
  padding: 20px 12px 15px;
  border: 1px solid #eee;
}

.only-news-box .news-list li {
  height: 28.5px;
}

.only-news-box .news-list-box-tit {
  padding-top: 0 !important;
  margin-left: -12px !important;
}

.only-news-box .news-list-box-tit h3 {
  width: auto;
  border-bottom: none !important;
}

.zx-md .only-news-box .news-list li {
  height: 27px;
}

.zx-md .moudle-main > div {
  height: 393px;
}

.main02 .gjxx-md .moudle-tit::after {
  background: #508c96;
}

.gjxx-md .moudle-tit > a, .gjxx-md .moudle-tit h2 span, .gjxx-md .brief-title, .gjxx-md .brief-text, .gjxx-md .brief-tag li span, .gjxx-md .btn-into span, .gjxx-md .news-title h3 span, .gjxx-md .type-btn a {
  color: #508c96;
}

.gjxx-md .brief-tag li span::before {
  background: #f2f7f8;
  border-top: 1px solid #508c96;
  border-right: 1px solid #508c96;
}

.gjxx-md .brief-tag li span, .gjxx-md .btn-into, .gjxx-md .type-btn a,
.gjxx-md .moudle-tit > a, .gjxx-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #508c96;
}

.gjxx-md .moudle-tit h2, .gjxx-md .news-title:before, .gjxx-md .brief-title:before, .gjxx-md .type-btn a:hover {
  background: #508c96;
}

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

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

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

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

.gjxx-md .moudle-tit > a i {
  background-position: -150px -407px;
}

.gjxx-md .brief-icon1 {
  background-position: -150px -8px;
}

.gjxx-md .brief-icon2 {
  background-position: -150px -58px;
}

.gjxx-md .brief-icon3 {
  background-position: -150px -108px;
}

.gjxx-md .brief-icon4 {
  background-position: -150px -158px;
}

.gjxx-md .brief-icon5 {
  background-position: -150px -208px;
}

.gjxx-md .brief-icon6 {
  background-position: -150px -258px;
}

.gjxx-md .brief-icon7 {
  background-position: -150px -308px;
}

.gjxx-md .brief-icon8 {
  background-position: -150px -358px;
}

.main02 .gjcz-md .moudle-tit::after {
  background: #4b7e9d;
}

.gjcz-md .moudle-tit > a, .gjcz-md .moudle-tit h2 span, .gjcz-md .brief-title, .gjcz-md .brief-text, .gjcz-md .brief-tag li span, .gjcz-md .btn-into span, .gjcz-md .news-title h3 span, .gjcz-md .type-btn a {
  color: #4b7e9d;
}

.gjcz-md .brief-tag li span::before {
  background: #eff7fb;
  border-top: 1px solid #4b7e9d;
  border-right: 1px solid #4b7e9d;
}

.gjcz-md .brief-tag li span, .gjcz-md .btn-into, .gjcz-md .type-btn a,
.gjcz-md .moudle-tit > a, .gjcz-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #4b7e9d;
}

.gjcz-md .moudle-tit h2, .gjcz-md .news-title:before, .gjcz-md .brief-title:before, .gjcz-md .type-btn a:hover {
  background: #4b7e9d;
}

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

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

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

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

.gjcz-md .moudle-tit > a i {
  background-position: -200px -407px;
}

.gjcz-md .brief-icon1 {
  background-position: -200px -8px;
}

.gjcz-md .brief-icon2 {
  background-position: -200px -58px;
}

.gjcz-md .brief-icon3 {
  background-position: -200px -108px;
}

.gjcz-md .brief-icon4 {
  background-position: -200px -158px;
}

.gjcz-md .brief-icon5 {
  background-position: -200px -208px;
}

.gjcz-md .brief-icon6 {
  background-position: -200px -258px;
}

.gjcz-md .brief-icon7 {
  background-position: -200px -308px;
}

.gjcz-md .brief-icon8 {
  background-position: -200px -358px;
}

.main02 .gjgz-md .moudle-tit::after {
  background: #43528b;
}

.gjgz-md .moudle-tit > a, .gjgz-md .moudle-tit h2 span, .gjgz-md .brief-title, .gjgz-md .brief-text, .gjgz-md .brief-tag li span, .gjgz-md .btn-into span, .gjgz-md .news-title h3 span, .gjgz-md .type-btn a {
  color: #43528b;
}

.gjgz-md .brief-tag li span::before {
  background: #f3f3f7;
  border-top: 1px solid #43528b;
  border-right: 1px solid #43528b;
}

.gjgz-md .brief-tag li span, .gjgz-md .btn-into, .gjgz-md .type-btn a,
.gjgz-md .moudle-tit > a, .gjgz-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #43528b;
}

.gjgz-md .moudle-tit h2, .gjgz-md .news-title:before, .gjgz-md .brief-title:before, .gjgz-md .type-btn a:hover {
  background: #43528b;
}

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

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

.gjgz-md .brief-text {
  background: #dfe0ef;
}

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

.gjgz-md .moudle-tit > a i {
  background-position: -250px -407px;
}

.gjgz-md .brief-icon1 {
  background-position: -250px -8px;
}

.gjgz-md .brief-icon2 {
  background-position: -250px -58px;
}

.gjgz-md .brief-icon3 {
  background-position: -250px -108px;
}

.gjgz-md .brief-icon4 {
  background-position: -250px -158px;
}

.gjgz-md .brief-icon5 {
  background-position: -250px -208px;
}

.gjgz-md .brief-icon6 {
  background-position: -250px -258px;
}

.gjgz-md .brief-icon7 {
  background-position: -250px -308px;
}

.gjgz-md .brief-icon8 {
  background-position: -250px -358px;
}

.main02 .slxx-md .moudle-tit::after {
  background: #77639c;
}

.slxx-md .moudle-tit > a, .slxx-md .moudle-tit h2 span, .slxx-md .brief-title, .slxx-md .brief-text, .slxx-md .brief-tag li span, .slxx-md .btn-into span, .slxx-md .news-title h3 span, .slxx-md .type-btn a {
  color: #77639c;
}

.slxx-md .brief-tag li span::before {
  background: #f9f5ff;
  border-top: 1px solid #77639c;
  border-right: 1px solid #77639c;
}

.slxx-md .brief-tag li span, .slxx-md .btn-into, .slxx-md .type-btn a,
.slxx-md .moudle-tit > a, .slxx-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #77639c;
}

.slxx-md .moudle-tit h2, .slxx-md .news-title:before, .slxx-md .brief-title:before, .slxx-md .type-btn a:hover {
  background: #77639c;
}

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

.slxx-md .moudle-main .brief-box {
  background: #f9f5ff;
  border: 1px solid #eae4f4;
}

.slxx-md .brief-text {
  background: #eae4f4;
}

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

.slxx-md .moudle-tit > a i {
  background-position: -300px -407px;
}

.slxx-md .brief-icon1 {
  background-position: -300px -8px;
}

.slxx-md .brief-icon2 {
  background-position: -300px -58px;
}

.slxx-md .brief-icon3 {
  background-position: -300px -108px;
}

.slxx-md .brief-icon4 {
  background-position: -300px -158px;
}

.slxx-md .brief-icon5 {
  background-position: -300px -208px;
}

.slxx-md .brief-icon6 {
  background-position: -300px -258px;
}

.slxx-md .brief-icon7 {
  background-position: -300px -308px;
}

.slxx-md .brief-icon8 {
  background-position: -300px -358px;
}

.main02 .yry-md .moudle-tit::after {
  background: #bd8957;
}

.yry-md .moudle-tit > a, .yry-md .moudle-tit h2 span, .yry-md .brief-title, .yry-md .brief-text, .yry-md .brief-tag li span, .yry-md .btn-into span, .yry-md .news-title h3 span, .yry-md .type-btn a {
  color: #bd8957;
}

.yry-md .brief-tag li span::before {
  background: #fbf6f1;
  border-top: 1px solid #bd8957;
  border-right: 1px solid #bd8957;
}

.yry-md .brief-tag li span, .yry-md .btn-into, .yry-md .type-btn a,
.yry-md .moudle-tit > a, .yry-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #bd8957;
}

.yry-md .moudle-tit h2, .yry-md .news-title:before, .yry-md .brief-title:before, .yry-md .type-btn a:hover {
  background: #bd8957;
}

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

.yry-md .moudle-main .brief-box {
  background: #fbf6f1;
  border: 1px solid #f0e7de;
}

.yry-md .brief-text {
  background: #f0e7de;
}

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

.yry-md .moudle-tit > a i {
  background-position: -350px -407px;
}

.yry-md .brief-icon1 {
  background-position: -350px -8px;
}

.yry-md .brief-icon2 {
  background-position: -350px -58px;
}

.yry-md .brief-icon3 {
  background-position: -350px -108px;
}

.yry-md .brief-icon4 {
  background-position: -350px -158px;
}

.yry-md .brief-icon5 {
  background-position: -350px -208px;
}

.yry-md .brief-icon6 {
  background-position: -350px -258px;
}

.yry-md .brief-icon7 {
  background-position: -350px -308px;
}

.yry-md .brief-icon8 {
  background-position: -350px -358px;
}

.main02 .zx-md .moudle-tit::after {
  background: #444874;
}

.zx-md .moudle-tit > a, .zx-md .moudle-tit h2 span, .zx-md .brief-title, .zx-md .brief-text, .zx-md .brief-tag li span, .zx-md .btn-into span, .zx-md .news-title h3 span, .zx-md .type-btn a {
  color: #444874;
}

.zx-md .brief-tag li span::before {
  background: #f3f3f7;
  border-top: 1px solid #444874;
  border-right: 1px solid #444874;
}

.zx-md .brief-tag li span, .zx-md .btn-into, .zx-md .type-btn a,
.zx-md .moudle-tit > a, .zx-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #444874;
}

.zx-md .moudle-tit h2, .zx-md .news-title:before, .zx-md .brief-title:before, .zx-md .type-btn a:hover {
  background: #444874;
}

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

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

.zx-md .brief-text {
  background: #dfe0ef;
}

.zx-md .btn-into i {
  background-position: -400px -355px;
}

.zx-md .moudle-tit > a i {
  background-position: -400px -407px;
}

.zx-md .brief-icon1 {
  background-position: -400px -8px;
}

.zx-md .brief-icon2 {
  background-position: -400px -58px;
}

.zx-md .brief-icon3 {
  background-position: -400px -108px;
}

.zx-md .brief-icon4 {
  background-position: -400px -158px;
}

.zx-md .brief-icon5 {
  background-position: -400px -208px;
}

.zx-md .brief-icon6 {
  background-position: -400px -258px;
}

.zx-md .brief-icon7 {
  background-position: -400px -308px;
}

.zx-md .brief-icon8 {
  background-position: -400px -358px;
}

.main02 .dp-md .moudle-tit::after {
  background: #015074;
}

.dp-md .moudle-tit > a, .dp-md .moudle-tit h2 span, .dp-md .brief-title, .dp-md .brief-text, .dp-md .brief-tag li span, .dp-md .btn-into span, .dp-md .news-title h3 span, .dp-md .type-btn a {
  color: #015074;
}

.dp-md .brief-tag li span::before {
  background: #f8fafb;
  border-top: 1px solid #015074;
  border-right: 1px solid #015074;
}

.dp-md .brief-tag li span, .dp-md .btn-into, .dp-md .type-btn a,
.dp-md .moudle-tit > a, .dp-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #015074;
}

.dp-md .moudle-tit h2, .dp-md .news-title:before, .dp-md .brief-title:before, .dp-md .type-btn a:hover {
  background: #015074;
}

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

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

.dp-md .brief-text {
  background: #e9eff2;
}

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

.dp-md .moudle-tit > a i {
  background-position: -407px;
}

.dp-md .brief-icon1 {
  background-position: -8px;
}

.dp-md .brief-icon2 {
  background-position: -58px;
}

.dp-md .brief-icon3 {
  background-position: -108px;
}

.dp-md .brief-icon4 {
  background-position: -158px;
}

.dp-md .brief-icon5 {
  background-position: -208px;
}

.dp-md .brief-icon6 {
  background-position: -258px;
}

.dp-md .brief-icon7 {
  background-position: -308px;
}

.dp-md .brief-icon8 {
  background-position: -358px;
}

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

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

.zx-tabs .nav-tabs > li {
  width: 11.111%;
  text-align: center;
}

.zx-tabs .nav-tabs > li a {
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
  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 {
  color: #b49277;
  font-weight: bold;
  background: url(../images/zx-tabs-bg.png) no-repeat bottom center !important;
}

/* link start */
.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 */
.order-list {
  padding: 15px 0;
  min-height: 404px;
}

.main-faqnews {
  height: 365px;
  overflow: hidden;
}

.main-faqnews2 {
  height: 377px;
  overflow: hidden;
}

.faqnews-list li {
  padding: 0 0 11px;
  margin-bottom: 11px;
  border-bottom: 1px dashed #e0e0e0;
}

.faqnews-list li .faqnews-tit, .faqnews-list li p {
  position: relative;
  padding-left: 22px;
}

.faqnews-list li .faqnews-tit em, .faqnews-list li p em {
  display: block;
  width: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  text-align: center;
  border-radius: 2px;
}

.faqnews-list li .faqnews-tit {
  margin-bottom: 6px;
}

.faqnews-list li .faqnews-tit a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.faqnews-list li .faqnews-tit em {
  background: #21a45e;
}

.faqnews-list li .faqnews-tit:hover a {
  color: #b49277;
}

.faqnews-list li p {
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.faqnews-list li p em {
  background: #fd783e;
  top: 2px;
}

.faqnews-list.faqnews-list2 {
  padding: 5px 0;
}

.faqnews-list.faqnews-list2 li {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.duanpei {
  margin-top: 20px;
}

.duanpei .duanpei-tit {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 0 1.5% 3%;
}

.duanpei .duanpei-list a {
  float: left;
  position: relative;
  width: 48%;
  margin: 8px 1% 0;
  padding-left: 46px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
}

.duanpei .duanpei-list a::before {
  position: absolute;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  left: 26px;
  top: 8px;
  background: url(../images/guide-icon.png);
}

.duanpei .duanpei-list .a1 {
  color: #7067ac;
  background: #e7e5f8;
}

.duanpei .duanpei-list .a1::before {
  background-position: -150px 0px;
}

.duanpei .duanpei-list .a1:hover {
  color: #fff;
  background: #7067ac;
}

.duanpei .duanpei-list .a1:hover::before {
  background-position: -200px 0px;
}

.duanpei .duanpei-list .a2 {
  color: #b08751;
  background: #f8e9d7;
}

.duanpei .duanpei-list .a2::before {
  background-position: -150px -50px;
}

.duanpei .duanpei-list .a2:hover {
  color: #fff;
  background: #b08751;
}

.duanpei .duanpei-list .a2:hover::before {
  background-position: -200px -50px;
}

.duanpei .duanpei-list .a3 {
  color: #398c76;
  background: #d8f7ef;
}

.duanpei .duanpei-list .a3::before {
  background-position: -150px -100px;
}

.duanpei .duanpei-list .a3:hover {
  color: #fff;
  background: #398c76;
}

.duanpei .duanpei-list .a3:hover::before {
  background-position: -200px -100px;
}

.duanpei .duanpei-list .a4 {
  color: #44769c;
  background: #d8e9f6;
}

.duanpei .duanpei-list .a4::before {
  background-position: -150px -150px;
}

.duanpei .duanpei-list .a4:hover {
  color: #fff;
  background: #44769c;
}

.duanpei .duanpei-list .a4:hover::before {
  background-position: -200px -150px;
}

.dp-md .moudle-main > div {
  height: auto;
}

.dp-md .moudle-main .brief-box {
  width: 358px;
  max-height: 568px;
  padding: 15px;
}

.dp-md .zx-tabs .nav-tabs > li {
  width: 24.283%;
  max-width: 156px;
}

.moudle-main .dp-r-box {
  position: relative;
  width: 794px;
  margin-left: 16px;
  border: none;
  overflow: visible;
}

.moudle-main .dp-r-box .dp-text {
  padding: 12px 18px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background: #f1f5f7;
  border-radius: 4px;
}

.moudle-main .dp-r-box .dp-text a {
  color: #b49277;
  font-weight: bold;
}

.moudle-main .dp-r-box .dp-news {
  padding: 15px 15px 17px;
  width: calc(100% - 260px);
  max-width: 569px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.moudle-main .dp-r-box .news-list li {
  width: 100% !important;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.moudle-main .dp-r-box .dp-major {
  min-height: 284px;
  margin-top: 20px;
  overflow: hidden;
}

.moudle-main .dp-r-box .dp-major .mix-title {
  padding-left: 25px;
  margin-left: 0;
}

.moudle-main .dp-r-box .dp-major .mix-title::before {
  width: 20px;
  height: 20px;
  background: url(../images/dp-sub-icon.png) no-repeat left center !important;
  top: 0 !important;
}

.moudle-main .dp-r-box .dp-list-box {
  margin: 7px -1% 0;
}

.moudle-main .dp-r-box .dp-list {
  float: left;
  width: 14.666%;
  margin: 0 1%;
}

.moudle-main .dp-r-box .dp-list .dp-img {
  margin-bottom: 5px;
}

.moudle-main .dp-r-box .dp-list p {
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  margin-bottom: 8px;
}

.moudle-main .dp-r-box .dp-list:hover p {
  color: #b49277;
}

.moudle-main .dp-r-box .order-form2 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f4f8fe;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  width: 250px;
}

.moudle-main .dp-r-box .order-form2 .order-form-title {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  background: url(../images/order-form-tit-bg2.png) no-repeat top center;
}

.moudle-main .dp-r-box .order-form2 form {
  display: -webkit-box;
  display: flex;
  padding: 15px 15px 3px;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.moudle-main .dp-r-box .order-form2 .form-control {
  height: 26px;
  line-height: 24px;
  border: 1px solid #e7e7e7;
  padding-left: 19px \9;
  padding-right: 0 \9;
  padding-top: 0 \9;
  padding-bottom: 0 \9;
  padding: 0 12px;
}

.moudle-main .dp-r-box .order-form2 .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin-bottom: 10px;
}

.moudle-main .dp-r-box .order-form2 .input-group-span {
  width: 70px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 0;
  margin-right: 10px;
}

.moudle-main .dp-r-box .order-form2 .submit-group {
  width: 100%;
  text-align: center;
}

.moudle-main .dp-r-box .order-form2 .submit-group input {
  width: 100%;
  max-width: 120px;
  background: #b49277;
  border: 1px solid #b49277;
  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;
}

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

.dp-type-box .brief-title {
  color: #30384b !important;
}

.dp-type-box .brief-text {
  color: #444 !important;
  line-height: 23px;
}

.dp-type-box .brief-text span {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin: 5px 0;
}

.dp-type-box .brief-text span::before {
  display: inline-block;
  width: 10px;
  height: 11px;
  content: '';
  background: url(../images/dp-span-icon.png) no-repeat center;
  margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .moudle-main .mix-box, .moudle-main .dp-r-box {
    width: calc(100% - 376px);
    margin-right: 0;
  }
  .moudle-main .news-box {
    width: 100%;
    margin-top: 2%;
    height: auto !important;
  }
  .news-list li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .slxx-md .news-box .tab-content, .gjxx-md .news-box .tab-content, .gjcz-md .news-box .tab-content, .gjgz-md .news-box .tab-content, .yry-md .news-box .tab-content {
    height: auto;
  }
  .container .banner {
    width: 104%;
    margin: 0 -2%;
  }
  .kfr-wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .kfr-wrapper, .order-list {
    height: auto;
    min-height: auto;
  }
  .order-list dl {
    float: left;
    width: 50%;
  }
}

@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;
  }
  .main01-r, .main01-l {
    width: 100%;
  }
  .main01-r {
    margin-top: 3%;
  }
  .main01-r .review-main .carousel {
    max-width: 750px;
    margin: 0 auto 3%;
  }
  .main02 .moudle-tit h2 {
    font-size: 20px;
  }
  .moudle-main .dp-r-box .order-form2 form {
    justify-content: center;
  }
  .moudle-main .dp-r-box .dp-list {
    width: 23%;
  }
  .moudle-main .dp-r-box .dp-news {
    width: 100%;
    max-width: none;
  }
  .moudle-main .dp-r-box .order-form2 {
    right: auto;
    width: 323px;
    left: -339px;
  }
}

@media only screen and (max-width: 800px) {
  .moudle-main .news-box .tab-content, .moudle-main .news-box {
    height: auto !important;
    max-height: none;
  }
  .moudle-main .brief-box {
    width: 100%;
    height: auto !important;
    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: 0 auto;
  }
  .moudle-main .dp-r-box .order-form2 form {
    justify-content: space-between;
  }
  .moudle-main .dp-r-box {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .moudle-main .dp-r-box .dp-major {
    min-height: auto;
    margin-bottom: 0px !important;
  }
  .moudle-main .dp-r-box .dp-news {
    max-width: none;
    margin-bottom: 15px;
  }
  .moudle-main .dp-r-box .order-form2 {
    position: static;
    left: auto;
  }
  .moudle-main .dp-r-box .order-form2, .dp-md .moudle-main .brief-box {
    width: 100%;
  }
  .dp-wrapper dl {
    width: 19%;
    margin: 0 .5%;
    padding-right: 5px;
  }
  .dp-wrapper dl .dp-tit {
    font-size: 16px;
  }
  .dp-wrapper dl p {
    font-size: 12px;
  }
  .order-list dl {
    width: 100%;
  }
  .news-gather-l {
    width: 100%;
  }
  .news-gather-r {
    width: 100%;
    margin: 3% auto 0;
  }
  .scrap {
    padding: 15px;
  }
  .scrap .top-hot {
    font-size: 18px;
    padding-left: 50px;
    background-size: 40px !important;
    margin-bottom: 2%;
  }
  .scrap ul li.yuloo-isgood a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .zx-tabs {
    width: 100%;
    margin: 3% 0;
    border-bottom: 1px solid #ddd;
  }
  .zx-tabs .nav-tabs > li a {
    font-size: 15px;
    padding: 10px 0;
  }
  .zx-tabs .nav-tabs > li.active a, .zx-tabs .nav-tabs > li:hover a {
    background: #b49277 !important;
    color: #fff;
    width: 100%;
  }
  .dp-md .zx-tabs {
    margin: 3% 0 0;
    border: none !important;
  }
  .dp-md .zx-tabs .nav-tabs {
    padding: 0 !important;
  }
  .dp-md .zx-tabs .nav-tabs > li {
    width: 23%;
  }
  .dp-md .zx-tabs .nav-tabs > li a {
    font-size: 13px;
  }
  .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%;
  }
  .school-form2 {
    width: 100%;
  }
  .main-faqnews, .main-faqnews2 {
    padding-top: 10px;
    height: auto;
  }
  .main02 {
    padding: 3% 0 5%;
  }
  .link {
    padding: 5% 0;
  }
  .module-tit h2 {
    font-size: 28px;
  }
  .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: 31.333%;
    margin: 1%;
  }
  .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 {
    position: relative;
  }
  .moudle-tit .address-secword {
    position: absolute;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin-left: 0;
  }
  .moudle-tit .address-secword li {
    float: left;
    width: 31.333%;
    margin: 1%;
  }
  .moudle-tit .address-secword li a {
    font-size: 13px;
    line-height: 22px;
    padding: 0 0;
    text-align: center;
  }
  .gjxx-md .moudle-main,
  .gjcz-md .moudle-main,
  .gjgz-md .moudle-main,
  .yry-md .moudle-main {
    padding-top: 50px;
  }
  .moudle-tit > a {
    padding: 0 2%;
  }
  /* 2019.11.11 */
  .school-form .select-search .school-option.hidden, .school-form .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
    border: none;
  }
  .school-form .select-search .school-option {
    width: auto;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-radius: 3px;
    overflow: hidden;
  }
  .school-form .select-search {
    margin-left: 10px !important;
    padding-right: 0 !important;
  }
  .school-form .school-option select {
    padding-left: 0 !important;
  }
  .school-form .school-option select, .school-form .school-option select option {
    width: 100%;
    font-size: 14px;
  }
  .school-form .school-option select, .school-form .school-option select option, .school-form .schoolName-box {
    height: 30px;
    line-height: 30px;
    border: none !important;
  }
  .school-form .schoolName-box, .school-form .school-option select option {
    padding: 0 !important;
  }
  .school-form .select-search button, .school-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 {
    margin-bottom: 5%;
  }
  .module-tit .line-box {
    padding-top: 3%;
  }
  .main01 .hot-tag-main {
    display: flex;
    flex-wrap: wrap;
  }
  .main01 .hot-tag-main a {
    width: 23%;
    margin: 10px 1% 0;
    display: flex;
    padding: 2px 5px;
    line-height: 20px;
    align-items: center;
  }
  .dp-wrapper {
    margin: 1% -1%;
  }
  .dp-wrapper dl {
    width: 31.333%;
    margin: 1%;
  }
  .kfr-wrapper {
    width: 100%;
    margin: 3% 0 0;
  }
}

@media only screen and (max-width: 680px) {
  .module-tit {
    overflow: hidden;
  }
  .main01 .hot-tag-main a {
    width: 31.333%;
  }
  .moudle-main .dp-r-box .order-form2 .submit-group {
    flex-wrap: wrap;
    height: auto;
  }
  .news-gather-r .school-form2 .form-group {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-gather-r .school-form2 .form-group.submit-group {
    flex-wrap: wrap;
    height: auto;
  }
}

@media only screen and (max-width: 428px) {
  .review-tabs ul li a {
    font-size: 14px;
  }
  .news-gather-l dl dt {
    margin-bottom: 5px;
  }
  .news-gather-l dl dd > a {
    height: 60px;
    line-height: 20px;
    white-space: normal;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .main01-l dl dd, .news-gather-l dl dd {
    position: relative;
  }
  .main01-l dl dd p, .news-gather-l dl dd p {
    width: 100%;
  }
  .main01-l dl dd p.time, .news-gather-l dl dd p.time {
    position: absolute;
    top: 60px;
    left: 130px;
  }
  .school-form .form-inline .form-group {
    width: 98%;
  }
  .plan-item li, .plan-city li {
    width: 30.333%;
  }
  .main02 .special-box li {
    width: 31.333%;
    height: auto;
  }
  .zx-tabs .nav-tabs {
    padding-bottom: 1%;
  }
  .zx-tabs .nav-tabs > li {
    width: 31.333%;
    margin: 1%;
  }
  .zx-md .moudle-main > div {
    height: auto;
  }
  .zx-tabs .nav-tabs > li a {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    border: 1px solid #b49277 !important;
  }
  .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;
  }
  .school-form2 .form-group.submit-group {
    flex-wrap: wrap;
  }
  .school-form2 .submit-group input, .school-form2 .submit-group button {
    margin-left: 0;
  }
  .school-form2 .form-group {
    height: auto;
  }
  .hot-tag {
    margin-bottom: 2%;
  }
  .main01 .hot-tag-main a {
    width: 48%;
  }
  .moudle-main .dp-r-box .order-form2 form {
    justify-content: center;
  }
  .moudle-main .dp-r-box .dp-list {
    width: 31.333%;
  }
  .moudle-main .dp-r-box .order-form2 .submit-group input {
    max-width: 190px;
  }
  .dp-r-box .must-box2 {
    margin-top: 10px;
  }
  .dp-wrapper dl {
    width: 31.333%;
  }
  .dp-wrapper dl p {
    display: none;
  }
  .dp-wrapper dl .dp-tit {
    line-height: 16px;
  }
  .dp-wrapper dl .dp-tit a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 0 5px 40px;
  }
  .dp-wrapper dl dt {
    font-size: 12px;
    line-height: 1;
    padding: 3px 6px 2px;
  }
  .kfr-wrapper {
    padding: 10px;
  }
  .news-gather-l .tab-content > div {
    padding: 0 10px;
  }
  .scrap .top-hot {
    background: none;
    padding-left: 0;
  }
  .scrap .top-hot a {
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    background: url(../images/top-hot-img.png) no-repeat left center;
    background-size: 40px;
  }
  .scrap {
    position: relative;
    margin-bottom: 3%;
  }
  .scrap ul {
    float: left;
    width: 100%;
    height: 0;
    margin: 0 auto;
  }
  .scrap ul li {
    display: none;
    margin: 0 1% 8px;
  }
  .scrap ul.active:nth-of-type(1) {
    margin-top: 40px;
  }
  .scrap ul:nth-of-type(1) {
    height: auto;
  }
  .scrap ul:nth-of-type(1) li {
    display: block;
  }
  .scrap ul li.scrap-sub-tit {
    position: absolute;
    left: 0;
    top: 80px;
    width: 23% !important;
    cursor: pointer;
    display: block !important;
    z-index: 1;
  }
  .scrap ul li.scrap-sub-tit.active span {
    color: #fff;
    background: #f51e29;
  }
  .scrap ul.active {
    margin-top: 40px;
    height: auto;
  }
  .scrap ul.active li {
    display: block !important;
    width: 48%;
  }
  .scrap ul li.yuloo-isgood a {
    font-size: 14px;
    padding: 0;
  }
  .scrap ul li.yuloo-isgood a::before {
    display: none;
  }
}
