.pager{
	width:1280px;
	margin: 0 auto;
	padding: 30px
}
.order-container{
	display: flex;

}
.pager-title {
	font-size: 18px;
	font-weight: 700;

}
.order-container .form{
	width: 800px;
	margin-right: 80px;

}
.order-container .form .label{
	color: #7F7F7F;
	font-size:18px;
	margin-top: 20px;
}
.order-container .form .label.mt10{
	margin-top: 10px;
}
.order-container .form .desc{
	font-size:14px;
	margin-bottom: 10px;
}

.order-container .form input{
	height: 40px;
	line-height: 25px;
	font-size: 14px;
	
}
input::-webkit-input-placeholder {
  color: #999999;
	padding-left: 5px;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
	padding-left: 5px;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
		padding-left: 5px;
}

input:-ms-input-placeholder {
  color: #999999;
	padding-left: 5px;
}

.order-container .form  .half{
	width: calc(50% - 10px);
	display: inline-block;

}
.order-container .form  .oneline{
	width: 100%;
	display: inline-block;

}
.order-container .form  .half.ml2{
	margin-left: 15px;
}

.card-area{
 width: 500px;
 margin-top: 20px;

}

.card-item{
	position: relative;
	background: #fff;
	padding:  0 10px ;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	margin-bottom:8px;
	height: 45px;
	line-height:45px
}
.card-area .img-box{
   position: absolute;
	 right: 5px;
	 top: -3px;
	
}
.card-area .img-box img{
   height: 34px;
	 width: auto;

}

.card-content{
	background-color: rgba(246, 246, 246, 1);
	padding:10px 15px;
}
.card-content input{
	border: none;
	border-radius: 4px;
}

.card-content .oneline{
	width: 100%;
}
.card-content .half{
	width: calc(50% -10px);
}
.order{
	width: 415px;

}
.order-title{
	color: #7F7F7F;
    font-size: 18px;
}

.order-info{
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		padding: 15px  15px  0;
}
.order-detail{
	height: 240px;
	padding-top: 30px;
	position: relative;
	/* display: flex; */
}
.order-detail img{
	width: 100px;
}
.order-detail .name{
	position: absolute;
	left: 120px;
	top: 28px;
}
.order-detail .price{
	position: absolute;
	right: 0;
	top: 28px;
	font-weight: 700;
}
.total{
	height: 50px;
	border-top: 1px solid #ccc;
	width: calc(100% + 30px);
	margin-left: -15px;
	padding:0 15px 0  15px;
	line-height: 50px;
	font-weight: 700;
	font-size: 20px;
}
.total .price{
	float: right;
	
}
.order .buy-btn{
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: rgba(46, 83, 119, 1);
	width: 100%;
	margin-top: 25px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.el-radio__input.is-checked .el-radio__inner{
	position: relative;
	top: -1px;
}