.gray-color {
  background-color: #ABABAB !important;
}
.public-top {
    background-color: rgb(255 255 255);
    padding: 20px 16px 0 !important;
}
.info-money {
    position: relative;
    background-color: #ff5b37;
    overflow: hidden;
}
.info-money p:first-child {
    font-size: 1rem;
    color: rgb(255 255 255);
    margin-top: 1.71rem;
    margin-bottom: 1rem;
}
.info-money>.number{
    font-family: Knockout-30JuniorWelterwt;
    font-size: 3.43rem;
    line-height: 1;
    color: #fff;
}
.info-money img {
    position: absolute;
    top: 2rem;
    right: 0;
    width: 40%;
}
.public-title {
    text-align: center;
    font-size: 1.29rem;
    margin-top: -1rem;
    color: rgb(117 117 117);
}
.product-title {
    margin-top: 2.28rem;
    padding-left: 1rem;
}
.product-title p {
    font-size: 1.3rem;
    color: #000;
    font-weight: bolder;
}
.card {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}
.all-card {
    padding: 1.14rem 1.14rem;
}
#current{
    padding:1rem 0.5rem;
}
#current li {
    height: 8.57rem;
}
#all{
    padding:1rem 0.5rem;
}
#all li {
    height: 8.57rem;
}
.head-part {
    display: inline-block;
    width: 18%;
    height: 100%;
}
.patient-info {
    display: inline-block;
    width: 80%;
    float: right;
    height: 100%;
    border-bottom: solid 1px rgb(217 217 217);
}
.patient-details li:last-child .patient-info{
    border: none;
    display: inline-block;
    width: 80%;
    float: right;
    height: 100%;
}
.see-pic {
    margin-top: 1rem;
    z-index:10;
    width:3rem;
    height:3rem;
    box-shadow:none
}
.name {
    width: 100%;
    margin-top: 1.14rem;
}
.name > p {
    margin: auto 0;
}
.name > p:first-child {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bolder;
    line-height: 100%;
    margin-right: 0.6rem;
}
.help-status {
    display: inline-block;
    float: right;
}
.not-help {
    font-size: 12px;
    color: rgb(144 144 144);
    margin-right: 0.6rem;
}
.helped {
    font-size: 12px;
    color: rgb(255 87 34);
    margin-right:0.6rem;
}
.billInfo {
    margin: auto 0;
    width: 43%;
    display: inline-block;
    line-height: 100%;
    font-size: 0.86rem;
    font-weight: 400;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
}
.selfInfo {
    margin-top: 0.57rem;
}
.selfInfo span {
    font-size: 12px;
    font-weight: 400;
}
.info-bottom {
    margin-top: 0.57rem;
}
.info-bottom p {
    font-size: 12px;
    color: rgb(144 144 144);
}
.date-list {
    height: 4rem;
    border-bottom: solid 1px rgb(216 216 216);
}
.date-list > p {
    width: 100%;
}
.date-list > p span {
    font-size: 1.3rem;
}
.date-list p img {
    float: right;
    margin-top: 0.3rem;
}
