/* Add CSS styles here! */
ol.block-list-rulers li::before {
    content: none;
}

header.header .hero-foot.content-nav .tabs li {
  margin: 0 0%;
}

.tabs {
  overflow-x: hidden;
}

.tabs li.is-active {
  color: #00a971;
  border-bottom: 3px solid #00a971;
}

.tabs li.is-active a {
  color: #00a971 !important;
}

.section.link-bar {
  padding: 0 !important;
  min-height: 44px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px 0 rgba(26, 30, 34, 0.08);
  overflow-x: auto;
  overflow-y: hidden;
}

.section.link-bar .is-three-quarters{
    width: 90%;
}

.section.link-bar .is-three-quarters .column{ 
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.column-icon {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}

.section.link-bar img {
  height: 28px;
  width: 28px;
  vertical-align: middle;
}

.section.link-bar .column.is-4 {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-bar .column.is-4 a {
  font-size: 14px;
  color: #3d3e49;
}

.move-block{
  display: flex;
  width: 100%;
}

/* .section.link-bar .columns:last-child {
  text-align: right;
} */

.icp-flow {
  position: relative;
}

.icp-flow .columns {
  flex-wrap: wrap;
}

.icp-flow .flow-axle {
  position: absolute;
  left: 50%;
  height: 100%;
  border-left: dashed 2px #d5dee7;
}

.flow-axle .axle-point-start, .flow-axle .axle-point-end {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #d5dee7;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -9px;
}

.flow-axle .axle-point-start {
  top: 0px;
}

.flow-axle .axle-point-end {
  bottom: 0px;
}

.icp-flow .flow-step {
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(3, 5, 7, 0.08);
}

.icp-flow .flow-step:hover {
  box-shadow: 0 15px 30px 0 rgba(3, 5, 7, 0.08);
}

.icp-flow #step_1,
.icp-flow #step_3 {
  margin-right: 40px;
}

.icp-flow #step_2,
.icp-flow #step_4 {
  margin-left: 40px;
}

.icp-flow #step_1 {
  margin-top: 12px;
}

.icp-flow #step_2 {
  margin-top: 50px;
}

.icp-flow #step_4 {
  margin-top: 36px;
  margin-bottom: 20px;
}

.icp-flow .axle-point {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #d5dee7;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -7px;
}

.icp-flow .flow-step:hover .axle-point {
  border-color: #00a971;
}

.icp-flow .axle-point.step1 {
  top: 46px;
}

.icp-flow .axle-point.step2 {
  top: 84px;
}

.icp-flow .axle-point.step3 {
  top: 430px;
}

.icp-flow .axle-point.step4 {
  top: 468px;
}

.icp-flow .flow-step .step-title {
  height: 60px;
  color: #fff;
  background-color: #00a971;
  position: relative;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px 3px 0 0;
}

.flow-step .step-title .step-number {
  font-family: Roboto;
  color: #f8fafc;
  opacity: 0.08;
  position: absolute;
  top: 26px;
  right: 0px;
  font-size: 100px;
  font-weight: 900;
}

.flow-step .step-desc {
  padding: 24px;
  border-radius: 3px;
}

.flow-step .step-desc .step-explain {
  font-size: 14px;
  color: #939ea9;
  line-height: 1.57;
  margin-bottom: 24px;
}

