.layuimini-main-home{margin: 8px 8px 0 8px;height: calc(100% - var(--bottom-nav-height, 60px));overflow-y: auto;}

.layuimini-main-home .top{background-color: white;padding: 18px 20px;}
.layuimini-main-home .top .title{display: flex;flex-direction: row;align-items: center;}
.layuimini-main-home .top .title img{width: 44px;height: 44px;border-radius: 50%;margin-right: 12px;}
.layuimini-main-home .top .greeting .hello{font-size: 16px;font-weight: bold;color: #313131;line-height: 21px;}
.layuimini-main-home .top .greeting .status{margin-top: 4px;font-size: 12px;color: #929292;line-height: 16px;}

.layuimini-main-home .body{margin-top: 12px;background-color: white;padding: 13px 20px;}
.layuimini-main-home .body .title{font-weight: bold;color: #707070;line-height: 19px;}

.layuimini-main-home .intro-body{padding: 15px 20px;}
.layuimini-main-home .intro-text{font-size: 14px;line-height: 19px;color: #313131;}
.layuimini-main-home .intro-text + .intro-text{margin-top: 6px;}

.layuimini-main-home .steps{margin-top: 10px;}
.layuimini-main-home .steps .step-item{padding: 14px 0;border-bottom: 1px solid #F5F5F5;}
.layuimini-main-home .steps .step-item:last-child{border-bottom: none;}
.layuimini-main-home .steps .step-top{display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.layuimini-main-home .steps .step-title{display: flex;flex-direction: row;align-items: center;flex: 1;min-width: 0;font-size: 14px;color: #313131;line-height: 19px;}
.layuimini-main-home .steps .step-num{flex: none;width: 22px;height: 22px;border-radius: 50%;background-color: #2468F2;color: white;font-size: 13px;font-weight: bold;line-height: 22px;text-align: center;margin-right: 10px;}
.layuimini-main-home .steps .step-desc{margin-top: 4px;font-size: 12px;color: #929292;line-height: 17px;}
.layuimini-main-home .steps .step-go{flex: none;height: 26px;padding: 0 12px;margin-left: 10px;border-radius: 13px;background: #5187F5;color: white;font-size: 12px;line-height: 26px;text-align: center;text-decoration: none;}

.layuimini-main-home .steps .step-tip{margin-top: 4px;font-size: 12px;color: #929292;}
.layuimini-main-home .steps .step-tip[onclick]{color: #5187F5;cursor: pointer;}
