html{
    background:rgba(252,245,245,1);
}
body{
    margin: 0;
}
.head{
    background: white;
    width:18.75rem;
    height:2rem;
    display: flex;
}
.logoImg{
    width: 10rem;
    height: 2rem;
}
.leftType{
    display: flex;
    margin: auto;
    margin-left:1rem;
}
.leftType div{
    text-align: right;
    width: 4rem;
    margin-right: 0.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size:0.8rem;
    font-family:PingFang-SC-Regular;
    color:rgba(0,153,68,1);
}
.leftType img{
    margin-right: 0.5rem;
    height: 1rem;
    width: 1rem;
}




.bordline{
    border-bottom:1px solid rgba(232,232,232,1);
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.lunbo{
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    background: white;
    padding-top: 0.25rem;
    border-radius: 0.5rem ;
    margin-top: 1rem;
}
.topStyle{
    margin-top: 1rem;
    display: flex;
    font-size:0.85rem;
    color:rgba(0,0,0,1);
    border-bottom: 2px solid green;
}
.topStyle img{
    height: 1.3rem;
    width: 1rem;
}






.personMsg{
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.greenSpa{
    font-size:0.8rem;
    color:rgba(0,153,68,1);
    margin-bottom: 0.5rem;
}
.personMsg img{
    width:0.9rem;
    height:0.9rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}
.detailedMsg{
    display: flex;
    padding-bottom: 0.5rem;
    font-size:0.7rem;
    color:rgba(0,0,0,1);
}



.qrCode{
    margin-top: 1rem;
    text-align: center;
    font-size: 0.65rem;
    color:rgba(67,67,67,1);
}
.qrcodeImg{
    margin-top: 0.25rem;
    width: 5rem;
    height: 5rem;
    margin-bottom: 0.5rem;
}


.moreOperation{
    padding-top: 0.25rem;
    margin: 0 auto;
    font-size: 0.5rem;
    color:rgba(67,67,67,1);
    width:16.8rem;
    height:2.5rem;
    background:rgba(255,255,255,1);
    border-radius: 1.35rem;
    display: flex;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    box-shadow: 1px 1px 73px -10px grey;
    z-index: 99;
}
.moreOperation img{
    width: 1.02rem;
    height: 1.4rem;
}
.operation{
    margin-left: 1rem;
    width: 4.5rem;
    text-align: center;
}
.bootomHeight{
    height: 25rem;
}




/*<!--modal样式-->*/
.model{
    position: fixed;
    top: 2rem;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}
.bottom{
    width:18.75rem;
    background:rgb(255,255,255);
    z-index:40;
    opacity: 1;
}
.choose{
    width:18.75rem;
    height:2.45rem;
    background:rgba(255,255,255,1);
    font-size:0.8rem;
    font-family:PingFang-SC-Regular;
    color:rgba(0,0,0,1);
    line-height: 2.45rem;
    text-align: center;
    border-top: 1px solid rgba(232,232,232,1);
}
.clikStyle{
    color:rgba(0,153,68,1);
}
.modelHtml{
    overflow: hidden;
    height: 30rem;
}
.displayNone{
    display: none;
}
a{
    text-decoration:none;
    out-line: none;
    color: rgba(0,0,0,1);
}
.gobackTop{
    display: none;
    position: fixed;
    bottom: 4.8rem;
    right: 1rem;
    z-index: 99;
    width:1.5rem;
    height:1.5rem;
    background:rgba(210,210,210,1);
    border-radius: 1.75rem ;
}
.gobackTop img{
    width:1.5rem;
    height:1.5rem;
    border-radius: 1.75rem ;
}
