@charset "utf-8";
/* CSS Document */


/*进度条样式*/ 
/*绝对定位 + z-index */ 
.import_progressbar{ 
    background-color:#666; 
    color:#222; 
    height:18px; 
    width:300px; 
    border:1px solid #bbb; 
    text-align:center; 
    position:relative; 
} 
.import_progressbar .import_bar { 
    background-color:#1890FF; 
    height:16px; 
    width:0; 
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1000; 
    box-sizing:border-box
} 
.import_progressbar .import_text { 
    height:16px; 
    position:absolute; 
    left:0; 
    top:0; 
    width:100%; 
    line-height:16px; 
     color:#fff;
    z-index:1001; 
    
}
.primaryText{
	color:#999;margin-top:22px
}
/* */ 

/*弹出层*/
.import_popup{ position:absolute; width:100%; z-index:1600; top:50%; display:none; opacity:0;}
.import_popup_box{ position:relative; border: 1px solid #999; min-height:30px; background:#fff; z-index: 1500; line-height: 26px;padding-bottom:20px;}
.import_popup .import_fade{ position:fixed; top: 0;right: 0;bottom: 0;left: 0; z-index: 140; background:url(../images/tm_hei.png) repeat;}
.import_popup_main{ padding:15px; color:#31708f;word-wrap: break-word;}

.import_popup_alert{ width:335px;  margin-left:-170px; left:50%;}