.my_orders{
	border-right: 1px solid #bfbfbf;
}
.my_orders_border{
	line-height: 56px;

}
.my_orders_box{
	width: 100%;
	border:1px solid #bfbfbf;
	margin-bottom: 30px;
	height: 285px;

}
.orders_top{
	height: 45px;width: 100%;background-color: #f5f5f5;
	border-bottom: 1px solid #bfbfbf;
}
.orders_title{
	font-size: 12px;
	color: #323232;
	line-height: 45px;
	margin-left: 40px;
}
.goods_border{
	width: 700px;
	height: 238px;
	border-right: 1px solid #bfbfbf;
	float: left;
	border-bottom: 0px;
}
.goods_img{
	width: 100px;
	height: 100px;
	margin-left: 40px;
	margin-top: 30px;
	float: left;
}
.goods_title{
	width: 328px;
	font-size: 16px;
	line-height: 157px;
	margin-left: 20px;
}
.goods_number{
	width: 50px;
	font-size: 16px;
	line-height: 157px;
}
.pay_status{
	width:90px;
	height: 238px;
	border-right:0px;
	float: left;
}
.no_pay{
	font-size: 14px;
	color: #c80000;
	line-height: 247px;
	text-align: center;
}
.must_pay{
	width: 70px;
	height: 26px;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	background-color: #c80000;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	cursor: pointer;
}
.details_color{
	width: 70px;
	height: 26px;
	font-size: 14px;
	color: #323232;
	line-height: 26px;
	background-color: #bfbfbf;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	cursor: pointer;
}
.goods_gift{
	width: 100%;height: 655px;height: 80px;background-color: #ffffff;float: left;

}
.gift_border{
	width: 700px;
	height: 100%;
	border:1px solid #bfbfbf;
	float: left;
	border-top: 0px;
}
.gift_box{
	width: 90%;
	height: 50px;
	background-color: #f5f5f5;
	margin-left: 40px;
}
.gift_icon{
	position: relative;
    top: -19px;
    left: 20px;
}

.gift_product{
	width: 40px;
    height: 20px;
    border: 1px solid #0095ff;
    color: #0095ff;
    line-height: 20px;
    text-align: center;
    margin-top: -4px;
    margin-left: 40px;
    float: left;
}
.gift_img{
	float: left;
	margin-left: 60px;
	margin-top: -16px;
}
.gift_title{
	font-size: 14px;
	float: left;
	line-height: 40px;
	margin-left: 20px;
	margin-top: -16px;
}
.gift_number{
	float: left;
    line-height: 7px;
    margin-left: 164px;
}
.gift_price{
	float: left;
    line-height: 7px;
    margin-left: 113px;
}
.goods_gift_border{
	width: 90px;height: 100%;border:1px solid #bfbfbf;
	float: left;
}
.address_button1{
  width: 160px;
  height: 40px;
  border:1px solid #0095ff;
  border-radius: 5px;
  background-color: #0095ff;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.address_button1:hover{
  background-color: #0788e4;
}
.address_button2{
  width: 160px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  float: right;
  background-color: #bfbfbf;
  border:1px solid #bfbfbf;
  color: #323232;
}
.address_button2:hover{
  background-color: #a09f9f;
}
.select_box{
    width: 300px;
    height: 40px;
    margin-right: 20px;
   
}
.select_box select{
	width: 300px;
	height: 40px;
	border-radius: 5px;
	border:1px solid #bfbfbf;
	padding-left: 10px;
	color: #9d9d9d;
}
