.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.page .bottom {
    background: #f6f6f6;
    margin-bottom: 20px;
    margin-top: 80px;
}

.page .bottom .center_b {
    width: 1170px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.page .bottom .center_b .bar {
    padding: 10px 0;
    color: #999;
}

.page .bottom .center_b .bar a {
    color: #999999;
}

.page .bottom .center_b .all_contend {
    display: flex;
    width: 100%;
    align-items: start;
}

.page .bottom .center_b .all_contend .c_left {
    width: 828px;
    border-radius: 5px;
}

.page .bottom .center_b .all_contend .c_left .head_msg {
    padding: 20px;
    background: white;
    margin-bottom: 12px;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .actins {
    display: flex;
    flex-direction: column;
    /*row-gap: 15px;*/
    align-items: flex-end;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .actins div button {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #226EBC !important;
    width: 80px;
    padding: 0 !important;
    border: 1px solid #226EBC !important;
    background-color: #fff;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .actins div button:nth-child(1){
    margin-bottom: 15px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .actins div .layui-btn-normal {
    color: #FFFFFF !important;
    background: #226EBC !important;
    margin-left: 14px;
    margin-bottom: 15px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .actins>p {
    color: #777;
    display: flex;
    align-items: center;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .actins>p .iconfont {
    margin-right: 4px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .msg {
    display: flex;
    flex-direction: column;
    /* row-gap: 5px; */
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .msg .edu {
    font-size: 15px;
    color: #777;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .msg .edu span a{
    color: #777;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .msg .salary {
    font-size: 17px;
    font-weight: bold;
    color: red;
    font-family: '黑体';
    margin-top: 14px;
    margin-bottom: 16px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .msg .welfare {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*column-gap: 15px;*/
    margin-top: 5px;
    width: 570px;
    /*row-gap: 10px;*/
}

.page .bottom .center_b .all_contend .c_left .head_msg .other_info .msg .welfare span {
    padding: 4px 6px;
    background: #E2EFFF;
    color: #226EBC;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name .position_name {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name .all_icon {
    display: flex;
    /*column-gap: 20px;*/
    position: relative;
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name .all_icon p {
    color: #777;
    cursor: pointer;
    padding: 6px 12px;
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name .all_icon p span {
    margin-right: 4px;
}

.page .bottom .center_b .all_contend .c_left .describe {
    padding: 20px;
    background: white;
    border-radius: 4px 4px 0 0;
}

.page .bottom .center_b .all_contend .c_left .describe .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .describe .request {
    display: flex;
    align-items: center;
    /*column-gap: 50px;*/
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 8px;
    margin-bottom: 10px;
    line-height: 24px;
}

.page .bottom .center_b .all_contend .c_left .describe .request>span{
    min-width: 130px;
    margin-right: 50px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.page .bottom .center_b .all_contend .c_left .describe2 {
    padding: 0px 20px 20px 20px;
    background: white;
}

.page .bottom .center_b .all_contend .c_left .describe2 .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .describe2 .request {
    /*display: flex;*/
    align-items: center;
    column-gap: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 8px;
    margin-bottom: 10px;
    line-height: 24px;
    word-break: break-all;
}

.page .bottom .center_b .all_contend .c_left .job_require {
    padding: 0px 20px 20px 20px;
    background: white;
}

.page .bottom .center_b .all_contend .c_left .job_require .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .job_require .request {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-left: 8px;
    word-break: break-all;
}

.page .bottom .center_b .all_contend .c_left .other {
    padding: 0px 20px 20px 20px;
    background: white;
}

.page .bottom .center_b .all_contend .c_left .other .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .other .request {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 8px;
}

.page .bottom .center_b .all_contend .c_left .address {
    position: relative;
    padding: 0px 20px 20px 20px;
    background: white;
    border-radius: 0 0 4px 4px;
}

.page .bottom .center_b .all_contend .c_left .address .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .address .icon_text {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon_text .shouqi {
    cursor: pointer;
    color: #226EBC;
}
.icon_text .shouqi .iconfont{
    color: #226EBC;
    margin-left: 4px;
    display: inline-block;
    transition: 0.5s;
}
.page .bottom .center_b .all_contend .c_left .address .red {
    margin-top: 20px;
    color: red;
    padding: 4px 10px;
    background: #FFFDE4;
}

.page .bottom .center_b .all_contend .c_left .more_list {
    margin-top: 10px;
    padding: 20px;
    background: white;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_left .more_list .more_head {
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .more_list .more_head p {
    font-size: 16px;
}

.page .bottom .center_b .all_contend .c_left .more_list .more_head .change {
    color: #226EBC;
    font-size: 16px;
    cursor: pointer;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /*row-gap: 10px;*/
    padding: 0 10px;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item {
    width: 48%;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 12px 12px;
    margin-bottom: 10px;
    transition: all .2s linear;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item:hover {
    background-color: #f2f2f2;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item .left {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item .left p {
    color: #777;
    font-size: 14px;
    width: 276px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
    /*控制显示行数*/
    -webkit-line-clamp: 1;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item .left .name {
    font-size: 16px;
    color: #2E3139;
    margin-bottom: 10px;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item:hover .left .name{
    color: #226EBC;
}

.page .bottom .center_b .all_contend .c_left .more_list .positions_list .item a>p {
    /*padding-right: 16px;*/
    font-size: 16px;
    color: #226EBC;
}

.page .bottom .center_b .all_contend .c_right {
    margin-left: 10px;
    flex: 1;
}

.page .bottom .center_b .all_contend .c_right .com_img {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
    align-items: center;
    background: white;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_right .com_img .company_info>p{
    margin-bottom: 10px;
}

.page .bottom .center_b .all_contend .c_right .com_img>p{
    margin-bottom: 10px;
}

.page .bottom .center_b .all_contend .c_right .com_img img {
    width: 100px;
    height: 100px;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.page .bottom .center_b .all_contend .c_right .com_img p {
    color: #999999;
}

.page .bottom .center_b .all_contend .c_right .com_img .company_info p {
    color: #777;
}
.page .bottom .center_b .all_contend .c_right .com_img .company_info{
    max-width: 200px;
}
.page .bottom .center_b .all_contend .c_right .com_img .company_info .label{
    display: inherit;
    text-align: left;
}

.page .bottom .center_b .all_contend .c_right .com_img .company_info p span {
    color: #2E3139;
}

.page .bottom .center_b .all_contend .c_right .com_img p span {
    color: #2E3139;
}


.page .bottom .center_b .all_contend .c_right .com_img .company_name {
    font-size: 18px;
    color: black;
    width: 310px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page .bottom .center_b .all_contend .c_right .com_img .company_name .iconfont {
    margin-left: 5px;
    color: #FFA100;
}

.page .bottom .center_b .all_contend .c_right .com_img .detail {
    padding-bottom: 20px;
    color: #226EBC;
}

.page .bottom .center_b .all_contend .c_right .recommend {
    background: #fff;
    padding: 15px 0 0 0;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_right .recommend .title {
    position: relative;
    padding: 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 19px;
    margin: 0 15px;
}

.page .bottom .center_b .all_contend .c_right .recommend .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 20px;
    border-radius: 5px;
    border-left: 2px solid #226EBC;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list {
    margin: 12px 10px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item {
    /*display: flex;*/
    align-items: center;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
    border-bottom: 1px solid #EAEAEA;
    justify-content: space-between;
    transition: all .2s linear;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item:hover{
    background-color: #F2F2F2;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item:hover .info_msg .name{
    color: rgb(34, 110, 188);
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item img {
    width: 66px;
    height: 66px;
    border-radius: 5px;
    margin-right: 10px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg {
    display: flex;
    flex-direction: column;
    /*row-gap: 8px;*/
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .want{
    margin: 8px 0;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .name {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .edu {
    color: #777;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .want span {
    color: #226EBC;
    font-size: 16px;
}

.page .bottom .center_b .all_contend .c_right .recommend button {
    width: fit-content;
    margin: 0 auto;
    padding: 9px 60px !important;
    display: flex;
    align-items: center;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
    margin-top: 8px;
}

.page .bottom .center_b .all_contend .c_right .end img {
    border-radius: 4px;
    width: 332px;
}

#wrapper {
    width: 100%;
    height: 231px;
    border-radius: 4px;
    position: relative;
    background: rgba(0, 0, 0, 0.03);
}

#wrapper p {
    margin: auto;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #666;
}


#wrapper p .layui-icon-loading {
    font-size: 32px;
}

#wrapper img {
    border-radius: 4px;
}

#del_mycoll {
    color: red;
}

#my_map {
    width: 100%;
    height: 231px;
}

#demo0 {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #226EBC;
}

.report-model{
    display: none;
}



.page .bottom .center_b .all_contend .c_left .head_msg .the_name .all_icon .fxewm {
    width: 136px;
    height: 132px;
    position: absolute;
    top: 43px;
    left: -37px;
    border: 1px solid #226EBC;
    padding: 3px;
    background: #fff;
    display: none;
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name .all_icon .fxewm img {
    width: 100%;
    height: 100%;
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name .all_icon .fxewm::after {
    content: "";
    position: absolute;
    left: 61px;
    top: -16px;
    width: 0;
    height: 0;
    border: 8px solid #226EBC;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    /* border-bottom-color: transparent; */
}

.page .bottom .center_b .all_contend .c_left .head_msg .the_name .all_icon p:hover {
    color: #226EBC;
    background-color: #fff;
}

.report-model{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 21;
    display: none;
}
.report-model .report-model-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0,0,0,0.2);
}
.report-model-con{
    padding: 25px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 620px;
    min-height: 550px;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 200;
    border-radius: 4px;
    box-shadow: 1px 2px 20px rgba(0,0,0,.2);
}
.report-model-tit{
    width: 100%;
}
.report-model-tit>span{
    font-size: 22px;
    color: #333333;
}
.report-model-tit .icon-guanbi1{
    float: right;
    font-size: 18px;
    cursor: pointer;
    color: #999999;
    margin-top: 4px;
}
.report-model-tit02{
    margin: 10px 0;
    font-size: 16px;
    color: #6d6d6d;
}
.report-model-cause{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.report-model-cause .report-model-cause02{
    float: left;
    text-align: center;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    margin: 0 8px 15px 8px;
}
.report-model-cause .report-model-cause02:hover{
    color: #226EBC;
    border-color: #226EBC;
}
.report-model-cause .report-model-cause02.report-model-cause02-cut{
    background-color: #226EBC;
    color: #fff;
    border-color: #226EBC;
}
.jubao-text{
    width: 95%;
    float: right;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    resize: none;
    height: 100px;
    margin-bottom: 15px;
}
.jubao-text:focus{
    border-color: #226EBC;
}
.report-model-upl{
    width: 99%;
    float: right;
    height: 100px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding: 10px;
}
.up-report-Img{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.up-report-Img .up-report-Img00{
    position: relative;
    width: 100px;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    margin: 0 10px;
}
.up-report-Img00>span{
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    z-index: 10;
    background: rgba(2585,255,255,.6);
    font-size: 14px;
    display: none;
}
.up-report-Img .up-report-Img00:hover >span{
    display: block;
}
.up-report-Img00>span>a{
    float: left;
    width: 50%;
    text-align: center;
    line-height: 26px;
}
.up-report-Img00>span>a:nth-of-type(1) {
    color: red;
    border-right: 1px solid #fff;
}
.up-report-Img00>span>a:nth-of-type(2) {
    color: #226EBC;
    border-right: 1px solid #fff;
}
.up-report-Img .up-report-Img01{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 100%;
    padding: 5px;
    overflow: hidden;
    border: 2px dotted #226EBC;
}
#report-uploader-click{
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.up-report-load{
    width: 160px;
    font-size: 16px;
    padding-top: 4px;
    margin-left: 35px;
    color: #226EBC;
}
.up-report-Img-ts{
    position: absolute;
    left: 25px;
    bottom: -10px;
    color: #6d6d6d;
}
.report-model-sub{
    width: 100%;
    text-align: center;
    padding: 30px 0 10px 0;
    overflow: hidden;
}
.report-model-sub>button{
    border: none;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 18px;
    border-radius: 4px;
}
.report-model-sub-qx{
    background: #dcdbdb;
    color: #666666;
    cursor: pointer;
}
.report-model-sub-tj{
    color: #fff;
    background-color: #FFA100;
    cursor: pointer;
}
.summary-fixed{
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
    height: 90px;
    left: 0;
    margin: 0;
    padding-top: 25px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 170;
    display: none;
}
.summary-fixed_content{
    margin: 0 auto;
    width: 990px;
    display: flex;
    justify-content: space-between;
}
.summary-fixed_header{
    color: #333;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -4px;
    white-space: nowrap;
}
.summary-fixed_line{
    font-size: 24px;
    margin: 0 11px;
}
.summary-fixed_salary{
    color: #ff424f;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.summary-fixed_right button{
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    width: 240px;
    background: #1787fb;
    border-color: #1787fb;
    border-width: 1px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.click-map {
    position: absolute;
    bottom: 90px;
    right: 50px;
    padding: 8px 10px 8px 35px;
    border-radius: 6px;
    cursor: pointer;
    background: url(/home/images/click-map.png) 7px/25px 25px no-repeat #fff;
}

.click-map:hover {
    color: #1787fb;
}