body{
	background: #9b0011;
	color: #FFFFFF;
}
.form-item {
	padding: 20px;
}
.form-item h5{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 26px;
}
.form-item h5 span{
	display: inline-block;
	float: right;
	font-size: 12px;
}
.form-item ul li{
	height: 35px;
	padding-left: 66px;
	position: relative;
	margin-top: 15px;
	line-height: 35px;
	font-size: 16px;
	border-radius: 9px;
}
.form-item ul li span{
	color: #fff;
	position: absolute;
	top: 0px;
	left: 12px;
}
.form-item ul li input{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 5px;
}
.form-item .btn a{
	background: #fff;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #9b0011;
	border-radius: 30px;
	margin: 30px auto 50px;
}
.form-item .tip p{
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 7px;
	line-height: 20px;
}
.card_item_list{
	background: url(../image/card_2.png) no-repeat;
	min-height: 600px;
	width: 100%;
	background-size: 100%;
}
.card_item_list h4{
	text-align: center;
	font-size: 15px;
	padding-top: 15px;
	color: #BF5B02;
	font-weight: bold;
}
.card_item_list p{
	text-align: center;
	color: #A0662F;
	font-size: 14px;
	margin-top: 9px;
	line-height: 19px;
}
.card_item_list ul{
    padding: 14px 20px 10px 12px;
}
.card_item_list ul li{width: 47%;margin-left: 3%;float: left;margin-bottom: 10px;border-radius: 10px;overflow: hidden;background: #ffffff85;position:  relative;}
.card_item_list ul li .text{
	background: rgba(255,255,255,.8);
	color: #A0662F;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	/* margin-top: -25px; */
	z-index: 33;
	position: absolute;
	width:  100%;
	bottom: 33px;
}
.card_item_list ul li .moneyBtn{
	background: linear-gradient(to right,#FC3232,#BB0E1D);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	height: 33px;
	line-height: 33px;
}
.tip{
	padding: 25px 20px 30px;
}
.tip p{
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.goods-price{
	font-size: 12px;
	color: #5E5E5E;
	padding: 15px;
	
}
.goods-price span.price{
	font-size: 18px;
	color: #FF5555;
	margin-right: 1px;
	font-weight: bold;
}
.goods-price span.cl{
	float: right;
}
.goods-name{
	font-size: 18px;
	padding-left: 15px;
	color: #000000;
	padding-bottom: 8px;
}
.goods-text{
	font-size: 14px;
	color: #A6A6A6;
	padding-left: 15px;
	padding-bottom: 20px;
	border-bottom: #F3F5F6 solid 5px;
}
.buy-info{
   padding-bottom: 50px;
}
.buy-btn{
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	box-shadow: 0px 0px 10px #d0d0d0;
	box-sizing: content-box;
	background: #FFFFFF;
}
.buy-btn .goBuy{
	width: 75%;
	background: #FE5454;
	position: absolute;
	left: 0px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
.buy-btn .myBuy{
	text-align: center;
	width: 25%;
	position: absolute;
	left: 75%;
	color: #FE5454;
	font-size: 12px;
	background: #FFFFFF;
	height: 50px;
}
.buy-btn .myBuy img{
	width: 20px;
	margin:6px auto 2px;	
}
.buy-order{
	padding: 15px;
}
.buy-order h4{
	font-size: 16px;
	color: #383831;
	margin-bottom: 15px;
}
.buy-order h4 span{
	font-size: 12px;
	color: #999;
}
.buy-order dl{
	background: #FFFFFF;
	padding: 15px;
	padding-left: 120px;
	min-height: 120px;
	border-radius: 3px;
	position: relative;
}
.buy-order dl dt{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 90px;
	height: 90px;
}
.buy-order dl dd .num img{
	width: 15px;
	display: inline-block;
}
.buy-order dl dd .num{
	position: absolute;
	right: 20px;
	bottom: 17px;
}
.buy-order dl dd .num span.add{
	background: url(../image/add.png) no-repeat center 2px;
	display: block;
	width: 30px;
	height: 30px;
	background-size: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.buy-order dl dd .num span.sub{
	background: url(../image/sub.png) no-repeat center 2px;
	display: block;
	width: 30px;
	height: 30px;
	background-size: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.buy-order dl dd .num input{
	width: 30px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #F3F5F6;
	border: none;
	display: inline-block;
	margin: 0px 35px;
	padding: 0px;
	font-size: 14px;
}
.buy-order dl dd h5{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.buy-order dl dd span.price{
	position: absolute;
	bottom: 15px;
	left: 120px;
	color: #FF5555;
	font-size: 16px;
}
.buy-order-from h5{
	font-size: 16px;
	color: #383831;
	padding-left: 15px;
}
.buy-order-from ul {
	padding: 10px 15px 30px;
	background: #FFFFFF;
	margin: 15px;
	border-radius: 3px;
}
.buy-order-from ul li{
	padding: 20px 0px;
	height: 20px;
	border-bottom: solid 1px #D5D5D5;
	position: relative;
	font-size: 14px;
	box-sizing: content-box;
}
.buy-order-from ul li input{
	border: none;
	margin: 0px;
	padding-left: 80px;
	background: none;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	width: 90%;
	box-sizing: border-box;
}
.buy-order-from ul li span{
	position: absolute;
	left: 5px;
	top: 20px;
}
.buy-order-from ul li img{
	width: 20px;
	position: absolute;
	right: 5px;
	top: 20px;
}
.buy-order-from .btn{
	position: fixed;
	background: #FE5454;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	bottom: 0px;
	left: 0px;
}
.order-item{
	padding: 20px 15px;
}
.order-item .list{
	background: #FFFFFF;
	border-radius: 3px;
	padding:10px 15px 20px;
	margin-bottom: 20px;
}
.order-item .list .time{
	font-size: 13px;
	color: #969696;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #D5D5D5;
}
.order-item .list .time span{
	float: right;
	font-size: 14px;
	color: #383831;
}
.order-item .list dl{
	padding: 10px 0px;
	height: 80px;
	padding-left: 60px;
	position: relative;
	border-bottom: solid 1px #D5D5D5;
}
.order-item .list dl dt{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
}
.order-item .list dl dd .price{
	color: #383831;
	font-size: 15px;
	position: absolute;
	right: 0px;
	top: 10px;
}
.order-item .list dl dd .name{
	font-size: 13px;
	color: #000000;
}
.order-item .list dl dd .num{
	color: #383831;
	font-size: 12px;
}
.order-item .list .totlePrice{
	font-size: 14px;
	text-align: right;
	color: #000000;
	padding: 20px 0px;
	margin: 0px;
}
.order-item .list .btn{
	text-align: right;
}
.order-item .list .btn span,.order-item .list .btn a{
	display: inline-block;
	border-radius: 2px;
	border: solid 1px #C1C1C1;
	font-size: 13px;
	padding: 2px 12px;
	margin-left: 10px;
	color: #383831;
}
.noDate{
	text-align: center;
	margin: 100px auto;
}
@media only screen and (min-width:400px) {
	.card_item_list p{
		margin-top: 14px;
	}
}