@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.index-pc .container {
  gap: 1.25rem;
  margin-top: 0.625rem;
  padding-bottom: 5rem;
}

.index-pc .container .item1 {
  grid-template-columns: 15.625rem 1fr 18.125rem;
  gap: 1.25rem;
}

.index-pc .container .item1 .type-show {
  transition: all 0.3s;
}

.index-pc .container .item1 .type-show.show-child {
  display: block;
  pointer-events: all;
}

.index-pc .container .item1 .type-child {
  z-index: 11;
  transition: all 0.3s;
  display: grid;
  gap: 0.625rem;
  padding: 0.625rem;
  box-sizing: border-box;
  width: 100%;
  max-height: 39.375rem;
  overflow-y: scroll;
  background: #FFFFFF;
}

.index-pc .container .item1 .type-child .item {
  height: 3.75rem;
  background: #E9E9E9;
  font-size: 1.375rem;
  color: #000000;
  padding: 0 1.25rem;
}

.index-pc .container .item1 .type-child .item span {
  max-width: 15rem;
}

.index-pc .container .item1 .type-child .item img {
  width: 1.875rem;
}

.index-pc .container .item1 .type-child .child1 .child2 {
  display: none;
  transition: display 0.3s;
}

.index-pc .container .item1 .type-child .child1 .child2.show-child2 {
  display: block;
  pointer-events: all;
}

.index-pc .container .item1 .type-child .child1 .item-child {
  padding: 1.0625rem 0 0.625rem;
  display: grid;
  gap: 1.875rem;
}

.index-pc .container .item1 .type-child .child1 .item-child .item2 {
  gap: 0.625rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  color: #666666;
}

.index-pc .container .item1 .type-child .child1 .item-child .item2 img {
  width: 0.4375rem;
}

.index-pc .container .item1 .type-child .child1:nth-last-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
  color: #1C5BFF;
}

.index-pc .container .item1 .c {
  gap: 0.625rem;
}

.index-pc .container .item1 .c .t {
  overflow: hidden;
}

.index-pc .container .item1 .c .t .banner-swiper {
  position: relative;
}

.index-pc .container .item1 .c .t .banner-swiper .swiper-prev,
.index-pc .container .item1 .c .t .banner-swiper .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.index-pc .container .item1 .c .t .banner-swiper .swiper-prev img,
.index-pc .container .item1 .c .t .banner-swiper .swiper-next img {
  width: 1.875rem;
  cursor: pointer;
}

.index-pc .container .item1 .c .t .banner-swiper .swiper-prev {
  left: 0.625rem;
}

.index-pc .container .item1 .c .t .banner-swiper .swiper-next {
  right: 0.625rem;
}

.index-pc .container .item1 .c .t .banner-swiper .swiper-pagination {
  position: absolute;
  width: auto;
  bottom: 0.625rem;
  /* 调整分页器距离底部的距离 */
  right: 0.625rem;
  z-index: 10;
  text-align: right;
}

.index-pc .container .item1 .c .t .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  border-radius: 0;
  background: #FFFFFF;
  font-size: 0.5rem;
  color: #000000;
  margin: 0 0.0625rem;
  opacity: 1;
  text-align: center;
}

.index-pc .container .item1 .c .t .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1C5BFF;
  color: #FFFFFF;
}

.index-pc .container .item1 .c .f {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}

.index-pc .container .item1 .r .t {
  background: #FFFFFF;
  border: 0.0625rem solid #DDDDDD;
}

.index-pc .container .item1 .r .t > div:nth-child(1) {
  padding: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  color: #000000;
  border-bottom: 0.0625rem solid #DDDDDD;
}

.index-pc .container .item1 .r .t > div:nth-child(1) .t1 {
  color: #1C5BFF;
  margin-top: 0.25rem;
}

.index-pc .container .item1 .r .t > div:nth-child(2) {
  padding: 0.75rem;
}

.index-pc .container .item1 .r .t > div:nth-child(2) img {
  max-width: 15rem;
}

.index-pc .container .item1 .r .c {
  padding: 0.375rem 0 0.25rem;
}

.index-pc .container .item1 .r .c > div {
  font-size: 1.25rem;
  color: #000000;
  gap: 0.5rem;
}

