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

body,
ul,
dl,
dd,
p {
  margin: 0;
  padding: 0; }

a {
  color: #6d6d6d;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #007bff;
  text-decoration: none !important; }

em {
  font-style: normal; }

input {
  outline: none;
  border: none; }

button {
  outline: none; }

li {
  list-style: none; }

table {
  border-collapse: collapse; }

img {
  border: 0; }

body {
  background-color: #fff;
  color: #6d6d6d;
  font: 400 14px/2 'Microsoft YaHei', sans-serif; }

.common-header .top {
  min-width: 1300px;
  height: 34px;
  border-bottom: 1px solid #eaedf0; }

.common-header .select {
  float: left;
  height: 34px;
  margin-left: 6px;
  line-height: 34px;
  color: #9fa3ab;
  cursor: pointer; }

.common-header .header-logo {
  float: left;
  width: 190px;
  height: 70px;
  margin: 10px 0;
  position: relative;
  z-index: 9999; }

.common-header .triangle-down {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #9fa3ab;
  margin: 0 8px; }

.common-header .keyword {
  float: right;
  height: 26px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
  border: 1px solid #f0f0f0;
  border-radius: 4px; }
  .common-header .keyword input {
    float: left;
    width: 180px;
    line-height: 22px;
    padding-left: 6px;
    padding-right: 5px;
    font-size: 12px;
    color: #9fa3ab; }
    .common-header .keyword input::-webkit-input-placeholder {
      color: #9fa3ab; }
    .common-header .keyword input::placeholder {
      color: #9fa3ab; }
  .common-header .keyword a {
    float: right;
    width: 22px;
    height: 22px;
    background: url("../images/keyword-logo.png") no-repeat center; }

#versions {
  position: absolute;
  background-color: #fff;
  display: none;
  z-index: 99999; }
  #versions li {
    color: #6d6d6d;
    padding: 0 10px; }
    #versions li a {
      color: #6d6d6d; }
    #versions li a:hover {
      background-color: #08d467;
      color: #fff; }

.common-nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #6d6d6d;
  border-bottom: 1px solid #dbdbdb; }
  .common-nav .icon-home {
    font-size: 18px; }
  .common-nav li {
    display: inline-block;
    vertical-align: middle; }
    .common-nav li a {
      color: #6d6d6d; }
    .common-nav li:last-child .icon-arrow-right {
      display: none; }
    .common-nav li.active a {
      color: #08d467; }
  .common-nav .icon-arrow-right {
    display: inline-block;
    margin: 0 4px;
    font-size: 14px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }

.banner img {
  width: 100%; }

.content {
  padding-bottom: 50px; }

.common-footer {
  min-width: 1300px;
  background: #141b23;
  padding-bottom: 30px; }
  .common-footer .left-part {
    float: left; }
    .common-footer .left-part dl {
      float: left;
      padding-left: 10px;
      padding-right: 30px; }
    .common-footer .left-part dt {
      padding-top: 30px;
      padding-bottom: 20px;
      font-size: 16px;
      color: #d4d6e3; }
      .common-footer .left-part dt a {
        color: #d4d6e3; }
    .common-footer .left-part dd {
      line-height: 24px;
      color: #828496; }
      .common-footer .left-part dd i,
      .common-footer .left-part dd a {
        display: inline-block;
        vertical-align: middle;
        color: #828496; }
      .common-footer .left-part dd i,
      .common-footer .left-part dd a:hover {
        color: #08d467; }
      .common-footer .left-part dd i {
        margin-right: 4px; }
  .common-footer .right-part {
    float: right;
    padding-right: 8px; }
    .common-footer .right-part img {
      display: block;
      margin: 30px auto 0; }
    .common-footer .right-part span {
      display: block;
      margin-top: 8px;
      margin-bottom: 8px;
      text-align: center;
      color: #fff; }
    .common-footer .right-part select {
      display: block;
      width: 130px;
      margin-bottom: 10px;
      padding: 10px 5px;
      text-align: center;
      font-size: 14px;
      color: #828496;
      background-color: #2b343f;
      border: none; }

.copy-right {
  min-width: 1300px;
  padding: 12px 0;
  color: #979ca4;
  background-color: #fff; }
  .copy-right dt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 10px;
    font-weight: normal; }
  .copy-right dd {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px; }
  .copy-right .plan {
    margin-right: 8px; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

.w1400 {
  width: 1300px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.mr0 {
  margin-right: 0 !important; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  width: 50%;
  margin: 20px auto; }

.mv20 {
  margin: 20px 0; }

.text-left {
  text-align: left; }

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

.w85p {
  width: 85% !important; }

.center {
  text-align: center; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.section-separator {
  display: block;
  margin: 10px auto 40px; }

@media (max-width: 1024px) {
  .mb50 {
    width: 100%;
    margin: 20px auto; }
  .common-header,
  .common-nav,
  .common-footer,
  .banner,
  .content,
  .copy-right {
    width: 100%;
    min-width: 0 !important; }
    .common-header *,
    .common-nav *,
    .common-footer *,
    .banner *,
    .content *,
    .copy-right * {
      min-width: 0 !important; }
    .common-header .w1400,
    .common-nav .w1400,
    .common-footer .w1400,
    .banner .w1400,
    .content .w1400,
    .copy-right .w1400 {
      width: 100%; }
  .common-header {
    position: relative;
    z-index: 2; }
    .common-header .top {
      position: absolute;
      right: 0;
      top: 10px;
      border-bottom: none;
      z-index: 99; }
    .common-header .header-logo {
      float: left;
      width: 136px;
      height: 50px;
      margin: 10px 0 10px 10px;
      position: relative;
      z-index: 9999; }
      .common-header .header-logo img {
        width: 100%;
        height: 50px; }
    .common-header .keyword,
    .common-header .nav {
      display: none; }
  .common-nav {
    width: 100%;
    padding: 0 10px; }
  .banner {
    position: relative;
    z-index: -1; }
  .common-footer .left-part {
    width: 100%; }
    .common-footer .left-part dl {
      width: 50%;
      min-height: 270px; }
  .common-footer .right-part {
    float: right;
    width: 100%;
    padding-right: 0; }
    .common-footer .right-part img,
    .common-footer .right-part span {
      display: none; }
    .common-footer .right-part .select-wrap {
      display: inline-block;
      width: 49%; }
    .common-footer .right-part select {
      width: 100%;
      margin-top: 10px;
      margin-left: 10px; }
  .copy-right dd {
    display: none; }
  .copy-right dt {
    margin: 0; }
  .copy-right .fl,
  .copy-right .fr {
    float: none;
    width: 100%;
    text-align: center; }
  .content {
    padding: 0 10px; } }

.load-more {
  width: 170px;
  height: 46px;
  margin: 20px 30px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background-color: #08d467;
  border: none;
  border-radius: 24px;
  cursor: pointer; }

.load-more:hover {
  background-color: #08d467; }

.content .tabs {
  display: inline-block;
  margin: 20px auto; }
  .content .tabs > li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 20px;
    text-align: center;
    color: #6d6d6d;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 30px;
    min-width: 150px;
    cursor: pointer; }
    .content .tabs > li.active {
      color: #fff;
      border: 1px solid #08d467;
      background-color: #08d467; }
      .content .tabs > li.active a {
        color: #fff; }
    .content .tabs > li:hover {
      color: #fff;
      border: 1px solid #08d467;
      background-color: #08d467; }
      .content .tabs > li:hover a {
        color: #fff; }
    .content .tabs > li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #6d6d6d; }
    .content .tabs > li ul {
      display: none;
      position: absolute;
      left: 0;
      top: 45px;
      z-index: 1; }
      .content .tabs > li ul li {
        margin-right: 10px;
        margin-bottom: 5px;
        padding: 5px 10px;
        text-align: center;
        color: #6d6d6d;
        background-color: #fff;
        border: 1px solid #c3c3c3;
        border-radius: 20px;
        min-width: 150px; }
        .content .tabs > li ul li a {
          color: #6d6d6d !important; }

@media (max-width: 768px) {
  .content .tabs li ul {
    top: 50px;
    width: 100%; }
    .content .tabs li ul li {
      width: 100%; } }

.content .main {
  padding-bottom: 80px;
  text-align: left; }
  .content .main .title {
    font-size: 30px;
    color: #000;
    text-align: center; }
  .content .main .date {
    margin: 10px 0;
    color: #b9b9b9;
    font-size: 14px;
    text-align: center; }
  .content .main .details {
    font-size: 16px;
    line-height: 2;
    color: #6d6d6d; }

.content .share-ways {
  display: inline-block; }
  .content .share-ways li {
    float: left;
    margin-right: 8px; }

.content .switch {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  text-align: left;
  font-size: 14px;
  color: #6d6d6d; }
  .content .switch .prev {
    margin-bottom: 10px; }
  .content .switch .back-to-list {
    position: absolute;
    right: 0;
    top: 20px;
    padding-left: 20px;
    background: #fff url("../images/back-list.png") no-repeat left center;
    border: none;
    color: #000;
    cursor: pointer; }

@media (max-width: 1024px) {
  .content .main {
    padding-bottom: 10px; }
    .content .main .title {
      font-size: 20px;
      color: #000;
      text-align: center; }
    .content .main .details img {
      display: block;
      margin: 20px auto;
      max-width: 100%; }
    .content .main .center img {
      width: 100%; }
  .switch .prev, .switch .next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .back-to-list {
    display: none; } }
