@charset "utf-8";
body,
html {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  width: 100%;
  color: #555555;
}
/* ui-kit overload */
.uk-background-muted {
  background-color: #f0f2f5;
  color: #999999;
}
.uk-text-primary {
  color: #0c7ff2 !important;
}
.uk-text-muted {
  color: #999999 !important;
}
a {
  color: #555555;
  text-decoration: none;
}
.uk-link:hover,
a:hover {
  color: #0c7ff2;
  text-decoration: none;
}
.uk-active > a {
  color: #222222;
}
/* 通用定义 */
.jm-topnav {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
}
.jm-navbar {
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
}
.jm-navbar .uk-navbar-nav > li > a {
  font-size: 1rem;
  color: #555555;
}
.jm-navbar .uk-navbar-nav > li > a:hover {
  color: #0c7ff2;
}
.jm-navbar .uk-navbar-nav > li.uk-active > a {
  color: #222222;
  font-weight: 500;
}
.jm-navbar .uk-logo img {
  height: 36px;
}
.jm-quickbar li {
  margin: -1px 0px 0px 0px !important;
  padding: 0px!important;
  border: 1px solid #efefef;
}
.jm-quickbar a {
  background: #FFFFFF;
  padding: 12px;
  margin: 0px 0px 0px 0px !important;
  cursor: pointer;
}
.jm-quickbar a:hover {
  background: #0c7ff2;
  color: #FFFFFF;
}
.jm-card-s1 {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
}
.jm-card-s1 .uk-card-title {
  font-size: 1rem;
  font-weight: 500;
}
.jm-card-s1 .uk-card-header {
  margin: 0px;
  border-top: 2px solid #0c7ff2;
  padding: 1em 1em 1em 1em;
}
.jm-card-s1 .uk-card-body {
  margin: 0px;
  padding: 0em 1em 1em 1em;
  overflow: hidden;
  font-size: 0.875rem;
}
.jm-card-s1 .uk-panel {
  border: none;
}
.jm-card-s1 .uk-panel-scrollable {
  resize: none;
}
.jm-list-s1 .jm-item {
  padding-bottom: .5em;
}
.jm-list-s1 .icon {
  color: #0c7ff2;
}
.jm-list-s1 .summary {
  margin-top: .125em;
  color: #999999;
  font-size: 0.8125rem;
}
.jm-card-s2 {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  border: 1px solid #efefef;
}
.jm-card-s2 .uk-card-title {
  font-size: 1rem;
  font-weight: 500;
}
.jm-card-s2 .uk-card-header {
  margin: 0px;
  border-top: 2px solid #0c7ff2;
  padding: 1em 1em 0em 1em;
}
.jm-card-s2 .uk-card-body {
  margin: 0px;
  padding: 0px 1em 1em 1em;
  font-size: 0.875rem;
}
.jm-list-s2 a {
  display: block;
  padding: 1em 0em 1em 0em;
  border-bottom: 1px solid #efefef;
}
.jm-list-s2 a:last-child {
  border-bottom: none;
}
.jm-list-s2 a:hover {
  background-color: #f0f2f5;
}
.jm-list-s2 img {
  height: 100%;
}
.jm-list-s2 .jm-item {
  padding-bottom: .5em;
}
.jm-list-s2 .summary {
  margin-top: .2em;
  color: #999999;
  font-size: 0.8125rem;
}
.jm-list-s2 .title {
  font-size: 1rem;
}
.jm-card-s3 {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  border: 1px solid #efefef;
}
.jm-card-s3 .uk-card-title {
  font-size: 1rem;
  font-weight: 500;
}
.jm-card-s3 .uk-card-header {
  margin: 0px;
  border-top: 2px solid #0c7ff2;
  padding: 1em 1em 1em 1em;
}
.jm-card-s3 .uk-card-body {
  margin: 0px;
  padding: 0px 1em 1em 1em;
  font-size: 0.875rem;
}
.jm-list-s3 .uk-card-body {
  padding: 1em .5em;
}
.jm-list-s3 .uk-card-body p {
  margin: .2em 0em;
}
.jm-list-s3 .uk-card-title {
  margin-bottom: .5em;
}
.jm-card-s4 {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  border: 1px solid #efefef;
}
.jm-card-s4 .uk-card-title {
  font-size: 1rem;
  font-weight: 500;
}
.jm-card-s4 .uk-card-header {
  margin: 0px;
  border-top: 2px solid #0c7ff2;
  padding: 1em 1em 1em 1em;
}
.jm-card-s4 .uk-card-body {
  margin: 0px;
  padding: 0px 1em 0em 1em;
  font-size: 0.875rem;
}
.jm-list-s4 a {
  margin-bottom: 1em;
}
.jm-list-s4 a:hover .player {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jm-list-s4 a:hover .summary {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jm-list-s4 .summary {
  font-size: 0.875rem;
  padding: .5em .5em;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.jm-list-s4 .player {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.jm-list-s4 .uk-card-body {
  padding: 1em .5em;
}
.jm-list-s4 .uk-card-title {
  margin-bottom: .5em;
}
.jm-list-s4 .uk-text-danger .summary {
  color: #f0506e !important;
  background: #000000;
}
.jm-list-s4 .uk-text-danger .player {
  color: #f0506e !important;
}
.jm-card-s5 {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  border: 1px solid #efefef;
}
.jm-card-s5 .uk-card-title {
  font-size: 1rem;
  font-weight: 500;
}
.jm-card-s5 .uk-card-header {
  margin: 0px;
  border-top: 2px solid #0c7ff2;
  padding: 1em 1em 0em 1em;
}
.jm-card-s5 .uk-card-body {
  margin: 0px;
  padding: 0px 1em 0em 1em;
  font-size: 0.875rem;
}
.jm-list-s5 a {
  display: block;
  padding: 1em 0em 1em 0em;
  border-bottom: 1px solid #efefef;
}
.jm-list-s5 a:last-child {
  border-bottom: none;
}
.jm-list-s5 a:hover {
  background-color: #f0f2f5;
}
.jm-list-s5 img {
  height: 100%;
}
.jm-list-s5 .summary {
  margin-top: .2em;
  font-size: 0.8125rem;
  color: #999999;
}
.jm-list-s5 .title {
  font-size: 0.9rem;
}
.jm-footer {
  color: #999999;
  height: auto;
}
.jm-footer .jm-footer-company {
  font-size: 0.8125rem;
}
.jm-footer .jm-footer-service .uk-card-header,
.jm-footer .jm-footer-contact .uk-card-header {
  padding: .5em 1em .2em 1em;
}
.jm-footer .jm-footer-service .uk-card-header .uk-card-title,
.jm-footer .jm-footer-contact .uk-card-header .uk-card-title {
  font-size: 1.2rem;
  color: #999999;
}
.jm-footer .jm-footer-service .uk-card-body,
.jm-footer .jm-footer-contact .uk-card-body {
  padding: .5em 1em .5em 1em;
  font-size: 1rem;
}
.jm-footer .jm-footer-service .uk-card-body a,
.jm-footer .jm-footer-contact .uk-card-body a {
  color: #999999;
}
.jm-footer .jm-footer-service .uk-card-body a:hover,
.jm-footer .jm-footer-contact .uk-card-body a:hover {
  color: #555555;
}
.jm-footer .jm-footer-contact .uk-card-body {
  font-size: 1rem;
}
/* 兼容其他页面 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
ul,
li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d464d;
}
body {
  color: #555555;
}
.container {
  width: 1440px;
}
/**
 * 工具样式
 */
.push-15-r {
  margin-right: 15px;
}
.push-20-r {
  margin-right: 20px;
}
.push-15-t {
  margin-top: 15px;
}
.push-30-t {
  margin-top: 30px;
}
/**
 * 重载 Bootstrap 样式
 */
.popover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border-color: #e8e8e8;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.fixed {
  position: fixed;
}
.text-wechat {
  color: #609700 !important;
}
.text-wechat:hover {
  color: #333 !important;
}
/**
 * 重载 Bootstrap 表单样式
 */
.form-control.input-lg {
  height: 46px;
}
.form-control,
.input-group-addon {
  border-radius: 0px;
  border: 1px solid #cecece;
  color: #545454;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:focus {
  border-color: #eb4e39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 78, 57, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 78, 57, 0.6);
}
.input-group-addon.input-lg {
  border-radius: 0px;
}
.input-group-addon.input-lg.image {
  padding: 0px;
}
.btn-lg {
  border-radius: 0px;
}
.btn-primary {
  background-color: #eb4e39;
  border-color: #e54e39;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #f85959;
  border-color: #f35959;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #f85959;
  border-color: #f35959;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #f85959;
  border-color: #f35959;
}
.form-group a {
  color: #406599;
}
.form-group a:hover {
  color: #232323;
}
.has-error .form-control {
  border-color: #c54736;
  color: #c54736;
}
.has-error .form-control:focus {
  border-color: #eb4e39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 78, 57, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 78, 57, 0.6);
}
.has-error .form-control-feedback,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #c54736;
}
.has-success .form-control {
  border-color: #34a263;
  color: #34a263;
}
.has-success .form-control:focus {
  border-color: #eb4e39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 78, 57, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 78, 57, 0.6);
}
.has-success .form-control-feedback {
  color: #34a263;
}
.alert-danger {
  color: #c54736;
  border: 1px solid #f9eae8;
  background-color: #f9eae8;
  border-radius: 0;
}
.alert-success {
  color: #34a263;
  border: 1px solid #e0f5e9;
  background-color: #e0f5e9;
  border-radius: 0;
}
/**
 * 头部内容
 */
header .topbar {
  font-size: 14px;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  color: #FFFFFF;
  background-color: #222222;
  margin-bottom: 10px;
}
header .topbar .tb-list a {
  color: #FFFFFF;
  padding: 0 20px 0 20px;
}
header .topbar .tb-list a:hover {
  text-decoration: none;
  color: #8c8c8c;
}
header .topbar .tb-list li {
  display: inline-block;
  border-right: 1px solid #3a3a3a;
}
header .topbar .tb-list li:last-child {
  border-right: none;
}
header .crumb {
  height: 58px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px #e6e6e6;
  margin-bottom: 15px;
}
header .crumb .container {
  padding-top: 2px;
}
header .crumb .logo {
  width: 160px;
  height: 40px;
  margin-bottom: 10px;
  float: left;
}
header .crumb .logo img {
  display: inline-block;
  width: 160px;
  height: 40px;
}
header .crumb ul {
  float: left;
  padding-left: 10px;
}
header .crumb ul li {
  float: left;
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: .5em;
}
header .crumb ul li a {
  color: #545454;
  text-decoration: none;
}
header .crumb ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
header .crumb ul li span {
  cursor: default;
}
header .crumb ul li:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding-left: .5em;
}
header .crumb ul li:last-child:after {
  content: "";
}
/**
 * 类目导航
 */
.nav {
  width: 160px;
  height: auto;
}
.nav .logo {
  width: 160px;
  height: 40px;
  margin-bottom: 10px;
}
.nav .logo img {
  width: 160px;
  height: 40px;
}
.nav .nav-list a {
  font-weight: 400;
  width: 110px;
  height: 40px;
  display: inline-block;
  color: #232323;
  border-radius: 4px;
  text-decoration: none;
}
.nav .nav-list li {
  display: inline-block;
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  margin: .1em 0 .1em 0;
}
.nav .nav-list li:hover a,
.nav .nav-list li.active a {
  color: #FFFFFF;
  background-color: #eb4e39;
}
/**
 * 文章列表
 */
section.articles .article-item-ad-1 {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-top: 10px;
}
section.articles .article-item-ad-1 .image {
  float: left;
  width: 100%;
  height: auto;
  margin-right: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
section.articles .article-item-ad-1 .image a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
section.articles .article-item-ad-3 {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
section.articles .article-item-ad-3 .image {
  float: left;
  width: 30%;
  height: auto;
  margin: 0 auto;
  margin-right: 1.5%;
  margin-left: 1.5%;
  min-height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}
section.articles .article-item-ad-3 .image a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
section.articles .article-item-1 {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-top: 10px;
}
section.articles .article-item-1 .image {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 15px;
  overflow: hidden;
}
section.articles .article-item-1 .image a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
section.articles .article-item-1 .content {
  padding: 5px;
}
section.articles .article-item-1 .content a {
  text-decoration: none;
}
section.articles .article-item-1 .content h5 {
  min-height: 52px;
  line-height: 26px;
}
section.articles .article-item-1 .content h5 a {
  font-size: 20px;
  font-weight: 400;
  color: #232323;
}
section.articles .article-item-1 .content h5 a:hover {
  color: #eb4e39;
}
section.articles .article-item-1 .content p {
  color: #8c8c8c;
}
section.articles .article-item-1 .content p a,
section.articles .article-item-1 .content p span {
  margin-right: .5em;
  font-size: 14px;
  font-weight: 400;
}
section.articles .article-item-1 .content p a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
section.articles .article-item-1 .content p .category {
  font-size: 12px;
  border: 1px solid #eb4e39;
  color: #eb4e39;
  padding: .1em .2em .1em .2em;
}
/**
 * 内容块
 */
.block {
  margin: 0 0 15px 0;
  background: #f4f5f6;
}
.block .block-title {
  border-top: 2px solid #eb4e39;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 15px 15px 15px;
}
.block .block-content {
  height: auto;
  min-height: 50px;
  padding: 0 15px 0 15px ;
}
.block ul {
  padding: 15px 0 15px 0;
}
.block ul li {
  display: block;
  height: auto;
  line-height: 24px;
  font-size: 14px;
  color: #878787;
}
.block ul li.image {
  width: 100%;
  margin: 1em 0 .5em 0;
  text-align: center;
}
.block ul li.image span {
  display: block;
  width: 100%;
}
.block ul li.image img {
  width: 80%;
  display: block;
  margin: .5em auto;
}
.block .item-1 {
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  padding: .5em 0 .5em 0;
}
.block .item-1 a {
  color: #545454;
  text-decoration: none;
}
.block .item-1 .image {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: .5em;
  overflow: hidden;
}
.block .item-1 a:hover,
.block .item-1 .image img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.block .item-1:first-child {
  padding-top: 0;
}
.block .item-1:last-child {
  border-bottom: none;
  padding-bottom: 15px;
}
.block-full .block-content {
  padding: 0;
}
/**
 * 返回顶部等工具
 */
.float-tooltip {
  position: fixed;
  display: block;
  width: 36px;
  bottom: 100px;
  right: 100px;
}
.float-tooltip li {
  margin-bottom: .2em;
  padding: .5em;
  font-size: 18px;
  display: block;
  background: #f0e6e5;
}
.float-tooltip li a {
  color: #878787;
}
.float-tooltip li a:hover {
  color: #eb4e39;
}
a:hover {
  text-decoration: none;
}
body {
  background: #f5f5f5;
}
.container {
  text-align: center;
}
.container .form {
  text-align: left;
}
header {
  text-align: left;
  padding-top: 15px;
}
header .logo img {
  width: 200px;
}
.form.signup-form {
  width: 500px;
  background: #fff;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 40px auto;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.form.signup-form hr {
  margin-top: 40px;
  margin-bottom: 20px;
}
.form-header {
  text-align: left;
}
.form-header p {
  font-size: 16px;
  color: #666666;
}
.form-header h3 {
  font-size: 24px;
}
