@charset "UTF-8";

/**
 * 应用通用样式 - PC端覆盖
 *
 * 包含：
 * - GetSupPartList_pc.css：页面基础布局样式
 * - merchants.css：商户头部、LOGO区域样式
 *
 * 原文件保留用于非一级界面页面引用
 */
button, input[type="submit"], input[type="button"] {
    border-radius: 0;
}

html {
    background: #F8F6F6;
}

body {
    position: relative;
    max-width: 100%;
    min-width: 980px;
    overflow: auto;
    font-size: 14px;
    height: auto;
    min-height: 100%;
}

header {
    height: 39.06px;
    min-height: auto;
    background: var(--p-buttonBgc);
}

header>nav {
    max-width: 1201px;
    width: 100%;
    height: 39.06px;
    margin: 0 auto;
    line-height: 39.06px;
}

header>nav>.left-panel {
    float: left;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

header>nav>.right-panel {
    float: right;
    height: 100%;
    overflow: hidden;
}

header>nav>.left-panel>.arrow {
    padding: 0 7px;
}

header>nav>.right-panel>a, header>nav>.left-panel>a {
    color: #fff;
}

header>nav>.left-panel>a:first-of-type {
    padding-right: 7px;
    display: inline-block;
}

header>nav>.right-panel>a {
    padding: 0 14px;
}

header>nav>.left-panel>a:first-of-type>img {
    width: 15.96px;
    margin-top: -2.8px;
    vertical-align: middle;
}

header>nav>.left-panel+a {
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    font-size: 14px;
}

header>nav>.right-panel img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 4px 0;
}

section[role="advertisement"] {
    display: none;
}

article[role="document"] section[role="control"] {
    padding: 0;
    max-width: 100%;
    margin: 0 auto 20.02px;
    background-color: #fff;
}

nav[role="mainMenu"] {
    padding-right: 0;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 0;
}

article[role="document"] {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    min-width: 980px;
    min-height: 10em;
    position: relative;
    height: auto;
    overflow: initial;
}

article[role="document"] section[role="content"] {
    max-width: 1201px;
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    height: auto;
    overflow-x: hidden;
}

section[role="message"] {
    left: 50% !important;
    transform: translateX(-50%);
}

.main section[role="message"] {
    width: 1250px !important;
    position: fixed !important;
}

footer[role="footer"] section[role="footerButtons"] {
    justify-content: flex-end;
    background-color: transparent;
}