.index-pc .container .item1 .r .c > div::before {
  content: "";
  display: inline-flex;
  width: 0.375rem;
  height: 1.625rem;
  background: #1C5BFF;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
}

.index-pc .container .item1 .r .c a {
  font-size: 0.875rem;
  color: #1C5BFF;
}

.index-pc .container .item1 .r .f {
  background: #FFFFFF;
  border: 0.0625rem solid #DDDDDD;
}

.index-pc .container .item1 .r .f .list {
  padding: 0.75rem 0.5625rem;
  border-bottom: 0.0625rem solid #DDDDDD;
  gap: 0.5rem;
  font-size: 1rem;
  color: #000000;
}

.index-pc .container .item1 .r .f .list img {
  width: 0.6875rem;
}

.index-pc .container .item1 .r .f .list:nth-last-child(1) {
  border-bottom: none;
}

.index-pc .container .item2 {
  gap: 1.25rem;
}

.index-pc .container .item2 .top {
  font-size: 1.75rem;
  color: #000000;
  gap: 0.4375rem;
}

.index-pc .container .item2 .top::before {
  content: "";
  display: inline-flex;
  width: 0.4375rem;
  height: 2rem;
  background: #1C5BFF;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
}

.index-pc .container .item2 .list {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.index-pc .container .item3 {
  margin-top: 0.625rem;
  gap: 1.875rem;
}

.index-pc .container .item3 .list {
  gap: 1.25rem;
}

.index-pc .container .item3 .list .top {
  border-bottom: 0.125rem solid #1C5BFF;
}

.index-pc .container .item3 .list .top .l {
  gap: 1.25rem;
  font-size: 1.25rem;
  color: #000000;
}

.index-pc .container .item3 .list .top .l .t {
  min-width: 14.25rem;
  height: 3.125rem;
  background: #1C5BFF;
  font-weight: bold;
  font-size: 1.75rem;
  color: #FFFFFF;
}

.index-pc .container .item3 .list .top > a {
  font-size: 1.25rem;
  color: #1C5BFF;
}

.index-pc .container .item3 .list .product-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.index-pc .container .item4 {
  grid-template-columns: 36.25rem 1fr;
  gap: 1.25rem;
}

.index-pc .container .item4 > div {
  background: #FFFFFF;
  box-shadow: 0 0.1875rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.16);
}

.index-pc .container .item4 .l .top {
  padding: 1.25rem 1.5625rem 1.25rem 1.25rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}

.index-pc .container .item4 .l .top > div {
  font-size: 1.25rem;
  color: #000000;
  gap: 0.5rem;
}

.index-pc .container .item4 .l .top > div::before {
  content: "";
  display: inline-flex;
  width: 0.375rem;
  height: 1.625rem;
  background: #1C5BFF;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
}

.index-pc .container .item4 .l .top a {
  font-size: 1.25rem;
  color: #666666;
}

.index-pc .container .item4 .l .news {
  padding: 1.25rem 1.875rem 1.875rem 1.25rem;
  gap: 1.25rem;
}

.index-pc .container .item4 .l .news > a {
  font-size: 1rem;
  color: #000000;
  gap: 0.625rem;
}

.index-pc .container .item4 .l .news > a > span:nth-child(1) {
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  background: #1C5BFF;
  border-radius: 1.625rem;
  font-size: 1rem;
  color: #FFFFFF;
}

.index-pc .container .item4 .r {
  padding: 0.625rem;
}

.index-pc .container .item4 .r .tab {
  height: 3.5rem;
  margin-bottom: 0.625rem;
}

.index-pc .container .item4 .r .tab > div {
  height: 100%;
  font-size: 1.25rem;
  color: #999999;
  text-align: center;
  background: #EEEEEE;
  transition: all 0.3s;
  position: relative;
}

.index-pc .container .item4 .r .tab > div::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 1.875rem;
  background: #999999;
  right: 0;
}

.index-pc .container .item4 .r .tab > div:nth-last-child(1)::after,
.index-pc .container .item4 .r .tab .active::after {
  width: 0;
}

.index-pc .container .item4 .r .tab .active {
  font-weight: bold;
  color: #FFFFFF;
  background: #1C5BFF;
}

.index-pc .container .item4 .r .news-list .news-item {
  grid-template-columns: 28.125rem 1fr;
  gap: 1.25rem;
}

.index-pc .container .item4 .r .news-list .news-item .news-item-r .t1 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
}

