:root {
  font-size: 16px;
}

@media (max-width: 1920px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  :root {
    font-size: 15px;
  }
} 
@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}

p,
a,
h1,
h2,
h3,
div,
li,
span,
* {
  font-family: "manrope", "sans-serif";
  box-sizing: border-box;
}
.post-template-default p{
  font-size:16px;
}
p{
  font-weight:400;
}
p:empty{
  display:none;
}
tr,th,td{
  font-weight:400;
}
ul{
  padding:0;
}
li{
  font-weight:400;
}

body {
  margin: 0;
  font-size: 1rem; /* 等于 16px */
}
.nav {
  width: 100%;
  height: 5.625rem;
  background-color: #1e1e1e;
  position: fixed;
  display: flex;
  justify-content: flex-start;
  top: 0;
  z-index: 999;
}
.nav .logo,
.nav .right {
  height: 2.1875rem;
}
.nav .nav-content {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  width: 98.75rem;
  margin: 0 auto;
}
.nav .nav-content .index-box {
  display: flex;
  width: 50rem;
  align-items: center;
  justify-content: flex-start;
  gap: 3.6875rem;
  margin-left: 7.375rem;
}
.nav .nav-content .index-box .index-box-item {
  position: relative;
}
.nav .nav-content .index-box .index-box-item .index-box-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 5.625rem;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: default;
  margin: 0;
}
.nav .nav-content .index-box .index-box-item .second-box {
  background-color: #fff;
  display: none;
  border-radius: 0.5rem;
  padding: 1.25rem;
  position: absolute;
}
.nav .nav-content .index-box .index-box-item .second-box .second-item {
  display: block;
  text-decoration: none;
  margin-bottom: 0.375rem;
  width: 10rem;
  color: #303030;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.nav .nav-content .index-box .index-box-item .second-box .second-item:hover {
  color: #f24a00;
}
.nav .nav-content .index-box .index-box-item:hover .index-box-title {
  color: #f24a00;
}
.nav .nav-content .index-box .index-box-item:hover .second-box {
  display: block !important;
}
.nav .nav-content .right {
  display: flex;
  gap: 27px;
  position: absolute;
  right: 0;
}
.nav .nav-content .right .site-search {
  position: relative;
  width: 17.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav .nav-content .right .site-search .search-btn {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg t='1680318465531' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='24593' width='200' height='200'%3E%3Cpath d='M851.083636 829.905455l-110.661818-112.989091a335.36 335.36 0 1 0-50.036363 45.614545L802.909091 877.265455a33.861818 33.861818 0 1 0 48.290909-47.36zM225.512727 494.545455a266.356364 266.356364 0 1 1 266.356364 266.356363A266.589091 266.589091 0 0 1 225.512727 494.545455z' p-id='24594' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100%;
  width: 2.125rem;
  height: 2.125rem;
  display: inline-block;
  vertical-align: middle;
}
.nav .nav-content .right .site-search .search-input {
  outline: none;
  padding: 0 15px;
  width: 14.375rem;
  height: 2.5rem;
  background-color: transparent;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  border: none;
  color: #999999;
}
.nav .nav-content .right .site-search .search-input::-webkit-search-cancel-button {
  appearance: none;
}
.nav .nav-content .right .cart {
  width: 8.125rem;
  height: 2.5rem;
  background-color: #f24a00;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #ffffff;
  gap: 1rem;
}
.nav .nav-content .right .cart .cart-logo {
  width: 1.5625rem;
  height: 1.5rem;
}
