/* 首页 */
body{
    min-width: 1200px;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
input {
    background: #fff;
}
textarea {
    background: #fff;
}
select {
    background: #fff;
}
::-webkit-input-placeholder {
    color: #cacbcc;
}

 :-moz-placeholder {
    color: #cacbcc;
}

 ::-moz-placeholder {
    color: #cacbcc;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #cacbcc;
}
a:focus {
    text-decoration: none !important;
    outline: none !important;
}
.footer a:hover {
    color: #777;
}
.tringleBg{
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    /* bottom: 0; */
    margin: auto;
    background: #fff;
    left: 75px;
    z-index: 9999;
}
.dropdown-menu.pull-right{
    left: 0;
    right: 0;
    top: 50px;
}
.bshareDiv{
    margin-right: 0!important;
    text-align: right;
}
.dropdown-menu>li>a{
    color: #808080;
}
.navList{
    display: flex;
    justify-content: space-between;
}
.user-nickname{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 370px;
}
.caption-wraper {
    display: none!important;
}
#city-title{
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.sy-box{
    position: relative;
}
.sy-pager{
    position: absolute;
    bottom: 15px;
    z-index: 99;
    text-align: center;
}
.sy-pager li{
    width: 30px!important;
    height: 2px!important;
    border-radius: 0!important;
}
.sy-pager li a{
    border-radius: 0!important;
    background-color: #999!important;
}
.sy-pager li.sy-active a{
    background-color: #fff!important;
}
.navbar-default{
    background-color: rgba(0, 0, 0, 0.7);
}
.logoBoxBg {
    background: url(../images/dhl.png);
}
.logoBox{
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
    color: #fff;
    font-size: 30px;
    line-height: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.logoBox img{
    width: 152px;
    height: 40px;
    margin-right: 5px;
}
.navbar-default  .navbar-collapse{
    /* padding-left: 30px; */
    border: none;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>li>a{
    color: #fff;
    background-color: rgba(0,0,0,0);
    padding: 0;
    display: inline-block;
}
.navbar{
    min-height: 40px;
}
.navbar .nav .user{
    line-height: 34px;
}
.nav>li{
    margin-right: 40px;
    height: 34px;
    line-height: 34px;
}
.nav>li .icon-fenxiang{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    background-color: rgba(0,0,0,0);
}
.grey_bg{
    background: #f7f7f7;
    overflow: hidden;
    width: 100%;
}
.flex_box{
    display: flex;
    align-items: center;
}
.duanType_box{
    height: 170px;
}
.duanType_box ul{
    height: 100%;
    overflow: hidden;
}
.duanType_box ul li{
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 110px;
}
@media (max-width: 1024px) {
    .duanType_box ul li{
        margin-right: 15px;
    }
    .nav>li {
        margin-right: 20px;
    }
}
@media (max-width: 1152px){
    .lg_Botbox ul li {
        margin: 0 45px !important;
    }
}
.duanType_box div{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    width: 210px;
}
.duanType_box span{
    font-size: 22px;
}
.duanType_box text{
    color: #808080;
}
h3{
    text-align: center;
    margin: 40px 0 30px!important;
}
.news_box ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -10px;
}
.news_box ul li{
    width: 33.3%;
    overflow: hidden;
    padding: 0 10px;
}
.news_imgBg{
    height: 240px;
    position: relative;
    transition: all 0.5s;
}
.bottomTitle{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}
.moreBtn{
    background: #f39800;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: none;
    display: block;
    margin: 30px auto 50px;
}
.moreBtn a:hover{
    text-decoration: none;
}
.id_platformData_title {
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
}
.id_platformData_title span {
    color: #f39800;
    font-size: 36px;
    margin-left: -3px;
}
.id_platformData_box {
    /* width: 1200px; */
    margin: 0 auto;
    padding: 0 120px;
    overflow: hidden;
}
.id_platformData_box>div {
    width: 50%;
    float: left;
    text-align: center;
}
.id_platformData_boxLeft {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}
.id_scrollItem {
    box-sizing: border-box;
    height: 140px;
    color: #cacbcc;
}
.id_scrollItem p:first-of-type {
    font-size: 24px;
    margin-bottom: 10px;
}
.on {
    color: #333!important;
}

.on p:first-of-type {
    font-size: 32px;
    margin-bottom: 10px!important;
}
.on p:last-of-type {
    font-size: 20px!important;
}

.id_platformData_container {
    height: 100%;
    width: 220px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.id_platformData_slides {
    height: 100%;
    overflow: hidden;
    width: 660px;
    position: absolute;
    height: 380px;
    bottom: 0;
}
.id_platformData_slides li:first-of-type, .id_platformData_slides li:last-of-type, .id_platformData_slides li:nth-of-type(2) {
    height: 380px;
    width: 220px;
}
.id_platformData_slides li {
    float: left;
}
.ycyyImg_bg span{
    font-size: 20px;
    margin: 20px 0 30px;
}
.ycyyImg_bg button{
    color: #fff;
    border: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    outline: none;
    margin: 0 5px;
    background: #f39800;
    font-size: 14px;
}
.id_rewardPosition_containter, .id_rewardPosition_title {
    /* margin: 0 40px; */
    overflow: hidden;
}
.id_rewardPosition_item {
    width: 25%;
    padding: 50px 24px;
    background: #fff;
    border: 1px solid #eaebeb;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    transition: all 0.5s;
    min-height: 248px;
}
.id_rewardPosition_itemType {
    display: flex;
    align-items: center;
}
.greyLine {
    width: 3px;
    height: 12px;
    background: #cacbcc;
    margin-right: 5px;
    display: inline-block;
}
.id_rewardPosition_itemTitle {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.id_rewardPosition_itemTitle span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.id_rewardPosition_itemCondition {
    color: #999;
    font-size: 14px;
    overflow: hidden;
}
.id_rewardPosition_itemCondition span {
    float: left;
}
.columnLine {
    width: 1px;
    height: 10px;
    background: #cacbcc;
    display: block;
    margin: 3px 10px 0;
}
.id_rewardPosition_itemPrice {
    font-size: 18px;
    color: #fe4800;
    margin-top: 30px;
    text-align: right;
}
.id_rewardPosition_itemPrice span {
    font-size: 12px;
}
.lg_Botbox{
    overflow: hidden;
    padding-bottom: 20px;
}
.lg_Botbox ul {
    margin: 0px -47px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.lg_Botbox ul li {
    float: left;
    /* width: 20%; */
    padding-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 65px;
}
.lg_Botbox ul li span {
    font-size: 16px;
    display: block;
}
.lg_Botbox ul li p {
    color: grey;
    margin: 5px 0;
}
.lg_Botbox ul li i{
    color: #f39800;
    font-size: 70px;
}
.id_moreGuarantee_title {
    font-size: 28px;
    text-align: center;
    padding: 50px 0;
    width: 1200px;
    margin: 0 auto;
}
.id_moreGuarantee_containter {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.id_moreGuarantee_item {
    text-align: center;
    float: left;
    margin-right: 275px;
}
.id_moreGuarantee_item:last-of-type {
    margin: 0;
    float: right;
}
.id_moreGuarantee_item>div:first-of-type {
    font-size: 20px;
    margin: 10px 0 30px;
}
.id_moreGuarantee_item>div:last-of-type {
    font-size: 14px;
}
.partnerImg_box ul{
    display: flex;
    justify-content: space-between;
}
.partnerImg_box ul li{
    width: 11%;
    text-align: center;
}
.partnerImg_box ul li img{
    max-width: 100%;
}
.partnerImg_box{
    position: absolute;
    top: 0;
    width: 100%;
}
.partnerImg_box_phone ul{
    display: flex;
    justify-content: space-between;
}
.partnerImg_box_phone ul li{
    width: 20%;
    text-align: center;
}
.partnerImg_box_phone ul li img{
    max-width: 100%;
}
.partnerImg_box_phone{
    position: absolute;
    top: 0;
    width: 100%;
}
.platformData_boxLeft {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.footer {
    background: #343331;
    color: #999;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.footer_box {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    font-size: 12px;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}
.footer_boxLeft {
    text-align: center;
    color: #fff;
    float: left;
}
.footer_boxCenter {
    display: flex;
    color: #999;
    float: left;
    overflow: hidden;
    margin-left: 35px;
}
.footer_boxCenter_item {
    margin: 0 50px;
    float: left;
}
.footer_boxCenter_itemTitle {
    font-size: 14px;
}
.row_line {
    width: 16px;
    height: 2px;
    background: #999;
    display: block;
    margin-top: 5px;
}
.footer_boxCenter_itemContain {
    margin-top: 20px;
}
.footer_boxCenter_itemContain div {
    margin-bottom: 10px;
}
.footer_boxRight {
    display: flex;
    color: #fff;
    float: right;
}
.footer_boxRight>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 35px;
    float: left;
    text-align: center;
}
.footer_bot {
    text-align: center;
    background: #2f2e2c;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
#main-menu .active{
    border-bottom: 2px solid #f39800;
}
#main-menu-user{
    display: flex;
    margin: 0;
    height: 34px;
}
.navbar-nav .icon-fenxiang{
    margin-top: 8px;
}
#phoneBox{
    display: none;
}
@media (max-width: 768px){
    body{
        min-width: 100%;
        margin-top: 40px !important;
        padding-top: 0;
    }
    .news_box ul{
        flex-wrap: wrap;
    }
    #main-menu{
        margin: 0;
    }
    .navbar-toggle{
        float: left;
        margin: 3px 0;
    }
    .logoBox,.sy-controls,.sy-pager,.duanType_box text{
        display: none!important;
    }
    .loginBox{
        position: absolute;
        top: 0;
        right: 0;
    }
    .nav>li{
        margin-right: 25px;
    }

    .duanType_box ul li{
        justify-content: center;
        flex-direction: column;
        margin: 0;
        width: 33%;
    }
    .duanType_box div{
        align-items: center;
        margin-left: 0;
        width: auto;
        margin-top: 8px;
    }
    .duanType_box{
        height: 70px;
    }
    .duanType_box ul li img{
        width: 38px;
    }
    .duanType_box span {
        font-size: 12px;
    }
    h3{
        font-size: 16px;
        margin: 15px 0!important;
    }
    .imgBox {
        height: 165px !important;
    }
    .news_imgBg{
        height: 130px;
    }
    .bottomTitle{
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .news_box ul li{
        width:100%;      
        margin-bottom: 15px;  
    }
    .id_platformData_title{
        font-size: 13px;
        margin-left: 0 !important;
    }
    .id_platformData_title span{
        font-size: 16px;
        margin-left: 0px;
    }
    .id_platformData_box>div{
        float: none!important;
        width: 100%;
    }
    #pcBox,#pcPartner,#pcFooter{
        display: none;
    }
    #phoneBox,#phonePartner,#phoneFooter{
        display: block!important;
    }
    .id_scrollbox{
        overflow: hidden;
    }
    .id_platformData_boxLeft{
        margin-top: 20px;
    }
    .on p:first-of-type {
        font-size: 18px;
        text-align: center;
    }
    .on p:last-of-type {
        font-size: 13px!important;
        text-align: center;
    }
    .yw_icDT {
        width: 100% !important;
        height: auto !important;
    }
    .id_platformData{
        padding-top: 15px;
        background: #f7f7f7!important;
    }
    .moreBtn{
        margin: 0 auto 15px;
        width: 65px;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
        border-radius: 4px;
    }
    .id_scrollItem{
        height: 90px;
    }
    .id_platformData_box{
        padding: 0 12px;
    }
    .ycyyImg_bg{
        font-size: 12px!important;
        height: 95px!important;
    }
    .ycyyImg_bg h2{
        font-size: 16px!important;
        margin: 0;
    }
    .ycyyImg_bg span{
        font-size: 12px;
        margin: 5px 0;
    }
    .ycyyImg_bg button{
        width: 65px;
        height: 24px;
        line-height: 24px;
        border-radius: 4px;
    }
    .id_platformData_boxRight{
        height: 270px!important;
        background-size: contain!important;
    }
    .id_platformData_scrollImg{
        bottom: 4px!important;
        background-size: contain!important;
    }
    .id_platformData_container{
        width: 134px!important;
    }
    .id_platformData_slides{
        height: 233px;
    }
    .id_platformData_slides li:first-of-type, .id_platformData_slides li:last-of-type, .id_platformData_slides li:nth-of-type(2){
        width: 134px;
        height: 233px;
        background-size: cover!important;
    }
    .id_rewardPosition_item{
        width: 100%;
        padding: 15px 12px;
    }
    #phonePrice{
        display: block!important;
        flex-shrink: 0;
        margin-top: 0;
        margin-left: 8px;
    }
    .id_rewardPosition_itemType,#pcPrice{
        display: none;
    }
    .id_rewardPosition_itemTitle{
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .id_moreGuarantee_title,.footer_box,.id_moreGuarantee_containter{
        width: 100%;
    }
    .id_rewardPosition_item{
        display: none;
    }
    .id_rewardPosition_item:nth-of-type(1),.id_rewardPosition_item:nth-of-type(2),.id_rewardPosition_item:nth-of-type(3){
        display: block;
    }
    .newPosition_box{
        margin-bottom: 15px;
    }
    .lg_Botbox ul,.lg_Botbox ul li p{
        margin: 0;
        justify-content: space-between;
    }
    .lg_Botbox ul li{
        font-size: 12px;
        width: 48%;
        padding: 0;
        height: 44px;
        border: 1px solid #eaebeb;
        border-radius: 2px;
        margin: 0 !important;
        margin-bottom: 12px !important;
    }
    .lg_Botbox ul li span{
        font-size: 13px;
        padding-left: 50px;
        text-align: left;
        margin-top: 5px;
    }
    .lg_Botbox ul li i{
        float: left;
        font-size: 32px;
    }
    .lg_Botbox{
        padding: 0;
    }
    .id_moreGuarantee_title{
        font-size: 16px;
        padding: 10px 0;
    }
    .id_moreGuarantee_item{
        margin: 0;
        width: 33%;
        padding: 0 5px;
    }
    .id_moreGuarantee_item img{
        width: 30px!important;
        height: 30px!important;
    }
    .id_moreGuarantee_item>div:first-of-type{
        font-size: 14px;
        margin: 2px 0 5px;
    }
    .id_moreGuarantee_item>div:last-of-type{
        font-size: 12px;
    }
    .id_moreGuarantee_item p:first-of-type{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
    }
    .business_distribution>div{
        font-size: 16px!important;
        margin-top: 16px!important;
    }
    .platformData_boxLeft{
        margin-bottom: 0;
    }
    .id_moreGuarantee .container{
        padding: 0;
    }
    .navList {
        height: auto !important;
        min-height:0px;
    }
}

/* 企业服务 */
#full-screen-slider {
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
    float: none;
    position: relative;
    z-index: 0;
}
.sliderTop {
    padding: 0 26%;
    height: 404px;
    color: #fff;
    overflow: hidden;
}
.sliderTop span {
    font-size: 38px;
    display: block;
    margin: 120px 0 26px;
    font-weight: bold;
}
.joinInBtn, .publishBtn {
    width: 140px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #f39800;
    border-radius: 20px;
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
    float: left;
}
.sliderBottom {
    height: 110px;
    background: rgba(30,30,30,.3);
    margin-top: -14px;
}
.sliderBottom ul {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}
.sliderBottom ul li {
    height: 100%;
    width: 33%;
    float: left;
    padding-top: 28px;
    box-sizing: border-box;
    padding-left: 125px;
}
.sliderBottom ul li>span {
    float: left;
}
.sliderBottom img {
    width: 48px;
}
.sbottomRight {
    color: #fff;
    font-size: 17px;
    margin-left: 10px;
}
.sbottomRight>span {
    display: block;
    margin-bottom: 5px;
}
.sv_columnLine {
    width: 1px;
    height: 40px;
    border-left: 1px dashed #ccc;
    float: left;
    margin: 25px 0;
    box-sizing: border-box;
}
.sv_getApproval, .sv_provideService {
    /* padding: 40px 0; */
}
.sv_provideService_title {
    text-align: center;
}
.sv_provideService_title p:first-of-type {
    font-size: 30px;
    margin-bottom: 10px;
}
.sv_provideService_title p:last-of-type {
    font-size: 20px;
    color: grey;
}
.sv_provideService_containter {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.sv_provideService_item {
    width: 25%;
    margin-top: 50px;
    float: left;
    text-align: center;
}
.sv_provideService_item span {
    font-size: 20px;
    margin-top: 10px;
    display: block;
}
.sv_provideService_item p {
    color: grey;
    margin: 5px 0;
    font-size: 14px;
}
.sv_getApproval_containter {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.sv_getApproval_item {
    width: 23%;
    font-size: 22px;
    text-align: center;
    float: left;
    margin-right: 30px;
}
.sv_getApproval_item p:first-of-type {
    margin: 10px 0;
}
.sv_getApproval_item p:last-of-type {
    font-size: 14px;
    color: grey;
}
.sv_getApproval_item:last-of-type {
    margin: 0;
}
@media (max-width: 768px){
    #full-screen-slider {
        height: 215px;
    }
    .sliderTop{
        padding: 0 24px;
    }
    .sliderTop span{
        font-size: 18px;
        margin: 50px 0 10px;
    }
    .sliderTop p,.sv_provideService_title p:first-of-type{
        font-size: 16px!important;
    }
    .sv_provideService_title p:first-of-type{
        margin-bottom: 5px;
        margin-top: 15px;
    }
    .sliderTop>div{
        margin-top: 15px!important;
    }
    .joinInBtn, .publishBtn{
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        width: 95px;
        margin-right: 10px;

    }
    .sv_provideService_title{
        margin-bottom: 15px!important;
    }
    .sliderTop{
        height: 165px;
    }
    .sliderBottom {
        height: 50px;
    }
    .sbottomRight>span:first-of-type{
        font-size: 14px!important;
    }
    .sbottomRight>span:last-of-type,.sv_provideService_title p:last-of-type{
        font-size: 12px!important;
    }
    .sliderBottom img{
        width: 25px;
    }
    .sliderBottom ul{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: auto;
    }
    .sliderBottom ul li{
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sv_columnLine{
        display: none;
    }
    .sbottomRight>span {
        margin-bottom: 2px;
    }
    .sv_getApproval_containter{
        width: 100%;
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sv_getApproval_item{
        width: 48%;
        margin: 0;
        font-size: 15px;
        margin-bottom: 4%;
    }
    .sv_getApproval_item p:last-of-type{
        font-size: 13px;
    }
    .sv_getApproval_item>div{
        border: 1px solid #eaebeb;
    }
}


/* 帮助中心 */
.hp_question_box {
    padding: 40px 30px 0;
    background: #fff;
    font-size: 16px;
    color: grey;
    margin: 5px 0 25px;
}
.hp_question_item {
    padding-bottom: 40px;
}
.hp_question_item div {
    margin-bottom: 10px;
    font-weight: 700;
}
.hp_question_item div span:first-of-type {
    font-size: 36px;
    color: #f39800;
    margin-right: 10px;
    font-style: italic;
}
.hp_question_item div span:last-of-type {
    font-size: 22px;
    color: #333;
}
@media (max-width: 768px){
    .hp_question_item div span:first-of-type{
        font-size: 18px;
    }
    .hp_question_item div span:last-of-type{
        font-size: 16px;
    }
    .hp_question_box{
        font-size: 14px;
        padding: 15px 12px 0;
        margin-bottom: 0;
    }
    .hp_question_item{
        padding-bottom: 15px;
    }
}


/* 行业资讯 */
.cl_consultation_box {
    background: #fff;
    font-size: 14px;
    color: grey;
    margin-top: 5px;
    padding: 0 130px;
}
.cl_consultation_item {
    padding: 28px 0;
    border-bottom: 1px solid #eaebeb;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cl_consultation_item>div {
    float: left;
}
.cl_consultation_itemRight {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-left: 20px;
    width: 660px;
    height: 140px;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.cl_consultation_itemRight>div:first-of-type {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.cl_consultation_itemRight>div:nth-of-type(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 5px;
}
.cl_consultation_itemBottom {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}
.cl_consultation_BottomLeft {
    font-size: 12px;
    color: #999;
    float: left;
    display: flex;
    align-items: center;
}
.cl_consultation_BottomLeft span {
    margin-right: 50px;
}
.cl_consultation_more {
    color: #4f638f;
    font-size: 14px;
    float: right;
}
.cl_consultation_paging {
    background: #fff;
    padding: 40px 130px;
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
}
.cl_consultation_paging ul {
    display: flex;
    float: left;
}
.cl_consultation_paging ul li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #eaebeb;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}
.cl_consultation_pagingData {
    float: left;
    margin-top: 6px;
}
.cl_consultation_pagingData span {
    color: #f39800;
}
@media (max-width: 768px){
    .cl_consultation_box{
        padding: 0 12px;
    }
    .cl_consultation_itemLeft>img{
        width: 100px!important;
        height: 70px!important;
    }
    .cl_consultation_itemRight{
        height: 70px;
    }
    .cl_consultation_itemRight>div:first-of-type{
        font-size: 16px;
    }
    .cl_consultation_itemRight>div:nth-of-type(2),.cl_consultation_more,.cl_consultation_pagingData{
        display: none;
    }
    .cl_consultation_itemRight>div:first-of-type{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .cl_consultation_BottomLeft span{
        margin: 0;
    }
    .cl_consultation_BottomLeft span:first-of-type{
        width: 130px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        margin-right: 10px;
        
    }
    .cl_consultation_paging{
        padding: 12px;
    }
}



/* 关于我们 */
.ab_aboutYmzp {
    padding: 50px 15%;
    font-size: 14px;
    line-height: 25px;
}
.ab_aboutYmzp_title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}
.ab_corporateCulture_title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.ab_corporateCulture_box {
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
    overflow: hidden;
}
.ab_corporateCulture_item {
    width: 24%;
    float: left;
    margin-right: 13%;
}
.ab_corporateCulture_item:last-of-type {
    margin: 0;
}
.ab_corporateCulture_item p:first-of-type {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #f39800;
    font-weight: bold;
}
.ab_corporateCulture_item p:last-of-type {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}
.ab_companyPosition_title {
    text-align: center;
    padding: 50px 0;
    font-size: 30px;
}
.ab_companyPosition_box {
    font-size: 12px;
}
.ab_companyPosition_item {
    cursor: pointer;
    height: 120px;
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.ps_containter_boxItemLeft {
    color: #999;
    overflow: hidden;
    /* float: left; */
}
.ps_containter_boxItemTitle {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ps_containter_boxItemFlex {
    overflow: hidden;
    margin-bottom: 5px;
}
.ps_containter_boxItemFlex div {
    margin-right: 60px;
    float: left;
}
.ps_containter_boxItemLeft>div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.ps_containter_boxItemRight {
    float: right;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
}
.ps_containter_boxItemPrice {
    margin-right: 70px;
    color: #999;
    margin-left: 20px;
    flex-shrink: 0;
    float: left;
    /* margin-top: 7px; */
}
.ab_companyPosition {
    background: #f7f7f7;
    width: 1200px;
    margin: 0 auto;
}
.rightContent {
    margin-right: 10px;
}
.rightArea {
    color: #fe4800;
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
    flex-shrink: 0;
}
.ps_containter_boxItemEnroll {
    flex-shrink: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #f39800;
    cursor: pointer;
    float: left;
}

@media (max-width: 768px){
    .ab_aboutYmzp{
        padding: 15px 12px;
    }
    .ab_aboutYmzp_title{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ab_aboutYmzp_detail p span{
        font-size: 14px!important;
    }
    .ab_corporateCulture_title{
        font-size: 16px;
    }
    .ab_corporateCulture_box{
        margin-top: 8px;
        display: flex;
        justify-content: space-around;
    }
    .ab_corporateCulture_item{
        width: 30%;
        margin: 0;

    }
    .ab_corporateCulture_item p:first-of-type{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .ab_corporateCulture_item p:last-of-type{
        font-size: 13px;
    }
    .ab_companyPosition{
        width: 100%;
        padding: 0 12px;
    }
    .ab_companyPosition_title{
        font-size: 16px;
        padding: 15px;
        
    }
    .ab_companyPosition_item{
        padding: 12px;
    }
    .ps_containter_boxItemTitle{
        margin-bottom: 10px;
    }
    .ps_containter_boxItemTitle span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ps_containter_boxItemRight{
        display: none;
    }
    .ab_companyPosition_item{
        display: none;
    }
    .ab_companyPosition_item:nth-of-type(1),.ab_companyPosition_item:nth-of-type(2),.ab_companyPosition_item:nth-of-type(3),.ab_companyPosition_item:nth-of-type(4){
        display: block;
    }

}


/* 职位页面 */
.ps_containter {
    padding: 0 15%;
    background: #f7f7f7;
    font-size: 12px;
    color: #333;
    overflow: hidden;
}
.ps_containter_box{
    padding: 0 30px;
    background: #fff;
    margin-bottom: 20px;
}
.ps_containter_boxItem {
    height: 125px;
    margin-bottom: 8px;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eaebeb;
}
.ps_containter_boxItemPrice {
    margin-right: 100px;
    color: #999;
    float: left;
    height: 30px;
    line-height: 30px;
}
.ps_containter_boxItemPrice span {
    color: #fe4800;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
}
.screenBox{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    position: relative;
}
.greyBg{
    background-color: #f7f7f7;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 2px;
}
.ps_comprehensive_box, .ps_sort_box {
    position: absolute;
    border: 1px solid #cacbcc;
    width: 80px;
    font-size: 14px;
    text-align: center;
    top: 55px;
    background: #fff;
    left: 0;
    z-index: 10;
}
.ps_comprehensive_box {
    left: -20px;
}
.ps_comprehensive_box ul li,.ps_sort_box ul li {
    padding: 4px 0;
    height: 40px;
    line-height: 40px;
}
.ps_containter_typead {
    background: #fff;
    margin: 5px 0;
    font-size: 14px;
}
.ps_containter_ad, .ps_containter_type {
    display: flex;
}
.ps_containter_adTitle, .ps_containter_typeTitle {
    flex-shrink: 0;
    margin-right: 25px;
}
.ps_containter_adBox, .ps_containter_typeBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 10px;
}
.ps_containter_typeBox {
    width: 650px;
}
.ps_containter_adBox span, .ps_containter_typeBox span {
    margin: 10px;
    cursor: pointer;
    border: 1px solid #eaebeb;
    width: 85px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.ps_containter_sort {
    margin-top: 8px;
    height: 56px;
    background: #fff;
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.ps_containter_sortLeft {
    display: flex;
    position: relative;
    font-size: 0;
    height: 56px;
    line-height: 56px;
    margin-left: 50px;
}
.ps_containter_sortLeft>div {
    cursor: pointer;
    float: left;
    font-size: 14px;
}
.ps_sort_box {
    left: 60px;
}
.layui-laypage {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em {
    border-radius: 2px 0 0 2px;
}
.layui-laypage>:first-child {
    margin-left: 0!important;
}
.layui-laypage .layui-laypage-curr {
    position: relative;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #009688;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
    font-style: normal;
}
.positionModule{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.3);
    display: none;
}
.whiteBg{
    background: #fff;
    width: 650px;
    height: 493px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}
.choicePosition_title{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-bottom: 1px solid #eaebeb;
    font-size: 16px;
}
.bottomBtn_box{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 12px;
    border-top: 1px solid #eaebeb;
}
.bottomBtn_box button{
    width: 50px;
    height: 30px;
    margin-left: 10px;
    outline: none;
}
.cancelBtn{
    border: 1px solid #eaebeb;
    background: none;
}
.sureBtn{
    background: #f39800;
    color: #fff;
    border: none;
}


@media (max-width: 768px){
    .ps_containter{
        padding: 0;
    }
    .ps_containter_sort{
        display: none;
    }
    .ps_containter_boxItemLeft{
        width: 100%;
    }
    .ps_containter_boxItem{
        padding: 12px;
        height: 120px;
    }
    .ps_containter_boxItemFlex div {
        margin-right: 20px;
    }
    .layui-laypage a, .layui-laypage span{
        padding: 0 12px;
    }
    .layui-laypage{
        margin-left: 10px;
    }
    .whiteBg{
        width: 340px;
        height: 455px;
    }
    .choicePosition_title,.bottomBtn_box{
        height: 35px;
        font-size: 14px;
    }
    .ps_containter_adBox span, .ps_containter_typeBox span{
        font-size: 12px;
        width: 74px;
        margin: 3px;
    }
    .bottomBtn_box button{
        height: 24px;
    }
    .navbar-nav .open .dropdown-menu{
        position: absolute;
        background: #fff;
    }
}

/* 客服 */

.floatBtn {
    position: fixed;
    right: 0;
    top: 37%;
    z-index: 100;
}
#personServiceId>div {
    width: auto;
    height: auto;
    cursor: auto;
}
.floatBtn>div, .floatBtn>div>div {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.img1 {
    background: url(../images/img/kf.a24edeac.png);
    background-size: 100% 100%;
}
#personServiceId {
    width: 360px;
    height: 394px;
    position: absolute;
    right: 70px;
    top: 0;
    display: none;
}
#personServiceId .topBanner {
    height: 38px;
    background: #f39800;
    color: #fff;
    line-height: 38px;
    padding: 0 12px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#personServiceId .topBanner>div {
    float: right;
}
#personServiceId .bannerLeft {
    float: left!important;
    height: 38px;
}
#personServiceId .greyBox {
    background: #fefcfb;
    padding: 12px;
    font-size: 12px;
    height: 260px;
    overflow: auto;
    border: 1px solid #eaebeb;
}
#personServiceId .greyboxTitle {
    color: #999;
    text-align: center;
}
#personServiceId .whiteBubble {
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    width: 70%;
    position: relative;
    clear: both;
}

#personServiceId .convertWhiteTringle, #personServiceId .whiteTringle {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#personServiceId .whiteTringle {
    background: #fff;
    left: -5px;
}
#personServiceId .guessQuestion {
    background: #fff;
    border-radius: 20px;
    font-size: 15px;
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}
.leftTitle {
    width: 15px!important;
    border-right: 2px solid #f7f7f7;
    margin-bottom: -1000px;
    padding: 10px 10px 1000px;
    box-sizing: content-box;
}
#personServiceId .guessQuestion span {
    font-size: 14px;
    color: #333;
}
.rightBox div {
    padding: 8px;
    border-bottom: 2px solid #f7f7f7;
}
.timeTitle {
    text-align: right;
    margin-top: 20px;
    clear: both;
}
.timeTitle img {
    width:30px;
    height: 30px;
    border-radius: 2px;
}
.timeTitle span {
    background: transparent;
    color: #808080;
    border-radius: 4px;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
#personServiceId .convertWhiteBubbleBox {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
#personServiceId .convertWhiteBubble {
    padding: 6px 12px;
    background: #f39800;
    border-radius: 8px;
    max-width: 70%;
    position: relative;
    margin-right: 45px;
    margin-top: -5px;
    font-size: 14px;
    font-family: '方正小标宋';
    color: #fff;
    word-wrap: break-word;
}
#personServiceId .convertWhiteTringle {
    background: #f39800;
    right: -5px;
}
.customAnswer {
    margin-top: -5px;
    display: flex;
    background-color: #eff3f6;
    flex-direction: column;
    border-radius: 8px;
    font-size: 14px;
    clear: both;
    font-family: '方正小标宋';
    margin-left: 45px;
    word-wrap: break-word;
    max-width: 70%;
    display: inline-block;
}
.customContent, .typeOneCustomContent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.typeOneCustomContent {
    -webkit-line-clamp: 3;
}
.seeAll {
    color: #fe4800;
    padding-left: 12px;
    margin-bottom: 12px!important;
    height: 30px;
}
.transCustom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    width: 100%;
    border-top: 1px solid #eaebeb;
    padding-left: 12px;
    display: none;
}
.transCustomContent {
    background-color: #fdefef;
    color: #fe4800;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 14px;
}
.customOperate {
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border-top: 1px solid #eaebeb;
}
.solveLeft {
    width: 50%!important;
    font-size: 14px;
}
.customOperate>div {
    float: left;
    text-align: center;
}
.solveRight {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%!important;
    font-size: 14px;
}
#personServiceId .whiteInputBox {
    background: #fff;
    padding: 10px;
    border: 1px solid #eaebeb;
    border-top: none;
    overflow: hidden;
    position: relative;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.dependentBox {
    width: 100%;
    background: #fff;
    font-size: 15px;
    display: block;
}
.dependentBox div {
    margin: 0 10px;
    padding: 8px 0;
    position: relative;
}
.dependentBox div:after, .ifQuestion ul li:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleY(.3);
}
.dependentBox div:last-of-type:after, .ifQuestion ul li:last-of-type:after {
    height: 0;
}
.choiceDiv {
    width: 100%;
    padding: 24px 0 0;
    background-color: #fff;
    overflow: hidden;
}
.robotBootomDiv {
    width: 25%;
    margin-bottom: 24px;
    float: left;
    text-align: center;
}
.robotBootomDiv span {
    display: block;
}
.emojContent, .emojDiv {
    overflow: hidden;
}
.emojDiv {
    width: 100%!important;
}
.emojiContainer {
    float: left;
    width: 244px;
    box-sizing: border-box;
    padding: 0 12px;
}

