@charset "UTF-8";
/*
Theme Name: Hacker Edit By MRC
Theme URI: http://www.20theme.com/themes/hacker
Author: moyu
Author URI: http://www.liuxinyu.me
Description: Hacker is an easy-to-read WordPress theme with clean layout. No matter which blog topic you are about to cover, you will find Hacker’s features a perfect fit. It’s fully responsive, retina ready and easy to customize. Every elements are responsive to give your readers best user experience throughout your blog.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hacker
Tags: one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hacker is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*----------------------------------------------------------------------*/
/* #Normalize - v3.0.2 | MIT License | git.io/normalize
/*----------------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*----------------------------------------------------------------------*/
/* #Base
/*----------------------------------------------------------------------*/
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: #f79292;
}

::selection {
  color: #fff;
  background-color: #f79292;
}

body {
  background-color: #fafafa;
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, "Microsoft YaHei","Hiragino Sans GB", "Hiragino Sans GB W3", serif;
  color: #424242;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* ##Heading
---------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  font-weight: bolder;
  font-size: 100%;
  line-height: 1.2;
  font-family: "Open Sans", "Lato", "Helvetica Neue", "Arial", serif;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.15em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

/* ##Paragraph
---------------------------------*/
p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* ##List
---------------------------------*/
ul,
ol {
  padding-left: 2em;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .5em 0 1em 0;
}

dt {
  font-weight: bolder;
}

dt + dd {
  margin-top: .5em;
}

dd {
  margin-left: 0;
}

dd + dt {
  margin-top: 1em;
}

hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #e0e0e0;
  -moz-box-sizing: content-box;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
}

/* ##Table
---------------------------------*/
table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 1rem;
}

table caption {
  padding: 5px;
  color: #333;
  background-color: #e5e5e5;
}

table th,
table td {
  text-align: left;
  padding: .6em;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}

table tbody + tbody {
  border-top: 2px solid #e5e5e5;
}

table .table {
  background-color: #fff;
}

.table-bordered {
  border: 1px solid #e5e5e5;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

/* ##Misc
---------------------------------*/
img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

textarea {
  vertical-align: top;
  resize: vertical;
}

a {
  color: #F03838;
  text-decoration: none;
}

a[href="#"], a.is-disabled {
  color: #999;
}

a:hover {
  color: #e41111;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

code,
pre {
  font-size: .9em;
  line-height: 1.5;
  background-color: #F3F2ED;
}

pre {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  margin-left: 2px;
  margin-right: 2px;
  color: #c7254e;
  white-space: nowrap;
  -webkit-border-radius: 0;
          border-radius: 0;
}

pre {
  padding: 1rem;
  margin: 1rem 0;
}

ins,
mark {
  background: #ffa;
  color: #333;
}

abbr,
dfn {
  font-style: normal;
  border-bottom: 1px dotted;
}

small {
  font-size: 80%;
}

address {
  font-style: normal;
}

blockquote {
  margin: 2rem 1rem;
  padding-left: 15px;
  line-height: 1.4;
  border-left: 4px solid #e0e0e0;
}

blockquote p {
  margin: 0 0 .7em 0;
}

blockquote small,
blockquote cite {
  display: block;
  font-size: 80%;
  color: #9e9e9e;
  margin-top: .5em;
}

blockquote cite:before {
  content: '- ';
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

iframe {
  border: 0;
}

.site {
  position: relative;
  width: 100%;
  max-width: 73.125rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

#primary {
  max-width: 48.125rem;
  width: 100%;
  padding: 5rem 0.625rem 0.625rem;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------------------------------------*/
/* #Main Navigation
/*----------------------------------------------------------------------*/
.site-branding {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4px;
  text-transform: uppercase;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: .1em;
}

.site-branding .site-title {
  margin: 0;
  font-size: 14px;
}

.site-branding .site-title a {
  display: inline-block;
  color: #fff !important;
  font-weight: bolder;
  background-color: #F03838;
  line-height: 2rem;
  height: 2rem;
  padding: 0 1rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.site-branding .site-title a:hover {
  color: #fff !important;
  padding: 0 1.5rem;
}

.site-branding .custom-logo-link {
  margin: 0 auto;
}

.site-branding .site-description {
  color: #9e9e9e;
  font-size: 13px;
  margin: 1rem 0 0;
}

.main-navigation {
  text-align: center;
}

.main-navigation .primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

.main-navigation .primary-menu > li {
  position: relative;
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
}

.main-navigation .primary-menu > li > a {
  display: block;
  color: #F03838;
  font-size: 16px;
  padding: 0 1rem;
}

.main-navigation .primary-menu .menu-item-has-children:hover {
  color: #fff;
  background: #424242;
}

.main-navigation .primary-menu .menu-item-has-children:hover > a {
  color: #fff;
}

.main-navigation .primary-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.main-navigation .primary-menu .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #424242;
  color: #fff;
  z-index: 998;
}

.main-navigation .primary-menu .sub-menu li {
  position: relative;
}

.main-navigation .primary-menu .sub-menu a {
  display: block;
  color: #fff;
  padding: 0.125rem 1rem;
}

.main-navigation .primary-menu .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.main-navigation .primary-menu .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

.site-footer {
  position: relative;
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  color: #9e9e9e;
}

.site-footer:before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}

.site-footer .meta {
  color: #9e9e9e;
  font-size: 13px;
  margin: 0.5rem 0;
}

/*----------------------------------------------------------------------*/
/* #Alert
/*----------------------------------------------------------------------*/
.Alert {
  position: relative;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #e0e0e0;
  color: #616161;
  padding: 1rem;
}

.Alert--warning {
  color: #6b3612;
  background-color: #ffedc7;
}

/*----------------------------------------------------------------------*/
/* #Form
/*----------------------------------------------------------------------*/
.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 20px;
  height: 32px;
  padding: 5px 10px;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}

.form-control:focus {
  outline: none;
}

.help-block {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #9e9e9e;
}

.form-control-static {
  height: 32px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.radio-inline.disabled label,
fieldset[disabled]
.radio-inline label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label,
.checkbox-inline.disabled label,
fieldset[disabled]
.checkbox-inline label {
  cursor: not-allowed;
}

/* ##Inline Form
---------------------------------*/
.form-inline .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static {
  display: inline-block;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

/*----------------------------------------------------------------------*/
/* #Articles
/*----------------------------------------------------------------------*/
.Article {
  position: relative;
  /* mrc */ 
  padding: 3rem 0;
}

.Article:not(:first-child):before {
  content: '';
  width: 9.375rem;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4.6875rem;
}

.Article.page .Article__title {
  text-align: center;
}

.Article--single {
  padding-top: 4rem;
  padding-bottom: 0;
}

.Article__title {
  position: relative;
  color: #212121;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 0 2rem;
}

.Article__title a {
  display: block;
  color: #212121;
}

.Article__title a:hover {
  color: #212121;
}

.Article__title a:hover span {
  -webkit-box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0.4);
          box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0.4);
}

.Article__title a span {
  padding-bottom: 3px;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0);
          box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0);
}

.Article__topMeta {
  position: relative;
  color: #9e9e9e;
  font-size: 14px;
  text-align: center;
  /* mrc */
  margin: 0.5rem 0;
}

.Article__topMeta > span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.Article__topMeta a {
  color: #9e9e9e;
}

.Article__topMeta a:hover {
  color: #F03838;
}

.Article__topMeta .post-edit-link {
  color: #F03838;
}

.Article__topMeta .post-edit-link:hover {
  color: #e41111;
}

.Article__topMeta time {
  font-style: italic;
}

.Article__featured {
  margin-bottom: 0.625rem;
}

.Article__featured img {
  width: 100%;
  height: auto;
}

.Article__excerpt {
  margin: 2rem 0;
  font-size: 16px;
  color: #616161;
}

.Article__footer {
  margin-top: 2rem;
}

.Article__footer:before, .Article__footer:after {
  content: " ";
  display: table;
}

.Article__footer:after {
  clear: both;
}

.Article__meta {
  font-size: 14px;
  color: #9e9e9e;
}

.Article__meta > span:not(:last-child) {
  margin-right: 1.5rem;
}

.Article__meta > span {
  display: inline-block;
}

.Article__meta > span > span {
  line-height: 1;
  vertical-align: middle;
}

.Article__meta a {
  color: #9e9e9e;
}

.Article__meta a:hover {
  color: #F03838;
}

.Article__meta i {
  vertical-align: middle;
  color: #9e9e9e;
  margin-right: .5rem;
}

.Article__content img {
  max-width: 100%;
  height: auto;
}

.link-url {
  color: #9e9e9e;
  font-size: 75%;
  font-style: italic;
  font-weight: normal;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  margin-top: .5em;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sticky-mark {
  position: absolute;
  right: 0;
  top: .1em;
  display: block;
  width: 12px;
  height: 11px;
  background-color: #F03838;
}

.sticky-mark:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #F03838 transparent transparent transparent;
}

.sticky-mark:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #F03838 transparent transparent;
}

