﻿/*库存地图页面-第二版*/
#inventorymap {
}

#inventorymap-content {
    position:relative;
    left:0;
    top:0;
}

.inventorymap-left {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex: 0 0 700px;
    align-items: center;
    justify-content: flex-start;
}

#inventorymapplace {
    width: 700px;
    height: 430px;
}

.inventorymap-left-bottom {
    width: 100%;
    text-align: center;
    color: #999999;
}

.inventorymap-right {
    background-color: #ffffff;
    flex-grow: 1;
    margin-left: 10px;
}

.inventorymap-right-wrap {
    position: relative;
    padding: 10px;
    height: 430px;
}

.inventorymap-title {
    width: 100%;
    position: relative;
    height: 30px;
    border-bottom: 2px solid #f9f9fb;
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 13px;
}

.inventorymap-title-left {
    position: absolute;
    left: 10px;
    top: -1px;
    border-bottom: 3px solid #aa1920;
    padding: 0px 0px 9px 0px;
}
.inventorymap-title-right {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #999999;
    font-size: 12px;
}

.inventorymap-content {
    padding: 0px 10px;
}

.inventorymap-origininput {
    width: 100%;
    margin-bottom: 5px;
}

.inventorymap-origininput-ctl {
    margin-bottom: 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.inventorymap-origininput-error {
    text-align: right;
    margin-right: 45px;
    color: #ab1c22;
    display: none;
}

#queryorigininfo {
    /*color: #1a80e5;*/
    padding: 0px 7px;
    border-radius: 5px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}
#originsel {
}

/**商铺列表开始-----------------------------*/
.storewrap {
    background-color: #ffffff;
}

    .storewrap.pagecontent-panel {
        width: 100%;
        padding: 0px 0px
    }

    .storewrap .pagecontent-content-h {
        flex-wrap: wrap;
    }

.storeitem {
    position: relative;
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    background-color: #fafbfd;
    margin: 0px 0px 20px 0px;
    padding: 10px 15px;
    justify-content: space-between;
}

.storeitem-nodata {
    background-color: transparent;
}

.storeitem:nth-child(4n) {
    margin-right: 0px;
}

.storeitem-top {
    margin-bottom: 15px;
}

.storeitem-bottom {
}

.store-titel {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #ffffff;
    padding: 5px 5px;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}

.store-vip {
    width: 18px;
    height: 18px;
    background-image: url("../../../../images/icon/vip.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.store-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.store-row-left {
}

.store-row-right {
}

.store-dq, .store-zy, .store-cd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.store-cd {
    height:50px;
}

.store-withlabel {
    line-height: 25px;
}

    .store-withlabel .store-row-left {
        flex: 0 0 40px;
        font-weight: 600;
        letter-spacing: 2px;
    }

        .store-withlabel .store-row-left::after {
            content: ":"
        }

    .store-withlabel .store-row-right {
        flex-grow: 1;
        line-height: 25px;
        color: #666666;
        word-break: break-all;
        white-space: pre-wrap;
    }

.store-monthdealcount {
    color: #739efc;
    font-weight: 500;
    margin-bottom: 5px;
}

    .store-monthdealcount span {
        margin-left: 5px;
    }

.store-tradecount {
    color: #739efc;
}

.store-invoicedate {
    border: 1px solid #739efc;
    color: #739efc;
    margin: 8px 0px 5px 0px;
    height: 18px;
    line-height: 18px;
    background-color: #dbe6fc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .store-invoicedate div {
        text-align: center;
        padding: 0px 10px;
    }

        .store-invoicedate div:last-child {
            border-left: 1px solid #739efc;
            padding-left: 10px;
            background-color: #ffffff;
        }

.store-managerinfotitle {
    position: relative;
    border-top: 1px solid #e0e0e5;
    height: 20px;
}

    .store-managerinfotitle div {
        width: 100%;
        position: absolute;
        top: -5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .store-managerinfotitle div .store-managerinfotitle-name {
            width: 60px;
            font-weight: 600;
            /*background-color: #fafbfd;*/
        }

.store-managerinfowrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 71px;
}

.store-managerinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 65px;
}

.store-managerphoto {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

    .store-managerphoto img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }

.store-managername {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.store-manager-nouser {
    color: #999999;
}

#store-loadmoredata {
    height: 50px;
    line-height: 50px;
    color: #1a80e5;
    font-size: 14px;
    text-align: center;
    display: none;
}

.nostore {
    text-align: center;
    color: rgba(0,0,0,0.5);
    width: 100%;
}
/**商铺列表结束-----------------------------*/
/*弹出窗口开始------------------*/
.avgrund-popup {
    border-radius: 8px;
}

.popupwrap {
    position: relative;
    width: 600px;
    height: 330px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 20px;
}

.popup-close {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 40px;
    color: #999999;
    z-index: 1;
}

.popup-body-left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .popup-body-left .storeitem {
        margin: 0px 10px 0px 0px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

        .popup-body-left .storeitem .storeitem-top {
            flex-grow: 1;
            background-color: #fafbfd;
            margin-bottom: 0px;
            max-height: 260px;
            overflow: hidden;
        }

    .popup-body-left .store-row {
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 0 0 5px;
    }

.popup-body-right {
    flex: 0 0 280px;
    padding: 0 0 0 10px;
    border-left: 1px solid #e0e0e5;
    display: flex;
    flex-direction: column;
}

.popup-body-right-header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*height: 35px;
    line-height: 35px;*/
    flex: 0 0 35px;
}

.popup-body-right-header-title {
    font-weight: 600;
}

.popup-body-right-body {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}

