<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-banner-box {
  position: relative;
  width: 100%;
  min-width: 1200px;
}

.header-swiper-container {
  height: 666px;
  width: 100%;
}

.swiper-one {
  position: relative;
  max-width: 1920px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
}

.banner-mv {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-mv-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
}

.swiper-text-white {
  position: absolute;
  z-index: 1;
  top: 169px;
  left: 0;
}

.swiper-text-white h3 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 6px;
}

.swiper-text-white p {
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.swiper-content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 1200px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-content h3 {
  color: #fff;
  font-size: 48px;
}

.swiper-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 26px;
}

/* tabs */
.about-tabs {
  position: relative;
}

.about-tabs .tab-title {
  cursor: pointer;
  width: 130px;
  height: 64px;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  text-align: center;
}
.tab-title:hover {
  font-weight: 500;
}
.tab-title-active {
  font-weight: 500;
}

.tab-page {
  position: absolute;
  display: none;
}
.tab-line {
  position: absolute;
  bottom: 0px;
  left: 55px;
  width: 20px;
  height: 4px;
  transition: all 0.5s;
  background: #3e5cf8;
}
/* 简介 */
.xiaobao-desc {
  width: 100%;
  max-width: 1920px;
  height: 504px;
  box-sizing: border-box;
  background: url(https://s2.wangxiaobao.com/www/about/desc-bg.png) no-repeat;
  background-size: 100% 100%;
}

.desc-detail {
  width: 1000px;
  margin-top: 34px;
}
.desc-detail span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 356px;
}
.swiper-slide {
  box-sizing: border-box;
}
.swiper-slide-content {
  width: 1008px;
  height: 356px;
  padding: 60px 0;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-between;
}
.swiper-slide-content-desc {
  line-height: 20px;
  width: 1008px;
}
.swiper-slide-content .user img {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.slide-1 {
  background: #3e5cf8;
}
.slide-1 .img-bg {
  background: url(https://s2.wangxiaobao.com/www/about/beishu-bg1.png) no-repeat
    bottom;
  background-size: 100%;
}
.swiper-slide .img-bg {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 356px;
  top: 0;
}

.slide-2 {
  background: #2b3351;
}
.slide-2 .img-bg {
  background: url(https://s2.wangxiaobao.com/www/about/beishu-bg2.png) no-repeat
    bottom;
  background-size: 100%;
}
.slide-3 {
  background: #8e05e2;
}
.slide-3 .img-bg {
  background: url(https://s2.wangxiaobao.com/www/about/beishu-bg3.png) no-repeat
    bottom;
  background-size: 100%;
}
.user-position {
  position: relative;
  color: #fff;
  padding-left: 12px;
}
.user-position::after {
  position: absolute;
  content: " ";
  top: 5px;
  left: 0px;
  width: 4px;
  height: 10px;
  background: #fff;
}
.xiaobao-intro {
  width: 100%;
  max-width: 1920px;
  height: 562px;
  background: url(https://s2.wangxiaobao.com/www/about/mv-bg.jpg) no-repeat
    center;
  background-size: cover;
}

.our-culture {
  width: 1200px;
  margin: 48px 0 82px 0;
}

.culture-item {
  position: relative;
  overflow: hidden;
  width: 264px;
  height: 304px;
  box-sizing: border-box;
  padding-top: 148px;
  border-radius: 6px;
  transition: all 0.5s;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 250, 254, 1) 100%
  );
}

.culture-item h3 {
  cursor: default;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  font-weight: 500;
}
.culture-item span {
  cursor: default;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64);
}

.culture-item img {
  position: absolute;
  top: 34px;
  right: 87px;
  width: 90px;
  height: 90px;
}

.culture-item .def {
  transition: all 0.5s;
  opacity: 1;
}

.culture-item .hover {
  transition: all 0.5s;
  opacity: 0;
}

.culture-item-detail {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 324px;
}
.culture-item-detail .ctx{
  line-height: 20px;
}

.culture-item:hover {
  width: 372px;
  background: #3e5cf8;
}
.culture-item:hover img {
  top: 152px;
  right: -33px;
  width: 211px;
  height: 211px;
}

.culture-item:hover .def {
  opacity: 0;
}

.culture-item:hover .hover {
  opacity: 1;
}

.join-footer {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 240px;
  background: #130fff;
}

.join-footer-bg {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 240px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.join-footer-content {
  width: 1200px;
  padding: 0 14px;
  z-index: 1;
}

.join-us-bt {
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  width: 228px;
  height: 48px;
  border-radius: 4px;
}

.join-us-bt img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* 发展历程 */
.dev-detail {
  width: 1200px;
  margin: 60px 0 36px 0;
}
.dev-detail-years {
  width: 1200px;
  height: 92px;
}

.swiper-wrapper {
  width: 1135px !important;
}
#year_swiper {
  width: 1135px;
  height: 92px;
}
#year_swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 92px !important;
  text-align: center;
  color: rgba(0, 0, 0, 0.64);
  font-size: 26px;
  line-height: 92px;
  font-weight: 600;
  z-index: 3;
  transition: all 0.32s;
}

#year_swiper .swiper-wrapper .swiper-slide-active {
  color: rgba(0, 0, 0, 0.48);
  transform: scale(2.3);
  z-index: 2;
}
.year-last {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(https://s2.wangxiaobao.com/www/about/last.png) no-repeat;
  background-size: 100%;
  border: none !important;
  box-shadow: none !important;
}

.year-last:hover {
  background: url(https://s2.wangxiaobao.com/www/about/last-active.png)
    no-repeat;
  background-size: 100%;
}

.year-next {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(https://s2.wangxiaobao.com/www/about/next.png) no-repeat;
  background-size: 100%;
}

.year-next:hover {
  background: url(https://s2.wangxiaobao.com/www/about/next-active.png)
    no-repeat;
  background-size: 100%;
}

.year-desc {
  width: 1200px;
  margin-top: 60px;
}
.year-desc .desc-box {
  height: 56px;
  padding-bottom: 24px;
}

.year-desc .desc-box .name {
  color: rgba(0, 0, 0, 0.48);
  width: 470px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.year-desc .desc-box .intro {
  width: 360px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.year-desc .desc-box .line {
  position: relative;
  margin: 0 31px;
  height: 56px;
  width: 2px;
  background: rgba(0, 0, 0, 0.32);
}

.year-desc .desc-box .line::after {
  position: absolute;
  content: " ";
  top: 0;
  left: -8px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #3e5cf8;
}

#viewpoint_swiper {
  width: 618px !important;
  height: 379px !important;
}
#viewpoint_swiper .swiper-wrapper {
  width: 618px !important;
}
#viewpoint_swiper .swiper-wrapper .swiper-slide {
  width: 618px !important;
}
#viewpoint_swiper .swiper-pagination {
  bottom: 1.2rem;
}

#viewpoint_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.27rem;
  height: 0.05rem;
  margin: 0 0.05rem;
  border-radius: 0;
}
#viewpoint_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #3e5cf8;
}
.dev-viewpoint {
  width: 1200px;
  height: 420px;
  margin-top: 48px;
}

