

/*面包屑*/
.project-info .breadcrumb {
    padding: 1rem 0 0 0 ;
}

.project-info .breadcrumb .item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 400;
}

.project-info .breadcrumb .home {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.25rem;
}

.project-info .breadcrumb .el-breadcrumb__item {
    display: flex;
}

.project-info .breadcrumb .el-breadcrumb__separator {
    font-size: 0.7rem;
    color: #525A6A;
    font-weight: 400;
}


/*标题*/
.project-info .project-title {
    margin-top: 1rem;
    background-color: #ffffff;
    padding: 1.45rem 1.5rem 1.1rem 1.5rem;
    background-image: url("/biddingPage/static/images/project-title-bg.png?v=1.21");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40% 90%;
}

.project-info .project-title .title-tag {
    margin-bottom: 1.6rem;
}

.project-info .project-title .title {
    margin-bottom: 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    color: #151D3E;
}

.project-info .project-title .title-tag .tag {
    font-size: 0.6rem;
    font-weight: 400;
    padding: 0.3rem 0.55rem;
    margin: 0 0.25rem;
    border-radius: 0.1rem;
    white-space: nowrap;
}

.project-info .project-title .title-tag .tag-golden {
    background: linear-gradient(305deg, #FFDCA5 0%, #FFF2E2 100%);
    color: #A36718;
}

.project-info .project-title .title-tag .tag-blue {
    background: #E9F0FF;
    color: #165FD7;
}

.project-info .project-title .title-tag .tag-yellow {
    background: #FFFEE9;
    color: #D78A16;
}

.project-info .project-title .title-tag .tag-red {
    background: #FFE9E9;
    color: #FF6868;
}

.project-info .project-title .title-tag .tag-green {
    background: #E9FFEE;
    color: #30AD31;
}

.project-info .project-title .address {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
}

.project-info .project-title .address .location::before {
    margin-right: 0.1rem;
    color: #525A6A;
}

.project-info .project-title .address .addr {
    font-size: 0.7rem;
    font-weight: 400;
    color: #525A6A;
    line-height: 0.7rem;
}


/*项目内容*/
/*项目详情*/
.project-info .project-content {
    background-color: #ffffff;
    padding: 0 1rem;
    margin-top: 1rem;
}

.project-info .project-content .tab-title {
    font-size: 0.7rem;
    font-weight: 400;
    color: #525A6A;
}
.project-info .project-content .van-tab {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    flex: unset;
    padding: 0.95rem 0.4rem 0.95rem 0.4rem;
    margin: 0 3.05rem 0 0;
}
.project-info .project-content .van-tab--active .tab-title {
    color: #165FD7;
    font-size: 0.8rem;
}
.project-info .project-content .van-tabs__wrap {
    border-bottom: 0.05rem solid #D2D7DF;
}
.project-info .project-content .van-tabs__line {
    background-color: #165FD7;
    width: 4rem;
}


.project-info .project-content .contents {
    margin-top: 1.5rem;
}
.project-info .project-content .contents .el-descriptions__header {
    margin: 0;
}
.project-info .project-content .contents .el-descriptions .is-bordered .el-descriptions-item__label {
    background-color: #F1F6FF;
}
.project-info .project-content .contents .el-descriptions .is-bordered .el-descriptions-item__cell {
    border: 0;
}
.project-info .project-content .contents .el-descriptions-row {
    border: 0.05rem solid #D2D7DF;
}
.project-info .project-content .contents .el-descriptions-item__content {
    padding: 0.65rem 1rem;
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-info .project-content .contents .descriptions-title {
    font-size: 0.8rem;
    color: #151D3E;
    border-left: 0.15rem solid #165FD7;
    padding-left: 0.4rem;
    margin-bottom: 0.7rem;
}
.project-info .project-content .contents .descriptions-item-label {
    font-size: 0.7rem;
    font-weight: 400;
    color: #525A6A;
}
.project-info .project-content .contents .descriptions-item-value {
    font-size: 0.7rem;
    font-weight: 400;
    color: #151D3E;
}
.project-info .project-content .contents .descriptions-item-value span {
    font-size: 0.7rem;
    font-weight: 400;
    color: #165FD7;
    cursor: pointer;
}
.project-info .project-content .contents .descriptions-item-value .list-item-active {
    color: #FF7100;
}
.project-info .project-content .contents .descriptions-item-value .project_title {
    font-size: 0.7rem;
    font-weight: 500;
    color: #151D3E;
    margin-bottom: 1.2rem;
}


.project-info .project-content .contents .el-descriptions-item__content{
    position: relative;
}
.project-info .project-content .contents .el-descriptions-item__content .is-new{
    font-size: 0.4rem;
    color: #FFFFFF;
    background: #FF6868;
    position: absolute;
    left: -1rem;
    top: 0.2rem;
    padding: 0 1rem;
    transform: rotate(-45deg) scale(0.8);
    cursor: unset;
}







/*项目联系人*/
.project-info .project-content .contents .company .el-descriptions-row {
    border: 0;
}
.project-info .project-content .contents .company .el-descriptions-item__content {
    padding: 0;
}
.project-info .project-content .contents .company .el-descriptions-item__content {
    max-width: unset;
}
.project-info .project-content .contents .company .tab-title {
    height: 1.8rem;
    line-height: 1.8rem;
    background: #F2F4F9;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    font-weight: 400;
    color: #525A6A;
    text-align: center;
    padding: 0.55rem 0.95rem;
}
.project-info .project-content .contents .company .van-tabs {
    /*margin: 0.5rem 0 1rem 0;*/
    margin: 0;
    width: 100%;
}
.project-info .project-content .company .van-tab {
    margin: 0 1rem 0 0;
}
.project-info .project-content .company .van-tabs__wrap{
    border: 0;
}
.project-info .project-content .company .van-tabs__content{
    margin-top: 0;
}
.project-info .project-content .contents .company .van-tab--active .tab-title {
    color: #165FD7;
    background: #E9F0FF;
}
.project-info .project-content .contents .company .van-tabs__line {
    display: none;
}


/*公司及联系人*/
.project-info .project-content .contents .company .company-info {
    border-bottom: 1px dashed #D9D9D9;
}
.project-info .project-content .contents .company .company-info:last-child {
    border-bottom: 0;
}
.project-info .project-content .contents .company .company-info .content {
    background: #F8F8FA;
    border-radius: 0.05rem;
    padding: 1rem 0.75rem;
    margin: 0.45rem 0 0.8rem 0;
}
.project-info .project-content .contents .company .company-info .a-title {
    font-size: 0.8rem;
    font-weight: 400;
    color: #151D3E;
    margin: 1.5rem 0 0.75rem 0;
    padding-left: 0.65rem;
}
.project-info .project-content .contents .company .company-info .el-descriptions .is-bordered .el-descriptions-item__cell{
    width: 50%;
    text-align: center;
    border: 0.05rem solid #D2D7DF;
    justify-content: center;
}
.project-info .project-content .contents .company .company-info .el-descriptions-row td
{
    border-top: 0 !important;
}
.project-info .project-content .contents .company .company-info .el-descriptions-row th:last-child,
.project-info .project-content .contents .company .company-info .el-descriptions-row td:last-child
{
    border-left: 0 !important;
}
.project-info .project-content .contents .company .company-info .descriptions-item-label {
    font-size: 0.8rem;
    color: #151D3E;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value {
    font-size: 0.7rem;
    font-weight: 400;
    color: #151D3E;
    text-align: center;
    padding: 0.65rem 0.75rem;
    width: 100%;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value .desc {
    display: flex;
    flex-wrap: wrap;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value .desc .name {
    width: calc(50% - 0.9rem);
    height: 1.8rem;
    line-height: 1.8rem;
    background: #F2F4F9;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    font-weight: 400;
    color: #525A6A;
    text-align: center;
    margin: 0.45rem;
    cursor: pointer;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value .desc .list-item-active {
    color: #165FD7;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value .contacts {
    margin-bottom: 1.5rem;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value .contacts:last-child {
    margin-bottom: 0.5rem;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value .contacts .title {
    display: flex;
    font-size: 0.7rem;
    font-weight: 400;
    color: #151D3E;
    line-height: 1.3rem;
}
.project-info .project-content .contents .company .company-info .descriptions-item-value .contacts .title .type {
    width: 3rem;
    text-align: left;
}












