#debug {
  display: block;
  position: fixed;
  top: 50px;
  left: 50px;
  background-color:#CF0;
  color: red;
  font-size:16px;
  padding: 10px;
  z-index: 999999;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}



/* ---------------------------------------------------------- */
/*                                                            */
/* Mobile                                                     */
/*                                                            */
/* - Start Time: 2015.08.22                                   */
/* - Author: JinBo                                            */
/*                                                            */
/*                                                            */
/*                           BaiDuHi:hotone1985               */
/*                                                            */
/* ---------------------------------------------------------- */

html {
  font-size: 20px;
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !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;
  }
}
body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-family: "Arial,Helvetica,sans-serif";
  font-size: .85rem;
  line-height: 1.5;
  color: #323232;
  background: #f5f5f5;
}

/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body,button,dd,dl,form,h1,h2,h3,h4,h5,ol,p,ul,menu{margin:0}
h1, h2, h3, h4, h5, h6, b {font-weight: normal;}
ol,ul,menu{padding-left:0;list-style-type:none}

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;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn{font-style:italic}
h1{margin:.67em 0;font-size:2em}
mark{color:#000;background:#ff0}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root) {overflow: hidden;}
figure{margin:1em 40px}
hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
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 {padding: 0;border: 0;}
input {line-height: normal;}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}
legend{padding:0;border:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0}
/*p{margin:1em 0}*/
img{max-width:100%;border:0;vertical-align:top}
a,button,input,select,textarea{outline:0}
/* * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;

  -webkit-user-select: none;
     -moz-user-select: none;
       -o-user-select:none;
          user-select:none;
  
  -webkit-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/* Links */
