﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    background: #F0F0F0;
}

.container {
    background: #fff;
}

.blockSplitEmpty {
    background: #f0f0f0;
    height: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

/*
    头部：logo区域和菜单区域
*/
.leftnav .nav-item {
    /*padding: 0px 24px*/
    width: 15%;
}

.logoPart {
    /*display: flex;*/
    padding-top: 10px;
    align-items: center;
}

    .logoPart .logoimg img {
        width: 236px;
        /*margin-right: 30px;*/
    }

    .logoPart .lptopAd {
        /*flex: 1;*/
    }

        .logoPart .lptopAd img {
            width: 100%;
        }

.rightnav .nav-item:first-child {
    margin-right: 20px
}

    .rightnav .nav-item:first-child a {
        color: red !important;
        font-weight: 600;
    }

.rightnav .nav-item:last-child a {
    color: #007CE6 !important;
    font-weight: 600;
}


/*底部*/
.footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    line-height: 28px; /* Vertically center the text there */
}

    .footer .containerinner {
        background: #40454E;
        color: #fff;
        padding: 30px 20px 20px 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .footer .containerinner a {
            color: #fff;
        }

        .footer .containerinner .floor1 {
            display: flex;
        }

.footermenulist {
    flex: 1;
}

    .footermenulist .col {
        text-align: left;
    }

.footewm {
    width: 280px;
    text-align: center;
}

.footewm img {
       width:135px;
    }

.floor2 {
    color: #fff;
    text-align: center;
}

/*搜索区域*/
.gbSearchtoolbox {
   overflow:hidden;
}
.frmsearchdata #frmproductname {
    width: 112px;
}

.frmsearchdata #frmmaterial {
    width: 82px;
}

.frmsearchdata #frmspecificationsa, .frmsearchdata #frmspecificationsb, .frmsearchdata #frmspecificationsc {
    width: 60px;
}

.frmsearchdata #frmqualitycertificate {
    width: 66px;
}

.frmsearchdata #frmarea {
    width: 84px;
}

.frmsearchdata #frmcompanyname {
    width: 125px;
    margin-right: 2px;
}

.frmsearchdata .submitBtn {
    margin-right: 3px;
}

.frmsearchdata label {
    margin-left: 5px;
    margin-right: 5px;
}

/*广告位*/
.index_add2 {
    /*margin-left: -5px;
    margin-right: -5px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

    .index_add2 img {
        width: 100%;
        height: auto;
    }

    .index_add2 .imgBox {
        /*padding: 0px 5px;*/
        margin-right: 15px;
    }

    .index_add2 .col:last-child .imgBox {
        margin-right: 0px;
    }
/*现货信息*/
.spotinformation {
    display: flex;
    height: auto;
    /*overflow: hidden;*/
    padding-top: 15px;
}

    .spotinformation .sfCol1 {
        flex: 1;
    }

        .spotinformation .sfCol1 .table td, .spotinformation .sfCol1 .table th {
            vertical-align: middle;
        }

    .spotinformation .sfCol2 {
        width: 270px;
        margin-left:15px;
    }

        .spotinformation .sfCol2 .imgItem {
            /*padding-left: 10px;*/
        }

            .spotinformation .sfCol2 .imgItem img {
                width: 100%;
                height: 100px;
            }

.sftitle, .sftitle a {
    color: #007CE6;
}

    .sftitle .mthitle {
        font-size: 18px;
        font-weight: bold;
    }

        .sftitle .mthitle span {
            border-bottom: 3px solid;
        }

    .sftitle .more {
        float: right;
        font-size: 18px;
    }

/**-----------------------------------------  
    登陆页面
*/
.loginpage {
    background-color: #F4F4F4;
}

.headerblock {
    background-color: #fff;
    padding: 10px 10px 10px 28px;
}

.centerBlock {
    background: url(/images/loginbg.png) no-repeat;
    background-size: 100% 100%;
    height: auto;
    min-height: 664px;
}

.footerblock {
    text-align: center;
    line-height: 28px;
    padding-top: 20px;
}

.loginbox {
    width: 413px;
    background-color: #fff;
    float: right;
    margin: 40px 86px 60px 0px;
}

    .loginbox h4 {
        text-align: center;
        margin-top: 30px;
    }

    .loginbox form {
        padding: 0px 20px;
    }

        .loginbox form .btnBox button {
            width: 100%;
        }

.forgotpasswordp {
    float: right;
}

.managepageframe .containerNavLeft {
    border-right: 10px solid #F0F0F0;
    padding: 0px 0px 100px 0px;
}

    .managepageframe .containerNavLeft .nav-link i {
        margin-right: 6px;
        font-size: 16px;
    }

    .managepageframe .containerNavLeft a {
        color: #343a40
    }

    .managepageframe .containerNavLeft .navpl20px {
        padding-left: 36px;
    }

.currentpostion {
    padding: 10px 0px;
}

.blocktitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 18px;
}

.usercenterBox {
}

    .usercenterBox .row {
        line-height: 36px;
    }


/*
    采购信息编辑表格
*/