section[role="footerButtons"] .bottomBotton {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

section[role="footerButtons"] a {
    height: auto;
    line-height: 1.25em;
    font-size: 14px;
    color: #333;
    padding: 0 0.8em;
    margin-left: 1em;
    width: auto;
}

section[role="footerButtons"] a i {
    font-size: 1.46rem;
    line-height: 1.46rem;
    display: inline-block;
    color: #333;
    position: initial;
    transform: none;
    margin-left: 0.5em;
    color: #FF4200;
    font-weight: bold;
}

/* 商城首页和商品详情搜索头 */
.mall_block {
    background: #fff;
    margin-bottom: 15px;
}

.shopSearchBox {
    max-width: 1201px;
    width: 100%;
    height: 112px;
    line-height: 112px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    background: #fff;
}

.shopSearchBox form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.shopSearchBox .hot_search {
    width: 100%;
    line-height: 84px;
}

.shopSearchBox .hot_search>span {
    padding-right: 1em;
    color: #999;
    font-size: 14px;
}

.shopSearchBox .hot_search>span>a {
    color: #999;
}

.shopSearchBox .block104 {
    margin: 0;
    width: 390px;
    height: 40px;
    background-color: transparent;
}

.shopSearchBox .block104 span>input {
    height: 40px;
    border: 2.24px solid var(--p-color);
    font-size: 14px;
    outline: none;
    border-radius: 28px;
    padding-left: 21px;
}

.shopSearchBox .block104 span>button {
    width: 80px;
    height: 40px;
    background: var(--p-color);
    font-size: 14px;
    border-radius: 0 28px 28px 0;
}

.shopSearchBox .hot_search span {
    cursor: pointer;
    display: inline-block;
    line-height: 14px;
    position: relative;
}

.shopSearchBox .hot_search span:hover {
    color: red;
}

.proSearch_logo>span {
    font-size: 1.5em;
    font-weight: bold;
    color: #2884cc;
    cursor: pointer;
    max-width: 280px;
    max-height: 112px;
    overflow: hidden;
    position: relative;
}

.proSearch_shoppingCart, .proSearch_logo {
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.proSearch_shoppingCart>img, .proSearch_logo>img {
    max-height: 80px;
    width: auto;
}

.proSearch_shoppingCart {
    min-width: 138px;
    height: 38px;
    background: rgba(249, 130, 71, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.proSearch_shoppingCart>img {
    width: 25px;
    margin-right: 5px;
}

.proSearch_shoppingCart>span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

/* UIPartSearch的start */
.UIPartSearch {
    position: relative;
    width: 390px;
    height: 112px;
    line-height: 112px;
    max-width: 800px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    background: none;
}

.UIPartSearch>input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: calc(100% - 70px);
    position: absolute;
    top: 30px;
    left: 0;
    height: 40px;
    border: 2.24px solid var(--p-color);
    font-size: 14px;
    outline: none;
    padding-left: 21px;
    border-radius: 10px 0 0 0px;
    color: #333;
}

.UIPartSearch>input::placeholder {
    color: #999;
}

.UIPartSearch>button {
    box-sizing: border-box;
    margin: 0;
    min-width: 4em;
    text-align: center;
    padding: 0 1em;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 0;
    color: #fff;
    border: 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: var(--p-color);
    font-size: 14px;
    border-radius: 0 10px 0px 0;
}

.UIPartSearch>button :hover {
    background: var(--p-color);
}

.UIPartSearch>div.search-dropdown {
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    right: 0;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    padding: 8px 5px;
    z-index: 999;
    display: none;
}

.UIPartSearch .search-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.UIPartSearch .search-dropdown ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.1s;
    height: 40px;
    line-height: 40px;
}

.UIPartSearch .search-dropdown ul li:hover {
    background: #f1f3f4;
}

.UIPartSearch .search-dropdown ul li span {
    flex: 1;
    font-size: 16px;
    color: #202124;
}

.UIPartSearch .search-dropdown .history-text {
    color: #0f6cb4;
    background-color: transparent;
    transition: none;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-left: 5px
}

/* UIPartSearch的end */
.search_wrap .hot_search {
    position: relative;
    top: -40px;
    height: 40px;
    line-height: 40px;
}

.serviceBox {
    width: 224px;
    height: auto;
    display: inline-block;
}

.serviceBox>div>span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: var(--p-color);
    line-height: initial !important;
}

.serviceBox>div>span:first-child {
    color: #666;
}

.serviceBox>div {
    background-size: 1px 37px;
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
}

.serviceBox>img {
    vertical-align: initial;
}

.serviceBox>img[role='index_qq'] {
    display: inline-block;
    width: 32.2px;
    vertical-align: sub;
    cursor: pointer;
}

.supPartList .block401 {
    margin: 21px 21px 0 0;
}

.supPartList .block401:nth-child(5n+5) {
    margin-right: 0;
}

/* 暂无数据 */
.noData {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}

.noData>img {
    width: 12.8rem;
    height: 8.9rem;
}

.noData>span {
    font-size: .97rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-top: 1.5rem;
}

.supPartList {
    padding: 0;
}

.block401 {
    border: 0;
    height: 22em;
    width: 223.3px;
}

.block401:hover {
    border: 1px solid #578DA4;
    box-shadow: 0px 2px 10px 1px #578DA4;
}

.block401:hover img[role="product"] {
    transform: scale(1.5);
}

.block401 .up_con {
    width: 100%;
    height: 308px;
    padding-left: 0;
}

.block401 .up_con>a {
    display: inline-block;
    width: 100%;
    height: 223.3px;
    margin-bottom: 0.4em;
    overflow: hidden;
}

.block401 img[role="product"] {
    height: 223.3px;
    max-height: none;
}

.block401 div[role='operation'] img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 1.4px;
    margin-top: -1.4px;
}

.block401 .info button {
    position: absolute;
    bottom: 0.5em;
    right: 0;
    width: 2.5em;
    height: 2.5em;
    border: 0;
    outline: none;
    background: url(../images/shopping/addShopping.png) no-repeat scroll
        center center;
    background-size: 2.5em 2.5em;
    padding: 0 0.5em;
}

.block401 .info button.buyNowPcBtn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--p-color) !important;
    background-image: none !important;
    background-size: auto !important;
    color: #fff;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    right: auto;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
}

.block401 .info button[role=hiddenButton] {
    display: none;
}

.block401:before {
    background: transparent;
}

.block401 div[role='title'] {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.4em;
    padding-left: 0.5em;
    color: #555;
    height: 2.4em;
    line-height: 1.2em;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
}

.block401 div[role='operation'] {
    display: none;
}

.block401 .info {
    width: 100%;
    padding-left: 0.5em;
    font-size: 16.94px;
}

.block401 div[role='title'] img {
    height: 0.8em;
}

.block401 span[role='remark'] {
    width: 100%;
}

