@charset "utf-8";

.switch-definition .definition-list li {
    color: #fff;
}

.header {
    height: 370px;
}

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

.tac .btn03 {
    margin-right: 10px;
}

/*新增侧边栏*/
.sideNav {
    position: fixed;
    top: 220px;
    right: 10px;
    width: 115px;
    box-shadow: 0 0 10px #d0eeff;
    border-radius: 100px;
    background-color: #048eff;
    background: linear-gradient(to right, #ef583f, #ef583f);
    /* z-index: 100000; */
    z-index: 10000;
}

.sideNav i {
    position: absolute;
    top: -100px;
    width: 112px;
    height: 154px;
    background-image: url(../images/tutu.png);
    background-repeat: no-repeat;
}

.sideNav ul {
    margin-top: 40px;
}

.sideNav li {
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #fff;
    line-height: 50px;
    text-align: center;
}

.sideNav li:last-child,
.sideNav li:nth-last-child(2) {
    border-bottom: none;
}

.sideNav li a {
    display: block;
    color: #fff;
}

.sideNav li:hover a {
    color: #333;
}

.sideNav li.active {
    font-weight: bold;
    color: #ffff33;
    font-size: 18px;
}

.sideNav li span {
    display: none;
}

.back {
    display: none;
    cursor: pointer;
    color: #fff;
}

.banner {
    position: relative;
    height: 303px;
    background-image: url(../images/banner.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner h2 {
    position: absolute;
    left: 50%;
    top: 70px;
    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);
}

.nav {
    position: absolute;
    left: 50%;
    top: 250px;
    width: 1176px;
    /*width: 1323px;*/
    height: 120px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.nav {
    position: absolute;
    left: 50%;
    top: 250px;
    width: 1176px;
    /*width: 1323px;*/
    height: 120px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.nav li {
    float: left;
    width: 130px;
    height: 120px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.nav li.current {
    background-color: #fee9e7;
}

.nav li a {
    display: block;
    width: 100%;
    height: 100px;
    padding-top: 20px;
}

.nav i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../images/icon-nav.png);
    background-repeat: no-repeat;
}

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

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

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

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

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

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

.nav li:nth-child(7) i {
    background-position: 0 -300px;
}

.nav li:nth-child(8) i {
    background-position: 0 -350px;
}

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

.nav li:nth-child(1):hover i,
.nav li:nth-child(1).current i,
.nav li:hover i {
    background-position: -50px 0;
}

.nav li:nth-child(2):hover i,
.nav li:nth-child(2).current i {
    background-position: -50px -50px;
}

.nav li:nth-child(3):hover i,
.nav li:nth-child(3).current i {
    background-position: -50px -100px;
}

.nav li:nth-child(4):hover i,
.nav li:nth-child(4).current i {
    background-position: -50px -150px;
}

.nav li:nth-child(5):hover i,
.nav li:nth-child(5).current i {
    background-position: -50px -200px;
}

.nav li:nth-child(6):hover i,
.nav li:nth-child(6).current i {
    background-position: -50px -250px;
}

.nav li:nth-child(7):hover i,
.nav li:nth-child(7).current i {
    background-position: -50px -300px;
}

.nav li:nth-child(8):hover i,
.nav li:nth-child(8).current i {
    background-position: -50px -350px;
}
.part01 {
    padding-bottom: 90px;
}

/* title */
.title,
.title02 {
    padding: 40px 0;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.title02 {
    text-align: left;
}

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

.title03 h2 {
    font-size: 20px;
    line-height: 64px;
    font-weight: bold;
}

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

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

.title03 .links {
    /* top: 18px; */
}

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

/* 筛选切换 */
.searchMenu {
    height: 46px;
    margin-bottom: 48px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    position: relative;
}

.searchMenu span {
    display: inline-block;
    height: 46px;
    margin: 0 32px;
    cursor: pointer;
    position: relative;
}

.searchMenu span.current {
    color: #ef583f;
}

.searchMenu span.current:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ef583f;
    box-shadow: 0 3px 10px 1px #ef583f;
}

.searchMenu span:hover {
    color: #eb543b;
}

.links {
    position: absolute;
    right: 0;
    top: -26px;
    width: 169px;
    height: 85px;
    background-image: url(../images/data.png);
    background-repeat: no-repeat;
}

.links.active {
    top: 0;
    width: auto;
    background-image: none;
}

/*倒计时*/
.count {
    margin-top: 50px;
    margin-bottom: 80px;
}

.count li {
    float: left;
    /*width: calc(24.4% - 2px);*/
    width: calc(20% - 2px);
    height: 144px;
    border: 1px solid #efefef;
    margin-right: 0.8%;
}

.count li:first-child {
    width: calc(16% - 2px);
}

.count li:first-child img {
    display: none;
}
.count li:last-child {
    margin-right: 0;
}

.count-wrap {
    height: 144px;
    margin: 0 10%;
}

.count-txt {
    margin-top: 20px;
    font-size: 20px;
}

.count-day {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: bold;
}

.count-day span {
    color: #eb543b;
}

.endtime {
    color: #666;
}

.count-l {
    float: left;
    width: 59%;
    margin-top: 30px;
}

.count-l p {
    font-weight: bold;
    font-size: 24px;
}

.count-info {
    width: 100%;
    margin-top: 12px;
    line-height: 20px;
    color: #666;
}

.count-info span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.count-wrap img {
    float: right;
    width: 48px;
    margin-top: 50px;
}

/* .count-wrap img, .count li:nth-child(1) a {
    float: right;
    width: 48px;
    margin-top: 50px;
  } */
.count-line {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

/*热门排行榜*/
.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 {
    float: left;
    margin-right: 4%;
    color: #999;
}

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

/* 搜索条件 */
.searchCon {
    -webkit-animation: fadeIn 0.8s ease-out;
    animation: fadeIn 0.8s ease-out;
}

.selDiv {
    float: left;
    width: 24%;
    height: 62px;
    margin-right: 1.33%;
    margin-bottom: 17px;
    position: relative;
}

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

#searchCon02 .selDiv {
    width: 19.5%;
    margin-right: 0.625%;
}

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

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

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

#searchCon05 .selDiv:nth-child(4),
#searchCon05 .selDiv:nth-child(8),
#searchCon05 .selDiv:nth-child(11) {
    margin-right: 0;
}

#searchCon05 .selDiv:nth-child(9) {
    width: 49.33%;
    margin-right: 1.33%;
}

.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 3px 10px 1px #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.selDiv ul {
    position: absolute;
    right: 0;
    top: 62px;
    width: 100%;
    max-height: 300px;
    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: #eb543b;
    border-color: #eb543b;
    box-shadow: 0 3px 10px 1px #fc5d48;
}

