* {
  margin: 0;
  /* 浏览器允许一些手势（touch）操作在设置了此属性的元素上，例如：对视口（viewport）平移、缩放等操作 */
  touch-action: auto;
}

button {
  outline: none;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.width {
  width: 1440px;
}

.main-nav {
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 32px 0; */
}

.top-left {
  display: flex;
  align-items: center;
  padding: 24px 48px;
}
.nav-box {
  margin-left: 48px;
  display: flex;
  align-items: center;
}

.nav-item {
  margin-right: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  line-height: 1;
  cursor: pointer;
}

.nav-item .nav-icon {
  vertical-align: middle;
  margin-right: 16px;
}

.nav-hover {
  position: relative;
}

.nav-hover:hover .nav-popup {
  display: block;
}

.nav-item .nav-popup {
  position: absolute;
  left: -20px;
  top: 20px;
  display: none;
  color: #595959;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.nav-category-box {
  display: flex;
  padding: 36px 0;
}

.nav-category-box .nav-category-part {
  padding: 0 48px;
  border-right: 1px solid #ededed;
  min-width: 280px;
}

.nav-category-box .nav-category-part .nav-category-item {
  padding: 12px 18px;
  cursor: pointer;
}

.nav-category-box .nav-category-part .nav-category-item:hover {
  color: #4C69F3;
}

.nav-category-box .nav-category-part:last-child {
  border-right: none;
}

.top-right-r {
  display: flex;
  justify-content: space-around;
  align-items: center;

}
.nav-user {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-user .icon {
  /* height: 20px; */
  width: 12px;
  margin-right: 6px;
}

.nav-user .name {
  font-size: 14px;
  color: #808080;
}


.top-right-r .item,
.top-right-r .user-name {
  display: flex;
  align-items: center;
  margin-right: 32px;
  font-size: 15px;
  color: #383838;
  cursor: pointer;
}

.top-right-r .item .icon {
  margin-right: 8px;
}
.top-right-r .user-name .icon {
  margin-right: 4px;
}

.top-right-r .user-name {
  padding: 0;
  border-right: none;
}

.nav-shop-box {
  height: 112px;
  padding: 19px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #00BAAD 0%, #15ABFF 52.78%);
}
.nav-shop-round {
  width: 74px;
  height: 74px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.nav-shop-num {
  position: absolute;
  top: 16px;
  right: 12px;
  background: #D43030;
  width: 18px;
  height: 18px; 
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}

.right-btn-box {
  border-radius: 4px;
  background: #071085;
  padding: 13.5px 21px;
  color: #fff;
  font-size: 16px;
  /* width: 128px;
  box-sizing: border-box; */
}
.right-btn {
  cursor: pointer;
}

.banner_box {
  position: relative;
}
.bannerSwiper .swiper-slide img{
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.banner-swiper-pagination {
  position: absolute;
  left: 30px !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 22px !important;
  height: fit-content;
  padding: 20px 7px;
  background: rgba(56, 56, 56, 0.4);
  border-radius: 26px;
  text-align: center;
  box-sizing: border-box;
}
.banner-swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  margin: 0 0 15px 0 !important;
  opacity: 1;
  display: block;
}
.banner-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}
.banner-swiper-pagination .swiper-pagination-bullet-active {
  height: 36px;
  border-radius: 26px;
  background: #2A82E4;
}
.banner_btm {
  width: 100%;
  z-index: 22;
  background: linear-gradient(90deg, rgba(12, 111, 168, 0.9) 0%, rgba(0, 186, 173, 0.9) 100%);
  position: absolute;
  bottom: 0;
}
.banner_btm_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 44px 0;
}
.banner_btml_img {
  position: absolute;
  bottom: 10px;
}
.banner_btml_text {
  margin-left: 363px;
  color: #fff;
  font-size: 36px;
}
.banner_btml_text2 {
  font-size: 32px;
  margin-top: 16px;
  color: #F5F5F5;
}
.inp_box {
  border-bottom: 2px solid #FFFFFF;
  color: #fff;
  font-size: 16px;
}
.inp {
  width: 334px;
  border: none;
  height: 48px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  margin-right: 32px;
  background: transparent;
  color: #fff;
}
.inp::placeholder {
  color: #fff;
}
.input_line {
  margin: 0 12px;
  background: #F5F5F5;
  height: 21px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.banner_recomd_box {
  display: flex;
  color: #FFFFFF;
  font-size: 13px;
  margin-top: 16px;
  width: 459px;
}
.banner_recomd_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin-left: 10px;
}
.banner_recomd_list div {
  margin-right: 20px;
  margin-bottom: 9px;
  cursor: pointer;
}

.product_box {
  display: flex;
  align-items: flex-start;
}
.product_l {
  margin-left: 227px;
  margin-top: 96px;
}
.product_subtitle {
  color: #A6A6A6;
  font-size: 16px;
}
.product_title {
  font-size: 28px;
  margin-top: 4px;
  color: #262626;
}
.product_l .nav {
  width: 218px;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 40px;
}
.product_l .nav .line {
  font-size: 14px;
  padding: 24px 0;
  color: #404040;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}
.product_l .nav .line_b {
  color: #fff;
  padding: 24px 24px 24px 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.product_l .nav .line_b::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #2283AF 0%, #19B8B2 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-8deg);
}
.product_box .list_product {
  background-image: url('img/product-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 220px 96px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.product_box .list_product .product {
  width: 280px;
  /* height: 430px; */
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
}
.product_box .list_product .product:hover {
  box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.12);
}
.product_box .list_product .product .top {
  width: 100%;
  height: 299px;
  position: relative;
}
.product_box .list_product .product .top .img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.product_box .list_product .product .top .btn_box {
  position: absolute;
  right: 16px;
  bottom: 38px;
  display: none;
}
.product_box .list_product .product:hover .btn_box {
  display: block;
}
.product_box .btn_box .btn_item {
  width: 28px;
  height: 28px;
  text-align: center;
  border: 1px solid #595959;
  border-radius: 50%;
  margin-bottom: 16px;
  padding: 4px;
  box-sizing: border-box;
  margin-left: auto;
}
.product_box .btn_box .btn_item:last-child {
  margin-bottom: 0;
}
.product_box .btn_box .btn_item:hover {
  padding: 6px 15px;
  width: fit-content;
  color: #FFFFFF;
  border: none;
  border-radius: 26px;
  background: linear-gradient(90deg, #288DBB 0%, #19B8B2 100%);
  display: flex;
  align-items: center;
}
.product_box .btn_box .btn_item:hover .btn_item_img,
.product_box .btn_box .btn_item .btn_item_img1,
.product_box .btn_box .btn_item .btn_item_text {
  display: none;
}
.product_box .btn_box .btn_item:hover .btn_item_img1,
.product_box .btn_box .btn_item:hover .btn_item_text {
  display: inline-block;
}
.product_box .btn_box .btn_item:hover .btn_item_img1 {
  margin-right: 4px;
}

.product_box .list_product .product .bom {
  padding: 16px 16px 24px 16px;
  background-color: #fff;
  border-radius: 4px;
}
.product_box .list_product .product .bom .lv {
  color: #999999;
  font-size: 13px;
}
.product_box .list_product .product .bom .title {
  font-size: 16px;
  color: #262626;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 超出几行省略 */
  overflow: hidden;
  margin-top: 8px;
}
.product_box .list_product .product .bom .pirce {
  margin-top: 16px;
  font-size: 14px;
  color: #F73B3B;
}
.product_box .list_product .product .bom .pirce .fh {
  margin-right: 5px;
}
.product_box .list_product .product .bom .pirce .money {
  font-weight: 700;
  margin-right: 5px;
  font-size: 32px;
}
.product_box .list_product .product .bom .pirce .qi {
  color: #a8a8a8;
  font-size: 12px;
}

.client_swp {
  padding-top: 96px;
  padding-left: 240px;
  padding-bottom: 114px;
  /* background-image: url('img/client-bg.png');
  background-repeat: no-repeat; */
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.client_bg {
  position: absolute;
  right: -42px;
  top: 0;
}
.client_title {
  color: #262626;
  font-size: 28px;
  margin-top: 4px;
}
.client_subtitle {
  color: #A6A6A6;
  font-size: 16px;
}
.client_aw {
  margin-top: 148px;
  position: relative;
  width: 79%;
  margin-left: auto;
}
.clientSwiper .swiper-slide {
  margin-top: 5px;
  height: 286px;
  width: 342px;
}
.client_userinfo {
  padding: 32px 40px 48px 32px;
  border-radius: 8px;
  background: #FFFFFF;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client_script {
  font-size: 14px;
  line-height: 32px;
  color: #737373;
}
.client_user {
  margin-top: 28px;
  display: flex;
}
.client_userimg {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 14px;
}
.client_username {
  color: #333333;
  font-size: 16px;
  margin-bottom: 6px;
}
.client-swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
}
.client-swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 20px;
  background: #237EAD;
}
.clientswiper_btn {
  margin-top: 32px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
}
.client_prev {
  width: 32px;
  margin-right: 24px;
  cursor: pointer;
}
.client_next {
  width: 32px;
  margin-left: 24px;
  cursor: pointer;
}

.platform_box {
  background-image: url('img/platform-bg.png');
  background-repeat: no-repeat;
  background-position-x: 105px;
  margin-top: -48px;
  margin-bottom: -38px;
  padding: 110px 0;
}
.platform_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  text-align: right;
}
.platform_subtitle {
  color: #A6A6A6;
  font-size: 16px;
  text-align: right;
}
.platform_title {
  color: #262626;
  margin-top: 4px;
  font-size: 28px;
}
.platform_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 43px;
}
.platform_item {
  background: #FFFFFF;
  width: 280px;
  height: 100px;
  border: 1px solid #737373;
  margin-right: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.platform_item:nth-child(2n) {
  margin-right: 0;
}
.platform_item img {
  width: 44%;
  object-fit: cover;
}

.footer_base {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(16, 31, 60, 0.95);
}
.footer_top {
  margin: 76px 0px 48px;
}
.footer_top .send_input {
  height: 78px;
  border-radius: 12px;
  padding: 0 24px;
  width: 952px;
  background: #ffffff;
  box-sizing: border-box;
  outline: none;
}
.footer_top .send_btn {
  width: 144px;
  height: 78px;
  text-align: center;
  border-radius: 12px;
  background: #00BAAD;
  color: #ffffff;
  font-size: 20px;
  margin-left: -24px;
  vertical-align: bottom;
}
.footer_top .send_btn img {
  vertical-align: middle;
  margin-right: 14px;
}
.footer_top .router_item {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  margin-top: 32px;
  margin-right: 96px;
  cursor: pointer;
}
.footer_top .router_item:last-child {
  margin-right: 0;
}
.footer_top .logo {
  text-align: right;
  margin-bottom: 24px;
  width: 146px;
}
.footer_top .line {
  color: #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
}
.footer_top .line .title {
  color: #fff;
  font-size: 16px;
}
.footer_top .wx {
  width: 280px;
  height: 180px;

  display: flex;
  justify-content: space-between;
}
.footer_top .wx .wx_line {
  height: 180px;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.footer_bom {
  width: 100%;
  border-top: 1px solid #fff;
}
.footer_bom .logo-info {
  color: #ffffff;
  font-size: 16px;
  margin-right: 64px;
}
.footer_bom .copyright {
  color: #fff;
  font-size: 12px;
  margin-top: 16px;
}

.totop_box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.12);
  padding: 36px 19px 26px;
  text-align: center;
  z-index: 99;
}
.totop_box img {
  margin-bottom: 36px;
}
.totop_box img:last-child {
  margin-bottom: 0;
}
.totop_item {
  position: relative;
  text-align: center;
}
.totop_item_num {
  position: absolute;
  top: -10px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: #D43030;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50%;
  box-sizing: border-box;
}