.js-rating.is-active .icon-heart {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE5IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5oZWFydCBmaWxsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Ikljb25zIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODkuMDAwMDAwLCAtMzIuMDAwMDAwKSIgZmlsbD0iIzc1NzU3NSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik05OC41LDQ5IEM5OC40MTYsNDkgOTguMzMzLDQ4Ljk3OSA5OC4yNTcsNDguOTM3IEM5OC4xNjMsNDguODg1IDk1LjkzMSw0Ny42MzYgOTMuNjY1LDQ1LjU5IEM5Mi4zMjQsNDQuMzggOTEuMjU0LDQzLjE0MiA5MC40ODIsNDEuOTEgQzg5LjQ5OCw0MC4zMzkgODksMzguNzcxIDg5LDM3LjI1IEM4OSwzNC4zNTUgOTEuMzU1LDMyIDk0LjI1LDMyIEM5NS4yMywzMiA5Ni4yNzEsMzIuMzY3IDk3LjE4MSwzMy4wMzQgQzk3LjcxMywzMy40MjQgOTguMTY2LDMzLjg5NCA5OC41LDM0LjM5MyBDOTguODM0LDMzLjg5NCA5OS4yODcsMzMuNDI0IDk5LjgxOSwzMy4wMzQgQzEwMC43MjksMzIuMzY3IDEwMS43NywzMiAxMDIuNzUsMzIgQzEwNS42NDUsMzIgMTA4LDM0LjM1NSAxMDgsMzcuMjUgQzEwOCwzOC43NzEgMTA3LjUwMSw0MC4zMzkgMTA2LjUxOCw0MS45MSBDMTA1Ljc0Nyw0My4xNDIgMTA0LjY3Niw0NC4zOCAxMDMuMzM2LDQ1LjU5IEMxMDEuMDcsNDcuNjM2IDk4LjgzOCw0OC44ODUgOTguNzQ0LDQ4LjkzNyBDOTguNjY4LDQ4Ljk3OSA5OC41ODUsNDkgOTguNTAxLDQ5IEw5OC41LDQ5IFoiIGlkPSJoZWFydC1maWxsIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.page-links {
  position: relative;
  text-align: center;
}

.page-links .page-links-title {
  margin-right: 5px;
}

.page-links a {
  /*margin-left: 5px;*/
  /*margin-right: 5px;*/
}

/* ##Blockquote post format
---------------------------------*/
.posts-loop .Article.format-quote .Article__content > blockquote:first-child {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #212121;
  font-size: 26px;
  border-left: 0;
}

.posts-loop .Article.format-quote .Article__content > blockquote:first-child cite {
  font-size: 14px;
}

.posts-loop .Article.format-quote .Article__content > blockquote:first-child cite:before {
  content: '- ';
}

/*----------------------------------------------------------------------*/
/* #Typograph
/*----------------------------------------------------------------------*/
.Content {
  font-size: 16px;
}

.Content h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 {
  font-weight: bolder;
  line-height: 1.125;
  margin-bottom: .35em;
}

.Content h1:not(:first-child), .Content h2:not(:first-child), .Content h3:not(:first-child) {
  margin-top: 1.75em;
}

.Content h1 {
  font-size: 2em;
}

.Content h2 {
  font-size: 1.5em;
}

.Content h3 {
  font-size: 1.25em;
}

.Content h4 {
  font-size: 1.125em;
}

.Content h5 {
  font-size: 1em;
}

.Content h6 {
  font-size: 1em;
}

.Content blockquote,
.Content fieldset,
.Content figure, .Content address,
.Content p, .Content pre, .Content hr,
.Content dl, .Content ol, .Content ul {
  margin: 0 0 1.6em;
}

.Content p:not(:last-child) {
  margin-bottom: 1.25em;
}

.Content hr {
  display: block;
  height: 0;
  border: 0;
  padding: 0;
  border-top: 1px solid #eee;
  margin: 2em 0;
}

.Content ol {
  list-style: decimal outside;
  margin: 1em 2em;
}

.Content ul {
  list-style: square outside;
  margin: 1em  0;
  padding-left: 32px;
}

.Content ul ul {
  list-style-type: disc;
  margin-top: .5em;
}

.Content ul ul ul {
  list-style-type: circle;
}

.Content li + li {
  margin-top: 0.25em;
}

.Content dt {
  font-weight: 700;
}

.Content dd {
  margin-left: 0;
}

.Content dt + dd {
  margin-top: .35em;
}

.Content dd + dt {
  margin-top: 1em;
}

.Content blockquote {
  padding: 5px 0 5px 15px;
  border-left: 4px solid #ddd;
  font-family: Georgia, 'Times New Roman', STKaiti, BiauKai, KaiTi, 'DFKai-SB', 'KaiTi_GB2312', serif;
}

.Content blockquote:not(:last-child) {
  margin-bottom: 1em;
}

.Content blockquote p:last-of-type {
  margin-bottom: 0;
}

.Content blockquote small {
  display: block;
  color: #999;
  text-align: right;
}

.Content pre {
  padding: 15px 16px;
  line-height: 16px;
  font-size: 14px;
  white-space: pre;
  word-wrap: normal;
  overflow: auto;
  font-family: consolas, monaco, monospace;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #f7f7f9;
}

.Content table {
  display: table;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 336px;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.Content table caption {
  padding: 4px 6px;
  background-color: #ddd;
}

.Content table th, .Content table td {
  padding: 8px 16px 7px;
  border: 1px solid #ddd;
}

.Content table thead th {
  text-align: left;
}

.Content table tbody {
  margin: 0 16px;
}

.Content table tbody tr:nth-child(odd) td,
.Content table tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.Content iframe, .Content video, .Content embed, .Content object, .Content img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

.Content figure img {
  margin: 0 auto;
}

.Content figure img + figcaption {
  margin-top: 6px;
}

.Content figure figcaption {
  display: block;
  text-align: center;
  font-style: italic;
}

.Content figure figcaption + img {
  margin-top: 6px;
}

.Content em {
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -webkit-text-emphasis: filled circle;
  -moz-text-emphasis: filled circle;
  -ms-text-emphasis: filled circle;
  text-emphasis: filled circle;
  -webkit-text-emphasis-position: under left;
  -moz-text-emphasis-position: under left;
  -ms-text-emphasis-position: under left;
  text-emphasis-position: under left;
}

.Content u {
  padding-bottom: .05em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  border-bottom: 1px solid #8b98a0;
}

.Content u + u {
  margin-left: .125em;
}

.Content a {
  padding-bottom: 0.025em;
  color: #F03838;
  text-decoration: none;
}

.Content a:hover {
  outline: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}

.Content dfn {
  font-style: italic;
}

.Content abbr[title] {
  padding-bottom: 0.05em;
  cursor: help;
  border-bottom: 1px dotted #424b50;
}

.Content mark {
  background: #ffff00;
  color: #424b50;
}

.Content sub, .Content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.Content sup {
  top: -.5em;
}

.Content sub {
  bottom: -0.25em;
}

.Content table {
  width: 100%;
}

/*----------------------------------------------------------------------*/
/* #Comments
/*----------------------------------------------------------------------*/
.Discussion__header {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
}

.Discussion__heading {
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-top: 20px;
}

.Discussion__heading:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  margin-right: 2rem;
  right: 100%;
  margin-top: -1px;
}

.Discussion__heading:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 2rem;
  margin-top: -1px;
}

.CommentList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.CommentList .children {
  padding-left: 0;
  margin: 0 0 0 58px;
}

.Comment {
  padding-top: 0;
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
   -ms-flex-align: start;
       align-items: flex-start;
}

.Comment__media {
  width: 48px;
  height: 48px;
  background-color: #e0e0e0;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  margin-right: 10px;
  /* overflow: hidden; */
}

.Comment__media img {
  width: 48px;
  height: auto;
  border-radius: 24px;
}

.Comment__body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  /* mrc add*/
  max-width:100%; 
  /* mrc add*/ 
}

.Comment__body p {
  margin: 0 0 1rem;
}

.Comment__body img {
  max-width: 100%;
}

.Comment__heading {
  height: 48px;
  margin-bottom: 0.5rem;
}

.Comment__heading:before, .Comment__heading:after {
  content: " ";
  display: table;
}

.Comment__heading:after {
  clear: both;
}

.Comment__meta {
  float: left;
}

.Comment__username {
  font-size: 16px;
  color: #424242;
}

.Comment__date {
  font-size: 12px;
  color: #9e9e9e;
}

.Comment__actions {
  float: right;
}

.Comment + .comment-respond {
  margin-left: 58px;
}

/* ##Comment Form
---------------------------------*/
.comment-respond .comment-reply-title {
  display: none;
}

.comment-form {
  line-height: 1.4;
  font-size: 14px;
}

.comment-form .comment-notes,
.comment-form .logged-in-as {
  color: #9e9e9e;
  margin: 0.625rem 0;
}

.comment-form__author, .comment-form__email, .comment-form__url {
  float: left;
  width: 33.333333%;
  margin-bottom: 1.25rem;
}

.comment-form__author input, .comment-form__email input, .comment-form__url input {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e8e8e8;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 10px;
  line-height: 20px;
  height: 36px;
  background-color: #f5f5f5;
}

.comment-form__url input {
  border: 0;
}

.comment-form__comment textarea {
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.9375rem;
  background-color: #f5f5f5;
  margin-bottom: 1.25rem;
}

.comment-form__submit {
  text-align: right;
}

/*----------------------------------------------------------------------*/
/* #Pages
/*----------------------------------------------------------------------*/
/* ##Archive
---------------------------------*/
.Archive__header {
  text-align: center;
  margin-top: 4rem;
}

.Archive__header .taxonomy-description {
  font-size: 1em;
  color: #9e9e9e;
  margin: 0;
}

.Archive__header .taxonomy-description p {
  margin: 0;
}

.Archive__title {
  font-size: 1.8em;
  line-height: 1;
}

.Archive__title:before {
  content: '#';
}

/* ##404
---------------------------------*/
.page-404 {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}

.page-404 .page-404-title {
  font-size: 8rem;
  line-height: 1;
  font-weight: normal;
  color: #616161;
  margin: 0;
  font-family: 'open sans', Arial, sans-serif;
}

