.popup-box{
    position: relative;
    left: 0;
    width: 368px;
    border: 1px solid #009afe;
    border-radius: 3px;
    background: #fff;
}

.popup-sanjiao {
    position: absolute;
    top: 150px;
    right: -34px;
    width: 34px;
    height: 40px;
    background: url(/resource/imap/images/map/sanjiao.png) no-repeat
}

.unit-sanjiao {
    position: absolute;
    top: 100px;
    right: -34px;
    width: 34px;
    height: 40px;
    background: url(/resource/imap/images/map/sanjiao.png) no-repeat
}

.popup-close {
    position: absolute;
    top: 0;
    right: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.popup-close {
    float: right;
    cursor: pointer
}

.popup-tit {
    padding-left: 10px;
    height: 33px;
    background: #009afe;
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 33px;
    opacity: .8
}

.popup-info {
    padding: 0 0 5px 9pt;
    color: #333;
    text-align: left;
    line-height: 18px
}

.entity_info {
    padding: 0 10px;
    margin: 10px 0;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.entity_img>img {
    width: 120px;
    height: 120px;
    margin-right: 5px;
}

.entity_params {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.param-key,.equipment-key {
    color: #aaaaaa;
    white-space: nowrap;
}

.param-value,.equipment-value {
    color: #000;
    word-break: break-all;
}

.equipment-box {
    display: inline-block;
    width: 100%;
}

.equipment-title {
    width: auto;
    border-bottom: red;
    margin: 12px;
}

.equipment-list {
    width: 100%;
    max-height: 100px;
    overflow-y: auto;
    padding: 0 12px;
    -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
}
.equipment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #6C6C6C;
}
.equipment-name {
    width: 85%;
    align-items: center;
}

.detail-box {
    width: 100%;
    height: auto;
    display: none;
}

.popup-equipment-info {
    padding: 0 0 5px 9pt;
    color: #333;
    text-align: left;
    line-height: 18px;
    overflow: hidden;
    height:auto;
    margin-right: 5px;
}

.equipment-param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
}

.equipment-param>div:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
}

.cx-btn {
    float:right;
    width:48px;
    background:#009afe;
    color:#fff;
    text-align:center;
}

.popup-equipment-title {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #9ac6e2;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
}

.popup-equipment-title div:first-child {
    color: #fff;
    text-overflow: ellipsis;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
}

.rtn-btn {
    float: right;
    width: 60px;
    height: 23px;
    text-align:center;
    line-height:23px;
    color: blue;
}