@charset "UTF-8";
.wrap, body {
  background: #F6F8FC;
}

.banner {
  width: 100%;
  height: 530px;
}

.banner .banner_item {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .banner_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner_item .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner .banner_item .container .banner_content {
  width: 500px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner .banner_item .container .banner_content h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 77.778% */
}

.banner .banner_item .container .banner_content .banner_text {
  text-align: left;
  margin-top: 24px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
}

.banner .banner_item .container .banner_content .banner_box {
  margin-top: 54px;
  width: 100%;
  height: auto;
}

.banner .banner_item .container .banner_content .banner_box .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 26px;
}

.banner .banner_item .container .banner_content .banner_box .item:last-child {
  margin-bottom: 0;
}

.banner .banner_item .container .banner_content .banner_box .item img {
  width: 24px;
  height: 24px;
}

.banner .banner_item .container .banner_content .banner_box .item span {
  margin-left: 14px;
  color: #0D6FD0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 6px !important;
}

.banner .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #0D6FD0;
}

.warranty {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.warranty .warranty_box {
  width: 100%;
  height: auto;
  padding: 26px 0;
  border-radius: 4px;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.warranty .warranty_box .item {
  margin-left: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 40px;
  position: relative;
}

.warranty .warranty_box .item:last-child::after {
  display: none;
}

.warranty .warranty_box .item::after {
  content: '';
  width: 1px;
  height: 55px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.warranty .warranty_box .item img {
  width: 34px;
  height: 34px;
}

.warranty .warranty_box .item span {
  text-align: left;
  margin-left: 16px;
  display: inline-block;
  width: 170px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.discount {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.discount .discount_box {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  position: relative;
}

.discount .discount_box .discount_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount .discount_box .discount_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 55px 0 44px;
}

.discount .discount_box .discount_content .dis_left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.discount .discount_box .discount_content .dis_left img {
  width: 78px;
  height: 78px;
}

.discount .discount_box .discount_content .dis_left p {
  margin-left: 30px;
  text-align: left;
  width: 350px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 141.667% */
}

.discount .discount_box .discount_content .dis_right {
  width: 94px;
  height: 34px;
  border-radius: 60px;
  background: #FF6A00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.discount .discount_box .discount_content .dis_right span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.discount .discount_box .discount_content .dis_right img {
  width: 8px;
  height: 12px;
  margin-left: 10px;
}

.product {
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.product .product_tab_box {
  width: 100%;
  height: 101px;
  border-radius: 4px;
  border: 4px solid #FFF;
  background: #FFF;
  overflow: hidden;
}

.product .product_tab_box .tab_class {
  width: 100%;
  height: 50px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product .product_tab_box .tab_class .tab_title {
  width: 120px;
  height: 49px;
  background: #F3F9FF;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
  text-align: center;
}

.product .product_tab_box .tab_class .tab_box {
  width: calc(100% - 120px);
  height: 49px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 7px;
}

.product .product_tab_box .tab_class .tab_box .tab_item {
  cursor: pointer;
  margin: 0 20px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product .product_tab_box .tab_class .tab_box .tab_item.active {
  color: #0D6FD0;
}

.product .product_tab_box .tab_cate {
  width: 100%;
  height: 50px;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product .product_tab_box .tab_cate .tab_title {
  width: 120px;
  height: 49px;
  background: #F3F9FF;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
  text-align: center;
}

.product .product_tab_box .tab_cate .tab_box {
  width: calc(100% - 120px);
  height: 49px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 7px;
}

.product .product_tab_box .tab_cate .tab_box .tab_item {
  cursor: pointer;
  margin: 0 20px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product .product_tab_box .tab_cate .tab_box .tab_item.active {
  color: #0D6FD0;
}

.product .product_content {
  width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: 4px;
  border: 4px solid #FFF;
  padding: 20px 0px;
}

.product .product_content .product_c_top {
  padding: 0 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product .product_content .product_c_top .product_c_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}

.product .product_content .product_c_top .product_download {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product .product_content .product_c_top .product_download img {
  width: 20px;
  height: 20px;
}

.product .product_content .product_c_top .product_download p {
  margin-left: 6px;
  color: #0D6FD0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  text-decoration-line: underline;
}

.product .product_content .product_c_box {
  margin-top: 22px;
  width: 100%;
  height: auto;
}

.product .product_content .product_c_box .product_c_theader {
  width: 100%;
  height: auto;
  padding: 0 25px;
}

.product .product_content .product_c_box .product_c_theader .theader_box {
  padding: 0 26px;
  width: 100%;
  height: 44px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #EFEFEF;
  background: #0D6FD0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product .product_content .product_c_box .product_c_theader .theader_box .product_name {
  width: 550px;
  height: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 171.429% */
}

.product .product_content .product_c_box .product_c_theader .theader_box .au_box {
  width: 160px;
  height: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 171.429% */
}

.product .product_content .product_c_box .product_c_theader .theader_box .quantity {
  text-align: center;
  width: 140px;
  height: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 171.429% */
}

.product .product_content .product_c_box .product_c_theader .theader_box .num {
  text-align: center;
  width: 100px;
  height: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 171.429% */
}

.product .product_content .product_c_box .product_c_theader .theader_box .add_to_list {
  width: 90px;
}

.product .product_content .product_c_box .product_c_tbody {
  width: 100%;
  max-height: 600px;
  padding: 0 25px;
  overflow: hidden;
  overflow-y: auto;
  /* 整个滚动条区域 */
  /* 滚动条轨道（背景） */
  /* 滚动条滑块（可拖动部分） */
  /* 鼠标悬停在滑块上的样式 */
  /* 滚动条按钮（上下/左右的箭头按钮） */
}

.product .product_content .product_c_box .product_c_tbody::-webkit-scrollbar {
  width: 5px;
  /* 垂直滚动条宽度 */
  height: 5px;
  /* 水平滚动条高度 */
  background-color: #fff;
  /* 滚动条背景色 */
}

.product .product_content .product_c_box .product_c_tbody::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 6px;
  /* 圆角 */
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  /* 内阴影 */
}

.product .product_content .product_c_box .product_c_tbody::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #DFEAF5;
  border-radius: 6px;
  /* 圆角 */
}

.product .product_content .product_c_box .product_c_tbody::-webkit-scrollbar-thumb:hover {
  background: #DFEAF5;
}

.product .product_content .product_c_box .product_c_tbody::-webkit-scrollbar-button {
  display: none;
  /* 隐藏默认箭头按钮 */
}

.product .product_content .product_c_box .product_c_tbody .tbody_box {
  width: 100%;
  height: auto;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item {
  width: 100%;
  height: auto;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item:nth-of-type(2n) .item_top {
  background: #F3F9FF;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item:hover {
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item:hover .item_top {
  background: #fff;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item:hover .item_top .product_name {
  text-decoration: underline;
  color: #0D6FD0;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item:hover .item_bot {
  display: flex;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top {
  padding: 0 26px;
  width: 100%;
  height: 54px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .product_name {
  width: 550px;
  height: 100%;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 450% */
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .product_name .sale {
  margin-left: 20px;
  display: none;
  width: 42px;
  height: 24px;
  border-radius: 50px;
  background: #FF6A00;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 166.667% */
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .product_name .sale.is_sale {
  display: inline-block;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_price {
  width: 160px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_price .sale_price {
  color: #0D6FD0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_price .sale_price.is_sale {
  color: #DA0000;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_price .origin_price {
  margin-left: 11px;
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  text-decoration-line: line-through;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_num {
  text-align: center;
  width: 100px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 450% */
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity {
  width: 140px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box {
  /*width: 140px;*/
  height: 32px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #DFEAF5;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .minus {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .minus:hover img:first-child {
  display: none;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .minus:hover img:last-child {
  display: block;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .minus img {
  width: 100%;
  height: 100%;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .minus img:first-child {
  display: block;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .minus img:last-child {
  display: none;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box input {
  text-align: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 76px;
  height: 100%;
  outline: none;
  border: none;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box input::placeholder {
  color: #999;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .plus {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .plus:hover img:first-child {
  display: none;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .plus:hover img:last-child {
  display: block;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .plus img {
  width: 100%;
  height: 100%;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .plus img:first-child {
  display: block;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_quantity .quantity_box .plus img:last-child {
  display: none;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_add {
  width: 90px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_add button {
  cursor: pointer;
  background: transparent;
  width: 90px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #0D6FD0;
  color: #0D6FD0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_top .item_add button:hover {
  background: #0D6FD0;
  color: #fff;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot {
  width: 100%;
  height: auto;
  padding: 30px 26px 30px;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_img img {
  max-width: 100%;
  max-height: 100%;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_info .info {
  min-width: 155px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 0 11px;
  position: relative;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_info .info:last-child::after {
  display: none;
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_info .info::after {
  content: '';
  width: 1px;
  height: 35px;
  background: #E9E9E9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_info .info span:first-child {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 246.154% */
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .item_info .info span:last-child {
  color: #666;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 266.667% */
}

.product .product_content .product_c_box .product_c_tbody .tbody_box .product_item .item_bot .view_more {
  color: #0D6FD0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  text-decoration-line: underline;
}

.blog {
  width: 100%;
  height: auto;
  padding: 84px 0 95px;
}

.blog .blog_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blog .blog_top h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 80% */
}

.blog .blog_top a {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.blog .blog_top a:hover {
  color: #000;
}

.blog .blog_box {
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blog .blog_box .blog_item {
  padding: 12px;
  width: 285px;
  height: auto;
  border-radius: 4px;
  background: #FFF;
}

.blog .blog_box .blog_item:hover .item_img img {
  transform: scale(1.05);
}

.blog .blog_box .blog_item .item_img {
  width: 260px;
  height: 160px;
  border-radius: 4px;
  overflow: hidden;
}

.blog .blog_box .blog_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.blog .blog_box .blog_item .item_info {
  width: 100%;
  height: auto;
  margin-top: 9px;
}

.blog .blog_box .blog_item .item_info .item_title {
  color: #000;
  height: 44px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog .blog_box .blog_item .item_info .item_date {
  margin-top: 14px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
