@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	width:760px;
	font-family:"微软雅黑";
	font-size:14px;
}

ul,li{
	list-style:none;
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
}

.clearfix{
	clear:both;
}

.head_line{
	border-bottom:#aaaaaa solid 3px;
	width:100%;
	padding-top:10px;
	padding-bottom:5px;
}

.head_line span{
	font-weight:bold;
	color:#cc3300;
	border-bottom:#990000 solid 3px;
	padding-bottom:5px;
	padding-right:60px;
}

.customer_info{
	padding:10px;
}

.customer_info ul li{
	float:left;
	padding-right:50px;
	padding-bottom:5px;
	padding-top:10px;
}

.service_description{
	padding:20px 10px;
	line-height:26px;
}

.order_status{
	padding:20px 10px;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	color:#393939;
}

.order_status span{
	color:#E94520;
}

.button{
	text-align:center;
	  margin:20px auto;
	  clear:both;
	  width:200px;
	  background: #E94520;
	  border-radius:4px;
	  font-size:18px;
}

.button input{
	color: #fff;
	width: 200px;
    height: 41px;
    border: none;
    background: #E94520;
    color: white;
    font-size: 17px;
    border-radius: 4px;
    font-family:"微软雅黑";
	cursor:pointer;
}

.kindly_reminder{
	border-top:1px #DCDADA solid;
	padding:15px 10px;
	color:#666;
	line-height:24px;
}

.kindly_reminder b{
	line-height:22px;}

.ZebraDialog {
position:absolute;
left:0;
top:0;
z-index: 2;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background: #FFF;
opacity:0.75;
padding: 0px;
width:100%;
height:100%;
}

.ZebraDialog_body{
width:250px;
background:#FFF;
opacity:1;
position:absolute;
left:50%;
margin-left:-126px;
top:20%;
z-index:3;
border-radius:5px;
box-shadow:0 0px 5px 3px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);

}

.ZebraDialog_body img{
padding:30px;
}

.ZebraDialog_Title {
border-top: #EDEDED 1px solid;
text-align:center;
padding:10px;
margin:0;
font-weight:normal;
}

.btn_confirm{
	  text-align:center;
	  margin:20px auto;
	  clear:both;
	  width:200px;
	  background: #E94520;
	  border-radius:4px;
	  font-size:18px;	
}

/*温馨提示*/
.wxts_ys{ padding:10px; color:#666;font-size:13px; clear: both;}
.wxts_ys p{font-size:14px;font-weight: bold;}
.wxts_ys ul li{line-height: 28px;}

/*服务密码输入框*/
.password_box{
	text-align: center; 
	margin: 5px;
	font-size: 14px;
}

.password_box input{
	width:180px;
	border-radius: 5px;
	padding: 0 0;
	line-height: 40px; 
	border: 1px #DCDADA solid;
	height: 40px;
	font-size: 1em;
	margin-top: 5px;
	margin-right:10px;
	text-indent:10px;
}

.password_box a{
	color:blue;
}
/*服务密码输入框end*/