.flow-step .step-desc .detail-step-list {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.flow-step .step-desc .detail-step-list li {
    font-size: 14px;
    /* flex: 0 0 50%; */
    margin-bottom: 8px;
    margin: 0px 2%;
    width: 45%;
}

.detail-step-list li a,
.detail-issue-list li a{
  color: #272b2f;
  white-space: pre-wrap;
  word-break: break-all;
}

.detail-step-list li a:hover,
.detail-issue-list li a:hover,
.issue-card .issue-desc .more:hover,
.link-bar .column.is-4 a:hover {
  color: #00a971;
}

.detail-issue-list li a {
  color: #68747F;
}

.issue-card {
  border-radius: 3px;
  background-color: #fff;
}

.issue-card .issue-title {
  color: #fff;
  border-radius: 3px 3px 0 0;
  height: 80px;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  background-image: linear-gradient(to left, #53545f, #3d3e49);
  position: relative;
}

.issue-card .issue-title img {
  position: absolute;
  height: 74px;
  right: 0px;
  top: 4px;
}

.issue-card .issue-desc {
  padding: 24px;
}

.issue-card .issue-desc .more {
  font-size: 14px;
  color: #68747f;
  margin-left: 20px;
}

.issue-card .issue-desc .detail-issue-list {
  list-style: disc inside;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.issue-desc .detail-issue-list li {
  font-size: 14px;
  color: #68747f;
  line-height: 20px;
  margin-bottom: 12px;
}
.ruler-container {
  display: flex;
  justify-content: flex-start;
}

.ruler-left-container {
  width: 750px;
  min-height: 580px;
  overflow-x: auto;
}

.ruler-right-container {
    width: 425px;
}

.ruler-left-container .tips{
  font-size: 14px;
}

.ruler-right-container .ruler-content h3 {
  font-size: 18px;
  color: #333333;
}

.ruler-right-container .ruler-content .ruler-tab{
  margin: 16px 0;
  color: #3D3E49;
}

.ruler-right-container .ruler-content .ruler-tab .tab-btn1 {
  border-radius: 3px 0 0 3px;
}

.ruler-right-container .ruler-content .ruler-tab .tab-btn2 {
  border-radius: 0 3px 3px 0;
}

.ruler-right-container .ruler-content .list-rulers {
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll
}

.ruler-right-container .list-rulers::-webkit-scrollbar-track {
  background-color: #fff;
}

.ruler-right-container .list-rulers::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(61, 62, 73, .1);
}

.ruler-right-container .list-rulers::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(61, 62, 73, .1);
}

.ruler-right-container .ruler-content .list-rulers ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.ruler-right-container .ruler-content .list-rulers ul {
  list-style: none;
  margin-bottom: 15px;
  border-radius: 3px;
}

.ruler-right-container .ruler-content .list-rulers ul li {
  position: relative;
}

.ruler-right-container .block-list .ruler-title {
  color: #3d3e49;
  font-size: 16px;
  font-weight: 500;
}

.ruler-right-container .ruler-content .ruler-tab ul {
  display: flex;
}

.ruler-right-container .ruler-content .ruler-tab ul li {
  border: 1px solid #02a971;
  height: 40px;
  flex: 0 0 50%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.ruler-content .ruler-tab .active {
  background-color: #02a971;
  color: #ffffff;
}

.ruler-right-container .block-list-rulers {
  list-style-type: decimal;
  padding-left: 20px;
  padding-right: 5px;
  font-size: 14px;
  color: #68747f;
  margin-bottom: 30px
}

.ruler-right-container .block-list::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #00a971;
  border-left: 8px solid transparent;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ruler-right-container .block-list-rulers li {
  line-height: 22px;
  margin-bottom: 15px;
}

.ruler-right-container .block-list {
  line-height: 28px;
  list-style-type: disc;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.bottom-banner {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 183px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: PingFangSC;
  background: url(../image/dengbao-banner-bottom-bg.png) center no-repeat;
  background-size: cover;
}

#contacts {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

#contacts .columns {
  margin: 0 200px;
}

#contacts .columns .is-4 {
  text-align: center;
  color: #3d3e49;
  padding: 4px 4px;
}

@media only screen and (max-width: 1230px) {
    .flow-step .step-desc .detail-step-list li {
      font-size: 14px;
      /* flex: 0 0 50%; */
      margin-bottom: 8px;
      margin: 0px 7%;
      width: 36%;
  }
  .move-block {
    max-width: 900px;
  }
  .ruler-left-container {
    width: 450px;
    overflow-x: auto;
  }
  #flow .flow-axle, #flow .axle-point {
    display: none;
  }
  .icp-flow #step_1, .icp-flow #step_2, .icp-flow #step_3, .icp-flow #step_4 {
    margin: 0px;
  }

}

@media screen and (min-width: 769px) {


  #issue .columns {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 769px) {
  .move-block{
    display: block;
  }
  .link-bar .is-three-quarters .is-small {
    height: 40px;
    overflow: hidden;
    margin-left: 4px;
  }
  .section.link-bar .is-three-quarters {
      margin-top: 12px;
      width: 100%;
  }
  .section.link-bar .is-three-quarters .column{
    margin-left: 1.5rem;
    margin-right: -0.75rem;
    padding: 0.75rem 0;
    width: 88% !important;
    max-width: 339px;
  }
  .section.link-bar .column-icon img{
    position: absolute;
    left: 0px;
    top: 15px;
    height: 24px;
    width: 24px;
  }

  header.header .hero .btn-group .button:not(:last-child) {
    margin-right: 0;
  }

  #contacts .columns {
    margin: 0;
  }

  .ruler-container {
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
  }

  .ruler-left-container {
    width: auto;
    min-height: 380px;
    overflow-x: auto;
  }

  .ruler-right-container{
    width: 100%;
  }
}

@media screen and (max-width: 413px) {
  #contacts {
    background-image: none !important;
  }
  .move-block {
    width: 95%;
  }
  #ChinaMap {
    margin-left: -50px !important;
    height: 448px !important;
    margin-top: -66px !important;
    width: 150%;
  }

  #ChinaMap > div {
    height: 380px !important;
  }
}

@media screen and (min-width: 414px) and (max-width: 769px) {
   #ChinaMap {
    margin-left:  -50px !important;
    height: 444px !important;
    margin-top: 16px !important;
  }

  #ChinaMap > div {
    height: 380px !important;
  }
}