.tables {
  position: relative;
  width: 618px;
  height: 379px;
}
.table {
  position: absolute;
  top: 0;
  left: 0;
  width: 618px;
  height: 379px;
}
.table1 {
  background: url(https://s2.wangxiaobao.com/www/about/dev-source-bg1.png)
    no-repeat;
  background-size: 100%;
}

.table2 {
  background: url(https://s2.wangxiaobao.com/www/about/dev-source-bg2.png)
    no-repeat;
  background-size: 100%;
}
.table3 {
  background: url(https://s2.wangxiaobao.com/www/about/dev-source-bg3.png)
    no-repeat;
  background-size: 100%;
}

.table-source {
  width: 168px;
  position: absolute;
  bottom: 80px;
  transition: all 0.3s;
  z-index: 2;
}
.table-source .data-bg {
  width: 168px;
  height: 88px;
  line-height: 88px;
  background: url(https://s2.wangxiaobao.com/www/about/data-bg.png);
  background-size: 100%;
}
#data_value {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.data-point {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  transition: all 0.3s;
  border: 0.02rem solid #fff;
}
#data_point_table1 {
  background: #e55556;
}
#data_point_table2 {
  background: #3e5cf8;
}

#data_prefix_table1 {
  background: #e55556;
}
#data_prefix_table2 {
  background: #3e5cf8;
}
.data-line {
  width: 0;
  transition: all 0.3s;
  border-right: 1px dashed #e6e5e7;
}
#data_line_table1 {
  height: 80.5px;
}
#data_line_table2 {
  height: 7.8px;
}
.data-prefix {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  background: #e55556;
}
.viewpoint-desc {
  width: 520px;
  height: 228px;
  justify-content: space-between;
  margin: 76px 0 0 52px;
}