.block401 span[role='sales'] {
    border: 0;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.block401 span[role='sales'] i {
    display: inline-block;
    width: 3.5em;
    height: 3.5em;
    text-align: center;
}

.block401 span[role='sales'] .sales1 {
    background: url(../images/sales1.png) no-repeat right center scroll;
    background-size: 3.5em 3.5em;
}

.block401 span[role='sales'] .sales2 {
    background: url(../images/sales2.png) no-repeat right center scroll;
    background-size: 3.5em 3.5em;
}

.block401 span[role='sales'] .sales3 {
    background: url(../images/sales3.png) no-repeat right center scroll;
    background-size: 3.5em 3.5em;
}

.block401 span[role='sales'] .sales4 {
    background: url(../images/sales4.png) no-repeat right center scroll;
    background-size: 3.5em 3.5em;
}

.block401 span[role='sales'] .sales5 {
    background: url(../images/sales1.png) no-repeat right center scroll;
    background-size: 3.5em 3.5em;
}

.block401 span[role='sales'] .sales6 {
    background: url(../images/sales6.png) no-repeat right center scroll;
    background-size: 3.5em 3.5em;
}

.block401 span[role='sales-model'] {
    position: absolute;
    bottom: 5.9em;
    left: 0;
}

.block401 span[role='sales-model'] .sales7 {
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3.6em;
    -webkit-border-top-right-radius: 3em;
    border-top-right-radius: 3em;
    background: #0066CC;
    color: #fff;
    font-size: 0.85em;
    padding-left: 0.3em;
}

.block401 span[role='remark'] i {
    color: red;
}

.block401 div[role='operation'] i {
    color: #058FCA;
}

.merchants-logo {
    width: 1201px;
    margin: 0 auto;
    height: 128px;
    line-height: 128px;
}

.merchants-logo>img {
    max-width: 280px;
    max-height: 112px;
}

.merchants-logo label {
    width: 236px;
    height: 128px;
    font-size: 20px;
    color: #999999;
    line-height: 128px;
    margin-left: 32px;
}

.merchants-logo .serviceBox {
    float: right;
    height: 128px;
    line-height: 148px;
}

.merchants-control {
    background-color: transparent !important;
    margin-bottom: 19.04px !important;
}

.merchants-control .merchants-head {
    background-image: url(../images/index/border.png);
    background-size: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.merchants-head>* {
    display: inline-block;
    line-height: initial;
    vertical-align: top;
}

.merchants-head {
    width: 1201px;
    margin: 0 auto;
    height: 132px;
    line-height: 132px;
}

.merchants-head img {
    width: 52px;
    margin: 24px 18px 0 52px;
}

.merchants-head label {
    width: auto;
    font-size: 30px;
    color: var(--p-color);
    font-weight: 400;
    display: block;
    font-family: FZCuHeiSongS-B-GB;
}

.merchants-title {
    padding-top: 38px;
}

.merchants-title span {
    font-size: 20px;
    color: #666666;
    line-height: 21.84px;
    font-family: HYQiuShi;
    font-weight: 500;
}

.merchants-operation {
    position: relative;
    float: right;
    margin-right: 29.96px;
    top: 50%;
    transform: translateY(-50%);
}

.merchants-operation a {
    width: 99.96px;
    height: 29.96px;
    line-height: 2.14;
    border: 0.98px solid var(--p-color);
    display: inline-block;
    text-align: center;
    margin-left: 19.04px;
    border-radius: 5.6px;
    color: var(--p-color);
}

table.dbgrid {
    width: 100%;
    margin: 0;
    border: 0;
    background: #fff;
}

.dbgrid tr {
    height: 50px;
    line-height: 1.8em;
}

.dbgrid tr span.text_mark {
    color: red;
    border: 1px solid;
    padding: 0 0.2em;
    margin: 0 0.3em;
    line-height: 1.1em;
}

.dbgrid th {
    border: 0;
    background: var(--p-color);
    color: #fff;
    padding: 0.5em 0;
    position: sticky !important;
    top: 0;
    text-align: center;
    font-weight: bold;
}

.dbgrid th>div {
    display: inline-block;
}

.dbgrid th>span {
    padding-left: 5px;
}

.dbgrid td {
    border: 0;
}

.dbgrid th:first-child, .dbgrid td:first-child {
    padding-left: 15px;
}

.dbgrid td[role="ImgUrl_"] {
    padding: 0 0.5em;
}

.dbgrid td[role="ImgUrl_"]>img {
    margin: 0.5em 0;
    height: 8em;
}

.dbgrid td[role="ImgUrl_"] a>img {
    margin: 0.5em 0;
    max-width: 60.06px;
    max-height: 60.06px;
}

.dbgrid td[role="Num_"]>input {
    padding: 0;
    text-align: center;
    border: 1px solid #e6e6e6;
    width: 3em !important;
    margin: 0 0.5em;
}

.dbgrid td[role="Num_"]>botton {
    font-size: 1.2em;
    font-weight: bold;
}

.classification_block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    height: 60.2px;
}

.classification_content {
    width: 100%;
    min-width: 820px;
    background: #fff;
    padding: 0 10px;
}

.classification_content>div {
    width: 100%;
    min-height: 60.06px;
    line-height: 60.06px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.classification_content span {
    padding: 0 0.7em;
    text-align: center;
    cursor: pointer;
}

.tran_mo .classification_content span {
    width: 25%;
}

.classification_content span:hover {
    color: var(--p-color);
}

.classification_content span.active {
    color: var(--p-color);
    position: relative;
}

.classification_content span.active:after {
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    display: inline-block;
    height: 1.96px;
    width: 70%;
    content: "";
    background: var(--p-color);
    transform: translateX(-50%);
}

.checkAllLabel_item {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.7em;
    top: 50%;
    transform: translateY(-50%);
}

.scrollArea .shopCart td[align="right"][role="Num_"]>span {
    display: flex;
}

.scrollArea .shopCart td[align="right"][role="Num_"]>span>input {
    margin: 0 5px;
}