.peo_store_info {
    margin: 125px auto auto auto;
    width: 1175px;
}

.peo_store_info .peo_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: white;
}


.peo_store_info .peo_top .p_t_left p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    margin-bottom: 12px;
}

.peo_store_info .peo_top .p_t_left p:last-child {
    margin-bottom: 0;
}

.peo_store_info .peo_top .p_t_left p .line {
    margin: 0 6px;
}

.peo_store_info .peo_top .p_t_left .name {
    font-size: 20px;
    font-weight: bold;
}

.peo_store_info .peo_top .p_t_left .time {
    color: #ABACAB;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.peo_store_info .peo_top .p_t_left .time img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.peo_store_info .peo_top .p_t_right .check_peo {
    display: flex;
    align-items: center;
}

.peo_store_info .peo_top .p_t_right .check_peo .way {
    padding: 5px 16px;
    color: #0E932E;
    border: 1px solid #0E932E;
    border-radius: 20px;
    background: white;
    font-weight: 500;
    margin-right: 20px;
    cursor: pointer;
}

.peo_store_info .peo_top .p_t_right .check_peo .talk {
    padding: 5px 16px;
    background: #0E932E;
    border: 0;
    border-radius: 20px;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.peo_store_info .peo_top .p_t_right .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.peo_store_info .peo_top .p_t_right .actions p {
    /* flex: 1; */
    display: flex;
    align-items: center;
    margin-left: 34px;
    color: #666666;
}

.peo_contend {
    margin-top: 10px;
    display: flex;
    /*column-gap: 15px;*/
}

.peo_contend .c_left {
    max-width: 70%;
    min-width: 70%;
    margin-right: 15px;
}

.c_left_top .info_box {
    padding: 20px;
    background: white;
}

.c_left_top .info_box .title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "黑体";
}

.c_left_top .info_box .detal {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
}

.c_left_top .info_box .detal .two {
    display: flex;
    align-items: center;
}

.c_left_top .info_box .detal .two p {
    flex: 1;
    margin-bottom: 10px;
}

.c_left_top .info_box .detal .two p span:first-child {
    display: inline-block;
    color: #777;
    width: 75px;
}

.c_left_top .info_box .personal {
    font-weight: bold;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: "黑体";
}

.c_left_top .info_box .myself p {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    word-wrap: break-word;
}

.c_left_center {
    margin-top: 10px;
    padding: 20px;
    background-color: white;
}

.c_left_center .title {
    font-size: 16px;
    font-weight: bold;
    font-family: "黑体";
}

.c_left_center .subTitle {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    display: flex;
    align-content: center;
    margin: 12px 0 8px 0;
}

.c_left_center .subTitle img {
    margin-right: 6px;
}

#wrapper {
    width: 100%;
    height: 231px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}

.c_left_bottom {
    margin-top: 10px;
}

.c_left_bottom .info_box_b {
    padding: 20px;
    background-color: white;
}

.c_left_bottom .info_box_b .title {
    font-size: 16px;
    font-weight: bold;
    font-family: "黑体";
}

.c_left_bottom .info_box_b .like_me_list {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    /*column-gap: 8%;*/
    padding: 0 8px;
}


.c_left_bottom .info_box_b .like_me_list a {
    display: contents;
    width: 46%;
}


.c_left_bottom .info_box_b .like_me_list a:hover{
    color: #0c7d11;
}
.c_left_bottom .info_box_b .like_me_list a:visited{
    color: #0c7d11;
}
.c_left_bottom .info_box_b .like_me_list .item:nth-child(2n+1){
    margin-right: 50px;
}

.c_left_bottom .info_box_b .like_me_list .item {
    display: flex;
    padding: 10px 10px;
    width: 46%;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 10px 0;
}

