* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', 'MicrosoftJhengHei', 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
body,html{
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', 'MicrosoftJhengHei', 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
body { padding: 10px; }
.loader {
    width: 80px;
    margin: 21px auto 70px;
    position: relative;
    margin-bottom: -3px;
}

.loader .loading-1 {
    position: relative;
    width: 100%;
    height: 8px;
    border: 1px solid #4c8fbd;
    border-radius: 10px;
    /* animation: turn 4s linear 1.75s infinite; */
}

.loader .loading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #4c8fbd;
    box-shadow: 10px 0px 15px 0px #4c8fbd;
    animation: load 2s linear infinite;
}

.loader .loading-2 {
    width: 100%;
    position: absolute;
    top: 10px;
    color: #4c8fbd;
    font-size: 16px;
    text-align: center;
    animation: bounce 2s linear infinite;
}

@keyframes load {
    0% {
        width: 0%;
    }
    87.5%,
    100% {
        width: 100%;
    }
}

@keyframes turn {
    0% {
        transform: rotateY(0deg);
    }
    6.25%,
    50% {
        transform: rotateY(180deg);
    }
    56.25%,
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        top: 10px;
    }
    12.5% {
        top: 30px;
    }
}


.alterBody::-webkit-scrollbar-thumb,
.nice-select .list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background: #d0d8da;
    cursor: pointer;
    cursor: pointer;
}
.layui-table-body::-webkit-scrollbar-thumb:hover,
.alterBody::-webkit-scrollbar-thumb:hover,
.nice-select .list::-webkit-scrollbar-thumb:hover {/*鼠标划入滚动条里面小方块*/
    background: #c9d3d5;
    cursor: pointer;
}
.layui-table-body::-webkit-scrollbar-thumb:active,
.alterBody::-webkit-scrollbar-thumb:active,
.nice-select .list::-webkit-scrollbar-thumb:active {/*点击滚动条里面小方块*/
    background: #c1cdd0;
}
.layui-table-body::-webkit-scrollbar-track,
.alterBody::-webkit-scrollbar-track,
.nice-select .list::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    padding: 3px;
    background: #fff;
}


