.order-page{
	margin-bottom: 20px;
	margin-top:-590px;
}
.border-b{
	border-bottom: 0px;
}
.order_download_box{
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(137, 139, 146, 0.3);
	border-radius: 10px;
	padding:10px 40px;
	margin-top:10px;
}
.order_download_box .row{
	margin-left:0px;
	margin-right:0px;
}
.order-page .order-title{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	/*padding:0 10px;*/
	margin-left: 5%;
}
.title-img{
	width: 100px;
}
.download-container{
	margin:23px 0;
}
.download-container .item{
	background-color: #CF0F32;
	height: 48px;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.download-container .item img{
	height: 30px;
	margin:9px;
}
.order-page .nav>li>a{
	padding:15px 25px !important;
	font-size: 18px;
	color: #333333;
}
.order-page .nav li.active a{
	color: #CF0F32;
}
.detail .left{
	width: 76%;
	float: left;
}
.detail .swiper-container {
	width: 100%;
	/* height: 100%; */
}
.detail .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 80%;
	height: 100%;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* .detail .swiper-slide:nth-last-child() {
	width: 100%;
} */
/*.swiper-slide:nth-child(3n) {
	width: 40%;
}*/
.detail .right{
	width: 23.2%;
	float: right;
}
.detail .desc{
	font-size: 16px;
	color: #333333;
}
.detail .desc p{
	margin-left: 15px;
}
.welfare .item{
	border:1px solid #D2D2D2;
	border-radius: 5px;
	margin:5px 0;
	padding:5px 0;
}
.welfare .item .pic{
	padding:5px;
}
.welfare .name{
	margin-top: 5px;
	font-size: 18px;
	color: #333333;
}
.welfare .date{
	font-size: 12px;
	color: #333333;
	margin:5px 0;
}
.welfare .desc{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
@media (max-width: 767px){
	.order-page{
		margin-top:-200px;
	}
	.download-container{
		margin:13px 0;
	}
	.download-container .item{
		background-color: #CF0F32;
		height: 48px;
		border-radius: 5px;
		font-size: 13px;
		color: #FFFFFF;
		text-align: center;
		vertical-align: middle;
	}
	.download-container .item img{
		height: 30px;
		margin:9px;
	}
	.order-page .nav>li>a{
		padding:15px 25px !important;
		font-size: 16px;
		color: #333333;
	}
	.order-page .nav li.active a{
		color: #CF0F32;
	}
	.detail .left{
		width: 71%;
		float: left;
	}
	.detail .right{
		width: 28.5%;
		float: right;
	}
	.detail .desc{
		font-size: 14px;
		color: #333333;
	}
	.detail .desc p{
		margin-left: 15px;
	}
	.welfare .name{
		margin-top: 5px;
		font-size: 16px;
		color: #333333;
	}
	.welfare .date{
		font-size: 12px;
		color: #333333;
		margin:5px 0;
	}
	.welfare .desc{
		font-size: 14px;
		color: #333333;
		margin-bottom: 10px;
	}
}