/*确认页*/
.confirm {
    width: 958px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    min-height: 660px;
    _padding-bottom: 100px;
}
.confirm .title {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #e8e8e8;
}
.confirm .title h3 { 
    float:left;
	margin-top: 11px;
	margin-left: 21px;
	width: 143px;
	height: 48px;
	background: #FFF;
	line-height: 48px;
	font-size: 16px;
    color: #666;
	text-align: center;
}
.confirm .content {
    width: 100%;
	height: auto;
	border-top: none;
    background-color:white;
}
.confirm .content .cen {
    width:100%;
	height: 650px;
}
.confirm .content .cen .lt { 
    float:left;
	width:175px;
	height:650px;
	border-right: 1px solid #e8e8e8;
}
.confirm .content .cen .lt .btNum {
    width: 135px;
	height: 135px;
	display: block;
	margin-left: 20px;
}
.confirm .content .cen .lt .txt {
    padding: 0 9px;
	width: 155px;
}
.confirm .content .cen .lt .txt p {
    width: 155px;
	height: 20px;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.confirm .content .cen .rt { float: left; width: 751px; height: 500px; overflow: hidden; }
.confirm .content .cen .rt .cfm { height: 100px; width: 751px; margin: 170px 0; }
.confirm .content .cen .rt .cfm .up { height: 60px; width: 751px; line-height: 60px; text-align: center; }
.confirm .content .cen .rt .cfm .up img { margin-left: 250px; display: block; float: left; }
.confirm .content .cen .rt .cfm .up span { display: block; float: left; height: 60px; line-height: 60px; margin-left: 20px; color: #2d312d; font-size: 14px; }
.confirm .content .cen .rt .cfm .up span i { font-size: 12px; font-style: normal; font-family: Arial; color: #fe7d27; font-size: 14px; }
.confirm .content .cen .rt .cfm .down { color: #48d948; font-size: 12px; height: 40px; line-height: 40px; margin-left: 310px; }
.confirm .content .cen .rt .cfm .down a { color: #48d948; font-size: 14px; }
.confirm .content .cen .rt .cfm .down a:hover { color: #ffad00; text-decoration: none; }
.confirm .content .bot { width: 877px; height: 47px; margin-top: 15px; /*border: 1px solid #ccc;*/ }
.confirm .content .bot .sbt { display: block; margin: 0 auto; width: 158px; height: 47px; font-size: 16px; font-family: 微软雅黑; border: none; color: #ffffff; cursor: pointer; background: url(../images/sbt.png?v1) 0 0 no-repeat; }

/*提交返回状态*/
.confirm .content .cen .rt_return { float: left; width: 751px; height: 500px; overflow: hidden;background:#f7faff; }
.confirm .content .cen .rt_return .return { height: 100px; margin: 170px auto; width:400px;}
.return_status{float:left;}
.return_right{float:left;height:80px;}
.return_right p{font-family:宋体;font-size:20px;font-weight:bold;line-height:51px;text-indent:20px;}
.return_right ul{display:block;margin-left:20px;}
.return_right ul li{float:left;font-size:14px;color:#88aaf0;}
.return_right ul li.tip{color:#000;}
.return_right ul li a{color:#88aaf0;padding:0 5px;cursor:pointer;}
.return_right p a{color:#6a6c6f;cursor:pointer;}
.return_right p span{color:#6a6c6f;}
.return_right a:hover{text-decoration:none;color:#ff4444;}
.return_right .p2{font-size:14px;}