.c_left_bottom .info_box_b .like_me_list .item .item_left .can {
    margin-top: 15px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.c_left_bottom .info_box_b .like_me_list .item .item_left .can img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.c_left_bottom .info_box_b .like_me_list .item .item_left p {
    color: #777;
}

.c_left_bottom .info_box_b .like_me_list .item .item_left .name {
    color: black;
    font-size: 16px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.c_left_bottom .info_box_b .like_me_list .item .item_left .can span {
    color: #0E932E;
}

.c_left_bottom .info_box_b .like_me_list .item .item_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
}

.c_left_bottom .info_box_b .like_me_list .item .item_right button {
    height: 30px;
    line-height: 30px;
    display: none;
}

.c_left_bottom .info_box_b .like_me_list .item .item_right p {
    color: #ABACAB;
}

.c_left_bottom .info_box_b .like_me_list .item .item_right .options {
    color: #FE6C00;
}

.c_left_bottom .info_box_b .like_me_list .item .item_right .ago {
    margin-top: 15px;
    color: #777;
}

.c_left_bottom .info_box_b .page {
    display: flex;
    align-content: center;
    justify-content: center;
}

.c_left_bottom .info_box_b .page .box {
    width: 30px;
    height: 4px;
    background: #C8C9CC;
    border-radius: 2px;
    margin-right: 7px;
    cursor: pointer;
}

.c_left_bottom .info_box_b .page .boxActive {
    background: #009A44;
}

.peo_contend .c_right {
    width: 30%;
}

.peo_contend .c_right .company {
    margin-bottom: 10px;
    background-color: white;
}

.peo_contend .company_info .div {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.peo_contend .company_info .div .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
    font-family: "黑体";
    margin-bottom: 20px;
}

.peo_contend .company_info .go_other {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.peo_contend .company_info .go_other .buttom_t {
    padding: 10px 44px;
    border-radius: 4px;
    border: 1px solid #0E932E;
    color: #009A44;
}

.peo_contend .company_info .div .img {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.peo_contend .company_info .div p {
    color: #666666;
    padding: 6px 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.peo_contend .company_info .div p span {
    font-size: 15px;
}

.peo_contend .company_info .div p .vip-img {
    width: 30px;
}

.peo_contend .company_info .img img {
    width: 50px;
    height: 50px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 4px;
}

.peo_contend .c_right .advice {
    padding: 20px;
    background: WHITE;
}

.peo_contend .c_right .advice>p {
    font-size: 16px;
    font-weight: bold;
    font-family: "黑体";
}

.peo_contend .c_right .advice .ad_box {
    margin-top: 12px;
}

.peo_contend .c_right .advice .ad_box .person {
    padding: 12px 0px;
        border-bottom: 1px solid #eee;
}

/* .peo_contend .c_right .advice .ad_box .person img {
    height: 50px;
    margin-right: 5px;
} */

.peo_contend .c_right .advice .ad_box .person .info .options {
    display: flex;
    justify-content: space-between;
    color: #777;
}

.peo_contend .c_right .advice .ad_box .person .name {
    display: flex;
    justify-content: space-between;
    color: black;
    margin-bottom: 15px;
}

.peo_contend .c_right .advice .ad_box .person .name span:first-child,
.peo_contend .c_right .advice .ad_box .person .options span:first-child
 {
    display: inline-block;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.peo_contend .c_right .advice .ad_box .person .name span:last-child,
.peo_contend .c_right .advice .ad_box .person .options span:last-child
 {
    display: inline-block;
    width: 28%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.peo_contend .c_right .advice .ad_box a:hover .person .name span:first-child,
.c_left_bottom .info_box_b .like_me_list .item a:hover .item_left .name{
    color: #009A44;
}

.cp{
    cursor: pointer;
}
.span_qrcode {
    cursor: pointer;
    color: #FE6C00;
}

.div_qrcode {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    display: none;
}

.div_qrcode_0 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.div_qrcode_1 {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    border: 1px solid rgb(200, 200, 200);
}

.div_qrcode_10 {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.div_qrcode_10>span:nth-of-type(2) {
    float: right;
}

.div_qrcode_10>span>i {
    font-size: 16px;
    cursor: pointer;
}

.div_qrcode_11 {
    padding: 20px;
    text-align: center;
}

.div_qrcode_11>div {
    line-height: 26px;
    font-size: 15px;
    color: #303030;
    padding: 5px 0;
}
.qrcode_P {
    padding-bottom: 10px;
}

.qrcode_P>img {
    border: 1px solid rgb(230, 230, 230);
    width: 200px;
    height: 200px;
}

.wxfx_h {
    font-size: 16px;
    margin-top: 9px;
}

.layui-elem-quote{
    margin-top: 20px !important;
    border-left: 5px solid #fe5f00 !important;
}