<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta content="telephone=no" name="format-detection">
    <meta name="wap-font-scale" content="no">
    <link rel="stylesheet" href="css/base.css">
    <link rel="stylesheet" href="css/index.css">
    <script src="lib/fsize.js"></script>
    <title>富豪等級說明</title>
    <style>
        body{
            background: #292929;
        }
        .bg{
            width: 9rem;
            margin: 0 auto;

        }
        h1{
            color: #ffffff;
            line-height: 1rem;
            font-size:0.45rem;
            height: 1rem;
            padding-top:0.3rem;
        }
        p{
            font-size:0.4rem;
            color:rgba(179,179,179,1);

            line-height: 0.6rem;
        }
    </style>
</head>
<body>
<div class="bg">
    <h1>什麼是富豪等級?</h1>
    <p>富豪等級是根據用戶送出禮物所花費的寶石數量而賦
        予的等級,會隨著寶石數量總值增長而增長。</p>
    <div>
        <img style="width: 9rem;margin-top: 0.5rem;margin-bottom: 0.5rem;" src="images/rich-tips.png" alt="">
    </div>
    <h1 style="padding-top: 0">富豪等級的用處</h1>
    <p>富豪等級會對應專屬的頭像邊框以及獨有的等級標誌,還有一系列特權!比如觀看直播時,等級越高越靠前。進入直播間時,有富豪等級用戶的歡迎消息不會被覆蓋,可以獲得主播更多的青睞。</p>
    <h1>如何升級富豪等級?</h1>
    <p style="margin-bottom: 0.5rem;">富豪等級根據送出禮物所花費的寶石數量總值增長升級,具體數值如以下圖表。</p>
    <div>
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r1.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r2.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r3.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r4.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r5.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r6.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r7.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r8.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r9.png?v='20180726'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r10.png?v='20180726'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r11.png?v='20180725'" alt="">
        <img style="margin-bottom: 0.1rem; width: 9rem;" src="images/r12.png?v='20180725'" alt="">
    </div>
</div>
</body>
</html>