@charset "UTF-8";
/*弹性盒子居中（传入null不设置该属性）*/
/* 行高 */
/* 背景图 */
/*文本格式化，超出范围，显示省略号*/
/* 圆形盒子 */
/*弹性盒子居中（传入null不设置该属性）*/
/* 0.5px边框 */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li, ol li {
    list-style: none;
}

body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: PingFangSC-Regular, Microsoft YaHei;
    -webkit-text-size-adjust: none;
}

label {
    font-weight: 700;
}

html {
    height: 100%;
    box-sizing: border-box;
}

#app {
    min-height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    outline: none;
    text-decoration: none;
}

div:focus {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*列表样式*/
.el-table {
    font-size: 16px;
}

.el-table .caret-wrapper {
    height: 23px;
}

.el-table .sort-caret.ascending {
    top: 0;
}

.el-table .sort-caret.descending {
    bottom: 0;
}

/*分页样式*/
.el-pagination {
    text-align: center;
    font-size: 0;
}

.el-pagination .el-icon {
    font-size: 14px;
}

.el-pagination .el-pagination__sizes .el-input .el-input__inner, .el-pagination button, .el-pagination span:not([class*=suffix]) {
    font-size: 15px;
}

.el-pagination .number {
    font-size: 14px;
}

.el-dialog__header {
    font-size: 0;
}

.el-message__icon {
    font-size: 16px;
}

.boldFont {
    font-family: PingFangSC-Medium, Microsoft YaHei;
}

.Wrap {
    background: #FFF;
    min-width: 1030px;
}

.Wrap .mainCont {
    min-height: calc(100vh - 140px);
}

.Wrap .marginTop {
    margin-top: -70px;
}

[v-cloak] {
    display: none !important;
}

.blank {
    position: relative;
    width: 100%;
    height: 543px;
}

.blank .blanktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.blank .blankbottom {
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    transition: all 1s linear;
}

.loading .blanktop, .loading .blankbottom {
    background: none !important;
}

@media screen and (max-width: 1920px) {
    .blank .blanktop, .blank .blankbottom {
        background: none !important;
    }
}

/*图片在线地址*/
.quoteWrap {
    width: 100%;
    min-width: 1030px;
    background: #f0f2f5;
    padding: 14px 0 20px;
    color: #000;
}

.quoteWrap .quote {
    width: 1030px;
    height: 100%;
    min-height: calc(100vh - 140px);
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.quoteWrap .quote .hotBox {
    width: 100%;
    height: 80px;
    background: #FFF;
    margin-bottom: 14px;
    padding: 0 8px;
    font-size: 14px;
}

.quoteWrap .quote .hotBox .hotBoxCont {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.quoteWrap .quote .hotBox .hotBoxCont.show {
    display: flex;
}

.quoteWrap .quote .hotBox .hotBoxCont .block {
    width: 120px;
    min-height: 58px;
    text-align: center;
    border-radius: 2px;
    padding: 8px 0 6px;
    background: #F8F8F8;
}

.quoteWrap .quote .hotBox .hotBoxCont .block.z {
    background: #FFF6F6;
}

.quoteWrap .quote .hotBox .hotBoxCont .block.z .hqBox {
    color: #F22323;
}

.quoteWrap .quote .hotBox .hotBoxCont .block.d {
    background: #F1FDF4;
}

.quoteWrap .quote .hotBox .hotBoxCont .block.d .hqBox {
    color: #1EA638;
}

.quoteWrap .quote .hotBox .hotBoxCont .block .name {
    color: #000000;
    line-height: 20px;
    margin-bottom: 4px;
}

.quoteWrap .quote .hotBox .hotBoxCont .block .name.small {
    font-size: 12px;
}

.quoteWrap .quote .hotBox .hotBoxCont .block .hqBox {
    color: #666666;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.quoteWrap .quote .hotBox .hotBoxCont .block .hqBox .price {
    font-weight: bold;
    margin-right: 6px;
}

.quoteWrap .quote .hotBox .hotBoxCont .block .hqBox .zdf {
    font-size: 13px;
}

.quoteWrap .quote .recordBox {
    width: 100%;
    height: 44px;
    margin-bottom: 14px;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 6px;
    border: 1px dashed #C4C4C4;
    display: none;
}

.quoteWrap .quote .recordBox.show {
    display: flex;
}

.quoteWrap .quote .recordBox .txt {
    width: 80px;
    color: #999;
    flex-shrink: 0;
}

.quoteWrap .quote .recordBox .blockBox {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.quoteWrap .quote .recordBox .blockBox .block {
    color: #666;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.quoteWrap .quote .recordBox .blockBox .block:not(:last-child) {
    margin-right: 20px;
}

.quoteWrap .quote .recordBox .blockBox .block p:not(:last-child) {
    margin-right: 10px;
}

.quoteWrap .quote .recordBox .blockBox .block.z .cell {
    color: #F22323;
}

.quoteWrap .quote .recordBox .blockBox .block.d .cell {
    color: #1EA638;
}

.quoteWrap .quote .recordBox .blockBox .block span.num {
    display: inline-block;
    width: 8.5px;
}

.quoteWrap .quote .rowTabBox {
    width: 100%;
    height: 50px;
    background: #FFF;
    padding: 0 40px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.quoteWrap .quote .rowTabBox .rowTab {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 15px;
    color: #000000;
    position: relative;
}

.quoteWrap .quote .rowTabBox .rowTab:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #FF6536;
    position: absolute;
    left: calc(-16px + 50%);
    bottom: 6px;
    transform: scaleX(0);
    transition: all 0.25s ease-in-out;
}

@media (any-hover: hover) {
    .quoteWrap .quote .rowTabBox .rowTab:hover:after {
        transform: scaleX(1);
    }
}

.quoteWrap .quote .rowTabBox .rowTab.act {
    color: #FF500C;
    font-weight: bold;
}

.quoteWrap .quote .rowTabBox .rowTab.act:after {
    transform: scaleX(1);
}

.quoteWrap .quote .lineBox {
    -webkit-user-select: none;
    width: 100%;
    height: 35px;
}

.quoteWrap .quote .lineBox .lineBoxCont {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

.quoteWrap .quote .lineBox .lineBoxCont .timeBox .timeTxt {
    display: inline-block;
    width: 155px;
}

.quoteWrap .quote .lineBox .lineBoxCont .timeBox a {
    margin-left: 0;
}

.quoteWrap .quote .lineBox .lineBoxCont a {
    color: #3381E3;
    margin-left: 10px;
}

.quoteWrap .quote .lineBox .lineBoxCont .refreshBox span, .quoteWrap .quote .lineBox .lineBoxCont .fontsizeBox span {
    cursor: pointer;
}

.quoteWrap .quote .lineBox .lineBoxCont .refreshBox span.act, .quoteWrap .quote .lineBox .lineBoxCont .refreshBox span:hover, .quoteWrap .quote .lineBox .lineBoxCont .fontsizeBox span.act, .quoteWrap .quote .lineBox .lineBoxCont .fontsizeBox span:hover {
    color: #FF500C;
}

.quoteWrap .quote .lineBox .lineBoxCont .refreshBox span:not(:first-child), .quoteWrap .quote .lineBox .lineBoxCont .fontsizeBox span:not(:first-child) {
    margin-left: 9px;
}

.quoteWrap .quote .lineBox .lineBoxCont .cffexTipsBox {
    min-width: 330px;
}

.quoteWrap .quote .listWrap {
    flex: 1;
    width: 100%;
    background: #FFF;
    padding-left: 120px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.quoteWrap .quote .listWrap:after {
    content: '';
    width: 120px;
    height: 100%;
    background: #f0f2f5;
    position: absolute;
    left: 0;
    top: 0;
}

.quoteWrap .quote .listWrap.global {
    padding-left: 0;
}

.quoteWrap .quote .listWrap.global .leftPart, .quoteWrap .quote .listWrap.global:after {
    display: none;
}

.quoteWrap .quote .listWrap .leftPart {
    width: 110px;
    font-size: 15px;
    color: #333;
    background: #FFF;
    position: absolute;
    left: 0;
    z-index: 1;
}

.quoteWrap .quote .listWrap .leftPart .colTab {
    display: block;
    line-height: 21px;
    padding: 11px 0 11px 10px;
    position: relative;
    cursor: pointer;
}

.quoteWrap .quote .listWrap .leftPart .colTab:not(:last-child):after {
    content: '';
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    background: #eeeeee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.quoteWrap .quote .listWrap .leftPart .colTab:hover {
    background: #F8F8F8;
}

.quoteWrap .quote .listWrap .leftPart .colTab.act {
    color: #FF500C;
    font-weight: bold;
    background: #F8F8F8;
}

.quoteWrap .quote .listWrap .rightPart {
    width: 100%;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.quoteWrap .quote .listWrap .rightPart .table {
    width: 100%;
}

.quoteWrap .quote .listWrap .rightPart .table .theadCont {
    height: 28px;
}

.quoteWrap .quote .listWrap .rightPart .table .thead {
    -webkit-user-select: none;
    width: 910px;
    padding: 5px 14px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
}

.quoteWrap .quote .listWrap .rightPart .table .thead .th {
    font-size: 12px;
    color: #999999;
}

.quoteWrap .quote .listWrap .rightPart .table .thead .th:not(:first-child) .thCont {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}

.quoteWrap .quote .listWrap .rightPart .table .thead .th:not(:first-child) .thCont:hover {
    color: #FF500C;
}

.quoteWrap .quote .listWrap .rightPart .table .thead .th:not(:first-child) .thCont:before, .quoteWrap .quote .listWrap .rightPart .table .thead .th:not(:first-child) .thCont:after {
    content: '';
    width: 4.5px;
    height: 4.5px;
    border: 1px solid #C4C4C4;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 5px;
}

.quoteWrap .quote .listWrap .rightPart .table .thead .th:not(:first-child) .thCont:before {
    transform: rotate(-135deg);
    top: 6px;
}

.quoteWrap .quote .listWrap .rightPart .table .thead .th:not(:first-child) .thCont.actUp:before, .quoteWrap .quote .listWrap .rightPart .table .thead .th:not(:first-child) .thCont.actDown:after {
    border-color: #FF500C;
}

.quoteWrap .quote .listWrap .rightPart .table .thead, .quoteWrap .quote .listWrap .rightPart .table .tr {
    position: relative;
}

.quoteWrap .quote .listWrap .rightPart .table .thead:after, .quoteWrap .quote .listWrap .rightPart .table .tr:after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #E6E6E6 0%, #E6E6E6 50%, transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr {
    padding: 6px 14px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr:hover {
    background: #F8F8F8;
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr .td.p {
    padding: 4px 0;
    border: 0.5px solid transparent;
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr.priceZ .p {
    background: rgba(248, 34, 34, 0.08);
    border-color: rgba(248, 34, 34, 0.4);
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr.priceD .p {
    background: rgba(30, 166, 56, 0.08);
    border-color: rgba(30, 166, 56, 0.4);
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr.zt .p, .quoteWrap .quote .listWrap .rightPart .table .trBox .tr.dt .p {
    color: #fff;
    border-color: transparent;
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr.zt .p {
    background: #F82222;
}

.quoteWrap .quote .listWrap .rightPart .table .trBox .tr.dt .p {
    background: #1EA638;
}

.quoteWrap .quote .listWrap .rightPart .table .td {
    flex: 1;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    text-align: right;
    flex-shrink: 0;
}

.quoteWrap .quote .listWrap .rightPart .table .td:nth-of-type(1) {
    flex: unset;
    width: 116px;
    text-align: left;
}

.quoteWrap .quote .listWrap .rightPart .table .td.p {
    flex: unset;
    width: 60px;
}

.quoteWrap .quote .listWrap .rightPart .table .td:nth-last-of-type(1) {
    display: none;
}

.quoteWrap .quote .listWrap .rightPart .table .td.z {
    color: #EE1732;
}

.quoteWrap .quote .listWrap .rightPart .table .td.d {
    color: #1BAA57;
}

.quoteWrap .quote .listWrap .rightPart .table .td.nameCell {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}

.quoteWrap .quote .listWrap .rightPart .table .td.nameCell .name {
    font-size: 15px;
    line-height: 21px;
}

.quoteWrap .quote .listWrap .rightPart .table .td.nameCell .codeBox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.quoteWrap .quote .listWrap .rightPart .table .td.nameCell .codeBox .code {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.quoteWrap .quote .listWrap .rightPart .table.big .thead .th {
    font-size: 14px;
}

.quoteWrap .quote .listWrap .rightPart .table.big .td {
    font-size: 15px;
}

.quoteWrap .quote .listWrap .rightPart .table.big .td:nth-last-of-type(2) {
    display: none;
}

.quoteWrap .quote .listWrap .rightPart .table.big .td.nameCell .name {
    font-size: 17px;
    line-height: 24px;
}

.quoteWrap .quote .listWrap .rightPart .table.big .td.nameCell .codeBox .code {
    font-size: 16px;
    line-height: 22px;
}

.quoteWrap .quote .listWrap .rightPart .table.small .thead .th {
    font-size: 10px;
}

.quoteWrap .quote .listWrap .rightPart .table.small .td {
    font-size: 11px;
}

.quoteWrap .quote .listWrap .rightPart .table.small .td.nameCell .name {
    font-size: 13px;
}

.quoteWrap .quote .listWrap .rightPart .table.small .td.nameCell .codeBox .code {
    font-size: 12px;
}

.quoteWrap .quote .listWrap .rightPart .table.small .td:nth-last-of-type(1), .quoteWrap .quote .listWrap .rightPart .table.globalTable .td:nth-last-of-type(1) {
    display: block;
}

.quoteWrap .quote .listWrap .rightPart .table.globalTable .thead {
    width: 1030px;
}

.quoteWrap .quote .listWrap .rightPart .table.globalTable .td.p {
    width: 70px;
}

.quoteWrap .quote .listWrap .rightPart .table.globalTable .td.o, .quoteWrap .quote .listWrap .rightPart .table.globalTable .td.h, .quoteWrap .quote .listWrap .rightPart .table.globalTable .td.l {
    flex: unset;
    width: 75px;
}

.quoteWrap .quote .listWrap .rightPart .table.globalTable .td.cje {
    display: none;
}

.quoteWrap .quote .listWrap .rightPart .table.globalTable.big .td.o, .quoteWrap .quote .listWrap .rightPart .table.globalTable.big .td.h, .quoteWrap .quote .listWrap .rightPart .table.globalTable.big .td.l {
    width: 80px;
}

.quoteWrap .quote .listWrap .rightPart .table.efiTable .td:nth-of-type(1) {
    width: 130px;
}

.quoteWrap .quote .listWrap .rightPart .table.fixed .thead {
    position: fixed;
    top: 0;
    z-index: 1;
}

.quoteWrap .quote .listWrap .rightPart .tipsBox {
    color: #999999;
    padding: 25px 0 25px 20px;
    display: none;
}

.quoteWrap .quote .listWrap .rightPart .tipsBox.show {
    display: block;
}

.quoteWrap .quote .listWrap .rightPart .tipsBox .tit {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 11px;
}

.quoteWrap .quote .listWrap .rightPart .tipsBox .txtBox {
    padding-left: 60px;
    margin-bottom: 4px;
    position: relative;
    left: -4px;
}

.quoteWrap .quote .listWrap .rightPart .tipsBox .txtBox .label {
    position: absolute;
    left: 0;
    top: 3px;
}

.quoteWrap .quote .listWrap .rightPart .tipsBox .txtBox .txt {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}

.quoteWrap .quote .listWrap .rightPart .main, .quoteWrap .quote .listWrap .rightPart .secondMain {
    border-radius: 2px;
    border: 1px solid #3381E3;
    font-size: 12px;
    color: #3381E3;
    line-height: 14px;
    padding: 0px 1px 1px 1px;
    display: inline-block;
    margin-left: 4px;
}

.quoteWrap .quote .listWrap .rightPart .delivery, .quoteWrap .quote .listWrap .rightPart .risk {
    background: #f5ab31;
    border-radius: 2px;
    font-size: 12px;
    color: #FFF;
    line-height: 17px;
    padding: 0 3px;
    display: inline-block;
    margin-left: 4px;
}

.quoteWrap .quote .listWrap .rightPart .risk {
    background: #f82222;
}

/*# sourceMappingURL=index.css.map */
