.bottomBtns {
display: none;
}
@media (max-width: 768px) {
.bottomBtns {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
z-index:99;
}
.bottomBtns a {
font-size: 18px;
letter-spacing: 1px;
padding: 14px 0;
border: none;
text-decoration: none;
color: #fff;
text-align: center;
font-weight: 800;
font-family: 'SF Pro TC', 'SF Pro Text', 'PingFang TC', 'Segoe UI', SegoeUI, 'Microsoft JhengHei', 微軟正黑體, 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 3px;
}
.btn-blue {
color: #ffffff;
background: #0b88cb;
width: 40%;
}
.bottomBtns button a {
color: #ffffff;
}
.btn-green {
color: #ffffff;
background: #72c195;
width: 60%;
}
.btn-grey {
color: #888;
background: #dddddd;
}
#mvp-foot-wrap{
padding-bottom:30px
}
ul.mvp-mob-soc-list li, .mvp-mob-soc-share-but{
bottom:54px;
}
}