* {
	padding: 0;
	margin: 0;
	list-style: none
}
.banner img {
	width: 100%;
}

.carbanner img {
	width: 90%;
	margin-left: 5%;
}

.swiper-container {
	width: 100%;
	height: 150px
}

.title {
	height: 20px;
	font-size: 17px;
	color: #000;
	padding: 20px 20px;
	padding-bottom: 5px;
	height: 100%;
	font-weight: 600;
	position: relative;
}

.swiper-container img {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px
}

.ex {
	padding: 10px
}

.box {
	width: 100%;
	overflow: hidden
}

.box li {
	float: left;
	width: 30%;
	height: 190px;
	margin-top: 10px;
	box-sizing: border-box;
	background: #fff;
	color: #333;
	-webkit-box-shadow: 0 10px #e8e8e8;
	box-shadow: 0 0.10666667rem 0.8rem #e8e8e8;
	margin-bottom: 5px
}

.box .maSt {
	margin-left: 2.8%
}

.icon_img img {
	display: block;
	margin: 0 auto;
	width: 33px;
	height: 33px;
	margin-bottom: 5px;
	margin-top: 14px
}

.bank_name {
	width: 100%;
	height: 24px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px
}

.bank_tag {
	display: flex;
	justify-content: center;
	height: 17px;
	margin-bottom: 5px;
}

.tag {
	color: #FF6500;
	font-size: 12px;
	background: #FFF6ED;
	float: left;
	text-align: center;
	margin-right: 5px;
}

.desc {
	display: flex;
	justify-content: center;
	min-height: 14px;
	font-size: 12px;
	text-align: center;
	color: #999;
	align-items: center;
	-webkit-box-align: center;
	width: 100%;
	height: 40px;
	line-height: 20px;
	margin-bottom: 5px;
}

.bank_tag .notag {
	display: flex;
	justify-content: center;
	margin: auto;
}

.bank_tag .noshow {
	color: #bebebe;
	background: #f7f7f7;
}

.title .row {
	position: absolute;
	right: 18px;
	top: 12px;
	width: 40px;
	height: 40px;
}

.apply {
	height: 30px;
	padding: 8px;
	margin-bottom: 5px;
	text-align: center;
	border-top: 1px solid #EAEAEA;
}

.apply button {
	color: #fff;
	line-height: 30px;
	border: none;
	background: linear-gradient(to top right, #f5bb9e 0%, #f59e94 25%, #E55329 75%, #FF382A 100%);
	font-size: 12px;
	border-radius: 20px;
	width: 100%;
	font-family: "微软雅黑";
}

.yj::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	position: relative;
	top: 12px;
	left: 5px;
}

.share {
	padding: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.share_content {
	border: 1px solid #ffb512;
	box-shadow: 1px 1px 10px #ff382a;
	font-size: 15px;
	border-radius: 20px;
	color: #FF7012;
	font-weight: 550;

}

.topbar {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	position: relative;
}

.leftRow {
	position: absolute;
	width: 15px;
	height: 14px;
	left: 5px;
	top: 50%;
	margin-top: -7px;
}
.bottomBar
{
	position: fixed;
	bottom:0;
	width: 100%;
	background-color: #fff;
	height: 55px;
	display: flex;
    justify-content: space-around;
    z-index: 4;
    border: 1px solid #eeeeee;
  
}
.bottomBar a
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    color: #8e8e8e;
    font-size: 12px;
    height: 100%;
    color: #333;
}
.bottomBar img
{
	height: 16px;
	margin-top: 5px;

}
.bottomBar span
{
	font-size: 12px;
	margin-top: 5px;
}
.Tbtn {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btnB {
	width: 35%;
	height: 40px;
	border: none;
	background-color: #FF6500;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
}

.btnB img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 2px;
}
.all
{
	margin-bottom: 55px;
}
