@charset "utf-8";
/* CSS Document */

/* 鏈€澶栧眰 */
.nav-main {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.nav-left {
  display: flex;
}
.nav-content {
  display: flex;
  justify-content: center;
}
.nav-tool {
  width: 290px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-link {
  text-decoration: none;
}
.nav-lang {
  width: 175px;
}
.nav-buttonbox {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 150px;
  color: #fff;
  font-size: 17px;
  background-color: #2196f3;
  font-weight: bold;
  height: 36px;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
/* 鑿滃崟涓庨紶鏍囩Щ鍏� */
.menu {
  overflow: hidden;
  height: 80px;
  padding: 10px 1.5vw;
}
.nav-item {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-title {
  font-size: 18px;
  letter-spacing: 3px;
  color: #333;
  text-align: center;
}
.menu:hover {
  cursor: pointer;
}
.menu:hover > .product-row,
.menu:hover > .tip-row {
  display: flex;
}
.nav-title:hover {
  border-bottom: 3px solid #000;
}
/* END */

/* 涓嬫媺鑿滃崟涓庨紶鏍囩Щ鍏� */
.product-row {
  position: fixed;
  display: none;
  z-index: 2;
  left: 14vw;
  width: auto;
  border-radius: 0px 0px 12px 12px;
  background: rgba(250, 250, 250, 1);
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 12px 6px 12px;
}
.product-left {
  left: 12px;
  top: 6px;
  width: 732px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 10px 10px;
}
.product-right {
  left: 10px;
  top: 30px;
  width: 336px;
  height: 199px;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 20px 20px;
}
.product-item {
  left: 10px;
  top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 20px 20px;
}
.product {
  left: 20px;
  top: 20px;
  width: 336px;
  opacity: 1;
  display: flex;
  padding: 10px 18px 10px 18px;
}

.product.two-row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.product-one-row,.product-two-row {
  display: flex;
}

.product-img {
  margin-right: 14px;
  width: 140px;
  height: 110px;
  background-size: cover;
}
.product-text {
  width: 145px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  vertical-align: top;
}
.product-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(204, 204, 204, 1);
  text-align: left;
  vertical-align: top;
}
.tip-row {
  position: fixed;
  display: none;
  z-index: 2;
  left: 20vw;
  width: 1140px;
  height: 202px;
  border-radius: 0px 0px 12px 12px;
  background: rgba(250, 250, 250, 1);
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 6px 6px 6px;
}
.tip {
  left: 10px;
  top: 10px;
  width: 802px;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 20px 20px;
}
.tip-item {
  left: 20px;
  top: 20px;
  width: 336px;
  height: 130px;
  display: flex;
  padding: 10px 18px 10px 18px;
}