.emojiOnePage {
    width: 20%!important;
    margin: 12px 0;
    float: left;
}
.circleContainer {
    width: 100%!important;
    background-color: transparent;
    height: 20px!important;
    padding-top: 5px;
    box-sizing: border-box;
    padding-left: 40%;
}
.whiteMarker {
    padding-left: 5px;
    width: 10px!important;
    height: 10px!important;
    border-radius: 5px;
    background-color: grey;
    opacity: .5;
    margin-left: 7px;
    float: left;
}

.selectMarker {
    background-color: red;
}
.circleContainer .page-item {
    /* padding-left: 5px; */
    width: 15px!important;
    height: 15px!important;
    border-radius: 15px;
    background-color: grey;
    opacity: .5;
    margin-left: 7px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circleContainer .page-item span,.circleContainer .page-item a {
    height: 15px;
    line-height: 15px;
    color:#fff;
    font-size: 12px;
    text-decoration: none;
}
.circleContainer .active {
    background-color: red;
}
#personServiceId .inputboxTop {
    position: absolute;
    bottom: 10px;
}
#personServiceId input, #personServiceId textarea {
    width: 100%;
    height: 46px;
    font-size: 12px;
    padding: 0;
    border-radius: 0;
    resize: none;
    border: none;
    outline: none;
}
#personServiceId .inputboxSend {
    overflow: hidden;
    float: right;
}
#personServiceId .disSendBtn {
    float: right;
    background: #cacbcc;
}
#personServiceId .canSendBtn, #personServiceId .disSendBtn {
    width: 64px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
