/**
  * 公共组件
  */
/**
  * 用户存放变量
  */
/**
  * 用户存放minix方法
  */
.abs-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.abs-center-y {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  transform: translateY(-50%);
}
.abs-center-x {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.img-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
}
html {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
ul,
ol,
li {
  list-style: none;
  list-style-position: outside;
}
ul.list-style-dot li {
  list-style: disc;
}
body {
  font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-width: 0;
  color: #666;
}
body.iframe {
  padding-top: 0;
}
body.nopadding {
  padding-top: 0;
}
.navbar {
  font-family: '微软雅黑';
  height: 60px;
  border: none;
  background-color: #1db6e2;
}
.navbar .center-block {
  width: 1024px;
}
.navbar .navbar-header {
  height: 60px;
  padding-left: 120px;
}
.navbar .navbar-header a {
  font-size: 20px;
  font-weight: bold;
  cursor: default;
  color: #fff !important;
}
.navbar .navbar-header .navbar-brand {
  height: 60px;
  padding: 20px 15px;
}
.navbar .btn-menu {
  float: none !important;
}
.navbar .header-user {
  margin: 15px 10px;
  color: #fff;
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 0;
}
.navbar .header-user .btn-menu {
  border: transparent;
  background-color: transparent;
  box-shadow: none !important;
}
.navbar .header-user .btn-menu i {
  color: #fff;
}
.navbar .navbar-nav > li.active a {
  background-color: #079dc8;
}
.navbar .navbar-nav > li.active a:hover {
  background-color: #079dc8;
}
.navbar .navbar-nav > li.active a:focus {
  background-color: #079dc8;
}
.navbar .navbar-nav > li a {
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  color: #fff !important;
}
.navbar .navbar-nav > li a:hover {
  background-color: #08b0e1;
}
.wrap {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.wrap .nav + .content {
  top: 42px;
}
.wrap > .menu {
  font-family: '微软雅黑';
  position: relative;
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  width: 150px;
  height: 100%;
  background-color: #384f62;
}
.wrap > .menu .list-group-item {
  border-radius: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap > .menu .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.wrap > .menu + .content {
  left: 151px;
}
.wrap > .menu .panel-info {
  border: none;
}
.wrap > .menu .level1 {
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-decoration: none !important;
  color: #e4e4e4;
  border: none;
  background-color: #384f62;
}
.wrap > .menu .level1:hover {
  background-color: #415c72;
}
.wrap > .menu .level1.active {
  border-bottom: 1px solid #384f62;
  background-color: #4b6982;
}
.wrap > .menu .level2 {
  text-decoration: none !important;
  color: #b1b1b1;
  border: none;
  background-color: #384f62;
}
.wrap > .menu .level2:hover {
  background-color: #2d3f4f;
}
.wrap > .menu .level2.active {
  background-color: #293a48;
}
.wrap > .menu .sidebar {
  width: 10px;
  border: 1px solid #476278;
  background: url(../images/menusidebar.png) #344858 no-repeat center center;
}
.wrap > .menu .sidebar:hover,
.wrap > .menu .sidebar.hover {
  border: 1px solid #506f88;
  background-color: #2b3b48;
}
.wrap > .menu a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap > .content {
  overflow: auto;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrap > .content .side {
  float: left;
  width: 220px;
}
.wrap > .content .side.right {
  float: right;
}
.wrap > .content .main-content {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 221px;
  z-index: 0;
}
.wrap > .content .main-content iframe {
  overflow: auto;
  width: 100%;
  height: 100%;
  border: 0;
}
.wrap > .content.reverse .side {
  float: right;
}
.wrap > .content.reverse .main-content {
  position: absolute;
  top: 0;
  right: 221px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrap > .content > .main-content.iframe {
  overflow: hidden;
}
output {
  white-space: normal;
}
.panel {
  margin: 0 !important;
}
.menu-group {
  margin-bottom: 5px;
  cursor: default;
}
.menu-group-name {
  font-weight: 900;
}
.noty_text {
  font-size: 14px;
  line-height: 1.42857143;
}
.noty_type_alert {
  background-color: #fff;
}
#noty_topCenter_layout_container {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#noty_topCenter_layout_container li {
  border: none !important;
  background: none !important;
}
#noty_topCenter_layout_container li .noty_bar {
  color: #fff;
}
#noty_topCenter_layout_container li .noty_bar.noty_type_error {
  border: 1px solid #d43e3b;
  background-color: #c9302c;
}
#noty_topCenter_layout_container li .noty_bar.noty_type_success {
  border: 1px solid #4caf4c;
  background-color: #449d44;
}
#noty_topCenter_layout_container li .noty_bar.noty_type_alert {
  color: #333;
}
.form-group-control {
  text-align: right;
}
.sidebar {
  z-index: 1000;
  width: 3px;
  cursor: e-resize;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 0;
}
.sidebar:hover {
  background: #777;
}
.sidebar.hover {
  background: #777;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header {
  margin-bottom: 0;
}
header .header-welcome {
  cursor: default;
}
header .header-user {
  margin: 10px;
}
.default-form {
  position: relative;
  margin: 5px;
  padding: 0;
  padding: 5px;
  border: 1px solid #e6eff6;
}
.default-form .col-xs-1,
.default-form .col-xs-2,
.default-form .col-xs-3,
.default-form .col-xs-4,
.default-form .col-xs-5,
.default-form .col-xs-6,
.default-form .col-xs-7,
.default-form .col-xs-8,
.default-form .col-xs-9,
.default-form .col-xs-10,
.default-form .col-xs-11,
.default-form .col-xs-12 {
  padding-right: 2px;
  padding-left: 2px;
}
.default-form .form-basic button[type='reset'] {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.default-form .form-more {
  display: none;
}
.modal .modal-header {
  padding: 10px;
}
.modal .modal-body {
  padding: 10px;
}
.modal .modal-footer {
  padding: 10px;
}
.nav.nav-tabs {
  height: 42px;
  border-bottom: 1px solid #e6eff6;
}
.nav.nav-tabs li.active a {
  border: 1px solid #e6eff6;
  border-top: 3px solid #0096ff;
  border-bottom: none;
}
.nav.nav-tabs li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 42px;
}
.w50px {
  width: 50px;
}
.w100px {
  width: 100px;
}
.w150px {
  width: 150px;
}
.w100p {
  width: 100% !important;
}
.w90p {
  width: 90% !important;
}
.w80p {
  width: 80% !important;
}
.w70p {
  width: 70% !important;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pd0 {
  padding: 0;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pr1 {
  padding-right: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pr2 {
  padding-right: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pr7 {
  padding-right: 7px;
}
.pl7 {
  padding-left: 7px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.px0 {
  padding-right: 0;
  padding-left: 0;
}
.icon-block {
  margin: 5px;
  overflow: hidden;
}
.icon-block a {
  float: left;
  margin: 2px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
  padding: 2px 18px 2px 4px;
  color: #999;
  font-size: 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 5px;
}
.icon-block a:hover {
  color: black;
  border: 1px solid red;
}
.icon-block a:hover i {
  color: red;
}
.icon-block a i {
  position: absolute;
  top: 4px;
  right: 2px;
  bottom: auto;
  left: auto;
  z-index: 0;
}
[data-hide] {
  display: none;
}
input.form-control,
input[type='text'] {
  height: 34px;
  border: 1px solid #c1d8ea;
  box-shadow: none;
}
.input-group-addon,
textarea.form-control,
select.form-control {
  border-color: #c1d8ea;
}
input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
}
.modal {
  z-index: 9991;
}
input:focus,
textarea:focus {
  border-left: 5px solid #9bc0dd;
}
button:hover:hover.close > span,
button:hover:hover > .caret,
button:hover:hover > .glyphicon {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
}
.nav a,
.navbar-nav a,
.btn,
.icon-block a,
.menu a,
.sidebar,
.tree a,
tr,
input[type='text'],
textarea,
button.close > span,
button > .glyphicon,
button > .caret .sort-default {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.flex {
  display: flex;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-x-y-justify {
  justify-content: center;
  align-items: center;
}
.flex .flex-item {
  flex: 1;
}
.flex .flex-item-d1 {
  flex: .1;
}
.flex .flex-item-d2 {
  flex: .2;
}
.flex .flex-item-d2d5 {
  flex: .25;
}
.flex .flex-item-d5 {
  flex: .5;
}
.flex .flex-item-d6d5 {
  flex: .65;
}
.flex .flex-item-d8 {
  flex: .8;
}
.flex .flex-item-d8d5 {
  flex: .85;
}
.flex .flex-item-d9 {
  flex: .9;
}

/**
  * 页面样式
  * 每个页面对应
  */
/**
  * 用户存放变量
  */
/**
  * 用户存放minix方法
  */
.abs-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.abs-center-y {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  transform: translateY(-50%);
}
.abs-center-x {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.img-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
}
/**
  * 公共组件
  */
html {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
ul,
ol,
li {
  list-style: none;
  list-style-position: outside;
}
ul.list-style-dot li {
  list-style: disc;
}
body {
  font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-width: 0;
  color: #666;
}
body.iframe {
  padding-top: 0;
}
body.nopadding {
  padding-top: 0;
}
.navbar {
  font-family: '微软雅黑';
  height: 60px;
  border: none;
  background-color: #1db6e2;
}
.navbar .center-block {
  width: 1024px;
}
.navbar .navbar-header {
  height: 60px;
  padding-left: 120px;
}
.navbar .navbar-header a {
  font-size: 20px;
  font-weight: bold;
  cursor: default;
  color: #fff !important;
}
.navbar .navbar-header .navbar-brand {
  height: 60px;
  padding: 20px 15px;
}
.navbar .btn-menu {
  float: none !important;
}
.navbar .header-user {
  margin: 15px 10px;
  color: #fff;
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 0;
}
.navbar .header-user .btn-menu {
  border: transparent;
  background-color: transparent;
  box-shadow: none !important;
}
.navbar .header-user .btn-menu i {
  color: #fff;
}
.navbar .navbar-nav > li.active a {
  background-color: #079dc8;
}
.navbar .navbar-nav > li.active a:hover {
  background-color: #079dc8;
}
.navbar .navbar-nav > li.active a:focus {
  background-color: #079dc8;
}
.navbar .navbar-nav > li a {
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  color: #fff !important;
}
.navbar .navbar-nav > li a:hover {
  background-color: #08b0e1;
}
.wrap {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.wrap .nav + .content {
  top: 42px;
}
.wrap > .menu {
  font-family: '微软雅黑';
  position: relative;
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  width: 150px;
  height: 100%;
  background-color: #384f62;
}
.wrap > .menu .list-group-item {
  border-radius: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap > .menu .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.wrap > .menu + .content {
  left: 151px;
}
.wrap > .menu .panel-info {
  border: none;
}
.wrap > .menu .level1 {
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-decoration: none !important;
  color: #e4e4e4;
  border: none;
  background-color: #384f62;
}
.wrap > .menu .level1:hover {
  background-color: #415c72;
}
.wrap > .menu .level1.active {
  border-bottom: 1px solid #384f62;
  background-color: #4b6982;
}
.wrap > .menu .level2 {
  text-decoration: none !important;
  color: #b1b1b1;
  border: none;
  background-color: #384f62;
}
.wrap > .menu .level2:hover {
  background-color: #2d3f4f;
}
.wrap > .menu .level2.active {
  background-color: #293a48;
}
.wrap > .menu .sidebar {
  width: 10px;
  border: 1px solid #476278;
  background: url(../images/menusidebar.png) #344858 no-repeat center center;
}
.wrap > .menu .sidebar:hover,
.wrap > .menu .sidebar.hover {
  border: 1px solid #506f88;
  background-color: #2b3b48;
}
.wrap > .menu a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap > .content {
  overflow: auto;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrap > .content .side {
  float: left;
  width: 220px;
}
.wrap > .content .side.right {
  float: right;
}
.wrap > .content .main-content {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 221px;
  z-index: 0;
}
.wrap > .content .main-content iframe {
  overflow: auto;
  width: 100%;
  height: 100%;
  border: 0;
}
.wrap > .content.reverse .side {
  float: right;
}
.wrap > .content.reverse .main-content {
  position: absolute;
  top: 0;
  right: 221px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrap > .content > .main-content.iframe {
  overflow: hidden;
}
output {
  white-space: normal;
}
.panel {
  margin: 0 !important;
}
.menu-group {
  margin-bottom: 5px;
  cursor: default;
}
.menu-group-name {
  font-weight: 900;
}
.noty_text {
  font-size: 14px;
  line-height: 1.42857143;
}
.noty_type_alert {
  background-color: #fff;
}
#noty_topCenter_layout_container {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#noty_topCenter_layout_container li {
  border: none !important;
  background: none !important;
}
#noty_topCenter_layout_container li .noty_bar {
  color: #fff;
}
#noty_topCenter_layout_container li .noty_bar.noty_type_error {
  border: 1px solid #d43e3b;
  background-color: #c9302c;
}
#noty_topCenter_layout_container li .noty_bar.noty_type_success {
  border: 1px solid #4caf4c;
  background-color: #449d44;
}
#noty_topCenter_layout_container li .noty_bar.noty_type_alert {
  color: #333;
}
.form-group-control {
  text-align: right;
}
.sidebar {
  z-index: 1000;
  width: 3px;
  cursor: e-resize;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 0;
}
.sidebar:hover {
  background: #777;
}
.sidebar.hover {
  background: #777;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header {
  margin-bottom: 0;
}
header .header-welcome {
  cursor: default;
}
header .header-user {
  margin: 10px;
}
.default-form {
  position: relative;
  margin: 5px;
  padding: 0;
  padding: 5px;
  border: 1px solid #e6eff6;
}
.default-form .col-xs-1,
.default-form .col-xs-2,
.default-form .col-xs-3,
.default-form .col-xs-4,
.default-form .col-xs-5,
.default-form .col-xs-6,
.default-form .col-xs-7,
.default-form .col-xs-8,
.default-form .col-xs-9,
.default-form .col-xs-10,
.default-form .col-xs-11,
.default-form .col-xs-12 {
  padding-right: 2px;
  padding-left: 2px;
}
.default-form .form-basic button[type='reset'] {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.default-form .form-more {
  display: none;
}
.modal .modal-header {
  padding: 10px;
}
.modal .modal-body {
  padding: 10px;
}
.modal .modal-footer {
  padding: 10px;
}
.nav.nav-tabs {
  height: 42px;
  border-bottom: 1px solid #e6eff6;
}
.nav.nav-tabs li.active a {
  border: 1px solid #e6eff6;
  border-top: 3px solid #0096ff;
  border-bottom: none;
}
.nav.nav-tabs li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 42px;
}
.w50px {
  width: 50px;
}
.w100px {
  width: 100px;
}
.w150px {
  width: 150px;
}
.w100p {
  width: 100% !important;
}
.w90p {
  width: 90% !important;
}
.w80p {
  width: 80% !important;
}
.w70p {
  width: 70% !important;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pd0 {
  padding: 0;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pr1 {
  padding-right: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pr2 {
  padding-right: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pr7 {
  padding-right: 7px;
}
.pl7 {
  padding-left: 7px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.px0 {
  padding-right: 0;
  padding-left: 0;
}
.icon-block {
  margin: 5px;
  overflow: hidden;
}
.icon-block a {
  float: left;
  margin: 2px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
  padding: 2px 18px 2px 4px;
  color: #999;
  font-size: 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 5px;
}
.icon-block a:hover {
  color: black;
  border: 1px solid red;
}
.icon-block a:hover i {
  color: red;
}
.icon-block a i {
  position: absolute;
  top: 4px;
  right: 2px;
  bottom: auto;
  left: auto;
  z-index: 0;
}
[data-hide] {
  display: none;
}
input.form-control,
input[type='text'] {
  height: 34px;
  border: 1px solid #c1d8ea;
  box-shadow: none;
}
.input-group-addon,
textarea.form-control,
select.form-control {
  border-color: #c1d8ea;
}
input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
}
.modal {
  z-index: 9991;
}
input:focus,
textarea:focus {
  border-left: 5px solid #9bc0dd;
}
button:hover:hover.close > span,
button:hover:hover > .caret,
button:hover:hover > .glyphicon {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
}
.nav a,
.navbar-nav a,
.btn,
.icon-block a,
.menu a,
.sidebar,
.tree a,
tr,
input[type='text'],
textarea,
button.close > span,
button > .glyphicon,
button > .caret .sort-default {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.flex {
  display: flex;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-x-y-justify {
  justify-content: center;
  align-items: center;
}
.flex .flex-item {
  flex: 1;
}
.flex .flex-item-d1 {
  flex: .1;
}
.flex .flex-item-d2 {
  flex: .2;
}
.flex .flex-item-d2d5 {
  flex: .25;
}
.flex .flex-item-d5 {
  flex: .5;
}
.flex .flex-item-d6d5 {
  flex: .65;
}
.flex .flex-item-d8 {
  flex: .8;
}
.flex .flex-item-d8d5 {
  flex: .85;
}
.flex .flex-item-d9 {
  flex: .9;
}
body .navbar .navbar-header {
  background: url(../images/logo.png) no-repeat center left !important;
}
#homepage-header {
  z-index: 2;
  font-weight: 200;
  position: relative;
  height: 100px;
  margin-bottom: 1em;
}
#homepage-header .menu-group {
  position: absolute;
  font-size: 3rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#homepage-header .header-logo {
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 260px;
  position: absolute;
  left: 1em;
  z-index: 10;
}
#homepage-header .header-logo .header-link {
  height: inherit;
}
#homepage-header .header-logo .header-link .js-logo-container {
  height: inherit;
}
#homepage-header .header-logo .header-link .js-logo-container img {
  max-width: 100%;
  max-height: 100%;
}
#homepage-header .header-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#homepage-header .header-contact {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 20px;
  text-align: right;
  transform: translateY(-50%);
  color: #999;
}
#homepage-header .header-contact p {
  margin: 0;
}
#homepage-header .header-linkbin {
  max-width: 700px;
  margin: 0.7em auto 0 auto;
  position: relative;
  text-align: center;
}
#homepage-header .new-links {
  display: inline-block;
  /*border-top: 2px solid #ff8100;*/
  position: relative;
}
#homepage-header .header-linkbin .link-container {
  line-height: 1em;
  position: relative;
  display: inline-block;
  padding-bottom: 0.7em;
}
#homepage-header .header-linkbin .link-container a {
  position: relative;
  display: inline-block;
  padding: 0.7em 1em 0 1em;
  text-decoration: none;
}
#homepage-header .header-linkbin .link-container a:hover {
  color: #ff8100;
}
#homepage-header .header-linkbin .link-container a.active {
  color: #ff8100;
}
#homepage-header .header-linkbin .link-container .category-menu {
  display: none;
  position: absolute;
  top: 2.4em;
  width: 100px;
  left: 0;
  padding: 0;
  box-shadow: 1px 2px 1px 1px #999;
  background-color: #fff;
}
#homepage-header .header-linkbin .link-container .category-menu.hover {
  display: block;
}
#homepage-header .header-linkbin .link-container .category-menu li {
  padding-bottom: 0.7em;
  border: 1px solid #f3f3f3;
}
#homepage-header .header-linkbin .link-container .category-menu li:last-child {
  border-bottom: 0;
}
#homepage-header .header-linkbin .link-container .category-menu li a {
  line-height: 1.5em;
}
#homepage-header .header-linkbin .link-container .category-menu li:hover {
  background-color: #f3f3f3;
}
#homepage-header .header-linkbin .link-container .link-layer-menu {
  display: none;
  position: absolute;
  top: 2.4em;
  width: 600px;
  left: -4rem;
  padding: 0;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px #999;
  background-color: #f5f5f5;
  background-color: #fff;
  padding: 20px 30px;
}
#homepage-header .header-linkbin .link-container .link-layer-menu.hover {
  display: block;
}
#homepage-header .header-linkbin .link-container .link-layer-menu .link-content-body .section-list .image {
  overflow: hidden;
}
#homepage-header .header-linkbin .link-container .link-layer-menu .link-content-body .link-content-list .list-item {
  line-height: 2rem;
  border-top: 1px solid #ddd;
  text-align: left;
}
#homepage-header .header-linkbin .link-container .link-layer-menu .link-content-body .link-content-list .list-item:last-child {
  border-bottom: 1px solid #ddd;
}
#homepage-header .header-linkbin .link-container .link-layer-menu .link-content-body .link-content-list .list-item a {
  padding: .6em 1em;
}
#homepage-header .header-linkbin .link-container .link-layer-menu li {
  padding-bottom: 0.7em;
  border: 1px solid #f3f3f3;
}
#homepage-header .header-linkbin .link-container .link-layer-menu li:last-child {
  border-bottom: 0;
}
#homepage-header .header-linkbin .link-container .link-layer-menu li a {
  line-height: 1.5em;
}
#homepage-header .header-linkbin .link-container .link-layer-menu li:hover {
  background-color: #f3f3f3;
}
#homepage-header a {
  /*color: #ff8100;*/
  color: #666;
  text-decoration: none;
}
#homepage-header a.header-link {
  display: block;
  z-index: 2;
}
#index {
  font-family: '微软雅黑';
  overflow-x: hidden;
  overflow-y: scroll;
}
#index .sysTitle {
  text-align: center;
  color: #fff;
  font-weight: 100;
  padding: 5px;
}
#index #carousel-example-generic {
  margin: 0 auto;
  height: 400px;
}
#index #carousel-example-generic .carousel-inner {
  width: 100%;
  height: inherit;
}
#index #carousel-example-generic .carousel-inner .item {
  width: 100%;
  height: inherit;
}
#index #carousel-example-generic .carousel-inner .item img {
  width: 100%;
  margin: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#index .masonry-container {
  margin: 0 auto;
}
#index .masonry-container > * {
  background-origin: border-box;
}
#index .masonry-container .thumbnail {
  overflow: hidden;
  position: relative;
  background-origin: content-box;
  border: none;
  height: 300px;
}
#index .masonry-container .thumbnail:before {
  margin-top: 100%;
}
#index .masonry-container .thumbnail img {
  width: 100%;
  height: 320px;
}
#index .masonry-container .thumbnail .caption {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0;
}
#index .masonry-container .thumbnail .caption p {
  padding: 10px 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  word-break: normal !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#B3000000', GradientType=0);
}
#index .cat-6 {
  height: 400px;
  background: blue;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
}
#index .cat-5 {
  height: 400px;
  background: purple;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
}
#index .baike {
  position: relative;
}
@media screen and (min-width: 1380px) {
  #index #carousel-example-generic {
    max-width: 1380px;
    height: 600px;
  }
  #index .masonry-container {
    max-width: 1380px;
  }
  #index .masonry-container .title-name {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    color: #333;
  }
}
@media screen and (max-width: 1200px) {
  #index #carousel-example-generic {
    height: 500px;
  }
}
@media screen and (max-width: 750px) {
  #index #carousel-example-generic {
    max-width: 700px;
    height: 300px;
  }
  #index .masonry-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #index #carousel-example-generic {
    max-width: 700px;
    height: 250px;
  }
  #index .masonry-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #index #carousel-example-generic {
    max-width: 700px;
    height: 200px;
  }
  #index .masonry-container {
    max-width: 100%;
  }
}
#index footer {
  width: 1024px;
  height: 180px;
  padding: 15px;
  color: #999;
}
#index footer .contact {
  font-size: 12px;
  text-align: center;
}
#index footer .contact .prod-link {
  margin-bottom: 5px;
}
#index footer .contact .prod-link a {
  margin-left: 5px;
}
#index footer .info-block {
  padding-top: 10px;
  padding-left: 100px;
  background: url(../images/page.png) no-repeat left;
  background-position: 0 -65px;
}
#index footer .info-block .title {
  font-size: 18px;
  color: #80d6ef;
}
.sub-footer {
  padding: 40px 0;
  background-color: #373d41;
}
.sub-footer .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.sub-footer .container p {
  margin: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.sub-footer .container p:last-child {
  margin-bottom: 10px;
}
.sub-footer .container p.copy-box {
  font-size: 12px;
}
.menu-group-btn {
  padding-right: 5px;
}
.menu-group-content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  z-index: 99;
  transition: left .3s;
  background-color: #fff;
}
.menu-group-content.view-menu {
  left: 0 !important;
}
.menu-group-content.view-menu .menu-group-content-header .menu-content-close {
  right: 1rem;
}
.menu-group-content .menu-group-content-header {
  position: relative;
}
.menu-group-content .menu-group-content-header .menu-content-close {
  position: absolute;
  top: 1rem;
  right: -2rem;
}
.menu-slider-list {
  font-size: 14px;
  font-weight: 200;
  padding: 4rem 1rem 1rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.menu-slider-list li {
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: 400;
  color: inherit;
}
.menu-slider-list li a {
  display: block;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}
.menu-slider-list li a:hover {
  color: #ff8100;
}
.menu-slider-list li a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.menu-slider-list li .category-menu-mini {
  font-size: .6em;
  color: inherit;
}
.menu-slider-list li .category-menu-mini a {
  line-height: 1.2em;
}
.menu-slider-list .menu-contact-us {
  margin-top: 30px;
}
.menu-slider-list .menu-contact-us p {
  margin: 10px 0;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .sub-footer .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1000px) {
  #homepage-header .header-center,
  #homepage-header .header-contact {
    display: block !important;
  }
  #homepage-header .menu-group {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  #homepage-header .header-center,
  #homepage-header .header-contact {
    display: none !important;
  }
  #homepage-header .menu-group {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .sub-footer .container {
    width: 970px;
  }
}
@media (max-width: 768px) {
  #index > .masonry-container {
    padding: 0;
  }
  #index > .masonry-container #homepage-header {
    height: 70px;
  }
  #index > .masonry-container #homepage-header .js-logo-container img {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
  }
}
@media (min-width: 768px) {
  .sub-footer .container {
    width: 750px;
  }
  .index-popular-tour .item {
    padding: 0 10px;
  }
  .index-popular-tour .item:nth-child(1) {
    padding-left: 15px;
  }
  .index-popular-tour .item:last-child {
    padding-right: 15px;
  }
  .index-day-tour div[attr='mg_1'] {
    margin-right: 10px !important;
  }
  .index-day-tour div[attr='mg_2'] {
    margin-left: 10px !important;
  }
  .index-layover-tour div[attr='mg_0'],
  .index-english-service div[attr='mg_0'] {
    margin-right: 10px !important;
  }
  .index-layover-tour div[attr='mg_1'],
  .index-english-service div[attr='mg_1'] {
    margin-left: 10px !important;
  }
  .about-us-container-body {
    padding: 10px 20px !important;
  }
  .about-us-container-body .contact-us-card {
    border-left: 1px solid #dbdbdb !important;
  }
}
#home-container {
  margin: 0;
  padding-top: 1px;
}
#home-container h1 {
  margin: 10px;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .article-container .baike .article-nav-bar {
    width: 0 !important;
    z-index: -1;
  }
  .article-container .baike .common {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .article-container .baike .common:before {
    content: none !important;
  }
}
.article-container .baike {
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.article-container .baike.clear::after {
  content: "";
  display: block;
  clear: both;
}
.article-container .baike .article-nav-bar {
  position: fixed;
  width: 200px;
  color: #9a9a9a;
  font-size: 1.3em;
  font-weight: 300;
}
.article-container .baike .article-nav-bar ul {
  padding-left: 0;
  font-size: .9em;
}
.article-container .baike .article-nav-bar ul li {
  font-size: .9em;
  height: 44px;
  line-height: 44px;
  margin-bottom: 2px;
  cursor: pointer;
  background-color: transparent;
}
.article-container .baike .article-nav-bar ul li.active {
  color: #ff8100;
}
.article-container .baike .article-nav-bar ul li:hover {
  background-color: #f3f3f3;
}
.article-container .baike .common {
  position: relative;
  -webkit-overflow-scrolling: touch;
  color: #0B90C4;
  text-align: left;
  padding: 10px 200px 10px 270px;
}
.article-container .baike .common:before {
  content: ' ';
  width: 1px;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: 0;
  left: 200px;
  z-index: 0;
  background-color: #ddd;
}
.article-container .baike .common .animal {
  margin-bottom: 30px;
  padding: 10px 15px;
}
.article-container .baike .common .animal h2 {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #000;
}
.article-container .baike .common .animal > p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.article-container .card-container .card-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}
.article-container .card-container .card-item h4 {
  text-align: center;
  color: #FF7A2C;
}
.article-container .star {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 8px;
  width: 46px;
  height: 30px;
}
.article-container .star img {
  width: 100%;
  height: 100%;
}
.article-container .item-bar {
  border-radius: 8px;
  border: 1px solid;
  padding: 20px;
  box-shadow: #4b6982;
  position: relative;
  margin-bottom: 20px;
  height: 120px;
  box-shadow: 1px 3px 5px 2px #ddd;
}
.article-container .item-bar p {
  text-align: center;
}
.article-container .card-item:nth-child(1) .item-bar {
  border: 1px solid rgba(145, 220, 90, 0.3);
  box-shadow: 1px 3px 5px 2px rgba(145, 220, 90, 0.2);
}
.article-container .card-item:nth-child(2) .item-bar {
  border: 1px solid rgba(47, 136, 243, 0.3);
  box-shadow: 1px 3px 5px 2px rgba(47, 136, 243, 0.2);
}
.article-container .card-item:nth-child(3) .item-bar {
  border: 1px solid rgba(147, 62, 197, 0.3);
  box-shadow: 1px 3px 5px 2px rgba(147, 62, 197, 0.2);
}
.article-container .card-item:nth-child(4) .item-bar {
  border: 1px solid rgba(42, 235, 138, 0.3);
  box-shadow: 1px 3px 5px 2px rgba(42, 235, 138, 0.2);
}
.trips-index-bottom {
  margin: 20px 0 !important;
  padding: 15px;
  background-color: #e6e6e6;
}
img {
  transition: all 1s;
}
img[animal].hover {
  transform: scale(1.2, 1.2);
}
.main-category .media-container .tour-item {
  margin: 25px 0;
  border-bottom: 1px solid #ddd;
}
.main-category .media-container .tour-item .tour-item-hd {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.main-category .media-container .tour-item .tour-item-hd img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
}
.main-category .media-container .tour-item .tour-item-bd {
  padding: 0 15px 15px;
  font-size: 1.6rem;
}
.main-category .media-container .tour-item .tour-item-bd ul li {
  margin: 15px 0;
}
.main-category .media-container .tour-item:hover {
  background-color: #f3f3f3;
}
.main-payment {
  margin: 10px 15%;
  padding: 5px 10px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 750px) {
  .main-payment {
    margin: 10px 10px !important;
  }
}
.about-us-container {
  margin: 10px 15%;
}
@media screen and (max-width: 750px) {
  .about-us-container {
    margin: 10px 10px !important;
  }
}
.about-us-container .header-list {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  border-top: 20px solid transparent;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 10px #d2d2d2;
}
.about-us-container .header-list a {
  display: inline-block;
  position: relative;
  height: 53px;
  margin: 0;
  text-align: center;
  padding: 0 32px;
  color: gray;
  border-right: 1px solid #dcdcdc;
  line-height: 53px;
  font-size: 14px;
  text-decoration: none;
}
.about-us-container .header-list a:last-child {
  border-right: 0;
}
.about-us-container .header-list a:hover {
  color: #f78c0d;
  text-decoration: none;
  cursor: pointer;
}
.about-us-container .header-list a.active {
  color: #f78c0d;
}
.about-us-container .header-list a.active .arrow {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(45deg) translateX(-70%);
  background-color: #f7f7f7;
}
.about-us-container .about-us-container-body {
  padding: 10px 0;
  margin: -8px 2px;
  background: -ms-linear-gradient(top, #ededed, #fff);
  /* IE 10 */
  background: -moz-linear-gradient(top, #ededed, #fff);
  /*火狐*/
  /*谷歌*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fff));
  /* Safari 4-5, Chrome 1-9*/
  background: -webkit-linear-gradient(top, #ededed, #fff);
  /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, #ededed, #fff);
  /*Opera 11.10+*/
}
.about-us-container .about-us-container-body .form-group {
  margin-bottom: 10px;
}
.about-us-container .about-us-container-body .form-group label {
  text-align: left !important;
  padding-bottom: 10px;
}
.about-us-container .about-us-container-body .form-group:first-child {
  margin-top: 20px;
}
.about-us-container .about-us-container-body .contact-us-card {
  border-left: 0;
  padding-bottom: 20px;
}
#TA_selfserveprop280 {
  border-radius: 4px;
  min-height: 80px;
  border: 1px solid #00a680;
  width: 100% !important;
}
#CDSWIDSSP {
  width: 100% !important;
}
#CDSWIDSSP .widSSPData {
  border: 0 !important;
}
