瀏覽代碼

样式文件和插件文件新增

raolu 7 年之前
父節點
當前提交
642b7eb728

+ 343 - 0
app/statistics/common.css

@ -0,0 +1,343 @@
.c-12b7f5{
    color: #12b7f5;
}
.c-17b3ec{
    color: #17b3ec;
}
.c-4ecd70{
    color: #4ecd70;
}
.c-323232{
    color: #323232;
}
.c-19d5c5{
    color: #19d5c5;
}
.c-ffc800{
    color: #ffc800;
}
.c-w-33{
    width: 33%;
}
.info-icon{
    vertical-align: middle;
    margin-bottom: 5px;
}
.information{
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #fff;
}
.information .ui-col-0{
    width: 40px;
    text-align: center;
}
.location-div{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.location-div img{
    vertical-align: text-bottom;
}
.choose-label{
    color: #17B3EC;
    display: inline-block;
    max-width: 100%;
    _width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blue-column{
    display: inline-block;
    width: 4px;
    height: 12px;
    background-color: #12b7f5;
}
.date-tag{
    display: inline-block;
    text-align: center;
    width: 50px;
    padding: 5px 0;
    font-size: 14px;
    color: #17b3ec;
    border: 1px solid #17b3ec;
}
.date-tag:first-child{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.date-tag:nth-child(2){
    border-right: 0;
    border-left: 0;
}
.date-tag:nth-child(3){
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.date-tag.active{
    background-color: #17b3ec;
    color: #fff;
}
.area-tab-panel{
    display: -webkit-box;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 1px #ccc;
}
.area-tab{
    -webkit-box-flex: 1;
    text-align: center;
    position: relative;
}
.area-tab .border-line-right{
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background-color: #e1e1e1;
}
.area-tab span{
    display: inline-block;
    height: 45px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    color: #323232;
    padding: 0 10px;
}
.area-tab.active span{
    color: #17b3ec;
    border-bottom: 2px solid #17b3ec;
}
.bottom-list-table{
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.bottom-list-table thead{
    height: 40px;
    background-color: #f2f4f6;
    border-bottom: 1px solid #e1e1e1;
    color: #909090;
}
.bottom-list-table thead tr{
    height: 40px;
}
.bottom-list-table td,
.bottom-list-table th{
    text-align: center;
    vertical-align: middle;
}
.bottom-list-table td{
    padding: 10px 0;
}
.bottom-list-table tbody>tr{
    border-bottom: 1px solid #e1e1e1;
}
/*.bottom-list-table tbody>tr:first-child{
    border-top: 0;
}*/
.bottom-list-table tbody tr td.area-name{
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    
}
@media only screen and (max-width: 320px) {
    .bottom-list-table tbody tr td.area-name{
        max-width: 125px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 414px) {
    .bottom-list-table tbody tr td.area-name{
        max-width: 180px;
    }
}
@media only screen and (min-width: 414px) and (max-width: 640px) {
    .bottom-list-table tbody tr td.area-name{
        max-width: 200px;
    }
}
.bottom-list-table .fa{
    font-size: 18px;
    color: #909090;
}
.ranking{
    background-image: url(../images/paiming_4_icon.png);
    background-size: 18px 24px;
    width: 18px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    -webkit-box-flex: 0;
}
.ranking1{
    background-image: url(../images/paiming_1_icon.png);
}
.ranking2{
    background-image: url(../images/paiming_2_icon.png);
}
.ranking3{
    background-image: url(../images/paiming_3_icon.png);
}
.modal-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.modal-overlay.modal-overlay-visible{
    visibility: visible;
    opacity: 1;
}
.modal-content {
    height: 400px;
    position: absolute;
    width: 80%;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-left: -40%;
    margin-top: -200px;
    display: none;
}
.div-header-title {
    height: 80px;
    background: #17B3EC;
    width: 100%;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.div-close {
    width: 26px;
    height: 26px;
    background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;
    background-size: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.div-overlay-img {
    width: 170px;
    height: 53px;
    background: url(../images/tankuang_bg_img.png) no-repeat center top;
    background-size: 170px 53px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -85px;
}
.div-overlay-title {
    position: absolute;
    top: 38px;
    left: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.div-overlay-content {
    height: 320px;
    background: #fff;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.div-jf-title2{
    position: absolute;
    font-size: 14px;
    top: 50%;
    width: 100%;
    margin-top: -21px;
}
/*总体分析页面样式*/
.l-banner{
    display: -webkit-box;
    height: auto;
    margin-bottom: 10px;
    padding: 0 10px;
}
.l-banner li{
    -webkit-box-flex: 0;
    text-align: center;
    margin-left: 10px;
    background: #fff;
    border-radius: 5px;
    width: calc((100% - 20px) / 3);
    padding: 10px 0;
    border: 1px solid #E1E1E1;
    /*border-bottom: 5px solid transparent;*/
    position: relative;
}
.l-banner li:first-child{
    margin-left: 0;
}
.l-banner li .l-name{
    color: #909090;
}
.l-banner li.active,
.l-banner li.active .l-name
{
    color: #17b3ec;
}
.l-banner li.active:after{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #17b3ec;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blur-cycle-box{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    /*z-index: 2;*/
    background-color: #17b3ec;
    border-radius: 50%;
    text-align: center;
}
.position-center-text{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -10px;
}

+ 277 - 0
app/statistics/comprehensive-analysis.html

@ -0,0 +1,277 @@
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>总体分析</title>
        <meta name="author" content="yihu.com" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black" />
        <link rel="stylesheet" type="text/css" href="../../fonts/font-awesome/css/font-awesome.min.css"/>
        <link rel="stylesheet" type="text/css" href="../../css/style.min.css"/>
        <link rel="stylesheet" type="text/css" href="../../css/cross.css"/>
        <link rel="stylesheet" type="text/css" href="common.css"/>
    </head>
    <body>
        <div class="h45">
            <div class="demo-comtop">
                <a class="mui-action-back"></a>
                <h1>总体分析
                    <img src="../images/yiwen_icon.png" class="info-icon" width="20">
                </h1>
                <a class="header-link">
                    <img src="../images/hanbaobao_icon.png" width="25" class="mt10">
                </a>
            </div>
        </div>
        <div class="mui-scroll-wrapper" style="top: 46px">
            <div class="mui-scroll">
                <div class="ui-grid ui-grid-middle information">
                    <div class="ui-col-1 plr10 ptb5" id="infoText"></div>
                    <div class="ui-col-0" id="closeBtn"><img src="../images/guanbi_01_btn.png" width="20"></div>
                </div>
                
                <!-- 位置信息 start -->
                <div class="ui-grid ui-grid-middle location-div">
                    <div class="ui-col-0 text-box c-f13 c-nowrap" style="max-width:60%;">
                        <img src="../images/dizhi_icon.png" width="12">
                        <span id="areaTitle" class="title c-666 c-f13 ml5"></span>
                    </div>
                    <div class="ui-col-0">
                        <span class="jiezhi-time c-f13"></span>
                    </div>
                    <div class="ui-col-1 c-t-right"><span class="choose-label"></span></div>
                </div>
                <!-- 位置信息 end -->
                <div id='textTj' style="" class="clearfix ">
                    <ul class="l-banner">
                        <li class="active" data-index='3'>
                            <div id="index_3" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">咨询量</div>
                        </li>
                        <li data-index='4'>
                            <div id="index_4" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">随访量</div>
                        </li>
                        <li data-index='5'>
                            <div id="index_5" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">健康教育</div>
                        </li>
                    </ul>
                    <ul class="l-banner">
                        <li data-index='27'>
                            <div id="index_27" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">代预约量</div>
                        </li>
                        <li data-index='21'>
                            <div id="index_21" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">绑定微信</div>
                        </li>
                        <li data-index='20'>
                            <div id="index_20" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">绑定设备</div>
                        </li>
                    </ul>
                </div>
                <div class="mb10 c-border-tb bgc-fff c-hide" id="pieChartsPanel">
                    <div class="plr10 ptb10 c-border-b">
                        <img src="../images/tuisongqingkuang_icon.png" width="22">
                        <span class="c-f16 c-333 ml5">推送情况</span>
                    </div>
                    <div class="ui-grid ui-grid-middle ptb10">
                        <div class="ui-col-0 c-t-center c-ffc800 plr10 c-w-33">
                            <div class="c-f20 wz-num">0</div>
                            <!--<div class="c-f14">39%</div>-->
                            <div class="c-f12">健康文章推送量</div>
                        </div>
                        <div class="ui-col-1 c-position-r c-t-center">
                            <div class="position-center-text c-f14">推送情况</div>
                            <div id="pieChart" style="width: 100%; height:100px;"></div>
                        </div>
                        <div class="ui-col-0 c-t-center c-17b3ec plr10 c-w-33">
                            <div class="c-f20 zd-num">0</div>
                            <!--<div class="c-f14">61%</div>-->
                            <div class="c-f12">健康指导推送量</div>
                        </div>
                    </div>
                </div>
                <div class="mtb10 bgc-fff c-border-tb pb10">
                    <div class="ui-grid ui-grid-middle plr10 c-border-b">
                        <div class="ui-col-0">
                            <img src="../images/jiaofeiqushi_icon.png" width="22">
                            <span class="c-323232 c-f16 ml5"><span id="tagName">咨询量</span>新增趋势</span>
                        </div>
                        <div class="ui-col-1 c-t-right ptb5">
                            <span class="date-tag active" data-type="1">日</span><!--
                            --><span class="date-tag" data-type="2">周</span><!--
                            --><span class="date-tag" data-type="3">月</span>
                        </div>
                    </div>
                    <div class="clearfix mt5 plr10">
                        <div class="fl c-f12 c-909090"><span id="startValue"></span> ~ <span id="endValue"></span>数据</div>
                        <div class="fr c-f12 c-909090">单位:人</div>
                    </div>
                    <div class="line-chart" id="lineChart" style="height: 200px; width: 100%;"></div>
                </div>
                <!--微信绑定再显示统计数据-->
                <div class="c-border-t bgc-fff c-hide" id="pieChartsPanel2">
                    <div class="plr10 ptb10 c-border-b">
                        <span class="blue-column mr5"></span>
                        <span class="c-f14 c-333 ml5 title"></span>
                    </div>
                    <div class="ui-grid ui-grid-middle ptb10">
                        <div class="ui-col-0 c-t-center c-17b3ec plr10 c-w-33">
                            <div class="c-f20 jf-num"></div>
                            <div class="c-f12">已缴费人数</div>
                        </div>
                        <div class="ui-col-1 c-position-r">
                            <div class="blur-cycle-box">
                                <div class="c-f16 c-fff num mt10"></div>
                                <div class="c-f12 c-fff mt5">绑定率</div>
                            </div>
                            <div id="pieChart2" style="width: 100%; height:110px;"></div>
                        </div>
                        <div class="ui-col-0 c-t-center c-909090 plr10 c-w-33">
                            <div class="c-f20 wjf-num"></div>
                            <div class="c-f12">未缴费人数</div>
                        </div>
                    </div>
                </div>
                <div class="area-panel">
                    <div class="area-tab-panel">
                        <div class="area-tab active" data-val="4"><span>各区</span><i class="border-line-right"></i></div>
                        <div class="area-tab" data-val="3"><span>社区</span><i class="border-line-right"></i></div>
                        <div class="area-tab c-hide" data-val="2"><span>团队</span></div>
                    </div>
                    <table class="bottom-list-table mb20" id="listTable">
                    </table>
                </div>
            </div>
        </div>
        <!-- 团队信息模块 -->
        <div class="modal-overlay"></div>
        <div class="modal-content">
            <div class="div-header-title">
                <div class="div-close"></div>
                <div class="div-overlay-img"></div>
                <div class="div-overlay-title">团队详情</div>
            </div>
            <div class="div-overlay-content">
                <div class="pt15" id="teamInfoBox">
                    
                </div>
            </div>
        </div>
        
        <script type="text/html" id="data-list">
            <thead>
                <tr>
                    <th>排名</th>
                    {{if index == '3'}}
                    <th>咨询量</th>
                    <th>未回复</th>
                    {{/if}}
                    {{if index == '4'}}
                    <th>随访量</th>
                    {{/if}}
                    {{if index == '5'}}
                    <th>总推送量</th>
                    <th>阅读量</th>
                    <th>阅读率</th>
                    {{/if}}
                    {{if index == '27'}}
                    <th>代预约量</th>
                    {{/if}}
                    {{if index == '21'}}
                    <th>绑定率</th>
                    <th>已缴费</th>
                    <th>未缴费</th>
                    {{/if}}
                    {{if index == '20'}}
                    <th>绑定设备</th>
                    {{/if}}
                    {{if level>2 && lowLevel != 1}}
                    <th width="20"></th>
                    {{/if}}
                </tr>
            </thead>
            <tbody>
                {{each list as v i}}
                <tr class="data-row" data-name="{{v.name}}" data-code="{{v.code}}" data-type="">
                    <td class="area-name">
                        {{if v.top == 1}}
                        <div class="ranking ranking1">{{v.top}}</div>
                        {{else if v.top == 2}}
                        <div class="ranking ranking2">{{v.top}}</div>
                        {{else if v.top == 3}}
                        <div class="ranking ranking3">{{v.top}}</div>
                        {{else}}
                        <div class="ranking">{{v.top}}</div>
                        {{/if}}
                        <div class="ui-col-1 c-nowrap-multi">{{v.name}}</div>
                    </td>
                    {{if index == '21'}}
                        <td>{{v.bindRate || 0}}%</td>
                        <td>{{v.weChatAmount1}}</td>
                        <td>{{v.weChatAmount0}}</td>
                    {{else}}
                        <td>{{v.amount}}</td>
                        {{if index == '3'}}
                        <td>{{v.noAmount}}</td>
                        {{/if}}
                        {{if index == '5'}}
                        <td>{{v.readNum}}</td>
                        <td>{{v.readRate}}</td>
                        {{/if}}
                    {{/if}}
                    {{if level>2 && lowLevel != 1}}
                    <td><i class="fa fa-angle-right"></i></td>
                    {{/if}}
                </tr>
                {{/each}}
            </tbody>
        </script>
        
        <!-- 团队信息模板 -->
        <script type="text/html" id="teamInfo">
            <div class="plr15 pb20">
                <span class="c-f14 c-bold c-333">团队名称:</span>
                <span class="c-f14 c-333">{{team.name}}</span>
            </div>
            <div class="plr15 pb20">
                <span class="c-f14 c-bold c-333">所在社区:</span>
                <span class="c-f14 c-333">{{team.hospitalName}}</span>
            </div>
            <div class="plr15 pb20">
                <span class="c-f14 c-bold c-333">团队长:</span>
                <span class="c-f14 c-333">{{team.leaderName}}</span>
            </div>
            <div class="plr15 pb20">
                <span class="c-f14 c-bold c-333">团队成员(<span class="span-team-count">{{memberLength}}</span>人):</span>
                <p class="c-f14 c-333 mt10">
                    {{each members as member index}}
                    {{if index == 0}}
                        {{member.name}}
                    {{else if index < 20}}
                        、{{member.name}}
                    {{else if index == 20}}
                    、{{member.name}}等
                    {{/if}}
                    {{/each}}
                </p>
            </div>
        </script>
        
        <script src="../../../js/jquery/2.1.3/jquery.js" type="text/javascript" charset="utf-8"></script>
        <script src="../../../js/mui.min.js" type="text/javascript" charset="utf-8"></script>
        <script src="../../../js/common_http.js" type="text/javascript" charset="utf-8"></script>
        <script src="../../../js/es6-promise.js" type="text/javascript" charset="utf-8"></script>
        <script src="../../../js/underscore.js" type="text/javascript" charset="utf-8"></script>
        <script src="../../../js/app.js" type="text/javascript" charset="utf-8"></script>
        <script src="../../../js/template.js" type="text/javascript" charset="utf-8"></script>
        <!--<script src="../../../widget/echarts/3.0/js/echarts.min.js" type="text/javascript" charset="utf-8"></script>-->
        <script src="../js/echarts.common.min.js" type="text/javascript" charset="utf-8"></script>
        <script src="../js/comprehensive-analysis.js" type="text/javascript" charset="utf-8"></script>
    </body>
</html>

+ 9 - 0
app/statistics/home.html

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
	</head>
	<body>
	</body>
</html>

+ 1772 - 0
css/cross.css

@ -0,0 +1,1772 @@
/*----Cross css base
------------------------------*/
.c-hide {
    display: none;
}
.c-block {
    display: block;
}
.c-hidden {
    overflow: hidden;
    zoom: 1;
}
.c-boxs {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.c-main {
    margin: 0 auto;
}
.c-nowrap {
    max-width: 100%;
    _width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-break {
    word-wrap: break-word;
    word-break: break-all;
}
.c-inline-block {
    display: inline-block;
}
.c-auto-y {
    overflow-y: auto;
}
.c-cursor-p {
    cursor: pointer;
}
.c-vam {
    vertical-align: middle;
}
/* color and background
-----------------------------------------------------------------------------*/
.c-fff {
    color: #fff;
}
.c-222 {
    color: #222;
}
.c-333 {
    color: #333;
}
.c-323232 {
    color: #323232;
}
.c-555 {
    color: #555;
}
.c-666 {
    color: #666;
}
.c-999 {
    color: #999;
}
.c-f00 {
    color: #f00;
}
.c-f60 {
    color: #f60;
}
.c-f90 {
    color: #f90;
}
.c-37a6ed {
    color: #37a6ed;
}
.c-5b5b5b {
    color: #5b5b5b;
}
.c-909090 {
    color: #909090;
}
.c-ff8100 {
    color: #ff8100;
}
.c-007cd9 {
    color: #007cd9;
}
.c-4dcd70 {
    color: #4dcd70;
}
.c-2f4050 {
    color: #2F4050;
}
.c-0c93e4 {
    color: #0c93e4;
}
.c-62baf4 {
    color: #62baf4;
}
.bgc-fff {
    background-color: #fff;
}
.bgc-f3f3f3 {
    background-color: #f3f3f3;
}
.bgc-fdfdfd {
    background-color: #fdfdfd;
}
.bgc-f9f9f9 {
    background-color: #f9f9f9;
}
.bgc-2f4050 {
    background-color: #2F4050;
}
.bgc-f7f8fa {
    background-color: #f7f8fa;
}
.bgc-6f8789 {
    background-color: #6f8789;
}
.bgc-0c93e4 {
    background-color: #0c93e4;
}
.bgc-384d5e {
    background-color: #384d5e;
}
/* border
-----------------------------------------------------------------------------*/
.c-border,
.c-border-t,
.c-border-b,
.c-border-l,
.c-border-r,
.c-border-tb {
    border-color: #e1e1e1;
    border-style: solid;
}
.c-border {
    border-width: 1px
}
.c-border-t {
    border-top-width: 1px
}
.c-border-b {
    border-bottom-width: 1px
}
.c-border-l {
    border-left-width: 1px
}
.c-border-r {
    border-right-width: 1px
}
.c-border-tb {
    border-top-width: 1px;
    border-bottom-width: 1px
}
.c-border-d {
    border-style: dashed
}
/* position
-----------------------------------------------------------------------------*/
.c-position-a {
    position: absolute;
}
.c-position-r {
    position: relative;
    *zoom: 1;
}
.c-position-f {
    position: fixed;
}
.c-position-all {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.c-position-lt0 {
    left: 0px;
    top: 0px;
}
.c-position-lt5 {
    left: 5px;
    top: 5px;
}
.c-position-lt10 {
    left: 10px;
    top: 10px;
}
.c-position-lt15 {
    left: 15px;
    top: 15px;
}
.c-position-lt20 {
    left: 20px;
    top: 20px;
}
.c-position-rt0 {
    right: 0px;
    top: 0px;
}
.c-position-rt5 {
    right: 5px;
    top: 5px;
}
.c-position-rt10 {
    right: 10px;
    top: 10px;
}
.c-position-rt15 {
    right: 15px;
    top: 15px;
}
.c-position-rt20 {
    right: 20px;
    top: 20px;
}
.c-position-lb0 {
    left: 0px;
    bottom: 0px;
}
.c-position-lb5 {
    left: 5px;
    bottom: 5px;
}
.c-position-lb10 {
    left: 10px;
    bottom: 10px;
}
.c-position-lb15 {
    left: 15px;
    bottom: 15px;
}
.c-position-lb20 {
    left: 20px;
    bottom: 20px;
}
.c-position-rb0 {
    right: 0px;
    bottom: 0px;
}
.c-position-rb5 {
    right: 5px;
    bottom: 5px;
}
.c-position-rb10 {
    right: 10px;
    bottom: 10px;
}
.c-position-rb15 {
    right: 15px;
    bottom: 15px;
}
.c-position-rb20 {
    right: 20px;
    bottom: 20px;
}
/* images  and   radius
-----------------------------------------------------------------------------*/
.c-images-rounded,
.border-radius-rounded {
    border-radius: 5px;
}
.c-images-cycle,
.border-radius-circle {
    border-radius: 50%;
}
.border-radius-pill {
    border-radius: 1000px;
}
.c-images-thumbnail {
    padding: 5px;
}
.c-images-block {
    display: block;
    width: 100%;
    height: 100%;
}
/* width  and   height
-----------------------------------------------------------------------------*/
.w100 {
    width: 100px;
}
.w150 {
    width: 150px;
}
.w200 {
    width: 200px;
}
.w260 {
    width: 260px;
}
.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w400 {
    width: 400px;
}
.w450 {
    width: 450px;
}
.w500 {
    width: 500px;
}
.w550 {
    width: 550px;
}
.w1000 {
    width: 1000px;
}
.w1200 {
    width: 1200px;
}
.h100 {
    height: 100px;
}
.h150 {
    height: 150px;
}
.h200 {
    height: 200px;
}
.h250 {
    height: 250px;
}
.h300 {
    height: 300px;
}
.h350 {
    height: 350px;
}
.h400 {
    height: 400px;
}
.h450 {
    height: 450px;
}
.h500 {
    height: 500px;
}
.h550 {
    height: 550px;
}
/* spacing
-----------------------------------------------------------------------------*/
.m0 {
    margin: 0;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}
.m25 {
    margin: 25px;
}
.m30 {
    margin: 30px;
}
.m35 {
    margin: 35px;
}
.m40 {
    margin: 40px;
}
.m45 {
    margin: 45px;
}
.m50 {
    margin: 50px;
}
.m100 {
    margin: 100px;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}
.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.ml100 {
    margin-left: 100px;
}
.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr45 {
    margin-right: 45px;
}
.mr50 {
    margin-right: 50px;
}
.mr100 {
    margin-right: 100px;
}
.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mlr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mlr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mlr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.mlr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.mlr100 {
    margin-left: 100px;
    margin-right: 100px;
}
.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.p0 {
    padding: 0;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.p25 {
    padding: 25px;
}
.p30 {
    padding: 30px;
}
.p35 {
    padding: 35px;
}
.p40 {
    padding: 40px;
}
.p45 {
    padding: 45px;
}
.p50 {
    padding: 50px;
}
.p100 {
    padding: 100px;
}
.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb45 {
    padding-bottom: 45px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt50 {
    padding-top: 50px;
}
.pt100 {
    padding-top: 100px;
}
.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}
.pl45 {
    padding-left: 45px;
}
.pl50 {
    padding-left: 50px;
}
.pl100 {
    padding-left: 100px;
}
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pr35 {
    padding-right: 35px;
}
.pr40 {
    padding-right: 40px;
}
.pr45 {
    padding-right: 45px;
}
.pr50 {
    padding-right: 50px;
}
.pr100 {
    padding-right: 100px;
}
.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.plr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.plr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.plr100 {
    padding-left: 100px;
    padding-right: 100px;
}
.ptb8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.plr8 {
    padding-left: 8px;
    padding-right: 8px;
}
.plr12 {
    padding-left: 12px;
    padding-right: 12px;
}
/* css3-Grid
-----------------------------------------------------------------------------*/
.ui-grid {
    display: -webkit-box;
    display: box;
}
.ui-grid-middle {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
}
.ui-grid-vertical {
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.ui-grid-label {
    -webkit-box-flex: 0;
    box-flex: 0;
    width: 100px;
    font-weight: 600;
}
.ui-col-0 {
    -webkit-box-flex: 0;
    box-flex: 0;
}
.ui-col-1 {
    -webkit-box-flex: 1;
    box-flex: 1;
}
.ui-col-2 {
    -webkit-box-flex: 2;
    box-flex: 2;
}
.ui-col-3 {
    -webkit-box-flex: 3;
    box-flex: 3;
}
.ui-col-4 {
    -webkit-box-flex: 4;
    box-flex: 3;
}
.ui-col-5 {
    -webkit-box-flex: 5;
    box-flex: 5;
}
.ui-col-6 {
    -webkit-box-flex: 6;
    box-flex: 6;
}
/* lists
-----------------------------------------------------------------------------*/
.c-list-disc {
    list-style-type: disc;
}
.c-list-circle {
    list-style-type: circle;
}
.c-list-square {
    list-style-type: square;
}
.c-list-decimal {
    list-style-type: decimal;
}
.c-list-alpha {
    list-style-type: lower-alpha;
}
.c-list-roman {
    list-style-type: lower-roman;
}
.c-list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.c-list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
/* font
-----------------------------------------------------------------------------*/
.c-simsun {
    font-family: \5b8b\4f53;
}
.c-bold {
    font-weight: bold;
}
.c-f12 {
    font-size: 12px;
}
.c-f13 {
    font-size: 13px;
}
.c-f14 {
    font-size: 14px;
}
.c-f15 {
    font-size: 15px;
}
.c-f16 {
    font-size: 16px;
}
.c-f17 {
    font-size: 17px;
}
.c-f18 {
    font-size: 18px;
}
.c-f20 {
    font-size: 20px;
}
.c-f22 {
    font-size: 22px;
}
.c-f24 {
    font-size: 24px;
}
.c-f28 {
    font-size: 28px;
}
.c-t-left {
    text-align: left;
}
.c-t-center {
    text-align: center;
}
.c-t-right {
    text-align: right;
}
.c-line-h1 {
    line-height: 1.8;
    _line-height: 24px;
}
.c-line-h2 {
    line-height: 2.2;
    _line-height: 32px;
}
/* Grid
-----------------------------------------------------------------------------*/
.c-container:after,
.c-row:after {
    content: "";
    display: table;
    clear: both;
}
.c-container {
    padding-top: 1px;
    margin-top: -1px;
}
.c-row {
    zoom: 1
}
.width-100,
.c-100 {
    width: 100%;
}
.width-90,
.c-90 {
    width: 90%;
}
.width-80,
.c-80 {
    width: 80%;
}
.width-75,
.c-75 {
    width: 75%;
}
.width-70,
.c-70 {
    width: 70%;
}
.width-66,
.c-66 {
    width: 66.6%;
}
.width-65,
.c-65 {
    width: 65%;
}
.width-60,
.c-60 {
    width: 60%;
}
.width-50,
.c-50 {
    width: 50%;
}
.width-40,
.c-40 {
    width: 40%;
}
.width-35,
.c-35 {
    width: 35%;
}
.width-33,
.c-33 {
    width: 33.3%;
}
.width-30,
.c-30 {
    width: 30%;
}
.width-25,
.c-25 {
    width: 25%;
}
.width-20,
.c-20 {
    width: 20%;
}
.width-10,
.c-10 {
    width: 10%;
}
.c-row .c-90,
.c-row .c-80,
.c-row .c-75,
.c-row .c-70,
.c-row .c-66,
.c-row .c-65,
.c-row .c-60,
.c-row .c-50,
.c-row .c-40,
.c-row .c-35,
.c-row .c-33,
.c-row .c-30,
.c-row .c-25,
.c-row .c-20,
.c-row .c-10 {
    float: left;
    margin-left: 3%;
}
.c-row .c-90:first-child,
.c-row .c-80:first-child,
.c-row .c-75:first-child,
.c-row .c-70:first-child,
.c-row .c-66:first-child,
.c-row .c-65:first-child,
.c-row .c-60:first-child,
.c-row .c-50:first-child,
.c-row .c-40:first-child,
.c-row .c-35:first-child,
.c-row .c-33:first-child,
.c-row .c-30:first-child,
.c-row .c-25:first-child,
.c-row .c-20:first-child,
.c-row .c-10:first-child {
    margin-left: 0;
}
.c-row .c-90 {
    width: 89.7%;
}
.c-row .c-80 {
    width: 79.4%;
}
.c-row .c-75 {
    width: 74.25%;
}
.c-row .c-70 {
    width: 69.1%;
}
.c-row .c-66 {
    width: 65.66666666666666%;
}
.c-row .c-65 {
    width: 65.66666666666666%;
}
.c-row .c-60 {
    width: 58.800000000000004%;
}
.c-row .c-50 {
    width: 48.5%;
}
.c-row .c-40 {
    width: 38.2%;
}
.c-row .c-35 {
    width: 31.333333333333332%;
}
.c-row .c-33 {
    width: 31.333333333333332%;
}
.c-row .c-30 {
    width: 27.9%;
}
.c-row .c-25 {
    width: 22.75%;
}
.c-row .c-20 {
    width: 17.6%;
}
.c-row .c-10 {
    width: 7.3%;
}
.c-push-90,
.c-push-80,
.c-push-75,
.c-push-70,
.c-push-66,
.c-push-65,
.c-push-60,
.c-push-50,
.c-push-40,
.c-push-35,
.c-push-33,
.c-push-30,
.c-push-25,
.c-push-20,
.c-push-10 {
    position: relative;
}
.c-push-90 {
    left: 92.7%;
}
.c-push-80 {
    left: 82.4%;
}
.c-push-75 {
    left: 77.25%;
}
.c-push-70 {
    left: 72.1%;
}
.c-push-66 {
    left: 68.66666666666666%;
}
.c-push-65 {
    left: 68.66666666666666%;
}
.c-push-60 {
    left: 61.800000000000004%;
}
.c-push-50 {
    left: 51.5%;
}
.c-push-40 {
    left: 41.2%;
}
.c-push-35 {
    left: 34.33333333333333%;
}
.c-push-33 {
    left: 34.33333333333333%;
}
.c-push-30 {
    left: 30.9%;
}
.c-push-25 {
    left: 25.75%;
}
.c-push-20 {
    left: 20.6%;
}
.c-push-10 {
    left: 10.3%;
}
.c-row .c-push-right {
    float: right;
}
.c-row .c-role-right {
    margin-left: 3%;
    float: right;
}
.c-row .c-role-left {
    margin-left: 0;
}
.c-centered {
    float: none !important;
    margin: 0 auto !important;
}
.c-padding {
    padding: 20px;
}
.c-padding .c-100,
.c-padding .c-90,
.c-padding .c-80,
.c-padding .c-75,
.c-padding .c-70,
.c-padding .c-66,
.c-padding .c-65,
.c-padding .c-60,
.c-padding .c-50,
.c-padding .c-40,
.c-padding .c-35,
.c-padding .c-33,
.c-padding .c-30,
.c-padding .c-25,
.c-padding .c-20,
.c-padding .c-10 {
    padding: 20px;
}
.c-split .c-90,
.c-split .c-80,
.c-split .c-75,
.c-split .c-70,
.c-split .c-66,
.c-split .c-65,
.c-split .c-60,
.c-split .c-50,
.c-split .c-40,
.c-split .c-35,
.c-split .c-33,
.c-split .c-30,
.c-split .c-25,
.c-split .c-20,
.c-split .c-10 {
    margin-left: 0;
}
.c-split .c-90 {
    width: 90%;
}
.c-split .c-80 {
    width: 80%;
}
.c-split .c-75 {
    width: 75%;
}
.c-split .c-70 {
    width: 70%;
}
.c-split .c-66 {
    width: 66.6%;
}
.c-split .c-65 {
    width: 65%;
}
.c-split .c-60 {
    width: 60%;
}
.c-split .c-50 {
    width: 50%;
}
.c-split .c-40 {
    width: 40%;
}
.c-split .c-35 {
    width: 35%;
}
.c-split .c-33 {
    width: 33.3%;
}
.c-split .c-30 {
    width: 30%;
}
.c-split .c-25 {
    width: 25%;
}
.c-split .c-20 {
    width: 20%;
}
.c-split .c-10 {
    width: 10%;
}
/* c-blocks
-----------------------------------------------------------------------------*/
.c-blocks-2,
.c-blocks-3,
.c-blocks-4,
.c-blocks-5,
.c-blocks-6 {
    padding-left: 0;
    list-style: none;
}
.c-blocks-2:after,
.c-blocks-3:after,
.c-blocks-4:after,
.c-blocks-5:after,
.c-blocks-6:after {
    content: "";
    display: table;
    clear: both;
}
.c-blocks-2 li,
.c-blocks-3 li,
.c-blocks-4 li,
.c-blocks-5 li,
.c-blocks-6 li,
.c-blocks-2 div,
.c-blocks-3 div,
.c-blocks-4 div,
.c-blocks-5 div,
.c-blocks-6 div {
    height: auto;
    float: left;
}
.c-blocks-2 li,
.c-blocks-2 div {
    width: 50%;
}
.c-blocks-3 li,
.c-blocks-3 div {
    width: 33.333333333333332%;
}
.c-blocks-4 li,
.c-blocks-4 div {
    width: 25%;
}
.c-blocks-5 li,
.c-blocks-5 div {
    width: 20%;
}
.c-blocks-6 li,
.c-blocks-6 div {
    width: 16.666666666666666%;
}
.c-blocks-2 li li,
.c-blocks-3 li li,
.c-blocks-4 li li,
.c-blocks-5 li li,
.c-blocks-6 li li,
.c-blocks-2 div div,
.c-blocks-3 div div,
.c-blocks-4 div div,
.c-blocks-5 div div,
.c-blocks-6 div div {
    float: none;
    margin: 0;
}

+ 0 - 1774
css/style.min.css

@ -7376,1780 +7376,6 @@ body.skin-3 {
    float: right;
}
/*----Cross css base
------------------------------*/
.c-hide {
    display: none;
}
.c-block {
    display: block;
}
.c-hidden {
    overflow: hidden;
    zoom: 1;
}
.c-boxs {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.c-main {
    margin: 0 auto;
}
.c-nowrap {
    max-width: 100%;
    _width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-break {
    word-wrap: break-word;
    word-break: break-all;
}
.c-inline-block {
    display: inline-block;
}
.c-auto-y {
    overflow-y: auto;
}
.c-cursor-p {
    cursor: pointer;
}
.c-vam {
    vertical-align: middle;
}
/* color and background
-----------------------------------------------------------------------------*/
.c-fff {
    color: #fff;
}
.c-222 {
    color: #222;
}
.c-333 {
    color: #333;
}
.c-323232 {
    color: #323232;
}
.c-555 {
    color: #555;
}
.c-666 {
    color: #666;
}
.c-999 {
    color: #999;
}
.c-f00 {
    color: #f00;
}
.c-f60 {
    color: #f60;
}
.c-f90 {
    color: #f90;
}
.c-37a6ed {
    color: #37a6ed;
}
.c-5b5b5b {
    color: #5b5b5b;
}
.c-909090 {
    color: #909090;
}
.c-ff8100 {
    color: #ff8100;
}
.c-007cd9 {
    color: #007cd9;
}
.c-4dcd70 {
    color: #4dcd70;
}
.c-2f4050 {
    color: #2F4050;
}
.c-0c93e4 {
    color: #0c93e4;
}
.c-62baf4 {
    color: #62baf4;
}
.bgc-fff {
    background-color: #fff;
}
.bgc-f3f3f3 {
    background-color: #f3f3f3;
}
.bgc-fdfdfd {
    background-color: #fdfdfd;
}
.bgc-f9f9f9 {
    background-color: #f9f9f9;
}
.bgc-2f4050 {
    background-color: #2F4050;
}
.bgc-f7f8fa {
    background-color: #f7f8fa;
}
.bgc-6f8789 {
    background-color: #6f8789;
}
.bgc-0c93e4 {
    background-color: #0c93e4;
}
.bgc-384d5e {
    background-color: #384d5e;
}
/* border
-----------------------------------------------------------------------------*/
.c-border,
.c-border-t,
.c-border-b,
.c-border-l,
.c-border-r,
.c-border-tb {
    border-color: #e1e1e1;
    border-style: solid;
}
.c-border {
    border-width: 1px
}
.c-border-t {
    border-top-width: 1px
}
.c-border-b {
    border-bottom-width: 1px
}
.c-border-l {
    border-left-width: 1px
}
.c-border-r {
    border-right-width: 1px
}
.c-border-tb {
    border-top-width: 1px;
    border-bottom-width: 1px
}
.c-border-d {
    border-style: dashed
}
/* position
-----------------------------------------------------------------------------*/
.c-position-a {
    position: absolute;
}
.c-position-r {
    position: relative;
    *zoom: 1;
}
.c-position-f {
    position: fixed;
}
.c-position-all {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.c-position-lt0 {
    left: 0px;
    top: 0px;
}
.c-position-lt5 {
    left: 5px;
    top: 5px;
}
.c-position-lt10 {
    left: 10px;
    top: 10px;
}
.c-position-lt15 {
    left: 15px;
    top: 15px;
}
.c-position-lt20 {
    left: 20px;
    top: 20px;
}
.c-position-rt0 {
    right: 0px;
    top: 0px;
}
.c-position-rt5 {
    right: 5px;
    top: 5px;
}
.c-position-rt10 {
    right: 10px;
    top: 10px;
}
.c-position-rt15 {
    right: 15px;
    top: 15px;
}
.c-position-rt20 {
    right: 20px;
    top: 20px;
}
.c-position-lb0 {
    left: 0px;
    bottom: 0px;
}
.c-position-lb5 {
    left: 5px;
    bottom: 5px;
}
.c-position-lb10 {
    left: 10px;
    bottom: 10px;
}
.c-position-lb15 {
    left: 15px;
    bottom: 15px;
}
.c-position-lb20 {
    left: 20px;
    bottom: 20px;
}
.c-position-rb0 {
    right: 0px;
    bottom: 0px;
}
.c-position-rb5 {
    right: 5px;
    bottom: 5px;
}
.c-position-rb10 {
    right: 10px;
    bottom: 10px;
}
.c-position-rb15 {
    right: 15px;
    bottom: 15px;
}
.c-position-rb20 {
    right: 20px;
    bottom: 20px;
}
/* images  and   radius
-----------------------------------------------------------------------------*/
.c-images-rounded,
.border-radius-rounded {
    border-radius: 5px;
}
.c-images-cycle,
.border-radius-circle {
    border-radius: 50%;
}
.border-radius-pill {
    border-radius: 1000px;
}
.c-images-thumbnail {
    padding: 5px;
}
.c-images-block {
    display: block;
    width: 100%;
    height: 100%;
}
/* width  and   height
-----------------------------------------------------------------------------*/
.w100 {
    width: 100px;
}
.w150 {
    width: 150px;
}
.w200 {
    width: 200px;
}
.w260 {
    width: 260px;
}
.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w400 {
    width: 400px;
}
.w450 {
    width: 450px;
}
.w500 {
    width: 500px;
}
.w550 {
    width: 550px;
}
.w1000 {
    width: 1000px;
}
.w1200 {
    width: 1200px;
}
.h100 {
    height: 100px;
}
.h150 {
    height: 150px;
}
.h200 {
    height: 200px;
}
.h250 {
    height: 250px;
}
.h300 {
    height: 300px;
}
.h350 {
    height: 350px;
}
.h400 {
    height: 400px;
}
.h450 {
    height: 450px;
}
.h500 {
    height: 500px;
}
.h550 {
    height: 550px;
}
/* spacing
-----------------------------------------------------------------------------*/
.m0 {
    margin: 0;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}
.m25 {
    margin: 25px;
}
.m30 {
    margin: 30px;
}
.m35 {
    margin: 35px;
}
.m40 {
    margin: 40px;
}
.m45 {
    margin: 45px;
}
.m50 {
    margin: 50px;
}
.m100 {
    margin: 100px;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}
.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.ml100 {
    margin-left: 100px;
}
.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr45 {
    margin-right: 45px;
}
.mr50 {
    margin-right: 50px;
}
.mr100 {
    margin-right: 100px;
}
.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mlr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mlr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mlr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.mlr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.mlr100 {
    margin-left: 100px;
    margin-right: 100px;
}
.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.p0 {
    padding: 0;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.p25 {
    padding: 25px;
}
.p30 {
    padding: 30px;
}
.p35 {
    padding: 35px;
}
.p40 {
    padding: 40px;
}
.p45 {
    padding: 45px;
}
.p50 {
    padding: 50px;
}
.p100 {
    padding: 100px;
}
.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb45 {
    padding-bottom: 45px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt50 {
    padding-top: 50px;
}
.pt100 {
    padding-top: 100px;
}
.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}
.pl45 {
    padding-left: 45px;
}
.pl50 {
    padding-left: 50px;
}
.pl100 {
    padding-left: 100px;
}
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pr35 {
    padding-right: 35px;
}
.pr40 {
    padding-right: 40px;
}
.pr45 {
    padding-right: 45px;
}
.pr50 {
    padding-right: 50px;
}
.pr100 {
    padding-right: 100px;
}
.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.plr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.plr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.plr100 {
    padding-left: 100px;
    padding-right: 100px;
}
.ptb8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.plr8 {
    padding-left: 8px;
    padding-right: 8px;
}
.plr12 {
    padding-left: 12px;
    padding-right: 12px;
}
/* css3-Grid
-----------------------------------------------------------------------------*/
.ui-grid {
    display: -webkit-box;
    display: box;
}
.ui-grid-middle {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
}
.ui-grid-vertical {
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.ui-grid-label {
    -webkit-box-flex: 0;
    box-flex: 0;
    width: 100px;
    font-weight: 600;
}
.ui-col-0 {
    -webkit-box-flex: 0;
    box-flex: 0;
}
.ui-col-1 {
    -webkit-box-flex: 1;
    box-flex: 1;
}
.ui-col-2 {
    -webkit-box-flex: 2;
    box-flex: 2;
}
.ui-col-3 {
    -webkit-box-flex: 3;
    box-flex: 3;
}
.ui-col-4 {
    -webkit-box-flex: 4;
    box-flex: 3;
}
.ui-col-5 {
    -webkit-box-flex: 5;
    box-flex: 5;
}
.ui-col-6 {
    -webkit-box-flex: 6;
    box-flex: 6;
}
/* lists
-----------------------------------------------------------------------------*/
.c-list-disc {
    list-style-type: disc;
}
.c-list-circle {
    list-style-type: circle;
}
.c-list-square {
    list-style-type: square;
}
.c-list-decimal {
    list-style-type: decimal;
}
.c-list-alpha {
    list-style-type: lower-alpha;
}
.c-list-roman {
    list-style-type: lower-roman;
}
.c-list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.c-list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
/* font
-----------------------------------------------------------------------------*/
.c-simsun {
    font-family: \5b8b\4f53;
}
.c-bold {
    font-weight: bold;
}
.c-f12 {
    font-size: 12px;
}
.c-f13 {
    font-size: 13px;
}
.c-f14 {
    font-size: 14px;
}
.c-f15 {
    font-size: 15px;
}
.c-f16 {
    font-size: 16px;
}
.c-f17 {
    font-size: 17px;
}
.c-f18 {
    font-size: 18px;
}
.c-f20 {
    font-size: 20px;
}
.c-f22 {
    font-size: 22px;
}
.c-f24 {
    font-size: 24px;
}
.c-f28 {
    font-size: 28px;
}
.c-t-left {
    text-align: left;
}
.c-t-center {
    text-align: center;
}
.c-t-right {
    text-align: right;
}
.c-line-h1 {
    line-height: 1.8;
    _line-height: 24px;
}
.c-line-h2 {
    line-height: 2.2;
    _line-height: 32px;
}
/* Grid
-----------------------------------------------------------------------------*/
.c-container:after,
.c-row:after {
    content: "";
    display: table;
    clear: both;
}
.c-container {
    padding-top: 1px;
    margin-top: -1px;
}
.c-row {
    zoom: 1
}
.width-100,
.c-100 {
    width: 100%;
}
.width-90,
.c-90 {
    width: 90%;
}
.width-80,
.c-80 {
    width: 80%;
}
.width-75,
.c-75 {
    width: 75%;
}
.width-70,
.c-70 {
    width: 70%;
}
.width-66,
.c-66 {
    width: 66.6%;
}
.width-65,
.c-65 {
    width: 65%;
}
.width-60,
.c-60 {
    width: 60%;
}
.width-50,
.c-50 {
    width: 50%;
}
.width-40,
.c-40 {
    width: 40%;
}
.width-35,
.c-35 {
    width: 35%;
}
.width-33,
.c-33 {
    width: 33.3%;
}
.width-30,
.c-30 {
    width: 30%;
}
.width-25,
.c-25 {
    width: 25%;
}
.width-20,
.c-20 {
    width: 20%;
}
.width-10,
.c-10 {
    width: 10%;
}
.c-row .c-90,
.c-row .c-80,
.c-row .c-75,
.c-row .c-70,
.c-row .c-66,
.c-row .c-65,
.c-row .c-60,
.c-row .c-50,
.c-row .c-40,
.c-row .c-35,
.c-row .c-33,
.c-row .c-30,
.c-row .c-25,
.c-row .c-20,
.c-row .c-10 {
    float: left;
    margin-left: 3%;
}
.c-row .c-90:first-child,
.c-row .c-80:first-child,
.c-row .c-75:first-child,
.c-row .c-70:first-child,
.c-row .c-66:first-child,
.c-row .c-65:first-child,
.c-row .c-60:first-child,
.c-row .c-50:first-child,
.c-row .c-40:first-child,
.c-row .c-35:first-child,
.c-row .c-33:first-child,
.c-row .c-30:first-child,
.c-row .c-25:first-child,
.c-row .c-20:first-child,
.c-row .c-10:first-child {
    margin-left: 0;
}
.c-row .c-90 {
    width: 89.7%;
}
.c-row .c-80 {
    width: 79.4%;
}
.c-row .c-75 {
    width: 74.25%;
}
.c-row .c-70 {
    width: 69.1%;
}
.c-row .c-66 {
    width: 65.66666666666666%;
}
.c-row .c-65 {
    width: 65.66666666666666%;
}
.c-row .c-60 {
    width: 58.800000000000004%;
}
.c-row .c-50 {
    width: 48.5%;
}
.c-row .c-40 {
    width: 38.2%;
}
.c-row .c-35 {
    width: 31.333333333333332%;
}
.c-row .c-33 {
    width: 31.333333333333332%;
}
.c-row .c-30 {
    width: 27.9%;
}
.c-row .c-25 {
    width: 22.75%;
}
.c-row .c-20 {
    width: 17.6%;
}
.c-row .c-10 {
    width: 7.3%;
}
.c-push-90,
.c-push-80,
.c-push-75,
.c-push-70,
.c-push-66,
.c-push-65,
.c-push-60,
.c-push-50,
.c-push-40,
.c-push-35,
.c-push-33,
.c-push-30,
.c-push-25,
.c-push-20,
.c-push-10 {
    position: relative;
}
.c-push-90 {
    left: 92.7%;
}
.c-push-80 {
    left: 82.4%;
}
.c-push-75 {
    left: 77.25%;
}
.c-push-70 {
    left: 72.1%;
}
.c-push-66 {
    left: 68.66666666666666%;
}
.c-push-65 {
    left: 68.66666666666666%;
}
.c-push-60 {
    left: 61.800000000000004%;
}
.c-push-50 {
    left: 51.5%;
}
.c-push-40 {
    left: 41.2%;
}
.c-push-35 {
    left: 34.33333333333333%;
}
.c-push-33 {
    left: 34.33333333333333%;
}
.c-push-30 {
    left: 30.9%;
}
.c-push-25 {
    left: 25.75%;
}
.c-push-20 {
    left: 20.6%;
}
.c-push-10 {
    left: 10.3%;
}
.c-row .c-push-right {
    float: right;
}
.c-row .c-role-right {
    margin-left: 3%;
    float: right;
}
.c-row .c-role-left {
    margin-left: 0;
}
.c-centered {
    float: none !important;
    margin: 0 auto !important;
}
.c-padding {
    padding: 20px;
}
.c-padding .c-100,
.c-padding .c-90,
.c-padding .c-80,
.c-padding .c-75,
.c-padding .c-70,
.c-padding .c-66,
.c-padding .c-65,
.c-padding .c-60,
.c-padding .c-50,
.c-padding .c-40,
.c-padding .c-35,
.c-padding .c-33,
.c-padding .c-30,
.c-padding .c-25,
.c-padding .c-20,
.c-padding .c-10 {
    padding: 20px;
}
.c-split .c-90,
.c-split .c-80,
.c-split .c-75,
.c-split .c-70,
.c-split .c-66,
.c-split .c-65,
.c-split .c-60,
.c-split .c-50,
.c-split .c-40,
.c-split .c-35,
.c-split .c-33,
.c-split .c-30,
.c-split .c-25,
.c-split .c-20,
.c-split .c-10 {
    margin-left: 0;
}
.c-split .c-90 {
    width: 90%;
}
.c-split .c-80 {
    width: 80%;
}
.c-split .c-75 {
    width: 75%;
}
.c-split .c-70 {
    width: 70%;
}
.c-split .c-66 {
    width: 66.6%;
}
.c-split .c-65 {
    width: 65%;
}
.c-split .c-60 {
    width: 60%;
}
.c-split .c-50 {
    width: 50%;
}
.c-split .c-40 {
    width: 40%;
}
.c-split .c-35 {
    width: 35%;
}
.c-split .c-33 {
    width: 33.3%;
}
.c-split .c-30 {
    width: 30%;
}
.c-split .c-25 {
    width: 25%;
}
.c-split .c-20 {
    width: 20%;
}
.c-split .c-10 {
    width: 10%;
}
/* c-blocks
-----------------------------------------------------------------------------*/
.c-blocks-2,
.c-blocks-3,
.c-blocks-4,
.c-blocks-5,
.c-blocks-6 {
    padding-left: 0;
    list-style: none;
}
.c-blocks-2:after,
.c-blocks-3:after,
.c-blocks-4:after,
.c-blocks-5:after,
.c-blocks-6:after {
    content: "";
    display: table;
    clear: both;
}
.c-blocks-2 li,
.c-blocks-3 li,
.c-blocks-4 li,
.c-blocks-5 li,
.c-blocks-6 li,
.c-blocks-2 div,
.c-blocks-3 div,
.c-blocks-4 div,
.c-blocks-5 div,
.c-blocks-6 div {
    height: auto;
    float: left;
}
.c-blocks-2 li,
.c-blocks-2 div {
    width: 50%;
}
.c-blocks-3 li,
.c-blocks-3 div {
    width: 33.333333333333332%;
}
.c-blocks-4 li,
.c-blocks-4 div {
    width: 25%;
}
.c-blocks-5 li,
.c-blocks-5 div {
    width: 20%;
}
.c-blocks-6 li,
.c-blocks-6 div {
    width: 16.666666666666666%;
}
.c-blocks-2 li li,
.c-blocks-3 li li,
.c-blocks-4 li li,
.c-blocks-5 li li,
.c-blocks-6 li li,
.c-blocks-2 div div,
.c-blocks-3 div div,
.c-blocks-4 div div,
.c-blocks-5 div div,
.c-blocks-6 div div {
    float: none;
    margin: 0;
}
select {
    height: 30px;
    border-radius: 0;

文件差異過大導致無法顯示
+ 74771 - 0
plugins/echarts/3.8.5/echarts.js


文件差異過大導致無法顯示
+ 1 - 0
plugins/echarts/3.8.5/echarts.min.js