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

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

.peo_store_info .peo_top .p_t_left {
    flex: 1;
}

.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 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.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;
    cursor: pointer;
}

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

.peo_contend .c_left {
    width: 80%;
    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: #999999;
    width: 72px;
    text-align: justify;
    text-justify:distribute-all-lines;
    text-align-last: justify;
}

.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_bottom {
    margin-top: 10px;
}

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

.c_left_bottom .info_box_b .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;
    margin-bottom: 20px;
}

.c_left_bottom .info_box_b .top img {
    width: 16px;
    height: 16px;
}

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

.peo_contend .c_right {
    width: 30%;
}

.peo_contend .c_right .advice {
    background: WHITE;
}

.peo_contend .c_right .advice>p {
    font-size: 16px;
    font-weight: bold;
    font-family: "黑体";
    background: linear-gradient(90deg, #F5FCF7 0%, #FCFBFA 100%);
    padding: 10px 20px;
}

.peo_contend .c_right .advice .ad_box .person {
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.peo_contend .c_right .advice .ad_box .person:hover {
    background: #F7F8FA;
}

.peo_contend .c_right .advice .ad_box .person:hover .name .isname {
    color: #009A44;
}

.peo_contend .c_right .advice .ad_box .person img {
    height: 46px;
    width: 46px;
    margin-right: 5px;
    border-radius: 50%;
}

.peo_contend .c_right .advice .ad_box .person .info .options {
    color: #999999;
    width: 95%;
    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 {
    display: flex;
    align-items: center;
    color: black;
    margin-bottom: 10px;
}

.peo_contend .c_right .advice .ad_box .person .name .isname {
    font-weight: bold;
    font-family: '黑体';
    color: black;
    width: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.peo_contend .c_right .advice .ad_box .person .name span:last-child {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999999;
    margin-left: 12px;
}

.peo_contend .c_right .advice .ad_box .person .name span:last-child .line {
    display: inline-block;
    margin: 0 4px;
}

.store_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.store_info div {
    flex: none;
}

.store_info:last-child {
    padding: 20px 0;
    border-bottom: none;
    position: relative;
}

.store_info .base_info {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.store_info .base_info a {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.store_info .base_info .logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.store_info .base_info .isName {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
    margin-right: 12px;
    font-family: "黑体";
}

.store_info .base_info div .type {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* outline: 1px solid red; */
    color: #999999;
    line-height: 16px;
    font-size: 14px;
}

.store_info .base_info div .type span:first-child {
    color: #FE6C00;
}

.store_info .base_info div .type .line {
    display: inline-block;
    margin: 0 6px 2px 6px;
}

.store_info .base_info .men {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.store_info .base_info .men span {
    color: #999999;
}

.store_info .base_info .men .line {
    color: #999999;
    margin: 0 6px;
}

.store_info .base_info>div {
    color: #333333 !important;
    font-size: 16px;
}

.store_info .position_info p {
    font-size: 16px;
}

.store_info .position_info .addre {
    color: #ABACAB;
    font-size: 16px;
    margin-top: 10px;
}

.store_info .position_info .sala {
    font-size: 16px;
    color: #009A44;
}

.store_info .time_info .com {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.store_info .time_info .com .ago {
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}

.store_info .time_info .com .name {
    width: auto;
}

.store_info .time_info .com .name img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    cursor: pointer;
}

.store_info .time_info .com .name .ico1_1 {
    width: 28px;
    height: 18px;
    margin: 6px;
    font-size: 22px !important;
    display: block;
    color: #009A44;
    cursor: pointer;
}

.store_info .time_info .com .name {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.store_info .time_info .com .name button {
    padding: 4px 12px;
    border: 1px solid #009A44;
    background: #009A44;
    color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    margin-left: 8px;
    cursor: pointer;
}

.store_info .time_info .com .name button:last-child {
    background: #FFFFFF;
    color: #009A44;
}

.dow_info {
    text-align: center;
}

.dow_info button {
    /* width: 92px; */
    height: 30px;
    line-height: 30px;
    background: #009A44;
    border-radius: 16px;
    border: none;
    color: white;
    padding: 0 18px 0 12px;
}

.dow_info button span {
    position: relative;
}

.dow_info button span:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid white;
    position: absolute;
    top: 5px;
    right: -10px;
}

.dow_info p {
    color: #999999;
    margin-top: 6px;
}

.comlogo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 12px;
}

.toRelease {
    background-color: #F9FFFC;
    border-top: 2px solid #009A44;
    text-align: center;
    padding: 16px 0 20px 0;
    margin-bottom: 12px;
}

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

.toRelease>.count {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin: 0px 25px 20px 25px;
}

.toRelease>.btn {
    background: #009A44;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    padding: 8px 48px;
    width: fit-content;
    margin: auto;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}

.toRelease>.btn a {
    color: #FFFFFF;
}

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

.hyh2 {
    cursor: pointer;
}


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