.popup-storeitem {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.popup-storeitem-managerphoto {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .popup-storeitem-managerphoto img {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        padding: 3px;
        margin-right: 5px;
    }

.popup-storeitem-managerinfo-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 20px;
    line-height: 20px;
    color: #666666;
}

    .popup-storeitem-managerinfo-row span {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

.popup-storeitem-managerinfo {
    flex-grow: 1;
}

.popup-storeitem-phoneicon, .popup-storeitem-qqicon {
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.popup-storeitem-phoneicon {
    background-image: url(../../../../images/icon/icon-phone-fill.svg);
}

.popup-storeitem-qqicon {
    background-image: url(../../../../images/icon/icon-qq-fill.svg);
}

.popup-managerinfo-left {
    width: 110px;
    margin-right: 5px;
    overflow: hidden;
}

.popup-managerinfo-right {
    flex-grow: 1;
}

[name=Introduction] {
    max-height: 145px;
}

.store-desc {
    overflow: hidden;
}
/*弹出窗口结束-----------------*/

/**标题部分开始*/
.pagecontent-panel {
    margin-bottom: 10px;
}

#storelisttitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

#store-loading {
    text-align:center;
    color:#999999;
    padding:10px 0px;
}

.storelisttitle-left {
    font-size: 16px;
    border-left: 5px solid #ab1c22;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 20px;
}

.storelisttitle-right {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    justify-content: flex-end;
    align-items: center;
}

.storelisttitle-right-adv {
    font-size: 12px;
    color: #999999;
    border: 1px solid #e0e0e5;
    padding: 0px 10px;
    margin-left: 10px;
}

.storesearchwrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.seachstoretextwrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #CCC;
}

#seachstoreclear {
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    user-select: none;
    padding-right: 5px;
}

#seachstoretext {
    width: 100%;
    border: none;
    box-shadow: none;
    height: 36px;
    line-height: 36px;
    background-color: none;
    outline: none;
    padding-left: 10px;
}

#seachstorebtn {
    display: inline-block;
    width:30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}
/**标题部分结束-----------------*/


/**地图鼠标晃上去提示框样式开始-----------------*/
.kcdt-tipwrap {
}
.kcdt-title {
    font-weight: 600;
    border-bottom: 1px solid #d1d0d0;
    padding:0px 0px 10px 0px;
    margin:0px 0px 10px 0px;
}

.kcdt-tiprow {
}

    .kcdt-tiprow .kcdt-tiplabel {
        font-weight: 600;
    }

    .kcdt-rowsplit {
        border-bottom:1px solid #d1d0d0;
        height:1px;
        margin:10px 0px;
    }
/**地图鼠标晃上去提示框样式结束-----------------*/
#querymasker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
#querymasker-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #999999;
    opacity: 0.1;
}
#querymasker-loading {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-image: url(../../../images/loading2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*搜索区单项*/
.imap-searchitem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 10px 0px;
    height: 60px;
    align-items: center;
    border-color: #eae6e7;
}

.imap-searchitem-left {
    flex: 0 0 55px;
    /*text-align-last: justify;*/
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
}

.imap-searchitem-content {
    flex-grow: 1;
}

.imap-searchitem-right {
    flex: 0 0 20px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.icon-search {
    width: 20px;
    height: 20px;
    background-image: url("../../../../images/icon/icon-search.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.selectivity-input {
    width: 100%;
}

.selectivity-multiple-input {
    min-width: 90px;
}

.selectivity-single-select, .selectivity-multiple-input-container {
    background-color: #ffffff;
    border: 1px solid #CCC;
    border-radius: 0px;
}

#sel-origin .cascadepickerwrap {
    width: 20px;
    height: 40px;
}

#sel-origin .printbox {
    width: 100%;
    height: 100%;
    padding: 0px;
    border: none;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aa1920;
}

#sel-origin .cascadepicker {
    left: -360px;
}

#sel-origin .lv2 {
    width: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin: 5px 0 0 4px;
    padding: 0px 1px;
}

#sel-origin .cascadepicker label {
    display: block;
    cursor: pointer;
    line-height: 26px;
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    height: 26px;
    margin: 0px 0px 0px 3px;
}

.selectivity-result-item {
    font-weight: 600;
}

.selectivity-result-children .selectivity-result-item {
    font-weight: normal;
    padding: 7px 15px;
    min-width: 22px;
    display: inline-block;
}

.selectivity-single-selected-item-remove {
    font-size: 20px;
    position: absolute;
    top: -7px;
    right: 0px;
    font-style: normal;
}

#clearquerydatawrap {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
}

    #clearquerydatawrap .canclick {
        color: #4484c7;
        padding:2px 10px;
        border-radius:10px;
    }
/*产地加右上角标志开始*/
.item-hadicon {
    margin-top:10px;
}
.selectivity-result-item-icon-wrap {
    position: absolute;
    top: -8px;
    right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
    .selectivity-result-item-icon-wrap .item-icon-sn, .selectivity-result-item-icon-wrap .item-icon-cf, .selectivity-result-item-icon-wrap .item-icon-kt {
        background-color: white;
        border-radius: 10px;
        font-size: 12px;
        text-align: center;
        width: 36px;
        border-width: 1px;
        border-style: solid;
        transform: scale(0.8);
        margin-right:-4px;
    }
    .selectivity-result-item-icon-wrap .item-icon-sn {
        color: orangered;
        border-color:red;
    }
    .selectivity-result-item-icon-wrap .item-icon-cf {
        color: blue;
        border-color: blue;
    }
    .selectivity-result-item-icon-wrap .item-icon-kt {
        color: forestgreen;
        border-color: forestgreen;
    }
/*产地加右上角标志结束*/