[v-cloak]{display:none}

.top-pic{
    width: 100%;
}
.index-form{
    padding: 0 0.3rem;
}
.index-row{
    height: 1rem;
    border-bottom: 1px solid #eee;

}
.ir-title{
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
}
.ir-text,
.ir-input{
    font-size: 0.28rem;
    color: #333;
}
.ir-input{
    width: 5rem;
    text-align: right;
}
.index-btn{
    width: 100%;
    margin-top: 0.6rem;
    height: 0.9rem;
    background: #ffa900;
    color: #fff;
    font-size: 0.38rem;
    border-radius: 0.1rem;
    font-weight: bold;
}


.page-form{
    min-height: 100vh;
    background: #f4f4f4;
    padding-bottom: 1rem;
}
.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.9rem;
    background: #fff;
    border-top: 1px solid #eee;
}
.fixed-left{
    padding-left: 0.25rem;
    font-size: 0.28rem;
    color: #000;
  
}
.fixed-left span{
    color: #ffa800;
    font-weight: bold;
    font-size: 0.32rem;
}
.fixed-btn{
    height: 100%;
}
.fixed-btn button{
    height: 100%;
    width: 2.25rem;
    font-size: 0.36rem;
    color: #ffa800;
    border-left: 1px solid #eee;
    background: #fff;
    font-weight: bold;
}
.fixed-btn button:last-child{
    background: #ffa800;
    color: #fff;
}
.form-part{
    background: #fff;
    margin-bottom: 0.2rem;
    padding: 0 0.3rem;
}
.ft-text{
    font-size: 0.32rem;
    color: #000;
    height: 0.9rem;
    line-height: 0.9rem;
}
.price-box{
    height: 1.5rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 0.6rem;
    font-weight: bold;
    color: #333;
}
.price-box input{
    width: 6rem;
    font-size: 0.32rem;
}
.ft-bottom{
    height: 0.68rem;
    font-size: 0.28rem;
    color: #444;
    line-height: 0.68rem;
}
.fr-title{
    font-size: 0.28rem;
    color: #555;
}
.fr-text{
    font-size: 0.28rem;
    color: #000;
}
.form-list{
    padding: 0.2rem;
}
.f-row{
    align-items: flex-start;
    padding: 0.12rem 0;
}
.fr-text{
    max-width: 5rem;
    text-align: right;
}