* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

 em {
    font-style: normal;
}

img {
    border: 0 none;
    vertical-align: middle;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input:focus {
    outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.white {
    background: #fff;
}

body, html {
    min-width: 1300px;
}

.cont, .top_nav {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    /*overflow: hidden;*/
}

/*首页*/
.banner {
    width: 100%;
}

.banner .swiper-container {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-slide {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
    width: 25px !important;
    height: 8px !important;
    border-radius: 5px !important;
}

.banner .swiper-pagination-bullet {
    background: #fff !important;
    opacity: .5
}

.top {
    width: 100%;
    z-index: 9;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid rgba(246, 246, 246, .5);
}

.top_nav {
    /*overflow: hidden;*/
}

.top_nav p.fl {
    margin-right: 6px;
    width:200px;
}

.top_nav p.fl a {
    display: inline-block;
    padding: 3px 0;
    color: #333;
    font-size: 18px;
}

.top_nav p.fl img {
    width: 180px;
    margin-right: 6px;
    margin-top:8px;
}
.top_nav .nav {
    /*overflow: hidden;*/
}

.top_nav .nav li {
    float: left;
    padding: 23px 15px;
    position: relative;
}

.top_nav .nav li a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

.top_nav .nav li a:hover, .top_nav .nav li a.active {
    font-weight: bold;
    border-bottom: 2px solid #d71518;
    color: #d71518;
}
.top_nav p.fl{
    margin: 0;
}
.top_nav p.fr {
    color: #333;
    font-size: 16px;
    padding: 19px 0;
}

.top_nav p.fr a {
    color: #333;
    padding: 0 6px;
}

.top_nav p.fr a:hover {
    color: #d71518;
}
.top_nav .nav li .menu{ position: absolute;left: 0;top:66px; width: 130%;background: #fff; padding: 10px 0; z-index: 99; display: none; box-shadow:0 13px 42px 11px rgb(0 0 0 / 5%)}
.top_nav .nav li .menu p a{ width: 100%; display: block; line-height:36px;padding: 0 10px; text-align: center; font-size: 15px}
.top_nav .nav li:hover .menu{display: block !important;}
.top_nav .nav li:hover .menu p a{ border-bottom: none}
.bacont {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    height: 200px;
    position: absolute;
}

.indexword {
    color: #fff;
    position: absolute;
    top: 30%;
    width: 100%;
    right: 0;
    text-align: right;
}

.indexword p {
    font-size: 40px;
    margin-bottom: 10px;
}

.indexword span {
    font-size: 20px;
}

section.index_we {
    background: #f6f6f6;
    position: relative;
}

.hide {
    display: none;
}

section {
    width: 100%;
    overflow: hidden;
    padding: 2% 0
}

section h1 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
}

section h1::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 3px;
    background-color: #44A0FF;
}

section h2 {
    text-align: center;
    color: #999;
    font-size: 16px;
}

.process {
    display: flex;
    flex-wrap: wrap;
}

.we_div {
    width: 18%;
    float: left;
    margin: 4% 1% 1%;
    padding: 4% 1% 2%;
    position: relative;
    background: #fff;
    border: 1px solid #e5ebf4;
    text-align: center;
}

.we_div span {
    display: block;
}

.we_div a p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.we_div span img {
    width: 90%;
    margin: 0 auto;
    transition: .6s;
}

.we_div b {
    font-size: 18px;
    color: #333;
}

.we_div i {
    width: 20%;
    height: 1px;
    margin: 15px auto;
    display: block;
    background: #dadada;
}

.we_circle {
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: transparent #f0f5fc;
    border-width: 0px 55px 50px 0px;
    border-style: solid;
}

.we_circle strong {
    font-size: 16px;
    color: #90b1e7;
    padding-left: 32px;
    padding-top: 5px;
    display: block;
}

.we_div:hover span img {
    margin-top: -14px;
    margin-bottom: 14px;
}

.but {
    width: 20%;
    margin: 30px auto 0;
    background: #1787fb;
    border-radius: 30px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.contSlogin {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 3%;
}

.ranking-list {
    margin-top: 40px;
    height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.ranking-list .ranking-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 16px;
}

.ranking-list .ranking-item .ranking-content {
    display: flex;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 5px;
    width: 100%;
    padding: 18px 24px;
}

.ranking-list .ranking-item .ranking-content .order {
    padding-right: 12px;
    width: 48px;
    text-align: center;
}

.ranking-list .ranking-item:nth-of-type(1) .ranking-content .order {
    background: url(/img/hrdp/xuhao1.png) no-repeat center;
    background-size: 34px;
}

.ranking-list .ranking-item:nth-of-type(2) .ranking-content .order {
    background: url(/img/hrdp/xuhao2.png) no-repeat center;
    background-size: 34px;
}

.ranking-list .ranking-item:nth-of-type(3) .ranking-content .order {
    background: url(/img/hrdp/xuhao3.png) no-repeat center;
    background-size: 34px;
}

.ranking-list .ranking-item:nth-of-type(4) .ranking-content .order {
    background: url(/img/hrdp/xuhao4.png) no-repeat center;
    background-size: 34px;
    opacity: .3;
    filter: grayscale(100%)
}

.ranking-list .ranking-item:nth-of-type(5) .ranking-content .order {
    background: url(/img/hrdp/xuhao5.png) no-repeat center;
    background-size: 34px;
    opacity: .3;
    filter: grayscale(100%)
}

.ranking-list .ranking-item:nth-of-type(6) .ranking-content .order {
    background: url(/img/hrdp/xuhao6.png) no-repeat center;
    background-size: 34px;
    opacity: .3;
    filter: grayscale(100%)
}

.ranking-list .ranking-item:nth-of-type(7) .ranking-content .order {
    background: url(/img/hrdp/xuhao7.png) no-repeat center;
    background-size: 34px;
    opacity: .3;
    filter: grayscale(100%)
}

.ranking-list .ranking-item:nth-of-type(8) .ranking-content .order {
    background: url(/img/hrdp/xuhao8.png) no-repeat center;
    background-size: 34px;
    opacity: .3;
    filter: grayscale(100%)
}

.ranking-list .ranking-item:nth-of-type(9) .ranking-content .order {
    background: url(/img/hrdp/xuhao9.png) no-repeat center;
    background-size: 34px;
    opacity: .3;
    filter: grayscale(100%)
}

.ranking-list .ranking-item:nth-of-type(10) .ranking-content .order {
    background: url(/img/hrdp/xuhao10.png) no-repeat center;
    background-size: 34px;
    opacity: .3;
    filter: grayscale(100%)
}

.ranking-list .ranking-item .ranking-content .order img {
    display: inline-block;
    width: 34px;
    margin-top: 10px;
}

.ranking-list .ranking-item .ranking-content .order img.filter {
    filter: grayscale(100%);
    opacity: .3;
}

.ranking-item .ranking-content .avatar {
    width: 72px;
    text-align: center;
    line-height: 72px;
}

.ranking-item .ranking-content .avatar img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
}

.ranking-item .ranking-content .intro {
    display: table-cell;
    vertical-align: middle;
    margin-left: 14px;
}

.ranking-item .ranking-content .intro .name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #273444;
}

.ranking-item .ranking-content .intro .info {
    font-size: 12px;
    color: #8796A8;
    margin-bottom: 6px;
}

.ranking-item .ranking-content .intro .info span {
    margin-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ranking-item .ranking-content .intro .detail {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 380px;
    color: #8796A8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ranking-item .ranking-content .intro .detail .detail-pink {
    color: #1787fb;
}

.ranking-item:hover .ranking-content .intro .name {
    color: #1787fb;
    font-weight: bold;
}
.index_we .more{ position: absolute; top:40px; right:36%;font-size: 13px; color: #888; cursor: pointer;z-index: 9; }

/* .index_bg{ background: url(/img/hrdp/bg.jpeg) no-repeat left center; background-size: cover; width: 100%;} */
.demand{ padding-left: 30px;padding-right: 30px; position: relative }
.demand .more{ position: absolute; top:40px; right: 40%; font-size: 13px; color: #888; cursor: pointer;z-index: 9 }
.demand .swiper-wrapper{flex-wrap: wrap}
.demand .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: -30px;}
.demand .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: -30px;}
.demand .swiper-container {width: 100%;  margin-top:40px;}
.demand .serbox{ width: 23%;margin: 40px 1% 3%;height: 180px; }
.demand .swiper-slide {height: 180px; background: #f8f8f8; transition: .6s; webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; position: relative;}
.demand .swiper-slide:hover{box-shadow: 0 2px 10px rgb(0 0 0 / 10%); background: #fbfeff;}
.mandImg{ width: 88px;height: 88px;border-radius: 24px;overflow: hidden;position: absolute;left: 50%;transform: translateX(-50%);top: -44px;border: 1px solid #f3f5fb; background: #fff}
.demand .mandImg img{width: 88px;height: 88px;padding: 4px;}
.mand{ position: relative;padding:60px 10px 0;;}
.company-info .company-info-avater{width: 40px;height: 40px; margin-top: 6px; border-radius:6px;overflow: hidden; margin-right:6px;}
.company-info .company-info-avater img{width: 40px;height: 40px;}
.company-info-msg{flex: 1; }
.company-info-msg-title{ display: flex;justify-content:center;font-size:17px; width: 100%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; z-index: 9;}
.company-info-label{color: #666;margin-top:10px;font-size: 14px;line-height: 32px; height: 32px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; z-index: 9;width: 100%; border-bottom: 1px solid #eee;}
.company-info-msg p{text-align: center; color: #AEADAD;height: 50px;line-height: 50px; font-size: 15px;}
.company-info-msg p > span{ color: #1787fb; display: inline-block;}
.company-info .ranking{position: absolute; right:4px; top:10px; font-size: 30px;color: rgba(238, 238, 238,.6); z-index: 2;}
.demand .el-divider{display: inline-block; width: 1px;height: 1em;margin: 0 6px;vertical-align: middle;position: relative; background: #dcdfe6;}
.demand .swiper-pagination-bullet-active {opacity: 1 !important;background: #1787fb !important;width: 25px !important;height:8px !important;border-radius: 5px !important;}
.demand .swiper-pagination-bullet {background: #1787fb !important;opacity: .5 }


.vip-infos {
    margin-top: 50px;
    margin-bottom: 20px;
}

.vip-infos .infoimg {
    text-align: center;
    display: block;
    text-align: center;
}

.vip-infos .infoname {
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
    line-height: 25px;
}

.vip-infos .infotime {
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 13px;
    color: rgba(153, 153, 153, 1);
}

.vip-infos .infobot {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    display: block;
    margin-bottom: 50px;
    word-break:break-all;
}

.vip-infos .rating-avatar {
    width: 100px;
    height: 100px;
    border-radius:50%;
    margin-top: 37px;
    margin: 0 auto;
}

.vip-infos .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.types {
    margin-top: 24px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.types a {
    font-size: 14px;
    color: #8796A8;
    line-height: 21px;
    margin: 0 6px;
    cursor: pointer;
}

.types a.selected, .types a:hover {
    color: #273444;
}

.main {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
    overflow: hidden;
}

.numCount {
    margin: 0 -10px;
}

.numCount li {
    float: left;
    width: 25%;
    text-align: center;
    color: #4a4a4a;
    border-right: 1px solid #e2e2e2;
}

.numCount li:last-child {
    border-right: none;
}

.numCount li .item {
    margin: 0 10px;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 48px;
    color: #323232;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
}

footer {
    width: 100%;
    overflow: hidden;
    background: #3b3b3b;
    padding: 10px 0;
    font-size: 12px;
}

.foot {
    font-size: 13px;
    color: #999;
    text-align: center;
    line-height:28px;
}
.foot a{
    color: #999;
    padding: 0 6px;
}

/*.foot p a {*/
/*    color: #8b8da7;*/
/*    margin: 0 10px;*/
/*}*/

.fixed {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
    width: 60px;
    background: #0e88e9;
    box-shadow: 0px 0px 8px 0px rgba(27, 52, 233, 0.2);
    cursor: pointer;
}

.fixed .fixed_div {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.fixed .fixed_div span {
    text-align: center;
    display: block;
    line-height: 60px;
}

.fixed .fixed_div p {
    color: #fff;
    background: #1278c9;
    font-size: 16px;
    padding: 8px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transform-origin: -50% 50%;
    transform-origin: -50% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    opacity: 0 \9;
    filter: alpha(opacity=0) \9;
}

.fixed .fixed_div:hover p {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fixed .fixed_divwe {
    position: relative;
    width: 60px;
    height: 60px;
}

.fixed .fixed_divwe b {
    color: #fff;
    background: #1278c9;
    font-size: 16px;
    padding: 8px 10px;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
}

.fixed_cont {
    position: absolute;
    right: -400%;
    top: 0;
    transition: .6s;
    width: 220px;
    box-shadow: 0px 0px 12px 0px rgba(27, 52, 233, 0.1);
    background: #fff;
}

.fixed_cont i {
    color: #282a3d;
    font-size: 17px;
    line-height: 38px;
    padding-left: 10px;
    background: #f5f6fb;
    width: 100%;
    display: block;
}

.fixed_cont p {
    width: 100%;
    font-size: 12px;
    color: #999;
    padding: 10px;
}

.fixed_cont p span {
    font-size: 26px;
    color: #2b64c2;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.fixed .fixed_divwe:hover .fixed_cont {
    right: 110%;
}

.login {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login .img {
    width: 100%;
}

.demo-ruleForm {
    width: 480px;
    margin: -12% auto 10%;
    padding: 5px 50px 40px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 8px 13.856px 36.8px 3.2px rgba(49, 146, 231, 0.11);
}

.demo-ruleForm .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before, .demo-ruleForm .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
    display: none;
}

.demo-ruleForm button {
    width: 100%;
}

.demo-ruleForm p {
    margin:20px auto;
    text-align: center;
}

.demo-ruleForm p img {
    width: 160px;
}

.demo-ruleForm p span {
    font-size: 14px;
    color: #bbc0d4;
}

.demo-ruleForm p.loginp {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.foot_p {
    margin: 0px !important;
}

.box{ max-width: 1200px; width: 100%; margin:0 auto 40px; overflow:hidden;}
.demandrig{width:100%;margin-bottom:10px; margin-top: 10px}
.infotop{ width: 100%; padding: 20px; }
.infotoptit{position: relative;}
.infotoptit h5{ font-size: 20px; color: #333; margin-bottom:20px;}
.infotoptit h5 span{font-size: 12px; padding: 3px 10px; margin-left: 20px; border-radius: 4px;}
.infotoptit h5 span.going{ color: #2FAF34; border: 1px solid #2FAF34;}
.infotoptit h5 span.cancel{ color: #9c9c9c; border: 1px solid #9c9c9c;}
.infotoptit h5 span.complete{ color: #21a9ff; border: 1px solid #21a9ff;}
.infotoptit > p{ font-size: 14px; color: #666; line-height: 25px;}
/*.infotoptit > p b{font-size: 12px;color: #858786;background-color: #ECF3F1; padding: 2px 10px; border-radius:50px; margin: 2px 10px 0 0; font-weight: normal;}*/
.infoprice{ position: absolute;right:0px; top:0; height: 100%;cursor: pointer; }
.infoprice p {color: #F56C6C; font-size:22px; margin-bottom:10px;}
.infoprice p span{ font-size: 13px; color: #666; margin-right:4px}
.infoprice i{margin-right:2px; font-size: 22px; display: block;color: #848484; float: left;}
.infoprice span{ font-size: 14px;}
.temp{ color: #FF9100 !important;}
.infoskills{ width: 100%; display: flex; text-align: center;flex-wrap: wrap;}
.infoskills p{ font-size: 17px; position: relative; margin-right: 1%; color: #222; padding:20px 10px; background:rgba(238, 241, 245,.8); border-radius:5px;width: 24%; margin-bottom:15px;}
.infoskills p b{ position: absolute;left:20px; top: 35%; color:#616161; font-size: 15px}
.infoskills p span{ display: block; color: #616161; font-size: 14px; margin-top: 10px;}
.infomum .but{ width: auto; margin: 0;height: 34px;line-height: 34px;padding: 0 20px; font-size: 16px;}
.infophoto,.infomum{padding: 20px;}
.infomum h4{ width: 100%; color: #323232; font-size: 18px;display: flex;justify-content: space-between;}
.infophoto h4 span{ color: #82848A; font-size: 13px;}
.infophoto h4 b{font-weight: normal; font-size: 13px; color:#666; float: right}
.infotel{display: flex;justify-content: space-between; box-sizing: border-box;}
.infotel a{color: #323232}
.infotel p{ width: 33%; font-size: 14px; color: #666; line-height: 30px;}
.infobox{ padding: 20px;}
.infobox h4,.infophoto h4{height: 48px;line-height: 48px; font-size: 18px;border-bottom: 1px solid #F1F1F1; margin-top: 0px; margin-bottom: 15px; color: #323232;}
.infobox h4 span,.infophoto h4 span { font-size: 18px; color:#323232; display: inline-block;height: 48px;border-bottom: 2px solid #21a9ff;}
.infobox p{font-size: 14px;color: #666;line-height: 24px; padding-bottom: 4px;}
.infointer{ padding: 20px; color: #666;border-radius:8px}
.infointer span,.infointer span img{width: 80px; height:80px; border-radius: 50%; margin: 0 auto 10px; display: block;}
.infointer b{display: block;color: #333; margin-bottom: 10px; font-size: 17px; text-align: center}
.infointer p{ line-height: 26px;  font-size: 14px; word-break:break-all;}
.infointer p i{margin-right: 4px; font-size: 15px;}
.filterder{ margin-left: 15px; width: 270px;}
.infocom{ width: 100%; display: flex; flex-wrap: wrap; height: 105px; overflow:auto; margin-top: 14px;}
.infomum h4 span.but{color: #fff; background: #21a9ff; font-size: 15px; border-radius: 4px; cursor: pointer;}
.infocom p{width: 19%; margin-right: 1%; font-size: 15px; color: #666; text-align: center;}
.infocom p span,.infocom p img{width:70px; height:70px; border-radius: 50%;display: block; margin: 0 auto 10px;}
.infointer .conw{ line-height: 26px; color: #666; font-size: 14px; margin-top: 10px;}

/*统计分析*/
.dataInfo{
    width: 100%;
    overflow: hidden;
    background: #ecf5ff;
}
.dataNav{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.dataNav .grid-content{
    width: 24%;
    float: left;
    height: 100px;
    margin-right: 1%;
    margin-bottom:1%;
    font-size: 14px;
    padding: 20px 10px;
    color: #333;
    background-color:#fff;
    box-shadow: 0px 0px 10px 0px rgba(49, 71, 143, 0.1);
    border-radius: 4px;
}
.dataNav .grid-content a{ color: #333}
.dataNav .grid-content.height{
    height: 100px;
    margin-bottom: 0 !important;
}
.dataNav .grid-content p,.dataNav .grid-content p img{
    width: 54px;
    height: 54px;
    float: left;
}
.dataNav .grid-content div{
    width:64%;
    float: right;
    margin-top: 4px;
}
.dataNav .grid-content div span{
    font-size: 20px;
    display: block;
}
.dataInfo-box{
    width: 98%;
    margin: 0 auto 12px;
    overflow: hidden;
    background-color:#fff;
    box-shadow: 0px 0px 10px 0px rgba(49, 71, 143, 0.1);
    border-top: 2px solid rgba(167,177,194,.5);
}
.dataInfo-box h1{
    font-size: 16px;
    color: #333;
    line-height: 50px;
    padding:4px 10px;
}
.indexDataTop{ display: flex; justify-content:space-between}
.indexDataTop p.active{color: #409eff;}
.indexDataTop h1{ float: left}
.indexDataTop p{margin: 0 10px; line-height:50px; cursor: pointer;float: left; padding: 4px 10px;font-size: 16px;color: #333;}
.surSelect {float: right;padding: 4px 10px; line-height: 50px; font-size: 15px; color: #333}
.companyTab{
    width: 98%;
    margin: 0 auto;
}
.itembox .item-body p{
    word-break:break-all;
    line-height: 24px;
    font-size: 15px;
}

/*统计分析 2021/08/09*/
.bg{
    background: url(/img/hrdp/bg.png) no-repeat left center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.tophead { position: relative; color:#727391; font-size: 14px;width: 100%; display: flex; justify-content: space-between;padding: 0 1%;}
.dataTitle{
    background: url(/img/hrdp/top.png) no-repeat left center;
    color: #fff;
    width:500px;
    margin: 0 auto;
    height:90px;
    line-height:80px;
    font-size: 20px;
    text-align: center;
    background-size: 100%;
}
.tophead span{
    width:30%;
    height: 10px;
}
.tophead span.left{
    background: url(/img/hrdp/topline.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top:56px;
}
.tophead span.rig{
    background: url(/img/hrdp/topline1.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right:0;
    top: 56px;
}

.tophead p{ margin-top:30px; width: 300px}
.tophead p span{ margin-left: 14px}
.tophead p.system{ text-align: right; color: #1fd9fa}
.bgcont{
    width:98%;
    margin: 0 auto;
    overflow: hidden;
}
.bgcount{ width:28% !important; float: right !important;height: 598px}
.bgaddress,.bgcount{
    width:34%;
    background: url(/img/hrdp/bgtop.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 10px;
    overflow: hidden;
    float: left;
}
.bgcont h1{
    background: url(/img/hrdp/title.png) no-repeat left center;
    background-size: 100% 100%;
    padding:10px 20px;
    font-size: 14px;
    color: #fdd600;
    font-weight: normal;
    width: 220px;
}
.bgaddress .el-form input,.bgform .el-form input,.footBox .indexDataTop input{
    background: #030541;
    border: 1px solid #04114d;
    color: #b5b9ff;
}
.bgaddress .el-form .el-form-item,.bgform .el-form .el-form-item{
    margin-bottom: 2px;
}
.bgslider{
    width: 100%;
    height:495px;
}
.bgslider .el-slider__stop {
    top: 4px;
}
.bgslider .el-slider__bar{
    background: linear-gradient(to right, #050a50, #39b1fd);
    height: 15px;
}
.bgslider .el-slider__runway{
    background-color: #030d3f;
    height: 15px;
    border-radius: 0;
}
.bgslider .el-slider__button-wrapper{
    top: -10px;
}
.bgslider .el-slider__button {
   border: 2px solid #050a50;
}
.sliderBox{
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 4px;
}
.sliderBox span{
    font-size: 15px;
    color: #b5b9ff;
    line-height: 50px;
    width: 14%;
    float: left;
}
.sliderBox .el-slider{
    width: 84%;
    float:left;
}
.sliderBox .el-slider__marks-text{
    font-size: 12px;
}
.bgdata{
    width:33%;
    margin: 0 2.5%;
    float: left;
    z-index: 999;
}
.bgdata h2{
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.bgdata h2::after{
    content:'';
    background: url(/img/hrdp/bgleft.png) no-repeat left center;
    width: 100px;
    height: 10px;
    position: absolute;
    left:28%;
    top:8px;
}
.bgdata h2:before{
    content:'';
    background: url(/img/hrdp/bgrig.png) no-repeat left center;
    width: 100px;
    height: 10px;
    position:absolute;
    right: 14%;
    top:8px;
}
.bgProfile{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.bgProfile .bgpro{
    width: 40%;
    background: url(/img/hrdp/line.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 12px 0;
    text-align: center;
    margin-top: 20px;
}
.bgpro p{
    color: #b39f12;
    font-size: 22px;
    margin-bottom: 4px;
}
.bgpro span{
    color: #ce911b;
    font-size: 14px;
}
.bgform{
    width: 100%;
    margin:30px auto;
    z-index: 999;
}
.bgstatis{
    background: url(/img/hrdp/bgcont.png) no-repeat left center;
    background-size: 100% 100%;
    width: 100%;
    height: 275px;
}
.bgstatis h3,.bgcount h3,.indexDataTop h3{
    font-size: 16px;
    color: #5e9ace;
    padding: 10px 0 6px 10px;
}
.bgstatis h3 b,.bgcount h3 b,.indexDataTop h3 b{
    width: 2px;
    height: 12px;
    background: #5e9ace;
    display: inline-block;
}
.bgstatisBox{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.bgstatisBox .bgstat{
    width: 40%;
    background: url(/img/hrdp/conttie.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 12px 0;
    text-align: center;
    margin-top:14px;
    margin-bottom:14px;
    height:84px;
}
.bgstat p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 4px;
}
.bgstat span{
    color: #6c71c0;
    font-size: 14px;
}
.bgfoot{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 20px auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.footBox{
    width: 49%;
    background: url(/img/hrdp/bgfoot.png) no-repeat left center;
    background-size: 100% 100%;
    height:370px;
    position: relative;
}
.footEchart{
    width: 100%;
}
.indexDataTop h3{
    line-height: 40px !important;
}
.footBox .indexDataTop p,.footBox .el-tabs__item{
    color: rgba(255,255,255,0.6);
}
.footBox .indexDataTop p.active,.footBox .el-tabs__item.is-active{
    color: #409EFF !important;
}
.footBox .el-tabs__header{
    width: 60%;
    position: absolute;
    top: 10px;
    left: 30%;
}
.footBox .el-tabs__nav-wrap::after{
    display:none
}
.company-item{
    padding: 18px 0px;
    font-size: 14px;
    border-top: 1px #EEEEEE solid;
    color: #666;
}
.comTitles:hover a{
    color: #d71518;
}
.comTitles:hover{
    color: #d71518;
}
.company-item a{
    width: 100%;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comTitle{
    width: 100%;
    overflow: hidden;
}
.comTitles{
    font-size: 16px;
    color: #323232;
    width: 64%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 24px;
    float: left;
    margin-bottom:6px;
    font-size: 18px;
    font-weight: 500;
}
.companyName{
    line-height: 22px;
    margin-top:2px;
}
.companyName a{
    font-size: 14px !important;
    color: #333;
}
.popupHead{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    display: none;
    z-index: 9999;
}
.popupHeadBox{
    width: 30%;
    margin: 10% auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    position: relative;
    color: #323232;
}
.popupHeadBox span{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    width: 30px;
    height: 30px;
}
.popupHeadBox h1{
    font-size: 20px;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
}
/*地标地段展开收起按钮*/
.unfold-btn{position: relative;display: inline-block;outline: 0;border-radius: 4px;border-left: none;font-size: 16px;color: #333;cursor: pointer;}
.unfold-btn:hover{color:#E6A23C;}
.i-down{transform: rotate(-90deg);}


