diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..409e385 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,24 @@ +FROM php:7-alpine + +COPY . /opt +VOLUME /data + +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.cloud.tencent.com/g' /etc/apk/repositories && \ + apk add --no-cache zip libzip-dev libpng-dev libjpeg-turbo-dev freetype-dev && \ + docker-php-ext-configure gd --with-freetype --with-jpeg && \ + docker-php-ext-configure zip && \ + docker-php-ext-install zip gd pdo_mysql && \ + chmod +x /opt/mumov && \ + mv /opt/mumov /bin && \ + mv /opt/htdocs/upload /opt/data && \ + ln -s /data/upload /opt/htdocs/upload && \ + sed -i "s/ROOT_PATH . \'..\//'\//g" /opt/htdocs/application/database.php && \ + mv /opt/htdocs/application/extra /opt/data && \ + ln -s /data/extra /opt/htdocs/application/extra && \ + mv /opt/htdocs/static/player /opt/data && \ + ln -s /data/player /opt/htdocs/static/player + +WORKDIR /opt/htdocs +EXPOSE 8088 + +CMD [ "mumov" ] diff --git a/data/sqlite3.db b/data/sqlite3.db new file mode 100644 index 0000000..663fa2c Binary files /dev/null and b/data/sqlite3.db differ diff --git a/htdocs/.github/ISSUE_TEMPLATE/bug-report-cn.md b/htdocs/.github/ISSUE_TEMPLATE/bug-report-cn.md new file mode 100644 index 0000000..a5c73e5 --- /dev/null +++ b/htdocs/.github/ISSUE_TEMPLATE/bug-report-cn.md @@ -0,0 +1,35 @@ +--- +name: 问题报告 +about: 提交您的问题反馈,帮助我们改进 +title: '' +labels: '' +assignees: '' + +--- + +**描述您的问题** +A clear and concise description of what the bug is. + +**如何重现** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**预期结果** +A clear and concise description of what you expected to happen. + +**截图** +If applicable, add screenshots to help explain your problem. + +**版本信息:** + - 程序版本: [如 2022.1000.3026] + - 操作系统: [如 Windows 11] + - 浏览器: [如 chrome, safari] + + + +**其他备注信息** +Add any other context about the problem here. + diff --git a/htdocs/addons/adminloginbg/info.ini b/htdocs/addons/adminloginbg/info.ini index 0ceed57..3bee579 100644 --- a/htdocs/addons/adminloginbg/info.ini +++ b/htdocs/addons/adminloginbg/info.ini @@ -2,7 +2,7 @@ name = adminloginbg title = 后台登录背景图 intro = 可自定义后台登录背景图 author = MagicBlack -website = http://www.maccms.la +website = http://127.0.0.1 version = 1.0.0 state = 0 url = /addons/adminloginbg.html diff --git a/htdocs/admin.php b/htdocs/admin.php index 15f2e33..2954e4b 100644 --- a/htdocs/admin.php +++ b/htdocs/admin.php @@ -32,10 +32,10 @@ header("Location: ./install.php"); exit; } -if(strpos($_SERVER["SCRIPT_NAME"],'/admin.php')!==false){ - echo '请将后台入口文件admin.php改名,避免被黑客入侵攻击【Please rename the background entry file admin.php to avoid being hacked】'; - exit; -} +// if(strpos($_SERVER["SCRIPT_NAME"],'/admin.php')!==false){ +// echo '请将后台入口文件admin.php改名,避免被黑客入侵攻击【Please rename the background entry file admin.php to avoid being hacked】'; +// exit; +// } if (!@mb_check_encoding($_SERVER['PATH_INFO'], 'utf-8')){ $_SERVER['PATH_INFO']=@mb_convert_encoding($_SERVER['PATH_INFO'], 'UTF-8', 'GBK'); } diff --git a/htdocs/application/admin/common/auth.php b/htdocs/application/admin/common/auth.php index 9fee46c..cb57249 100644 --- a/htdocs/application/admin/common/auth.php +++ b/htdocs/application/admin/common/auth.php @@ -152,7 +152,7 @@ '123' => array("show"=>1,'name' => lang('menu/website_data_lock'), 'controller' => 'website', 'action' => 'data','param'=>'lock=1'), '124' => array("show"=>1,'name' => lang('menu/website_data_audit'), 'controller' => 'website', 'action' => 'data','param'=>'status=0'), '129' => array("show"=>1,'name' => lang('menu/website_batch'), 'controller' => 'website', 'action' => 'batch'), - '1291' => array("show"=>1,'name' => lang('menu/website_repeat'), 'controller' => 'website', 'action' => 'data', 'param'=>'repeat=1'), + // '1291' => array("show"=>1,'name' => lang('menu/website_repeat'), 'controller' => 'website', 'action' => 'data', 'param'=>'repeat=1'), )), '6' => array('name' => lang('menu/users'), 'icon' => 'xe62c', 'sub' => array( @@ -243,22 +243,22 @@ )), '10' => array('name' => lang('menu/db'), 'icon' => 'xe621', 'sub' => array( - '101' => array("show"=>1,'name' => lang('menu/database'), 'controller' => 'database', 'action' => 'index'), - '10001' => array("show"=>0,'name' => '--数据库备份', 'controller' => 'database', 'action' => 'export'), - '10002' => array("show"=>0,'name' => '--数据库还原', 'controller' => 'database', 'action' => 'import'), - '10003' => array("show"=>0,'name' => '--数据库优化', 'controller' => 'database', 'action' => 'optimize'), - '10004' => array("show"=>0,'name' => '--数据库修复', 'controller' => 'database', 'action' => 'repair'), - '10005' => array("show"=>0,'name' => '--数据库删除备份', 'controller' => 'database', 'action' => 'del'), - '10006' => array("show"=>0,'name' => '--数据库表信息', 'controller' => 'database', 'action' => 'columns'), + // '101' => array("show"=>1,'name' => lang('menu/database'), 'controller' => 'database', 'action' => 'index'), + // '10001' => array("show"=>0,'name' => '--数据库备份', 'controller' => 'database', 'action' => 'export'), + // '10002' => array("show"=>0,'name' => '--数据库还原', 'controller' => 'database', 'action' => 'import'), + // '10003' => array("show"=>0,'name' => '--数据库优化', 'controller' => 'database', 'action' => 'optimize'), + // '10004' => array("show"=>0,'name' => '--数据库修复', 'controller' => 'database', 'action' => 'repair'), + // '10005' => array("show"=>0,'name' => '--数据库删除备份', 'controller' => 'database', 'action' => 'del'), + // '10006' => array("show"=>0,'name' => '--数据库表信息', 'controller' => 'database', 'action' => 'columns'), '102' => array("show"=>1,'name' => lang('menu/database_sql'), 'controller' => 'database', 'action' => 'sql'), - '103' => array("show"=>1,'name' => lang('menu/database_rep'), 'controller' => 'database', 'action' => 'rep'), + // '103' => array("show"=>1,'name' => lang('menu/database_rep'), 'controller' => 'database', 'action' => 'rep'), )), '11' => array('name' => lang('menu/apps'), 'icon' => 'xe621', 'sub' => array( - '111' => array("show"=>1,'name' => lang('menu/addon'), 'controller' => 'addon', 'action' => 'index', 'param'=>''), + // '111' => array("show"=>1,'name' => lang('menu/addon'), 'controller' => 'addon', 'action' => 'index', 'param'=>''), '112' => array("show"=>1,'name' => lang('menu/urlsend'), 'controller' => 'urlsend', 'action' => 'index', 'param'=>''), '113' => array("show"=>1,'name' => lang('menu/safety_file'), 'controller' => 'safety', 'action' => 'file', 'param'=>''), - '114' => array("show"=>1,'name' => lang('menu/safety_data'), 'controller' => 'safety', 'action' => 'data', 'param'=>''), + // '114' => array("show"=>1,'name' => lang('menu/safety_data'), 'controller' => 'safety', 'action' => 'data', 'param'=>''), '11200' => array("show"=>0,'name' => '--推送入口', 'controller' => 'urlsend', 'action' => 'push'), '11201' => array("show"=>0,'name' => '--百度主动推送', 'controller' => 'urlsend', 'action' => 'baidu_push'), '11202' => array("show"=>0,'name' => '--百度熊掌推送', 'controller' => 'urlsend', 'action' => 'baidu_bear'), diff --git a/htdocs/application/admin/view/index/login.html b/htdocs/application/admin/view/index/login.html index 4dad9a6..af553b6 100644 --- a/htdocs/application/admin/view/index/login.html +++ b/htdocs/application/admin/view/index/login.html @@ -18,7 +18,7 @@
-

{:lang('admin/index/login/tip_welcome')}

+

{:lang('admin/index/login/tip_welcome')}

diff --git a/htdocs/application/admin/view/public/head.html b/htdocs/application/admin/view/public/head.html index 5426dd2..5c85f7a 100644 --- a/htdocs/application/admin/view/public/head.html +++ b/htdocs/application/admin/view/public/head.html @@ -3,7 +3,7 @@ - {$title} - {:lang('admin/public/head/title')} + {$title} diff --git a/htdocs/application/data/install/install.lock b/htdocs/application/data/install/install.lock new file mode 100644 index 0000000..e69de29 diff --git a/htdocs/application/data/update/database.php b/htdocs/application/data/update/database.php deleted file mode 100644 index c3be0e1..0000000 --- a/htdocs/application/data/update/database.php +++ /dev/null @@ -1,93 +0,0 @@ - 'mysql', + 'type' => 'sqlite', // 服务器地址 - 'hostname' => '127.0.0.1', + 'hostname' => '', // 数据库名 - 'database' => 'maccms10', + 'database' => ROOT_PATH . '../data/sqlite3.db', // 用户名 - 'username' => 'root', + 'username' => '', // 密码 - 'password' => 'root', + 'password' => '', // 端口 - 'hostport' => '3306', + 'hostport' => '', // 连接dsn 'dsn' => '', // 数据库连接参数 diff --git a/htdocs/application/extra/maccms.php b/htdocs/application/extra/maccms.php index a339218..bea620c 100644 --- a/htdocs/application/extra/maccms.php +++ b/htdocs/application/extra/maccms.php @@ -17,23 +17,23 @@ ), 'site' => array ( - 'site_name' => '免费短视频分享大全 - 大中国', - 'site_url' => 'www.test.cn', - 'site_wapurl' => 'wap.test.cn', - 'site_keywords' => '短视频,搞笑视频,视频分享,免费视频,在线视频,预告片', - 'site_description' => '提供最新最快的视频分享数据', - 'site_icp' => 'icp123', - 'site_qq' => '123456', - 'site_email' => '123456@test.cn', + 'site_name' => '电影先生', + 'site_url' => '127.0.0.1', + 'site_wapurl' => '', + 'site_keywords' => '', + 'site_description' => '', + 'site_icp' => '', + 'site_qq' => '本程序仅供学习使用 请勿开放外网访问 否则后果自负', + 'site_email' => '', 'install_dir' => '/', - 'site_logo' => 'static/images/logo.jpg', - 'site_waplogo' => 'static/images/logo.jpg', + 'site_logo' => 'template/default/static/images/index-logo.png', + 'site_waplogo' => 'template/default/static/images/logo.png', 'template_dir' => 'default', 'html_dir' => 'html', 'mob_status' => '0', 'mob_template_dir' => 'default', 'mob_html_dir' => 'html', - 'site_tj' => '统计代码', + 'site_tj' => '', 'site_status' => '1', 'site_close_tip' => '站点暂时关闭,请稍后访问', 'ads_dir' => 'ads', @@ -55,7 +55,14 @@ 'cache_page' => '0', 'cache_time_page' => '3600', 'compress' => '0', + 'input_type' => '1', + 'ajax_page' => '0', + 'wall_filter' => '0', + 'show' => '1', + 'show_verify' => '0', 'search' => '1', + 'search_verify' => '0', + 'search_len' => '', 'search_timespan' => '3', 'search_vod_rule' => 'vod_en|vod_sub', 'search_art_rule' => 'art_en|art_sub', @@ -80,10 +87,10 @@ 'collect_timespan' => '3', 'pagesize' => '20', 'makesize' => '30', - 'admin_login_verify' => '1', + 'admin_login_verify' => '0', 'editor' => 'Ueditor', 'lang' => 'zh-cn', - 'input_type' => '1', + 'vod_search_optimise' => '', ), 'user' => array ( @@ -92,6 +99,8 @@ 'reg_status' => '1', 'reg_phone_sms' => '0', 'reg_email_sms' => '0', + 'email_white_hosts' => '', + 'email_black_hosts' => '', 'reg_verify' => '0', 'login_verify' => '0', 'reg_points' => '10', @@ -116,7 +125,7 @@ 'gbook' => array ( 'status' => '1', - 'audit' => '0', + 'audit' => '1', 'login' => '0', 'verify' => '1', 'pagesize' => '20', @@ -342,8 +351,9 @@ array ( 'vod' => array ( - 'status' => 0, + 'status' => '1', 'charge' => '0', + 'detail_inc_hits' => '0', 'pagesize' => '20', 'imgurl' => 'http://img.test.com/', 'typefilter' => '', @@ -354,7 +364,7 @@ ), 'art' => array ( - 'status' => 0, + 'status' => '0', 'charge' => '0', 'pagesize' => '20', 'imgurl' => '', diff --git a/htdocs/application/install/view/index/foot.html b/htdocs/application/install/view/index/foot.html index 7224a85..9f16df4 100644 --- a/htdocs/application/install/view/index/foot.html +++ b/htdocs/application/install/view/index/foot.html @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/htdocs/application/install/view/index/step2.html b/htdocs/application/install/view/index/step2.html index c1afa1a..1f0bddd 100644 --- a/htdocs/application/install/view/index/step2.html +++ b/htdocs/application/install/view/index/step2.html @@ -65,7 +65,7 @@ {:lang('install/back_step')} {:lang('install/next_step')} - {:lang('install/question')} + {:lang('install/question')}
{include file="../../../application/install/view/index/foot" /} \ No newline at end of file diff --git a/htdocs/application/install/view/index/step3.html b/htdocs/application/install/view/index/step3.html index 8202c56..1ca5047 100644 --- a/htdocs/application/install/view/index/step3.html +++ b/htdocs/application/install/view/index/step3.html @@ -98,7 +98,7 @@ - + {include file="../../../application/install/view/index/foot" /} + + +{include file="public/head"} +
+
+
+
+
+
+
+

+ 我要留言 +

+
+
+
+
+
    +
  • + +
  • + {if condition="$gbook.verify eq 1"} +
  • + +
  • + {/if} +
  • + +
  • +
+
+
+
+
+
+
+ {maccms:gbook num="10" paging="yes" order="desc" by="id"} +
+
+
+
+ {$vo.gbook_ip|mac_long2ip} +

{$vo.gbook_name}

+
+

{$vo.gbook_content}

+ {if condition="$vo.gbook_reply_time gt 0"} +

管理员回复:{$vo.gbook_reply}

+ {/if} +

