/******************************************************************************************************************/
/*                                                                                                                */
/* WEB PAGES CONTENT STYLE                                                                                        */
/*                                                                                                                */
/******************************************************************************************************************/
body,
body * {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica Neue, "Hiragino Sans GB", "STHeiti", "Lantinghei", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", SimSun, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
div,
blockquote,
form,
head,
footer,
main,
nav,
h1,
h2,
h3,
table,
thead,
tbody,
tr,
th,
td,
ul,
ol,
li,
p,
span,
i,
a,
button,
input,
textarea {
  border: none;
  background: transparent;
}
body * {
  font-size: 1em;
}
body {
  overflow-x: hidden;
}
::selection {
  color: #FFF !important;
  background: rgba(52, 73, 94, 0.5);
}
/* font */
@font-face {
  font-family: 'icons';
  src: url('icons.eot?-efvzbq');
  src: url('icons.eot?#iefix-efvzbq') format('embedded-opentype'), url('icons.woff?-efvzbq') format('woff'), url('icons.ttf?-efvzbq') format('truetype'), url('icons.svg?-efvzbq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'status';
  src: url('status.eot?-efvzbq');
  src: url('status.eot?#iefix-efvzbq') format('embedded-opentype'), url('status.woff?-efvzbq') format('woff'), url('status.ttf?-efvzbq') format('truetype'), url('status.svg?-efvzbq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
a,
a:LINK,
a:VISITED {
  text-decoration: none;
}
a:HOVER,
a:ACTIVE,
a:FOCUS {
  text-decoration: underline;
}
span {
  display: inline-block;
}
button,
a,
.button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
th,
td,
.disabled {
  cursor: default;
}
img {
  width: 100%;
  border: none;
}
.disabled input[type='radio'],
.disabled input[type='checkbox'] {
  display: none;
}
.back-to-page {
  display: none;
}
.responsive-nav-hover.back-to-page {
  background: none;
  transition: background .25s ease .25s !important;
}
.webpage {
  background: #FFF;
}
.webpage .page {
  position: relative;
  height: 100%;
}
.webpage .page .main {
  width: 100%;
  height: 100%;
}
.webpage .page .page-side-bar {
  display: none;
  z-index: 300;
  position: fixed;
  background: none;
  width: 15%;
  height: 100%;
  cursor: pointer;
}
.webpage .page .page-side-bar.side {
  display: block;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 1.5em;
  border-bottom: .05em solid;
  background: #FFF;
  background: rgba(236, 240, 241, 0.95);
}
.header .float-right .log,
.header .float-right .account,
.header .float-right .help {
  float: left;
  margin-left: 1em;
}
.header .float-right .log a,
.header .float-right .account a,
.header .float-right .help a {
  font-size: .8em;
  line-height: 2em;
}
.header .float-right .log a span.notification-number,
.header .float-right .account a span.notification-number,
.header .float-right .help a span.notification-number {
  position: relative;
  top: -0.15em;
  left: 0;
  margin: 0;
  font-size: .9em;
}
.header .float-right .log ul.index-menu li.main-menu,
.header .float-right .account ul.index-menu li.main-menu,
.header .float-right .help ul.index-menu li.main-menu {
  width: 6em;
}
.header .float-right .account {
  margin-left: 3em;
}
.navigation {
  z-index: 150;
  position: relative;
  width: 100%;
  margin-top: 1.5em;
}
.navigation .logo {
  z-index: 151;
  display: block;
  position: relative;
  width: 11em;
  float: left;
}
.navigation .logo img {
  width: 11em;
  margin: .9em 2em 0 0;
}
.navigation .back-to-page {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  padding: .75em 1em;
  margin-left: -1px;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease 0s, visibility .01s linear .25s;
}
.navigation ul li.nav-item {
  float: left;
  padding: 0 .5em;
  margin: 1.25em 0 1.25em 1.5em;
  border-bottom: .07em solid;
  list-style: none;
}
.navigation ul li.nav-item a.nav-name {
  font-size: 1.15em;
  line-height: 1.25em;
  font-weight: normal;
}
.navigation ul li.nav-item a.nav-name:FOCUS,
.navigation ul li.nav-item a.nav-name:LINK,
.navigation ul li.nav-item a.nav-name:VISITED,
.navigation ul li.nav-item a.nav-name:HOVER {
  color: inherit;
  text-decoration: none;
}
.navigation ul li.nav-item a.nav-name .notification-number {
  top: -0.75em;
  right: -1em;
  font-size: 0.75em;
}
.navigation ul li.nav-item .sub-nav {
  z-index: 150;
  position: absolute;
  width: 100%;
  height: 5em;
  left: 0;
  top: 2.8em;
  padding: 2em 0 1em;
  border-bottom: .1em solid;
  background: #FFF;
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s ease 0s, visibility .01s linear .15s, height .15s ease 0s, top .15s ease 0s;
}
.navigation ul li.nav-item .sub-nav .container {
  height: 100%;
}
.navigation ul li.nav-item .sub-nav .container ul {
  padding: 0 2em;
}
.navigation ul li.nav-item .sub-nav .container ul li {
  position: relative;
  list-style: none;
  line-height: 1.5em;
}
.navigation ul li.nav-item .sub-nav .container ul li h1,
.navigation ul li.nav-item .sub-nav .container ul li h1 a {
  font-weight: normal;
  font-size: 1em;
  line-height: 2em;
  background: #FFF;
  background: rgba(255, 255, 255, 0.15);
}
.navigation ul li.nav-item .sub-nav .container ul li a {
  font-size: .85em;
}
.navigation ul li.nav-item .sub-nav .notification-number {
  display: none;
}
.navigation ul li.nav-item.min {
  display: block;
  position: relative;
}
.navigation ul li.nav-item.min .sub-nav {
  padding: 0;
  top: 2.5em;
  height: auto;
  border: 1px solid;
}
.navigation ul li.nav-item.min .sub-nav li {
  list-style: none;
  text-align: center;
  line-height: 2em;
}
.navigation ul li.nav-item.min .sub-nav li a {
  font-size: 0.85em;
  white-space: nowrap;
}
.navigation ul li.nav-item.min:HOVER .sub-nav,
.navigation ul li.nav-item.min .sub-nav:HOVER {
  top: 1.5em;
  height: auto;
}
.navigation ul li.nav-item:HOVER .sub-nav,
.navigation ul li.nav-item .sub-nav:HOVER {
  height: 16em;
  visibility: visible;
  opacity: 1;
  transition: visibility .01s linear 0s, opacity .15s ease .01s, height .15s ease .01s, top .15s ease .01s;
}
.navigation .sub-navigation {
  z-index: 150;
  width: 100%;
  height: 2.35em;
  font-size: .85em;
}
.navigation .sub-navigation.bg-tran {
  background: #EEE;
  background: rgba(255, 255, 255, 0.8);
}
.navigation .sub-navigation .container {
  position: relative;
}
.navigation .sub-navigation .container .arrow.up {
  left: auto;
  border-bottom-color: #EAEAEA;
}
.navigation .sub-navigation .container li {
  position: relative;
  float: left;
  margin: 0;
  list-style: none;
}
.navigation .sub-navigation .container li a {
  display: block;
  padding: 0 2.5em;
  font-size: 1em;
  line-height: 2.5em;
}
.navigation .sub-navigation .container li a .notification-number {
  top: -0.75em;
  right: .5em;
}
.navigation .min-nav {
  display: none;
  position: fixed;
  width: 4em;
  height: 2.5em;
  left: .5em;
  top: 0;
  font-size: 1.1em;
  line-height: 2.5em;
  text-align: center;
  margin: 0.6em 0 0.4em -4em;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}
.footer {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 2em;
  margin-bottom: -0.5em;
  border-top: .13em solid;
}
.footer p {
  width: 100%;
  text-align: center;
  font-size: .8em;
  line-height: 2em;
}
.footer p.versions {
  display: none;
}
.footer p.text-over {
  top: auto;
  bottom: .25em;
}
.footer p a {
  margin: 0 1em;
  font-size: 1em;
  white-space: nowrap;
}
.footer.side {
  position: static;
}
.to-top {
  z-index: 200;
  display: none;
  position: fixed;
  bottom: 1.2em;
  right: .8em;
  padding: 0;
  border-radius: 50%;
  font-size: 3em;
  cursor: pointer;
  transition: box-shadow 0.25s ease;
}
.to-top .icon {
  display: block;
  margin: 0;
  font-size: 1em;
  color: #666;
  color: rgba(0, 0, 0, 0.35) !important;
  line-height: 1em;
}
.to-top:HOVER {
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.15);
}
.to-top:HOVER .icon {
  color: #555;
  color: rgba(0, 0, 0, 0.5) !important;
}
.page-tools {
  display: block;
  z-index: 190;
  position: absolute;
  left: -10.75em;
  top: 7.5em;
  width: 12.5em;
  height: 2em;
  border: .1em solid;
  border-radius: 0 1em 1em 0;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
  font-size: 2em;
  background: #FFF;
  transition: margin .25s ease 0s, left .25s ease 0s, height .25s ease .1s;
}
.page-tools.fixed {
  position: fixed;
  top: 0;
  margin-top: 1.25em;
}
.page-tools:HOVER {
  left: -0.25em;
}
.page-tools .content {
  margin: .75em 1em;
  font-size: .5em;
}
.page-tools .content a.button {
  display: inline-block;
  width: 8em;
  white-space: nowrap;
  text-align: center;
  font-size: .8em;
}
.page-tools .content a.button.index-button {
  padding: 0;
}
.page-tools .icon {
  float: right;
  margin: -1.5em 0.65em 1em 0;
  transition: all .25s ease .1s;
}
.block-box {
  padding: 1em 0;
  margin: 1em 0;
}
.block-box h1.box-head,
.block-box h2.box-head,
.block-box h3.box-head {
  border-bottom: .07em solid #AAA;
  font-weight: normal;
}
.block-box h1.box-head a.for-more,
.block-box h2.box-head a.for-more,
.block-box h3.box-head a.for-more {
  float: right;
  font-size: .65em;
  color: #999;
  line-height: 2em;
}
.block-box h1.box-head a.for-more span,
.block-box h2.box-head a.for-more span,
.block-box h3.box-head a.for-more span {
  font-size: .8em;
  font-weight: 500;
  color: #999;
}
.block-box h1.box-head a.for-more span.icon,
.block-box h2.box-head a.for-more span.icon,
.block-box h3.box-head a.for-more span.icon {
  font-size: 1em;
  font-weight: bold;
}
.block-box h1.box-head {
  padding: .5em .75em .5em 1em;
  border-top: .07em solid #AAA;
  font-size: 1.15em;
}
.block-box h2.box-head,
.block-box h3.box-head {
  padding: .25em 1.5em .25em 1.5em;
  text-align: center;
}
.block-box h3.box-head {
  border-bottom: none;
}
.page-turn {
  position: relative;
  margin: 0 auto 2em;
  text-align: center;
}
.page-turn a {
  padding: 0 .325em;
  margin: 0 .25em;
  border-bottom: .1em solid transparent;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.25em;
  transition: all .25s ease 0s;
}
.page-turn a:LINK,
.page-turn a:VISITED,
.page-turn a:HOVER,
.page-turn a:ACTIVE,
.page-turn a:FOCUS {
  text-decoration: none;
}
.page-turn a:HOVER,
.page-turn a:ACTIVE,
.page-turn a:FOCUS {
  border-bottom: 1px solid;
}
.page-turn a.active {
  border-radius: 50%;
  border: 2px solid;
  font-weight: 500;
}
.page-turn a.none,
.page-turn a.page-up.first,
.page-turn a.page-down.last {
  cursor: default;
  color: inherit !important;
  border: none;
}
.page-turn a.page-up.first,
.page-turn a.page-down.last {
  color: #DDD !important;
}
.page-turn a .icon {
  font-weight: bold;
  color: inherit !important;
}
.float-box {
  z-index: 305;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.float-box.blur {
  opacity: 1;
}
.float-box .float-container {
  z-index: 315;
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: middle;
  background: none;
}
.float-box .float-container .float-box-bg {
  z-index: 315;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.float-box .float-container .container {
  position: relative;
  height: 80%;
  padding: 0;
}
.float-box .float-container .container .box {
  z-index: 320;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.5em 0 1em;
  background: #FFF;
  background: rgba(255, 255, 255, 0.95);
}
.float-box .float-container .container .box .content {
  position: absolute;
  top: 12.5%;
  width: 100%;
  padding: 0 2em;
  height: 85%;
  overflow: hidden;
}
.float-box .float-container .container .box .content h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: .75em;
  font-size: 1.5em;
  text-align: center;
}
.w50 {
  width: 50px;
}
.w1-2 {
  width: 50%;
}
.w1-3 {
  width: 33%;
}
.w2-3 {
  width: 67%;
}
.w1-4 {
  width: 25%;
}
.w3-4 {
  width: 75%;
}
.w1-5 {
  width: 20%;
}
.w4-5 {
  width: 80%;
}
.h50 {
  height: 50px;
}
.width-100p {
  width: 100%;
}
.text-over {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.no-wrap {
  white-space: nowrap;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.date,
.dark-t .date {
  color: #AAA !important;
  font-size: 0.85em !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-center {
  position: relative;
  margin: auto;
}
.btn-group {
  position: relative;
  margin: auto;
}
.btn-group button,
.btn-group .button {
  display: inline-block;
}
.box-group {
  margin: 1em auto;
}
.box-group div.box {
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a.index-button {
  display: inline-block;
  color: #FFF !important;
  white-space: nowrap;
}
a.index-button:LINK,
a.index-button:VISITED,
a.index-button:HOVER,
a.index-button:ACTIVE,
a.index-button:FOCUS {
  color: #FFF !important;
  text-decoration: none;
}
a.index-button.hide {
  display: none;
}
.index-button {
  padding: 0 3em;
  border: 1px solid transparent;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.15);
  color: #FFF !important;
  font-size: .8em;
  line-height: 2.5em;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.index-button * {
  color: #FFF !important;
  cursor: pointer;
}
.index-button span.icon {
  display: table;
  font-size: 1.25em;
}
.index-button span.icon b {
  display: table-cell;
  padding-left: .5em;
  font-size: .7em;
  vertical-align: middle;
  white-space: nowrap;
}
.index-button a,
.index-button a:LINK,
.index-button a:ACTIVE,
.index-button a:HOVER,
.index-button a:ACTIVE,
.index-button a:FOCUS {
  font-size: 1em;
  text-decoration: none;
  color: inherit !important;
}
.index-button.big {
  padding: .75em 3em;
}
.index-button.disabled {
  border: 1px solid;
}
.index-button.disabled * {
  cursor: default;
}
.index-button:HOVER {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
}
.index-button:FOCUS {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
.link-button {
  display: inline-block;
  padding: 0 1.5em;
  border-radius: 1em;
  font-size: .95em;
  line-height: 1.75em;
  background: #000;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.35);
}
.checked {
  background: #EEE;
}
.big-input {
  position: relative;
  width: 100%;
  margin: .5em auto 0;
}
.big-input textarea {
  height: 2.5em;
  width: 100%;
  padding: .5em 1em;
  font-size: .85em;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  resize: none;
}
.big-input input {
  left: 1em;
  right: 1em;
}
.big-input .input {
  height: 2.35em;
  width: 100%;
  padding: 0 .5em;
  border: 1px solid #DDD;
  font-size: .95em;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  resize: none;
}
.text-input {
  position: relative;
  width: 100%;
  margin: .5em auto 0;
}
.text-input td {
  position: relative;
  padding: 0 0 .5em !important;
  border: none !important;
  font-size: .85em;
  text-align: left;
}
.text-input td.name {
  text-align: right;
  margin: 0;
}
.text-input td.require {
  display: list-item;
  list-style: circle;
  padding: .25em 0 0 !important;
}
.text-input td.input-area.red input {
  border: 1px solid;
}
.text-input td input.disabled {
  color: #AAA;
  background: #F5F5F5;
}
.text-input td input.file {
  position: absolute;
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
  opacity: 0;
}
.text-input td input.file ~ .button {
  margin: 0;
  padding: 0 1.5em !important;
  font-size: .85em;
}
.text-input td input.file ~ .text-field,
.text-input td input.file ~ span.text-field {
  width: 8em;
  margin-left: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-input td .input {
  height: 2.35em;
  padding: 0 .5em;
  font-size: .95em;
  border: 1px solid #DDD;
  border-color: rgba(0, 0, 0, 0);
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  resize: none;
}
.text-input td .input.w100 {
  width: 100%;
}
.text-input td div.check {
  display: inline-block;
  font-size: 1em;
}
.text-input td div.check label {
  font-size: 1em;
}
.text-input td .auth {
  width: auto;
  margin: .25em .5em .25em 1.5em;
  font-size: .9em;
  white-space: nowrap;
}
.text-input td input.required + label.error,
.text-input td select.required + label.error {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  margin-right: 0.5em;
  font-size: 0.8em;
  text-align: left;
  line-height: 2.5em;
}
.text-input td.red label.error {
  display: inline-block !important;
}
ul.index-menu {
  padding: 0 !important;
}
ul.index-menu li.main-menu {
  position: relative;
  list-style: none;
  text-align: center;
}
ul.index-menu li.main-menu .current-option {
  display: block;
  width: 100%;
  line-height: 2em;
}
ul.index-menu li.main-menu .sub-menu {
  position: absolute;
  width: 100%;
  padding: 0;
  margin-top: -2em;
  background: #FFF;
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease 0s, visibility 0.01s linear 0.15s, margin-top 0.15s ease 0s;
}
ul.index-menu li.main-menu .sub-menu li {
  width: 100%;
  list-style: none;
  line-height: 2em;
  border: .05em solid;
  border-top: none;
}
ul.index-menu li.main-menu .sub-menu li a {
  display: block;
}
ul.index-menu li.main-menu:HOVER .sub-menu {
  margin-top: -1px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.01s linear 0s, opacity 0.15s ease 0.01s, margin-top 0.15s ease 0.01s;
}
.check-select input {
  display: none;
}
.check-select label {
  line-height: 2em;
}
.check-select label span {
  font-size: 1em;
  cursor: pointer;
}
.line-ver {
  display: block;
  float: left;
  width: 0;
  height: 100%;
  border-right: 1px solid;
}
.arrow {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -0.5em;
  border: .5em solid transparent;
}
.arrow.down {
  bottom: -0.5em;
  border-bottom-width: 0;
}
.arrow.up {
  top: -0.5em;
  border-top-width: 0;
}
.arrow.right {
  right: -0.5em;
  border-right-width: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.arrow.left {
  left: -0.5em;
  border-left-width: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.close-btn {
  z-index: 320;
  position: absolute;
  right: .75em;
  top: .75em;
  font-size: 1.5em !important;
  cursor: pointer !important;
}
p.errors,
p.success {
  text-align: center;
  font-size: .85em;
  line-height: 3em;
}
.error-msg,
.success-msg {
  display: block;
  width: 60%;
  min-width: 20em;
  padding: 1.5em 1em;
  margin: 0 auto 1em;
  border: 1px solid;
  text-align: center;
}
.error-msg h1,
.success-msg h1 {
  margin-bottom: 1em;
  font-size: 2em;
}
.error-msg p,
.success-msg p {
  line-height: 1.75em;
}
.notification-number {
  position: absolute;
  top: -0.5em;
  padding: .25em .45em;
  margin: .2em .35em;
  border-radius: 1em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
}
.service-sign {
  left: .25em;
}
.service-sign .icon.service-icon {
  display: inline-block;
  min-width: 1.5em;
  height: 1.5em;
  padding: 0 .5em;
  border: none !important;
  border-radius: .75em;
  text-align: center;
  line-height: 1.5em;
  text-decoration: none !important;
  font-weight: bold;
  font-size: .85em;
}
.service-sign a.icon.service-icon {
  cursor: pointer;
}
.float-bg {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.float-bg.white {
  background: #FFF;
}
.float-bg.white.blur {
  opacity: .75;
}
.float-bg.black {
  background: #000;
}
.float-bg.black.blur {
  opacity: .5;
}
.text-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-bg.black {
  background: rgba(0, 0, 0, 0.99);
}
a.name,
a.name:LINK,
a.name:VISITED,
a.name:HOVER,
a.name:ACTIVE,
a.name:FOCUS {
  color: inherit;
  text-decoration: none;
}
/* 图标 */
.icon,
.status-icon {
  margin: 0 .15em;
  font-family: 'icons', sans-serif;
  font-size: .9em;
  font-weight: lighter;
  color: inherit !important;
  cursor: inherit;
}
.status-icon {
  font-family: "status", sans-serif;
}
.icon.button {
  cursor: pointer;
}
.icon-up:before {
  content: "\e600";
}
.icon-down:before {
  content: "\e601";
}
.icon-left:before {
  content: "\e602";
}
.icon-right:before {
  content: "\e603";
}
.icon-ups:before {
  content: "\e604";
}
.icon-downs:before {
  content: "\e605";
}
.icon-lefts:before {
  content: "\e606";
}
.icon-rights:before {
  content: "\e607";
}
.icon-add:before {
  content: "\e608";
}
.icon-delete:before {
  content: "\e609";
}
.icon-closed:before {
  content: "\e60a";
}
.icon-close:before {
  content: "\e60b";
}
.icon-help:before {
  content: "\e60c";
}
.icon-address:before {
  content: "\e60d";
}
.icon-calender:before {
  content: "\e60e";
}
.icon-count:before {
  content: "\e60f";
}
.icon-download:before {
  content: "\e610";
}
.icon-mail:before {
  content: "\e611";
}
.icon-mails:before {
  content: "\e612";
}
.icon-order:before {
  content: "\e613";
}
.icon-output:before {
  content: "\e614";
}
.icon-phone:before {
  content: "\e615";
}
.icon-pics:before {
  content: "\e616";
}
.icon-print:before {
  content: "\e617";
}
.icon-save:before {
  content: "\e618";
}
.icon-saves:before {
  content: "\e619";
}
.icon-search:before {
  content: "\e61a";
}
.icon-tick:before {
  content: "\e61b";
}
.icon-check:before {
  content: "\e61c";
}
.icon-timing:before {
  content: "\e61d";
}
.icon-tools:before {
  content: "\e61e";
}
.icon-service:before {
  content: "\e61f";
}
.icon-camera:before {
  content: "\e620";
}
.icon-pic:before {
  content: "\e621";
}
.icon-return:before {
  content: "\e622";
}
.icon-ave-dil:before {
  content: "\e623";
}
.icon-user-dil:before {
  content: "\e624";
}
.icon-view:before {
  content: "\e625";
}
.icon-views:before {
  content: "\e626";
}
.icon-warning:before {
  content: "\e627";
}
.icon-wechat:before {
  content: "\e628";
}
.icon-QQ:before {
  content: "\e629";
}
a span.icon-right {
  font-weight: bold;
}
.tran-bg-2 {
  transition: background 2s ease 0s;
}
.tran-bg-p5 {
  transition: background 0.5s ease 0s;
}
.tran-bg-p25 {
  transition: background 0.25s ease 0s;
}
.tran-bd-p25 {
  tansition: border 0.25s ease 0s;
}
.tran-margin-p25 {
  transition: margin 0.25s ease 0s;
}
.tran-color-p25 {
  transition: color 0.25s ease 0s;
}
.tran-color-p5 {
  transition: color 0.5s ease 0s;
}
.tran-op-p5 {
  transition: opacity 0.5s ease 0s;
}
.tran-op-p25 {
  transition: opacity 0.25s ease 0s;
}
.tran-all-p5 {
  transition: all 0.5s ease 0s;
}
.tran-all-p25 {
  transition: all 0.25s ease 0s;
}
.tran-fade {
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s ease 0s, visibility .01s linear .5s;
}
.tran-fade.blur {
  visibility: visible;
  transition: visibility .01s linear 0s, opacity .35s ease .01s;
}
.tran-fade-tool {
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease 0s, visibility .01s linear .25s;
}
.tran-fade-tool.blur {
  visibility: visible;
  transition: visibility .01s linear .1s, opacity .35s ease .15s;
}
.tran-bubble {
  visibility: hidden;
  width: 1em;
  height: 2em;
  opacity: 0;
  transition: opacity .2s ease .2s, width .2s ease .2s, height .2s ease .2s, visibility .01s linear .49s;
}
.tran-bubble .content * {
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease 0s, visibility .01s linear .19s;
}
.tran-bubble .arrow {
  visibility: hidden;
  opacity: 0;
  transition: opacity .1s ease .4s, visibility .01s linear .19s;
}
.tran-bubble.blur {
  visibility: visible;
  width: auto;
  opacity: 1;
  transition: visibility .01s linear 0s, opacity .2s ease .01s, width .2s ease .01s, height .2s ease .01s;
}
.tran-bubble.blur .content * {
  visibility: visible;
  opacity: 1;
  transition: opacity .2s ease .3s, visibility .01s linear 0s;
}
.tran-bubble.blur .arrow {
  visibility: visible;
  opacity: 1;
  transition: opacity .1s ease .01s, visibility .01s linear 0s;
}
.hide {
  display: none;
}
.bg-mid,
.bg-mid-cl {
  background: #3598DB;
}
.bg-mid-cl:HOVER,
.bg-mid-cl.blur {
  background: #4ba3df;
}
.bg-mid-cl:FOCUS,
.bg-mid-cl.active {
  background: #60aee3;
}
.bd-mid-cl {
  border-color: #3598DB !important;
}
.mid-t,
.mid-t a,
.mid-t p,
.mid-t li,
.mid-t table,
div .mid-t {
  color: #3598DB !important;
}
.navigation .nav.dark-t li:HOVER,
.sub-navigation.dark-t li:HOVER {
  color: #4ba3df !important;
}
.bg-dark,
.bg-dark-cl,
.big-input .button {
  background: #34495E;
}
.bg-dark-cl:HOVER,
.big-input .button:HOVER {
  background: #3d566e;
}
.bg-dark-cl:FOCUS,
.bg-dark-cl.active,
.big-input .button:FOCUS {
  background: #46627f;
}
.bd-dark-cl {
  border-color: #34495E !important;
}
.dark-t,
.dark-t a,
.dark-t p,
.dark-t li,
.dark-t table {
  color: #2b3c4e !important;
}
.ex-dark-t,
.ex-dark-t * {
  color: #222f3d;
}
.dark-t button.index-button,
.ex-dark-t button.index-button {
  color: #FFF !important;
}
.dark-t .notification-number {
  color: #FFF !important;
  background: #E84C3D;
}
.bg-light,
.bg-light-cl {
  background: #1BBC9B;
}
.bg-light-cl:HOVER,
.bg-light-cl.blur {
  background: #1dc7a4;
}
.bg-light-cl:FOCUS,
.bg-light-cl.active {
  background: #1ed2ad;
}
.bd-light-cl {
  border-color: #1dc7a4 !important;
}
.bg-exlight,
.bg-exlight-cl {
  background: #ECF0F1;
}
.bg-exlight-cl:HOVER {
  background: #f3f6f6;
}
.bg-exlight-cl:FOCUS {
  background: #FFF;
}
.ex-light-t,
.ex-light-t * {
  color: #ECF0F1 !important;
}
.disabled,
.dark-t button.index-button:disabled,
.ex-dark-t button.index-button:disabled,
.dark-t button.index-button:disabled *,
.ex-dark-t button.index-button:disabled *,
.dark-t li.disabled *,
.ex-dark-t li.disabled * {
  color: #AAA !important;
}
.disabled,
button:disabled,
.disabled:HOVER,
button:disabled:HOVER,
.disabled:FOCUS,
button:disabled:FOCUS {
  border-color: #DDD !important;
  background: #EEE !important;
}
input:read-only,
input.readOnly {
  color: #AAA !important;
  background: #EEE !important;
}
.black-t,
.black-t * {
  color: #000;
}
a,
a:LINK,
a:VISITED {
  color: #1BBC9B;
}
a:HOVER,
a:ACTIVE,
a:FOCUS,
.active a.nav-name,
.active a.nav-name:HOVER,
.active a.nav-name:ACTIVE,
.active a.nav-name:FOCUS,
.block-box table a,
.page-turn a.active,
.article a,
.navigation li:HOVER a.nav-name,
.close-btn:HOVER {
  color: #3598DB !important;
}
a.ex-dark-t {
  color: #222f3d !important;
}
.active a.name {
  color: #FFF !important;
  background: #666;
}
.highlight-p,
.send .step-3 li.active label span,
.send .step-4 li.active label span .block-box.confirm li.active label {
  color: #258cd1 !important;
}
.active,
.navigation li:HOVER,
.page-turn a:HOVER,
.page-turn a:ACTIVE,
.page-turn a:FOCUS {
  border-color: #3598DB !important;
}
.bg-error {
  background: #E84C3D;
}
.bg-error:HOVER {
  background: #eb6154;
}
.bg-error:FOCUS {
  background: #ed766b;
}
.error,
.error *,
.errors,
.delete,
.remove,
.block-box.declare-panel .check-msg span,
.error-msg h1 {
  color: #E84C3D !important;
}
.error-msg {
  border-color: #E84C3D;
  background: #FFEFEF;
}
.text-input td.red input {
  border: 1px solid #e53726 !important;
}
.log-pannel p.error {
  color: #e53726 !important;
}
.success,
.success *,
.success-msg,
.add,
.success-msg h1 {
  color: #27AE61 !important;
}
.success-msg,
.send .step-3 li.active,
.send .step-4 li.active,
.block-box.confirm li.active,
.float-box li.active,
.search-address-panel li.active {
  border-color: #27AE61;
  background: #FFFFEF;
}
.bg-tran {
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
}
a.link-button,
a.link-button:LINK,
a.link-button:VISITED,
.block-box table a.link-button,
.block-box table a.link-button:LINK,
.block-box table a.link-button:VISITED {
  color: #FFF !important;
  font-weight: normal;
}
.highlight-t,
.highlight-t:LINK,
.highlight-t:VISITED {
  color: #F9DE46 !important;
  font-weight: bold;
}
a.link-button:HOVER,
a.link-button:ACTIVE,
a.link-button:FOCUS,
.block-box table a.link-button:HOVER,
.block-box table a.link-button:ACTIVE,
.block-box table a.link-button:FOCUS,
.block-box.cash table .disabled a.link-button {
  color: #fdf4c1 !important;
}
.highlight-t:HOVER,
.highlight-t:ACTIVE,
.highlight-t:FOCUS,
.block-box.cash table .disabled a.link-button:HOVER {
  color: #f7d515 !important;
}
.service-sign .service-icon.icon {
  color: #666 !important;
  background: #DDD;
}
.service-sign .service-icon.icon.status-wait-pay {
  color: #C1392B !important;
  background: #FFDCD3;
}
.service-sign .service-icon.icon.status-payed {
  color: #B07717 !important;
  background: #F8F5CB;
}
.service-sign .service-icon.icon.status-finished {
  color: #278946 !important;
  background: #D8FAC8;
}
.user-request-panel {
  background-color: #efefef;
  border: #CCCCCC;
  padding: 1em;
  font-size: 0.85em;
}