.page-404 .page-404-divide {
  margin-top: -4px;
  margin-bottom: 24px;
}

.page-404 .page-404-divide span {
  display: inline-block;
  width: 110px;
  height: 1px;
  background-color: #e0e0e0;
}

.page-404 .page-404-desc {
  font-size: 1.8rem;
  color: #9e9e9e;
}

/*----------------------------------------------------------------------*/
/* #Pagination
/*----------------------------------------------------------------------*/
.Pagination {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.Pagination__prev, .nav-links .nav-previous a, .comment-navigation .nav-previous a,
.Pagination__next,
.nav-links .nav-next a,
.comment-navigation .nav-next a {
  display: block;
  border: 1px solid #e0e0e0;
  line-height: 30px;
  height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
     transition-duration: 400ms;
}

.Pagination__prev:hover, .nav-links .nav-previous a:hover, .comment-navigation .nav-previous a:hover,
.Pagination__next:hover,
.nav-links .nav-next a:hover,
.comment-navigation .nav-next a:hover {
  color: #fff;
  background-color: #F03838;
  border-color: #F03838;
}

/*----------------------------------------------------------------------*/
/* #Utilities
/*----------------------------------------------------------------------*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.post-tags a {
  position: relative;
}

.post-tags a:before {
  content: '#';
}

.post-tags a:not(:last-of-type):after {
  content: ', ';
  padding-right: 5px;
}

/* ##Icons
---------------------------------*/
.icon-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-bookmark {
  display: inline-block;
  width: 13px;
  height: 19px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iMTlweCIgdmlld0JveD0iMCAwIDEzIDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5ib29rbWFyayBmaWxsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Ikljb25zIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS4wMDAwMDAsIC0zMS4wMDAwMDApIiBmaWxsPSIjNzU3NTc1Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTIxLjUsNTAgQzIxLjM1Nyw1MCAyMS4yMTcsNDkuOTM4IDIxLjEyLDQ5LjgyNSBMMTUuNSw0My4yNjggTDkuODgsNDkuODI1IEM5Ljc0NCw0OS45ODQgOS41MjMsNTAuMDQxIDkuMzI3LDQ5Ljk2OSBDOS4xMzEsNDkuODk3IDksNDkuNzA5IDksNDkuNSBMOSwzMS41IEM5LDMxLjIyNCA5LjIyNCwzMSA5LjUsMzEgTDIxLjUsMzEgQzIxLjc3NiwzMSAyMiwzMS4yMjQgMjIsMzEuNSBMMjIsNDkuNSBDMjIsNDkuNzA5IDIxLjg3LDQ5Ljg5NiAyMS42NzMsNDkuOTY5IEMyMS42MTYsNDkuOTkgMjEuNTU4LDUwIDIxLjUsNTAgTDIxLjUsNTAgWiIgaWQ9ImJvb2ttYXJrLWZpbGwiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center top no-repeat;
}

.icon-comments {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5idWJibGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iSWNvbnMiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAuMDAwMDAwLCAwLjAwMDAwMCkiIGZpbGw9IiM3NTc1NzUiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTI4Ljk5OTY1NCwxNy4zNTA2NDA0IEMxMjQuMDIzNTM4LDE3LjM1MDY0MDQgMTIwLDEzLjQ5OTQ4MDggMTIwLDguNjk3MTI3MDMgQzEyMCwzLjg5NDc3MzI4IDEyNC4wMjQyMywwIDEyOC45OTk2NTQsMCBDMTMzLjk3NTA3OCwwIDEzNy45OTkzMDgsMy44OTQwODEgMTM3Ljk5OTMwOCw4LjY5NzEyNzAzIEMxMzcuOTk5MzA4LDEwLjQyNzgyOTcgMTM3LjQ4MDA5NywxMi4wMjkwNzU4IDEzNi41NzExMzIsMTMuMzcwMDI0MiBDMTM2LjUyNzUxOCwxMy40MTM2Mzc5IDEzNi40ODQ1OTcsMTMuNTAwMTczMSAxMzYuNDQwOTgzLDEzLjU0MzA5NDUgQzEzNi4zNTQ0NDgsMTMuNzE2MTY0OCAxMzYuMjY3OTEzLDEzLjk3NTc3MDIgMTM2LjI2NzkxMywxNC4xOTI0NTQxIEwxMzcuMjE5Nzk5LDE4IEwxMzMuNTg1MzI0LDE2LjY1ODM1OTMgQzEzMy40MTIyNTMsMTYuNTcxODI0MiAxMzMuMjM5MTgzLDE2LjU3MTgyNDIgMTMzLjA2NjExMywxNi41NzE4MjQyIEMxMzIuODkzMDQzLDE2LjU3MTgyNDIgMTMyLjc2Mjg5NCwxNi42MTU0Mzc5IDEzMi41ODk4MjMsMTYuNjU4MzU5MyBDMTMyLjU0NjIxLDE2LjY1ODM1OTMgMTMyLjU0NjIxLDE2LjcwMTk3MyAxMzIuNTAzMjg4LDE2LjcwMTk3MyBDMTMxLjQyMTI1MywxNy4xMzQ2NDg3IDEzMC4yNTMzNzUsMTcuMzUxMzMyNiAxMjguOTk4MjY5LDE3LjM1MTMzMjYgTDEyOC45OTk2NTQsMTcuMzUwNjQwNCBaIE0xMjksMTYuNDIzMzg0NiBDMTI0LjU3NjYxNSwxNi40MjMzODQ2IDEyMSwxMyAxMjEsOC43MzEwNzY5MiBDMTIxLDQuNDYyMTUzODUgMTI0LjU3NzIzMSwxIDEyOSwxIEMxMzMuNDIyNzY5LDEgMTM3LDQuNDYxNTM4NDYgMTM3LDguNzMxMDc2OTIgQzEzNywxMC4yNjk1Mzg1IDEzNi41Mzg0NjIsMTEuNjkyOTIzMSAxMzUuNzMwNDYyLDEyLjg4NDkyMzEgQzEzNS42OTE2OTIsMTIuOTIzNjkyMyAxMzUuNjUzNTM4LDEzLjAwMDYxNTQgMTM1LjYxNDc2OSwxMy4wMzg3NjkyIEMxMzUuNTM3ODQ2LDEzLjE5MjYxNTQgMTM1LjQ2MDkyMywxMy40MjMzODQ2IDEzNS40NjA5MjMsMTMuNjE2IEwxMzYuMzA3MDc3LDE3LjAwMDYxNTQgTDEzMy4wNzYzMDgsMTUuODA4IEMxMzIuOTIyNDYyLDE1LjczMTA3NjkgMTMyLjc2ODYxNSwxNS43MzEwNzY5IDEzMi42MTQ3NjksMTUuNzMxMDc2OSBDMTMyLjQ2MDkyMywxNS43MzEwNzY5IDEzMi4zNDUyMzEsMTUuNzY5ODQ2MiAxMzIuMTkxMzg1LDE1LjgwOCBDMTMyLjE1MjYxNSwxNS44MDggMTMyLjE1MjYxNSwxNS44NDY3NjkyIDEzMi4xMTQ0NjIsMTUuODQ2NzY5MiBDMTMxLjE1MjYxNSwxNi4yMzEzODQ2IDEzMC4xMTQ0NjIsMTYuNDI0IDEyOC45OTg3NjksMTYuNDI0IEwxMjksMTYuNDIzMzg0NiBaIiBpZD0iYnViYmxlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) center top no-repeat;
  background-size: 18px 18px;
}

.icon-heart {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE5IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUhEIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTQ4LjAwMDAwMCwgLTc5NS4wMDAwMDApIiBmaWxsPSIjNzU3NTc1Ij4KICAgICAgICAgICAgPGcgaWQ9IkFydGljbGUtMiIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMwLjAwMDAwMCwgNTU2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9ImhlYXJ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MTguMDAwMDAwLCAyMzQuMDAwMDAwKSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuNSwyMiBDOS40MTYsMjIgOS4zMzMsMjEuOTc5IDkuMjU3LDIxLjkzNyBDOS4xNjMsMjEuODg1IDYuOTMxLDIwLjYzNiA0LjY2NSwxOC41OSBDMy4zMjQsMTcuMzggMi4yNTQsMTYuMTQyIDEuNDgyLDE0LjkxIEMwLjQ5OCwxMy4zMzkgMCwxMS43NzEgMCwxMC4yNSBDMCw3LjM1NSAyLjM1NSw1IDUuMjUsNSBDNi4yMyw1IDcuMjcxLDUuMzY3IDguMTgxLDYuMDM0IEM4LjcxMyw2LjQyNCA5LjE2Niw2Ljg5NCA5LjUsNy4zOTMgQzkuODM0LDYuODk0IDEwLjI4Nyw2LjQyNCAxMC44MTksNi4wMzQgQzExLjcyOSw1LjM2NyAxMi43Nyw1IDEzLjc1LDUgQzE2LjY0NSw1IDE5LDcuMzU1IDE5LDEwLjI1IEMxOSwxMS43NzEgMTguNTAxLDEzLjMzOSAxNy41MTgsMTQuOTEgQzE2Ljc0NywxNi4xNDIgMTUuNjc2LDE3LjM4IDE0LjMzNiwxOC41OSBDMTIuMDcsMjAuNjM2IDkuODM4LDIxLjg4NSA5Ljc0NCwyMS45MzcgQzkuNjY4LDIxLjk3OSA5LjU4NSwyMiA5LjUwMSwyMiBMOS41LDIyIFogTTUuMjUsNiBDMi45MDcsNiAxLDcuOTA3IDEsMTAuMjUgQzEsMTMuMjkgMy4zNSwxNi4wNTIgNS4zMjEsMTcuODM1IEM3LjA4MSwxOS40MjcgOC44NjUsMjAuNTQzIDkuNSwyMC45MjIgQzEwLjEzNSwyMC41NDMgMTEuOTE5LDE5LjQyNyAxMy42NzksMTcuODM1IEMxNS42NSwxNi4wNTMgMTgsMTMuMjkgMTgsMTAuMjUgQzE4LDcuOTA3IDE2LjA5Myw2IDEzLjc1LDYgQzEyLjA0Nyw2IDEwLjM5Myw3LjQwMSA5Ljk3NCw4LjY1OCBDOS45MDYsOC44NjIgOS43MTUsOSA5LjUsOSBDOS4yODUsOSA5LjA5NCw4Ljg2MiA5LjAyNiw4LjY1OCBDOC42MDcsNy40MDEgNi45NTMsNiA1LjI1LDYgTDUuMjUsNiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) center center no-repeat;
  background-size: 19px 17px;
}

