.quoted_price{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 0.52rem;
    width: 100%;
}
.quoted_price_title{
    margin-top: 1.83rem;
    width: 85%;
}
.quoted_price_title>img{
    display: block;
    width: 100%;
}
.quoted_price_body{
    align-items: center;
    background: linear-gradient(0deg,#ac835d,#fdb);
    border: 0.02px solid #ecc39b;
    border-radius: 0.06rem;
    display: flex;
    flex-direction: column;
    height: 19.39rem;
    width: 13.49rem;
}
.qpb_title{
    display: flex;
    height: 1.19rem;
    line-height: 1.2rem;
    margin-top: 0.7rem;
}
.qpb_title>p:first-child{
    color: #3f1401;
    display: inline-block;
    font-size: 1.37rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.2rem;
    margin-right: 0.09rem;
}
.qpb_title>p:nth-child(2){
    color: #3f1401;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.qpb_content{
    margin-top: 0.4rem;
}
.qpb_content>p{
    color: #3f1401;
    font-size: .47rem;
    font-weight: 400;
    line-height: .23rem;
}
.qpb_content>img{
    height: 0.39rem;
    margin-top: 0.4rem;
    width: 11.01rem;
}
.qpb_server{
    width: 12.62rem;
}
.qpb_server>img{
    display: block;
    width: 100%;
}
/* 填信息 */
.qpb_body{
    background: #fff;
    border-radius: 0.06rem;
    box-sizing: border-box;
    height: 11rem;
    margin-top: 0.3rem;
    padding: 6%;
}
.qpb_body_name{
    border-bottom: 0.01rem solid #c5c5c5;
    display: flex;
    height: 0.9rem;
    margin-top: 0.5rem;
    padding-bottom: 0.3rem;
    width: 100%;
}
.qpb_body_name>label{
    align-items: center;
    color: #000;
    display: flex;
    font-size: .69rem;
    font-weight: 400;
    height: 100%;
    line-height: .34rem;
    white-space: nowrap;
    margin-right: .4rem;
}
.error{
    border: 0 solid;
    font-size: .6rem;
    height: 0.8rem;
    line-height: .8rem;
    margin-top: -0.1rem;
    width: 100%;
}
.qpb_body_phone{
    border-bottom: 0.01rem solid #c5c5c5;
    display: flex;
    height: 0.9rem;
    margin-top: 1rem;
    padding-bottom: 0.3rem;
    width: 100%;
}
.qpb_body_phone>label{
    align-items: center;
    color: #000;
    display: flex;
    font-size: .67rem;
    font-weight: 400;
    height: 100%;
    line-height: .34rem;
    white-space: nowrap;
    margin-right: .4rem;
}
.qpb_body_commit{
    align-items: center;
    background: linear-gradient(90deg,#ff6a18,#ff6a18);
    border-radius: 0.05rem;
    color: #fff;
    display: flex;
    font-size: .7rem;
    font-weight: 500;
    height: 1.7rem;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}
.qpb_body_content{
    color: #757575;
    font-size: .43rem;
    font-weight: 400;
    margin-top: 0.2rem;
    text-align: center;
    width: 100%;
}
.qbp_state{
    display: flex;
    margin-top: 0.3rem;
    width: 81%;
}
.qbp_state_left{
    display: flex;
    margin-right: 0.2rem;
}
.qbp_state_left>input{
    height: 0.41rem;
    margin-top: 0.08rem;
    position: relative;
    width: 0.41rem;
}
.qbp_state .qbp_state_left input[type=checkbox]:after {
    background: #fff;
    content: " ";
    display: inline-block;
    height: 0.41rem;
    padding-left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: visible;
    width: 0.41rem;
}
.qbp_state .qbp_state_left input[type=checkbox]:checked:after {
    color: #fff;
    color: red;
    content: "✓";
    font-weight: 700;
    font-weight: 900;
    line-height: .43rem;
    overflow: hidden;
}
.qbp_state>p{
    color: #fff;
    font-size: .43rem;
    font-weight: 400;
    line-height: .6rem;
}