/* 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: #444444;
  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: #000;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 30px;
}

.shopNum {
  position: absolute;
  top: 0px;
  right: -10px;
  background-color: rgb(84, 51, 235);
  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: rgb(44, 94, 54);

}

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;
}

.row5 {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  margin: 50px auto;
}

.row5 .col {
  width: 24%;
  padding: 20px;
  text-align: center;
}

.row5 .col .img {
  width: 30px;
  margin: auto;
}

.row5 .col .img img {
  width: 100%;
}

.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);
}