html {
    height: 100%;
    font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    background: url(/static/images/bg1.jpg) center center / cover no-repeat fixed rgb(61, 0, 15);
}
body {
    max-width: 840px;
    margin: 0 auto 44px;
    padding-bottom: 14px;
    font-size: 16px;
}
.index-pa{
    max-width: 840px;
    margin: 0 auto 44px;
    background-color: rgba(0,0,0,.3);
    color: #555;
    padding-bottom: 14px;
}
html, body{
    height: 100%;
    max-width: 840px;
    margin: 0 auto;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    font-size:inherit;
}
button {
    overflow:visible;
}
th, em, strong, b, address, cite {
    font-style:normal;
    font-weight:normal;
}
li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
img, fieldset {
    border:0 none;
    font-size: 0;
}
ins {
    text-decoration:none;
}
.float-clear::after{
    content: '';
    display: block;
    clear: both;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.bottom-btn{
    line-height: 54px;
    background: #F60011;
    text-align: center;
    font-size: 16px;
    bottom: 0;
    border-radius: 50px;
    width: calc(100% - 20px);
    margin: 10px;
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 8px #FF000F9e;
}
.flex{
    display: flex;
}