body {
  background-color: #f5f5f5;
}

.aboutnav {
  width: 100%;
  height: auto;
  margin-top: -60px;
  background-color: #fff;
}

.aboutnav .top {
  display: flex;
  align-items: center;
  position: relative;
  width: 577px;
  height: 60px;
  padding: 0 20px;
  margin-left: auto;
}

.aboutnav .top .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.aboutnav .top .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutnav .top .tip {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.aboutnav .top .tip img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.aboutnav .top .tip p {
  color: #fff;
  font-size: 14px;
}

.product {
  width: 100%;
  height: auto;
  margin: 4.167vw 0;
}

.product .navbox {
  width: 75%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 50px;
}

.product .navbox .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 54px;
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0 10px;
  margin-bottom: 10px;
}

.product .navbox .active {
  background-color: #036EB8;
  color: #fff;
}

.product .navbox .list:hover {
  background-color: #036EB8;
  color: #fff;
}

.product .area {
  display: flex;
  align-items: center;
  width: 75%;
  height: 77px;
  padding: 0 30px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 50px;
}

.product .area .name {
  font-size: 20px;
  font-weight: 400;
  color: #026cb7;
}

.product .area .line {
  width: 2px;
  height: 25px;
  margin: 0 60px;
  background: #9c9c9c;
}

.product .area .custom-select {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}

.product .area .custom-select .tit {
  font-size: 20px;
  font-weight: 400;
  color: #026cb7;
}

.product .area .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #eee;
  background: white;
  z-index: 10;
}

.product .area .options a {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #026cb7;
}

.product .area .options a:hover {
  background-color: #026cb7;
  color: #fff;
}

.product .area .custom-select:hover .options {
  display: block !important;
}

.product .count {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.product .count .list {
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  /* margin-bottom: 20px; */
}

.product .count .list .top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12.769vw;
  background: #fff;
  overflow: hidden;
}

.product .count .list .top .pic {
  width: 100%;
  height: 100%;
  padding: 0;
}

.product .count .list .top .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

.product .count .list .text {
  padding: 1.042vw;
}

.product .count .list .text .name {
  font-size: 1.042vw;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}

.product .count .list .text .bot {
  display: flex;
  align-items: center;
}

.product .count .list .text .bot p {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .count .list .text .bot img {
  width: 2.24vw;
  height: 1.458vw;
  margin-left: 2.604vw;
  transition: all 0.3s;
}

.product .count .list:hover .pic img {
  transform: scale(1.1);
}

.product .count .list:hover .text .name {
  color: #036EB8;
}

.product .count .list:hover .text p {
  color: #036EB8;
  text-decoration: underline;
}

.product .count .list:hover .text img {
  transform: translateY(-10px);
}

@media screen and (max-width: 960px) {
  .aboutnav {
    width: 100%;
    height: auto;
    margin-top: -20px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .aboutnav .top {
    display: flex;
    align-items: center;
    position: relative;
    width: 70%;
    height: 30px;
    padding: 0 10px;
    margin-left: auto;
  }

  .aboutnav .top .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .aboutnav .top .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aboutnav .top .tip {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }

  .aboutnav .top .tip img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .aboutnav .top .tip p {
    color: #fff;
    font-size: 14px;
  }

  .aboutnav .bot {
    display: none;
  }

  .product {
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 15px;
  }

  .product .navbox {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .product .navbox .list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 35px;
    white-space: nowrap;
    max-width: fit-content;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 10px;
    padding: 0 6px;
  }

  .product .navbox .active {
    background-color: #036EB8;
    color: #fff;
  }

  .product .navbox .list:hover {
    background-color: #036EB8;
    color: #fff;
  }

  .product .area {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .product .area .name {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #026cb7;
  }

  .product .area .line {
    width: 2px;
    height: 25px;
    margin: 0 13px;
    background: #9c9c9c;
  }

  .product .area .custom-select {
    flex: 1;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    position: relative;
  }

  .product .area .custom-select .tit {
    font-size: 16px;
    font-weight: 400;
    color: #026cb7;
  }

  .product .area .options a {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #026cb7;
  }

  .product .count {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 0;
  }

  .product .count .list {
    display: block;
    width: 48%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .product .count .list .top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    background: #ededed;
  }

  .product .count .list .top .pic {
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .product .count .list .top .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
  }

  .product .count .list .text {
    padding: 12px;
  }

  .product .count .list .text .name {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
  }

  .product .count .list .text .bot {
    display: flex;
    align-items: center;
  }

  .product .count .list .text .bot p {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product .count .list .text .bot img {
    display: none;
  }

  .product .count .list:hover .pic img {
    transform: scale(1.1);
  }

  .product .count .list:hover .text .name {
    color: #036EB8;
  }

  .product .count .list:hover .text p {
    color: #036EB8;
    text-decoration: underline;
  }

  .product .count .list:hover .text img {
    transform: translateY(-10px);
  }
}