body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
header,
footer,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
select,
textarea,
button {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: Arial;
}
a {
  color: #333;
  text-decoration: none!important;
}
a:hover {
  text-decoration: none!important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.fontB {
  text-transform: uppercase;
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1679px) and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1360px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1359px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .pc-hide {
    display: none!important;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
/*i6Plus,i7Plus宽度*/
@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
/*i6,i7宽度*/
@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 320px) {
  html {
    font-size: 42.6px;
  }
}
/*i5宽度*/
.w {
  width: 1650px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .w {
    width: 100%!important;
    padding: 0 1.25rem;
  }
}
body {
  /*background: url(../image/body_bck.png) no-repeat center / cover;*/
   /*background:#90080E;*/
}
header {
  width: 100%;
  height: 4.5rem;
  background:#90080E;
  /*background: url(../image/head_bck.png) no-repeat center / cover;*/
}
header .worp {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* header .logo {
  width: 8.875rem;
  height: 2.3125rem;
  background: url(../image/logo.png) no-repeat center / cover;
} */
header .right {
  display: flex;
  align-items: center;
}
header .right nav {
  display: flex;
}
header .right nav a {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 2.5rem;
}
header .right .input_worp {
  display: flex;
  width: 21.25rem;
  height: 2.125rem;
  background-color: #fff;
}
header .right .input_worp input {
  flex: 3;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 1rem;
  box-sizing: border-box;
}
header .right .input_worp span {
  flex: 1;
  text-align: center;
  line-height: 2.125rem;
  background: #d6a45b;
  color: #fff;
}
.menus {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.menus span {
  font-size: 1.2rem;
}
.page_content {
  display: flex;
  align-items: flex-start;
}
.page_content .left {
  flex: 3;
  padding-right: 0.75rem;
}
.page_content .left .list {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1.25rem;
  border-bottom: 1px solid #d9d9d9;
}
.page_content .left .list .img_box {
  width: 15.4375rem;
  height: 10.875rem;
  overflow: hidden;
}
.page_content .left .list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_content .left .list .text_box {
  width: calc(100% - (247rem / 16));
  padding-left: 1.25rem;
}
.page_content .left .list .text_box h3 {
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
.page_content .left .list .text_box .p {
  font-size: 1rem !important;
  color: #707070 !important;
  line-height: 1.5 !important;
  min-height: 3.125rem;
}
.page_content .left .list .text_box .p p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_content .left .list .text_box .date {
  font-size: 1rem;
  color: #a8a8a8;
  margin-top: 1rem;
}
.info_content {
  display: flex;
  align-items: flex-start;
}
.info_content .left {
  flex: 3;
  padding-right: 0.75rem;
}
.info_content .info_worp {
  background: #fff;
  padding: 0 1.6875rem;
  padding-top: 2.125rem;
}
.info_content .info_worp .title {
  font-size: 2.0rem;
  color: #393939;
  text-align: center;
}
.info_content .info_worp .date {
  text-align: center;
  font-size: 1.5rem;
  color: #888888;
  margin-top: 0.9375rem;
  margin-bottom: 2.25rem;
}
.info_content .info_worp .rich_text {
  border-bottom: 1px solid #a58c83;
  padding-bottom: 1.25rem;
}
.info_content .info_worp .rich_text img {
  display: block;
  width: 70%!important;
  margin: 0 auto;
}
.info_content .info_worp .rich_text p {
  font-size: 0.875rem;
  color: #595959;
  line-height: 1.5;
  margin: 1.25rem 0;
}
.info_content .info_worp .bot {
  padding: 2.6875rem 0;
}
.info_content .info_worp .bot .b_l {
  display: flex;
  flex-direction: column;
}
.info_content .info_worp .bot .b_l a {
  color: #595959;
  font-size: 0.875rem;
}
.info_content .info_worp .bot .b_l a:first-child {
  margin-bottom: 1.375rem;
}
.info_content .discuss_box {
  background: #fff;
  padding: 1.125rem 1.6875rem;
  margin: 0.75rem 0;
}
.info_content .discuss_box .title {
  font-size: 0.875rem;
  margin-bottom: 1.6875rem;
}
.info_content .discuss_box p {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.info_content .discuss_box textarea {
  width: 100%;
  height: 7.0625rem;
  background: #f4f4f4;
  resize: none;
  padding: 0.75rem;
  box-sizing: border-box;
  outline: none;
}
.info_content .discuss_box button {
  width: 14.5625rem;
  height: 2.625rem;
  border: 1px solid #935841;
  font-size: 0.875rem;
  background: #fff;
  margin-top: 1.0625rem;
  color: #935841;
  outline: none;
}
.info_content .discuss_list {
  background: #fff;
  padding: 1.125rem 1.6875rem;
  margin: 0.75rem 0;
  position: relative;
}
.info_content .discuss_list .huifu {
  position: absolute;
  top: 1.125rem;
  right: 1.6875rem;
  font-size: 0.875rem;
}
.info_content .discuss_list h4 {
  font-size: 0.875rem;
}
.info_content .discuss_list .date {
  font-size: 0.875rem;
  color: #9b9b9b;
  margin: 0.5rem 0;
}
.info_content .discuss_list .text {
  font-size: 0.875rem !important;
  line-height: 1.4;
}
.info_content .discuss_list .items {
  padding-top: 0.75rem;
  padding-left: 2.5rem;
}
.info_content .discuss_list .items text {
  font-size: 0.75rem;
  color: #646464;
  margin-left: 0.625rem;
}
.index_content {
  display: flex;
  align-items: flex-start;
  padding-top: 0.75rem;
}
.index_content .left {
  width: 68%;
  padding-right: 0.75rem;
}
.index_content .left #swiper1 {
  width: 100%;
  height: 23.3rem;
}
.index_content .left #swiper1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_content .left .center1 {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0;
}
.index_content .left .center1 .center1-left1 {
  width: calc((100% - (12rem / 16)) / 2);
  height: 31.5rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 1.8125rem;
}
.index_content .left .center1 .center1-left1 .left1-top {
  height: 4.5rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #90080E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_content .left .center1 .center1-left1 .left1-top p {
  display: flex;
  align-items: center;
}
.index_content .left .center1 .center1-left1 .left1-top p img {
  width: 3.125rem;
  height: auto;
}
.index_content .left .center1 .center1-left1 .left1-top p em {
 /* font-size: 1.375rem; */
 font-size: 1.7rem;
  color: #90080E;
  margin-left: 4px;
}
.index_content .left .center1 .center1-left1 .left1-top a {
  color: #8c8c8c;
  font-size: 0.875rem;
}
.index_content .left .center1 .center1-left1 .left1_a1 {
  display: block;
  margin-bottom: 0.875rem;
}
.index_content .left .center1 .center1-left1 .left1_a1 .img_box1 {
  width: 100%;
  height: 10.625rem;
  margin-top: 0.8125rem;
}
.index_content .left .center1 .center1-left1 .left1_a1 .img_box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_content .left .center1 .center1-left1 .left1_a1 .p-b {
  font-size: 1.2rem;
  margin: 0.75rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center1 .center1-left1 .left1_a1 p {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  color: #999999 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_content .left .center1 .center1-left1 .list {
  display: flex;
  justify-content: space-between;
  background: url(../image/lingxing.png) no-repeat;
  background-position: left center;
  padding: 0.75rem 0;
  padding-left: 1.25rem;
  box-sizing: border-box;
}
.index_content .left .center1 .center1-left1 .list p {
  width: 80%;
  font-size: 1rem !important;
  color: #4c4c4c !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center1 .center1-left1 .list span {
  font-size: 1.2rem;
  color: #999999;
}
.index_content .left .center1 .center1-left1 .lists {
  display: flex;
  padding: 1rem;
  border-bottom: 1px dashed #e3e3e3;
}
.index_content .left .center1 .center1-left1 .lists:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.index_content .left .center1 .center1-left1 .lists .img_box {
  width: 6.5625rem;
  height: 4.8125rem;
  overflow: hidden;
}
.index_content .left .center1 .center1-left1 .lists .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_content .left .center1 .center1-left1 .lists .text_box {
  width: calc(100% - (105rem / 16));
  padding-left: 1rem;
}
.index_content .left .center1 .center1-left1 .lists .text_box h4 {
  font-size: 1.2rem;
  margin-bottom: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center1 .center1-left1 .lists .text_box p {
  font-size: 0.875rem !important;
  color: #999999 !important;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0;
}
.index_content .left .center2 .c_ {
  width: calc((100% - (12rem / 16)) / 2);
}
.index_content .left .center2 .left1-top {
  height: 4.5rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #90080E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_content .left .center2 .left1-top p {
  display: flex;
  align-items: center;
}
.index_content .left .center2 .left1-top p img {
  width: 3.125rem;
  height: auto;
}
.index_content .left .center2 .left1-top p em {
  font-size: 1.7rem;
  color: #90080E;
  margin-left: 4px;
}
.index_content .left .center2 .left1-top a {
  color: #8c8c8c;
  font-size: 0.875rem;
}
.index_content .left .center2 .c_l1,
.index_content .left .center2 .c_r2 {
  width: 100%;
  height: 33rem;
  background: #fff;
  margin-bottom: 0.75rem;
  padding: 0 1.8125rem;
}
.index_content .left .center2 .c_l1 .lists,
.index_content .left .center2 .c_r2 .lists {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e3e3e3;
  padding: 1.375rem 0;
  margin-bottom: 0.625rem;
}
.index_content .left .center2 .c_l1 .lists .img_box,
.index_content .left .center2 .c_r2 .lists .img_box {
  width: 9.75rem;
  height: 8.375rem;
  overflow: hidden;
}
.index_content .left .center2 .c_l1 .lists .img_box img,
.index_content .left .center2 .c_r2 .lists .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_content .left .center2 .c_l1 .lists .text_box,
.index_content .left .center2 .c_r2 .lists .text_box {
  width: calc(100% - (156rem / 16));
  padding-left: 1rem;
}
.index_content .left .center2 .c_l1 .lists .text_box h4,
.index_content .left .center2 .c_r2 .lists .text_box h4 {
  font-size: 1.2rem;
  margin-bottom: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_l1 .lists .text_box p,
.index_content .left .center2 .c_r2 .lists .text_box p {
  font-size: 0.875rem !important;
  color: #999999 !important;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_l1 .list,
.index_content .left .center2 .c_r2 .list {
  display: flex;
  justify-content: space-between;
  background: url(../image/lingxing.png) no-repeat;
  background-position: left center;
  padding: 0.65rem 0;
  padding-left: 1.25rem;
  box-sizing: border-box;
}
.index_content .left .center2 .c_l1 .list p,
.index_content .left .center2 .c_r2 .list p {
  width: 80%;
  font-size: 1rem !important;
  color: #4c4c4c !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_l1 .list span,
.index_content .left .center2 .c_r2 .list span {
  font-size: 1.2rem;
  color: #999999;
}
.index_content .left .center2 .c_l2 {
  width: 100%;
  height: 23.25rem;
  background: #fff;
  padding: 0 1.8125rem;
}
.index_content .left .center2 .c_l2 .list {
  display: block;
  border-bottom: 1px dashed #e3e3e3;
  padding: 1.125rem 0;
  box-sizing: border-box;
}
.index_content .left .center2 .c_l2 .list:last-child {
  border-bottom: none;
}
.index_content .left .center2 .c_l2 .list h4 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_l2 .list p {
  font-size: 0.875rem !important;
  color: #999999 !important;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_r1 {
  width: 100%;
  height: 25.1875rem;
  background: #fff;
  padding: 0 1.8125rem;
  margin-bottom: 0.75rem;
}
.index_content .left .center2 .c_r1 .a_ {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px dashed #e3e3e3;
  margin-bottom: 1rem;
}
.index_content .left .center2 .c_r1 .a_ h4 {
  font-size: 1.2rem;
  margin-bottom: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_r1 .a_ p {
  font-size: 0.875rem !important;
  color: #999999 !important;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_r1 .a__ {
  display: flex;
  justify-content: space-between;
  align-items: center;
   padding: 0.35rem 0;
}
.index_content .left .center2 .c_r1 .a__ span {
  font-size: 1.2rem;
  color: #999999;
}
.index_content .left .center2 .c_r1 .a__ p {
  width: 72%;
  font-size: 1rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center2 .c_r2 {
  height: 31.0625rem;
  margin-bottom: 0!important;
}
.index_content .left .center3 {
  background: #fff;
  padding: 0 1.8125rem;
  margin: 0.75rem 0;
}
.index_content .left .center3 .left1-top {
  height: 4.5rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #90080E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_content .left .center3 .left1-top p {
  display: flex;
  align-items: center;
}
.index_content .left .center3 .left1-top p img {
  width: 3.125rem;
  height: auto;
}
.index_content .left .center3 .left1-top p em {
  font-size: 1.7rem;
  color: #90080E;
  margin-left: 4px;
}
.index_content .left .center3 .left1-top a {
  color: #8c8c8c;
  font-size: 0.875rem;
}
.index_content .left .center3 .box {
  display: flex;
  justify-content: space-between;
  padding: 1.125rem 0;
}
.index_content .left .center3 .box .b_l {
  width: 15.4375rem;
  height: 12.375rem;
  overflow: hidden;
}
.index_content .left .center3 .box .b_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_content .left .center3 .box .b_r {
  width: calc(100% - (247rem / 16));
  padding-left: 1.25rem;
}
.index_content .left .center3 .box .b_r .a_ h4 {
  font-size: 1.2rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center3 .box .b_r .a_ p {
  font-size: 0.875rem !important;
  color: #999999 !important;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_content .left .center3 .box .b_r .a__ {
  display: flex;
  justify-content: space-between;
  padding-top: 1.125rem;
}
.index_content .left .center3 .box .b_r .a__ p {
  font-size: 1.2rem;
  color: #4c4c4c;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_content .left .center3 .box .b_r .a__ span {
  font-size: 1.2rem;
  color: #999999;
}
.common_r {
  flex: 1;
}
.common_r .main {
  background: #fff;
  padding: 0 1.25rem 1.25rem;
  margin-bottom: 0.75rem;
}
.common_r .main:last-child {
  margin-bottom: 0;
}
.common_r .main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 1px dashed #90080E;
  margin-bottom: 0.75rem;
}
.common_r .main .top .t_l {
  display: flex;
  align-items: center;
}
.common_r .main .top .t_l img {
  width: 3.125rem;
  height: auto;
}
.common_r .main .top .t_l span {
  font-size: 1.7rem;
  color: #90080E;
  margin-left: 4px;
}
.common_r .main .top .t_r {
  font-size: 0.875rem;
  color: #8c8c8c;
}
.common_r .main1 .list {
  display: flex;
  margin-bottom: 1.125rem;
}
.common_r .main1 .list:last-child {
  margin-bottom: 0;
}
.common_r .main1 .list .img_box {
  width: 7.5rem;
  height: 5.3125rem;
  overflow: hidden;
}
.common_r .main1 .list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_r .main1 .list .text_box {
  width: calc(100% - (120rem / 16));
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common_r .main1 .list .text_box .p {
  /* font-size: 1rem !important; */
   font-size: 1.2rem !important;
  line-height: 1.4;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common_r .main1 .list .text_box .date {
  font-size: 1.2rem;
  color: #999999;
}
.common_r .main2 .img_ {
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
.common_r .main2 .img_ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_r .main2 .list {
  display: block;
  width: 100%;
  background: url(../image/icon2.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  color: #4c4c4c;
  margin: 1rem 0;
  padding-left: 1rem;
  box-sizing: border-box;
}
.common_r .main2 .list:last-child {
  margin-bottom: 0;
}
.common_r .main3 .list {
  border-bottom: 1px dashed #e3e3e3;
  padding-bottom: 0.875rem;
  margin-bottom: 0.75rem;
  display: block;
}
.common_r .main3 .list:last-child {
  margin-bottom: 0;
}
.common_r .main3 .list .img_ {
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
.common_r .main3 .list .img_ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_r .main3 .list .title {
  font-size: 1.2rem;
  margin: 0.875rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.common_r .main3 .list .p {
  font-size: 1rem !important;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
footer {
  width: 100%;
  /*background: url(../image/head_bck.png) no-repeat center / cover;*/
  background:#f2f2f2;
  overflow: hidden;
  padding: 1rem 0;
  margin-top: 1.25rem;
}
footer p {
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  margin: 0.625rem 0;
}
