/*鑱旂郴鍙戝竷浜�*/
.publishUserBody{
    border-radius: 4px !important;
}
.public-user-close{
    position: absolute;
    right: 5px;
    z-index:2;
    top: 5px;
    display: block;
    font-size: 26px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.public-user-top {
    width: 750px;
    /*height: 180px;*/
    background: url(../images/concat_redbg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 10px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px 4px 0 0 !important;
}
.public-user-top .patent_msg{
    font-size: 15px;
    color: #fff;
    margin: 20px 0px 5px;
}
.one_ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.patent_msg span{
    font-size: 12px;
    border-radius: 4px !important;
    padding: 2px 5px;
    margin-right: 5px;
    box-sizing: border-box;

}
.patent_msg span {
    background: #fff;
}

.active_blue{
    color: #833AEC;
}
.active_red{
    color: #FF383A;
}
.patent_name{
    font-size: 16px;
    color: #fff;
}
.user_tips{
    background: rgba(0,0,0,0.15);
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    margin-top:10px;
    border-radius: 4px !important;
}
.public-user-bottom {
    width: 750px;
    min-height: 360px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px !important;
}
.empty-public-user {
    text-align: center;
    color: red;
    font-size: 18px;
    margin-top: 100px;
}
.public-user-bottom th{
    color: rgba(0,0,0,0.7);
}
.public-user-bottom .el-table{
    color: #333;
}
.public-user-bottom .el-table td.el-table__cell, .public-user-bottom .el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #EBEBEB;
    padding: 8px 10px;
}
.public-user-bottom .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: #f5f5f5;
}
.public-user-bottom .trangle_down{
    color: #FF383A;
    cursor: pointer;
}
.public-user-bottom .trangle_down img{
    display: inline-block;
    margin-left: 3px;
    transition: all ease-in 0.1s;
    font-size: 0px;
    position: relative;
    top: 0;
}
.public-user-bottom .expanded .trangle_down img{
    transform: rotate(-180deg);
}
.public-user-bottom .opendesc_box{
    display: flex;
}
.public-user-bottom .opendesc_box>li{
    /*padding: 3px 10px;*/
    box-sizing: border-box;
    overflow: hidden;
}
.public-user-bottom .opendesc_box>li:first-child{
    flex: 1;
}
.public-user-bottom .opendesc_box>li:nth-of-type(2){
    width: 180px;
}
.public-user-bottom .opendesc_box>li:nth-of-type(3){
    width: 140px;
}
.public-user-bottom .opendesc_box .hui_color{
    color: #999;
}

.public-user-bottom .el-table .el-table__cell{
    padding: 10px 0;
}
.public-user-bottom .el-table th.el-table__cell{
    padding: 8px 0;
}
.public-user-bottom .expanded  td.el-table__cell{
    border: none;
}
.public-user-bottom tr.expanded,.public-user-bottom tr.expanded+tr>td{
    background: #f5f5f5;
}
.public-user-bottom tr>td.el-table__expand-column{
    display: none;
}
.alreadyVerify{
    width: 20px;
    position: relative;
    margin-right: 2px;
    top: -2px;
}

/*
* @description: 联系卖家，弹窗中，邮箱改为微信二维码
* @author: fangyinggui
*/
.public_user--qrcodetext {
    display: flex;
    align-items: center;
    height: 100%;
}

.public_user--qrcodetext i {
    font-size: 20px;
    margin-right: 5px;
}

.public_user--qrcode {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px !important;
    display: none;
}

.public_user--qrcode .img {
    min-width: 200px;
    min-height: 200px;
    height: 200px;
    border-radius: 4px !important;
    /*overflow: hidden;*/
}

.public_user--qrcode .img img {
    max-width: 200px;
    border-radius: 4px !important;
}

/*
* @description: 担保采购-弹窗样式
* @author: fangyinggui
*/
.guaranteePurchaseBody .gua-urc-bottom {
    display: flex;
    padding: 20px 0;
}

.gua-urc-bottom .gua_message {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
}

.gua_message .gua_name {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.gua_name--border_right {
    border-right: 1px solid #EBEBEB;
}

.gua_message .gua_name .img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.gua_message .gua_name .img img {
    max-width: 60px;
    min-height: 60px;
    border-radius: 50% !important;
}

.gua_message .gua_name .img img:last-child {
    display: none;
}

.gua_message .gua_name p {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.gua_message .gua_msg {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.gua_message .gua_msg p {
    color: #333333;
}

.gua_message .gua_msg .tit {
    color: #999999;
}

.gua-urc-bottom .qrcode {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gua-urc-bottom .qrcode .img {
    min-width: 200px;
    min-height: 200px;
    /*height: 200px;*/
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gua-urc-bottom .qrcode .img img {
    max-width: 200px;
    max-height: 280px;
}

.qrcode .img img:last-child {
    display: none;
}
