/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  line-height: 20px;
  color: #222;
  background-color: white; }

ul,
li,
ol {
  padding: 0; }

ul {
  margin: 0; }

li {
  list-style-type: none; }

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none; }

input::-ms-clear {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

input:focus,
textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only; }

a {
  color: #222;
  text-decoration: none; }
  a, a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  vertical-align: middle; }

div,
span,
a,
ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.info {
  line-height: 20px;
  font-size: 12px;
  color: #afafaf; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 6px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s; }
  .btn:hover {
    text-decoration: none; }
  .btn:link, .btn:hover, .btn:active, .btn:visited {
    -webkit-box-shadow: none;
    box-shadow: none; }

/**
 * Alternate buttons
 */
.btn-solid {
  color: white;
  background-color: #222;
  border-color: #222; }
  .btn-solid:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a; }

.btn-solid.btn-dark {
  color: white;
  background-color: #444;
  border-color: #444; }
  .btn-solid.btn-dark:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c; }

.btn-solid.btn-primary {
  color: white;
  background-color: #3d98ff;
  border-color: #3d98ff; }
  .btn-solid.btn-primary:hover {
    background-color: #4ca0ff;
    border-color: #4ca0ff; }

.btn-solid.btn-success {
  color: white;
  background-color: #2cc336;
  border-color: #2cc336; }
  .btn-solid.btn-success:hover {
    background-color: #2fcf39;
    border-color: #2fcf39; }

.btn-solid.btn-warning {
  color: white;
  background-color: #ff8427;
  border-color: #ff8427; }
  .btn-solid.btn-warning:hover {
    background-color: #ff8d36;
    border-color: #ff8d36; }

.btn-solid.btn-danger {
  color: white;
  background-color: #f57373;
  border-color: #f57373; }
  .btn-solid.btn-danger:hover {
    background-color: #f68181;
    border-color: #f68181; }

.btn-hollow {
  color: #999;
  background-color: white;
  border-color: #e1e3e4; }
  .btn-hollow:hover {
    color: white;
    background-color: #3d98ff;
    border-color: #3d98ff; }

.btn-ghost {
  color: #222;
  background-color: transparent;
  border-color: #222; }
  .btn-ghost:hover {
    color: white;
    background-color: #222; }

.btn-ghost.btn-primary {
  color: #3d98ff;
  background-color: transparent;
  border-color: #3d98ff; }
  .btn-ghost.btn-primary:hover {
    color: white;
    background-color: #3d98ff; }

.btn-icon {
  vertical-align: middle; }
  .btn-icon span {
    vertical-align: middle; }
  .btn-icon i {
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    vertical-align: middle; }

.btn-icon-only i {
  margin-right: 0; }
.btn-icon-only:hover {
  color: inherit;
  background-color: inherit; }

.btn-link {
  padding-right: 0;
  padding-left: 0;
  color: #3d98ff;
  line-height: inherit; }
  .btn-link:hover {
    text-decoration: underline; }

/**
 * Button Disabled
 */
.btn-solid.btn-disabled, .btn-solid.btn-disabled:hover {
  background-color: #222;
  border-color: #222;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

.btn-ghost.btn-disabled, .btn-ghost.btn-disabled:hover {
  color: #222;
  background-color: transparent;
  border-color: #222;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/**
 * Btn block
 */
.btn-block {
  display: block; }

/**
 * Swiper
 * -----------------------------------------------------------------------------
 */
.ban {
  overflow: hidden; }

/**
 * Slider base
 */
.slides {
  position: relative;
  display: none;
  overflow: hidden; }

.slides-cell {
  position: relative;
  display: block;
  height: inherit;
  background-position: top center;
  background-repeat: no-repeat; }

/* slides bg*/
.slides-img {
  width: 100%;
  height: 100%; }

/* slides arrows: navigation */
.slidesjs-navigation {
  position: absolute;
  top: 50%;
  z-index: 11;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  font-size: 22px;
  color: white;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.3); }
  .slidesjs-navigation:hover {
    background-color: gray; }

.slidesjs-previous {
  left: 50%;
  margin-left: -600px; }

.slidesjs-next {
  right: 50%;
  margin-right: -600px; }

/* slides dots: pagination */
.slidesjs-pagination {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 10;
  list-style: none;
  text-align: center; }
  .slidesjs-pagination li {
    display: inline-block;
    margin: 0 4px; }
    .slidesjs-pagination li a {
      display: block;
      width: 6px;
      height: 6px;
      font-size: 0;
      background-color: #aaa;
      border-radius: 3px;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      opacity: 1;
      filter: alpha(opacity=100);
      transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      overflow: hidden; }
      .slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
        width: 15px;
        background-color: #3d98ff; }

/**
 * Home swiper ban
 */
.home-ban {
  position: relative;
  height: 400px; }
  .home-ban .ban-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 999999;
    margin-left: -600px; }
  .home-ban .slides {
    height: 400px; }
  .home-ban .slidesjs-next {
    margin-right: -320px; }
  .home-ban .slide1 {
    background-image: url(../images/ban/home-ban1.jpg); }
  .home-ban .slide2 {
    background-image: url(../images/ban/home-ban2.jpg); }
  .home-ban .slide3 {
    background-image: url(../images/ban/home-ban3.jpg); }
  .home-ban .slide4 {
    background-image: url(../images/ban/home-ban4.jpg); }
  .home-ban .slide5 {
    background-image: url(../images/ban/home-ban5.jpg); }
  .home-ban .slide6 {
    background-image: url(../images/ban/home-ban6.jpg); }

.ban-panel {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  z-index: 99999;
  width: 260px;
  padding: 16px 0;
  margin-right: -600px;
  background-color: rgba(0, 0, 0, 0.7); }
  .ban-panel .link {
    position: relative;
    display: block;
    padding: 0 16px;
    font-size: 14px;
    color: white;
    opacity: 0.6;
    filter: alpha(opacity=60); }
    .ban-panel .link.active {
      padding-top: 14px;
      padding-bottom: 14px;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1;
      filter: alpha(opacity=100); }
      .ban-panel .link.active .news-title {
        display: block; }
      .ban-panel .link.active .news-text {
        line-height: 20px; }
      .ban-panel .link.active .news-curbar {
        height: 30px;
        margin-top: -15px; }
  .ban-panel .news-title {
    display: none;
    font-size: 20px;
    line-height: 30px; }
  .ban-panel .news-text {
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ban-panel .news-curbar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 0;
    margin-top: 0;
    background-color: #3d98ff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s; }

/**
 * Periodical swiper
 */
.periodical-row .brand {
  padding-bottom: 0; }
.periodical-row .slides {
  height: 320px; }
.periodical-row .slidesjs-pagination {
  bottom: 20px; }

/**
 * Jiaocan swiper ban
 */
.jiaocan-ban .slides {
  height: 360px; }
.jiaocan-ban .slide1 {
  background-image: url(../images/ban/jiaocan-ban1.jpg); }
.jiaocan-ban .slide2 {
  background-image: url(../images/ban/jiaocan-ban2.jpg); }
.jiaocan-ban .slide3 {
  background-image: url(../images/ban/jiaocan-ban3.jpg); }
.jiaocan-ban .slide4 {
  background-image: url(../images/ban/jiaocan-ban4.jpg); }
.jiaocan-ban .slide5 {
  background-image: url(../images/ban/jiaocan-ban5.jpg); }
.jiaocan-ban .slide6 {
  background-image: url(../images/ban/jiaocan-ban6.jpg); }
.jiaocan-ban .slide7 {
  background-image: url(../images/ban/jiaocan-ban7.jpg); }
.jiaocan-ban .slide8 {
  background-image: url(../images/ban/jiaocan-ban8.jpg); }
.jiaocan-ban .slide9 {
  background-image: url(../images/ban/jiaocan-ban9.jpg); }
.jiaocan-ban .slide10 {
  background-image: url(../images/ban/jiaocan-ban10.jpg); }

/**
 * Brand
 * -----------------------------------------------------------------------------
 */
.brand {
  padding: 60px 0; }

.brand-head {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
  .brand-icon {
    display: inline-block;
    font-size: 16px;
    color: #3d98ff;
    vertical-align: middle; }

  .brand-title {
    display: inline-block;
    margin: 0 10px;
    font-size: 26px;
    font-weight: 700;
    color: #222;
    line-height: 1;
    vertical-align: middle; }
    .brand-title span {
      display: inline-block;
      margin: 0 6px;
      font-size: 18px;
      font-weight: 200;
      color: #3d98ff;
      vertical-align: middle; }

  .brand-head-secondary .brand-spell {
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

  .brand-more {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    margin-top: -6px;
    font-size: 12px;
    color: #afafaf;
    line-height: 1;
    vertical-align: middle; }
    .brand-more:hover {
      color: #3d98ff; }

.brand-head-sm {
  margin: 0;
  text-align: left;
  border: 0; }
  .brand-head-sm .brand-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px; }

/**
 * recommond brand
 */
.recommond-brand .brand-icon,
.recommond-brand .brand-title,
.recommond-brand .brand-title span,
.recommond-brand .brand-spell,
.recommond-brand .brand-more {
  color: white; }
.recommond-brand .brand-spell,
.recommond-brand .brand-more {
  opacity: 0.5;
  filter: alpha(opacity=50); }
.recommond-brand .mod {
  border: 0; }

/**
 * list brand
 */
.list-brand .mod-cell {
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid #f1f3f5; }
  .list-brand .mod-cell:last-child {
    border-bottom: 0; }

.listonly-brand .brand-body {
  padding-bottom: 22px; }
.listonly-brand .mod-cell {
  padding: 10px 0;
  border-bottom: 1px #f3f4f6 solid; }

/**
 * card brand
 */
.card-brand {
  padding: 20px 30px 10px;
  background-color: white;
  border: 1px solid #e1e3e4;
  border-radius: 6px; }

/**
 * periodical brand
 */
.periodical-brand .brand-body {
  padding-right: 15px;
  padding-left: 15px; }
.per-logo-wrap {
  margin: 9px;
  border: 1px solid #e1e3e4;
  border-radius: 4px;
  overflow: hidden;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s; }
  .per-logo-wrap img {
    display: block;
    width: 100%;
    height: auto; }

/**
 * Modular
 * -----------------------------------------------------------------------------
 */
.mod-thumb-wrap, .mod-thumb-bar, .mod-primary-btn, .mod-secondary-btn, .card-mod {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s; }

/**
 * common styles
 */
.mod {
  position: relative;
  margin: 9px 9px 20px 9px; }

.mod-thumb {
  position: relative;
  overflow: hidden; }
  .mod-thumb img {
    display: block;
    width: 100%;
    height: auto; }
  .mod-thumb-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    background-color: rgba(0, 0, 0, 0); }

  .mod-thumb-bar {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: 0;
    line-height: 40px;
    opacity: 0;
    filter: alpha(opacity=0); }

.mod-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: break-all; }

.mod-article {
  display: table-cell;
  height: 84px;
  padding: 12px 0;
  vertical-align: middle; }
  .mod-article p {
    max-height: 60px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

.mod-info {
  line-height: 22px; }
  .mod-info-cell {
    float: left;
    margin-right: 20px;
    color: #afafaf;
    line-height: inherit;
    vertical-align: middle; }
    .mod-info-cell span {
      display: inline-block; }
    .mod-info-cell.centered {
      float: none;
      text-align: center; }

  .mod-info-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle; }

  .mod-info-text {
    font-size: 12px;
    color: #999;
    vertical-align: middle; }

.mod-bot {
  margin-top: 10px;
  line-height: 30px;
  border-top: 1px #f3f4f6 solid;
  padding-top: 10px; }

.mod-primary-btn {
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #3d98ff;
  border: 1px solid transparent;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: #3d98ff; }
  .mod-primary-btn:hover {
    border-color: #3d98ff; color: white; }
  .mod-primary-btn.btn-solid {
    color: white; }

.mod-secondary-btn {
  display: inline-block;
  min-width: 20px;
  height: 40px;
  padding: 0 12px;
  color: white;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
  border-radius: 20px; }
  .mod-secondary-btn .icon-append {
    margin-left: 4px; }
  .mod-secondary-btn:hover {
    background-color: #3d98ff; }

.mod-list {
  margin-top: 10px;
  padding: 0 10px; }
  .mod-list-row {
    position: relative; }

  .mod-list-cell {
    float: left;
    line-height: 36px; }
    .mod-list-cell:nth-child(1) {
      width: 65%; }
    .mod-list-cell:nth-child(2) {
      width: 10%;
      text-align: center; }
    .mod-list-cell:nth-child(3) {
      width: 20%;
      text-align: center; }
    .mod-list-cell:nth-child(4) {
      width: 5%;
      text-align: right; }
    .mod-list-cell .mod-info-icon,
    .mod-list-cell .mod-info-text {
      color: #afafaf; }
    .mod-list-cell .mod-info-text {
      font-size: 14px; }
    .mod-list-cell .link-defualt {
      font-size: 14px; }

  .mod-link {
    display: block;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .mod-link span {
      display: inline-block;
      margin-right: 8px;
      font-size: 16px;
      font-weight: bold; }
    .mod-link:hover {
      color: #3d98ff; }

.mod-hover {
  position: relative;
  top: 0; }
  .mod-hover:hover {
    top: -10px;
    border-color: #b1b3b5;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); }

/**
 * horizontal mod
 */
.horizontal-mod .mod-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

/**
 * card mod
 */
.card-mod {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer; }
  .card-mod:hover .mod-thumb-wrap {
    background-color: rgba(0, 0, 0, 0.3); }
  .card-mod:hover .mod-thumb-bar {
    margin-top: -20px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .card-mod .mod-con {
    padding: 10px;
    min-height: 120px; }

/**
 * book mod
 */
.book-mod .mod-wrap {
  padding-left: 184px; }
.book-mod .mod-thumb {
  width: 164px; }
.book-mod .mod-con {
  min-height: 257px; }
.book-mod .mod-title {
  padding-top: 25px;
  font-size: 20px; }
.book-mod .mod-info {
  line-height: 28px; }
.book-mod .mod-bot {
  margin-top: 10px; }
.book-mod .mod-primary-btn {
  padding: 0 20px;
  color: white;
  background-color: #3d98ff;
  border: 0;
  border-radius: 14px; }

/**
 * column mod
 */
.column-mod .mod-thumb {
  border-radius: 6px;
  overflow: hidden; }

/**
 * meeting mod
 * only for 'Meeting Dynamic' in JIAOCAN home page
 */
.meeting-mod {
  margin: 0;
  cursor: pointer; }
  .meeting-mod .mod-wrap {
    padding-left: 162px; }
  .meeting-mod .mod-thumb {
    width: 142px; }
  .meeting-mod .mod-con {
    min-height: 82px; }
  .meeting-mod .mod-thumb {
    border-radius: 6px;
    overflow: hidden; }
  .meeting-mod .mod-title {
    font-size: 18px;
    line-height: 28px; }
  .meeting-mod .mod-info {
    line-height: 24px; }
    .meeting-mod .mod-info .info,
    .meeting-mod .mod-info .mod-info-text {
      font-size: 14px; }
    .meeting-mod .mod-info .mod-info-text {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
/*   .meeting-mod:hover .mod-title {
    color: #3d98ff; } */

/**
 * list only mod
 */
.listonly-mod {
  margin: 0;
  padding: 0 10px; }
  .listonly-mod .mod-info,
  .listonly-mod .mod-title {
    font-weight: 500;
    line-height: 24px; }
  .listonly-mod .mod-info {
    font-size: 14px; }
  .listonly-mod .link-default {
    font-size: 14px;
    color: inherit; }
    .listonly-mod .link-default:hover {
      color: #3d98ff; }

/**
 * simplemod
 * 1. in vertical layout
 * 2. only has a title
 */
.simple-mod {
  position: relative;
  top: 0;
  cursor: pointer;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s; }
  .simple-mod:hover {
    top: -10px; }
  .simple-mod .mod-thumb {
    width: 164px;
    height: 257px;
    margin: 0 auto; }
    .simple-mod .mod-thumb img {
      width: 100%;
      height: 100%; }
  .simple-mod .mod-title {
    margin-top: -15px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

/**
 * Advertisement
 * -----------------------------------------------------------------------------
 */
.ad-1 img, .ad-2 img, .ad-3 img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.ad-1 {
  height: 180px; }

.ad-2 {
  height: 220px; }

.ad-3 {
  height: 140px; }

.ad-1 img {
  background-image: url(../images/ad/ad1.jpg); }

.ad-2 img {
  background-image: url(../images/ad/ad2.jpg); }

.ad-3 img {
  background-image: url(../images/ad/ad3.jpg); }

/**
 * Misc
 * -----------------------------------------------------------------------------
 */
/**
 * price
 */
.price {
  font-weight: 400;
  vertical-align: middle; }
  .price span {
    display: inline-block;
    vertical-align: middle; }
  .price-org {
    font-size: 12px;
    color: #afafaf;
    text-decoration: line-through; }

  .price-pre {
    font-size: 14px;
    font-weight: 400;
    color: #cf2424; }

/**
 * stars
 */
.stars span {
  float: left;
  font-size: 10px;
  color: darkgray; }
.stars.star-1 span:nth-child(1) {
  color: #ff8427; }
.stars.star-2 span:nth-child(1),
.stars.star-2 span:nth-child(2) {
  color: #ff8427; }
.stars.star-3 span:nth-child(1),
.stars.star-3 span:nth-child(2),
.stars.star-3 span:nth-child(3) {
  color: #ff8427; }
.stars.star-4 span:nth-child(1),
.stars.star-4 span:nth-child(2),
.stars.star-4 span:nth-child(3),
.stars.star-4 span:nth-child(4) {
  color: #ff8427; }
.stars.star-5 span {
  color: #ff8427; }

.stars-stroke span {
  color: #ff8427; }
  .stars-stroke span i:before {
    content: '\e62a'; }
.stars-stroke.star-1 span:nth-child(1) i:before {
  content: '\e647'; }
.stars-stroke.star-2 span:nth-child(1) i:before,
.stars-stroke.star-2 span:nth-child(2) i:before {
  content: '\e647'; }
.stars-stroke.star-3 span:nth-child(1) i:before,
.stars-stroke.star-3 span:nth-child(2) i:before,
.stars-stroke.star-3 span:nth-child(3) i:before {
  content: '\e647'; }
.stars-stroke.star-4 span:nth-child(1) i:before,
.stars-stroke.star-4 span:nth-child(2) i:before,
.stars-stroke.star-4 span:nth-child(3) i:before,
.stars-stroke.star-4 span:nth-child(4) i:before {
  content: '\e647'; }
.stars-stroke.star-5 span i:before {
  content: '\e647'; }

/**
 * content
 */
.content {
  font-size: 14px;
  color: #666;
  line-height: 2;
  @indclude text-justify; }

/**
 * labs
 */
.lab {
  display: inline-block;
  color: white;
  line-height: 18px;
  border-radius: 2px;
  vertical-align: middle; }
  .lab-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 1px;
    vertical-align: middle; }
    .lab-icon i {
      display: inline-block;
      width: 10px;
      height: 10px;
      line-height: 10px;
      font-size: 10px;
      vertical-align: middle; }

  .lab-text {
    display: inline-block;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle; }

  .lab-data {
    padding: 0 4px;
    background-color: rgba(0, 0, 0, 0.7); }

  .lab-rank {
    width: 18px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0; }
    .lab-rank.lab-pos-tl {
      top: 0;
      left: 0; }

  .lab-gray-anti {
    color: #666;
    background-color: rgba(102, 102, 102, 0.1); }

  .lab-red {
    background-color: #3d98ff; }

  .lab-red-anti {
    color: #3d98ff;
    background-color: rgba(61, 152, 255, 0.08); }

  .lab-orange {
    background-color: #ff8427; }

  .lab-yellow {
    background-color: #f1be65; }

  .lab-green {
    background-color: #2cc336; }

  .lab-green-anti {
    color: #2cc336;
    background-color: rgba(44, 195, 54, 0.08); }

  .lab-pos-tl,
  .lab-pos-tr,
  .lab-pos-bl,
  .lab-pos-br {
    position: absolute; }

  .lab-pos-tl {
    top: 6px;
    right: auto;
    bottom: auto;
    left: 6px; }

  .lab-pos-tr {
    top: 6px;
    right: 6px;
    bottom: auto;
    left: auto; }

  .lab-pos-bl {
    top: auto;
    right: auto;
    bottom: 6px;
    left: 6px; }

  .lab-pos-br {
    top: auto;
    right: 6px;
    bottom: 6px;
    left: auto; }

/**
 * bubble
 */
.bubble {
  display: inline-block;
  min-width: 17px;
  height: 17px;
  margin-left: 6px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 17px;
  text-align: center;
  background-color: red;
  border-radius: 8.5px; }

.contribute {
  margin-top: 18px;
  border-radius: 6px;
  cursor: pointer; }

/**
 * Layout
 * -----------------------------------------------------------------------------
 */
body {
  min-width: 1200px;
  overflow-x: auto; }

.webWidth {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1; }
  .webWidth:before, .webWidth:after {
    content: " ";
    display: table; }
  .webWidth:after {
    clear: both; }

/**
 * row
 */
.row {
  background-color: white; }

.row-dark {
  background-color: #f7fafc; }

.recommond-row {
  background-image: url(../images/bg/new-bg.jpg);
  background-position: top center;
  background-repeat: repeat; }

.periodical-row {
  background-image: url(../images/bg/period-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e1e3e4; }
  .periodical-row .brand {
    overflow: hidden; }
  .periodical-row .col-2:first-child .mod {
    margin-right: 24px; }
  .periodical-row .col-2:last-child .mod {
    margin-left: 24px; }

.column-row .col-2:first-child .mod {
  margin-right: 12px; }
.column-row .col-2:last-child .mod {
  margin-left: 12px; }

.dynamic-row {
  padding: 30px 0; }
  .dynamic-row-wrap {
    margin: 0 24px; }

  .dynamic-left {
    float: left;
    width: 890px; }

  .dynamic-right {
    float: right;
    width: 240px; }

.preview-row {
  background-image: url("../images/bg/show-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat; }

.other-search {
  clear: both;
  overflow: hidden;
  padding: 15px 0;
  margin-bottom: 20px; }
  .other-search .search-wrap {
    width: 40%;
    float: left;
    margin-right: 50px;
    position: relative; }
    .other-search .search-wrap .search-ico {
      color: #999;
      font-size: 20px;
      position: absolute;
      left: 8px;
      top: 8px; }
    .other-search .search-wrap .search-input {
      height: 34px;
      line-height: 34px;
      background: #fff;
      border: 1px #ddd solid;
      border-radius: 4px;
      padding-left: 28px; }
  .other-search .searchBtn {
    display: block;
    height: 34px;
    line-height: 34px;
    width: 90px;
    background: #3d98ff;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    float: left; }

.courseTab {
  clear: both;
  overflow: hidden; }
  .courseTab ul li {
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    min-width: 90px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0 23px 15px 0;
    border-radius: 6px; }
  .courseTab ul .curr {
    background: #3d98ff;
    border: 1px solid #3d98ff;
    color: #fff;
    cursor: pointer;
    font-weight: bold; }
  .courseTab .tab-wrap {
    clear: both;
    overflow: hidden;
    padding-top: 40px; }

/**
 * Header
 * -----------------------------------------------------------------------------
 */
.header {
  background: #3d98ff; }

/**
 * logo
 */
.logo {
  height: 50px;
  margin-top: 15px;
  margin-right: 36px; }
  .logo img {
    display: block;
    width: auto;
    height: 100%; }

/**
 * search
 */
.search {
  position: relative;
  width: 340px;
  height: 36px;
  margin-top: 22px;
  padding-left: 65px;
  padding-right: 40px;
  font-size: 14px;
  color: #999;
  line-height: 34px;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 18px; }
  .search-field,
  .search-btn {
    position: absolute;
    top: 0;
    bottom: 0; }

  .search-field {
    left: 0;
    z-index: 1;
    padding: 0 20px 0 15px;
    line-height: inherit;
    vertical-align: baseline; }
    .search-field .text,
    .search-field .arrow {
      line-height: inherit;
      vertical-align: baseline; }
    .search-field .arrow {
      cursor: pointer; }
      .search-field .arrow i {
        font-size: 12px; }
      .search-field .arrow:hover {
        color: #3d98ff; }
    .search-dropdown {
      position: absolute;
      top: 34px;
      left: 0;
      display: none;
      width: 65px;
      padding: 4px 0;
      color: white;
      text-align: center;
      background-color: #888;
      border-radius: 4px;
      overflow: hidden;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
      .search-dropdown .link {
        display: block;
        color: inherit;
        line-height: 24px; }
        .search-dropdown .link:hover {
          color: white;
          background-color: #444; }

  .search-input {
    width: 100%;
    height: inherit;
    line-height: inherit;
    background-color: transparent;
    text-indent: .6rem; }
    .search-input::-moz-placeholder {
      color: #ccc;
      opacity: 1; }
    .search-input:-ms-input-placeholder {
      color: #ccc; }
    .search-input::-webkit-input-placeholder {
      color: #ccc; }

  .search-btn {
    right: 0;
    display: inline-block;
    width: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer; }
    .search-btn:hover {
      color: #3d98ff; }

/**
 * user
 */
.user-cell {
  position: relative;
  float: left;
  padding: 22px 10px; }
  .user-cell .link {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 36px; }
    .user-cell .link i {
      display: inline-block;
      margin-right: 8px;
      font-size: 16px; }
    .user-cell .link:hover {
      color: #3d98ff; }
  .user-cell .portrait {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: -6px;
    cursor: pointer; }
  .user-vip .link {
    padding: 0 20px;
    color: #ff8427;
    line-height: 34px;
    border: 1px solid #ff8427;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .user-vip .link:hover {
      color: white;
      background-color: #ff8427; }

/**
 * Nav
 * -----------------------------------------------------------------------------
 */
.nav {
  background-color: #222; }
  .nav-cell {
    float: left; }
    .nav-cell .link {
      display: block;
      padding: 0 20px;
      font-size: 18px;
      color: white;
      line-height: 60px;
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .nav-cell .link:hover {
        background-color: black;
        opacity: 1;
        filter: alpha(opacity=100); }
      .nav-cell .link.active, .nav-cell .link.active:hover {
        background-color: #3d98ff;
        opacity: 1;
        filter: alpha(opacity=100); }

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
.footer {
  padding: 40px 0;
  font-size: 14px;
  background-color: #222; }
  .footer > pull-left, .footer > pull-right {
    margin: 0 24px; }

.copyright {
  color: #afafaf;
  line-height: 30px; }
  .copyright p {
    margin: 0;
    padding: 0; }

.contact {
  margin-top: 20px;
  color: #afafaf; }
  .contact .link-normal, .contact .link-normal:hover {
    font-size: inherit;
    color: inherit; }
  .contact span {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.qr {
  float: left;
  margin-top: 7px;
  margin-left: 40px;
  padding: 8px 8px 0;
  background-color: white; }
  .qr-img {
    width: 110px;
    height: 110px; }
    .qr-img img {
      width: inherit;
      height: inherit; }

  .qr-txt {
    color: #666;
    line-height: 30px;
    text-align: center; }

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.pos-tl {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

.pos-tr {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

.pos-bl {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

.pos-br {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.mask,
.mask-white {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mask {
  z-index: 1040;
  display: none;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.mask-white {
  z-index: 1019;
  display: none;
  background-color: white;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mask-transparent {
  background-color: transparent; }

.assist {
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.primary {
  color: #3d98ff; }

.blue {
  color: #769ae3; }

.green {
  color: #2cc336; }

.red {
  color: #f57373; }

.yellow {
  color: #f1be65; }

.blue-ass {
  color: #576b95; }

.dark {
  color: black; }

.base {
  color: #222; }

.light {
  color: #afafaf; }

.link-default {
  font-size: 12px;
  color: #666;
  text-decoration: none; }
  .link-default:hover {
    color: #3d98ff; }

.link-normal {
  font-size: 12px;
  color: #3d98ff;
  text-decoration: none; }
  .link-normal:hover {
    text-decoration: underline; }

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none; }

.col-1 {
  float: left;
  width: 100%; }

.col-2 {
  float: left;
  width: 50%; }

.col-3 {
  float: left;
  width: 33.3333333333%; }

.col-4 {
  float: left;
  width: 25%; }

.col-5 {
  float: left;
  width: 20%; }

.col-6 {
  float: left;
  width: 16.6666666667%; }

.col-7 {
  float: left;
  width: 14.2857142857%; }

.col-8 {
  float: left;
  width: 12.5%; }

.col-9 {
  float: left;
  width: 11.1111111111%; }

.col-10 {
  float: left;
  width: 10%; }

.col-11 {
  float: left;
  width: 9.0909090909%; }

.col-12 {
  float: left;
  width: 8.3333333333%; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.bt {
  border-top: 1px solid #e1e3e4; }

.br {
  border-right: 1px solid #e1e3e4; }

.bb {
  border-bottom: 1px solid #e1e3e4; }

.bl {
  border-left: 1px solid #e1e3e4; }

.icon {
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden; }

.portrait {
  overflow: hidden; }
  .portrait img {
    display: block;
    width: 100%;
    height: auto; }
