<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.nTalk-window-offLine-bottom {
  display: none !important;
}

/* -----首页----- */
/* 顶部 */
.mobile_show, .rank_toggle {
  display: none;
}

.topbar {
  width: 100%;
  height: 58px;
  background-color: #000;
}

.topbar .logo {
  width: 141px;
  height: 32px;
  margin-top: 11px;
  background: url(../images/logo.png) no-repeat center / 100% 100%;
  text-indent: -999em;
  overflow: hidden;
}

.topbar .login a {
  font-size: 16px;
  line-height: 58px;
  color: #fff;
}

.topbar .login a:hover {
  color: #fc6534;
}

.topbar .login span {
  font-size: 16px;
  line-height: 58px;
  color: #fff;
}

.topbar .login span:hover {
  color: #fc6534;
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  height: 190px;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner .Width {
  height: 100%;
}

.banner h2 {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 460px;
  margin-left: -600px;
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.banner p {
  position: absolute;
  left: 0;
  top: 30px !important;
  font-size: 50px !important;
  line-height: 60px !important;
  color: #fff;
  font-weight: bold;
}

.bannerimg {
  display: none;
  position: absolute;
  left: 50%;
  top: 15px;
  width: 955px;
  height: 450px;
  background: url(../images/bannerimg.png) no-repeat center / 100% auto;
}

.navwrap {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e3e3e3;
}

.nav {
  height: 68px;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav li {
  margin: 0 auto;
  font-size: 18px;
  line-height: 68px;
  text-align: center;
}

.nav li a {
  display: inline-block;
}

.nav li.current {
  border-bottom: 3px solid #fc7e5b;
}

.nav li.current a {
  color: #fc6534;
  font-weight: bold;
}

/* 面包屑 */
.crumbsNav {
  padding-top: 30px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
}

.crumbsNav span, .crumbsNav a {
  color: #333;
}

/*热门排行榜*/
.hot {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hot-title {
  padding-bottom: 60px;
  font-size: 28px;
  text-align: center;
}

.hot-wrap {
  float: left;
  width: 31.625%;
  margin-right: 2.5%;
}

.hot-wrap:last-child {
  margin-right: 0;
}

.hot-tips {
  float: left;
  font-size: 20px;
}

.hot-more {
  float: right;
}

.hot-list {
  height: 536px;
  padding: 0 24px;
  margin-top: 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #ececec;
  border-radius: 8px;
}

.hot-list ul {
  margin-top: 30px;
}

.hot-list li {
  margin-bottom: 16px;
}

.hot-list li:last-child {
  margin-bottom: 0;
}

.list-title {
  border-bottom: 1px solid #ececec;
  padding-bottom: 22px;
  margin-top: 30px;
  font-size: 16px;
}

.list-l {
  float: left;
  width: 74.5%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-l img{
  display: block;
  margin-right: 8px;
}

.list-r {
  float: right;
  margin-right: 5%;
}

.hot-num {
  text-align: center;
  float: left;
  margin-right: 4%;
  color: #999;
  width: 24px;
  line-height: 24px;
  height: 24px;
  margin-top: 3px;
  border-radius: 5px;
}

.hot-list li:nth-child(n+1):nth-child(1) .hot-num {
  color: #fff;
  background: #FF2D46;
}
.hot-list li:nth-child(n+1):nth-child(2) .hot-num {
  color: #fff;
  background: #FF6700;
}
.hot-list li:nth-child(n+1):nth-child(3) .hot-num {
  color: #fff;
  background: #FFAD0C;
}

.hot-href {
  float: left;
  max-width: 92%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hot-scale {
  float: right;
  margin-right: 5%;
  color: #666;
}
/* title */
.title {
  font-size: 30px;
  line-height: 70px;
  color: #111;
  font-weight: bold;
}

.title02 {
  padding: 0 0 30px;
  font-size: 30px;
  line-height: 40px;
}

.title02 span {
  margin-left: 10px;
  font-size: 16px;
  color: #333;
}

.title03 {
  font-size: 30px;
  line-height: 96px;
  font-weight: bold;
}

.title03 em {
  font-weight: bold;
}

.title04 {
  margin: 20px 0;
  font-size: 22px;
  line-height: 40px;
}

/* 筛选切换 */
.searchMenu span {
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  margin: 18px 0 0 20px;
  background: #f8f8f8;
  border-radius: 34px;
  font-size: 16px;
  line-height: 34px;
  color: #111;
  cursor: pointer;
}

.searchMenu span.current {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

.searchMenu span:hover {
  color: #fff;
  background: #fcad38;
}

.tutu01 {
  width: 218px;
  height: 68px;
  background: url(../images/tutu01.png) no-repeat center / 100% auto;
  text-indent: -999em;
  overflow: hidden;
  transition: all .5s;
}

.tutu01:hover {
  transform: scale(1.05, 1.05);
}

/* 搜索条件 */
.searchCon {
  margin-top: 22px;
}

.selDiv, .sel_choose {
  float: left;
  width: 32.6%;
  height: 55px;
  margin-right: 1.1%;
  margin-bottom: 15px;
  position: relative;
}

#searchCon01 .selDiv:nth-child(3n) {
  margin-right: 0;
}

#searchCon02 .selDiv {
  /* width: 24%;
  margin-right: 1.33%; */
  width: 32.333%;
  margin-right: 1.5%;
}

#searchCon02 .selDiv:nth-child(3n) {
  margin-right: 0;
}

#searchCon03 {
  width: 64%;
  margin: 22px auto 0;
}

#searchCon03 .selDiv {
  width: 49%;
  margin-right: 1%;
}

/* 筛选字段中的年份可能没有，如果没有年份 selBox加class:  sel-noyear */
#searchCon01 .sel-noyear .selDiv:nth-child(5) {
  width: 66.3%;
  margin-right: 0;
}

#searchCon02 .sel-noyear .selDiv {
  width: 32.6%;
  margin-right: 1.1%;
}

#searchCon02 .sel-noyear .selDiv:nth-child(3n) {
  margin-right: 0;
}

