html,body,p{
    margin:0;padding:0;font-size: 14px;text-align: center;
}
html,body{
    overflow: hidden;
    overflow-y: auto;
}
.main{
    margin:0 20px;
}
img{
    display: inline-block;
    width:100%;height: auto;
}
#section1{display:none}
.bottom{
    position: fixed;
    bottom: 0;
    z-index: 9;
    height: 55px;
    background-color: #ff0000;
    width: 100%;
    text-align: center;
    color: #fff;
}
.bottom a{
        display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 55px;
    width: 50%;
    font-size: 16px;
    text-decoration: none;
}
.guest{
    display: block;
    padding: 5%;
    text-align: center;
}
.guest .submit{
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
}
.guest label{
    display: inline-block;
    width: 19%;
    text-align: center;
}
.guest p{
    margin-bottom: 15px;
}
.guest input{
    display: inline-block;
    width: 60%;
    border: solid 1px #eee;
    font-size: 16px;
    padding: 5px;
    color: #000;
    
}