.common-breadcrumb {
    padding-bottom: 30px;
}

/*公司信息*/
.company {
    width: 1300px;
    margin: 0 auto;
    padding: 20px 30px;
    background: url("../images/slicing/seller_bg.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.company .company-name {
    display: flex;
    align-items: center;
}

.company .company-name img {
    width: 60px;
}

.company .company-name span {
    display: block;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.company .company-info {
    width: 1240px;
    margin-top: 16px;
    padding: 16px;
    background: hsla(0,0%,97.3%,.7);
    box-sizing: border-box;
}

.company .company-info span {
    display: inline-block;
    width: 602px;
    font-size: 12px;
    line-height: 28px;
}

/*采购信息*/
.purchase {
    width: 1300px;
    margin: 30px auto 0;
    padding: 10px 20px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.purchase ul.purchase-title {
    border-bottom: 1px solid #eee;
}

.purchase ul.purchase-title li {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 65px;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
}

.purchase ul.purchase-title li.active {
    color: #ff6d10!important;
}

.purchase ul.purchase-title li:after {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    width: 100%;
    height: 41px;
    border-bottom: 2px solid #ff6d10!important;
}

.purchase .purchase-content {
    padding: 15px 0;
}

.purchase .purchase-content .purchase-table {
    border: 1px solid #e5ebf5;
}

.purchase .purchase-content .purchase-table > div {
    display: flex;
    border-bottom: 1px solid #e5ebf5;
}

.purchase .purchase-content .purchase-table > div:first-child {
    background: #f5f9ff;
}

.purchase .purchase-content .purchase-table .table-tr div {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #e5ebf5;
    box-sizing: border-box;
}

.purchase .purchase-content .purchase-table .table-tr div:nth-child(1) {
    width: 44px;
    border-left: 0;
}

.purchase .purchase-content .purchase-table .table-tr div:nth-child(2) {
    flex: 1 1 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.purchase .purchase-content .purchase-table .table-tr div:nth-child(3) {
    width: 100px;
}

.purchase .purchase-content .purchase-table .table-tr div:nth-child(4) {
    width: 147px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.purchase .purchase-content .purchase-table .table-tr div:nth-child(5) {
    width: 118px;
}

.purchase .purchase-content .purchase-table .table-tr div:nth-child(6) {
    width: 70px;
}

.purchase .purchase-content .purchase-table .table-tr div:nth-child(7) {
    width: 70px;
}

.purchase a.title {
    padding: 2px 5px;
    border: 1px solid #ff6d10;
    color: #ff6d10;
    font-size: 12px;
}

/*工商信息*/
.business {
    width: 1300px;
    margin: 30px auto 0;
    background: #FFFFFF;
}

.business .title {
    position: relative;
    height: 64px;
    font-size: 16px;
    color: #333333;
    background: #FCFCFC;
    border-radius: 5px 5px 0 0;
    padding: 22px 20px 22px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.business .title:before {
    content: '';
    width: 5px;
    height: 20px;
    background: #ff6d10;
    position: absolute;
    top: 23px;
    left: 18px;
}

.business .info {
    padding: 20px;
}

.business .info .info-table {
    border: 1px solid #e5ebf5;
}

.business .info .info-table > div {
    display: flex;
    border-bottom: 1px solid #e5ebf5;
}

.business .info .info-table > div:first-child {
    background: #f5f9ff;
}

.business .info .info-table .table-tr div {
    display: inline-block;
    width: 160px;
    height: 100%;
    line-height: 40px;
    padding-left: 20px;
    border-left: 1px solid #e5ebf5;
    box-sizing: border-box;
}

.business .info .info-table .table-tr div:nth-child(1) {
    border-left: 0;
}

.business .info .info-table .table-tr div:nth-child(2) {
    flex: 1;
}