.chanpinlist {
    background-color: #fff; /* 卡片背景颜色 */
    border: 0px solid #000; /* 边框 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    border-radius: 4px; /* 边框圆角 */
    margin-bottom: 15px;
    padding: 4px;
}

    .chanpinlist table {
        width: 100%;
    }

        .chanpinlist table th, .chanpinlist table td {
            text-align: center;
        }

        .chanpinlist table input.num {
            width: 80%;
        }

        .chanpinlist table .col1Th {
        }

        .chanpinlist table .col2Th {
        }

        .chanpinlist table .col3Th {
        }

        .chanpinlist table .col4Th {
            width: 90px;
        }

        .chanpinlist table .col5Th {
            width: 60px;
        }

        .chanpinlist table .col6Th {
        }

        .chanpinlist table .col7Th {
            width: 60px;
        }

        .chanpinlist table .col8Th {
            width: 95px;
        }

        .chanpinlist table tbody tr, .chanpinlist table tbody th {
            line-height: 1.5;
        }

.nocontent .nocontenttxtinner {
    line-height: 50px;
    height: 50px;
}

/*求购信息管理页面*/
.innerrowTable, .qgtablelist {
    width: 100%;
}

.qgtablelist {
    margin-top: 20px;
}

    .qgtablelist thead tr {
        background: #F5F6FA;
    }

        .qgtablelist thead tr th {
            padding: 5px;
        }

    .qgtablelist .rowcol1 {
        width: auto;
    }

    .qgtablelist .rowcol2 {
        width: 80px;
    }

    .qgtablelist .rowcol3 {
        width: 100px;
    }

    .qgtablelist .rowcol4 {
        width: 120px;
    }

    .qgtablelist .rowcol5 {
        width: 130px;
    }

    .qgtablelist .rowcol6 {
        width: 120px;
    }

.innerrowTable {
    border: 1px solid #e1e6eb;
    margin-top: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .innerrowTable tr td {
        padding: 5px;
    }

.innerrowTablerow2 {
    background: #fafafc;
}

.innerrowTablerow1 .proitem {
    display: flex;
}

    .innerrowTablerow1 .proitem .proitemname {
        flex: 1;
    }

    .innerrowTablerow1 .proitem .proitemnum {
        width: 100px;
        text-align: center;
    }

.innerrowTablerow2 .dvline {
    position: relative;
}

.innerrowTablerow2 .dvextra {
    position: absolute;
    left: 257px;
}

.innerrowTable .innerrowTablerow2 .infotip {
    margin-left: 3px;
}

.extrafield b {
    font-weight: normal;
}

.innerrowTablehover {
    border-color: red;
}


.bthstoobar {
    padding: 15px;
}

.zslist_fj {
    width: 100%;
    height: 430px;
    overflow-y: scroll;
}

    .zslist_fj img {
        width: 100%;
        height: auto;
    }

.zslist div.fjitem {
    margin-bottom: 8px;
    border-bottom: 1px dotted #d9d5d5;
}

    .zslist div.fjitem.actived {
        color: red;
    }


/*现货信息*/
.xhxxinfomanage .col-md-1 {
    padding-top: 6px;
}

.xhxxinfomanage .col-md-3 {
    padding-right: 10px;
    padding-bottom: 8px;
}

/*excel上传页面*/
.excelimportpage .warntipinfo {
    color: red;
    padding-top: 15px;
}

.excelimportpage h1 {
    font-size: 20px;
    border-top: 1px dashed;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight:bold;
}

.excelimportpage p {
    margin-bottom: 0px;
    line-height: 1.5;
}

.excelimportpage #btnuploadfile {
    margin-top: 30px;
}

.searchcontainerbox {
    padding-top: 15px;
}

    .searchcontainerbox button {
        margin-top: 30px;
    }

.emptycontent {
    text-align: center;
    min-height: 200px;
    line-height: 200px;
}

.editbarbox {
    padding: 15px;
    text-align: center;
}

/*首页浮动框*/
.tdCmpname {
    position: relative;
}

    .tdCmpname .popCmpINfo .title {
        font-weight: 600;
    }

    .tdCmpname .popCmpINfo {
        position: absolute;
        padding: 8px;
        left: -15px;
        top: 50px;
        width: 350px;
        background-color: yellow;
        border: 1px solid #f1a834;
        display: none;
        z-index: 999;
    }

.activeRow .tdCmpname .popCmpINfo {
    display: block;
}

.inneradcontent {
    position: relative;
}

    .inneradcontent img {
        width: 100%;
        height: 100%;
    }

.rowSpecs .rowSpec {
    width: 149px;
}

.frmsearchdataA .row {
  margin-bottom:10px;
}
.frmsearchdataA .row:last-child .col-md-3 {
    padding-left:30px;
}
.frmsearchdataA .row .col-md-1 {
    text-align: center;
}

    .frmsearchdataA .row .col-md-1 label {
        margin-bottom: 0rem
    }

    .frmsearchdataA .row .specitem input {
        padding: 0.375rem 0.45rem;
    }

.spotinformation .contentlist {
  padding-bottom:15px;
}

.pagetopheader {
    line-height: 40px;
    background-color: #dedede;
    color: #161616;
}


.gbSearchtoolbox input::-webkit-inner-spin-button,
.gbSearchtoolbox input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 兼容Firefox */
.gbSearchtoolbox input[type="number"] {
    -moz-appearance: textfield;
}