.img-addon .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-desc {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.btn {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.btn.btn-small {
  border: none;
  width: 120px;
  height: 38px;
  line-height: 22px;
}
.btn.btn-theme-1 {
  color: #fff;
  background-color: #3269FF;
}
.btn.btn-theme-1:hover, .btn.btn-theme-1:focus {
  color: #3269FF;
  background-color: #fff;
  box-shadow: 0 0 0 1px #3269FF;
}
.btn.btn-theme-2 {
  background-color: #fff;
  color: #3269FF;
}
.btn.btn-theme-2:hover, .btn.btn-theme-2:focus {
  background-color: #3269FF;
  color: #fff;
}

.tools-box {
  margin-top: 24px;
  text-align: center;
}
.banner-section{
  padding-bottom: 0;
}

.triangle-section {
  background-color: #F9F9F9;
  padding-bottom: 64px;
}
.triangle-section .tools-box {
  margin-top: 48px;
}
.triangle-section .tools-box .btn{
  margin-inline: auto;
}

.bloger-section {
  background-color: #3269FF;
  min-width: 1240px;
  padding-bottom: 64px;
}
.bloger-section .section-title {
  color: #fff;
}
.bloger-section .blogger-nav-box {
  margin: 46px auto 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloger-section .blogger-nav-box .blogger-nav-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  color: #3269FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  text-align: center;
  margin: 0 22px;
}
.bloger-section .blogger-nav-box .blogger-nav-item .img {
  display: block;
  width: 36px;
  margin: 18px auto 10px;
}
.bloger-section .blogger-nav-box .blogger-nav-item::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 120px;
  box-sizing: border-box;
  height: 120px;
  opacity: 0;
  border-radius: 10px;
  transition: opacity ease 0.2s;
  border: 1px solid #fff;
}
.bloger-section .blogger-nav-box .blogger-nav-item:hover::after, .bloger-section .blogger-nav-box .blogger-nav-item.active::after {
  opacity: 1;
}
.bloger-section .blogger-inner-left {
  float: left;
  width: 140px;
}
.bloger-section .blogger-inner-left .blogger-l-item {
  margin-bottom: 19px;
  padding: 17px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  transition: all ease 0.3s;
}
.bloger-section .blogger-inner-left .blogger-l-item:hover, .bloger-section .blogger-inner-left .blogger-l-item.active {
  color: #3269FF;
  background-color: #fff;
  font-weight: 400;
}
.bloger-section .blogger-inner-right {
  margin-left: 140px;
  display: flex;
  flex-wrap: wrap;
}
.bloger-section .blogger-inner-right .blogger-r-item {
  margin: 0 0 18px 18px;
  width: 348px;
  height: 226px;
  border-radius: 8px;
  background: #fff;
  padding: 32px 40px 32px 30px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-avator {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-avator .img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-username {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin: 12px 0 4px;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 114px;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  width: 114px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-r-info-box {
  margin-left: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info {
  position: relative;
  width: 49.6%;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info:nth-child(even)::before {
  content: "";
  top: 8px;
  left: 0;
  display: block;
  width: 1px;
  position: absolute;
  height: 30px;
  background-color: #E1E1E6;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num {
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #000;
  font-weight: 600;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num i {
  font-size: 12px;
  font-style: normal;
}
.bloger-section .blogger-inner-right .blogger-r-item .btn {
  width: 134px;
  padding: 11px 0;
  border-radius: 6px;
  line-height: 20px;
  margin-top: 6px;
}
.bloger-section .blogger-inner-right.nowrd .blogger-username {
  height: 26px;
  animation: nowd 2s ease infinite;
}
.bloger-section .blogger-inner-right.nowrd .blogger-desc {
  height: 20px;
  width: 40px;
  animation: nowd 2s ease infinite;
}
.bloger-section .blogger-inner-right.nowrd .num {
  height: 14px;
  width: 40px;
  margin: auto;
  animation: nowd 2s ease infinite;
}
@keyframes nowd {
  0% {
    background-color: #f0f8ff;
  }
  50% {
    background-color: #e4e4e4;
  }
  100% {
    background-color: #f0f8ff;
  }
}

.com-lr-wn-section {
  min-width: 1240px;
  padding-bottom: 64px;
  background-color: #F9F9F9;
}
.com-lr-wn-section .nav-box br {
  display: none;
}
.com-lr-wn-section .section-main {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.com-lr-wn-section .section-main .nav-box {
  background: #3269FF;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 272px;
  padding: 72px 64px;
}
.com-lr-wn-section .section-main .nav-box .nav-item {
  font-size: 22px;
  line-height: 26px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.com-lr-wn-section .section-main .nav-box .nav-item::after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
}
.com-lr-wn-section .section-main .nav-box .nav-item.active {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 12px;
}
.com-lr-wn-section .section-main .nav-box .nav-item.active::after {
  width: 36px;
  transition: all ease 4s;
}
.com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
  margin-top: 24px;
}
.com-lr-wn-section .section-main .show-box {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.com-lr-wn-section .section-main .show-box .item {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 64px;
}
.com-lr-wn-section .section-main .show-box .item.active {
  opacity: 1;
}
.com-lr-wn-section .section-main .show-box .item > .img-addon {
  width: 358px;
  height: 358px;
  margin-right: 36px;
  flex-shrink: 0;
}
.com-lr-wn-section .section-main .show-box .text-box .title {
  font-size: 24px;
  line-height: 36px;
}
.com-lr-wn-section .section-main .show-box .text-box .desc {
  margin: 8px 0 24px;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}
.com-lr-wn-section .section-main .show-box .text-box .tips {
  display: flex;
  justify-content: space-between;
}
.com-lr-wn-section .section-main .show-box .text-box .tips .tip {
  padding: 24px 12px;
  border: 1px solid #F9F9F9;
  font-size: 16px;
  line-height: 24px;
}
.com-lr-wn-section .section-main .show-box .text-box .tips .img-addon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  filter: hue-rotate(246deg);
}
.com-lr-wn-section .section-main .show-box .tools-box {
  text-align: left;
}

.case-section.xhs-case-section {
  background-color: #161A23;
  min-width: 1240px;
  overflow: hidden;
}
.case-section.xhs-case-section .section-title {
  color: #fff;
}
.case-section.xhs-case-section .case-main {
  position: relative;
  margin-top: 40px;
}
.case-section.xhs-case-section .case-main .caseTop-button-prev {
  background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23eb55.png);
  left: -120px;
  right: auto;
}
.case-section.xhs-case-section .case-main .caseTop-button-next {
  background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23ebf5.png);
  right: -120px;
  left: auto;
}
.case-section.xhs-case-section .xhs-case-swiper {
  height: 466px;
}
.case-section.xhs-case-section .xhs-case-swiper.swiper-container {
  height: 544px;
}
.case-section.xhs-case-section .xhs-case-swiper .btn {
  width: 120px;
  margin: 48px auto 0;
}
.case-section.xhs-case-section .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 466px;
  border-radius: 12px;
  background-color: #272A32;
  border: 1px solid rgba(234, 239, 251, 0.6);
}
.case-section.xhs-case-section .swiper-slide .case-item-img-cont {
  width: 526px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
.case-section.xhs-case-section .swiper-slide .case-item-img-cont .img {
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 100%;
}
.case-section.xhs-case-section .swiper-slide .case-item-text-cont {
  flex: 1;
  height: 466px;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-section.xhs-case-section .swiper-slide .case-item-tt-cont {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 24px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
}
.case-section.xhs-case-section .swiper-slide .case-item-tt-cont::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background: #3269FF;
  border-radius: 2px;
}
.case-section.xhs-case-section .swiper-slide .case-item-desc {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
}
.case-section.xhs-case-section .swiper-slide .case-item-sp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.case-section.xhs-case-section .swiper-slide .case-item-sp-i {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-left: 0;
}
.case-section.xhs-case-section .swiper-slide .case-item-sp-i > div {
  color: #3269FF;
}
.case-section.xhs-case-section .swiper-slide .case-item-sp-i > div > i {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Montserrat";
  font-style: normal;
}
.case-section.xhs-case-section .caseTop-button {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background-size: cover;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
}
.case-section.xhs-case-section .swiper-button-next, .case-section.xhs-case-section .swiper-button-prev {
  display: none;
}
.case-section.xhs-case-section .swiper-container-horizontal > .swiper-scrollbar {
  height: 6px;
  background: rgb(39, 42, 50);
  transform: scale(0.15);
}
.case-section.xhs-case-section .swiper-scrollbar-drag {
  background: rgb(249, 249, 249);
  height: 15px;
  top: -4px;
  bottom: -1px;
}
.case-section.xhs-case-section .caseTop-button-next + .btn-more {
  margin-top: 24px;
}
.case-section.xhs-case-section .btn-more {
  margin: 24px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #3269FF;
}
.case-section.xhs-case-section .btn-more::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  transition: all ease 0.3s;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url("/public/img/icon-case_more.png");
  filter: hue-rotate(246deg);
}
.case-section.xhs-case-section .btn-more:hover {
  background-size: 300%;
}
.case-section.xhs-case-section .btn-more:hover::after {
  margin-left: 12px;
  margin-right: 0;
}

@media (max-width: 768px) {
  section {
    padding-bottom: 48px;
  }
  .section-title {
    font-size: 24px;
    line-height: 36px;
  }
  .section-desc {
    font-size: 12px;
    line-height: 20px;
    margin: 12px 0 24px;
    position: relative;
    padding-top: 16px;
  }
  .btn {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    border-radius: 2px;
  }
  
  .bloger-section {
    padding-bottom: 48px;
    min-width: auto;
  }
  .bloger-section .section-title {
    padding-bottom: 0;
  }
  .bloger-section .section-title::after {
    content: none;
  }
  .bloger-section .bloger-main {
    max-width: 350px;
    margin: auto;
  }
  .bloger-section .blogger-nav-box {
    margin: 28px auto 32px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 18px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item .img {
    width: 30px;
    margin: 11px auto 8px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item::after {
    width: 100px;
    height: 100px;
  }
  .bloger-section .blogger-inner-left {
    width: 100px;
  }
  .bloger-section .blogger-inner-left .blogger-l-item {
    margin-bottom: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .bloger-section .blogger-inner-right {
    margin-left: 100px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item {
    margin: 0 0 18px 18px;
    width: 233px;
    height: 138px;
    border-radius: 6px;
    padding: 10px 18px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item:nth-child(3), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(4), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(5), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(6) {
    display: none;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-avator {
    width: 64px;
    height: 64px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-avator .img {
    height: 64px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-username {
    width: 60px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-desc {
    font-size: 12px;
    line-height: 16px;
    width: 60px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-r-info-box {
    margin-left: 20px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info:nth-child(even)::before {
    top: 5px;
    height: 24px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num {
    font-size: 14px;
    line-height: 24px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num i {
    font-size: 14px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .btn {
    width: 100px;
    padding: 6px 0;
    line-height: 17px;
    margin-top: 4px;
  }
  
  .com-lr-wn-section {
    padding-bottom: 48px;
    min-width: auto;
  }
  .com-lr-wn-section .nav-box br {
    display: block;
  }
  .com-lr-wn-section .section-main {
    flex-direction: column;
    border-radius: 8px;
  }
  .com-lr-wn-section .section-main .nav-box {
    padding: 16px 18px 8px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item {
    font-size: 14px;
    line-height: 24px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item::after {
    bottom: -8px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item.active {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item.active::after {
    width: 80%;
    transition: all ease 4s;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
    margin-top: 0;
  }
  .com-lr-wn-section .section-main .show-box {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }
  .com-lr-wn-section .section-main .show-box .item.active {
    position: relative;
  }
  .com-lr-wn-section .section-main .show-box .item {
    flex-direction: column;
    padding: 24px 18px;
  }
  .com-lr-wn-section .section-main .show-box .item > .img-addon {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .title {
    font-size: 18px;
    line-height: 28px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .desc {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .tips .tip {
    padding: 18px 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .tips .img-addon {
    width: 24px;
    height: 24px;
  }
  .com-lr-wn-section .section-main .show-box .tools-box {
    text-align: center;
  }
  
  .case-section.xhs-case-section {
    padding-bottom: 40px;
    min-width: auto;
  }
  .case-section.xhs-case-section .case-main {
    width: auto;
    margin-top: 36px;
  }
  .case-section.xhs-case-section .xhs-case-swiper {
    height: auto;
    padding-bottom: 32px;
  }
  .case-section.xhs-case-section .xhs-case-swiper.swiper-container {
    height: auto;
  }
  .case-section.xhs-case-section .xhs-case-swiper .btn {
    width: 90px;
    margin: 24px auto 0;
  }
  .case-section.xhs-case-section .swiper-slide {
    flex-direction: column;
    height: auto;
  }
  .case-section.xhs-case-section .swiper-slide .case-item-img-cont {
    width: 100%;
    max-height: 386px;
    min-height: 280px;
  }
  .case-section.xhs-case-section .swiper-slide .case-item-text-cont {
    height: auto;
    padding: 36px 28px;
  }
  .case-section.xhs-case-section .swiper-slide .case-item-tt-cont {
    font-size: 22px;
    line-height: 28px;
  }
  .case-section.xhs-case-section .swiper-slide .case-item-tt-cont::after {
    width: 40px;
  }
  .case-section.xhs-case-section .swiper-slide .case-item-desc {
    font-size: 14px;
    margin-bottom: 36px;
    height: auto;
  }
  .case-section.xhs-case-section .swiper-slide .case-item-sp-i {
    line-height: 18px;
    font-size: 12px;
  }
  .case-section.xhs-case-section .swiper-slide .case-item-sp-i > div > i {
    font-size: 26px;
    line-height: 32px;
  }
  .case-section.xhs-case-section .caseTop-button {
    display: none;
  }

  .fln-main{
            filter: hue-rotate(245deg);
  }
}/*# sourceMappingURL=xiaohongshu2.css.map */