.selDiv cite, .sel_choose cite {
  display: block;
  width: 100%;
  height: 55px;
  padding-right: 20px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background: #fff url(../images/icon-arr-1.png) no-repeat right center;
  font-size: 16px;
  line-height: 54px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selDiv:hover cite, .sel_choose:hover cite {
  color: #fc6534;
  border-color: #fc6534;
  background-image: url(../images/icon-arr-2.png);
}

.selDiv ul, .sel_choose ul {
  position: absolute;
  right: 0;
  top: 55px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  display: none;
}

.selDiv li, .sel_choose li {
  font-size: 16px;
  line-height: 40px;
  text-indent: 1em;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selDiv li:hover, .sel_choose li:hover {
  background-color: #CCC;
}

.selDiv .inp, .sel_choose .inp {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 16px;
  line-height: 54px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
}

.selDiv:hover .inp, .sel_choose:hover .inp {
  color: #fc6534;
  border-color: #fc6534;
}

.submit {
  display: block;
  width: 282px;
  height: 54px;
  margin: 48px auto;
  background-color: #fff;
  border: 1px solid #fc6534;
  border-radius: 54px;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #fc6534;
  cursor: pointer;
}

.submit:hover {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
  background-color: #e3e3e3;
}

/* 快速筛选 */
.tit-h3 {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 30px;
}

.tit-h3 span {
  margin-left: 30px;
  color: #666;
  font-size: 18px;
}

.tit-h4 {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 30px;
}

.tit-h4 span {
  margin-left: 30px;
  color: #666;
  font-size: 18px;
}

.listTit {
  margin-bottom: 22px;
}

.listTit li {
  float: left;
  width: 16%;
  height: 126px;
  margin-right: 0.8%;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
}

.listTit li:nth-child(6) {
  margin-right: 0;
}

.listTit li i {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-top: 24px;
  margin-right: 10px;
  background: url(../images/icon-img01.png) no-repeat center / 100% 100%;
  vertical-align: middle;
}

.listTit li:nth-child(3) i {
  background-image: url(../images/icon-img02.png);
}

.listTit li:nth-child(4) i {
  background-image: url(../images/icon-img03.png);
}

.listTit li:nth-child(5) i {
  background-image: url(../images/icon-img04.png);
}

.listTit li:nth-child(6) i {
  background-image: url(../images/icon-img05.png);
}

.listTit .txt:not(:first-child) {
  display: inline-block;
  max-width: calc(100% - 76px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  padding-top: 24px;
  vertical-align: middle;
}

.listTit .txt strong {
  font-size: 24px;
  line-height: 36px;
  color: #111;
}

.listTit .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}

.listTit li:nth-child(1) .txt {
  display: inline-block;
  text-align: center;
  padding-top: 10px;
}

.listTit li:nth-child(1) strong {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
}

/* 地区列表 */
.cityList {
  margin-bottom: 20px;
}

.cityList li {
  float: left;
  ;
  width: 120px;
  height: 44px;
  margin: 0 14px 14px 0;
  border: 1px solid #e3e3e3;
  border-radius: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.cityList li:nth-child(9n) {
  margin-right: 0;
}

.cityList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.cityList li:hover, .cityList li.cur {
  border-color: #fcad38;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

.cityList li:hover a, .cityList li.cur a {
  color: #fff;
}

/* 机构列表 */
.officeList {
  margin-bottom: 20px;
}

.officeList li {
  display: table;
  float: left;
  width: 20%;
  height: 70px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.officeList li a {
  display: table-cell;
  padding: 0 12px;
  vertical-align: middle;
}

.officeList li.cur a {
  color: #fc6534;
}

/* 图表 */
.chart {
  width: 100%;
  height: 550px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
}

/*竞争排行*/
.linksList {
  margin-top: 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.linksList li::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 54px;
  background: #ddd;
}
.linksList li:nth-child(6)::after{
  display: none;
}

.linksList li {
  float: left;
  width: 16.25%;
  height: 120px;
  margin-right: 0.5%;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  position: relative;
}

.linksList li:nth-child(6) {
  margin-right: 0;
}

.linksList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 36px 2px 0 90px;
  box-sizing: border-box;
}

.linksList li span {
  display: block;
}

.linksList li em {
  position: absolute;
  left: 15px;
  top: 30px;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-icon02.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
}

.linksList li i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background-image: url(../images/icon-arr-4.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.linksList li:nth-child(1) em {
  background-position: 0 0;
}

.linksList li:nth-child(2) em {
  background-position: 0 -60px;
}

.linksList li:nth-child(3) em {
  background-position: 0 -120px;
}

.linksList li:nth-child(4) em {
  background-position: 0 -180px;
}

.linksList li:nth-child(5) em {
  background-position: 0 -240px;
}

.linksList li:nth-child(6) em {
  background-position: 0 -300px;
}

/* 推荐课程 */
.tit-h2 {
  font-size: 30px;
  color: #111;
  line-height: 36px;
  font-weight: bold;
}

.tjkc {
  padding: 50px 0 85px;
}

.tjkc div {
  position: relative;
  float: left;
  width: 31.68%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.tjkc div:nth-child(2) {
  margin: 0 2.48%;
}

.tjkc div img {
  position: relative;
  transition: transform .5s;
  z-index: 1;
  width: 100%;
}

.tjkc div img:hover {
  transform: scale(1.05, 1.05)
}

.tjkc div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
}

.tjkc_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  overflow: hidden;
  text-indent: 1em;
  z-index: 2;
}

/* 新增聚合页 各年份列表 */
.allList {
  padding-bottom: 60px;
}

.allList li {
  float: left;
  width: 19%;
  height: 200px;
  margin-right: 1.25%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
  transition: all .5s;
}

.allList li:nth-child(5n) {
  margin-right: 0;
}

.allList li:hover {
  transform: translateY(-5px);
}

.allList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}

.allList li i {
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto 15px;
  background: url(../images/icon-jh-01.png) no-repeat center / 100% 100%;
}

.allList li:nth-child(2) i {
  background-image: url(../images/icon-jh-02.png);
}

.allList li:nth-child(3) i {
  background-image: url(../images/icon-jh-03.png);
}

.allList li:nth-child(4) i {
  background-image: url(../images/icon-jh-04.png);
}

.allList li:nth-child(5) i {
  background-image: url(../images/icon-jh-05.png);
}

.allList li:nth-child(6) i {
  background-image: url(../images/icon-jh-04.png);
}

.allList li:nth-child(7) i {
  background-image: url(../images/icon-jh-03.png);
}

.allList li:nth-child(8) i {
  background-image: url(../images/icon-jh-05.png);
}

.allList li:nth-child(9) i {
  background-image: url(../images/icon-jh-02.png);
}

.allList li:nth-child(10) i {
  background-image: url(../images/icon-jh-01.png);
}

.allList li strong {
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #111;
}

.allList li p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

/* 注册弹窗 */
.registerbox, .loginbox {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 390px;
  padding: 0 25px 25px 25px;
  margin: -215px 0 0 -195px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: none;
  z-index: 99;
}

.registerbox h3, .loginbox h3 {
  font-size: 20px;
  line-height: 80px;
  text-align: center;
}

.registerbox h3 em, .loginbox h3 em {
  display: inline-block;
  margin: 0 16px;
  color: #fd922a;
  cursor: pointer;
}

.registerbox h3 span, .loginbox h3 span {
  display: inline-block;
  color: #333;
  margin: 0 16px;
  cursor: pointer;
}

.registerbox .close, .loginbox .close {
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: url(../images/icon-close03.png) no-repeat center / 100% 100%;
}

.registerbox .selDiv, .loginbox .selDiv {
  float: none;
  width: 100%;
  height: 46px;
  margin: 0 0 14px 0;
}

.registerbox .selDiv .inp, .loginbox .selDiv .inp {
  height: 46px;
  line-height: 46px;
}

.registerbox .selDiv cite, .loginbox .selDiv cite {
  height: 46px;
  line-height: 46px;
}

.registerbox .selDiv ul, .loginbox .selDiv ul {
  top: 46px;
}

.registerbox .imgCodes, .loginbox .imgCodes {
  position: relative;
}

.registerbox .code .inp, .registerbox .imgCodes .inp, .loginbox .imgCodes .inp {
  width: 208px;
}

.registerbox .imgCodes #captchaimg, .loginbox .imgCodes #captchaimg {
  width: 120px;
  height: 46px;
  cursor: pointer;
}

.registerbox .code .auth, .loginbox .code .auth {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 46px;
  background-color: #fd922a;
  border-radius: 6px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.registerbox .submit, .dl_bottom a {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 50px;
  border-radius: 6px;
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fc235a, #fcad38);
}

.registerbox .submit:hover, .dl_bottom a:hover {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

.dl_bottom a {
  display: block;
  text-align: center;
  font-size: 20px;
}

/* 右侧悬浮 */
.xfnav {
  display: none;
  position: fixed;
  right: 0;
  bottom: 50%;
  width: 112px;
  margin-bottom: -120px;
  z-index: 10;
}

.xfnav li {
  width: 112px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff8ef;
}

.xfnav li a {
  display: block;
  height: 40px;
  position: relative;
}

.xfnav li em {
  position: absolute;
  right: -0px;
  top: -12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f3463c;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  display: none;
}

.xfnav li i {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-xfnav.png);
  background-repeat: no-repeat;
}

.xfnav .xfnav03 i {
  width: 21px;
  height: 19px;
  margin: 12px 6px 0 11px;
  background-image: url(../images/icon17.png);
}

.xfnav .xfnav03:hover i {
  background-image: url(../images/icon17_a.png);
}

.xfnav .xfnav00 i {
  width: 24px;
  height: 22px;
  margin: 8px 4px 0 9px;
  background-image: url(../images/icon19.png);
  background-size: 100%;
}

.xfnav .xfnav00:hover i {
  background-image: url(../images/icon19_a.png);
}

.xfnav01 i {
  background-position: 0 0;
}

.xfnav02 i {
  background-position: 0 -40px;
}

.xfnav06 i {
  background-position: 0 -80px;
}

.xfnav04 i {
  background-position: 0 -120px;
}

.xfnav05 i {
  background-position: 0 -160px;
}

.xfnav li span {
  font-size: 14px;
  line-height: 40px;
  color: #fcad38;
}

.xfnav li:hover {
  background-color: #fcad38;
}

.xfnav li:hover span {
  color: #fff;
}

.xfnav01:hover i {
  background-position: -40px 0;
}

.xfnav02:hover i {
  background-position: -40px -40px;
}

.xfnav06:hover i {
  background-position: -40px -80px;
}

.xfnav04:hover i {
  background-position: -40px -120px;
}

.xfnav05:hover i {
  background-position: -40px -160px;
}

/* -----职位搜索结果----- */
/* 表格样式 */
.table table {
  border: 1px solid #ededed;
}

.bmjs table, .zyssjg table, .fscxjg table, .bmzw table, .zwssjg table {
  table-layout: fixed;
}

.table th {
  /* white-space: nowrap; */
  
  padding: 12px 6px;
  border-bottom: 1px solid #ededed;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.table td {
  border-bottom: 1px solid #ededed;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 2px;
}

.btn01 {
  display: inline-block;
  width: 80px;
  height: 26px;
  background-color: #f5f5f5;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.btn01:hover {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

.choose {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/icon-choose.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  cursor: pointer;
}

.choose.active {
  background-position: left top;
}

/* 职位对比弹框 */
.alert-hint {
  display: none;
  position: fixed;
  top: 28%;
  left: 50%;
  width: 400px;
  min-height: 250px;
  padding: 40px;
  margin-left: -200px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 15px #ddd;
  border-radius: 8px;
  text-align: center;
}

.close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-close02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.hint-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.flex {
  display: flex;
  justify-content: left;
  align-items: center;
}

.hint-list li {
  margin-bottom: 20px;
  text-align: left !important;
}

.hint-list li .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background-image: url(../images/icon-close02.png);
  background-repeat: no-repeat;
}

.hint-list li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

.go {
  margin-left: 16%;
}

.go, .empty {
  width: 120px;
  height: 40px;
  border: 1px solid #fc6534;
  margin-top: 30px;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background-color: #fc6534;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.go:hover {
  color: #fff;
  background-color: #fc6534;
}

.empty {
  border-color: #ddd;
  margin-right: 0;
  color: #333;
  background-color: #fff;
}

/* 分页 */
.coursePage {
  text-align: center;
  overflow: hidden;
  margin: 60px 0 50px;
}

.coursePage li {
  display: inline-block;
}

.coursePage a {
  display: inline-block;
  padding: 0 13px;
  height: 38px;
  border: solid 1px #eaeaea;
  text-align: center;
  line-height: 38px;
  margin: 0 8px;
  color: #333;
  border-radius: 4px;
  font-size: 18px;
}

.coursePage a.coursePage-prev, .coursePage a.coursePage-next {
  width: 40px;
  padding: 0;
}

.coursePage-prev {
  background: url(../images/fxfyprev.png) no-repeat center;
}

.coursePage-next {
  background: url(../images/fxfynext.png) no-repeat center;
}

.coursePage a.coursePage-prev:hover {
  background-image: url(../images/fxfyprevon.png);
}

.coursePage a.coursePage-next:hover {
  background-image: url(../images/fxfynexton.png);
}

.coursePage a:hover {
  color: #fc6534;
  border: solid 1px #fc6534;
}

.coursePage a.on {
  background: #fc6534;
  border: solid 1px #fc6534;
  color: #fff;
}

.coursePage li.thisclass a {
  background: #fc6534;
  border: solid 1px #fc6534;
  color: #fff;
}

.coursePage-inp {
  display: inline-block;
}

.coursePage-inp input {
  width: 50px;
  height: 39px;
  border: solid 1px #eaeaea;
  margin: 0 8px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
}

.coursePage-inp button {
  width: 50px;
  height: 39px;
  border: solid 1px #fc6534;
  background: #fc6534;
  line-height: 39px;
  margin: 0 8px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

/* ---- 快速查找职位 -----*/
.searchMenu02 {
  height: 76px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.searchMenu02 span {
  display: inline-block;
  margin-right: 20px;
  font-size: 30px;
  line-height: 76px;
  cursor: pointer;
}

.searchMenu02 span.current {
  border-bottom: 3px solid #fc7e5b;
  color: #fc6534;
}

.searchList li {
  float: left;
  width: 20%;
  height: 100px;
  border: 1px solid #ececec;
  text-align: center;
  box-sizing: border-box;
}

.searchList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.searchList li:hover h4, .searchList li:hover p {
  color: #fc6534;
}

.searchList li:hover {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1)
}

.searchList h4 {
  padding: 10px 15px 3px;
  font-size: 16px;
  line-height: 20px;
  color: #111;
}

.searchList p {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #555;
}

.resultwrap-zw {
  display: none;
}

.resultwrap-zw.active {
  display: block;
}

/* -----省考大数据----- */
.title05 {
  padding-top: 15px;
  font-size: 26px;
  line-height: 70px;
}

#chart03 {
  height: 650px;
  margin-top: 0;
}

#chart04,
#chart05 {
  height: 600px;
  margin-top: 0;
}

.chartTips {
  padding: 15px 0 30px;
  font-size: 16px;
  line-height: 26px;
}

.chartTips02 {
  padding: 0;
}

.chartTips p {
  color: #666;
}

.mostLeast li {
  float: left;
  width: 48.5%;
  margin-right: 1.5%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}

.mostLeast li:nth-child(2) {
  margin-left: 1.5%;
  margin-right: 0;
}

.mostLeast li h4 {
  padding-left: 48px;
  line-height: 106px;
  font-size: 22px;
}

.mostLeast li strong {
  display: block;
  width: 242px;
  height: 242px;
  margin: 0 auto;
  background: url(../images/icon-cirle01.png) no-repeat center / 100% 100%;
  font-size: 30px;
  line-height: 242px;
  color: #666;
  text-align: center;
}

.mostLeast p {
  font-size: 20px;
  line-height: 120px;
  color: #666;
  text-align: center;
}

.mostLeast a {
  display: block;
  width: 178px;
  height: 50px;
  margin: 10px auto 50px;
  border: 1px solid #dadada;
  border-radius: 3px;
  font-size: 16px;
  line-height: 50px;
  box-sizing: border-box;
  text-align: center;
}

.mostLeast a:hover {
  border-color: #fc6534;
}

#searchCon04 {
  margin-top: 0;
}

#searchCon04 .selDiv, #searchCon04 .sel_choose {
  width: 20.7%;
  margin-right: 1.3%;
}

