@charset "utf-8";

.mobile_show, .rank_toggle {
  display: none;
}

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

/* 头部 */
.ht_top {
  width: 100%;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
  overflow: hidden;
}

.ht_top .zt_top {
  width: 1200px;
  height: 41px;
  margin: 0 auto;
}

.ht_top h1 {
  float: left;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  text-indent: -100em;
  background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
  font-size: 12px;
}

.ht_top .topnav {
  float: right;
  color: #333;
  font-size: 12px;
}

.ht_top .topnav a {
  padding: 0 8px;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

/* 尾部 */
.newfooter {
  padding: 30px 0;
  background-color: #333;
  text-align: center;
}

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

/* 头图和导航 */
.header {
  position: relative;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.banner {
  position: relative;
  height: 232px;
  background-repeat: no-repeat;
  background-position: center;
}

.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 h2 span {
  display: block;
  width: 450px;
}

.navwrap {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 70px;
  background-color: #fff;
}

.navwrap.active {
  margin-bottom: 50px;
}
/* .navwrap .nav{
  width: 100% !important;
} */
.nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav li {
  width: 150px;
  height: 70px;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  flex: 1;
}

.nav li.current {
  border-color: #2d75f6;
}

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

.nav li:hover a, .nav li.current a {
  color: #2d75f6;
}

/* title */
.title, .title02 {
  padding: 45px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.title02 {
  text-align: left;
}

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

.title03 h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

.title03 p {
  font-size: 20px;
  line-height: 40px;
}

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

.title03 .links {
  float: right;
  min-width: 124px;
  height: 34px;
  border: 1px solid #2d75f6;
  padding: 0 12px;
  margin-top: 26px;
  color: #2d75f6;
  border-radius: 6px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  transition: background-color .5s ease;
}

.title03 .links:hover {
  background-color: #2d75f6;
  color: #fff;
}

.title04, .title05 {
  padding-top: 15px;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
}

.title05 {
  font-size: 24px;
}

.days {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background-color: #fff;
}

.days a {
  position: relative;
  display: block;
  -webkit-box-flex: 2;
  height: 76px;
  border-right: 1px solid #ebebeb;
  line-height: 76px;
  text-align: center;
  font-size: 16px;
  color: #666;
  flex: 1;
}

.days a span {
  display: none;
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2d75f6;
}

.days a.active span {
  display: block;
}

.days a.active {
  color: #2d75f6;
}

.days a.active span {
  display: block;
}

.scale {
  margin-top: 10px;
}

.scaleInfo {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(32% - 2px);
  height: 170px;
  border: 1px solid #ebebeb;
  margin-right: 2%;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
}

.scaleInfo p {
  color: #666;
}

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

.scaleNum {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.scaleNum+p {
  font-size: 20px;
}

.scaleInfo img {
  width: 70px;
  height: 70px;
  margin-right: 4%;
}

.tabWrap .table {
  display: none;
  margin-bottom: 40px;
}

.tabWrap .table.cur {
  display: block;
}

.tabmenu {
  position: relative;
}

.tabmenuWrap {
  margin-top: 45px;
  margin-bottom: 30px;
}

.tabmenuWrap li {
  float: left;
  margin-right: 36px;
  font-size: 18px;
  cursor: pointer;
}

.tabmenuWrap li a {
  display: none;
}

.tabmenuWrap li.cur {
  color: #2d75f6;
}

.tabmenuWrap li.cur a {
  display: block;
}

.tabmenuWrap a {
  display: none;
  position: absolute;
  right: 0;
  bottom: -18px;
  font-size: 16px;
  line-height: 64px;
}

/* 搜索条件 */
.accurate {
  padding-bottom: 60px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(137, 137, 137, 0.2);
  border-radius: 6px;
}

.accurate_info {
  padding: 0 32px;
}

.selBox.active .selDiv {
  width: 32.25%;
  /* width: 15.8%; */
  margin-right: 1%;
}

.selDiv {
  float: left;
  width: 19.5%;
  height: 62px;
  margin-right: .625%;
  margin-bottom: 15px;
  position: relative;
}

.selBox.active .selDiv:nth-child(4), .selDiv:nth-child(5) {
  /* margin-right: 0; */
}

.selDiv cite {
  display: block;
  width: 100%;
  height: 62px;
  padding-right: 20px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background-image: url(../images/icon-arr-1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 #dcdcdc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selDiv:hover cite {
  color: #4584f6;
  border-color: #4584f6;
  background-image: url(../images/icon-arr-2.png);
  box-shadow: 0 3px 10px 1px #c9e5fc;
}

.selDiv ul {
  position: absolute;
  right: 0;
  top: 62px;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  display: none;
}

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

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

.selDiv .inp{
  display: block;
  width: 100%;
  height: 62px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 1px #dcdcdc;
}

.selDiv:hover .inp {
  color: #3a9ff9;
  border-color: #3a9ff9;
  box-shadow: 0 3px 10px 1px #c9e5fc;
}

.Submit, .submit {
  display: block;
  width: 252px;
  height: 56px;
  margin: 56px auto 0;
  border-radius: 56px;
  background: #4584f6;
  box-shadow: 0 0 12px 4px #d4e3fd;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: opacity .5s ease;
}

.Submit:hover, .submit:hover {
  opacity: .9;
}

.tk-sendToMoble .submit {
  color: #0066f5;
}

/* 工作地区 */
.border-wrap {
  padding-bottom: 80px;
  border-bottom: 1px solid #ececec;
}

.jobAdd {
  box-shadow: 2px 2px 8px rgba(137, 137, 137, 0.2);
}

.jobAdd li {
  float: left;
  width: 16.66%;
  height: 152px;
  text-align: center;
  border: 1px solid #ececec;
  box-sizing: border-box;
  transition: background-color .5s ease;
}

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

.jobAdd li:hover h4, .jobAdd li:hover p {
  color: #fff;
}

.jobAdd li:hover {
  background-color: #4584f6;
}

.jobAdd h4 {
  padding-top: 22px;
  font-size: 26px;
  line-height: 56px;
}

.jobAdd p {
  font-size: 16px;
  line-height: 40px;
  color: #999;
}

.jobAdd p span {
  margin: 0 3px;
}

/*热门排行榜*/
.hot_title {
  padding-top: 60px;
  padding-bottom: 80px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.hotList_wrap {
  float: left;
  /* width: 31.333%; */
  width: 48%;
  margin-right: 3%;
}

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

.hotList {
  width: calc(100% - 2px);
  height: 556px;
  border: 1px solid #ececec;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 6px;
}

.hotList ul {
  margin: 0 4.8%;
}

.hot_tips {
  padding-bottom: 20px;
  font-size: 18px;
}

.hot_more {
  float: right;
  margin-top: 1px;
  color: #666;
  font-size: 14px;
}

.listType {
  padding-bottom: 22px;
  border-bottom: 1px solid #ececec;
  margin: 0 4.8% 36px 4.8%;
}

.listType span {
  text-align: center;
  font-size: 16px;
}

.listSpan01 {
  float: left;
  /* width: 65.21%; */
  width: 25%;
}

.listSpan02 {
  float: right;
  margin-right: 0;
  width: 25%;

}

.num {
  float: left;
  width: 7.77%;
  color: #999;
}

.hotList li:nth-child(n+1):nth-child(-n+3) .num {
  color: #fd9c27;
}

.hotList li {
  margin-bottom: 18px;
  font-size: 16px;
}

.hotList li a {
  float: left;
  /* width: 66.66%; */
  width: 22%;
  margin: 0 .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotList li a:hover {
  color: #4584f6;
  text-decoration: underline;
}

.ratio {
  float: right;
  width: 16%;
  /* margin-right: 4.78%; */
  text-align: center;
}

/* 推荐课程 */
.tjkc {
  padding: 30px 0;
}

.tjkc div {
  float: left;
  width: 31.68%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px 3px rgba(100, 100, 100, 0.1)
}

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

.tjkc div img {
  height: 100%;
  transition: all .5s;
}

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

/* 免责说明 */
.mianze {
  padding-bottom: 62px;
  font-size: 16px;
  line-height: 32px;
  color: #fd822b;
}

/* 右侧悬浮 */
.xfnav {
  position: fixed;
  right: 50px;
  bottom: 50%;
  width: 84px;
  border-top: 1px solid #e2e2e2;
  margin-bottom: -120px;
}

.xfnav li {
  float: right;
  width: 84px;
  height: 63px;
  border: 1px solid #e2e2e2;
  border-top: none;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.xfnav li a, .xfnav li div {
  display: block;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.xfnav li em {
  position: absolute;
  right: -12px;
  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 {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  background-image: url(../images/icon-xfnav.png);
  background-repeat: no-repeat;
}

.xfnav li:nth-child(1) i {
  background-position: 0 0;
}

.xfnav li:nth-child(2) i, .xfnav.active li:nth-child(1) i {
  background-position: 0 -40px;
}

.xfnav li:nth-child(3) i, .xfnav.active li:nth-child(2) i {
  background-position: 0 -80px;
}

.xfnav li:nth-child(4) i, .xfnav.active li:nth-child(3) i {
  background-position: 0 -120px;
}

.xfnav li:nth-child(5) i, .xfnav.active li:nth-child(4) i {
  background-position: 0 -160px;
}

.xfnav li span {
  font-size: 12px;
  color: #ababab;
}

.xfnav li:hover span {
  color: #2d75f6;
}

.xfnav li:nth-child(1):hover i {
  background-position: -40px 0;
}

.xfnav li:nth-child(2):hover i, .xfnav.active li:nth-child(1):hover i {
  background-position: -40px -40px;
}

.xfnav li:nth-child(3):hover i, .xfnav.active li:nth-child(2):hover i {
  background-position: -40px -80px;
}

.xfnav li:nth-child(4):hover i, .xfnav.active li:nth-child(3):hover i {
  background-position: -40px -120px;
}

.xfnav li:nth-child(5):hover i, .xfnav.active li:nth-child(4):hover i {
  background-position: -40px -160px;
}

/* 职位对比弹框 */
.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: 3;
  box-shadow: 0 0 15px #ddd;
  border-radius: 8px;
  text-align: center;
}

.close, .close_detail {
  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 #3a9ff9;
  margin-top: 30px;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background-color: #3a9ff9;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

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

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

.color {
  color: #2897f8;
}

/*竞争排行*/
.linksList {
  margin-top: 24px;
}

.linksList li {
  position: relative;
  float: left;
  width: calc(16.25% - 2px);
  height: 120px;
  border: 1px solid #ececec;
  margin-right: .5%;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  border-radius: 8px;
  box-shadow: 0 0 2px #eee;
  background-color: #fff;
}

.linksList li:last-child {
  margin-right: 0;
}

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

.linksList li span {
  display: block;
  font-size: 16px;
  color: #000;
}

.linksList li em {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 50px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.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-image: url(../images/icon01.png);
}

.linksList li:nth-child(2) em {
  top: 20px;
  background-image: url(../images/icon02.png);
}

.linksList li:nth-child(3) em {
  background-image: url(../images/icon03.png);
}

.linksList li:nth-child(4) em {
  background-image: url(../images/icon04.png);
}

.linksList li:nth-child(5) em {
  background-image: url(../images/icon05.png);
}

.linksList li:nth-child(6) em {
  background-image: url(../images/icon16.png);
}

/* 职位库 */
.tab-province li {
  float: left;
  border-bottom: 2px solid transparent;
  margin: 0 20px 10px 0;
  box-sizing: border-box;
}

.tab-province li a {
  display: block;
  font-size: 16px;
}

.tab-province li.cur {
  border-color: #2d75f6;
}

.tab-province li.cur a, .tab-province li a:hover {
  color: #2d75f6;
}

.tab-province-data li:hover {
  border-bottom: 2px solid #2d75f6;
}

.resultwrap-zw .linksList {
  display: none;
}

/*竞争比例*/
.mostLeast {
  margin-top: 30px;
}

.mostLeast li {
  float: left;
  width: calc(48.75% - 2px);
  height: 430px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
}

.mostLeast li h4 {
  text-align: left;
  margin: 30px 0 40px 40px;
  font-size: 20px;
}

.mostLeast li img {
  width: 78px;
  height: 78px;
  margin: 0 auto 40px auto;
}

.mostLeast li strong {
  display: block;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: bold;
  color: #222a37;
}

.mostLeast li p {
  margin-bottom: 46px;
  font-size: 18px;
  color: #666;
}

.mostLeast li:last-child {
  margin-left: 2.5%;
}

.mostMore {
  display: block;
  width: 176px;
  height: 50px;
  border: 1px solid #dadada;
  border-radius: 6px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}

/* 表格样式 */
.table td, .table th {
  border-right: 1px solid #ededed;
}

.table th.color {
  color: #2d75f6;
}

.table th.color .sort {
  background-image: url(../images/sort_c.png);
}

.table table {
  border: 1px solid #ededed;
}

.sort {
  display: inline-block;
  width: 18px;
  height: 21px;
  margin-left: 10px;
  background-image: url(../images/sort.png);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  cursor: pointer;
}

.sort-down {
  background-image: url(../images/sort_a.png) !important;
}

.table .btn01, .table .btn04 {
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e0e4e3;
  border-radius: 40px;
  background-color: transparent;
}

.table .btn01:hover, .table .btn04:hover {
  background-color: #2d75f6;
  border-color: #2d75f6;
}

.max {
  cursor: pointer;
}

.table th {
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
  background-color: #fafafa;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.pc_show th:nth-child(1){
  width: 8%;
}
.pc_show th:nth-child(2){
  width: 8%;
}
.pc_show th:nth-child(3){
  width: 8%;
}
.pc_show th:nth-child(4){
  width: 8%;
}
.pc_show th:nth-child(5){
  width: 8%;
}
.pc_show th:nth-child(6){
  width: 6%;
}
.pc_show th:nth-child(7){
  width: 8%;
}
.pc_show th:nth-child(8){
  width: 28%;
}
.pc_show th:nth-child(9){
  width: 6%;
}

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

.chart.active {
  margin-bottom: 30px;
}

.table .color {
  color: #327efa;
}

.table05 th, .table05 td {
  color: #b5b5b5;
  background-color: #fff;
}

.btn01, .btn04 {
  display: inline-block;
  width: 66px;
  height: 26px;
  background-color: #f5f5f5;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: background-color .5s ease;
}

.btn01:hover, .btn04:hover {
  color: #fff;
  background: #2d75f6;
}

.choose {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/choose.png);
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
}

.choose.active {
  background-image: url(../images/choose_a.png);
}

/* 分页 */
.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: #39a6fc;
  border: solid 1px #39a6fc;
}

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

.coursePage li.thisclass a {
  background: #4584f6;
  border: solid 1px #4584f6;
  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 #4584f6;
  background: #4584f6;
  line-height: 39px;
  margin: 0 8px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

/* 面包屑 */
.crumbsNav {
  font-size: 14px;
  color: #999;
}

.crumbsNav span, .crumbsNav a {
  color: #2d75f6;
}

/* 职位详情页 */
.linksBox {
  position: absolute;
  right: 0;
  top: 64px;
}

.btn02 {
  float: left;
  height: 34px;
  padding: 0 17px;
  border: 1px solid #cdcdcd;
  margin-top: 2px;
  border-radius: 5px;
  margin-left: 13px;
  color: #ff5463;
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
  transition: background-color .5s ease;
  color: #333;
}

.btn02:hover {
  border-color: #2d75f6;
  background-color: #2d75f6;
  color: #fff;
}

.title03 .info_msg {
  float: left;
  margin-right: 40px;
  font-size: 16px;
}

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

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

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

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

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

.table02 td {
  border: 1px solid #ededed;
  text-align: center;
  font-size: 16px;
  padding: 10px 2px;
}

.table02 td:nth-child(2n+1) {
  background-color: #f2f7ff;
}

.zxxq td:nth-child(2n+1) {
  background-color: #fbfbfb;
  color: #666;
}

.zxxq {
  margin-bottom: 36px;
}

/* 历年数据 */
.scorelineList li {
  float: left;
  height: 160px;
  width: 24.06%;
  padding: 50px 0 0 150px;
  margin-right: 1.25%;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  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-image: url(../images/icon-icon01.png);
  background-repeat: no-repeat;
}

.scorelineList li:nth-child(1) i {
  background-position: 0 0;
}

.scorelineList li:nth-child(2) i {
  background-position: 0 -75px;
}

.scorelineList li:nth-child(3) i {
  background-position: 0 -150px;
}

.scorelineList li:nth-child(4) i {
  background-position: 0 -225px;
}

.chart {
  width: 100%;
  height: 550px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

/* 搜索结果页 提示 */
.resultTip {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.title03 .zw_tips {
  padding-top: 10px;
  font-size: 18px;
  color: #fd822b;
}

.look_other {
  display: table;
  height: 34px;
  padding: 0 17px;
  border: 1px solid #2d75f6;
  margin: 0 auto 30px auto;
  border-radius: 5px;
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
  transition: background-color .5s ease;
  color: #fff;
  background-color: #2d75f6;
}

.look_other.active a {
  color: #000;
}

.look_other.active a:hover {
  color: #fff;
}

.look_other:hover {
  background-color: #2d75f6;
  border-color: #2d75f6;
}

.look_other:hover a {
  color: #fff;
}

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

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

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

  .chooseList {
    max-width: 1000px;
  }

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

  .scorelineList li i {
    top: 30px;
  }

  .chart {
    height: 400px;
  }

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


}

#login, #logout {
  cursor: pointer;
}

/* 登录注册 */
/* 注册弹窗 */
.registerbox, .loginbox {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 390px;
  height: 430px;
  padding: 0 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, .registerbox .close_detail, .loginbox .close_detail {
  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;
  text-align: center;
  cursor: pointer;
  border: none;
  color: transparent;
  text-indent: 0;
  text-shadow: 0 0 0 #fff;
}

.registerbox .code .auth:hover, .loginbox .code .auth:hover {
  color: #fff;
}

.registerbox .submit, .dl_bottom a {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  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);
}

.loginbox {
  height: 380px;
}

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

.mobile_show, .footer-m, .topbar-m {
  display: none;
}

.pc_show {
  display: block;
}

.person_num {
  display: none;
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 20px;
}

.person_num.active {
  display: block;
}

.person_num span {
  color: #2d75f6;
}


.tab_city2{
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}
.tab_city2 li{
  display: inline-block;
  margin: 12px 20px 10px 0;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
}
.tab_city2 li a{
  border: 1px solid #ccc;
}
.tab_city2 li a,
.tab_city3 li a{
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 30px;
  display: block;
}
.tab_city2 li.cur{
  color: #2d75f6;
}
.tab_city2 li.cur a{
  border: 1px solid #2d75f6;
  color: #2d75f6;
}
.resultwrap-table-box .resultwrap-table{
  display: none;
}
.resultwrap-table-box .resultwrap-table.active{
  display: block;
}
.tab_city3{
  /* display: none; */
  margin: 20px auto;
  border: 1px solid #2d75f6;
  padding: 10px 0;
  box-sizing: border-box;
}
.tab_city3 li{
  text-align: center;
  display: inline-block;
  margin: 12px 20px 10px 0;
  cursor: pointer;
  line-height: 30px;
  font-size: 16px;
}
.tab_city3 li.cur a{
  color: #2d75f6;
}


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

  /*登录注册*/
  .registerbox, .loginbox {
    width: 94%;
    height: auto;
    top: 50%;
    left: 50%;
    padding: 1rem;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .registerbox h3, .loginbox h3 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: initial;
  }

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

  .registerbox .code .auth, .loginbox .code .auth {
    width: 6rem;
    height: 2.2rem;
    border-radius: .15rem;
    font-size: .8rem;
    line-height: 2.2rem;
  }

  .registerbox .close, .loginbox .close, .registerbox .close_detail, .loginbox .close_detail {
    right: .5rem;
    top: .5rem;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
  }

  .registerbox .selDiv .inp, .loginbox .selDiv .inp{
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: .7rem;
  }

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

  .registerbox .selDiv, .loginbox .selDiv {
    height: 2.2rem;
    margin: 0 0 .5rem 0;
    font-size: .7rem;
  }

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

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

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

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

  /* 通用头部 */
  .ht_top {
    display: none;
  }

  .linksBox {
    float: right;
    top: 0 !important;
  }

  .title03 {
    overflow: hidden;
  }

  .title03 p {
    float: left;
  }
  
  .h5_none {
    display: none;
}

  /* 隐藏元素 */
  .topbg, .top, .links, .line, .jobAdd p, .department p {
    display: none;
  }

  .header {
    width: 18.75rem;
  }

  .banner {
    width: 18.75rem;
    height: 4.3rem;
    background-size: 100%;
  }

  .banner h2 {
    width: 12.2rem;
    top: .5rem;
    margin-left: -8rem;
    font-size: 1.2rem;
    line-height: 1.5rem
  }

  .banner h2 span {
    font-size: 0.8rem;
  }

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

  .navwrap.active {
    margin-bottom: 0;
  }

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

  .nav {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
  }

  .nav li {
    float: left;
    width: 4rem;
    height: 2rem;
    font-size: .6rem;
    line-height: 2rem;
    border-width: 0.05rem;
  }

  .accurate {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    border-radius: .15rem;
  }

  .accurate_info {
    padding: 0 .5rem;
  }

  .jobAdd {
    box-shadow: none;
  }

  .border-wrap {
    padding-bottom: .5rem;
    border-bottom: none;
  }

  .hot_title {
    padding-top: .5rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .hotList_wrap {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: .8rem;
  }

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

  .hot_tips {
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  .hot_more {
    margin-top: 0;
    font-size: .7rem;
  }

  .hotList {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: .15rem;
  }

  .listType span {
    font-size: .8rem;
  }

  .listType {
    padding-bottom: .5rem;
    margin-bottom: .8rem;
  }

  .hotList li {
    font-size: .7rem;
    margin-bottom: .5rem;
  }

  /* 悬浮 */
  /* 手机底部 */
  .xfnav {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.55rem;
    margin-bottom: 0;
    box-sizing: border-box;
    z-index: 10;
    text-align: center;
    background-color: #0066f5;
  }

  .xfnav li {
    float: left;
    width: 25%;
    height: 2.5rem;
    border: none;
    margin: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

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

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

  .nav li:hover a {
    color: #000;
  }

  .xfnav li:hover i {
    background-position: 0 !important;
  }

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

  .xfnav li.jq-join {
    background-color: #3188fc;
  }

  .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: #fff;
    text-align: center;
  }

  .xfnav li i {
    float: none;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-size: 100%;
  }

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

  .xfnav li.backTop i {
    background: none !important;
  }

  .xfnav li.backTop:hover i {
    background: none !important;
  }

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

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

  .xfnav li:nth-child(1) i {
    background-image: url(../images/footer01.png);
    background-position: center;
  }

  .xfnav li:nth-child(2) i, .xfnav.active li:nth-child(1) i {
    background-image: url(../images/footer02.png);
    background-position: center;
  }

  .xfnav li:nth-child(2):hover i, .xfnav.active li:nth-child(1):hover i {
    background-position: 0;
  }

  .xfnav li:nth-child(3):hover i, .xfnav.active li:nth-child(2):hover i {
    background-position: 0;
  }

  .xfnav li:nth-child(4):hover i, .xfnav.active li:nth-child(3):hover i {
    background-position: 0;
  }

  .xfnav li:nth-child(3) i, .xfnav.active li:nth-child(2) i {
    background-image: url(../images/footer03.png);
    background-position: center;
  }

  .xfnav li:nth-child(4) i, .xfnav.active li:nth-child(3) i {
    background-image: url(../images/footer04.png);
    background-position: center;
  }

  .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: 3;
    box-shadow: 0 0 .15rem #ddd;
    border-radius: .3rem;
    text-align: center;
  }

  .close, .close_detail {
    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;
    background-size: .9rem .9rem;
  }

  .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;
    margin-top: .75rem;
    margin-right: .5rem;
    line-height: 1.625rem;
    text-align: center;
    border-radius: .3rem;
    background-color: #ff5d68;
    border-color: transparent;
    color: #fff;
  }

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

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

  .title02 span {
    margin-left: .4rem;
    font-size: .6rem;
  }

  .title03 h2 {
    font-size: .8rem;
    padding: .6rem 0;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .title03 .info_msg {
    margin-right: .5rem;
    /*margin-bottom: .5rem;*/
    font-size: .7rem;
    line-height: 1.5rem;
  }

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

  .title03 .links {
    top: .5rem;
  }

  .title04, .title05 {
    padding-top: .5rem;
    font-size: .7rem;
    line-height: 2rem;
  }

  /* 搜索条件 */
  .selDiv {
    float: left;
    width: 49%;
    height: 2rem;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 1rem;
  }

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

  .selDiv:nth-child(5) {
    width: 100%;
    margin-right: 0;
  }

  .selDiv cite {
    height: 2rem;
    border-radius: .1rem;
    background-size: .85rem .15rem;
    font-size: .6rem;
    line-height: 2rem;
  }

  .selDiv ul {
    top: 2rem;
    width: calc(100% - 2px);
    max-height: 15rem;
    border-radius: .1rem;
  }

  .selDiv li {
    font-size: .6rem;
    line-height: 1.5rem;
  }

  .selDiv .inp {
    height: 2rem;
    border-radius: .1rem;
    font-size: .6rem;
    line-height: 2rem;
  }

  .Submit, .submit {
    width: 49%;
    height: 2rem;
    margin: 1rem auto 0;
    border-radius: .1rem;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
  }

  /* 工作地区 */
  .jobAdd li {
    float: left;
    width: 19%;
    height: 1.5rem;
    margin: 0 .8% .3rem 0;
  }

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

  .jobAdd h4 {
    padding-top: 0;
    font-size: .7rem;
    line-height: 1.5rem;
  }

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

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

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

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

  .tjkc div p {
    height: 1.2rem;
    padding: 0 10px;
    font-size: .6rem;
    line-height: 1.2rem;
  }

  /* 免责说明 */
  .mianze {
    padding: 1rem 0;
    font-size: .6rem;
    line-height: 1rem;
  }

  /* 通用底部 */
  .newfooter {
    display: none;
    position: relative;
    height: 3rem;
    padding: 0;
    padding-bottom: 2.5rem;
    overflow: hidden;
    border: 0;
  }

  .newfooter p {
    display: none;
  }

  .zxxq {
    margin-bottom: 0;
  }

  .newfooter:before {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "京ICP备11028696号-11京ICP证130150号京公网安备11010802021470号";
    width: 100%;
    height: 3rem;
    padding: 0;
    overflow: hidden;
    line-height: 3rem;
    font-size: 0.7rem;
    text-align: center;
  }

  /* 表格样式 */
  .table th {
    padding: .2rem 0;
    font-size: .5rem;
    line-height: 1rem;
  }
  .mobile_show th:nth-child(1){
    width: 10%;
  }
  .mobile_show th:nth-child(2){
    width: 15%;
  }
  .mobile_show th:nth-child(3){
    width: 18%;
  }
  .mobile_show th:nth-child(4){
    width: 14%;
  }
  .mobile_show th:nth-child(5){
    width: 14%;
  }
  .mobile_show th:nth-child(6){
    width: 15%;
  }
  .mobile_show th:nth-child(7){
    width: 14%;
  }

  .yrsj {
    display: none;
  }

  .table .btn01, .table .btn04 {
    width: auto;
    height: 1rem;
    min-width: 1.2rem;
    line-height: 1rem;
    padding: 0 .4rem;
    border-radius: 1rem;
  }

  .gkrs .btn01, .table .btn04 {
    width: 3.5rem;
    font-size: .55rem;
  }

  .table .btn01:hover, .table .btn02:hover, .btn01:hover, .btn02:hover, .table .btn04:hover {
    border-color: #e0e4e3;
    background-color: #fff;
    color: #000;
  }

  .sort {
    width: .55rem;
    height: .6rem;
    margin-left: .1rem;
    background-size: 100%;
  }

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

  .mostLeast {
    margin-top: .8rem;
  }

  .mostLeast li {
    height: auto;
    padding-bottom: 1rem;
    margin: 0 auto;
  }

  .mostLeast li h4 {
    margin: .5rem 0 .5rem 1rem;
    font-size: .8rem;
  }

  .mostLeast li img {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto .5rem auto;
  }

  .mostLeast li strong {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .mostLeast li p {
    margin-bottom: .2rem;
    font-size: .7rem;
  }

  .mostMore {
    width: 5.5rem;
    height: 1.6rem;
    border-radius: .3rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

  .mostMore:hover {
    color: #000;
  }

  /* 职位搜索 */
  .btn01 {
    width: 2.5rem;
    height: 1rem;
    padding: 0 0;
    border-radius: 1rem;
    line-height: 1rem;
    font-size: .6rem;
  }

  .choose {
    width: .8rem;
    height: .85rem;
    background-size: 100%;
  }

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

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

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

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

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

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

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

  .coursePage-inp input[name=page] {
    margin-top: .4rem;
  }

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

  /* 职位详情页 */
  .linksBox {
    position: relative;
    left: 0;
    right: 0;
    top: -3.1rem !important;
  }

  .title03.mb40 {
    margin-bottom: 0 !important;
  }

  .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: 17rem;
    padding: 2rem 1rem;
    margin: -8.5rem 0 0 -8rem;
  }

  .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: 3rem;
  }

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

  .table02 td {
    font-size: .5rem;
    padding: .2rem .05rem;
  }

  .remark {
    padding: 1rem;
    font-size: .6rem;
    line-height: 1rem;
  }

  .btn03 {
    display: inline-block;
    width: 30%;
    height: 1.5rem;
    margin-top: 1.5rem;
    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;
    background-size: 1.75rem auto;
  }

  .scorelineList li:nth-child(1) i {
    background-position: 0 0;
  }

  .scorelineList li:nth-child(2) i {
    background-position: 0 -1.875rem;
  }

  .scorelineList li:nth-child(3) i {
    background-position: 0 -3.75rem;
  }

  .scorelineList li:nth-child(4) i {
    background-position: 0 -5.625rem;
  }

  .chart {
    width: 100%;
    height: 12rem;
    font-size: .4rem;
  }

  /*竞争排行*/
  .linksList {
    margin-top: 1rem;
  }

  .linksList li {
    width: 49%;
    height: 4rem;
    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 span {
    font-size: .75rem;
  }

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

  .linksList li em {
    left: .6rem;
    top: 1rem;
    width: 1.7rem;
    height: 2.2rem;
  }

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

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

  .tab-province li {
    padding-bottom: 0;
    margin: 0 .55rem .2rem;
  }

  .tab-province li a {
    font-size: .7rem;
  }

  /* 搜索结果页 提示 */
  .resultTip {
    margin-top: 1rem;
    font-size: .6rem;
    line-height: 1rem;
  }

  /* 职位搜索结果 */
  /* .zwss th:nth-child(2),
  .zwss th:nth-child(5),
  .zwss th:nth-child(6),
  .zwss th:nth-child(7),
  .zwss th:nth-child(9),
  .zwss th:nth-child(10),
  .zwss td:nth-child(2),
  .zwss td:nth-child(5),
  .zwss td:nth-child(6),
  .zwss td:nth-child(7),
  .zwss td:nth-child(9),
  .zwss td:nth-child(10) {
    display: none;
  } */
  /* 部门检索页 */
  /* .bmjs th:nth-child(2),
  .bmjs th:nth-child(5),
  .bmjs th:nth-child(6),
  .bmjs th:nth-child(7),
  .bmjs td:nth-child(2),
  .bmjs td:nth-child(5),
  .bmjs td:nth-child(6),
  .bmjs td:nth-child(7) {
    display: none;
  } */
  /* 专业检索页 */
  /* .zyjs th:nth-child(2),
  .zyjs th:nth-child(5),
  .zyjs th:nth-child(6),
  .zyjs th:nth-child(7),
  .zyjs th:nth-child(9),
  .zyjs th:nth-child(10),
  .zyjs td:nth-child(2),
  .zyjs td:nth-child(5),
  .zyjs td:nth-child(6),
  .zyjs td:nth-child(7),
  .zyjs td:nth-child(9),
  .zyjs td:nth-child(10) {
    display: none;
  } */
  .tabmenu li span b, .tabmenuWrap li.cur a {
    display: none;
  }

  .tabmenuWrap {
    margin: .7rem 0;
  }

  .tabmenuWrap li {
    margin-right: .5rem;
    font-size: .7rem;
  }

  .tabmenuWrap li:last-child {
    margin-right: 0;
  }

  .days {
    display: block;
    border-radius: .2rem;
    border-bottom: none;
    overflow: hidden;
  }
  .days.row{
    display: -webkit-flex;
  }
  .days a {
    float: left;
    width: calc(20% - 1px);
    height: 2.5rem;
    border-bottom: 1px solid #ebebeb;
    line-height: 2.5rem;
    font-size: .7rem;
  }

  .days a span {
    bottom: .2rem;
    margin-left: -.1rem;
    width: .3rem;
    height: .3rem;
  }

  .scale {
    margin-top: .5rem;
  }

  .scaleInfo {
    display: block;
    width: calc(30% - 2px);
    height: 6.5rem;
    padding: 0 1%;
    margin-right: 2%;
    margin-bottom: 0;
    border-radius: .2rem;
    font-size: .7rem;
    line-height: .8rem;
    overflow: hidden;
  }

  .scaleInfo:nth-child(3) {
    margin-bottom: 0;
  }

  .scaleInfo img {
    width: 2rem;
    height: 2rem;
    margin: 1.1rem auto .5rem auto;
  }

  .scaleInfo>div {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .scaleNum {
    margin-bottom: 0;
    font-size: .55rem;
  }

  .scaleNum+p {
    font-size: .7rem;
  }

  .title05 {
    font-size: .7rem;
  }

  .lookmore {
    font-size: .6rem !important;
  }

  .chart.active {
    margin-bottom: .2rem;
  }

  .days.active, .days {
    margin-top: .7rem;
  }

  .selBox.active .selDiv {
    width: 49%;
  }

  .newfooter.active {
    padding-bottom: 0;
  }

  a:hover {
    color: #fff;
  }

  .btn-wrap {
    margin-bottom: .8rem;
  }

  .btn-wrap .fl {
    float: left;
    overflow: hidden;
  }

  .person_num {
    margin-top: .5rem;
    margin-bottom: .35rem;
    font-size: .8rem;
  }

  .topbar-m {
    display: block;
    height: 1rem;
    padding: .75rem 0 .75rem;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
  }

  .logo-m {
    float: left;
    height: 1rem;
  }

  .logo-m .logo_ht {
    float: left;
    width: 5rem;
    height: 1rem;
    background: url(../images/logo-m.png) no-repeat;
    background-size: 100%;
    background-position: left center;
    text-indent: -200rem;
    overflow: hidden;
    vertical-align: middle;
  }

  .topbar-m .login, .topbar-m .quit {
    float: right;
    margin-left: .5rem;
    line-height: initial;
    color: #000;
  }

  .quit {
    margin-right: 0
  }

  .logo-m .logo_qt {
    float: left;
    height: 1rem;
    max-width: 8rem;
    padding-left: .5rem;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: normal;
  }

  .tel-m {
    float: right;
    height: 1.15rem;
    font-size: .7rem;
    line-height: 1.15rem;
    color: #e92930;
  }

  .header {
    width: 18.75rem;
    height: 7.8rem;
  }

  .footer-m {
    display: block;
  }

  .footer-m {
    padding: .5rem 0 3rem 0;
    background-color: #333;
    text-align: center;
  }

  .footer-m p, .footer-m a {
    font-size: .6rem;
    line-height: 1rem;
    color: #fff;
  }

  .title03 .zw_tips {
    padding-top: .25rem;
    font-size: .7rem;
  }
  a:hover{
    color: #000;
  }
  .jobAdd li:hover h4, .jobAdd li:hover p {
    color: #000;
  }

  .jobAdd li:hover {
    background-color: #fff;
  }

  .look_other {
    height: 1.5rem;
    padding: 0 .7rem;
    margin: 1rem auto 0 auto;
    border-radius: .125rem;
    font-size: .75rem;
    line-height: 1.5rem;
  }
}

@media only all and (max-width:1080px) {
  .mobile_show {
    display: block;
  }

  .pc_show {
    display: none;
  }


  .tab_city2{
    padding: .4rem 0;
  }
  .tab_city2 li{
    margin: 0 .2rem .3rem;
    line-height: 1rem;
    font-size: .7rem;
  }
  .tab_city2 li a,
  .tab_city3 li a{
    padding: 0 .2rem;
  }

  .tab_city3{
    margin: .2rem auto;
    padding: .2rem 0;
  }
  .tab_city3 li{
    margin: 0 .2rem .3rem;
    line-height: 1rem;
    font-size: .7rem;
  }


}
