<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*各国签证图标*/
.third_page &gt; h2 &gt; i.cur_site_icon1{height: 40px; background:url(../../../../Images/icon30x30.png) no-repeat center -84px;}
/*居住证积分图标*/
.third_page &gt; h2 &gt; i.cur_site_icon2{background:url(../../../../Images/Talentapt/china/icon.png) no-repeat center -50px;}
/*出入境快速通道图标*/
.third_page &gt; h2 &gt; i.cur_site_icon3{background:url(../../../../Images/Talentapt/china/icon.png) no-repeat center -100px;}

/*h3标题*/
.tpl_detail_wrap &gt; h3{text-align: center; line-height: 60px;}

/*审核进度条*/
.tpl_detail_wrap &gt; .tpl_progress{margin-top: 20px;}
.tpl_detail_wrap &gt; .tpl_progress &gt; li{width: 33.3333%; float: left; text-align: center; padding-top:40px; background:url(../../../../Images/line_gray.png) no-repeat center top;}
/*激活状态*/
.tpl_detail_wrap &gt; .tpl_progress &gt; li.active{background:url(../../../../Images/line_yellow.png) no-repeat center top;}
/*审核失败*/
.tpl_detail_wrap &gt; .tpl_progress &gt; li.fault{background:url(../../../../Images/line_red.png) no-repeat center top;}

/*审核失败的说明*/
.tpl_progress_tip{padding:10px 0; display:none;}
	.tpl_progress_tip.active{display:block;}
.tpl_progress_tip &gt; p{text-indent: 2em;}

/*申请说明*/
.tpl_content{margin-top: 30px;}
.tpl_content &gt; p{line-height: 1.8; text-indent: 2em;}
.tpl_content &gt; p + p{margin-top:20px;}

/*上传文件*/
.input_file_wrap{margin-top: 20px;}
.input_file_wrap &gt; .tpl_file_add{width: 79px; height: 79px; float:left; border:1px solid #000; position:relative;}
	.input_file_wrap &gt; .tpl_file_add:before,
	.input_file_wrap &gt; .tpl_file_add:after{
		display:block; content: " "; position: absolute; top: 50%; left: 50%; background-color: #D9D9D9;
	}
	.input_file_wrap &gt; .tpl_file_add:before{width: 2px; height: 39.5px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
	.input_file_wrap &gt; .tpl_file_add:after{width: 39.5px; height: 2px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.input_file_wrap &gt; .tpl_file_add &gt; input{display: block; width: 100%; height: 100%; opacity: 0; filter:alpha(opacity:0);}

/*上传在界面显示的文件*/
	/*图片*/
	ul.tpl_file_wrap{float:left;}
	ul.tpl_file_wrap li{width: 79px; height: 79px; float:left; margin-right: 9px; margin-bottom: 9px;}
	ul.tpl_file_wrap li.tpl_file_img{background:no-repeat center center; background-size:cover; background-image:url(../../../../Images/logo.png);}
	ul.tpl_file_wrap li.tpl_file_doc{padding:5px;}
	ul.tpl_file_wrap li.tpl_file_doc &gt; a{display: block; width: 100%; height: 100%;}

/*提交*/
.tpl_submit_wrap{margin-top: 30px; text-align: center;}
.tpl_submit_wrap &gt; button + button{margin-left:20px;}

.img_upload_div{float:left;position:relative;margin-left: 10px;margin-right: 10px;width:79px;height:79px;text-align: center; line-height: 79px;}
.img_upload_fgc{position:absolute;left:0;overflow:hidden;bottom:0;height: 100%;width: 0;background-color:#000;  opacity:0.5;filter:alpha(opacity=50);}
.img_upload_div&gt;p{position:absolute;color: white;font-size:20px;font-weight: 200;vertical-align: middle;width: 79px}
   
  #viewdiv {
      box-sizing:content-box;
        width:100%;
        height:100%;
        left:0;
        top:0;
        padding:20px 0;
     opacity:0.9;
     -moz-opacity:0.9;
    filter:alpha(opacity=90);
    background-color:#000;
        z-index:97;
        position:fixed;
          text-align:center;
    }

    #view {
        width:50%;
        height:100%;
    }

    .imgview {
        
    text-align:center;
    height:90%;
    }
    #imgdel {
        color:#fff;
        padding:10px 0;
        background-color:#000;
        width:100%;
        height:10%;
        padding-top:10px;
        font-size:xx-large;
    }        
</pre></body></html>