@charset "utf-8";
/* CSS Document */
/*灰色提示弹窗*/
.toolTipBox {
    position: fixed;
    padding: 0 24px;
    height: 48px;
    background: rgba(79, 87, 98, 0.98);
    border-radius: 8px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    top: 180px;
    margin-top: -24px;
    left: 45%;
    z-index: 10
}

.popicon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.popicon img {
    width: 100%;
    height: 100%;
    float: left
}

.loadicon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.loadicon img {
    width: 100%;
    height: 100%
}

.maskDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(16, 26, 41, 0.76);
    z-index: 10
}

.wid440 {
    width: 440px;
    max-height: 360px
}

.wid640 {
    width: 640px;
    max-height: 480px
}

.wid840 {
    width: 840px;
    max-height: 600px
}

.popDiv {
    min-height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    overflow: hidden
}

.popHead {
    line-height: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 rgba(242, 242, 242, 0.80);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff
}

.popClose {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 19px
}

.popClose img {
    vertical-align: top;
}

.het62 {
    width: 100%;
    height: 62px;
}

.het60 {
    width: 100%;
    height: 60px;
}

.popBottom {
    width: 100%;
    height: 53px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 17px;
}

.popBottom a {
    margin-right: 30px;
}

.shadowBox {
    box-shadow: 0 -1px 4px 0 rgba(209, 209, 209, 0.18);
}

.het72 {
    width: 100%;
    height: 72px;
}

.popWord {
    padding: 26px 30px;
}

.l_table_list span {
    width: 36px;
    height: 21px;
    background: #8FB4DE;
    border-radius: 4px;
    position: absolute;
    right: 28px;
    top: 50%;
    line-height: 21px;
    color: #fff;
    display: block;
    margin-top: -10px;
    text-align: center;
}


.l_table_list.l_active {
    border: 1px solid #D6E8FF;
    background: #F0F6FF !important;
}