.icon-tags {
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE5IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZSArIFNoYXBlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9IkRlc2t0b3AtSEQiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzAuMDAwMDAwLCAtNzk2LjAwMDAwMCkiIGZpbGw9IiM3NTc1NzUiPgogICAgICAgICAgICA8ZyBpZD0iQXJ0aWNsZS0yIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzAuMDAwMDAwLCA1NTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0idGFncyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDIzNC4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU2hhcGUtKy1TaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS41LDUgQzE0LjY3Myw1IDE0LDQuMzI3IDE0LDMuNSBDMTQsMi42NzMgMTQuNjczLDIgMTUuNSwyIEMxNi4zMjcsMiAxNywyLjY3MyAxNywzLjUgQzE3LDQuMzI3IDE2LjMyNyw1IDE1LjUsNSBMMTUuNSw1IFogTTE1LjUsMyBDMTUuMjI0LDMgMTUsMy4yMjQgMTUsMy41IEMxNSwzLjc3NiAxNS4yMjQsNCAxNS41LDQgQzE1Ljc3Niw0IDE2LDMuNzc2IDE2LDMuNSBDMTYsMy4yMjQgMTUuNzc2LDMgMTUuNSwzIEwxNS41LDMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNy41LDAgTDE0LDAgQzEzLjMxMiwwIDEyLjQyNiwwLjM2NyAxMS45MzksMC44NTQgTDQuMzUzLDguNDQgQzQuMDcsOC43MjMgMy45MTUsOS4wOTkgMy45MTUsOS41MDEgQzMuOTE1LDkuOTAzIDQuMDcxLDEwLjI3OSA0LjM1MywxMC41NjIgTDYuOTU1LDEzLjE2NCBMNS44NiwxMy43OTYgQzUuNzQ1LDEzLjg2MiA1LjYxMSwxMy44NzkgNS40ODEsMTMuODQ1IEM1LjM1MSwxMy44MTEgNS4yNDMsMTMuNzI4IDUuMTc3LDEzLjYxMyBMMS41ODEsNy4zODQgQzEuNDQzLDcuMTQ1IDEuNTI1LDYuODM5IDEuNzY0LDYuNzAxIEw5Ljc1LDIuMDkgQzkuOTg5LDEuOTUyIDEwLjA3MSwxLjY0NiA5LjkzMywxLjQwNyBDOS43OTUsMS4xNjggOS40ODksMS4wODYgOS4yNSwxLjIyNCBMMS4yNjQsNS44MzUgQzAuOTE4LDYuMDM1IDAuNjcsNi4zNTggMC41NjYsNi43NDYgQzAuNDYyLDcuMTM0IDAuNTE1LDcuNTM4IDAuNzE1LDcuODg0IEw0LjMxMSwxNC4xMTMgQzQuNTExLDE0LjQ1OSA0LjgzNCwxNC43MDcgNS4yMjIsMTQuODExIEM1LjM1MiwxNC44NDYgNS40ODQsMTQuODYzIDUuNjE0LDE0Ljg2MyBDNS44NzQsMTQuODYzIDYuMTI5LDE0Ljc5NSA2LjM2LDE0LjY2MiBMNy42ODcsMTMuODk2IEw4LjQzOSwxNC42NDggQzguNzIyLDE0LjkzMSA5LjA5OCwxNS4wODYgOS41LDE1LjA4NiBDOS45MDIsMTUuMDg2IDEwLjI3OCwxNC45MyAxMC41NjEsMTQuNjQ4IEwxOC4xNDcsNy4wNjIgQzE4LjYzNCw2LjU3NSAxOSw1LjY5IDE5LDUuMDAxIEwxOSwxLjUwMSBDMTksMC42NzQgMTguMzI3LDAuMDAxIDE3LjUsMC4wMDEgTDE3LjUsMCBaIE0xOCw1IEMxOCw1LjQxNSAxNy43MzMsNi4wNiAxNy40MzksNi4zNTQgTDkuODUzLDEzLjk0IEM5Ljc1OSwxNC4wMzQgOS42MzQsMTQuMDg1IDkuNDk5LDE0LjA4NSBDOS4zNjQsMTQuMDg1IDkuMjM5LDE0LjAzMyA5LjE0NSwxMy45NCBMNS4wNTksOS44NTQgQzQuOTY1LDkuNzYgNC45MTQsOS42MzUgNC45MTQsOS41MDEgQzQuOTE0LDkuMzY3IDQuOTY2LDkuMjQxIDUuMDU5LDkuMTQ3IEwxMi42NDUsMS41NjEgQzEyLjkzOCwxLjI2OCAxMy41ODQsMSAxMy45OTgsMSBMMTcuNDk4LDEgQzE3Ljc3NCwxIDE3Ljk5OCwxLjIyNCAxNy45OTgsMS41IEwxNy45OTgsNSBMMTgsNSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center center no-repeat;
  background-size: 19px 16px;
}

.tags-list {
  text-align: center;
}

.tags-list a {
  display: inline-block;
  color: #9e9e9e;
  padding: 5px;
  margin: 5px 10px;
}

.tags-list a:before {
  content: '#';
}

.tags-list a:hover {
  color: #e41111;
}

.video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.video-embed iframe,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.featured-media {
  margin-bottom: 1.5rem;
}

.featured-media img {
  width: 100%;
  height: auto;
}

input[type="submit"],
button,
.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #F03838;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  padding: 1px 20px 0 20px;
  min-width: 52px;
  border: 0;
  height: 32px;
  font-size: 16px;
  line-height: 31px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

input[type="submit"]:active,
button:active,
.btn:active {
  background-color: #ee2020;
}

input[type="submit"]:hover,
button:hover,
.btn:hover {
  background-color: #f25050;
}

input[type="submit"][disabled], input[type="submit"].is-disabled,
button[disabled],
button.is-disabled,
.btn[disabled],
.btn.is-disabled {
  cursor: not-allowed;
  background-color: #f46767;
}

input[type="submit"].btn-lg,
button.btn-lg,
.btn.btn-lg {
  height: 36px;
  font-size: 18px;
  line-height: 35px;
  padding: 1px 20px 0 20px;
  min-width: 52px;
}

/*----------------------------------------------------------------------*/
/* #WordPress Classes
/*----------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: hidden;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption.alignleft {
  margin: 5px 15px 10px 0;
}

.wp-caption.alignright {
  margin: 5px 0 15px 10px;
}

.wp-caption.aligncenter {
  margin: 5px auto;
}

.wp-caption-text {
  font-size: 80%;
  text-align: center;
  line-height: 1.4;
  color: #888;
  margin: 0.8075em 0;
}

.gallery {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  display: block;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Align
––––––––––––––––––––––––––––––––––*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =Content
––––––––––––––––––––––––––––––––––*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-links span{
  margin: 0 5px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  position: relative;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

iframe.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.post-password-form > p {
  line-height: 1;
  margin: 0 0 15px 0;
}

/* ##Pagination
---------------------------------*/
.posts-navigation {
  position: relative;
  margin: 30px 0;
}

.nav-links {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.comment-navigation {
  position: relative;
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
   -ms-flex-pack: justify;
       justify-content: space-between;
}

/*----------------------------------------------------------------------*/
/* #Responsive
/*----------------------------------------------------------------------*/
@media (max-width: 770px) {
  #primary {
    padding-top: 1.25rem;
  }
  .Article {
    padding: 2.5rem 0;
  }
  .Article__excerpt {
    margin: 1.875rem 0;
  }
}


/* mrc add */
.n{
  display: none!important;
}

