html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #EEEFF3;
}

/* .content{
  background-color:#EEEFF3 !important ;
} */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.honor-content {
  background: none;
}

.toph {
  font-size: 48px;
  color: #E9E9E9;
  position: relative;
  top: 45px;
  /* font-weight: bold; */
  letter-spacing: -3px;
}

.headtop {
  padding-top: 12px;
  position: relative;
  height: 32px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  /* font-weight: bold; */
  color: #595959;
  line-height: 28px;
}

.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 32px;
  left: 18px;
  height: 98%;
  width: 2px;
  background: #EBE5DB;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cd-timeline-img img {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 36px;
    height: 36px;
    left: 50.5%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  position: relative;
  /* margin-left: 60px; */
  /* background: white; */
  border-radius: 0.25em;
  padding: 1em;
  /* box-shadow: 0 3px 0 #d7e4ed; */
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

a.cd-read-more:hover {
  text-decoration: none;
  background-color: #424242;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #F18652;
}

@media only screen and (min-width: 768px) {

  /* .cd-timeline-content h2 {
      font-size: 20px;
      font-size: 1.25rem;
    } */
  .cd-timeline-content p {
    font-size: 16px;
    /* font-size: 1rem; */
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: -60px;
    /* padding: 1.6em; */
    width: 51%;
  }

  .cd-contR {
    margin-right: -60px;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #F18652;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #F18652;
  }

  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

.timeYr,
.timeYl {
  background-color: #F18652;
  font-size: 24px;
  height: 56px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
}

.timeYl {
  text-align: right;
  padding-right: 30px;
  margin: -10px -14px 0 0;
}

.timeYr {
  padding-left: 30px;
  margin: -10px 0 0 -14px;
}

.contUlr,
.contUll {
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 28px;
  padding: 20px 25px;
}

.cd-timeline-content ul li {
  cursor: pointer;
  position: relative;
}

.cd-timeline-content ul li:hover {
  color: #EB640E;
}

.contUlr {
  margin-left: -14px;
  width: 519px;
}

.contUll {
  width: 518px;
  text-align: right;
}

.contUlr li p {
  display: inline;
  padding-left: 10px;
}

.contUll li p {
  display: inline;
  padding-right: 10px;
}

.outerR,
.outerL {
  width: 14px;
  height: 14px;
  background: #FFE2D4;
  border: 1px solid #F18652;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 7px;
}

.coreR,
.coreL {
  width: 8px;
  height: 8px;
  background: #F18652;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -9px;
}

.coreR {
  left: 2px;
}

.coreL {
  left: -2px;
}

.backimg {
  /* background: url(../img/user/honor/backimg.png) no-repeat;
  
  background-size: 100% 100%; */
}

.suspend {
  width: 600px;
  /* height: 529px; */
  background-color: #FFFFFF;
  position: absolute;
  /* right: 509px; */
  top: 80px;
  border-radius: 10px;
  z-index: 10;
  display: none;
}

.suspend img {
  width: 100%;
  border-radius: 10px;
}

/* .show{
  display: block;
} */
#tier {
  position: absolute;
  /* background: red; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.showHide {
  text-align: center;
  cursor: pointer;
}

.showHide span {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 950px) {
  body {
    background-color: #FFFFFF;
  }

  #mobile-terminal .honor-article {
    margin: 0 0.5rem;
  }

  #mobile-terminal .certificate-list {
    margin: 0.3rem 0.3rem 0;
  }

  #mobile-terminal .certificate-list p {
    margin: 0;
  }

  #mobile-terminal .certificate-list ul li {
    position: relative;
    border-left: 1px dashed rgb(151 151 151 / 30%);
    padding: 0.5rem 0 0.6rem;
  }

  #mobile-terminal .certificate-list ul li:last-child {
    border: none;
  }

  #mobile-terminal .certificate-list ul li .certificate-year {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -15px;
    left: 0;
    padding-left: 0.5rem;
  }

  #mobile-terminal .certificate-list ul li .certificate-year img {
    position: absolute;
    left: -0.28rem;
    top: 4px;
    width: 6%;
    background: #FFFFFF;
  }

  #mobile-terminal .certificate-list ul li:last-child .certificate-year img {
    left: -0.25rem;
  }

  #mobile-terminal .certificate-list ul li dl {
    margin: 0 0 0 0.8rem;
    color: #353535;
  }

  #mobile-terminal .certificate-list ul li dl dd {
    line-height: 0.6rem;
    padding: 0.2rem 0;
  }

  #mobile-terminal .certificate-list ul li .certificate-year .year-even {
    font-size: 0.45rem;
    color: #00C57A;
    font-weight: 600;
  }

  #mobile-terminal .certificate-list ul li .certificate-year .year-odd {
    font-size: 0.45rem;
    color: #EB640E;
    font-weight: 600;
  }

  #mobile-terminal .certificate-list ul li .certificate-year .view-certificate {
    color: #929697;
    font-size: 0.37rem;
  }

  #mobile-terminal .certificate-list ul li .see-more {
    display: flex;
    align-items: center;
    padding-left: 0.8rem;
    line-height: 1rem;
  }

  #mobile-terminal .certificate-list ul li .see-more p:first-child {
    color: #929697;
  }

  #mobile-terminal .swiper-certificate {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
  }

  #mobile-terminal .swiper-certificate .list-swiper {
    padding-top: 30vh;
    height: 84%;
  }

  #mobile-terminal .swiper-certificate .list-swiper .swiper-container {
    height: 100%;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10%;
  }

  @media screen and (min-width: 414px) {
    #mobile-terminal .swiper-certificate .list-swiper {
      height: 90%;
    }
  }

  #mobile-terminal .swiper-certificate .certificate-mark {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 87%;
  }

  #mobile-terminal .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
    width: 15px;
    height: 4px;
    opacity: .5;
    background: #fff;
  }

  #mobile-terminal .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;

  }

  #mobile-terminal .swiper-container-horizontal .swiper-button-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAnhJREFUWEft2EuoT1EUx/HvzzuKoiSlZCADGTHyKJHkIgozBkgmHpE8IkUiUlJSwjXxGIiIrmdiogyUMlBKSgkpiojw0659a/dP3bvP2af7H1jT/+78P521ztp7L9HmoTb38R9YN0ONvkHbY4ADgIFdkj7kghsD2h4NPAQmRVSnpNVtAbQ9EngATElAZyWt6XOg7eHAPWBagnkFzJT0tk+BtocCt4EZCeQNMEvS61xcWF+sBm0PBm4AcxPIu4h7WQVXDGh7IHAFWJhAPgKzJT2viisCtN0fuAgsTyCfgTmSntbB1QbaDiVyDliVQL4C8yQ9rosrATwJrE8g34EOSaHFFInKH4nto8CWRPETWCKpq4gsPqQS0PZ+YHcC+QWskHS1JK5Sim3vAA4mkN+hBiVdKI3LBtreCBxL+mc4BKyTdLoJXBbQ9lrgVAtus6TjTeF6DbS9CAj1FXped+yUdKhJXA7wGrA4wXRJWtA0Lge4KdZetynU3jZJodU0Gr1uM7ZDOre3aPZK2teksNfAgLC9B2gFHZbUCi9mzgJG5FbgSMtR7QSwQVJIfdHIBkZk2H8Dql+i6QTWSvpTUlgJGJHhBHMGGJCALgErJYWtr0hUBkbkMuA8MCjRXI/78o8SwlrAiOwALgNDEtAdYKmkb3WRtYEROQcIzXxYAnoUrgCSvtRBFgFG5HTgJjAiAT0B5kv6VBVZDBiRU4FbwKgE9CxeAbLHHuEZRYERORm4C4S5THe8iDe8cA3NiuLAiJwYpwvjEk37zGYicjxwH5gQke0xm0nzZ3ssEO4vIVPh/Pg+K79N1GAuoKf1jdRgT3+a8/t/YM7b+tfav09htylnnYD9AAAAAElFTkSuQmCC);
  }

  #mobile-terminal .swiper-container-horizontal .swiper-button-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAoJJREFUWEft2E+IjVEYx/HvDxFRlJBSUspCKQtlQxMGkWlk4c/Gv5SUlMikmRINk8ifzSQs2KHIvyRS/qxYyUIWUkpSFEX+zjM907l1uk0z977nvOMu5lne973n/XSe933Oc45o8FCD+xgGpmao8Aya2RSgE/qycFDSx1RMf/9PAV4EtoRBXwOLJX3KjUwBXgC2RqCXQJOkLzmRKcDpwBNgVgR6DiyV9C0XsjDQAWY2E3gMzIhAT4Hlkn7kQCYBA3J2QE6LQA+A1ZJ+pSKTgQE5F3gETI5At4G1kv6kILMAA3I+8BCYGIGuAhsk/SuKzAYMyIXAfWB8BLoEbJZkRZBZgQHZBNwBxkagbkk7GwIYkCuBG8DoCHVS0t56kdlnsAIws1bgCjAqQh2R1F4PsjRgmMmNgL+DIyNUm6RjtSJLBQbkduBcaCr6fgL2SDpTC7J0YEDuBk5VIXdIOj8YckiAAXkAOBqBvDa2Sro1EHLIgAF5F/AvvBI3JbU0BNDMvMQcj9LsLn8XT/93oJl1AIeqIF2SPO0DRukpNrMuYH+VokPS4cFwfr00oJn52GeBXRHES8w+SSdqwZUGNLMRgJeQyp7Fn9XjWEndteJKAZqZL22XgfUR5C+wTZKvKnVF1hSb2Ziw/q6JFL+BTZKu1SULN2cDmtk44DrQHEF+AuskeftVKLIAzWwC4C3+okjxHWiR5F124UgGmtkk4B6wIFJ8BVZJelZYliPF4fjDW/x5EeQzsELSi1Rc0ldsZr7N9J3cnAji5zPLJL3KgUsFxmczPtb7cKrwJhcuFRifzbwFlkh6lxOXCpwa+jtfvtolfciNSwKWgelvzOQyUzZ0GJg6w72cCbcpvA10BQAAAABJRU5ErkJggg==);
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-size: 30px 30px
  }
}