@charset "utf-8";
body{
	margin:0;
	padding:0;
	color: #333;
	font-size:13px;
	clear:both;
	}
a{text-decoration: none;
    color: #333;
}
table{
	padding:0;
	margin:0;
	border-collapse:collapse;
	}
table, td{border:1px solid #e6e6e6;}
td{padding:5px 0px;} 	

ul{list-style:none; 
   padding:0px; 
   margin:0px;
   }
  
.order{
	width:1200px;
	margin:0 auto;
	}   
	
.location{
	margin-top:20px;
	color:#999;	
	}
.location img{
	margin-right:6px;
	}		
.introduction{
	height:105px;
	background:#2396eb;
	margin-top:20px;
	color:#fff;
	}	
.intr_b{
	padding-left:35px;
	font-size:20px;
	font-weight:bold;
	line-height:60px;
	}
.intr_n{
	padding-left:35px;
	line-height:24px;
	color:#c8fafa;
	font-size:14px;
	}
.step{
	background:#f6f6f6;
	padding:25px;
	}
.step ul{
	width:1000px;
	margin:0 auto;
	}		
.step ul li{
	display: inline-block;
	width:140px;
	height:56px;
	text-align:center;
	line-height:56px;
	font-size:18px;
	background-image:url(../img/lcbg.png);
	margin:0px 10px;
	cursor: pointer;
	background-size: 100% 100%;
	}
.check{
	background-image:url(../img/lcselect.png) !important;
	color:#fff;
	}	
.step_con1,.step_con2,.step_con3,.step_con4,.step_con5{
	margin-top:20px;
	padding-bottom:30px;
	}	
.step_title{
	font-size:24px;
	color:#2396eb;
	text-align:center;
	line-height:60px;
	border-bottom:1px solid #2396eb;
	}
.step_title	img{
	margin-right:15px;
	vertical-align: middle;
	}
.st_cont{
	width:1100px;
	margin:0 auto;
	margin-top:25px;
	}
.cont_n{
	font-size:14px;
	line-height:32px;
	}
.cont_affirm{
	margin-top:30px;
	font-size:12px;
	color:#2396eb;
	text-align:center;
	}
.cont_button{
	text-align:center;
	margin-top:40px;
	}
.cont_button ul li{
	width:140px;
	height:45px;
	border-radius:8px;
	background:#2396eb;
	color:#fff;
	border:1px solid #e6e6e6;
	line-height:45px;
	text-align:center;
	font-size:18px;
	margin:0px 10px;
	display: inline-block;
	cursor: pointer;
	}
.button_check{
	background:#2396eb !important;
	color:#fff;
	}
	
/*材料上传*/	
.cont_n table{
	border-collapse:collapse;
	}
.cont_n table, td
  {
  border:1px solid #e6e6e6;
  }
.cont_n td{
	padding:5px 0px;
	 } 	
.table_button{
	height:32px;
	width:90px;
	line-height:32px;
	color:#fff;
	text-align:center;
	background:#2396eb;
	cursor: pointer;
	border-radius:6px;
	} 										
/*弹窗1*/
.tc{}
.mark{
	position:fixed;
    left:0;
    top:0;
    opacity:.5;
    width:100%;
    height:100%;
    background:#000;
     z-index:100;
	}		
.prompt{
	z-index:101;/*比上面的数字大*/
	position:fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
	width:600px;
	height:360px;
	background:#fff;
	border-radius:10px;
	}
.promtop{
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:18px;
	color:#fff;
	background:#2396eb;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}
.pro-con{
	padding:20px;
	line-height:26px;
	}
.pro-con td{padding:8px 0px;border:1px solid #e6e6e6;}		
.download,.delete{
	width:55px;
	height:24px;
	text-align:center;
	line-height:24px;
	border-radius:4px;
	cursor: pointer;
	margin-left:10px;
	}
.download{
	color:#fff;
	background:#2396eb;
	}
.delete{
	background:#e6e6e6;
	}
.pro-button{
	text-align:center;
	}
.pro-button ul li{
	width:140px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	background:#2396eb;
	border-radius:8px;
	margin: 0px 10px;
	display: inline-block;
	cursor: pointer;
	}
/**/
.prompt1{
	z-index:101;/*比上面的数字大*/
	position:fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
	width:500px;
	height:300px;
	background:#fff;
	border-radius:10px;
	}
.promtop1{
	height:70px;
	background:#2396eb;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}
.promimg{
	text-align:center;
	margin-top:-50px;
	}
.promfont{
	text-align:center;
	}
.pro-p{
	line-height:60px;
	font-size:26px;
	color:#2396eb;
	font-weight:bolder;
	font-family:"汉仪中黑简";
	}
.pro-button1{
	width:500px;
	height:60px;
	font-size:24px;
	line-height:60px;
	color:#2396eb;
	text-align:center;
	border-top: 1px solid #e6e6e6;
	margin-top:50px;
	cursor: pointer;
	}									
/*3*/	
.per-info{
	padding:20px;
	border-radius:10px;
	background:#499efb;
	display: flex;
	}
.per-info-title{
	width:240px;
	height:80px;
	border-right:1px solid #fff;
	display:flex;
	}
.per-info-titleinfo	{
	width:120px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	border:1px solid #fff;
	margin:0 auto;
	align-self:center;
	}	
.per-info-cn{
	width:720px;
	display:flex;
	margin-left:50px;
	color:#fff;
	font-size:16px;
	}
.per-info-cn table,.per-info-cn td{
	border:0;
	}	
.per-info-cn input{
	color:#fff;
	background:#328cf0;
	border:1px solid #b4d7ff;
	padding-left:10px;
	line-height:30px;
	}	
	
.drive{
	margin:30px 0px;
	padding:20px 40px;
	border-radius:10px;
	border:1px dashed #2396eb;
	}
.drive-title{
	width:180px;
	font-size:18px;
	color:#2396eb;
	background:#fff;
	font-weight:bolder;
	text-align:center;
	margin-top:-40px;
	}		
.drive-info{
	padding:10px 0px;
	width:930px;
	margin:0 auto;
	}			
.drive-info table,.drive-info td{
	border:0;
	}
.drive-info input{
	background:#fff;
	border:1px solid #e6e6e6;
	padding-left:10px;
	line-height:30px;
	width:250px;
	}
.input1{
	background:#f6f6f6 !important;
	}			
.drive-time{
	position: relative;
    right: 30px;
	top:5px;
	cursor: pointer;
	}	
/*弹窗*/	
.prompt2{
	z-index:101;/*比上面的数字大*/
	position:fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
	width:800px;
	height:600px;
	background:#fff;
	border-radius:10px;
	}
.promtop2{
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:18px;
	color:#fff;
	background:#2396eb;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}
.promfont2{
	padding-top:15px;
	text-align:center;
	}	
.pro-button2{
	width:100%;
	height:60px;
	font-size:24px;
	line-height:60px;
	color:#2396eb;
	text-align:center;
	border-top: 1px solid #e6e6e6;
    position: fixed; 
	bottom: 0;
	cursor: pointer;
	}			
/*结果领取*/
.result-ts{
	font-size:16px;
	text-align:center;
	color:#fa0f19;
	}
.sender,.addressee{
	width:820px;
	margin:0 auto;
	margin-top:30px;
	}
.sender-title,.addressee-title{
	font-size:16px;
	font-weight:bolder;
	}
.sender-info{
	line-height:34px;
	}
.addre-info table,.addre-info td{
	border:0;
	}
.addre-info input{
	background:#fff;
	border:1px solid #e6e6e6;
	padding-left:10px;
	line-height:24px;
	width:150px;
	}
.addre-info	select	{
	border:1px solid #e6e6e6;
	line-height: 30px;
height: 30px;
width: 100px;
margin-right:10px;
padding-left:10px;
	}				
/*申请成功*/	
.success{
	text-align:center;
	font-size:30px;
	font-weight:bolder;
	color:#ff9000;
	}
.success-info{
	margin-top:10px;
	text-align:center;
	font-size:14px;
	}	