/* search form css*/
.bdcs-container .bdcs-main,.bdcs-container .bdcs-main *{box-sizing:content-box;margin:0;padding:0;float:none;clear:none;overflow:hidden;white-space:nowrap;word-wrap:normal;border:0;background:0 0;width:auto;height:auto;max-width:none;min-width:none;max-height:none;min-height:none;border-radius:0;box-shadow:none;transition:none;text-align:left}.bdcs-container .bdcs-clearfix:after{content:'';display:block;clear:both;height:0}.bdcs-container .bdcs-clearfix{zoom:1}.bdcs-container .bdcs-main{overflow:visible}.bdcs-container .bdcs-search{display:block;overflow:visible;position:relative;border-style:solid}.bdcs-container .bdcs-search-form-input-wrap{display:inline-block}.bdcs-container .bdcs-search-form-input{border-width:1px;border-style:solid;display:inline-block;vertical-align:top;text-indent:5px;background-color:#fff;float:left}.bdcs-container .bdcs-search-form-input:focus{border-width:1px;border-style:solid;outline:0}.bdcs-container .bdcs-search-form-submit-wrap{display:inline-block}.bdcs-container .bdcs-search-form-submit{display:inline-block;cursor:pointer;border-width:1px;border-style:solid;vertical-align:top;text-align:center;width:50px;}.bdcs-container .bdcs-search-form-submit-magnifier{width:45px;padding:0;text-indent:-999em;overflow:hidden;background:url(http://znsv.baidu.com/static/customer-search/component/search/magnifier-icon.png) no-repeat center center;_background:url(http://znsv.baidu.com/static/customer-search/component/search/magnifier-icon_ie6.png) no-repeat center center}div#default-searchbox .default-channel-meun{position:relative;width:75px;display:inline-block;vertical-align:middle;cursor:pointer;background:#fff;float:left;overflow:visible}div#default-searchbox .default-channel-current{border:1px solid;position:relative;width:100%;border-right:0}div#default-searchbox .default-channel-current span{margin-left:8px}div#default-searchbox .default-channel-current i{overflow:hidden;width:0;height:0;border-width:6px 6px 0;border-color:#9E9E9E #fff;border-style:solid;display:block;position:absolute;right:10px;top:11px}div.cse-default-channel-container{display:block;position:absolute;z-index:30061000000}div.cse-default-channel-container .default-channel-list{display:none;width:99%;list-style:none;background:#fff;border:1px solid #DDD;border-top:0;margin:0;padding:0}div.cse-default-channel-container .default-channel-list li{background:0 0;line-height:24px;list-style:none;display:block;padding-left:7px;cursor:pointer}div.cse-default-channel-container .default-channel-list li:hover{background:#DDD}.bdcs-container .bdcs-search-form-input-wrap{}.bdcs-container .bdcs-search-form-input-notspan{margin-left:0px;font-family:Arial,SimSun,sans-serif;color:#000000;font-size:14px;}.bdcs-container .bdcs-search-form-input .icon-nofocus{left:;right:;top:;height:;width:;}.bdcs-container .bdcs-search{width:297px;height:28px;overflow:visible;border-color:#ffffff;border-radius:0px;border-width:0px;box-shadow:none;background-color:none;}.bdcs-container .bdcs-search-form-input{border-color:#ED3A3E;margin-right:5px;width:238px;height:26px;line-height:26px;font-family:Arial,SimSun,sans-serif;color:#000000;font-size:14px;border-radius:0px;background-color:#FFFFFF;}.bdcs-container .bdcs-search-form-input:focus{border-color:#f79646;}.bdcs-container .bdcs-search-form-submit-wrap{}.bdcs-container .bdcs-search-form-submit{border-color:#FFFFFF;height:26px;width:50px;background-color:#ED3A3E;color:#FFFFFF;font-family:Arial,SimSun,sans-serif;font-size:14px;border-radius:0px;}.bdcs-container .bdcs-search-sug-list{width:px;}.bdcs-container .bdcs-search-sug-list-item{height:28px;line-height:28px;font-family:Arial,SimSun,sans-serif;font-size:14px;}.bdcs-container .bdcs-search-sug-list-item-value{color:#000000;}.bdcs-container .bdcs-clearfix:after{content:'';display:block;clear:both;height:0}.bdcs-container .bdcs-clearfix{zoom:1}.bdcs-container .bdcs-search{overflow:visible;position:relative}.bdcs-container .bdcs-search-sug,.bdcs-container .bdcs-search-sug *{box-sizing:content-box;margin:0;padding:0;float:none;clear:none;overflow:hidden;white-space:nowrap;word-wrap:normal;border:0;background:0 0;width:auto;height:auto;max-width:none;min-width:none;max-height:none;min-height:none;border-radius:0;box-shadow:none;transition:none;text-align:left}.bdcs-container .bdcs-search-sug{display:none;position:absolute;z-index:2147483647}.bdcs-container .bdcs-search-sug-list{list-style:none;border:1px solid #DDD;background-color:#FFF}.bdcs-container .bdcs-search-sug-list{}.bdcs-container .bdcs-search-sug-list-item{display:block;list-style:none;cursor:pointer;padding:0 5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bdcs-container .bdcs-search-sug-list-item-current{background-color:#EBEBEB}.bdcs-container .bdcs-search-sug-list-item-author-novel,.bdcs-container .bdcs-search-sug-list-item-author-music,.bdcs-container .bdcs-search-sug-list-item-type-movie{color:#BABABA}.bdcs-container .bdcs-search-sug-list-item-author-novel,.bdcs-container .bdcs-search-sug-list-item-author-music{margin-left:5px}.bdcs-container .bdcs-search-sug-list-item-music{overflow:hidden;*zoom:1}.bdcs-container .bdcs-search-sug-list-item-value-movie{float:left}.bdcs-container .bdcs-search-sug-list-item-type-movie{float:right}.bdcs-container .bdcs-search-sug-skin{display:none;width:85px;height:85px;position:absolute;right:1px;bottom:1px}.bdcs-container .bdcs-search-sug-skin-img{width:85px;height:85px}.bdcs-container .bdcs-search-sug-i{color:#e64fa3;font-weight:700;margin-left:10px;font-family:simsun;font-style:normal}.bdcs-container .bdcs-search-sug-adv{width:105px;position:absolute;right:1px;top:1px;display:none}.bdcs-container .bdcs-search-sug-adv-img{position:absolute;top:0;right:0}.bdcs-container{overflow:visible;}.bdcs-container .bdcs-search-form-submit{*height:28px;*margin-top:1px;}.bdcs-container .bdcs-search-form-submit{line-height:26px;}.bdcs-container .bdcs-search-sug-list-item{height:28px;line-height:28px;font-family:Arial,SimSun,sans-serif;font-size:14px;}.bdcs-container .bdcs-search-sug-list-item-value{color:#000000;}#bdcs-rec{display:none;} 
#bdcs-search-inline.search-cat-download{
  width: 360px;
}
#bdcs-search-inline .search-icon-bg{
  width: 300px;
  background-image: url(./images/search.png);
  background-repeat: no-repeat;;
  background-position: 280px 5px;
}

/* mrc add */

.article-banner{
  text-align: center;
}

#search-count{
  text-align: center;
  padding-top: 30px;
}

.Article__content p.col {
    // max-width: 96%;
    width: 100%;
    padding: 2% 0;
    // border-radius: 5px;
    // background: #f8f8f8;
    margin: 20px 0;
    // border: 1px solid #f3f3f3
}

.Article__content p.col img {
    -webkit-box-shadow: 1px 1px 3px rgba(88, 88, 88, .43);
    box-shadow: 1px 1px 3px rgba(88, 88, 88, .43)
}

.Article__content p.col .col-1 {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
}

.Article__content p.col .col-2 {
    width: 44%;
    margin-left: 4%;
    display:inline-block;
}

.Article__content p.col .col-3 {
    width: 30%;
    margin-left: 2%;
    display:inline-block;
}


/* index slide */
#index-show-3{
  margin-left: 0;
}
#index-show-3, #swiper{
    margin-top: 50px;
}
#index-show-3 .item{
    float:left;
    width:212px;
    margin-top:1%;
    margin-bottom:1%;
    margin-right:10px;
    height: 150px;
    // overflow: hidden;
}
#index-show-3 .item a.t{
    line-height: 1.4;
    font-size: 12px;
    padding: 5px 0;
    display: block;
    text-align: center;
}
#index-show-3 .item:last-child{
    margin-right:0px;
}
#index-show-3 .item img{
    max-width:100%
}
#index-show-3:after{
    content:'';
    display:block;
    clear:both;
}
#swiper,#d-swiper{
  width: 100%;
}
#d-swiper{
  position: relative;
  width: 99%;
  overflow: hidden;
  max-height: 250px;
  margin: 50px 0 25px 0;
}
#swiper .swiper-slide img,#d-swiper .swiper-slide img{
  max-width: 100%;
}

@media screen and (max-width: 768px){
    #index-show-3{
       display:none;     
    }
    a.t{
      display: none;
    }
    #swiper{
        display:block;
    }
}

@media screen and (min-width: 768px){
    #index-show-3{
       display: block;     
    }
    #swiper{
        display:none;
    }
}

/* 下载模块 */
.relation-apps .row {
    position: relative;
    width: 98%;
    padding: 1%;
    margin: 5px 0;
    clear: both;
    display: table;
    background: #f8f8f8;
    border-radius: 2px;
}

.relation-apps p {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.8;
}
.relation-apps h2 {
    font-size: 1.4em;
    margin: 40px 10px 20px 0;
    padding-left: 9px;
    border-left: 6px solid #428bca;
}
.relation-apps {
    border: 1px solid #dedede;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    line-height: 1.4;
    background-color: #f8f8f8;
}
.relation-apps img{
    width: 85px;
}
.relation-apps .title {
    margin: -3px 18px 0 -30px;
    float: left;
    max-width: 80%;
}
.relation-apps .platform_names {
    margin-left: -30px;
    margin-top: 4px;
}
.relation-apps .download-links {
    position: absolute;
    bottom: -30px;
}
.relation-apps .download-links a{
    padding: 5px 10px;
    color: #fff!important;
    background: #428bca;
    border-radius: 3px;
}
.relation-apps .ex-img{
    position: absolute;
    right: 20px;
    width: 170px!important;
    max-height: 120px;
    min-height: 100px;
    z-index: 999;
    top: 15px;
    margin: 0;
}
.relation-apps .relate-article {
    color: #777;
    padding: 5px 8px;
    background-color: #eee;
    border-radius: 5px;
}
.relation-apps .row p{
    text-align: left;
}
.relation-apps .row p.row-title{
    font-size: 16px!important;
    margin-bottom: 0!important; 
    color: #000!important;
}
.relation-apps .row p.row-intro{
    line-height: 1.5;
    max-width: 280px;
}
.relation-apps .row p.row-title a{
    color: #000!important;
}