.index-pc .container .item4 .r .news-list .news-item .news-item-r .t2 {
  font-size: 1rem;
  color: #999999;
  line-height: 1.875rem;
  align-items: flex-end;
  padding: 0.5rem 0 0.625rem 0;
  border-bottom: 0.0625rem solid #DDDDDD;
}

.index-pc .container .item4 .r .news-list .news-item .news-item-r .t2 a {
  color: #1C5BFF;
}

.index-pc .container .item4 .r .news-list .news-item .news-item-r .t3 {
  font-size: 0.875rem;
  color: #999999;
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #DDDDDD;
  gap: 0.625rem;
}

.index-pc .container .item4 .r .news-list .news-item .news-item-r .t3 .txt {
  max-width: 18.75rem;
  color: #000000;
}

.index-pc .container .item4 .r .news-list .news-item .news-item-r .t3 .txt::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #999999;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.index-pc .container .item4 .r .news-list .video-item {
  grid-template-columns: 1fr;
  gap: 0.9375rem;
}

.index-pc .container .item4 .r .news-list .video-item .video {
  width: 100%;
  height: 18.75rem;
  background: #000;
}

.index-pc .container .item4 .r .news-list .video-item .t {
  font-size: 0.875rem;
  color: #000;
}

.index-pc .container .item5 {
  padding: 1.25rem;
  grid-template-columns: 6.875rem 1fr;
  gap: 1.875rem;
  background: #FFFFFF;
}

.index-pc .container .item5 .l {
  width: 6.875rem;
  height: 6.875rem;
  background: #1C5BFF;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 2.5rem;
  letter-spacing: 0.625rem;
  text-align: center;
}

.index-pc .container .item5 .r {
  gap: 1.875rem 1rem;
}

.index-pc .container .item5 .r a {
  font-size: 1.125rem;
  color: #666666;
}

.index-phone .banner-swiper {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.index-phone .banner-swiper .swiper-prev,
.index-phone .banner-swiper .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.index-phone .banner-swiper .swiper-prev img,
.index-phone .banner-swiper .swiper-next img {
  width: 0.9375rem;
  cursor: pointer;
}

.index-phone .banner-swiper .swiper-prev {
  left: 0.25rem;
}

.index-phone .banner-swiper .swiper-next {
  right: 0.25rem;
}

.index-phone .banner-swiper .swiper-pagination {
  position: absolute;
  width: auto;
  bottom: 0.3125rem;
  /* 调整分页器距离底部的距离 */
  right: 0.3125rem;
  z-index: 10;
  text-align: right;
}

.index-phone .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  line-height: 0.625rem;
  border-radius: 0;
  background: #FFFFFF;
  font-size: 0.375rem;
  color: #000000;
  margin: 0 0.0625rem;
  opacity: 1;
  text-align: center;
}

.index-phone .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1C5BFF;
  color: #FFFFFF;
}

.index-phone .box1 {
  padding: 0.625rem;
  background-color: #FFFFFF;
  gap: 0.625rem;
}

.index-phone .box1 .search-box {
  border-right: 0.0625rem solid #1C5BFF;
  border-top: 0.0625rem solid #1C5BFF;
  border-bottom: 0.0625rem solid #1C5BFF;
  border-radius: 0.3125rem;
  height: 2.5rem;
  font-size: 0.75rem;
  color: #666666;
}

.index-phone .box1 .search-box .clear-input {
  padding: 0 0.875rem;
  border: 0.0625rem solid #1C5BFF;
  border-radius: 0.3125rem 0 0 0.3125rem;
  outline: none;
}

.index-phone .box1 .search-box .btn {
  border: 0;
  width: 6.75rem;
  height: 100%;
  background: #1C5BFF;
  border-radius: 0;
  font-size: 1.0625rem;
  color: #FFFFFF;
}

.index-phone .box1 .menu {
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3125rem;
}

.index-phone .box1 .menu > a {
  padding: 1.1875rem 0 0.75rem 0;
  background: #F5F5F5;
  gap: 0.625rem;
  font-size: 0.75rem;
  color: #000000;
}

.index-phone .box1 .menu > a img {
  width: 1.875rem;
}

.index-phone .box2 {
  padding: 0 0.625rem;
}

.index-phone .box2 .pad {
  padding: 0.625rem 0 0.75rem 0;
}