.table-data .data-bg {
  width: 168px;
  height: 88px;
  line-height: 88px;
  background: url(https://s2.wangxiaobao.com/www/about/data-bg.png);
  background-size: 100%;
}
.data-point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e55556;
  transition: all 0.3s;
  border: 2px solid #fff;
}

.table-index-list {
  margin: 0.8rem 0 1.2rem;
}
.table-index-list .swiper-pagination-bullet {
  cursor: pointer;
  width: 27px;
  height: 5px;
  background: rgba(0, 0, 0, 0.12);
  margin-right: 9px;
  border-radius: 0;
  opacity: 1;
}

.table-index-list .swiper-pagination-bullet-active {
  background: #3e5cf8;
}

/* 荣耀资质 */
.xiaobao-honour {
  width: 100%;
  max-width: 1920px;
  height: 478px;
  box-sizing: border-box;
  background: url(https://s2.wangxiaobao.com/www/about/honour-bg.jpg) no-repeat;
  background-size: 100%;
}

.xiaobao-honour-item {
  width: 300px;
  height: 87px;
  margin-top: 60px;
}

.xiaobao-honour-item span {
  color: #fff;
}

.xiaobao-honour-item p {
  position: relative;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
}
.xiaobao-honour-item p::after {
  position: absolute;
  font-weight: 400;
  content: "+";
  font-size: 28px;
  top: 0px;
  right: -14px;
}

.xiaobao-honour-item .num-font-center::after {
  top: 5px;
}

.xiaobao-certs {
  position: relative;
  width: 1200px;
  height: 569px;
}

.xiaobao-cert-list {
  position: absolute;
  top: -153px;
  width: 1200px;
  height: 672px;
  border-radius: 8px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  flex-wrap: wrap;
}
.xiaobao-cert-list h2 {
  margin: 48px 0 36px 0;
}
.cert-item {
  width: 264px;
  margin: 12px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.cert-item img {
  height: 147px;
  margin: 4px 0;
}
.cert-item-name {
  height: 46px;
  color: rgba(0, 0, 0, 0.64);
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  width: 100%;
}

/* 加入我们 */

.xiaobao-model {
  position: relative;
  width: 1200px;
  padding-top: 60px;
}

.competency-model {
  position: absolute;
  left: 0;
  top: 55px;
  color: rgba(0, 0, 0, 0.04);
  font-size: 55px;
}

.model-item {
  width: 1200px;
  height: 452px;
  padding-top: 52px;
  box-sizing: border-box;
  justify-content: space-between;
}

.model-item img {
  width: 666px;
  height: 348px;
  border-radius: 6px;
}
.model-desc {
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
}
.model-title {
  line-height: 100px;
}
.model-title-bg {
  position: absolute;
  font-size: 120px;
  line-height: 100px;
  top: 0px;
  color: rgba(0, 0, 0, 0.04);
}
.join-list {
  width: 1200px;
  margin: 60px 0;
}
.join-item {
  width: 180px;
  height: 218px;
  box-sizing: border-box;
  padding-top: 40px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}
.join-item p {
  color: rgba(0, 0, 0, 0.8);
}

.join-item span {
  color: rgba(0, 0, 0, 0.64);
}

.join-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.photo-item {
  width: 431px;
  height: 585px;
  margin: 36px 0 60px 0;
  overflow: hidden;
}
.photo-item img {
  object-fit: cover;
}

.photo-1 {
  width: 431px;
  height: 323px;
}

.photo-2 {
  width: 240px;
  height: 252px;
}
.photo-3 {
  width: 180px;
  height: 252px;
}

.photo-4 {
  width: 439px;
  height: 585px;
  object-fit: cover;
}
</pre></body></html>