.relation-apps .row p.row-intro{
    font-size: 12px!important;
    color: #b7b7b7!important;
    margin: 0;
}
.relation-apps .row .grid4 {
    width: 31.3%;
    font-size: .85em;
    overflow: hidden;
}
.relation-apps .row .grid3, .relation-apps .row .grid4, .relation-apps .row .grid6 {
    text-align: center;
    float: left;
    margin: 1%;
}
.relation-apps .row .grid3 img, .relation-apps .row .grid4 img, .relation-apps .row .grid6 img {
    max-width: 100%;
    box-shadow: 1px 1px 3px rgba(88,88,88,.43);
    margin: 0;
    height: auto;
}
.relation-apps .row .grid6 {
    width: 48%;
    overflow: hidden;
}
.relation-apps .row .grid12 {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.relation-apps .relate-article {
    position: absolute;
    bottom: -3px;
    right: 0;
}

.relation-apps .pic img {
    width: 100px!important;
    border-radius: 10px;
    margin: 0;
}


.relation-apps .col-md-3 {
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    width: 15%;
    float: left;
}
.relation-apps .col-md-9 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


#ywdz{
  margin-top: 0;
}

#d-ad-2-3{
  position: relative;
  margin: 50px 0;
}
#d-ad-1{
  text-align: center;
}
#d-ad-3{
  position: absolute;
  right: -16px;
  top: 0;
}
#d_download_link a{
    background: #f79292;
    padding: 5px 8px;
    color: #fff;
    font-size: 16px;
}

.d_product_inner{
    padding: 25px 0;
    border-top: 1px solid #ccc;
}
.d_product_inner .icon {
    max-width: 100%;
    position: relative
}

.d_product_inner .icon .img {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 6px;
    margin: 20px auto
}

.d_product_inner .icon .img img {
    width: 120px;
    height: 120px;
    border-radius: 6px
}

.d_product_inner .appname {
    margin-top: -10px;
    text-align: center
}

.d_product_inner .appname strong {
    font-weight: 700;
    font-size: 16px
}

.d_product_inner .h15 {
    position: relative;
    height: 15px
}

.d_product_inner .download-icon {
    width: 165px;
    height: 40px;
    margin: 10px auto;
    text-align: center;
}

.d_product_inner .download-icon.ios {
    background: url(images/ios.png)
}

.d_product_inner .download-icon.mac {
    width: 135px;
    height: 40px;
    background: url(images/iosbutton.png);
    border-radius: 5px;
    text-align: center
}

.d_product_inner .download-icon.url-download {
/*    width: 149px;
    height: 46px;
    background: url(images/ddownload.png);*/
}

.d_product_inner .download-icon.url-download a {
    color: #eee;
    line-height: 2.5;
    font-size: 16px;
    background: #000;
    border-radius: 5px;
}

.d_product_inner .download-icon a {
    /*width: 100%;*/
    height: 100%;
    display: block
}

.d_product_inner .popover2 {
    position: absolute;
    top: -100px;
    left: -175px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
    margin-left: -10px
}

.d_product_inner .popover2.in>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999
}

.d_product_inner .popover2.in>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.d_product_inner .popover2>.arrow, .d_product_inner .popover2>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.d_product_inner .popover2>.arrow {
    border-width: 11px
}

.d_product_inner .popover2>.arrow:after {
    border-width: 10px;
    content: ""
}

.d_product_inner .popover2-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.d_product_inner .popover2-content img {
    padding: 20px
}

.d_product_inner .popover2-content p.qr {
    text-align: center
}


@media screen and (max-width: 320px){
  .search-outer{
      padding-left: 0!important;
    }
    .random_article{
      height: 85px!important;
    }
    .random_article .ra_img{
      width: 50px;
    }
    .random_article .ra_content{
      margin-left: 65px;
    }
    .random_article .ra_expert{
      display: block;
      overflow: hidden;
      word-break:keep-all;
      white-space:nowrap;
      text-overflow: ellipsis;
    }
}
@media screen and (max-width: 480px){
    .relation-apps .fancybox{
      display: none;
    }
    .relation-apps .download-links{
      bottom: 10px;
      right: -50px;
    }
    #d-ad-3{
      position: relative;
    }
    .ra_content .ra_title{
        font-size: 14px;
    }
    .ra_content .ra_expert{
      font-size: 12px;
    }
    .ra_content .ra_title a{
      display: block;
      overflow: hidden;
      word-break:keep-all;
      white-space:nowrap;
      text-overflow: ellipsis;
    }
    .random_article .ra_title{
      margin-top: 1px;
    }
    .focu-right-content{
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
}

/* 2016/09/19 20:16:52*/ 

li#menu-item-38326,li#menu-item-22643,li#menu-item-37206,li#menu-item-7732{
  min-width: 125px;
}

/* about relates */ 

.relates {
    overflow: hidden;
    background-color: #fff;
    margin: 25px 0;
}

.relates h3 {
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px dotted #e4e4e4;
    padding: 15px 20px 10px;
    margin-bottom: 0
}

.relates ul {
    padding: 0;
    overflow: hidden;
    font-size: 14px;
}

.relates li {
    float: left;
    width: 50%;
    height: 30px;
    overflow: hidden;
    line-height: 30px
}

.relates a {
    margin-right: 20px;
    background: url(data:image/gif;base64,R0lGODlhDQAFAKIAAKOjo6GhoampqYSEhJWVlZ2dnZmZmXx8fCH5BAAAAAAALAAAAAANAAUAAAMVKLfcB6PIScsZJuttLvlgSByK4wQJADs=) 2px 9px no-repeat;
    padding-left: 24px
}

.relates li {
    position: relative;
    width: 32%;
    margin: 2%;
    margin-left: 0;
    height: 120px;
    overflow: hidden;
}
.relates li:nth-child(3n) {
  margin-right: 0;
}
.relates a {
    width: 100%;
    height: 100%;
    background: 0 0;
    margin: 0 auto;
    padding: 0;
    display: block;
    letter-spacing: 0;
}
.relates li img {
    width: 100%;
    height: auto;
    min-height: 120px;
    border-radius: 3px;
    border: 1px solid #eee;
}


.relates a p {
    text-align: left;
    font-size: 14px;
    z-index: 999;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    margin-bottom: 1px;
    line-height: 1.2;
    padding: 5px;
    color: #fff;

}
.relates ul li:hover .overlay{
    opacity: 1;
}
.relates ul li:nth-child(n+7){
    display: none;
}

.relates .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,.01) 2%,rgba(0,0,0,.95) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.01) 2%,rgba(0,0,0,.95) 100%);
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0.7
}


.relates_title{
  text-align: center;
  margin-top: 30px;
  font-size: 1.8em;
  line-height: 1;
}


/* mrc add for random ad*/
#random_ads .d_r_ad{
  display: none;
}

.random_article:nth-child(3){
  display: none;
}
.random_article{
  position: relative;
  width: 100%;
  height: 130px;
  margin-bottom: 30px;
  border: 1px solid #f9f9f9;
  padding: 15px;
  border-radius: 3px;
}
.ra_img{
  position: absolute;
  width: 100px;
  height: 100px;
}
.ra_title{
    margin-top: 5px;
    font-size: 16px;
}
.ra_content{
  margin-left: 115px;
}
.ra_img img{
  max-width: 100%;
  border-radius: 3px;
}
.ra_expert{
  color:#999;
}

#adminmenu a[href="index.php?page=search-meter/admin.php"]{
  display: none;
}
#bdcs{
  position: relative;
}
#bdcs:after{
  clear: both;
  display: block;
  content: '';
}
.widget_search_meter h3{
  display: none;
}
.widget_search_meter{
  position: absolute;
  top: 30px;
  z-index: 999;
}

.widget_search_meter a:after{
  content:',';
  padding-right:0px;
}
.widget_search_meter a:last-child:after{
  content:'';
}


#author-box{
    position: relative;
    width: 100%;
    height: 110px;
    margin: 30px 0;
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
}
#author-box .focus{
    position: absolute;
}
#author-box .focus img{
  border-radius: 50px;
}

#author-box .focus-right{
    margin-left: 100px;
}
#author-box .focus-right .focus-right-title{
    margin-top: 5px;
    font-size: 16px;
}
#author-box .focus-right .focus-right-content{
  color: #999;
}

/* mrc add 2016-10 */
.download-page{
  position: relative;
  min-height: 1700px;
}
.search.download-page{
  position: relative;
  min-height: 1400px;
  margin-top: 50px;
}
aside#download-left-menu{
  position: absolute;
  width: 155px;
  background: #f3f3f3;
  padding: 15px;
  left: 0;
}
aside#download-left-menu ul{
  padding-left: 0px; 
}
aside#download-left-menu ul li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 2px 0;
  /* text-align: center; */
}

