.resume_page {
    padding: 0 .16rem;
    background: #F5F5F5;
}

.resume_page .navbar {
    display: flex;
    height: .44rem;
    align-items: center;
}

.resume_page .navbar p {
    display: flex;
    align-items: center;
    flex: 1;
}

.resume_page .navbar p>span {
    flex: 1;
    font-size: .2rem;
    text-align: center;
    padding-right: .18rem;
}

.resume_page .navbar p a span {
    font-size: .2rem;
}

.resume_page .head_img {
    display: flex;
    flex-direction: column;
    background: white;
    margin-top: 10px;
     border-radius: .06rem;
}

.resume_page .head_img .head_top {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #EAEAEAEA;
}

.resume_page .head_img .head_top img {
    width: 72px;
    border-radius: 50%;
}

.resume_page .head_img .head_top .right_flex {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    flex: 1;
}

.resume_page .head_img .head_top .right_flex .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: #585858;
}
.resume_page .head_img .head_top .right_flex .name .star{
    font-weight: 400;
    color: #ABACAB;
    font-size: 16px;
}

.resume_page .head_img .head_top .right_flex .age {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 15px;
}

.resume_page .head_img .head_top .right_flex .dizhi {
    color: #666;
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-size: 15px;
}

.resume_page .head_img .head_top .right_flex .age .type {
    color: #009A44;
    font-weight: bold;
}

.resume_page .head_img .time a {
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: space-between;
}

.resume_page .head_img .time a .com_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.resume_page .head_img .time a .com_info .com_name {
    font-size: 16px;
    font-weight: bold;
    color: #585858;
}

.resume_page .head_img .time a .com_info .peo_name {
    color: #666;
    font-size: 15px;
}

.resume_page .head_img .time a img {
    width: 72px;
    border-radius: 50%;
}

.resume_page .head_img .time a .iconfont {
    color: #666;
}

.want {
    margin-top: 10px;
    background: white;
    padding: 10px 0;
    border-radius: .06rem;
}

.want .title {
    padding: 0 10px;
    border-left: 4px solid #009A44;
    border-radius: 4px;
    font-size: 18px;
}

.want .box_div {
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.want .box_div div {
    display: flex;
    /* flex-direction: column; */
    row-gap: .05rem;
    font-size: 15px;
}

.want .box_div div p:nth-child(2n+1) {
    color: #666;
    min-width: 15%;
}

.want .box_div div p:nth-child(2n) {
    color: #6D6D6D;
    font-size: 15px;
    width: 75%;
    margin-left: 10px;
}

.detail, .jiage, .company-info {
    margin-top: 10px;
    background: white;
    padding: 10px 0;
    padding-bottom: 0;
    border-radius: .06rem;
}

.company-info .layui-show{
    font-size: 14px;
    color: #666;
}

.jiage .title,
.detail .title {
    padding: 0 10px;
    border-left: 4px solid #009A44;
    border-radius: 4px;
    font-size: 18px;
}

#zsjgph_info_chart03 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  height: 80vw;
  padding: 5.333vw 0 0 0;
  box-sizing: border-box;
}

.detail .text {
    padding: 10px;
    color: #6d6d6d;
    font-size: 15px;
    word-break:break-all;
}

.detail .address-val {
    text-align: center;
    padding-bottom: 0;
}

.detail .shouqi{
    text-align: center;
    color: #FE6C00;
}

.detail .shouqi .icon-xiajiantou {
  display: inline-block;
  transition: 0.5s;
  transform: rotate(180deg);
}


#bddt{
    display: none;
    width: 100%;
    margin-top: 5px;
    border-radius: 4px;
    position: relative;
    height: 128px;
    text-align: center;
}

#bddt p{
    text-align: center;
    line-height: 128px;
}

#bddt img {
    width: 95%;   
}

.likeas {
    margin-top: 10px;
    background: white;
    padding: 10px 0 53px 0;
    border-radius: .06rem;
}

.likeas>.title {
    padding: 0 10px;
    border-left: 4px solid #009A44;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 501;
    
}