.submit {
    display: block;
    width: 252px;
    height: 56px;
    margin: 56px auto 0;
    border-radius: 56px;
    background: #fc5b4a;
    background: linear-gradient(0deg, #fd832a, #fc5b4a);
    background: -webkit-linear-gradient(0deg, #fd832a, #fc5b4a);
    background: -moz-linear-gradient(0deg, #fd832a, #fc5b4a);
    box-shadow: 0 0 12px 4px #ffe1cf;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #ececec;
}

/* 工作地区 */
.jobAdd li {
    float: left;
    width: 16.66%;
    height: 152px;
    text-align: center;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

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

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

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

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

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

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

/* 部门性质 */
.department li {
    float: left;
    width: 25%;
    height: 200px;
    text-align: center;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.department h4 {
    padding-top: 42px;
    font-size: 24px;
    line-height: 36px;
}

.department h4 em {
    display: block;
}

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

.tjkc.active {
    padding-top: 10px;
}

.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.active div {
    border-radius: 0;
}

.tjkc div img {
    transition: all 0.5s;
    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;
}

/* 职位报考技巧 */
.listwrap {
    position: relative;
    margin-left: 592px;
}

.videowrap {
    position: absolute;
    left: -592px;
    top: 0;
    width: 592px;
    height: 444px;
}

.videowrap .tsbd_video {
    display: none;
    width: 592px;
    height: 444px;
}

.videowrap .tsbd_video.video01 {
    display: block;
}

.list {
    float: left;
    width: 48%;
    height: 444px;
    padding: 0 20px;
    margin-left: 2%;
    background-color: #fff;
    box-shadow: 0 0 8px 1px rgba(150, 150, 150, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.list h3 {
    font-size: 22px;
    line-height: 98px;
}

.list p {
    position: relative;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list p a {
    padding-left: 24px;
}

.list p i {
    position: absolute;
    left: 0px;
    top: 18px;
    width: 9px;
    height: 9px;
    border: 2px solid #fec969;
    border-radius: 50%;
    box-sizing: border-box;
}

.list p:nth-child(3) i,
.list p:nth-child(8) i {
    border-color: #ff5463;
}

.list p:nth-child(4) i,
.list p:nth-child(9) i {
    border-color: #58e9c1;
}

.list p:nth-child(5) i,
.list p:nth-child(10) i {
    border-color: #39b9ed;
}

.list p:hover i {
    border-color: #eb543b;
    background-color: #eb543b;
}

.list p:hover a {
    color: #eb543b;
}

.more {
    display: inline-block;
    padding-right: 30px;
    margin-top: 24px;
    background-image: url(../images/icon-arr-3.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 40px;
    color: #999;
}

.list03 {
    float: none;
    width: 100%;
    height: 450px;
    padding: 50px 50px;
    margin-left: 0%;
}

.list03.active {
    margin-bottom: 50px;
}

.list03 p {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
}

#videoTitle p.active a {
    color: #eb543b;
}

#videoTitle p.active i {
    border-color: #eb543b;
    background-color: #eb543b;
}

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

.zw-txt {
    display: none;
}

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

.xfnav li {
    float: right;
    width: 66px;
    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: #ed563d;
}

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

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

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

/*竞争排行*/
.linksList {
    margin-top: 30px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.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;
}

/* 表格样式 */
.table {
    border: 1px solid #ededed;
}

.table .color {
    color: #ef583f;
}

.table th {
    padding: 18px 0;
    /*border-bottom: 1px solid #ededed;*/
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.table td {
    /*border-bottom: 1px solid #ededed;*/
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 2px;
}

.table-contrast td {
    padding: 18px 0;
}

.table-contrast tr td:nth-child(1),
.table-contrast tr th:nth-child(1) {
    width: 22%;
}

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

.btn01:hover {
    color: #fff;
    background: #f45d44;
}

.star {
    position: relative;
    display: block;
    width: 75px;
    height: 15px;
    margin: 0 auto;
    background-image: url(../images/stars.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

.star i {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    width: 100% !important;
    height: 15px;
    background-image: url(../images/stars.png);
    background-repeat: no-repeat;
    background-position: left top;
}

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

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

/* 分页 */
.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;
    /*transition: background-color .5s ease;*/
    cursor: pointer;
}

.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: #fff;
    background-color: #f45d44;
    border: solid 1px #f45d44;
}

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

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

.coursePage .no-border {
    border: none;
}

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

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

/* 搜索结果 */
.chooseResult {
    padding-top: 30px;
}

.p01 {
    float: left;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}

.chooseList {
    width: auto;
    max-width: 1400px;
}

.chooseList li {
    float: left;
    height: 40px;
    padding-left: 12px;
    margin: 0 0 15px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    color: #999;
}

.chooseList li:hover {
    border: 1px solid #f45d44;
}

.chooseList li span {
    margin-right: 9px;
}

.chooseList li em {
    margin-right: 9px;
    color: #f45d44;
}

.chooseList li i {
    float: right;
    width: 37px;
    height: 100%;
    background-image: url(../images/icon-del01.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.chooseList li i:hover {
    background-image: url(../images/icon-del02.png);
    background-color: #f45d44;
}

.btn04 {
    float: left;
    height: 40px;
    padding: 0 24px;
    margin-left: 10px;
    background-color: #f45d44;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.btn04:hover {
    color: #fff;
    background-color: #eb543b;
}

.searchCon-fs {
    margin-top: 30px;
}

/* 职位详情页 */
.linksBox {
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 2;
}

.linksBox.active {
    top: 120px;
}

.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 0.5s ease;
    color: #333;
}

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

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

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

.btn-contrast {
    background-color: #e8fbeb;
    color: #27cb3b;
}

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

/*分享*/
#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;
    z-index: 3;
}

.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;
    line-height: 24px;
    padding: 10px 2px;
}

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

.remark {
    padding: 30px 36px 40px;
    border: 1px solid #ededed;
    border-radius: 8px;
    font-size: 16px;
    line-height: 28px;
}

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

.btn03:hover {
    color: #fff;
    background: #f45d44;
    background: linear-gradient(180deg, #f45d44, #f45d44);
    background: -webkit-linear-gradient(180deg, #f45d44, #f45d44);
    background: -moz-linear-gradient(180deg, #f45d44, #f45d44);
}

.msmd {
    margin-top: 20px;
}

.msmd td,
.msmd th {
    border: 1px solid #ededed;
}

/* 部门介绍 */
.intro .txt {
    float: left;
    width: 61%;
    padding: 36px;
    margin-right: 2%;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.intro .txt .wrap {
    min-height: 134px;
    overflow: hidden;
}

.showddd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.intro .txt p {
    font-size: 16px;
    line-height: 32px;
}

.btn-showmore {
    width: 98px;
    height: 34px;
    margin-top: 32px;
    border: 1px solid #f85660;
    color: #f85660;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-showmore:hover {
    background-color: #f85660;
    color: #fff;
}

.intro .img {
    float: left;
    width: 37%;
}

/* 历年数据 */
.btn05 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    height: 35px;
    padding: 0 24px;
    border: 1px solid #d3d6e1;
    border-radius: 3px;
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
}

.btn05:hover {
    border-color: #eb543b;
}

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

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

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

#chart03 {
    height: 600px;
    margin-bottom: 30px;
}

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

.chartTips {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
}

.chartTips p {
    color: #666;
}

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

.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 div {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    background-image: url(../images/icon-cirle02.png);
    background-repeat: no-repeat;
    text-align: center;
}

.mostLeast li:nth-child(2) div {
    background-image: url(../images/icon-cirle01.png);
}

.mostLeast strong {
    display: inline-block;
    padding-top: 110px;
    font-size: 40px;
    line-height: 80px;
}

.mostLeast p {
    font-size: 20px;
    line-height: 40px;
    color: #666;
}

.mostLeast a {
    display: block;
    width: 178px;
    height: 50px;
    margin: 50px auto;
    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: #f45d44;
}

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

.jobCode {
    display: block;
    width: 100%;
    height: 62px;
    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;
    box-shadow: 0 3px 10px 1px #dcdcdc;
}

.query {
    float: right;
    display: block;
    width: 12%;
    height: 62px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fd832a, #f33e92);
    background: -webkit-linear-gradient(135deg, #fd832a, #f33e92);
    background: -moz-linear-gradient(135deg, #fd832a, #f33e92);
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 3px 10px 1px #dcdcdc;
}

.tab-province li {
    float: left;
    height: 36px;
    margin: 0 26px 10px 0;
    box-sizing: border-box;
}

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

.tab-province li.cur {
    border-bottom: 2px solid #f45d44;
}

.tab-province li.cur a {
    color: #f45d44;
}

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

.linksList-data {
    background: none;
}

.linksList-data li {
    background-color: #fff;
    border-radius: 8px;
}

.tab-province-data {
    background-color: #fff;
    padding: 15px 0 0 20px;
}

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

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

.btn-total {
    display: inline-block;
    height: 26px;
    padding: 0 12px;
    border-radius: 26px;
    background: linear-gradient(135deg, #fd832a, #f33e92);
    background: -webkit-linear-gradient(135deg, #fd832a, #f33e92);
    background: -moz-linear-gradient(135deg, #fd832a, #f33e92);
    color: #fff;
}

.btn-total:hover {
    color: #fff;
    box-shadow: 0 0 10px 4px #ffe1cf;
}

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

/* 省份大数据 */
.tabmenuWrap a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 64px;
    display: none;
}

.tabmenu {
    height: 64px;
    margin-bottom: 30px;
    padding-top: 20px;
    border-bottom: 1px solid #dedcdc;
    position: relative;
}

.tabmenu li {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    line-height: 64px;
    cursor: pointer;
}

.tabmenu li span {
    display: block;
    height: 100%;
    position: relative;
}

.tabmenu li.cur span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #eb543b;
}

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

.tabWrap .table {
    display: none;
}

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

.addressWrap {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.address > li {
    float: left;
    width: 142px;
    height: 48px;
    margin: 0 8px 12px 0;
    border: 1px solid #dcdcdc;
    border-radius: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.address > li:hover {
    color: #f33e92;
}

.address > li.on {
    color: #fff;
    border-color: #f33e92;
    background-color: #f33e92;
    background: linear-gradient(135deg, #fd832a, #f33e92);
    background: -webkit-linear-gradient(135deg, #fd832a, #f33e92);
    background: -moz-linear-gradient(135deg, #fd832a, #f33e92);
}

.address_info_wrap {
    display: none;
}

.address_info_wrap.cur {
    display: block;
}

.address_info {
    float: right;
    width: 1300px;
    padding-top: 32px;
}

.address_info p {
    font-size: 16px;
    line-height: 26px;
    color: #787878;
}

.ewm {
    float: left;
    width: 160px;
    padding-top: 32px;
}

.ewm img {
    display: block;
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
}

.ewm p {
    font-size: 16px;
    line-height: 32px;
    color: #787878;
    text-align: center;
}

/* 职位数据对比排行 */
.tabTitle {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 50px;
}

.tabTitle strong {
    color: #eb543b;
}

.tabTitle em {
    color: #f3463c;
}

#sortList table thead th {
    cursor: pointer;
}

.sort {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(../images/icon-arr-5.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    cursor: pointer;
    background-size: 13px 16px;
}

.sort-down {
    background-image: url(../images/icon-arr-down.png);
}

.sort:hover {
    background-size: 15px auto;
}

.join {
    display: none;
}

/* 各省职位表 */
.gszwk {
    margin-top: 20px;
}

.gszwk th,
.gszwk td {
    border: 1px solid #ededed;
    background-color: #fff;
}

.lnzwk th,
.lnzwk td {
    border: 1px solid #ededed;
    background-color: #fff;
}

.lnzwk strong {
    display: block;
    font-size: 26px;
    line-height: 40px;
}

.lnzwk span {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.zwbxz th,
.zwbxz td {
    border: 1px solid #ededed;
}

.zwbxz span,
.zwbxz strong {
    display: inline-block;
}

.title06 {
    font-size: 20px;
    line-height: 80px;
    font-weight: bold;
}

.timeMenu a {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-right: 40px;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.timeMenu a.cur,
.timeMenu a:hover {
    background-color: #eb543b;
    color: #fff;
}

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

.topbar-m {
    display: none;
}

.pb40 {
    padding-bottom: 40px;
}

/*20190903修改新增*/
.days-wrap {
    margin-top: 28px;
    margin-bottom: 34px;
}

.days-tips {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.days {
    float: right;
}

.days a {
    float: left;
    width: 94px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 40px;
    font-size: 14px;
    transition: background-color 0.5s ease;
}

.days a.active {
    background-color: #ffe8e6;
    color: #ef583f;
}

.scales {
    display: none;
    margin-top: 10px;
}

.scales.active {
    display: block;
}

.scaleInfos {
    position: relative;
    display: block;
    float: left;
    width: calc(32% - 2px);
    height: 170px;
    border: 1px solid #ebebeb;
    margin-right: 2%;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    text-align: left;
}

.scaleInfos img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
}

.scaleInfo01 {
    border-color: #d8e5fd;
}

.scaleInfo02 {
    border-color: #fee6bc;
}

.scaleInfo03 {
    border-color: #f0defe;
}

.scaleInfos p {
    margin-top: 30px;
    margin-left: 58px;
    color: #999;
}

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

.scales .scaleNum {
    position: relative;
    margin-top: 16px;
    margin-left: 50px;
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    z-index: 2;
}

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

.scales .scaleInfo img {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 180px;
    height: 160px;
    margin-right: 0;
}

/*资讯列表*/
.news-title {
    margin-top: 20px;
}

.news-title li {
    float: left;
    width: 174px;
    height: 38px;
    border: 1px solid #eee;
    margin-right: 8px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s ease;
    font-size: 18px;
}

.news-title li.on {
    border-color: #ec553c;
    background-color: #fee9e7;
}

.news-title li.on a {
    color: #ec553c;
}

.news-title li a {
    display: block;
}

.news-change {
    display: none;
    margin-top: 36px;
}

.news-change.on {
    display: block;
}

.change-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

.change-title li {
    float: left;
    border-bottom: 2px solid transparent;
    padding-bottom: 20px;
    margin-right: 20px;
    font-size: 18px;
    cursor: pointer;
    transition: border-color 0.5s ease;
}

.change-title li.active {
    border-color: #ec553c;
}

.change-table {
    display: none;
}

.change-table.active {
    display: block;
}

.change-table li {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
}

.change-table li a {
    float: left;
}

.change-table li a:hover {
    text-decoration: underline;
    color: #ec553c;
}

.time {
    float: right;
}

.page {
    position: relative;
}

/*资讯详情*/
.title04.active {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 28px;
    line-height: inherit;
}

.article {
    padding-bottom: 60px;
    border-bottom: 1px solid #ececec;
    margin-top: 20px;
}

.article h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
}

.article p {
    font-size: 16px;
    line-height: 32px;
}

.job-data .title {
    text-align: left;
    font-weight: bold;
}

.chart-msg {
    float: left;
    width: calc(48.6% - 82px);
    height: 480px;
    border: 1px solid #e4e1e2;
    padding: 40px 40px 0 40px;
    margin-right: 2.8%;
}

.chart-msg p {
    float: left;
    font-size: 22px;
}

.chart-msg a {
    float: right;
    font-size: 18px;
}

.chart-msg:last-child {
    margin-right: 0;
}

.charts {
    width: 100%;
    height: 380px;
    margin-top: 40px;
}

.charts.active {
    height: 465px;
    margin-top: 0;
}

/*部门分析*/
.scale {
    display: none;
    margin-top: 10px;
}

.scale.active {
    display: block;
}

.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: 30px;
    margin-bottom: 10px;
    text-align: center;
}

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

.scaleInfo img {
    width: 32px;
    height: 32px;
    margin-right: 6%;
}

/**登录注册**/
.layer,
.layer_detail,
.layer_name {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
}

.layer_detail {
    z-index: 29;
}

.loginReg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 530px;
    height: 580px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 1000;
}
.loginNameReg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 530px;
    height: 280px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 1000;
}

.login-change {
    padding-top: 50px;
    margin-bottom: 42px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: #ec553c;
}

.login-tab {
    margin: 0 7.5%;
}
.login-tab#loginForm2 {
  margin: 0;
  padding: 7.5%;
}

.close01,
.close_detail,
.close02,
.close_detail2 {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 15px;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.close_detail,
.close_detail2 {
    display: none;
}

.close01:hover,
.close_detail:hover {
    transform: rotate(180deg);
}
.close02:hover,
.close_detail2:hover {
    transform: rotate(180deg);
}

.input,
.select {
    width: 100%;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    text-indent: 1em;
    font-size: 16px;
}

.select {
    float: left;
    width: 48%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icon-arr-1.png);
    background-repeat: no-repeat;
    background-position: right;
    outline: none;
}

.select:first-child {
    margin-right: 4%;
}

.input.active {
    float: left;
    width: 305px;
}

#imgCode {
    float: right;
    width: 135px;
    height: 58px;
}

.send {
    float: right;
    width: 135px;
    height: 58px;
    cursor: pointer;
    background-color: #fee9e8;
    border: 1px solid #feccd0;
    font-size: 20px;
    color: #ec553c;
    transition: opacity 0.5s ease;
}

.send:hover {
    opacity: 0.9;
}

.loginReg p {
    color: #ec553c;
    font-size: 16px;
}

.login-submit {
    display: block;
    width: 252px;
    height: 56px;
    margin: 16px auto 0;
    border-radius: 56px;
    background: #fc5b4a;
    background: linear-gradient(to right, #fd9d4e, #fd5855, #fc2b59);
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.5s ease;
}

.login-submit:hover {
    opacity: 0.95;
}

/*备考资料*/
.datum {
    margin-top: 45px;
    margin-bottom: 45px;
}

.datum .title04 {
    margin-bottom: 16px;
}

.datum .title04 span {
    float: left;
    font-size: 24px;
}

.datum-more {
    float: right;
    color: #999;
    font-weight: normal;
    font-size: 16px;
}

.datum-l {
    float: left;
    width: 324px;
    height: 300px;
    padding-top: 30px;
    border: 1px solid #e8e3e4;
    text-align: center;
    border-radius: 8px;
}

.datum-l p {
    font-size: 16px;
}

.datum-code {
    width: 190px;
    height: 176px;
    border: 18px solid #f2f2f2;
    padding-top: 14px;
    margin: 0 auto 20px auto;
    background-color: #fff;
}

.datum-code img {
    width: 168px;
    margin: 0 auto;
}

.datum-list {
    float: right;
    width: calc(100% - 354px);
    height: 330px;
    border: 1px solid #e8e3e4;
    border-radius: 8px;
}

.datum-list ul {
    float: left;
    width: 50%;
    height: calc(100% - 40px);
    padding-top: 40px;
}

.datum-list ul:first-child {
    width: calc(50% - 1px);
    border-right: 1px solid #f2eff0;
}

.datum-list li {
    width: 86%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 9.6%;
    margin-bottom: 10px;
}

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

.datum-list li:hover {
    color: #eb543b;
}

.datum-list li a {
    font-size: 16px;
}

/*数据图*/
.data {
    padding-top: 60px;
    padding-bottom: 60px;
}

.data-wrap {
    float: left;
    width: 31.3333333%;
    height: 442px;
    margin-right: 3%;
    background-color: #fff;
    box-shadow: 0 0 6px #eee;
    border-radius: 8px;
}

.data-wrap p {
    padding-top: 34px;
    margin-left: 3%;
    font-size: 20px;
}

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

.data-chart {
    width: 96%;
    height: 380px;
    margin: 0 2%;
}

.data-wrap01 .data-chart {
    margin-top: 20px;
}

.tsbd_video {
    width: 450px;
    height: 360px;
}

.detail_tips {
    display: none;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 400px;
    font-size: 24px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
}
/* 新增国考竞争力分析 */
.compete {
    box-sizing: border-box;
    padding: 70px 0 40px;
}
.compete > img {
    width: 100%;
}
.compete > 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 0.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 > 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) {
    .count-day {
        font-size: 26px;
    }

    .listwrap {
        margin-left: 480px;
    }

    .videowrap {
        left: -480px;
        width: 480px;
        height: 360px;
    }

    .videowrap .tsbd_video {
        display: none;
        width: 480px !important;
        height: 360px !important;
    }

    .videowrap .tsbd_video.video01 {
        display: block;
    }

    .list {
        height: 360px;
    }

    .list03 {
        height: 400px;
    }

    .list h3 {
        line-height: 80px;
    }

    .list p {
        height: 42px;
        line-height: 42px;
    }

    .more {
        margin-top: 12px;
    }

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

    .chooseList {
        max-width: 1000px;
    }

    .intro .txt {
        padding: 18px 36px;
        background: #f5f5f5;
    }

    .btn-showmore {
        margin-top: 4px;
        height: 30px;
        line-height: 30px;
    }

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

    .scorelineList li i {
        top: 30px;
    }

    .chart {
        height: 400px;
    }

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

    .address_info {
        width: 900px;
    }
    .analysis-fr {
        padding: 0 30px;
    }
}

/* 适配移动端 */
@media screen and (max-width: 1309px) {
    .linksBox {
        float: right;
        top: 0 !important;
    }

    .title03 {
        overflow: hidden;
    }

    .title03 p {
        float: left;
    }

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

    .topbar-m {
        display: block;
        height: 1rem;
        padding: 0.75rem 0 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 {
        margin-left: 0.5rem;
        line-height: initial;
        color: #000;
    }

    .quit {
        margin-right: 0;
    }

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

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

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

    .banner {
        width: 18.75rem;
        height: 4.75rem;
        background-image: url(../images/m_banner.png);
        background-size: auto 100%;
    }

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

    .navwrap {
        width: 18.75rem;
        height: 3.2rem;
        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: 32rem;
        height: 3.2rem;
        transform: translateX(0);
    }

    .nav li {
        width: 4rem;
        height: 3.2rem;
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .linksBox.active {
        top: 1rem !important;
    }

    .nav li a {
        padding-top: 0.5rem;
    }

    .nav i {
        width: 1.25rem;
        height: 1.25rem;
        background-size: 2.5rem 10rem;
    }

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

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

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

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

    .nav li:nth-child(5) i {
        background-position: 0 -5rem;
    }

    .nav li:nth-child(6) i {
        background-position: 0 -6.25rem;
    }

    .nav li:nth-child(7) i {
        background-position: 0 -7.5rem;
    }

    .nav li:nth-child(8) i {
        background-position: 0 -8.75rem;
    }

    .nav li:nth-child(1).current i {
        background-position: -1.25rem 0;
    }

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

    .nav li:nth-child(2).current i {
        background-position: -1.25rem -1.25rem;
    }

    .nav li:nth-child(2):hover i {
        background-position: 0 -1.25rem;
    }

    .nav li:nth-child(3).current i {
        background-position: -1.25rem -2.5rem;
    }

    .nav li:nth-child(3):hover i {
        background-position: 0 -2.5rem;
    }

    .nav li:nth-child(4).current i {
        background-position: -1.25rem -3.75rem;
    }

    .nav li:nth-child(4):hover i {
        background-position: 0 -3.75rem;
    }

    .nav li:nth-child(5).current i {
        background-position: -1.25rem -5rem;
    }

    .nav li:nth-child(5):hover i {
        background-position: 0 -5rem;
    }

    .nav li:nth-child(6).current i {
        background-position: -1.25rem -6.25rem;
    }

    .nav li:nth-child(6):hover i {
        background-position: 0 -6.25rem;
    }

    .nav li:nth-child(7).current i {
        background-position: -1.25rem -7.5rem;
    }

    .nav li:nth-child(7):hover i {
        background-position: 0 -7.5rem;
    }

    .nav li:nth-child(8).current i {
        background-position: -1.25rem -8.75rem;
    }

    .nav li:nth-child(8):hover i {
        background-position: 0 -8.75rem;
    }

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

    .part01 {
        padding-bottom: 0;
    }

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

    .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 a,
    .xfnav li div {
        height: 2.1rem;
        padding-top: 0.4rem;
    }

    .xfnav li.jq-join {
        /*background-color: #fc5d49;*/
    }

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

    .xfnav li span {
        display: block;
        padding-left: 0;
        font-size: 0.5rem;
        line-height: 0.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,
    .alone-back {
        position: absolute;
        bottom: 4.8rem;
        right: 0.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 0.5rem;
        margin-left: -6.625rem;
        background-color: #fff;
        z-index: 3;
        box-shadow: 0 0 0.15rem #ddd;
        border-radius: 0.3rem;
        text-align: center;
    }

    .close {
        position: absolute;
        top: -1.3rem;
        right: -0.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: 0.65rem;
    }

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

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

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

    .go {
        margin-left: 10%;
    }

    .go,
    .empty {
        width: 4.5rem;
        height: 1.625rem;
        margin-top: 0.75rem;
        margin-right: 0.5rem;
        line-height: 1.625rem;
        text-align: center;
        border-radius: 0.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: 0.4rem;
        font-size: 0.6rem;
    }

    .title03 h2 {
        font-size: 0.8rem;
        line-height: 1.2rem;
        padding: 0.6rem 0;
    }

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

    .title03 p em {
        margin: 0 0.5rem 0 0.25rem;
    }

    .title03 .links {
        top: 0.5rem;
    }

    .title04 {
        padding-top: 0.5rem;
        font-size: 0.7rem;
        line-height: 2rem;
    }

    /* 筛选切换 */
    .searchMenu {
        height: 1.5rem;
        margin-bottom: 1rem;
        font-size: 0.6rem;
        line-height: 1.4rem;
    }

    .searchMenu span {
        height: 1.5rem;
        margin: 0 0.5rem;
    }

    /* 搜索条件 */
    .searchCon {
        -webkit-animation: fadeIn 0.8s ease-out;
        animation: fadeIn 0.8s ease-out;
    }

    .selDiv {
        float: left;
        width: 49%;
        height: 2rem;
        margin-right: 2%;
        margin-bottom: 1rem;
    }

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

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

    #searchCon03 {
        width: 100%;
    }

    .selDiv cite {
        height: 2rem;
        border-radius: 0.1rem;
        background-size: 0.85rem 0.15rem;
        font-size: 0.6rem;
        line-height: 2rem;
    }

    .selDiv ul {
        top: 2rem;
        max-height: 10rem;
        border-radius: 0.1rem;
    }

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

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

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

    /* 工作地区 */
    .jobAdd li {
        float: left;
        width: 16%;
        height: 1.5rem;
        margin: 0 0.8% 0.3rem 0;
    }

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

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

    /* 部门性质 */
    .department li {
        float: left;
        width: 100%;
        height: 1.5rem;
        margin-bottom: 0.3rem;
    }

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

    .department h4 em {
        display: inline;
    }

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

    .tjkc div {
        width: 49%;
        border-radius: 8px;
    }

    .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: 0.6rem;
        line-height: 1.2rem;
    }

    /* 职位报考技巧 */
    .listwrap {
        margin-left: 0;
    }

    .videowrap {
        position: relative;
        left: 0;
        top: 0;
        width: 17.75rem;
        height: 12rem;
        margin: 0;
    }

    .videowrap .tsbd_video {
        width: 17.75rem !important;
        height: 12rem !important;
    }

    .list {
        float: none;
        width: 100%;
        height: auto;
        padding: 0 0.5rem 0.5rem;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .list h3 {
        font-size: 0.7rem;
        line-height: 2rem;
    }

    .list p {
        height: 1.5rem;
        font-size: 0.6rem;
        line-height: 1.5rem;
    }

    .list p a {
        padding-left: 0.6rem;
    }

    .list p i {
        top: 0.5rem;
        width: 0.25rem;
        height: 0.25rem;
        border: 0.05rem solid #fec969;
    }

    .list03 {
        padding: 1rem;
    }

    .list03 p {
        width: 100%;
        margin-right: 0;
    }

    .more {
        padding-right: 1rem;
        margin-top: 0;
        background-size: 0.425rem 0.225rem;
        font-size: 0.6rem;
        line-height: 1.2rem;
    }

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

    .mianze.active {
        padding-bottom: 3rem;
    }

    /* 表格样式 */
    .table th {
        padding: 0.2rem 0;
        font-size: 0.5rem;
        line-height: 1rem;
    }

    .table td {
        font-size: 0.5rem;
        line-height: 0.8rem;
        padding: 0.2rem 0;
    }

    /* 职位搜索 */
    .zwss th:nth-child(1),
    .zwss th:nth-child(5),
    .zwss th:nth-child(6),
    .zwss th:nth-child(8),
    .zwss th:nth-child(9),
    .zwss th:nth-child(10),
    .zwss td:nth-child(1),
    .zwss td:nth-child(5),
    .zwss td:nth-child(6),
    .zwss td:nth-child(8),
    .zwss td:nth-child(9),
    .zwss td:nth-child(10) {
        display: none;
    }

    .zwss th:nth-child(7),
    .zwss th:nth-child(12) {
        padding: 0 0.5rem;
    }

    .btn01 {
        width: 2rem;
        height: 1rem;
        padding: 0 0.2rem;
        border-radius: 1rem;
        line-height: 1rem;
        font-size: 0.5rem;
    }

    .choose {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 0.7rem 1.4rem;
    }

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

    .coursePage a {
        padding: 0 0.2rem;
        height: 1rem;
        line-height: 1rem;
        margin: 0 0.1rem;
        border-radius: 0.1rem;
        font-size: 0.55rem;
    }

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

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

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

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

    /* 搜索结果 */
    .chooseResult {
        padding-top: 0.5rem;
    }

    .p01 {
        float: none;
        padding-bottom: 1rem;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .chooseList {
        width: 100%;
    }

    .chooseList li {
        float: left;
        height: 1.2rem;
        padding-left: 0.3rem;
        margin: 0 0.25rem 0.4rem 0;
        font-size: 0.6rem;
        line-height: 1.2rem;
    }

    .chooseList li span {
        margin-right: 0.1rem;
    }

    .chooseList li em {
        margin-right: 0.1rem;
    }

    .chooseList li i {
        float: right;
        width: 0.8rem;
        background-size: 0.275rem 0.25rem;
    }

    .btn04 {
        float: left;
        height: 1.2rem;
        padding: 0 0.2rem;
        margin-left: 0;
        font-size: 0.6rem;
        line-height: 1.2rem;
    }

    .ssjg th:nth-child(1),
    .ssjg th:nth-child(5),
    .ssjg th:nth-child(6),
    .ssjg th:nth-child(8),
    .ssjg th:nth-child(9),
    .ssjg th:nth-child(10),
    .ssjg td:nth-child(1),
    .ssjg td:nth-child(5),
    .ssjg td:nth-child(6),
    .ssjg td:nth-child(8),
    .ssjg td:nth-child(9),
    .ssjg td:nth-child(10) {
        display: none;
    }

    .ssjg th:nth-child(7),
    .ssjg th:nth-child(12) {
        padding: 0 0.5rem;
    }

    /* 职位详情页 */
    .linksBox {
        position: static;
        margin-top: 0.5rem;
        padding-bottom: 0;
    }

    .btn02 {
        float: none;
        float: left;
        height: 1.2rem;
        padding: 0 0.4rem;
        border-radius: 1.2rem;
        margin: 0 0 0.2rem 0.2rem;
        font-size: 0.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: 0.6rem;
        line-height: 2rem;
        border-radius: 0.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: -0.5rem;
        top: -0.5rem;
        width: 1.2rem;
        height: 1.2rem;
        background-size: 1.2rem 1.2rem;
    }

    .table02 td {
        font-size: 0.5rem;
        line-height: 0.8rem;
        padding: 0.2rem 0.05rem;
    }

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

    .btn03 {
        display: inline-block;
        width: 30%;
        height: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        border-radius: 1.5rem;
        font-size: 0.7rem;
        line-height: 1.5rem;
    }

    /* 部门介绍 */
    .intro .txt {
        float: none;
        width: 100%;
        padding: 1rem;
        margin-right: 0;
        margin-bottom: 1rem;
        background: #f5f5f5;
    }

    .intro .txt .wrap {
        min-height: 4.4rem;
    }

    .intro .txt p {
        font-size: 0.6rem;
        line-height: 1.1rem;
    }

    .btn-showmore {
        width: 5rem;
        height: 1.5rem;
        margin-top: 1rem;
        font-size: 0.6rem;
        line-height: 1.5rem;
    }

    .intro .img {
        float: none;
        width: 100%;
    }

    .bmjs th:nth-child(1),
    .bmjs th:nth-child(5),
    .bmjs th:nth-child(6),
    .bmjs th:nth-child(9),
    .bmjs td:nth-child(1),
    .bmjs td:nth-child(5),
    .bmjs td:nth-child(6),
    .bmjs td:nth-child(9) {
        display: none;
    }

    /* 历年数据 */
    .btn05 {
        position: relative;
        float: right;
        right: 0;
        top: 0;
        margin-top: 0.5rem;
        height: 1.5rem;
        padding: 0 0.6rem;
        font-size: 0.6rem;
        line-height: 1.5rem;
    }

    .scorelineList li {
        float: left;
        height: 4rem;
        width: 49%;
        padding: 1rem 0 0 3rem;
        margin-right: 2%;
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
        line-height: 1rem;
    }

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

    .scorelineList li span {
        font-size: 0.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: 0.4rem;
    }

    .table-compete td {
        padding: 0.4rem 0.1rem;
    }

    /*竞争排行*/
    .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: 0.4rem;
        font-size: 0.55rem;
        line-height: 1rem;
        box-sizing: border-box;
    }

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

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

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

    .linksList li i {
        width: 0.4rem;
        height: 0.4rem;
        margin-left: 0.3rem;
        background-size: 0.4rem 0.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;
    }

    /* 国考大数据 */
    .title05 {
        padding-top: 0.5rem;
        font-size: 0.8rem;
        line-height: 2rem;
        font-weight: bold;
    }

    #chart03 {
        height: 18rem;
        margin-bottom: 1rem;
    }

    .lookmore {
        font-size: 0.6rem;
        line-height: 2rem;
    }

    .chartTips {
        margin-bottom: 1rem;
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .mostLeast li h4 {
        padding-left: 0;
        line-height: 3rem;
        font-size: 0.8rem;
        text-align: center;
    }

    .mostLeast li div {
        width: 7rem;
        height: 7rem;
        background-size: 7rem 7rem;
    }

    .mostLeast strong {
        padding-top: 1.5rem;
        font-size: 1rem;
        line-height: 2rem;
    }

    .mostLeast p {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .mostLeast a {
        width: 70%;
        height: 1.5rem;
        margin: 1rem auto;
        font-size: 0.6rem;
        line-height: 1.5rem;
    }

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

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

    .jobCode {
        height: 2rem;
        border-radius: 0.1rem;
        font-size: 0.6rem;
        line-height: 2rem;
        text-indent: 1em;
    }

    .query {
        float: none;
        width: 60%;
        margin: 1rem auto;
        height: 2rem;
        border-radius: 0.1rem;
        font-size: 0.6rem;
        line-height: 2rem;
    }

    .tab-province li {
        height: 1rem;
        margin: 0 0.55rem 1rem;
    }

    .tab-province li a {
        height: 1rem;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .tab-province-data {
        padding: 1rem 0 0 0.8rem;
    }

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

    .btn06 {
        height: 1rem;
        min-width: 1.2rem;
        line-height: 1rem;
        padding: 0 0.4rem;
        border-radius: 1rem;
    }

    .btn-total {
        height: 1rem;
        line-height: 1rem;
        padding: 0 0.4rem;
        border-radius: 1rem;
    }

    /* 省份大数据 */
    .tabmenuWrap a {
        display: none;
    }

    .tabmenu {
        height: 1.2rem;
        padding-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .tabmenu li {
        width: 22%;
        margin-right: 4%;
        font-size: 0.55rem;
        line-height: 1.2rem;
        text-align: center;
    }

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

    .tabWrap table th:nth-child(6),
    .tabWrap table th:nth-child(7) {
        padding: 0 0.22rem;
    }

    .addressWrap {
        padding: 1rem 0.5rem;
    }

    .address > li {
        float: left;
        width: 4rem;
        height: 1.5rem;
        margin: 0 0.25rem 0.4rem 0;
        border-radius: 1.5rem;
        font-size: 0.6rem;
        line-height: 1.5rem;
    }

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

    .address_info {
        float: none;
        width: 100%;
        padding-top: 1rem;
    }

    .address_info p {
        font-size: 0.5rem;
        line-height: 1rem;
    }

    .ewm {
        float: none;
        width: 100%;
        padding-top: 1rem;
    }

    .ewm img {
        width: 7rem;
        height: 7rem;
        margin: 0 auto;
        border: 0.2rem solid #fff;
    }

    .ewm p {
        font-size: 0.6rem;
        line-height: 1.5rem;
    }

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

    .sort {
        width: 0.5rem;
        height: 0.5rem;
        background-size: 0.325rem 0.4rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    /* 分数库-搜索结果页表格隐藏 */
    .fsk01 th:nth-child(1),
    .fsk01 th:nth-child(5),
    .fsk01 th:nth-child(6),
    .fsk01 th:nth-child(9),
    .fsk01 td:nth-child(1),
    .fsk01 td:nth-child(5),
    .fsk01 td:nth-child(6),
    .fsk01 td:nth-child(9) {
        display: none;
    }

    /* 调剂库 */
    #searchCon05 .selDiv:nth-child(2n) {
        margin-right: 0;
    }

    #searchCon05 .selDiv:nth-child(9n) {
        width: 100%;
    }

    #searchCon05 .selDiv:nth-child(10) {
        margin-right: 2%;
    }

    .tjk01 th:nth-child(1),
    .tjk01 th:nth-child(5),
    .tjk01 th:nth-child(7),
    .tjk01 th:nth-child(11),
    .tjk01 td:nth-child(1),
    .tjk01 td:nth-child(5),
    .tjk01 td:nth-child(7),
    .tjk01 td:nth-child(11) {
        display: none;
    }

    /* 面试库 */
    .msk01 th:nth-child(1),
    .msk01 th:nth-child(4),
    .msk01 th:nth-child(6),
    .msk01 td:nth-child(1),
    .msk01 td:nth-child(4),
    .msk01 td:nth-child(6) {
        display: none;
    }

    /* 各省职位表 */
    .gszwk {
        margin-top: 1rem;
    }

    .lnzwk strong {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .lnzwk span {
        font-size: 0.5rem;
        line-height: 1rem;
    }

    .lnzwk th span {
        font-weight: bold;
    }

    .title06 {
        font-size: 0.7rem;
        line-height: 3rem;
        font-weight: bold;
    }

    .timeMenu a {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0.5rem 0.5rem 0 0;
        font-size: 0.7rem;
        line-height: 2.2rem;
    }

    .zwbxz th em {
        display: inline-block;
    }

    .zwbxz span {
        display: none;
    }

    .zwbxz td {
        padding: 0.3rem 0;
    }

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

    /*新增侧边栏*/
    .sideNav {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 18.25rem;
        height: 3.5rem;
        border-radius: 0;
    }

    .sideNav i {
        display: none;
    }

    .sideNav ul {
        overflow: hidden;
    }

    .sideNav li {
        float: left;
        width: 20%;
        height: 3.3rem;
        padding-top: 0.2rem;
        border-bottom: none;
    }

    .sideNav ul {
        margin-top: 0;
    }

    .sideNav li span {
        display: block;
    }

    .sideNav li.active {
        font-size: 0.7rem;
        line-height: 3.2rem;
    }

    .sideNav li a {
        height: 2.5rem;
        padding-top: 1rem;
        line-height: 0.5rem;
        font-size: 0.65rem;
    }

    /*20190903修改新增*/
    .days {
        float: none;
        border-radius: 0.2rem;
        border-bottom: none;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .days-scroll {
        width: 39rem;
    }

    .days a {
        float: none;
        display: inline-block;
        width: 3.5rem;
        height: 1.5rem;
        border: 1px solid #ebebeb;
        margin-right: 0.3rem;
        margin-bottom: 0.5rem;
        line-height: 1.5rem;
        font-size: 0.7rem;
    }

    .mb20 {
        margin-bottom: 1rem;
    }

    .days a:nth-child(4n) {
        margin-right: 0;
    }

    /* .days a:last-child {
    width: 20%;
  } */
    .days a span {
        bottom: 0.2rem;
        margin-left: -0.1rem;
        width: 0.3rem;
        height: 0.3rem;
    }

    .scale,
    .scales {
        margin-top: 0.5rem;
    }

    .scaleInfo,
    .scaleInfos {
        width: calc(31.333% - 2px);
        height: 5rem;
        margin-right: 2%;
        margin-bottom: 0.5rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        line-height: 0.8rem;
    }

    .scaleInfos {
        height: 4rem;
    }

    .scaleInfos p {
        margin-top: 0.25rem;
        margin-left: 0.4rem;
    }

    .scales .scaleNum {
        font-size: 1rem;
        margin-top: 0.4rem;
        margin-left: 0.4rem;
    }

    .scaleInfo img {
        width: 1.2rem;
        height: 1.2rem;
        margin-left: 4%;
    }

    .scaleInfos img {
        width: 2.1rem;
    }

    .scaleNum {
        margin-top: 0.2rem;
        margin-bottom: 0.25rem;
        font-size: 1rem;
    }

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

    .news-title {
        margin-top: 0.5rem;
    }

    .news-title {
        border: 1px solid #eee;
        border-left: none;
    }

    .news-title li {
        width: calc(25% - 1px);
        height: 1.5rem;
        border: none;
        border-left: 1px solid #eee !important;
        margin-right: 0;
        line-height: 1.5rem;
        font-size: 0.75rem;
    }

    .news-title li:first-child {
        border-left: none;
    }

    .news-change {
        margin-top: 0.9rem;
    }

    .change-title li {
        padding-bottom: 0.5rem;
        margin-right: 0.5rem;
        font-size: 0.75rem;
    }

    .change-title {
        margin-bottom: 1rem;
    }

    .change-table li {
        margin-bottom: 0.5rem;
        font-size: 0.7rem;
    }

    .change-table li a {
        max-width: 85%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .job-data .title {
        padding: 0 0 0.5rem 0;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .charts {
        margin-top: 0;
        height: 10rem;
        font-size: 0.4rem;
    }

    .charts.active {
        width: 100%;
        height: 12rem;
    }

    .chart-msg {
        float: none;
        width: calc(100% - 2px - 0.4rem);
        height: 13.5rem;
        border: 1px solid #e4e1e2;
        padding: 1rem 0.2rem 0 0.2rem;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .chart-msg.active {
        height: auto;
    }

    .chart-msg p {
        font-size: 0.8rem;
    }

    .chart-msg a {
        margin-top: 0.22rem;
        font-size: 0.75rem;
    }

    .title04.active {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1rem;
    }

    .article {
        padding-bottom: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .article h2 {
        margin-bottom: 0.75rem;
        font-size: 0.9rem;
    }

    .article p {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }

    .title03 .info_msg {
        margin-right: 0.6rem;
        font-size: 0.7rem;
    }

    .btn02.active {
        margin-top: 0.5rem;
    }

    .days-tips {
        float: none;
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
    }

    .days-wrap {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .count {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .count-l {
        margin-top: 0.5rem;
    }

    .count li {
        float: left;
        width: calc(49% - 2px);
        height: 6.2rem;
        margin-right: 2%;
        margin-bottom: 0.5rem;
    }
    .count li:nth-child(1) {
        width: calc(49% - 2px);
    }

    .count li:first-child {
        /* display: none;
    width: calc(100% - 2px);
    margin-right: 0; */
    }

    .count-txt {
        margin-top: 1rem;
        font-size: 0.9rem;
        line-height: 1rem;
    }

    /* .count li:nth-child(3), .count li:nth-child(5) {
    margin-right: 0;
  } */
    .count li:nth-child(2),
    .count li:nth-child(4) {
        margin-right: 0;
    }

    .count li:first-child .count-txt {
        font-size: 1rem;
    }

    .count li:first-child .count-day {
        font-size: 1.2rem;
    }

    /* .count li:first-child img {
    display: block;
    float: right;
    width: 6rem;
    margin-top: .3rem;
    margin-right: 1rem;
  } */
    /* .count li:nth-child(1) a {
    width: 6rem;
    margin-top: .4rem;
  } */
    .count-day {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        font-size: 0.8rem;
    }

    /* .count li:first-child .count-wrap {
    float: left;
    margin-right: 0;
  } */
    .count-l p {
        font-size: 0.8rem;
    }

    .count-info {
        margin-top: 0.3rem;
        line-height: 1rem;
    }

    .count-wrap {
        height: auto;
        margin: 0 5%;
    }

    .count-wrap img {
        width: 2rem;
        margin-top: 3rem;
    }

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

    .hot-list {
        height: auto;
        padding: 0 0.7rem 1rem 0.7rem;
        margin-top: 0.75rem;
        border-radius: 0.2rem;
    }

    .list-title {
        padding-bottom: 0.8rem;
        margin-top: 0.75rem;
        font-size: 0.75rem;
    }

    .hot-list li {
        margin-bottom: 0.4rem;
    }

    .loginReg {
        width: 90%;
        height: auto;
        padding-bottom: 1rem;
        border-radius: 0.2rem;
    }
    .loginNameReg {
        width: 90%;
        height: auto;
        padding-bottom: 1rem;
        border-radius: 0.2rem;
    }

    .close01,
    .close_detail,
    .close02,
    .close_detail2 {
        top: 0;
        right: 0;
        width: 0.55rem;
        padding: 0.5rem;
    }

    .login-change {
        padding-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .login-change span {
        font-size: 0.9rem;
    }

    .input,
    .select {
        height: 1.8rem;
        margin-bottom: 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        background-color: #fff;
    }

    .login-submit {
        width: 6rem;
        height: 1.7rem;
        margin: 1rem auto 0 auto;
        border-radius: 56px;
        font-size: 0.85rem;
        line-height: 1.7rem;
    }

    .input.active {
        width: 9.5rem;
    }

    #imgCode {
        width: 4.2rem;
        height: calc(1.7rem + 2px);
    }

    .send {
        width: 4.2rem;
        height: calc(1.7rem + 2px);
        font-size: 0.75rem;
    }

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

    .datum .title04 {
        margin-bottom: 0.4rem;
    }

    .datum .title04 span {
        font-size: 0.8rem;
    }

    .datum-l {
        float: none;
        width: 100%;
        height: 8rem;
        padding-top: 0.75rem;
        border-radius: 0.2rem;
        border: none;
    }

    .datum-code {
        width: 5rem;
        height: 4.4rem;
        padding-top: 0.3rem;
        border-width: 0.4rem;
        margin: 0 auto 0.5rem auto;
    }

    .datum-code img {
        width: 4.25rem;
    }

    .datum-list {
        float: none;
        width: 100%;
        height: auto;
        border-radius: 0.2rem;
    }

    .datum-list ul:first-child {
        width: 100%;
        border-right: none;
        padding-bottom: 1rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #f2eff0;
    }

    .datum-list ul {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .datum-list li {
        width: 92%;
        padding: 0 4%;
        line-height: 1.2rem;
    }

    .datum-list li a {
        font-size: 0.7rem;
    }

    .data {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .data-wrap {
        width: 100%;
        height: auto;
        padding-bottom: 1rem;
        margin-bottom: 0.8rem;
        margin-right: 0;
        border-radius: 0.2rem;
    }

    .data-wrap p {
        padding-top: 0.75rem;
        font-size: 0.9rem;
    }

    .data-chart {
        width: 100%;
        height: 13rem;
        margin: 0;
        font-size: 0.8rem;
    }

    .data-wrap01 .data-chart {
        margin-top: 0.5rem;
    }

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

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

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

    .bdshare_popup_box {
        display: none !important;
    }

    html {
        font-size: 20px;
    }

    .count-line {
        margin-bottom: 0.5rem;
    }

    .alone-back {
        display: none;
        position: fixed;
    }

    .loginReg p {
        font-size: 0.65rem;
        line-height: 1rem;
    }

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

    #video {
        width: 17.75rem;
        height: 12rem;
    }

    /*#sortList th:nth-child(1), #sortList td:nth-child(1) {
    display: none;
  }*/
    .xfnav.active li:hover i {
        background-position: 0 !important;
    }

    .btn02.btn-share:hover {
        background-color: #ecffff;
        color: #00e2dd;
        border-color: #cdcdcd;
    }

    #sortList th:nth-child(11) {
        width: 15%;
    }

    .btn02:hover {
        border: 1px solid #cdcdcd;
        color: #333;
        background-color: transparent;
    }

    .list p:hover a {
        color: #333;
    }
}

@media screen and (max-width: 1000px) {
    .sideNav {
        width: 100%;
    }
}

.line_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.line_tab li {
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ededed;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    margin-right: 40px;
    width: 120px;
    line-height: 44px;
    border-radius: 22px;
}
.line_tab li.active {
    border: 1px solid #f45d44;
    background: #f45d44;
    color: #fff;
}
.line_cont {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 10%);
    padding: 30px 70px;
}
.line_pjf {
    position: absolute;
    left: 70px;
    top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #f45d44;
}
.line_name {
    text-align: center;
    color: #333;
    font-weight: normal;
    line-height: 40px;
    font-size: 24px;
}
#echarts_line {
    width: 100%;
    height: 500px;
}

@media screen and (min-width: 1310px) and (max-width: 1709px) {
    .line_tab {
        margin-bottom: 20px;
    }
    .line_tab li {
        font-size: 16px;
        margin-right: 20px;
        width: 120px;
        line-height: 40px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .line_cont {
        padding: 20px 50px;
    }
    .line_pjf {
        left: 50px;
        top: 20px;
        line-height: 30px;
        font-size: 16px;
    }
    .line_name {
        line-height: 40px;
        font-size: 24px;
    }
    #echarts_line {
        height: 450px;
    }
}

@media screen and (max-width: 1309px) {
    .line_tab {
        margin-bottom: 0.5rem;
    }
    .line_tab li {
        font-size: 0.7rem;
        margin: 0.1rem 0.5%;
        width: 24%;
        line-height: 1.4rem;
        border-radius: 0.7rem;
    }
    .line_cont {
        padding: 0.5rem;
    }
    .line_pjf {
        left: 0.5rem;
        top: 0.5rem;
        line-height: 1rem;
        font-size: 0.7rem;
    }
    .line_name {
        line-height: 1.2rem;
        font-size: 0.8rem;
    }
    #echarts_line {
        height: 10rem;
    }
    /* 新增竞争力分析 */
    .shili_pc {
        display: none;
    }
    .shili_m {
        display: block;
    }
    .compete {
        margin: 0 auto;
        padding: 1rem 0;
    }
    .compete > p {
        margin: 0.5rem 0;
        font-size: 0.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: 0.7rem;
    }
    .compete-form {
        width: 90%;
        padding: 0.2rem 0.5rem 0.7rem;
    }
    .compete-title {
        font-size: 0.8rem;
        padding-left: 1.2rem;
        margin-top: 0.3rem;
    }
    .compete-title:before {
        width: 0.2rem;
        height: 0.8rem;
        left: 0.5rem;
    }
    .input-box {
        padding: 0 0.5rem;
    }
    .input-box input {
        font-size: 0.7rem;
    }
    .input-box label input {
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.2rem;
    }
    .input-box span {
        right: 0.8rem;
        font-size: 0.7rem;
    }
    .see-btn {
        width: 7rem;
        height: 1.5rem;
        border-radius: 1rem;
        margin: 0.5rem auto 0;
        line-height: 1.5rem;
        font-size: 0.7rem;
    }
    /* 竞争力分析 */
    .analysis-box {
        padding: 1rem 0;
    }
    .analysis-tips {
        font-size: 0.7rem;
        line-height: 1rem;
        margin-bottom: 1rem;
    }
    .analysis-fl {
        width: 100%;
        padding: 0 0.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .analysis-title {
        font-size: 0.7rem;
        padding: 0 0 0 0.5rem;
    }
    .analysis-title:before {
        width: 0.1rem;
        height: 0.5rem;
        box-shadow: 0px 0.05rem 0.1rem 0px rgba(244, 93, 68, 0.32);
        border-radius: 0.1rem;
    }
    .analysis-fl > p {
        font-size: 0.7rem;
        margin-top: 0.3rem;
    }
    .analysis-fl p span {
        font-size: 0.8rem;
    }
    .analysis-fl ul li {
        margin-right: 0.1rem;
    }
    .analysis-fl ul li img {
        /* display: block; */
        width: 3rem;
    }
    .here {
        height: 1.5rem;
        /* display: none; */
    }
    .rectangle {
        height: 0.5rem;
        box-shadow: 0px 0.05rem 0.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: 0.7rem;
        margin-top: 0.3rem;
    }
    .analysis-fr {
        width: 100%;
        padding: 0.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .analysis-fr:before {
        display: none;
    }
    .probability {
        /* display: block; */
        padding: 0.3rem 0 0 0;
    }
    .slScore,
    .xcScore {
        font-size: 0.8rem;
    }
    .slScore span,
    .xcScore span {
        font-size: 0.9rem;
    }
    .canvas-txt {
        font-size: 0.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: 0.5rem;
        background: #f8f8f8;
    }
    .userMsg {
        box-sizing: border-box;
        padding: 0 0 1rem;
    }
    .user-box {
        width: 100%;
        float: left;
        margin-top: 0.5rem;
        box-shadow: none;
        border-radius: 0.2rem;
        padding: 0.5rem;
    }
    .user-box:nth-child(odd) {
        margin-right: 0%;
    }
    .column {
        width: 100%;
        height: 15rem;
        margin: 0.5rem auto;
        box-sizing: border-box;
        padding-left: 0.5rem;
        border-radius: 0.2rem;
        box-shadow: 0px 0px 0.3rem 0.1rem rgba(0, 0, 0, 0.08);
        font-size: 0.5rem;
    }
    .goHome {
        padding: 0.7rem 0;
    }
    .goHome a {
        display: block;
        width: 7rem;
        line-height: 1.5rem;
        background: rgba(244, 93, 68, 0.08);
        border-radius: 0.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 0.75rem;
        margin-top: 0.4rem;
    }
    .m-probability li {
        float: left;
        width: 33%;
        text-align: center;
    }
    .m-probability li p {
        font-size: 0.7rem;
        line-height: 0.9rem;
        font-family: PingFangSC-Regular, PingFang SC;
        color: #8e8e93;
        margin-bottom: 0.5rem;
    }
    .m-probability li .xcScore,
    .m-probability li .slScore {
        font-size: 0.7rem;
        font-family: PingFangSC-Medium, PingFang SC;
        /* font-weight: 500; */
        color: #333333;
    }
    .m-probability li .xcScore span,
    .m-probability li .slScore span {
        font-size: 0.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;
    }
}