#personServiceId .canSendBtn {
    background: #f39800;
}
#personServiceId .guessQuestion>div {
    float: left;
}
.icon-duihao-xuanzhong ,.icon-guanbi-xuanzhong{
    color: #f39800;
}



/* 人才测评页面 */
.pa_containter_title {
    margin: 20px 0;
    font-size: 20px;
    color: grey;
}
.pa_containter_box, .pa_containter_itemBot {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.pa_containter_box {
    flex-wrap: wrap;
}
.pa_containter_item {
    width: 48%;
    background: #fff;
    border: 1px solid #eaebeb;
    margin-bottom: 30px;
    cursor: pointer;
    float: left;
    margin-right: 1%;
}
.pa_containter_itemTop {
    padding: 12px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pa_itemTop_detail {
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-between;
    padding: 10px 0;
    box-sizing: border-box;
    color: grey;
    float: left;
}
.pa_itemTop_detailMid {
    margin: 10px 0;
}
.pa_itemTop_detailMid span {
    padding: 2px 10px;
    border: 1px solid #eaebeb;
    border-radius: 20px;
    margin-right: 5px;
}
.pa_containter_itemBot {
    padding: 12px 12px 12px 156px;
    border-top: 1px solid #eaebeb;
    font-size: 14px;
    color: grey;
}




/* 人才测评详情页面 */
.pa_containterDetail_box{
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 30px;
}
.pa_containter_boxTop {
    padding: 30px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pa_itemTop_btn {
    height: 140px;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    float: left;
    padding-top: 115px;
    box-sizing: border-box;
}
.pa_itemTop_btn div {
    display: inline-block;
}
.pa_itemTop_btn span {
    padding: 5px 15px;
    color: #fff;
    margin-left: 15px;
    border-radius: 2px;
    cursor: pointer;
}
.pa_itemTop_btn span:first-of-type {
    background: #f39800;
    display: inline-block;
}
.pa_itemTop_btn span:last-of-type {
    background: #01b588;
    display: inline-block;
}
.pa_containter_explainTitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-bottom: 5px;
}
.pa_containter_explainDetail {
    color: grey;
    text-indent: 25px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px;
}
.pa_indexDetail_item {
    margin-top: 20px;
    overflow: hidden;
    display: flex;
}
.pa_indexDetail_itemLeft {
    background: #00b689;
    width: 100px;
    color: #fff;
    flex-shrink: 0;
    float: left;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    text-align: center;
    padding-top: 40px;
}
.pa_indexDetail_itemRight {
    background: #f7f7f7;
    padding: 0 20px 30px;
    width: 1020px;
    font-size: 14px;
    float: left;
}
.pa_itemRight_title {
    color: #00b689;
    font-size: 16px;
    margin-top: 30px;
}
.pa_indexDetail_itemRight ul li {
    margin-top: 20px;
    color: grey;
}
.pa_indexDetail_itemRight ul li span:first-of-type {
    background: #e8f0ee;
    width: 124px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-left: 5px solid #00b689;
    margin-right: 20px;
    color: #333;
}
#oneSmallList {
    height: 50px!important;
    width: 100%!important;
    line-height: 50px;
    border-bottom: 1px solid #eaebeb;
    background-color: #f2f2f2;
    padding: 0 12px;
    box-sizing: border-box;
}
.grayMarker {
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: grey;
    opacity: .5;
    float: left;
    margin-top: 23px;
}
.subTitle {
    padding-left: 3px;
    font-size: 14px;
    float: left;
}
.normalQuestion {
    width: 100%!important;
    line-height: 50px;
    overflow: hidden;
    background-color:#eff3f6;
}
.redMarker {
    width: 0;
    height: 0;
    border: 2px solid #fe4800;
    border-radius: 4px;
    float: left;
    margin-top: 23px;
}
.frequentlyQuestionList {
    float: left;
    width: 185px;
    height: 50px!important;
    font-size: 14px;
    padding: 0 12px!important;
}


/* 公司详情页面 */
.positionNav{
    padding: 12px 0;
    text-align: left;
}
.positionNav .icon-bofang{
    color: #808080;
}
.positionNav text{
    color: #f39800;
}
.companyModule{
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.companyModule_left{
    display: flex;
    
}
.companyModule_leftDetail{
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}
.leftDetail_Box{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.leftDetail_Box text{
    font-size: 12px;
}
.leftDetail_Item{
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.onlineEnroll{
    width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    background: #f39800;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.orSapn {
    width: 3px;
    height: 16px;
    display: inline-block;
    background: #f39800;
    margin-right: 10px;
}
.companyMess{
    padding: 0 30px;
    background: #fff;
    margin-top: 8px;
    font-size: 14px; 
    overflow: hidden;
}
.companyMess_title{
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}
.companyMess_title span{
    flex-shrink: 0;
}
.rowLine{
    width: 100%;
    height: 1px;
    background: #eaebeb;
    margin-left: 10px;
}
.gongshangBox_item{
    display: flex;
    margin-bottom: 20px;
}
.gongshangBox_item div{
    width: 33%;
}
.gongshangBox_item span{
    display: inline-block;
    width: 80px;
    color: #808080;
    flex-shrink: 0;
}
.companyPosition_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background: #fff;
    margin-top: 8px;
    padding: 0 30px;
    font-size: 14px;
}
.importantBox{
    display: flex;
    
}
.importantBox_right{
    background: #fff;
    padding: 0 24px;
    margin-left: 8px;
    width: 280px;
    flex-shrink: 0;
    height: 330px;
    position: relative;
}
.mapBox{
    margin: 20px 0;
    /* background: url(../images/img/culture.686a03e8.png); */
    background-size: cover;
    width: 100%;
    height: 218px;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}
.dingweiTitle{
    display: inline-block;
    max-width: 100%;
    background: #fff;
    box-shadow: 1px 1px 2px #969292;
    border-radius: 20px;
    text-align: center;
    margin-top: 62px;
    position: relative;
    padding: 5px;
    font-size: 12px;
}
.dingweiTitle span:first-of-type{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whatchPhoto{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768px){
    .companyModule{
        padding: 12px;
        flex-wrap: wrap;
    }
    .companyModule_left>img{
        width: 80px!important;
        height: 80px!important;
        margin-right: 12px!important;
    }
    .companyModule_leftDetail{
        font-size: 16px;
    }
    .leftDetail_Box{
        font-size: 14px;
    }
    .leftDetail_Box .columnLine{
        margin: 0 10px;
    }
    .onlineEnroll{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        margin-top: 10px;
    }
    .importantBox,.gongshangBox_item{
        flex-wrap: wrap;
    }
    .gongshangBox_item:last-of-type{
        flex-wrap: nowrap;
    }
    .importantBox_left{
        width: 100% !important;
    }
    .positionNav{
        padding-left: 12px;
    }
    .companyMess,.companyPosition_box,.ps_containter_box{
        padding: 0 12px;
    }
    .companyMess_title{
        margin: 15px 0;
    }
    .gongshangBox_item div{
        width: 100%;
        flex-shrink: 0;
    }
    .gongshangBox_item{
        margin-bottom: 10px;
    }
    .companyPosition_box{
        height: 40px;
        
    }
    .companyPosition_box>span,.companyMess_title>span:first-of-type{
        font-size: 16px!important;
    }
    .importantBox_right{
        width: 100%;
        padding: 0 12px;
        margin: 0;
    }
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #f39800!important;
}
/* #memberBenefit:hover {
    color: #f39800 !important;
} */
#memberBenefit:hover .member_benefits{
    display: block;
}
.member_benefits {
    width: 330px;
    height: 125px;
    border-radius: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    top: 0;
    left: -333px;
    padding:12px;
    box-sizing: border-box;
    background: #fff;
}
.member_benefits_top {
    height: 70px;
    line-height: 50px;
    padding-top: 15px;
    font-size: 16px;
    color: #333;
}
.member_benefits_top .icon-jifenzuan {
    color: #f39800;
    font-size: 40px;
    float: left;
    margin-right: 5px;
}
.member_benefits_bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333;
    padding-left: 12px;
}
.member_benefits_bottom div:first-child {
    width: 135px;
    height: 35px;
    text-align: left;
}
.member_benefits_bottom div {
    display: flex;
    align-items: center;
}
.member_benefits_bottom .iconfont {
    color: #f39800;
    font-size: 14px;
    border-radius: 50%;
    border: solid 1px #f39800;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding-left: 1px;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 1px;
}
.icon-qianbao-shixin {
    background: #f39800;
    color: #fff !important;
    font-size: 20px !important;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    top: 4px;
}
.right_float {
    position: fixed;
    top: 47%;
    right: 0;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    z-index: 100;
}
@media (max-width: 768px) {
    .id_rewardPosition_item {
        min-height: 0;
    }
    .right_float {
        display: none;
    }
}
.right_float>div {
    width: 68px;
    height: 68px;
    color: #808080;
    background: #fff;
    padding: 0 3px;
    cursor: pointer;
}
.right_float_item:hover{
    background: #f39800;
    color: #fff;
}
.right_float_item:hover .right_float_ic1 {
    display: none;
}
.right_float_item:hover .right_float_ic {
    display: inline-block;
}
.right_float_item:hover .right_float_item_border {
    border-bottom: solid 1px #f39800;
}
.right_float_item a {
    color: #808080;
    text-decoration: none;
}
.right_float_item a:hover {
    color: #fff;
}
.right_float_item img {
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
}
.qrcode>img {
    width: 100px;
    height: 100px;
}
.right_float_ic {
    display: none;
}
.right_float_item_border {
    border-bottom: solid 1px #eaebbe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 68px;
}
.right_backtotop {
    line-height: 68px;
    text-align: center;
    display: none;
}
.wx_qrShadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 10000;
    display: flex;
    justify-content:center;
    align-items: center;
    display: none;
}
.wx_qrBox {
    background: #fff;
    width: 250px;
    height: 250px;
    border-radius: 4px;
}
.wx_qr_imgBox {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 768px) {
    #backtotop {
        bottom: 30px !important;
    }
    .preferred {
        overflow-x: scroll;
    }
    .partnerImg_box_phone ul li img {
        width: 85px;
        height: 40px;
    }
    .partnerImg_box_phone ul li {
        width: calc(25% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        flex-shrink: 0;
    }
    .partnerImg_box_phone ul {
        padding-left: 5px;
    }
}
@media ( max-height: 720px) {
    .floatBtn {
        top: 26%;
    }
    #srcollId {
        height: 210px !important;
    }
}