/* header */
header {
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  font-size: 14px;
  color: #3d3838;
}

.ul-box {
  width: 40%;
}

.ul-box .tip-text {
  border-bottom: 1px solid #535151;
  padding: 10px;
  text-align: center;
  font-size: 24px;

}

.ul-box .ul {
  display: flex;
  justify-content: space-around;
  padding: 10px 10px 25px;
  text-transform: uppercase;
}

header ul li {
  padding-right: 30px;
}

a {
  text-decoration: none;
  color: #3d3838;
  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 {
  width: 100%;
  color: #3d3838;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}

.logo {
  width: 20%;
  border-left: 1px solid #535151;
  border-right: 1px solid #535151;
  padding: 10px;
  text-align: center;
}

.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: rgb(16, 40, 54);

}

footer .footer-contain .content {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 100px 50px;
  color: #fff;
}

.bottom-tip {
  border-top: 1px solid #a7a7a7;
  text-align: center;
  padding: 50px 0;
  background-color: rgb(16, 40, 54);
  color: #f5f5f5;
  text-transform: uppercase;
  padding: 25px 0;
  font-size: 14px;
}

.bottom {
  text-align: center;
  padding: 30px 0;
  background-color: rgba(12, 31, 42, 0.91);
  color: rgb(240, 235, 231);
  text-transform: uppercase;
  font-size: 20px;
}

footer .footer-contain .content .box {
  width: 25%;
  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(244, 243, 237);
  color: rgb(16, 40, 54);
}


.row5 .title {
  padding: 30px 0;
  font-size: 20px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  background-color: #e6e6e6;font-style: italic;
}

.row5 .content {
  display: flex;
  justify-content: space-between;
}

.row5 .content .col {
  width: 19%;
}

@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);
}