#d-swiper .swiper-button-next{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48IVtDREFUQVtAZm9udC1mYWNlIHsgZm9udC1mYW1pbHk6IGlmb250OyBzcmM6IHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUuZW90PyNpZWZpeCIpIGZvcm1hdCgiZW1iZWRkZWQtb3BlbnR5cGUiKSwgdXJsKCIvL2F0LmFsaWNkbi5jb20vdC9mb250XzE0NDIzNzM4OTZfNDc1NDQ1NS53b2ZmIikgZm9ybWF0KCJ3b2ZmIiksIHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUudHRmIikgZm9ybWF0KCJ0cnVldHlwZSIpLCB1cmwoIi8vYXQuYWxpY2RuLmNvbS90L2ZvbnRfMTQ0MjM3Mzg5Nl80NzU0NDU1LnN2ZyNpZm9udCIpIGZvcm1hdCgic3ZnIik7IH1dXT48L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0idHJhbnNmb3JtLWdyb3VwIj48ZyB0cmFuc2Zvcm09InNjYWxlKDAuMTI1LCAwLjEyNSkiPjxwYXRoIGQ9Ik0yNTMuNjQ3ODcyIDkxMS44MTA1Nmw0OC4zMzU4NzIgNDguMzM2ODk2IDQ0Ni40OTg4MTYtNDQ2LjU4OTk1MkwzMDEuOTgzNzQ0IDY3LjAxNzcyOCAyNTMuNjQ3ODcyIDExNS4zNTM2bDM5OC4yMzk3NDQgMzk4LjIzMjU3NkwyNTMuNjQ3ODcyIDkxMS44MTA1NnoiIGZpbGw9IiNlZDNhM2UiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
  background-size: 44px 44px;
}
#d-swiper .swiper-button-prev{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48IVtDREFUQVtAZm9udC1mYWNlIHsgZm9udC1mYW1pbHk6IGlmb250OyBzcmM6IHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUuZW90PyNpZWZpeCIpIGZvcm1hdCgiZW1iZWRkZWQtb3BlbnR5cGUiKSwgdXJsKCIvL2F0LmFsaWNkbi5jb20vdC9mb250XzE0NDIzNzM4OTZfNDc1NDQ1NS53b2ZmIikgZm9ybWF0KCJ3b2ZmIiksIHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUudHRmIikgZm9ybWF0KCJ0cnVldHlwZSIpLCB1cmwoIi8vYXQuYWxpY2RuLmNvbS90L2ZvbnRfMTQ0MjM3Mzg5Nl80NzU0NDU1LnN2ZyNpZm9udCIpIGZvcm1hdCgic3ZnIik7IH1dXT48L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0idHJhbnNmb3JtLWdyb3VwIj48ZyB0cmFuc2Zvcm09InNjYWxlKDAuMTI1LCAwLjEyNSkiPjxwYXRoIGQ9Ik03NDguNDgyNTYgMTE1LjM1NDYyNGwtNDguMzM1ODcyLTQ4LjMzNjg5NkwyNTMuNjQ3ODcyIDUxMy42MDg3MDRsNDQ2LjQ5ODgxNiA0NDYuNTM4NzUyIDQ4LjMzNTg3Mi00OC4zMzU4NzJMMzUwLjI0MjgxNiA1MTMuNTc5MDA4IDc0OC40ODI1NiAxMTUuMzU0NjI0eiIgZmlsbD0iI2VkM2EzZSI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
  background-size: 44px 44px;
}
#d-swiper .swiper-button-next:hover{
  right: 8px;
}
#d-swiper .swiper-button-prev:hover{
  left: 8px;
}
#app-lists{
  margin-left: 170px;
}
.app-item{
  display: none;
  float: left;
  width: 75px;
  height: 135px;
  margin: 0 10px ;
}
.app-item a img{
  width: 75px;
  height: 75px;
}
.app-item a.name{
  display: block;
  text-align: center;
  line-height: 1;
  margin: 8px 0;
}

#app-lists-title{
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    height: 40px;
}

#app-lists-content{
  height: 380px;
}

#change-some{
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 12px;
}
.clr{
  clear: both; 
}
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 
.clearfix:after { 
  clear: both; 
} 

#download_adsence{
    margin: 25px 0;
    padding: 15px; 
    position: relative;
    left: 175px;
}

#app-lists-li{
  margin-left: 170px;
}
.app-li-item{
  position: relative;
  height: 100px;
  padding: 15px;
}
.app-li-item .logo{
  position: absolute;
}

.app-li-item .logo a img{
  width: 75px;
  height: 75px;
}
.app-li-item-right{
  margin-left: 90px;
}
.app-li-item .download-btn:hover{
  top:34px;
} 

.app-li-item .download-btn{ 
  position: absolute;
  right: 0;
  top: 35px;
  background: #F03838;
  color: #fff;
  padding: 0px 8px;
}
.app-li-item .download-btn a{ 
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.app-li-item .desc{
  max-width: 280px;
  line-height: 1;
  font-size: 12px;
  margin: 2px 0;
  color: #aaa;
}
.app-li-item .size{
  margin-right: 10px;
}
.app-li-item .date{
  font-size: 12px;
}
#app-lists-li-title{
  color: #F03838; 
}

#app-single-content{
  margin-left: 175px;
}
#app-single-content .topic{
  position: relative;
  margin-top: 25px;
}
#app-single-content .topic h4{
  color: #F03838;
}

#app-single-content .topic .item{
  width: 31%;
  margin: 1%;
  float: left;
}
#app-single-content .topic .item img{
  max-width: 100%;
}
#app-single-content .readmore{
  position: absolute;
  right: 0;
  top:0;
}

#app-single-content .top{
  position: relative;
  margin: 15px 0;
  min-height: 135px;
}
#app-single-content .top .top-left{
  width: 45%;
  height: 135px;
  overflow: hidden;
}
#app-single-content .top .top-left img{
  width: 100%;
  min-height: 135px;
}
#app-single-content .top .top-right{
  position: absolute;
  right: 0;
  top: 0 ;
  width: 50%;
  height: 130px;
}
#app-single-content .top .top-right .the_name{
  font-weight: bold;
  font-size: 16px;
}

#app-single-content .top .top-right .the_download_btn{
  position: absolute;
  bottom: 0;
}
#app-single-content .top .top-right .the_download_btn a{
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  background: #F03838;
}
#app-single-content .top .top-right .the_download_btn .the_download_time{
  margin-left: 10px;
}
#app-single-content .top .top-right .the_logo{
  position: absolute;
  right: 0;
  top: -5px
}
#app-single-content .top .top-right .the_logo img{
  width: 75px;
  height: 75px;
}
#app-single-content .intro h4{
  color: #F03838;
}
#app-single-content .intro img{
  max-width: 100%;
}

#app-single-content .intro .all-content{
  display: none;
}

#app-single-content .intro .all-content{
  display: none;
}
#app-single-content .relative{
  position: relative;
  margin-top: 25px;
  margin-left: 10px;
}
#app-single-content .relative h4{
  color: #F03838;
  margin-left: -10px;
}
#r-swiper{
  width: 460px;
  overflow: hidden;
  height: 90px;
}
#r-swiper .item a img{
  width: 50px;
  height: 50px;
}
#r-swiper .swiper-button-next{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48IVtDREFUQVtAZm9udC1mYWNlIHsgZm9udC1mYW1pbHk6IGlmb250OyBzcmM6IHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUuZW90PyNpZWZpeCIpIGZvcm1hdCgiZW1iZWRkZWQtb3BlbnR5cGUiKSwgdXJsKCIvL2F0LmFsaWNkbi5jb20vdC9mb250XzE0NDIzNzM4OTZfNDc1NDQ1NS53b2ZmIikgZm9ybWF0KCJ3b2ZmIiksIHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUudHRmIikgZm9ybWF0KCJ0cnVldHlwZSIpLCB1cmwoIi8vYXQuYWxpY2RuLmNvbS90L2ZvbnRfMTQ0MjM3Mzg5Nl80NzU0NDU1LnN2ZyNpZm9udCIpIGZvcm1hdCgic3ZnIik7IH1dXT48L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0idHJhbnNmb3JtLWdyb3VwIj48ZyB0cmFuc2Zvcm09InNjYWxlKDAuMTI1LCAwLjEyNSkiPjxwYXRoIGQ9Ik0yNTMuNjQ3ODcyIDkxMS44MTA1Nmw0OC4zMzU4NzIgNDguMzM2ODk2IDQ0Ni40OTg4MTYtNDQ2LjU4OTk1MkwzMDEuOTgzNzQ0IDY3LjAxNzcyOCAyNTMuNjQ3ODcyIDExNS4zNTM2bDM5OC4yMzk3NDQgMzk4LjIzMjU3NkwyNTMuNjQ3ODcyIDkxMS44MTA1NnoiIGZpbGw9IiNlZDNhM2UiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
  background-size: 20px 20px;
  right: 0;
}
#r-swiper .swiper-button-prev{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48IVtDREFUQVtAZm9udC1mYWNlIHsgZm9udC1mYW1pbHk6IGlmb250OyBzcmM6IHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUuZW90PyNpZWZpeCIpIGZvcm1hdCgiZW1iZWRkZWQtb3BlbnR5cGUiKSwgdXJsKCIvL2F0LmFsaWNkbi5jb20vdC9mb250XzE0NDIzNzM4OTZfNDc1NDQ1NS53b2ZmIikgZm9ybWF0KCJ3b2ZmIiksIHVybCgiLy9hdC5hbGljZG4uY29tL3QvZm9udF8xNDQyMzczODk2XzQ3NTQ0NTUudHRmIikgZm9ybWF0KCJ0cnVldHlwZSIpLCB1cmwoIi8vYXQuYWxpY2RuLmNvbS90L2ZvbnRfMTQ0MjM3Mzg5Nl80NzU0NDU1LnN2ZyNpZm9udCIpIGZvcm1hdCgic3ZnIik7IH1dXT48L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0idHJhbnNmb3JtLWdyb3VwIj48ZyB0cmFuc2Zvcm09InNjYWxlKDAuMTI1LCAwLjEyNSkiPjxwYXRoIGQ9Ik03NDguNDgyNTYgMTE1LjM1NDYyNGwtNDguMzM1ODcyLTQ4LjMzNjg5NkwyNTMuNjQ3ODcyIDUxMy42MDg3MDRsNDQ2LjQ5ODgxNiA0NDYuNTM4NzUyIDQ4LjMzNTg3Mi00OC4zMzU4NzJMMzUwLjI0MjgxNiA1MTMuNTc5MDA4IDc0OC40ODI1NiAxMTUuMzU0NjI0eiIgZmlsbD0iI2VkM2EzZSI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
  background-size: 20px 20px;
  left: -15px;
}
#app-single-content .relative .item{
  text-align: center;
}
#app-single-content .relative .item .t{
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
}
#app-single-content .relative .topic{
  margin: 15px 0;

}
#app-single-content .relative .topic h4{
  color: #F03838;
}
.download-topic .cover{
  width: 100%;
  margin: 15px 0;
}
.download-topic .cover img{
  max-width: 100%;
}

