body {
    background-color: #FFFFFF;
    /*background-color: #f4f5f6;*/
    padding-top: 30px;
    position: relative;
    padding-bottom: 60px;
}

.top {
    margin: 20px 15px 0 15px;
    position: relative;
}

.card {
    display: flex;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    position: relative;
    /*border-radius: 3px;*/
    /*box-shadow: 1px 1px 4px #888888;*/
}

.card-item-title {
    color: #FFF;
    /*font-size: 20px;*/
    /*margin: 5px 0;*/
    font-weight: bold;
    position: absolute;
    top: -5px;
    right: 5px;
    background-color: #DE5936;
    border-radius: 10px;
    padding: 0 4px;
}

.card-item-img {
    height: 45px;
}

.card-item-txt {
    font-size: 13px;
    margin: 10px 0;
}

.list {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.list-item {
    background-color: #f7f8f8;
    padding: 10px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 4px #f5f5f5;*/
    margin-bottom: 15px;
    display: flex;
}

.list-item-header {
    font-size: 14px;
    border-bottom: 1px solid #dcdddd;
    padding-bottom: 5px;
    padding-left: 10px;
}

.list-item-content {
    position: relative;
    font-size: 14px;
    /*padding-bottom: 15px;*/
    padding-left: 5px;
    flex: 1;
}

.list-item-circle {
    border: 1px solid #dcdddd;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    margin: 0 5px;
}

.list-item-status {
    position: absolute;
    right: -10px;
    top: 5px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
}

.status-0 {
    background-color: #b44e83;
}

.status-1 {
    background-color: #77adbc;
}

.status-2 {
    background-color: #a6ab48;
}

.status-3 {
    background-color: #e8a94a;
}

input {
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 60px;
    font-size: 14px;
    color: #231916;
    letter-spacing: 0.01rem;
    border: 1px solid #f5f5f5;
    /*font-family: "PingFang SC";*/
    /*box-shadow: 1px 1px 4px #f5f5f5;*/
}

.top input::-webkit-input-placeholder {
    color: #231916;
    font-size: 13px;
}

.search {
    height: 15px;
    position: absolute;
    top: 9px;
    left: 40px;
}

.main {
    position: absolute;
    bottom: 0.7rem;
    left: 0;
    width: 100%;
    height: calc(100% - 2rem);
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0.1rem 0.3rem;
    background-color: #f9f9f9;
    overflow-y: scroll;
}

.bottom_heng {
    width: 0.9rem;
    margin: 0 auto;
}

.onepart {
    width: 100%;
    padding-bottom: 0.05rem;
    border-radius: 0.07rem;
    box-shadow: 0 0.01rem 0.03rem rgba(0, 0, 0, 0.3);
    margin-top: 0.2rem;
    font-size: 0.12rem;
    color: #9f9e9e;
    font-weight: bold;
    position: relative;
}

.zhedian {
    width: calc(100% + 0.1rem);
    position: absolute;
    top: 0.25rem;
    left: -0.05rem;
    display: flex;
    justify-content: space-between;
}

.zhedian > p {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #f9f9f9;
    border-radius: 0.05rem;
}

.oneline {
    display: flex;
    align-items: center;
    padding-left: 0.1rem;
    padding-right: 0.05rem;
    margin-bottom: 0.1rem;
}

.dian, .kong {
    width: 0.05rem;
    height: 0.075rem;
    border-radius: 0.02rem;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.kong {
    opacity: 0;
}

.dian.type1 {
    background-color: #FF9F24;
}

.dian.type2 {
    background-color: #f39800;
}

.type1 {
    color: #FF9F24;
}

.type2 {
    color: #f39800;
}

.oneline p:nth-child(2) {
    width: 1.15rem;
    flex-shrink: 0;
}

.oneline p:nth-child(3) {
    width: 100%;
}

.oneline .paytype {
    width: 1rem;
    color: #FF9F24;
}

.oneline:first-child {
    border-bottom: 0.01rem dashed #d8d8d8;
    height: 0.3rem;
}

.oneline:first-child p:last-child {
    width: 0.7rem;
    text-align: right;
    flex-shrink: 0;
}

.bottom {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 0 0.7rem;
    text-align: center;
    font-size: 0.12rem;
    color: #cbcccb;
    bottom: 0;
    left: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.bottom > div {
    width: 100%;
    height: 60px;
    padding-top: 10px;
}

.bottom > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home {
    width: 0.2rem;
    margin-left: 0.13rem;
}

.qian2 {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.05rem;
}

.imgwai {
    width: 0.5rem;
    text-align: center;
}

.imgwai img {
    margin: 0 auto;
}