.jobCode {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 16px;
  line-height: 54px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
}

.query {
  float: right;
  display: block;
  width: 12%;
  height: 55px;
  border-radius: 6px;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  cursor: pointer;
  box-sizing: border-box;
}

.query:hover {
  color: #fff;
  background: #fcad38;
}

.btn06 {
  display: inline-block;
  height: 26px;
  padding: 0 12px;
  line-height: 26px;
  border-radius: 26px;
  border: 1px solid #e5e8e7;
}

.btn06:hover {
  border-color: #fc6534;
}

.blue {
  color: #2897f8;
}

.lookmore {
  float: right;
  font-size: 16px;
  line-height: 96px;
  font-weight: normal;
}

/* -----职位详情页----- */
.titbox {
  margin-bottom: 30px;
}

.titbox p {
  font-size: 18px;
  line-height: 36px;
}

.titbox p em {
  margin: 0 20px 0 10px;
}

.linksBox {
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn02 {
  float: right;
  height: 36px;
  padding: 0 17px;
  border-radius: 36px;
  margin-left: 5px;
  background-color: #fdeaea;
  color: #ff5463;
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
}

.btn02:hover {
  box-shadow: 0 0 5px 2px #f7f7f7;
}

.btn-share {
  background-color: #ecffff;
  color: #00e2dd;
  position: relative;
}

.btn-send {
  background-color: #fef4e6;
  color: #fc972c;
}

/*分享*/
#share {
  position: absolute;
  width: 66px;
  height: 36px;
  top: 0;
  left: 0;
}

#share .bds_more {
  display: block;
  width: 66px;
  height: 36px;
  padding: 0;
  margin: 0;
  background: none;
}

#share .bds_more:hover {
  background: none;
}

#bdshare_weixin_qrcode_dialog_qr&gt;table {
  width: 196px !important;
}

.tk-sendToMoble {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 460px;
  height: 420px;
  padding: 40px;
  margin: -250px 0 0 -230px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  display: none;
}

.tk-sendToMoble input {
  display: block;
  width: 100%;
  height: 62px;
  margin-bottom: 17px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
}

.tk-sendToMoble .selDiv {
  float: none;
  width: 100%;
}

.tk-sendToMoble .selDiv cite {
  box-shadow: none;
}

.tk-sendToMoble .selDiv ul {
  max-height: 200px;
}

.imgCode {
  position: relative;
}

