diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8e69e07
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/.idea
+
diff --git a/application/extra/database.php b/application/extra/database.php
index d46b699..f1c42f0 100644
--- a/application/extra/database.php
+++ b/application/extra/database.php
@@ -13,13 +13,13 @@ return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
- 'hostname' => 'localhost',
+ 'hostname' => 'mysql',
// 数据库名
'database' => 'helper',
// 用户名
'username' => 'helper',
// 密码
- 'password' => 'wjyBRncHHY2ls4Cd',
+ 'password' => '123456',
// 端口
'hostport' => 3306,
// 连接dsn
diff --git a/application/extra/wechat.php b/application/extra/wechat.php
index 9effb26..c4981cb 100644
--- a/application/extra/wechat.php
+++ b/application/extra/wechat.php
@@ -8,10 +8,10 @@
// +------------------------------------------------+
return [
- 'token' => 'A2aj8BtAv',
- 'appid' => 'wxa655be02706ddeea',
- 'secret' => '06196cb22490c323a5edcbf1d9e67403',
- 'AESKey' => 'u7xi2oB8FcFJ4dn2MiP3wFhOaM65WQQUgHIpnbTnEiv',
- 'mch_id' => '1486263952',
- 'paykey' => 'CA72BE33311570FE25AFD91DE880376D',
+ 'token' => '',
+ 'appid' => 'wx1c5ee7f76bfcb824',
+ 'secret' => '2c81a59698a2cf70547ef9e88986ccc5',
+ 'AESKey' => '',
+ 'mch_id' => '',
+ 'paykey' => '',
];
diff --git a/application/route.php b/application/route.php
index 6460601..cf84250 100644
--- a/application/route.php
+++ b/application/route.php
@@ -18,11 +18,11 @@ return [
],
'__domain__' => [
- 'www.helper.skl2010.com' => 'index',
- 'm.helper.skl2010.com' => 'mobile',
- 'console.helper.skl2010.com' => 'system',
- 'api.helper.skl2010.com' => 'openapi',
- '*' => 'index',
+ 'helper.demos.uzchain.tech' => 'index',
+ 'm.helper.demos.uzchain.tech' => 'mobile',
+ 'console.helper.demos.uzchain.tech' => 'system',
+ 'api.helper.demos.uzchain.tech' => 'openapi',
+ '*' => 'index',
],
// 'u/:uid' => ['user/index', ['domain' => 'm.helper.cnskl.com']],
diff --git a/public/static/.gitignore b/public/static/.gitignore
index c96a04f..b722e9e 100644
--- a/public/static/.gitignore
+++ b/public/static/.gitignore
@@ -1,2 +1 @@
-*
!.gitignore
\ No newline at end of file
diff --git a/public/static/mobile/css/conciseUi.css b/public/static/mobile/css/conciseUi.css
new file mode 100644
index 0000000..dfca9de
--- /dev/null
+++ b/public/static/mobile/css/conciseUi.css
@@ -0,0 +1 @@
+input{-webkit-appearance:normal;-moz-appearance:normal;appearance:normal;font-family:"微软雅黑";font-size:14px}.ce-normal{font-weight:normal !important}.ce-bold{font-weight:bold !important}.ce-bolder{font-weight:bolder !important}.ce-lighter{font-weight:lighter !important}.ce-text-r{text-align:right}.ce-text-l{text-align:left}.ce-text-c{text-align:center}.ce-float-r{float:right}.ce-float-l{float:left}.ce-position-r{position:relative}.ce-position-a{position:absolute}.ce-position-f{position:fixed}.ce-nowrap{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ce-nowrap-multi{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ce-pack-center{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;position:absolute;left:0;right:0;top:0;bottom:0}.ce-padding{padding:20px}.ce-padding-l{padding-left:20px}.ce-padding-t{padding-top:20px}.ce-padding-r{padding-right:20px}.ce-padding-b{padding-bottom:20px}.ce-padding-tb{padding:20px 0 !important}.ce-padding-rl{padding:0 20px !important}.ce-padding-sm{padding:10px}.ce-padding-l-sm{padding-left:10px}.ce-padding-t-sm{padding-top:10px}.ce-padding-r-sm{padding-right:10px}.ce-padding-b-sm{padding-bottom:10px}.ce-padding-tb-sm{padding:10px 0 !important}.ce-padding-rl-sm{padding:0 10px !important}.ce-padding-none{padding:0 !important}.ce-margin{margin:20px}.ce-margin-l{margin-left:20px}.ce-margin-t{margin-top:20px}.ce-margin-r{margin-right:20px}.ce-margin-b{margin-bottom:20px}.ce-margin-tb{margin:20px 0 !important}.ce-margin-rl{margin:0 20px !important}.ce-margin-sm{margin:10px}.ce-margin-l-sm{margin-left:10px}.ce-margin-t-sm{margin-top:10px}.ce-margin-r-sm{margin-right:10px}.ce-margin-b-sm{margin-bottom:10px}.ce-margin-tb-sm{margin:10px 0 !important}.ce-margin-rl-sm{margin:0 10px !important}.ce-margin-none{margin:0 !important}.ce-border{border:1px solid #e0e0e0}.ce-border-l{border-left:1px solid #e0e0e0}.ce-border-t{border-top:1px solid #e0e0e0}.ce-border-r{border-right:1px solid #e0e0e0}.ce-border-b{border-bottom:1px solid #e0e0e0}.ce-header{top:0;height:46px}.ce-footer{bottom:0;height:60px}.ce-header,.ce-footer{position:fixed;width:100%;z-index:99}.ce-header~.ce-content{border-top:solid 46px transparent}.ce-footer~.ce-content{border-bottom:solid 59px transparent}.ce-user-portrait,.ce-img{position:relative}.ce-user-portrait>span,.ce-img>span{position:absolute;height:100%;width:100%;top:0;left:0}.ce-user-portrait{background-image:url(../img/conciseuiLogo.png)}.ce-img{background-image:url(../img/conciceui_img.png)}.ce-radius{border-radius:100%}.ce-user-portrait,.ce-user-portrait>span,.ce-img>span{background-repeat:no-repeat;background-size:cover;background-position:center}
\ No newline at end of file
diff --git a/public/static/mobile/css/font-awesome.min.css b/public/static/mobile/css/font-awesome.min.css
new file mode 100644
index 0000000..c098a46
--- /dev/null
+++ b/public/static/mobile/css/font-awesome.min.css
@@ -0,0 +1,4 @@
+/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/public/static/mobile/css/layer.css b/public/static/mobile/css/layer.css
new file mode 100644
index 0000000..0ecc8e8
--- /dev/null
+++ b/public/static/mobile/css/layer.css
@@ -0,0 +1,359 @@
+.layui-m-layer {
+ position: relative;
+ z-index: 19891014
+}
+
+.layui-m-layer * {
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box
+}
+
+.layui-m-layermain,.layui-m-layershade {
+ position: fixed;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%
+}
+
+.layui-m-layershade {
+ background-color: rgba(0,0,0,.7);
+ pointer-events: auto
+}
+
+.layui-m-layermain {
+ display: table;
+ font-family: Helvetica,arial,sans-serif;
+ pointer-events: none
+}
+
+.layui-m-layermain .layui-m-layersection {
+ display: table-cell;
+ vertical-align: middle;
+ text-align: center
+}
+
+.layui-m-layerchild {
+ position: relative;
+ display: inline-block;
+ text-align: left;
+ background-color: #fff;
+ font-size: 14px;
+ border-radius: 5px;
+ box-shadow: 0 0 8px rgba(0,0,0,.1);
+ pointer-events: auto;
+ -webkit-overflow-scrolling: touch;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-duration: .2s;
+ animation-duration: .2s
+}
+
+@-webkit-keyframes layui-m-anim-scale {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale(.5);
+ transform: scale(.5)
+ }
+
+ 100% {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1)
+ }
+}
+
+@keyframes layui-m-anim-scale {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale(.5);
+ transform: scale(.5)
+ }
+
+ 100% {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1)
+ }
+}
+
+.layui-m-anim-scale {
+ animation-name: layui-m-anim-scale;
+ -webkit-animation-name: layui-m-anim-scale
+}
+
+@-webkit-keyframes layui-m-anim-up {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(800px);
+ transform: translateY(800px)
+ }
+
+ 100% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ transform: translateY(0)
+ }
+}
+
+@keyframes layui-m-anim-up {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(800px);
+ transform: translateY(800px)
+ }
+
+ 100% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ transform: translateY(0)
+ }
+}
+
+.layui-m-anim-up {
+ -webkit-animation-name: layui-m-anim-up;
+ animation-name: layui-m-anim-up
+}
+
+.layui-m-layer0 .layui-m-layerchild {
+ width: 90%;
+ max-width: 640px
+}
+
+.layui-m-layer1 .layui-m-layerchild {
+ border: none;
+ border-radius: 0
+}
+
+.layui-m-layer2 .layui-m-layerchild {
+ width: auto;
+ max-width: 260px;
+ min-width: 40px;
+ border: none;
+ background: 0 0;
+ box-shadow: none;
+ color: #fff
+}
+
+.layui-m-layerchild h3 {
+ padding: 0 10px;
+ height: 50px;
+ line-height: 50px;
+ font-size: 16px;
+ margin-bottom: 0;
+ font-weight: 400;
+ border-radius: 5px 5px 0 0;
+ text-align: center
+}
+
+.layui-m-layerbtn span,.layui-m-layerchild h3 {
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap
+}
+
+.layui-m-layercont {
+ padding: 20px;
+ line-height: 22px;
+ text-align: center
+}
+
+.layui-m-layer1 .layui-m-layercont {
+ padding: 0;
+ text-align: left
+}
+
+.layui-m-layer2 .layui-m-layercont {
+ text-align: center;
+ padding: 0;
+ line-height: 0
+}
+
+.layui-m-layer2 .layui-m-layercont i {
+ width: 25px;
+ height: 25px;
+ margin-left: 8px;
+ display: inline-block;
+ background-color: #fff;
+ border-radius: 100%;
+ -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
+ animation: layui-m-anim-loading 1.4s infinite ease-in-out;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both
+}
+
+.layui-m-layerbtn,.layui-m-layerbtn span {
+ position: relative;
+ text-align: center;
+ border-radius: 0 0 5px 5px
+}
+
+.layui-m-layer2 .layui-m-layercont p {
+ margin-top: 20px
+}
+
+@-webkit-keyframes layui-m-anim-loading {
+ 0%,100%,80% {
+ transform: scale(0);
+ -webkit-transform: scale(0)
+ }
+
+ 40% {
+ transform: scale(1);
+ -webkit-transform: scale(1)
+ }
+}
+
+@keyframes layui-m-anim-loading {
+ 0%,100%,80% {
+ transform: scale(0);
+ -webkit-transform: scale(0)
+ }
+
+ 40% {
+ transform: scale(1);
+ -webkit-transform: scale(1)
+ }
+}
+
+.layui-m-layer2 .layui-m-layercont i:first-child {
+ margin-left: 0;
+ -webkit-animation-delay: -.32s;
+ animation-delay: -.32s
+}
+
+.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
+ -webkit-animation-delay: -.16s;
+ animation-delay: -.16s
+}
+
+.layui-m-layer2 .layui-m-layercont>div {
+ line-height: 22px;
+ padding-top: 7px;
+ margin-bottom: 20px;
+ font-size: 14px
+}
+
+.layui-m-layerbtn {
+ display: box;
+ display: -moz-box;
+ display: -webkit-box;
+ width: 100%;
+ height: 40px;
+ line-height: 40px;
+ font-size: 0;
+ border-top: 1px solid #D0D0D0;
+ background-color: #F2F2F2
+}
+
+.layui-m-layerbtn span {
+ display: block;
+ -moz-box-flex: 1;
+ box-flex: 1;
+ -webkit-box-flex: 1;
+ font-size: 14px;
+ cursor: pointer
+}
+
+.layui-m-layerbtn span[yes] {
+ color: #fff;
+ background: #56abec;
+ border-radius: 0 0 5px 0;
+}
+
+.layui-m-layerbtn span[no] {
+ border-right: 1px solid #D0D0D0;
+ border-radius: 0 0 0 5px;
+ color: #fff;
+ background: #c8c8c8;
+}
+
+.layui-m-layerbtn span:active {
+ background-color: #F6F6F6
+}
+
+.layui-m-layerend {
+ position: absolute;
+ right: 7px;
+ top: 10px;
+ width: 30px;
+ height: 30px;
+ border: 0;
+ font-weight: 400;
+ background: 0 0;
+ cursor: pointer;
+ -webkit-appearance: none;
+ font-size: 30px
+}
+
+.layui-m-layerend::after,.layui-m-layerend::before {
+ position: absolute;
+ left: 5px;
+ top: 15px;
+ content: '';
+ width: 18px;
+ height: 1px;
+ background-color: #999;
+ transform: rotate(45deg);
+ -webkit-transform: rotate(45deg);
+ border-radius: 3px
+}
+
+.layui-m-layerend::after {
+ transform: rotate(-45deg);
+ -webkit-transform: rotate(-45deg)
+}
+
+body .layui-m-layer .layui-m-layer-footer {
+ position: fixed;
+ width: 95%;
+ max-width: 100%;
+ margin: 0 auto;
+ left: 0;
+ right: 0;
+ bottom: 10px;
+ background: 0 0
+}
+
+.layui-m-layer-footer .layui-m-layercont {
+ padding: 20px;
+ border-radius: 5px 5px 0 0;
+ background-color: rgba(255,255,255,.8)
+}
+
+.layui-m-layer-footer .layui-m-layerbtn {
+ display: block;
+ height: auto;
+ background: 0 0;
+ border-top: none
+}
+
+.layui-m-layer-footer .layui-m-layerbtn span {
+ background-color: rgba(255,255,255,.8)
+}
+
+.layui-m-layer-footer .layui-m-layerbtn span[no] {
+ color: #FD482C;
+ border-top: 1px solid #c2c2c2;
+ border-radius: 0 0 5px 5px;
+}
+
+.layui-m-layer-footer .layui-m-layerbtn span[yes] {
+ margin-top: 10px;
+ border-radius: 5px
+}
+
+body .layui-m-layer .layui-m-layer-msg {
+ width: auto;
+ max-width: 90%;
+ margin: 0 auto;
+ bottom: -150px;
+ background-color: rgba(0,0,0,.7);
+ color: #fff
+}
+
+.layui-m-layer-msg .layui-m-layercont {
+ padding: 10px 20px
+}
+
diff --git a/public/static/mobile/css/mzui.min.css b/public/static/mobile/css/mzui.min.css
new file mode 100644
index 0000000..206eec2
--- /dev/null
+++ b/public/static/mobile/css/mzui.min.css
@@ -0,0 +1,4 @@
+/*!
+ * mzui - v1.0.0 - 2016-07-13
+ * Copyright (c) 2016 cnezsoft.com; Licensed MIT
+ *//*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%}body{margin:0}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}a{-webkit-text-decoration-skip:objects}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}h1{font-size:2em;margin:.67em 0}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:monospace,sans-serif;font-size:1em}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{opacity:.54;color:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}html{font-size:20px;box-sizing:border-box;-webkit-tap-highlight-color:transparent}*,:after,:before{box-sizing:inherit}body{font-family:'Helvetica Neue',Helvetica,sans-serif;font-size:.7rem;line-height:1.42857143;color:#333;background-color:#f1f1f1}a{text-decoration:none;color:inherit}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}img{max-width:100%;height:auto;vertical-align:middle}table{max-width:100%;border-collapse:collapse}th{text-align:left}pre{overflow:auto;margin:0}ol,p,table,ul{margin:0}.clearfix:after,.clearfix:before{display:table;content:' '}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.block{display:block!important}.inline{display:inline!important}.inline-block{display:inline-block!important}.hidden,.hide-empty:empty,.template{display:none!important}.invisible{visibility:hidden}.fluid{width:100%!important}.fluid-v{height:100%!important}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.1;margin:0 0 .5rem 0;color:inherit}h1{font-size:1.2rem}h2{font-size:1rem}h3{font-size:.9rem}h4{font-size:.8rem}h5{font-size:.7rem}h6{font-size:.6rem}.lead{font-size:.8rem;font-weight:300}.small,small{font-size:80%}.large{font-size:150%}.strong,strong{font-weight:bolder}.thin{font-weight:lighter}.mark,mark{padding:.1rem;background-color:#fff0d5}.text-link{color:#3280fc}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-nowrap{white-space:nowrap}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-line-through{text-decoration:line-through}.text-hide{font:0/0 a;color:transparent;text-shadow:none}hr{margin-top:.5rem;margin-bottom:.5rem;border:0;border-top:.05rem solid rgba(0,0,0,.1)}hr.space{margin-bottom:.5rem;border-color:transparent}blockquote{margin:.5rem;padding:.5rem .5rem;border-left:.25rem solid rgba(0,0,0,.1)}ol,ul{margin:.5rem;padding-left:1rem}blockquote,embed,iframe,img,object,ol,p,pre,table,ul,video{margin:0 0 .5rem 0}.page{position:fixed;z-index:1050;top:0;right:0;bottom:0;left:0;overflow-y:auto;background-color:#f1f1f1}.container{margin-right:auto;margin-left:auto;padding-right:.5rem;padding-left:.5rem}@media (min-width:38.4rem){.container{max-width:36rem}}@media (min-width:49.6rem){.container{max-width:47rem}}@media (min-width:60rem){.container{max-width:59rem}}.dock{position:absolute!important}.affix{position:fixed!important}.relative{position:relative!important}.static{position:static!important}.affix,.dock,.dock-bottom,.dock-left,.dock-right,.dock-top{position:absolute;z-index:1030;top:0;right:0;bottom:0;left:0;transition:.5s cubic-bezier(.175,.885,.32,1);-webkit-transform:translate(0,0);transform:translate(0,0)}.dock-top{bottom:auto}.dock-bottom{top:auto}.dock-left{right:auto}.dock-right{left:auto}.affix.dock-top{box-shadow:inset 0 -.05rem 0 rgba(0,0,0,.1)}.affix.dock-bottom{box-shadow:inset 0 .05rem 0 rgba(0,0,0,.1)}.in-scroll .affix.dock-top{box-shadow:rgba(0,0,0,.12) 0 .05rem .3rem,rgba(0,0,0,.15) 0 .05rem .2rem}.in-scroll .affix.dock-bottom{box-shadow:rgba(0,0,0,.12) 0 -.05rem .3rem,rgba(0,0,0,.15) 0 -.05rem .2rem}.in-scroll.scroll-down .affix.dock-top.dock-auto{-webkit-transform:translate(0,-99%);transform:translate(0,-99%);box-shadow:none}.in-scroll.scroll-down .affix.dock-bottom.dock-auto{-webkit-transform:translate(0,99%);transform:translate(0,99%);box-shadow:none}.listen-scroll{transition:box-shadow .5s cubic-bezier(.175,.885,.32,1)}.listen-scroll.in-scroll{box-shadow:inset rgba(0,0,0,.05) 0 .05rem .25rem,inset rgba(0,0,0,.08) 0 .05rem .1rem}.flex{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.flex-inline{display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.space-between{-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-start{-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-end{-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-center,.justify-center{-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.stretch{-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;-ms-grid-row-align:stretch!important;align-items:stretch!important}.align-start{-webkit-align-items:flex-start!important;-ms-flex-align:start!important;-ms-grid-row-align:flex-start!important;align-items:flex-start!important}.align-end{-webkit-align-items:flex-end!important;-ms-flex-align:end!important;-ms-grid-row-align:flex-end!important;align-items:flex-end!important}.align-middle,.flex-center{-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.flex-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-last{-webkit-order:1;-ms-flex-order:1;order:1}.flex-auto{-webkit-flex:auto!important;-ms-flex:auto!important;flex:auto!important}.flex-none{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}.selft-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.align-self-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-middle{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.justified{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.justified>*{-webkit-flex:auto!important;-ms-flex:auto!important;flex:auto!important}.justified>.flex-none{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}.column,.row{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:-.25rem -.25rem 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-flex:auto;-ms-flex:auto;flex:auto}.column:not(:last-child),.row:not(:last-child){margin-bottom:.25rem}.column .column,.column .row,.row .column,.row .row{margin:-.25rem}.flex-row{flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row}.row-reverse{flex-direction:row-reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse}.column,.flex-column{flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column}.column-reverse{flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse}.cell,[class*=' cell-'],[class^=cell-]{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:.25rem;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.cell,.tile{-webkit-flex:auto;-ms-flex:auto;flex:auto}[class*=' cell-'],[class^=cell-]{-webkit-flex:none;-ms-flex:none;flex:none}.row>.cell-1{width:8.33333333%}.row>.cell-2{width:16.66666667%}.row>.cell-3{width:25%}.row>.cell-4{width:33.33333333%}.row>.cell-5{width:41.66666667%}.row>.cell-6{width:50%}.row>.cell-7{width:58.33333333%}.row>.cell-8{width:66.66666667%}.row>.cell-9{width:75%}.row>.cell-10{width:83.33333333%}.row>.cell-11{width:91.66666667%}.row>.cell-12{width:100%}.column>.cell-1{height:8.33333333%}.column>.cell-2{height:16.66666667%}.column>.cell-3{height:25%}.column>.cell-4{height:33.33333333%}.column>.cell-5{height:41.66666667%}.column>.cell-6{height:50%}.column>.cell-7{height:58.33333333%}.column>.cell-8{height:66.66666667%}.column>.cell-9{height:75%}.column>.cell-10{height:83.33333333%}.column>.cell-11{height:91.66666667%}.column>.cell-12{height:100%}.column.gutterless,.column.gutterless .column,.column.gutterless .row,.row.gutterless,.row.gutterless .column,.row.gutterless .row{margin:0}.column.gutterless .cell,.column.gutterless [class*=' cell-'],.column.gutterless [class^=cell-],.row.gutterless .cell,.row.gutterless [class*=' cell-'],.row.gutterless [class^=cell-]{padding:0}.column.gutter-lg,.row.gutter-lg{margin:-.5rem -.5rem 0}.column.gutter-lg:not(:last-child),.row.gutter-lg:not(:last-child){margin-bottom:.5rem}.column.gutter-lg .column,.column.gutter-lg .row,.row.gutter-lg .column,.row.gutter-lg .row{margin:-.5rem}.column.gutter-lg .cell,.column.gutter-lg [class*=' cell-'],.column.gutter-lg [class^=cell-],.row.gutter-lg .cell,.row.gutter-lg [class*=' cell-'],.row.gutter-lg [class^=cell-]{padding:.5rem}.column.gutter-sm,.row.gutter-sm{margin:-.125rem -.125rem 0}.column.gutter-sm:not(:last-child),.row.gutter-sm:not(:last-child){margin-bottom:.125rem}.column.gutter-sm .column,.column.gutter-sm .row,.row.gutter-sm .column,.row.gutter-sm .row{margin:-.125rem}.column.gutter-sm .cell,.column.gutter-sm [class*=' cell-'],.column.gutter-sm [class^=cell-],.row.gutter-sm .cell,.row.gutter-sm [class*=' cell-'],.row.gutter-sm [class^=cell-]{padding:.125rem}.fade{transition:.3s cubic-bezier(.175,.885,.32,1);opacity:0}.fade.in{opacity:1}.scale{transition:.3s cubic-bezier(.175,.885,.32,1);-webkit-transform:scale(.8);transform:scale(.8)}.scale.in{-webkit-transform:scale(1);transform:scale(1)}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;overflow:hidden;transition:ease height .3s}[class*=' scale-from-'],[class*=' enter-from-'],[class^=enter-from-],[class^=scale-from-]{transition:.3s cubic-bezier(.175,.885,.32,1)}[class*=' scale-from-'].in,[class*=' enter-from-'].in,[class^=enter-from-].in,[class^=scale-from-].in{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);opacity:1}.scale-from-top{-webkit-transform:scale(.8) translate(0,-30%);transform:scale(.8) translate(0,-30%);opacity:0}.scale-from-bottom{-webkit-transform:scale(.8) translate(0,30%);transform:scale(.8) translate(0,30%);opacity:0}.scale-from-left{-webkit-transform:scale(.8) translate(-30%,0);transform:scale(.8) translate(-30%,0);opacity:0}.scale-from-right{-webkit-transform:scale(.8) translate(30%,0);transform:scale(.8) translate(30%,0);opacity:0}.scale-from-center{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.enter-from-top{-webkit-transform:translate(0,-105%);transform:translate(0,-105%)}.enter-from-bottom{-webkit-transform:translate(0,105%);transform:translate(0,105%)}.enter-from-left{-webkit-transform:translate(-105%,0);transform:translate(-105%,0)}.enter-from-right{-webkit-transform:translate(105%,0);transform:translate(105%,0)}.enter-from-center{-webkit-transform:scale(.8) translate(0,50%);transform:scale(.8) translate(0,50%);opacity:0}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}.spin-fast{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@font-face{font-family:ZenIcon;font-weight:400;font-style:normal;src:url(../fonts/zenicon.ttf?v=1.3.0) format('truetype')}[class*=' icon-'],[class^=icon-]{font-family:ZenIcon;font-size:.7rem;font-weight:400;font-style:normal;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon:before{display:inline-block;min-width:.7rem;text-align:center}.icon-3x{font-size:2.1rem}.icon-2x{font-size:1.4rem}a .icon.spin{display:inline-block;text-decoration:none}.icon.flip-h:before,.icon.flip-v:before,.icon.rotate-180:before,.icon.rotate-270:before,.icon.rotate-90:before{display:inline-block}.icon-resize:before{content:'\e667'}.icon-expand-full:before{content:'\e6a3'}.icon-arrows-alt:before{content:'\e6a3'}.icon-fullscreen:before{content:'\e6a3'}.icon-collapse-full:before{content:'\e682'}.icon-yinyang:before{content:'\e687'}.icon-taiji:before{content:'\e687'}.icon-window:before{content:'\e68e'}.icon-window-alt:before{content:'\e68f'}.icon-carousel:before{content:'\e6b0'}.icon-spinner-snake:before{content:'\e97b'}.icon-spinner-indicator:before{content:'\e97c'}.icon-check-board:before{content:'\e9b8'}.icon-bar-chart:before{content:'\f080'}.icon-bar-chart-o:before{content:'\f080'}.icon-github:before{content:'\f09b'}.icon-dot-circle:before{content:'\f192'}.icon-dot-circle-o:before{content:'\f192'}.icon-cube-alt:before{content:'\f1b2'}.icon-cubes:before{content:'\f1b3'}.icon-file-pdf:before{content:'\f1c1'}.icon-file-word:before{content:'\f1c2'}.icon-file-excel:before{content:'\f1c3'}.icon-file-powerpoint:before{content:'\f1c4'}.icon-file-image:before{content:'\f1c5'}.icon-file-photo:before{content:'\f1c5'}.icon-file-picture:before{content:'\f1c5'}.icon-file-archive:before{content:'\f1c6'}.icon-file-zip:before{content:'\f1c6'}.icon-file-audio:before{content:'\f1c7'}.icon-file-sound:before{content:'\f1c7'}.icon-file-movie:before{content:'\f1c8'}.icon-file-video:before{content:'\f1c8'}.icon-file-code:before{content:'\f1c9'}.icon-circle-o-notch:before{content:'\f1ce'}.icon-qq:before{content:'\f600'}.icon-wechat:before{content:'\f1d7'}.icon-weixin:before{content:'\f1d7'}.icon-history:before{content:'\f1da'}.icon-circle-thin:before{content:'\f1db'}.icon-sliders:before{content:'\f1de'}.icon-newspaper-o:before{content:'\f1ea'}.icon-calculator:before{content:'\f1ec'}.icon-paint-brush:before{content:'\f1fc'}.icon-area-chart:before{content:'\f1fe'}.icon-pie-chart:before{content:'\f200'}.icon-line-chart:before{content:'\f201'}.icon-toggle-off:before{content:'\f204'}.icon-toggle-on:before{content:'\f205'}.icon-diamond:before{content:'\f219'}.icon-venus:before{content:'\f221'}.icon-mars:before{content:'\f222'}.icon-server:before{content:'\f233'}.icon-music:before{content:'\e602'}.icon-search:before{content:'\e603'}.icon-envelope:before{content:'\e604'}.icon-heart:before{content:'\e605'}.icon-star:before{content:'\e606'}.icon-star-empty:before{content:'\e607'}.icon-user:before{content:'\e608'}.icon-film:before{content:'\e609'}.icon-th-large:before{content:'\e60a'}.icon-th:before{content:'\e60b'}.icon-th-list:before{content:'\e60c'}.icon-ok:before{content:'\e60d'}.icon-check:before{content:'\e60d'}.icon-remove:before{content:'\d7'}.icon-times:before{content:'\d7'}.icon-zoom-in:before{content:'\e60f'}.icon-zoom-out:before{content:'\e610'}.icon-off:before{content:'\e611'}.icon-cog:before{content:'\e613'}.icon-trash:before{content:'\e614'}.icon-home:before{content:'\e615'}.icon-file-o:before{content:'\e616'}.icon-file-alt:before{content:'\e616'}.icon-time:before{content:'\e617'}.icon-download-alt:before{content:'\e618'}.icon-download:before{content:'\e619'}.icon-upload:before{content:'\e61a'}.icon-inbox:before{content:'\e61b'}.icon-play-circle:before{content:'\e61c'}.icon-repeat:before{content:'\e61d'}.icon-refresh:before{content:'\e61e'}.icon-list-alt:before{content:'\e61f'}.icon-lock:before{content:'\e620'}.icon-flag:before{content:'\e621'}.icon-headphones:before{content:'\e622'}.icon-volume-off:before{content:'\e623'}.icon-volume-up:before{content:'\e625'}.icon-qrcode:before{content:'\e626'}.icon-barcode:before{content:'\e627'}.icon-tag:before{content:'\e628'}.icon-tags:before{content:'\e629'}.icon-book:before{content:'\e62a'}.icon-bookmark:before{content:'\e62b'}.icon-print:before{content:'\e62c'}.icon-camera:before{content:'\e62d'}.icon-font:before{content:'\e62e'}.icon-bold:before{content:'\e62f'}.icon-align-justify:before{content:'\e636'}.icon-list:before{content:'\e637'}.icon-picture:before{content:'\e63b'}.icon-pencil:before{content:'\e63c'}.icon-map-marker:before{content:'\e63d'}.icon-adjust:before{content:'\e63e'}.icon-tint:before{content:'\e63f'}.icon-edit:before{content:'\e640'}.icon-share:before{content:'\e641'}.icon-check2:before,.icon-checked:before{content:'\e642'}.icon-move:before{content:'\e643'}.icon-arrows:before{content:'\e643'}.icon-step-backward:before{content:'\e644'}.icon-fast-backward:before{content:'\e645'}.icon-backward:before{content:'\e646'}.icon-play:before{content:'\e647'}.icon-pause:before{content:'\e648'}.icon-stop:before{content:'\e649'}.icon-forward:before{content:'\e64a'}.icon-fast-forward:before{content:'\e64b'}.icon-step-forward:before{content:'\e64c'}.icon-eject:before{content:'\e64d'}.icon-chevron-left:before{content:'\e64e'}.icon-chevron-right:before{content:'\e64f'}.icon-plus-sign:before{content:'\e650'}.icon-minus-sign:before{content:'\e651'}.icon-remove-sign:before{content:'\e652'}.icon-ok-sign:before{content:'\e653'}.icon-check-circle:before{content:'\e653'}.icon-question-sign:before{content:'\e654'}.icon-info-sign:before{content:'\e655'}.icon-remove-circle:before{content:'\e657'}.icon-ok-circle:before{content:'\e658'}.icon-check-circle-o:before{content:'\e658'}.icon-ban-circle:before{content:'\e659'}.icon-arrow-left:before{content:'\e65a'}.icon-arrow-right:before{content:'\e65b'}.icon-arrow-up:before{content:'\e65c'}.icon-arrow-down:before{content:'\e65d'}.icon-share-alt:before{content:'\e65e'}.icon-resize-full:before{content:'\e65f'}.icon-resize-small:before{content:'\e660'}.icon-plus:before{content:'\e661'}.icon-minus:before{content:'\e662'}.icon-asterisk:before{content:'\e663'}.icon-exclamation-sign:before{content:'\e664'}.icon-gift:before{content:'\e665'}.icon-leaf:before{content:'\e666'}.icon-eye-open:before{content:'\e668'}.icon-eye-close:before{content:'\e669'}.icon-warning-sign:before{content:'\e66a'}.icon-plane:before{content:'\e66b'}.icon-calendar:before{content:'\e66c'}.icon-random:before{content:'\e66d'}.icon-comment:before{content:'\e66e'}.icon-chevron-up:before{content:'\e670'}.icon-chevron-down:before{content:'\e671'}.icon-shopping-cart:before{content:'\e673'}.icon-folder-close:before{content:'\e674'}.icon-folder-open:before{content:'\e675'}.icon-resize-v:before{content:'\e676'}.icon-resize-h:before{content:'\e677'}.icon-bar-chart-alt:before{content:'\e678'}.icon-camera-retro:before{content:'\e679'}.icon-key:before{content:'\e67a'}.icon-cogs:before{content:'\e67b'}.icon-comments:before{content:'\e67c'}.icon-thumbs-o-up:before{content:'\e67d'}.icon-thumbs-o-down:before{content:'\e67e'}.icon-star-half:before{content:'\e67f'}.icon-heart-empty:before{content:'\e680'}.icon-signout:before{content:'\e681'}.icon-pushpin:before{content:'\e683'}.icon-external-link:before{content:'\e684'}.icon-signin:before{content:'\e685'}.icon-trophy:before{content:'\e686'}.icon-upload-alt:before{content:'\e688'}.icon-lemon:before{content:'\e689'}.icon-phone:before{content:'\e68a'}.icon-check-empty:before{content:'\e68b'}.icon-bookmark-empty:before{content:'\e68c'}.icon-phone-sign:before{content:'\e68d'}.icon-credit:before{content:'\e690'}.icon-rss:before{content:'\e691'}.icon-hdd:before{content:'\e692'}.icon-bullhorn:before{content:'\e693'}.icon-bell:before{content:'\e694'}.icon-certificate:before{content:'\e695'}.icon-hand-right:before{content:'\e696'}.icon-hand-left:before{content:'\e697'}.icon-hand-up:before{content:'\e698'}.icon-hand-down:before{content:'\e699'}.icon-circle-arrow-left:before{content:'\e69a'}.icon-circle-arrow-right:before{content:'\e69b'}.icon-circle-arrow-up:before{content:'\e69c'}.icon-circle-arrow-down:before{content:'\e69d'}.icon-globe:before{content:'\e69e'}.icon-wrench:before{content:'\e69f'}.icon-tasks:before{content:'\e6a0'}.icon-filter:before{content:'\e6a1'}.icon-group:before{content:'\e6a4'}.icon-link:before{content:'\e6a5'}.icon-cloud:before{content:'\e6a6'}.icon-beaker:before{content:'\e6a7'}.icon-cut:before{content:'\e6a8'}.icon-copy:before{content:'\e6a9'}.icon-paper-clip:before{content:'\e6aa'}.icon-save:before{content:'\e6ab'}.icon-sign-blank:before{content:'\e6ac'}.icon-bars:before{content:'\e6ad'}.icon-reorder:before{content:'\e6ad'}.icon-list-ul:before{content:'\e6ae'}.icon-list-ol:before{content:'\e6af'}.icon-table:before{content:'\e6b2'}.icon-magic:before{content:'\e6b3'}.icon-caret-down:before{content:'\e6b8'}.icon-caret-up:before{content:'\e6b9'}.icon-caret-left:before{content:'\e6ba'}.icon-caret-right:before{content:'\e6bb'}.icon-columns:before{content:'\e6bc'}.icon-sort:before{content:'\e6bd'}.icon-sort-down:before{content:'\e6be'}.icon-sort-up:before{content:'\e6bf'}.icon-envelope-alt:before{content:'\e6c0'}.icon-undo:before{content:'\e6c1'}.icon-dashboard:before{content:'\e6c3'}.icon-comment-alt:before{content:'\e6c4'}.icon-comments-alt:before{content:'\e6c5'}.icon-bolt:before{content:'\e6c6'}.icon-sitemap:before{content:'\e6c7'}.icon-umbrella:before{content:'\e6c8'}.icon-paste:before{content:'\e6c9'}.icon-lightbulb:before{content:'\e6ca'}.icon-exchange:before{content:'\e6cb'}.icon-cloud-download:before{content:'\e6cc'}.icon-cloud-upload:before{content:'\e6cd'}.icon-bell-alt:before{content:'\e6d1'}.icon-coffee:before{content:'\e6d2'}.icon-file-text-o:before{content:'\e6d4'}.icon-file-text-alt:before{content:'\e6d4'}.icon-building:before{content:'\e6d5'}.icon-double-angle-left:before{content:'\e6dc'}.icon-double-angle-right:before{content:'\e6dd'}.icon-double-angle-up:before{content:'\e6de'}.icon-double-angle-down:before{content:'\e6df'}.icon-angle-left:before{content:'\e6e0'}.icon-angle-right:before{content:'\e6e1'}.icon-angle-up:before{content:'\e6e2'}.icon-angle-down:before{content:'\e6e3'}.icon-desktop:before{content:'\e6e4'}.icon-laptop:before{content:'\e6e5'}.icon-tablet:before{content:'\e6e6'}.icon-mobile:before{content:'\e6e7'}.icon-circle-blank:before{content:'\e6e8'}.icon-quote-left:before{content:'\e6e9'}.icon-quote-right:before{content:'\e6ea'}.icon-spinner:before{content:'\e6eb'}.icon-circle:before{content:'\e6ec'}.icon-reply:before{content:'\e6ed'}.icon-folder-close-alt:before{content:'\e6ef'}.icon-folder-open-alt:before{content:'\e6f0'}.icon-expand-alt:before{content:'\e6f1'}.icon-collapse-alt:before{content:'\e6f2'}.icon-smile:before{content:'\e6f3'}.icon-frown:before{content:'\e6f4'}.icon-meh:before{content:'\e6f5'}.icon-gamepad:before{content:'\e6f6'}.icon-keyboard:before{content:'\e6f7'}.icon-flag-alt:before{content:'\e6f8'}.icon-flag-checkered:before{content:'\e6f9'}.icon-terminal:before{content:'\e6fa'}.icon-code:before{content:'\e6fb'}.icon-reply-all:before{content:'\e6fc'}.icon-star-half-full:before{content:'\e6fd'}.icon-location-arrow:before{content:'\e6fe'}.icon-crop:before{content:'\e6ff'}.icon-code-fork:before{content:'\e700'}.icon-unlink:before{content:'\e701'}.icon-question:before{content:'\e702'}.icon-info:before{content:'\e703'}.icon-shield:before{content:'\e70b'}.icon-calendar-empty:before{content:'\e70c'}.icon-rocket:before{content:'\e70e'}.icon-chevron-sign-left:before{content:'\e70f'}.icon-chevron-sign-right:before{content:'\e710'}.icon-chevron-sign-up:before{content:'\e711'}.icon-chevron-sign-down:before{content:'\e712'}.icon-html5:before{content:'\e713'}.icon-anchor:before{content:'\e714'}.icon-unlock-alt:before{content:'\e715'}.icon-bullseye:before{content:'\e716'}.icon-ellipsis-h:before{content:'\e717'}.icon-ellipsis-v:before{content:'\e718'}.icon-rss-sign:before{content:'\e719'}.icon-play-sign:before{content:'\e71a'}.icon-minus-sign-alt:before{content:'\e71c'}.icon-check-minus:before{content:'\e71d'}.icon-level-up:before{content:'\e71e'}.icon-level-down:before{content:'\e71f'}.icon-check-sign:before{content:'\e720'}.icon-edit-sign:before{content:'\e721'}.icon-external-link-sign:before{content:'\e722'}.icon-share-sign:before{content:'\e723'}.icon-compass:before{content:'\e724'}.icon-collapse:before{content:'\e725'}.icon-collapse-top:before{content:'\e726'}.icon-expand:before{content:'\e727'}.icon-dollar:before{content:'\e728'}.icon-yen:before{content:'\e729'}.icon-file:before{content:'\e72b'}.icon-file-text:before{content:'\e72c'}.icon-sort-by-alphabet:before{content:'\e72d'}.icon-sort-by-alphabet-alt:before{content:'\e72e'}.icon-sort-by-attributes:before{content:'\e72f'}.icon-sort-by-attributes-alt:before{content:'\e730'}.icon-sort-by-order:before{content:'\e731'}.icon-sort-by-order-alt:before{content:'\e732'}.icon-thumbs-up:before{content:'\e733'}.icon-thumbs-down:before{content:'\e734'}.icon-long-arrow-down:before{content:'\e736'}.icon-long-arrow-up:before{content:'\e737'}.icon-long-arrow-left:before{content:'\e738'}.icon-long-arrow-right:before{content:'\e739'}.icon-apple:before{content:'\e73a'}.icon-windows:before{content:'\e73b'}.icon-android:before{content:'\e73c'}.icon-linux:before{content:'\e73d'}.icon-sun:before{content:'\e742'}.icon-moon:before{content:'\e743'}.icon-archive:before{content:'\e744'}.icon-bug:before{content:'\e745'}.icon-weibo:before{content:'\e746'}.icon-renren:before{content:'\e747'}.icon-chrome:before{content:'\e76c'}.icon-firefox:before{content:'\e76d'}.icon-ie:before{content:'\e76e'}.icon-opera:before{content:'\e76f'}.icon-safari:before{content:'\e770'}.icon-node:before{content:'\e76a'}.icon-layout:before{content:'\e768'}.icon-usecase:before{content:'\e74a'}.icon-stack:before{content:'\e769'}.icon-branch:before{content:'\e74b'}.icon-chat:before{content:'\e74c'}.icon-chat-line:before{content:'\e74f'}.icon-comment-line:before{content:'\e74f'}.icon-chat-dot:before{content:'\e750'}.icon-cube:before{content:'\e751'}.icon-align-left:before{content:'\e633'}.avatar{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;flex-direction:column;width:1.5rem;height:1.5rem;vertical-align:middle;background-position:center;background-size:cover;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.avatar img{display:block;width:100%;height:100%;margin:0}.avatar-sm{font-size:.6rem;width:1rem;height:1rem}.avatar-lg{font-size:1rem;width:2rem;height:2rem}.avatar-lg>.icon{font-size:1rem}.avatar-xl{font-size:1.75rem;width:3.5rem;height:3.5rem}.avatar-xl>.icon{font-size:1.75rem}.nav{display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-x:auto;white-space:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.nav>a{display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:2rem;height:2rem;padding:0 .5rem;opacity:.8;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.nav>a.active{font-weight:700;opacity:1}.nav-secondary{box-shadow:inset 0 -.05rem 0 rgba(0,0,0,.1)}.nav-secondary>.active{box-shadow:inset 0 -.1rem 0 #fff}.nav-secondary.primary-pale>.active{box-shadow:inset 0 -.1rem 0 #3280fc}.nav-secondary.success-pale>.active{box-shadow:inset 0 -.1rem 0 #38b03f}.nav-secondary.danger-pale>.active{box-shadow:inset 0 -.1rem 0 #ea644a}.nav-secondary.warning-pale>.active{box-shadow:inset 0 -.1rem 0 #f1a325}.nav-secondary.important-pale>.active{box-shadow:inset 0 -.1rem 0 #bd7b46}.nav-secondary.special-pale>.active{box-shadow:inset 0 -.1rem 0 #8666b8}.nav.circle{border-radius:1rem}.nav.outline>a{border-right:.05rem solid transparent;border-right-color:inherit}.nav.outline>a:last-child{border-right:none}.nav.outline>a.active{color:#333;background-color:#fff}.nav-lg>a,.nav.affix>a{height:2.4rem}.nav.affix{background-color:#fff}.with-nav-top{padding-top:2.4rem}.with-nav-bottom{padding-bottom:2.4rem}.with-heading-top.with-nav-top{padding-top:4.8rem}.with-heading-top.with-nav-top>.nav.affix.dock-top{top:2.4rem}.in-scroll.scroll-down .with-heading-top>.nav.dock-top,.in-scroll.scroll-down.with-heading-top>.nav.dock-top{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}.in-scroll.scroll-down .with-heading-top>.nav.dock-top.dock-auto,.in-scroll.scroll-down.with-heading-top>.nav.dock-top.dock-auto{-webkit-transform:translate(0,-199%);transform:translate(0,-199%)}.in-scroll>.dock-top .nav-secondary{box-shadow:none}.btn{font-size:.7rem;font-weight:400;line-height:1rem;display:inline-block;min-width:1.5rem;height:1.5rem;padding:.2rem .5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;vertical-align:middle;white-space:nowrap;color:inherit;border:.05rem solid transparent;background:0 0}.btn.circle,.btn.circle:after{border-radius:.75rem!important}.btn-lg{font-size:.9rem;line-height:1.2rem;min-width:2rem;height:2rem;padding:.35rem .5rem}.btn-lg.circle,.btn-lg.circle:after{border-radius:1rem!important}.btn-sm{font-size:.6rem;line-height:.9rem;min-width:1.2rem;height:1.2rem;padding:.1rem .5rem}.btn-sm.circle,.btn-sm.circle:after{border-radius:.6rem!important}.btn-xs{font-size:.6rem;line-height:.9rem;min-width:1rem;height:1rem;padding:0 .5rem}.btn-xs.circle,.btn-xs.circle:after{border-radius:.5rem!important}.btn>.icon{margin:0 -.3rem}.btn.block{width:100%}.btn.block+.btn.block{margin-top:.5rem}.btn>.label{position:relative;top:-.05rem}.label{font-size:.6rem;line-height:.9rem;display:inline-block;min-width:1rem;height:1rem;padding:0 .25rem;vertical-align:middle;border:.05rem solid transparent;background-color:#e5e5e5}.label>.icon{line-height:1}.label.circle{padding:.05rem .25rem;border-radius:.5rem}.label.badge{position:absolute;z-index:1;top:-.5rem;right:-.5rem}.heading{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.heading>.title{display:block;padding:.5rem .5rem;-webkit-flex:1;-ms-flex:1;flex:1}.heading>.nav{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.heading>.avatar{margin-left:.25rem}.heading>.headline{font-size:.8rem;width:100%;padding:.5rem .5rem}.heading>.headline.indent{margin-left:2rem}.heading-lg>.nav,.heading.affix>.nav{margin:.2rem}.heading-lg>.title,.heading.affix>.title{font-size:.8rem;padding:.65rem .5rem}.heading.affix{background-color:#fff}.with-heading-top{padding-top:2.4rem}.with-heading-bottom{padding-bottom:2.4rem}.list-item,.list>.item{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:.5rem .5rem}.list-item>.icon,.list>.item>.icon{line-height:1.5rem;display:block;height:1.5rem}.list-item>*,.list>.item>*{margin-left:.5rem}.list-item>:first-child,.list>.item>:first-child{min-width:.7rem;margin-left:0}.list-item>.title,.list>.item>.title{padding:.25rem 0}.list-item>.content,.list-item>.title,.list>.item>.content,.list>.item>.title{-webkit-flex:1;-ms-flex:1;flex:1}.list-item>.label,.list>.item>.label{position:relative;top:.25rem}.list-item>.label+.label,.list>.item>.label+.label{margin-left:.25rem}.list-item>.content>.subtitle,.list>.item>.content>.subtitle{font-size:80%;opacity:.5!important}.list-item.multi-lines>*,.list>.item.multi-lines>*{margin-top:.25rem}.list-item.multi-lines>.content,.list>.item.multi-lines>.content{margin-top:0}.list-item.active:after,.list>.item.active:after{-webkit-transform:scale(1);transform:scale(1);opacity:.11;background-color:#000}.list>.heading .title{font-size:.6rem;font-weight:bolder;text-transform:uppercase;opacity:.5}.list-item.compact,.list.compact>.item{padding:.25rem .5rem}.list.with-divider{border:.05rem solid rgba(0,0,0,.1);border-width:.05rem 0}.list.with-divider>.item:before{position:absolute;right:0;bottom:0;left:.5rem;display:block;height:.05rem;content:' ';background-color:rgba(0,0,0,.1)}.list.with-divider>.item:last-of-type:before{display:none}.list.with-divider .item.with-avatar:before,.list.with-divider.with-avatar>.item:before{left:2.5rem}.list-item+.divider,.list>.item+.divider{margin-left:.5rem}.list-item.with-avatar+.divider,.list>.item.with-avatar+.divider{margin-left:2.5rem}.list>.list{margin-left:2rem}.table{width:100%}.table td,.table th{padding:.5rem .5rem;vertical-align:top;border-bottom:.05rem solid rgba(0,0,0,.1)}.table th{font-weight:700;position:relative;opacity:.7}.table th:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:' ';background:rgba(128,128,128,.2)}.table tr:hover{background-color:rgba(50,128,252,.1)}.table tr.active{background-color:rgba(241,163,37,.1)}.table.compact td,.table.compact th{padding:.25rem .25rem}.table.striped tbody>tr:nth-child(odd){background-color:rgba(0,0,0,.035)}.table.striped tbody>tr:nth-child(odd):hover{background-color:rgba(50,128,252,.1)}.table.borderless td,.table.borderless th{border:none}.table.bordered td,.table.bordered th{border:.05rem solid #ddd}.table-fixed{overflow:hidden;table-layout:fixed}.table-fixed td,.table-fixed th{overflow:inherit;white-space:nowrap}.table-fixed .no-table-fixed{overflow:visible}.input,.select>select,.textarea{line-height:1.42857143;display:block;width:100%;min-height:1.5rem;padding:.15rem .25rem;border:.05rem solid #ccc;border-radius:0;background-color:#fff;-webkit-appearance:none}.input:focus,.select>select:focus,.textarea:focus{border-color:#2196f3;outline:0}.input .disabled,.input[disabled],.input[readonly],.select>select .disabled,.select>select[disabled],.select>select[readonly],.textarea .disabled,.textarea[disabled],.textarea[readonly]{opacity:1!important;background-color:#e6e6e6}.select{position:relative}.select>select{outline:0}.select>select:not([multiple]){padding-right:1.25rem}.select>select[multiple]{overflow-y:auto;max-height:3.75rem}.select:not(.multiple):after{position:absolute;top:.55rem;right:.5rem;display:block;width:0;height:0;content:' ';border-width:.35rem .25rem 0 .25rem;border-style:solid;border-color:#ccc transparent transparent transparent}.help-text{font-size:.6rem;padding:.25rem 0;color:grey}.help-text:empty{display:none}.checkbox,.radio{position:relative}.checkbox>input,.radio>input{position:absolute;z-index:1;top:0;left:0;display:block;width:100%;height:100%;opacity:0}.checkbox>input+label,.radio>input+label{position:relative;z-index:0;display:block;padding:.25rem 0 .25rem 1.25rem}.checkbox>input+label:after,.checkbox>input+label:before,.radio>input+label:after,.radio>input+label:before{position:absolute;top:.3rem;left:0;display:-webkit-flex;display:-ms-flexbox;display:flex;width:.9rem;height:.9rem;content:' ';transition:.3s cubic-bezier(.175,.885,.32,1);color:transparent;border:.1rem solid #ccc;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.checkbox>input+label:after,.radio>input+label:after{-webkit-transform:scale(0);transform:scale(0);opacity:0;color:grey}.checkbox>input:focus+label:before,.radio>input:focus+label:before{border-color:#3280fc}.checkbox>input:checked+label:after,.radio>input:checked+label:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}.checkbox>input.disabled,.checkbox>input[disabled],.radio>input.disabled,.radio>input[disabled]{opacity:0!important}.checkbox>input.disabled+label,.checkbox>input[disabled]+label,.radio>input.disabled+label,.radio>input[disabled]+label{opacity:.5}.checkbox.inline-block+.inline-block,.radio.inline-block+.inline-block{margin-left:.05rem}.checkbox>input+label:after{font-family:ZenIcon;font-size:.7rem;font-weight:400;font-style:normal;font-variant:normal;content:'\e60d';text-transform:none;border:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.checkbox>input:focus+label:after{color:#3280fc}.radio>input+label:before{border-radius:1rem}.radio>input+label:after{top:.55rem;left:.25rem;width:.4rem;height:.4rem;border:none;border-radius:.2rem;background-color:grey}.radio>input:focus+label:after{background-color:#3280fc}.control>label{font-weight:700;display:block;padding:.25rem 0}.control:not(:last-child){margin-bottom:.5rem}.control.has-btn-right,.control.has-icon-right,.control.has-label-left{position:relative}.control.has-label-left>label{position:absolute;top:0;left:.25rem;min-width:.1rem;text-align:center;opacity:.5}.control.has-label-left .input,.control.has-label-left .select>select,.control.has-label-left .textarea{padding-left:1.25rem}.control.has-label-left .input:focus+label,.control.has-label-left .select>select:focus+label,.control.has-label-left .textarea:focus+label{opacity:1;color:#2196f3}.control.has-btn-right>.icon,.control.has-icon-right>.icon{position:absolute;top:.2rem;right:.25rem;min-width:1rem;text-align:center;opacity:.5}.control.has-btn-right .input,.control.has-btn-right .select>select,.control.has-btn-right .textarea,.control.has-icon-right .input,.control.has-icon-right .select>select,.control.has-icon-right .textarea{padding-right:1.25rem}.control.has-btn-right .input:focus+.icon,.control.has-btn-right .input:focus+label+.icon,.control.has-btn-right .select>select:focus+.icon,.control.has-btn-right .select>select:focus+label+.icon,.control.has-btn-right .textarea:focus+.icon,.control.has-btn-right .textarea:focus+label+.icon,.control.has-icon-right .input:focus+.icon,.control.has-icon-right .input:focus+label+.icon,.control.has-icon-right .select>select:focus+.icon,.control.has-icon-right .select>select:focus+label+.icon,.control.has-icon-right .textarea:focus+.icon,.control.has-icon-right .textarea:focus+label+.icon{opacity:1}.control.has-btn-right>.btn{position:absolute;top:0;right:0;min-width:1rem;text-align:center;opacity:.5}.column .control,.row .control{width:100%}.control.has-error .input,.control.has-error .select>select,.control.has-error .textarea{border-color:#ea644a}.control.has-error .help-text{color:#ea644a}.control.has-success .input,.control.has-success .select>select,.control.has-success .textarea{border-color:#38b03f}.control.has-success .help-text{color:#38b03f}.control.has-warning .input,.control.has-warning .select>select,.control.has-warning .textarea{border-color:#f1a325}.control.has-warning .help-text{color:#f1a325}.article embed,.article iframe,.article img,.article object,.article video{max-width:100%;height:auto}.article ol ol,.article ol ul,.article ul ol,.article ul ul{margin-bottom:0}.article a{color:#3280fc}.article blockquote{margin:.5rem 0 .5rem 1rem;padding-top:0;padding-bottom:0}.display-backdrop,.display-layer{position:fixed;z-index:1040;top:0;right:0;bottom:0;left:0;background-color:#000}.display-backdrop.in{opacity:.5}.display-backdrop.loading:before{width:1.5rem;height:1.5rem;margin-top:-.75rem;margin-left:-.75rem;border-width:.25rem}.display-layer{z-index:1050;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;pointer-events:none;background:0 0;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.display{pointer-events:auto}.display.invisible{transition:none!important}body[class*=' display-show-'],body[class^=display-show-]{overflow-y:hidden}.display-arrow:before{position:absolute;display:block;width:0;height:0;content:' ';border-style:solid}.arrow-top:before{top:-.4rem;left:50%;margin-left:-.4rem;border-width:0 .4rem .4rem .4rem;border-color:transparent transparent #fff transparent}.arrow-bottom:before{top:100%;left:50%;margin-left:-.4rem;border-width:.4rem .4rem 0 .4rem;border-color:#fff transparent transparent transparent}.arrow-right:before{top:50%;left:100%;margin-top:-.4rem;border-width:.4rem 0 .4rem .4rem;border-color:transparent transparent transparent #fff}.arrow-left:before{top:50%;left:-.4rem;margin-top:-.4rem;border-width:.4rem .4rem .4rem 0;border-color:transparent #fff transparent transparent}.dropdown-menu,.popover{display:none}.display>.dropdown-menu,.display>.popover{display:block}.dropdown-menu,.modal,.popover{overflow-y:auto;max-height:100%}.dropdown-menu{min-width:6rem}.messager{margin:1rem}.modal{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column}.modal>.footer,.modal>.heading{z-index:1;-webkit-flex:none;-ms-flex:none;flex:none}.modal>.content{overflow-y:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.modal.in-scroll>.heading{border:none;box-shadow:rgba(0,0,0,.05) 0 .05rem .2rem,rgba(0,0,0,.12) 0 .05rem .1rem}.modal.can-scroll:not(.scroll-over)>.footer{box-shadow:rgba(0,0,0,.05) 0 -.05rem .2rem,rgba(0,0,0,.12) 0 -.05rem .1rem}.blur{-webkit-filter:blur(.5rem);filter:blur(.5rem)}.blur-lg{-webkit-filter:blur(1rem);filter:blur(1rem)}.blur-sm{-webkit-filter:blur(.25rem);filter:blur(.25rem)}.grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.flip-h{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.flip-v{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.outline{border:.05rem solid rgba(0,0,0,.1)}.circle{border-radius:50%}.rounded{border-radius:.15rem}.rounded-sm{border-radius:.1rem}.rounded-lg{border-radius:.3rem}.borderless{border:none!important}.divider{border-bottom:.05rem solid rgba(0,0,0,.1)}.divider-top{border-top:.05rem solid rgba(0,0,0,.1)}.space{margin-bottom:1rem}.space-sm{margin-bottom:.5rem}.space-xs{margin-bottom:.25rem}.space-xl{margin-bottom:2rem}.space-lg{margin-bottom:1.5rem}.center-block{margin-right:auto;margin-left:auto}.no-padding{padding:0!important}.no-margin{margin:0!important}.has-margin{margin:1rem!important}.has-margin-sm{margin:.5rem!important}.has-padding{padding:.5rem .5rem!important}.has-padding-sm{padding:.25rem .25rem!important}.has-padding-v{padding-top:.5rem!important;padding-bottom:.5rem!important}.has-padding-h{padding-right:.5rem!important;padding-left:.5rem!important}.canvas{background:#fff}.dropdown-menu,.layer,.modal,.popover{background:#fff;box-shadow:rgba(0,0,0,.15) 0 .15rem .5rem,rgba(0,0,0,.25) 0 .15rem .5rem}.section{margin-bottom:1rem;background:#fff;box-shadow:rgba(0,0,0,.05) 0 .05rem .2rem,rgba(0,0,0,.12) 0 .05rem .1rem}.box{padding:.5rem .5rem;border:.05rem solid transparent;background:#fff}.well{padding:.5rem .5rem;background-color:rgba(0,0,0,.05);box-shadow:inset rgba(0,0,0,.1) 0 .05rem .3rem,inset rgba(0,0,0,.12) 0 .05rem .2rem}.shadow-divider{box-shadow:inset 0 -.05rem 0 rgba(0,0,0,.1)}.shadow-divider-outside{box-shadow:0 .05rem 0 rgba(0,0,0,.1)}.shadow-none{box-shadow:none!important}.shadow,.shadow-1{box-shadow:rgba(0,0,0,.05) 0 .05rem .2rem,rgba(0,0,0,.12) 0 .05rem .1rem}.shadow-2{box-shadow:rgba(0,0,0,.12) 0 .05rem .3rem,rgba(0,0,0,.15) 0 .05rem .2rem}.shadow-3{box-shadow:rgba(0,0,0,.15) 0 .15rem .5rem,rgba(0,0,0,.25) 0 .15rem .5rem}.text-shadow-white{text-shadow:0 .05rem .1rem rgba(255,255,255,.5)}.text-shadow-black{text-shadow:0 .05rem .1rem rgba(0,0,0,.5)}.primary{color:#fff!important;border-color:#3280fc!important;background-color:#3280fc!important}.primary.hover:hover,tr.primary:hover{background-color:#1970fc!important}.primary.outline{color:#3280fc!important;background-color:transparent!important}.primary.outline .active{color:#fff!important;background-color:#3280fc!important}.green,.success{color:#fff!important;border-color:#38b03f!important;background-color:#38b03f!important}.green.hover:hover,.success.hover:hover,tr.green:hover,tr.success:hover{background-color:#329d38!important}.green.outline,.success.outline{color:#38b03f!important;background-color:transparent!important}.green.outline .active,.success.outline .active{color:#fff!important;background-color:#38b03f!important}.blue,.info{color:#fff!important;border-color:#03b8cf!important;background-color:#03b8cf!important}.blue.hover:hover,.info.hover:hover,tr.blue:hover,tr.info:hover{background-color:#03a2b6!important}.blue.outline,.info.outline{color:#03b8cf!important;background-color:transparent!important}.blue.outline .active,.info.outline .active{color:#fff!important;background-color:#03b8cf!important}.warning,.yellow{color:#fff!important;border-color:#f1a325!important;background-color:#f1a325!important}.warning.hover:hover,.yellow.hover:hover,tr.warning:hover,tr.yellow:hover{background-color:#ed980f!important}.warning.outline,.yellow.outline{color:#f1a325!important;background-color:transparent!important}.warning.outline .active,.yellow.outline .active{color:#fff!important;background-color:#f1a325!important}.danger,.red{color:#fff!important;border-color:#ea644a!important;background-color:#ea644a!important}.danger.hover:hover,.red.hover:hover,tr.danger:hover,tr.red:hover{background-color:#e75033!important}.danger.outline,.red.outline{color:#ea644a!important;background-color:transparent!important}.danger.outline .active,.red.outline .active{color:#fff!important;background-color:#ea644a!important}.brown,.important{color:#fff!important;border-color:#bd7b46!important;background-color:#bd7b46!important}.brown.hover:hover,.important.hover:hover,tr.brown:hover,tr.important:hover{background-color:#ac6f3d!important}.brown.outline,.important.outline{color:#bd7b46!important;background-color:transparent!important}.brown.outline .active,.important.outline .active{color:#fff!important;background-color:#bd7b46!important}.purple,.special{color:#fff!important;border-color:#8666b8!important;background-color:#8666b8!important}.purple.hover:hover,.special.hover:hover,tr.purple:hover,tr.special:hover{background-color:#7855b0!important}.purple.outline,.special.outline{color:#8666b8!important;background-color:transparent!important}.purple.outline .active,.special.outline .active{color:#fff!important;background-color:#8666b8!important}.dark{color:#fff!important;border-color:#333!important;background-color:#333!important}.dark.hover:hover,tr.dark:hover{background-color:#262626!important}.dark.outline{color:#333!important;background-color:transparent!important}.dark.outline .active{color:#fff!important;background-color:#333!important}.black,.inverse{color:#fff!important;border-color:#000!important;background-color:#000!important}.black.hover:hover,.inverse.hover:hover,tr.black:hover,tr.inverse:hover{background-color:#000!important}.black.outline,.inverse.outline{color:#000!important;background-color:transparent!important}.black.outline .active,.inverse.outline .active{color:#fff!important;background-color:#000!important}.primary-pale{border-color:#ebf2f9!important;background-color:#ebf2f9!important}.primary-pale.hover:hover,tr.primary-pale:hover{background-color:#d7e5f3!important}.primary-pale.outline{color:#ebf2f9!important;border-color:#ebf2f9!important}.primary-pale .active,.primary-pale.text-tint{color:#3280fc}.green-pale,.success-pale{border-color:#ddf4df!important;background-color:#ddf4df!important}.green-pale.hover:hover,.success-pale.hover:hover,tr.green-pale:hover,tr.success-pale:hover{background-color:#caeecd!important}.green-pale.outline,.success-pale.outline{color:#ddf4df!important;border-color:#ddf4df!important}.green-pale .active,.green-pale.text-tint,.success-pale .active,.success-pale.text-tint{color:#38b03f}.blue-pale,.info-pale{border-color:#ddf3f5!important;background-color:#ddf3f5!important}.blue-pale.hover:hover,.info-pale.hover:hover,tr.blue-pale:hover,tr.info-pale:hover{background-color:#c9ecef!important}.blue-pale.outline,.info-pale.outline{color:#ddf3f5!important;border-color:#ddf3f5!important}.blue-pale .active,.blue-pale.text-tint,.info-pale .active,.info-pale.text-tint{color:#03b8cf}.warning-pale,.yellow-pale{border-color:#fff0d5!important;background-color:#fff0d5!important}.warning-pale.hover:hover,.yellow-pale.hover:hover,tr.warning-pale:hover,tr.yellow-pale:hover{background-color:#ffe7bc!important}.warning-pale.outline,.yellow-pale.outline{color:#fff0d5!important;border-color:#fff0d5!important}.warning-pale .active,.warning-pale.text-tint,.yellow-pale .active,.yellow-pale.text-tint{color:#f1a325}.danger-pale,.red-pale{border-color:#ffe5e0!important;background-color:#ffe5e0!important}.danger-pale.hover:hover,.red-pale.hover:hover,tr.danger-pale:hover,tr.red-pale:hover{background-color:#ffd0c6!important}.danger-pale.outline,.red-pale.outline{color:#ffe5e0!important;border-color:#ffe5e0!important}.danger-pale .active,.danger-pale.text-tint,.red-pale .active,.red-pale.text-tint{color:#ea644a}.brown-pale,.important-pale{border-color:#f7ebe1!important;background-color:#f7ebe1!important}.brown-pale.hover:hover,.important-pale.hover:hover,tr.brown-pale:hover,tr.important-pale:hover{background-color:#f2decd!important}.brown-pale.outline,.important-pale.outline{color:#f7ebe1!important;border-color:#f7ebe1!important}.brown-pale .active,.brown-pale.text-tint,.important-pale .active,.important-pale.text-tint{color:#bd7b46}.purple-pale,.special-pale{border-color:#f5eeff!important;background-color:#f5eeff!important}.purple-pale.hover:hover,.special-pale.hover:hover,tr.purple-pale:hover,tr.special-pale:hover{background-color:#e6d5ff!important}.purple-pale.outline,.special-pale.outline{color:#f5eeff!important;border-color:#f5eeff!important}.purple-pale .active,.purple-pale.text-tint,.special-pale .active,.special-pale.text-tint{color:#8666b8}.gray{border-color:#f1f1f1!important;background-color:#f1f1f1!important}.gray.hover:hover,tr.gray:hover{background-color:#e4e4e4!important}.gray.outline{color:#f1f1f1!important;border-color:#f1f1f1!important}.gray .active,.gray.text-tint{color:#333}.white{border-color:#fff!important;background-color:#fff!important}.white.hover:hover,tr.white:hover{background-color:#f2f2f2!important}.white.outline{color:#fff!important;border-color:#fff!important}.white .active,.white.text-tint{color:#333}.text-primary{color:#3280fc}.text-green,.text-success{color:#38b03f}.text-blue,.text-info{color:#03b8cf}.text-warning,.text-yellow{color:#f1a325}.text-danger,.text-red{color:#ea644a}.text-brown,.text-important{color:#bd7b46}.text-purple,.text-special{color:#8666b8}.text-gray{color:grey}.text-black{color:#000}.text-white{color:#fff}.clean{background-color:transparent!important}.outline{border:.05rem solid rgba(0,0,0,.1);background-color:transparent!important}.muted{opacity:.5!important}.darken{background-color:rgba(0,0,0,.1)!important}.lighten{background-color:rgba(255,255,255,.1)!important}.btn,.state,a{position:relative}.btn:after,.state:after,a:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:' ';transition:.3s cubic-bezier(.175,.885,.32,1);-webkit-transform:scale(.6);transform:scale(.6);opacity:0;background-color:transparent;box-shadow:0 0 0 .05rem #000}.btn.circle:after,.state.circle:after,a.circle:after{border-radius:50%}.btn.rounded:after,.state.rounded:after,a.rounded:after{border-radius:.15rem}.btn.hover:after,.btn:hover:after,.state.hover:after,.state:hover:after,a.hover:after,a:hover:after{-webkit-transform:scale(1);transform:scale(1);opacity:.08;background-color:#000}.btn:focus,.state:focus,a:focus{outline:0}.btn:focus:after,.state:focus:after,a:focus:after{-webkit-transform:scale(1);transform:scale(1);opacity:.1;background-color:rgba(0,0,0,.8);box-shadow:inset 0 0 0 .05rem rgba(0,0,0,.9)}.btn.open:after,.btn:active:after,.open>.btn:after,.open>.state:after,.open>a:after,.state.open:after,.state:active:after,a.open:after,a:active:after{-webkit-transform:scale(1);transform:scale(1);opacity:.11;background-color:#000}.disabled,.disabled>a,[disabled]{cursor:not-allowed!important;pointer-events:none!important;opacity:.5!important;box-shadow:none!important;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.disabled:after,.disabled>a:after,[disabled]:after{display:none!important}.as-load-indicator,.loading{color:transparent!important}.as-load-indicator>*,.loading>*{visibility:hidden}.as-load-indicator:before,.loading:before{position:absolute;top:50%;left:50%;display:block;width:.9rem;height:.9rem;margin-top:-.45rem;margin-left:-.45rem;content:' ';transition:opacity .3s cubic-bezier(.175,.885,.32,1);-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;border:.15rem dotted rgba(255,255,255,.5);border-color:rgba(255,255,255,.1) rgba(255,255,255,.4) rgba(255,255,255,.5) rgba(255,255,255,.6);border-radius:50%}.as-load-indicator.loading-light:before,.loading.loading-light:before{border-color:rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.3) rgba(0,0,0,.4)}.as-load-indicator:before{-webkit-animation:none;animation:none;opacity:0}.as-load-indicator.loading:before{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;opacity:1}.code,code,kbd,pre,samp{font-family:Monaco,Menlo,Consolas,'Courier New',monospace}code,kbd{font-size:.6rem;padding:.1rem .25rem;color:#ea644a;background-color:rgba(0,0,0,.05)}.code{color:#ea644a}kbd{font-weight:700;color:#666;border:.05rem solid rgba(0,0,0,.1);border-bottom-width:.1rem;border-radius:.1rem}pre{font-size:.6rem;display:block;overflow:auto;max-width:100%;padding:.5rem;word-wrap:normal;word-break:normal;border:.05rem solid transparent;background-color:rgba(0,0,0,.05)}pre code{font-size:inherit;padding:0;color:inherit;border-radius:0;background-color:transparent}.com{color:#93a1a1}.lit{color:#195f91}.clo,.opn,.pun{color:#93a1a1}.fun{color:#dc322f}.atv,.str{color:#d14}.kwd,.prettyprint .tag{color:#1e347b}.atn,.dec,.typ,.var{color:teal}.pln{color:#48484c}.prettyprint.linenums{padding:.25rem .5rem .25rem 0;word-wrap:break-word;word-break:break-all;border:.05rem solid rgba(0,0,0,.1);box-shadow:inset 2rem 0 0 #fbfbfc,inset 2.05rem 0 0 #ececf0}.prettyprint.linenums code{white-space:pre-wrap}.prettyprint ol.linenums{line-height:1rem;margin-bottom:0;padding-left:2.25rem;color:#bebec5;text-shadow:0 .05rem 0 #fff}
\ No newline at end of file
diff --git a/public/static/mobile/css/style.css b/public/static/mobile/css/style.css
new file mode 100644
index 0000000..34d4325
--- /dev/null
+++ b/public/static/mobile/css/style.css
@@ -0,0 +1,615 @@
+
+*,ul,p,img{margin: 0; padding: 0;}
+body{background: #f8f8f8; font-size: .7rem; font-family: "微软雅黑";}
+ul{list-style-type: none;}
+
+/*
+ 头部
+*/
+
+.header{background: #18b4ed; color: #fff; line-height: 2.3rem;}
+.header-btn{position: absolute;}
+.header-left{left: .5rem;}
+.header-right{right: .5rem}
+
+/*
+ 尾部
+*/
+
+.footer-nav{background: #fff; box-shadow: .05rem .05rem .05rem 0 #f2f2f2; border-top: solid .05rem #dedede;}
+.footer-nav ul{overflow: hidden; padding:.5rem 0;}
+.footer-nav li{width: 20%; float: left; text-align: center; color: #666;}
+.footer-nav i{font-size: .9rem; margin-bottom: .15rem;}
+.footer-nav p{font-size: .6rem;}
+.footer-nav ul li.active{color: #059ad0;}
+
+/*
+ 用户主页
+*/
+
+.user-home-btn{background: #fff; overflow: hidden; border-top: solid .05rem #dedede;}
+.user-home-btn li{float: left; width: 33.33%; text-align: center; padding: 1rem .5rem; border-left: solid .05rem #dedede; border-bottom: solid .05rem #dedede;}
+.user-home-btn li:nth-child(1),.user-home-btn li:nth-child(4){border-left: none;}
+.user-home-btn i{font-size: 1rem; margin-bottom:.2rem;}
+.user-home-btn li:nth-child(1)>i{color: #18b4ed;}
+.user-home-btn li:nth-child(2)>i{color: #efc91c;}
+.user-home-btn li:nth-child(3)>i{color: #e85700;}
+.user-home-btn li:nth-child(4)>i{color: #db0f1a;}
+.user-home-btn li:nth-child(5)>i{color: #9ddf1d;}
+.user-home-btn li:nth-child(6)>i{color: #aaaaaa;}
+.user-home-btn li:nth-child(10)>i{color: #7a9cff;}
+.user-home-btn li:nth-child(11)>i{color: #ff7474;}
+.user-home-btn li:nth-child(12)>i{color: #ffa264;}
+
+.user-home-data{background: #18b4ed; position: relative;}
+.user-home-portrait{position: relative; height: 3rem; width: 3rem; overflow: hidden; background: url(../img/portrait_03.jpg); background-size: cover; background-position: center;}
+.user-home-portrait>p{position: absolute; background: rgba(0,0,0,.5); font-size: .6rem; bottom: 0; color: #fff; line-height: 1.2rem; width: 100%; text-align: center;}
+.user-home-name{color: #fff; left: 4.5rem; top: 1rem; bottom: 1rem; right: 1rem;}
+.user-home-cog{position: absolute; right: .5rem; top: .5rem; background: rgba(0,0,0,.2); color: #fff; line-height: 1rem; padding: 0 .5rem; border-radius: .5rem;}
+
+.user-home-data-btn{margin-top: .2rem;}
+.user-home-data-btn span:nth-child(1),.user-home-data-btn a,.user-identity-vip{display: inline-block; border-radius: .2rem; border:solid .05rem #fff; font-size: .65rem; padding: 0 .3rem;}
+.user-home-data-btn span:nth-child(1){background: #aaa; color: #fff;}
+.user-home-data-btn a{background: #db0f1a; color: #fff;}
+.user-home-data-btn span.user-identity-vip{background: #db0f1a; color: #fee300;}
+.user-home-data-btn span.user-identity-vip{display: none;}
+.user-home-data-vip span:nth-child(1),.user-home-data-vip a{display: none;}
+.user-home-data-vip span.user-identity-vip{display: inline-block;}
+
+/*
+ 经验分享
+*/
+
+.header-experience-share{border:solid .05rem #fff; color: #fff; padding: 0 .2rem; border-radius: .2rem;}
+.header-return-btn>i{font-size: .8rem;}
+.experience-list>li{background: #fff; border-top: solid .05rem #dedede; border-bottom: solid .05rem #dedede;}
+.experience-list-other{color: #999;}
+.experience-list-other span{margin-right: .5rem;}
+.experience-list-user{padding-left: 2.5rem; position: relative; height: 2rem;}
+.experience-list-user>p{color: #999; line-height: 1rem;}
+.experience-list-user>p:nth-child(2){color: #18b4ed;}
+.experience-user-portrait{height: 2rem; width: 2rem; position: absolute; left: 0; top: 0;}
+
+.experience-float-btn{position: fixed; bottom: 4rem; z-index: 99; right: 1rem; background: #e1811b; color: #fff; height: 2rem; width: 2rem; text-align: center; line-height: 2rem; border-radius: 50%; font-size: .9rem;}
+
+.experience-release{width: 100%; border-top:solid .05rem #dedede; border-bottom:solid .05rem #dedede; border-right:none; border-left:none; padding: .5rem; height: 10rem;}
+
+/*
+ 分享经验详情
+*/
+.experience-footer ~ .reply-content{margin-bottom: 2.4rem;}
+
+.experience-footer{position: fixed; bottom: 0; background: #fff; width: 100%; padding: .4rem 0; border-top: solid .05rem #dedede; z-index: 99;}
+.experience-footer li{float: left; width: 33.33%; line-height: 1.6rem; border-right: solid .05rem #dedede; text-align: center; color: #999;}
+.experience-footer li:last-child{border-right: none;}
+.experience-footer li.active{color: #18b4ed;}
+
+.experience-txt{background: #fff; border-bottom: solid .05rem #dedede; }
+.experience-txt>div.experience-list-user{padding-left: 3rem; height: 3rem; border-bottom: solid .05rem #dedede;}
+.experience-txt>div.experience-list-user .experience-user-portrait{top: .5rem; left: .5rem;}
+.user-lv{background: #fcbe00; margin-right: .2rem; padding: 0 .2rem; border-radius: .2rem; color: #fff; font-size: .6rem;}
+
+.reply-content{background: #fff; border-top: solid .05rem #dedede; border-bottom: solid .05rem #dedede;}
+.reply-content-title{border-left: .3rem solid #18b4ed; line-height: 1.5rem; padding-left: .5rem; margin: .2rem 0; padding-right: .5rem; overflow: hidden;}
+.reply-content-title>span{float: right; color: #18b4ed}
+.reply-list li{border-bottom: solid .05rem #dedede;}
+.reply-list li:last-child{border-bottom: none;}
+
+.reply-content-user{position: relative;}
+.reply-content-user>p,.reply-content-user>span.reply-list-layer{color: #999; top: 0; line-height: 1.5rem; position: absolute;}
+.reply-content-user>p{left:2rem; right: 2rem; }
+.reply-content-user>span.reply-list-layer{right: 0;}
+.reply-content-portrait{height: 1.5rem; width: 1.5rem;}
+
+.reply-list-tool span{float: right; margin-left: .8rem;}
+.reply-list-tool span.active{color: #18b4ed;}
+
+.comment-form{padding: .5rem; overflow: hidden; background: #fff; position: absolute; z-index: 99; width: 90%; -webkit-box-sizing: border-box; box-sizing: border-box; left: 5%; top: 30%; border-radius: .2rem;}
+.comment-form textarea{width: 100%; height: 5rem; border:solid .05rem #dedede; border-radius: .2rem; padding: .5rem; -webkit-box-sizing: border-box; box-sizing: border-box;}
+.comment-form button{float: right; margin-top: .5rem; background: #18b4ed; color: #fff; padding: .2rem .5rem; border:none; border-radius: .2rem;}
+.comment-form p{text-align: center; padding-bottom: .5rem;}
+.comment-form-back{position: absolute; height: 100%; width: 100%; background: rgba(0,0,0,.5); z-index: 98;}
+
+.comment-form,.comment-form-back{display: none;}
+
+/*
+ 我的分享
+*/
+
+.my-experience-list{padding-right: 2rem;}
+.my-experience-list>a{position: absolute; right: 0; top: 0; display: block; width: 2rem; line-height: 2rem; font-size: .9rem; text-align: center; color: #777;}
+
+/*
+ 发布文章
+*/
+
+.novice-guide{background: #fff; border-bottom: solid .05rem #dedede; position: relative; z-index: 9;}
+.novice-guide>a{border:solid .05rem #18b4ed; color: #18b4ed; line-height: 2rem; display:block; border-radius: .2rem; text-align: center;}
+
+.article-pub-list{padding-bottom: .5rem;}
+.article-pub-list li{background: #fff; border:solid .05rem #dedede; margin-top: .5rem; border-radius: .2rem;}
+
+.edit-btn{text-align: center; overflow: hidden; line-height: 1.6rem; border-top: solid .05rem #dedede;}
+.edit-btn>a{width:33.33%; display: inline-block; float: left;}
+.edit-btn>a:nth-child(1){color: #999;}
+.edit-btn>a:nth-child(2){color: #18b4ed;}
+.edit-btn>a:nth-child(3){color: #f76951;}
+
+.edit-txt{position: relative;}
+.edit-txt-img{height: 3rem; width: 3rem; background-image: url(../img/collection-img_03.png); background-size: cover; border:solid .05rem #dedede;}
+.edit-txt-txt{position: absolute; left: 4rem; top: .5rem; right: .5rem; bottom: .5rem;}
+.edit-txt-txt>p.edit-txt-time{position: absolute; bottom: 0; width: 100%; color: #999;}
+.edit-txt-txt>p.edit-txt-time>span{float: right;}
+
+/*
+ 采集文章
+*/
+
+.collectione-add-block{border-radius: .2rem; margin: .5rem; border:solid .05rem #dedede; background: #fff;}
+.collectione-add-form{padding: .5rem;}
+.collectione-add-form>textarea{width: 100%; height: 4rem; background: #f7f7f7; border:none; margin-bottom: .5rem;}
+.collectione-add-form button{text-align: center; width: 40%; margin: 0 .5rem; border-radius: .2rem; border:none; line-height: 1.5rem; color: #fff; background: #d0d0d0;}
+.collectione-add-form>p>button:nth-child(2){background: #18b4ed;}
+
+.collectione-add-txt{color: #999;}
+.collectione-add-telte{border-bottom: solid .05rem #dedede;}
+
+/*
+ 空提示
+*/
+
+.null-prompt{text-align: center; color: #999;}
+.null-prompt>img{width: 4rem;}
+
+/*
+ 模版列表
+*/
+
+.template-list{overflow: hidden; padding: .25rem;}
+.template-list>li{margin: .25rem; width: -webkit-calc( 50% - .5rem ); width: calc( 50% - .5rem ); float: left; background: #fff; padding: .5rem; box-shadow: 0 0 .1rem 0 rgba(0,0,0,.2); border:solid .05rem #dedede;}
+.template-list span{background: #fff; margin-top: .5rem; display: block; width: 100%; border:solid .05rem #dedede; line-height: 1.5rem; text-align: center;border-radius: .2rem;}
+.template-list>li.template-active span{background: #56abec; color: #fff; border-color: #56abec;}
+
+/*
+ 帮助中心
+*/
+
+.help-banner{width: 100%; padding-top: 50%;}
+.help-btn{padding: .25rem;}
+.help-btn>a{float: left; width: -webkit-calc( 50% - .5rem ); width: calc( 50% - .5rem ); text-align: center; display: inline-block; margin: .25rem; padding:20px 10px; box-shadow: 0 0 -.5rem -.5rem #333; color: #fff;}
+.help-btn>a:nth-child(1){background: #c09cc2}
+.help-btn>a:nth-child(2){background: #5a4e7e}
+.help-btn>a:nth-child(3){background: #e54b81}
+.help-btn>a:nth-child(4){background: #9dd53e}
+.help-btn>a i{font-size: 1.2rem;}
+.help-btn>a p{font-size: .6rem; padding-top: .5rem;}
+
+
+/*
+ 帮助中心列表
+*/
+
+.help-core-list{background: #fff; border-bottom: solid .05rem #dedede;}
+.help-core-list>li{line-height: 1rem; border-top:solid .05rem #dedede;}
+.help-core-list>li>a{display: block; padding: .5rem;}
+
+
+/*
+ 帮助中心详情
+*/
+
+.help-core-title{width: 100%; padding: .8rem; border-bottom: solid .05rem #dedede; background: #fff;}
+.help-core-mian{padding: .5rem; background: #fff; border-bottom: solid .05rem #dedede;}
+.help-core-mian img{max-width: 100%;display:inline-block;margin-bottom: 10px;}
+
+/*
+ 直销技巧列表
+*/
+
+.direct-tab{background: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 9; border-bottom: solid .05rem #dedede;}
+.direct-tab a{width: 33.33%; border-right:solid .05rem #dedede;}
+.direct-tab a:last-child{border-right: none;}
+.direct-tab a.active{font-weight: normal; background: #f7f7f7;}
+.direct-selling-list{overflow: hidden;}
+.direct-selling-list li{background: #fff; border-bottom: solid .05rem #dedede; border-top: solid .05rem #dedede;}
+.direct-selling-list-img{width: 100%; padding-top: 50%;}
+
+.direct-tab ~ .direct-selling-content{padding-top: 2rem;}
+
+/*
+ 直销技巧详情
+*/
+
+.direct-video{position: relative; padding-top:50%; background: #fff;}
+.direct-video>video{width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
+
+.direct-video-auto{background: #f0f1f1; position: fixed; bottom: 0; width: 100%; border-top: solid .05rem #dedede;}
+.direct-video-auto>audio{display: none;}
+
+.direct-video-auto ~ .help-core-mian{margin-bottom: 2.5rem;}
+
+/*
+ 我的第一版
+*/
+
+.one-user-data{background: url(../img/user-back_02.png) center no-repeat; background-size: cover; padding: 1.2rem .5rem; text-align: center; color: #fff;}
+.one-user-btn{background: #fff; border-top:solid .05rem #dedede; border-bottom: solid .05rem #dedede; overflow: hidden;}
+.one-user-btn>li{float: left; width: 33.33%; border-right: solid .05rem #dedede; text-align: center;}
+.one-user-btn>li:last-child{ border-right: none;}
+.one-user-btn>li:nth-child(1) i{background: #e1811b}
+.one-user-btn>li:nth-child(2) i{background: #1b8fe1}
+.one-user-btn>li:nth-child(3) i{background: #b0e11b}
+.one-user-btn i{font-size: .8rem; color: #fff; width: 1.7rem; height: 1.7rem; line-height: 1.7rem; border-radius: 50%;}
+.one-user-btn a{display: block; padding: .5rem;}
+.one-user-btn p{font-size: .65rem;}
+.one-data-portrait{display: inline-block; width: 3.5rem; height: 3.5rem; border:solid .1rem #dedede;}
+
+/*
+ 我的第二版
+*/
+
+.two-user-data{padding: 2rem .5rem; text-align: center; background: url(../img/user-two-back_02.png) center no-repeat; background-size: cover; padding-top: 73%; position: relative;}
+.two-user-data h6{color: #e1371b; font-weight: normal;}
+
+.two-user-btn{position: fixed; bottom: 4rem; width: 100%; background: #fff; overflow: hidden;}
+.two-user-btn>li{float: left; width: 33.33%; text-align: center;}
+.two-user-btn>li:nth-child(1) i{background: #e1811b}
+.two-user-btn>li:nth-child(2) i{background: #1b8fe1}
+.two-user-btn>li:nth-child(3) i{background: #b0e11b}
+.two-user-btn i{font-size: .8rem; color: #fff; width: 1.7rem; height: 1.7rem; line-height: 1.7rem; border-radius: 50%;}
+.two-user-btn a{display: block; padding: .5rem;}
+.two-user-btn p{font-size: .65rem;}
+
+/*
+ 我的第三版
+*/
+
+.three-user-data{padding: 2rem .5rem; text-align: center; background: url(../img/user-three-back_02.png) center no-repeat; background-size: cover; padding-top: 94%; position: relative;}
+.three-user-data h6{color: #e1371b; font-weight: normal;}
+
+.three-user-btn{position: fixed; bottom: 4rem; width: 100%; background: #fff; overflow: hidden;}
+.three-user-btn>li{float: left; width: 33.33%; text-align: center;}
+.three-user-btn>li:nth-child(1) i{background: #e1811b}
+.three-user-btn>li:nth-child(2) i{background: #1b8fe1}
+.three-user-btn>li:nth-child(3) i{background: #b0e11b}
+.three-user-btn i{font-size: .8rem; color: #fff; width: 1.7rem; height: 1.7rem; line-height: 1.7rem; border-radius: 50%;}
+.three-user-btn a{display: block; padding: .5rem;}
+.three-user-btn p{font-size: .65rem;}
+
+/*
+ 我的第三版
+*/
+
+.four-user-data{padding: 3rem .5rem; text-align: center;}
+
+.four-user-back{position: fixed; background: url(../img/user-four-back_02.png) center bottom; height: 100%; width: 100%; background-size: cover; z-index: -1;}
+
+.four-user-identity>small{background: #f2e517; display: inline-block; border-radius: .2rem; color: #e1811b; padding: 0 .5rem;}
+
+.four-user-btn{position: fixed; bottom: 4rem; width: 100%; overflow: hidden;}
+.four-user-btn>li{float: left; width: 33.33%; text-align: center;}
+.four-user-btn>li:nth-child(1) i{background: #e1811b}
+.four-user-btn>li:nth-child(2) i{background: #1b8fe1}
+.four-user-btn>li:nth-child(3) i{background: #b0e11b}
+.four-user-btn i{font-size: .8rem; color: #fff; width: 1.7rem; height: 1.7rem; line-height: 1.7rem; border-radius: 50%;}
+.four-user-btn a{display: block; padding: .5rem; color: #fff;}
+.four-user-btn p{font-size: .65rem;}
+
+/*
+ 个人资料
+*/
+
+.user-data-list{background: #fff; border-bottom: solid .05rem #dedede;}
+.user-data-list li{border-top: solid .05rem #dedede;}
+.user-data-list a{padding: .5rem; display: block;}
+.user-data-list a span{float: right; display: inline-block; line-height: 1rem;}
+.user-data-list a span i{font-size: 1rem; color: #939393;}
+
+.user-btn{padding: .5rem;}
+.user-btn a,.user-btn button{background: #18b4ed; color: #fff; line-height: 2rem; width: 100%; border-radius: .2rem; display: block; text-align: center; border:none;}
+
+.user-upload-portrait{overflow: hidden; position: relative;}
+.user-upload-portrait>span{position: absolute; bottom: .5rem;}
+.user-upload-portrait>div.user-home-portrait{border:solid .1rem #dedede;}
+.user-upload-portrait>div.user-home-portrait>input[type="file"]{position: absolute; z-index: 9; height: 100%; width: 100%; opacity: 0;}
+
+/*
+ 修改资料
+*/
+
+.user-data-form>li{position: relative; padding-left:4.5rem;}
+.user-data-form>li>label{position: absolute; left: .5rem;}
+.user-data-form>li>input,.user-data-form>li>select{width: 100%; border:none;}
+.user-data-form>li>select{-webkit-appearance: none; appearance: none; padding-right: .8rem;}
+.user-data-form>li>select + i{position: absolute; line-height: 2rem; top: 0rem; right: .5rem; color: #999;}
+
+/*
+ 上传二维码
+*/
+
+.qrcode-upload{position: relative; border: dashed .05rem #dedede; margin: 1.5rem; padding-top:-webkit-calc( 100% - 3.1rem ); padding-top:calc( 100% - 3.1rem ); background: url(../img/upload-qrcode_03.png) #fff no-repeat center; background-size: 30%;}
+.qrcode-upload p{position: absolute; top: 70%; text-align: center; width: 100%; color: #999;}
+.qrcode-upload input[type="file"],.qrcode-upload span{position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
+.qrcode-upload input[type="file"]{ z-index: 9; opacity: 0;}
+.qrcode-upload span{display: block; z-index: 8; background-size: cover;}
+
+/*
+ 注册
+*/
+
+.register-form li{margin-bottom: .5rem; background: #fff; border:solid .05rem #dedede; position: relative; padding-left: 2rem; border-radius: .2rem; overflow: hidden;}
+.register-form li>label{position: absolute; left: 0; top: 0; line-height: 2rem; width: 2rem; text-align: center; color: #999; font-size: .8rem;}
+.register-form li>input{width: 100%; border:none; height: 2rem;}
+.register-form li>a.tel-code-btn{width: 5rem; background: #e1811b; position: absolute; right: 0; top: 0; display: block; line-height: 2rem; color: #fff; text-align: center;}
+.register-form li>a.tel-code-btn + input{width: -webkit-calc( 100% - 6rem ); width: calc( 100% - 6rem );}
+
+.register-btn{padding: .25rem; overflow: hidden;}
+.register-btn>button{width: -webkit-calc( 50% - .5rem ); width: calc( 50% - .5rem ); text-align: center; margin: 0 .25rem; line-height: 2rem; float: left; border-radius: .2rem;}
+.register-btn>button:nth-child(2){color: #fff; background: #18b4ed; border:none;}
+.register-btn>button:nth-child(1){color: #666; background: #fff; border:solid .05rem #dedede;}
+
+.follow-wechat{background: #fff; border:solid .05rem #dedede; overflow: hidden;}
+.follow-wechat>p{color: #666; line-height: 1.5rem;}
+.follow-wechat>p>span{color: #18b4ed;}
+
+.follow-wechat-txt img{max-width: 100%;}
+
+/*
+ vip权限
+*/
+
+.vip-block{margin: .5rem; background: #fff; border-radius: .2rem; border:solid .05rem #dedede;}
+.vip-block-margin{margin-bottom: 3.5rem;}
+.vip-table{width: 100%; text-align: center;}
+.vip-table i{font-size: .9rem;}
+.vip-table tr{border-bottom: solid .05rem #dedede;}
+.vip-table tr:last-child{border-bottom: none;}
+.vip-table td{padding: .5rem; border-right: solid .05rem #dedede;}
+.vip-table td:last-child{border-right: none;}
+
+.vip-btn{position: fixed; bottom: 0; width: 100%;}
+.vip-btn>button{background: #ff6600; width: 100%; line-height: 2rem; color: #fff; border:none; border-radius: .2rem;}
+
+.vip-layer{padding: .5rem; background: #fff; position: relative;}
+.vip-icon{width: 3rem; height: 3rem; border-radius: .2rem;}
+.vip-txt{position: absolute; left: 4rem; top: .5rem; line-height: 1rem;}
+.vip-txt>p:nth-child(3){color: #e90000;}
+
+.vip-open-btn{overflow: hidden; line-height: 1.5rem;}
+.vip-open-btn>span{color: #df0000;}
+.vip-open-btn a{float: right; color: #fff; background: #ff6600; line-height: 1.5rem; border-right: .2rem; padding: 0 .5rem; border-radius: .2rem;}
+
+/*
+ 开通VIP
+*/
+
+.open-vip-block{line-height: 1.5rem; background: #fff; border-bottom: solid .05rem #dedede;}
+
+.address-list-radio>input[type="radio"]{display: none;}
+.address-list-radio>label{color: #999; line-height: 1.7rem; padding-top: .1rem;}
+.address-list-radio>label i{font-size: .9rem;}
+.address-list-radio>input[type="radio"]:checked + label{color: #28c54d;}
+.modular-list{overflow: hidden; background: #fff; border-bottom: solid .05rem #e8e8e8; padding: .5rem 0 .5rem .5rem;}
+.modular-list>li{border-bottom: solid .05rem #f5f5f5; padding-right: .5rem; line-height: 1.8rem; overflow: hidden;}
+.modular-list>li:last-child{border-bottom: none;}
+.order-pay-icon{height: 1.2rem; width: 1.2rem; display: inline-block; vertical-align: middle; background-image: url(../img/pay-icon.png); background-size: cover; margin-right: .2rem;}
+.weixin-icon{background-position: 0 0;}
+.balance-icon{background-position: 0 -1.2rem;}
+
+/*
+ 新手教学视频
+*/
+
+.teaching-video{padding-top: 57%;}
+
+/*
+ 事业
+*/
+
+.banner{ width: 100%; padding-top: 48%; position: relative;}
+.banner-img{position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
+.banner-img>span{background-size: cover; background-position: center;}
+.banner-page{position: absolute; z-index: 9; text-align: center;}
+.banner-page>span.swiper-pagination-bullet-active{background: #000;}
+
+.cause-ul{overflow: hidden; padding: .25rem;}
+.cause-ul>li{float: left; width: 50%; padding: .25rem;}
+.cause-ul a{background: #fff; display: block;}
+.cause-ul p{padding: .5rem 0;}
+.cause-ul-img{padding-top: 50%; width: 100%;}
+
+/*
+ 事业列表
+*/
+
+.cause-list-ul{border-bottom: solid .05rem #dedede;}
+.cause-list-ul>li{border-top: solid .05rem #dedede;}
+.cause-list-ul>li>a{display: block; padding:.5rem; position: relative;}
+.cause-list-ul-img{width: 5rem; padding-top: 3.5rem;}
+.cause-list-ul-txt{position: absolute; left: 6rem; top: .5rem; right: .5rem; bottom: .5rem;}
+
+.share-user{position: relative;}
+
+.share-user-data{width: 4rem;}
+.share-user-data>div.user-home-portrait{display: inline-block;}
+.share-user-data>h6{color: #69b6dc; font-weight: normal;}
+.share-user{background: #fff; border-top: solid .05rem #dedede; border-bottom: solid .05rem #dedede;}
+
+.share-user-btn{margin: 0 -.25rem; overflow: hidden; text-align: center;}
+.share-user-btn>button{margin: .25rem; width: -webkit-calc( 50% - .5rem ); width: calc( 50% - .5rem ); float: left; line-height: 1.5rem; color: #fff; border:none; border-radius: .2rem; border:none;}
+.share-user-btn>button:nth-child(1),.share-user-btn>a:nth-child(1){background: #36b2e0;}
+.share-user-btn>button:nth-child(2),.share-user-btn>a:nth-child(2){background: #b8b8b8;}
+
+.share-user-btn>a{display: inline-block; text-align: center; margin: .25rem; width: -webkit-calc( 50% - .5rem ); width: calc( 50% - .5rem ); line-height: 1.5rem; color: #fff; border:none; border-radius: .2rem; border:none;}
+
+.share-user-contact{position: absolute; top:.5rem; left: 5rem; right: 2rem; line-height: 1.6rem; color: #666;}
+.share-user-contact i{border:solid .1rem #333; height: 1.3rem; line-height: 1.1rem; width: 1.3rem; border-radius: 50%; text-align: center; margin-right: .3rem;}
+.share-user-contact>p:nth-child(1) i{color: #e96694; border-color: #e96694;}
+.share-user-contact>p:nth-child(2) i{color: #5a4e7e; border-color: #5a4e7e;}
+.share-user-contact>p:nth-child(3) i{color: #9dd53e; border-color: #9dd53e;}
+
+.share-user-qrcode>i.fa-qrcode{position: absolute; right: .5rem; top: .5rem; color: #777; font-size: 1.2rem;}
+
+/*
+ 详情页面添加按钮 20170724
+ */
+
+.detail-user-add{ overflow: hidden; background: #f8f8f8;}
+.detail-user-add a{display: block; float: left; color: #36b2e0; border:solid .05rem #36b2e0; border:solid .05rem #36b2e0; width: -webkit-calc( 50% - 1rem ); width: calc( 50% - 1rem ); margin:.5rem; text-align: center; line-height: 1.5rem; border-radius: .2rem;}
+
+/*
+ 我的二维码名片
+*/
+
+.maxcard-card{margin: .5rem; background: #fff; border-right: .2rem; position: relative; padding-right: 4rem;}
+.maxcard-card>.maxcard-userdata{position: absolute; right: .5rem; top: .5rem; bottom: .5rem; width: 2rem; text-align: center;}
+.maxcard-userdata-portrait{height: 2rem; width: 2rem; position: relative; display: inline-block; border-radius: .2rem; overflow: hidden;}
+.maxcard-userdata-qrcode{position: absolute; bottom: 0; width: 2rem;}
+.maxcard-userdata-qrcode>i{font-size: 1rem;}
+
+.maxcard-browser{background: #fff; overflow: hidden;}
+.maxcard-browser>li{float: left; width: 33.33%; text-align: center;}
+.maxcard-browser>li i{font-size: .8rem; margin-bottom: .3rem;}
+.maxcard-browser>li.active i{color: #ff6600;}
+
+.maxcard-userdata-moreinfo{position: relative; width: 100%; background: #fff; padding-left: 4rem;}
+.maxcard-userdata-moreinfo label{position: absolute; left: .5rem; top: .5rem;}
+.maxcard-userdata-moreinfo textarea{width: 100%; height: 3rem; border:none; background: #fff;}
+
+/*
+ 二维码名片评论
+*/
+
+.user-comment-list{background: #fff;}
+.user-comment-list>li{border-bottom: solid .05rem #dedede;}
+.user-comment-data{ position: relative;}
+.user-comment-data-portrait{height: 2rem; width: 2rem;}
+.user-comment-data>p.user-comment-name,.user-comment-data>p.user-comment-time{position: absolute; left: 2.5rem; line-height: 1rem; right: 0;}
+.user-comment-data>p.user-comment-name{top: 0rem;}
+.user-comment-data>p.user-comment-time{bottom: .5rem;font-size: .6rem;}
+
+.user-comment-footer{position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: solid .05rem #dedede; z-index: 99;}
+.user-comment-footer>span{width: 100%; display: block; background: #ff6600; width: 100%; line-height: 2rem; color: #fff; border:none; border-radius: .2rem;}
+.user-comment-footer ~ .user-comment-list{margin-bottom: 4.5rem;}
+
+.user-vip-integral{display: flex;}
+.user-vip-integral>p{flex:1;}
+.user-vip-integral>span{margin-top: 5px; display: inline-block; color:#fff; padding: 0 .5rem; border-radius: .2rem; border:solid .05rem #fff;}
+
+.maxcard-pageempty{bottom: 4.5rem;}
+.user-comment-list>li ~ .maxcard-pageempty{display: none;}
+
+.maxcard-comment-form{position: fixed; background: rgba(0,0,0,.5); z-index: 999; width: 100%; bottom: 0; top: 0; display: none;}
+.maxcard-comment-form>form{background: #fff; width: 80%; margin: 0 auto; border-radius: .2rem;}
+.maxcard-comment-form textarea{width: 100%; height: 4rem; border:none;}
+
+.maxcard-comment-btn{text-align: center; margin: 0 -.25rem;}
+.maxcard-comment-btn>a{display: block; width: -webkit-calc( 50% - .5rem ); width: calc( 50% - .5rem ); float: left; margin: 0 .25rem; border:solid .05rem #dedede; line-height: 1.7rem; border-radius: .2rem;}
+.maxcard-comment-btn>a:nth-child(1){color: #999;}
+.maxcard-comment-btn>a:nth-child(2){color: #ff6600;}
+
+.user-comment-content{width: 100%; display: block; word-wrap:break-word;}
+
+/*
+ 登陆
+*/
+
+.fast-login{ width: 100%; position: relative;margin-top: 60%; padding-bottom: 1rem;}
+.fast-login-title>span{text-align: center; display: inline-block; position: relative; line-height: 1rem; width: 5rem; background: #f8f8f8;}
+.fast-login-title::before{position: absolute; top: .5rem; left: .5rem; right: .5rem; content: ""; background: #dedede; height: .05rem;}
+.fast-login a{color: gray;}
+.fast-login a>i{color: #62b900;font-size: 1rem;padding-right: 5px;}
+/*
+ 二维码
+*/
+
+.qrcode-back{background-image: url(../img/qrcode-back.png); position: absolute; height: 100%; width: 100%; background-size: cover;}
+.qrcode-img{width: 10rem; height: 10rem; border:solid .5rem #fff; position: absolute; bottom: 6.5rem; left: -webkit-calc( 50% - 5rem ); left: calc( 50% - 5rem );}
+.qrcode-user{padding-top: 3rem;}
+.qrcode-user-portrait{height: 3rem; width: 3rem; display: inline-block; border:solid .1rem #fff;}
+.qrcode-invitation{position: fixed; bottom: 0; width: 100%; left: 0;}
+.qrcode-invitation>span{width: 100%; text-align: center; line-height: 2rem; display: block; background: #ff6600; border-radius: .2rem; color: #fff;}
+.qrcode-invitation-layer{position: fixed; height: 100%; width: 100%; background: rgba(0,0,0,.6) url(../img/share_img_03.png) no-repeat right top; background-size: 80%; z-index: 99; display: none;}
+
+/*
+ 错误成功提示
+*/
+
+.errorprompt i,.successprompt i{font-size: 2.6rem;}
+.errorprompt i{color: #fd6a65;}
+.successprompt i{color: #10c55b;}
+.errorprompt a ,.successprompt a{padding: 0 1rem; line-height: 1.5rem; background: #fff; border:solid .05rem #dedede; display: inline-block;}
+
+/*
+ 微信绑定信息
+*/
+
+.bindwechat{position: relative; overflow: hidden;}
+.bindwechat-icon{position: absolute; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color: gray; left: -webkit-calc( 50% - 1rem ); left: calc( 50% - 1rem ); top: -webkit-calc( 50% - 1rem ); top: calc( 50% - 1rem );}
+.bindwechat-data{background: #fff; border: solid .05rem #ddd; width:-webkit-calc( 50% - 1rem ); width:calc( 50% - 1rem ); text-align: center}
+.bind-user-data{float: left;}
+.bind-wechat-data{float: right;}
+.bindwechat-data-title{border-bottom: solid .05rem #dedede; color: gray;}
+
+.bindwechat-btn{width: 100%;}
+.bindwechat-btn>button{background: #ff6600; width: 100%; line-height: 2rem; color: #fff; border:none; border-radius: .2rem;}
+
+
+
+
+/*
+ 积分详情
+*/
+
+.reportform-statistics {padding-right: .5rem;padding-top: .5rem;padding-bottom: .5rem;overflow: hidden}
+.reportform-statistics li {float: left;width: 33.333%;border-left: solid .5rem transparent;text-align: center;}
+.reportform-statistics li>p:nth-child(2) {padding-top: .5rem;color: #ca0000}
+.reportform-title {padding: .5rem;background: #eee;overflow: hidden}
+.reportform-list {overflow: hidden}
+.reportform-list li {position: relative;padding: .5rem 5rem .5rem 4rem;overflow: hidden}
+.reportform-list li .reportform-cny,.reportform-list li .reportform-time {position: absolute;display: block;top: .5rem}
+.reportform-list li>span.reportform-cny {left: .5rem;width: 4rem}
+.reportform-list li>span.element-span {width: 1rem;height: 1rem;line-height: 1rem;border-radius: 100%;text-align: center;background: #a3a3a3;color: #fff;font-size: .5rem}
+.reportform-list li>span.reportform-time {text-align: right;right: .5rem;width: 4rem;color: #a3a3a3}
+.reportform-list li:nth-child(1)>span.element-span {background: #ca0000}
+.reportform-list li:nth-child(2)>span.element-span {background: #b28147}
+.reportform-list li:nth-child(3)>span.element-span {background: #d2c2a5}
+.reportform-list li:nth-child(even) {background: #efefef}
+.reportform-list .element {padding-left: 2rem}
+
+
+
+.Lmember{padding-bottom: 100px;}
+.Lmember-list{border:solid .05rem #dedede;padding: 10px;background-color:#fff;position: relative;}
+.Lmember-list>p{font-size: 14px;color: #333;margin-bottom: 10px;font-weight: bold;}
+.Lmember-list>h3{font-weight: normal;font-size: 12px;color: #666;margin:0;}
+.Lmember-list>button,.Lmember-list>p>button{position: absolute;right:15px;top:20px;border:1px solid red;line-height: 20px;color:red; border-radius: 6px;font-size: 12px;background-color: #fff;padding: 0 10px;}
+.Lmember-list>p>button{position: static;line-height: 14px;margin-left: 6px;background-color: #fff;border:1px solid #18b4ed;color:#18b4ed;}
+.Lmember-btn{width: 100%;border:none; background-color: #18b4ed;line-height: 2rem;color: #fff;position: absolute;bottom: 0;left:0;}
+
+.Lwrite_cnt{padding:0 10px;background-color: #fff;}
+.Lwrite_list{padding:12px 0;border-bottom:1px solid #dedede;overflow: hidden;}
+.Lwrite_list>label{font-size: 14px;color: #666;line-height: 26px;}
+.Lwrite_list>input{width: calc(100% - 84px);line-height: 24px;float: right;padding: 0 5px;border:1px solid #dedede;border-radius: 2px;}
+.Lwrite_cnt>.Lwrite_list:last-child{border:none;}
+
+.Linfo_cnt{padding:0 25px 0 25px;margin-top: 20px;}
+.Linfo_inst{overflow: hidden;padding: 10px 5px;border-bottom:1px solid #ececec;}
+.Linfo_inst>h3{ display: block;float: left;width: 30%;margin:0;font-size: 14px;color:#333;line-height: 22px;}
+.Linfo_inst>p{ display: block;float: left;font-size: 14px;line-height: 22px;}
+.Longuser-home-btn li{border-left: none;border-right: solid .05rem #dedede;}
+.Longuser-home-btn li:nth-child(3n){border-right: none;}
+
+/* 提示页面 */
+
+.L_hint_t1{width: 50%;margin: 35% auto 0;}
+.L_hintimg1{width: 80%;padding-bottom: 80%;background:url(../img/123.png) no-repeat center;background-size: contain; margin: 0 auto 10px;}
+.L_hint_t1>h3,.L_hint_t2>h3{font-size: 14px;color: #4b4b4b;font-weight: normal; text-align: center;line-height: 22px;}
+.L_hint_t1>h3>span{display: inline-block;width: 30px;height: 16px;background:url(../img/wechat_d.png) no-repeat center;background-size: contain;border-radius: 5px; margin-bottom: -3px;}
+.L_hint_t1>button{width: 100%;background-color: #55aaeb;color: #fff;font-size: 14px;border-radius: 4px;line-height: 30px;margin-top: 40px; border:none;}
+
+.L_hint_t2{width: 30%;position: fixed;top:20px;right:0;}
+.L_hintimg2{width: 60%;padding-bottom: 60%;margin: 0 auto;background:url(../img/wechat_hand.png) no-repeat center;background-size: contain; }
+.L_hint_t2>h3{font-size: 12px;color: #afafaf;}
+.L_hint_t2>h3>span{color: #55aaeb;margin: 0 2px;}
+.L_hint_t2>h3>span:before{content: ""; display: inline-block;width: 12px;height: 12px;background:url(../img/wechat_handball.png) no-repeat center;background-size: contain;margin-bottom:-2px;}
diff --git a/public/static/mobile/css/swiper.min.css b/public/static/mobile/css/swiper.min.css
new file mode 100644
index 0000000..a3d4025
--- /dev/null
+++ b/public/static/mobile/css/swiper.min.css
@@ -0,0 +1,15 @@
+/**
+ * Swiper 3.4.0
+ * Most modern mobile touch slider and framework with hardware accelerated transitions
+ *
+ * http://www.idangero.us/swiper/
+ *
+ * Copyright 2016, Vladimir Kharlampidi
+ * The iDangero.us
+ * http://www.idangero.us/
+ *
+ * Licensed under MIT
+ *
+ * Released on: October 16, 2016
+ */
+.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);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-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;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{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;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:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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,.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;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.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-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;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-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items: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-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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
\ No newline at end of file
diff --git a/public/static/mobile/edit/css/Common.css b/public/static/mobile/edit/css/Common.css
new file mode 100644
index 0000000..4f083c6
--- /dev/null
+++ b/public/static/mobile/edit/css/Common.css
@@ -0,0 +1,2091 @@
+/*公共样式*/
+ul,li{list-style: none;padding: 0; margin: 0}
+.content{ max-width: 640px; margin: 0 auto}
+.bar-nav{background: #18b4ed}
+
+.bar .button-link:active,.bar-nav .button-link,.photo-browser-close-link,.bar-nav .title{color: #fff}
+p{margin: 0}
+.p0{padding:0}
+.popup-overlay {
+ z-index: 999;
+}
+.modal p{ text-align:left}
+.button-1 {
+ border-color: #fff;
+ color: #fff;
+}
+.bar-tab .tab-item .icon2 {
+ top: .05rem;
+ height: 1.2rem;
+ font-size: 1.2rem;
+ line-height: 1.2rem;
+ padding-top: 0;
+ padding-bottom: 0;
+}
+.bar .icon2 {
+ position: relative;
+ z-index: 20;
+ padding: .5rem .1rem;
+ font-size: 1rem;
+ line-height: 1.2rem;
+}
+.bar-tab .tab-item .icon2~.tab-label {
+ display: block;
+ font-size: .55rem;
+ position: relative;
+ top: .15rem;
+}
+.p0{ padding: 0}
+.mt{margin-top: 10px;}
+.c1{ color: #999}
+.c2{color: #00a5e0}
+.c3{color: #f76249;}
+/**/
+
+
+.ui-poptips {
+ width: 100%;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 999;
+ padding: 0 10px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+
+.ui-poptips-cnt {
+ background-color: rgba(0,0,0,.6);
+ line-height: 40px;
+ height: 40px;
+ color: #fff;
+ font-size: 16px;
+ text-align: center;
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px;
+ max-width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+
+.ui-poptips-cnt i {
+ display: inline-block;
+ width: 32px;
+ height: 1px;
+ vertical-align: top;
+}
+
+
+.ui-poptips-cnt {
+ background-color: rgba(0,0,0,.6);
+ line-height: 40px;
+ height: 40px;
+ color: #fff;
+ font-size: 16px;
+ text-align: center;
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px;
+ max-width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+/**/
+.buttons-tab .button.active {
+ color: #ff6666;
+ border-color: #ff6666;
+ }
+/*border*/
+.ui-border {
+ border: 1px solid #e0e0e0;
+}
+
+.m0{ margin: 0;}
+
+
+
+
+/*login*/
+
+.login-box li{ border: 1px solid #e0e0e0;
+ background: #fff;
+ height: 2rem;
+ line-height: 2rem;
+ margin-bottom: .4rem;
+ padding-left: 2.1rem;
+ position: relative;
+ }
+ .login-box .yzm{ padding-right: 120px;}
+.login-box li span{ display: inline-block;
+ position: absolute;
+ top:0;
+ height: 2rem;
+ line-height: 2rem;
+ font-size: 1.2rem;
+ text-align:center;
+ left: .1rem;
+ width: 2rem;
+ color: #ff9966
+ }
+.login-box li .hyzm{
+ position: absolute;
+ top:-1px;
+ height: 2rem;
+ line-height: 2rem;
+ font-size: .7rem;
+ text-align:center;
+ right: -1px;
+ width: 120px;
+ border:none;
+ background: #ff9966;
+ color: #fff;
+ border-radius:0;
+ padding: 0;
+
+ }
+
+.login-box li .hyzm2{
+ background:rgba(205,242,255,.65);
+ color: #333
+}
+.login-box li input{ border:none; color:#ff6666; width: 100%; font-size: .8rem;}
+.login-box .submitBox {
+ margin: 10px 10px 0 10px;height: 48px;
+}
+.login-box .btn {
+ width: 48%;
+ line-height: 40px;
+ text-align: center;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ color: #fff;
+ font-size:.8rem;
+}
+.login-box .loginBtn {
+ background-color: #ff94b7;
+ border: 1px solid #ff94b7;
+ float: left;
+}
+
+.login-box .exBtn {
+ display: block;
+ background-color: #fff;
+ color: #ff94b7;
+ border: 1px solid #ff94b7;
+ float: right;
+ line-height: 43px;
+ vertical-align: middle;
+}
+.card-footer a:before{ margin-right:6px; }
+.app_forget {
+ margin-top: 6px;
+ padding: 0 10px;
+ text-align: right;
+}
+.app_forget a{color: #b4b4b4}
+.ewm p{ margin: 0}
+
+
+.item-title span{color: red; font-size: .6rem; display: inline-block;margin-left: 6px;}
+.list-block .item-after{color: #999; font-size: .7rem}
+
+.list-block .list-group-title{ color: #ccc}
+
+/*user*/
+
+ .user {
+ position: relative;
+ height: 5rem;
+ margin: 0 auto;
+ background:#18b4ed;
+ background-size: cover;
+ color: #fff;
+ font-size: 14px;
+}
+
+ .user .set-btn {
+ color: #fff;
+ float: right;
+ position: absolute;
+ top: 9px;
+ right: 10px;
+}
+.user .set-btn p {
+ width: 3rem;
+ height: 1.2rem;
+ line-height: 1.2rem;
+ text-align: center;
+ background: rgba(0,0,0,.5);
+ border-radius: .7rem;
+}
+.user .user-photo {
+ position: absolute;
+ bottom: -2rem;
+ left: .4rem;
+ width: 4rem;
+ height: 4rem;
+ text-align: center;
+ border-radius: 100%;
+ padding: .1rem;
+ background: rgba(255,255,255,.7);
+ -webkit-transform: translateZ(1px);
+ transform: translateZ(1px);
+ overflow: hidden;
+}
+.user .user-photo img {
+ width: 100%;
+ height: 100%;
+ border-radius: 100%;
+}
+.user .user-nick {
+ float: left;
+ height: 2rem;
+ max-width: 100%;
+ padding-left: 4.5rem;
+ margin-top: 3rem;
+ font-size: .8rem;
+
+}
+
+.user .user-nick a{
+ display: inline-block;
+ height: 2rem;
+ line-height: 2rem;
+ color: #fff;
+ margin-left: 6px;
+ font-size: .6rem;
+ }
+.user .user-nick .svip,.user .user-nick .spt{
+ background:#ff5000;
+ color:#fff;
+ height: 1.2rem;
+ line-height: 1.2rem;
+ border-radius:.3rem;
+ padding: 0 .2rem;
+ font-size: .6rem;
+ }
+.user .user-nick .spt{ background:#999;}
+.user-behavior {
+ height: 49px;
+ text-align: center;
+ -webkit-box-pack: center;
+ -moz-box-pack: center;
+ -ms-box-pack: center;
+ -o-box-pack: center;
+ box-pack: center;
+ -webkit-box-align: center;
+ -moz-box-align: center;
+ -ms-box-align: center;
+ -o-box-align: center;
+ box-align: center;
+ display: -webkit-box;
+ display: -moz-box;
+ display: -ms-box;
+ display: -o-box;
+ display: box;
+}
+.user-behavior ul {
+ display: -webkit-box;
+ width: 100%;
+ margin: 0 auto;
+ padding-left: 77px;
+ box-sizing: border-box;
+}
+.user-behavior .qian{
+ padding-left: 0px;
+}
+.user-behavior ul li:first-child {
+ border: 0;
+}
+.user-behavior ul li {
+ -webkit-box-flex: 1;
+ border-left: 1px solid #e7e7e7;
+}
+.user-behavior ul li a{color: #051b28;font-size: 12px;}
+.user-behavior ul li a p{ padding: 0; margin: 0;}
+.user-behavior ul li a .nm{ color: #ff5000}
+
+#list{ margin-top: 10px;}
+.user .user-nick .level {background-position: left center;
+ background-repeat: no-repeat;
+ background-size: .533rem;
+ -webkit-box-flex: 1;
+}
+
+.bar-tab .te{ color: #ff6666}
+
+
+
+
+.weui_grids {
+ position: relative;
+ overflow: hidden;
+}
+
+
+.weui_grid {
+ position: relative;
+ float: left;
+ padding: 20px 10px;
+ width: 25%;
+ box-sizing: border-box;
+}
+.weui_grid .badge{position: absolute; top:6px; right:6px; background:red;color:#fff; padding:2px 4px;
+ font-size: 10px;
+ font-weight:600;
+ border-radius:5px;}
+
+.weui_grid:before {
+ content: " ";
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 1px;
+ height: 100%;
+ border-right: 1px solid #D9D9D9;
+ color: #D9D9D9;
+ -webkit-transform-origin: 0 100%;
+ transform-origin: 0 100%;
+ -webkit-transform: scaleX(0.5);
+ transform: scaleX(0.5);
+ right: -1px;
+}
+.weui_grid:after {
+ content: " ";
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ height: 1px;
+ border-bottom: 1px solid #D9D9D9;
+ color: #D9D9D9;
+ -webkit-transform-origin: 0 100%;
+ transform-origin: 0 100%;
+ -webkit-transform: scaleY(0.5);
+ transform: scaleY(0.5);
+}
+.weui_grid_icon {
+ width: 1.2rem;
+ height:1.2rem;
+ margin: 0 auto;
+}
+.weui_grid_icon img {
+ display: block;
+ width: 100%;
+ height: 100%;
+}
+.weui_grid_icon + .weui_grid_label {
+ margin-top: 5px;
+}
+.weui_grid_label {
+ display: block;
+ text-align: center;
+ color: #000;
+ font-size: .6rem;
+ margin: 0;
+}
+
+
+
+/*set*/
+#imgbox{ position: absolute; top:0; left: 0; border: 1px solid rgba(0, 0, 0, 0.6); border-left:none; border-right:none; }
+#imgss{ position:absolute; top:0; left: 0; }
+#facebar{ position: fixed; bottom: 0; width:100%;height: 60px; line-height: 60px; padding: 0 20px; background: #000; color: #fff}
+#facebar .button{ display: inline-block; padding-left:20px; padding-right: 20px; color: #fff; border-color:#fff; margin-top: 14px;}
+.iewm{padding:10px; margin:10px; border:1px #ccc solid}
+.ewm{ position: relative; width:260px; margin: 6px auto; height: 260px; border: 1px solid #ccc; overflow: hidden; background: url(../img/add.png) no-repeat center;background-size:cover;}
+.ewm input{display:block;width:260px; height:260px;position:absolute;top:0; left:0;filter: alpha(opacity=0);
+ -moz-opacity: 0;
+ -khtml-opacity: 0;
+ opacity: 0;}
+.ewm img{ width:100%;}
+.upload_kf_code {
+ text-align: center;
+ color: #aaa;
+ margin-top: 10px;
+ font-size: 14px;
+}
+.kf_code_help {
+ text-align: left;
+ margin:10px;
+ padding: 6px;
+
+ border: 1px #ccc solid;
+ border-radius: 2px;
+}
+.kf_code_help p {
+ color: #e54040;
+ font-size: 17px;
+ padding: 15px 10px 10px 10px;
+ display: block;
+}
+.alink{ display: block;width: 100%; color: #3d4145}
+.sm-box{ margin: 10px; padding: 10px; border: 1px solid #F96; border-radius: 5px}
+.sm-box span{font-size:14px;}
+/*分享经验*/
+
+ .myjy-list li,.jy-list li{ background: #fff; padding: 10px; margin-top:10px }
+ .topbar{ height: 2rem; position: relative;}
+ .topbar img{ width: 2rem; height: 2rem; border-radius: 50%; float: left; padding: 3px; border: 1px solid #f2f2f2}
+ .topbar .icon-remove{ position: absolute; right: 10px; top:4px; color: #999;font-size: 14px;font-weight: 100;}
+ .jy-u-info{ height: 2rem; margin-left: 2.2rem;}
+ .jy-u-info p{width: 100%}
+ .jy-u-info .u-name{height: 1.2rem;line-height: 1.2rem; font-size: .7rem; color: #2863ad}
+ .jy-u-info .time{ height: .8rem;line-height: .8rem; font-size: .5rem; color: #999}
+ .jy-con{
+ margin: 6px 0;
+ font-size: 14px;
+ display: -webkit-box;
+ overflow: hidden;
+ -webkit-box-orient: vertical;
+ text-overflow: ellipsis;
+ word-break: break-all;
+ color: #777;
+ -webkit-line-clamp: 2;
+
+
+ }
+
+.jy-img{
+
+ height: 6rem;
+ position: relative;
+}
+.jy-con img{ width: 26px; height: 26px;}
+
+.total-img {
+ display: block;
+ position: absolute;
+ top: 0;
+ right: 0;
+ border-bottom-left-radius: 3px;
+ width: 35px;
+ height: 21px;
+ font-size: 12px;
+ text-align: right;
+ color: #fff;
+ background-color: rgba(0,0,0,.62);
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjZmNjZTgwMC1jNzM0LTg2NDItYWZiZC0xMzlmNTQ4OWQ3ODIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM3RjY2QjcyNjA3MTFFNTkwMDBCMTU3RjgyODUzQTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM3RjY2QjYyNjA3MTFFNTkwMDBCMTU3RjgyODUzQTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5M2I2MDgtMWRjYy1jOTQwLWE0YWMtMGYwZjQzZGIzMjhiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmNmY2NlODAwLWM3MzQtODY0Mi1hZmJkLTEzOWY1NDg5ZDc4MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvDVvjkAAAF/SURBVHjaYty/f78nAwPDXCCWZKAueA7EyUw0MpwBauZcFiTDGckxxcHBAav4gQMH/oPMZmKgMWBBF+Dl5cWp+PPnzyRbQHMf4LMgFIjfAvEzIA6ktgWgCJ8BxELQRDCNFhYwUiMoWXCI/wPiDKjL/wJxGg518sDkmAmkI4GYD4hXAfF0YNK9AHcpMCf/R84HJKSibCCegkNpDRC34PMBIVALxE0ghqysLIO0tDQDCwsLw5MnTxgePHjAADMcqwVEpPUqmOHKyspgC2BAQUEBbNGdO3dwRp4XEG8G4ndA/BWIz0K9KwqVjwfiVhBDRUUFxXAYkJGRAVuEzYKpQLwViH2AWBCIuYDYCIibgfgVELcD8QKYS0EG4QLIFiAHURaI0NLSYhASEmJgZGRk+PbtG8ObN28YHj58CJKqgIU5sgFEJ1NQRCkqKoLDELlcAmERERGGZ8+eMfDz8zNISEiQlw9AYQpyNTYAskRdXZ2yjHbw4EGaFXZbaViYbgUIMACERVHNbysVPAAAAABJRU5ErkJggg==');
+ background-repeat: no-repeat;
+ background-position-x: 5px;
+ background-position-y: 5.5px;
+ background-size: 12px 10px;
+}
+.total-img-text {
+ display: block;
+ margin: 5px;
+ padding-left: 14px;
+}
+.jy-imgs {
+
+
+ height: 6rem;
+ background-size: cover;
+ background-position:center;
+ background-repeat:no-repeat;
+}
+
+/*经验详情*/
+.bottom-bar {
+ display: -webkit-box;
+ visibility: hidden;
+ overflow: hidden;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ z-index: 99;
+ width: 100%;
+ height: 44px;
+ line-height: 44px;
+ color: #00a5e0;
+ background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
+ box-shadow: 0 0 2px rgba(0,0,0,.3);
+}
+
+.bottom-bar .item {
+ display: block;
+ -webkit-box-flex: 1;
+ position: relative;
+ width: 0;
+ font-size: 16px;
+ text-align: center;
+ vertical-align: middle;
+ color: #777;
+ box-flex: 1;
+}
+.bottom-bar .item:before {
+ display: inline-block;
+ position: relative;
+ margin-right: 5px;
+ width: 20px;
+ height: 20px;
+ font-size: 0;
+ line-height: 0;
+ vertical-align: middle;
+ color: #324d86;
+ content: "";
+}
+.bottom-bar .item:after {
+ position: absolute;
+ top: 0;
+ right: -1px;
+ width: 1px;
+ height: 44px;
+ background: #dadada;
+ -webkit-transform: scale(0.5,.5);
+ content: "\20";
+}
+.bottom-bar .item.icon-forward:before {
+ top: -2px;
+ background: url('../img/eye.png') no-repeat;
+ background-size: 20px 20px;
+}
+.bottom-bar .item.icon-reply:before {
+ top: -2px;
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAArlBMVEV3d3f///93d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3fZnHjLAAAAOXRSTlMAAAMEBQYHCAsMDRESFBUZGxweHzI0NTg9YWJmZ2hqbG1ub3t9kJGSlZaZuru/wsfKy83q8vP09/l6oG0XAAAA60lEQVR4XuXSS0/CQBhG4VehFW+oKIIWL+WmhQoitnL+/x+TJl8mTWgnJK7Us3oXT2bzjQ727P9CSY1osaai9SJqSHLwDk/3DhZu1m+ronZ/VkiDIYxV2xiaBp95kadXHg2+c+uDPZYGvzjywRM+DYK8wW+EnXk275RmLUyBt9KshRmwKc2fv9hJ8/R6Zwr+4mU2BD53TGZwSW+/Hx4z9cEpscEQRvVuBKFBDWDSbVWpVncCDzIoRVgkVyq6SHAN5KAUDFe5ycuyy1fDQCXoOk22snDJuVxVUGdbc2OuHprEnB/q8OkjbmoHfgMsUz0uWZEOqwAAAABJRU5ErkJggg==');
+ background-size: 20px 20px;
+}
+.bottom-bar .item.icon-like:before {
+ top: -2px;
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAABZVBMVEV3d3f///93d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3eUDovbAAAAdnRSTlMAAO4RD3qDfYiCM5Z3fAKcHuFC4zo0ZATF4G3PLQsGab2ds1OFBR+3FvwTcgMSmsPMkvCy72VjTem/SAkQfmJ5QH/7uLYw2CdmS0Y8SqpV6BdMKtUO0izTPcKPcAis7RShm804GwFOxstdq0M7KZGO9FnWdGuBAbFVswAAAYlJREFUeF6N01V33DAQQOGZZd4kbZJusLuhhqnMzMzMzHh/fyS7x42dtdT7oKdPZ15mRP+zGJSwsfHV8nFJ1AXOYWtWvLBOdah4gKYXLnPJgJ30+eAaOQP2sOSBPfRaUGHFA/exHnknnCRvQZaMB+5guwWLPHXDZzBlwTQtNxyiGoAzDDthA0YCcJAZJyzRlqCjtF1wHvpDeIJMZje2/c3KFrgX5iVsF5s6loC/4U806lA2ezj8cgQux2ABCtKtPB0L89sATp46DTXp3lnOiZ4n6oKkVGVcdJiLahosMitp1SiJ9tKjtkVIhUXKomaVA5hzwCtcFZ0k74XXuC56g44P3uSWiN6GQQ+sUzBQzaZ64B1GLCxTdMO73BML7/PADR/yKIBTkHPBxzAXQH3ChAsO8FxCOMALF3zJq7/wNbxJh295F53Ce/rT4QwfIlinoDoGjS6uxEeJ4DR80s8wkVSNL1+h7x/UbzAL8D0TD+CHbIL2HFo18yT7+Ws0edcLhstoNt6CAXHobwPA/XGejVBbHAAAAABJRU5ErkJggg==');
+ background-repeat: no-repeat;
+ background-size: 20px 20px;
+}
+.bottom-bar .item.icon-like.liked {
+ color: #314c83;
+}
+.bottom-bar .item.icon-like.liked:before {
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAABGlBMVEUxTIP///8xTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIPBlFskAAAAXXRSTlMAABEP7v7jBvsDAeFTafnzKPzPAsb6IPYLFB5NkrfMnYPDmtRUKfh8YQjF7Rvgi0/l1lKCQFCAnA1C8GZbujNxhbRjbBIYrrlGXNtY8nOgE0Gf4ob9h/fap0PKX4ERR0pPAAABI0lEQVR4Xo3P1XLDQAyG0X9bQ2IHoUnKzMzMzMzV+79Ga28dZxx7td+VLo5GIwjNQohGdrZneQWR4uA4/bWuAQfJa5OHWz4cYmEX+fWxsFtCl4UHEhosnJJwmoOdHRLOcjBLshIDy4sk62XgNf3Xr4aTbgDX1HCAgmqGYfh/FYdHWuHoGMVkTkRhukKx5Wci8IcSmgMEwubNJLjgNMOlHCVWgFi1/CmFDZOSy0CUSIZ2UrQN4WrBHYhdLbgHsa8D8zZE1dSAh4BARQMeefCYh7kTD54WWXgGD+KchRcSXnLwypGwfsPAW0iIOzWs3QfwQQ0fEcDykwqmCg2IZw/aL/HwFSGsvhEB77HuI90EkbEI+LRaz359OwigzN+rt0VCmNDsF3UBIKQOGOyRAAAAAElFTkSuQmCC');
+ background-repeat: no-repeat;
+ background-size: 20px 20px;
+}
+
+
+
+/**/
+.user-info{ position: relative;padding-left:86px; background: #fff; height: 78px; margin: 6px 0; }
+.user-face{ width: 70px; height: 70px;
+ border-radius: 50%; background: #efece9;
+ padding: 4px; position: absolute;left: 6px; top:4px;}
+.user-to span{ display: inline-block;}
+.user-to{ height: 50px; line-height: 50px;}
+.user-to .name{
+ display: inline-block;
+ overflow: hidden;
+ max-width: 85px;
+ height: 18px;
+ margin-right: 5px;
+ font-size: 17px;
+
+ line-height: 17px;
+ vertical-align: middle;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ -webkit-flex: initial;
+ color: #000!important;
+}
+
+.l-level {
+ background-color: #f8c255;
+ border-radius: 15px;
+ font-size: 10px;
+ padding: 2px 5px;
+ height: 16px;
+ line-height: 16px;
+ min-width: 25px;
+ text-align: center;
+ line-height: 10px;
+ color: #fff;
+ font-family: Helvetica;
+ border-radius: 1.5px;
+}
+.user-to .l-level {
+ -webkit-flex: none;
+ min-width: 25px;
+ position: relative;
+ top: 1px;
+}
+ .post-title-info {
+ margin-bottom: 22px;
+
+ font-size: 16px;
+}
+.post-title-info .time {
+ float: left;
+ color: #777;
+}
+.post-title-info .detail-from {
+ display: inline-block;
+ overflow: hidden;
+ margin-left: 7px;
+ border: 1px solid #02abec;
+ border-radius: 16px;
+ padding: 0 3px;
+ max-width: 40%;
+ height: 15px;
+ font-size: 15px;
+ line-height: 15px;
+ text-align: center;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ color: #02abec;
+}
+.jyx-con{ clear: both;
+
+ margin-bottom: 5px;
+ font-size: 17px;
+ line-height: 27px;
+ word-wrap: break-word;
+ word-break: break-all;
+}
+.jyx-con img{
+ position: relative;
+ width: 17px; height: 17px;top: 3px;
+}
+.img-box {
+ overflow: hidden;
+ position: relative;
+ margin: 4px auto 0;
+ background: #efece9;
+}
+.img-box img{ max-width: 100%}
+
+/* 评论*/
+
+
+
+
+.show-inturn {
+ display: none;
+ position: relative;
+ border-top: 15px solid #eef1f1;
+ height: 59px;
+ line-height: 44px;
+ font-size: 12px;
+ text-align: center;
+}
+.show-inturn .leftside-all-icon.all {
+ background: #1fbbf3;
+}
+
+.show-inturn .leftside-all-icon {
+ position: absolute;
+ top: 10px;
+ height: 24px;
+ bottom: 10px;
+ left: 0;
+ width: 5px;
+ content: "";
+}
+.show-inturn span {
+ float: left;
+ margin-left: 15px;
+ font-size: 15px;
+}
+
+.lists .list:first-child {
+ margin-top: 1px;
+ border-top:none;
+}
+.lists .list {
+ padding: 15px 0 6px 0;
+ background-color: #fafafa;
+ border-top:1px solid #f2f2f2;
+}
+
+
+
+.comment-wrapper {
+ position: relative;
+ padding: 0 15px 0 60px;
+}
+
+.comment-wrapper .user-avatar {
+ position: absolute;
+ top: 0;
+ left: 15px;
+ padding-right: 9px;
+}
+.user-avatar img {
+ overflow: hidden;
+ position: relative;
+ border-radius: 18px;
+ width: 35px;
+ height: 35px;
+ font-size: 12px;
+ background-color: #efece9;
+}
+
+
+.comment-wrapper .name-wrap {
+ width: 100%;
+ display: inline-block;
+}
+
+.name-wrap .user-nick {
+ display: inline-block;
+ overflow: hidden;
+ max-width: 115px;
+ font-size: 14px;
+ /* font-weight: 300;*/
+ font-weight: 400!important;
+ line-height: 19px;
+ vertical-align: middle;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ color: #777!important;
+}
+
+.comment-wrapper .name-wrap .l-level {
+ position: relative;
+ top: -2px;
+ min-width: 25px;
+}
+.lv1, .lv2, .lv3,.lv8 {
+ background-color: #f8c255;
+}
+
+.comment-wrapper .floor {
+ float: right;
+ padding-top: 2px;
+ font-size: 12px;
+ color: #bbb;
+}
+.lists .list .content-wrapper {
+ margin-top: 5px;
+ color: #454545;
+}
+.comment-wrapper .comment-con {
+ margin-bottom: 0;
+ line-height: 23px;
+ clear: both;
+ margin-bottom: 5px;
+ font-size: 17px;
+ line-height: 27px;
+ word-wrap: break-word;
+ word-break: break-all;
+ -webkit-user-select: initial;
+}
+.content-wrapper .comment-con img {
+ position: relative;
+ top: 3px;
+ width: 18px!important;
+ height: 18px!important;
+}
+.img-box-container {
+ margin: 2px 0 7px;
+}
+.img-box-container .img-box {
+ position: relative;
+ float: left;
+ overflow: hidden;
+ margin: 3px 3px 0 0;
+}
+.img-box-container:after {
+ display: block;
+ clear: both;
+ content: "";
+}
+.lists .list .actions {
+ margin-top: 4px;
+ padding-bottom: 7px;
+}
+.actions {
+ margin-top: 5px;
+ height: 22px;
+ font-size: 12px;
+ color: #bbb;
+}
+.actions .btn-action {
+ float: right;
+ position: relative;
+ z-index: 2;
+ margin-left: 7px;
+ padding-top: 1px;
+ padding-left: 24px;
+ height: 100%;
+ line-height: 22px;
+}
+.btn-action.time {
+ float: left;
+ margin: 0 10px 0 0;
+ padding: 0;
+}
+.actions .btn-action:after {
+ position: absolute;
+ top: 10px;
+ left: 5px;
+ content: "";
+}
+.actions .reply:after {
+ top: 3px;
+ width: 16px;
+ height: 16px;
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAArlBMVEWPj4////+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj492At4UAAAAOXRSTlMAAAMEBQYHCAsMDRESFBUZGxweHzI0NTg9YWJmZ2hqbG1ub3t9kJGSlZaZuru/wsfKy83q8vP09/l6oG0XAAAA6UlEQVR4Xr3Ra0/CQBBG4RmhFW+oVQQtqOWmhQoitnL+/x9zs9lkY+tqYojn0yTvk6ZpRX9pD8DUSldb6m1XacuBW0LdGWD3xaAr9bqDhRUSw1S+TafQVnnkSQJAn7lXeeUmCPqsVT44DIJj3lVAgkBhnyBZlsvEX01QAC/+aoIS2PnrD09Iiqq48pcH//AddkRBcESpsqb/89/MmAfBnEwlhkkATCBWkSHMep0G6PRmMFIDJMWVX1pwnuMaqgUSjTcVVlz4vdqMI3XAdZIbYXbyM/eSNSCnRly73YOawO4hIAcPb1lbvoBPhOI14NP8H2QAAAAASUVORK5CYII=') center center no-repeat;
+ background-size: 100% 100%;
+}
+.actions .like:after {
+ top: 2px;
+ width: 16px;
+ height: 16px;
+ background: center center no-repeat;
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABelBMVEWPj4////+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4/35ViBAAAAfXRSTlMAAAJDlryGEhM1EUhb73qJfiCeuGBp1JSmJs4xRwM/fF3ZqRCMI3Y91iltK4rxrMCialaSDnfEoF/96suCnxwwz/Y3H+AGOcbNMnCPm2SrgGeYlco6xQgFjXLMMwQXk2xMs1inqlUe4QfeIZCZZlQntw8iQA2R8O2EgeTyT1ISZcoAAAEuSURBVHheddJVT/VQEEbhOcJR4Bju7u7u7u7u9rnL+u+UNiU0dNbNm508d7PFYySvhUrLc6qq5W1OkAtArQoikN/YRJ4KSmgV8UJIA+1sGJOiSAN+so3ppU8DBRRaTAGVUGzMMFkKKKPtZSroUEAaPntcQQ095tZR7woaIN0EGVg1t/jegjisWjJgC8h8BZFO8+WoqxsSEk72AwODkC7vGiImSawYkfeNMiaMez0iEyAuTTIlMG0AcQczzMoc8zpYYFGWWNbBCh9ljXUVeCEoYTZVsMW2yA7samCPfRHPAYcKOIJjA5xwqoAzzsUAF1wq4IrrF3DDrTsIwp157nseXEGcRzHBEx/cQBQ+WSDK5y9f4ZsDfM+CgP3l/Lj2Q2yQiP389fvPXwf4l/ovZs/e3m8a8+LLQAAAAABJRU5ErkJggg==');
+ background-size: 100% 100%;
+}
+.actions .liked:after, .actions .liked-active:after {
+ background: center center no-repeat;
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAZlBMVEUAAAAxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIMxTIN9wTA8AAAAIXRSTlMA7YpgEPHivEwFn5V6RS4W+OfFp2lWNtnUz860rI8/KR+HwUbGAAAAtklEQVQ4y33S1w7DIAyF4UMGkL3TPfz+L9nGiUSVxv5vuPAnZAmwqzydowRyCX0bFPCkJeWKkUElg4JBLIMrg1HbUb8hJm4SgSN9yZnWXhLoN5DoG4TS+xs/NYb+sk2YZ44OigKI6KiLMucscj4BOq4H6aBAq4MYTgc1ShUYoFbBDYDVQAmg0EANoFJAx29gZJBjKZeBZ+BFYDIGWSqBB9YGAZhmA34BHe1rffgLKTDZ3X90M88++UxJ3ZvgTMAAAAAASUVORK5CYII=');
+ background-size: 16px 16px;
+}
+
+.actions .liked-active:after {
+ -webkit-animation-name: like-animate;
+ -webkit-animation-duration: 800ms;
+ -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.19, 0.67);
+}
+.ref-comment {
+ display: -webkit-box;
+ overflow: hidden;
+ -webkit-box-orient: vertical;
+ position: relative;
+ margin: 6px 0 5px;
+ padding-left: 10px;
+ max-height: 60px;
+ font-size: 14px;
+ line-height: 20px;
+ text-overflow: ellipsis;
+ color: #777;
+ -webkit-line-clamp: 3;
+}
+.ref-comment:before {
+ position: absolute;
+ top: 2px;
+ bottom: 2px;
+ left: 0;
+ width: 2px;
+ background-color: #bbb;
+ content: "";
+}
+.actions .delete {
+ float: left;
+ margin-left: 0;
+ padding: 0;
+ color: #324d82;
+}
+.ref-comment img {
+ position: relative;
+ top: 3px;
+ width: 18px;
+ height: 18px;
+
+}
+/*.detail-comment-list {
+ -webkit-tap-highlight-color: transparent;
+}
+
+.list {
+ padding-top: 15px;
+ background-color: #fafafa;
+}
+.list:first-child {
+ margin-top: 1px;
+}
+.comment-wrapper {
+ position: relative;
+ padding: 0 15px 0 60px;
+}
+.comment-wrapper .user-avatar {
+ position: absolute;
+ top: 0;
+ left: 15px;
+ padding-right: 9px;
+}
+.comment-wrapper .user-avatar img {
+ width: 35px;
+ height: 35px;
+}
+.user-avatar img {
+ overflow: hidden;
+ position: relative;
+ border-radius: 18px;
+ width: 25px;
+ height: 25px;
+ font-size: 12px;
+ background-color: #efece9;
+}
+.comment-wrapper .name-wrap {
+ width: 100%;
+}
+.name-wrap {
+ display: inline-block;
+}
+.user-nick {
+ font-weight: 400!important;
+ color: #324d82!important;
+}
+.name-wrap .user-nick {
+ display: inline-block;
+ overflow: hidden;
+ max-width: 115px;
+ font-size: 14px;
+ font-weight: 300;
+ line-height: 19px;
+ vertical-align: middle;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ color: #777!important;
+}
+.comment-wrapper .name-wrap .l-level {
+ position: relative;
+ top: -2px;
+ min-width: 25px;
+}
+.lv8, .lv9, .lv10, .lv11, .lv12 {
+ background-color: #fd963b;
+}
+.author-male, .author-female {
+ display: inline-block;
+}
+.comment-wrapper .name-wrap .author-female {
+ position: relative;
+ top: -2px;
+}
+.author-female:after {
+ display: inline-block;
+ width: 14px;
+ height: 14px;
+ top: 0;
+ left: 0;
+ font-size: 10px;
+ line-height: 14px;
+ background-size: 100%;
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/n-ico-female.png?e2626b9a);
+ content: "123";
+ text-indent: -9999em;
+}
+.honour {
+ display: inline-block;
+ height: 10px;
+ padding: 2px 1px;
+ font-size: 10px;
+ line-height: 10px;
+ text-align: center;
+ color: #fff;
+ border-radius: 1.5px;
+ background: #f8bf43;
+}
+.comment-wrapper .floor {
+ float: right;
+ padding-top: 2px;
+ font-size: 12px;
+ color: #bbb;
+}
+.honour.fans {
+ color: #fff;
+ background-color: #9bbef5;
+}
+
+.lists .list .content-wrapper {
+ margin-top: 5px;
+ color: #454545;
+}
+.comment-wrapper .content {
+ margin-bottom: 0;
+ line-height: 23px;
+}
+.content-wrapper .content {
+ clear: both;
+ margin-bottom: 5px;
+ font-size: 17px;
+ line-height: 27px;
+ word-wrap: break-word;
+ word-break: break-all;
+}
+.allow-copy {
+ -webkit-user-select: initial;
+}
+
+.lists .list .actions {
+ margin: 4px -15px 0 0;
+ padding-bottom: 7px;
+}
+.actions {
+ margin-top: 5px;
+ height: 22px;
+ font-size: 12px;
+ color: #bbb;
+}
+
+.actions .btn-action {
+ float: right;
+ position: relative;
+ z-index: 2;
+ margin-left: 7px;
+ padding-top: 1px;
+ padding-left: 24px;
+ height: 100%;
+ line-height: 22px;
+}
+.btn-action.time {
+ float: left;
+ margin: 0 10px 0 0;
+ padding: 0;
+}*/
+/**/
+
+
+.publish-btn {
+ position: fixed;
+ bottom: 20px;
+ right: 15px;
+ z-index: 100;
+ width: 72px;
+ height: 72px;
+ background: url(../img/fajy.png);
+ background-size: 100% 100%;
+}
+.addjy{display: none; background: rgba(0,0,0,.6);padding-top: 6px; position: relative;width:100%; height:100%;z-index: 10000}
+.editor-outer {
+ padding: 15px;
+ background: #fff
+}
+.editor {
+ margin: 0;
+ font-size: 14px;
+ color: #000;
+ display: -webkit-box;
+ display: -moz-box;
+ display: box;
+ -webkit-box-flex: 1;
+
+ border: 0;
+ width: 100%;
+ height: auto;
+ min-height: 72px;
+ -webkit-appearance: none;
+ -moz-box-flex: 1;
+ box-flex: 1;
+}
+.border-1px {
+ position: relative;
+}
+.border-1px::after {
+ width: 200%;
+ height: 200%;
+ -webkit-transform: scale(0.5,.5);
+ transform: scale(0.5,.5);
+ -webkit-transform-origin: 0 0;
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ border: 1px solid #c8c7cc;
+
+ content: " ";
+ pointer-events: none;
+}
+
+.pub-type {
+ display: -webkit-box;
+ -webkit-box-pack: end;
+ -webkit-box-align: center;
+ -webkit-box-sizing: content-box;
+ padding: 10px 20px;
+ height: 35px;
+ font-size: 16px;
+ background: #fff;
+}
+
+.pub-type li {
+ height: 35px;
+ line-height: 35px;
+}
+.pub-type .pic-type.active {
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/select-photo2-active.png);
+}
+.pub-type .pic-type {
+ overflow: hidden;
+ position: relative;
+ margin-right: 14px;
+ width: 25px;
+ height: 25px;
+ background: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/select-photo2.png) no-repeat 0 0;
+ background-size: 25px 25px;
+}
+.pub-type .pic-type.active {
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/select-photo2-active.png);
+}
+.pub-type .pub-face {
+ overflow: hidden;
+ position: relative;
+ width: 25px;
+ height: 25px;
+ background: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/select-face.png) no-repeat 0 0;
+ background-size: 25px 25px;
+}
+.pub-flex, .comment-reply .pub-flex {
+ -webkit-box-flex: 1;
+}
+.pub-type button {
+ border: 0;
+ border-radius: 4px;
+ width: 81px;
+ height: 35px;
+ font-size: 16px;
+ text-align: center;
+ color: #fff;
+}
+.pub-type .pub-cancel, .comment-reply .pub-cancel {
+ margin-right: 10px;
+ border: 1px solid #d4d4d4;
+ color: gray;
+ background-color: #fff;
+}
+.pub-publish {
+ float: right;
+ background-color: #2791dc;
+}
+
+.pub-pics {
+ display: none;
+ padding: 9px 0 15px 10px;
+ overflow: hidden;
+}
+.tm{
+
+ filter: alpha(opacity=0);
+ -moz-opacity: 0;
+ -khtml-opacity: 0;
+ opacity: 0;
+}
+.pub-pics li {
+ float: left;
+ position: relative;
+ margin: 6px 6px 0 0;
+ width: 65px;
+ height: 65px;
+}
+.pub-pics li input{postion:absolute;top:0; left:0; width:65px; height:65px}
+.pub-pics li .clip {
+ overflow: hidden;
+ border-radius: 5px;
+ width: 65px;
+ height: 65px;
+}
+
+
+.up-mask {
+ position: absolute;
+ top: 0;
+ left: 0;
+ border-radius: 5px;
+ width: 100%;
+ height: 100%;
+ background-color: #000;
+ opacity: .5;
+}
+
+.up-progress {
+ position: absolute;
+ bottom: 8px;
+ left: 50%;
+ margin-left: -19px;
+ border-radius: 4px;
+ width: 38px;
+ height: 7px;
+ background-color: rgba(255,255,255,.11);
+}
+.up-progress .pos {
+ box-sizing: border-box;
+ border-radius: 4px;
+ width: 6px;
+ height: 100%;
+ background-color: #fff;
+}
+.btn-del {
+ /*display: none;*/
+ display: block;
+ position: absolute;
+ top: 3px;
+ right: 3px;
+ border: 1px solid #fff;
+ border-radius: 12px;
+ width: 22px;
+ height: 22px;
+ background: rgba(0,0,0,.38);
+}
+.btn-del:before, .btn-del:after {
+ display: block;
+ position: absolute;
+ top: 11px;
+ left: 4px;
+ z-index: 2;
+ width: 14px;
+ height: 1px;
+ background: #fff;
+ -webkit-transform: rotate(45deg);
+ content:""
+}
+.btn-del:after {
+ -webkit-transform: rotate(-45deg);
+}
+.up-entry {
+ background: transparent url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/publish-sprite.png?9c568819) no-repeat -60px 0;
+ background-size: 270px 65px;
+}
+
+/**/
+
+.pub-faces {
+ display: none;
+ padding: 25px 0 17px;
+ background: #f0eff5;
+}
+.pub-faces .ui-carousel {
+ overflow: hidden;
+ margin: auto;
+ width: 256px;
+
+}
+
+.ui-carousel-inner {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+}
+.pub-faces .face-panel {
+ margin: 0 auto;
+ float: left;
+ width: 256px!important;
+ height: 96px!important;
+ background: #f0eff5 no-repeat 50% 50%;
+ background-size: 256px auto;
+}
+/*.ui-carousel-item {
+ position: relative;
+ z-index: 9;
+ display: none;
+ -webkit-transition: .2s ease-in-out left;
+ transition: .2s ease-in-out left;
+ -webkit-transform: translate(0,0);
+}*/
+.pub-faces .face-panel-1 {
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/face-panel1.png?2fe5ad46);
+}
+.pub-faces .face-panel-2 {
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/face-panel2.png?8e18d844);
+}
+.pub-faces .face-panel-3 {
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/face-panel3.png?6b545eb9);
+}
+.pub-faces .face-panel-4 {
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/face-panel4.png?ffa662fd);
+}
+.pub-faces .face-panel-5 {
+ background-image: url(http://pub.idqqimg.com/qqun/xiaoqu/mobile/img/nopack/face-panel5.png?5a20055d);
+}
+.pub-faces .face-panel span {
+ float: left;
+ box-sizing: border-box;
+ width: 36px;
+ height: 32px;
+}
+
+
+
+
+
+
+/**/
+
+.groupbody {
+ position: relative;
+ margin-top: 10px;
+ margin-bottom: -1px;
+
+}
+.icon-wrap span{ display: inline-block; padding:0 10px 0 22px}
+.icon-wrap span{ margin-right: 10px; color: #999; font-size: 14px;background-size: 20px;}
+
+.liulan{ background:url(../img/eye.png) no-repeat left ; }
+.ping{ background:url(../img/ping.png) no-repeat left ; }
+.zan{ background:url(../img/zan.png) no-repeat left ; }
+/*ditor*/
+
+.fixedDiv{
+ position: fixed; left: 50%; top: 50%; margin-top: -129px; display:none
+}
+.text_title{ background: #fff; z-index: 10001}
+.mask{
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: rgba(0,0,0,.4);
+ display: none;
+ z-index: 10000;
+ cursor: pointer;
+}
+
+.item-media{width: 3.2rem; height: 3.2rem; overflow: hidden;}
+.item-media img{ max-width: 100%}
+.eing {
+
+ background: #cce0f2!important;
+ padding: 2% !important;
+ max-width: 96% !important;
+ margin-bottom: 0 !important;
+
+}
+
+.text_insert,.text_video,.text_url,.text_img {
+ display:none;
+ position:fixed;
+ width:300px;
+ z-index:60000;
+ background:#fff;
+ border-bottom-left-radius:5px;
+ border-bottom-right-radius:5px;
+ overflow:hidden
+}
+
+.text_img.tinsert_head,.text_video .tinsert_head{ background: #fff; text-align: center;}
+.text_img .tinsert_head .cosle{float:right;width:44px; height:44px;padding:5px; background:url(../img/cosle.png)no-repeat center;background-size:32px}
+.text_video .list-block,.text_url .list-block{margin: 0;}
+.text_img .list-block{ margin:0; height:120px;position: relative;}
+.text_img .list-block input{ height:120px;width:100%; position:absolute;top:0;left:0;filter: alpha(opacity=0);
+ -moz-opacity: 0;
+ -khtml-opacity: 0;
+ opacity: 0;}
+ .text_img .list-block .xuanze{ height:120px; line-height:120px; text-align:center}
+.text_video .list-block input,.text_url .list-block input{ border:1px solid #ccc;}
+.tinsert_head {
+ background:#eee;
+ height:44px;
+ line-height:44px;
+ padding:0 8px
+}
+.fl {
+ float:left;
+ cursor:pointer
+}
+.tinsert_body {
+ padding:8px
+}
+.text_word,.text_ct {
+ width:100%;
+ height:140px;
+ font-size:15px;
+ overflow-y:scroll;
+ resize:none;
+ margin:0;
+ padding:0;
+ border:none
+}
+.tinsert_foot {
+ background:#e8e8e8
+}
+.boxCheck2 {
+ border-top:1px solid #ddd;
+ text-align:center
+}
+.fr {
+ float:right;
+ cursor:pointer
+}
+.text_reset {
+ cursor:pointer;
+ color:red;
+ font-size:16px
+}
+.tinsert_hl li {
+ float:left;
+ width:24px;
+ height:24px;
+ margin:10px 5px 0 0;
+ cursor:pointer;
+ border:1px solid #eee
+}
+.tinsert_hl .nowcolor {
+ display:block;
+ width:18px;
+ height:3px;
+ margin:19px 0 0 3px;
+ background:#333
+}
+li.icon_bold {
+ background:url(../img/icon_bold.png) no-repeat center center;
+ background-size:auto 18px
+}
+li.icon_color {
+ background:url(../img/icon_color.png) no-repeat center 1px;
+ background-size:auto 18px
+}
+li.icon_bgcolor {
+ background:url(../img/icon_bgcolor.png) no-repeat center center;
+ background-size:auto 18px
+}
+li.icon_font {
+ background:url(../img/icon_font.png) no-repeat center center;
+ background-size:auto 16px
+}
+li.icon_left {
+ background:url(../img/icon_left.png) no-repeat center center;
+ background-size:auto 16px
+}
+li.icon_center {
+ background:url(../img/icon_center.png) no-repeat center center;
+ background-size:auto 16px
+}
+li.icon_right {
+ background:url(../img/icon_right.png) no-repeat center center;
+ background-size:auto 16px
+}
+.text_bgcolor,.text_color,.text_size {
+ display:none;
+ position:fixed;
+ top:50%;
+ left:50%;
+ margin-left:-150px;
+ margin-top:-115px;
+ background:#fff;
+ z-index:70000;
+ border-radius:5px
+}
+.text_tit {
+ margin:10px 8px;
+ border-bottom:1px solid #ccc;
+ padding-bottom:10px
+}
+.text_tit_l {
+ font-size:16px;
+ color:#333
+}
+.text_tit_r {
+ font-size:16px;
+ color:red;
+ float:right;
+ cursor:pointer
+}
+.check_color {
+ width:100%
+}
+.check_color ul li {
+ float:left;
+ text-align:center;
+ width:20%;
+ margin-bottom:10px
+}
+.check_color ul li span {
+ width:40px;
+ height:40px;
+ display:inline-block;
+ border-radius:3px;
+ cursor:pointer
+}
+.clear {
+ clear:both
+}
+.check_size ul li {
+ padding-bottom:15px;
+ color:#333;
+ font-size:16px;
+ text-align:center;
+ cursor:pointer
+}
+.tinsert_foot {
+ background:#e8e8e8
+}
+.boxCheck2 {
+ border-top:1px solid #ddd;
+ text-align:center
+}
+.tinsert_foot .boxYes {
+ color:#21b3b5
+}
+.boxYes {
+ float:right;
+ height:44px;
+ width:50%;
+ font-size:16px;
+ border:0;
+ color:#dd4c3a;
+ cursor:pointer;
+ background:#fff;
+ border-left:1px solid #ddd;
+ font-weight:700;
+ border-bottom-right-radius:4px
+}
+.boxNo {
+ float:left;
+ height:44px;
+ width:50%;
+ font-size:16px;
+ border:0;
+ color:#aaa;
+ cursor:pointer;
+ background:#fff;
+ font-weight:700;
+ border-bottom-left-radius:4px;
+
+}
+.lstbox{height:70px; line-height:70px; margin:10px; background: #f3f3f5; padding:5px 10px; color: #ccc}
+.lstimg{float:right; width:58px; height:58px; background:url(../img/link.png) #c9c9c9 no-repeat center;background-size:40px; overflow: hidden;}
+
+/*采集*/
+.home_main {
+ margin: 11px 10px 0;
+ background: -webkit-linear-gradient(top, #FFCC99, #fff);
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
+}
+.home_bd {
+ padding: 18px 10px;
+}
+.home_bd_text {
+ background: #fff none repeat scroll 0 0;
+ border-radius: 4px;
+ margin-bottom: 15px;
+
+ position: relative;
+}
+.home_text {
+ background: #fff none repeat scroll 0 0;
+ border-radius: 4px;
+ font-size: 12px;
+ height: 4rem;
+ padding: 10px;
+ resize: none;
+ border: none;
+ width: 100%;
+}
+.home_how {
+ background: rgba(1, 102, 191, 0.16) none repeat scroll 0 0;
+ border-radius: 3px;
+ bottom: 5px;
+ color: #0066bf;
+ cursor: pointer;
+ font-size: 12px;
+ padding: 4px 6px;
+ position: absolute;
+ right: 5px;
+ text-align: center;
+}
+
+/**/
+
+.home_guide {
+ border-radius: 5px;
+ background: #e5e9ec;
+ margin: 11px 10px;
+
+}
+.home_guide_hd {
+ background: url(http://98tym.com/web/img/home_guide.png) no-repeat 11px center;
+ background-size: 20px;
+
+ padding-left: 40px;
+ height: 40px;
+ line-height: 40px;
+ font-size: 16px;
+ border-bottom: 1px solid #b6c9d8;
+}
+.home_help {
+ float: right;
+ margin-right: 8px;
+ color: #E54040;
+ font-size: 14px;
+}
+.home_guide_bd p {
+ margin-bottom: 8px;
+}
+.home_guide_bd {
+ padding: 15px 15px 5px;
+ color: #666;
+ line-height: 22px;
+}
+
+#cbcon{ margin: 10px; max-width: 100%; overflow: hidden;}
+#uactcon *,#cbcon *{max-width: 100% !important;
+ font-size: 16px;
+}
+#uactcon p,#cncon p{ display: block;
+ -webkit-margin-before: 1em;
+ -webkit-margin-after: 1em;
+ -webkit-margin-start: 0px;
+ -webkit-margin-end: 0px;
+ }
+#uactcon table,#cbcon table{ width: 100% !important;}
+
+
+
+.tedit_tool {
+ /*border:1px solid #E54040;*/
+ background:#000;
+ padding:0 0 2.5% 0;
+ overflow:hidden;
+ margin:1.5% 2% 20px;
+ white-space:normal;
+ font-weight:400;
+ text-align:left;
+ min-width:280px;
+ position:absolute;
+ left:0;
+ z-index:9;
+ text-indent: 0;
+}
+.tedit_body * {
+ cursor:pointer;
+ max-width:100%;
+ font-size:16px
+}
+.tedit_tool span.t_link {
+ float:left;
+ display:inline-block;
+ width:30%;
+ margin:2.5% 0 0 2.5%;
+ height:42px;
+ line-height:42px;
+ background:#fff;
+ position: relative;
+}
+.t_link input{
+ z-index:100;
+ position:absolute;top:0;left:0;height:42px;
+ width:100%;
+ filter: alpha(opacity=0);
+ -moz-opacity: 0;
+ -khtml-opacity: 0;
+ opacity: 0;}
+.tedit_tool li {
+
+ font-size:16px;
+ padding-left:32px;
+ cursor:pointer;
+ position:relative;
+ overflow:hidden;
+ color: #333 !important;
+}
+li.t_word {
+ background:#fff url(../img/t_word.png) no-repeat 9px center;
+ background-size:18px auto
+}
+li.t_image {
+ background:#fff url(../img/t_image.png) no-repeat 9px center;
+ background-size:18px auto
+}
+li.t_del0 {
+ background:#fff url(../img/t_del0.png) no-repeat 9px center;
+ background-size:18px auto
+}
+li.t_video {
+ background:#fff url(../img/t_video.png) no-repeat 9px center;
+ background-size:18px auto
+}
+li.t_text {
+ background:#fff url(../img/t_text.png) no-repeat 9px center;
+ background-size:18px auto
+}
+li.t_cancel {
+ background:#fff url(../img/t_cancel.png) no-repeat 9px center;
+ background-size:18px auto
+}
+li.t_add {
+ background:#fff url(../img/t_add.png) no-repeat 9px center;
+ background-size:18px auto
+}
+/*#panel{ position: absolute;left: 0;width: 100%; height: 140px; bottom: 0;}*/
+/*cai*/
+.tedit_guide {
+ color: #ff4222;
+ line-height: 22px;
+ font-size: 15px;
+ margin:10px;
+ padding: 8px;
+ border:1px solid #ff4222;
+
+}
+.tedit_guide p {
+ padding-bottom: 5px;
+}
+.article_title {
+ display: block;
+ padding: 10px;
+ border:none;
+ margin: 10px 10px 20px 10px;
+ line-height: 1.4 !important;
+ font-weight: 400;
+ font-size: 24px !important;
+}
+
+body {
+ -webkit-touch-callout: none;
+ font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
+ background-color: #f3f3f3;
+ line-height: inherit;
+}
+.cai_title{background: #f3f3f3; height: 80px; padding: 10px; margin: 10px; position: relative}
+.cai_title img{ height: 60px;width: 60px; position: absolute; top:10px; left: 10px;}
+.cai_title p{ font-size: 14px; font-weight: 400;color: #1a1a1b; padding-left:70px; }
+.null_icon{
+ width: 10rem;
+ height: 10rem;
+ background: url(../img/null.png) no-repeat center;
+ margin: 40px auto 10px auto; position: relative;
+ text-align: center;
+ padding-top:8.6rem;
+ color: #a9b7b7
+ }
+
+
+ /*赚钱*/
+
+ .q_topbar{
+
+ height: 6rem;
+ padding: 1rem 0;
+ width: 100%;
+ background:url(../img/bg_zhuan.png)no-repeat;
+ background-size:100% 100%;
+ line-height: 2rem;
+ text-align: center;
+ color:#FFFF99;
+ font-size:1.4rem;
+ }
+.q_c{ background:#fff; margin: 6px 0; }
+
+
+.tx_box{ margin: 10px; padding: 20px 10px;text-align: center; border: 1px solid #ccc; border-radius: 5px;}
+.tx_box .money{color: #ff4222;display: inline-block; margin-left: 10px;font-weight: 600;}
+.tx_box .money:after{
+ content:'元';
+ font-weight: 400;
+}
+.money:before{
+ content:'¥';
+ font-weight: 400;
+}
+.ui-input-wrap {
+ background-color: #ebeced;
+ height: 44px;
+ display: -webkit-box;
+ -webkit-box-align: center;
+}
+.ui-input {
+ height: 30px;
+ line-height: 30px;
+ margin: 7px 10px;
+ background: #fff;
+ padding-left: 10px;
+ -webkit-box-flex: 1;
+}
+.ui-input input {
+ width: 100%;
+ height: 100%;
+ border: 0;
+ background: 0;
+ -webkit-appearance: none;
+ outline: 0;
+}
+
+
+
+/*学*/
+.ui-grid-halve{
+ padding-left: 15px;
+ padding-right: 10px;
+ overflow: hidden;
+ padding-top: 10px;
+}
+.ui-grid-halve>li {
+ width: 50%;
+}
+.ui-grid-halve li{
+ padding-right: 5px;
+ padding-bottom: 10px;
+ float: left;
+ position: relative;
+ -webkit-box-sizing: border-box;
+}
+.ui-grid-halve-img, .ui-grid-trisect-img {
+ position: relative;
+ width: 100%;
+}
+.ui-grid-halve-img {
+ padding-top: 55.17%;
+}
+.ui-grid-halve-img img, .ui-grid-trisect-img img {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ left: 0;
+ top: 0;
+}
+.titlebar {
+ text-align: center;
+ background: #FFF;
+}
+.titlebar h2 {
+ font-size: .8em;
+ padding:4px 0;
+ margin: 0;
+}
+.titlebar span {
+ display: block;
+ margin: -4px auto 0 auto;
+ font-size: 0.8em;
+ color: #999;
+ width: 80%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+/* */
+.top-list-wrap{
+ margin-bottom: 6px;
+}
+.top-list {
+
+ position: relative;
+ z-index: 2;
+ padding-left: 15px;
+ height: 38px;
+ line-height: 38px;
+ background-color: #fff;
+ border-bottom:1px solid #f2f2f2;
+}
+.top-list-wrap .top-list:last-child {
+ border-bottom: 0;
+}
+.top-list .link {
+ border-bottom:1px solid #f2f2f2;
+ display: block;
+ overflow: hidden;
+ padding-left: 0;
+ width: 98%;
+ font-size: 15px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ word-break: break-all;
+ color: #000;
+}
+.link label.rec {
+ background-color: #fb6e52;
+}
+.link label {
+ display: inline-block;
+ border-radius: 2px;
+ padding: 0 1px;
+ min-width: 13px;
+ height: 15px;
+ font-size: 11px;
+ line-height: 15px;
+ text-align: center;
+ color: #fff;
+ -webkit-transform: translateY(-2px);
+}
+.link .name {
+ overflow: hidden;
+ margin-left: 1px;
+ font-size: 14px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ /*color: #000;*/
+ color: #666;
+}
+
+
+.ui-table {
+ width: 100%;
+ border-collapse: collapse;
+ font-size: 14px;
+}
+.ui-border {
+ border: 1px solid #e0e0e0;
+}
+table{ background: #fff;}
+thead {
+ display: table-header-group;
+ vertical-align: middle;
+ border-color: inherit;
+}
+tr {
+ display: table-row;
+ vertical-align: inherit;
+ border-color: inherit;
+}
+.ui-table th {
+ border-bottom: 1px solid #e0e0e0;
+ border-right: 1px solid #e0e0e0;
+ text-align: center;
+}
+.ui-table th {
+ font-weight: 400;
+}
+tbody {
+ display: table-row-group;
+ vertical-align: middle;
+ border-color: inherit;
+}
+.ui-table td, .ui-table th {
+ height: 30px;
+ line-height: 30px;
+ border-bottom: 1px solid #e0e0e0;
+ border-right: 1px solid #e0e0e0;
+ text-align: center;
+}
+tbody tr td:first-child{
+ padding-left: 10px;
+ text-align: left
+}
+
+/*积分*/
+#catecon a{ color:#333; display:block;width:100%}
+
+.conbox {
+ margin: 4px;
+ background: #fff;
+}
+
+.model_list {
+ padding: 6px;
+ overflow: hidden;
+ border: 1px solid #d3d3d3;
+ border-radius: 3px;
+ background: #fff;
+ margin-bottom: 10px;
+}
+
+.model_list li {
+ float: left;
+ width: 50%;
+ text-align: center;
+}
+
+.model_list h1 {
+ overflow: hidden;
+ height: 90px;
+ width: 93%;
+ margin: 0 auto;
+}
+
+.model_list h1 img {
+ max-width: 100%;
+ height: 100%;
+}
+
+.model_list p {
+ font-size: 15px;
+ color: #333;
+ margin: 5px 0 9px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+/* 订单 */
+
+ .shop-order{
+ margin-top:6px;
+ }
+ .shop-order .item-content{ background:#f2f2f2}
+ .shop-order .price,.shop-order .number{display:inline-block; color:#f40}
+ .shop-order .number{float:right}
+ .o-top,.o-bot{
+ padding:0 10px;
+ width:100%;
+ height:44px;
+ background:#fff;
+ line-height:44px
+ }
+
+.o-top span{
+ display: inline-block;
+ font-size:14px;
+}
+.o-top .time{ color:#ccc}
+.o-top .zx{ float:right;color:#f40}
+.o-bot span{ font-size:14px;}
+.o-bot{ margin-left:0}
+.o-bot .price{ font-size:15px; color:red}
+
+
+/* 视频 */
+.vlist{ background: #f8f8f8; margin-bottom:4px;}
+.feng{ position: relative;line-height: 0;}
+.status {
+ position: absolute;
+ top: 0px;
+ right: 10px;
+ display: inline-block;
+ width: 48px;
+ height: 20px;
+ z-index: 9;
+ color: #fff;
+ font-size: 12px;
+ text-align: center;
+ line-height: 20px;
+ background-color: #5bc86f;
+
+}
+.shiting,.stvip {
+
+ right: 10px;
+ display: inline-block;
+ width: 48px;
+ height: 20px;
+ z-index: 9;
+ color: #fff;
+ font-size: 12px;
+ text-align: center;
+ line-height: 20px;
+}
+.shiting{
+ background-color: #5bc86f;
+}
+.stvip{
+ background-color: #f6383a;
+}
+.text-ellipsis {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+.lesson-title {
+ color: #333;
+ font-size: 14px;
+ }
+.lesson-info {
+ position: relative;
+ color: #999;
+ font-size: 12px;
+}
+.info-left {
+ margin-right: 76px;
+}
+.info-right {
+ position: absolute;
+ right: 0;
+ top: 0;
+
+}
+
+.border-r{ border-radius:50%}
diff --git a/public/static/mobile/edit/css/font.css b/public/static/mobile/edit/css/font.css
new file mode 100644
index 0000000..14fe780
--- /dev/null
+++ b/public/static/mobile/edit/css/font.css
@@ -0,0 +1,62 @@
+@font-face {
+ font-family: 'iconfont';
+ src: url('//at.alicdn.com/t/font_1458365148_6313732.eot'); /* IE9*/
+ src: url('//at.alicdn.com/t/font_1458365148_6313732.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('//at.alicdn.com/t/font_1458365148_6313732.woff') format('woff'), /* chrome、firefox */
+ url('//at.alicdn.com/t/font_1458365148_6313732.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
+ url('//at.alicdn.com/t/font_1458365148_6313732.svg#iconfont') format('svg'); /* iOS 4.1- */
+}
+
+
+
+
+.ui-icon,[class^=ui-icon-] {
+ font-family:iconfont!important;
+
+ font-style:normal;
+ -webkit-font-smoothing:antialiased;
+ -webkit-text-stroke-width:.2px;
+ display:block;
+ color:rgba(0,0,0,.5)
+}
+.ui-icon-phone:before {
+ content:"\e601"
+}
+.ui-icon-pwd:before {
+ content:"\e603"
+}
+.ui-icon-yzm:before {
+ content:"\e600"
+}
+.ui-icon-gs:before {
+ content:"\e605"
+}
+
+
+.ui-icon-add:before {
+ content:"\e60b"
+}
+.ui-icon-true:before {
+ content:"\e60d";
+ font-size: 22px !important;
+ color:#4cd964
+}
+.ui-icon-false:before {
+ content:"\e60e";
+ font-size: 22px !important;
+ color: #f6383a
+}
+.icon2 {
+ font-family: iconfont!important;
+ font-style: normal;
+ display: inline-block;
+ vertical-align: middle;
+ background-size: 100% auto;
+ background-position: center;
+ -webkit-font-smoothing: antialiased;
+ -webkit-text-stroke-width: .2px;
+ -moz-osx-font-smoothing: grayscale;
+}
+.icon-video:before {
+ content: "\e60c";
+}
diff --git a/public/static/mobile/edit/css/sm-extend.min.css b/public/static/mobile/edit/css/sm-extend.min.css
new file mode 100644
index 0000000..374d0c5
--- /dev/null
+++ b/public/static/mobile/edit/css/sm-extend.min.css
@@ -0,0 +1,6 @@
+/*!
+ * =====================================================
+ * SUI Mobile - http://m.sui.taobao.org/
+ *
+ * =====================================================
+ */.photo-browser{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10500}.photo-browser .bar-tab .tab-item .icon{width:.7rem;height:.7rem;margin-top:-.25rem}.photo-browser .bar-tab~.photo-browser-captions{bottom:2.6rem;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.photo-browser.photo-browser-in{display:block;-webkit-animation:photoBrowserIn .4s forwards;animation:photoBrowserIn .4s forwards}.photo-browser.photo-browser-out{display:block;-webkit-animation:photoBrowserOut .4s forwards;animation:photoBrowserOut .4s forwards}html.with-statusbar-overlay .photo-browser{height:-webkit-calc(100% - 1rem);height:calc(100% - 1rem);top:1rem}.popup>.photo-browser .navbar,.popup>.photo-browser .toolbar,body>.photo-browser .navbar,body>.photo-browser .toolbar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.photo-browser .page[data-page=photo-browser-slides]{background:0 0}.photo-browser .page{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;background:#efeff4}.photo-browser .view{overflow:hidden;box-sizing:border-box;position:relative;width:100%;height:100%;z-index:5000}.page[data-page=photo-browser-slides] .toolbar a{color:#4cd964}.photo-browser-popup{background:0 0}.photo-browser .navbar,.photo-browser .toolbar,.view[data-page=photo-browser-slides] .navbar,.view[data-page=photo-browser-slides] .toolbar{background:rgba(247,247,247,.95);-webkit-transition:.4s;transition:.4s}.view[data-page=photo-browser-slides] .page[data-page=photo-browser-slides] .navbar,.view[data-page=photo-browser-slides] .page[data-page=photo-browser-slides] .toolbar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.photo-browser-exposed .navbar,.photo-browser-exposed .toolbar{opacity:0;visibility:hidden;pointer-events:none}.photo-browser-exposed .photo-browser-swiper-container{background:#000}.photo-browser-of{margin:0 .25rem}.photo-browser-captions{pointer-events:none;position:absolute;left:0;width:100%;bottom:0;z-index:10;opacity:1;-webkit-transition:.4s;transition:.4s}.photo-browser-captions.photo-browser-captions-exposed{opacity:0}.toolbar~.photo-browser-captions{bottom:2.2rem;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.photo-browser-exposed .toolbar~.photo-browser-captions{-webkit-transform:translate3d(0,2.2rem,0);transform:translate3d(0,2.2rem,0)}.toolbar~.photo-browser-captions.photo-browser-captions-exposed{transformt:ranslate3d(0,0,0)}.photo-browser-caption{box-sizing:border-box;-webkit-transition:.3s;transition:.3s;position:absolute;bottom:0;left:0;opacity:0;padding:.2rem .25rem;width:100%;text-align:center;color:#fff;background:rgba(0,0,0,.8)}.photo-browser-caption:empty{display:none}.photo-browser-caption.photo-browser-caption-active{opacity:1}.photo-browser-captions-light .photo-browser-caption{background:rgba(255,255,255,.8);color:#3d4145}.photo-browser-exposed .photo-browser-caption{color:#fff;background:rgba(0,0,0,.8)}.photo-browser-swiper-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;background:#fff;-webkit-transition:.4s;transition:.4s}.photo-browser-swiper-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;padding:0;display:-webkit-box;display:-webkit-flex;display:flex}.photo-browser-link-inactive{opacity:.3}.photo-browser-slide{width:100%;height:100%;position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box}.photo-browser-slide.transitioning{-webkit-transition:.4s;transition:.4s}.photo-browser-slide span.photo-browser-zoom-container{width:100%;text-align:center;display:none}.photo-browser-slide img{width:auto;height:auto;max-width:100%;max-height:100%;display:none}.photo-browser-slide.swiper-slide-active span.photo-browser-zoom-container,.photo-browser-slide.swiper-slide-next span.photo-browser-zoom-container,.photo-browser-slide.swiper-slide-prev span.photo-browser-zoom-container{display:block}.photo-browser-slide.swiper-slide-active img,.photo-browser-slide.swiper-slide-next img,.photo-browser-slide.swiper-slide-prev img{display:inline}.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader,.photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader,.photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader{display:block}.photo-browser-slide iframe{width:100%;height:100%}.photo-browser-slide .preloader{display:none;position:absolute;width:2.1rem;height:2.1rem;margin-left:-2.1rem;margin-top:-2.1rem;left:50%;top:50%}.photo-browser-dark .navbar,.photo-browser-dark .toolbar{background:rgba(30,30,30,.8);color:#fff}.photo-browser-dark .navbar:before,.photo-browser-dark .toolbar:before{display:none}.photo-browser-dark .navbar:after,.photo-browser-dark .toolbar:after{display:none}.photo-browser-dark .navbar a,.photo-browser-dark .toolbar a{color:#fff}.photo-browser-dark .photo-browser-swiper-container{background:#000}@-webkit-keyframes photoBrowserIn{0%{-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5);opacity:0}100%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes photoBrowserIn{0%{-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5);opacity:0}100%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);opacity:1}}@-webkit-keyframes photoBrowserOut{0%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);opacity:1}100%{-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5);opacity:0}}@keyframes photoBrowserOut{0%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);opacity:1}100%{-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5);opacity:0}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;padding-bottom:30px;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:1.35rem;height:2.2rem;margin-top:-1.1rem;z-index:10;cursor:pointer;background-size:1.35rem 2.2rem;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:.5rem;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:.5rem;left:auto}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:.4rem;height:.4rem;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination{right:.5rem;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:.25rem 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:.5rem;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 .25rem}.swiper-container-3d{-webkit-perspective:600rem;perspective:600rem}.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{-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;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:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:600rem}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.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-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(2.5rem);filter:blur(2.5rem)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:.5rem;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:.15rem;z-index:50;height:.25rem;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:.15rem;top:1%;z-index:50;width:.25rem;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:.5rem;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-slide .preloader{width:2.1rem;height:2.1rem;position:absolute;left:50%;top:50%;margin-left:-1.05rem;margin-top:-1.05rem;z-index:10}.swiper-slide img{display:block}
\ No newline at end of file
diff --git a/public/static/mobile/edit/css/sm.min.css b/public/static/mobile/edit/css/sm.min.css
new file mode 100644
index 0000000..e3d612a
--- /dev/null
+++ b/public/static/mobile/edit/css/sm.min.css
@@ -0,0 +1,6 @@
+/*!
+ * =====================================================
+ * SUI Mobile - http://m.sui.taobao.org/
+ *
+ * =====================================================
+ */html{font-size:20px}@media only screen and (min-width:400px){html{font-size:21.33px!important}}@media only screen and (min-width:414px){html{font-size:22.08px!important}}@media only screen and (min-width:480px){html{font-size:25.6px!important}}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}body{position:absolute;top:0;right:0;bottom:0;left:0;font-family:"Helvetica Neue",Helvetica,sans-serif;font-size:.85rem;line-height:1.5;color:#3d4145;background:#eee;overflow:hidden}a,button,input,select,textarea{outline:0}p{margin:1em 0}a{color:#0894ec;text-decoration:none;-webkit-tap-highlight-color:transparent}a:active{color:#0a8ddf}.page{position:absolute;top:0;right:0;bottom:0;left:0;background:#eee;z-index:2000}.content{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch}.bar-nav~.content{top:2.2rem}.bar-header-secondary~.content{top:4.4rem}.bar-footer~.content{bottom:2.2rem}.bar-footer-secondary~.content{bottom:4.4rem}.bar-tab~.content{bottom:2.5rem}.bar-footer-secondary-tab~.content{bottom:4.7rem}.content-padded{margin:.5rem}.text-center{text-align:center}.pull-left{float:left}.pull-right{float:right}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.content-block{margin:1.75rem 0;padding:0 .75rem;color:#6d6d72}.content-block-title{position:relative;overflow:hidden;margin:0;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;text-transform:uppercase;line-height:1;color:#6d6d72;margin:1.75rem .75rem .5rem}.content-block-title+.card,.content-block-title+.content-block,.content-block-title+.list-block{margin-top:.5rem}.content-block-inner{background:#fff;padding:.5rem .75rem;margin-left:-.75rem;width:100%;position:relative;color:#3d4145}.content-block-inner:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.content-block-inner:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.content-block-inner:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.content-block-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.content-block-inner:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.content-block-inner:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.content-block.inset{margin-left:.75rem;margin-right:.75rem;border-radius:.35rem}.content-block.inset .content-block-inner{border-radius:.35rem}.content-block.inset .content-block-inner:before{display:none}.content-block.inset .content-block-inner:after{display:none}@media all and (min-width:768px){.content-block.tablet-inset{margin-left:.75rem;margin-right:.75rem;border-radius:.35rem}.content-block.tablet-inset .content-block-inner{border-radius:.35rem}.content-block.tablet-inset .content-block-inner:before{display:none}.content-block.tablet-inset .content-block-inner:after{display:none}}.row{overflow:hidden;margin-left:-4%}.row>[class*=col-],.row>[class*=tablet-]{box-sizing:border-box;float:left}.row.no-gutter{margin-left:0}.row .col-100{width:96%;margin-left:4%}.row.no-gutter .col-100{width:100%;margin:0}.row .col-95{width:91%;margin-left:4%}.row.no-gutter .col-95{width:95%;margin:0}.row .col-90{width:86%;margin-left:4%}.row.no-gutter .col-90{width:90%;margin:0}.row .col-85{width:81%;margin-left:4%}.row.no-gutter .col-85{width:85%;margin:0}.row .col-80{width:76%;margin-left:4%}.row.no-gutter .col-80{width:80%;margin:0}.row .col-75{width:71.00000000000001%;margin-left:4%}.row.no-gutter .col-75{width:75%;margin:0}.row .col-66{width:62.66666666666666%;margin-left:4%}.row.no-gutter .col-66{width:66.66666666666666%;margin:0}.row .col-60{width:55.99999999999999%;margin-left:4%}.row.no-gutter .col-60{width:60%;margin:0}.row .col-50{width:46%;margin-left:4%}.row.no-gutter .col-50{width:50%;margin:0}.row .col-40{width:36%;margin-left:4%}.row.no-gutter .col-40{width:40%;margin:0}.row .col-33{width:29.333333333333332%;margin-left:4%}.row.no-gutter .col-33{width:33.333333333333336%;margin:0}.row .col-25{width:21%;margin-left:4%}.row.no-gutter .col-25{width:25%;margin:0}.row .col-20{width:16%;margin-left:4%}.row.no-gutter .col-20{width:20%;margin:0}.row .col-15{width:10.999999999999998%;margin-left:4%}.row.no-gutter .col-15{width:15%;margin:0}.row .col-10{width:6%;margin-left:4%}.row.no-gutter .col-10{width:10%;margin:0}.row .col-5{width:1%;margin-left:4%}.row.no-gutter .col-5{width:5%;margin:0}@media all and (min-width:768px){.row{margin-left:-2%}.row .col-100{width:98%;margin-left:2%}.row.no-gutter .col-100{width:100%;margin:0}.row .col-95{width:93%;margin-left:2%}.row.no-gutter .col-95{width:95%;margin:0}.row .col-90{width:87.99999999999999%;margin-left:2%}.row.no-gutter .col-90{width:90%;margin:0}.row .col-85{width:82.99999999999999%;margin-left:2%}.row.no-gutter .col-85{width:85%;margin:0}.row .col-80{width:78%;margin-left:2%}.row.no-gutter .col-80{width:80%;margin:0}.row .col-75{width:73%;margin-left:2%}.row.no-gutter .col-75{width:75%;margin:0}.row .col-66{width:64.66666666666666%;margin-left:2%}.row.no-gutter .col-66{width:66.66666666666666%;margin:0}.row .col-60{width:58%;margin-left:2%}.row.no-gutter .col-60{width:60%;margin:0}.row .col-50{width:48%;margin-left:2%}.row.no-gutter .col-50{width:50%;margin:0}.row .col-40{width:38%;margin-left:2%}.row.no-gutter .col-40{width:40%;margin:0}.row .col-33{width:31.333333333333332%;margin-left:2%}.row.no-gutter .col-33{width:33.333333333333336%;margin:0}.row .col-25{width:23%;margin-left:2%}.row.no-gutter .col-25{width:25%;margin:0}.row .col-20{width:18%;margin-left:2%}.row.no-gutter .col-20{width:20%;margin:0}.row .col-15{width:13%;margin-left:2%}.row.no-gutter .col-15{width:15%;margin:0}.row .col-10{width:8%;margin-left:2%}.row.no-gutter .col-10{width:10%;margin:0}.row .col-5{width:3%;margin-left:2%}.row.no-gutter .col-5{width:5%;margin:0}.row .tablet-100{width:98%;margin-left:2%}.row.no-gutter .tablet-100{width:100%;margin:0}.row .tablet-95{width:93%;margin-left:2%}.row.no-gutter .tablet-95{width:95%;margin:0}.row .tablet-90{width:87.99999999999999%;margin-left:2%}.row.no-gutter .tablet-90{width:90%;margin:0}.row .tablet-85{width:82.99999999999999%;margin-left:2%}.row.no-gutter .tablet-85{width:85%;margin:0}.row .tablet-80{width:78%;margin-left:2%}.row.no-gutter .tablet-80{width:80%;margin:0}.row .tablet-75{width:73%;margin-left:2%}.row.no-gutter .tablet-75{width:75%;margin:0}.row .tablet-66{width:64.66666666666666%;margin-left:2%}.row.no-gutter .tablet-66{width:66.66666666666666%;margin:0}.row .tablet-60{width:58%;margin-left:2%}.row.no-gutter .tablet-60{width:60%;margin:0}.row .tablet-50{width:48%;margin-left:2%}.row.no-gutter .tablet-50{width:50%;margin:0}.row .tablet-40{width:38%;margin-left:2%}.row.no-gutter .tablet-40{width:40%;margin:0}.row .tablet-33{width:31.333333333333332%;margin-left:2%}.row.no-gutter .tablet-33{width:33.333333333333336%;margin:0}.row .tablet-25{width:23%;margin-left:2%}.row.no-gutter .tablet-25{width:25%;margin:0}.row .tablet-20{width:18%;margin-left:2%}.row.no-gutter .tablet-20{width:20%;margin:0}.row .tablet-15{width:13%;margin-left:2%}.row.no-gutter .tablet-15{width:15%;margin:0}.row .tablet-10{width:8%;margin-left:2%}.row.no-gutter .tablet-10{width:10%;margin:0}.row .tablet-5{width:3%;margin-left:2%}.row.no-gutter .tablet-5{width:5%;margin:0}}.color-default{color:#3d4145}.color-gray{color:#999}.color-primary{color:#0894ec}.color-success{color:#4cd964}.color-danger{color:#f6383a}.color-warning{color:#f60}.text-center{text-align:center}.bar{position:absolute;right:0;left:0;z-index:10;height:2.2rem;padding-right:.5rem;padding-left:.5rem;background-color:#f7f7f8;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.bar:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.bar:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.bar-header-secondary{top:2.2rem}.bar-footer{bottom:0}.bar-footer-secondary{bottom:2.2rem}.bar-footer-secondary-tab{bottom:2.5rem}.bar-footer-secondary-tab:before,.bar-footer-secondary:before,.bar-footer:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.bar-footer-secondary-tab:before,.bar-footer-secondary:before,.bar-footer:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.bar-footer-secondary-tab:before,.bar-footer-secondary:before,.bar-footer:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.bar-footer-secondary-tab:after,.bar-footer-secondary:after,.bar-footer:after{display:none}.bar-nav{top:0}.title{position:absolute;display:block;width:100%;padding:0;margin:0 -.5rem;font-size:.85rem;font-weight:500;line-height:2.2rem;color:#3d4145;text-align:center;white-space:nowrap}.title a{color:inherit}.bar-tab{bottom:0;width:100%;height:2.5rem;padding:0;table-layout:fixed}.bar-tab:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.bar-tab:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.bar-tab:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.bar-tab:after{display:none}.bar-tab .tab-item{position:relative;display:table-cell;width:1%;height:2.5rem;color:#929292;text-align:center;vertical-align:middle}.bar-tab .tab-item.active,.bar-tab .tab-item:active{color:#0894ec}.bar-tab .tab-item .badge{position:absolute;top:.1rem;left:50%;z-index:100;height:.8rem;min-width:.8rem;padding:0 .2rem;font-size:.6rem;line-height:.8rem;color:#fff;vertical-align:top;background:red;border-radius:.5rem;margin-left:.1rem}.bar-tab .tab-item .icon{top:.05rem;height:1.2rem;font-size:1.2rem;line-height:1.2rem;padding-top:0;padding-bottom:0}.bar-tab .tab-item .icon~.tab-label{display:block;font-size:.55rem;position:relative;top:.15rem}.bar .button{position:relative;top:.35rem;z-index:20;margin-top:0;font-weight:400}.bar .button.pull-right{margin-left:.5rem}.bar .button.pull-left{margin-right:.5rem}.bar .button-link{top:0;padding:0;font-size:.8rem;line-height:2.2rem;height:2.2rem;color:#0894ec;border:0}.bar .button-link.active,.bar .button-link:active{color:#0675bb}.bar .button-block{top:.35rem;font-size:.8rem;width:100%}.bar .button-nav.pull-left{margin-left:-.25rem}.bar .button-nav.pull-left .icon-left-nav{margin-right:-.15rem}.bar .button-nav.pull-right{margin-right:-.25rem}.bar .button-nav.pull-right .icon-right-nav{margin-left:-.15rem}.bar .icon{position:relative;z-index:20;padding:.5rem .1rem;font-size:1rem;line-height:1.2rem}.bar .button .icon{padding:0}.bar .title .icon{padding:0}.bar .title .icon.icon-caret{top:.2rem;margin-left:-.25rem}.bar-footer .icon{font-size:1.2rem;line-height:1.2rem}.bar input[type=search]{height:1.45rem;margin:.3rem 0}.badge{display:inline-block;padding:.1rem .45rem .15rem;font-size:.6rem;line-height:1;color:#3d4145;background-color:rgba(0,0,0,.15);border-radius:5rem}.badge.badge-inverted{padding:0 .25rem 0 0;background-color:transparent}.list-block{margin:1.75rem 0;font-size:.85rem}.list-block ul{background:#fff;list-style:none;padding:0;margin:0;position:relative}.list-block ul:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.list-block ul:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.list-block ul:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.list-block ul:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.list-block ul:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.list-block ul:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.list-block ul ul{padding-left:2.25rem}.list-block ul ul:before{display:none}.list-block ul ul:after{display:none}.list-block .align-top,.list-block .align-top .item-content,.list-block .align-top .item-inner{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.list-block.inset{margin-left:.75rem;margin-right:.75rem;border-radius:.35rem}.list-block.inset .content-block-title{margin-left:0;margin-right:0}.list-block.inset ul{border-radius:.35rem}.list-block.inset ul:before{display:none}.list-block.inset ul:after{display:none}.list-block.inset li:first-child>a{border-radius:.35rem .35rem 0 0}.list-block.inset li:last-child>a{border-radius:0 0 .35rem .35rem}.list-block.inset li:first-child:last-child>a{border-radius:.35rem}@media all and (min-width:768px){.list-block.tablet-inset{margin-left:.75rem;margin-right:.75rem;border-radius:.35rem}.list-block.tablet-inset .content-block-title{margin-left:0;margin-right:0}.list-block.tablet-inset ul{border-radius:.35rem}.list-block.tablet-inset ul:before{display:none}.list-block.tablet-inset ul:after{display:none}.list-block.tablet-inset li:first-child>a{border-radius:.35rem .35rem 0 0}.list-block.tablet-inset li:last-child>a{border-radius:0 0 .35rem .35rem}.list-block.tablet-inset li:first-child:last-child>a{border-radius:.35rem}.list-block.tablet-inset .content-block-title{margin-left:0;margin-right:0}.list-block.tablet-inset ul{border-radius:.35rem}.list-block.tablet-inset ul:before{display:none}.list-block.tablet-inset ul:after{display:none}.list-block.tablet-inset li:first-child>a{border-radius:.35rem .35rem 0 0}.list-block.tablet-inset li:last-child>a{border-radius:0 0 .35rem .35rem}.list-block.tablet-inset li:first-child:last-child>a{border-radius:.35rem}}.list-block li{box-sizing:border-box;position:relative}.list-block .item-media{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-lines:single;-moz-box-lines:single;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;box-sizing:border-box;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-top:.35rem;padding-bottom:.4rem}.list-block .item-media i+i{margin-left:.25rem}.list-block .item-media i+img{margin-left:.25rem}.list-block .item-media+.item-inner{margin-left:.75rem}.list-block .item-inner{padding-right:.75rem;position:relative;width:100%;padding-top:.4rem;padding-bottom:.35rem;min-height:2.2rem;overflow:hidden;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-ms-flex:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list-block .item-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.list-block .item-inner:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.list-block .item-inner:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.list-block .item-title{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-webkit-flex-shrink:1;flex-shrink:1;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;max-width:100%}.list-block .item-title.label{width:35%;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-webkit-flex-shrink:0;flex-shrink:0;margin:4px 0}.list-block .item-input{width:100%;margin-top:-.4rem;margin-bottom:-.35rem;-webkit-box-flex:1;-ms-flex:1;-webkit-flex-shrink:1;-ms-flex:0 1 auto;-webkit-flex-shrink:1;flex-shrink:1}.list-block .item-after{white-space:nowrap;color:#5f646e;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-webkit-flex-shrink:0;flex-shrink:0;margin-left:.25rem;display:-webkit-box;display:-webkit-flex;display:flex;max-height:1.4rem}.list-block .smart-select .item-after{max-width:70%;overflow:hidden;text-overflow:ellipsis;position:relative}.list-block .item-link{-webkit-transition-duration:.3s;transition-duration:.3s;display:block;color:inherit}.list-block .item-link .item-inner{padding-right:1.5rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM0QzFDNzMyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM0QzFDNzQyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzRDMUM3MTJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRDMUM3MjJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjs2Bb4AAAItSURBVHjazJhbK0RRGIb3DIOU/AG5kUTOgxmHceFGKf6BO+Vf+E8KKYcYg3FuMpNIDhFJXJAcp/GtvKumrzVs+zBrvfU2u689q6d3rb33+lYgl8tZvymZ3JOX7eQp8gT50fJA0Wj4z3tKbY5VR14hV5ObyWLkZ6sICtq4p4V8CjihevIWucoUQJFUmtUayTvkShMAL5DiGqs3IMlK3YBSgwrIZkBWmAAoIRMKyG2/IIMO/hMjbygepCS53ARAoQHyOqu1YbrLTADMAXJbASmSDOkGlOpTQHaQN72CdAuYBeQuq4cBWaIbUEJGC0Am3UIGPVoqMsk9Vu/CwxTQDSj0iSQPWD2C6Q7oBhT6AmRKAZkwAVDoowBkn+LdqQVQ6A2QhwrIuAmAEjKi2KrF/jPdfgIKveI7Pcfq/eSMCYBSD4pakymA0+RxVrsn15oAOEMeY7Vbcif5ys4ApT7CzZJHWO2G3I1fSyfgPHmY1a7x6bvT/ZpZUMBdOoHzI8El8pCiK+wq8CQXNcFlBdw51tyD00G9SnAVHV++zgDn6hzHiwTjCrgTTKvrQya3Ca5jA5CvY3IP+UlnTxJEb8zhjpDck1cL20mCAcBFWD2D2ovOvjiERojDpTGtnsL9N8EQegt+LJrC5vRN59lMORp0DrePNH2BswvYivXVzuoHSO7dz+2QHcAa6+eMOl87WHOffm8m7QCK7foog+tFi2mZACg3npPkRUxrtkitgvUtwAA5A3LWdzPizwAAAABJRU5ErkJggg==);background-size:.7rem;background-repeat:no-repeat;background-position:97% center;background-position:-webkit-calc(100% - .5rem) center;background-position:calc(100% - .5rem) center}.list-block .item-link.active-state,html:not(.watch-active-state) .list-block .item-link:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}.list-block .item-link.active-state .item-inner:after,html:not(.watch-active-state) .list-block .item-link:active .item-inner:after{background-color:transparent}.list-block .item-link.list-button{padding:0 .75rem;text-align:center;color:#0894ec;display:block;line-height:2.15rem}.list-block .item-link.list-button:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.list-block .item-link.list-button:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.list-block .item-link.list-button:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.list-block .item-content{box-sizing:border-box;padding-left:.75rem;min-height:2.2rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list-block .list-block-label{margin:.5rem 0 1.75rem;padding:0 .75rem;font-size:.7rem;color:#5f646e}.list-block .item-subtitle{font-size:.75rem;position:relative;overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.list-block .item-text{font-size:.75rem;color:#5f646e;line-height:1.05rem;position:relative;overflow:hidden;height:2.1rem;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.list-block.media-list .item-title{font-weight:500}.list-block.media-list .item-inner{display:block;padding-top:.5rem;padding-bottom:.45rem;-webkit-align-self:stretch;align-self:stretch}.list-block.media-list .item-media{padding-top:.45rem;padding-bottom:.5rem}.list-block.media-list .item-media img{display:block}.list-block.media-list .item-title-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.list-block .list-group ul:after,.list-block .list-group ul:before{z-index:11}.list-block .list-group+.list-group ul:before{display:none}.list-block .item-divider,.list-block .list-group-title{background:#F7F7F7;margin-top:-1px;padding:.2rem .75rem;white-space:nowrap;position:relative;max-width:100%;text-overflow:ellipsis;overflow:hidden;color:#e7e7e7}.list-block .item-divider:before,.list-block .list-group-title:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.list-block .item-divider:before,.list-block .list-group-title:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.list-block .item-divider:before,.list-block .list-group-title:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.list-block .list-group-title{position:relative;position:-webkit-sticky;position:-moz-sticky;position:sticky;top:0;z-index:20;margin-top:0}.list-block .list-group-title:before{display:none}.list-block li:last-child .list-button:after{display:none}.list-block li:last-child .item-inner:after,.list-block li:last-child li:last-child .item-inner:after{display:none}.list-block li li:last-child .item-inner:after,.list-block li:last-child li .item-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#e7e7e7;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.list-block li li:last-child .item-inner:after,.list-block li:last-child li .item-inner:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.list-block li li:last-child .item-inner:after,.list-block li:last-child li .item-inner:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.list-block input[type=text],.list-block input[type=password],.list-block input[type=email],.list-block input[type=tel],.list-block input[type=url],.list-block input[type=date],.list-block input[type=datetime-local],.list-block input[type=time],.list-block input[type=number],.list-block input[type=search],.list-block select,.list-block textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;box-sizing:border-box;border:none;background:0 0;border-radius:0;box-shadow:none;display:block;padding:0 0 0 .25rem;margin:0;width:100%;height:2.15rem;color:#3d4145;font-size:.85rem;font-family:inherit}.list-block input[type=date],.list-block input[type=datetime-local]{line-height:2.2rem}.list-block select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}.list-block .label{vertical-align:top}.list-block textarea{height:5rem;resize:none;line-height:1.4;padding-top:.4rem;padding-bottom:.35rem}.label-switch{display:inline-block;vertical-align:middle;width:2.6rem;border-radius:.8rem;box-sizing:border-box;height:1.6rem;position:relative;cursor:pointer;-webkit-align-self:center;align-self:center}.label-switch .checkbox{width:2.6rem;border-radius:.8rem;box-sizing:border-box;height:1.6rem;background:#e5e5e5;z-index:0;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border:none;cursor:pointer;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s}.label-switch .checkbox:before{content:' ';position:absolute;left:.1rem;top:.1rem;width:2.4rem;border-radius:.8rem;box-sizing:border-box;height:1.4rem;background:#fff;z-index:1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:scale(1);transform:scale(1)}.label-switch .checkbox:after{content:' ';height:1.4rem;width:1.4rem;border-radius:1.4rem;background:#fff;position:absolute;z-index:2;top:.1rem;left:.1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.4);-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition-duration:.3s;transition-duration:.3s}.label-switch input[type=checkbox]{display:none}.label-switch input[type=checkbox]:checked+.checkbox{background:#4cd964}.label-switch input[type=checkbox]:checked+.checkbox:before{-webkit-transform:scale(0);transform:scale(0)}.label-switch input[type=checkbox]:checked+.checkbox:after{-webkit-transform:translateX(1.1rem);transform:translateX(1.1rem)}html.android .label-switch input[type=checkbox]+.checkbox{-webkit-transition-duration:0;transition-duration:0}html.android .label-switch input[type=checkbox]+.checkbox:after,html.android .label-switch input[type=checkbox]+.checkbox:before{-webkit-transition-duration:0;transition-duration:0}.range-slider{width:100%;position:relative;overflow:hidden;padding-left:.15rem;padding-right:.15rem;margin-left:-1px;-webkit-align-self:center;align-self:center}.range-slider input[type=range]{position:relative;height:1.4rem;width:100%;margin:.2rem 0 .25rem 0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#b7b8b7),color-stop(100%,#b7b8b7));background:-webkit-linear-gradient(left,#b7b8b7 0,#b7b8b7 100%);background:linear-gradient(to right,#b7b8b7 0,#b7b8b7 100%);background-position:center;background-size:100% .1rem;background-repeat:no-repeat;outline:0}.range-slider input[type=range]:after{height:.1rem;background:#fff;content:' ';width:.25rem;top:50%;margin-top:-1px;left:-.25rem;z-index:1;position:absolute}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border:none;height:1.4rem;width:1.4rem;position:relative;background:0 0}.range-slider input[type=range]::-webkit-slider-thumb:after{height:1.4rem;width:1.4rem;border-radius:1.4rem;background:#fff;z-index:10;box-shadow:0 .1rem .2rem rgba(0,0,0,.4);position:absolute;left:0;top:0;content:' '}.range-slider input[type=range]::-webkit-slider-thumb:before{position:absolute;top:50%;right:100%;width:100rem;height:.1rem;margin-top:-1px;z-index:1;background:#0894ec;content:' '}label.label-checkbox{cursor:pointer}label.label-checkbox i.icon-form-checkbox{width:1.1rem;height:1.1rem;position:relative;border-radius:1.1rem;border:1px solid #c7c7cc;box-sizing:border-box}label.label-checkbox i.icon-form-checkbox:after{content:' ';position:absolute;left:50%;margin-left:-.3rem;top:50%;margin-top:-.2rem;width:.6rem;height:.45rem}label.label-checkbox input[type=checkbox],label.label-checkbox input[type=radio]{display:none}label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox{border:none;background-color:#0894ec}label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox:after,label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox:after{background:no-repeat center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%2012%209'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'12%2C0.7%2011.3%2C0%203.9%2C7.4%200.7%2C4.2%200%2C4.9%203.9%2C8.8%203.9%2C8.8%203.9%2C8.8%20'%2F%3E%3C%2Fsvg%3E");background-size:.6rem .45rem}label.label-checkbox{-webkit-transition-duration:.3s;transition-duration:.3s}html:not(.watch-active-state) label.label-checkbox:active,label.label-checkbox.active-state{-webkit-transition:0s;transition:0s;background-color:#d9d9d9}html:not(.watch-active-state) label.label-checkbox:active .item-inner:after,label.label-checkbox.active-state .item-inner:after{background-color:transparent}.smart-select select{display:none}.searchbar{padding:8px 0;overflow:hidden;height:2.2rem;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.searchbar .searchbar-cancel{margin-right:-3rem;width:2.2rem;float:right;height:1.4rem;line-height:1.4rem;text-align:center;-webkit-transition:all .3s;transition:all .3s;opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.searchbar .search-input{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);margin-right:0;-webkit-transition:all .3s;transition:all .3s}.searchbar .search-input input{margin:0;height:1.4rem}.searchbar.searchbar-active .searchbar-cancel{margin-right:0;opacity:1}.searchbar.searchbar-active .searchbar-cancel+.search-input{margin-right:2.5rem}.search-input{position:relative}.search-input input{box-sizing:border-box;width:100%;height:1.4rem;display:block;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;font-family:inherit;color:#3d4145;font-size:.7rem;font-weight:400;padding:0 .5rem;background-color:#fff;border:1px solid #b4b4b4}.search-input input::-webkit-input-placeholder{color:#ccc;opacity:1}.search-input .icon{position:absolute;font-size:.9rem;color:#b4b4b4;top:50%;left:.3rem;-webkit-transform:translate3D(0,-50%,0);transform:translate3D(0,-50%,0)}.search-input label+input{padding-left:1.4rem}.bar .searchbar{margin:0 -.5rem;padding:.4rem .5rem;background:rgba(0,0,0,.1)}.bar .searchbar .search-input input{border:0}.bar .searchbar .searchbar-cancel{color:#5f646e}.button{border:1px solid #0894ec;color:#0894ec;text-decoration:none;text-align:center;display:block;border-radius:.25rem;line-height:1.25rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:0 0;padding:0 .5rem;margin:0;height:1.35rem;white-space:nowrap;position:relative;text-overflow:ellipsis;font-size:.7rem;font-family:inherit;cursor:pointer}input[type=button].button,input[type=submit].button{width:100%}.button:active{color:#0a8ddf;border-color:#0a8ddf}.button.button-round{border-radius:1.25rem}.button.active,.button.active:active{color:#0a8ddf;border-color:#0a8ddf}.button.button-big{font-size:.85rem;height:2.4rem;line-height:2.3rem}.button.button-fill{color:#fff;background:#0894ec;border:none;line-height:1.35rem}.button.button-fill.active,.button.button-fill:active{background:#0a8ddf}.button.button-fill.button-big{line-height:2.4rem}.button .button-link{padding-top:.3rem;padding-bottom:.3rem;color:#0894ec;background-color:transparent;border:0}.button i.icon:first-child{margin-right:.5rem}.button i.icon:last-child{margin-left:.5rem}.button i.icon:first-child:last-child{margin-left:0;margin-right:0}.button-light{border-color:#ccc;color:#ccc;color:#5f646e}.button-light:active{border-color:#0a8ddf;color:#0a8ddf}.button-light.button-fill{color:#fff;background-color:#ccc}.button-light.button-fill:active{background-color:#0a8ddf}.button-dark{border-color:#6e727b;color:#6e727b;color:#5f646e}.button-dark:active{border-color:#0a8ddf;color:#0a8ddf}.button-dark.button-fill{color:#fff;background-color:#6e727b}.button-dark.button-fill:active{background-color:#0a8ddf}.button-success{border-color:#4cd964;color:#4cd964}.button-success:active{border-color:#2ac845;color:#2ac845}.button-success.button-fill{color:#fff;background-color:#4cd964}.button-success.button-fill:active{background-color:#2ac845}.button-danger{border-color:#f6383a;color:#f6383a}.button-danger:active{border-color:#f00b0d;color:#f00b0d}.button-danger.button-fill{color:#fff;background-color:#f6383a}.button-danger.button-fill:active{background-color:#f00b0d}.button-warning{border-color:#f60;color:#f60}.button-warning:active{border-color:#cc5200;color:#cc5200}.button-warning.button-fill{color:#fff;background-color:#f60}.button-warning.button-fill:active{background-color:#cc5200}.button.button-danger.disabled,.button.button-primary.disabled,.button.button-success.disabled,.button.button-warning.disabled,.button.disabled{border-color:#c8c9cb;color:#c8c9cb;cursor:not-allowed}.button.button-danger.disabled:active,.button.button-primary.disabled:active,.button.button-success.disabled:active,.button.button-warning.disabled:active,.button.disabled:active{border-color:#c8c9cb;color:#c8c9cb}.button.button-danger.disabled.button-fill,.button.button-primary.disabled.button-fill,.button.button-success.disabled.button-fill,.button.button-warning.disabled.button-fill,.button.disabled.button-fill{color:#fff;background-color:#c8c9cb}.button.button-danger.disabled.button-fill:active,.button.button-primary.disabled.button-fill:active,.button.button-success.disabled.button-fill:active,.button.button-warning.disabled.button-fill:active,.button.disabled.button-fill:active{background-color:#c8c9cb}.buttons-row,.buttons-tab{-webkit-align-self:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-lines:single;-moz-box-lines:single;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.buttons-row .button{border-radius:0;margin-left:-1px;width:100%;-webkit-box-flex:1;-ms-flex:1;border-color:#0894ec;color:#0894ec}.buttons-row .button.active{background-color:#0894ec;color:#fff;z-index:90}.buttons-row .button:first-child{border-radius:.25rem 0 0 .25rem;margin-left:0;border-left-width:1px;border-left-style:solid}.buttons-row .button:last-child{border-radius:0 .25rem .25rem 0}.buttons-row .button.button-round:first-child{border-radius:1.35rem 0 0 1.35rem}.buttons-row .button.button-round:last-child{border-radius:0 1.35rem 1.35rem 0}.buttons-tab{background:#fff;position:relative}.buttons-tab:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#d0d0d0;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.buttons-tab:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.buttons-tab:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.buttons-tab .button{color:#5f646e;font-size:.8rem;width:100%;height:2rem;line-height:2rem;-webkit-box-flex:1;-ms-flex:1;border:0;border-bottom:2px solid transparent;border-radius:0}.buttons-tab .button.active{color:#0894ec;border-color:#0894ec;z-index:100}.buttons-fixed{position:fixed;z-index:99;width:100%}.tabs .tab{display:none}.tabs .tab.active{display:block}.tabs-animated-wrap{position:relative;width:100%;overflow:hidden;height:100%}.tabs-animated-wrap>.tabs{display:-webkit-box;display:-webkit-flex;display:flex;height:100%;-webkit-transition:.3s;transition:.3s}.tabs-animated-wrap>.tabs>.tab{width:100%;display:block;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-webkit-flex-shrink:0;flex-shrink:0}.page,.page-group{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;background:#efeff4;display:none;overflow:hidden}.page-group.page-current,.page-group.page-from-center-to-left,.page-group.page-from-center-to-right,.page-group.page-from-left-to-center,.page-group.page-from-right-to-center,.page-group.page-visible,.page.page-current,.page.page-from-center-to-left,.page.page-from-center-to-right,.page.page-from-left-to-center,.page.page-from-right-to-center,.page.page-visible{display:block}.page-group.page-current,.page.page-current{overflow:hidden}.page-group{display:block}.page-transitioning,.page-transitioning .swipeback-page-shadow{-webkit-transition:.4s;transition:.4s}.page-from-right-to-center{-webkit-animation:pageFromRightToCenter .4s forwards;animation:pageFromRightToCenter .4s forwards;z-index:2002}.page-from-center-to-right{-webkit-animation:pageFromCenterToRight .4s forwards;animation:pageFromCenterToRight .4s forwards;z-index:2002}@-webkit-keyframes pageFromRightToCenter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:.9}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes pageFromRightToCenter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:.9}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes pageFromCenterToRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:.9}}@keyframes pageFromCenterToRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:.9}}.page-from-center-to-left{-webkit-animation:pageFromCenterToLeft .4s forwards;animation:pageFromCenterToLeft .4s forwards}.page-from-left-to-center{-webkit-animation:pageFromLeftToCenter .4s forwards;animation:pageFromLeftToCenter .4s forwards}@-webkit-keyframes pageFromCenterToLeft{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:.5;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}}@keyframes pageFromCenterToLeft{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:.5;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}}@-webkit-keyframes pageFromLeftToCenter{from{opacity:.5;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes pageFromLeftToCenter{from{opacity:.5;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.content-inner{box-sizing:border-box;border-top:1px solid transparent;margin-top:-1px;padding-bottom:.5rem}.javascript-scroll{overflow:hidden}.pull-to-refresh-layer{position:relative;left:0;top:0;width:100%;height:2.2rem}.pull-to-refresh-layer .preloader{position:absolute;left:50%;top:50%;margin-left:-.5rem;margin-top:-.5rem;visibility:hidden}.pull-to-refresh-layer .pull-to-refresh-arrow{width:.65rem;height:1rem;position:absolute;left:50%;top:50%;margin-left:-.15rem;margin-top:-.5rem;background:no-repeat center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");background-size:.65rem 1rem;z-index:10;-webkit-transform:rotate(0) translate3d(0,0,0);transform:rotate(0) translate3d(0,0,0);-webkit-transition-duration:.3s;transition-duration:.3s}.pull-to-refresh-content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pull-to-refresh-content.refreshing,.pull-to-refresh-content.transitioning{-webkit-transition:-webkit-transform .4s;transition:transform .4s}.pull-to-refresh-content:not(.refreshing) .pull-to-refresh-layer .preloader{-webkit-animation:none;animation:none}.pull-to-refresh-content.refreshing .pull-to-refresh-arrow{visibility:hidden;-webkit-transition-duration:0s;transition-duration:0s}.pull-to-refresh-content.refreshing .preloader{visibility:visible}.pull-to-refresh-content.pull-up .pull-to-refresh-arrow{-webkit-transform:rotate(180deg) translate3d(0,0,0);transform:rotate(180deg) translate3d(0,0,0)}.pull-to-refresh-content{top:-2.2rem}.pull-to-refresh-content.refreshing{-webkit-transform:translate3d(0,2.2rem,0);transform:translate3d(0,2.2rem,0)}.bar-footer~.pull-to-refresh-content,.bar-nav~.pull-to-refresh-content,.bar-tab~.pull-to-refresh-content{top:0}.bar-footer~.pull-to-refresh-content.refreshing,.bar-nav~.pull-to-refresh-content.refreshing,.bar-tab~.pull-to-refresh-content.refreshing{-webkit-transform:translate3d(0,2.2rem,0);transform:translate3d(0,2.2rem,0)}.bar-footer-secondary~.pull-to-refresh-content,.bar-header-secondary~.pull-to-refresh-content{top:2.2rem}.infinite-scroll-preloader{margin:.5rem;text-align:center}.infinite-scroll-preloader .preloader{width:1.5rem;height:1.5rem}.infinite-scroll-top .infinite-scroll-preloader{position:absolute;width:100%;top:0;margin:0}.modal-overlay,.popup-overlay,.preloader-indicator-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:10600;visibility:hidden;opacity:0;-webkit-transition-duration:.4s;transition-duration:.4s}.modal-overlay.modal-overlay-visible,.popup-overlay.modal-overlay-visible,.preloader-indicator-overlay.modal-overlay-visible{visibility:visible;opacity:1}.popup-overlay{z-index:10200}.modal{width:13.5rem;position:absolute;z-index:11000;left:50%;margin-left:-6.75rem;margin-top:0;top:50%;text-align:center;border-radius:.35rem;opacity:0;-webkit-transform:translate3d(0,0,0) scale(1.185);transform:translate3d(0,0,0) scale(1.185);-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;color:#3d4145;display:none}.modal.modal-in{opacity:1;-webkit-transition-duration:.4s;transition-duration:.4s;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.modal.modal-out{opacity:0;z-index:10999;-webkit-transition-duration:.4s;transition-duration:.4s;-webkit-transform:translate3d(0,0,0) scale(.815);transform:translate3d(0,0,0) scale(.815)}.modal-inner{padding:.75rem;border-radius:.35rem .35rem 0 0;position:relative;background:#e8e8e8}.modal-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#b5b5b5;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.modal-inner:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.modal-inner:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.modal-title{font-weight:500;font-size:.9rem;text-align:center}.modal-title+.modal-text{margin-top:.25rem}.modal-buttons{height:2.2rem;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.modal-buttons.modal-buttons-vertical{display:block;height:auto}.modal-button{width:100%;padding:0 .25rem;height:2.2rem;font-size:.85rem;line-height:2.2rem;text-align:center;color:#0894ec;background:#e8e8e8;display:block;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1}.modal-button:after{content:'';position:absolute;right:0;top:0;left:auto;bottom:auto;width:1px;height:100%;background-color:#b5b5b5;display:block;z-index:15;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}@media only screen and (-webkit-min-device-pixel-ratio:2){.modal-button:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.modal-button:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.modal-button:first-child{border-radius:0 0 0 .35rem}.modal-button:last-child{border-radius:0 0 .35rem 0}.modal-button:last-child:after{display:none}.modal-button:first-child:last-child{border-radius:0 0 .35rem .35rem}.modal-button.modal-button-bold{font-weight:500}.modal-button.active-state,html:not(.watch-active-state) .modal-button:active{background:#d4d4d4}.modal-buttons-vertical .modal-button{border-radius:0}.modal-buttons-vertical .modal-button:after{display:none}.modal-buttons-vertical .modal-button:before{display:none}.modal-buttons-vertical .modal-button:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#b5b5b5;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.modal-buttons-vertical .modal-button:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.modal-buttons-vertical .modal-button:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.modal-buttons-vertical .modal-button:last-child{border-radius:0 0 .35rem .35rem}.modal-buttons-vertical .modal-button:last-child:after{display:none}.modal-no-buttons .modal-inner{border-radius:.35rem}.modal-no-buttons .modal-inner:after{display:none}.modal-no-buttons .modal-buttons{display:none}.actions-modal{position:absolute;left:0;bottom:0;z-index:11000;width:100%;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.actions-modal.modal-in{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.actions-modal.modal-out{z-index:10999;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.actions-modal-group{margin:.4rem}.actions-modal-button,.actions-modal-label{width:100%;text-align:center;font-weight:400;margin:0;background:rgba(243,243,243,.95);box-sizing:border-box;display:block;position:relative}.actions-modal-button:after,.actions-modal-label:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#d2d2d6;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.actions-modal-button:after,.actions-modal-label:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.actions-modal-button:after,.actions-modal-label:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.actions-modal-button a,.actions-modal-label a{text-decoration:none;color:inherit}.actions-modal-button b,.actions-modal-label b{font-weight:500}.actions-modal-button.actions-modal-button-bold,.actions-modal-label.actions-modal-button-bold{font-weight:500}.actions-modal-button.actions-modal-button-danger,.actions-modal-label.actions-modal-button-danger{color:#f6383a}.actions-modal-button.color-danger,.actions-modal-label.color-danger{color:#f6383a}.actions-modal-button.bg-danger,.actions-modal-label.bg-danger{background:#f6383a;color:#fff}.actions-modal-button.bg-danger:active,.actions-modal-label.bg-danger:active{background:#f00b0d}.actions-modal-button:first-child,.actions-modal-label:first-child{border-radius:.2rem .2rem 0 0}.actions-modal-button:last-child,.actions-modal-label:last-child{border-radius:0 0 .2rem .2rem}.actions-modal-button:last-child:after,.actions-modal-label:last-child:after{display:none}.actions-modal-button:first-child:last-child,.actions-modal-label:first-child:last-child{border-radius:.2rem}.actions-modal-button.disabled,.actions-modal-label.disabled{opacity:.95;color:#8e8e93}.actions-modal-button{cursor:pointer;line-height:2.15rem;font-size:1rem;color:#0894ec}.actions-modal-button.active-state,.actions-modal-button:active{background:#dcdcdc}.actions-modal-label{font-size:.7rem;line-height:1.3;min-height:2.2rem;padding:.4rem .5rem;color:#5f646e;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}input.modal-text-input{box-sizing:border-box;height:1.5rem;background:#fff;margin:0;margin-top:.75rem;padding:0 .25rem;border:1px solid #a0a0a0;border-radius:.25rem;width:100%;font-size:.7rem;font-family:inherit;display:block;box-shadow:0 0 0 transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}input.modal-text-input+input.modal-text-input{margin-top:.25rem}input.modal-text-input.modal-text-input-double{border-radius:.25rem .25rem 0 0}input.modal-text-input.modal-text-input-double+input.modal-text-input{margin-top:0;border-top:0;border-radius:0 0 .25rem .25rem}.login-screen,.popup{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10400;background:#fff;box-sizing:border-box;display:none;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.login-screen.modal-in,.login-screen.modal-out,.popup.modal-in,.popup.modal-out{-webkit-transition-duration:.4s;transition-duration:.4s}.login-screen.modal-in,.popup.modal-in{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.login-screen.modal-out,.popup.modal-out{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.login-screen.modal-in,.login-screen.modal-out{display:block}html.with-statusbar-overlay .popup{height:-webkit-calc(100% - 1rem);height:calc(100% - 1rem);top:1rem}html.with-statusbar-overlay .popup-overlay{z-index:9800}@media all and (max-width:629px),(max-height:629px){html.with-statusbar-overlay .popup{height:-webkit-calc(100% - 1rem);height:calc(100% - 1rem);top:1rem}html.with-statusbar-overlay .popup-overlay{z-index:9800}}html.with-statusbar-overlay .login-screen,html.with-statusbar-overlay .popup.tablet-fullscreen{height:-webkit-calc(100% - 1rem);height:calc(100% - 1rem);top:1rem}.modal .preloader{width:1.7rem;height:1.7rem}.preloader-indicator-overlay{visibility:visible;opacity:0;background:0 0}.preloader-indicator-modal{position:absolute;left:50%;top:50%;padding:.4rem;margin-left:-1.25rem;margin-top:-1.25rem;background:rgba(0,0,0,.8);z-index:11000;border-radius:.25rem}.preloader-indicator-modal .preloader{display:block;width:1.7rem;height:1.7rem}.picker-modal{position:fixed;left:0;bottom:0;width:100%;height:13rem;z-index:11500;display:none;-webkit-transition-property:-webkit-transform;transition-property:transform;background:#cfd5da;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.picker-modal.modal-in,.picker-modal.modal-out{-webkit-transition-duration:.4s;transition-duration:.4s}.picker-modal.modal-in{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.picker-modal.modal-out{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.picker-modal .picker-modal-inner{height:100%;position:relative}.picker-modal .toolbar{position:relative;width:100%}.picker-modal .toolbar:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#999;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-modal .toolbar:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-modal .toolbar:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-modal .toolbar+.picker-modal-inner{height:-webkit-calc(100% - 2.2rem);height:calc(100% - 2.2rem)}.picker-modal.picker-modal-inline{display:block;position:relative;background:0 0;z-index:inherit;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.picker-modal.picker-modal-inline .toolbar:before{display:none}.picker-modal.picker-modal-inline .toolbar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#999;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-modal.picker-modal-inline .toolbar:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-modal.picker-modal-inline .toolbar:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.toast{background:rgba(0,0,0,.8);border-radius:1rem;color:#fff;padding:0 .8rem;height:2rem;line-height:2rem;font-size:.8rem;width:auto}.preloader{display:inline-block;width:1rem;height:1rem;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:preloader-spin 1s steps(12,end) infinite;animation:preloader-spin 1s steps(12,end) infinite}.preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.card .list-block ul,.cards-list ul{background:0 0}.card .list-block>ul:before,.cards-list>ul:before{display:none}.card .list-block>ul:after,.cards-list>ul:after{display:none}.card{background:#fff;box-shadow:0 .05rem .1rem rgba(0,0,0,.3);margin:.5rem;position:relative;border-radius:.1rem;font-size:.7rem}.card .content-block,.card .list-block{margin:0}.row:not(.no-gutter) .col>.card{margin-left:0;margin-right:0}.card-content{position:relative}.card-content-inner{padding:.75rem;position:relative}.card-content-inner>p:first-child{margin-top:0}.card-content-inner>p:last-child{margin-bottom:0}.card-content-inner>.content-block,.card-content-inner>.list-block{margin:-.75rem}.card-footer,.card-header{min-height:2.2rem;position:relative;padding:.5rem .75rem;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.card-footer[valign=top],.card-header[valign=top]{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.card-footer[valign=bottom],.card-header[valign=bottom]{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.card-footer a.link,.card-header a.link{line-height:2.2rem;height:2.2rem;text-decoration:none;position:relative;margin-top:-.5rem;margin-bottom:-.5rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-transition-duration:.3s;transition-duration:.3s}.card-footer a.link.active-state,.card-header a.link.active-state,html:not(.watch-active-state) .card-footer a.link:active,html:not(.watch-active-state) .card-header a.link:active{opacity:.3;-webkit-transition-duration:0s;transition-duration:0s}.card-footer a.link i+i,.card-footer a.link i+span,.card-footer a.link span+i,.card-footer a.link span+span,.card-header a.link i+i,.card-header a.link i+span,.card-header a.link span+i,.card-header a.link span+span{margin-left:.35rem}.card-footer a.link i.icon,.card-header a.link i.icon{display:block}.card-footer a.icon-only,.card-header a.icon-only{min-width:2.2rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:0}.card-header{border-radius:.1rem .1rem 0 0;font-size:.85rem}.card-header:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#e1e1e1;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.card-header:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.card-header:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.card-header .card-cover{width:100%;display:block}.card-header.no-border:after{display:none}.card-header.no-padding{padding:0}.card-footer{border-radius:0 0 .1rem .1rem;color:#5f646e}.card-footer:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#e1e1e1;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.card-footer:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.card-footer:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.card-footer.no-border:before{display:none}.facebook-card .card-header{display:block;padding:.5rem}.facebook-card .facebook-avatar{float:left}.facebook-card .facebook-name{margin-left:2.2rem;font-size:.7rem;font-weight:500}.facebook-card .facebook-date{margin-left:2.2rem;font-size:.65rem;color:#5f646e}.facebook-card .card-footer{background:#fafafa}.facebook-card .card-footer a{color:#5f646e;font-weight:500}.facebook-card .card-content img{display:block}.facebook-card .card-content-inner{padding:.75rem .5rem}.panel-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);opacity:0;z-index:5999;display:none}.panel{z-index:1000;display:none;background:#111;color:#fff;box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;width:12rem;top:0;height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .4s;transition:transform .4s}.panel.panel-left.panel-cover{z-index:6000;left:-12rem}.panel.panel-left.panel-reveal{left:0}.panel.panel-right.panel-cover{z-index:6000;right:-12rem}.panel.panel-right.panel-reveal{right:0}body.with-panel-left-cover .page,body.with-panel-right-cover .page{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .4s;transition:transform .4s}body.with-panel-left-cover .panel-overlay,body.with-panel-right-cover .panel-overlay{display:block}body.with-panel-left-reveal .page,body.with-panel-right-reveal .page{-webkit-transition:.4s;transition:.4s;-webkit-transition-property:-webkit-transform;transition-property:transform}body.with-panel-left-reveal .panel-overlay,body.with-panel-right-reveal .panel-overlay{display:block}body.with-panel-left-reveal .page{-webkit-transform:translate3d(12rem,0,0);transform:translate3d(12rem,0,0)}body.with-panel-left-reveal .panel-overlay{margin-left:12rem}body.with-panel-left-cover .panel-left{-webkit-transform:translate3d(12rem,0,0);transform:translate3d(12rem,0,0)}body.with-panel-right-reveal .page{-webkit-transform:translate3d(-12rem,0,0);transform:translate3d(-12rem,0,0)}body.with-panel-right-reveal .panel-overlay{margin-left:-12rem}body.with-panel-right-cover .panel-right{-webkit-transform:translate3d(-12rem,0,0);transform:translate3d(-12rem,0,0)}body.panel-closing .page{-webkit-transition:.4s;transition:.4s;-webkit-transition-property:-webkit-transform;transition-property:transform}.picker-calendar{background:#fff;height:300px;width:100%;overflow:hidden}@media (orientation:landscape) and (max-height:415px){.picker-calendar:not(.picker-modal-inline){height:220px}}.picker-calendar .picker-modal-inner{overflow:hidden}.picker-calendar-week-days{height:18px;background:#f7f7f8;display:-webkit-box;display:-webkit-flex;display:flex;font-size:11px;box-sizing:border-box;position:relative}.picker-calendar-week-days:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar-week-days:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar-week-days:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-calendar-week-days .picker-calendar-week-day{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-webkit-flex-shrink:1;flex-shrink:1;width:14.28571429%;width:-webkit-calc(100% / 7);width:calc(100% / 7);line-height:17px;text-align:center}.picker-calendar-week-days+.picker-calendar-months{height:-webkit-calc(100% - 18px);height:calc(100% - 18px)}.picker-calendar-months{width:100%;height:100%;overflow:hidden;position:relative}.picker-calendar-months-wrapper{position:relative;width:100%;height:100%;-webkit-transition:.3s;transition:.3s}.picker-calendar-month{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;width:100%;height:100%;position:absolute;left:0;top:0}.picker-calendar-row{height:16.66666667%;height:-webkit-calc(100% / 6);height:calc(100% / 6);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:1;-ms-flex:0 1 auto;-webkit-flex-shrink:1;flex-shrink:1;width:100%;position:relative}.picker-calendar-row:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#ccc;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar-row:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar-row:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-calendar-row:last-child:after{display:none}.picker-calendar-day{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-webkit-flex-shrink:1;flex-shrink:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:14.28571429%;width:-webkit-calc(100% / 7);width:calc(100% / 7);text-align:center;color:#3d4145;font-size:15px;cursor:pointer}.picker-calendar-day.picker-calendar-day-next,.picker-calendar-day.picker-calendar-day-prev{color:#ccc}.picker-calendar-day.picker-calendar-day-disabled{color:#d4d4d4;cursor:auto}.picker-calendar-day.picker-calendar-day-today span{background:#e3e3e3}.picker-calendar-day.picker-calendar-day-selected span{background:#0894ec;color:#fff}.picker-calendar-day span{display:inline-block;border-radius:100%;width:30px;height:30px;line-height:30px}.picker-calendar-month-picker,.picker-calendar-year-picker{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:50%;max-width:200px;-webkit-flex-shrink:10;-ms-flex:0 10 auto;-webkit-flex-shrink:10;flex-shrink:10}.picker-calendar-month-picker a.icon-only,.picker-calendar-year-picker a.icon-only{min-width:36px}.picker-calendar-month-picker span,.picker-calendar-year-picker span{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-webkit-flex-shrink:1;flex-shrink:1;position:relative;overflow:hidden;text-overflow:ellipsis}.picker-modal .toolbar-inner{height:2.2rem;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center}.picker-calendar-month-picker,.picker-calendar-year-picker{display:block;line-height:2.2rem}.picker-calendar-month-picker a.icon-only,.picker-calendar-year-picker a.icon-only{float:left;width:25%;height:2.2rem;line-height:2rem}.picker-calendar-month-picker .current-month-value,.picker-calendar-month-picker .current-year-value,.picker-calendar-year-picker .current-month-value,.picker-calendar-year-picker .current-year-value{float:left;width:50%;height:2.2rem}.picker-columns{width:100%;height:13rem;z-index:11500}.picker-columns.picker-modal-inline{height:10rem}@media (orientation:landscape) and (max-height:415px){.picker-columns:not(.picker-modal-inline){height:10rem}}.picker-items{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;text-align:right;font-size:1.2rem;-webkit-mask-box-image:-webkit-linear-gradient(bottom,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);-webkit-mask-box-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent)}.bar+.picker-items{height:10.8rem}.picker-items-col{overflow:hidden;position:relative;max-height:100%}.picker-items-col.picker-items-col-left{text-align:left}.picker-items-col.picker-items-col-center{text-align:center}.picker-items-col.picker-items-col-right{text-align:right}.picker-items-col.picker-items-col-divider{color:#3d4145;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.picker-items-col-normal{width:100%}.picker-items-col-wrapper{-webkit-transition:.3s;transition:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.picker-item{height:36px;line-height:36px;padding:0 10px;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;color:#999;left:0;top:0;width:100%;box-sizing:border-box;-webkit-transition:.3s;transition:.3s}.picker-items-col-absolute .picker-item{position:absolute}.picker-item.picker-item-far{pointer-events:none}.picker-item.picker-selected{color:#3d4145;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform:rotateX(0);transform:rotateX(0)}.picker-center-highlight{height:36px;box-sizing:border-box;position:absolute;left:0;width:100%;top:50%;margin-top:-18px;pointer-events:none}.picker-center-highlight:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#a8abb0;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-center-highlight:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-center-highlight:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-center-highlight:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#a8abb0;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-center-highlight:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-center-highlight:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-3d .picker-items{overflow:hidden;-webkit-perspective:1200px;perspective:1200px}.picker-3d .picker-item,.picker-3d .picker-items-col,.picker-3d .picker-items-col-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.picker-3d .picker-items-col{overflow:visible}.picker-3d .picker-item{-webkit-transform-origin:center center -110px;transform-origin:center center -110px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.picker-modal .bar{position:relative;top:0}.picker-modal .bar:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#a8abb0;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-modal .bar:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-modal .bar:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-modal .bar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#a8abb0;display:block;z-index:15;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-modal .bar:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-modal .bar:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-modal .bar .title{color:#5f646e;font-weight:400}.city-picker .col-province{width:5rem}.city-picker .col-city{width:6rem}.city-picker .col-district{width:5rem}@font-face{font-family:iconfont-sm;src:url(//at.alicdn.com/t/font_1433401008_2229297.woff) format('woff'),url(//at.alicdn.com/t/font_1433401008_2229297.ttf) format('truetype'),url(//at.alicdn.com/t/font_1433401008_2229297.svg#iconfont) format('svg')}.icon{font-family:iconfont-sm!important;font-style:normal;display:inline-block;vertical-align:middle;background-size:100% auto;background-position:center;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.icon-app:before{content:"\e605"}.icon-browser:before{content:"\e606"}.icon-card:before{content:"\e607"}.icon-cart:before{content:"\e600"}.icon-code:before{content:"\e609"}.icon-computer:before{content:"\e616"}.icon-remove:before{content:"\e60a"}.icon-download:before{content:"\e60b"}.icon-edit:before{content:"\e60c"}.icon-emoji:before{content:"\e615"}.icon-star:before{content:"\e60e"}.icon-friends:before{content:"\e601"}.icon-gift:before{content:"\e618"}.icon-phone:before{content:"\e60f"}.icon-clock:before{content:"\e619"}.icon-home:before{content:"\e602"}.icon-menu:before{content:"\e60d"}.icon-message:before{content:"\e617"}.icon-me:before{content:"\e603"}.icon-picture:before{content:"\e61a"}.icon-share:before{content:"\e61b"}.icon-settings:before{content:"\e604"}.icon-refresh:before{content:"\e61c"}.icon-caret:before{content:"\e610"}.icon-down:before{content:"\e611"}.icon-up:before{content:"\e612"}.icon-right:before{content:"\e613"}.icon-left:before{content:"\e614"}.icon-check:before{content:"\e608"}.icon-search:before{content:"\e61d"}.icon-new:before{content:"\e61e"}.icon-next,.icon-prev{width:.75rem;height:.75rem}.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.theme-dark{background-color:#222426}.bar.theme-dark,.theme-dark .bar{background-color:#131313;color:#fff}.bar.theme-dark:after,.theme-dark .bar:after{background-color:#333}.theme-dark .title{color:#fff}.bar-nav.theme-dark,.bar-tab.theme-dark,.theme-dark .bar-nav,.theme-dark .bar-tab{background-color:#131313;color:#fff}.bar-nav.theme-dark:before,.bar-tab.theme-dark:before,.theme-dark .bar-nav:before,.theme-dark .bar-tab:before{background-color:#333}.theme-dark .tab-item{color:#fff}.theme-dark .tab-item.active{color:#0894ec}.theme-dark .picker-calendar-week-days{color:#fff;background-color:#131313}.theme-dark .picker-modal.picker-modal-inline .picker-center-highlight:before{background-color:#333}.theme-dark .picker-modal.picker-modal-inline .picker-center-highlight:after{background-color:#333}.theme-dark .picker-modal.picker-modal-inline .picker-item.picker-selected{color:#fff}.theme-dark .picker-modal.picker-modal-inline .picker-calendar-week-days{color:#fff}.theme-dark .picker-modal.picker-modal-inline .picker-calendar-day{color:#fff}.theme-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-next,.theme-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-prev{color:#777}.theme-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-disabled{color:#555}.theme-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-today span{background:#444}.theme-dark .picker-modal.picker-modal-inline .picker-calendar-row:after,.theme-dark .picker-modal.picker-modal-inline .picker-calendar-week-days:after{background-color:#333}.theme-dark .picker-modal.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.theme-dark .picker-modal.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before{background-color:#333}.photo-browser.theme-dark .navbar,.photo-browser.theme-dark .toolbar,.theme-dark .photo-browser .navbar,.theme-dark .photo-browser .toolbar,.theme-dark .view[data-page=photo-browser-slides] .navbar,.theme-dark .view[data-page=photo-browser-slides] .toolbar,.view[data-page=photo-browser-slides].theme-dark .navbar,.view[data-page=photo-browser-slides].theme-dark .toolbar{background:rgba(19,19,19,.95)}.theme-dark .tabbar a:not(.active){color:#fff}.page.theme-dark,.panel.theme-dark,.theme-dark .content,.theme-dark .login-screen-content,.theme-dark .page,.theme-dark .panel{background-color:#222426;color:#ddd}.theme-dark .content-block-title{color:#fff}.content-block.theme-dark,.theme-dark .content-block{color:#bbb}.theme-dark .content-block-inner{background:#1c1d1f;color:#ddd}.theme-dark .content-block-inner:before{background-color:#393939}.theme-dark .content-block-inner:after{background-color:#393939}.list-block.theme-dark ul,.theme-dark .list-block ul{background:#1c1d1f}.list-block.theme-dark ul:before,.theme-dark .list-block ul:before{background-color:#393939}.list-block.theme-dark ul:after,.theme-dark .list-block ul:after{background-color:#393939}.list-block.theme-dark.inset ul,.theme-dark .list-block.inset ul{background:#1c1d1f}.list-block.theme-dark.notifications>ul,.theme-dark .list-block.notifications>ul{background:0 0}.list-block.theme-dark .item-subtitle,.list-block.theme-dark .item-title,.theme-dark .list-block .item-subtitle,.theme-dark .list-block .item-title{color:#bbb}.theme-dark .card{background:#1c1d1f}.theme-dark .card-header:after{background-color:#393939}.theme-dark .card-footer{color:#bbb}.theme-dark .card-footer:before{background-color:#393939}.theme-dark li.sorting{background-color:#29292f}.theme-dark .swipeout-actions-left a,.theme-dark .swipeout-actions-right a{background-color:#444}.theme-dark .item-inner:after,.theme-dark .list-block ul ul li:last-child .item-inner:after{background-color:#393939}.theme-dark .item-after{color:#bbb}.theme-dark .item-link.active-state,.theme-dark label.label-checkbox.active-state,.theme-dark label.label-radio.active-state,html:not(.watch-active-state) .theme-dark .item-link:active,html:not(.watch-active-state) .theme-dark label.label-checkbox:active,html:not(.watch-active-state) .theme-dark label.label-radio:active{background-color:#29292f}.theme-dark .item-link.list-button:after{background-color:#393939}.theme-dark .list-block-label{color:#bbb}.theme-dark .item-divider,.theme-dark .list-group-title{background:#1a1a1a;color:#bbb}.theme-dark .item-divider:before,.theme-dark .list-group-title:before{background-color:#393939}.theme-dark .searchbar{background:#333}.theme-dark .searchbar:after{background-color:#333}.list-block.theme-dark input[type=text],.list-block.theme-dark input[type=password],.list-block.theme-dark input[type=email],.list-block.theme-dark input[type=tel],.list-block.theme-dark input[type=url],.list-block.theme-dark input[type=date],.list-block.theme-dark input[type=datetime-local],.list-block.theme-dark input[type=number],.list-block.theme-dark select,.list-block.theme-dark textarea,.theme-dark .list-block input[type=text],.theme-dark .list-block input[type=password],.theme-dark .list-block input[type=email],.theme-dark .list-block input[type=tel],.theme-dark .list-block input[type=url],.theme-dark .list-block input[type=date],.theme-dark .list-block input[type=datetime-local],.theme-dark .list-block input[type=number],.theme-dark .list-block select,.theme-dark .list-block textarea{color:#fff}.theme-dark .label-switch .checkbox{background-color:#393939}.theme-dark .label-switch .checkbox:before{background-color:#1c1d1f}.theme-dark .range-slider input[type=range]:after{background:#1c1d1f}.theme-dark .buttons-tab{background:#131313}.theme-dark .buttons-tab .tab-link:not(.active){color:#ddd}.navbar.theme-white,.subnavbar.theme-white,.theme-white .navbar,.theme-white .subnavbar{background-color:#fff;color:#000}.navbar.theme-white:after,.subnavbar.theme-white:after,.theme-white .navbar:after,.theme-white .subnavbar:after{background-color:#ddd}.theme-white .toolbar,.toolbar.theme-white{background-color:#fff;color:#000}.theme-white .toolbar:before,.toolbar.theme-white:before{background-color:#ddd}.theme-white .picker-modal.picker-modal-inline .picker-center-highlight:before{background-color:#ddd}.theme-white .picker-modal.picker-modal-inline .picker-center-highlight:after{background-color:#ddd}.theme-white .picker-modal.picker-modal-inline .picker-calendar-row:after,.theme-white .picker-modal.picker-modal-inline .picker-calendar-week-days:after{background-color:#ddd}.theme-white .picker-modal.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.theme-white .picker-modal.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before{background-color:#ddd}.photo-browser.theme-white .navbar,.photo-browser.theme-white .toolbar,.theme-white .photo-browser .navbar,.theme-white .photo-browser .toolbar,.theme-white .view[data-page=photo-browser-slides] .navbar,.theme-white .view[data-page=photo-browser-slides] .toolbar,.view[data-page=photo-browser-slides].theme-white .navbar,.view[data-page=photo-browser-slides].theme-white .toolbar{background:rgba(255,255,255,.95)}.theme-white .tabbar a:not(.active){color:#777}.page.theme-white,.panel.theme-white,.theme-white .login-screen-content,.theme-white .page,.theme-white .panel{background-color:#fff;color:#000}.theme-white .content-block-title{color:#777}.content-block.theme-white,.theme-white .content-block{color:#777}.theme-white .content-block-inner{background:#fafafa;color:#000}.theme-white .content-block-inner:after{background-color:#ddd}.theme-white .content-block-inner:before{background-color:#ddd}.list-block.theme-white ul,.theme-white .list-block ul{background:#fff}.list-block.theme-white ul:after,.theme-white .list-block ul:after{background-color:#ddd}.list-block.theme-white ul:before,.theme-white .list-block ul:before{background-color:#ddd}.list-block.theme-white.inset ul,.theme-white .list-block.inset ul{background:#fafafa}.list-block.theme-white.notifications>ul,.theme-white .list-block.notifications>ul{background:0 0}.theme-white li.sorting{background-color:#eee}.theme-white .swipeout-actions-left a,.theme-white .swipeout-actions-right a{background-color:#c7c7cc}.theme-white .item-inner,.theme-white .list-block ul ul li:last-child .item-inner{border-color:#ddd}.theme-white .item-inner:after,.theme-white .list-block ul ul li:last-child .item-inner:after{background-color:#ddd}.theme-white .item-after{color:#8e8e93}.theme-white .item-link.active-state,.theme-white label.label-checkbox.active-state,.theme-white label.label-radio.active-state,html:not(.watch-active-state) .theme-white .item-link:active,html:not(.watch-active-state) .theme-white label.label-checkbox:active,html:not(.watch-active-state) .theme-white label.label-radio:active{background-color:#eee}.theme-white .item-link.list-button:after{background-color:#ddd}.theme-white .list-block-label{color:#777}.theme-white .item-divider,.theme-white .list-group-title{background:#f7f7f7;color:#777}.theme-white .item-divider:before,.theme-white .list-group-title:before{background-color:#ddd}.theme-white .searchbar{background:#c9c9ce}.theme-white .searchbar:after{background-color:#b4b4b4}.list-block.theme-white input[type=text],.list-block.theme-white input[type=password],.list-block.theme-white input[type=email],.list-block.theme-white input[type=tel],.list-block.theme-white input[type=url],.list-block.theme-white input[type=date],.list-block.theme-white input[type=datetime-local],.list-block.theme-white input[type=number],.list-block.theme-white select,.list-block.theme-white textarea,.theme-white .list-block input[type=text],.theme-white .list-block input[type=password],.theme-white .list-block input[type=email],.theme-white .list-block input[type=tel],.theme-white .list-block input[type=url],.theme-white .list-block input[type=date],.theme-white .list-block input[type=datetime-local],.theme-white .list-block input[type=number],.theme-white .list-block select,.theme-white .list-block textarea{color:#777}.theme-white .label-switch .checkbox{background-color:#e5e5e5}.theme-white .label-switch .checkbox:before{background-color:#fff}.theme-white .range-slider input[type=range]:after{background:#fff}
\ No newline at end of file
diff --git a/public/static/mobile/edit/img/addimg.png b/public/static/mobile/edit/img/addimg.png
new file mode 100644
index 0000000..e48fdc0
Binary files /dev/null and b/public/static/mobile/edit/img/addimg.png differ
diff --git a/public/static/mobile/edit/img/cosle.png b/public/static/mobile/edit/img/cosle.png
new file mode 100644
index 0000000..f3704b2
Binary files /dev/null and b/public/static/mobile/edit/img/cosle.png differ
diff --git a/public/static/mobile/edit/img/icon_bgcolor.png b/public/static/mobile/edit/img/icon_bgcolor.png
new file mode 100644
index 0000000..3aadef3
Binary files /dev/null and b/public/static/mobile/edit/img/icon_bgcolor.png differ
diff --git a/public/static/mobile/edit/img/icon_bold.png b/public/static/mobile/edit/img/icon_bold.png
new file mode 100644
index 0000000..3b8a0e0
Binary files /dev/null and b/public/static/mobile/edit/img/icon_bold.png differ
diff --git a/public/static/mobile/edit/img/icon_center.png b/public/static/mobile/edit/img/icon_center.png
new file mode 100644
index 0000000..18569d8
Binary files /dev/null and b/public/static/mobile/edit/img/icon_center.png differ
diff --git a/public/static/mobile/edit/img/icon_color.png b/public/static/mobile/edit/img/icon_color.png
new file mode 100644
index 0000000..56ac45e
Binary files /dev/null and b/public/static/mobile/edit/img/icon_color.png differ
diff --git a/public/static/mobile/edit/img/icon_font.png b/public/static/mobile/edit/img/icon_font.png
new file mode 100644
index 0000000..06c4c43
Binary files /dev/null and b/public/static/mobile/edit/img/icon_font.png differ
diff --git a/public/static/mobile/edit/img/icon_left.png b/public/static/mobile/edit/img/icon_left.png
new file mode 100644
index 0000000..935b192
Binary files /dev/null and b/public/static/mobile/edit/img/icon_left.png differ
diff --git a/public/static/mobile/edit/img/icon_right.png b/public/static/mobile/edit/img/icon_right.png
new file mode 100644
index 0000000..6ef9e8f
Binary files /dev/null and b/public/static/mobile/edit/img/icon_right.png differ
diff --git a/public/static/mobile/edit/img/link.png b/public/static/mobile/edit/img/link.png
new file mode 100644
index 0000000..3196952
Binary files /dev/null and b/public/static/mobile/edit/img/link.png differ
diff --git a/public/static/mobile/edit/img/t_add.png b/public/static/mobile/edit/img/t_add.png
new file mode 100644
index 0000000..fabaf18
Binary files /dev/null and b/public/static/mobile/edit/img/t_add.png differ
diff --git a/public/static/mobile/edit/img/t_cancel.png b/public/static/mobile/edit/img/t_cancel.png
new file mode 100644
index 0000000..39d5858
Binary files /dev/null and b/public/static/mobile/edit/img/t_cancel.png differ
diff --git a/public/static/mobile/edit/img/t_del0.png b/public/static/mobile/edit/img/t_del0.png
new file mode 100644
index 0000000..702f432
Binary files /dev/null and b/public/static/mobile/edit/img/t_del0.png differ
diff --git a/public/static/mobile/edit/img/t_image.png b/public/static/mobile/edit/img/t_image.png
new file mode 100644
index 0000000..e8c6f5c
Binary files /dev/null and b/public/static/mobile/edit/img/t_image.png differ
diff --git a/public/static/mobile/edit/img/t_text.png b/public/static/mobile/edit/img/t_text.png
new file mode 100644
index 0000000..f957c5e
Binary files /dev/null and b/public/static/mobile/edit/img/t_text.png differ
diff --git a/public/static/mobile/edit/img/t_video.png b/public/static/mobile/edit/img/t_video.png
new file mode 100644
index 0000000..e6024d8
Binary files /dev/null and b/public/static/mobile/edit/img/t_video.png differ
diff --git a/public/static/mobile/edit/img/t_word.png b/public/static/mobile/edit/img/t_word.png
new file mode 100644
index 0000000..dd72dc9
Binary files /dev/null and b/public/static/mobile/edit/img/t_word.png differ
diff --git a/public/static/mobile/edit/js/common.js b/public/static/mobile/edit/js/common.js
new file mode 100644
index 0000000..7a5434d
--- /dev/null
+++ b/public/static/mobile/edit/js/common.js
@@ -0,0 +1,787 @@
+
+$(function(){
+
+//
+//
+$(document).on("pageInit", "#page-upimages", function(e, pageId, $page) {
+
+ var Options = {
+ width : 300,
+ height : 300,
+ cutWidth : 300,
+ cutHeight : 300,
+cutMinSize : 50,//裁剪框最小尺寸,即最小可以缩放到这个size,width及height任意一个都无法小于这个值。
+
+//--系统自带,运行时自动运算,请不要修改。
+cropViewWidth : 0,//在画布里面显示的最大宽度
+cropViewHeight : 0,//在画布里面显示的最大高度
+cropLeft : 0,
+cropTop : 0,
+//--裁剪框
+cutViewWidth : 0, //当前宽度,
+cutViewHeight : 0,//当前高度
+cutMaxWidth : 0, //裁剪框最大宽度。
+cutMaxHeight : 0,//裁剪框最大高度。
+//--四象限。用于判断距离。
+cutBoxLimitX1 : 0,
+cutBoxLimitX2 : 0,
+cutBoxLimitY1 : 0,
+cutBoxLimitY2 : 0,
+cutLeft : 0,//裁剪框绝对定位,左侧距离。
+cutTop : 0,//裁剪框绝对定位,离顶部距离。
+initStatus : false
+//当前组件是否已经初始化了。
+};
+var Options_image = {
+ width : 0,
+ height : 0,
+ imgData : ""
+}
+
+var input_browseFile = document.getElementById("browseFile");
+var img_preview = document.getElementById("imgPreview");
+var cutBox = document.getElementById("cutBox");
+var tipBox = document.getElementById("tipBox");
+var _cropper = document.getElementById("cropper");
+var mainCutter = document.getElementById("mainCutter");
+var tips2 = $("#tips2");
+var wrapper = document.getElementById("wrapper");
+var component_box = document.getElementById("component_box");
+
+var ctx = _cropper.getContext('2d');//ctx.drawImage(myImage, 50, 50);
+
+function previewInImage(file) {
+//通过file.size可以取得图片大小
+var reader = new FileReader();
+LoadingImage();
+
+reader.onload = function(evt) {
+ img_preview.src = evt.target.result;
+}
+Options_image.imgData = reader.readAsDataURL(file);
+}
+img_preview.onload = function() {
+ Options_image.width = img_preview.width;
+ Options_image.height = img_preview.height;
+ _initCropAndCut();
+}
+function LoadingImage() {
+ $(img_preview).css({
+ "width" : "",
+ "height" : ""
+ });
+}
+function _initCropAndCut() {
+//--计算比例,将其放到canvas里面。
+
+var scale = Math.max(Options_image.width / Options.width,
+ Options_image.height / Options.height);
+if (scale > 1) {
+ Options.cropViewWidth = parseInt(Math.floor(Options_image.width
+ / scale));
+ Options.cropViewHeight = parseInt(Math.floor(Options_image.height
+ / scale));
+} else {
+ Options.cropViewWidth = Options_image.width;
+ Options.cropViewHeight = Options_image.height;
+}
+//--计算画布里面的图像的位置。
+Options.cropLeft = parseInt((Options.width - Options.cropViewWidth) / 2);
+Options.cropTop = parseInt((Options.height - Options.cropViewHeight) / 2);
+//--计算裁剪框实际大小及实际位置。
+//计算裁剪框的位置。
+
+var scale_2 = Math.max(Options.cutWidth / Options.cropViewWidth,
+ Options.cutHeight / Options.cropViewHeight);
+if (scale_2 > 1) {
+ Options.cutViewWidth = parseInt(Math.floor(Options.cutWidth
+ / scale_2));
+ Options.cutViewHeight = parseInt(Math.floor(Options.cutHeight
+ / scale_2));
+} else {
+ Options.cutViewHeight = Options.cutHeight;
+ Options.cutViewWidth = Options.cutWidth;
+}
+Options.cutMaxWidth = Options.cutViewWidth;
+Options.cutMaxHeight = Options.cutViewHeight;
+
+Options.cutLeft = parseInt(Math
+ .floor((Options.cropViewWidth - Options.cutViewWidth)) / 2);
+Options.cutTop = parseInt(Math
+ .floor((Options.cropViewHeight - Options.cutViewHeight)) / 2);
+//-四象限。
+Options.cutBoxLimitX1 = 0;
+Options.cutBoxLimitX2 = Options.cropViewWidth;
+Options.cutBoxLimitY1 = 0;
+Options.cutBoxLimitY2 = Options.cropViewHeight;
+
+//获取x、y坐标!!!
+$("#x").val(Options.cutLeft);
+$("#y").val(Options.cutTop);
+//获取图片长宽!!!
+$("#h").val(Options.cropViewHeight);
+$("#w").val(Options.cropViewWidth);
+//获取剪切框长宽!!!
+$("#hh").val(Options.cutViewHeight);
+$("#ww").val(Options.cutViewWidth);
+//获取图片实际长宽!!!
+$("#imgh").val(Options.cutViewHeight);
+$("#imgw").val(Options.cutViewWidth);
+$("#scale").val(scale);
+
+$(cutBox).css({
+ "display" : "block",
+ "width" : Options.cutViewWidth + "px",
+ "height" : Options.cutViewHeight + "px",
+ "left" : Options.cutLeft + "px",
+ "top" : Options.cutTop + "px"
+});
+//$(cutBox).css({"display":"block","left":Options.cutLeft+"px","top":Options.cutTop+"px"});
+$(img_preview).css({
+ "width" : Options.cropViewWidth + "px",
+ "height" : Options.cropViewHeight + "px"
+});
+$(mainCutter).css({
+ "display" : "block",
+ "width" : Options.cropViewWidth + "px",
+ "height" : Options.cropViewHeight + "px",
+ "left" : Options.cropLeft + "px",
+ "top" : Options.cropTop + "px"
+});
+//ctx.drawImage(img_preview,Options.cropLeft,Options.cropTop,Options.cropViewWidth,Options.cropViewHeight);
+//ctx.drawImage(img_preview, 0, 0, Options_image.width,Options_image.height, Options.cropLeft, Options.cropTop, Options.cropViewWidth, Options.cropViewHeight );
+
+Options.initStatus = true;
+Options_process.initStatus = true;
+Options_process.percent = 100;
+Options_process.pointX = Options_process.barWidth;
+_resizeProcessBar();
+}
+
+input_browseFile.addEventListener("change", function() {
+//通过 this.files 取到 FileList ,这里只有一个
+previewInImage(this.files[0]);
+
+$.popup('.popup-caiface');
+
+}, false);
+//--添加缩放功能。
+Options_zoom = {
+ beginX1 : 0,
+ beginY1 : 0,
+ beginX2 : 0,
+ beginY2 : 0,
+ endX1 : 0,
+ endY1 : 0,
+ endX2 : 0,
+ endY2 : 0
+};
+//--添加裁剪框移动功能
+Options_move = {
+ beginX1 : 0,
+ beginY1 : 0,
+ endX1 : 0,
+ endY1 : 0
+};
+
+/**
+* 拖动裁剪框的逻辑处理。
+* */
+cutBox.addEventListener("touchstart", function(event) {
+ event.preventDefault();
+ event.stopPropagation();
+ Options_move = {
+ beginX1 : 0,
+ beginY1 : 0,
+ endX1 : 0,
+ endY1 : 0
+ };
+ var beginX = event.changedTouches[0].pageX;
+ var beginY = event.changedTouches[0].pageY;
+ Options_move.beginX1 = beginX;
+ Options_move.beginY1 = beginY;
+
+}, false);
+cutBox.addEventListener("touchmove", function(event) {
+ event.preventDefault();
+ event.stopPropagation();
+//--
+var beginX = event.changedTouches[0].pageX;
+var beginY = event.changedTouches[0].pageY;
+Options_move.endX1 = beginX;
+Options_move.endY1 = beginY;
+//--计算是否发生位移,根据位移来定位裁剪框位置。
+//位移量。
+var _d_x = Options_move.endX1 - Options_move.beginX1;
+var _d_y = Options_move.endY1 - Options_move.beginY1;
+//--当前裁剪框原始位置。
+var _new_x = Options.cutLeft;
+var _new_y = Options.cutTop;
+_new_x += _d_x;
+_new_y += _d_y;
+//--判断是否在矩形边框,假如超出去,那么就取最终点。
+//--注意,判断相关点的范围。
+
+if (_new_x < Options.cutBoxLimitX1) {
+ _new_x = Options.cutBoxLimitX1;
+} else if (_new_x > Options.cutBoxLimitX2) {
+ _new_x = Options.cutBoxLimitX2;
+}
+//--顺便判断,加上宽度后,是否超过了范围。
+if ((_new_x + Options.cutViewWidth) > Options.cutBoxLimitX2) {
+ _new_x = Options.cutBoxLimitX2 - Options.cutViewWidth;
+}
+if (_new_y < Options.cutBoxLimitY1) {
+ _new_y = Options.cutBoxLimitY1;
+} else if (_new_y > Options.cutBoxLimitY2) {
+ _new_y = Options.cutBoxLimitY2;
+}
+//--顺便判断,加上裁剪框高度后,是否超过下限。
+if ((_new_y + Options.cutViewHeight) > Options.cutBoxLimitY2) {
+ _new_y = Options.cutBoxLimitY2 - Options.cutViewHeight;
+}
+
+//获取x、y坐标!!!
+$("#x").val(_new_x);
+$("#y").val(_new_y);
+
+Options.cutLeft = _new_x;
+Options.cutTop = _new_y;
+_resizeCutBox();
+//---将这一点的放回前一点。
+Options_move.beginX1 = Options_move.endX1;
+Options_move.beginY1 = Options_move.endY1;
+
+}, false);
+cutBox.addEventListener("touchend", function(event) {
+ event.preventDefault();
+ event.stopPropagation();
+ return;
+
+}, false);
+/**
+* 根据相关参数重新resize裁剪框
+* */
+function _resizeCutBox() {
+
+//$(cutBox).css({"left":Options.cutLeft+"px","top":Options.cutTop+"px"});
+$(cutBox).css({
+ "width" : Options.cutViewWidth + "px",
+ "height" : Options.cutViewHeight + "px",
+ "left" : Options.cutLeft + "px",
+ "top" : Options.cutTop + "px"
+});
+}
+function _getCutImageData() {
+ var output = document.createElement("canvas");
+//--坐标换算。
+var scale_x = Options_image.width / Options.cropViewWidth;
+var scale_y = Options_image.height / Options.cropViewHeight;
+var _o_x = parseInt((scale_x) * Options.cutLeft);
+var _o_y = parseInt((scale_y) * Options.cutTop);
+//--长度换算
+var _o_width = parseInt(scale_x * Options.cutViewWidth);
+var _o_height = parseInt(scale_y * Options.cutViewHeight);
+
+output.width = Options.cutWidth;
+output.height = Options.cutHeight;
+output.getContext("2d").drawImage(img_preview, _o_x, _o_y, _o_width,
+ _o_height, 0, 0, output.width, output.height);
+return output.toDataURL("image/jpeg");
+}
+
+
+
+/**
+* 图片剪切提交方法
+*/
+function saveImage() {
+ var imgData = _getCutImageData();
+ var img=imgData.substr(23, imgData.length);
+ $.post(url+'Img/index',{img:img},function(r){
+ if(r){
+ $.hidePreloader();
+ xface=r;
+ $.closeModal();
+ history.go(-1);
+ }
+ })
+
+}
+/**
+* processBar 进度条相关操作。
+* */
+
+Options_process = {
+beginX : 0,//触摸时候起始点
+beginY : 0,//触摸时候起始点
+endX : 0,//触摸时候终点
+endY : 0,//触摸时候终点
+barWidth : 280,//进度条长度
+pointX : 0,//当前指示点位置
+pointY : 0,
+percent : 0,//百分比值。
+initStatus : false
+};
+var processBar = document.getElementById("processBar");
+var processPoint = document.getElementById("processPoint");
+
+//--添加触屏事件,监控相关动作。
+//开始触摸
+processBar.addEventListener("touchstart", function(event) {
+ event.preventDefault();
+ event.stopPropagation();
+
+ if (!Options_process.initStatus) {
+ return;
+ }
+ var beginX = event.changedTouches[0].pageX;
+ var beginY = event.changedTouches[0].pageY;
+ Options_process.beginX = beginX;
+ Options_process.beginY = beginY;
+}, false);
+//--移动中
+processBar.addEventListener("touchmove", function(event) {
+ event.preventDefault();
+ event.stopPropagation();
+
+ if (!Options_process.initStatus) {
+ return;
+ }
+ var beginX = event.changedTouches[0].pageX;
+ var beginY = event.changedTouches[0].pageY;
+ Options_process.endX = beginX;
+ Options_process.endY = beginY;
+//--计算比分比。
+var _d_x = Options_process.endX - Options_process.beginX;
+Options_process.percent += parseInt(_d_x * 100/Options_process.barWidth);
+if (Options_process.percent < 0) {
+ Options_process.percent = 0;
+} else if (Options_process.percent > 100) {
+ Options_process.percent = 100;
+}
+//--计算那个指示点位置。
+Options_process.pointX = parseInt(Options_process.barWidth
+ * (Options_process.percent / 100));
+_resizeProcessBar();
+//--根据百分比,设置裁剪框大小。
+var _o_cut_x = Options.cutLeft;
+var _o_cut_y = Options.cutTop;
+var _o_cut_width = Options.cutViewWidth;
+var _new_cut_width = parseInt(Options.cutMaxWidth
+ * (Options_process.percent / 100));
+var _new_cut_height = parseInt(Options.cutMaxHeight
+ * (Options_process.percent / 100));
+
+//最小裁剪框尺寸
+var cutMinSize = Options.cutMinSize;
+if (_new_cut_width < cutMinSize) {
+ _new_cut_width = _new_cut_height = cutMinSize;
+}
+
+if (_new_cut_width > _o_cut_width) {
+//--扩大了。
+//--计算当前坐标
+var _d_x_2 = _new_cut_width - Options.cutViewWidth;
+var _d_y_2 = _new_cut_height - Options.cutViewHeight;
+
+Options.cutLeft = Options.cutLeft - parseInt(_d_x_2 / 2);
+Options.cutTop = Options.cutTop - parseInt(_d_y_2 / 2);
+Options.cutViewWidth = _new_cut_width;
+Options.cutViewHeight = _new_cut_height;
+_resizeCutBox();
+
+} else if (_new_cut_width < _o_cut_width) {
+//--缩小了。
+var _d_x_2 = Options.cutViewWidth - _new_cut_width;
+var _d_y_2 = Options.cutViewHeight - _new_cut_height;
+Options.cutLeft = Options.cutLeft + parseInt(_d_x_2 / 2);
+Options.cutTop = Options.cutTop + parseInt(_d_y_2 / 2);
+Options.cutViewWidth = _new_cut_width;
+Options.cutViewHeight = _new_cut_height;
+_resizeCutBox();
+
+}
+
+//获取剪切框长宽!!!
+$("#hh").val(_new_cut_height);
+$("#ww").val(_new_cut_width);
+
+//--后续处理。
+Options_process.beginX = Options_process.endX;
+Options_process.endY = Options_process.endY;
+
+}, false);
+//--结束
+processBar.addEventListener("touchend", function(event) {
+ event.preventDefault();
+ event.stopPropagation();
+
+ if (!Options_process.initStatus) {
+ return;
+ }
+}, false);
+
+function _resizeProcessBar() {
+ var lefe_x = Options_process.pointX;
+ var left_w = parseInt(lefe_x + 5)
+ $(processPoint).css("left", lefe_x + "px");
+ $("#leftBar").css("width", left_w + "px");
+}
+
+$("#saveimg").click(function() {
+ if (Options.initStatus == false) {
+ alert("请先选择图片!");
+ return;
+ }
+ $.showPreloader('上传中...');
+ saveImage();
+});
+
+
+//
+})
+
+
+
+//设置
+
+$(document).on("pageInit", "#page-set", function(e, pageId, $page) {
+ if(xface){
+ $('.uface_img').attr('src',imgUrl+'face/'+xface);
+ }
+//
+//
+var liclick;
+$('.list-block .item-link').click(function(){
+
+ liclick=$(this);
+ var t=liclick.attr('pid');
+ if(t!=''){
+
+ $.popup('.popup-'+t);
+ }
+
+
+})
+
+//
+$('.pull-right').click(function(){
+
+ var n=$(this).attr('pid');
+ var v=$('input[name='+n+']').val();
+ if(v==''){
+
+ $.toast('该项不能为空');
+ return false;
+ }
+
+ $.post(url+'UserSet/info',{name:n,val:v},function(r){
+
+ if(r){
+
+ $.toast('修改成功');
+ liclick.children().children('.item-after').html(v);
+
+ if(n=='name'){
+ xname=v;
+ }
+ $('input[name='+n+']').val(v);
+ $.closeModal();
+ }
+ })
+
+})
+
+//
+//
+//
+
+
+$('.ewm').click(function(){
+ document.querySelector('#file').addEventListener('change', function () {
+ lrz(this.files[0])
+ .then(function (rst) {
+
+ $.post(url+'Img/ewm',{img:rst.base64},function(r){
+
+ $('.ewm').html('');
+ })
+ })
+
+ });
+
+
+})
+//
+$("#city-picker").cityPicker({
+ toolbarTemplate: '
选择城市
\
+
'+val+'
'; + } + else + { + var s=''+val+'
'; + } + if(xg){ + item.text(val); + item.attr('style',sty); + item.removeClass('eing'); + item=false; + xg=false; + }else{ + if(item){ + item.after(s); + item.removeClass('eing'); + item=false; + }else{ + $('#wzcon').append(s); + } + } + $('.text_insert').hide(); + $('.mask').hide(); + $('#selp').remove(); + // + // + break; + case 2: //插入视频 + // + // + var video=$('input[name=video]').val(); + + if(video==''){ + $.toast('视频地址不能为空'); + return false; + } + + if(video.search(/v\.qq\.com/)<0){ + + $.toast('请输入有效的腾讯视频网址'); + return false; + } + + if(video.search(/vid=/)>0){ + var v=video.substr(video.search(/vid=/)+4,11); + }else{ + var v=video.substr(video.length-16,11); + } + var s=''; + if(item){ + item.after(s); + item.removeClass('eing'); + item=false; + $('#selp').remove(); + + }else{ + $('#wzcon').append(s); + } + $('input[name=video]').val(''); + $('.text_video').hide(); + $('.mask').hide(); + // + // + // + break; + + case 3: //插入链接 + // + // + var url=$('input[name=text_url]').val(); + if(url==''){ + $.toast('链接不能为空!'); + return false; + } + + if( url.match(/http:\/\/.+/)==null){ + $.toast('您输入的网址格式不正确'); + return false; + } + $('.text_url').hide(); + $('.mask').hide(); + + item.wrap(''); + item.removeClass('eing'); + + item=false; + $('#selp').remove(); + $('input[name=text_url]').val(''); + // + // + // + break; + case 4: + var str=$('.text_ct').val(); + if(str==''){ + $.toast('标题不能为空'); + return false; + } + $('#title').html(str); + $('.text_title').hide(); + $('.mask').hide(); + break; + } +} + + +function showpanel(){ + + var panel=[{c:'t_word',t:'插文字'},{c:'t_text',t:'改文字'},{c:'t_image',t:'插图片'},{c:'t_video',t:'插视频'},{c:'t_add',t:'插链接'},{c:'t_del0',t:'删除前'},{c:'t_del0',t:'删除后'},{c:'t_del0',t:'删除'},{c:'t_cancel',t:'取消'}]; + var str='
");
+
+}
+// 经验图片
+function jyimgs(s){
+ if(s==''){
+ return '';
+ }
+ var ss = s.split(",");
+ var str=''+imgcount(i,ss.length)+'
'; + } + }else{ + for(var i=0;i