.all-banner{
	background-image: url(../images/img/red-banner.png);
}
.red-title{
	padding: 0;
}
.red-info{
	padding: 0 5%;
	
}
.red-info .item{
	margin-bottom: 50px;
	margin: 0;
}
.red-info .img{
	overflow: hidden;
	padding: 0;
}
.red-txt{
	padding: 2vw;
}
.red-txt .money{
	font-size:30px;
	color: #000000;
}
.m-item{
	display: none;
}
.red-txt .sm{
	font-size: 15px;
	margin-right: 10px;
}
.red-txt h3{
	font-size: 2vw;
	color: #585858;
}
.red-txt p{
	font-size: 16px;
	color: #a9a9a9;
}
.red-txt .more{
	font-size: 12px;
	padding: 5px 15px;
	line-height: 75px;
	color: #b61915;
	border: 1px solid #b61915;
	text-align: center;
	border-radius: 17px;
	cursor: pointer;
	transition: all 0.5s;
	text-decoration: none; 
}
.red-txt .more:hover{
	background-color: #b61915;
	color: white;
}
.redInfo-title{
	width: 100%;
	flex-direction: column;
	font-size: 28px;
	line-height: 2;
	margin: 50px 0;
}

.redInfo .redInfoBg{
	position: absolute;
	right: -140px;
	bottom:-130px;
	z-index: -100;
}
.redInfo .redInfoBg img{
	width: 15vw;
	height: 30vw;
}
@media screen and (max-width:768px) {
    .redInfo .redInfoBg {
    display:none;
    }
	.redInfo .item .img{
	margin-top: 20px;
}.redInfo-title{
	margin: 10px 0;
	font-size: 20px
}
	.red-info .item{
		margin-bottom: 0;
	}
	.c-item{
		display: none;
	}
	.red-txt .more{
		position: relative;
		top: -20px;
	}
	.m-item{
		display: block;
	}
	}