/* ---------------- 搜索板块 ---------------- */
.search {
    height: 56px;
}
.search::after {
    content: '.';
    font-size: 0;
    line-height: 0;
    clear: both;
}
.search .current { color: #999; }
/* 输入&匹配下拉列表 */
.inputDrop {
    position: relative;
    padding: 0;
    margin-right: 12px;
}
.inputDrop .selectArrow {
    position: absolute;
    top: 9px;
    right: 7px;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 16px;
}
.inputDrop .selectArrow.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nice-select.wide .list { overflow-y: auto; }
.nice-select.open, .nice-select:focus {
    border-color: #bac9d1!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
#vin_codelist li { padding: 0 10px; }
/* 日期 */
.datepick {
    padding: 0;
    margin-right: 12px;
}
/* 搜索按钮 */
.searchBtn {
    float: left;
    padding: 0;
    font-size: 0;
}
.searchBtn .btn {
    width: 100px;
    border-radius: 3px;
}
.searchBtn .btn-normal { margin-left: 12px; }

/* ---------------- 选项卡 ---------------- */
.tabs {
    margin-top: 10px;
    min-height: calc(100vh - 86px);
}
.tabs-list {
    margin: 0;
    font-size: 0;
    height: 40px;
    border-bottom: 1px solid #dee6e9;
}
.contain .tabs-list {
    position: relative;
    z-index: 10;
    padding: 0;
    border-bottom: 0;
}
.tabs-list li a {
    position: relative;
    width: 110px;
    height: 40px;
    line-height: 39px;
    font-weight: bold;
    color: #858ea5;
    background-color: #f3f7f8;
    border-top: 1px #dde7e9 solid;
    border-left: 1px #dde7e9 solid;
}
.tabs-list li:last-child a { border-right: 1px #dde7e9 solid; }
.tabs-list li a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
.tabs-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dde7e9;
}
.tabs-list li a:hover{ background-color:white }
.tabs-list li.active a {
    color: #438eb9;
    background-color: #fff;
}
.tabs-list li.active a::before { background-color: #438eb9; }
.tabs-list li.active a::after { background-color: #fcfcfc; }
.tabCnt .contain .tabs-list li.active a { background-color: #fcfcfc; }
.tabCnt .contain .tabs-list li a::after {
    bottom: -1px;
    background-color: #e6e6e6;
}
.tabCnt .contain .tabs-list li.active a::after { background-color: #fcfcfc; }
/* 选项卡统计信息 */
.countTab {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 14px;
	color: #858ea5;
}
.countTab em {
    font-style: normal;
    font-weight: bold;
}
.countTab .refresh {
    position: absolute;
    right: 100px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.countTab .layui-icon-refresh {
    position: absolute;
    left: -40px;
    top: -4px;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.countTab .layui-icon-refresh:hover { color: #616a81; }


/* 任意元素 */
.layui-badge-dot{
    margin-right: 4px;
    vertical-align: 1px;
}
.alerttext{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}


.translate{
    position: relative;
}
.translate img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.supplier-list {
    display: none;
    position: absolute;
    left:220px;
    top: 42px;
    z-index: 99;
    min-width: 132px;
    padding: 0;
    border: 1px solid #cbcbcb;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
.supplier-list li {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #333333;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.supplier-list li:hover { background-color: #eee; }
.supplier-list li.current {
    color: #05aae8;
    background-color: #cbf7dd;
}
.quality-list {
    display: none;
    position: absolute;
    left:330px;
    top: 42px;
    z-index: 99;
    min-width: 132px;
    padding: 0;
    border: 1px solid #cbcbcb;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
.quality-list li {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #333333;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.quality-list li:hover { background-color: #eee; }
.quality-list li.current {
    color: #05aae8;
    background-color: #cbf7dd;
}
.choose_supplier {
    display: none;
    position: relative;
    /* top: 4px; */
    left: 6px;
    padding: 10px;
    font-size: 12px;
    color: #05aae8;
    border: 1px dashed #05aae8;
}
.choose_supplier em { font-style: normal; }
.choose_quality {
    display: none;
    position: relative;
    /* top: 4px; */
    left: 6px;
    padding: 10px;
    font-size: 12px;
    color: #05aae8;
    border: 1px dashed #05aae8;
}
.choose_quality em { font-style: normal; }

/* 重新询货 */
.alterBody .item {
    display: flex;
}
.alterBody .item > div {
    padding: 8px 0 5px 20px;
}
.alterBody .item > div:nth-child(n+2) { flex-grow: 1; }
.alterBody .item .field {
    width: 120px;
    flex-shrink: 1;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
}
.alterBody .item .font-weight {
    font-size: 14px;
    font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.quote_item {
    margin: 0 20px;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.quote_item tr td {
    padding-left: 10px;
    height: 36px;
}
.quote_item tr td:nth-child(1) {
    width: 160px;
    height: 36px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
	background-color: #e1f3fc;
}
.quote_item .inputDrop {
    width: 220px;
    height: 36px;
    margin-right: 0;
}
.inpPrice {
    padding: 0 12px;
    width: 178px;
    height: 36px;
    font-size: 14px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
}
.inpPrice::-webkit-input-placeholder,
.remark::-webkit-input-placeholder{ color: #999;}    /* 使用webkit内核的浏览器 */
.inpPrice:-moz-placeholder,
.remark:-moz-placeholder{ color: #999; }                  /* Firefox版本4-18 */
.inpPrice::-moz-placeholder,
.remark::-moz-placeholder{ color: #999; }                  /* Firefox版本19+ */
.inpPrice:-ms-input-placeholder,
.remark:-ms-input-placeholder{ color: #999; }           /* IE浏览器 */
.chooseTime {
    display: flex;
    flex-wrap: wrap;
}
.chooseTime .time {
    position: relative;
    width: 60px;
    height: 28px;
    line-height: 28px;
	border-radius: 4px;
    border: solid 1px #d9dee4;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
    cursor: pointer;
}
.chooseTime .time + .time {
    margin-left: 20px;
    cursor: pointer;
}
.chooseTime .time.curr,
.chooseTime .time:hover {
    background-color: #e6f6fd;
	border: solid 1px #05aae8;
}
.chooseTime .time img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.chooseTime .time.curr img { display: block; }

.remark {
    padding: 5px;
    width: 500px;
	height: 68px;
	background-color: #ffffff;
    border: solid 1px #dddddd;
    resize: none;
}

/* 提示层 */
.explain {
    position: relative;
    right: 10px;
    top: 12px;
    float: right;

}
.explainIcon {
    cursor: pointer;
}
.explain::before {
    display: none;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1000;
    border: 8px solid transparent;
    border-bottom-color: #05aae8;
}
.explain::after {
    display: none;
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1001;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.explain.open::before,
.explain.open::after { display: inline-block; }
.explainCnt {
    display: none;
    position: absolute;
    top: 25px;
    left: -369px;
    z-index: 999;
    width: 400px;
    height: 300px;
    overflow-y: auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    border: solid 1px #05aae8;
    border-radius: 2px;
    background-color: #fff;
}
.explain.open .explainCnt { display: block; }
.explainCnt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.explainCnt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background: #d0d8da;
    cursor: pointer;
    cursor: pointer;
}
.explainCnt::-webkit-scrollbar-thumb:hover {/*鼠标划入滚动条里面小方块*/
    background: #c9d3d5;
    cursor: pointer;
}
.explainCnt::-webkit-scrollbar-thumb:active {/*点击滚动条里面小方块*/
    background: #c1cdd0;
}
.explainCnt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    padding: 3px;
    background: #fff;
}

.areaList span{
  vertical-align: bottom;
}

.choise_brand{
    border: solid 1px #dddddd;
    width: 500px;
    display: inline-block;
    min-height: 40px;
}
.choise_brand li{
    background-color: #eeeeee;
    width: 68px;
    height: 28px;
    line-height: 28px;
    padding: 0 11px;
    margin: 6px;
    display: inline-block;
}
.choise_brand img{
    margin-left: 10px;
    cursor: pointer;
}
.choise_option{
    width: 500px;
    border: solid 1px #dddddd;
    padding: 6px;
    margin-top: 5px;
}
.quality{
    width: 141px;
    padding-left: 1px;
    margin-left: 0px !important;
}
.quality span{
    vertical-align: bottom;
}
.line_talk{
    cursor: pointer;
    margin-right: 5px;
}

td[data-field="supplier_view_name"] img { vertical-align: -3px; }
div[lay-id="quotedListtabCnt1"] .layui-table-box {
    min-height: 200px;
}
.layui-laypage-limits select {
    height: 30px;
    position: relative;
    top: -3px;
    padding: 0;
}
/* .layui-table-page .layui-laypage span {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -2px;
} */
.layui-table-page .layui-laypage button {
    line-height: 25px;
    color: #333;
}
.layui-table-page .layui-laypage input { color: #333; }
/* .layui-table tr td .layui-table-cell,
.layui-table tr th .layui-table-cell {
    height: auto;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
} */
.layui-table-cell .line_talk {
    object-fit: contain;
    width: 19px;
    height: 19px;
}
.nice-select .option {
    height: 34px;
    line-height: 34px;
}
td[data-field=supplier_view] .layui-table-tips-main{display:none}
td[data-field=supplier_view] .layui-table-tips-c{display:none}
td[data-field=supplier_view] .layui-table-grid-down {display:none;}


.header {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 10px;
    background: #EFF3F8;
    border: 1px solid #eee;
}
#tbody tr:hover{
    cursor: pointer;
}
#tbody .active td{
    background-color: #05aae8 !important;
    color: #fff !important;
}

.text-length-hide{
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
    display: block;
}

#review{
    cursor: pointer;
}
.text-center{
    vertical-align: middle !important;
    text-align: left;
}
.being-push{
    display:flex;
    line-height: 32px;
    font-size: 15px;
}
.being-push span{
    color:#05aae8;
    padding:0 5px;
}
.being-push button{
    padding: 0 3px;
    height: 21px;
    margin: 6px;
}
.msg-send{
    display: flex;
    line-height: 33px;
    justify-content: center;
    margin: 25px;
}
.msg-send input{
    width: 77px;
    margin: 0 10px;
}
.line_talk{
    cursor: pointer;
    margin-left: 5px;
    width: 20px;
}