._authority_html { flex: 1; display: flex; flex-direction: column; background-color: #000; } ._authority_describe { flex: 1; flex-shrink: 0; display: flex; flex-direction: column; justify-content: space-between; background-color: #fff; border-radius: 0 0 16rpx 16rpx; padding: 40rpx 40rpx 200rpx; } ._authority_header { display: flex; align-items: center; } ._authority_logo { width: 40rpx; height: 40rpx; } ._authority_logo .img { display: block; width: 100%; height: 100%; } ._authority_h1_title { font-size: 28rpx; color: #333; margin-left: 20rpx; } ._authority_list_title { font-size: 36rpx; color: #333; margin-top: 40rpx; font-weight: 500; } ._authority_list_item { display: flex; align-items: center; margin-top: 40rpx; } ._authority_list_item_tis { font-size: 24rpx; color: #333; margin-left: 20rpx; } ._authority_btn_warp { display: flex; justify-content: center; width: 100%; } ._authority_btn { display: flex; justify-content: center; align-items: center; width: 280rpx; height: 70rpx; background-color: #05C160; font-size: 26rpx; color: #fff; border-radius: 12rpx; } ._authority_tips { display: flex; align-items: center; width: 100%; height: 200rpx; background-color: #000; padding: 0 40rpx; } ._authority_tips_text { font-size: 24rpx; color: #7F7F7F; line-height: 1.5; padding: 0 40rpx 0 20rpx; } ._authority_use_warp { display: flex; align-items: center; } ._authority_use__text { font-size: 28rpx; color: #fff; white-space: nowrap; }