/* header */
header {
  width: 1000px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  font-size: 14px;
}

header ul {
  padding: 10px 0;
  display: flex;
  align-items: center;

}

header ul li {
  padding-right: 30px;
}

a {
  text-decoration: none;
  color: rgb(0, 82, 41);
  letter-spacing: 1.5px;
  font-size: 12px;
}

.shop {
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop img {
  width: 25px;
  height: 25px;
}


.logo a {
  color: rgb(0, 82, 41);
  padding: 5px 10px;
  font-weight: 500;
  font-size: 30px;
}

.shopNum {
  position: absolute;
  top: 0px;
  right: -10px;
  background-color: rgb(0, 82, 41);
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px
}


/* footer */


footer .footer-contain {
  background-color: #1a2e22;

}

footer .footer-contain .content {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 100px;
  color: #fff;
}

footer .footer-contain .content .box {
  width: 20%;
  padding: 0 10px;
  font-size: 13px;
}

footer .footer-contain .content .box .title {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 16px;
}

footer .footer-contain .content .box li {
  margin: 10px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

footer .footer-contain .content .box li a {
  color: #fff;
}

footer .footer-contain .content .box .icon-row {
  margin: 10px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

footer .footer-contain .content .box .icon-row img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

footer .footer-contain .content .box li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}


body {
  /* 背景图固定，内容滚动  fixed ✅ = 背景固定不动*/
  /* background: url(../image/bg.webp) no-repeat center center fixed; */
  /* background-size: cover; */
  font-family: cheltenham;
  letter-spacing: 1px;
  background-color: rgb(252, 251, 248);
}

.row5 {
  display: flex;
  justify-content: space-between;
  padding: 50px 10px;
}

.row5 .col {
  width: 24.5%;
  text-align: center;
}

.row5 .col .img {
  height: 500px;
}

.row5 .col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row5 .col .title {
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}

.row5 .col p {
  line-height: 1.5;
}

@font-face {
  font-family: cheltenham;
  font-weight: 400;
  src: url(../fonts/CheltenhamStdLight.otf);
}

@font-face {
  font-family: cheltenham;
  font-weight: 500;
  src: url(../fonts/CheltenhamStdBook.otf);
}