    body {
        background: #F0F0F0;
    }

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

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

    .peo_store_info .peo_top .p_t_left {
        /* display: flex;
        align-items: center; */
        width: 70%;
    }

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

    .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 .icon-eye {
        margin-left: 10px;
    }

    .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: 10px 16px;
        color: #0E932E;
        border: 1px solid #0E932E;
        border-radius: 20px;
        background: white;
        font-weight: 500;
        margin-right: 20px;
    }

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

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

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


    .peo_store_info .peo_top .p_t_right .go_other {
        display: flex;
        justify-content: center;
        /*padding-top: 20px;*/
        margin-bottom: 20px;
    }

    .peo_store_info .peo_top .p_t_right .go_other .buttom_t {
        padding: 10px 20px;
        border-radius: 4px;
        border: 1px solid #FE6C00;
        color: #FE6C00;
        cursor: pointer;
    }

    .peo_store_info .peo_top .p_t_right .go_other .talk,
    .peo_store_info .peo_top .p_t_right .go_other .site-demo-layim{
        padding: 10px 26px;
        border-radius: 4px;
        border: 1px solid #FE6C00;
        background-color: #FE6C00;
        color: #FFFFFF;
        cursor: pointer;
        margin-left: 14px;
    }

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

    .peo_contend .c_left {
        width: 80%;
    }
    .c_left_top .info_box {
        padding: 20px;
        background: white;
        border-radius: 8px;
    }
    .c_left_top .info_box2 {
        padding: 20px;
        /*background: none;*/
        margin-top: 10px;
    }
    .c_left_top .info_box2 .myself{
        padding: 20px 0;
        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;
    }

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

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

    .c_left_top .info_box2 .info-title {
        margin: 0px auto;
    }

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

    .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;
        background-color: #FFFFFF;
        border-radius: 8px;
    }

    .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: "黑体";
        padding: 20px 20px;
    }

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

    .c_left_bottom .info_box_b .like_me_list a {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.16);
        /* padding-right: 6%; */
    }

    .c_left_bottom .info_box_b .like_me_list .item {
        display: flex;
        padding: 10px 0;
        align-items: center;
        justify-content: space-between;
    }

    .c_left_bottom .info_box_b .like_me_list .item .item_left .can {
        margin-top: 10px;
        width: 260px;
        color: #333333;

        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;
    }

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

    .c_left_bottom .info_box_b .like_me_list .item .item_left .name {
        color: black;
        font-size: 16px;
        width: 400px;
        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 .tiaojian {
        color: #ABACAB;
        font-size: 13px;
        margin-top: 10px;

    }
    .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;
        justify-content: space-between;
        align-items: flex-end;
    }

    /*.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 .ago {
        margin-top: 15px;
        color: #999999;
    }

    .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;
    }

    .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;
        border-radius: 8px;
    }

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

    .peo_contend .company_info .div .title {
        font-size: 13px;
        color: #8f8e8e;
        line-height: 19px;
        text-align: right;
    }


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

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

    .peo_contend .company_info .div .box .box1 p:first-child{
        font-size: 16px;
        color: #fe6c00 !important;
    }

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

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

    .peo_contend .company_info .userName {
        text-align: center;
        margin-bottom: 20px;
    }

    .peo_contend .company_info .userName .huiyuan {
        text-align: center;
        color: #FFFFFF;
        background-color: #FE6C00;
        padding: 2px 5px;
        margin-left: 6px;
        border-radius: 4px;
    }

    .peo_contend .company_info .comTitle {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        /*margin-bottom: 20px;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
    }

    .peo_contend .company_info .lable {
        min-width: 100px;
        text-align: right;
    }

    .peo_contend .company_info .value {
        min-width: 100px;
        display: flex;
        align-content: center;
    }

    .peo_contend .company_info .box {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 0 50px;
        padding-top: 20px;
        border-top: 1px dashed rgba(0, 0, 0, 0.2);

    }

    .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;
        background: WHITE;
        padding: 10px 20px 20px 20px;
        border-radius: 8px;

    }

    .peo_contend .c_right .advice .title {
        margin: 40px 0 20px 0;
    }

    .peo_contend .c_right .advice .ad_box .person {
        padding: 12px 0px;
        border-bottom: dashed 1px #999999;

    }

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

    .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 {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .Navigation {
        margin: 24px 0 12px 0;
    }

    .Navigation>a,
    .Navigation>span {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 16px;
    }
    
    

.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;
}

#main{
    background: #fff !important;
    width: 100%;
    height:312px;
    padding: 30px 0;
}

.list-vip {
    height: 18px !important;
    vertical-align: text-bottom;
}

.has-renzheng {
    color: #FE6C00;
}
    
.modal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

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

.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;
}