body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
i,
b,
/* strong {
    font-style: normal;
    font-weight: normal;
} */

a {
    color: inherit;
    text-decoration: none;
}


img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
}

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

.clearfix {
    *zoom: 1;
}

/* //分页 */

.pagination>.page-item {
    margin-right: 9px;
    border-radius: 6px;
  }

  .pagination>.page-item>.page-link {
    border-radius: 6px;
    padding: 0px 5px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 22px;
    font-weight: 400;
  }

  .pagination>.page-item>.page-link:focus {
    border-color: #7CBC26;
    box-shadow: none;
    background-color: white;
    color: #7CBC26;
  }
.pagination>.page-item>.page-link:hover {
    background: #7cbc26;
    border-color: #7cbc26;
    color: #fff;
  }
  .pagination>.page-item>.page-link.is-active {
    border-color: #7CBC26;
    box-shadow: none;
    background-color: white;
    color: #7CBC26;
  }
  .pagination>.page-item>.page-link.paging-is-disabled{
    background: #fff;
    border-color: #d1d1d1;
    color: #d1d1d1;
    cursor: not-allowed;
  }
  .c-layer--nav {
    background-color: unset;
    box-shadow: none;
    color: white;
  }
  .menu-item__inner {
    font-size: 16px;
  }
  .carousel-indicators{
    justify-content:end;
    margin-right: 4%;
    margin-left: 55%;
  }
  .text-primary {
    --tw-text-opacity: 1;
    color: rgba(120, 210, 99, var(--tw-text-opacity))
  }
  .font-semibold {
    font-weight: 600
  }