.header-long-bg{ background: #2E4F1C; } .shadow{ box-shadow: 0px -1px 16px 2px rgba(0, 0, 0, 0.1) inset; } .shadow1{ background: rgba(204, 16, 25, 0.05); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06); } .shadow2{ background: rgba(211, 101, 31, 0.05); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06); } .shadow3{ background: rgba(244, 240, 237, 0.45); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.09); } .main-bg{ background: #F8F8F8; } .font-color1{ color: #FFFFFF; } .font-color2{ color: #2E4F1C; } .font-color3{ color: #333333; } .font-color4{ color: #999999; } .font-color5{ color: #CC1019; } .font-color6{ color: #12C194; } .font-forty{ font-size: 40rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; letter-spacing: 2rpx; } .font-twenty{ font-size: 28rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; } .font-twenty-two{ font-size: 22rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; } .font-twenty-four{ font-size: 24rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; } .font-thirty{ font-size: 36rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; } .font-thirty-two{ font-size: 32rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; } .ellipsis{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .between{ display: flex; flex-direction: row; justify-content: space-between; }