.download-topic .desc a{
  color: #F03838;
}
.download-topic .desc{
  margin-bottom: 2rem;
}
.download-topic .desc .desc-all{
  display: none;
}
.download-topic .desc .desc-all p{
  margin: 0;
}
.topic-app-list-content .topic-app-item{
  position: relative;
  width: 31%;
  margin: 15px 1%;
  float: left;
  height: 130px;
}
.topic-app-item .logo-name .logo{
  position: absolute;
  top: -10px;
}
.topic-app-item .desccc{
  margin-top: 25px;
}
.topic-app-item .logo-name .name{
  margin-left: 90px;
    word-wrap: normal;
  -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.topic-app-item .logo-name .download-link{
  margin-left: 90px;
  background: #F03838;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
}
.topic-app-item .logo-name a img{
  width: 75px;
  height: 75px;  
}

.topic-app-list-title h4{
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; 
}

#all-topic .item{
  width: 31%;
  margin: 1%;
  float: left;
}
#all-topic .item img{
  max-width: 100%;  
}

@media screen and (max-width: 480px){
  body,html{
    overflow-x: hidden;
  }
  #all-topic .item{
    width: 100%;
    float: none;
    margin: 0;
  }
  .topic-app-list-content .topic-app-item{
    width: 100%;
    margin: 0;
  }
  .topic-app-list-content .topic-app-item{
    height: 100px;
  }
  .topic-app-item .desccc{
    margin-left: 90px;
    margin-top: 0;
  }
  .topic-app-item .logo-name .download-link{
    position: absolute;
    right: 5px;
  }
  .topic-app-item .logo-name .logo{
    top: 0;
  }
  aside#download-left-menu{
    display: none;
  }
  #app-single-content{
    margin-left: 0;
  }
  #app-single-content .top .top-left{
    width: 35%;
  }
  #app-single-content .top .top-right{
    width: 60%;
  }
  #app-single-content .top .top-right .the_logo{
    top: 0px;
  }
  #app-single-content .topic{
    margin-top: 25px;
  }
  #app-single-content .topic .item {
    width: 100%;
    margin: 1% 0;
  }
  .relative{
    display: none;
  }
  #app-lists{
    margin-left: 0;
  }
  .app-item{
    width: 31%;
    min-height: 135px;
    margin: 1%;
    text-align: center;
  }
  #app-lists-content{
    height: auto;
  }
  #app-lists-li{
    margin-left: 0;
  }
  .app-li-item{
    padding: 15px 0;
  }
  #download_adsence{
    padding: 0;
    left: 0;
  }
  #d-swiper .swiper-button-next{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABkElEQVR4Xu3ZwU3DQBCF4VnCESEs0Qc1UAmhsqSUlOA+sLQxZ6RFRoog4hJp38y8JzvnZOP/2/Fpiq38U1bebxvANgEggal+7nd2Nw7Dwwg6MuQYyCuwxFtpB7N23rX7VyWEboDf+MuFaSF0A3zU81hKebmeVx2EboBa29OXzSdVhG6A5eaVESAAyggwAFUEKIAiAhxADcEFQAnBDUAFwRVAAcEdgB0hBIAZIQyAFSEUgBEhHIANIQWACSENgAUhFYABIR0gG4ECIBOBBiALgQogA4EOIBqBEiASgRYgCoEaYEGY5vlgzfb/FoWtvD8Pj8feBSI1gHf8gkcLEBFPCxAVTwkQGU8HEB1PBZARTwOQFU8BkBmfDpAdnwrAEJ8GwBKfAsAUHw7AFh8KwBgfBsAaHwLAHO8OwB7vCqAQ7wagEu8CoBQPB1CLhwIoxsMAVOMhAMrxGIA6H63Y29WCArS06F163PJ7yF5g+osgFA+ZgIvyD4KVE2JddcvNob4DmQDUw2ScswFkqDP95+on4BuxPs9QQ2MmmAAAAABJRU5ErkJggg==);
    background-size: 22px 22px;
    right: 0;
  }
  #d-swiper .swiper-button-prev{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABiElEQVR4Xu3bwY3CMBCFYRs4IrSR6IMa6AQqgg52txNKoA+Qgu8IIyRgD6DlkDcz7ynJNYqV/4t9GiWnnl+55/1pABh2gJDAoZTN5DL+bZrpHvXaMkfgWMp3qmmVUj2N62SJQpAA+It/fHccAj3Aa/wdoeb1vJn9dD0K1ADW8Tc8WgCPeFoAr3hKAM94OgDveCqAiHgagKh4CoDI+HCA6PhQAIb4MACW+BAApnh3ALZ4VwDGeDcA1ngXAOZ4cwD2eFMAhXgzAJV4EwCleDiAWjwUQDEeBqAaDwFQjocAHNrTPue8eBlQgAYXXQcfn57vPBdo2/p1TmWnitAZ4CasjAABUEaAAagiQAEUEeAAaggmAEoIZgAqCKYACgjmAOwILgDMCG4ArAiuAIwI7gBsCCEATAhhACwIoQAMCOEA0QgUAJEINABRCFQAEQh0AN4IlACeCLQAXgjUAP8igAYv9ABvEUDxkNHYp9ET6v5z+JJGW8S/Qo/3ktgBKMR36wwAlroKa/d+B1wB0nykUCDqtdcAAAAASUVORK5CYII=);
    background-size: 22px 22px;
    left: 0;
  }
  .search.download-page{
    min-height: auto;
  }

}
.site-content{
  /*padding-top: 20px;*/
}

.the_size,.the_price,.the_platform{
  font-size: 12px;
}
.size_and_date .size{
  font-size: 12px;
}

/*2017-02-19 19:11:14*/
#menu-item-38499{
  position: relative;
}
#menu-item-38499:after{
  content: url(./images/hot.png);
  position: absolute;
  top: -7px;
  right: -15px;
}

.ra_expert {
    // height: 50px;
    // text-overflow: ellipsis;
    // overflow: hidden;
    position: relative;
    padding-right: 6px;
}
.ra_expert p{
    margin: 0;
}
/*.ra_expert::after {
    content: '...';
    position: absolute;
    right: 5px;
    bottom: 0;
}*/

.ext_item{
    float: left;
    width: 72px;
    height: 135px;
    margin: 0 10px;
    text-align: center;
}
.ext_item a img{
  width: 62px;
  height: 62px;
}
.ext_item a.name{
  display: block;
  text-align: center;
  line-height: 1;
  margin: 8px 0;
  font-size: 12px;
}

#top10 .top10_div{
  width: 31%;
  float: left;
  margin: 1%;
}

#top10 div h3{
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#top10 div ul li{
  line-height: 1.4;
  margin: 5px 0;
}
#top10 div ul li a{
  font-size: 12px;
}


@media (max-width: 768px) {
  #top10 .top10_div{
    width: 100%;
    float: none;
    margin: 1%;
  }
  #eight_x_two{
    margin-top: 25px;
  }
  .ext_item{
      width: 31%;
      margin: 1%;
      text-align: center;
  }
  .ext_item a img{
      width: 100%;
      max-width: 80px;
      height: auto;
  }
  #eight_x_two .ext_item:nth-child(13),#eight_x_two .ext_item:nth-child(14){
    display: none;
  }
}


/* 2017-03-02 21:53:34 */
.page-links>.page_num{
  background: #F03838;
  color: #FFF;
  display: inline-block;
  padding: 0px 6px;
  margin-right: 2px
}

.page_num{
    border: solid 1px #F03838;
    margin-right: 2px;
    font-size:14px;
    margin: 2px!important;
    -webkit-transition: all 0.5s;
    transition: all 0.2s;
}


.page-links a:link span,.page-links a:visited span{
    color: #F03838;
    display: inline-block;
    padding: 0px 6px;
    text-decoration: none;
    font-size:14px;
}

.page-links span:hover {
    border: solid 1px red;
    background: #F03838;
    color:#fff!important;
}

.page-links a:hover {
    border: 0;
}


/* 2017-03-04 18:39:25 */
.page_0 .Article:first-child+.random_article{
    display:none;
}
.all-content img:first-child{
       display:none;
}

/* 2017-03-14 20:22:36 */

#show_all_download_cat{
    padding: 10px;
    background: #555;
    margin-top: 25px; 
}

#show_all_download_cat ul li{
    list-style:none;
    float:left;
    background: #555;
    width: 100px;
    margin: 3px 0;
}

#show_all_download_cat ul li a{
    color: #eee;
    font-size: 13px;
}

#show_all_download_cat ul li a:hover{
  color: #F03838;
}

.download-page-single{
    position: relative;
    margin-top: 50px;
}






