* {
  font-family: 'MiSans-Regular';
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* Standard syntax */
}
a {
  text-decoration: none;
  color: #333;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
  background: none;
  border-radius: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A1A1A1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A1A1A1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A1A1A1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  vertical-align: middle;
  transition: transform 0.3s linear;
  width: inherit;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}
.h_posImg {
  display: block;
  position: relative;
  overflow: hidden;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_posImg2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.h_posImg2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@font-face {
  font-family: 'D-DIN-Bold';
  src: url('../fonts/D-DIN-Bold.ttf');
}
@font-face {
  font-family: 'MiSans-Demibold';
  src: url('../fonts/MiSans-Demibold.ttf');
}
@font-face {
  font-family: 'MiSans-Semibold';
  src: url('../fonts/MiSans-Semibold.ttf');
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url('../fonts/MiSans-Medium.ttf');
}
@font-face {
  font-family: 'MiSans-Normal';
  src: url('../fonts/MiSans-Normal.ttf');
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url('../fonts/MiSans-Regular.ttf');
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
::selection {
  color: #fff;
  background: var(--active-color);
}
.h_mt64 {
  margin-top: 64px;
}
.h_head {
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 2px -1px var(--rgba1-bcolor);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 10px 0;
}
.h_head .h_navWeb {
  padding: 0 80px;
}
.h_head .h_navWeb .h_head1 {
  line-height: 32px;
  border-bottom: 1px solid #ECECEC;
}
.h_head .h_navWeb .h_head1 .h_p1 {
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
}
.h_head .h_navWeb .h_head1 .h_tel img {
  width: 24px;
}
.h_head .h_navWeb .h_head1 .h_tel span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 19px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 {
  padding: 20px 0;
  transition: padding 0.3s ease-out;
}
.h_head .h_navWeb .h_head2 .h_logo {
  width: 209px;
}
.h_head .h_navWeb .h_head2 .h_R {
  --col-gap: 64px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_mask {
  z-index: -1;
  display: none;
  top: 65px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li {
  margin-right: var(--col-gap);
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  color: #333;
  transition: color 0.3s;
  font-family: 'MiSans-Normal';
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--active-color);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a img {
  filter: unset;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a::after {
  transform-origin: left;
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a img {
  filter: unset;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a::after {
  transform-origin: left;
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  padding: 0 14px;
  background: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a {
  white-space: nowrap;
  text-align: center;
  min-width: 80px;
  display: block;
  padding: 11px 0;
  color: #444444;
  font-size: 14px;
  box-shadow: 0 -1px rgba(203, 203, 203, 0.2);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a.active {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_head .h_navWeb .h_head2 .h_R .h_form {
  cursor: pointer;
  position: relative;
  border-left: 2px solid #DEDEDE;
  padding-left: 48px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form {
  overflow: hidden;
  transition: all 0.3s;
  flex-wrap: nowrap;
  right: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input {
  font-size: 15px;
  background: none;
  color: #333;
  height: 30px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #D8D8D8;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button {
  width: 30px;
  height: 30px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
  font-size: 18px;
  color: #333;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .i-close {
  display: none;
  position: absolute;
  right: -26px;
  font-size: 24px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R > .h_line {
  height: 45px;
  width: 1px;
  background-color: #DFDFDF;
  margin-right: var(--col-gap);
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t {
  text-align: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p1 {
  font-size: 14px;
  color: #555555;
  font-family: 'MiSans-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p2 {
  font-size: 21px;
  color: #333333;
  margin-top: 6px;
  font-family: 'MiSans-Semibold';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_icon {
  margin-left: 12px;
  width: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 28px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: var(--active-color);
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_Banner {
  position: relative;
  z-index: 2;
}
.h_Banner .h_posImg {
  height: 380px;
  background-color: rgba(51, 51, 51, 0.4);
}
.h_Banner .h_posImg img {
  z-index: -1;
}
.h_Banner .h_text {
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.h_Banner .h_text h1 {
  font-size: 90px;
  padding-bottom: 20px;
}
.h_Banner .h_text3 {
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.h_Banner .h_text3 > div {
  height: 100%;
  align-content: center;
}
.h_Banner .h_text3 h3 {
  width: 100%;
  text-align: center;
  font-size: 52px;
}
.h_Column {
  padding: 30px 0;
  background-color: var(--active-color);
}
.h_Column .h_l {
  color: #fff;
  font-size: 32px;
  font-family: 'SourceHanSansCN-Heavy';
}
.h_Column .h_select {
  max-width: 50%;
  cursor: pointer;
  position: relative;
}
.h_Column .h_select .h_res {
  padding: 0 10px;
  height: 33px;
  line-height: 33px;
  min-width: 170px;
  position: relative;
  background-color: #fff;
  font-size: 17px;
  color: var(--active-color);
  font-family: 'SourceHanSansCN-Heavy';
}
.h_Column .h_select .h_res::after {
  position: absolute;
  content: '';
  right: 10px;
  top: calc(50% - 6px);
  border-top: 12px solid var(--active-color);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.h_Column .h_select .h_hide {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid var(--active-color);
}
.h_Column .h_select .h_hide a {
  line-height: 33px;
  padding: 0 10px;
  display: block;
}
.h_Column .h_select .h_hide a:hover {
  color: var(--active-color);
  background-color: rgba(53, 176, 209, 0.2);
}
.h_Column .h_select .h_hide a.h_active {
  font-family: 'SourceHanSansCN-Medium';
  color: var(--active-color);
  background-color: rgba(53, 176, 209, 0.2);
}
.h_Column .h_imgBox .h_item {
  width: 32%;
  max-width: 440px;
}
.h_Column .h_imgBox .h_item .h_name {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.h_Column .h_imgBox .h_item .h_img .h_posImg {
  padding-top: 53.4%;
}
#h_pages {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  --page-height: 18px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 14px;
  color: #A3A3A3;
  line-height: var(--page-height);
  height: var(--page-height);
  padding: 0 10px;
  text-align: center;
}
#h_pages span.h_next {
  color: #555;
  padding-left: 20px;
  padding-right: 15px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
  position: relative;
}
#h_pages span.h_next::after {
  position: absolute;
  content: '';
  right: 0;
  top: calc(50% - 5px);
  border-left: 8px solid #555;
  border-top: 5px solid #55500000;
  border-bottom: 5px solid #55500000;
}
#h_pages span.h_prev {
  color: #555;
  padding-left: 15px;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  position: relative;
}
#h_pages span.h_prev::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 5px);
  border-right: 8px solid #555;
  border-top: 5px solid #55500000;
  border-bottom: 5px solid #55500000;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #222;
}
#h_pages span.current {
  color: #222;
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
}
#h_pages form input.submit-input {
  cursor: pointer;
}
#h_pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
.h_dqwz {
  padding: 16px 0;
  column-gap: 4px;
  flex-wrap: nowrap !important;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 13px;
  font-weight: 290;
  color: #3D3D3D;
  white-space: nowrap;
}
.h_dqwz a:last-child,
.h_dqwz span:last-child,
.h_dqwz i:last-child,
.h_dqwz h1:last-child,
.h_dqwz h2:last-child,
.h_dqwz h3:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_dqwz a:hover {
  color: var(--active-color);
}
.h_mask {
  position: fixed;
  background: var(--rgba3-bcolor);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
}
.h_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  visibility: hidden;
}
.h_popup .h_mask {
  position: absolute;
}
.h_popup .h_videoBox {
  width: 92%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  visibility: inherit;
  transition: transform 0.3s ease;
}
.h_popup .h_videoBox video {
  max-width: 80%;
    max-height: 80%;
    width: 100%;
    height: 100%;
}
.h_popup.h_show {
  visibility: visible;
}
.h_popup.h_show .h_videoBox {
    text-align: center;
  transform: translate(-50%, -50%) scale(1);
}
.h_footer {
  background: #F5F6F8;
  overflow: hidden;
}
.h_footer .h_footer1 .h_L {
  width: 100%;
}
.h_footer .h_footer1 .h_L .h_column {
  padding: 18px 0;
  border-bottom: 1px solid #CED0D1;
}
.h_footer .h_footer1 .h_L .h_column a {
  font-size: 17px;
  color: #333333;
}
.h_footer .h_footer1 .h_L .h_column a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_L .h_btom {
  margin-top: 50px;
}
.h_footer .h_footer1 .h_L .h_btom .h_t {
  font-size: 24px;
  color: #333333;
  font-family: 'MiSans-Demibold';
  margin-bottom: 28px;
}
.h_footer .h_footer1 .h_L .h_btom .h_pro .h_list {
  width: 260px;
  row-gap: 16px;
}
.h_footer .h_footer1 .h_L .h_btom .h_pro .h_list a {
  width: 120px;
  font-size: 16px;
  color: #666666;
}
.h_footer .h_footer1 .h_L .h_btom .h_pro .h_list a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_name {
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
  font-family: 'MiSans-Demibold';
}
.h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_msg {
  margin-top: 16px;
}
.h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_msg img {
  width: 24px;
  margin-right: 12px;
}
.h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_msg span {
  font-size: 16px;
  color: #666666;
}
.h_footer .h_footer1 .h_R {
  width: 414px;
  background-color: var(--active-color);
  padding: 26px 42px 50px;
}
.h_footer .h_footer1 .h_R img {
  width: 100%;
  margin-bottom: 40px;
}
.h_footer .h_footer1 .h_R .h_title {
  font-size: 29px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.h_footer .h_footer1 .h_R .h_box {
  margin-bottom: 26px;
  border-bottom: 1px solid var(--rgba5-wcolor);
}
.h_footer .h_footer1 .h_R .h_box p {
  font-size: 16px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_R .h_box input {
  height: 35px;
  color: #fff;
  font-size: 16px;
}
.h_footer .h_footer1 .h_R button {
  margin-top: 24px;
  width: 100%;
  height: 44px;
  background-color: #fff;
  font-size: 18px;
  color: var(--active-color);
}
.h_footer .h_footer2 {
  padding: 20px 0;
  background: #191B1F;
  font-size: 12px;
}
.h_footer .h_footer2 * {
  color: #ACACAC;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb {
    padding: 0 40px;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 48px;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_t {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_name {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .h_footer .h_footer1 .h_R .h_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 .h_logo {
    width: 158px;
  }
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    padding: 0 !important;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul {
    position: fixed;
    width: 50vw;
    right: -50vw;
    top: 65px;
    height: calc(100vh - 65px);
    background-color: #fff;
    display: block;
    transition: right 0.3s;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222;
    padding: 12px 20px;
    font-size: 16px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a p {
    margin: 0 0 0 10px;
    font-size: 15px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::after {
    display: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active {
    background-color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show .h_mask {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show ul {
    right: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li:hover ol {
    display: none;
  }
  .h_footer .h_footer1 .h_R {
    display: none;
  }
  .h_footer .h_footer1 {
    padding: 20px 0 30px;
  }
  .h_footer .h_footer1 .h_L {
    width: 100%;
    max-width: none;
  }
  .h_footer .h_footer1 .h_L .h_btom {
    margin-top: 30px;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_t {
    font-size: 20px;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_name {
    font-size: 22px;
    margin-bottom: 0;
  }
  .h_footer .h_footer1 .h_L .h_column a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .h_head .h_navWeb {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .h_head .h_navWeb {
    padding: 0 16px;
  }
  .h_footer .h_footer1 {
    padding: 16px 0;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_pro,
  .h_footer .h_footer1 .h_L .h_btom .h_t,
  .h_footer .h_footer1 .h_L .h_column {
    display: none;
  }
  .h_footer .h_footer1 .h_L .h_btom {
    margin: 0;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_msg {
    flex-wrap: nowrap;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_name {
    font-size: 20px;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_msg img {
    margin-right: 6px;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_msg span {
    font-size: 15px;
  }
  .h_footer .h_footer1 .h_L .h_btom .h_msgBox .h_msg {
    margin-top: 12px;
  }
  .h_footer .h_footer2 > div {
    justify-content: center;
    text-align: center;
  }
  #h_pages {
    margin-top: 20px;
  }
}
