 @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:50%;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}
.popClose2{display:inline-block;width:18px;height:18px;margin-top:19px}
.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;
}
.toolTipBox img{display: inline-block;
    vertical-align: top;}

 /*气泡icon*/
 .c_tip_icon {
     position: relative;
     margin-left: 10px;
     transform: translateY(3px);
     cursor: pointer;
 }

 .c_tip_icon:hover .bubble {
     display: block;
 }

 .c_tip_icon:hover .c_tip_icon_circle {
     fill: #3A8BFF
 }

 .c_tip_icon .bubble {
     position: absolute;
     display: none;
     padding: 12px 16px;
     background: rgba(24, 30, 51, 0.8);
     border-radius: 4px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     font-size: 12px;
     color: #FFF;
     letter-spacing: 0;
     z-index: 11;
     line-height: normal;
     width: 255px;
     left: -35px;
     top: 0;
     transform: translateY(-100%);
 }

 .c_tip_icon .bubble:after {
     position: absolute;
     content: "";
     border-color: rgba(24, 30, 51, 0.8) transparent transparent transparent;
     border-style: solid;
     border-width: 7px 8px 0 8px;
     height: 0;
     left: 40px;
     bottom: -6px;
     margin-left: -4px;
     margin-top: 0px;
     width: 0;
 }

 /*气泡icon*/

