.ft-bnr {
width: 100%;
box-sizing: border-box;
padding: 20px 0;
text-align: center;
background: #ed5489;
}
.ft-bnr a {
display: block;
width: 90%;
margin: 0 auto;
}
.ft-bnr a img {
width: 100%;
height: auto;
}
.ft-bnr.index {
position: absolute;
top: 820px;
}
.ft-bnr.btm {
position: absolute;
top: 675px;
}