.index-phone .box2 .pad img {
  min-height: 4.6875rem;
}

.index-phone .box2 .hot {
  gap: 0.75rem;
  padding-bottom: 0.625rem;
}

.index-phone .box2 .hot .title {
  font-size: 0.875rem;
  color: #000000;
  gap: 0.25rem;
}

.index-phone .box2 .hot .title::before {
  content: "";
  display: inline-flex;
  width: 0.1875rem;
  height: 1rem;
  background: #1C5BFF;
  border-radius: 0.0625rem;
}

.index-phone .box2 .hot .list {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}

.index-phone .box2 .product {
  gap: 0.75rem;
  padding-bottom: 1.75rem;
}

.index-phone .box2 .product .list {
  gap: 0.3125rem;
}

.index-phone .box2 .product .list .top {
  border-bottom: 0.0625rem solid #1C5BFF;
}

.index-phone .box2 .product .list .top .l .t {
  min-width: 7.125rem;
  height: 1.5625rem;
  background: #1C5BFF;
  font-weight: bold;
  font-size: 0.875rem;
  color: #FFFFFF;
}

.index-phone .box2 .product .list .top > a {
  font-size: 0.625rem;
  color: #1C5BFF;
}

.index-phone .box2 .product .list .product-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}

.index-phone .box3 {
  padding: 0 0.625rem 1.875rem 0.625rem;
  background-color: #FFFFFF;
}

.index-phone .box3 .top {
  padding: 0.75rem 0;
}

.index-phone .box3 .top .title {
  gap: 0.5rem;
}

.index-phone .box3 .top .title .line {
  height: 0.0625rem;
  background: #DDDDDD;
}

.index-phone .box3 .top .title .t {
  font-weight: bold;
  font-size: 0.875rem;
  color: #1C5BFF;
}

.index-phone .box3 .btn {
  margin-top: 0.8125rem;
}

.index-phone .box3 .btn > a {
  min-width: 6.5625rem;
  height: 1.875rem;
  background: #1C5BFF;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  color: #FFFFFF;
}

.index-phone .box3 .item4 .tab {
  height: 1.875rem;
  margin-bottom: 0.75rem;
}

.index-phone .box3 .item4 .tab > div {
  height: 100%;
  font-size: 0.625rem;
  color: #999999;
  text-align: center;
  background: #EEEEEE;
  transition: all 0.3s;
  position: relative;
}

.index-phone .box3 .item4 .tab > div::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 0.75rem;
  background: #999999;
  right: 0;
}

.index-phone .box3 .item4 .tab > div:nth-last-child(1)::after,
.index-phone .box3 .item4 .tab .active::after {
  width: 0;
}

.index-phone .box3 .item4 .tab .active {
  font-weight: bold;
  color: #FFFFFF;
  background: #1C5BFF;
}

.index-phone .box3 .item4 .news-list .news-item2 {
  grid-template-columns: 8.5rem 1fr;
  gap: 0.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}

.index-phone .box3 .item4 .news-list .news-item2 .news-item-r .t1 {
  font-weight: bold;
  font-size: 0.75rem;
  color: #000000;
}

.index-phone .box3 .item4 .news-list .news-item2 .news-item-r .t2 {
  font-size: 0.625rem;
  color: #999999;
  line-height: 0.9375rem;
  align-items: flex-end;
  padding: 0.5rem 0 0 0;
}

.index-phone .box3 .item4 .news-list .news-item2 .news-item-r .t2 a {
  color: #1C5BFF;
}

.index-phone .box3 .item4 .news-list .t3 {
  font-size: 0.75rem;
  color: #999999;
  padding: 0.6875rem 0;
  border-bottom: 0.0625rem solid #DDDDDD;
  gap: 0.625rem;
}

.index-phone .box3 .item4 .news-list .t3 .txt {
  max-width: 18.75rem;
  color: #000000;
}

.index-phone .box3 .item4 .news-list .t3 .txt::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 0.25rem;
  background: #999999;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.index-phone .box3 .item4 .news-list .video-item {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.index-phone .box3 .item4 .news-list .video-item .video {
  width: 100%;
  height: 11.25rem;
  background: #000;
}

.index-phone .box3 .item4 .news-list .video-item .t {
  font-size: 0.75rem;
  color: #000;
}