@charset "utf-8";
header
{
	height: 55px;
	min-width: 320px;
	background-color: #1293DB;
	position: relative;
	
}
header span{
	width:100px;
	height:40px;
	position: absolute; 
	top:15px;
	left: 26px;
	background: url("../images/left.png") 0 0 no-repeat;
}header span a{display: block; width:100px; height: 40px;}
header h2{
	font:17px/110px "微软雅黑";
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50% ,-50%);
    -o-transform:translate(-50% ,-50%);
    transform:translate(-50% ,-50%);
    -ms-transform:translate(-50% ,-50%);
    -moz-transform:translate(-50% ,-50%);
    color: #fff;
}

section
{
	height: 180px;
	min-width: 320px;
	background-color: #F6F6F6;
   margin-bottom: 60px;
}
section div
{
	height: 180px;
	margin:35px 2%  40px;
	border: 1px solid #CCCCCC;
	
}
section div dl
{
	height: 44px;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-size: 15px;
	line-height: 44px;
	color: #777;
	overflow: hidden;
	
}
section div dl dt{
	width:40%;
	height: 88px;
	position: absolute;
	top:0;
	left: 0px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	background-color: #F8F8F8;

}
section div dl dd{
	width:57%;
	height: 44px;
	position: absolute;
	top:0;
	left: 47%;
}

section div:nth-child(2)
{
	position: relative;
}
section div #reduce,section div #add
{
	width:24px;
	height: 24px;
	background:url("../images/arr.png") no-repeat 0 -120px;
	position: absolute;
	top:10px;
}
section div input{
	  width:100px;
	height: 30px;
	position: absolute;
	top:8px;
    left: 26px;
    text-align: center;
}
section div #reduce{
	background:url("../images/arr.png") no-repeat 0 -155px;
}
section div #add
{
	left: 137px;
}
.footer
    {
    width: 100%;
    min-width: 320px;
    height: 82px;
    position: relative;
}
.footer button
 {
 	width:130px;
 	height: 40px;
 	position: absolute;
 	top:0;
 	font: bold 17px/40px "微软雅黑";
 	color: #fff;
 }

.footer .confirm
{
	right: 55%;
	background-color:#FF3F3F;
}
.footer .cancel
{
	left: 55%;
}