.options_list {
    display: flex;
    flex-direction: column;
}
/* .options_list .item{
    margin-bottom: 0.1rem;
  } */

.options_list .item a {
    display: flex;
    flex-direction: column;
    background: white;
    padding: .08rem;
    border-bottom: 1px solid #EAEAEA;
    /* border-radius: 8px; */

}

.options_list .item a .top {
    display: flex;
    flex-direction: column;
    /*row-gap: .08rem;*/
    /*padding: .1rem 0;*/
}

.options_list .item a .top .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
}

.options_list .item a .top .span_p {
    display: flex;
    align-items: center;
    /* column-gap: .1rem; */
}

.options_list .item a .top .span_p span {
    padding: .04rem .08rem;
    color: #ABACAB;
    background: #F2F0F1;
    margin-right: 0.1rem;

}

.options_list .item a .top .title p:nth-child(2n+1) {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}

.options_list .item a .top .title p:nth-child(2n) {
    color: #009A44;
    font-weight: bold;
}

.gather {
    padding: 10px 10px 56px 10px;
    background: white;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: calc(100% - 55px);
    border-top: 1px solid #e2e2e2;
}
.gather button:nth-child(2){
    background-color: #009A44 !important;
}
/* .gather button {
    flex: 1;
} */

.zy{
    color: #6D6D6D;  
    font-size: 14px;
}
.zy span {
    padding: 0 2px;
}
.name span:nth-child(1){
    color: #585858;
}

.div_000, .div_001 {
    text-align: left;
    line-height: 36px;
}

.icon-dianhua1{
    font-size: 22px;
    padding: 5px;
    color: #009A44;
}

.time-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-price span:first-child{
    color: #555;
    font-size: 14px;
}

.time-price span:last-child{
    font-size: 16px;
    color: #fe6c00;
}

.img_open{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}
.img_open_0{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.img_open_1{
    position: absolute;
    top: 40px;
    left: 8%;
    right: 8%;
    z-index: 2;
    background: #fff;
    border-radius: 4px;
}
.img_open_1{
}
.img_open_10{
    width: 100%;
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid rgb(240,240,240);
}
.span_close_0{
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #303030;
    margin-top: 8px;
}
.show_img{
    color: green;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid green;
    border-radius: 2px;
}
.span_close_0>i{
    font-size: 24px;
}
.img_open_11{
    width: 100%;
    text-align: center;
    padding: 20px;
}
.img_open_11>img{
    max-width: 100%;
    max-height: 400px;
}

.layui-tab{
    margin: unset !important;
}

.layui-tab-title li {
    font-size: 16px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #333 !important;
}

.layui-tab-brief > .layui-tab-title .layui-this::after {
    border-bottom: 2px solid #009A44;
}

.publish-people {
    
}

.publish-people a {
    display: flex;
    align-items: center;
    padding-bottom: .1rem;
}

.publish-people a img{
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
}

.publish-people .com_info {
    font-size: .14rem;
    margin-left: 10px;
    line-height: .18rem !important;
    color: #555;
}
.publish-people .com_info .com_name {
    display: flex;
    align-items: center;
}
.publish-people .com_info .com_name img {
    width: .2rem;
    height: .12rem;
    border-radius: unset;
}

.com-other {
    border-top: 1px dotted #999;
    padding: .1rem 0;
}

.com-other p .lable {
    font-size: 15px;
    color: #666;
}

.com-other p .value {
    font-size: 15px;
    color: #666;
}

.com-other p .value img {
    width: 24px;
    margin-bottom: 4px;
}

.Navigation,
.Navigation a {
    color: #666;
}

.layui-elem-quote{
    margin-top: 10px;
    background: #fff;
    border-left: 5px solid #fe5f00;
    font-size: 14px;
    color: #535353;
}

.info-attr {
    color: #777;
    line-height: 24px;
}


.c_left .info-attr span {
    color: #FE6C00;
}
.c_left .info-attr:nth-child(2) {
    margin-top: 20px;
}
.c_left .info-attr:nth-child(4) {
    margin-bottom: 20px;
}