.header {
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.footerBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(.08rem);
}
.footerBtn div {
    flex: 1;
    height: .88rem;
}
.footerBtn div span{
    color: #E6231F;
    font-size: .36rem;
}
.footerBtn img {
    width: .48rem;
    height: .48rem;
    margin-right: .16rem;
}
p{
    line-height: 1.6;
}

.nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(150%);
    z-index: 999;
    transition: all 0.5s;
    background: #fff;
}

.nav.show {
    transform: translateX(0);
    opacity: 1;
}

.nav .list {
    border-top: 2px solid #eee;
    margin-top: 0.1rem;
}

.nav .list a {
    height: 1rem;
    line-height: 1rem;
    padding-left: 0.3rem;
    border-bottom: 2px solid #eee;
    font-size: 0.3rem;
    display: block;
}

.nav .list a.current {
    color: #E6231F;
    font-weight: bold;
}
.nav .ft{
    position: absolute;
    bottom: 1.38rem;
    left: 0;
    width: 100%;
}

.banner{
    height: 10rem;
    padding-top: 1.2rem;
}
.bannerTxt{
    width: 80%;
    margin: 0 auto;
}
.bannerTxt .text1,.bannerTxt .text2{
    text-align: center;
    line-height: 1.6;
}
.title .h1{
    font-size: 0.4rem;
    font-weight: bold;
}
.title .h2{
    margin-top: 0.2rem;
}
.footer{
    background: #F7F8FB;
    padding-bottom: 0.4rem;
}
.footer .ft-nav .item{
    height: 1rem;
    display: block;
    line-height: 1rem;
    padding-left: 0.3rem;
    border-bottom: 1px solid #eee;
}

.reserveMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(112, 112, 112, 0.3);
}
.reserveList {
    display: none;
    position: fixed;
    bottom: -9rem;
    left: 0;
    width: 8.28rem;
    height: 9rem;
    padding: .64rem 1.1rem;
    border-radius: .4rem .4rem 0 0;
    background: linear-gradient( 180deg, #FDEDEC 0%, #FFFFFF 100%);
    z-index: 500;
}
.reserveList img {
    position: absolute;
    right: .58rem;
    top: .56rem;
    width: .5rem;
    height: .5rem;
}
.btn {
    width: 100%;
    height: .96rem;
    background: #E6231F;
    border-radius: .16rem;
    border: .02rem solid #FF7A7A;
    color: #fff;
    font-size: .36rem;
}

.btn:disabled {
    background: rgba(230, 35, 31, 0.6);
}
#footer .el-input {
    height: .94rem;
    margin-top: .1rem;
}

#footer .el-input .el-input__wrapper {
    border-radius: .16rem;
}

#footer .el-input .el-input__inner {
    font-size: .32rem;
}