a{color:#000;text-shadow:none;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: transparent;}
a:visited{color:#000}
a:active,a:focus,a:hover{outline:0;color:#000}



/* ==========================================================================
   公用模块
   ========================================================================== */
.f-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cell { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 0; -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; display: block; padding: 0 !important; position: relative; }
.f-flex>.cell.fixed { -webkit-box-flex: 0 !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important; width: auto; }
.f-flex, .f-flex *, .f-flex:after, .f-flex:before { box-sizing: border-box; }

.page { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2000; background: #eee; }
.content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; -webkit-overflow-scrolling: touch; }
.content>.content{bottom: 2.5rem;}
.bar-nav ~ .content { top: 2.2rem; }
.bar-header-secondary ~ .content { top: 2.2rem; }
.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; }
.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }
.bar { position: absolute; right: 0; left: 0; z-index: 999; height: 2.2rem; padding-right: .5rem; padding-left: .5rem; background-color: #f7f7f8; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.bar:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; }
@media only screen and (-webkit-min-device-pixel-ratio:2) {
  .bar:after { -webkit-transform: scaleY(.5); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .bar:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-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:before, .bar-footer-secondary:before, .bar-footer-secondary-tab:before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-transform-origin: 50% 0; transform-origin: 50% 0; }
@media only screen and (-webkit-min-device-pixel-ratio:2) {
  .bar-footer:before, .bar-footer-secondary:before, .bar-footer-secondary-tab:before { -webkit-transform: scaleY(.5); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .bar-footer:before, .bar-footer-secondary:before, .bar-footer-secondary-tab:before { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.bar-footer:after, .bar-footer-secondary:after, .bar-footer-secondary-tab: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 { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .bar-tab:before { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.bar-tab:after { display: none; }
.bar-tab .tab-item {color: #929292; text-align: center;}
/*.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; min-width: .8rem; height: .8rem; padding: 0 .2rem; margin-left: .1rem; font-size: .6rem; line-height: .8rem; color: white; vertical-align: top; background: red; border-radius: .5rem; }
.bar-tab .tab-item .icon { top: .15rem; width: 1.2rem; height: 1.2rem; padding-top: 0; padding-bottom: 0; font-size: 1.2rem; line-height: 1.2rem; }
.bar-tab .tab-item .icon ~ .tab-label { position: relative; top: .15rem; display: block; font-size: .55rem; }
.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; height: 2.2rem; padding: 0; font-size: .8rem; line-height: 2.2rem; color: #0894ec; border: 0; }
.bar .button-link:active, .bar .button-link.active { color: #0675bb; }
.bar .button-block { top: .35rem; width: 100%; font-size: .8rem; }
.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; }

/* === Search Bar === */
.searchbar { padding: 8px 0; overflow: hidden;-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: 0.25rem; font-family: inherit; color: #3d4145; font-size: 0.7rem; font-weight: normal; padding: 0 0.5rem; background-color: #fff; border: 1px solid #b4b4b4; }
.search-input input::-webkit-input-placeholder { color: #999; opacity: 1; }
.search-input .icon { position: absolute; font-size: 0.9rem; color: #b4b4b4; top: 50%; left: 0.3rem; -webkit-transform: translate3D(0, -50%, 0); transform: translate3D(0, -50%, 0); }
.search-input label + input { padding-left: 1.4rem; }
.bar .searchbar { margin: 0 -0.5rem; padding: 0.4rem 0.5rem; background: rgba(0, 0, 0, 0.1); }
.bar .searchbar .search-input input { border: 0; }
.bar .searchbar .searchbar-cancel { color: #5f646e; }

/* === Content Block === */
.content-block { padding: 0 .75rem; margin: 1.75rem 0; color: #6d6d72; }
.content-block-title { position: relative; margin: 0; margin: 1.75rem .75rem .5rem; overflow: hidden; font-size: .7rem; line-height: 1.5; color: #6d6d72; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.content-block-title + .list-block, .content-block-title + .content-block, .content-block-title + .card { margin-top: .5rem; }
.content-block-inner { position: relative; width: 100%; padding: .5rem .75rem; margin-left: -.75rem; color: #3d4145; background: #fff; }
.content-block-inner:before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #c8c7cc; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .content-block-inner:before { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.content-block-inner:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #c8c7cc; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .content-block-inner:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.content-block.inset { margin-right: .75rem; margin-left: .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-right: .75rem; margin-left: .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; }
}

/* === toast === */
.toast { width: auto; height: 2rem; padding: 0 .8rem; font-size: .8rem; line-height: 2rem; color: white; background: rgba(0, 0, 0, .8); border-radius: 1rem; }

/* === Preloader === */
.preloader {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: preloader-spin 1s steps(12, end) infinite;
       -o-animation: preloader-spin 1s steps(12, end) infinite;
          animation: preloader-spin 1s steps(12, end) infinite;
}
.preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  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-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.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);
  }
}
@-o-keyframes preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* grid 布局
----------------------------------------------------*/
.box-sflex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* 水平居中*/
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align:center;/* IE 10 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
  /* 垂直居中 */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack:center;/* IE 10 */
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* module 模块
----------------------------------------------------*/

/* Basic portlet */
.portlet{margin-top:0;margin-bottom:15px;padding:0;background-color:#fff}
.portlet-title{padding:0 8px;line-height:44px}
.portlet-title a{color:#8a8a8a;}
.portlet-title a:hover{text-decoration: underline;}
.portlet-title:after,.portlet-title:before{display:table;content:" "}
.portlet-title:after{clear:both}
.portlet-title .caption{float:left;display:inline-block;font-weight:500;font-size:0.8rem;color: #000;position:relative;}
.portlet-title .caption.bold{font-weight:400}
.portlet-title .caption small{float:right;display:inline-block;margin-left:15px;color:#8a8a8a;font-size:13px}
.portlet-title .caption .caption-helper{margin:0;padding:0;color:#9eacb4;font-weight:400;font-size:13px;line-height:13px}
.portlet-title .actions {float: right;display: inline-block;font-size: 0.7rem}
.portlet-title .navtabs{float:right;display:inline-block;margin:0;border:0;padding-right: 15px}
.portlet-title .navtabs a{padding:0 8px;position: relative;}
.portlet-title .navtabs a:after{display: block;content: '';position: absolute;right: 0;top: 4px;bottom: 4px;width: 1px;background-color: #8a8a8a}
.portlet-title .navtabs a:last-child:after{display: none;}
.portlet-body{clear:both;padding:0;background:#fff;}
.portlet .portlet-empty{min-height:125px}
.portlet.full-height-content{margin-bottom:0}
/*ligter*/
.portlet.ligter .portlet-title{border-bottom: 2px solid #f1efee;padding: 0 15px}
.portlet.ligter .portlet-title .caption:before{display: block;content:'';width: 4px;height: 20px;position: absolute;left: -15px;top: 50%;margin-top: -10px;background: #e73d0e}
.portlet.ligter .portlet-body{padding: 10px 0}

﻿/* 表单 */
.m-form {padding: 10px}
.m-form legend{font-size: 20px;color: #444;padding-bottom: 8px;}
.control-label{display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700;} /*input label：<label class="control-label" for="name">Input with success</label>*/
.form-control {
  box-sizing:border-box;
  display: block;
  width: 100%;
  height: 45px; /*34px;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #777984;
  border-radius: 0; /*4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control::-moz-placeholder{color: #999; opacity: 1;}
.form-control:-ms-input-placeholder{color: #999;}
.form-control::-webkit-input-placeholder{color: #999;}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{background-color: #eee; opacity: 1;}
.form-control[disabled],
fieldset[disabled] .form-control{cursor: not-allowed;}
textarea.form-control{height: auto;}
input[type="search"]{-webkit-appearance: none;}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {margin-bottom: 15px;}
.radio,
.checkbox{position: relative; display: block; margin-top: 10px; margin-bottom: 10px;}
.radio label,
.checkbox label{min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer;}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]{position: absolute; margin-top: 4px \9; margin-left: -20px;}
.radio + .radio,
.checkbox + .checkbox{margin-top: -5px;}
.radio-inline,
.checkbox-inline{position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer;}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline{margin-top: 0; margin-left: 10px;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"]{cursor: not-allowed;}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline{cursor: not-allowed;}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label{cursor: not-allowed;}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label{color: #3c763d;}
.has-success .form-control{border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-success .form-control:focus{border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;}
.has-success .input-group-addon{color: #3c763d; background-color: #dff0d8; border-color: #3c763d;}
.has-success .form-control-feedback{color: #3c763d;}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control{border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-warning .form-control:focus{border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;}
.has-warning .input-group-addon{color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b;}
.has-warning .form-control-feedback{color: #8a6d3b;}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control{border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-error .form-control:focus{border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;}
.has-error .input-group-addon{color: #a94442; background-color: #f2dede; border-color: #a94442;}
.has-error .form-control-feedback{color: #a94442;}
.has-feedback label ~ .form-control-feedback{top: 25px;}
.has-feedback label.sr-only ~ .form-control-feedback{top: 0;}
.help-block{display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}

/* === Forms === */
.list-block input[type="text"],
.list-block input[type="password"],
.list-block input[type="search"],
.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 select,
.list-block textarea {
  display: block;
  width: 100%;
  height: 2.15rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  padding: 0 0 0 .25rem;
  margin: 0;
  font-family: inherit;
  font-size: .85rem;
  color: #3d4145;
  background: none;
  border: none;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;

     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none;
}
.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; padding-top: .4rem; padding-bottom: .35rem; line-height: 1.4; resize: none; }
.label-switch { position: relative; display: inline-block; width: 2.6rem; height: 1.6rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; cursor: pointer; border-radius: .8rem; -ms-flex-item-align: center; -webkit-align-self: center; align-self: center; }
.label-switch .checkbox { position: relative; z-index: 0; width: 2.6rem; height: 1.6rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; padding: 0; margin: 0; cursor: pointer; background: #e5e5e5; border: none; border-radius: .8rem; -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; -moz-appearance: none; -ms-appearance: none; appearance: none; }
.label-switch .checkbox:before { position: absolute; top: .1rem; left: .1rem; z-index: 1; width: 2.4rem; height: 1.4rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; content: ' '; background: #fff; border-radius: .8rem; -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.label-switch .checkbox:after { position: absolute; top: .1rem; left: .1rem; z-index: 2; width: 1.4rem; height: 1.4rem; content: ' '; background: #fff; border-radius: 1.4rem; -webkit-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .4); box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .4); -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
.label-switch input[type="checkbox"] { position: absolute; z-index: 1; width: 2.6rem; height: 1.6rem; opacity: 0; }
.label-switch input[type="checkbox"]:checked + .checkbox { background: #4cd964; }
.label-switch input[type="checkbox"]:checked + .checkbox:before { -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.label-switch input[type="checkbox"]:checked + .checkbox:after { -webkit-transform: translateX(1.1rem); -ms-transform: translateX(1.1rem); -o-transform: translateX(1.1rem); transform: translateX(1.1rem); }
html.android .label-switch input[type="checkbox"] + .checkbox { -webkit-transition-duration: 0; -o-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; -o-transition-duration: 0; transition-duration: 0; }
.range-slider { position: relative; width: 100%; padding-right: .15rem; padding-left: .15rem; margin-left: -1px; overflow: hidden; -ms-flex-item-align: center; -webkit-align-self: center; align-self: center; }
.range-slider input[type="range"] { position: relative; width: 100%; height: 1.4rem; -webkit-appearance: none; margin: .2rem 0 .25rem 0; background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #b7b8b7), color-stop(100%, #b7b8b7)); background: -webkit-gradient(linear, left top, right top, color-stop(0, #b7b8b7), to(#b7b8b7)); background: -webkit-linear-gradient(left, #b7b8b7 0, #b7b8b7 100%); background: -o-linear-gradient(left, #b7b8b7 0, #b7b8b7 100%); background: linear-gradient(to right, #b7b8b7 0, #b7b8b7 100%); background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% .1rem; background-size: 100% .1rem; outline: 0; -moz-appearance: none; -ms-appearance: none; appearance: none; }
.range-slider input[type="range"]:after { position: absolute; top: 50%; left: -.25rem; z-index: 1; width: .25rem; height: .1rem; margin-top: -1px; content: ' '; background: #fff; }
.range-slider input[type="range"]::-webkit-slider-thumb { position: relative; width: 1.4rem; height: 1.4rem; -webkit-appearance: none; background: none; border: none; -moz-appearance: none; -ms-appearance: none; appearance: none; }
.range-slider input[type="range"]::-webkit-slider-thumb:after { position: absolute; top: 0; left: 0; z-index: 10; width: 1.4rem; height: 1.4rem; content: ' '; background: #fff; border-radius: 1.4rem; -webkit-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .4); box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .4); }
.range-slider input[type="range"]::-webkit-slider-thumb:before { position: absolute; top: 50%; right: 100%; z-index: 1; width: 100rem; height: .1rem; margin-top: -1px; content: ' '; background: #0894ec; }
label.label-checkbox { cursor: pointer; }
label.label-checkbox i.icon-form-checkbox { position: relative; width: 1.1rem; height: 1.1rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #c7c7cc; border-radius: 1.1rem; }
label.label-checkbox i.icon-form-checkbox:after { position: absolute; top: 50%; left: 50%; width: .6rem; height: .45rem; margin-top: -.2rem; margin-left: -.3rem; content: ' '; }
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 { background-color: #0894ec; border: none; }
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"); -webkit-background-size: .6rem .45rem; background-size: .6rem .45rem; }
label.label-checkbox { -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
html:not(.watch-active-state) label.label-checkbox:active, label.label-checkbox.active-state { background-color: #d9d9d9; -webkit-transition: 0ms; -o-transition: 0ms; transition: 0ms; }
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; }

/* 列表样式 */
/* === Lists === */
.list-block { font-size: .85rem; }
.list-block ul { position: relative; padding: 0; margin: 0; list-style: none; background: #fff; }
.list-block ul:before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 15; display: block; width: 100%;/* height: 1px; */content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .list-block ul:before { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.list-block ul:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .list-block ul:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-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; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; }
.list-block.inset { margin-right: .75rem; margin-left: .75rem; border-radius: .35rem; }
.list-block.inset .content-block-title { margin-right: 0; margin-left: 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-right: .75rem; margin-left: .75rem; border-radius: .35rem; }
  .list-block.tablet-inset .content-block-title { margin-right: 0; margin-left: 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-right: 0; margin-left: 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 { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.list-block .item-media { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: .35rem; padding-bottom: .4rem; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-lines: single; -moz-box-lines: single; -webkit-flex-wrap: nowrap; -ms-flex-wrap: none; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.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 {  /*position: relative;*/
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; min-height: 2.2rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: .4rem; padding-right: .75rem; padding-bottom: .35rem; -webkit-box-flex: 1; -ms-flex: 1; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.list-block .item-inner:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0.75rem; z-index: 15; display: block; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-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); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.list-block .item-title { position: relative; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-flex-shrink: 1; -ms-flex: 0 1 auto; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; }
.list-block .item-title.label { width: 35%; margin: 4px 0; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 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; -ms-flex-negative: 1; flex-shrink: 1; }
.list-block .item-after { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; max-height: 1.4rem; margin-left: .25rem; color: #5f646e; white-space: nowrap; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.list-block .smart-select .item-after { position: relative; max-width: 70%; overflow: hidden; text-overflow: ellipsis; }
.list-block .item-link { -webkit-transition-duration: 300ms; transition-duration: 300ms; 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: 0.7rem;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-position: -webkit-calc(100% - .5rem) center;
  background-position: calc(100% - .5rem) center;
}
html:not(.watch-active-state) .list-block .item-link:active, .list-block .item-link.active-state { background-color: #d9d9d9; -webkit-transition-duration: 0ms; -o-transition-duration: 0ms; transition-duration: 0ms; }
html:not(.watch-active-state) .list-block .item-link:active .item-inner:after, .list-block .item-link.active-state .item-inner:after { background-color: transparent; }
.list-block .item-link.list-button { display: block; padding: 0 .75rem; line-height: 2.15rem; color: #0894ec; text-align: center; }
.list-block .item-link.list-button:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-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); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.list-block .item-content { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; min-height: 2.2rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: .75rem; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.list-block .list-block-label { padding: 0 .75rem; margin: .5rem 0 1.75rem; font-size: .7rem; color: #5f646e; }
.list-block .swipeout { overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.list-block .swipeout.deleting { -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.list-block .swipeout.deleting .swipeout-content { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.list-block .swipeout.transitioning .swipeout-content, .list-block .swipeout.transitioning .swipeout-actions-right a, .list-block .swipeout.transitioning .swipeout-actions-left a, .list-block .swipeout.transitioning .swipeout-overswipe { -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; }
.list-block .swipeout-content { position: relative; z-index: 10; }
.list-block .swipeout-overswipe { -webkit-transition: 200ms left; -o-transition: 200ms left; transition: 200ms left; }
.list-block .swipeout-actions-left, .list-block .swipeout-actions-right { position: absolute; top: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; height: 100%; }
.list-block .swipeout-actions-left a, .list-block .swipeout-actions-right a { position: relative; left: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 0 1.5rem; color: #fff; background: #c7c7cc; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.list-block .swipeout-actions-left a:after, .list-block .swipeout-actions-right a:after { position: absolute; top: 0; z-index: -1; width: 600%; height: 100%; content: ''; background: inherit; }
.list-block .swipeout-actions-left a.swipeout-delete, .list-block .swipeout-actions-right a.swipeout-delete { background: #f6383a; }
.list-block .swipeout-actions-right { right: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.list-block .swipeout-actions-right a:after { left: 100%; margin-left: -1px; }
.list-block .swipeout-actions-left { left: 0; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.list-block .swipeout-actions-left a:after { right: 100%; margin-right: -1px; }
.list-block .item-subtitle { position: relative; max-width: 100%; overflow: hidden; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.list-block .item-text { position: relative; display: -webkit-box; height: 2.1rem; overflow: hidden; font-size: .75rem; line-height: 1.05rem; color: #5f646e; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.list-block.media-list .item-title, .list-block li.media-item .item-title { font-weight: 500; }
.list-block.media-list .item-inner, .list-block li.media-item .item-inner { display: block; padding-top: .5rem; padding-bottom: .45rem; -ms-flex-item-align: stretch; -webkit-align-self: stretch; align-self: stretch; }
.list-block.media-list .item-link .item-inner, .list-block li.media-item .item-link .item-inner { padding-right: .75rem; background: none; }
.list-block.media-list .item-link .item-title-row, .list-block li.media-item .item-link .item-title-row { padding-right: 1rem; background: no-repeat right center; background-image: url("../img/i-list-chevron-right.png"); -webkit-background-size: .4rem .4rem; background-size: .4rem; }
.list-block.media-list .item-media, .list-block li.media-item .item-media { padding-top: .45rem; padding-bottom: .5rem; }
.list-block.media-list .item-media img, .list-block li.media-item .item-media img { display: block; }
.list-block.media-list .item-title-row, .list-block li.media-item .item-title-row { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-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 { position: relative; max-width: 100%; padding: .2rem .75rem; margin-top: -1px; overflow: hidden; color: #e7e7e7; text-overflow: ellipsis; white-space: nowrap; background: #f7f7f7; }
.list-block .item-divider:before, .list-block .list-group-title:before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-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); -ms-transform: scaleY(.5); -o-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); -ms-transform: scaleY(.33); -o-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 .sortable-handler { position: absolute; top: 0; right: 0; bottom: 1px; z-index: 10; width: 1.75rem; visibility: hidden; background-image: url("../img/i-sortable-handler.png"); background-repeat: no-repeat; background-position: center; -webkit-background-size: .9rem .6rem; background-size: .9rem .6rem; opacity: 0; }
.list-block.sortable .item-inner { -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.list-block.sortable-opened .sortable-handler { visibility: visible; opacity: 1; }
.list-block.sortable-opened .item-inner, .list-block.sortable-opened .item-link .item-inner { padding-right: 1.75rem; }
.list-block.sortable-opened .item-link .item-inner, .list-block.sortable-opened .item-link .item-title-row { background-image: none; }
.list-block.sortable-sorting li { -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.list-block li.sorting { z-index: 50; background: rgba(255, 255, 255, .8); -webkit-box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .6); box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .6); -webkit-transition-duration: 0ms; -o-transition-duration: 0ms; transition-duration: 0ms; }
.list-block li.sorting .item-inner:after { 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 { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #e7e7e7; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-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); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.content-block-title { margin-top: .75rem; }
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 { background-color: #ff9f00; }

/* === Forms === */
label.label-checkbox { cursor: pointer; }
label.label-checkbox i.icon-form-checkbox { position: relative; width: 1.1rem; height: 1.1rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #c7c7cc; border-radius: 1.1rem; }
label.label-checkbox i.icon-form-checkbox:after { position: absolute; top: 50%; left: 50%; width: .6rem; height: .45rem; margin-top: -.2rem; margin-left: -.3rem; content: ' '; }
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 { background-color: #0894ec; border: none; }
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"); -webkit-background-size: .6rem .45rem; background-size: .6rem .45rem; }
label.label-checkbox { -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
html:not(.watch-active-state) label.label-checkbox:active, label.label-checkbox.active-state { background-color: #d9d9d9; -webkit-transition: 0ms; -o-transition: 0ms; transition: 0ms; }
html:not(.watch-active-state) label.label-checkbox:active .item-inner:after, label.label-checkbox.active-state .item-inner:after { background-color: transparent; }

/* === button === */
.button { position: relative; display: block; height: 1.35rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; padding: 0 .5rem; margin: 0; font-family: inherit; font-size: .7rem; line-height: 1.35rem; color: #0894ec; text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; background: none; border: 1px solid #0894ec; border-radius: .25rem; -moz-appearance: none; -ms-appearance: none; appearance: none; }
input[type="submit"].button, input[type="button"].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 { height: 2.4rem; font-size: .85rem; line-height: 2.3rem; }
.button.button-fill { line-height: 1.35rem; color: #fff; background: #0894ec; border: none; }
.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-right: 0; margin-left: 0; }
.button-light { color: #ccc; color: #5f646e; border-color: #ccc; }
.button-light:active { color: #0a8ddf; border-color: #0a8ddf; }
.button-light.button-fill { color: white; background-color: #ccc; }
.button-light.button-fill:active { background-color: #0a8ddf; }
.button-dark { color: #6e727b; color: #5f646e; border-color: #6e727b; }
.button-dark:active { color: #0a8ddf; border-color: #0a8ddf; }
.button-dark.button-fill { color: white; background-color: #6e727b; }
.button-dark.button-fill:active { background-color: #0a8ddf; }
.button-success { color: #4cd964; border-color: #4cd964; }
.button-success:active { color: #2ac845; border-color: #2ac845; }
.button-success.button-fill { color: white; background-color: #4cd964; }
.button-success.button-fill:active { background-color: #2ac845; }
.button-danger { color: #f6383a; border-color: #f6383a; }
.button-danger:active { color: #f00b0d; border-color: #f00b0d; }
.button-danger.button-fill { color: white; background-color: #f6383a; }
.button-danger.button-fill:active { background-color: #f00b0d; }
.button-warning { color: #f60; border-color: #f60; }
.button-warning:active { color: #cc5200; border-color: #cc5200; }
.button-warning.button-fill { color: white; background-color: #f60; }
.button-warning.button-fill:active { background-color: #cc5200; }
.button.disabled, .button.button-primary.disabled, .button.button-success.disabled, .button.button-danger.disabled, .button.button-warning.disabled { color: #c8c9cb; cursor: not-allowed; border-color: #c8c9cb; }
.button.disabled:active, .button.button-primary.disabled:active, .button.button-success.disabled:active, .button.button-danger.disabled:active, .button.button-warning.disabled:active { color: #c8c9cb; border-color: #c8c9cb; }
.button.disabled.button-fill, .button.button-primary.disabled.button-fill, .button.button-success.disabled.button-fill, .button.button-danger.disabled.button-fill, .button.button-warning.disabled.button-fill { color: white; background-color: #c8c9cb; }
.button.disabled.button-fill:active, .button.button-primary.disabled.button-fill:active, .button.button-success.disabled.button-fill:active, .button.button-danger.disabled.button-fill:active, .button.button-warning.disabled.button-fill:active { background-color: #c8c9cb; }
.buttons-row, .buttons-tab { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-item-align: center; -webkit-align-self: center; align-self: center; -webkit-box-lines: single; -moz-box-lines: single; -webkit-flex-wrap: nowrap; -ms-flex-wrap: none; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.buttons-row .button { width: 100%; margin-left: -1px; color: #0894ec; border-color: #0894ec; border-radius: 0 0 0 0; -webkit-box-flex: 1; -ms-flex: 1; }
.buttons-row .button.active { z-index: 100; color: white; background-color: #0894ec; }
.buttons-row .button:first-child { margin-left: 0; border-left-style: solid; border-left-width: 1px; border-radius: .25rem 0 0 .25rem; }
.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 { position: relative; background: white; }
.buttons-tab:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #d0d0d0; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .buttons-tab:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.buttons-tab .button { width: 100%; height: 2rem; font-size: .8rem; line-height: 2rem; color: #5f646e; border: 0; border-bottom: 2px solid transparent; border-radius: 0; -webkit-box-flex: 1; -ms-flex: 1; }
.buttons-tab .button.active { z-index: 100; color: #0894ec; border-color: #0894ec; }

/* === Modals === */
.modal-overlay, .preloader-indicator-overlay, .popup-overlay { position: absolute; top: 0; left: 0; z-index: 10600; width: 100%; height: 100%; visibility: hidden; background: rgba(0, 0, 0, .4); opacity: 0; -webkit-transition-duration: 400ms; -o-transition-duration: 400ms; transition-duration: 400ms; }
.modal-overlay.modal-overlay-visible, .preloader-indicator-overlay.modal-overlay-visible, .popup-overlay.modal-overlay-visible { visibility: visible; opacity: 1; }
.popup-overlay { z-index: 10200; }
.modal { position: absolute; top: 50%; left: 50%; z-index: 11000; display: none; width: 13.5rem; margin-top: 0; margin-left: -6.75rem; color: #3d4145; text-align: center; border-radius: .35rem; opacity: 0; -webkit-transition-property: -webkit-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; -webkit-transform: translate3d(0, 0, 0) scale(1.185); transform: translate3d(0, 0, 0) scale(1.185); }
.modal.modal-in { opacity: 1; -webkit-transition-duration: 400ms; -o-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }
.modal.modal-out { z-index: 10999; opacity: 0; -webkit-transition-duration: 400ms; -o-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: translate3d(0, 0, 0) scale(.815); transform: translate3d(0, 0, 0) scale(.815); }
.modal-inner { position: relative; padding: .75rem; background: #e8e8e8; border-radius: .35rem .35rem 0 0; }
.modal-inner:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #b5b5b5; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .modal-inner:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.modal-title { font-size: .9rem; font-weight: 500; text-align: center; }
.modal-title + .modal-text { margin-top: .25rem; }
.modal-buttons { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; height: 2.2rem; overflow: hidden; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
.modal-buttons.modal-buttons-vertical { display: block; height: auto; }
.modal-button { position: relative; display: block; width: 100%; height: 2.2rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 .25rem; overflow: hidden; font-size: .85rem; line-height: 2.2rem; color: #0894ec; text-align: center; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; background: #e8e8e8; -webkit-box-flex: 1; -ms-flex: 1; }
.modal-button:after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 15; display: block; width: 1px; height: 100%; content: ''; background-color: #b5b5b5; -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .modal-button:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-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; }
html:not(.watch-active-state) .modal-button:active, .modal-button.active-state { 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 { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #b5b5b5; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-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); -ms-transform: scaleY(.33); -o-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; bottom: 0; left: 0; z-index: 11000; width: 100%; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
.actions-modal.modal-in { -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.actions-modal.modal-out { z-index: 10999; -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
.actions-modal-group { margin: .4rem; }
.actions-modal-button, .actions-modal-label { position: relative; display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; font-weight: normal; text-align: center; background: rgba(243, 243, 243, .95); }
.actions-modal-button:after, .actions-modal-label:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #d2d2d6; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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); -ms-transform: scaleY(.5); -o-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); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.actions-modal-button a, .actions-modal-label a { color: inherit; text-decoration: none; }
.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 { color: white; background: #f6383a; }
.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 { color: #8e8e93; opacity: .95; }
.actions-modal-button { font-size: 1rem; line-height: 2.15rem; color: #0894ec; cursor: pointer; }
.actions-modal-button:active, .actions-modal-button.active-state { background: #dcdcdc; }
.actions-modal-label { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; min-height: 2.2rem; padding: .4rem .5rem; font-size: .7rem; line-height: 1.3; color: #5f646e; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
input.modal-text-input { display: block; width: 100%; height: 1.5rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; padding: 0 .25rem; margin: 0; margin-top: .75rem; font-family: inherit; font-size: .7rem; background: #fff; border: 1px solid #a0a0a0; border-radius: .25rem; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); -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; }
.popover { position: absolute; top: 0; left: 0; z-index: 11000; display: none; width: 16rem; margin: 0; background: rgba(255, 255, 255, .95); border-radius: .35rem; opacity: 0; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.popover.modal-in { opacity: 1; -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.popover .list-block { margin: 0; }
.popover .list-block ul { background: none; }
.popover .list-block:first-child ul { border-radius: .35rem .35rem 0 0; }
.popover .list-block:first-child ul:before { display: none; }
.popover .list-block:first-child li:first-child a { border-radius: .35rem .35rem 0 0; }
.popover .list-block:last-child ul { border-radius: 0 0 .35rem .35rem; }
.popover .list-block:last-child ul:after { display: none; }
.popover .list-block:last-child li:last-child a { border-radius: 0 0 .35rem .35rem; }
.popover .list-block:first-child:last-child li:first-child:last-child a, .popover .list-block:first-child:last-child ul:first-child:last-child { border-radius: .35rem; }
.popover .list-block + .list-block { margin-top: 1.75rem; }
.popover-angle { position: absolute; top: 0; left: -1.3rem; z-index: 100; width: 1.3rem; height: 1.3rem; overflow: hidden; }
.popover-angle:after { position: absolute; top: 0; left: 0; width: 1.3rem; height: 1.3rem; content: ' '; background: rgba(255, 255, 255, .95); border-radius: 1.5rem; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popover-angle.on-left { left: -1.3rem; }
.popover-angle.on-left:after { top: 0; left: .95rem; }
.popover-angle.on-right { left: 100%; }
.popover-angle.on-right:after { top: 0; left: -.95rem; }
.popover-angle.on-top { top: -1.3rem; left: 0; }
.popover-angle.on-top:after { top: .95rem; left: 0; }
.popover-angle.on-bottom { top: 100%; left: 0; }
.popover-angle.on-bottom:after { top: -.95rem; left: 0; }
.popover-inner { overflow: auto; -webkit-overflow-scrolling: touch; }
.actions-popover .list-block + .list-block { margin-top: 1rem; }
.actions-popover .list-block ul { background: #fff; }
.actions-popover-label { position: relative; padding: .4rem .5rem; font-size: .65rem; line-height: 1.3; color: #5f646e; text-align: center; }
.actions-popover-label:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #d2d2d6; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; }
@media only screen and (-webkit-min-device-pixel-ratio:2) {
  .actions-popover-label:after { -webkit-transform: scaleY(.5); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .actions-popover-label:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.actions-popover-label:last-child:after { display: none; }
.popup, .login-screen { position: absolute; top: 0; left: 0; z-index: 10400; display: none; width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: auto; -webkit-overflow-scrolling: touch; background: #fff; -webkit-transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: transform; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
.popup.modal-in, .login-screen.modal-in, .popup.modal-out, .login-screen.modal-out { -webkit-transition-duration: 400ms; -o-transition-duration: 400ms; transition-duration: 400ms; }
.popup.modal-in, .login-screen.modal-in { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.popup.modal-out, .login-screen.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 { top: 1rem; height: -webkit-calc(100% -1rem); height: -webkit-calc(100% - 1rem); height: calc(100% - 1rem); }
html.with-statusbar-overlay .popup-overlay { z-index: 9800; }
@media all and (max-width:629px), (max-height:629px) {
  html.with-statusbar-overlay .popup { top: 1rem; height: -webkit-calc(100% - 1rem); height: calc(100% - 1rem); }
  html.with-statusbar-overlay .popup-overlay { z-index: 9800; }
}
html.with-statusbar-overlay .login-screen, html.with-statusbar-overlay .popup.tablet-fullscreen { top: 1rem; height: -webkit-calc(100% - 1rem); height: calc(100% - 1rem); }
.modal .preloader { width: 1.7rem; height: 1.7rem; }
.preloader-indicator-overlay { visibility: visible; background: none; opacity: 0; }
.preloader-indicator-modal { position: absolute; top: 50%; left: 50%; z-index: 11000; padding: .4rem; margin-top: -1.25rem; margin-left: -1.25rem; background: rgba(0, 0, 0, .8); border-radius: .25rem; }
.preloader-indicator-modal .preloader { display: block; width: 1.7rem; height: 1.7rem; }
.picker-modal { position: absolute; bottom: 0; left: 0; z-index: 11500; display: none; width: 100%; height: 13rem; background: #cfd5da; -webkit-transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: transform; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
.picker-modal.modal-in, .picker-modal.modal-out { -webkit-transition-duration: 400ms; -o-transition-duration: 400ms; transition-duration: 400ms; }
.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 { position: relative; height: 100%; }
.picker-modal .toolbar { position: relative; width: 100%; }
.picker-modal .toolbar:before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #999; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-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); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .picker-modal .toolbar:before { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-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, .popover .picker-modal { position: relative; z-index: inherit; display: block; background: none; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.picker-modal.picker-modal-inline .toolbar:before, .popover .picker-modal .toolbar:before { display: none; }
.picker-modal.picker-modal-inline .toolbar:after, .popover .picker-modal .toolbar:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 15; display: block; width: 100%; height: 1px; content: ''; background-color: #999; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-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, .popover .picker-modal .toolbar:after { -webkit-transform: scaleY(.5); -ms-transform: scaleY(.5); -o-transform: scaleY(.5); transform: scaleY(.5); }
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
  .picker-modal.picker-modal-inline .toolbar:after, .popover .picker-modal .toolbar:after { -webkit-transform: scaleY(.33); -ms-transform: scaleY(.33); -o-transform: scaleY(.33); transform: scaleY(.33); }
}
.popover .picker-modal { width: auto; }
.popover .picker-modal .toolbar { background: none; }
.toast { width: auto; height: 2rem; padding: 0 .8rem; font-size: .8rem; line-height: 2rem; color: white; background: rgba(0, 0, 0, .8); border-radius: 1rem; }

/* table */
table{border-collapse:collapse;background-color:#fff;border-spacing:0;color: #464646}
td,th{text-align:center;}
td,th{padding:0;}
.table thead tr th{font-weight:400;/*font-size:.7rem;*/}
.table tbody tr td{/*font-size:.6rem;*/}
.table>thead>tr>th{border-bottom:1px solid #DDD;vertical-align:bottom;}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;border-top:1px solid #DDD;vertical-align:middle;line-height:1.42857;}
.table{margin-bottom:20px;width:100%;max-width:100%;}
.table-responsive{overflow-x:auto;overflow-y:hidden;margin-bottom:15px;width:100%;min-height:.01%;}
.table-responsive>.table{margin-bottom:0;}
.table-bordered{border:1px solid #da251e;}
.table-striped>tbody>tr:nth-child(2n+1){background-color:none;}
.table-striped>tbody>tr:nth-child(2n+1)>td:nth-child(2n+1){background-color:#da251e;}
.table-striped>tbody>tr:nth-child(2n)>td:nth-child(2n+1){background-color:#c1201a;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0 none;}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0 none;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table.table-bordered thead>tr>th{border-bottom:0 none;}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px;}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #da251e;}


/* 简易数据表格-格边框 */
.m-table{table-layout:fixed;width:100%;line-height:1.5;}
.m-table th,.m-table td{padding:10px;border:1px solid #e8e8e8; text-align:center;}
.m-table th{font-weight:bold;}
.m-table tbody tr:nth-child(2n){background:#fafafa;}
.m-table tbody tr:hover{background:#e4f4e9;}
.m-table tbody tr:nth-child(2n):hover{background:#fff;}
.m-table .cola{width:10%;}
.m-table .colb{width:20%;}
/* 简易数据表格-行边框*/
.m-table-row th,.m-table-row td{border-width:0 0 1px;}
/* 简易数据表格-圆角*/
.m-table-rds{border-collapse:separate;border:1px solid #ddd;border-width:0 1px 1px 0;border-radius:5px;}
.m-table-rds th,.m-table-rds td{border-width:1px 0 0 1px;}
.m-table-rds > :first-child > :first-child > :first-child{border-top-left-radius:5px;}
.m-table-rds > :first-child > :first-child > :last-child{border-top-right-radius:5px;}
.m-table-rds > :last-child > :last-child > :first-child{border-bottom-left-radius:5px;}
.m-table-rds > :last-child > :last-child > :last-child{border-bottom-right-radius:5px;}


/* unit 元件
----------------------------------------------------*/

.btn{display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px;}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}
.btn:hover,
.btn:focus,
.btn.focus{color: #333; text-decoration: none;}
.btn:active,
.btn.active{background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn{cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65;}
a.btn.disabled,
fieldset[disabled] a.btn{pointer-events: none;}
.btn-default{color: #333; background-color: #fff; border-color: #ccc;}
.btn-default:focus,
.btn-default.focus{color: #333; background-color: #e6e6e6; border-color: #8c8c8c;}
.btn-default:hover{color: #333; background-color: #e6e6e6; border-color: #adadad;}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{color: #333; background-color: #e6e6e6; border-color: #adadad;}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus{color: #333; background-color: #d4d4d4; border-color: #8c8c8c;}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{background-image: none;}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active{background-color: #fff; border-color: #ccc;}
.btn-default .badge{color: #fff; background-color: #333;}


/* functions 函数
----------------------------------------------------*/
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-pa{position:absolute;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center!important;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.f-cen{margin:0 auto;}
.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.overflow{text-indent:-9999px;font-size:0;line-height:0;}
.overflow a{display:block;width:100%;height:100%;}

/* skin 皮肤
----------------------------------------------------*/

.color-default{color:#3d4145}
.color-gray{color:#999}
.color-primary{color:#0894ec}
.color-success{color:#4cd964}
.color-danger{color:#f6383a}
.color-warning{color:#f60}

.orange{ color:#ff7700;}
.green{ color:#2ea464;} 
.green01{ color:#669933; font-size:18px; font-weight:bold}
.red{ color:#ea2948!important}
.white{ color:#fff;}
.gray{ color:#999;}
.gray-line{ color:#888; text-decoration:line-through; font-size:12px;}
.blue{ color:#3366cc}
.price{ float:right;color:#777676}

.pt10{padding-top:10px;}
.pt22{padding-top:22px;}
.pt45{padding-top:45px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml65{margin-left:65px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt45{ margin-top:45px;}
.mt50{ margin-top:50px;}
.mt55{ margin-top:55px;}
.mt60{ margin-top:60px;}
.mb15{ margin-bottom:15px;}

.font-12{font-size: 0.6rem!important}
.font-14{font-size: 0.7rem!important}

.bold{font-weight:700!important}
.thin{font-weight:300!important}
.uppercase{text-transform:uppercase!important}


/* ==========================================================================
   其它可选功能及模块
   ========================================================================== */

.widget-respimg{display: table-cell!important;text-align:center;vertical-align: middle;}
.widget-respimg img{max-height: 100%;max-width: 100%}

.num_conts{position: relative; width: 100%;}
.num_conts.abso{position: absolute; width: 520px; height: 166px; top: 50%; left: 50%; margin-top: -83px; margin-left: -260px;}
.num_cont{float: left; width: 25%; line-height: 20px; color:#fff; text-align: center;}
.num_cont i{display: inline-block;border: 1px #eee solid;width: 120px;height: 120px;border-radius: 100%;line-height: 120px;font-size: 40px;background-color: rgba(255,255,255,.1);}
.num_cont span{font-size: 48px;display: block;line-height: 48px;margin: 20px 0 4px;font-family: 'DIN Condensed Bold';font-weight: 700;}
.num_cont p{font-size: 14px}

/*样式1*/
.shade{position:absolute;top:0;left:0;z-index:999;width:100%;height:100%;transition:all .5s ease}
a:hover .shade{z-index:999;background:url(../img/plus2.png) center center no-repeat rgba(0,0,0,.5)}

/*样式2*/
.mask{position:absolute;top:0;right:0;bottom:0;left:0;display:none;padding-top:20%;background:url(../img/an_hover.png) no-repeat;background-size:101%;color:#FFF;content:"";font-size:18px}
a:hover .mask{display:block}

/*样式2*/
.mask2{position:absolute;top:0;right:0;bottom:0;left:0;display:none;padding-top:20%;padding-left:25%;background:rgba(158,74,79,.8);color:#FFF;content:"";text-align:left;font-size:18px}
.mask2 span{display:block;font-size:14px}
.mask2 i{font-size:24px}
a:hover .mask2{display:block}

.widget-split{position:relative;display:block;text-align:center}
.widget-split:after,.widget-split:before{position:absolute;bottom:15px;z-index:1;width:120px;height:1px;background-color:#eee;content:''}
.widget-split:before{left:50%;-webkit-transform:translateX(-126%);-o-transform:translateX(-126%);transform:translateX(-126%);-ms-transform:translateX(-126%)}
.widget-split:after{right:50%;-webkit-transform:translateX(126%);-o-transform:translateX(126%);transform:translateX(126%);-ms-transform:translateX(126%)}
.widget-split i{position:relative;z-index:10;display:inline-block;width:40px;height:28px}
.widget-split i:before{font-size:18px;line-height:28px}
/*超出长度省略*/
.line-limit-length {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}