.head-row-right {
    background-color: #f4f4f4;
    height: 2rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    width: 6rem;
    margin-right: 10px;
}
.search-input-prefix {
    font-size: 0.875rem;
    color: #999;
    margin-right: 4px;
}
input.inp-company-search {
    flex: 1;
    width: 0;
    height: 100%;
    margin-top: 2px;
    border: none;
    background-color: transparent;
    padding: 2px;
    box-sizing: border-box;
}
input.inp-company-search:focus {
    outline: none;
}

.banner-img-box {
    line-height: 0;
    height: 0;
    padding-bottom: 22%;
    background-position: center;
    background-size: cover;
    background-color: #eee;
    margin-top: -1rem;
}
.banner-img-box > img {
    width: 100%;
    max-height: 10rem;
}

.title-row {
    display: flex;
    padding-bottom: 1.2rem;
}
.logo-box {
    border-radius: 6px;
    line-height: 0;
    overflow: hidden;
    width: 6.56rem;
    margin-left: 1.25rem;
    margin-top: -1rem;
}
.logo-box > img {
    width: 100%;
    height: 100%;
}
.title-box {
    /* padding-top: 10px; */
    padding-left: 0.8rem;
    flex: 1;
}
.company-name {
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 8px;
    display: flex;
}
.company-hall {
    color: #999;
    /* display: flex;
    justify-content: space-between; */
}
.company-hall > a {
    color: #999;
}
.company-btns {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}
.btn-black-border {
    background-color: #fff;
    border-width: 1px;
    border-color: #444;
    padding: 0 1rem;
    word-break: keep-all;
    margin-left: 1rem;
    height: 2.2rem;
    cursor: pointer;
    color: #444;
    min-width: 4.6rem;
}
.apply-visit-company, button.btn-black-border.selected {
    background-color: var(--color);
    color: #fff;
    border: none;
}

.nav-row {
    width: 100%;
    background-color: #e5e5e5;
    padding: 0.4rem 2rem 0;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 1rem;
}
.company-nav-box {
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: 0;
}
.product-search-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -0.2rem;
}
.company-nav-box::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.company-nav-item {
    display: inline-block;
    padding: 8px 1rem;
    color: #444;
}
.company-nav-item.selected {
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
    border-bottom: 4px solid var(--color);
}
input#inp-product-search {
    height: 2rem;
    padding: 0 4px;
    border: none;
    width: 12rem;
}
input#inp-product-search:focus {
    outline: none;
}
button#btn-product-search {
    border: none;
    padding: 0 10px;
    height: 2rem;
    cursor: pointer;
}

.section-box {
    margin-bottom: 1rem;
}
.section-title {
    font-size: 1.46rem;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.section-title > a {
    font-weight: normal;
    font-size: 0.875rem;
    color: #999;
}
.section-body {
    padding: 1rem 1.4rem;
    background-color: #fff;
}
.section-more {
    display: inline-block;
    width: 8.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
}

.product-box {
    display: flex;
    flex-wrap: wrap;
}
.product-item {
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
    width: 23.125%;
    margin-right: 2.5%;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}
.product-item > a {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-item:nth-child(4n) {
    margin-right: 0;
}
.a-product-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-image {
    overflow: hidden;
    line-height: 0;
    max-height: 15rem;
    flex: 1;
}
.product-image > img {
    width: 100%;
}
.product-title {
    font-weight: bold;
    height: 3rem;
    font-size: 1.1rem;
    margin-top: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.product-price {
    padding: 0.8rem;
    padding-bottom: 0;
    font-size: 1.5rem;
    color: #da1212;
    font-weight: bold;
}
.price-row {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    align-items: center;
}

.company-cover-box > img {
    width: 22rem;
    margin-right: 1rem;
}
.company-description {
    padding: 8px 0;
    line-height: 1.6rem;
    color: #444;
}
.company-other-data {
    line-height: 1.6rem;
    padding-top: 8px;
    padding-bottom: 1rem;
    color: #999;
    font-size: 0.875rem;
}

.center-box {
    text-align: center;
    padding: 2rem 0 1rem;
}
.not-data-row {
    padding-bottom: 1rem;
    color: #aaa;
}
a.btn-post-news {
    padding: 8px 2rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    display: inline-block;
}

button.btn-bg-main-color {
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    border: none;
    min-width: 136px;
    height: 2.4rem;
    padding: 0 2rem;
    font-size: 1rem;
    margin-right: 1rem;
}

.before-line {
    display: flex;
    align-items: center;
}
.before-line:before {
    content: "";
    width: 4px;
    height:1rem;
    background-color: var(--color);
    margin-right: 8px;
    border-radius: 2px;
}

.info-row {
    display: flex;
    padding: 6px 0;
    font-size: 0.9rem;
}
.info-label {
    color: #999;
    padding-right: 10px;
    white-space: nowrap;
    min-width: 10rem;
}

.btn-toggle-box {
    padding-right: 2rem;
    display: inline-block;
    color: #666;
    cursor: pointer;
}
.btn-toggle-box:last-of-type {
    padding-right: 0;
}
.btn-toggle-box.selected {
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
}

.toggle-box {
    flex-wrap: wrap;
    display: none;
}
.toggle-box:first-of-type {
    display: flex;
}
.detail-img-box {
    width: 14rem;
    overflow: hidden;
    margin-top: 1rem;
    margin-right: 1rem;
}
img.detail-img {
    width: 100%;
}

.all-search-bg {
    margin-bottom: 1rem;
}
.filter-section {
    display: flex;
    align-items: center;
    height: 3.2rem;
    background-color: #fff;
    margin-top: 1rem;
    font-size: 1rem;
    justify-content: space-between;
    padding-right: 2rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.search-label {
    padding: 0 2rem;
}
select.filter-select {
    min-width: 7rem;
    height: 1.8rem;
    border: none;
    border-bottom: 1px solid #eee;
}
.filter-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#search-content-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-left {
    flex: 1;
    width: 0;
}
.flex-right {
    width: 30%;
    max-width: 22rem;
    margin-left: 1rem;
    padding: 8px 8px 8px 0;
    background-color: #fff;
}

.product-top-box {
    display: flex;
    background-color: #fff;
}
.pt-1 {
    padding-top: 1rem;
}

.block-title {
    font-size: 1.46rem;
    font-weight: bold;
    margin: 0.8rem 1rem;
}
.guess-item {
    display: flex;
    padding: 0.8rem 0.5rem 0.8rem 1rem;
    border-top: 1px solid #eee;
}
.guess-product-title {
    padding-left: 0.6rem;
    font-weight: bold;
    flex: 1;
}
.guess-product-img {
    width: 4rem;
    height: 3rem;
    overflow: hidden;
}
.guess-product-img > img {
    width: 100%;
}

a.news-item {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}