[v-cloak] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
} 
a {
  text-decoration: none;
  color: #000000;
}
nav {
  width: 100%;
  height: 6.875rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}
nav .wrap {
  width: 90%;
  margin: 0 auto;
}
nav #lan {
  width: 100%;
  height: 1.25rem;
  background: #FEF8F1;
}
nav .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(6.875rem - 1.25rem);
  position: relative;
}
nav .box #Logo {
  width: 11.5rem;
  height: 2.7rem;
  background-color: pink;
  background: url(../../img/image_nav/Logo.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
nav .box ul {
  display: flex;
  align-items: center;
}
nav .box ul li {
  padding: 0 2rem;
  font-size: 1.25rem;
  height: 5.625rem;
  line-height: 5.625rem;
  font-weight: 500;
  color: #000000;
  position: relative;
  user-select: none;
  cursor: pointer;
}
nav .box ul li:hover,
nav .box ul li:hover a {
  color: #fc8f37;
}
nav .box ul li a {
  display: block;
  box-sizing: border-box;
  height: 5.625rem;
  color: #000000;
}
nav .box #Language {
  font-size: 1.5rem;
  font-weight: 500;
  height: calc(2.875rem * 3);
  margin-top: 5.8rem;
  position: relative;
  z-index: 9999;
}
nav .box #Language .son {
  width: 10.625rem;
  height: 2.875rem;
  background: #FEF8F1;
  border-radius: 1.4375rem;
  margin-bottom: 0.1875rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: none;
}
nav .box #Language .son.show {
  display: block;
}
nav .box #Language .son:hover {
  background-color: #FF9138;
  color: #fff;
}
nav .box #Language .image {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
nav .box #Language .image img {
  width: 1.875rem;
  margin-right: 0.1875rem;
}
nav .Product {
  width: 72rem;
  height: 37.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.9375rem 0.625rem rgba(33, 16, 2, 0.11);
  border-radius: 1.875rem;
  position: absolute;
  left: -5.3rem;
  top: 5rem;
  padding: 0 2.5rem;
  z-index: 9;
  cursor: default;
}
nav .Product .imbox {
  width: 1.25rem;
  height: 0.6875rem;
  position: absolute;
  left: 5.3rem;
  top: 0;
  transform: translateY(-99%);
  padding: 0 2.5rem;
}
nav .Product .imbox .sj {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
nav .Product .b_box {
  display: flex;
  justify-content: space-between;
}
nav .Product .b_box .boxs {
  width: 24%;
}
nav .Product .b_box .boxs .h1 {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.9375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
nav .Product .b_box .boxs .h1::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #EFEFEF;
}
nav .Product .b_box .boxs .li {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
nav .Product .b_box .boxs .li .img_box {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
  position: relative;
}
nav .Product .b_box .boxs .li .img_box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
nav .Product .b_box .boxs .li span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.9375rem;
}
nav .Plan {
  width: 65rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.9375rem 0.625rem rgba(33, 16, 2, 0.11);
  border-radius: 1.875rem;
  position: absolute;
  top: 5rem;
  left: -12.5rem;
  z-index: 9;
  cursor: default;
}
nav .Plan .imbox {
  width: 20px;
  height: 11px;
  position: absolute;
  left: 12.5rem;
  top: 0;
  transform: translateY(-99%);
  padding: 0 2.5rem;
}
nav .Plan .imbox .sj {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
nav .Plan .pl_box {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem;
  box-sizing: border-box;
  justify-content: space-between;
}
nav .Plan .pl_box .son {
  width: 48%;
  display: flex;
  margin-bottom: 3rem;
  cursor: pointer;
}
nav .Plan .pl_box .son img {
  height: 1.75rem;
  margin-right: 0.9375rem;
  margin-top: 0.5rem;
}
nav .Plan .pl_box .spanbox {
  line-height: 0;
}
nav .Plan .pl_box .spanbox p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  line-height: 2.5rem;
}
nav .Plan .pl_box .spanbox span {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5rem;
}
@media (min-width: 320px) {
  html {
    font-size: 6px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 425px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 2560px) {
  html {
    font-size: 18px;
  }
}
