.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;
}

.page .bottom .center_b .bar {
    padding: 10px 0;
}

.page .bottom .center_b .bar a {
    color: #999999;
}

.main_body {
    flex: 1;
    margin-left: 10px;
}

.main_body .guide {
    padding: 20px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
}

.page .bottom .center_b {
    width: 1170px;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.page .bottom .center_b .com_name {
    width: 100%;
}

.page .bottom .center_b .com_name .com_name_padd {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 4px;
}

.page .bottom .center_b .com_name .com_name_padd img {
    width: 114px;
    height: 114px;
    margin-right: 25px;
    border-radius: 5px;
}

.page .bottom .center_b .com_name .com_name_padd .info_msg {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
}
.page .bottom .center_b .com_name .com_name_padd .info_msg .name {
    margin-bottom: 10px;
}

.page .bottom .center_b .com_name .com_name_padd .info_msg .base_info {
    display: flex;
    /*column-gap: 5px;*/
    color: #777;
}

.page .bottom .center_b .com_name .com_name_padd .info_msg .base_info>span:nth-child(2n){
    margin: 0 5px;
}

.page .bottom .center_b .com_name .com_name_padd .info_msg .welfare {
    display: flex;
    align-items: center;
    /*column-gap: 15px;*/
    margin-top: 20px;
    width: 95%;
    /*row-gap: 10px;*/
    flex-wrap: wrap;
}

.page .bottom .center_b .com_name .com_name_padd .info_msg .welfare span {
    padding: 2px 4px;
    background: #E2EFFF;
    color: #226EBC;
    margin-right: 10px;
    margin-bottom: 10px;
}

.page .bottom .center_b .com_name .com_name_padd .info_msg .name span {
    font-size: 24px;
    font-weight: 500;
}

.page .bottom .center_b .com_name .com_name_padd .info_msg .name .iconfont {
    color: #00AE73;
    margin-left: 4px;
}

.page .bottom .center_b .com_name .com_name_padd .right_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .updata_time p:hover {
    color: #226eb4;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info {
    display: flex;
    align-items: center;
    /*column-gap: 40px;*/
}

.page .bottom .center_b .com_name .com_name_padd .right_info .fenxiang {
    color: #999999;
    display: flex;
    align-items: center;
    line-height: 14px;
    margin-right: 8px;
    cursor: pointer;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .fenxiang .icon-fenxiang{
    margin-right: 5px;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .shoucang {
    color: #777;
    display: flex;
    align-items: center;
    line-height: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .shoucang .icon-shoucang{
    margin-right: 5px;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .updata_time .icon-a-12_2{
    margin-right: 5px;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .updata_time {
    color: #777;
    display: flex;
    align-items: center;
    column-gap: 5px;
    line-height: 14px;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .on_zp {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
    align-items: center;
    margin-right: 40px;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .on_zp p:nth-child(1){
    margin-bottom: 10px;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .on_zp p {
    font-size: 16px;
    font-weight: bold;
    font-family: '黑体';
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .on_zp .num {
    font-size: 24px;
    color: #226EBC;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .on_zp .num a {
    color: #226EBC;
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .invite_view p {
    font-size: 16px;
    font-weight: bold;
    font-family: '黑体';
}

.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .invite_view {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
    align-items: center;
}
.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .invite_view p:nth-child(1){
    margin-bottom: 10px;
}
.page .bottom .center_b .com_name .com_name_padd .right_info .number_info .invite_view .num {
    font-size: 24px;
    color: #226EBC;
}

.page .bottom .center_b .com_type {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.page .bottom .center_b .com_type .com_type_type {
    width: 828px;
    background: white;
    border-radius: 4px;
}

.page .bottom .center_b .com_type .com_type_type .baseinfo {
    padding: 20px;
}

.page .bottom .center_b .com_type .com_type_type .baseinfo .title {
    padding: 0 5px;
    border-left: 2px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
}

.page .bottom .center_b .com_type .com_type_type .baseinfo .info_box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    /*row-gap: 10px;*/
}

.page .bottom .center_b .com_type .com_type_type .baseinfo .info_box p {
    width: 45%;
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
    overflow: hidden; /*超出隐藏*/
    text-overflow: ellipsis;/*隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}

.page .bottom .center_b .com_type .com_type_type .baseinfo .info_box p:last-child{
    color: #2973be;
}

.page .bottom .center_b .com_type .com_type_type .introduce {
    padding: 20px;
}

.page .bottom .center_b .com_type .com_type_type .introduce .title {
    padding: 0 5px;
    border-left: 2px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page .bottom .center_b .com_type .com_type_type .introduce .color {
    color: #226EBC;
    cursor: pointer;
}

.page .bottom .center_b .com_type .com_type_type .album {
    padding: 20px;
}

.page .bottom .center_b .com_type .com_type_type .album .title {
    padding: 0 5px;
    border-left: 2px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.page .bottom .center_b .com_type .com_type_type .album>div{
    width: 780px;
    overflow: hidden;
    border: 1px solid #BCBCBC;
}

.page .bottom .center_b .com_type .com_type_type .album>div .imgbox {
    /*border: 1px solid #BCBCBC;*/
    display: flex;
    align-items: center;
    /*column-gap: 10px;*/
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
}

.page .bottom .center_b .com_type .com_type_type .album>div .imgbox>li {
    width: 116px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    margin: 0 4px;
}

.page .bottom .center_b .com_type .com_type_type .album>div .imgbox>li video {
    width: 120px;
    height: 80px;
}

.page .bottom .center_b .com_type .com_type_type .album>div .imgbox>li img {
    width: 120px;
    height: 80px;
}

.page .bottom .center_b .com_type .com_type_type .address {
    padding: 20px;
}

.page .bottom .center_b .com_type .com_type_type .address .title {
    padding: 0 5px;
    border-left: 2px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page .bottom .center_b .com_type .com_type_type .address .area .name {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page .bottom .center_b .com_type .com_type_type .address .area .name .shouqi{
    cursor: pointer;
    color: #226EBC;
}
.page .bottom .center_b .com_type .com_type_type .address .area .name .shouqi .iconfont{
    color: #226EBC;
    margin-left: 4px;
    display: inline-block;
    transition: 0.5s;
}

.page .bottom .center_b .com_type .com_type_type .openjob {
    padding: 20px;
    /* margin-top: 20px; */
}

.page .bottom .center_b .com_type .com_type_type .openjob .title {
    padding: 0 5px;
    border-left: 2px solid #226EBC;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all .2s;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem:hover{
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .job_name {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .job_name .must{
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .job_name .must span:nth-child(1){
    color: #226EBC;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .job_name .name{
    font-size: 16px;
    margin-bottom: 10px;
    color: #226EBC;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem:hover .job_name .name{
    color: #ffa100;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist a:visited .job_name .name{
    color: #ffa100;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .center_peo {
    display: flex;
    align-items: center;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .center_peo .info_status1{
    color: orange;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .center_peo .info_status2{
    color: #226EBC;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .center_peo img {
    width: 32px;
    border-radius: 50%;
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .center_peo p {
    margin-left: 10px;
    display: flex;
    align-items: center;
    /*column-gap: 5px;*/
}

.page .bottom .center_b .com_type .com_type_type .openjob .job .joblist .jobitem .center_peo p span:nth-child(2){
    margin: 0 5px;
}

.right_info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.right_info>a>img {
    margin-bottom: 10px;
    border-radius: 4px;
}

.right_info .recommend {
    background: white;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.right_info .recommend .title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
    margin: 0 15px;
}

.right_info .recommend .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 20px;
    border-radius: 5px;
    border-left: 4px solid #226EBC;
}

.right_info .recommend .recommend_list {
    margin: 20px 5px;
    display: flex;
    flex-direction: column;
}

.right_info .recommend .recommend_list .recommend_item {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 4px;
}

.right_info .recommend .recommend_list .recommend_item:hover{
    background-color: #f2f2f2;
}

.right_info .recommend .recommend_list .recommend_item img {
    width: 68px;
    height: 68px;
    border-radius: 5px;
}

.right_info .recommend .recommend_list .recommend_item .info_msg {
    display: flex;
    flex-direction: column;
    /*row-gap: 5px;*/
    width: 180px;
    position: relative;
}

.right_info .recommend .recommend_list .recommend_item .info_msg p {
    color: #777;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name {
    font-weight: 400;
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: black;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .num {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name .most {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.right_info .recommend .recommend_list .recommend_item:hover .info_msg .name .most{
    color: #226eb4;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name .iconfont {
    color: #FFA100;
    position: absolute;
    top: 0;
    right: -18px;
}

#mytext {
    line-height: 2em;
    color: #666;
    font-size: 15px;
}

#page-list {
    text-align: center;
}

#del_mycoll {
    color: red;
}

#my_map {
    width: 100%;
    height: 231px;
    border-radius: 4px;
    position: relative;
    background: rgba(0, 0, 0, 0.03);
}

#my_map p {
    margin: auto;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #666;
}


#my_map p .layui-icon-loading {
    font-size: 32px;
}

#my_map img {
    border-radius: 4px;
}

#demo0 {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #226EBC;
}

.layui-form {
    display: flex;
}

.layui-form-select .layui-input {
    height: 30px !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #226EBC;
}

.layui-tab-title {
    padding-left: 24px;
}

.layui-tab-title li {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #777 !important;
    padding: 0 !important;
    margin-right: 32px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #226EBC !important;
}

.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #155BD4 !important;
}

.middle {
    padding: 24px;
}

.layui-form-item1 {
    margin: 0 24px 32px 24px;
}

.textarea {
    position: relative;
}

.layui-textarea {
    font-size: 14px;
    /* line-height: 160px !important; */
}

.textarea_number {
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #323233;
    line-height: 20px;
}

.pingjiaTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    margin-bottom: 8px;
}

.addTitle {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin: 16px 0;
}

.pingjia .pjtext {
    font-size: 13px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
}

.addP {
    font-size: 14px;
    font-weight: 400;
    color: #969799;
}

.imgList {
    display: flex;
    margin-bottom: 8px;
}

.imgList div {
    margin-right: 16px;
    width: 120px;
    height: 120px;
    background: #DCDEE0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.imgList div .ico {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.imgList div .delete {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
}

.imgList div .icoAdd {
    width: 27px;
    height: 27px;
}

.imgList div .icoUpload {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
}
.inp_pl_yzm{
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    padding-left: 5px;
    width: 120px;
    height: 36px;
}
.addButton {
    margin: 0px 24px;
    text-align: left;
}

.addButton button {
    font-size: 14px;
    width: 96px;
    height: 40px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    cursor: pointer;
    margin-right: 24px;
    background: #226EBC;
    color: white;
    border: 1px solid #226EBC;
}

.foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.foot div {
    cursor: pointer;
}

.foot div img {
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
}

.foot div span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 16px;
}

.pingjia {
    display: flex;
    align-items: center;
}

.pingjia img {
    width: 20px;
    height: 20px;
}

.lines {
    width: 100%;
    height: 8px;
    background: #F6F6F8;
}

.postsItem {
    /* border-bottom: 1px solid #DCDEE0; */
    padding: 24px 24px 0 24px!important;
}

.postsItem .head {
    display: flex;
    align-items: center;
}

.postsItem .head .ico {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.postsItem .head div .all {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.postsItem .head .user {
    flex: 1;
}

.postsItem .head .user .userName {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
    margin-right: 6px;
}

.postsItem .head .user .userPos {
    font-size: 14px;
    font-weight: 400;
    color: #226EBC;
    line-height: 20px;
}

.postsItem .head .user .userAdd {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    margin-top: 4px;
}

.postsItem .content {
    margin-top: 16px;
}

.postsItem .content .article {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    margin-left: 56px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;
    overflow-wrap: break-word;
}

.postsItem .content .content_imgList {
    margin: 16px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.postsItem .content .content_imgList img {
    width: 100px;
    height: 100px;
    margin-right: 12px;
    /* margin-bottom: 12px; */
    cursor: pointer;
}

.lookall {
    font-size: 16px;
    font-weight: 400;
    color: #226EBC;
    line-height: 19px;
    margin: 24px 0;
    margin: 24px auto;
    text-align: center;
    cursor: pointer;
}

.layui-border-blue {
    border-color: #226EBC !important;
    color: #226EBC !important;
}

.null {
    text-align: center;
    margin: 80px 0;
}

.null img {
    width: 159px;
    height: 120px;
}

.null p:first-of-type {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.null p:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
}


/*微信二维码*/
.qrcode_model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    display: none;
}

.qrcode_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .4);
}

.qrcode_model .qrcode_model02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999;
    border-radius: 4px;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
}

.qrcode_model03 {
    border-bottom: 1px solid rgb(220, 220, 220);
}

.qrcode_model #qrcode {
    padding: 0 10px 10px 10px;
}

.qrcode_model05 {
    line-height: 26px;
    font-size: 15px;
    color: #303030;
    padding: 5px 0;
    text-align: center;
}

.qrcode_model03 {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qrcode_model03>span:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
}
.qrcode_model03>span:nth-of-type(2){
    cursor: pointer;
}
/*小程序分享码*/
.gwxxcx_h {
    cursor: pointer;
}

.gwxxcx {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    display: none;
}

.gwxxcx_01 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.gwxxcx_02 {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    border: 1px solid rgb(200, 200, 200);
}

.gwxxcx_06 {
    line-height: 26px;
    font-size: 15px;
    color: #303030;
    padding: 5px 0;
    text-align: center;
}

.gwxxcx_05 {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.gwxxcx_05 img {
    width: 100%;
    height: 100%;
}

.gwxxcx_03 {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.gwxxcx_04 {
    float: right;
    cursor: pointer;
}