{$vo.gbook_time|date='Y-m-d H:i:s',###}

+
+
+
+ {/maccms:gbook} + {include file="public/paging"} +
+
+
+ {include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/gbook/report.html b/htdocs/template/default/html/gbook/report.html new file mode 100644 index 0000000..5c2d1a1 --- /dev/null +++ b/htdocs/template/default/html/gbook/report.html @@ -0,0 +1,35 @@ + + + + diff --git a/htdocs/template/default/html/index/hot.html b/htdocs/template/default/html/index/hot.html new file mode 100644 index 0000000..e2d5aec --- /dev/null +++ b/htdocs/template/default/html/index/hot.html @@ -0,0 +1,12 @@ +
+
+

正在热播

+
+
+
+ {maccms:vod num="16" type="all" order="desc" by="time" level="1"} + {include file="public/vodbox"} + {/maccms:vod} +
+
+
\ No newline at end of file diff --git a/htdocs/template/default/html/index/index.html b/htdocs/template/default/html/index/index.html index de669a9..968db29 100644 --- a/htdocs/template/default/html/index/index.html +++ b/htdocs/template/default/html/index/index.html @@ -1,51 +1,32 @@ - + - - 功能模块及系统标签等等介绍 - 苹果CMS - + + + {$maccms.site_name} + + + {include file="public/include"} - + + + {include file="public/head"} + +
+
+ + {include file="index/slide"} + + {include file="index/hot"} + + {include file="index/list"} + + {include file="index/new"} + +
+
+ {include file="index/links"} -
- -

免责声明

-
-

- 本程序免费且开源仅供内部学习和交流使用,没有内置任何数据,请在遵守当地法律的前提下使用本站程序!
- 对用户在使用过程中的自行维护的信息内容本站不负任何责任!
- 前台页面的一切展示均为html+css+js配合系统标签来实现,如需修改显示内容请学习相关标签文档! -

-

- This program is for internal learning and communication only, there is no built-in data, please follow local laws, please use this site program!
- The user in the process of self-maintenance of the information content of this site is not responsible!
- All displays on the front desk page are implemented with the system label, if you need to modify the display content please learn the relevant label documentation! -

-
- - -

包含模块

-
-

- 专题、留言本、评论、文章、网址导航、视频、明星、角色、剧情、用户中心等!

- 更多内容请参阅程序包内说明文档!

- 不再内置默认模板,如果需要请自行搜索引擎查找! -

-
- -

版权声明

-
-

- 苹果CMS(maccms)遵循Apache2开源协议发布,并提供免费使用。
- 版权所有Copyright © 2014-2021 by magicblack (https://github.com/magicblack)
- All rights reserved。 -

-
-
-
- -
+ {include file="public/foot"} diff --git a/htdocs/template/default/html/index/links.html b/htdocs/template/default/html/index/links.html new file mode 100644 index 0000000..7343ce8 --- /dev/null +++ b/htdocs/template/default/html/index/links.html @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/htdocs/template/default/html/index/list.html b/htdocs/template/default/html/index/list.html new file mode 100644 index 0000000..3b5ab1f --- /dev/null +++ b/htdocs/template/default/html/index/list.html @@ -0,0 +1,17 @@ +{maccms:type order="asc" by="sort" ids="parent" id="vo1" key="key1" flag="vod"} +
+
+

{$vo1.type_name}

+ 更多{$vo1.type_name} + + +
+
+
+ {maccms:vod num="16" type="'.$vo1['type_id'].'" order="desc" by="time"} + {include file="public/vodbox"} + {/maccms:vod} +
+
+
+ {/maccms:type} \ No newline at end of file diff --git a/htdocs/template/default/html/index/new.html b/htdocs/template/default/html/index/new.html new file mode 100644 index 0000000..4847191 --- /dev/null +++ b/htdocs/template/default/html/index/new.html @@ -0,0 +1,47 @@ +
+
+

最新影片

+
+ + +
+
选择类型
+
+ 全部 + {maccms:type order="asc" by="sort" ids="parent" flag="vod"} + {$vo.type_name} + {/maccms:type} +
+
+
+
+
+
+
+
+
+ {maccms:vod num="16" type="all" order="desc" by="time" } + {include file="public/vodbox"} + {/maccms:vod} +
+
+ +
+ {maccms:type order="asc" by="sort" ids="parent" id="vo1" key="key1" flag="vod"} +
+
+
+ {maccms:vod num="16" type="'.$vo1['type_id'].'" order="desc" by="time"} + {include file="public/vodbox"} + {/maccms:vod} +
+
+ +
+ {/maccms:type} +
+
\ No newline at end of file diff --git a/htdocs/template/default/html/index/notice.html b/htdocs/template/default/html/index/notice.html new file mode 100644 index 0000000..3296c55 --- /dev/null +++ b/htdocs/template/default/html/index/notice.html @@ -0,0 +1,51 @@ + + \ No newline at end of file diff --git a/htdocs/template/default/html/index/slide.html b/htdocs/template/default/html/index/slide.html new file mode 100644 index 0000000..c48192f --- /dev/null +++ b/htdocs/template/default/html/index/slide.html @@ -0,0 +1,63 @@ + + +
+
+ {maccms:vod num="8" type="all" order="desc" by="time" level="5"} + + {/maccms:vod} + +
+ +
+ + + + + +
+ + + \ No newline at end of file diff --git a/htdocs/template/default/html/label/about.html b/htdocs/template/default/html/label/about.html new file mode 100644 index 0000000..87a9280 --- /dev/null +++ b/htdocs/template/default/html/label/about.html @@ -0,0 +1,90 @@ + + + + + + 关于我们 - {$maccms.site_name} + + + {include file="public/include"} + + {include file="public/head"} +
+
+
+

关于我们

+
+
+

官方网址

+

+ http://{$maccms.site_url}
收藏本站网址,不迷路!

如果您认可本站,请分享给你的好友! +
+

介绍

+

大片,高清正版免费在线观看!

+

优势

+
    +
  • 最新热门VIP资源同步更新,官版推出后5~30分钟即可本站免费观看;
  • +
  • 20万+国内外影片、电视剧、综艺、动漫,百度搜不到的咱这里都有!
  • +
  • 十大线路视频源,总有一个适合你极速秒开!
  • +
  • 强大的搜索功能,只有想不到没有搜不到!
  • +
  • 无需安装APP即可享受堪比APP客户端的观影体验。
  • +
  • 全面支持所有设备、主流十余种分辨率比例。
  • +
  • 支持系统:网页、iOS、安卓、iPad、Mac、Windows..
  • +
  • + 支持投屏到电视观看 +
  • +
+

特色

+
    +
  • 超大影片海报,营造沉浸式观影体验,极具视觉冲击力。
  • +
  • 极致的网站设计,前端体验,获得众多同行的高度赞扬。
  • +
  • 提升观影体验、降低网站层级、无需影片介绍等中间页面再次跳转。
  • +
  • 像QQ好友一样的片源、选集切换,更易上手操作。
  • +
+
+

APP客户端级的移动端体验

+

+
    +
  • 极致的网站设计、前端交互体验,获得众多同行的高度赞扬!
  • +
  • 超大影片海报,极具视觉冲击力!
  • +
  • 更少的跳转路径,尽量让每一次点击都能直接观影,减少影片介绍等中间页面!
  • +
  • 使用电脑版或安卓版Chrome访问 + 本站域名  + {$maccms.site_url}   还有"安装应用"的彩蛋等你体验。
  • +
+
+

沉浸式观影体验

+

+

+

+
    +
  • 最新热门VIP资源同步更新,官版推出后,5~30分钟即可本站免费观看;
  • +
  • 持续添加优质线路、视频源供您切换,画质清晰、播放流畅;
  • +
  • 像QQ好友列表一样的选集模式,更加简单、易上手;
    +
  • 视频主要分为 + 电影、 + 电视剧、 + 动漫、 + 综艺等..
  • +
  • 影视分类精细完善、内容筛选功能强大、搜索功能简约又不失重点内容的呈现!
  • +
+

如何投屏>>

+ +
+
+
+
+
+
+
+
+ +{include file="public/foot"} + \ No newline at end of file diff --git a/htdocs/template/default/html/label/app.html b/htdocs/template/default/html/label/app.html new file mode 100644 index 0000000..b1daf5c --- /dev/null +++ b/htdocs/template/default/html/label/app.html @@ -0,0 +1,46 @@ + + + + + + APP下载 - {$maccms.site_name} + + + {include file="public/include"} + + {include file="public/head"} +
+
+
+

{$maccms.site_name}APP

+
+
+

APP介绍

+

聚合全网影片,你想看的全都有!每天搜集互联网上最新、最热、最全的影视大片,高清正版免费在线观看!

+
    +
  • 防封:如果域名被封无法访问,可通过App打开、查看 + 最新网址
  • +
  • 最新:最新热门VIP在线看与下载资源同步更新;
  • +
  • 多源:持续添加优质线路、视频源供您切换,画质清晰、播放流畅;
  • +
  • 海量:聚合全网资源,想看啥就看啥
  • +
  • 下载:聚合全网下载,持续完善资源库
  • +
+

APP下载

+

下载提示:苹果APP客户端暂未开放下载,请收藏{$maccms.site_name}域名到浏览器,或添加至桌面图标。

+

+ 安卓APP下载 + 苹果APP下载 +

+
+
+
+
+
+
+
+
+ + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/label/help.html b/htdocs/template/default/html/label/help.html new file mode 100644 index 0000000..c476d77 --- /dev/null +++ b/htdocs/template/default/html/label/help.html @@ -0,0 +1,70 @@ + + + + + + 手机怎么投屏智能电视和电视盒子? - {$maccms.site_name} + + + {include file="public/include"} + + {include file="public/head"} +
+
+
+

如何投屏到电视进行观看

+
+
+

随着智能电视和电视盒子的普及,人们对观影体验也提出了更高的要求,在没有电视APP的情况下,使用手机投屏到电视播放无疑是最便捷的方式之一,下面我们将手把手教您如何更好的把手机视频投屏到电视进行观看。 +

投屏教程

+
  • 安卓 QQ浏览器
  • +
  • 安卓 夸克浏览器
  • +
  • 安卓 UC浏览器
  • +
  • iOS Safari浏览器
  • +
  • iOS QQ浏览器
  • +
  • iOS 夸克浏览器

  • +
  • 投屏成功后,建议直接锁屏,不要打开其他软件;
  • +
  • 也可以将浏览器退到后台,但不能打开其他视频软件,如抖音、快手、微信语音等播放语音的软件,会中断投屏..
  • +
  • 投屏后可使用电视遥控器快进、回退..
  • +
    +

    安卓手机如何投屏?

    +

    安卓 QQ浏览器 [下载]

    +

    +

    打开夸克浏览器->打开电影先生->播放视频->选择·····右上角 … ->投屏->等待搜寻出智能电视/电视盒子->选中,即可投屏。
    需要让当前手机和电视/盒子连接同一WIFI网络,否则可能无法搜到电视设备。



    +

    安卓 夸克浏览器 [下载]

    +

    +

    安卓夸克浏览器->打开电影先生->开始播放->全屏->左下角投屏->等待搜寻到智能电视/电视盒子->选中,即可投屏。
    需要让当前手机和电视/盒子连接同一WIFI网络,否则可能无法搜到电视设备。



    +

    安卓 UC浏览器 [下载]

    +

    +

    打开安卓UC浏览器->打开电影先生->开始播放->全屏->左下角投屏->等待搜寻到智能电视/电视盒子->选中,即可投屏。
    需要让当前手机和电视/盒子连接同一WIFI网络,否则可能无法搜到电视设备。

    +
    +

    苹果iOS手机如何投屏?

    +

    iOS Safari浏览器

    +

    +

    使用Safari浏览器,打开电影先生->开始播放->全屏->左下角投屏->等待搜寻到智能电视/电视盒子->选中,即可投屏。
    需要让当前手机和电视/盒子连接同一WIFI网络,否则可能无法搜到电视设备。



    +

    iOS QQ浏览器 [下载]

    +

    +

    打开QQ浏览器(会接管网页播放器)->打开电影先生->播放视频->选中投屏图标->等待搜寻出智能电视/电视盒子->选中,即可投屏。
    需要让当前手机和电视/盒子连接同一WIFI网络,否则可能无法搜到电视设备。



    +

    iOS 夸克浏览器 [下载]

    +

    +

    打开夸克浏览器->打开电影先生->播放视频->选择·····右上角 … ->投屏->等待搜寻出智能电视/电视盒子->选中,即可投屏。
    需要让当前手机和电视/盒子连接同一WIFI网络,否则可能无法搜到电视设备。

    +
    +

    {$maccms.site_name}

    + +
    +
    +
    +
    +
    +
    +
    + {include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/label/web.html b/htdocs/template/default/html/label/web.html new file mode 100644 index 0000000..3db36b5 --- /dev/null +++ b/htdocs/template/default/html/label/web.html @@ -0,0 +1,66 @@ + + + + + + 域名列表 - {$maccms.site_name} + + + {include file="public/include"} + +{include file="public/head"} +
    +
    +
    +

    {$maccms.site_name}最新地址

    +
    +
    +

    域名列表

    +

    + http://{$maccms['site_url']} 测速中
    +

    如果您认可{$maccms.site_name},请分享给你的好友!


    +

    + {$maccms.site_name}APP下载
    如果域名被封无法访问,可通过App打开、查看最新网址..

    +
    +
    +
    +
    +
    +
    +
    + + + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/map/index.html b/htdocs/template/default/html/map/index.html new file mode 100644 index 0000000..8037a8f --- /dev/null +++ b/htdocs/template/default/html/map/index.html @@ -0,0 +1,72 @@ + + + + + + {$maccms.site_name} - 地图 + + + {include file="public/include"} + + +{include file="public/head"} +
    +
    + {maccms:type ids="parent" order="asc" by="sort" id="vo" key="key" flag="vod"} +
    +
    +

    {$vo.type_name}

    + 查看
    + {if condition="!$vo.childids eq '' "} +
    +
    + 全部类型 +
    + {maccms:type parent="'.$vo['type_id'].'" order="asc" by="sort" id="vo2" key="key2"} + {$vo2.type_name} + {/maccms:type} +
    +
    +
    + {/if} + {if $vo.type_extend.class} +
    +
    全部剧情 +
    + {maccms:foreach name=":explode(',',$vo.type_extend.class)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} +
    +
    +
    + {/if} + {if $vo.type_extend.area} +
    +
    全部地区 +
    + {maccms:foreach name=":explode(',',$vo.type_extend.area)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} +
    +
    +
    + {/if} + {if $vo.type_extend.year} +
    +
    全部年份 +
    + {maccms:foreach name=":explode(',',$vo.type_extend.year)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} +
    +
    +
    + {/if} +
    + + {/maccms:type} +
    +
    +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/public/404.html b/htdocs/template/default/html/public/404.html new file mode 100644 index 0000000..81a5cf4 --- /dev/null +++ b/htdocs/template/default/html/public/404.html @@ -0,0 +1,7 @@ + +404 Not Found + +

    404 Not Found

    +
    services
    + + diff --git a/htdocs/template/default/html/public/browser.html b/htdocs/template/default/html/public/browser.html new file mode 100644 index 0000000..ba6b275 --- /dev/null +++ b/htdocs/template/default/html/public/browser.html @@ -0,0 +1,97 @@ + + + + + 使用浏览器打开 + + + + + + + + + +
    +

    点击右上角 Safari打开

    +

    可以继续浏览本站哦~

    +
    + +
    +

    避免微信和QQ屏蔽本站网址,请理解支持!

    +
    +
    + 点击右上角或复制网址自行打开 +
    + + + + +点此复制本站网址 + + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/public/close.html b/htdocs/template/default/html/public/close.html new file mode 100644 index 0000000..2b87216 --- /dev/null +++ b/htdocs/template/default/html/public/close.html @@ -0,0 +1,24 @@ + + + + + + 网站维护中...... + + + + +
    +
    非常抱歉,网站正在维护中...
    +
    亲爱的站长们:
    +
    + {$close_tip} +
    +
    + + + + + diff --git a/htdocs/template/default/html/public/foot.html b/htdocs/template/default/html/public/foot.html new file mode 100644 index 0000000..c550781 --- /dev/null +++ b/htdocs/template/default/html/public/foot.html @@ -0,0 +1,66 @@ + + + + +
    +
    + +
    + {if condition="$GLOBALS['config']['gbook']['status']"} +
    + + + +
    + {/if} + {if condition="$GLOBALS['config']['user']['status']"} +
    + + + +
    + {/if} +
    + +
    +
    + + + + + +{include file="public/tcnotice"} + + +{include file="public/website"} + +
    + \ No newline at end of file diff --git a/htdocs/template/default/html/public/head.html b/htdocs/template/default/html/public/head.html new file mode 100644 index 0000000..80bac74 --- /dev/null +++ b/htdocs/template/default/html/public/head.html @@ -0,0 +1,200 @@ +{if condition="$maccms.aid eq 1"} + +{else /} + +{/if} \ No newline at end of file diff --git a/htdocs/template/default/html/public/include.html b/htdocs/template/default/html/public/include.html new file mode 100644 index 0000000..a6706ff --- /dev/null +++ b/htdocs/template/default/html/public/include.html @@ -0,0 +1,44 @@ + + + + + + + + + + + +{if condition="$maccms.aid eq 15"} + + + + + +{/if} + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/public/jump.html b/htdocs/template/default/html/public/jump.html new file mode 100644 index 0000000..869216d --- /dev/null +++ b/htdocs/template/default/html/public/jump.html @@ -0,0 +1,43 @@ + + + + + + + + +系统提示 - {$maccms.site_name} +{include file="public/include"} + + +
    +
    +
    +
    +
    +
    +
    系统提示
    +
    +{$msg} +

    跳转 ()

    +
    +
    +
    +
    +
    +
    + + + diff --git a/htdocs/template/default/html/public/link.html b/htdocs/template/default/html/public/link.html new file mode 100644 index 0000000..8a48051 --- /dev/null +++ b/htdocs/template/default/html/public/link.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/htdocs/template/default/html/public/msg.html b/htdocs/template/default/html/public/msg.html new file mode 100644 index 0000000..b216907 --- /dev/null +++ b/htdocs/template/default/html/public/msg.html @@ -0,0 +1,30 @@ + + + + + + + + +系统提示 - {$maccms.site_name} +{include file="public/include"} + + +
    +
    +
    +
    +
    +
    +
    系统提示
    +
    +{$msg} +

    返回上一页

    +
    +
    +
    +
    +
    +
    + + diff --git a/htdocs/template/default/html/public/paging.html b/htdocs/template/default/html/public/paging.html new file mode 100644 index 0000000..cc48959 --- /dev/null +++ b/htdocs/template/default/html/public/paging.html @@ -0,0 +1,17 @@ +{if condition="$__PAGING__.page_total gt 1"} + +{/if} \ No newline at end of file diff --git a/htdocs/template/default/html/public/tcnotice.html b/htdocs/template/default/html/public/tcnotice.html new file mode 100644 index 0000000..9478f45 --- /dev/null +++ b/htdocs/template/default/html/public/tcnotice.html @@ -0,0 +1,11 @@ + + \ No newline at end of file diff --git a/htdocs/template/default/html/public/vodbox.html b/htdocs/template/default/html/public/vodbox.html new file mode 100644 index 0000000..2a89467 --- /dev/null +++ b/htdocs/template/default/html/public/vodbox.html @@ -0,0 +1,29 @@ +
    +
    +
    + + + + {$vo.vod_name} +
    +
    +
    + {$vo.vod_year} + {$vo.type.type_name} + {$vo.vod_area} +
    +
    + +
    + {$vo.vod_actor|mac_default='未知'|mac_url_create='actor'|} +
    +
    {$vo.vod_blurb}
    +
    +
    +
    + {$vo.vod_name} +
    +
    {if condition="$vo.vod_remarks neq ''"}{$vo.vod_remarks}{elseif condition="$vo.vod_serial gt 0"}第{$vo.vod_serial}集{else /}已完结{/if}
    +
    \ No newline at end of file diff --git a/htdocs/template/default/html/public/website.html b/htdocs/template/default/html/public/website.html new file mode 100644 index 0000000..942c41c --- /dev/null +++ b/htdocs/template/default/html/public/website.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/htdocs/template/default/html/rss/baidu.html b/htdocs/template/default/html/rss/baidu.html new file mode 100644 index 0000000..c835467 --- /dev/null +++ b/htdocs/template/default/html/rss/baidu.html @@ -0,0 +1,11 @@ + + +{maccms:vod num="30" paging="yes" order="desc" by="time"} + +http://{$maccms.site_url}{:mac_url_vod_detail($vo)} +{$vo.vod_time|date='Y-m-d',###} +always +0.8 + +{/maccms:vod} + \ No newline at end of file diff --git a/htdocs/template/default/html/rss/bing.html b/htdocs/template/default/html/rss/bing.html new file mode 100644 index 0000000..c835467 --- /dev/null +++ b/htdocs/template/default/html/rss/bing.html @@ -0,0 +1,11 @@ + + +{maccms:vod num="30" paging="yes" order="desc" by="time"} + +http://{$maccms.site_url}{:mac_url_vod_detail($vo)} +{$vo.vod_time|date='Y-m-d',###} +always +0.8 + +{/maccms:vod} + \ No newline at end of file diff --git a/htdocs/template/default/html/rss/google.html b/htdocs/template/default/html/rss/google.html new file mode 100644 index 0000000..e19a032 --- /dev/null +++ b/htdocs/template/default/html/rss/google.html @@ -0,0 +1,15 @@ + + +{maccms:vod num="30" paging="yes" order="desc" by="time"} + +http://{$maccms.site_url}{:mac_url_vod_detail($vo)} +0.5 +{$vo.vod_time|date='Y-m-d',###} +daily + +{/maccms:vod} + \ No newline at end of file diff --git a/htdocs/template/default/html/rss/index.html b/htdocs/template/default/html/rss/index.html new file mode 100644 index 0000000..7f631c2 --- /dev/null +++ b/htdocs/template/default/html/rss/index.html @@ -0,0 +1,23 @@ + + + +{$maccms.site_name} +{$maccms.site_name} +{$maccms.site_url} +zh-cn +{$maccms.site_name} +Rss Powered By {$maccms.site_url} + +http://{$maccms:site_url}{$maccms:path_tpl}images/logo.png + +{maccms:vod num="30" paging="yes" order="desc" by="time"} + +{$vo.vod_name|htmlspecialchars} {$vo.vod_remarks|htmlspecialchars} +http://{$maccms.site_url}{:mac_url_vod_detail($vo)} +{$vo.vod_actor|htmlspecialchars} +{$vo.vod_time|date='Y-m-d H:i:s',###} + + +{/maccms:vod} + + \ No newline at end of file diff --git a/htdocs/template/default/html/rss/sm.html b/htdocs/template/default/html/rss/sm.html new file mode 100644 index 0000000..c835467 --- /dev/null +++ b/htdocs/template/default/html/rss/sm.html @@ -0,0 +1,11 @@ + + +{maccms:vod num="30" paging="yes" order="desc" by="time"} + +http://{$maccms.site_url}{:mac_url_vod_detail($vo)} +{$vo.vod_time|date='Y-m-d',###} +always +0.8 + +{/maccms:vod} + \ No newline at end of file diff --git a/htdocs/template/default/html/rss/so.html b/htdocs/template/default/html/rss/so.html new file mode 100644 index 0000000..e60c513 --- /dev/null +++ b/htdocs/template/default/html/rss/so.html @@ -0,0 +1 @@ + {maccms:vod num="30" paging="yes" order="desc" by="time"} {$maccms.http_type}{$maccms.site_url}{:mac_url_vod_detail($vo)} {$vo.vod_time|date='Y-m-d',###} {/maccms:vod} \ No newline at end of file diff --git a/htdocs/template/default/html/rss/sogou.html b/htdocs/template/default/html/rss/sogou.html new file mode 100644 index 0000000..c835467 --- /dev/null +++ b/htdocs/template/default/html/rss/sogou.html @@ -0,0 +1,11 @@ + + +{maccms:vod num="30" paging="yes" order="desc" by="time"} + +http://{$maccms.site_url}{:mac_url_vod_detail($vo)} +{$vo.vod_time|date='Y-m-d',###} +always +0.8 + +{/maccms:vod} + \ No newline at end of file diff --git a/htdocs/template/default/html/user/ajax_login.html b/htdocs/template/default/html/user/ajax_login.html new file mode 100644 index 0000000..685a7d4 --- /dev/null +++ b/htdocs/template/default/html/user/ajax_login.html @@ -0,0 +1,55 @@ + + + diff --git a/htdocs/template/default/html/user/bind.html b/htdocs/template/default/html/user/bind.html new file mode 100644 index 0000000..997ea08 --- /dev/null +++ b/htdocs/template/default/html/user/bind.html @@ -0,0 +1,166 @@ + + + + + 绑定{if condition="$ac eq 'phone'"}手机{else/}邮箱{/if} - 会员中心 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    +

    + 绑定{if condition="$ac eq 'phone'"}手机{else/}邮箱{/if} +

    +
    +
    +
    +
    + +
    +

    {if condition="$ac eq 'phone'"}手机{else/}邮箱{/if}:

    +

    验证码:

    +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/buy.html b/htdocs/template/default/html/user/buy.html new file mode 100644 index 0000000..3c57402 --- /dev/null +++ b/htdocs/template/default/html/user/buy.html @@ -0,0 +1,130 @@ + + + + + 充值卡充值 - 会员中心 -{$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    +

    + 在线充值 +

    +
    +
    +
    +
    +

    剩余积分:{$obj.user_points}

    +

    充值的金额:

    +

    +

    友情提示:最小充值金额为{$config.min}元,1元可以兑换{$config.scale}个积分

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + 充值卡充值 +

    +
    +
    +
    +
    +

    充值卡号:

    +

    充值密码:

    +

    +

    友情提示:请到卡密平台购买充值卡

    +
    +
    +
    +
    +
    +
    +
    +
    + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/cards.html b/htdocs/template/default/html/user/cards.html new file mode 100644 index 0000000..77725c2 --- /dev/null +++ b/htdocs/template/default/html/user/cards.html @@ -0,0 +1,64 @@ + + + + + 订单记录 - 会员中心 -{$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    +

    + 充值记录 +

    + +
    +
    +
    +
    +
      +
    • + + 卡号 + + + 使用时间 +
    • + {volist name="list" id="vo"} +
    • + + {$vo.card_no} + + + {$vo.card_use_time|date='Y-m-d',###} +
    • + {/volist} +
    +
    +
    +
    +
    +
    + {include file="public/paging"} +
    +
    +
    +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/downs.html b/htdocs/template/default/html/user/downs.html new file mode 100644 index 0000000..736e844 --- /dev/null +++ b/htdocs/template/default/html/user/downs.html @@ -0,0 +1,108 @@ + + + + + 下载记录 - 会员中心 -{$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    + 全部清空 +

    + 下载记录 +

    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + {include file="public/paging"} +
    +
    +
    + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/favs.html b/htdocs/template/default/html/user/favs.html new file mode 100644 index 0000000..2a21310 --- /dev/null +++ b/htdocs/template/default/html/user/favs.html @@ -0,0 +1,107 @@ + + + + + 我的收藏 - 会员中心 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    + 清空收藏 +

    + 我的收藏 +

    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + {include file="public/paging"} +
    +
    +
    + + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/findpass.html b/htdocs/template/default/html/user/findpass.html new file mode 100644 index 0000000..64f06b8 --- /dev/null +++ b/htdocs/template/default/html/user/findpass.html @@ -0,0 +1,89 @@ + + + + + 找回密码 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + + {include file="public/head"} +
    +
    +
    +
    +
    +

    预留问题找回密码

    +
    + +
    +
    +
    +
    + {include file="public/foot"} + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/findpass_msg.html b/htdocs/template/default/html/user/findpass_msg.html new file mode 100644 index 0000000..13c098f --- /dev/null +++ b/htdocs/template/default/html/user/findpass_msg.html @@ -0,0 +1,115 @@ + + + + + 找回密码 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + + {include file="public/head"} +
    +
    +
    +
    +
    +

    {$param['ac_text']}找回密码

    +
    + +
    +
    +
    +
    + {include file="public/foot"} + + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/head.html b/htdocs/template/default/html/user/head.html new file mode 100644 index 0000000..14debd4 --- /dev/null +++ b/htdocs/template/default/html/user/head.html @@ -0,0 +1,41 @@ +
    +
    + +
    +
    +
    + \ No newline at end of file diff --git a/htdocs/template/default/html/user/include.html b/htdocs/template/default/html/user/include.html new file mode 100644 index 0000000..0ee4877 --- /dev/null +++ b/htdocs/template/default/html/user/include.html @@ -0,0 +1,14 @@ + + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/index.html b/htdocs/template/default/html/user/index.html new file mode 100644 index 0000000..c637b53 --- /dev/null +++ b/htdocs/template/default/html/user/index.html @@ -0,0 +1,71 @@ + + + + + 会员中心 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    +
    + {include file="user/head"} +
    + +
    +
    + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/info.html b/htdocs/template/default/html/user/info.html new file mode 100644 index 0000000..c94ccae --- /dev/null +++ b/htdocs/template/default/html/user/info.html @@ -0,0 +1,129 @@ + + + + + + 修改资料 - 会员中心 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    +

    + 我的资料 +

    + +
    +
    +
    +
    +
    +

    用户名:{$obj.user_name}

    +

    原始密码:

    +

    新密码:

    +

    重复密码:

    +

    QQ号码:

    + {if condition="$obj.user_email neq ''"} +

    邮箱:[解绑]

    + {else/} +

    邮箱:[绑定]

    + {/if} + + {if condition="$obj.user_phone neq ''"} +

    手机:[解绑]

    + {else/} +

    手机:[绑定]

    + {/if} + +

    找回密码问题:

    +

    找回密码答案:

    +

    + +    忘记密码了? +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/login.html b/htdocs/template/default/html/user/login.html new file mode 100644 index 0000000..f912e3b --- /dev/null +++ b/htdocs/template/default/html/user/login.html @@ -0,0 +1,98 @@ + + + + + + 用户登录 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include" /} + + +{include file="public/head"} +
    +
    +
    +
    +
    + +

    登录账号

    +
    + +
    +

    第三方快捷登录

    + {if condition="$GLOBALS['config']['connect']['qq']['status'] eq 1"} + QQ登录 + {/if} + {if condition="$GLOBALS['config']['connect']['weixin']['status'] eq 1"} + 微信登录 + {/if} +
    +
    +
    +
    +
    +{include file="public/foot"} + + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/orders.html b/htdocs/template/default/html/user/orders.html new file mode 100644 index 0000000..d1f305a --- /dev/null +++ b/htdocs/template/default/html/user/orders.html @@ -0,0 +1,68 @@ + + + + + 订单记录 - 会员中心 -{$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    +

    + 充值记录 +

    + +
    +
    +
    +
    +
      +
    • + + 单号 + + + + 操作 +
    • + {volist name="list" id="vo"} +
    • + + {$vo.order_code} + + + + + {if condition="$vo.order_status eq 1"}已支付{else}未支付{/if} + +
    • + {/volist} +
    +
    +
    +
    +
    +
    + {include file="public/paging"} +
    +
    +
    +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/pay.html b/htdocs/template/default/html/user/pay.html new file mode 100644 index 0000000..5618810 --- /dev/null +++ b/htdocs/template/default/html/user/pay.html @@ -0,0 +1,99 @@ + + + + + 充值卡充值 - 会员中心 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    +

    + 在线充值 +

    +
    +
    +
    +
    + + +
    +

    订单编号: + {$info.order_code} +

    +

    订单金额: + {$info.order_price}元 +

    +

    支付方式: + +

    + +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/plays.html b/htdocs/template/default/html/user/plays.html new file mode 100644 index 0000000..c58c08e --- /dev/null +++ b/htdocs/template/default/html/user/plays.html @@ -0,0 +1,108 @@ + + + + + 播放记录 - 会员中心 -{$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    + 清空记录 +

    + 播放记录 +

    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + {include file="public/paging"} +
    +
    +
    + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/popedom.html b/htdocs/template/default/html/user/popedom.html new file mode 100644 index 0000000..494aab0 --- /dev/null +++ b/htdocs/template/default/html/user/popedom.html @@ -0,0 +1,70 @@ + + + + + 会员中心 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + +{include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +
    +

    + 我的资料 +

    + +
    +
    +
    +
      +
    • + 类目 + 列表页 + 内容页 + 播放页 + 下载页 + 试看 +
    • + {volist name="type_tree" id="vo"} +
    • + {$vo.type_name} + {foreach name="$vo.popedom" id="v2"} + {if condition="$v2 eq 1"}{else}×{/if} + {/foreach} +
    • + {volist name="vo.child" id="child"} +
    • + {$child.type_name} + {foreach name="$vo.popedom" id="v2"} + {if condition="$v2 eq 1"}{else}×{/if} + {/foreach} +
    • + {/volist} + {/volist} +
    +
    +
    +
    +
    +
    +
    +
    +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/reg.html b/htdocs/template/default/html/user/reg.html new file mode 100644 index 0000000..ab480de --- /dev/null +++ b/htdocs/template/default/html/user/reg.html @@ -0,0 +1,175 @@ + + + + + + 用户注册 - {$maccms.site_name} + + + + + + + {include file="public/include"} + {include file="user/include" /} + + +{include file="public/head"} +
    +
    +
    +
    +
    + +

    注册账号

    +
    +
      +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • + {if condition="$user_config.reg_phone_sms neq 0"} + +
    • + +
    • +
    • + + +
    • + {elseif condition="$user_config.reg_email_sms neq 0"} + +
    • + +
    • +
    • + + +
    • + {/if} + + {if condition="$user_config.reg_verify neq 0"} +
    • + 单击刷新 + +
    • + {/if} +
    • + +
    • +
    • + 返回首页登录账号找回密码 +
    • +
      +
    +
    +
    +
    +
    +{include file="public/foot"} + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/user/upgrade.html b/htdocs/template/default/html/user/upgrade.html new file mode 100644 index 0000000..af5ceb9 --- /dev/null +++ b/htdocs/template/default/html/user/upgrade.html @@ -0,0 +1,121 @@ + + + + + 升级会员组 - 会员中心 - {$maccms.site_name} + + + {include file="public/include"} + {include file="user/include"} + + + {include file="public/head"} +
    +
    + +
    +
    +
    +
    +
    +

    + 我的会员信息 +

    +
    +
    +
    +
      +

      所属会员组:[{$obj.group.group_name}]

      +

      剩余积分:[{$obj.user_points}]

      +

      到期时间:{if condition="$obj.group_id lt 3"}[无限期]{else}[{$obj.user_end_time|mac_day}]{/if}

      +
    +
    +
    +
    + +
    +
    +
    + +{include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/comment.html b/htdocs/template/default/html/vod/comment.html new file mode 100644 index 0000000..fcc9d0e --- /dev/null +++ b/htdocs/template/default/html/vod/comment.html @@ -0,0 +1,24 @@ +
    +
    +

    影片评论

    +
    + {if condition="$comment.status eq 1"} +
    +
    +
    +
    +
    + +
    +
    +
    +
    + {/if} +
    \ No newline at end of file diff --git a/htdocs/template/default/html/vod/confirm.html b/htdocs/template/default/html/vod/confirm.html new file mode 100644 index 0000000..cc24611 --- /dev/null +++ b/htdocs/template/default/html/vod/confirm.html @@ -0,0 +1,42 @@ + + + + + 使用积分购买权限 + + + + + + + +
    +
    系统提示:
    +
    亲爱的用户:
    +
    + {$popedom.msg} +

    提示:一次支付,永久观看,不重复扣费,谢谢支持。

    +

    + {if condition="$user.group.group_id eq 1"} + 马上登录 + {else/} + 马上充值 + 确认购买 + {/if} +

    +
    +
    + + + + + + diff --git a/htdocs/template/default/html/vod/copyright.html b/htdocs/template/default/html/vod/copyright.html new file mode 100644 index 0000000..c69bfb8 --- /dev/null +++ b/htdocs/template/default/html/vod/copyright.html @@ -0,0 +1,40 @@ + + + + + + 系统提示【{$obj['vod_name']}】因为版权问题,本站不提供在线播放 + + + + +
    +
    系统提示...
    +
    亲爱的用户:
    +
    【{$obj['vod_name']}】{$GLOBALS['config']['app']['copyright_notice']}
    +
    + {if condition="$obj['vod_jumpurl'] neq ''"} + 页面自动 跳转 等待时间: 3 + {/if} +
    + +
    + + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/desc.html b/htdocs/template/default/html/vod/desc.html new file mode 100644 index 0000000..c172cfb --- /dev/null +++ b/htdocs/template/default/html/vod/desc.html @@ -0,0 +1,99 @@ +
    +
    +
    +
    +
    +
    +
    +
    +
    + {$obj.vod_name} +
    +
    +
    +
    +
    + + +
    + +
    导演: +
    / + {$obj.vod_director|mac_default='未知'|mac_url_create='director','vod','search','/'} +
    +
    +
    主演: +
    / + {$obj.vod_actor|mac_default='未知'|mac_url_create='actor','vod','search','/'} +
    +
    +
    上映: +
    {$obj.vod_pubdate|mac_default='未知'}
    +
    +
    {if condition="$obj.type_id_1 eq 4||$obj.type_id eq 4"}连载:{elseif condition="$obj.type_id_1 eq 2||$obj.type_id eq 2"}集数:{else}备注:{/if} +
    {if condition="$obj.vod_remarks neq ''"}{$obj.vod_remarks}{elseif condition="$obj.vod_serial gt 0"}第{$obj.vod_serial}集{else /}已完结{/if}
    +
    +
    剧情: +
    +

    {$obj.vod_blurb|mac_substring=150}[展开全部]

    +
    +
    +
    + +
    +
    + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/detail.html b/htdocs/template/default/html/vod/detail.html new file mode 100644 index 0000000..815b8e8 --- /dev/null +++ b/htdocs/template/default/html/vod/detail.html @@ -0,0 +1,37 @@ + + + + + {$obj.vod_name}剧情介绍--{$maccms.site_name} + + + + {include file="public/include"} + + + + {include file="public/head"} +
    +
    + + {include file="vod/desc"} + + {include file="vod/playlist"} + + + {include file="vod/serie"} + + {include file="vod/like"} + + {include file="vod/hot"} + +
    +
    + + {include file="public/foot"} + +
    + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/down.html b/htdocs/template/default/html/vod/down.html new file mode 100644 index 0000000..cec33b7 --- /dev/null +++ b/htdocs/template/default/html/vod/down.html @@ -0,0 +1,49 @@ + + + + + {$obj.vod_name}{$obj['vod_down_list'][$param['sid']]['urls'][$param['nid']]['name']}迅雷下载 - {$maccms.site.title} + + + + {include file="public/include"} + + + + {include file="public/head"} +
    +
    + + {include file="vod/desc"} + + {include file="vod/downlist"} + + {include file="vod/serie"} + + {include file="vod/like"} + + {include file="vod/hot"} + +
    +
    + + {include file="public/foot"} + +
    + + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/downlist.html b/htdocs/template/default/html/vod/downlist.html new file mode 100644 index 0000000..9c2bd60 --- /dev/null +++ b/htdocs/template/default/html/vod/downlist.html @@ -0,0 +1,41 @@ +{notempty name="obj.vod_down_from"} +
    +
    +

    影片下载

    +
    +
    +
    影片资源版本
    +
    + {maccms:foreach name="obj.vod_down_list" id="vo" key="key"} +
    {$vo.player_info.show}{$vo.url_count}
    + {/maccms:foreach} +
    +
    +
    +
    +
    +
    +
    + {maccms:foreach name="obj.vod_down_list" id="vo" key="key"} +
    + {maccms:foreach name="vo.urls" id="vo2" key="key2"} + + {/maccms:foreach} +
    + {/maccms:foreach} +
    +
    +
    + +{/notempty} \ No newline at end of file diff --git a/htdocs/template/default/html/vod/hot.html b/htdocs/template/default/html/vod/hot.html new file mode 100644 index 0000000..f12536c --- /dev/null +++ b/htdocs/template/default/html/vod/hot.html @@ -0,0 +1,13 @@ +
    +
    +

    正在热播

    + 更多 +
    +
    +
    + {maccms:vod num="16" type="all" order="asc" by="time" level="1"} + {include file="public/vodbox"} + {/maccms:vod} +
    +
    +
    \ No newline at end of file diff --git a/htdocs/template/default/html/vod/like.html b/htdocs/template/default/html/vod/like.html new file mode 100644 index 0000000..0ff8648 --- /dev/null +++ b/htdocs/template/default/html/vod/like.html @@ -0,0 +1,13 @@ +
    +
    +

    相关影片

    +
    +
    +
    + {maccms:vod num="16" type="current" order="desc" by="time"} + {include file="public/vodbox"} + {/maccms:vod} +
    +
    +
    + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/play.html b/htdocs/template/default/html/vod/play.html new file mode 100644 index 0000000..f313af4 --- /dev/null +++ b/htdocs/template/default/html/vod/play.html @@ -0,0 +1,252 @@ + + + + + + 在线播放{$obj.vod_name} {$obj['vod_play_list'][$param['sid']]['urls'][$param['nid']]['name']} -{$maccms.site_name} + + +{include file="public/include"} + + + {include file="public/head"} +
    +
    +
    +
    +
    +
    +
      +
      +
      +
    • 正在播放《{$obj.vod_name}》{$obj['vod_play_list'][$param['sid']]['urls'][$param['nid']]['name']} - {$obj['vod_play_list'][$param['sid']]['player_info']['show']}
    • +
    • 提醒不要轻易相信视频中的任何广告,谨防上当受骗
    • +
    • 技巧如遇视频无法播放或加载速度慢,可尝试切换播放节点或者切换解析
    • +
    • 收藏{$maccms.site_name}网址:{$maccms['site_url']}  /  {$maccms['site_url']}  ,记得收藏哟~
    • +
      +
    +
    +
    + {if condition="$obj.vod_copyright eq 1"} +
    +
    +
    +
    温馨提示!
    +

    {$GLOBALS['config']['app']['copyright_notice']}

    +

    + 返回详情 + 回到首页 +

    +
    +
    +
    + {else} + {$player_data}{$player_js} + {/if} +
    + +
    +
    +
    +
    +
    + +
    +
    剧情: +
    +

    {$obj.vod_blurb|mac_substring=150}[展开全部]

    +
    +
    +
    +
    + +
    +
    +
    +
    +

    在线观看

    +
    + + +
    +
    播放节点列表
    +
    + {maccms:foreach name="obj.vod_play_list" id="vo" by="sort"} + {if condition="$param.sid eq $vo.sid"} +
    {$vo.player_info.show}{$vo.url_count}
    + {else} + {$vo.player_info.show}{$vo.url_count} + {/if} + {/maccms:foreach} +
    +
    +
    +
    +
    + {maccms:foreach name="obj.vod_play_list" id="vo" by="sort"} +
    +
    + + +
    +
    选集排序
    +
    +
    +
    + {maccms:foreach name="vo.urls" id="vo2" key="key2" } + {$vo2.name} + {if condition="$param.sid eq $vo.sid && $param.nid eq $vo2.nid"}
    {/if} +
    + {/maccms:foreach} +
    +
    +
    +
    +
    +
    +
    +
    + {maccms:foreach name="vo.urls" id="vo2" key="key2" } + {$vo2.name} + {if condition="$param.sid eq $vo.sid && $param.nid eq $vo2.nid"}
    {/if} +
    + {/maccms:foreach} + +
    +
    +
    + {/maccms:foreach} +
    +
    +
    + +
    + + {include file="vod/like"} + + {include file="vod/hot"} + + {include file="vod/comment"} + +
    +
    + + {include file="public/foot"} + +
    + +
    + + {include file="vod/projection"} + + + + +{include file="vod/report"} + +
    + + + + + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/player.html b/htdocs/template/default/html/vod/player.html new file mode 100644 index 0000000..076d00a --- /dev/null +++ b/htdocs/template/default/html/vod/player.html @@ -0,0 +1,56 @@ + + + + + + iframe播放器 + + + + + +{$player_data} +{$player_js} +{if condition="$popedom.code gt 1"/} + + +{/if} + + + + + diff --git a/htdocs/template/default/html/vod/playlist.html b/htdocs/template/default/html/vod/playlist.html new file mode 100644 index 0000000..74ccc9e --- /dev/null +++ b/htdocs/template/default/html/vod/playlist.html @@ -0,0 +1,48 @@ +
    +
    +

    在线观看

    + 倒序 +
    + + +
    +
    播放节点列表
    +
    + {maccms:foreach name="obj.vod_play_list" id="vo" by="sort"} +
    {$vo.player_info.show}{$vo.url_count}
    + {/maccms:foreach} +
    +
    +
    +
    +
    + {maccms:foreach name="obj.vod_play_list" id="vo" by="sort"} +
    +
    + + +
    +
    选集排序
    +
    +
    +
    + {maccms:foreach name="vo.urls" id="vo2" key="key2" } + {$vo2.name} + {/maccms:foreach} +
    +
    +
    +
    +
    +
    +
    +
    + {maccms:foreach name="vo.urls" id="vo2" key="key2" } + {$vo2.name} + {/maccms:foreach} +
    +
    +
    + {/maccms:foreach} +
    + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/projection.html b/htdocs/template/default/html/vod/projection.html new file mode 100644 index 0000000..db514bb --- /dev/null +++ b/htdocs/template/default/html/vod/projection.html @@ -0,0 +1,15 @@ + diff --git a/htdocs/template/default/html/vod/report.html b/htdocs/template/default/html/vod/report.html new file mode 100644 index 0000000..4599541 --- /dev/null +++ b/htdocs/template/default/html/vod/report.html @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/screen.html b/htdocs/template/default/html/vod/screen.html new file mode 100644 index 0000000..fe46dfc --- /dev/null +++ b/htdocs/template/default/html/vod/screen.html @@ -0,0 +1,140 @@ +
    +
    +
    +
    + {maccms:type order="asc" by="sort" ids="parent" flag="vod"} + {$vo.type_name} + {/maccms:type} +
    +
    +
    + {if $obj.childids||$obj.parent.childids} +
    +
    + {if condition="$obj.type_pid eq 0"} + {if condition="$maccms.aid eq 11"} + 全部类型 + {else /} + 全部类型 + {/if} +
    + {maccms:type ids="current" order="asc" by="sort" id="vo2" key="key2"} + {$vo2.type_name} + {/maccms:type} +
    + {else /} + {if condition="$maccms.aid eq 11"} + 全部类型 + {else /} + 全部类型 + {/if} +
    + {maccms:type parent="'.$obj['type_pid'].'" order="asc" by="sort" id="vo2" key="key2"} + {$vo2.type_name} + {/maccms:type} +
    + {/if} +
    +
    + {/if} + {if $obj.type_extend.class||$obj.parent.type_extend.class} +
    +
    + 全部剧情 +
    + {empty name="$obj.type_extend.class"} + {maccms:foreach name=":explode(',',$obj.parent.type_extend.class)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} + {else /} + {maccms:foreach name=":explode(',',$obj.type_extend.class)" id="vo2" key="key2"} + {$vo2} + + {/maccms:foreach} + {/empty} +
    +
    +
    + {/if} + {if $obj.type_extend.area||$obj.parent.type_extend.area} +
    +
    + 全部地区 +
    + {empty name="$obj.type_extend.area"} + {maccms:foreach name=":explode(',',$obj.parent.type_extend.area)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} + {else /} + {maccms:foreach name=":explode(',',$obj.type_extend.area)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} + {/empty} +
    +
    +
    + {/if} + {if $obj.type_extend.lang||$obj.parent.type_extend.lang} +
    +
    + 全部语言 +
    + {empty name="$obj.type_extend.lang"} + {maccms:foreach name=":explode(',',$obj.parent.type_extend.lang)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} + {else /} + {maccms:foreach name=":explode(',',$obj.type_extend.lang)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} + {/empty} +
    +
    +
    + {/if} + {if $obj.type_extend.year||$obj.parent.type_extend.year} +
    +
    + 全部时间 +
    + {empty name="$obj.type_extend.year"} + {maccms:foreach name=":explode(',',$obj.parent.type_extend.year)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} + {else /} + {maccms:foreach name=":explode(',',$obj.type_extend.year)" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} + {/empty} +
    +
    +
    + {/if} +
    +
    + 字母查找 +
    + {maccms:foreach name=":explode(',','A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,0-9')" id="vo2" key="key2"} + {$vo2} + {/maccms:foreach} +
    +
    +
    + + + + +
    + +
    +
    +

    影片库为你选出部影片

    +
    +
    + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/search.html b/htdocs/template/default/html/vod/search.html new file mode 100644 index 0000000..60c8426 --- /dev/null +++ b/htdocs/template/default/html/vod/search.html @@ -0,0 +1,56 @@ + + + + + + 搜索结果{$param.wd}-{$maccms.site_name} + + + {include file="public/include"} + + +{include file="public/head"} +
    +
    +
    +
    + +
    +
    +

    {$param.wd}{$param.actor}{$param.director}{$param.area}{$param.lang}{$param.year}{$param.class}

    +

    搜索"{$param.wd}{$param.actor}{$param.director}{$param.area}{$param.lang}{$param.year}{$param.class}" ,找到 部影视作品

    +
    +
    +
    +
    +
    + {maccms:vod num="10" paging="yes" pageurl="vod/search" order="desc" by="time"} + {include file="vod/searchvodbox"} + {/maccms:vod} +
    + {include file="public/paging"} + +
    +
    +
    +
    + {include file="public/foot"} + + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/searchvodbox.html b/htdocs/template/default/html/vod/searchvodbox.html new file mode 100644 index 0000000..0104a5b --- /dev/null +++ b/htdocs/template/default/html/vod/searchvodbox.html @@ -0,0 +1,52 @@ +
    +
    +
    +
    {$vo.vod_name} +
    +
    +
    +
    +
    + +
    +
    导演: +
    / + {$vo.vod_director|mac_default='未知'|mac_url_create='director','vod','search','/'} +
    +
    +
    主演: +
    / + {$vo.vod_actor|mac_default='未知'|mac_url_create='actor','vod','search','/'} +
    +
    +
    剧情: +
    {$vo.vod_blurb}
    +
    +
    + +
    +
    \ No newline at end of file diff --git a/htdocs/template/default/html/vod/serie.html b/htdocs/template/default/html/vod/serie.html new file mode 100644 index 0000000..a9358b3 --- /dev/null +++ b/htdocs/template/default/html/vod/serie.html @@ -0,0 +1,27 @@ +{notempty name="obj.vod_rel_vod"} +
    +
    +

    系列影片

    +
    +
    +
    + {maccms:vod num="6" rel="'.$obj.vod_rel_vod.'" order="desc" by="time"} +
    +
    +
    + {$vo.vod_name} +
    +
    +
    +
    + +
    {$vo.vod_year}年
    +
    + {/maccms:vod} +
    +
    +
    +
    +{/notempty} \ No newline at end of file diff --git a/htdocs/template/default/html/vod/show.html b/htdocs/template/default/html/vod/show.html new file mode 100644 index 0000000..d387c39 --- /dev/null +++ b/htdocs/template/default/html/vod/show.html @@ -0,0 +1,35 @@ + + + + + + 最新{$obj.type_name}-推荐{$obj.type_name}-第{$param.page}页筛选-{$maccms.site_name} + + + {include file="public/include"} + + + {include file="public/head"} +
    +
    +
    +

    影片库

    + {include file="vod/screen"} +
    +
    +
    +
    + {maccms:vod num="72" paging="yes" pageurl="vod/show" type="current" order="desc" by="time"} + {include file="public/vodbox"} + {/maccms:vod} +
    +
    + {include file="public/paging"} +
    +
    +
    + {include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/type.html b/htdocs/template/default/html/vod/type.html new file mode 100644 index 0000000..3c18551 --- /dev/null +++ b/htdocs/template/default/html/vod/type.html @@ -0,0 +1,38 @@ + + + + + + 最新{$obj.type_title}-推荐{$obj.type_title}-第{$param.page}页 - {$maccms.site_name} + + + {include file="public/include"} + + + {include file="public/head"} +
    +
    + {include file="vod/typetb"} + + {include file="vod/typeho"} + + {if condition="!$obj.childids eq '' "} + + {include file="vod/typefl"} + + {else} + + {include file="vod/typedq"} + + {include file="public/paging"} + + {/if} +
    + + +
    + {include file="public/foot"} + + \ No newline at end of file diff --git a/htdocs/template/default/html/vod/typedq.html b/htdocs/template/default/html/vod/typedq.html new file mode 100644 index 0000000..bf271ba --- /dev/null +++ b/htdocs/template/default/html/vod/typedq.html @@ -0,0 +1,14 @@ + {maccms:foreach name=":explode(',',$obj.type_extend.area)" id="vo1" key="key1"} +
    +
    +

    {if condition="$vo1 == $param['area']" }{:mac_data_count($obj.type_id,'all')}部{/if}{$vo1}{$obj.type_name}

    +
    +
    +
    + {maccms:vod num="72" type="current" area="'.$vo1.'" order="desc" by="time" paging="yes" } + {include file="public/vodbox"} + {/maccms:vod} +
    +
    +
    + {/maccms:foreach} \ No newline at end of file diff --git a/htdocs/template/default/html/vod/typefl.html b/htdocs/template/default/html/vod/typefl.html new file mode 100644 index 0000000..a31bb5b --- /dev/null +++ b/htdocs/template/default/html/vod/typefl.html @@ -0,0 +1,14 @@ + {maccms:type parent="current" order="asc" by="sort"} +
    +
    +

    {$vo.type_name}

    + 更多{$vo.type_name}
    +
    +
    + {maccms:vod num="32" type="'.$vo['type_id'].'" order="desc" by="time" } + {include file="public/vodbox"} + {/maccms:vod} +
    +
    +
    + {/maccms:type} \ No newline at end of file diff --git a/htdocs/template/default/html/vod/typeho.html b/htdocs/template/default/html/vod/typeho.html new file mode 100644 index 0000000..2ae40a7 --- /dev/null +++ b/htdocs/template/default/html/vod/typeho.html @@ -0,0 +1,14 @@ + {if$obj.type_extend.area} +
    +
    +

    热播{$obj.type_name}

    +
    +
    +
    + {maccms:vod num="16" type="current" order="desc" by="hits"} + {include file="public/vodbox"} + {/maccms:vod} +
    +
    +
    + {/if} \ No newline at end of file diff --git a/htdocs/template/default/html/vod/typetb.html b/htdocs/template/default/html/vod/typetb.html new file mode 100644 index 0000000..da3ce97 --- /dev/null +++ b/htdocs/template/default/html/vod/typetb.html @@ -0,0 +1,36 @@ +
    +

    {$obj.type_name}

    +
    +
    + {if$obj.childids||$obj.parent.childids} + {if condition="$obj.type_pid eq 0"} + {maccms:type parent="'.$obj['type_id'].'" order="asc" by="sort" id="vo2" key="key2"} +
    + {$vo2.type_name} +
    {$vo2.type_name}
    +
    + {/maccms:type} + {else /} + {maccms:type parent="'.$obj['type_pid'].'" order="asc" by="sort" id="vo2" key="key2"} +
    + {$vo2.type_name} +
    {$vo2.type_name}
    +
    + {/maccms:type} + {/if} + {else/} + {maccms:foreach name=":explode(',',$obj.type_extend.area)" id="vo1" key="key1"} +
    + {$vo1}{$obj.type_name} +
    {$vo1}{$obj.type_name}
    +
    + {/maccms:foreach} + {/if} +
    + +
    +
    +
    + \ No newline at end of file diff --git "a/htdocs/template/default/html/\346\220\234\347\264\242\347\255\233\351\200\211\351\252\214\350\257\201\347\240\201\346\250\241\346\235\277\350\257\264\346\230\216.txt" "b/htdocs/template/default/html/\346\220\234\347\264\242\347\255\233\351\200\211\351\252\214\350\257\201\347\240\201\346\250\241\346\235\277\350\257\264\346\230\216.txt" deleted file mode 100644 index ae0c6dc..0000000 --- "a/htdocs/template/default/html/\346\220\234\347\264\242\347\255\233\351\200\211\351\252\214\350\257\201\347\240\201\346\250\241\346\235\277\350\257\264\346\230\216.txt" +++ /dev/null @@ -1,9 +0,0 @@ -放到任意模板下的存放html文件的目录下 - -也就是 - -模板1/html/public/verify.html - -就可以调用默认样式来处理验证码 - -可自行修改模板样式 \ No newline at end of file diff --git a/htdocs/template/default/static/css/dark.css b/htdocs/template/default/static/css/dark.css new file mode 100644 index 0000000..a704a47 --- /dev/null +++ b/htdocs/template/default/static/css/dark.css @@ -0,0 +1,196 @@ +body { + background: #16161a; + color: hsla(0,0%,100%,.87); +} +a{ + color: hsla(0,0%,100%,.87); +} +#header::after{ + background: #16161a; +} +.search-box{ + background-color: #25252b; + box-shadow: 0 0 0 0!important; +} +.index-logo{filter: brightness(4);} +.module-item-text { + color: hsla(0,0%,100%,.6); +} +.module-item-content{ + background-color: #16161a; +} + +.module-item-style.video-tag a{ + background-color: #25252b; + color: hsla(0,0%,100%,.6); +} +.module-item-style{ + color: hsla(0,0%,100%,.6); +} +.btn-gray, +.more, +.load-all, +.module-tab-item, +.page-number{ + background-color: #25252b; + color: hsla(0,0%,100%,.6); +} +.btn-gray:hover, +.more:hover, +.load-all:hover, +.module-tab-item:hover, +.module-blocklist a:hover, +.video-info-aux .tag-link:hover, +.page-number:hover { + background-color: #1C1C20; +} +.page-current:hover, .page-current{background: #ff2a14;color:#fff;} +.ac_bg::after, .ac_hot::after, .ac_items::after{ background-color: #25252b;} +.ac_bg, .ac_hot, .ac_items{background-color: #25252b;} +.search-tag a{color: hsla(0,0%,100%,.6);} +.module-tab-item.selected { + background: #ff2a14!important; +} +.border-top::after, #footer::after, #friendlink::after{ + background-color: #25252b; +} +.library-box::after{ background-color: #32323c;} +.library-item.selected{background-color: #32323c; color: hsla(0,0%,100%,.6);} +.library-stat{ color: hsla(0,0%,100%,.6); } +#footer{ + background-color:#16161a; + color: hsla(0,0%,100%,.6); +} +.fixed_right_bar{ + background: rgba(51,51,51,.6); +} +.fixed_right_bar div img{ + filter: brightness(3); +} +.drop-content-box{ + background-color: #25252b; +} +.list-item-title strong{ + color: hsla(0,0%,100%,.6); +} +.drop-tips{ + color: hsla(0,0%,100%,.6); +} +.icon-clear{ + color: hsla(0,0%,100%,.6); +} +.drop-content-items::before{border-bottom-color:hsla(0,0%,100%,.6)} +.nav-menu-item:hover .nav-menu-icon::after { + background: #25252b; +} +.drop-content-items li a:hover { + background-color: #16161a; +} +.page #header{ + background: #16161a; +} +.popup{background: #25252b;} +.popup::after{background:#16161a;} +.popup-title::after{background:#32323c;} +.handle-more-drop .block-name{color: hsla(0,0%,100%,.6);} +.handle-more-drop .block-name strong{color: hsla(0,0%,100%,.6);} +.handle-more-drop .btn-block-o i{color: hsla(0,0%,100%,.6);} +#report-popup::after{background:#25252b;} +.report-content{background:#32323c;} + +.block-box-content{color:#000;} +@media (min-width: 1239px){ +.video-player-handle .drop .drop-content-items::before { + border-top: 8px solid #25252b; +} +} +@media (max-width: 559px){ +.view #header { + background: 0 0; +} +} +.box{background:#25252b;} +.video-info-itemtitle{color: hsla(0,0%,100%,.6);} +.video-info-aux .tag-link:first-child{color:rgba(0, 0, 0, .68)} +.video-info-aux .tag-link{background:#32323c;color: hsla(0,0%,100%,.6);} +.view .video-info .page-title{ color: hsla(0,0%,100%,.6);} +.video-info-aux .tag-link a{ color: hsla(0,0%,100%,.6);} +.box::before{background: rgba(37, 37, 43, .1)} +.box::after, .box::before{background: rgba(37, 37, 43, .5)} +button.share-btn{color:#333;} +.module-player-list{background:#25252b;} +.module-blocklist a{background:#32323c;color: hsla(0,0%,100%,.6);} +.module-player-tab .module-tab-item.selected { + background: #32323c!important; +} +.video-info-aux .tag-link:first-child{background: #fef0e5;} +.video-serial { + border: 3px solid #32323c; + background: #32323c; + color: hsla(0,0%,100%,.6); +} +.search-stat h2{color: hsla(0,0%,100%,.6);} +.module-tab-item small{color: hsla(0,0%,100%,.6);} +.module-search-item{background:#25252b;} +.nav-search .ac_bg, .nav-search .ac_hot, .nav-search .ac_items, .nav-search .search-focus{background:#25252b;} +.search #header { + margin: 0; + background: 0 0; +} +.article-content b::after{background: 0 0;} +.article main::after{background: 0 0;} +.grid-item i { + background: #32323c; +} +.grid-more-link{ color: hsla(0,0%,100%,.6);} +.btn-block-o i{color: hsla(0,0%,100%,.6);} +.module-row-info:nth-child(odd){background:#32323c;} +.module-row-title p{color: hsla(0,0%,100%,.6);} +.module-row-info a{color: hsla(0,0%,100%,.6);} +@media (max-width: 559px){ +.view .mobile-play .module-item-cover:before { + background: linear-gradient(to bottom, rgba(37, 37, 43, 0) 0%, #25252b 100%); +} +.module-tab-drop .module-tab-item.selected{color: #fff;} +.view .mobile-play:before { + background: linear-gradient(to bottom, rgba(37, 37, 43, 0) 0%, #25252b 80%, #25252b 100%); +} +.module-player-tab .module-tab-name{background:#25252b;color: hsla(0,0%,100%,.6);} +.sort-list .module-tab-name{background:#25252b;} +.sort-list .module-tab-name i{color: hsla(0,0%,100%,.6);} +.video-subtitle{color: hsla(0,0%,100%,.6);} +.module-tab .module-tab-items{background:#25252b;} +.module-sorttab .module-blocklist a{ background: #32323c;} +.sort-list .sort-button{color: hsla(0,0%,100%,.6);} +.sort-list .sort-button:before, .sort-list .sort-button:after{background: rgba(37, 37, 43, .62);} +.module-tab-drop .module-tab-item{background: #32323c;color: hsla(0,0%,100%,.6);} +.module-sorttab .module-blocklist a:hover {background: #16161a;} +.play #header{background:#000;} +.mobile-open .search-box, .mobile-open #search-content .search-box{ background:#25252b;} +.mobile-open .search-box .search-btn, .mobile-open .search-box .cancel-btn, .mobile-open .search-box .search-input{background: #32323c;} +} +@media (max-width: 1239px){ +.player-box-side, .player-info { + background: #16161a; +} +} +@media (max-width: 899px){ +.module-bg { + background: 0 0; +} + .play #header{background:#000;} +} +.bottom-line:after{ border-bottom: 1px solid #25252b!important;} +.form-control{border: 1px solid #32323c!important;background: #25252b!important;} +.btn-default{border: 1px solid #25252b!important;background:#25252b!important;color: hsla(0,0%,100%,.6)!important;} +.btn-primary{color: hsla(0,0%,100%,.6)!important;} +.nav-head > li.active > a, .nav-tabs > li.active > a { + border-bottom: 2px solid #32323c!important; + color: hsla(0,0%,100%,.6)!important; +} +.top-line-dot:before{ border-top: 1px solid #25252b!important;} +.mxone-vodlist__text.striped .striped-head, .mxone-vodlist__text.to-color li:nth-of-type(odd) { + background-color: #25252c!important; +} +.top-line:before{ border-top: 1px solid #25252b!important;} +.mobile-open .search-box .cancel-btn{background:none!important;} \ No newline at end of file diff --git a/htdocs/template/default/static/css/style.css b/htdocs/template/default/static/css/style.css new file mode 100644 index 0000000..b8d8271 --- /dev/null +++ b/htdocs/template/default/static/css/style.css @@ -0,0 +1,5526 @@ + +* { + margin: 0; + padding: 0 +} + +*, +:after, +:before { + box-sizing: border-box +} + +body, +html { + height: 100% +} + +html { + -webkit-tap-highlight-color: transparent; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + line-height: 1.6; + font-size: 14px; + -webkit-tap-highlight-color: transparent +} + +input, +button, +textarea, +select { + outline: none; + resize: none; + border: none; + -webkit-appearance: none; + appearance: none; + background: 0 0; + color: inherit; + font: inherit +} + +body, +input, +textarea, +select, +button { + -webkit-touch-callout: none; + -webkit-font-smoothing: antialiased; + font-family: -apple-system-font, BlinkMacSystemFont, helvetica neue, pingfang sc, hiragino sans gb, microsoft yahei ui, microsoft yahei, Arial, sans-serif +} + +body { + color: #282828; + background: #fff +} + +img { + border: none +} + +em { + font-style: normal +} + +button { + cursor: pointer; + background: 0 0 +} + +button, +video { + border: none; + outline: none +} + +ol, +ul, +li, +dl, +dd, +dt { + list-style: none +} + +h1, +h2, +h3, +h4 { + font-weight: 400 +} + +a { + text-decoration: none; + color: #282828; + outline: none +} + +a:hover { + text-decoration: none; + color: #ff2a14 +} + +table { + empty-cells: show; + border-collapse: collapse +} + +caption, +th { + text-align: left; + font-weight: 400 +} + +select::-ms-expand, +input[type=radio]::-ms-check, +input[type=checkbox]::-ms-check, +input[type=text]::-ms-clear, +input[type=tel]::-ms-clear, +input[type=number]::-ms-clear { + display: none +} + +input[type=radio], +input[type=checkbox] { + clip: rect(0, 0, 0, 0) +} + +.wrapper { + width: 100% +} + +.content { + width: 100%; + max-width: 1760px; + margin: 0 auto +} + +.none { + display: none!important +} + +.padpro { + display: none +} + +.phone { + display: none +} + +.shadow { + box-shadow: 0 0 10px -3px rgba(0, 0, 0, .16) +} + +.shadow-large, +#search-content .search-box, +.box, +.box::after, +.box::before { + box-shadow: 0 7px 21px rgba(149, 157, 165, .22) +} + +.shadow-larger, +.module-item-cover:hover { + box-shadow: 0 10px 30px rgba(0, 0, 0, .3) +} + +.shadow-drop, +.btn-aux-o:hover, +.drop:hover .drop-content-box { + box-shadow: 0 3px 12px rgba(0, 0, 0, .18) +} + +.transition, +.nav-menu-icon::after, +.switcher-label i, +.module-item-cover, +.module-item-pic a, +.module-item-pic a i, +.block-box-content .title::after, +.block-box-bg { + transition: all .2s ease-in +} + +.transition-bg, +.shortcuts-overlay, +.shortcuts-mobile-overlay { + transition: background-color .3s ease +} + +.transition-d, +.drop-content-box, +.module-item-content, +.tips-box { + transition-duration: 300ms +} + +.border, +.btn-block-o, +.btn-aux-o, +.grid-more-link, +.popup-btn-o { + position: relative +} + +.border::after, +.btn-block-o::after, +.btn-aux-o::after, +.grid-more-link::after, +.popup-btn-o::after { + border: 1px solid #d7dae1; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + content: ""; + -webkit-transform-origin: 0 0; + transform-origin: 0 0; + pointer-events: none +} + +@media only screen and (max-width:1024px) { + .border::after, + .btn-block-o::after, + .btn-aux-o::after, + .grid-more-link::after, + .popup-btn-o::after { + width: 200%; + height: 200%; + -webkit-transform: scale(.5); + transform: scale(.5) + } +} + +.border-top, +#footer, +.library-box, +#friendlink { + position: relative +} + +.border-top::after, +#footer::after, +.library-box::after, +#friendlink::after { + content: " "; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 1px; + background-color: #eaedf1 +} + +.border-bottom, +.play .app-text { + position: relative +} + +.border-bottom::after, +.play .app-text::after { + content: " "; + position: absolute; + left: 0; + bottom: 0; + width: 100%; + height: 1px; + background-color: #eaedf1 +} + +@media only screen and (max-width:1024px) { + .border-top::after, + #footer::after, + .library-box::after, + #friendlink::after, + .border-bottom::after, + .play .app-text::after { + -webkit-transform: scaleY(.5); + transform: scaleY(.5) + } +} + +.arrow-bottom, +.drop-content-items::before { + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 8px solid rgba(7, 7, 10, .92) +} + +.arrow-top, +.module-tab-item.selected::after { + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-top: 8px solid rgba(7, 7, 10, .92) +} + +@font-face { + font-family: dianyingim; + src: url(../font/dianyingim.eot); + src: url(../font/dianyingim.eot#iefix) format("embedded-opentype"), url(../font/dianyingim.ttf) format("truetype"), url(../font/dianyingim.woff) format("woff"), url(../font/dianyingim.svg#dianyingim) format("svg"); + font-weight: 400; + font-style: normal; + font-display: block +} + +[class^=icon-], +[class*=" icon-"] { + font-family: dianyingim!important; + speak: never; + font-style: normal; + font-weight: 400; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: revert; + display: inline-block; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale +} + +.icon-apple:before { + content: "\e922" +} + +.icon-app:before { + content: "\e921" +} + +.icon-android:before { + content: "\e920" +} + +.icon-domain:before { + content: "\e91f" +} + +.icon-next:before { + content: "\e91e" +} + +.icon-home:before { + content: "\e91d" +} + +.icon-happy:before { + content: "\e900" +} + +.icon-arrow-bottom-o:before { + content: "\e901" +} + +.icon-watch-history:before { + content: "\e902" +} + +.icon-search:before { + content: "\e903" +} + +.icon-arrow-bottom:before { + content: "\e904" +} + +.icon-play:before { + content: "\e905" +} + +.icon-cate-zy:before { + content: "\e906" +} + +.icon-clear:before { + content: "\e907" +} + +.icon-cate-dm:before { + content: "\e908" +} + +.icon-cate-ds:before { + content: "\e909" +} + +.icon-cate-dy:before { + content: "\e90a" +} + +.icon-close-o:before { + content: "\e90b" +} + +.icon-all:before { + content: "\e90c" +} + +.icon-arrow-right:before { + content: "\e90d" +} + +.icon-sort:before { + content: "\e90e" +} + +.icon-close:before { + content: "\e90f" +} + +.icon-share:before { + content: "\e910" +} + +.icon-arrow-right-o:before { + content: "\e911" +} + +.icon-hot:before { + content: "\e912" +} + +.icon-hot-o:before { + content: "\e913" +} + +.icon-more:before { + content: "\e914" +} + +.icon-warn:before { + content: "\e915" +} + +.icon-tv:before { + content: "\e916" +} + +.icon-video-file:before { + content: "\e917" +} + +.icon-qrcode:before { + content: "\e918" +} + +.icon-download:before { + content: "\e919" +} + +.icon-url:before { + content: "\e91a" +} + +.icon-download-bold:before { + content: "\e91b" +} + +.icon-screen-o:before { + content: "\e91c" +} + +.icon { + width: 16px; + height: 16px; + margin-right: 5px +} + +.more i { + margin: 0 -5px 0 0 +} + +.more i, +.load-all i { + vertical-align: -1px; + transform: scale(.8) +} + +.load-all { + min-width: 230px; + text-align: center; + color: rgba(7, 7, 10, .92); + font-weight: 700 +} + +@media only screen and (max-width:559px) { + .load-all { + min-width: 100% + } +} + +.shortcuts-overlay, +.shortcuts-mobile-overlay { + pointer-events: none; + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + background-color: transparent; + content: ""; + z-index: 9 +} + +.space-line-bold { + margin: 5px 10px; + width: 2px; + border-radius: 5px; + background: #c2c6d0; + float: left; + height: 13px +} + +.line { + height: 1px; + background: #eaedf1; + margin: 5px 0 +} + +.flex, +.nav, +.module-heading { + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-direction: normal; + -webkit-box-orient: horizontal; + -webkit-flex-direction: row; + -moz-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + align-items: center +} + +.flex-end, +#index-nav, +.module-tab { + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-direction: normal; + -webkit-box-orient: horizontal; + -webkit-flex-direction: row; + -moz-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-justify-content: flex-end; + -moz-justify-content: flex-end; + -ms-justify-content: flex-end; + justify-content: flex-end; + -ms-flex-pack: flex-end +} + +.flex-start { + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-direction: normal; + -webkit-box-orient: horizontal; + -webkit-flex-direction: row; + -moz-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-align-items: flex-start; + -moz-align-items: flex-start; + -ms-align-items: flex-start; + align-items: flex-start +} + +.nowrap, +.list-item-link, +.module-blocklist a, +.module-item-caption span, +.module-item-style.video-name, +.module-item-style.video-tag a, +.module-item-title, +.module-item-text, +.module-row-title h4, +.module-row-title p, +.video-subtitle, +.video-info-aux, +.video-info-items .video-info-actor, +.tips-list li, +.module-search-item .video-info-header h3, +.module-search-item .video-info-items:nth-child(3) .video-info-item { + display: block; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap +} + +.clearfix { + *zoom: 1 +} + +.clearfix:after, +.clearfix:before { + display: table; + content: "" +} + +.clearfix:after { + clear: both +} + +.disabled { + cursor: not-allowed!important +} + +.slash { + padding: 0 7px; + color: #d7dae1 +} + +.slash:first-child { + display: none +} + +.scroll-box-y { + max-height: 30vh; + overflow-y: auto +} + +.scroll-box-y::-webkit-scrollbar { + width: 6px; + height: 1px +} + +.scroll-box-y::-webkit-scrollbar-thumb { + border-radius: 10px; + background: rgba(0, 0, 0, .51) +} + +.scroll-box-y::-webkit-scrollbar-track { + background: 0 0; + margin: 2px +} + +.playon { + height: 8px; + position: absolute; + left: calc(50% - 11px); + bottom: 0 +} + +.playon i { + width: 4px; + height: 6px; + border-radius: 5px 5px 0 0; + background-color: #ff2a14; + position: absolute; + bottom: 0; + left: 0 +} + +.playon i:nth-last-child(1) { + animation: playon .8s .3s infinite +} + +.playon i:nth-last-child(2) { + animation: playon .8s .1s infinite; + left: 6px +} + +.playon i:nth-last-child(3) { + animation: playon .6s .2s infinite; + left: 12px +} + +.playon i:nth-last-child(4) { + animation: playon 1s .3s infinite; + left: 18px +} + +@keyframes playon { + 0% { + height: 70% + } + 50% { + height: 100% + } + 100% { + height: 35% + } +} + +.bg-ball { + z-index: -10; + position: absolute; + top: -30px; + left: calc(50% - 20px); + width: 26px; + height: 57px; + border-radius: 50px 50px 0 0; + background-image: linear-gradient(-180deg, #ff2a14, rgba(255, 255, 255, 0) 83%); + opacity: .38 +} + +.bg-ball::after { + content: ""; + position: absolute; + top: 68px; + left: -30px; + width: 20px; + height: 30px; + border-radius: 50px 50px 0 0; + background-image: linear-gradient(-180deg, #ff9800, rgba(255, 255, 255, 0) 79%) +} + +.bg-ball::before { + content: ""; + position: absolute; + top: 40px; + right: -35px; + left: auto; + width: 14px; + height: 40px; + border-radius: 50px 50px 0 0; + background-image: linear-gradient(-180deg, #34a853, rgba(255, 255, 255, 0) 77%) +} + +.btn-xsmall, +.module-item-caption span, +.module-item-style.video-tag a, +.video-player-handle .handle-btn em, +.tips-list span { + padding: 0 5px; + line-height: 20px; + font-size: 12px; + border-radius: 5px; + display: inline-block!important +} + +.btn-small, +.video-info-aux .tag-link { + padding: 0 10px; + line-height: 28px; + font-size: 14px; + border-radius: 10px; + display: inline-block +} + +.btn-base, +.more, +.search-tag a, +.module-tab-item, +.module-blocklist a, +.library-item, +.video-serial { + padding: 0 20px; + line-height: 35px; + font-size: 14px; + display: inline-block; + border-radius: 10px +} + +.btn-large, +.load-all, +.popup-btn, +.popup-btn-o, +.page-number { + padding: 0 15px; + line-height: 40px; + font-size: 14px; + display: inline-block; + border-radius: 10px +} + +.btn-block-o { + text-align: center; + width: 70px; + display: inline-block; + height: 70px; + padding: 10px 0 +} + +.btn-block-o::after { + border-radius: 10px +} + +.btn-block-o i { + font-size: 18px; + line-height: 30px; + color: rgba(0, 0, 0, .51); + display: block +} + +.btn-no { + background: rgba(0, 0, 0, .28); + cursor: not-allowed +} + +.btn-gray, +.more, +.load-all, +.module-tab-item, +.module-blocklist a, +.video-info-aux .tag-link, +.page-number { + background: #f3f5f7; + color: rgba(0, 0, 0, .68) +} + +.btn-gray:hover, +.more:hover, +.load-all:hover, +.module-tab-item:hover, +.module-blocklist a:hover, +.video-info-aux .tag-link:hover, +.page-number:hover { + background: #eaedf1 +} + +.btn-gray-dark { + background: #d7dae1 +} + +.btn-gray-dark:hover { + background: #c2c6d0 +} + +.btn-main, +.popup-btn { + background: #ff2a14; + color: #fff +} + +.btn-yellow { + background: #ff9800; + color: #fff +} + +.btn-main-linear, +.btn-important { + background: #ff2a14; + background: linear-gradient(90deg, #ff9800, #ff2a14)!important +} + +.btn-aux-linear, +.btn-aux, +.btn-aux-o:hover, +.video-player-handle .handle-btn em { + background: #34a853; + background: linear-gradient(90deg, #7ec53d, #34a853) +} + +.btn-aux-linear:hover, +.btn-aux:hover, +.btn-aux-o:hover, +.video-player-handle .handle-btn em:hover, +.btn-main-linear:hover, +.btn-important:hover { + color: #fff +} + +.btn-main-light, +.module-item-go.selected .module-item-cover .module-item-pic a i, +.module-item-go .module-item-cover:hover .module-item-pic a i { + background: #fde6dd +} + +.btn-dark-light { + background: rgba(0, 0, 0, .62); + color: #fff +} + +.btn-dark-light:hover { + background: rgba(0, 0, 0, .83); + color: #fff +} + +.btn-aux { + margin-left: 10px +} + +.btn-important, +.btn-aux { + border-radius: 50px; + padding: 0 30px; + color: #fff; + cursor: pointer +} + +.noplaylist i, +.btn-aux i { + margin-right: 5px; + font-weight: 900; + font-size: 14px; + vertical-align: -1px +} + +.btn-aux-o { + color: #34a853; + background: #ecf9f0 +} + +.btn-aux-o:hover::after { + border: none +} + +.btn-aux-o::after { + border-color: #34a853; + border-radius: 50px +} + +.btn-important i { + margin-right: 5px; + font-size: 12px; + vertical-align: 1px +} + +.noplaylist { + background: rgba(0, 0, 0, .51); + color: #f3f5f7; + border-radius: 50px; + padding: 0 30px; + cursor: not-allowed +} + +@media only screen and (max-width:559px) { + .btn-base, + .more, + .search-tag a, + .module-tab-item, + .module-blocklist a, + .library-item, + .video-serial { + font-size: 12px + } + .slash { + padding: 0 4px + } + .mobile-open { + overflow: hidden; + height: 100% + } + .mobile { + overflow: hidden; + height: 100% + } +} + +#header { + position: relative +} + +#footer { + background: #f3f5f7; + font-size: 12px; + color: rgba(0, 0, 0, .51); + padding: 10px 20px +} + +#header::after { + content: ''; + position: absolute; + width: 100%; + left: 0; + top: 100%; + z-index: -1; + background: #eaedf1 +} + +.homepage #header { + margin-bottom: 50px; + padding: 0 15px +} + +.homepage #header::after { + height: 90%; + top: 0 +} + +.page #header { + margin-bottom: 30px; + background: rgba(7, 7, 10, .92) +} + +.view #header::after { + height: 388% +} + +.article #header::after, +.library #header::after { + height: 238% +} + +.nfpage #header::after { + height: 350% +} + +.play #header { + margin: 0 +} + +.search #header { + margin: 0; + background: 0 0 +} + +.search #header::after { + height: 120px; + top: 0; + z-index: -2; + background: url(../images/searchbg.jpg); + background-position: center center; + background-size: 100% +} + +.drop-content { + position: absolute; + top: 38px; + padding: 10px 10px 25px; + font-size: 0; + right: 0; + margin: -5px -35% 0; + min-width: 210px; + max-width: 330px; + pointer-events: none; + height: auto; + overflow: hidden; + z-index: 10 +} + +.drop-content-box { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + opacity: 0; + background: #fff; + border-radius: 10px; + border-top-right-radius: 7px +} + +.drop-content-box::after { + border-radius: 10px +} + +.drop-content-items { + padding: 15px; + position: relative +} + +.drop-content-items::before { + content: ''; + border-bottom-color: #fff; + position: absolute; + top: -8px; + z-index: 20; + right: 18px +} + +.drop-content-items li { + font-size: 14px +} + +.drop-content-items li a:hover { + background: #f3f5f7 +} + +.drop { + position: relative +} + +.drop:hover .drop-content { + pointer-events: auto; + z-index: 20 +} + +.drop:hover .drop-content-box { + transform: translateZ(0); + -webkit-transform: translateZ(0); + opacity: 1 +} + +.drop:hover::before { + content: ''; + position: absolute; + top: 100%; + width: 500%; + right: 0; + height: 25px +} + +.drop-tips { + padding: 60px 0; + text-align: center; + color: rgba(0, 0, 0, .4) +} + +.drop-history { + min-width: 330px; + max-width: auto +} + +.grid-item { + display: inline-block +} + +.grid-item a, +.grid-more-link { + display: inline-block; + text-align: center; + width: 75px; + padding: 10px 0 12px; + border-radius: 10px +} + +.grid-item i { + font-size: 18px; + width: 50px; + line-height: 35px; + margin-bottom: 7px; + background: #f3f5f7; + border-radius: 10px +} + +.grid-item-name { + font-weight: 700 +} + +.grid-more { + width: 100%; + margin-top: 10px +} + +.grid-more-link { + padding: 0!important; + width: 100%!important; + line-height: 35px; + color: #ff2a14 +} + +.grid-more-link::after { + border-radius: 10px +} + +.list-item:last-child::after { + height: 0 +} + +.list-item::after { + background-color: #f3f5f7 +} + +.list-item-link { + border-radius: 10px; + line-height: 30px; + padding: 0 15px 0 10px; + width: 100% +} + +.list-item-link .icon-play { + font-size: 14px; + opacity: .2; + transform: scale(.56); + margin-right: 5px +} + +.list-item-link:hover .icon-play { + opacity: 1 +} + +.list-item-link span { + float: right; + color: #aaadb5; + overflow: hidden; + max-width: 20% +} + +.list-item-title { + padding: 0 0 5px 3px; + font-size: 12px +} + +.list-item-title strong { + color: rgba(0, 0, 0, .4) +} + +.list-item-title .playlist { + float: right; + font-size: 12px +} + +.list-item-title .playlist:hover { + background: 0 0 +} + +.list-item-title .playlist i { + margin-right: 5px +} + +.search-box { + background: #fff; + border-radius: 10px; + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex +} + +.search-input { + font-size: 16px; + height: 100%; + width: 100%; + padding: 0 10px 0 20px; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1 +} + +.search-btn { + padding: 0 20px 0 0 +} + +.search-btn .icon-search { + width: 17px; + text-align: center; + vertical-align: -2px; + font-size: 18px; + color: #ff2a14 +} + +.search-cupfox { + display: flex; + align-items: center; + padding: 0 30px 0 10px; + background: #fff +} + +.search-cupfox::after { + content: ''; + height: 50%; + width: 1px; + background: #d7dae1; + display: inline-block; + position: relative; + right: -15px +} + +.search-cupfox .icon-cupfox { + background: url(../images/cupfox_logo.svg) no-repeat center; + height: 21px; + width: 28px; + background-size: 100% +} + +.search-cupfox span { + font-size: 15px; + font-style: italic; + color: #db542f; + margin-left: 3px; + font-weight: 500 +} + +.search-drop { + z-index: 10; + position: absolute; + top: 100%; + left: 0; + width: 100% +} + +.ac_bg, +.ac_hot, +.ac_items { + padding: 15px 20px 20px; + box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .2); + background: rgba(255, 255, 255, .9); + backdrop-filter: saturate(180%) blur(10px); + -webkit-backdrop-filter: saturate(180%) blur(10px); + position: relative; + border-radius: 0 0 10px 10px +} + +.ac_bg::after, +.ac_hot::after, +.ac_items::after { + content: ''; + height: 5px; + background: #fff; + width: 100%; + display: inline-block; + left: 0; + right: 0; + top: -5px; + position: absolute +} + +.ac_bg::before, +.ac_hot::before, +.ac_items::before { + content: ''; + height: 1px; + background: #eaedf1; + width: calc(100% - 40px); + display: inline-block; + left: 20px; + right: 20px; + top: 0; + position: absolute +} + +.ac_items li { + cursor: pointer +} + +.ac_items li:hover { + background: rgba(0, 26, 58, .08); + color: #ff2a14 +} + +.search-drop .list-item-title { + font-size: 14px +} + +.search-drop .drop-content-items::before { + border-color: transparent; + border-bottom-width: 1px +} + +.search-tag { + font-size: 0; + margin: 0 -4px +} + +.search-tag a { + color: rgba(0, 0, 0, .83); + background: rgba(0, 26, 58, .08); + padding: 0 15px; + margin: 4px +} + +.search-tag a:hover, +.search-tag .hot { + color: #ff2a14 +} + +.search-tag .hot { + background: #fef0e5 +} + +.search-tag .hot:hover { + background: #fde6dd +} + +.search-tag i { + margin-right: 3px; + vertical-align: -4% +} + +.cancel-btn { + display: none +} + +#report-popup~.shortcuts-overlay, +.open~.shortcuts-mobile-overlay { + background-color: rgba(0, 0, 0, .5); + pointer-events: auto; + z-index: 99 +} + +.popup { + box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .05), 0 1.5rem 2.2rem rgba(0, 0, 0, .1)!important; + padding: 0 30px; + background: #fff; + width: 400px; + position: fixed; + top: 50%; + left: 50%; + z-index: 999999; + transform: translateX(-50%) translateY(-50%); + margin: 0 auto; + border-radius: 18px +} + +.popup::after { + content: ''; + height: 80px; + width: 100%; + background: #eaedf1; + position: absolute; + top: 0; + left: 0; + z-index: -1; + border-radius: 18px 18px 0 0 +} + +.popup-header { + line-height: 40px; + text-align: center +} + +.popup-title { + position: relative; + font-size: 18px; + font-weight: 900; + display: inline-block +} + +.popup-title::after { + content: ''; + position: absolute; + width: 100%; + height: 30%; + background: #fde6dd; + border-radius: 5px; + left: 0; + bottom: 5px; + z-index: -1 +} + +.close-popup { + position: absolute; + right: calc(50% - 20px); + border: 1px solid #fff; + border-radius: 50px; + bottom: -50px; + width: 40px; + line-height: 40px; + height: 40px; + text-align: center; + cursor: pointer +} + +.close-popup:hover { + background: #fff +} + +.close-popup i { + transform: scale(.88); + font-size: 12px; + color: #fff +} + +.close-popup:hover i { + color: #ff2a14 +} + +.popup-icon { + width: 100%; + text-align: center; + height: 220px; + margin: -60px 0 0 +} + +.popup-icon img { + height: 220px +} + +.popup-main { + padding-bottom: 20px +} + +.popup-main p { + padding: 12px 0 0 +} + +.popup-main p a { + color: #ff2a14 +} + +.popup strong { + color: #ff2a14 +} + +.popup-footer { + padding: 10px 0 30px; + text-align: center +} + +.popup-footer p { + margin-top: 10px +} + +.popup-btn { + font-weight: 700; + border-radius: 50px; + width: 100%; + cursor: pointer +} + +.popup-btn-o { + color: #ff2a14; + font-weight: 700; + width: 100%; + cursor: pointer +} + +.popup-btn-o::after { + border-color: #ff2a14; + border-radius: 50px +} + +.popup-msg { + position: fixed; + width: 280px; + z-index: 9999999; + height: auto; + padding: 30px; + top: 50%; + left: 50%; + margin: -50px 0 0 -140px; + text-align: center; + color: #fff; + background-color: rgba(7, 7, 10, .92); + border-radius: 10px +} + +.popup-tips::after { + background: 0 0 +} + +.popup-tips .popup-header { + padding-top: 25px +} + +#report-popup::after { + background: #d7dae1 +} + +#report-popup .popup-icon { + height: 130px; + margin: -50px 0 15px; + overflow: hidden +} + +#report-popup .popup-main { + padding-bottom: 30px; + min-height: 291px +} + +.report-content { + width: 100%; + min-height: 100px; + padding: 15px; + margin: 10px 0 15px; + resize: auto; + background: #eaedf1; + border-radius: 10px +} + +#search-content { + width: 100%; + max-width: 680px; + margin: auto +} + +#index-nav { + flex: 1 +} + +.slogan { + font-size: 16px; + display: inline-block; + margin-left: 5px +} + +.sub-block { + width: 275px +} + +.index-logo { + margin: 0 auto; + height: 150px; + position: relative +} + +.logo-s { + position: absolute; + bottom: 25px; + left: 50%; + margin-left: -115px; + font-size: 0 +} + +.logo-s img { + width: 230px; + height: 65px +} + +#search-content .search-box { + height: 56px +} + +.nav { + height: 70px +} + +.brand, +.logo img { + height: 30px; + font-size: 0 +} + +.logo { + display: inline-block +} + +.brand { + margin: 0 30px 0 0; + filter: brightness(4); +} + +.nav-menu-items { + float: left +} + +.nav-menu-item { + padding: 0 11px; + float: left; + font-size: 16px +} + +.nav-menu-item-name { + color: #f3f5f7; + font-weight: 700 +} + +.nav-menu-icon { + position: relative; + cursor: pointer +} + +.nav-menu-icon::after { + content: ''; + opacity: 0; + transform: scale(.01); + position: absolute; + left: -11px; + top: -11px; + height: 40px; + width: 40px; + border-radius: 50px; + display: inline-block +} + +.nav-menu-item:hover .nav-menu-icon::after { + background: #d7dae1; + opacity: 1; + transform: scale(1) +} + +.nav-menu-icon i { + position: relative; + z-index: 2; + padding: 0 1px +} + +.nav-menu-item .icon-watch-history { + font-size: 18px; + vertical-align: -2px +} + +.nav-menu-item .icon-all { + font-size: 16px; + vertical-align: -1px +} + +.page .nav-menu-icon { + color: #f3f5f7 +} + +.page .nav-menu-item:hover .nav-menu-icon::after { + background: rgba(255, 255, 255, .1) +} + +.nav-menu-item:hover .nav-menu-icon { + color: #ff2a14 +} + +.nav-menu-item:nth-child(9) { + display: none +} + +.nav-menu-item .icon-app { + margin: 0 5px 0 -2px; + vertical-align: -1px +} + +.domain { + position: relative; + cursor: pointer +} + +.domain em { + position: absolute; + right: 5px; + top: -8px; + font-size: 12px; + font-weight: 700; + color: #ff2a14 +} + +.domain:hover { + color: #ff2a14 +} + +.domain:hover em { + color: #ff9800 +} + +.switcher-hide { + position: absolute; + border: 0; + height: 1px; + width: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + clip: rect(0 0 0 0) +} + +.switcher-label i { + color: #f3f5f7; + font-size: 12px; + transform: rotate(0deg) scale(.68); + vertical-align: 7%; + cursor: pointer +} + +.nav-menu-item.selected i { + color: #ff2a14 +} + +.nav-menu-item:hover .switcher-label i { + -webkit-transform: rotate(-180deg); + transform: rotate(-180deg) scale(.68); + color: #ff2a14 +} + +.nav-menu-item:hover .nav-menu-item-name, +.nav-menu-item.selected .nav-menu-item-name { + position: relative; + color: #ff2a14 +} + +.nav-search { + flex: 1; + margin-right: 20px +} + +.nav-search .search-box { + height: 45px; + background: 0 0; + width: 100%; + max-width: 500px +} + +.nav-search .search-input { + background: rgba(255, 255, 255, .1); + border-radius: 10px 0 0 10px +} + +.nav-search .search-cupfox { + border-radius: 0!important +} + +.nav-search .search-cupfox .icon-cupfox { + width: 22px +} + +.nav-search .search-cupfox span { + font-size: 14px +} + +.nav-search .search-cupfox::after { + background: rgba(255, 255, 255, .1) +} + +.nav-search .search-btn { + background: rgba(255, 255, 255, .1); + font-size: 16px; + border-radius: 0 10px 10px 0; + color: #fff +} + +.nav-search .ac_bg, +.nav-search .ac_hot, +.nav-search .ac_items, +.nav-search .search-focus { + background: #fff +} + +.nav-search .search-input:focus~.search-btn { + color: #ff2a14 +} + +.nav-search .search-input:focus~.search-cupfox::after { + background: #e3e6eb +} + +.nav-search .ac_bg::after, +.nav-search .ac_hot::after, +.nav-search .ac_items::after { + height: 8px; + top: -8px +} + +.homepage .app-text { + margin-top: -40px; + padding: 15px 0 25px; + position: relative +} + +.play .app-text { + margin: -20px -30px 15px; + line-height: 40px; + background: #fef0e5; + overflow: hidden +} + +.play .app-text .bg-ball { + z-index: 1; + top: -20px +} + +.play .app-text .bg-ball::after { + top: 50px +} + +.play .app-text a { + color: #ff2a14 +} + +.app-text { + text-align: center; + display: none +} + +.app-text strong { + margin: 0 5px +} + +.app-text i { + vertical-align: -1px; + font-size: 12px; + margin-right: 5px +} + +.module { + padding-bottom: 20px +} + +.tab-list, +.module-downlist { + display: none +} + +.tab-list.selected, +.module-downlist.selected { + display: block +} + +.module-downlist.selected .module-row-text, +.tab-list.selected .module-blocklist a { + animation: opacity .2s; + -webkit-animation: opacity .2s +} + +@keyframes opacity { + 0% { + opacity: 100% + } + 50% { + opacity: 30% + } + 100% { + opacity: 100% + } +} + +@-webkit-keyframes opacity { + 0% { + opacity: 100% + } + 50% { + opacity: 30% + } + 100% { + opacity: 100% + } +} + +.module-heading { + margin-bottom: 15px; + font-size: 0; + vertical-align: baseline; + position: relative +} + +.module-heading .more { + position: absolute; + right: 0; + top: 0; + border-radius: 18px +} + +.module-title { + font-size: 26px; + font-weight: 400; + line-height: 1.3 +} + +.page-title { + font-size: 38px; + font-weight: 700 +} + +.sort-list .module-tab, +.module-tab-name, +.module-tab-title, +.module-tab-input { + display: none +} + +.module-tab { + flex: 1; + white-space: nowrap +} + +.module-tab-items::-webkit-scrollbar { + display: none +} + +.module-tab-item { + margin-left: 5px; + border-radius: 18px; + cursor: pointer; + position: relative +} + +.module-tab-item.selected { + background: #ff2a14; + font-weight: 700; + color: #fff +} + +.module-tab-item.selected::after { + content: ''; + position: absolute; + top: 99%; + left: 50%; + display: inline-block; + margin-left: -7px; + border-top: 6px solid #ff2a14 +} + +.module-tab-item i { + margin-right: 5px; + color: #ff2a14 +} + +.module-tab-item small { + position: absolute; + right: 0; + top: 0; + transform: scale(.8); + transform-origin: top right; + font-weight: 400; + background: rgba(0, 0, 0, .05); + -webkit-backdrop-filter: saturate(180%); + color: rgba(0, 0, 0, .4); + padding: 0 6px 0 5px; + border-radius: 0 13px 0 5px; + height: 19px; + line-height: 20px; + font-size: 12px +} + +.module-player-tab .module-tab-items { + overflow: auto +} + +.module-player-tab .module-tab-item { + line-height: 50px; + margin-left: 3px; + border-radius: 10px 10px 0 0 +} + +.module-player-tab .module-tab-item.selected { + background: #eaedf1; + color: #ff2a14 +} + +.module-player-tab .module-tab-item.selected::after { + border: none +} + +.module-list { + font-size: 0 +} + +.module-player-list { + padding: 15px; + background: #eaedf1; + margin-bottom: 20px; + border-radius: 10px 0 10px 10px +} + +.module-blocklist { + margin: -5px +} + +.module-blocklist a { + background: #f7f8f9; + color: rgba(0, 0, 0, .68); + margin: 5px; + width: calc(6.66% - 10px); + padding: 1px 10px; + text-align: center; + position: relative +} + +.module-blocklist a:hover { + background: #fff; + color: #ff2a14 +} + +.module-blocklist .selected, +.module-blocklist .selected:hover { + color: #ff2a14; + font-weight: 700 +} + +.module-vod-list .module-blocklist a { + line-height: 1.38; + padding: 8px 10px; + width: calc(12.5% - 10px) +} + +.module-items { + margin-right: -18px +} + +.module-item { + position: relative; + width: calc(12.5% - 18px); + margin: 0 18px 18px 0; + display: inline-block; + font-size: 14px +} + +.module-item-cover { + position: relative; + height: 0; + padding-top: 140%; + background-position: 50% 50%; + background-size: cover; + overflow: hidden; + border-radius: 5px +} + +.module-item-caption { + position: absolute; + right: 0; + bottom: 0; + left: 0; + height: 44px; + padding: 12px; + background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent) +} + +.module-item-caption span { + max-width: 58px; + background: rgba(0, 0, 0, .51); + color: #c2c6d0; + margin: 0 5px 0 0 +} + +.module-item-caption span:last-child { + margin: 0 +} + +.module-item-caption span.video-class:nth-child(n+3) { + display: none!important +} + +.module-item-content { + transform: translateZ(0); + -webkit-transform: translateZ(0); + padding: 12px 15px; + font-size: 12px; + background: #fff; + z-index: 2; + position: relative +} + +.module-item-cover:hover .module-item-content { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0) +} + +.module-item-style { + color: rgba(0, 0, 0, .62); + font-size: 0 +} + +.module-item-style.video-name { + font-size: 16px; + font-weight: 700 +} + +.module-item-style.video-tag { + padding: 8px 0 +} + +.module-item-style.video-text { + font-size: 12px; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + word-wrap: break-word; + display: -webkit-box; + max-height: 58px; + overflow: hidden; + line-height: 20px; + text-overflow: ellipsis; + white-space: normal; + word-break: break-all +} + +.module-item-style.video-tag a { + background: #eaedf1; + max-width: 50px; + margin: 0 5px 0 0; + color: rgba(0, 0, 0, .62) +} + +.module-item-style.video-tag a:nth-child(n+4) { + display: none!important +} + +.module-item-pic, +.module-item-pic img { + height: 100%; + width: 100% +} + +.module-item-pic img { + top: 0; + left: 0; + object-fit: cover; + position: absolute +} + +.module-item-pic img.lazyloading+.loading { + position: absolute; + opacity: 1; + bottom: 25%; + left: 50%; + margin-left: -15px; + width: 30px; + height: 30px; + display: inline-block; + vertical-align: middle; + animation: Loading 1s steps(8, end) infinite; + background: #e3e6eb url(../images/load.svg) no-repeat; + border-radius: 50px; + border: 5px solid #e3e6eb; + background-size: 100% +} + +@keyframes Loading { + 0% { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg) + } + 100% { + -webkit-transform: rotate3d(0, 0, 1, 360deg); + transform: rotate3d(0, 0, 1, 360deg) + } +} + +.module-item-pic a { + padding-top: 53px; + height: 100%; + width: 100%; + text-align: center; + position: absolute; + background-size: cover; + left: 0; + top: 0; + z-index: 1 +} + +.module-item-pic a i { + opacity: 0; + transform: scale(.6); + height: 40px; + width: 40px; + background: #fff; + color: rgba(7, 7, 10, .92); + border-radius: 50px; + line-height: 40px; + text-indent: 2.5px; + font-size: 12px +} + +.module-item-cover:hover .module-item-pic a { + background: rgba(0, 0, 0, .28) +} + +.module-item-cover:hover .module-item-pic a i { + opacity: .88; + transform: scale(.9) +} + +.module-item-cover:hover .module-item-pic a i:hover { + opacity: 1 +} + +.module-item-titlebox { + margin-top: 12px +} + +.module-item-title { + font-weight: 700 +} + +.module-item-text { + margin-top: 3px; + color: rgba(0, 0, 0, .4) +} + +.module-footer { + text-align: center; + padding: 0 0 30px +} + +.module-line-list .module-item:nth-child(n+9) { + display: none +} + +.module-item-go .module-item-cover { + padding-top: 58%; + overflow: inherit +} + +.module-item-go .module-item-cover:hover { + box-shadow: none +} + +.module-item-go .module-item-pic a i { + display: block; + opacity: 1; + line-height: 30px; + border: 5px solid #fff; + transform: scale(.85); + position: absolute; + right: 5px; + bottom: -20px +} + +.module-item-go .module-item-pic img, +.module-item-go .module-item-cover:hover .module-item-pic a { + border-radius: 5px +} + +.module-item-go.selected .module-item-cover .module-item-pic a i, +.module-item-go .module-item-cover:hover .module-item-pic a i { + color: #ff2a14; + opacity: 1; + transform: scale(.85) +} + +.module-item-go .module-item-caption { + border-radius: 0 0 5px 5px +} + +.module-item-go .module-item-titlebox { + width: 85% +} + +.module-item-go .module-item-pic img.lazyloading+.loading { + bottom: 15% +} + +.module-item-go.selected .module-item-title { + color: #ff2a14 +} + +.module-row-info { + display: flex; + align-items: center; + padding: 10px 15px; + margin-bottom: 1px; + border-radius: 10px; + position: relative +} + +.module-row-info:nth-child(odd) { + background: #f7f8f9 +} + +.module-row-info a { + font-size: 14px; + color: rgba(0, 0, 0, .83) +} + +.module-row-info:last-child { + margin: 0 +} + +.module-row-shortcuts { + position: absolute; + right: 15px +} + +.module-row-shortcuts a { + padding: 2px 20px; + position: relative; + z-index: 3; + color: rgba(0, 0, 0, .68) +} + +.module-row-shortcuts a:hover { + color: #fff +} + +.module-row-shortcuts a::after { + content: ''; + width: 2px; + height: 12px; + position: absolute; + right: -1px; + top: 5px; + z-index: 1; + background: #c2c6d0 +} + +.module-row-shortcuts a:hover::after { + top: 12px +} + +.module-row-shortcuts a:hover { + padding: 9px 20px +} + +.module-row-shortcuts a::before { + content: ''; + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + border-radius: 50px; + z-index: 2 +} + +.module-row-shortcuts a:hover::before { + background: #34a853; + margin: 0 2px +} + +.module-row-shortcuts a:last-child:hover::before { + margin: 0 -2px +} + +.module-row-shortcuts a:last-child::after { + width: 0 +} + +.module-row-shortcuts i { + font-size: 12px; + position: relative; + z-index: 2 +} + +.module-row-shortcuts span { + margin-left: 5px +} + +.module-row-shortcuts span { + z-index: 3; + position: relative +} + +.module-row-shortcuts .btn-copyurl span { + margin-left: 8px +} + +.module-row-text { + width: 100% +} + +.module-row-title { + width: 90%; + margin-left: 35px +} + +.module-row-text .icon-video-file { + font-size: 24px; + color: #34a853; + position: absolute; + top: 17px +} + +.module-row-title h4 { + max-width: 90%; + font-size: 14px +} + +.module-row-title p { + max-width: 90%; + font-size: 12px; + color: rgba(0, 0, 0, .4) +} + +#download-list { + margin-top: -30px; + padding-top: 30px +} + +.block-box-items { + margin-right: -10px; + display: flex +} + +.block-box-item { + background: #eaedf1; + padding: 15px; + border-radius: 10px; + display: inline-block; + position: relative +} + +.block-box-content { + font-size: 14px; + padding: 15px; + position: relative; + z-index: 2; + display: block; + height: 100% +} + +.block-box-content .title { + font-size: 18px; + position: relative; + top: 8px +} + +.block-box-content .title::after { + content: ''; + position: absolute; + left: 50%; + margin-left: -5px; + bottom: -10px; + height: 2px; + width: 10px; + background: #c2c6d0; + border-radius: 50px +} + +.block-box-content:hover .title::after, +.block-box-item.selected .title::after { + width: 36px; + margin-left: -18px; + background: #ff2a14 +} + +.block-box-item.selected .title { + color: #ff2a14 +} + +.block-box-item.selected, +.block-box-item.selected:hover { + background: #fef0e5!important +} + +.block-box-item.selected .block-box-bg { + color: #fde6dd +} + +.block-box-bg { + position: absolute; + z-index: 1; + bottom: 0; + right: 0; + line-height: 50px; + text-indent: 20px; + font-size: 60px; + color: #e3e6eb; + font-weight: 900; + text-align: right; + display: inline-block; + width: 150px; + border-radius: 0 0 10px 10px; + white-space: nowrap; + overflow: hidden +} + +.block-box-item:last-child .block-box-bg { + transform: scale(1.8); + text-align: left +} + +.box { + padding: 25px; + background: #fff; + border-radius: 18px; + margin: 10px -25px 50px; + position: relative +} + +.box::after, +.box::before { + height: 100%; + position: absolute; + border-radius: 18px; + background: rgba(255, 255, 255, .5) +} + +.box::after { + content: ''; + bottom: -10px; + left: 15px; + width: calc(100% - 30px); + z-index: -1 +} + +.box::before { + content: ''; + bottom: -20px; + left: 25px; + width: calc(100% - 50px); + z-index: -2; + background: rgba(255, 255, 255, .1) +} + +.mobile-play { + display: none +} + +.list-header { + font-size: 0; + margin: 10px 0 40px +} + +.list-header .block-box-item { + flex: 1; + height: 80px; + padding: 0; + text-align: center; + margin-right: 10px; + overflow: hidden +} + +.list-header .block-box-item:hover { + background: #e3e6eb +} + +.list-header .space-line-bold { + background: #d7dae1; + display: inline-block; + float: none; + height: auto; + margin: 5px 10px 5px 0 +} + +.library-box { + margin-top: 10px; + padding-top: 10px +} + +.library-box-first::after { + height: 2px; + top: inherit; + bottom: -10px +} + +.library-box-first .library-list { + margin: 0 auto +} + +.library-box-first .library-item { + font-size: 18px; + padding: 0 15px; + font-weight: 700 +} + +.library-box-first .library-item.selected { + background: 0 0; + position: relative +} + +.library-box-first .library-item.selected::after { + content: ''; + height: 3px; + background: #ff2a14; + width: 50%; + border-radius: 50px; + position: absolute; + bottom: -11px; + left: 25%; + z-index: 1 +} + +.library-box::after { + background: #f3f5f7 +} + +.library-box .scroll-content { + display: flex +} + +.library-box:first-child { + padding-top: 0!important; + margin-top: 0!important +} + +.library .library-box:last-child { + text-align: center; + padding-top: 20px +} + +.library .library-box:last-child::after { + height: 3px +} + +.library-list { + display: inline-block +} + +.library-item { + white-space: nowrap; + border-radius: 5px +} + +.library-item.selected { + color: #ff2a14; + background: #fef0e5; + font-weight: 700 +} + +.library-item-first { + max-height: 35px +} + +.library-stat { + font-size: 14px; + color: rgba(0, 0, 0, .62) +} + +.view-heading { + margin-top: 0 +} + +.view .video-info .page-title { + padding-bottom: 10px; + font-size: 38px; + line-height: 1.3; + color: rgba(7, 7, 10, .92) +} + +.video-subtitle { + margin-top: -5px; + padding-bottom: 10px; + font-weight: 700; + font-size: 14px +} + +.video-cover { + float: right; + width: 200px; + overflow: hidden; + margin: 0 0 0 25px; + border-radius: 10px +} + +.video-cover .module-item-pic a { + padding-top: 55% +} + +.video-info { + padding: 0 0 5px 5px +} + +.video-info-aux { + font-size: 0 +} + +.video-info-aux .tag-link { + background: #eaedf1; + margin-left: 5px; + overflow: hidden +} + +.video-info-aux .tag-link a { + color: rgba(0, 0, 0, .68) +} + +.video-info-aux .tag-link:first-child { + background: #fef0e5; + margin: 0 +} + +.video-info-aux .tag-link:first-child:hover { + background: #fde6dd +} + +.video-info-aux .tag-link:hover { + background: #e3e6eb +} + +.video-info-aux .tag-link i { + vertical-align: -1px +} + +.video-info-aux .tag-one-link:nth-child(n+2) { + display: none +} + +.video-tag-icon { + display: inline-block; + margin: 0 3px 0 0 +} + +.video-info-play { + display: none +} + +.video-info-main { + padding: 20px 0 +} + +.video-info-items { + display: flex; + padding-bottom: 5px; + line-height: 1.7 +} + +.video-info-items .video-info-actor { + width: 100% +} + +.video-info-items:last-child { + min-height: 50px; + padding: 0; + word-break: break-all +} + +.video-info-itemtitle { + display: inline-block; + min-width: 46px; + font-weight: 700; + color: rgba(0, 0, 0, .51) +} + +.video-info-share { + float: right; + margin: 20px -25px 0 0; + position: relative +} + +.video-info-share .icon-happy { + position: absolute; + font-weight: 700; + background-image: -webkit-linear-gradient(45deg, #ff9800, #ff2a14); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + right: 25px; + bottom: 16px; + font-size: 18px +} + +.video-info-share:hover .icon-happy:before { + content: "\e910" +} + +.video-info-share button { + height: 50px; + padding: 0 56px 0 35px; + z-index: 2; + border-radius: 0 0 18px 0; + position: relative; + overflow: hidden +} + +.video-info-share button::before { + content: ''; + border-radius: 0 0 18px 0; + border: 1px solid #efddcb; + border-width: 0 1px 1px 0; + position: absolute; + z-index: -1; + left: 5px; + top: 0; + height: 100%; + width: calc(100% - 5px) +} + +.video-info-share button::after { + content: ''; + border: 2px solid #efddcb; + border-width: 1px 0 0 1px; + box-shadow: 5px 5px 2px #f6e9dc inset; + transform: skewX(-12deg); + background: #fef0e5; + border-radius: 8px 0 0 0; + position: absolute; + z-index: -2; + right: -10px; + top: 0; + height: 100%; + width: 100% +} + +.video-info-share button:hover::after { + background: #fde6dd; + box-shadow: 5px 5px 2px #fcdfd3 inset +} + +.more-content { + color: #ff2a14; + cursor: pointer +} + +.more-content span { + color: rgba(7, 7, 10, .92) +} + +.video-player-handle .btn-block-o { + cursor: pointer; + font-size: 12px +} + +.video-player-handle .handle-btn { + margin-left: 8px; + color: #8f8f8f +} + +.video-player-handle .handle-btn em { + color: rgba(7, 7, 10, .92); + position: absolute; + top: 0; + right: 0; + z-index: 3; + transform: scale(.78); + transform-origin: top right; + border-radius: 5px 5px 0 5px +} + +.video-player-handle .drop:hover .handle-btn, +.video-player-handle .drop:hover .handle-btn i, +.video-player-handle .handle-btn:hover i, +.video-player-handle .handle-btn:hover { + color: #ff2a14 +} + +.video-player-handle .handle-btn:hover em { + color: rgba(7, 7, 10, .92) +} + +.video-player-handle .handle-btn:hover i, +.video-player-handle .drop:hover .handle-btn i, +.video-player-handle .drop:hover .block-name, +.video-player-handle .handle-btn:hover .block-name { + position: relative; + z-index: 2 +} + +.video-player-handle .drop:hover .handle-btn::after, +.video-player-handle .handle-btn:hover::after { + z-index: 1 +} + +.video-player-handle .drop, +.video-player-handle-more { + display: inline-block +} + +.video-player-handle .drop .drop-content { + min-width: 365px; + top: 55px +} + +.video-player-handle .drop .drop-content-items { + padding: 10px 20px +} + +.video-player-handle .drop .drop-content-items::before { + right: 25px +} + +.handle-more-drop .btn-block-o { + background: 0 0; + width: 100%; + height: auto; + padding: 10px 5px; + text-align: inherit +} + +.handle-more-drop .btn-block-o:hover strong { + color: #ff2a14 +} + +.handle-more-drop .btn-block-o::after { + border-width: 1px 0 0; + border-top-color: #e3e6eb; + border-radius: 0!important +} + +.handle-more-drop .btn-block-o i { + width: 50px; + line-height: 50px; + vertical-align: 5px; + font-size: 26px; + color: rgba(0, 0, 0, .83); + text-align: center; + display: inline-block; + border-radius: 50px +} + +.handle-more-drop .block-name { + padding-top: 4px; + display: inline-block; + margin-left: 10px; + color: rgba(0, 0, 0, .51) +} + +.handle-more-drop .block-name strong { + font-size: 16px; + color: rgba(0, 0, 0, .83) +} + +.handle-more-drop .btn-block-o:first-child { + margin: 0 +} + +.handle-more-drop .btn-block-o:first-child::after { + border: none +} + +.video-player-handle .qrcode-img, +.video-player-handle .btn-qrcode img { + height: 90px; + width: 90px +} + +.video-player-handle .btn-qrcode { + display: flex; + align-items: center; + padding: 10px 0 +} + +.video-player-handle .btn-qrcode .block-name { + font-size: 14px +} + +.video-player-handle .btn-qrcode .block-name strong { + font-size: 14px +} + +.video-player-handle .btn-qrcode .block-name p { + margin-bottom: 5px +} + +.video-player-handle .btn-qrcode:hover { + color: inherit +} + +.view .btn-aux, +.view .btn-important { + font-size: 16px +} + +.play .module-tab, +.view .module-tab { + height: 50px; + overflow: hidden; + margin: 0 0 -15px 20px; + width: 90% +} + +.view .video-info-main { + min-height: 200px +} + +.nfmsg { + padding: 150px; + background: #eaedf1; + position: relative; + overflow: hidden +} + +.nfmsg::before, +.nfmsg::after { + content: ''; + position: absolute; + z-index: -10; + height: 230px; + width: 230px +} + +.nfmsg::before { + right: 10px; + top: 15px; + background: url(../images/logo.png); + filter: blur(10px); + background-size: cover; + opacity: .18 +} + +.nfmsg::after { + left: 80px; + bottom: 100px; + border: 10px solid #e3e6eb; + border-radius: 50% +} + +.nfmsg .content { + max-width: 100%!important; + padding: 0!important +} + +.nfmsg .nfmsg-box { + margin: 0 +} + +.nfmsg-box { + padding: 100px 50px; + text-align: center +} + +.nfmsg .nfmsg-box { + padding: 130px 50px +} + +.nfmsg-left { + background: url(../images/notfound.svg) no-repeat center; + background-size: contain; + width: 70%; + display: inline-block; + height: 210px +} + +.nfmsg-right { + display: inline-block; + width: 70% +} + +.nfmsg-title { + font-size: 24px; + font-weight: 700 +} + +.nfmsg-content { + padding: 5px 0 0 +} + +.nfmsg-content p { + padding-top: 30px +} + +.nfmsg-content a { + margin-right: 10px; + border-radius: 50px +} + +.player-block { + background: #101010; + padding: 15px 0 20px; + margin: 0 0 30px +} + +.player-box-main { + position: relative; + overflow: hidden +} + +.MacPlayer iframe { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0 +} + +.MacPlayer { + padding-bottom: 56.25%!important; + display: block +} + +.tips-box { + transform: translateZ(0); + -webkit-transform: translateZ(0); + position: absolute; + top: 8px; + left: 8px; + padding: 0 12px; + border-radius: 10px; + z-index: 1; + width: calc(100% - 16px); + background: rgba(0, 0, 0, .38); + backdrop-filter: saturate(0%) blur(10px); + -webkit-backdrop-filter: saturate(100%) blur(10px) +} +.tips-box.up { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + top: 0 +} +.tips-list { + width: 100%; + height: 40px; + overflow: hidden +} +.tips-list li { + max-width: 90%; + height: 40px; + line-height: 40px; + font-size: 12px; + color: #e3e6eb +} +.tips-list span { + margin-right: 8px +} +.close-btn { + position: absolute; + right: 5px; + top: 5px; + text-align: center; + width: 30px; + cursor: pointer; + z-index: 2; +} +.close-btn i { + transform: scale(.68); + font-size: 10px; + color: rgba(255, 255, 255, .5); + font-weight: 900; + line-height: 30px +} +.close-btn:hover:after { + content: ''; + position: absolute; + top: 5px; + left: 5px; + height: 20px; + width: 20px; + border-radius: 7px; + z-index: -1; + background: rgba(0, 0, 0, .38) +} +.shortcuts-fixed { + display: none; + position: fixed; + width: 50px; + bottom: 10px; + right: 10px; + z-index: 20; + text-align: center +} + +.shortcuts-btn { + width: 50px; + height: 50px; + line-height: 50px; + color: #fff; + font-size: 18px; + background: rgba(0, 0, 0, .83); + border: none; + border-radius: 50px; + margin-top: 5px; + display: inline-block +} + +.s-search-btn { + font-weight: 900 +} + +.shortcuts-box { + position: fixed; + left: 0; + top: 0; + z-index: 9999999; + display: none; + width: 100%; + height: 100% +} + +#shortcuts-info { + position: absolute; + width: 280px; + height: auto; + padding: 25px; + top: 50%; + left: 50%; + margin: -50px 0 0 -140px; + text-align: center; + color: #fff; + background-color: rgba(7, 7, 10, .92); + border-radius: 10px +} + +.player-info .video-info-aux { + margin-top: 10px +} + +.player-info .page-title { + line-height: 1.38 +} + +.player-info .video-info-header { + max-width: 70% +} + +.player-tips { + width: 100%; + position: absolute; + height: 100%; + font-size: 14px; + background: #020202; + z-index: 10; + display: flex; + align-items: center +} + +.player-tips-bg { + background: url(../images/search-bg.jpg); + background-size: 150%; + width: 100%; + height: 100%; + opacity: .28; + z-index: 11; + position: absolute +} + +.player-tips-main { + color: #fff; + padding: 0 30%; + text-align: center; + line-height: 1.88; + z-index: 12 +} + +.player-tips-main span { + margin: 0 5px; + font-weight: 700; + color: #ff9800 +} + +.player-tips-main strong { + margin-right: 5px +} + +@media(min-width:1239px) { + .player-block { + min-height: 600px + } + .player-block .content { + position: relative + } + .player-box { + font-size: 0; + position: relative + } + .player-box-main { + width: calc(100% - 380px); + display: inline-block + } + .player-box-side { + width: 380px; + height: 100%; + position: absolute; + top: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, .88); + border-radius: 0 10px 0 0 + } + .player-side-tab { + float: right; + width: 110px; + height: 100%; + flex: none; + display: block; + padding: 0 + } + .player-side-tab .module-tab-item { + font-size: 14px; + color: rgba(255, 255, 255, .5); + line-height: inherit; + display: block; + padding: 15px 10px 15px 20px; + margin: 5px 5px 0; + background: #141416; + border-radius: 0 5px 5px 0 + } + .player-side-tab .module-tab-item:hover, + .player-side-tab .module-tab-item.selected { + color: #c2c6d0; + background: #232328 + } + .player-side-tab .module-tab-item.selected { + padding-left: 25px; + margin-left: 0; + font-weight: 700; + position: relative; + overflow: hidden + } + .player-side-playlist { + width: 280px; + height: 100%; + padding: 20px; + background: #232328; + overflow-x: auto; + margin: 0; + border-radius: 0 + } + .player-side-playlist .module-blocklist { + margin: -4px; + max-height: 100%; + overflow: initial + } + .player-side-playlist .module-blocklist a { + margin: 4px; + width: calc(50% - 8px); + color: rgba(255, 255, 255, .5); + background: rgba(0, 0, 0, .18) + } + .player-side-playlist .module-blocklist a:hover { + background: rgba(7, 7, 10, .92) + } + .player-side-playlist .module-blocklist a:hover.selected, + .player-side-playlist .module-blocklist .selected { + background: rgba(7, 7, 10, .92); + color: #c2c6d0 + } + .player-side-playlist .module-blocklist .playon { + display: none + } + .module-vod-list.player-side-playlist .module-blocklist a { + width: 100% + } + .player-info { + background: rgba(0, 0, 0, .88); + width: calc(100% - 380px); + padding: 20px 20px 15px; + border-radius: 0 0 10px 10px + } + .player-info .page-title { + font-size: 24px; + color: #c2c6d0; + display: inline + } + .player-info .page-title a { + color: #c2c6d0 + } + .player-info .page-title a::after { + opacity: .5!important + } + .player-info .page-title a:hover { + color: #fff + } + .player-info .video-info-aux .tag-link { + color: #8f8f8f; + background: #232328 + } + .player-info .video-info-aux .tag-link a { + color: #8f8f8f + } + .player-info .video-info-aux .slash { + color: #505050 + } + .player-info .video-info-main { + padding: 10px 0 0; + color: #8f8f8f; + display: none + } + .player-info .video-info-itemtitle { + color: #8f8f8f + } + .player-info .video-info-items:last-child { + min-height: auto + } + .player-box-side .module-title { + display: none + } + .player-box-side .module-heading { + display: block; + margin: 0 + } + .player-box-side .module-vod-list a { + width: calc(100% - 10px) + } + .player-box-side .module-tab { + height: auto; + overflow: auto; + margin: 0; + width: 100px + } + .player-box-side .module-tab-item small { + background: rgba(255, 255, 255, .05); + border-radius: 0 5px 0 5px; + color: rgba(255, 255, 255, .3) + } + .player-side-playlist::-webkit-scrollbar { + width: 6px; + height: 1px + } + .player-side-playlist::-webkit-scrollbar-thumb { + border-radius: 10px; + background: #505050 + } + .player-side-playlist::-webkit-scrollbar-track { + background: 0 0; + margin: 2px + } + .video-player-handle .drop:hover .handle-btn::after, + .video-player-handle .handle-btn:hover::after { + background: #232328 + } + .video-player-handle .handle-btn::after { + border-color: #232328 + } + .video-player-handle .handle-btn i { + color: #8f8f8f + } + .video-player-handle .drop .drop-content-box { + transform: translateZ(0); + -webkit-transform: translateZ(0); + transition-duration: 0s + } + .video-player-handle .drop .drop-content { + top: inherit!important; + bottom: 50px; + z-index: 999999 + } + .video-player-handle .drop .drop-content-items::before { + top: inherit; + bottom: -16px; + border-top: 8px solid #fff; + border-bottom-color: transparent + } + .player-info .video-info-header { + max-width: 65% + } +} + +.search #search-content { + margin: 20px auto 30px +} + +.search-stat { + text-align: center; + padding: 10px 0 0 +} + +.search-stat h1 { + font-size: 38px; + font-weight: 700; + padding-top: 20px +} + +.search-stat h2 { + font-size: 14px; + color: rgba(0, 0, 0, .68); + margin-top: 3px +} + +.module-search-item { + border-radius: 18px; + background: #f7f8f9; + width: calc(50% - 20px); + padding: 20px; + margin: 0 20px 20px 0; + display: inline-block; + position: relative +} + +.module-search-item .video-cover { + width: 155px; + float: left; + margin: 0 25px 0 0 +} + +.module-search-item .module-item-cover { + border-radius: 0 +} + +.module-search-item .video-info-header h3 { + font-size: 20px; + font-weight: 700 +} + +.module-search-item .video-info { + padding: 0 +} + +.module-search-item .video-info-aux { + margin-top: 5px +} + +.module-search-item .video-info-main { + padding: 10px 0 +} + +.module-search-item .video-info-items { + font-size: 14px; + max-width: 60% +} + +.module-search-item .video-info-items:nth-child(3) { + min-height: 41px +} + +.module-search-item .btn-important:nth-child(2) { + margin-left: 10px; + box-shadow: none +} + +.module-search-item .module-item-pic img.lazyloading+.loading { + bottom: 20% +} + +.video-serial { + float: right; + margin: -23px -23px 0 15px; + border: 3px solid #fff; + color: rgba(0, 0, 0, .4); + font-size: 12px; + background: #eaedf1; + padding: 0 12px; + border-radius: 0 18px 0 10px +} + +.video-info-footer .btn-base, +.video-info-footer .more, +.video-info-footer .search-tag a, +.search-tag .video-info-footer a, +.video-info-footer .module-tab-item, +.video-info-footer .module-blocklist a, +.module-blocklist .video-info-footer a, +.video-info-footer .library-item, +.video-info-footer .video-serial { + padding: 0 20px +} + +.video-info-footer .btn-base i, +.video-info-footer .more i, +.video-info-footer .search-tag a i, +.search-tag .video-info-footer a i, +.video-info-footer .module-tab-item i, +.video-info-footer .module-blocklist a i, +.module-blocklist .video-info-footer a i, +.video-info-footer .library-item i, +.video-info-footer .video-serial i { + vertical-align: 0 +} + +.video-info-footer .noplaylist i, +.video-info-footer .btn-aux i { + vertical-align: -1px +} + +#page { + padding-top: 10px +} + +.page-number { + border-radius: 50px; + min-width: 40px; + position: relative; + padding: 0; + margin: 0 2px +} + +.page-current:hover, +.page-current { + background: #ff2a14; + color: #fff +} + +.page-current { + font-weight: 700 +} + +.page-previous, +.page-next { + padding: 0 18px +} + +.map-box { + margin: 25px 0 +} + +.map-box::before, +.map-box::after { + box-shadow: none; + background: 0 0 +} + +.article main { + position: relative +} + +.article main::after { + content: ''; + position: absolute; + width: 100%; + height: 200px; + background: #eaedf1; + z-index: -3; + bottom: -100px +} + +.article .box { + margin-bottom: 100px; + padding-bottom: 100px +} + +.article-content { + padding: 0 260px 0 30px; + z-index: 2; + position: relative +} + +.article-content h2 { + font-size: 26px; + font-weight: 700; + margin: 25px 0; + position: relative +} + +.article-content h3 { + font-size: 20px; + font-weight: 700; + margin: 18px 0 +} + +.article-content h2::after { + content: ''; + position: absolute; + bottom: -10px; + width: 38px; + left: 1px; + height: 4px; + background: #ff2a14; + background: linear-gradient(90deg, #ff9800, #ff2a14)!important; + border-radius: 50px +} + +.article-content p { + font-size: 16px; + margin: 20px 0; + line-height: 1.88 +} + +.article-content hr { + height: 2px; + background: #e3e6eb; + border: none; + margin: 40px 0 +} + +.article-content a { + color: #ff2a14 +} + +.article-content b { + position: relative +} + +.article-content b::after { + content: ''; + position: absolute; + width: 100%; + height: 10px; + background: #ffd41e; + z-index: -3; + left: 0; + bottom: -3px +} + +.article-content em { + margin: 0 5px +} + +.article-content li { + font-size: 16px; + list-style: circle; + line-height: 1.88 +} + +.article-content i { + margin: 0 5px; + color: #8f8f8f +} + +.article-content img { + border-radius: 10px; + border: 1px solid rgba(0, 0, 0, .1) +} + +.article-content .article-imglist { + margin: 10px -5px 0 +} + +.article-imglist img { + margin: 5px +} + +.article-imglist .big-img { + margin-bottom: -15px +} + +.article-bg, +.article-bg01 { + background: url(../images/article.png) no-repeat; + position: absolute; + z-index: 1; + right: 0; + width: 100%; + height: 130px; + background-size: contain +} + +.article-bg { + background-position: right; + border-radius: 0 18px 0 0; + top: 0 +} + +.article-bg01 { + background-position: right -60px; + bottom: 0; + transform: rotate(180deg) +} + +.article-content .article-btn { + border-radius: 50px; + font-weight: 900; + color: #fff; + margin-right: 10px; + padding: 0 25px +} + +.article-btn i { + color: #fff; + font-size: 16px; + vertical-align: -2px; + margin: 0 5px 0 0 +} + +#friendlink { + padding: 15px 0 +} + +#friendlink h2 { + font-size: 14px; + font-weight: 700; + display: inline-block +} + +#friendlink a { + margin-right: 10px; + color: #8f8f8f +} + +.app-footer { + color: #c2c6d0; + font-size: 12px; + text-align: center; + padding: 0 0 30px +} + +.sitemap { + font-size: 12px; + float: right +} + +.sitemap .space-line-bold { + float: none; + display: inline-block; + width: 1px; + margin: 0 5px; + height: 8px +} + +@media(max-width:1789px) { + .content { + max-width: 1520px + } + .module-items { + margin-right: -18px + } + .module-item { + width: calc(14.285% - 18px); + margin: 0 18px 15px 0 + } + .module-line-list .module-item:nth-child(n+8), + .module-lines-list .module-item:nth-child(n+15) { + display: none + } +} + +@media(max-width:1549px) { + .content { + max-width: 1270px + } + .module-item { + width: calc(16.66% - 18px) + } + .module-blocklist a { + width: calc(8.33% - 10px) + } + .module-vod-list .module-blocklist a { + width: calc(16.66% - 10px) + } + .module-line-list .module-item:nth-child(n+7), + .module-lines-list .module-item:nth-child(n+13) { + display: none + } + .module-item-pic a { + padding-top: 45px + } + .module-item-cover:hover .module-item-pic a i { + transform: scale(.9) + } + .player-info .video-info-header { + max-width: 60% + } + .player-tips-main { + padding: 0 25% + } +} + +@media(max-width:1329px) { + .content { + max-width: 1180px + } + .module-item-pic a { + padding-top: 52px + } + .module-blocklist a { + width: calc(12.5% - 10px) + } + .module-vod-list .module-blocklist a { + width: calc(20% - 10px) + } + .module-item-style.video-tag a { + max-width: 46px; + margin: 0 4px 0 0 + } + .module-item-pic a { + padding-top: 40px + } + .module-item-cover:hover .module-item-pic a i { + transform: scale(.8) + } + .module-item-style.video-text { + -webkit-line-clamp: 2 + } + .player-info .video-info-header { + max-width: 55% + } + .player-tips-main { + padding: 0 30% + } +} + +@media(max-width:1239px) { + .content { + max-width: 100%; + padding: 0 50px + } + .block-box-content { + padding: 15px 10px + } + .nav-menu-item:nth-child(-n+8) { + display: none + } + .nav-menu-item:nth-child(9) { + display: block + } + .nav-menu-items .space-line-bold { + display: none + } + .module-item { + width: calc(20% - 18px) + } + .module-lines-list .module-item:nth-child(n+13) { + display: inline-block + } + .module-line-list .module-item:nth-child(n+6), + .module-lines-list .module-item:nth-child(n+16) { + display: none + } + .module-item-cover:hover { + box-shadow: none + } + .module-item-cover:hover .module-item-content { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0) + } + .module-item-cover:hover .module-item-pic a { + background: rgba(0, 0, 0, .08) + } + .module-item-pic a i { + display: none + } + .module-tag-link { + display: none!important + } + .module-item-titlebox { + margin-top: 7px + } + .module-item-caption { + padding: 8px; + height: 36px + } + .search .module-items { + margin: 0 + } + .search-stat h2 { + margin-top: 0 + } + .module-search-item { + width: 100%; + margin: 0 0 20px + } + .module-search-item .video-info-items { + max-width: inherit + } + .nfmsg .nfmsg-box { + margin: 0!important; + border-radius: 18px!important; + padding: 150px 20px + } + .pc { + display: none!important + } + .padpro { + display: inline-block + } + .module-search-item .video-cover { + width: 150px + } + .player-box { + margin: -20px -50px 0 + } + .player-box-side, + .player-info { + background: #fff; + padding: 20px 50px + } + .player-info { + margin: 0 -50px -20px + } + .player-box-side { + margin: 0 -50px -20px + } + .player-box-side .module-play-list { + margin-bottom: 0 + } + .player-box-side { + margin: 10px -50px -50px + } + .player-info .page-title { + font-size: 26px; + display: inline; + margin-right: 5px + } + .player-info .video-info-main { + padding: 10px 0 0 + } + .player-info .video-info-itemtitle { + display: none + } + .player-info .video-info-items:nth-child(-n+2) .video-info-item { + display: inline-block; + width: auto; + white-space: inherit; + overflow: inherit + } + .video-player-handle .handle-btn:hover em, + .video-player-handle .handle-btn em { + color: #fff + } + .player-info .video-info-header { + max-width: 72% + } + .article-content { + padding: 0 50px + } + .article-bg { + height: 80px + } + #footer { + text-align: center + } + .sitemap { + float: none + } +} + +@media(min-width:899px) { + .list-header .block-box-item:nth-child(n+10) { + display: none + } + .list-header .block-box-item:last-child { + display: inline-block + } + .video-player-handle .drop .drop-content { + padding: 30px + } + .video-player-handle .drop:hover .drop-content-box { + box-shadow: 0 10px 30px rgba(0, 0, 0, .3) + } + .player-info .page-title a { + position: relative; + z-index: 2; + margin-right: 8px + } + .player-info .page-title a::after { + content: ''; + position: absolute; + bottom: -2px; + left: 0; + height: 12px; + background: #ff2a14; + background: linear-gradient(90deg, #ff9800, #ff2a14)!important; + opacity: .1; + width: 100%; + border-radius: 18px; + z-index: -1 + } +} + +@media(max-width:899px) { + #friendlink { + display: none + } + .nav-menu-icon::after { + top: -10px + } + .grid-more-link::after { + border-radius: 15px + } + .page #header { + margin-bottom: 20px + } + .nfpage #header { + margin-bottom: 0 + } + .play #header { + margin-bottom: 0; + background: #000 + } + .play #header .search-input::placeholder { + color: #333 + } + .brand { + margin-right: 20px + } + .nav-search { + margin-right: 10px + } + .nav-search .search-input { + padding: 0 10px 0 15px + } + .nav { + height: 60px + } + .content { + padding: 0 30px + } + #search-content { + width: 80% + } + .search #search-content { + margin: 30px auto 20px + } + .drop:hover .shortcuts-mobile-overlay { + background-color: rgba(0, 0, 0, .1) + } + .module-bg { + background: linear-gradient(180deg, #fff, #f3f5f7); + margin: 0 -30px; + padding: 20px 30px 10px + } + .module-title { + font-weight: 500; + font-size: 20px; + line-height: 1.1 + } + .module-heading .more { + right: 3px; + top: -8px + } + .module-player-list { + padding: 20px 30px; + border-radius: 0; + margin: 15px -30px 20px + } + .module-items { + margin-right: -15px + } + .module-item { + width: calc(25% - 15px); + margin: 0 15px 20px 0 + } + .module-item-text { + font-size: 12px; + margin-top: 1px; + color: #aaadb5 + } + .module-item:last-child { + margin-right: 0!important + } + .module-line-list .module-item:nth-child(n+6) { + display: inline-block + } + .module-line-list .module-item:nth-child(n+9), + .module-lines-list .module-item:nth-child(n+13) { + display: none + } + .module-item-title { + font-weight: 400 + } + .module-blocklist { + margin-top: 0!important; + padding-bottom: 0!important + } + .module-player-tab .module-tab-item { + padding: 0 18px + } + .module-type { + padding-top: 20px + } + .module-vod-list .module-blocklist a { + width: calc(25% - 10px) + } + .player-tips-main { + padding: 0 20% + } + .scroll-box { + margin: 15px -30px 0; + padding: 0 30px 20px; + overflow-y: auto; + webkit-overflow-scrolling: touch + } + .scroll-content { + display: inline-flex + } + .scroll-content .module-item { + width: 21vw + } + .scroll-box::-webkit-scrollbar { + display: none + } + .scroll-content .module-item-go { + width: 25vw + } + .scroll-box-y::-webkit-scrollbar { + display: none + } + .pad { + display: block + } + .app-text { + display: block + } + .player-box { + margin: -15px -30px 0 + } + .player-info .video-info { + padding: 0 + } + .player-info .video-info-main { + padding: 15px 0 0 + } + .player-info .video-info-items { + display: inline-block + } + .player-box-side, + .player-info { + margin-left: -30px; + margin-right: -30px; + padding-left: 30px; + padding-right: 30px + } + .video-player-handle .drop .drop-content { + top: 70px; + margin: 0 -10px + } + .video-player-handle .drop:hover .handle-btn, + .video-player-handle .handle-btn:hover { + background: #fff; + z-index: 10; + position: relative + } + .video-player-handle .handle-btn { + border-radius: 10px + } + .video-player-handle .btn-block-o::after { + border-radius: 18px + } + .player-info .video-info-header { + max-width: 65% + } + .video-info-share { + margin-right: -20px + } + .block-box-bg { + width: 120px + } + .block-box-content:hover .title::after, + .block-box-item.selected .title::after { + width: 10px; + margin-left: -5px + } + .box { + margin: 10px -30px 50px; + padding: 30px 30px 20px; + border-radius: 0 0 18px 18px + } + .box.view-heading { + padding: 20px 20px 25px 25px + } + .list-more .page-heading { + padding-bottom: 20px + } + .list-header .block-box-item { + width: 14vw + } + .library-box { + margin: 10px 0 0; + padding: 10px 0 0 + } + .library-item { + padding: 0 15px + } + .library-box-first { + overflow: initial + } + .library-box-first::after { + height: 5px; + bottom: -12px + } + .library-box-first .library-item.selected::after { + height: 3px + } + .nfmsg { + padding: 50px + } + .nfpage .nfmsg-box { + margin-top: 0; + padding: 150px 20px + } + .btn-pc { + display: none!important + } + .module-row-shortcuts { + right: 10px + } + .module-row-title { + width: 80%; + margin-left: 33px + } + .module-row-title h4 { + font-size: 12px + } + .module-row-title p { + font-size: 10px + } + .module-row-shortcuts a, + .module-row-shortcuts a:hover { + padding: 7px 20px + } + .module-row-shortcuts a:last-child:hover::before { + margin: 0 + } + .module-row-text .icon-video-file { + top: 15px + } + .article-content { + padding: 0 15px + } + .article-content li, + .article-content p { + font-size: 14px + } + .article-content p img { + max-width: 45%!important + } + .article-content p img.big-img { + max-width: 92%!important + } + .article-bg { + height: 80px; + border-radius: 0 + } + .article main::after { + bottom: -70px + } + .article .box { + margin-bottom: 70px + } +} + +@media(min-width:559px) { + .player-info .video-info { + position: relative + } + .player-info .video-player-handle { + display: inline-block; + position: absolute; + right: 0; + top: 0 + } +} + +@media(min-width:559px) and (max-width:899px) { + .sort-list .scroll-content { + display: block; + margin: 0 -5px + } + .module-vod-list a { + width: calc(20% - 10px); + font-size: 12px + } +} + +@media(max-width:559px) { + .homepage #header { + margin-bottom: 30px + } + .view #header { + background: 0 0; + height: 130px; + margin: 0; + z-index: 2 + } + .view #header::after { + top: 0; + height: 130px; + background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.7) 100%); + z-index: -1 + } + .slogan { + font-size: 14px + } + #search-content { + width: auto + } + #search-content .search-box { + height: 50px + } + .content { + padding: 0 15px + } + .logo-s { + margin-left: -88px + } + .logo-s img { + width: 177px; + height: 50px + } + .logo-s { + bottom: 20px + } + .index-logo { + height: 100px + } + .popup { + width: 75%; + padding: 0 25px + } + .popup-icon, + .popup-icon img { + height: 170px + } + #report-popup .popup-main { + padding-bottom: 25px; + min-height: 281px + } + #report-popup .popup-header { + margin: -5px 0 + } + #report-popup .popup-icon { + height: 100px; + margin-top: -20px + } + #report-popup .popup-icon img { + height: 230px + } + .report-content { + margin-bottom: 10px + } + .open~.shortcuts-mobile-overlay { + background-color: rgba(0, 0, 0, .6) + } + .homepage .app-text { + margin-top: -20px + } + .play .app-text { + margin: -15px -15px 15px + } + .player-mobile-2 { + margin: 15px 0 -18px + } + .player-mobile-2 img { + border-radius: 10px; + width: 100% + } + .display { + display: none + } + .shortcuts-fixed { + display: block + } + .phone { + display: block + } + .brand { + margin-right: 10px + } + .logo { + width: 30px; + overflow: hidden + } + .search .logo { + width: 135px + } + .nav-search { + margin-right: 5px + } + .nav-search .search-box { + height: 40px + } + .search-tag i { + font-size: 14px; + vertical-align: -12% + } + .list-item { + position: relative + } + .list-item-link { + padding: 0!important + } + .list-item-link:hover { + background: 0 0!important + } + .list-item-title { + padding: 0 0 7px; + margin-bottom: 5px; + position: relative + } + .list-item-title:before { + content: " "; + position: absolute; + left: 0; + bottom: 0; + width: 100%; + height: 1px; + background-color: #e3e6eb; + transform: scaleY(.5) + } + .drop-history .drop-content-items { + padding: 15px 20px + } + .search-input { + font-size: 14px + } + .search-cupfox span { + display: none + } + .search-box .list-item-title { + margin: 0; + padding-bottom: 5px + } + .search-box .list-item-title:before { + height: 0 + } + .nav-search .search-btn { + padding: 0 15px 0 0 + } + .nav-search .search-btn i { + color: #fff; + font-size: 16px; + vertical-align: -1px + } + .nav-search .search-cupfox { + display: none + } + .mobile-open .search-box, + .mobile-open #search-content .search-box { + position: fixed; + top: 0; + padding-top: 10px; + left: 0; + right: 0; + bottom: 0; + width: 100%; + background: rgba(255, 255, 255, .9); + height: 100vh; + border-radius: 0; + z-index: 20; + backdrop-filter: saturate(100%) blur(15px); + -webkit-backdrop-filter: saturate(100%) blur(15px) + } + .mobile-open .search-box .search-btn, + .mobile-open .search-box .cancel-btn, + .mobile-open .search-box .search-input { + height: 40px; + background: rgba(0, 26, 58, .16) + } + .mobile-open .search-box .search-btn { + padding: 0 15px 0 5px + } + .mobile-open .search-box .search-btn i { + color: #ff2a14; + font-size: 16px + } + .mobile-open .search-cupfox { + display: inherit!important; + margin: 0!important; + border-radius: 0!important; + padding: 0 20px 0 5px + } + .mobile-open .search-cupfox::after { + right: -10px; + background: #aaadb5 + } + .mobile-open .search-cupfox .icon-cupfox { + width: 22px + } + .mobile-open .search-cupfox span { + display: inline-block; + font-size: 14px; + font-weight: 400 + } + .mobile-open .search-box .cancel-btn { + display: inline-block; + margin: 0 15px 0 0; + background: 0 0 + } + .mobile-open .search-box .search-input { + margin: 0 0 0 15px; + border-radius: 10px 0 0 10px + } + .mobile-open .search-box .search-btn { + margin: 0 10px 0 0; + border-radius: 0 10px 10px 0 + } + .mobile-open .search-drop { + top: 60px + } + .mobile-open .ac_bg, + .mobile-open .ac_hot, + .mobile-open .ac_items { + border-radius: 0; + box-shadow: none; + padding: 10px 15px 15px; + background: 0 0; + backdrop-filter: none; + -webkit-backdrop-filter: none + } + .mobile-open .nav-search .search-input:focus~.search-btn { + background: rgba(0, 26, 58, .16) + } + .mobile-open .nav-search .search-input:focus~.search-cupfox::after { + background: #aaadb5 + } + .mobile-open .ac_bg::before, + .mobile-open .ac_hot::before, + .mobile-open .ac_items::before { + height: 0; + border-bottom-width: 0 + } + .mobile-open .ac_bg::after, + .mobile-open .ac_hot::after, + .mobile-open .ac_items::after { + background: 0 0 + } + .mobile-open .ac_items li { + padding: 5px 15px!important; + border-bottom: 1px solid rgba(0, 26, 58, .03); + border-radius: 0 + } + .module-downlist .scroll-box-y { + max-height: 200px + } + .module { + margin: 0 -15px; + padding-left: 15px; + padding-right: 15px + } + .module-heading { + margin-bottom: 10px + } + .module-heading .more { + right: 0; + top: -2px; + line-height: 28px; + font-weight: 700 + } + .page-title { + font-size: 26px + } + .video-subtitle { + color: rgba(0, 0, 0, .51); + margin: -5px auto 0; + max-width: 90% + } + .module-tab { + white-space: normal + } + .module-tab-content { + text-align: inherit + } + .module-tab-items { + display: none + } + .module-tab-drop { + position: relative + } + .module-tab .module-tab-items { + position: fixed; + width: 100%; + padding: 15px; + min-height: 40vh; + max-height: 65vh; + border-radius: 18px 18px 0 0; + display: inline-block; + left: 0; + bottom: 0; + z-index: 5000; + background-color: #fff; + transition-duration: 300ms; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0) + } + .module-tab.module-tab-drop .module-tab-items { + transform: translateZ(0); + -webkit-transform: translateZ(0) + } + .module-tab-drop+.shortcuts-mobile-overlay { + top: 0; + background-color: rgba(0, 0, 0, .6); + pointer-events: auto + } + .module-tab-drop .module-tab-item { + width: calc(33.33% - 10px); + margin: 5px; + border-radius: 10px; + line-height: 40px; + font-size: 14px + } + .module-tab-title { + position: relative; + display: block; + text-align: center; + font-size: 18px; + font-weight: 700; + padding: 5px 5px 10px + } + .module-tab-name { + display: block; + font-size: 14px + } + .module-tab-name i { + font-size: 10px; + transform: scale(.88); + font-weight: 900; + margin: 0 0 0 5px; + vertical-align: 1px + } + .module-player-tab .module-tab-name { + border-radius: 10px 10px 0 0; + background: #eaedf1; + color: rgba(0, 0, 0, .68); + padding: 0 16px; + line-height: 45px; + margin: 0 0 -15px + } + .module-tab-drop .module-tab-item { + text-align: center; + color: rgba(0, 0, 0, .83) + } + .module-tab-drop .module-tab-item span { + display: inline-block; + width: calc(100% + 36px); + margin: 0 0 0 -18px + } + .module-tab-drop .module-tab-item.selected { + color: #ff2a14; + background: #fef0e5 + } + .module-tab-item.selected:after { + border: none + } + .close-drop { + position: absolute; + left: 5px; + top: 5px; + height: 30px; + width: 30px; + line-height: 28px; + border-radius: 50px + } + .close-drop:hover { + background: #eaedf1; + color: #ff2a14 + } + .close-drop i { + font-size: 12px; + transform: scale(.8); + font-weight: 700; + vertical-align: 0 + } + .module-title { + font-weight: 700; + font-size: 18px; + margin: 0; + line-height: 1.6 + } + .module-player-list { + padding: 15px; + margin: 10px -15px 20px + } + .module-items { + margin-right: -10px + } + .module-item { + width: calc(33.33% - 10px); + margin: 0 10px 12px 0 + } + .module-line-list .module-item:nth-child(n+7) { + display: none + } + .module-line-list .scroll-box .module-item:nth-child(n+7) { + display: inline-block + } + .scroll-content .module-item { + width: 27vw + } + .scroll-content .module-item-go { + width: 38vw + } + .scroll-content .module-item-go .module-item-title { + font-weight: 700 + } + .module-item-caption { + display: none + } + .scroll-box { + margin: 10px -15px 0!important; + padding: 0 15px!important + } + .module-blocklist { + margin-top: 0!important; + padding-bottom: 0!important + } + .module-blocklist a { + width: auto; + margin: 0 8px 0 0; + padding: 3px 20px; + color: rgba(0, 0, 0, .83) + } + .module-vod-list .module-blocklist a { + white-space: nowrap; + line-height: 2.1; + width: auto; + padding: 8px 20px + } + .video-info-aux .tag-link { + font-size: 12px + } + .video-info-aux .slash:nth-child(n+6), + .video-info-aux .tag-link a:nth-child(n+7) { + display: none + } + .module-item-pic img.lazyloading+.loading { + bottom: 17% + } + .module-item-go .module-item-pic img.lazyloading+.loading { + bottom: 10% + } + .sort-list .module-tab { + display: inline-block + } + .module-sorttab .module-tab-content { + max-height: 60vh; + overflow-y: auto; + margin: 0 -15px; + padding: 0 20px 60px + } + .module-sorttab .module-tab-items { + overflow: initial + } + .module-sorttab .module-blocklist { + max-height: 100% + } + .module-sorttab .module-blocklist a { + width: calc(25% - 8px); + margin: 4px; + padding: 2px 12px; + overflow: hidden; + background: #f3f5f7 + } + .module-sorttab .module-blocklist a:hover { + background: #eaedf1 + } + .module-vod-list .module-sorttab .module-blocklist a { + width: calc(50% - 8px); + line-height: 2.9 + } + .sort-list { + position: relative + } + .sort-list .module-tab { + margin: 0 auto; + height: auto; + overflow: inherit; + position: relative + } + .sort-list .module-tab-name { + position: absolute; + font-size: 14px; + padding: 0; + left: 50%; + bottom: -86px; + background: #eaedf1; + margin-left: -8px; + line-height: 35px; + width: 60px; + text-align: center; + border-radius: 0 0 15px 15px + } + .sort-list .module-tab-name i { + font-size: 14px; + color: rgba(0, 0, 0, .4); + font-weight: 700; + height: 10px; + padding: 1px 1px 0; + overflow: hidden; + margin: 0; + transform: scale(1) + } + .sort-list .sort-button { + position: absolute; + right: 5px; + top: 3px; + font-size: 14px; + font-weight: 400; + color: rgba(0, 0, 0, .68); + padding: 5px 0 + } + .sort-list .sort-button i { + margin-right: 3px; + color: #ff2a14; + vertical-align: -10% + } + .sort-list .sort-button:before, + .sort-list .sort-button:after { + transition: all .2s ease; + content: ''; + position: absolute; + width: 7px; + height: 20px; + background: rgba(255, 255, 255, .62); + backdrop-filter: saturate(0%); + -webkit-backdrop-filter: saturate(0%) + } + .sort-list .asc.sort-button:before { + left: 7px; + bottom: 23px + } + .sort-list .asc.sort-button:after { + left: 0; + top: 7px + } + .sort-list .desc.sort-button:before { + left: 7px; + bottom: 7px + } + .sort-list .desc.sort-button:after { + left: 0; + top: -12px + } + .box { + margin: 10px -15px -15px; + padding: 15px + } + .box::before { + bottom: -8px + } + .box::after { + bottom: -4px + } + .nfmsg { + padding: 15px + } + .nfpage .nfmsg-box { + margin-bottom: 35px; + padding: 80px 20px 100px + } + .nfmsg-left, + .nfmsg-right { + width: 90% + } + .nfmsg-title { + font-size: 18px + } + .nfmsg-content { + font-size: 12px + } + .list-header { + margin-bottom: 30px; + padding-bottom: 10px!important + } + .list-header .block-box-item { + width: auto; + min-width: 20vw; + flex: none; + padding: 0 15px; + height: 58px; + margin-right: 6px + } + .list-header .block-box-content { + padding: 12px 5px + } + .list-header .space-line-bold { + margin-left: 5px; + flex: none + } + .block-box-content .title { + font-size: 14px; + top: 3px + } + .block-box-bg { + font-size: 38px; + right: 0; + line-height: 30px; + width: 90px + } + .library .page-heading { + padding-bottom: 40px + } + .library-item { + padding: 0 10px!important + } + .library-box { + padding: 5px 15px 0!important; + margin: 5px -15px 0!important + } + .library-box-first .library-item { + font-size: 16px + } + .library-box-first::after { + bottom: -6px; + height: 3px + } + .library-box-first .library-item.selected::after { + bottom: -6px; + height: 2px + } + .library-list { + display: inline-flex + } + .library .library-box:last-child { + margin: 5px -15px 0; + padding-top: 15px!important + } + .library-stat { + font-size: 12px + } + .view .mobile-play { + display: block; + position: absolute; + margin: 0; + top: -130px; + left: 0; + width: 100vw; + border-radius: 0; + z-index: 1 + } + .view .mobile-play:before { + content: ''; + position: absolute; + z-index: 2; + height: 105%; + width: 100%; + background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%); + backdrop-filter: saturate(180%) blur(10px); + -webkit-backdrop-filter: saturate(130%) blur(10px) + } + .view .mobile-play:after { + content: ''; + position: absolute; + z-index: 2; + opacity: .1; + height: 100%; + width: 100%; + top: 0; + background-image: url(../images/frosted.png); + background-size: 30%; + filter: invert(100%) + } + .view .mobile-play .module-item-cover { + position: relative + } + .view .mobile-play .module-item-cover:after { + content: ''; + position: absolute; + z-index: 2; + opacity: .16; + height: 100%; + width: 100%; + top: 0; + background-image: url(../images/frosted.png); + background-size: 29% + } + .view .mobile-play .module-item-cover:before { + content: ''; + background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%); + width: 100%; + height: 50%; + position: absolute; + bottom: 0; + z-index: 5 + } + .view .video-info { + padding: 0; + position: relative; + z-index: 1 + } + .video-info-share { + display: none + } + .view .mobile-play .module-item-cover { + border-radius: 0; + padding-top: 150% + } + .view .video-cover { + width: 46vw; + margin: 0 auto; + position: relative; + z-index: 1; + border-radius: 10px; + box-sizing: content-box; + border: 2px solid rgba(255, 255, 255, .9); + float: none; + box-shadow: 0 25px 50px -30px rgba(0, 0, 0, .5); + -webkit-box-shadow: 0 25px 50px -25px rgba(0, 0, 0, .9) + } + .view .box.view-heading { + padding: 0 15px 20px; + margin: 0 -15px 40px + } + .view .video-info-header { + text-align: center; + height: auto; + padding: 30px 0 10px; + width: 100% + } + .view .video-info-header .page-title { + padding: 0 30px; + text-shadow: 1px 1px 0 #fff; + display: -webkit-box; + -webkit-box-orient: vertical; + overflow: hidden; + margin-bottom: 10px + } + .view .video-info-items { + padding: 5px 0 0 + } + .view .video-info-items:last-child { + padding-bottom: 10px + } + .view .video-info-play { + margin-top: 30px; + display: inline-block; + text-align: center; + z-index: 2 + } + .view .video-info-downbtn { + display: block; + margin: 15px 0 -10px; + color: #34a853 + } + .view .video-info-downbtn i { + vertical-align: -10%; + margin-right: 5px; + font-size: 12px + } + .video-player-handle { + padding-top: 15px; + height: 55px + } + .video-player-handle .handle-btn { + height: 40px; + width: 60px; + padding: 0 + } + .video-player-handle>.handle-btn { + margin: 0 8px 0 0 + } + .video-player-handle .handle-btn i { + font-size: 18px; + line-height: 40px + } + .video-player-handle-more { + float: right + } + .video-player-handle .handle-btn .block-name { + display: none + } + .video-player-handle .drop .drop-content { + top: 40px + } + .video-player-handle .handle-btn em { + border-radius: 20px 20px 20px 0; + top: -6px; + right: -12px + } + .video-player-handle .icon-next, + .video-player-handle .icon-download-bold { + line-height: 42px!important + } + .video-player-handle .drop .drop-content { + min-width: 330px + } + .video-player-handle .drop .drop-content-items { + padding: 20px + } + .handle-more-drop .block-name strong { + font-size: 14px + } + .video-player-handle .drop .handle-more-drop .drop-content-items { + padding: 5px 15px + } + .player-box { + margin: -15px -15px 0 + } + .player-box-side, + .player-info { + padding: 15px + } + .player-info { + margin: 0 -15px + } + .player-tips-main { + padding: 0 6%; + font-size: 12px + } + .player-tips-bg { + opacity: .38 + } + .player-box-side { + margin: 0 -15px -55px + } + .player-info .page-title { + font-size: 20px + } + .tips-box { + top: 0; + left: 0; + padding: 0 5px; + width: 100%; + border-radius: 0 + } + .tips-list { + height: 30px + } + .tips-list li { + height: 40px; + line-height: 30px + } + .close-btn { + right: 0; + top: 0 + } + .player-info .video-info-header { + max-width: 100% + } + .search #header::after { + height: 85px; + background-size: cover + } + .search #header { + margin-bottom: 0 + } + .search #search-content { + margin: 0 0 20px + } + .search-stat h1 { + font-size: 26px + } + .module-search-item .video-cover { + width: 80px; + margin: 0 12px 25px 0; + border-radius: 5px + } + .module-search-item .video-info-header h3 { + font-size: 16px; + white-space: inherit; + line-height: 1.4 + } + .module-search-item .video-info-items { + min-height: auto + } + .module-search-item .video-info-main { + padding: 5px 0 10px + } + .module-search-item { + margin: 0 0 15px; + padding: 12px 12px 15px + } + .module-search-item .tag-link { + line-height: 25px; + padding: 0 7px; + font-size: 12px; + border-radius: 5px + } + .module-search-item .video-info-aux .slash:nth-child(n+3), + .module-search-item .tag-link a:nth-child(n+3) { + display: none + } + .module-search-item .video-info-items { + padding: 0; + font-size: 12px + } + .module-search-item .video-info-itemtitle { + min-width: 37px + } + .module-search-item .video-info-items:last-child { + display: none + } + .module-search-item .module-item-pic img.lazyloading+.loading { + bottom: 11% + } + .video-serial { + margin: -15px -15px 0 5px; + line-height: 25px; + border-radius: 0 13px 0 10px; + padding: 0 8px; + font-size: 10px + } + .video-info-footer .btn-base, + .video-info-footer .more, + .video-info-footer .search-tag a, + .search-tag .video-info-footer a, + .video-info-footer .module-tab-item, + .video-info-footer .module-blocklist a, + .module-blocklist .video-info-footer a, + .video-info-footer .library-item, + .video-info-footer .video-serial { + line-height: 29px; + padding: 0 12px 0 14px + } + .video-info-footer .btn-base i, + .video-info-footer .more i, + .video-info-footer .search-tag a i, + .search-tag .video-info-footer a i, + .video-info-footer .module-tab-item i, + .video-info-footer .module-blocklist a i, + .module-blocklist .video-info-footer a i, + .video-info-footer .library-item i, + .video-info-footer .video-serial i { + font-size: 10px + } + .video-info-footer .noplaylist i { + font-size: 12px + } + .video-info-footer .btn-aux i { + font-size: 11px; + margin-right: 1px + } + .article-content { + padding: 0 10px 0 18px + } + .article-content h2 { + font-size: 18px + } + .article-content h3 { + font-size: 16px + } + .article-content img { + border-radius: 5px + } + .article-content .article-btn { + padding: 0; + width: calc(50% - 10px); + text-align: center + } + .article-content .article-btn:last-child { + margin-right: 0 + } + .page-number { + min-width: 35px; + line-height: 35px; + font-size: 12px + } + #friendlink { + padding: 10px 0 + } + #friendlink h2, + #friendlink a { + font-size: 12px + } + .sitemap, + #footer { + font-size: 10px + } +} +.slash:last-child { + display: none; +} +.red{ + color: red; +} +.wh18{ + width: 18px; + height: 18px; +} +.report-input, .report-verify { + padding: 0; + width: 45%; + min-height: auto; + height: 30px; + line-height: 30px; + float: left; + text-align: center; + border-radius: 10px; + margin: 0; +} +.report-verify { + float: right; +} +.verify-box { + overflow: hidden; + margin-bottom: 15px; +} + +.fixed_right_bar { + position: fixed; + bottom: 50px; + right: 10px; + z-index: 99999; + color: #fff; + padding: 16px 0; + width: 40px; + opacity: .98; + text-align: center; + background: #fff; + border-radius: 20px; + box-shadow: 0 0 12px 0 rgba(0,0,0,.15); +} +.fixed_right_bar div{ + margin: 10px auto 0; +} + +.fixed_right_bar div img{ + width:24px; +} +.icon_service { + height: 20px; + width: 20px; +} + +.icon_svg_help { + height: 18px; + width: 18px; +} +.ant-back-top{display:none;} +.fixed_right_bar .ant-back-top { + position: relative; + bottom: 0; + right: 0; + height: 20px; + width: 30px; + line-height: 10px; + margin: 10px auto 0; + cursor: pointer; +} + + + + +@media(max-width:767px){ + .video-info-aux{ + overflow: auto; + } +} + + + + +@media screen and (min-width: 750px) { + .txt-info { + position: absolute; + bottom: 50px; + left: 100px; + display: flex; + flex-direction: column; + color: #fff; + } + + .txt-info .name { + font-size: 24px; + color: #fff; + font-weight: 700; + } + + .txt-info .info { + display: block; + + font-size: 14px; + opacity: .8; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + .swiper-pagination-bullets { + left: 45% !important; + top: 83%!important; + } +} + +@media screen and (max-width: 750px) { + + .swiper-button-next, + .swiper-button-prev { + display:none!important; + + } + + .txt-info { + position: absolute; + bottom: 10px; + left: 10px; + display: flex; + flex-direction: column; + color: #fff; + } + + + .txt-info .name { + font-size: 16px; + color: #fff; + font-weight: 700; + } + + .txt-info .info { + font-size: 12px; + display: block; + opacity: .8; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + .swiper-pagination-bullets { + left: 38% !important; + top: 83%!important; + } +} + + + + .swiper-pagination-bullet { + width: 4px !important; + height: 4px !important; + } + + .swiper-pagination-bullet-active { + width: 10px !important; + border-radius: 20px !important; + } + + .swiper-container { + /* 设置Swiper风格 */ + --swiper-navigation-color: #fff; + /* 单独设置按钮颜色 */ + --swiper-navigation-size: 20px; + /* 设置按钮大小 */ + } + .swiper-button-next.swiper-button-disabled, + .swiper-button-prev.swiper-button-disabled { + opacity: 0; + } + .swiper-button-next:hover, + .swiper-button-prev:hover { + background-color: #000!important; + + border-radius: 50%!important; + + } + .swiper-button-next, + .swiper-button-prev { + width: 50px!important; + height: 50px!important; + + } + + .txt-info .gate span { + background-color: rgba(0,0,0,.5); + display: inline-block; + margin-bottom: 5px; + padding: 0 4px; + border-radius: 2px; + text-shadow: none; + font-size: 12px; + line-height: 18px; + opacity: .65; + + } + .layui-layer-msg{ + background-color: rgba(7, 7, 10, .92)!important; + border-radius: 10px!important;} + .mxonenotice { position: absolute;top: 50%;left: 0; width: 100%;margin-top: -65px;} + .mxonenotice h3,.mxonenotice h5{color: #fff;font-size: 16px;} + .mb20 {margin-bottom: 20px;}.text-center {text-align: center;} + .btn-blue{background-color: #4fb1f7;background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%);} + .btnmxone{display: inline-block; padding: 8px 30px;font-size: 12px; color: #fff;border-radius:5px; margin: 0 10px;} + .btn-yellows{background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%);} + .btnmxone:hover{color:#fff;} diff --git a/htdocs/template/default/static/css/swiper-bundle.min.css b/htdocs/template/default/static/css/swiper-bundle.min.css new file mode 100644 index 0000000..ec8b096 --- /dev/null +++ b/htdocs/template/default/static/css/swiper-bundle.min.css @@ -0,0 +1 @@ +@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden} \ No newline at end of file diff --git a/htdocs/template/default/static/css/user.css b/htdocs/template/default/static/css/user.css new file mode 100644 index 0000000..4e41930 --- /dev/null +++ b/htdocs/template/default/static/css/user.css @@ -0,0 +1,223 @@ +.gbook-form li{ margin-bottom: 15px;} +.gbook-form li:last-child{ margin-bottom: 0;} +.mac_verify_img { + vertical-align: middle; + height: 30px; +} +.text-red{ color: red;} +.text-muted{ color: #999999;} +.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #EEEEEE;} +.form-control.colorfff{ background-color: #FFFFFF;} +.btn,.btn:hover,.btn .icon{ color: #333333;} +.btn{ border: 1px solid #EEEEEE;} +.btn-default{ background-color: #f5f5f5; color: #333333;} +.btn-default:hover{ background-color: #f0eeee;} +.btn-primary{ background-color: #25252b; border: 1px solid #25252b; color: #FFFFFF;} +.btn-primary .icon{ color: #FFFFFF;} +.btn-primary:hover{ background-color: #ff2a14; border: 1px solid #ff2a14; color: #FFFFFF;} +.split-line{ background-color: #EEEEEE;} +.top-line:before{ border-top: 1px solid #EEEEEE;} +.bottom-line:after{ border-bottom: 1px solid #EEEEEE;} +.top-line-dot:before{ border-top: 1px dotted #EEEEEE;} +.bottom-line-dot:before{ border-bottom: 1px dotted #EEEEEE;} +p{margin:0 0 10px;} +.container:before,.container:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;} +.col-pd,.col-lg-1,.col-lg-10,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding:10px}.col-xs-1,.col-xs-10,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-wide-1,.col-xs-wide-10,.col-xs-wide-15,.col-xs-wide-2,.col-xs-wide-25,.col-xs-wide-3,.col-xs-wide-35,.col-xs-wide-4,.col-xs-wide-45,.col-xs-wide-5,.col-xs-wide-55,.col-xs-wide-6,.col-xs-wide-65,.col-xs-wide-7,.col-xs-wide-75,.col-xs-wide-8,.col-xs-wide-85,.col-xs-wide-9,.col-xs-wide-95{float:left}.col-xs-10{width:10%}.col-xs-9{width:11.1111111%}.col-xs-8{width:12.5%}.col-xs-7{width:14.2857143%}.col-xs-6{width:16.6666667%}.col-xs-5{width:20%}.col-xs-4{width:25%}.col-xs-3{width:33.3333333%}.col-xs-2{width:50%}.col-xs-1{width:100%}.col-xs-wide-10{width:10%}.col-xs-wide-9{width:90%}.col-xs-wide-8{width:80%}.col-xs-wide-7{width:70%}.col-xs-wide-6{width:60%}.col-xs-wide-5{width:50%}.col-xs-wide-4{width:40%}.col-xs-wide-3{width:30%}.col-xs-wide-2{width:20%}.col-xs-wide-15{width:15%}.col-xs-wide-95{width:95%}.col-xs-wide-85{width:85%}.col-xs-wide-75{width:75%}.col-xs-wide-65{width:65%}.col-xs-wide-55{width:55%}.col-xs-wide-45{width:45%}.col-xs-wide-35{width:35%}.col-xs-wide-25{width:25%} +@media (min-width: 768px){ +.col-sm-1,.col-sm-10,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-wide-1,.col-sm-wide-10,.col-sm-wide-15,.col-sm-wide-2,.col-sm-wide-25,.col-sm-wide-3,.col-sm-wide-35,.col-sm-wide-4,.col-sm-wide-45,.col-sm-wide-5,.col-sm-wide-55,.col-sm-wide-6,.col-sm-wide-65,.col-sm-wide-7,.col-sm-wide-75,.col-sm-wide-8,.col-sm-wide-85,.col-sm-wide-9,.col-sm-wide-95{float:left}.col-sm-10{width:10%}.col-sm-9{width:11.1111111%}.col-sm-8{width:12.5%}.col-sm-7{width:14.2857143%}.col-sm-6{width:16.6666667%}.col-sm-5{width:20%}.col-sm-4{width:25%}.col-sm-3{width:33.3333333%}.col-sm-2{width:50%}.col-sm-1{width:100%}.col-sm-wide-10{width:10%}.col-sm-wide-9{width:90%}.col-sm-wide-8{width:80%}.col-sm-wide-7{width:70%}.col-sm-wide-6{width:60%}.col-sm-wide-5{width:50%}.col-sm-wide-4{width:40%}.col-sm-wide-3{width:30%}.col-sm-wide-2{width:20%}.col-sm-wide-15{width:15%}.col-sm-wide-95{width:95%}.col-sm-wide-85{width:85%}.col-sm-wide-75{width:75%}.col-sm-wide-65{width:65%}.col-sm-wide-55{width:55%}.col-sm-wide-45{width:45%}.col-sm-wide-35{width:35%}.col-sm-wide-25{width:25%}} +@media (min-width: 992px){ +.col-md-1,.col-md-10,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-wide-1,.col-md-wide-10,.col-md-wide-15,.col-md-wide-2,.col-md-wide-25,.col-md-wide-3,.col-md-wide-35,.col-md-wide-4,.col-md-wide-45,.col-md-wide-5,.col-md-wide-55,.col-md-wide-6,.col-md-wide-65,.col-md-wide-7,.col-md-wide-75,.col-md-wide-8,.col-md-wide-85,.col-md-wide-9,.col-md-wide-95{float:left}.col-md-10{width:10%}.col-md-9{width:11.1111111%}.col-md-8{width:12.5%}.col-md-7{width:14.2857143%}.col-md-6{width:16.6666667%}.col-md-5{width:20%}.col-md-4{width:25%}.col-md-3{width:33.3333333%}.col-md-2{width:50%}.col-md-1{width:100%}.col-md-wide-10{width:10%}.col-md-wide-9{width:90%}.col-md-wide-8{width:80%}.col-md-wide-7{width:70%}.col-md-wide-6{width:60%}.col-md-wide-5{width:50%}.col-md-wide-4{width:40%}.col-md-wide-3{width:30%}.col-md-wide-2{width:20%}.col-md-wide-15{width:15%}.col-md-wide-95{width:95%}.col-md-wide-85{width:85%}.col-md-wide-75{width:75%}.col-md-wide-65{width:65%}.col-md-wide-55{width:55%}.col-md-wide-45{width:45%}.col-md-wide-35{width:35%}.col-md-wide-25{width:25%}} +@media (min-width: 1200px){ +.col-lg-1,.col-lg-10,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-wide-1,.col-lg-wide-10,.col-lg-wide-15,.col-lg-wide-2,.col-lg-wide-25,.col-lg-wide-3,.col-lg-wide-35,.col-lg-wide-4,.col-lg-wide-45,.col-lg-wide-5,.col-lg-wide-55,.col-lg-wide-6,.col-lg-wide-65,.col-lg-wide-7,.col-lg-wide-75,.col-lg-wide-8,.col-lg-wide-85,.col-lg-wide-9,.col-lg-wide-95{float:left}.col-lg-10{width:10%}.col-lg-9{width:11.1111111%}.col-lg-8{width:12.5%}.col-lg-7{width:14.2857143%}.col-lg-6{width:16.6666667%}.col-lg-5{width:20%}.col-lg-4{width:25%}.col-lg-3{width:33.3333333%}.col-lg-2{width:50%}.col-lg-1{width:100%}.col-lg-wide-10{width:10%}.col-lg-wide-9{width:90%}.col-lg-wide-8{width:80%}.col-lg-wide-7{width:70%}.col-lg-wide-6{width:60%}.col-lg-wide-5{width:50%}.col-lg-wide-4{width:40%}.col-lg-wide-3{width:30%}.col-lg-wide-2{width:20%}.col-lg-wide-15{width:15%}.col-lg-wide-95{width:95%}.col-lg-wide-85{width:85%}.col-lg-wide-75{width:75%}.col-lg-wide-65{width:65%}.col-lg-wide-55{width:55%}.col-lg-wide-45{width:45%}.col-lg-wide-35{width:35%}.col-lg-wide-25{width:25%}} +@media (max-width: 767px){[class*=col-]{padding:5px}} +h1{ font-size:22px; line-height: 28px;} +h2{ font-size:20px; line-height: 26px;} +h3{ font-size:18px; line-height: 24px;} +h4{ font-size:16px; line-height: 22px;} +h5{ font-size:14px; line-height: 20px;} +h6{ font-size:12px; line-height: 18px;} +h1,h2,h3,h4,h5,h6{ font-weight: 400; margin-top:10px; margin-bottom:10px} +.font-16{ font-size: 16px;} +.font-14{ font-size: 14px;} +.font-12{ font-size: 12px;} +.text-center{ text-align: center;} +.text-left{ text-align: left;} +.text-right{ text-align: right;} +.text-overflow{ width:100%; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;} +.text-over{word-wrap: break-word;} +input,textarea{outline: medium none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} +input.form-control,input.btn{ outline:0px; -webkit-appearance: none;} +input[type="checkbox"]{ vertical-align: -2px;} +.form-control{display:block; width:100%; height:30px; padding: 10px; font-size:12px; line-height: 25px; border-radius:4px; transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;} +textarea.form-control{ height: auto;} +.input-list{ margin-bottom: 20px;} +.input-list li{ padding: 10px 20px;} +.input-list li input.form-control{ height: 40px;} +.split-line{display: inline-block; margin-left: 12px; margin-right: 12px; width: 1px; height: 14px; vertical-align: -2px;} +.top-line,.top-line-dot,.bottom-line,.bottom-line-dot{ position: relative;} +.top-line:before,.top-line-dot:before{content: " "; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 1px;} +.bottom-line:after,.bottom-line-dot:before{content: " "; position: absolute; left: 0; bottom: 0; right: 0; width: 100%; height: 1px;} +.btn{display: inline-block; padding: 6px 30px; font-size: 12px; border-radius: 4px;} +.btn .icon{ font-size: 12px;} +.btn-min{ padding: 4px 15px;} +.btn-lg{ padding: 12px 30px;} +.btn-block{ display: block; width: 100%; text-align: center;} +.btn.disabled{cursor: not-allowed;} +.dymr-box{padding: 10px 10px 0px 10px;} +.dymr-box.active{ padding: 0; margin: -10px;} +.dymr_hd{ padding: 10px;} +.dymr__head{ position: relative; height: 30px;} +.dymr__head.active{height: 40px;} +.dymr__head .title{float: left; margin:0; padding-right: 10px; line-height: 24px;} +.pull-left{ float: left !important;} +.pull-right{ float: right !important;} +@media (max-width: 767px){ + /* text */ + h1{ font-size:20px; line-height: 24px;} + h2{ font-size:18px; line-height: 22px;} + h3{ font-size:16px; line-height: 20px;} + h4{ font-size:14px; line-height: 18px;} + h5{ font-size:12px; line-height: 16px;} + h6{ font-size:10px; line-height: 14px;} + .btn{padding: 6px 20px;} + .btn-min{ padding: 3px 8px;} + .btn-lg{ padding: 12px 24px;} + .dymr{ margin-bottom: 10px;} + .dymr-box{ padding:10px 5px;} + .dymr-box.active{ margin:5px;} + .dymr_hd{ padding:0 5px 10px;} + .dymr__head{ height: 20px;} +} +.mxone-user__name{ position: relative; min-height: 90px; padding: 15px 20px 15px 80px;} +.mxone-user__name .face{ position: absolute; top: 8px; left: 5px; border-radius: 50%;} +.mxone-user__name h3{ margin: 0; font-size: 15px;} +.mxone-user__name .more{ margin-top: 15px;} +.mxone-user__data li{ padding: 10px 15px; font-size: 14px; color: red;} +.mxone-user__head li a{ display: block; padding: 15px;} +.mxone-user__form p{ margin: 0; padding: 15px 0;} +.mxone-user__form .xiang{ display: inline-block; width: 120px; padding-right: 15px; text-align: right; color: #999;} +.mxone-user__form input.form-control{ display: inline-block; width: 200px; margin-right: 10px;} +.mxone_login__form{ width: 350px; margin: 50px auto;} +.mxone_login__form.active{ width: 500px;} +.mxone_login__form .head{ padding: 20px; text-align: center;} +.mxone_login__form .head h4{ font-size: 14px;} +.mxone_login__form .another{ padding: 20px 10px 10px; text-align: center;} +.mxone_login__form .another a{ display: inline-block; margin: 5px; width: 25px; height: 25px; text-align: center; line-height: 20px; border-radius: 50px;} +.mxone-user__msg{ position: relative; padding: 20px;} +.mxone-user__msg p{ margin: 0; padding: 10px 0; line-height: 20px;} +.mxone-user__msg p:first-child{ padding-bottom: 0;} +.mxone-user__msg p a{ display: inline-block; margin-right: 10px;} +@media (max-width: 767px){ + .mxone-user__name h3{ margin: 3px 0 5px; font-size: 15px;} + .mxone-user__head li a,.mxone-vodlist__text li a{ font-size: 14px;} + .mxone_login__form,.mxone_login__form.active{ width: 100%; margin: 0; padding: 0;} + .mxone-user__form p{ padding: 10px; font-size: 14px;} + .mxone-user__form .xiang{ display: none;} + .mxone-user__form .xiang.active{ display: inline-block; width: auto; text-align: left;} + .mxone-user__form input.form-control{ width: 100%; height: 40px;} + .mxone-user__form p .btn{ width: 120px;} + .mxone-user__form .btn_unbind{ display: inline-block; margin-top: 5px;} +} +@media (min-width:768px){ + .container{width:750px} +} +@media (min-width:992px){ + .container{width:920px} +} +@media (min-width:1200px){ + .container{width:1170px} +} +@media (min-width:1400px){ + .container{width:1380px} +} +.row { + position: relative; + margin-right: -15px; + margin-left: -15px; +} +.container {position: relative; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;} +.row{position: relative; margin-right: -15px; margin-left: -15px;} +/* nav */ +.navuser{ height: 30px;} +.navuser > li{ float: left;} +.nav-head > li{ margin-top: 5px; margin-right: 30px;} +.nav-head > li > a{ padding-bottom: 12px; font-size: 16px;} +.nav-tabs > li{margin-left: 30px;} +.nav-tabs > li > a{display: inline-block; padding: 8px 0 10px;} +.mxone-pannel{position: relative; margin-bottom: 20px;} +.mxone-pannel.mxone-pannel-x{ margin: -10px -10px 10px;} +.mxone-pannel-bg{border-radius: 2px;} +.mxone-pannel-box{ padding: 10px;} +.mxone-pannel-box.active{ padding: 0; margin: -10px;} +.mxone-pannel_hd{ padding: 10px;} +.mxone-pannel_ft{ margin-top: 10px; padding: 10px 10px 0; text-align: center;} +.mxone-pannel__head{ position: relative; height: 30px;} +.mxone-pannel__head.active{height: 40px;} +.mxone-pannel__head .title{float: left; margin:0; padding-right: 10px; line-height: 24px;} +.mxone-pannel__head .title img{ display: inline-block; width: 24px; height: 24px; margin-right: 10px; vertical-align: -5px;} +.mxone-pannel__head .more{ line-height: 30px;} +@media (min-width: 1200px){ + .visible-lg { display: block !important;} + .hidden-lg {display: none !important;} +} +@media (max-width: 1199px) and (min-width: 992px){ + .visible-md { display: block !important;} + .hidden-md {display: none!important;} +} +@media (max-width: 991px) and (min-width: 768px){ + .visible-sm{ display: block !important;} + .hidden-sm {display: none !important;} +} +@media (max-width: 767px){ + .visible-xs { display: block !important;} + .hidden-xs {display: none!important;} + .navuser{ height: 20px;} + .nav-head > li{ margin-top: 2px; margin-right: 20px;} + .nav-head > li > a{ padding-bottom: 10px; font-size: 14px;} + .nav-tabs > li{ margin-left: 20px;} + .nav-tabs > li > a{padding: 6px 0 6px;} + .split-line{ height: 12px; margin-left: 5px; margin-right: 5px;} + .top-line:before,.top-line-dot:before{-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);} + .bottom-line:after,.bottom-line-dot:before{ -webkit-transform-origin: 0 100%;transform-origin: 0 100%; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);} + .mxone-pannel{ margin-bottom: 10px;} + .mxone-pannel.mxone-pannel-x{ margin: 0 0 5px;} + .mxone-pannel-bg{border-radius: 0;} + .mxone-pannel-box{ padding:10px 5px;} + .mxone-pannel-box.active{ margin:5px;} + .mxone-pannel_hd{ padding:0 5px 10px;} + .mxone-pannel__head{ height: 20px;} + .mxone-pannel__head.active{height: 30px;} + .mxone-pannel__head .title,.mxone-pannel__head .title a{font-size: 16px;} + .mxone-pannel__head .title img{ width: 18px; height: 18px; margin-right: 5px; vertical-align: -3px;} + .mxone-pannel__head .more{ line-height: 20px;} +} +@media (max-width: 374px){ + .visible-mi{ display: block !important;} + .hidden-mi{display: none !important;} + .mxone-vodlist__media li .thumb .v-thumb{ width: 90px;} + .mxone-vodlist__media li .thumb .w-thumb{ width: 100px;} + .mxone-vodlist__media li .thumb .f-thumb{ width: 50px;} +} +.nav-head > li.active > a, .nav-tabs > li.active > a { + border-bottom: 2px solid #25252b; + color: #25252b; +} +.mxone-vodlist__text li a{ display: block; padding: 10px 15px 10px 0;} +.mxone-vodlist__text.active li a{ padding: 10px 0 10px;} +.mxone-vodlist__text.active li:first-child a{ padding-top: 0;} +.mxone-vodlist__text.striped li{ padding: 10px 0 10px;} +.mxone-vodlist__text.striped li a{ display: inline-block; padding: 0;} +.mxone-vodlist__text.striped .striped-head{ padding: 10px; border-radius: 5px;} +.mxone-vodlist__text.to-color li{ padding: 10px; border-radius: 5px;} +.mxone-vodlist__text.to-color li a{ padding: 0;} +.mxone-vodlist__text.downlist{ padding-top: 0;} +.mxone-vodlist__text.downlist li{ padding: 10px 0;} +.mxone-vodlist__text.downlist li .text{ line-height: 30px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;} +.mxone-vodlist__text.downlist li a{ display: inline-block; padding: 0;} +.mxone-vodlist__text.downlist li a.btn{ padding: 4px 12px; margin-left: 10px;} +.mxone-vodlist__text.striped .striped-head, .mxone-vodlist__text.to-color li:nth-of-type(odd) { + background-color: #f5f5f5; +} + + + diff --git a/htdocs/template/default/static/font/dianyingim.eot b/htdocs/template/default/static/font/dianyingim.eot new file mode 100644 index 0000000..356dcc0 Binary files /dev/null and b/htdocs/template/default/static/font/dianyingim.eot differ diff --git a/htdocs/template/default/static/font/dianyingim.svg b/htdocs/template/default/static/font/dianyingim.svg new file mode 100644 index 0000000..f93943b --- /dev/null +++ b/htdocs/template/default/static/font/dianyingim.svg @@ -0,0 +1,45 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/htdocs/template/default/static/font/dianyingim.ttf b/htdocs/template/default/static/font/dianyingim.ttf new file mode 100644 index 0000000..55c051a Binary files /dev/null and b/htdocs/template/default/static/font/dianyingim.ttf differ diff --git a/htdocs/template/default/static/font/dianyingim.woff b/htdocs/template/default/static/font/dianyingim.woff new file mode 100644 index 0000000..78485db Binary files /dev/null and b/htdocs/template/default/static/font/dianyingim.woff differ diff --git a/htdocs/template/default/static/images/article.png b/htdocs/template/default/static/images/article.png new file mode 100644 index 0000000..350af1c Binary files /dev/null and b/htdocs/template/default/static/images/article.png differ diff --git a/htdocs/template/default/static/images/back.png b/htdocs/template/default/static/images/back.png new file mode 100644 index 0000000..4d17145 Binary files /dev/null and b/htdocs/template/default/static/images/back.png differ diff --git a/htdocs/template/default/static/images/backhome.svg b/htdocs/template/default/static/images/backhome.svg new file mode 100644 index 0000000..e53c3a9 --- /dev/null +++ b/htdocs/template/default/static/images/backhome.svg @@ -0,0 +1,55 @@ + + + + backhome + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/htdocs/template/default/static/images/clothes.png b/htdocs/template/default/static/images/clothes.png new file mode 100644 index 0000000..51c2fdc Binary files /dev/null and b/htdocs/template/default/static/images/clothes.png differ diff --git a/htdocs/template/default/static/images/frosted.png b/htdocs/template/default/static/images/frosted.png new file mode 100644 index 0000000..1aac2ba Binary files /dev/null and b/htdocs/template/default/static/images/frosted.png differ diff --git a/htdocs/template/default/static/images/help.png b/htdocs/template/default/static/images/help.png new file mode 100644 index 0000000..6336111 Binary files /dev/null and b/htdocs/template/default/static/images/help.png differ diff --git a/htdocs/template/default/static/images/icon.png b/htdocs/template/default/static/images/icon.png new file mode 100644 index 0000000..4ee2f56 Binary files /dev/null and b/htdocs/template/default/static/images/icon.png differ diff --git a/htdocs/template/default/static/images/icon_top.png b/htdocs/template/default/static/images/icon_top.png new file mode 100644 index 0000000..769cab4 Binary files /dev/null and b/htdocs/template/default/static/images/icon_top.png differ diff --git a/htdocs/template/default/static/images/index-logo.png b/htdocs/template/default/static/images/index-logo.png new file mode 100644 index 0000000..0e6e4b9 Binary files /dev/null and b/htdocs/template/default/static/images/index-logo.png differ diff --git a/htdocs/template/default/static/images/language.png b/htdocs/template/default/static/images/language.png new file mode 100644 index 0000000..0386515 Binary files /dev/null and b/htdocs/template/default/static/images/language.png differ diff --git a/htdocs/template/default/static/images/load.svg b/htdocs/template/default/static/images/load.svg new file mode 100644 index 0000000..bae642d --- /dev/null +++ b/htdocs/template/default/static/images/load.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/htdocs/template/default/static/images/loading.png b/htdocs/template/default/static/images/loading.png new file mode 100644 index 0000000..6854247 Binary files /dev/null and b/htdocs/template/default/static/images/loading.png differ diff --git a/htdocs/template/default/static/images/logo.png b/htdocs/template/default/static/images/logo.png new file mode 100644 index 0000000..e539408 Binary files /dev/null and b/htdocs/template/default/static/images/logo.png differ diff --git a/htdocs/template/default/static/images/notfound.svg b/htdocs/template/default/static/images/notfound.svg new file mode 100644 index 0000000..a3b368f --- /dev/null +++ b/htdocs/template/default/static/images/notfound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/htdocs/template/default/static/images/qq.png b/htdocs/template/default/static/images/qq.png new file mode 100644 index 0000000..9ec4c2e Binary files /dev/null and b/htdocs/template/default/static/images/qq.png differ diff --git a/htdocs/template/default/static/images/report.svg b/htdocs/template/default/static/images/report.svg new file mode 100644 index 0000000..1a68e56 --- /dev/null +++ b/htdocs/template/default/static/images/report.svg @@ -0,0 +1,60 @@ + + + + 挂机 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/htdocs/template/default/static/images/screenshot/and-kuake.jpg b/htdocs/template/default/static/images/screenshot/and-kuake.jpg new file mode 100644 index 0000000..51d0a5e Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/and-kuake.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/and-qq.jpg b/htdocs/template/default/static/images/screenshot/and-qq.jpg new file mode 100644 index 0000000..cc598ae Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/and-qq.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/and-uc.jpg b/htdocs/template/default/static/images/screenshot/and-uc.jpg new file mode 100644 index 0000000..8558930 Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/and-uc.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/index.jpg b/htdocs/template/default/static/images/screenshot/index.jpg new file mode 100644 index 0000000..efdd21f Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/index.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/ios-kuake.jpg b/htdocs/template/default/static/images/screenshot/ios-kuake.jpg new file mode 100644 index 0000000..24c9713 Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/ios-kuake.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/ios-qq.jpg b/htdocs/template/default/static/images/screenshot/ios-qq.jpg new file mode 100644 index 0000000..e7c6192 Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/ios-qq.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/ios-safari.jpg b/htdocs/template/default/static/images/screenshot/ios-safari.jpg new file mode 100644 index 0000000..22cb1ba Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/ios-safari.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/mobile1.jpg b/htdocs/template/default/static/images/screenshot/mobile1.jpg new file mode 100644 index 0000000..6a5f87f Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/mobile1.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/mobile2.jpg b/htdocs/template/default/static/images/screenshot/mobile2.jpg new file mode 100644 index 0000000..65ad8ec Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/mobile2.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/mobile3.jpg b/htdocs/template/default/static/images/screenshot/mobile3.jpg new file mode 100644 index 0000000..fbf4b16 Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/mobile3.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/mobile4.jpg b/htdocs/template/default/static/images/screenshot/mobile4.jpg new file mode 100644 index 0000000..252ef8f Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/mobile4.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/mobile5.jpg b/htdocs/template/default/static/images/screenshot/mobile5.jpg new file mode 100644 index 0000000..ab1a461 Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/mobile5.jpg differ diff --git a/htdocs/template/default/static/images/screenshot/play.jpg b/htdocs/template/default/static/images/screenshot/play.jpg new file mode 100644 index 0000000..de1bd03 Binary files /dev/null and b/htdocs/template/default/static/images/screenshot/play.jpg differ diff --git a/htdocs/template/default/static/images/search-bg.jpg b/htdocs/template/default/static/images/search-bg.jpg new file mode 100644 index 0000000..8a7ac2c Binary files /dev/null and b/htdocs/template/default/static/images/search-bg.jpg differ diff --git a/htdocs/template/default/static/images/searchbg.jpg b/htdocs/template/default/static/images/searchbg.jpg new file mode 100644 index 0000000..88ae178 Binary files /dev/null and b/htdocs/template/default/static/images/searchbg.jpg differ diff --git a/htdocs/template/default/static/images/user.png b/htdocs/template/default/static/images/user.png new file mode 100644 index 0000000..d674cd8 Binary files /dev/null and b/htdocs/template/default/static/images/user.png differ diff --git a/htdocs/template/default/static/images/weixin.png b/htdocs/template/default/static/images/weixin.png new file mode 100644 index 0000000..389a07f Binary files /dev/null and b/htdocs/template/default/static/images/weixin.png differ diff --git a/htdocs/template/default/static/js/history.js b/htdocs/template/default/static/js/history.js new file mode 100644 index 0000000..c1c27f4 --- /dev/null +++ b/htdocs/template/default/static/js/history.js @@ -0,0 +1,59 @@ +/*! + * Copyright 2016-2018 http://v.shoutu.cn + * Email 726662013@qq.com,admin@shoutu.cn + */ +$(document).ready(function ($) { + var recente = $.cookie("mac_history_dianying"); + var len = 0; + var canadd = true; + if (recente) { + recente = eval("(" + recente + ")"); + len = recente.length; + $(recente).each(function () { + if (vod_name == this.vod_name) { + canadd = false; + var json = "["; + $(recente).each(function (i) { + var temp_name, temp_url, temp_part; + if (this.vod_name == vod_name) { + temp_name = vod_name; + temp_url = vod_url; + temp_part = vod_part; + } else { + temp_name = this.vod_name; + temp_url = this.vod_url; + temp_part = this.vod_part; + } + json += "{\"vod_name\":\"" + temp_name + "\",\"vod_url\":\"" + temp_url + "\",\"vod_part\":\"" + temp_part + "\"}"; + if (i != len - 1) + json += ","; + }) + json += "]"; + $.cookie("mac_history_dianying", json, { + path: "/", + expires: (2) + }); + return false; + } + }); + } + if (canadd) { + var json = "["; + var start = 0; + var isfirst = "]"; + isfirst = !len ? "]" : ","; + json += "{\"vod_name\":\"" + vod_name + "\",\"vod_url\":\"" + vod_url + "\",\"vod_part\":\"" + vod_part + "\"}" + isfirst; + if (len > 9) + len -= 1; + for (i = 0; i < len - 1; i++) { + json += "{\"vod_name\":\"" + recente[i].vod_name + "\",\"vod_url\":\"" + recente[i].vod_url + "\",\"vod_part\":\"" + recente[i].vod_part + "\"},"; + } + if (len > 0) { + json += "{\"vod_name\":\"" + recente[len - 1].vod_name + "\",\"vod_url\":\"" + recente[len - 1].vod_url + "\",\"vod_part\":\"" + recente[len - 1].vod_part + "\"}]"; + } + $.cookie("mac_history_dianying", json, { + path: "/", + expires: (2) + }); + } +}) diff --git a/htdocs/template/default/static/js/home.js b/htdocs/template/default/static/js/home.js new file mode 100644 index 0000000..51f4133 --- /dev/null +++ b/htdocs/template/default/static/js/home.js @@ -0,0 +1,776 @@ + +String.prototype.replaceAll = function(s1,s2){ return this.replace(new RegExp(s1,"gm"),s2); } +String.prototype.trim=function(){ return this.replace(/(^\s*)|(\s*$)/g, ""); } +var base64EncodeChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var base64DecodeChars=new Array(-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-1,-1,-1,-1,-1);function base64encode(str){var out,i,len;var c1,c2,c3;len=str.length;i=0;out="";while(i>2);out+=base64EncodeChars.charAt((c1&0x3)<<4);out+="==";break}c2=str.charCodeAt(i++);if(i==len){out+=base64EncodeChars.charAt(c1>>2);out+=base64EncodeChars.charAt(((c1&0x3)<<4)|((c2&0xF0)>>4));out+=base64EncodeChars.charAt((c2&0xF)<<2);out+="=";break}c3=str.charCodeAt(i++);out+=base64EncodeChars.charAt(c1>>2);out+=base64EncodeChars.charAt(((c1&0x3)<<4)|((c2&0xF0)>>4));out+=base64EncodeChars.charAt(((c2&0xF)<<2)|((c3&0xC0)>>6));out+=base64EncodeChars.charAt(c3&0x3F)}return out}function base64decode(str){var c1,c2,c3,c4;var i,len,out;len=str.length;i=0;out="";while(i>4));do{c3=str.charCodeAt(i++)&0xff;if(c3==61)return out;c3=base64DecodeChars[c3]}while(i>2));do{c4=str.charCodeAt(i++)&0xff;if(c4==61)return out;c4=base64DecodeChars[c4]}while(i=0x0001)&&(c<=0x007F)){out+=str.charAt(i)}else if(c>0x07FF){out+=String.fromCharCode(0xE0|((c>>12)&0x0F));out+=String.fromCharCode(0x80|((c>>6)&0x3F));out+=String.fromCharCode(0x80|((c>>0)&0x3F))}else{out+=String.fromCharCode(0xC0|((c>>6)&0x1F));out+=String.fromCharCode(0x80|((c>>0)&0x3F))}}return out}function utf8to16(str){var out,i,len,c;var char2,char3;out="";len=str.length;i=0;while(i>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:out+=str.charAt(i-1);break;case 12:case 13:char2=str.charCodeAt(i++);out+=String.fromCharCode(((c&0x1F)<<6)|(char2&0x3F));break;case 14:char2=str.charCodeAt(i++);char3=str.charCodeAt(i++);out+=String.fromCharCode(((c&0x0F)<<12)|((char2&0x3F)<<6)|((char3&0x3F)<<0));break}}return out} + +var MAC={ + 'Url': document.URL, + 'Title': document.title, + 'UserAgent' : function(){ + var ua = navigator.userAgent;//navigator.appVersion + return { + 'mobile': !!ua.match(/AppleWebKit.*Mobile.*/), //是否为移动终端 + 'ios': !!ua.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端 + 'android': ua.indexOf('Android') > -1 || ua.indexOf('Linux') > -1, //android终端或者uc浏览器 + 'iPhone': ua.indexOf('iPhone') > -1 || ua.indexOf('Mac') > -1, //是否为iPhone或者QQHD浏览器 + 'iPad': ua.indexOf('iPad') > -1, //是否iPad + 'trident': ua.indexOf('Trident') > -1, //IE内核 + 'presto': ua.indexOf('Presto') > -1, //opera内核 + 'webKit': ua.indexOf('AppleWebKit') > -1, //苹果、谷歌内核 + 'gecko': ua.indexOf('Gecko') > -1 && ua.indexOf('KHTML') == -1, //火狐内核 + 'weixin': ua.indexOf('MicroMessenger') > -1 //是否微信 ua.match(/MicroMessenger/i) == "micromessenger", + }; + }(), + 'Copy': function(s){ + if (window.clipboardData){ window.clipboardData.setData("Text",s); } + else{ + if( $("#mac_flash_copy").get(0) ==undefined ){ $('
    '); } else {$('#mac_flash_copy').html(''); } + $('#mac_flash_copy').html(''); + } + layer.msg("复制成功") + }, + 'Home': function(o,u){ + try{ + o.style.behavior='url(#default#homepage)'; o.setHomePage(u); + } + catch(e){ + if(window.netscape){ + try{netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");} + catch(e){ layer.msg("此操作被浏览器拒绝!请手动设置");} + var moz = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch); + moz.setCharPref('browser.startup.homepage',u); + } + } + }, + 'Fav': function(u,s){ + try{ window.external.addFavorite(u, s);} + catch (e){ + try{window.sidebar.addPanel(s, u, "");}catch (e){ layer.msg("加入收藏出错,请使用键盘Ctrl+D进行添加"); } + } + }, + 'Open': function(u,w,h){ + window.open(u,'macopen1','toolbars=0, scrollbars=0, location=0, statusbars=0,menubars=0,resizable=yes,width='+w+',height='+h+''); + }, + 'Cookie': { + 'Set': function(name,value,days){ + var exp = new Date(); + exp.setTime(exp.getTime() + days*24*60*60*1000); + var arr=document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)")); + document.cookie=name+"="+encodeURIComponent(value)+";path=/;expires="+exp.toUTCString(); + }, + 'Get': function(name){ + var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)")); + if(arr != null){ return decodeURIComponent(arr[2]); return null; } + }, + 'Del': function(name){ + var exp = new Date(); + exp.setTime(exp.getTime()-1); + var cval = this.Get(name); + if(cval != null){ document.cookie = name+"="+encodeURIComponent(cval)+";path=/;expires="+exp.toUTCString(); } + } + }, + 'GoBack':function(){ + var ldghost=document.domain; + if(document.referrer.indexOf(ldghost)>0) { + history.back(); + } + else{ + window.location ="http://"+ldghost; + } + }, + 'Adaptive':function(){ + if(maccms.mob_status=='1'&& maccms.url != maccms.wapurl){ + if(document.domain ==maccms.url && MAC.UserAgent.mobile){ + location.href = location.href.replace(maccms.url,maccms.wapurl); + } + else if(document.domain ==maccms.wapurl && !MAC.UserAgent.mobile){ + location.href = location.href.replace(maccms.wapurl,maccms.url); + } + } + }, + 'CheckBox':{ + 'All':function(n){ + $("input[name='"+n+"']").each(function() { + this.checked = true; + }); + }, + 'Other':function(n){ + $("input[name='"+n+"']").each(function() { + this.checked = !this.checked; + }); + }, + 'Count':function(n){ + var res=0; + $("input[name='"+n+"']").each(function() { + if(this.checked){ res++; } + }); + return res; + }, + 'Ids':function(n){ + var res=[]; + $("input[name='"+n+"']").each(function() { + if(this.checked){ res.push(this.value); } + }); + return res.join(","); + } + }, + 'Qrcode':function(){ + $('.mac_qrcode').attr('src','//api.maccms.com/qrcode/?w=150&h=150&url=' + MAC.Url); + }, + 'Image':{ + 'Lazyload':{ + 'Show': function(){ + try { $("img.lazy").lazyload(); }catch(e){}; + }, + 'Box': function($id){ + $("img.lazy").lazyload({ + container: $("#"+$id) + }); + } + } + }, + 'Verify': { + 'Init': function(){ + MAC.Verify.Focus(); + MAC.Verify.Click(); + }, + 'Focus': function(){//验证码框焦点 + $('body').on("focus", ".mac_verify", function(){ + $(this).removeClass('mac_verify').after(MAC.Verify.Show()); + $(this).unbind(); + }); + }, + 'Click': function(){//点击刷新 + $('body').on('click', 'img.mac_verify_img', function(){ + $(this).attr('src', maccms.path +'/index.php/verify/index.html?'); + }); + }, + 'Refresh':function(){ + $('.mac_verify_img').attr('src', maccms.path +'/index.php/verify/index.html?'); + }, + 'Show':function(){ + return ''; + } + }, + 'PageGo':{ + 'Init':function() { + $('.mac_page_go').click(function () { + var that =$(this); + var url = that.attr('data-url'); + var total = that.attr('data-total'); + var sp = that.attr('data-sp'); + var page= $('#page').val(); + + if(page>0&&(page<=total)){ + url=url.replace(sp + 'PAGELINK',page).replace('PAGELINK',page); + location.href=url; + } + return false; + }); + } + }, + 'Hits': { + 'Init':function() { + if($('.mac_hits').length==0){ + return; + } + var $that = $(".mac_hits"); + $.ajax({ + type: 'get', + url: maccms.path + '/index.php/ajax/hits?mid='+$that.attr("data-mid")+'&id='+$that.attr("data-id")+'&type=update', + timeout: 5000, + dataType: 'json', + error: function () { + + }, + success: function (json) { + if (json.code == 1) { + $(".mac_hits").each(function(i){ + $type = $(".mac_hits").eq(i).attr('data-type'); + if($type != 'insert'){ + $('.'+$type).html(eval('(json.data.' + $type + ')')); + } + }); + } + } + }); + + } + }, + 'Score': { + 'Init':function(){ + if($('.mac_score').length==0){ + return; + } + $('body').on('click', '.score_btn', function(e){ + MAC.Score.Submit(); + }); + + $.ajax({ + type: 'post', + url: maccms.path+'/index.php/ajax/score?mid='+ $('.mac_score').attr('data-mid') +'&id=' +$('.mac_score').attr('data-id'), + timeout: 5000, + error: function(){ + $(".mac_score").html('评分加载失败'); + }, + success: function($r){ + MAC.Score.View($r); + } + }); + }, + 'Submit':function(){ + var $s = $('.mac_score').find("input[name='score']").val(); + $.ajax({ + type: 'post', + url: maccms.path+'/index.php/ajax/score?mid='+$('.mac_score').attr('data-mid')+'&id='+$('.mac_score').attr('data-id') + '&score='+ $s, + timeout: 5000, + error: function(){ + + }, + success: function($r){ + layer.msg($r.msg) + if($r.code==1){ + MAC.Score.View($r); + } + } + }); + }, + 'View':function($r){ + $(".rating"+Math.floor($r.data.score)).attr('checked',true); + $(".score_num").text( $r.data.score_num ); + $(".score_all").text( $r.data.score_all ); + $(".score_pjf").text( $r.data.score ); + } + }, + 'Star': { + 'Init':function(){ + if($('.mac_star').length==0){ + return; + } + + $('.mac_star').raty({ + starType: 'i', + number: 5, + numberMax : 5, + half: true, + score : function(){ + return $(this).attr('data-score'); + }, + click: function(score, evt) { + $.ajax({ + type: 'get', + url: maccms.path+'/index.php/ajax/score?mid='+$('.mac_star').attr('data-mid')+'&id='+$('.mac_star').attr('data-id')+'&score='+(score*2), + timeout: 5000, + dataType:'json', + error: function(){ + $('.star_box').attr('title', '网络异常!'); + }, + success: function(json){ + if(json.status == 1){ + $('.star_tips').html(json.data.score); + }else{ + $('.star_box').attr('title', json.msg); + } + } + }); + } + }); + } + }, + 'Digg': { + 'Init':function(){ + $('body').on('click', '.digg_link', function(e){ + var $that = $(this); + if($that.attr("data-id")){ + $.ajax({ + url: maccms.path + '/index.php/ajax/digg.html?mid='+$that.attr("data-mid")+'&id='+$that.attr("data-id")+'&type='+$that.attr("data-type"), + cache: false, + dataType: 'json', + success: function($r){ + $that.addClass('disabled'); + if($r.code == 1){ + if($that.attr("data-type")=='up'){ + $that.find('.digg_num').html($r.data.up); + } + else{ + $that.find('.digg_num').html($r.data.down); + } + } + else{ + $that.attr('title', $r.msg); + } + } + }); + } + }); + } + }, + 'Gbook':{ + 'Login':0, + 'Verify':0, + 'Init':function(){ + $('body').on('keyup', '.gbook_content', function(e){ + MAC.Remaining($(this),200,'.gbook_remaining') + }); + $('body').on('focus', '.gbook_content', function(e){ + if(MAC.Gbook.Login==1 && MAC.User.IsLogin!=1){ + MAC.User.Login(); + } + }); + $('body').on('click', '.gbook_submit', function(e){ + MAC.Gbook.Submit(); + }); + }, + 'Show':function($page){ + $.ajax({ + type: 'post', + url: maccms.path+'/index.php/gbook/index?page='+$page, + timeout: 3000, + error: function(){ + $(".mac_gbook_box").html('留言加载失败,请刷新...'); + }, + success:function($html){ + $(".mac_gbook_box").html($html); + } + }); + }, + 'Submit':function(){ + if($(".gbook_content").val() == ''){ + layer.msg("请输入留言内容"); + return false; + } + $.ajax({ + type: 'post', + url: maccms.path + '/index.php/gbook/saveData', + data: $('.gbook_form').serialize(), + success:function($r){ + layer.msg($r.msg); + if($r.code == 1){ + location.reload(); + } + else{ + if(MAC.Gbook.Verify==1){ + MAC.Verify.Refresh(); + } + } + } + }); + }, + 'Report':function(name){ + MAC.Pop.Show('#modal-seport',maccms.path+'/index.php/gbook/report?name=' + encodeURIComponent(name),function($r){ + $('body').on('click', '#gbook_submit', function(e){ + MAC.Gbook.Submit(); + }); + }); + } + }, + 'Search':{ + 'Init':function(){ + $('.mac_search').click(function(){ + var that=$(this); + var url = that.attr('data-href') ? that.attr('data-href') : maccms.path + '/index.php/vod/search.html'; + location.href = url + '?wd='+ encodeURIComponent($("#wd").val()); + }); + }, + 'Submit':function(){ + + return false; + } + }, + 'Suggest':{ + 'Init':function($obj,$mid,$jumpurl){ + try { + $($obj).autocomplete(maccms.path + '/index.php/ajax/suggest?mid=' + $mid, { + inputClass: "mac_input", + resultsClass: "mac_results", + loadingClass: "mac_loading", + width: 175, scrollHeight: 300, minChars: 1, matchSubset: 1, + cacheLength: 10, multiple: false, matchContains: true, autoFill: false, + dataType: "json", + parse: function ($r) { + if ($r.code == 1) { + var parsed = []; + $.each($r['list'], function (index, row) { + row.url = $r.url; + parsed[index] = { + data: row + }; + }); + return parsed; + } else { + return {data: ''}; + } + }, + formatItem: function (row, i, max) { + return row.name; + }, + formatResult: function (row, i, max) { + return row.text; + } + }).result(function (event, data, formatted) { + $($obj).val(data.name); + location.href = data.url.replace('mac_wd', encodeURIComponent(data.name)); + }); + } + catch(e){} + } + }, + 'Ulog':{ + 'Init':function(){ + MAC.Ulog.Set(); + MAC.Ulog.Click(); + + }, + 'Get':function(){ + $.ajax({ + url: maccms.path+'/index.php/user/ajax_ulog/?ac=list', + type:'GET', + cache: false, + dataType: 'json', + success: function($r){ + if($r.code == 1){ + $.each($r['list'],function(index,row){ + layer.msg(row.ulog_id); + }); + }else{ + + } + } + }); + }, + 'Set':function(){ + if($(".mac_ulog_set").attr('data-mid')){ + var $that = $(".mac_ulog_set"); + $.get(maccms.path+'/index.php/user/ajax_ulog/?ac=set&mid='+$that.attr("data-mid")+'&id='+$that.attr("data-id")+'&sid='+$that.attr("data-sid")+'&nid='+$that.attr("data-nid")+'&type='+$that.attr("data-type")); + } + }, + 'Click':function(){ + $('body').on('click', 'a.mac_ulog', function(e){ + //是否需要验证登录 + if(MAC.User.IsLogin == 0){ + MAC.User.Login(); + return; + } + + var $that = $(this); + if($that.attr("data-id")){ + $.ajax({ + url: maccms.path+'/index.php/user/ajax_ulog/?ac=set&mid='+$that.attr("data-mid")+'&id='+$that.attr("data-id")+'&type='+$that.attr("data-type"), + cache: false, + dataType: 'json', + success: function($r){ + layer.msg($r.msg); + if($r.code == 1){ + $that.addClass('disabled'); + }else{ + $that.attr('title', $r.msg); + } + } + }); + } + }); + } + }, + 'User':{ + 'BoxShow':0, + 'IsLogin':0, + 'UserId':'', + 'UserName':'', + 'GroupId':'', + 'GroupName':'', + 'Portrait':'', + 'Init':function(){ + if($('.mac_user').length >0){ + $('body').on('click', '.mac_user', function(e){ + MAC.User.Login(); + }); + } + + if(MAC.Cookie.Get('user_id') !=undefined && MAC.Cookie.Get('user_id')!=''){ + var url = maccms.path + '/index.php/user'; + MAC.User.UserId = MAC.Cookie.Get('user_id'); + MAC.User.UserName = MAC.Cookie.Get('user_name'); + MAC.User.GroupId = MAC.Cookie.Get('group_id'); + MAC.User.GroupName = MAC.Cookie.Get('group_name'); + MAC.User.Portrait = MAC.Cookie.Get('user_portrait'); + MAC.User.IsLogin = 1; + + $('.mac_user').removeClass('mac_user').attr('href',url); + + $('.user_name').show().find('.name').text(MAC.User.UserName); + + $('.user_url').show().attr('href',url); + + $('.user_img').show().attr('src',MAC.User.Portrait); + } + else{ + + } + + }, + 'CheckLogin':function(){ + if(MAC.User.IsLogin == 0){ + MAC.User.Login(); + } + }, + 'Login':function(){ + var ac='ajax_login'; + if(MAC.Cookie.Get('user_id') !=undefined && MAC.Cookie.Get('user_id')!=''){ + ac= 'ajax_info'; + } + MAC.Pop.Show('#modal-login',maccms.path+'/index.php/user/'+ac,function($r){ + $('body').on('click', '#login_form_submit', function(e){ + $.ajax({ + type: 'POST', + url: maccms.path + '/index.php/user/login', + data: $('.mac_login_form').serialize(), + success:function($r){ + if($r.code == 1){ + location.reload(); + } + } + }); + }); + }); + }, + 'Logout':function(){ + $.ajax({ + type: 'post', + url: maccms.path + '/index.php/user/logout', + success:function($r){ + layer.msg($r.msg) + if($r.code == 1){ + location.reload(); + } + } + }); + }, + 'PopedomCallBack':function(trysee,h) { + window.setTimeout(function(){ + $(window.frames["player_if"].document).find(".MacPlayer").html(h); + },1000*60*trysee); + }, + 'BuyPopedom':function(o){ + var $that = $(o); + if($that.attr("data-id")){ + if (confirm('您确认购买此条数据播放权限吗?')) { + $.ajax({ + url: maccms.path + '/index.php/user/ajax_buy_popedom.html?id=' + $that.attr("data-id") + '&sid=' + $that.attr("data-sid") + '&nid=' + $that.attr("data-nid") + '&type=' + $that.attr("data-type"), + cache: false, + dataType: 'json', + success: function ($r) { + $that.addClass('disabled'); + layer.msg($r.msg) + if ($r.code == 1) { + top.location.reload(); + } + }, + complete: function () { + $that.removeClass('disabled'); + } + }); + } + } + } + }, + 'Pop':{ + 'Show':function($modalid,$url,$callback) { + $.ajax({ + type: 'post', + url: $url, + timeout: 3000, + error: function(){ + $('body').append(layer.msg("加载失败,请刷新")); + }, + success:function($r){ + $('body').append($r); + $($modalid).modal('show'); + $('.MacPlayer').hide(); + $($modalid).on('hide.bs.modal', function () { + $('.MacPlayer').show(); + }) + $callback($r); + } + }); + } + }, + 'AdsWrap':function(w,h,n){ + document.writeln(''+n+''); + }, + 'Css':function($url){ + $("").attr({ rel: "stylesheet",type: "text/css",href: $url}).appendTo("head"); + }, + 'Js':function($url){ + $.getScript($url, function(response, status) { + + }); + }, + 'Desktop':function(s){ + location.href= maccms.path + '/index.php/ajax/desktop?name='+encodeURI(s)+'&url=' + encodeURI(location.href); + }, + 'Timming':function(){ + + }, + 'Error':function(tab,id,name){ + + }, + 'AddEm':function(obj,i){ + var oldtext = $(obj).val(); + $(obj).val( oldtext + '[em:' + i +']' ); + }, + 'Remaining':function(obj,len,show){ + var count = len - $(obj).val().length; + if(count < 0){ + count = 0; + $(obj).val($(obj).val().substr(0,200)); + } + $(show).text(count); + }, + 'Comment':{ + 'Login':0, + 'Verify':0, + 'Init':function(){ + + $('body').on('click', '.comment_face_box img', function(e){ + var obj = $(this).parent().parent().parent().find('.comment_content'); + MAC.AddEm(obj,$(this).attr('data-id')); + }); + $('body').on('click', '.comment_face_panel', function(e){ + // $('.comment_face_box').toggle(); + $(this).parent().find('.comment_face_box').toggle(); + }); + $('body').on('keyup', '.comment_content', function(e){ + var obj = $(this).parent().parent().parent().parent().find('.comment_remaining'); + MAC.Remaining($(this),200,obj) + }); + $('body').on('focus', '.comment_content', function(e){ + if(MAC.Comment.Login==1 && MAC.User.IsLogin!=1){ + MAC.User.Login(); + } + }); + + $('body').on('click', '.comment_report', function(e){ + var $that = $(this); + if($(this).attr("data-id")){ + $.ajax({ + url: maccms.path + '/index.php/comment/report.html?id='+$that.attr("data-id"), + cache: false, + dataType: 'json', + success: function($r){ + $that.addClass('disabled'); + layer.msg($r.msg) + if($r.code == 1){ + } + } + }); + } + }); + + $('body').on('click', '.comment_reply', function(e){ + var $that = $(this); + if($that.attr("data-id")){ + var str = $that.html(); + $('.comment_reply_form').remove(); + if (str == '取消回复') { + $that.html('回复'); + return false; + } + if (str == '回复') { + $('.comment_reply').html('回复'); + } + var html = $('.comment_form').prop("outerHTML"); + + var oo = $(html); + oo.addClass('comment_reply_form'); + oo.find('input[name="comment_pid"]').val( $that.attr("data-id") ); + + $that.parent().after(oo); + $that.html('取消回复'); + } + }); + + $('body').on('click', '.comment_submit', function(e){ + var $that = $(this); + MAC.Comment.Submit($that); + }); + + }, + 'Show':function($page){ + if($(".mac_comment").length>0){ + $.ajax({ + type: 'get', + url: maccms.path + '/index.php/comment/ajax.html?rid='+$('.mac_comment').attr('data-id')+'&mid='+ $('.mac_comment').attr('data-mid') +'&page='+$page, + timeout: 5000, + error: function(){ + $(".mac_comment").html('评论加载失败,请刷新...'); + }, + success:function($r){ + $(".mac_comment").html($r); + } + }); + } + }, + 'Reply':function($o){ + + }, + 'Submit':function($o){ + var form = $o.parents('form'); + if($(form).find(".comment_content").val() == ''){ + layer.msg("请输入您的评论!") + return false; + } + if($('.mac_comment').attr('data-mid') == ''){ + layer.msg("模块mid错误!") + return false; + } + if($('.mac_comment').attr('data-id') == ''){ + layer.msg("关联id错误!") + return false; + } + + $.ajax({ + type: 'post', + url: maccms.path + '/index.php/comment/saveData', + data: $(form).serialize() + '&comment_mid='+ $('.mac_comment').attr('data-mid') + '&comment_rid=' + $('.mac_comment').attr('data-id'), + success:function($r){ + layer.msg($r.msg) + if($r.code == 1){ + MAC.Comment.Show(1); + } + else{ + if(MAC.Comment.Verify==1){ + MAC.Verify.Refresh(); + } + } + } + }); + } + } +} + +$(function(){ + //异步加载图片初始化 + MAC.Image.Lazyload.Show(); + //自动跳转手机和pc网页地址 + MAC.Adaptive(); + //验证码初始化 + MAC.Verify.Init(); + //分页跳转初始化 + MAC.PageGo.Init(); + //用户部分初始化 + MAC.User.Init(); + //顶和踩初始化 + MAC.Digg.Init(); + //评分初始化 + MAC.Score.Init(); + //星星评分初始化 + MAC.Star.Init(); + //点击数量 + MAC.Hits.Init(); + //历史记录初始化 + MAC.Ulog.Init(); + //联想搜索初始化 + MAC.Suggest.Init('.mac_wd',1,''); + //定时任务初始化 + MAC.Timming(); +}); diff --git a/htdocs/template/default/static/js/jquery.autocomplete.js b/htdocs/template/default/static/js/jquery.autocomplete.js new file mode 100644 index 0000000..e3771dc --- /dev/null +++ b/htdocs/template/default/static/js/jquery.autocomplete.js @@ -0,0 +1,660 @@ +/* + * jQuery Autocomplete plugin 1.1 + * + * Copyright (c) 2009 J枚rn Zaefferer + * + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + * + * Revision: $Id: jquery.autocomplete.js 15 2009-08-22 10:30:27Z joern.zaefferer $ + */; +$.browser = navigator.userAgent; +(function($) { + $.fn.extend({ + autocomplete: function(urlOrData, options) { + var isUrl = typeof urlOrData == "string"; + options = $.extend({}, $.Autocompleter.defaults, { + url: isUrl ? urlOrData : null, + data: isUrl ? null : urlOrData, + delay: isUrl ? $.Autocompleter.defaults.delay : 10, + max: options && !options.scroll ? 10 : 150 + }, options); + options.highlight = options.highlight || + function(value) { + return value; + }; + options.formatMatch = options.formatMatch || options.formatItem; + return this.each(function() { + new $.Autocompleter(this, options); + }); + }, + result: function(handler) { + return this.bind("result", handler); + }, + search: function(handler) { + return this.trigger("search", [handler]); + }, + flushCache: function() { + return this.trigger("flushCache"); + }, + setOptions: function(options) { + return this.trigger("setOptions", [options]); + }, + unautocomplete: function() { + return this.trigger("unautocomplete"); + } + }); + $.Autocompleter = function(input, options) { + var KEY = { + UP: 38, + DOWN: 40, + DEL: 46, + TAB: 9, + RETURN: 13, + ESC: 27, + COMMA: 188, + PAGEUP: 33, + PAGEDOWN: 34, + BACKSPACE: 8 + }; + var $input = $(input).attr("autocomplete", "off").addClass(options.inputClass); + var timeout; + var previousValue = ""; + var cache = $.Autocompleter.Cache(options); + var hasFocus = 0; + var lastKeyPressCode; + var config = { + mouseDownOnSelect: false + }; + var select = $.Autocompleter.Select(options, input, selectCurrent, config); + var blockSubmit; + $.browser.opera && $(input.form).bind("submit.autocomplete", function() { + if (blockSubmit) { + blockSubmit = false; + return false; + } + }); + $input.bind(($.browser.opera ? "keypress" : "keydown") + ".autocomplete", function(event) { + hasFocus = 1; + lastKeyPressCode = event.keyCode; + switch (event.keyCode) { + case KEY.UP: + event.preventDefault(); + if (select.visible()) { + select.prev(); + } else { + onChange(0, true); + } + break; + case KEY.DOWN: + event.preventDefault(); + if (select.visible()) { + select.next(); + } else { + onChange(0, true); + } + break; + case KEY.PAGEUP: + event.preventDefault(); + if (select.visible()) { + select.pageUp(); + } else { + onChange(0, true); + } + break; + case KEY.PAGEDOWN: + event.preventDefault(); + if (select.visible()) { + select.pageDown(); + } else { + onChange(0, true); + } + break; + case options.multiple && $.trim(options.multipleSeparator) == "," && KEY.COMMA: + case KEY.TAB: + case KEY.RETURN: + if (selectCurrent()) { + event.preventDefault(); + blockSubmit = true; + return false; + } + break; + case KEY.ESC: + select.hide(); + break; + default: + clearTimeout(timeout); + timeout = setTimeout(onChange, options.delay); + break; + } + }).focus(function() { + hasFocus++; + }).blur(function() { + hasFocus = 0; + if (!config.mouseDownOnSelect) { + hideResults(); + } + }).click(function() { + if (hasFocus++ > 1 && !select.visible()) { + onChange(0, true); + } + }).bind("search", function() { + var fn = (arguments.length > 1) ? arguments[1] : null; + + function findValueCallback(q, data) { + var result; + if (data && data.length) { + for (var i = 0; i < data.length; i++) { + if (data[i].result.toLowerCase() == q.toLowerCase()) { + result = data[i]; + break; + } + } + } + if (typeof fn == "function") fn(result); + else $input.trigger("result", result && [result.data, result.value]); + } + $.each(trimWords($input.val()), function(i, value) { + request(value, findValueCallback, findValueCallback); + }); + }).bind("flushCache", function() { + cache.flush(); + }).bind("setOptions", function() { + $.extend(options, arguments[1]); + if ("data" in arguments[1]) cache.populate(); + }).bind("unautocomplete", function() { + select.unbind(); + $input.unbind(); + $(input.form).unbind(".autocomplete"); + }); + + function selectCurrent() { + var selected = select.selected(); + if (!selected) return false; + var v = selected.result; + previousValue = v; + if (options.multiple) { + var words = trimWords($input.val()); + if (words.length > 1) { + var seperator = options.multipleSeparator.length; + var cursorAt = $(input).selection().start; + var wordAt, progress = 0; + $.each(words, function(i, word) { + progress += word.length; + if (cursorAt <= progress) { + wordAt = i; + return false; + } + progress += seperator; + }); + words[wordAt] = v; + v = words.join(options.multipleSeparator); + } + v += options.multipleSeparator; + } + $input.val(v); + hideResultsNow(); + $input.trigger("result", [selected.data, selected.value]); + return true; + } + function onChange(crap, skipPrevCheck) { + if (lastKeyPressCode == KEY.DEL) { + select.hide(); + return; + } + var currentValue = $input.val(); + if (!skipPrevCheck && currentValue == previousValue) return; + previousValue = currentValue; + currentValue = lastWord(currentValue); + if (currentValue.length >= options.minChars) { + $input.addClass(options.loadingClass); + if (!options.matchCase) currentValue = currentValue.toLowerCase(); + request(currentValue, receiveData, hideResultsNow); + } else { + stopLoading(); + select.hide(); + } + }; + + function trimWords(value) { + if (!value) return [""]; + if (!options.multiple) return [$.trim(value)]; + return $.map(value.split(options.multipleSeparator), function(word) { + return $.trim(value).length ? $.trim(word) : null; + }); + } + function lastWord(value) { + if (!options.multiple) return value; + var words = trimWords(value); + if (words.length == 1) return words[0]; + var cursorAt = $(input).selection().start; + if (cursorAt == value.length) { + words = trimWords(value) + } else { + words = trimWords(value.replace(value.substring(cursorAt), "")); + } + return words[words.length - 1]; + } + function autoFill(q, sValue) { + if (options.autoFill && (lastWord($input.val()).toLowerCase() == q.toLowerCase()) && lastKeyPressCode != KEY.BACKSPACE) { + $input.val($input.val() + sValue.substring(lastWord(previousValue).length)); + $(input).selection(previousValue.length, previousValue.length + sValue.length); + } + }; + + function hideResults() { + clearTimeout(timeout); + timeout = setTimeout(hideResultsNow, 200); + }; + + function hideResultsNow() { + var wasVisible = select.visible(); + select.hide(); + clearTimeout(timeout); + stopLoading(); + if (options.mustMatch) { + $input.search(function(result) { + if (!result) { + if (options.multiple) { + var words = trimWords($input.val()).slice(0, -1); + $input.val(words.join(options.multipleSeparator) + (words.length ? options.multipleSeparator : "")); + } else { + $input.val(""); + $input.trigger("result", null); + } + } + }); + } + }; + + function receiveData(q, data) { + if (data && data.length && hasFocus) { + stopLoading(); + select.display(data, q); + autoFill(q, data[0].value); + select.show(); + } else { + hideResultsNow(); + } + }; + + function request(term, success, failure) { + if (!options.matchCase) term = term.toLowerCase(); + var data = cache.load(term); + if (data && data.length) { + success(term, data); + } else if ((typeof options.url == "string") && (options.url.length > 0)) { + var extraParams = { + timestamp: +new Date() + }; + $.each(options.extraParams, function(key, param) { + extraParams[key] = typeof param == "function" ? param() : param; + }); + $.ajax({ + mode: "abort", + port: "autocomplete" + input.name, + dataType: options.dataType, + url: options.url, + data: $.extend({ + wd: lastWord(term), + limit: options.max + }, extraParams), + success: function(data) { + var parsed = options.parse && options.parse(data) || parse(data); + cache.add(term, parsed); + success(term, parsed); + } + }); + } else { + select.emptyList(); + failure(term); + } + }; + + function parse(data) { + var parsed = []; + var rows = data.split("\n"); + for (var i = 0; i < rows.length; i++) { + var row = $.trim(rows[i]); + if (row) { + row = row.split("|"); + parsed[parsed.length] = { + data: row, + value: row[0], + result: options.formatResult && options.formatResult(row, row[0]) || row[0] + }; + } + } + return parsed; + }; + + function stopLoading() { + $input.removeClass(options.loadingClass); + }; + }; + $.Autocompleter.defaults = { + inputClass: "ac_input", + resultsClass: "ac_results", + loadingClass: "ac_loading", + minChars: 1, + delay: 400, + matchCase: false, + matchSubset: false, + matchContains: false, + cacheLength: 10, + max: 100, + mustMatch: false, + extraParams: {}, + selectFirst: true, + formatItem: function(row) { + return row[0]; + }, + formatMatch: null, + autoFill: false, + width: 0, + multiple: false, + multipleSeparator: ", ", + highlight: function(value, term) { + return value.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)(" + term.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi, "\\$1") + ")(?![^<>]*>)(?![^&;]+;)", "gi"), "$1"); + }, + scroll: true, + scrollHeight: 180 + }; + $.Autocompleter.Cache = function(options) { + var data = {}; + var length = 0; + + function matchSubset(s, sub) { + if (!options.matchCase) s = s.toLowerCase(); + var i = s.indexOf(sub); + if (options.matchContains == "word") { + i = s.toLowerCase().search("\\b" + sub.toLowerCase()); + } + if (i == -1) return false; + return i == 0 || options.matchContains; + }; + + function add(q, value) { + if (length > options.cacheLength) { + flush(); + } + if (!data[q]) { + length++; + } + data[q] = value; + } + function populate() { + if (!options.data) return false; + var stMatchSets = {}, + nullData = 0; + if (!options.url) options.cacheLength = 1; + stMatchSets[""] = []; + for (var i = 0, ol = options.data.length; i < ol; i++) { + var rawValue = options.data[i]; + rawValue = (typeof rawValue == "string") ? [rawValue] : rawValue; + var value = options.formatMatch(rawValue, i + 1, options.data.length); + if (value === false) continue; + var firstChar = value.charAt(0).toLowerCase(); + if (!stMatchSets[firstChar]) stMatchSets[firstChar] = []; + var row = { + value: value, + data: rawValue, + result: options.formatResult && options.formatResult(rawValue) || value + }; + stMatchSets[firstChar].push(row); + if (nullData++ < options.max) { + stMatchSets[""].push(row); + } + }; + $.each(stMatchSets, function(i, value) { + options.cacheLength++; + add(i, value); + }); + } + setTimeout(populate, 25); + + function flush() { + data = {}; + length = 0; + } + return { + flush: flush, + add: add, + populate: populate, + load: function(q) { + if (!options.cacheLength || !length) return null; + if (!options.url && options.matchContains) { + var csub = []; + for (var k in data) { + if (k.length > 0) { + var c = data[k]; + $.each(c, function(i, x) { + if (matchSubset(x.value, q)) { + csub.push(x); + } + }); + } + } + return csub; + } else if (data[q]) { + return data[q]; + } else if (options.matchSubset) { + for (var i = q.length - 1; i >= options.minChars; i--) { + var c = data[q.substr(0, i)]; + if (c) { + var csub = []; + $.each(c, function(i, x) { + if (matchSubset(x.value, q)) { + csub[csub.length] = x; + } + }); + return csub; + } + } + } + return null; + } + }; + }; + $.Autocompleter.Select = function(options, input, select, config) { + var CLASSES = { + ACTIVE: "ac_over" + }; + var listItems, active = -1, + data, term = "", + needsInit = true, + element, list; + + function init() { + if (!needsInit) return; + element = $("
    ").hide().addClass(options.resultsClass).css("position", "absolute").appendTo(document.body); + list = $("
      ").appendTo(element).mouseover(function(event) { + if (target(event).nodeName && target(event).nodeName.toUpperCase() == 'LI') { + active = $("li", list).removeClass(CLASSES.ACTIVE).index(target(event)); + $(target(event)).addClass(CLASSES.ACTIVE); + } + }).click(function(event) { + $(target(event)).addClass(CLASSES.ACTIVE); + select(); + input.focus(); + return false; + }).mousedown(function() { + config.mouseDownOnSelect = true; + }).mouseup(function() { + config.mouseDownOnSelect = false; + }); + if (options.width > 0) element.css("width", options.width); + needsInit = false; + } + function target(event) { + var element = event.target; + while (element && element.tagName != "LI") element = element.parentNode; + if (!element) return []; + return element; + } + function moveSelect(step) { + listItems.slice(active, active + 1).removeClass(CLASSES.ACTIVE); + movePosition(step); + var activeItem = listItems.slice(active, active + 1).addClass(CLASSES.ACTIVE); + if (options.scroll) { + var offset = 0; + listItems.slice(0, active).each(function() { + offset += this.offsetHeight; + }); + if ((offset + activeItem[0].offsetHeight - list.scrollTop()) > list[0].clientHeight) { + list.scrollTop(offset + activeItem[0].offsetHeight - list.innerHeight()); + } else if (offset < list.scrollTop()) { + list.scrollTop(offset); + } + } + }; + + function movePosition(step) { + active += step; + if (active < 0) { + active = listItems.size() - 1; + } else if (active >= listItems.size()) { + active = 0; + } + } + function limitNumberOfItems(available) { + return options.max && options.max < available ? options.max : available; + } + function fillList() { + list.empty(); + var max = limitNumberOfItems(data.length); + for (var i = 0; i < max; i++) { + if (!data[i]) continue; + var formatted = options.formatItem(data[i].data, i + 1, max, data[i].value, term); + if (formatted === false) continue; + var li = $("
    • ").html(options.highlight(formatted, term)).addClass(i % 2 == 0 ? "ac_even" : "ac_odd").appendTo(list)[0]; + $.data(li, "ac_data", data[i]); + } + listItems = list.find("li"); + if (options.selectFirst) { + listItems.slice(0, 1).addClass(CLASSES.ACTIVE); + active = 0; + } + if ($.fn.bgiframe) list.bgiframe(); + } + return { + display: function(d, q) { + init(); + data = d; + term = q; + fillList(); + }, + next: function() { + moveSelect(1); + }, + prev: function() { + moveSelect(-1); + }, + pageUp: function() { + if (active != 0 && active - 8 < 0) { + moveSelect(-active); + } else { + moveSelect(-8); + } + }, + pageDown: function() { + if (active != listItems.size() - 1 && active + 8 > listItems.size()) { + moveSelect(listItems.size() - 1 - active); + } else { + moveSelect(8); + } + }, + hide: function() { + element && element.hide(); + listItems && listItems.removeClass(CLASSES.ACTIVE); + active = -1; + }, + visible: function() { + return element && element.is(":visible"); + }, + current: function() { + return this.visible() && (listItems.filter("." + CLASSES.ACTIVE)[0] || options.selectFirst && listItems[0]); + }, + show: function() { + var offset = $(input).offset(); + element.css({ + width: typeof options.width == "string" || options.width > 0 ? options.width : $(input).width(), + top: offset.top + input.offsetHeight, + left: offset.left + }).show(); + if (options.scroll) { + list.scrollTop(0); + list.css({ + maxHeight: options.scrollHeight, + overflow: 'auto' + }); + if ($.browser.msie && typeof document.body.style.maxHeight === "undefined") { + var listHeight = 0; + listItems.each(function() { + listHeight += this.offsetHeight; + }); + var scrollbarsVisible = listHeight > options.scrollHeight; + list.css('height', scrollbarsVisible ? options.scrollHeight : listHeight); + if (!scrollbarsVisible) { + listItems.width(list.width() - parseInt(listItems.css("padding-left")) - parseInt(listItems.css("padding-right"))); + } + } + } + }, + selected: function() { + var selected = listItems && listItems.filter("." + CLASSES.ACTIVE).removeClass(CLASSES.ACTIVE); + return selected && selected.length && $.data(selected[0], "ac_data"); + }, + emptyList: function() { + list && list.empty(); + }, + unbind: function() { + element && element.remove(); + } + }; + }; + $.fn.selection = function(start, end) { + if (start !== undefined) { + return this.each(function() { + if (this.createTextRange) { + var selRange = this.createTextRange(); + if (end === undefined || start == end) { + selRange.move("character", start); + selRange.select(); + } else { + selRange.collapse(true); + selRange.moveStart("character", start); + selRange.moveEnd("character", end); + selRange.select(); + } + } else if (this.setSelectionRange) { + this.setSelectionRange(start, end); + } else if (this.selectionStart) { + this.selectionStart = start; + this.selectionEnd = end; + } + }); + } + var field = this[0]; + if (field.createTextRange) { + var range = document.selection.createRange(), + orig = field.value, + teststring = "<->", + textLength = range.text.length; + range.text = teststring; + var caretAt = field.value.indexOf(teststring); + field.value = orig; + this.selection(caretAt, caretAt + textLength); + return { + start: caretAt, + end: caretAt + textLength + } + } else if (field.selectionStart !== undefined) { + return { + start: field.selectionStart, + end: field.selectionEnd + } + } + }; +})(jQuery); \ No newline at end of file diff --git a/htdocs/template/default/static/js/jquery.clipboard.js b/htdocs/template/default/static/js/jquery.clipboard.js new file mode 100644 index 0000000..b00ee51 --- /dev/null +++ b/htdocs/template/default/static/js/jquery.clipboard.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.0 + * https://zenorocha.github.io/clipboard.js + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return function(t){function e(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=3)}([function(t,e,n){var o,r,i;!function(a,c){r=[t,n(7)],o=c,void 0!==(i="function"==typeof o?o.apply(e,r):o)&&(t.exports=i)}(0,function(t,e){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=function(t){return t&&t.__esModule?t:{default:t}}(e),r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action=t.action,this.container=t.container,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var t=this,e="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=(0,o.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=(0,o.default)(this.target),this.copyText()}},{key:"copyText",value:function(){var t=void 0;try{t=document.execCommand(this.action)}catch(e){t=!1}this.handleResult(t)}},{key:"handleResult",value:function(t){this.emitter.emit(t?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(t){if(void 0!==t){if(!t||"object"!==(void 0===t?"undefined":r(t))||1!==t.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&t.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(t.hasAttribute("readonly")||t.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=t}},get:function(){return this._target}}]),t}();t.exports=a})},function(t,e,n){function o(t,e,n){if(!t&&!e&&!n)throw new Error("Missing required arguments");if(!c.string(e))throw new TypeError("Second argument must be a String");if(!c.fn(n))throw new TypeError("Third argument must be a Function");if(c.node(t))return r(t,e,n);if(c.nodeList(t))return i(t,e,n);if(c.string(t))return a(t,e,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function r(t,e,n){return t.addEventListener(e,n),{destroy:function(){t.removeEventListener(e,n)}}}function i(t,e,n){return Array.prototype.forEach.call(t,function(t){t.addEventListener(e,n)}),{destroy:function(){Array.prototype.forEach.call(t,function(t){t.removeEventListener(e,n)})}}}function a(t,e,n){return u(document.body,t,e,n)}var c=n(6),u=n(5);t.exports=o},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){function o(){r.off(t,o),e.apply(n,arguments)}var r=this;return o._=e,this.on(t,o,n)},emit:function(t){var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;for(o;o0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===d(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=(0,f.default)(t,"click",function(t){return e.onClick(t)})}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new l.default({action:this.action(e),target:this.target(e),text:this.text(e),container:this.container,trigger:e,emitter:this})}},{key:"defaultAction",value:function(t){return u("action",t)}},{key:"defaultTarget",value:function(t){var e=u("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return u("text",t)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach(function(t){n=n&&!!document.queryCommandSupported(t)}),n}}]),e}(s.default);t.exports=p})},function(t,e){function n(t,e){for(;t&&t.nodeType!==o;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}var o=9;if("undefined"!=typeof Element&&!Element.prototype.matches){var r=Element.prototype;r.matches=r.matchesSelector||r.mozMatchesSelector||r.msMatchesSelector||r.oMatchesSelector||r.webkitMatchesSelector}t.exports=n},function(t,e,n){function o(t,e,n,o,r){var a=i.apply(this,arguments);return t.addEventListener(n,a,r),{destroy:function(){t.removeEventListener(n,a,r)}}}function r(t,e,n,r,i){return"function"==typeof t.addEventListener?o.apply(null,arguments):"function"==typeof n?o.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,function(t){return o(t,e,n,r,i)}))}function i(t,e,n,o){return function(n){n.delegateTarget=a(n.target,e),n.delegateTarget&&o.call(t,n)}}var a=n(4);t.exports=r},function(t,e){e.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},e.nodeList=function(t){var n=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in t&&(0===t.length||e.node(t[0]))},e.string=function(t){return"string"==typeof t||t instanceof String},e.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},function(t,e){function n(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}t.exports=n}])}); \ No newline at end of file diff --git a/htdocs/template/default/static/js/jquery.cookie.js b/htdocs/template/default/static/js/jquery.cookie.js new file mode 100644 index 0000000..3eb348f --- /dev/null +++ b/htdocs/template/default/static/js/jquery.cookie.js @@ -0,0 +1,49 @@ +jQuery.cookie = function (name, value, options) { + if (typeof value != "undefined") { + options = options || {}; + if (value === null) { + value = ""; + options.expires = -1; + } + var expires = ""; + if ( + options.expires && + (typeof options.expires == "number" || options.expires.toUTCString) + ) { + var date; + if (typeof options.expires == "number") { + date = new Date(); + date.setTime(date.getTime() + options.expires * 24 * 60 * 60 * 1000); + } else { + date = options.expires; + } + expires = "; expires=" + date.toUTCString(); + } + var path = options.path ? "; path=" + options.path : ""; + var domain = options.domain ? "; domain=" + options.domain : ""; + var secure = options.secure ? "; secure" : ""; + document.cookie = [ + name, + "=", + encodeURIComponent(value), + expires, + path, + domain, + secure + ].join(""); + } else { + var cookieValue = null; + if (document.cookie && document.cookie != "") { + var cookies = document.cookie.split(";"); + for (var i = 0; i < cookies.length; i++) { + var cookie = jQuery.trim(cookies[i]); + if (cookie.substring(0, name.length + 1) == name + "=") { + cookieValue = decodeURIComponent(cookie.substring(name.length + 1)); + break; + } + } + } + return cookieValue; + } + }; + \ No newline at end of file diff --git a/htdocs/template/default/static/js/jquery.js b/htdocs/template/default/static/js/jquery.js new file mode 100644 index 0000000..006e953 --- /dev/null +++ b/htdocs/template/default/static/js/jquery.js @@ -0,0 +1,5 @@ +/*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license +//@ sourceMappingURL=jquery.min.map +*/(function(e,t){var n,r,i=typeof t,o=e.document,a=e.location,s=e.jQuery,u=e.$,l={},c=[],p="1.9.1",f=c.concat,d=c.push,h=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,b=function(e,t){return new b.fn.init(e,t,r)},x=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^[\],:{}\s]*$/,E=/(?:^|:|,)(?:\s*\[)+/g,S=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,A=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,j=/^-ms-/,D=/-([\da-z])/gi,L=function(e,t){return t.toUpperCase()},H=function(e){(o.addEventListener||"load"===e.type||"complete"===o.readyState)&&(q(),b.ready())},q=function(){o.addEventListener?(o.removeEventListener("DOMContentLoaded",H,!1),e.removeEventListener("load",H,!1)):(o.detachEvent("onreadystatechange",H),e.detachEvent("onload",H))};b.fn=b.prototype={jquery:p,constructor:b,init:function(e,n,r){var i,a;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof b?n[0]:n,b.merge(this,b.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:o,!0)),C.test(i[1])&&b.isPlainObject(n))for(i in n)b.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(a=o.getElementById(i[2]),a&&a.parentNode){if(a.id!==i[2])return r.find(e);this.length=1,this[0]=a}return this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):b.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),b.makeArray(e,this))},selector:"",length:0,size:function(){return this.length},toArray:function(){return h.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=b.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return b.each(this,e,t)},ready:function(e){return b.ready.promise().done(e),this},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(b.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:d,sort:[].sort,splice:[].splice},b.fn.init.prototype=b.fn,b.extend=b.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},u=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},u=2),"object"==typeof s||b.isFunction(s)||(s={}),l===u&&(s=this,--u);l>u;u++)if(null!=(o=arguments[u]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(b.isPlainObject(r)||(n=b.isArray(r)))?(n?(n=!1,a=e&&b.isArray(e)?e:[]):a=e&&b.isPlainObject(e)?e:{},s[i]=b.extend(c,a,r)):r!==t&&(s[i]=r));return s},b.extend({noConflict:function(t){return e.$===b&&(e.$=u),t&&e.jQuery===b&&(e.jQuery=s),b},isReady:!1,readyWait:1,holdReady:function(e){e?b.readyWait++:b.ready(!0)},ready:function(e){if(e===!0?!--b.readyWait:!b.isReady){if(!o.body)return setTimeout(b.ready);b.isReady=!0,e!==!0&&--b.readyWait>0||(n.resolveWith(o,[b]),b.fn.trigger&&b(o).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===b.type(e)},isArray:Array.isArray||function(e){return"array"===b.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if(!e||"object"!==b.type(e)||e.nodeType||b.isWindow(e))return!1;try{if(e.constructor&&!y.call(e,"constructor")&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||y.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=C.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=b.buildFragment([e],t,i),i&&b(i).remove(),b.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=b.trim(n),n&&k.test(n.replace(S,"@").replace(A,"]").replace(E,"")))?Function("return "+n)():(b.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||b.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&b.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(j,"ms-").replace(D,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:v&&!v.call("\ufeff\u00a0")?function(e){return null==e?"":v.call(e)}:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?b.merge(n,"string"==typeof e?[e]:e):d.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(g)return g.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return f.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),b.isFunction(e)?(r=h.call(arguments,2),i=function(){return e.apply(n||this,r.concat(h.call(arguments)))},i.guid=e.guid=e.guid||b.guid++,i):t},access:function(e,n,r,i,o,a,s){var u=0,l=e.length,c=null==r;if("object"===b.type(r)){o=!0;for(u in r)b.access(e,n,u,r[u],!0,a,s)}else if(i!==t&&(o=!0,b.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(b(e),n)})),n))for(;l>u;u++)n(e[u],r,s?i:i.call(e[u],u,n(e[u],r)));return o?e:c?n.call(e):l?n(e[0],r):a},now:function(){return(new Date).getTime()}}),b.ready.promise=function(t){if(!n)if(n=b.Deferred(),"complete"===o.readyState)setTimeout(b.ready);else if(o.addEventListener)o.addEventListener("DOMContentLoaded",H,!1),e.addEventListener("load",H,!1);else{o.attachEvent("onreadystatechange",H),e.attachEvent("onload",H);var r=!1;try{r=null==e.frameElement&&o.documentElement}catch(i){}r&&r.doScroll&&function a(){if(!b.isReady){try{r.doScroll("left")}catch(e){return setTimeout(a,50)}q(),b.ready()}}()}return n.promise(t)},b.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=b.type(e);return b.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=b(o);var _={};function F(e){var t=_[e]={};return b.each(e.match(w)||[],function(e,n){t[n]=!0}),t}b.Callbacks=function(e){e="string"==typeof e?_[e]||F(e):b.extend({},e);var n,r,i,o,a,s,u=[],l=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=u.length,n=!0;u&&o>a;a++)if(u[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,u&&(l?l.length&&c(l.shift()):r?u=[]:p.disable())},p={add:function(){if(u){var t=u.length;(function i(t){b.each(t,function(t,n){var r=b.type(n);"function"===r?e.unique&&p.has(n)||u.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=u.length:r&&(s=t,c(r))}return this},remove:function(){return u&&b.each(arguments,function(e,t){var r;while((r=b.inArray(t,u,r))>-1)u.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?b.inArray(e,u)>-1:!(!u||!u.length)},empty:function(){return u=[],this},disable:function(){return u=l=r=t,this},disabled:function(){return!u},lock:function(){return l=t,r||p.disable(),this},locked:function(){return!l},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],!u||i&&!l||(n?l.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},b.extend({Deferred:function(e){var t=[["resolve","done",b.Callbacks("once memory"),"resolved"],["reject","fail",b.Callbacks("once memory"),"rejected"],["notify","progress",b.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return b.Deferred(function(n){b.each(t,function(t,o){var a=o[0],s=b.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&b.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?b.extend(e,r):r}},i={};return r.pipe=r.then,b.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=h.call(arguments),r=n.length,i=1!==r||e&&b.isFunction(e.promise)?r:0,o=1===i?e:b.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?h.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,u,l;if(r>1)for(s=Array(r),u=Array(r),l=Array(r);r>t;t++)n[t]&&b.isFunction(n[t].promise)?n[t].promise().done(a(t,l,n)).fail(o.reject).progress(a(t,u,s)):--i;return i||o.resolveWith(l,n),o.promise()}}),b.support=function(){var t,n,r,a,s,u,l,c,p,f,d=o.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="
      a",n=d.getElementsByTagName("*"),r=d.getElementsByTagName("a")[0],!n||!r||!n.length)return{};s=o.createElement("select"),l=s.appendChild(o.createElement("option")),a=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={getSetAttribute:"t"!==d.className,leadingWhitespace:3===d.firstChild.nodeType,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:"/a"===r.getAttribute("href"),opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:!!a.value,optSelected:l.selected,enctype:!!o.createElement("form").enctype,html5Clone:"<:nav>"!==o.createElement("nav").cloneNode(!0).outerHTML,boxModel:"CSS1Compat"===o.compatMode,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},a.checked=!0,t.noCloneChecked=a.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!l.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}a=o.createElement("input"),a.setAttribute("value",""),t.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),t.radioValue="t"===a.value,a.setAttribute("checked","t"),a.setAttribute("name","t"),u=o.createDocumentFragment(),u.appendChild(a),t.appendChecked=a.checked,t.checkClone=u.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;return d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip,b(function(){var n,r,a,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",u=o.getElementsByTagName("body")[0];u&&(n=o.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",u.appendChild(n).appendChild(d),d.innerHTML="
      t
      ",a=d.getElementsByTagName("td"),a[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===a[0].offsetHeight,a[0].style.display="",a[1].style.display="none",t.reliableHiddenOffsets=p&&0===a[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=4===d.offsetWidth,t.doesNotIncludeMarginInBodyOffset=1!==u.offsetTop,e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(o.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="
      ",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(u.style.zoom=1)),u.removeChild(n),n=d=a=r=null)}),n=s=u=l=r=a=null,t}();var O=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,B=/([A-Z])/g;function P(e,n,r,i){if(b.acceptData(e)){var o,a,s=b.expando,u="string"==typeof n,l=e.nodeType,p=l?b.cache:e,f=l?e[s]:e[s]&&s;if(f&&p[f]&&(i||p[f].data)||!u||r!==t)return f||(l?e[s]=f=c.pop()||b.guid++:f=s),p[f]||(p[f]={},l||(p[f].toJSON=b.noop)),("object"==typeof n||"function"==typeof n)&&(i?p[f]=b.extend(p[f],n):p[f].data=b.extend(p[f].data,n)),o=p[f],i||(o.data||(o.data={}),o=o.data),r!==t&&(o[b.camelCase(n)]=r),u?(a=o[n],null==a&&(a=o[b.camelCase(n)])):a=o,a}}function R(e,t,n){if(b.acceptData(e)){var r,i,o,a=e.nodeType,s=a?b.cache:e,u=a?e[b.expando]:b.expando;if(s[u]){if(t&&(o=n?s[u]:s[u].data)){b.isArray(t)?t=t.concat(b.map(t,b.camelCase)):t in o?t=[t]:(t=b.camelCase(t),t=t in o?[t]:t.split(" "));for(r=0,i=t.length;i>r;r++)delete o[t[r]];if(!(n?$:b.isEmptyObject)(o))return}(n||(delete s[u].data,$(s[u])))&&(a?b.cleanData([e],!0):b.support.deleteExpando||s!=s.window?delete s[u]:s[u]=null)}}}b.extend({cache:{},expando:"jQuery"+(p+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?b.cache[e[b.expando]]:e[b.expando],!!e&&!$(e)},data:function(e,t,n){return P(e,t,n)},removeData:function(e,t){return R(e,t)},_data:function(e,t,n){return P(e,t,n,!0)},_removeData:function(e,t){return R(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&b.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),b.fn.extend({data:function(e,n){var r,i,o=this[0],a=0,s=null;if(e===t){if(this.length&&(s=b.data(o),1===o.nodeType&&!b._data(o,"parsedAttrs"))){for(r=o.attributes;r.length>a;a++)i=r[a].name,i.indexOf("data-")||(i=b.camelCase(i.slice(5)),W(o,i,s[i]));b._data(o,"parsedAttrs",!0)}return s}return"object"==typeof e?this.each(function(){b.data(this,e)}):b.access(this,function(n){return n===t?o?W(o,e,b.data(o,e)):null:(this.each(function(){b.data(this,e,n)}),t)},null,n,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){b.removeData(this,e)})}});function W(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(B,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:O.test(r)?b.parseJSON(r):r}catch(o){}b.data(e,n,r)}else r=t}return r}function $(e){var t;for(t in e)if(("data"!==t||!b.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}b.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=b._data(e,n),r&&(!i||b.isArray(r)?i=b._data(e,n,b.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=b.queue(e,t),r=n.length,i=n.shift(),o=b._queueHooks(e,t),a=function(){b.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),o.cur=i,i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return b._data(e,n)||b._data(e,n,{empty:b.Callbacks("once memory").add(function(){b._removeData(e,t+"queue"),b._removeData(e,n)})})}}),b.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?b.queue(this[0],e):n===t?this:this.each(function(){var t=b.queue(this,e,n);b._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&b.dequeue(this,e)})},dequeue:function(e){return this.each(function(){b.dequeue(this,e)})},delay:function(e,t){return e=b.fx?b.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=b.Deferred(),a=this,s=this.length,u=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=b._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(u));return u(),o.promise(n)}});var I,z,X=/[\t\r\n]/g,U=/\r/g,V=/^(?:input|select|textarea|button|object)$/i,Y=/^(?:a|area)$/i,J=/^(?:checked|selected|autofocus|autoplay|async|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped)$/i,G=/^(?:checked|selected)$/i,Q=b.support.getSetAttribute,K=b.support.input;b.fn.extend({attr:function(e,t){return b.access(this,b.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){b.removeAttr(this,e)})},prop:function(e,t){return b.access(this,b.prop,e,t,arguments.length>1)},removeProp:function(e){return e=b.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,u="string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=b.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,u=0===arguments.length||"string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?b.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e,r="boolean"==typeof t;return b.isFunction(e)?this.each(function(n){b(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var o,a=0,s=b(this),u=t,l=e.match(w)||[];while(o=l[a++])u=r?u:!s.hasClass(o),s[u?"addClass":"removeClass"](o)}else(n===i||"boolean"===n)&&(this.className&&b._data(this,"__className__",this.className),this.className=this.className||e===!1?"":b._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(X," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=b.isFunction(e),this.each(function(n){var o,a=b(this);1===this.nodeType&&(o=i?e.call(this,n,a.val()):e,null==o?o="":"number"==typeof o?o+="":b.isArray(o)&&(o=b.map(o,function(e){return null==e?"":e+""})),r=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=b.valHooks[o.type]||b.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(U,""):null==n?"":n)}}}),b.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,u=0>i?s:o?i:0;for(;s>u;u++)if(n=r[u],!(!n.selected&&u!==i||(b.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&b.nodeName(n.parentNode,"optgroup"))){if(t=b(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n=b.makeArray(t);return b(e).find("option").each(function(){this.selected=b.inArray(b(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attr:function(e,n,r){var o,a,s,u=e.nodeType;if(e&&3!==u&&8!==u&&2!==u)return typeof e.getAttribute===i?b.prop(e,n,r):(a=1!==u||!b.isXMLDoc(e),a&&(n=n.toLowerCase(),o=b.attrHooks[n]||(J.test(n)?z:I)),r===t?o&&a&&"get"in o&&null!==(s=o.get(e,n))?s:(typeof e.getAttribute!==i&&(s=e.getAttribute(n)),null==s?t:s):null!==r?o&&a&&"set"in o&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r):(b.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(w);if(o&&1===e.nodeType)while(n=o[i++])r=b.propFix[n]||n,J.test(n)?!Q&&G.test(n)?e[b.camelCase("default-"+n)]=e[r]=!1:e[r]=!1:b.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!b.support.radioValue&&"radio"===t&&b.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!b.isXMLDoc(e),a&&(n=b.propFix[n]||n,o=b.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):V.test(e.nodeName)||Y.test(e.nodeName)&&e.href?0:t}}}}),z={get:function(e,n){var r=b.prop(e,n),i="boolean"==typeof r&&e.getAttribute(n),o="boolean"==typeof r?K&&Q?null!=i:G.test(n)?e[b.camelCase("default-"+n)]:!!i:e.getAttributeNode(n);return o&&o.value!==!1?n.toLowerCase():t},set:function(e,t,n){return t===!1?b.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&b.propFix[n]||n,n):e[b.camelCase("default-"+n)]=e[n]=!0,n}},K&&Q||(b.attrHooks.value={get:function(e,n){var r=e.getAttributeNode(n);return b.nodeName(e,"input")?e.defaultValue:r&&r.specified?r.value:t},set:function(e,n,r){return b.nodeName(e,"input")?(e.defaultValue=n,t):I&&I.set(e,n,r)}}),Q||(I=b.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&("id"===n||"name"===n||"coords"===n?""!==r.value:r.specified)?r.value:t},set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},b.attrHooks.contenteditable={get:I.get,set:function(e,t,n){I.set(e,""===t?!1:t,n)}},b.each(["width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}})})),b.support.hrefNormalized||(b.each(["href","src","width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return null==r?t:r}})}),b.each(["href","src"],function(e,t){b.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}})),b.support.style||(b.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),b.support.optSelected||(b.propHooks.selected=b.extend(b.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),b.support.enctype||(b.propFix.enctype="encoding"),b.support.checkOn||b.each(["radio","checkbox"],function(){b.valHooks[this]={get:function(e){return null===e.getAttribute("value")?"on":e.value}}}),b.each(["radio","checkbox"],function(){b.valHooks[this]=b.extend(b.valHooks[this],{set:function(e,n){return b.isArray(n)?e.checked=b.inArray(b(e).val(),n)>=0:t}})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}b.event={global:{},add:function(e,n,r,o,a){var s,u,l,c,p,f,d,h,g,m,y,v=b._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=b.guid++),(u=v.events)||(u=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof b===i||e&&b.event.triggered===e.type?t:b.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(w)||[""],l=n.length;while(l--)s=rt.exec(n[l])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),p=b.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=b.event.special[g]||{},d=b.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&b.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=u[g])||(h=u[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),b.event.global[g]=!0;e=null}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,p,f,d,h,g,m=b.hasData(e)&&b._data(e);if(m&&(c=m.events)){t=(t||"").match(w)||[""],l=t.length;while(l--)if(s=rt.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=b.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),u=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));u&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||b.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)b.event.remove(e,d+t[l],n,r,!0);b.isEmptyObject(c)&&(delete m.handle,b._removeData(e,"events"))}},trigger:function(n,r,i,a){var s,u,l,c,p,f,d,h=[i||o],g=y.call(n,"type")?n.type:n,m=y.call(n,"namespace")?n.namespace.split("."):[];if(l=f=i=i||o,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+b.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),u=0>g.indexOf(":")&&"on"+g,n=n[b.expando]?n:new b.Event(g,"object"==typeof n&&n),n.isTrigger=!0,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:b.makeArray(r,[n]),p=b.event.special[g]||{},a||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!a&&!p.noBubble&&!b.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(l=l.parentNode);l;l=l.parentNode)h.push(l),f=l;f===(i.ownerDocument||o)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((l=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(b._data(l,"events")||{})[n.type]&&b._data(l,"handle"),s&&s.apply(l,r),s=u&&l[u],s&&b.acceptData(l)&&s.apply&&s.apply(l,r)===!1&&n.preventDefault();if(n.type=g,!(a||n.isDefaultPrevented()||p._default&&p._default.apply(i.ownerDocument,r)!==!1||"click"===g&&b.nodeName(i,"a")||!b.acceptData(i)||!u||!i[g]||b.isWindow(i))){f=i[u],f&&(i[u]=null),b.event.triggered=g;try{i[g]()}catch(v){}b.event.triggered=t,f&&(i[u]=f)}return n.result}},dispatch:function(e){e=b.event.fix(e);var n,r,i,o,a,s=[],u=h.call(arguments),l=(b._data(this,"events")||{})[e.type]||[],c=b.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=b.event.handlers.call(this,e,l),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((b.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,u),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],u=n.delegateCount,l=e.target;if(u&&l.nodeType&&(!e.button||"click"!==e.type))for(;l!=this;l=l.parentNode||this)if(1===l.nodeType&&(l.disabled!==!0||"click"!==e.type)){for(o=[],a=0;u>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?b(r,this).index(l)>=0:b.find(r,this,null,[l]).length),o[r]&&o.push(i);o.length&&s.push({elem:l,handlers:o})}return n.length>u&&s.push({elem:this,handlers:n.slice(u)}),s},fix:function(e){if(e[b.expando])return e;var t,n,r,i=e.type,a=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new b.Event(a),t=r.length;while(t--)n=r[t],e[n]=a[n];return e.target||(e.target=a.srcElement||o),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,a):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,a,s=n.button,u=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||o,a=i.documentElement,r=i.body,e.pageX=n.clientX+(a&&a.scrollLeft||r&&r.scrollLeft||0)-(a&&a.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(a&&a.scrollTop||r&&r.scrollTop||0)-(a&&a.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&u&&(e.relatedTarget=u===e.target?n.toElement:u),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},click:{trigger:function(){return b.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t}},focus:{trigger:function(){if(this!==o.activeElement&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===o.activeElement&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=b.extend(new b.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?b.event.trigger(i,null,t):b.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},b.removeEvent=o.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},b.Event=function(e,n){return this instanceof b.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&b.extend(this,n),this.timeStamp=e&&e.timeStamp||b.now(),this[b.expando]=!0,t):new b.Event(e,n)},b.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},b.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){b.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj; +return(!i||i!==r&&!b.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),b.support.submitBubbles||(b.event.special.submit={setup:function(){return b.nodeName(this,"form")?!1:(b.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=b.nodeName(n,"input")||b.nodeName(n,"button")?n.form:t;r&&!b._data(r,"submitBubbles")&&(b.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),b._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&b.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return b.nodeName(this,"form")?!1:(b.event.remove(this,"._submit"),t)}}),b.support.changeBubbles||(b.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(b.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),b.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),b.event.simulate("change",this,e,!0)})),!1):(b.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!b._data(t,"changeBubbles")&&(b.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||b.event.simulate("change",this.parentNode,e,!0)}),b._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return b.event.remove(this,"._change"),!Z.test(this.nodeName)}}),b.support.focusinBubbles||b.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){b.event.simulate(t,e.target,b.event.fix(e),!0)};b.event.special[t]={setup:function(){0===n++&&o.addEventListener(e,r,!0)},teardown:function(){0===--n&&o.removeEventListener(e,r,!0)}}}),b.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return b().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=b.guid++)),this.each(function(){b.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,b(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){b.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){b.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?b.event.trigger(e,n,r,!0):t}}),function(e,t){var n,r,i,o,a,s,u,l,c,p,f,d,h,g,m,y,v,x="sizzle"+-new Date,w=e.document,T={},N=0,C=0,k=it(),E=it(),S=it(),A=typeof t,j=1<<31,D=[],L=D.pop,H=D.push,q=D.slice,M=D.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},_="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=F.replace("w","w#"),B="([*^$|!~]?=)",P="\\["+_+"*("+F+")"+_+"*(?:"+B+_+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+O+")|)|)"+_+"*\\]",R=":("+F+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+P.replace(3,8)+")*)|.*)\\)|)",W=RegExp("^"+_+"+|((?:^|[^\\\\])(?:\\\\.)*)"+_+"+$","g"),$=RegExp("^"+_+"*,"+_+"*"),I=RegExp("^"+_+"*([\\x20\\t\\r\\n\\f>+~])"+_+"*"),z=RegExp(R),X=RegExp("^"+O+"$"),U={ID:RegExp("^#("+F+")"),CLASS:RegExp("^\\.("+F+")"),NAME:RegExp("^\\[name=['\"]?("+F+")['\"]?\\]"),TAG:RegExp("^("+F.replace("w","w*")+")"),ATTR:RegExp("^"+P),PSEUDO:RegExp("^"+R),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+_+"*(even|odd|(([+-]|)(\\d*)n|)"+_+"*(?:([+-]|)"+_+"*(\\d+)|))"+_+"*\\)|)","i"),needsContext:RegExp("^"+_+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+_+"*((?:-\\d)?\\d*)"+_+"*\\)|)(?=[^-]|$)","i")},V=/[\x20\t\r\n\f]*[+~]/,Y=/^[^{]+\{\s*\[native code/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,G=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,K=/'|\\/g,Z=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,et=/\\([\da-fA-F]{1,6}[\x20\t\r\n\f]?|.)/g,tt=function(e,t){var n="0x"+t-65536;return n!==n?t:0>n?String.fromCharCode(n+65536):String.fromCharCode(55296|n>>10,56320|1023&n)};try{q.call(w.documentElement.childNodes,0)[0].nodeType}catch(nt){q=function(e){var t,n=[];while(t=this[e++])n.push(t);return n}}function rt(e){return Y.test(e+"")}function it(){var e,t=[];return e=function(n,r){return t.push(n+=" ")>i.cacheLength&&delete e[t.shift()],e[n]=r}}function ot(e){return e[x]=!0,e}function at(e){var t=p.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}}function st(e,t,n,r){var i,o,a,s,u,l,f,g,m,v;if((t?t.ownerDocument||t:w)!==p&&c(t),t=t||p,n=n||[],!e||"string"!=typeof e)return n;if(1!==(s=t.nodeType)&&9!==s)return[];if(!d&&!r){if(i=J.exec(e))if(a=i[1]){if(9===s){if(o=t.getElementById(a),!o||!o.parentNode)return n;if(o.id===a)return n.push(o),n}else if(t.ownerDocument&&(o=t.ownerDocument.getElementById(a))&&y(t,o)&&o.id===a)return n.push(o),n}else{if(i[2])return H.apply(n,q.call(t.getElementsByTagName(e),0)),n;if((a=i[3])&&T.getByClassName&&t.getElementsByClassName)return H.apply(n,q.call(t.getElementsByClassName(a),0)),n}if(T.qsa&&!h.test(e)){if(f=!0,g=x,m=t,v=9===s&&e,1===s&&"object"!==t.nodeName.toLowerCase()){l=ft(e),(f=t.getAttribute("id"))?g=f.replace(K,"\\$&"):t.setAttribute("id",g),g="[id='"+g+"'] ",u=l.length;while(u--)l[u]=g+dt(l[u]);m=V.test(e)&&t.parentNode||t,v=l.join(",")}if(v)try{return H.apply(n,q.call(m.querySelectorAll(v),0)),n}catch(b){}finally{f||t.removeAttribute("id")}}}return wt(e.replace(W,"$1"),t,n,r)}a=st.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},c=st.setDocument=function(e){var n=e?e.ownerDocument||e:w;return n!==p&&9===n.nodeType&&n.documentElement?(p=n,f=n.documentElement,d=a(n),T.tagNameNoComments=at(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),T.attributes=at(function(e){e.innerHTML="";var t=typeof e.lastChild.getAttribute("multiple");return"boolean"!==t&&"string"!==t}),T.getByClassName=at(function(e){return e.innerHTML="",e.getElementsByClassName&&e.getElementsByClassName("e").length?(e.lastChild.className="e",2===e.getElementsByClassName("e").length):!1}),T.getByName=at(function(e){e.id=x+0,e.innerHTML="
      ",f.insertBefore(e,f.firstChild);var t=n.getElementsByName&&n.getElementsByName(x).length===2+n.getElementsByName(x+0).length;return T.getIdNotName=!n.getElementById(x),f.removeChild(e),t}),i.attrHandle=at(function(e){return e.innerHTML="",e.firstChild&&typeof e.firstChild.getAttribute!==A&&"#"===e.firstChild.getAttribute("href")})?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},T.getIdNotName?(i.find.ID=function(e,t){if(typeof t.getElementById!==A&&!d){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){return e.getAttribute("id")===t}}):(i.find.ID=function(e,n){if(typeof n.getElementById!==A&&!d){var r=n.getElementById(e);return r?r.id===e||typeof r.getAttributeNode!==A&&r.getAttributeNode("id").value===e?[r]:t:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){var n=typeof e.getAttributeNode!==A&&e.getAttributeNode("id");return n&&n.value===t}}),i.find.TAG=T.tagNameNoComments?function(e,n){return typeof n.getElementsByTagName!==A?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},i.find.NAME=T.getByName&&function(e,n){return typeof n.getElementsByName!==A?n.getElementsByName(name):t},i.find.CLASS=T.getByClassName&&function(e,n){return typeof n.getElementsByClassName===A||d?t:n.getElementsByClassName(e)},g=[],h=[":focus"],(T.qsa=rt(n.querySelectorAll))&&(at(function(e){e.innerHTML="",e.querySelectorAll("[selected]").length||h.push("\\["+_+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||h.push(":checked")}),at(function(e){e.innerHTML="",e.querySelectorAll("[i^='']").length&&h.push("[*^$]="+_+"*(?:\"\"|'')"),e.querySelectorAll(":enabled").length||h.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),h.push(",.*:")})),(T.matchesSelector=rt(m=f.matchesSelector||f.mozMatchesSelector||f.webkitMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&at(function(e){T.disconnectedMatch=m.call(e,"div"),m.call(e,"[s!='']:x"),g.push("!=",R)}),h=RegExp(h.join("|")),g=RegExp(g.join("|")),y=rt(f.contains)||f.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},v=f.compareDocumentPosition?function(e,t){var r;return e===t?(u=!0,0):(r=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t))?1&r||e.parentNode&&11===e.parentNode.nodeType?e===n||y(w,e)?-1:t===n||y(w,t)?1:0:4&r?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return u=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:0;if(o===a)return ut(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?ut(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},u=!1,[0,0].sort(v),T.detectDuplicates=u,p):p},st.matches=function(e,t){return st(e,null,null,t)},st.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&c(e),t=t.replace(Z,"='$1']"),!(!T.matchesSelector||d||g&&g.test(t)||h.test(t)))try{var n=m.call(e,t);if(n||T.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(r){}return st(t,p,null,[e]).length>0},st.contains=function(e,t){return(e.ownerDocument||e)!==p&&c(e),y(e,t)},st.attr=function(e,t){var n;return(e.ownerDocument||e)!==p&&c(e),d||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):d||T.attributes?e.getAttribute(t):((n=e.getAttributeNode(t))||e.getAttribute(t))&&e[t]===!0?t:n&&n.specified?n.value:null},st.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},st.uniqueSort=function(e){var t,n=[],r=1,i=0;if(u=!T.detectDuplicates,e.sort(v),u){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e};function ut(e,t){var n=t&&e,r=n&&(~t.sourceIndex||j)-(~e.sourceIndex||j);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function lt(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function ct(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pt(e){return ot(function(t){return t=+t,ot(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}o=st.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=o(t);return n},i=st.selectors={cacheLength:50,createPseudo:ot,match:U,find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(et,tt),e[3]=(e[4]||e[5]||"").replace(et,tt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||st.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&st.error(e[0]),e},PSEUDO:function(e){var t,n=!e[5]&&e[2];return U.CHILD.test(e[0])?null:(e[4]?e[2]=e[4]:n&&z.test(n)&&(t=ft(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){return"*"===e?function(){return!0}:(e=e.replace(et,tt).toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[e+" "];return t||(t=RegExp("(^|"+_+")"+e+"("+_+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==A&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=st.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[x]||(m[x]={}),l=c[e]||[],d=l[0]===N&&l[1],f=l[0]===N&&l[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[N,d,f];break}}else if(v&&(l=(t[x]||(t[x]={}))[e])&&l[0]===N)f=l[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[x]||(p[x]={}))[e]=[N,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||st.error("unsupported pseudo: "+e);return r[x]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ot(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=M.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:ot(function(e){var t=[],n=[],r=s(e.replace(W,"$1"));return r[x]?ot(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:ot(function(e){return function(t){return st(e,t).length>0}}),contains:ot(function(e){return function(t){return(t.textContent||t.innerText||o(t)).indexOf(e)>-1}}),lang:ot(function(e){return X.test(e||"")||st.error("unsupported lang: "+e),e=e.replace(et,tt).toLowerCase(),function(t){var n;do if(n=d?t.getAttribute("xml:lang")||t.getAttribute("lang"):t.lang)return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return Q.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:pt(function(){return[0]}),last:pt(function(e,t){return[t-1]}),eq:pt(function(e,t,n){return[0>n?n+t:n]}),even:pt(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:pt(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:pt(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:pt(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}};for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[n]=lt(n);for(n in{submit:!0,reset:!0})i.pseudos[n]=ct(n);function ft(e,t){var n,r,o,a,s,u,l,c=E[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=i.preFilter;while(s){(!n||(r=$.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),u.push(o=[])),n=!1,(r=I.exec(s))&&(n=r.shift(),o.push({value:n,type:r[0].replace(W," ")}),s=s.slice(n.length));for(a in i.filter)!(r=U[a].exec(s))||l[a]&&!(r=l[a](r))||(n=r.shift(),o.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?st.error(e):E(e,u).slice(0)}function dt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function ht(e,t,n){var i=t.dir,o=n&&"parentNode"===i,a=C++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodeType||o)return e(t,n,r)}:function(t,n,s){var u,l,c,p=N+" "+a;if(s){while(t=t[i])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[i])if(1===t.nodeType||o)if(c=t[x]||(t[x]={}),(l=c[i])&&l[0]===p){if((u=l[1])===!0||u===r)return u===!0}else if(l=c[i]=[p],l[1]=e(t,n,s)||r,l[1]===!0)return!0}}function gt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function mt(e,t,n,r,i){var o,a=[],s=0,u=e.length,l=null!=t;for(;u>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),l&&t.push(s));return a}function yt(e,t,n,r,i,o){return r&&!r[x]&&(r=yt(r)),i&&!i[x]&&(i=yt(i,o)),ot(function(o,a,s,u){var l,c,p,f=[],d=[],h=a.length,g=o||xt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:mt(g,f,e,s,u),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,u),r){l=mt(y,d),r(l,[],s,u),c=l.length;while(c--)(p=l[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){l=[],c=y.length;while(c--)(p=y[c])&&l.push(m[c]=p);i(null,y=[],l,u)}c=y.length;while(c--)(p=y[c])&&(l=i?M.call(o,p):f[c])>-1&&(o[l]=!(a[l]=p))}}else y=mt(y===a?y.splice(h,y.length):y),i?i(null,a,y,u):H.apply(a,y)})}function vt(e){var t,n,r,o=e.length,a=i.relative[e[0].type],s=a||i.relative[" "],u=a?1:0,c=ht(function(e){return e===t},s,!0),p=ht(function(e){return M.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;o>u;u++)if(n=i.relative[e[u].type])f=[ht(gt(f),n)];else{if(n=i.filter[e[u].type].apply(null,e[u].matches),n[x]){for(r=++u;o>r;r++)if(i.relative[e[r].type])break;return yt(u>1&>(f),u>1&&dt(e.slice(0,u-1)).replace(W,"$1"),n,r>u&&vt(e.slice(u,r)),o>r&&vt(e=e.slice(r)),o>r&&dt(e))}f.push(n)}return gt(f)}function bt(e,t){var n=0,o=t.length>0,a=e.length>0,s=function(s,u,c,f,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,T=l,C=s||a&&i.find.TAG("*",d&&u.parentNode||u),k=N+=null==T?1:Math.random()||.1;for(w&&(l=u!==p&&u,r=n);null!=(h=C[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,u,c)){f.push(h);break}w&&(N=k,r=++n)}o&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,o&&b!==v){g=0;while(m=t[g++])m(x,y,u,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=L.call(f));y=mt(y)}H.apply(f,y),w&&!s&&y.length>0&&v+t.length>1&&st.uniqueSort(f)}return w&&(N=k,l=T),x};return o?ot(s):s}s=st.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=ft(e)),n=t.length;while(n--)o=vt(t[n]),o[x]?r.push(o):i.push(o);o=S(e,bt(i,r))}return o};function xt(e,t,n){var r=0,i=t.length;for(;i>r;r++)st(e,t[r],n);return n}function wt(e,t,n,r){var o,a,u,l,c,p=ft(e);if(!r&&1===p.length){if(a=p[0]=p[0].slice(0),a.length>2&&"ID"===(u=a[0]).type&&9===t.nodeType&&!d&&i.relative[a[1].type]){if(t=i.find.ID(u.matches[0].replace(et,tt),t)[0],!t)return n;e=e.slice(a.shift().value.length)}o=U.needsContext.test(e)?0:a.length;while(o--){if(u=a[o],i.relative[l=u.type])break;if((c=i.find[l])&&(r=c(u.matches[0].replace(et,tt),V.test(a[0].type)&&t.parentNode||t))){if(a.splice(o,1),e=r.length&&dt(a),!e)return H.apply(n,q.call(r,0)),n;break}}}return s(e,p)(r,t,d,n,V.test(e)),n}i.pseudos.nth=i.pseudos.eq;function Tt(){}i.filters=Tt.prototype=i.pseudos,i.setFilters=new Tt,c(),st.attr=b.attr,b.find=st,b.expr=st.selectors,b.expr[":"]=b.expr.pseudos,b.unique=st.uniqueSort,b.text=st.getText,b.isXMLDoc=st.isXML,b.contains=st.contains}(e);var at=/Until$/,st=/^(?:parents|prev(?:Until|All))/,ut=/^.[^:#\[\.,]*$/,lt=b.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};b.fn.extend({find:function(e){var t,n,r,i=this.length;if("string"!=typeof e)return r=this,this.pushStack(b(e).filter(function(){for(t=0;i>t;t++)if(b.contains(r[t],this))return!0}));for(n=[],t=0;i>t;t++)b.find(e,this[t],n);return n=this.pushStack(i>1?b.unique(n):n),n.selector=(this.selector?this.selector+" ":"")+e,n},has:function(e){var t,n=b(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(b.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1))},filter:function(e){return this.pushStack(ft(this,e,!0))},is:function(e){return!!e&&("string"==typeof e?lt.test(e)?b(e,this.context).index(this[0])>=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,o=[],a=lt.test(e)||"string"!=typeof e?b(e,t||this.context):0;for(;i>r;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&11!==n.nodeType){if(a?a.index(n)>-1:b.find.matchesSelector(n,e)){o.push(n);break}n=n.parentNode}}return this.pushStack(o.length>1?b.unique(o):o)},index:function(e){return e?"string"==typeof e?b.inArray(this[0],b(e)):b.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?b(e,t):b.makeArray(e&&e.nodeType?[e]:e),r=b.merge(this.get(),n);return this.pushStack(b.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),b.fn.andSelf=b.fn.addBack;function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}b.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(e,t,n){return b.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(e,t,n){return b.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return b.dir(e,"previousSibling",n)},siblings:function(e){return b.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.merge([],e.childNodes)}},function(e,t){b.fn[e]=function(n,r){var i=b.map(this,t,n);return at.test(e)||(r=n),r&&"string"==typeof r&&(i=b.filter(r,i)),i=this.length>1&&!ct[e]?b.unique(i):i,this.length>1&&st.test(e)&&(i=i.reverse()),this.pushStack(i)}}),b.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),1===t.length?b.find.matchesSelector(t[0],e)?[t[0]]:[]:b.find.matches(e,t)},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!b(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(t=t||0,b.isFunction(t))return b.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return b.grep(e,function(e){return e===t===n});if("string"==typeof t){var r=b.grep(e,function(e){return 1===e.nodeType});if(ut.test(t))return b.filter(t,r,!n);t=b.filter(t,r)}return b.grep(e,function(e){return b.inArray(e,t)>=0===n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/\s*$/g,At={option:[1,""],legend:[1,"
      ","
      "],area:[1,"",""],param:[1,"",""],thead:[1,"","
      "],tr:[2,"","
      "],col:[2,"","
      "],td:[3,"","
      "],_default:b.support.htmlSerialize?[0,"",""]:[1,"X
      ","
      "]},jt=dt(o),Dt=jt.appendChild(o.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,b.fn.extend({text:function(e){return b.access(this,function(e){return e===t?b.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(b.isFunction(e))return this.each(function(t){b(this).wrapAll(e.call(this,t))});if(this[0]){var t=b(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return b.isFunction(e)?this.each(function(t){b(this).wrapInner(e.call(this,t))}):this.each(function(){var t=b(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=b.isFunction(e);return this.each(function(n){b(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){b.nodeName(this,"body")||b(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.insertBefore(e,this.firstChild)})},before:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=0;for(;null!=(n=this[r]);r++)(!e||b.filter(e,[n]).length>0)&&(t||1!==n.nodeType||b.cleanData(Ot(n)),n.parentNode&&(t&&b.contains(n.ownerDocument,n)&&Mt(Ot(n,"script")),n.parentNode.removeChild(n)));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&b.cleanData(Ot(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&b.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return b.clone(this,e,t)})},html:function(e){return b.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!b.support.htmlSerialize&&mt.test(e)||!b.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(b.cleanData(Ot(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){var t=b.isFunction(e);return t||"string"==typeof e||(e=b(e).not(this).detach()),this.domManip([e],!0,function(e){var t=this.nextSibling,n=this.parentNode;n&&(b(this).remove(),n.insertBefore(e,t))})},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=f.apply([],e);var i,o,a,s,u,l,c=0,p=this.length,d=this,h=p-1,g=e[0],m=b.isFunction(g);if(m||!(1>=p||"string"!=typeof g||b.support.checkClone)&&Ct.test(g))return this.each(function(i){var o=d.eq(i);m&&(e[0]=g.call(this,i,n?o.html():t)),o.domManip(e,n,r)});if(p&&(l=b.buildFragment(e,this[0].ownerDocument,!1,this),i=l.firstChild,1===l.childNodes.length&&(l=i),i)){for(n=n&&b.nodeName(i,"tr"),s=b.map(Ot(l,"script"),Ht),a=s.length;p>c;c++)o=l,c!==h&&(o=b.clone(o,!0,!0),a&&b.merge(s,Ot(o,"script"))),r.call(n&&b.nodeName(this[c],"table")?Lt(this[c],"tbody"):this[c],o,c);if(a)for(u=s[s.length-1].ownerDocument,b.map(s,qt),c=0;a>c;c++)o=s[c],kt.test(o.type||"")&&!b._data(o,"globalEval")&&b.contains(u,o)&&(o.src?b.ajax({url:o.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):b.globalEval((o.text||o.textContent||o.innerHTML||"").replace(St,"")));l=i=null}return this}});function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function Ht(e){var t=e.getAttributeNode("type");return e.type=(t&&t.specified)+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function Mt(e,t){var n,r=0;for(;null!=(n=e[r]);r++)b._data(n,"globalEval",!t||b._data(t[r],"globalEval"))}function _t(e,t){if(1===t.nodeType&&b.hasData(e)){var n,r,i,o=b._data(e),a=b._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)b.event.add(t,n,s[n][r])}a.data&&(a.data=b.extend({},a.data))}}function Ft(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!b.support.noCloneEvent&&t[b.expando]){i=b._data(t);for(r in i.events)b.removeEvent(t,r,i.handle);t.removeAttribute(b.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),b.support.html5Clone&&e.innerHTML&&!b.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Nt.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){b.fn[e]=function(e){var n,r=0,i=[],o=b(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),b(o[r])[t](n),d.apply(i,n.get());return this.pushStack(i)}});function Ot(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||b.nodeName(o,n)?s.push(o):b.merge(s,Ot(o,n));return n===t||n&&b.nodeName(e,n)?b.merge([e],s):s}function Bt(e){Nt.test(e.type)&&(e.defaultChecked=e.checked)}b.extend({clone:function(e,t,n){var r,i,o,a,s,u=b.contains(e.ownerDocument,e);if(b.support.html5Clone||b.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(b.support.noCloneEvent&&b.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||b.isXMLDoc(e)))for(r=Ot(o),s=Ot(e),a=0;null!=(i=s[a]);++a)r[a]&&Ft(i,r[a]);if(t)if(n)for(s=s||Ot(e),r=r||Ot(o),a=0;null!=(i=s[a]);a++)_t(i,r[a]);else _t(e,o);return r=Ot(o,"script"),r.length>0&&Mt(r,!u&&Ot(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,u,l,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===b.type(o))b.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),u=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[u]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!b.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!b.support.tbody){o="table"!==u||xt.test(o)?""!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)b.nodeName(l=o.childNodes[i],"tbody")&&!l.childNodes.length&&o.removeChild(l) +}b.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),b.support.appendChecked||b.grep(Ot(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===b.inArray(o,r))&&(a=b.contains(o.ownerDocument,o),s=Ot(f.appendChild(o),"script"),a&&Mt(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,u=b.expando,l=b.cache,p=b.support.deleteExpando,f=b.event.special;for(;null!=(n=e[s]);s++)if((t||b.acceptData(n))&&(o=n[u],a=o&&l[o])){if(a.events)for(r in a.events)f[r]?b.event.remove(n,r):b.removeEvent(n,r,a.handle);l[o]&&(delete l[o],p?delete n[u]:typeof n.removeAttribute!==i?n.removeAttribute(u):n[u]=null,c.push(o))}}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+x+")(.*)$","i"),Yt=RegExp("^("+x+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+x+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===b.css(e,"display")||!b.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=b._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=b._data(r,"olddisplay",un(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&b._data(r,"olddisplay",i?n:b.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}b.fn.extend({css:function(e,n){return b.access(this,function(e,n,r){var i,o,a={},s=0;if(b.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=b.css(e,n[s],!1,o);return a}return r!==t?b.style(e,n,r):b.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:nn(this))?b(this).show():b(this).hide()})}}),b.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":b.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,u=b.camelCase(n),l=e.style;if(n=b.cssProps[u]||(b.cssProps[u]=tn(l,u)),s=b.cssHooks[n]||b.cssHooks[u],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:l[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(b.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||b.cssNumber[u]||(r+="px"),b.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(l[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{l[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,u=b.camelCase(n);return n=b.cssProps[u]||(b.cssProps[u]=tn(e.style,u)),s=b.cssHooks[n]||b.cssHooks[u],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||b.isNumeric(o)?o||0:a):a},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s.getPropertyValue(n)||s[n]:t,l=e.style;return s&&(""!==u||b.contains(e.ownerDocument,e)||(u=b.style(e,n)),Yt.test(u)&&Ut.test(n)&&(i=l.width,o=l.minWidth,a=l.maxWidth,l.minWidth=l.maxWidth=l.width=u,u=s.width,l.width=i,l.minWidth=o,l.maxWidth=a)),u}):o.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s[n]:t,l=e.style;return null==u&&l&&l[n]&&(u=l[n]),Yt.test(u)&&!zt.test(n)&&(i=l.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),l.left="fontSize"===n?"1em":u,u=l.pixelLeft+"px",l.left=i,a&&(o.left=a)),""===u?"auto":u});function on(e,t,n){var r=Vt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function an(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;for(;4>o;o+=2)"margin"===n&&(a+=b.css(e,n+Zt[o],!0,i)),r?("content"===n&&(a-=b.css(e,"padding"+Zt[o],!0,i)),"margin"!==n&&(a-=b.css(e,"border"+Zt[o]+"Width",!0,i))):(a+=b.css(e,"padding"+Zt[o],!0,i),"padding"!==n&&(a+=b.css(e,"border"+Zt[o]+"Width",!0,i)));return a}function sn(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Rt(e),a=b.support.boxSizing&&"border-box"===b.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Wt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Yt.test(i))return i;r=a&&(b.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+an(e,t,n||(a?"border":"content"),r,o)+"px"}function un(e){var t=o,n=Gt[e];return n||(n=ln(e,t),"none"!==n&&n||(Pt=(Pt||b("