.imgCode input {
  width: 220px;
}

#captchaimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 62px;
}

.close03 {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-close02.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
}

.table.zxxq td {
  border: 1px solid #ededed;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 2px;
}

.table.zxxq td:nth-child(1) {
  background-color: #f5f5f5;
}

.btn03 {
  display: inline-block;
  width: 172px;
  height: 50px;
  margin-top: 44px;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid #fc6534;
  color: #fc6534;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}

.btn03:hover {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

/* -----历年数据----- */
.scorelineList li {
  float: left;
  height: 160px;
  width: 24.06%;
  padding: 50px 0 0 150px;
  margin-right: 1.25%;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  position: relative;
}

.scorelineList li:nth-child(4) {
  margin-right: 0;
}

.scorelineList li span {
  display: block;
  font-size: 30px;
  color: #333;
}

.scorelineList li i {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 70px;
  height: 70px;
  background: url(../images/icon-img06.png) no-repeat center / 100% 100%;
}

.scorelineList li:nth-child(2) i {
  background-image: url(../images/icon-img07.png);
}

.scorelineList li:nth-child(3) i {
  background-image: url(../images/icon-img08.png);
}

.scorelineList li:nth-child(4) i {
  background-image: url(../images/icon-img09.png);
}

.table-compete td {
  padding: 18px 2px;
}

.table-compete tr {
  transition: all .3s;
}

.table-compete tr:hover {
  transform: translateZ(5px);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

/* 排行榜 */
.tab-phb tr .keys {
  color: #fc6534;
}

.sort {
  cursor: pointer;
}

/*----- 分数库----- */
.searchList-fs li {
  height: 70px;
}

.searchList-fs li a {
  height: 70px;
  display: table;
}

.searchList-fs h4 {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

/* 个人分数查询结果 */
.mytab td {
  border: 1px solid #ededed;
}

.mytab td a {
  color: #fc6534;
}

.ranking {
  font-size: 20px;
  line-height: 70px;
}

.ranking em {
  color: #fc6534;
}

.rankingTab tr.mine td {
  color: #fc6534;
}

.msmd {
  margin-top: 20px;
}

.msmd td, .msmd th {
  border: 1px solid #ededed;
}
/* 新增国考竞争力分析 */
.compete {
  box-sizing: border-box;
  padding: 70px 0 40px;
}
.compete &gt; img {
  width: 100%;
}
.compete &gt; p {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  margin: 30px 0;
}
.compete-btn {
  width: 560px;
  height: 54px;
  background: linear-gradient(180deg, #FF734B 0%, #FF4A2C 100%);
  box-shadow: 0px 4px 8px 0px rgba(244, 93, 68, 0.4);
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.compete-btn img {
  width: 20px;
  margin-right: 5px;
}
.compete-window {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.compete-form {
  width: 340px;
  background: #FFFFFF;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 15px 15px 20px;
}
.compete-close {
  position: absolute;
  right: 0;
  top: -37px;
  width: 24px;
  height: 24px;
  background: url('../images/jzl_close.png') no-repeat center;
  background-size: 100%;
  cursor: pointer;
  transition: all .3s;
}
.compete-close:hover {
  transform: rotate(180deg);
}
.compete-form h2 {
  line-height: 40px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  border-bottom: 1px solid #D8D8D8;
}
.compete-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  box-sizing: border-box;
  padding-left: 23px;
  margin-top: 10px;
  position: relative;
}
.compete-title:before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: #F45D44;
  box-shadow: 0px 2px 4px 0px rgba(244, 93, 68, 0.32);
  border-radius: 2px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.input-box {
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  /* justify-content: space-between; */
  position: relative;
}
.input-box input {
  width: 100%;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  border-bottom: 1px solid #C5C5C5;
  font-size: 16px;
}
.input-box input::-webkit-input-placeholder{
  color:#C5C5C5;
}
.input-box input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#C5C5C5;
}
.input-box input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#C5C5C5;
}
.input-box input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#C5C5C5;
}
.input-box input:focus {
  border-bottom: 1px solid #F45D44;
}
.input-box label input:focus {
  border-bottom: none;
}
.input-box label {
  /* display: flex;
  align-items: center; */
  width: 25%;
}
.input-box label input {
  border: none;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  cursor: pointer;
  background: url('../images/input_bg.png') no-repeat center;
  background-size: 100%;
}
.input-box label input:checked {
  background: url('../images/checked.png') no-repeat center;
  background-size: 100%;
}
.input-box span {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 16px;
  color: #333;
}
.see-btn {
  width: 280px;
  height: 40px;
  background: linear-gradient(180deg, #FF734B 0%, #FF4A2C 100%);
  box-shadow: 0px 2px 6px 0px rgba(244, 93, 68, 0.32);
  cursor: pointer;
  border-radius: 22px;
  margin: 30px auto 0;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #FFFFFF;
}
.shili_pc {
  display: block;
}
.shili_m {
  display: none;
}
input[type="number"] {
  /* // molilla内核input[number]默认箭头样式 */
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button{
  /* // webkit内核input[number]默认箭头样式 */
 -webkit-appearance: none !important;
  margin: 0;
  -moz-appearance: textfield;
}
/* 竞争力分析 */
.analysis-box {
  box-sizing: border-box;
  padding: 33px 0 40px;
}
.analysis-tips {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  margin-bottom: 40px;
}
.analysis-fl {
  width: 50%;
  box-sizing: border-box;
  padding: 0 66px 0 43px;
}
.analysis-title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  box-sizing: border-box;
  padding: 0 0 0 13px;
  position: relative;
}
.analysis-title:before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background: #F45D44;
  box-shadow: 0px 2px 4px 0px rgba(244, 93, 68, 0.32);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.analysis-fl &gt; p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  margin-top: 20px;
}
.analysis-fl p span {
  font-size: 24px;
  color: #F45D44;
}
.analysis-fl ul li {
  float: left;
  margin-right: 3px;
  width: 24%;
}
.analysis-fl ul li:last-child {
  margin-right: 0;
}
.analysis-fl ul li img {
  display: none;
  width: 82px;
  margin: auto;
}
.here {
  height: 41px;
  /* display: none; */
}
.rectangle {
  width: 100%;
  height: 16px;
  box-shadow: 0px 2px 8px 0px rgba(244, 93, 68, 0.32);
}
.rectangle1 {
  background: #FCD6D0;
  border-radius:  100px 0 0 100px;
}
.rectangle2 {
  background: #F9AEA1;
}
.rectangle3 {
  background: #F78673;
}
.rectangle4 {
  background: #F45D44;
  border-radius: 0 100px 100px 0;
}
.analysis-fl ul li p {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-top: 10px;
}
.p1 {
  color: #FCD6D0;
}
.p2 {
  color: #F9AEA1;
}
.p3 {
  color: #F78673;
}
.p4 {
  color: #F45D44;
}
.analysis-fr {
  width: 50%;
  box-sizing: border-box;
  padding: 0 98px 0 66px;
  position: relative;
}
.analysis-fr:before {
  content: '';
  display: block;
  width: 1px;
  height: 143px;
  background: #DDDDDD;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.probability {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 12px;
}
.pc-probability {
  display: flex;
}
.m-probability {
  display: none;
}
.slScore, .xcScore {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
}
.slScore span, .xcScore span {
  font-size: 36px;
  font-family: Impact;
  color: #F45D44;
}
.canvas-box {
  position: relative;
}
.canvas-txt {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #F45D44;
  position: absolute;
  left: 0;
  right: 0;
  top: 95px;
  margin: auto;
  text-align: center;
}
.bgF8F8F8 {
  height: 16px;
  background: #F8F8F8;
}
.userMsg {
  box-sizing: border-box;
  padding: 0 0 40px;
}
.user-box {
  width: 46%;
  float: left;
  margin-top: 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 28px 32px 38px;
  position: relative;
}
.user-box:nth-child(odd) {
  margin-right: 4%;
}
.column {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}
.goHome {
  padding: 28px 0;
}
.goHome a {
  display: block;
  width: 560px;
  line-height: 54px;
  background: rgba(244, 93, 68, 0.08);
  border-radius: 27px;
  border: 1px solid #F45D44;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #F45D44;
}
.echarts-here {
 width: 104px; 
 position: absolute;
 top: 90px;
}

/* 默认适配屏幕最小1710px */
@media screen and (min-width: 1310px) and (max-width: 1709px) {
  .linksList li {
    height: 110px;
    font-size: 12px;
    line-height: 24px;
  }

  .linksList li a {
    padding: 30px 2px 0 70px;
  }

  .linksList li em {
    left: 10px;
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }

  .linksList li:nth-child(2) em {
    background-position: 0 -50px;
  }

  .linksList li:nth-child(3) em {
    background-position: 0 -100px;
  }

  .linksList li:nth-child(4) em {
    background-position: 0 -150px;
  }

  .linksList li:nth-child(5) em {
    background-position: 0 -200px;
  }

  .linksList li:nth-child(6) em {
    background-position: 0 -250px;
  }

  .table td {
    font-size: 14px;
  }

  .scorelineList li {
    padding: 38px 0 0 130px;
  }

  .scorelineList li i {
    top: 30px;
  }

  .chart {
    height: 400px;
  }

  .table-compete td {
    padding: 12px 2px;
  }

  .searchtab span {
    font-size: 14px;
  }

  .searchList-fs li {
    height: 70px;
  }
}

/* 适配移动端 */
@media screen and (max-width: 1200px) {

  /* 隐藏元素 */
  .line, .pc_show {
    display: none;
  }

  .mobile_show {
    display: block;
  }

  /* 登录注册 */
  .registerbox, .loginbox {
    width: 17rem;
    padding: 0 .5rem .5rem .5rem;
    margin: -9rem 0 0 -8.5rem;
  }

  .registerbox h3, .loginbox h3 {
    font-size: .8rem;
    line-height: 3rem;
  }

  .registerbox h3 em, .loginbox h3 em, .registerbox h3 span, .loginbox h3 span {
    margin: 0 1rem;
  }

  .registerbox .close, .loginbox .close {
    right: .5rem;
    top: .5rem;
    width: 1rem;
    height: 1rem;
  }

  .registerbox .selDiv, .loginbox .selDiv {
    height: 1.8rem;
    margin: 0 0 .8rem 0;
  }

  .registerbox .selDiv .inp, .loginbox .selDiv .inp {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .registerbox .selDiv cite, .loginbox .selDiv cite {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .registerbox .selDiv ul, .loginbox .selDiv ul {
    top: 1.8rem;
    max-height: 10.5rem;
  }

  .registerbox .imgCodes .inp, .registerbox .code .inp, .loginbox .imgCodes .inp {
    width: 10rem;
  }

  .registerbox .imgCodes #captchaimg, .loginbox .imgCodes #captchaimg {
    width: 5rem;
    height: 1.8rem;
  }

  .registerbox .code .auth {
    width: 5rem;
    height: 1.8rem;
    border-radius: .15rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .registerbox .submit, .dl_bottom a {
    height: 1.8rem;
    margin-top: 1rem;
    line-height: 1.8rem;
    border-radius: .15rem;
  }

  .dl_bottom a {
    font-size: .8rem;
  }

  /* 悬浮 */
  /* 手机底部 */
  .xfnav {
    position: fixed;
    display: block !important;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.55rem;
    margin-bottom: 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff8ef;
  }

  .xfnav.relative {
    position: relative !important;
  }

  .xfnav li {
    float: left;
    width: 20%;
    height: 2.55rem;
    border-radius: 0;
    background: none;
  }

  .xfnav.active li {
    width: 25%;
  }

  .xfnav li a {
    height: 2.1rem;
    padding-top: .4rem;
  }

  .xfnav li em {
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    width: 1rem;
    height: 1rem;
    font-size: .5rem;
    line-height: 1rem;
  }

  .xfnav li span {
    display: block;
    padding-left: 0;
    font-size: .5rem;
    line-height: .8rem;
    color: #fc6534;
    text-align: center;
  }


  .hot {
    padding-top: 1rem;
    padding-bottom: 0;
    margin: 0;
  }

  .hot-title {
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .hot-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .hot-tips {
    font-size: .9rem;
  }

  .hot-list {
    height: auto;
    padding: 0 .7rem 1rem .7rem;
    margin-top: .75rem;
    border-radius: .2rem;
  }

  .list-title {
    padding-bottom: .8rem;
    margin-top: .75rem;
    font-size: .75rem;
  }

  .hot-list li {
    margin-bottom: .4rem;
  }
  .xfnav li i {
    float: none;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-image: url(../images/icon-xfnav.png);
    background-size: 2.5rem auto;
  }

  .xfnav li.backTop {
    position: absolute;
    bottom: 4.8rem;
    right: .6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0;
    border-radius: 50%;
    background-image: url(../images/top.png);
    background-size: 1.6rem 1.6rem;
    box-shadow: 0 0 3px #ffe3cd;
  }

  .xfnav .xfnav03 i {
    width: .7rem;
    height: .7rem;
    margin: .3rem auto;
    background-size: 100%;
  }

  .xfnav .xfnav00 i {
    width: .7rem;
    height: .7rem;
    margin: .3rem auto;
  }

  .xfnav li.backTop span {
    display: none;
  }

  .xfnav li.backTop a {
    width: 1.6rem;
    height: 1.6rem;
    padding-top: 0;
  }

  .xfnav01 i {
    background-position: 0 0;
  }

  /* .xfnav.active li:nth-child(1) i{
    background-position: 0 -1.25rem;
  } */
  .xfnav02 i {
    background-position: 0 -1.25rem;
  }

  /* .xfnav.active li:nth-child(2) i{
    background-position: 0 -2.5rem;
  } */
  .xfnav06 i {
    background-position: 0 -2.5rem;
  }

  /* .xfnav.active li:nth-child(3) i{
    background-position: 0 -3.75rem;
  } */
  .xfnav04 i {
    background-position: 0 -3.75rem;
  }

  /* .xfnav.active li:nth-child(4) i{
    background-position: 0 -5rem;
  } */
  .xfnav05 i {
    /* background-position: 0 -5rem; */
  }

  .xfnav01:hover i {
    background-position: -1.25rem 0;
  }

  .xfnav02:hover i {
    background-position: -1.25rem -1.25rem
  }

  .xfnav06:hover i {
    background-position: -1.25rem -2.5rem
  }

  .xfnav04:hover i {
    background-position: -1.25rem -3.75rem;
  }

  /* .xfnav05:hover i {
    background-position: -1.25rem -5rem;
  } */

  .alert-hint {
    display: none;
    position: fixed;
    top: 28%;
    left: 50%;
    width: 12.325rem;
    min-height: 8.8rem;
    padding: 1.375rem .5rem;
    margin-left: -6.625rem;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 0 .15rem #ddd;
    border-radius: .3rem;
    text-align: center;
  }

  .close {
    position: absolute;
    top: -1.3rem;
    right: -.6rem;
    width: 1.1rem;
    height: 1.1rem;
    background-size: 100%;
  }

  .hint-title {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
  }

  .hint-list li {
    margin-bottom: .65rem;
  }

  .hint-list li .icon {
    display: block;
    width: .9rem;
    height: .9rem;
    margin-right: .5rem;
    border-radius: 50%;
    background-color: #a8a8a8;
  }

  .hint-list li .icon i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: .2rem auto;
    background-size: 100%;
  }

  .hint-list li p {
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .75rem;
  }

  .go {
    margin-left: 10%;
  }

  .go, .empty {
    width: 4.5rem;
    height: 1.625rem;
    border: 0.025rem solid #ff5d68;
    margin-top: .75rem;
    margin-right: .5rem;
    line-height: 1.625rem;
    text-align: center;
    border-radius: .3rem;
    background-color: #ff5d68;
    color: #fff;
  }

  .empty {
    border: 0.025rem solid #666;
    margin-right: 0;
    color: #333;
    background-color: #fff;
  }

  /* 顶部 */
  .topbar {
    height: 2rem;
  }

  .topbar .logo {
    width: 4.406rem;
    height: 1rem;
    margin-top: .5rem;
  }

  .topbar .login a {
    font-size: .7rem;
    line-height: 2rem;
  }

  /* banner */
  .banner {
    width: 18.75rem;
    height: 4.725rem;
    background-size: 100%;
  }

  .banner h2 {
    width: 8.5rem;
    top: 1.05rem;
    margin-left: -8rem;
    font-size: 1.2rem;
    line-height: 1.3rem
  }

  .banner p {
    left: 1rem;
    top: 1rem !important;
    width: auto;
    height: auto;
    font-size: 1rem !important;
    line-height: 1.2rem !important;
    overflow: hidden;
  }

  /* 导航 */
  .navwrap {
    width: 18.75rem;
    height: 2rem;
    border-bottom: 1px solid #e3e3e3;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .navwrap::-webkit-scrollbar {
    display: none;
  }

  .nav {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: auto;
    height: 2rem;
  }

  .nav li {
    height: 1.95rem;
    padding: 0 .5rem;
    font-size: .6rem;
    line-height: 2rem;
  }

  .nav li.current {
    border-bottom: .05 solid #fc7e5b;
  }

  /* 面包屑 */
  .crumbsNav {
    margin: .5rem;
    padding-top: .5rem;
    line-height: 1rem;
    font-size: .7rem;
  }

  /* title */
  .title {
    font-size: 1rem;
    line-height: 2rem;
  }

  .title02 {
    padding: .5rem 0;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .title02 span {
    margin-left: .5rem;
    font-size: .7rem;
  }

  .title03 {
    font-size: .8rem;
    line-height: 2.5rem;
  }

  .title03 span {
    display: none;
  }

  .title04 {
    margin: .5rem 0;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  /* 筛选切换 */
  .searchMenu span {
    height: 1.4rem;
    padding: 0 .5rem;
    margin: .1rem .3rem 0 0;
    border-radius: 1.4rem;
    font-size: .65rem;
    line-height: 1.4rem;
  }

  .tutu01 {
    width: 5.6rem;
    height: 1.9rem;
    margin-top: -.5rem;
  }

  .tutu01:hover {
    transform: none;
  }

  /* 搜索条件 */
  .searchCon {
    margin-top: 1rem;
  }

  .selDiv, #searchCon02 .selDiv {
    width: 49%;
    height: 1.8rem;
    margin-right: 2%;
    margin-bottom: .6rem;
  }

  #searchCon01 .selDiv:nth-child(3n) {
    margin-right: 2%;
  }

  #searchCon01 .selDiv:nth-child(2n),
  #searchCon02 .selDiv:nth-child(2n),
  #searchCon03 .selDiv:nth-child(2n) {
    margin-right: 0;
  }

  #searchCon03 {
    width: 17.75rem;
    margin: .5rem auto 0;
  }

  #searchCon03 .selDiv {
    margin-right: 2%;
  }

  /* 筛选字段中的年份可能没有，如果没有年份 selBox加class:  sel-noyear */
  #searchCon01 .sel-noyear .selDiv:nth-child(5) {
    width: 100%;
    margin-right: 0;
  }

  #searchCon02 .sel-noyear .selDiv {
    width: 49%;
    margin-right: 2%;
  }

  #searchCon02 .sel-noyear .selDiv:nth-child(2n) {
    margin-right: 0;
  }

  #searchCon02 .sel-noyear .selDiv:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }

  .selDiv cite, .sel_choose cite {
    height: 1.8rem;
    padding-right: 1rem;
    border-radius: .15rem;
    background-size: .85rem .2rem;
    font-size: .65rem;
    line-height: 1.8rem;
  }

  .selDiv ul, .sel_choose ul {
    top: 1.8rem;
    max-height: 10rem;
    border-radius: .15rem;
    box-sizing: border-box;
  }

  .selDiv li, .sel_choose li {
    font-size: .65rem;
    line-height: 1.2rem;
  }

  .selDiv .inp, .sel_choose .inp {
    height: 1.8rem;
    border-radius: .15rem;
    font-size: .65rem;
    line-height: 1.8rem;
  }

  .submit {
    width: 10rem;
    height: 1.8rem;
    margin: 1rem auto;
    border-radius: 1.8rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  /* 快速筛选 */
  .tit-h3 {
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .tit-h3 span {
    margin-left: 1rem;
    font-size: .6rem;
  }

  .tit-h4 {
    margin-bottom: .5rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .tit-h4 span {
    margin-left: 1rem;
    font-size: .6rem;
  }

  .listTit {
    margin-bottom: 1rem;
  }

  .listTit li {
    position: relative;
    width: 33.333%;
    height: 3rem;
    margin-right: 0;
    border-radius: .25rem;
    text-align-last: left;
  }

  .listTit li i {
    position: absolute;
    left: .35rem;
    top: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
  }

  .listTit .txt:not(:first-child) {
    max-width: calc(100% - 2.2rem);
    padding-top: .3rem;
    padding-left: 2.1rem;
  }

  .listTit .txt strong {
    font-size: .7rem;
    line-height: 1rem;
  }

  .listTit .txt p {
    font-size: .6rem;
    line-height: 1rem;
  }

  .listTit li:nth-child(1) .txt {
    padding-left: .3rem;
    text-align: center;
    padding-top: 0;
  }

  .listTit li:nth-child(1) strong {
    height: 1.8rem;
    font-size: .65rem;
    line-height: .7rem;
  }

  /* 地区列表 */
  .cityList {
    margin-bottom: 1rem;
  }

  .cityList li {
    width: 4rem;
    height: 1.5rem;
    margin: 0 .58rem .5rem 0;
    border-radius: 1.5rem;
    font-size: .7rem;
    line-height: 1.5rem;
  }

  .cityList li:nth-child(9n) {
    margin: 0 .58rem .5rem 0;
  }

  .cityList li:nth-child(4n) {
    margin-right: 0;
  }

  /* 机构列表 */
  .officeList {
    margin-bottom: 1rem;
  }

  .officeList li {
    width: 50%;
    height: 2.2rem;
    font-size: .65rem;
    line-height: .9rem;
  }

  .officeList li a {
    padding: 0 .3rem;
  }

  /* 图表 */
  .chart {
    height: 12rem;
    margin-top: 1rem;
    border-radius: .2rem;
  }

  /*竞争排行*/
  .linksList {
    margin-top: 1rem;
  }
  .linksList li::after{
    display: none;
  }
  .linksList li:nth-child(6)::after{
    display: none;
  }

  .linksList li {
    width: 49%;
    height: 3.5rem;
    margin-right: 2%;
    margin-bottom: .4rem;
    font-size: .55rem;
    line-height: 1rem;
    box-sizing: border-box;
  }

  .linksList li:nth-child(2n) {
    margin-right: 0;
  }

  .linksList li a {
    padding: .8rem 0 0 2.7rem;
  }

  .linksList li em {
    left: .3rem;
    top: .8rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem auto;
  }

  .linksList li i {
    width: .4rem;
    height: .4rem;
    margin-left: .3rem;
    background-size: .4rem .4rem;
  }

  .linksList li:nth-child(1) em {
    background-position: 0 0;
  }

  .linksList li:nth-child(2) em {
    background-position: 0 -2rem
  }

  .linksList li:nth-child(3) em {
    background-position: 0 -4rem;
  }

  .linksList li:nth-child(4) em {
    background-position: 0 -6rem;
  }

  .linksList li:nth-child(5) em {
    background-position: 0 -8rem;
  }

  .linksList li:nth-child(6) em {
    background-position: 0 -10rem;
  }

  /* 推荐课程 */
  .tjkc {
    padding: 1.5rem 0;
  }

  .tjkc_txt {
    height: 1.4rem;
    line-height: 1.4rem;
  }

  .tjkc div {
    width: 49%;
    border-radius: .2rem;
  }

  .tjkc div:nth-child(2) {
    margin: 0 0 0 2%;
  }

  .tjkc div:nth-child(3) {
    display: none;
  }

  /* -----职位搜索结果----- */
  /* 表格样式 */
  .table th {
    padding: .2rem 0;
    font-size: .5rem;
    line-height: 1rem;
  }

  .table td {
    font-size: .5rem;
    line-height: .8rem;
    padding: .2rem 0;
  }

  .btn01 {
    width: 1.5rem;
    height: 1rem;
    padding: 0 .2rem;
    border-radius: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    background-color: #f5f5f5;
  }

  .choose {
    width: .6rem;
    height: .6rem;
    background-image: url(../images/choose02.png);
    background-size: 100%;
  }
  .choose.active{
    background-position: center;
    background-image: url(../images/choose01.png);
  }
  .tit-h2 {
    padding-top: .8rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  /* 分页 */
  .coursePage {
    margin: 1rem 0;
  }

  .coursePage a {
    padding: 0 .3rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  .coursePage a.coursePage-prev, .coursePage a.coursePage-next {
    width: 1rem;
    background-size: .25rem .4rem
  }

  .coursePage-inp input {
    width: 1.2rem;
    height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  .coursePage-inp button {
    width: 1.2rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  /* ---- 快速查找职位 -----*/
  .searchMenu02 {
    height: 2rem;
    margin-bottom: 1rem;
    margin-top: .5rem;
  }

  .searchMenu02 span {
    margin-right: .5rem;
    font-size: .8rem;
    line-height: 2rem;
  }

  .searchMenu02 span.current {
    border-bottom: .075rem solid #fc7e5b;
  }

  .searchList li {
    float: left;
    width: 50%;
    height: 2.5rem;
    overflow: hidden;
  }

  .searchList li a {
    display: table;
    height: 2.5rem;
  }

  .searchList h4 {
    display: table-cell;
    height: 2.5rem;
    padding: 0;
    font-size: .6rem;
    line-height: 1rem;
    vertical-align: middle;
  }

  .searchList p {
    display: none;
  }

  /* -----省考大数据----- */
  .title05 {
    padding-top: .5rem;
    font-size: .8rem;
    line-height: 2rem;
  }

  #chart03 {
    height: 16rem;
  }

  #chart04,
  #chart05{
    height: 15rem;
  }

  .chartTips {
    padding: .5rem 0 .8rem;
    font-size: .6rem;
    line-height: 1rem;
  }

  .chartTips01, .mostLeast {
    display: none;
  }

  #searchCon04 .selDiv, #searchCon04 .sel_choose {
    width: 49%;
    margin-right: 2%;
  }

  #searchCon04 .selDiv:nth-child(2n), #searchCon04 .sel_choose:nth-child(2n) {
    margin-right: 0;
  }

  .jobCode {
    height: 1.8rem;
    border-radius: .15rem;
    font-size: .65rem;
    line-height: 1.5rem;
  }

  .query {
    float: none;
    width: 60%;
    height: 1.8rem;
    margin: 0 auto;
    border-radius: .15rem;
    font-size: .65rem;
    line-height: 1.8rem;
  }

  .btn06 {
    width: 1.8rem;
    height: 1rem;
    padding: 0 .2rem;
    line-height: 1rem;
    border-radius: 1rem;
    font-size: .6rem;
  }

  .lookmore {
    font-size: .7rem;
    line-height: 2.5rem;
  }

  /* -----职位详情页----- */
  /* 职位详情页 */
  .titbox {
    margin-bottom: 1rem;
  }

  .titbox p {
    font-size: .6rem;
    line-height: 1.2rem;
  }

  .titbox p em {
    margin: 0 .5rem 0 .25rem;
  }

  .linksBox {
    position: relative;
    left: 0;
    right: 0;
    top: .5rem;
    padding-bottom: .5rem;
  }

  .btn02 {
    float: none;
    float: left;
    height: 1.2rem;
    padding: 0 .4rem;
    border-radius: 1.2rem;
    margin-left: .2rem;
    font-size: .5rem;
    line-height: 1.2rem;
  }

  .btn-contrast {
    margin-left: 0;
  }

  /*分享*/
  #share {
    width: 1.8rem;
    height: 1.2rem;
  }

  #share .bds_more {
    width: 1.8rem;
    height: 1.2rem;
  }

  .tk-sendToMoble {
    width: 16rem;
    height: auto;
    padding: 2rem 1rem;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .tk-sendToMoble input {
    height: 2rem;
    margin-bottom: 1rem;
    font-size: .6rem;
    line-height: 2rem;
    border-radius: .1rem;
  }

  .tk-sendToMoble .selDiv ul {
    max-height: 9rem;
  }

  .imgCode input {
    width: 8rem;
  }

  .imgCode img {
    width: 4rem !important;
    height: 2rem !important;
    position: absolute;
    left: 9rem !important;
    bottom: 0 !important;
  }

  #captchaimg {
    width: 5rem;
    height: 2rem;
  }

  #sendToMoble {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .close03 {
    right: -.5rem;
    top: -.5rem;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem 1.2rem;
  }

  .table.zxxq td {
    font-size: .6rem;
    line-height: .8rem;
    padding: .25rem .1rem;
  }

  .btn03 {
    width: 5rem;
    height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    border-radius: 1.5rem;
    font-size: .7rem;
    line-height: 1.5rem;
  }

  /* -----历年数据----- */
  .scorelineList li {
    float: left;
    height: 4rem;
    width: 49%;
    padding: 1rem 0 0 3rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    font-size: .6rem;
    line-height: 1rem;
  }

  .scorelineList li:nth-child(2n) {
    margin-right: 0;
  }

  .scorelineList li span {
    font-size: .7rem;
  }

  .scorelineList li i {
    left: 1rem;
    top: 1rem;
    width: 1.75rem;
    height: 1.75rem;
  }

  .table-compete td {
    padding: .4rem .1rem;
  }

  /*----- 分数库----- */
  .title-ms {
    width: 100%;
    margin: .5rem 0;
  }

  .searchList-fs li {
    width: 33.33%;
    height: 2.5rem;
  }

  .searchList-fs li a {
    height: 2.5rem;
  }

  /* 个人分数查询结果 */
  .ranking {
    font-size: .8rem;
    line-height: 2.5rem;
  }

  /* 职位数据对比排行 */
  .tabTitle {
    padding-bottom: .5rem;
    font-size: .7rem;
    line-height: 1.5rem;
    font-weight: bold;
  }

  .sort {
    width: .5rem;
    height: .5rem;
    background-size: .325rem .4rem;
  }

  #sortList th:nth-child(1), #sortList td:nth-child(1) {
    display: none;
  }

  .sort:hover {
    background-size: .4rem auto;
  }

  #sortList th:nth-child(1) {
    width: 10%;
  }

  #sortList th:nth-child(2) {
    width: 10%;
  }

  #sortList th:nth-child(3) {
    width: 10%;
  }

  #sortList th:nth-child(4) {
    width: 10%;
  }

  #sortList th:nth-child(5) {
    width: 10%;
  }

  #sortList th:nth-child(6) {
    width: 10%;
  }

  #sortList th:nth-child(7) {
    width: 10%;
  }

  #sortList th:nth-child(8) {
    width: 10%;
  }

  #sortList th:nth-child(9) {
    width: 10%;
  }

  #sortList th:nth-child(10) {
    width: 12%;
  }

  .rankingTab th:nth-child(5),
  .rankingTab td:nth-child(5) {
    display: none;
  }

  .msmd {
    margin-top: 1rem;
  }

  /* 职位搜索结果 */
  /* .zwssjg th:nth-child(1),
  .zwssjg th:nth-child(5),
  .zwssjg th:nth-child(6),
  .zwssjg th:nth-child(8),
  .zwssjg th:nth-child(9),
  .zwssjg td:nth-child(1),
  .zwssjg td:nth-child(5),
  .zwssjg td:nth-child(6),
  .zwssjg td:nth-child(8),
  .zwssjg td:nth-child(9) {
    display: none;
  } */
  /* 部门职位 */
  /* .bmzw th:nth-child(1),
  .bmzw th:nth-child(5),
  .bmzw th:nth-child(6),
  .bmzw th:nth-child(8),
  .bmzw th:nth-child(9),
  .bmzw td:nth-child(1),
  .bmzw td:nth-child(5),
  .bmzw td:nth-child(6),
  .bmzw td:nth-child(8),
  .bmzw td:nth-child(9) {
    display: none;
  } */
  /* 专业搜索结果 */
  .zyssjg th:nth-child(1),
  .zyssjg th:nth-child(5),
  .zyssjg th:nth-child(6),
  /* .zyssjg th:nth-child(9), */
  .zyssjg td:nth-child(1),
  .zyssjg td:nth-child(5),
  .zyssjg td:nth-child(6)
  /* .zyssjg td:nth-child(9) */
    {
    display: none;
  }

  /* 部门分数 */
  .bmfs th:nth-child(1),
  .bmfs th:nth-child(5),
  .bmfs th:nth-child(9),
  .bmfs td:nth-child(1),
  .bmfs td:nth-child(5),
  .bmfs td:nth-child(9) {
    display: none;
  }

  /* 个人分数查询结果 */
  .mytab th:nth-child(3),
  .mytab th:nth-child(4),
  .mytab th:nth-child(5),
  .mytab th:nth-child(7),
  .mytab td:nth-child(3),
  .mytab td:nth-child(4),
  .mytab td:nth-child(5),
  .mytab td:nth-child(7) {
    display: none;
  }

  /* 分数库-搜索结果 */
  /* .fscxjg th:nth-child(1),
  .fscxjg th:nth-child(2),
  .fscxjg th:nth-child(5),
  .fscxjg td:nth-child(1),
  .fscxjg td:nth-child(2),
  .fscxjg td:nth-child(5) {
    display: none;
  } */
  .coursePage-inp input[name="page"], .coursePage-inp button {
    display: none;
  }

  /* 新增聚合页 各年份列表 */
  .allList {
    padding-bottom: 1.5rem;
  }

  .allList li {
    float: left;
    width: 49%;
    height: 6rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
    transition: none;
    position: relative;
  }

  .allList li:nth-child(5n) {
    margin-right: 2%;
  }

  .allList li:nth-child(2n) {
    margin-right: 0;
  }

  .allList li:hover {
    transform: none;
  }

  .allList li a {
    padding-top: .5rem;
  }

  .allList li i {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
  }

  .allList li strong {
    font-size: .8rem;
    line-height: 1.8rem;
  }

  .allList li p {
    font-size: .7rem;
    line-height: 1rem;
  }

  /* .mb0{
    margin-bottom: 0;
  } */
  .tjkc div p {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .selBox.active .selDiv:nth-child(3n) {
    margin-right: 2% !important;
  }

  .coursePage a.coursePage-prev:hover {
    background-image: url(../images/fxfyprev.png);
    border-color: #eaeaea;
  }

  .coursePage a.coursePage-next:hover {
    background-image: url(../images/fxfyprev.png);
    border-color: #eaeaea;
  }

  html,
  body {
    height: 100%;
  }

  #container_wrap .footer-m {
    flex: 0 0 auto;
  }

  #container_wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  #container_wrap .Width {
    flex: 1 0 auto;
  }
  /* 新增竞争力分析 */
  .shili_pc {
    display: none;
  }
  .shili_m {
    display: block;
  }
  .compete {
    margin: 0 auto;
    padding: 1rem 0;
  }
  .compete &gt; p {
    margin: .5rem 0;
    font-size: .7rem;
    color: #8E8E93;
    text-align: left;
    box-sizing: border-box;
    padding-left: 1.2rem;
  }
  .compete-btn {
    width: 12rem;
    height:2.2rem;
    border-radius: 1rem;
    font-size: .7rem;
  }
  .compete-form {
    width: 90%;
    padding: .2rem .5rem .7rem;
  }
  .compete-title {
    font-size: .8rem;
    padding-left: 1.2rem;
    margin-top: .3rem;
  }
  .compete-title:before {
    width: .2rem;
    height: .8rem;
    left: .5rem;
  }
  .input-box {
    padding: 0 .5rem;
  }
  .input-box input {
    font-size: .7rem;
  }
  .input-box label input {
    width: .5rem;
    height: .5rem;
    margin-right: .2rem;
  }
  .input-box span {
    right: .8rem;
    font-size: .7rem;
  }
  .see-btn {
    width: 7rem;
    height: 1.5rem;
    border-radius: 1rem;
    margin: .5rem auto 0;
    line-height: 1.5rem;
    font-size: .7rem;
  }
  /* 竞争力分析 */
  .analysis-box {
    padding: 1rem 0;
  }
  .analysis-tips {
    font-size: .7rem;
    line-height: 1rem;
    margin-bottom: 1rem;
  }
  .analysis-fl {
    width: 100%;
    padding: 0 .5rem;
    border-bottom: 1px solid #EEEEEE;
  }
  .analysis-title {
    font-size: .7rem;
    padding: 0 0 0 .5rem;
  }
  .analysis-title:before {
    width: .1rem;
    height: .5rem;
    box-shadow: 0px .05rem .1rem 0px rgba(244, 93, 68, 0.32);
    border-radius: .1rem;
  }
  .analysis-fl &gt; p {
    font-size: .7rem;
    margin-top: .3rem;
  }
  .analysis-fl p span {
    font-size: .8rem;
  }
  .analysis-fl ul li {
    margin-right: .1rem;
  }
  .analysis-fl ul li img {
    /* display: block; */
    width: 3rem;
  }
  .here {
    height: 1.5rem;
    /* display: none; */
  }
  .rectangle {
    height: .5rem;
    box-shadow: 0px .05rem .2rem 0px rgba(244, 93, 68, 0.32);
  }
  .rectangle1 {
    border-radius:  1rem 0 0 1rem;
  }
  .rectangle4 {
    border-radius: 0 1rem 1rem 0;
  }
  .analysis-fl ul li p {
    font-size: .7rem;
    margin-top: .3rem;
  }
  .analysis-fr {
    width: 100%;
    padding:  .5rem;
    border-bottom: 1px solid #EEEEEE;

  }
  .analysis-fr:before {
    display: none;
  }
  .probability {
    /* display: block; */
    padding: .3rem 0 0 0;
  }
  .slScore, .xcScore {
    font-size: .8rem;
  }
  .slScore span, .xcScore span {
    font-size: .9rem;
  }
  .canvas-txt {
    font-size: .6rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #F45D44;
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    margin: auto;
    text-align: center;
  }
  .bgF8F8F8 {
    height: .5rem;
    background: #F8F8F8;
  }
  .userMsg {
    box-sizing: border-box;
    padding: 0 0 1rem;
  }
  .user-box {
    width: 100%;
    float: left;
    margin-top: .5rem;
    box-shadow: none;
    border-radius: .2rem;
    padding: .5rem ;
  }
  .user-box:nth-child(odd) {
    margin-right:0%;
  }
  .column {
    width: 100%;
    height: 15rem;
    margin: .5rem auto;
    box-sizing: border-box;
    padding-left: .5rem;
    border-radius: .2rem;
    box-shadow: 0px 0px .3rem .1rem rgba(0, 0, 0, 0.08);
    font-size: .5rem;
  }
  .goHome {
    padding: .7rem 0;
  }
  .goHome a {
    display: block;
    width: 7rem;
    line-height: 1.5rem;
    background: rgba(244, 93, 68, 0.08);
    border-radius: .8rem;
    border: 1px solid #F45D44;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #F45D44;
  }
  .echarts-here {
    width: 3.5rem; 
    position: absolute;
    top: 3rem;
  }
  .pc-probability {
    display: none;
  }
  .m-probability {
    display: block;
    box-sizing: border-box;
    padding: 0 .75rem;
    margin-top: .4rem;
  }
  .m-probability li {
    float: left;
    width: 33%;
    text-align: center;
  }
  .m-probability li p {
    font-size: .7rem;
    line-height: .9rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #8E8E93;
    margin-bottom: .5rem;
  }
  .m-probability li .xcScore, .m-probability li .slScore {
    font-size: .7rem;
    font-family: PingFangSC-Medium, PingFang SC;
    /* font-weight: 500; */
    color: #333333;
  }
  .m-probability li .xcScore span, .m-probability li .slScore span {
    font-size: .9rem;
    font-family: Impact;
    color: #333333;
  }
  .percentage {
    font-size: 1rem;
    font-family: Impact;
    color: #F45D44;
  }
  .m-probability li:last-child {
    border-left: 1px solid #D8D8D8;
  }
  .bgF8F8F8 {
    display: none;
  }
}

.footer {
  padding: 30px 0;
  background-color: #333;
  text-align: center;
  margin-top: 30px;
}

.footer p, .footer p a {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

/* 省考大数据 */
.skdsj th:nth-child(4),
.skdsj td:nth-child(4),
.tab-phb th:nth-child(3),
.tab-phb td:nth-child(3) {
  /*
  display: none;
  */
}

.skdsj04 th:nth-child(7),
.skdsj04 td:nth-child(7),
.skdsj01 th:nth-child(8),
.skdsj01 td:nth-child(8),
.skdsj02 th:nth-child(8),
.skdsj02 td:nth-child(8),
.skdsj04 th:nth-child(8),
.skdsj04 td:nth-child(8),
.skdsj01 th:nth-child(9),
.skdsj01 td:nth-child(9),
.skdsj03 th:nth-child(9),
.skdsj03 td:nth-child(9),
.skdsj04 th:nth-child(9),
.skdsj04 td:nth-child(9) {
  display: none;
}
</pre></body></html>