<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1280px) {
  .brand_advantage .commonView .common_title {
    margin-bottom: 0 !important;
  }
  .brand_advantage .commonView .options_view {
    height: calc(48px + 42px + 42px);
  }
  .brand_advantage .commonView .options.fixed {
    position: fixed;
    left: 0;
    top: 120px;
    width: 100vw;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.016), 0px 0px 13.5px rgba(0, 0, 0, 0.024), 0px 0px 48px rgba(0, 0, 0, 0.04);
    transition: all 0.1s;
  }
  .brand_advantage .commonView ul.options {
    padding-bottom: 42px;
    padding-top: 42px;
    margin-top: 0 !important;
  }
}
.brand_advantage .commonView ul.options {
  padding-bottom: 42px;
}
.brand_advantage .commonView .box ul.message_list li .title1 {
  color: #111;
}
.brand_advantage .commonView .box ul.message_list li .title2 {
  color: #666;
}
.brand_advantage .commonView .box ul.message_list li.active .title1 {
  color: #fff;
}
.brand_advantage .commonView .box ul.message_list li.active .title2 {
  color: #fff;
}
.brand_advantage .commonView .box ul.pagination li .circle {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.brand_advantage .commonView .box ul.pagination li .circle .point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a0151a;
  display: none;
}
.brand_advantage .commonView .box ul.pagination li .bar {
  width: 1px;
  height: 120px;
  background: #000;
  opacity: 0.5;
}
.brand_advantage .commonView .box ul.pagination li:last-child .bar {
  display: none;
}
.brand_advantage .commonView .box ul.pagination li.active .circle {
  border: 1px solid #a0151a;
}
.brand_advantage .commonView .box ul.pagination li.active .circle .point {
  display: block;
}
.ab_view1 {
  padding-bottom: 0 !important;
}
.ab_view2 {
  padding-top: 0 !important;
}
.ab_view2 .options_content {
  margin-top: 0 !important;
}
@media (max-width: 1280px) {
  .commonView ul.options {
    display: none;
  }
}
.procress_view {
  background-color: #f2f2f2;
  padding-bottom: 140px;
}
.procress_view .list_view {
  width: 100%;
  height: 300px;
  border: 1px solid #A0151A;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  border-left: none;
  margin-top: 120px;
}
.procress_view .list_view .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -70px;
  padding: 0 5% 0 5%;
}
.procress_view .list_view .row .item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.procress_view .list_view .row .item .icon {
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 0;
}
.procress_view .list_view .row .item .icon img {
  max-width: 32px;
  max-height: 32px;
}
.procress_view .list_view .row .item .index {
  width: 32px;
  height: 32px;
  background: #A0151A;
  border-radius: 16px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin-top: 20px;
}
.procress_view .list_view .row .item .text_box {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 24px;
  margin-top: 20px;
  height: 48px;
  overflow: hidden;
}
@keyframes bar_animate {
  0% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.procress_view .list_view .row .bar {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #A0151A;
  position: relative;
  top: -7px;
  animation: bar_animate 1s infinite linear ;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
.procress_view .list_view .row:nth-of-type(2) {
  top: initial;
  bottom: -76px;
  flex-direction: row-reverse;
  padding-right: calc(5% + 100px - 16px);
  padding-left: calc(5% + 100px - 8px);
}
.procress_view .list_view .row:nth-of-type(2) .bar {
  top: -5.5px;
  transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .procress_view {
    background-color: #f2f2f2;
    padding-bottom: 8.625rem;
  }
  .procress_view .list_view {
    width: 100%;
    height: 18.75rem;
    border: 1px solid #A0151A;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-left: none;
    margin-top: 7.5rem;
  }
  .procress_view .list_view .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -4.375rem;
    padding: 0 10% 0 0%;
  }
  .procress_view .list_view .row .item {
    width: 12.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .procress_view .list_view .row .item .icon {
    height: 2rem;
    display: flex;
    align-items: center;
    font-size: 0;
  }
  .procress_view .list_view .row .item .icon img {
    max-width: 2rem;
    max-height: 2rem;
  }
  .procress_view .list_view .row .item .index {
    width: 2rem;
    height: 2rem;
    background: #A0151A;
    border-radius: 1rem;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-top: 1.25rem;
  }
  .procress_view .list_view .row .item .text_box {
    text-align: center;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #111111;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    height: 3rem;
    overflow: hidden;
  }
  .procress_view .list_view .row .bar {
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #A0151A;
    position: relative;
    top: -0.4375rem;
  }
  .procress_view .list_view .row:nth-of-type(2) {
    top: initial;
    bottom: -4.75rem;
    flex-direction: row-reverse;
    padding-right: calc(10% + 4rem);
    padding-left: 5rem;
  }
  .procress_view .list_view .row:nth-of-type(2) .bar {
    top: -0.4125rem;
  }
}
.system_view {
  padding-bottom: 0;
}
.system_view .pc_view .list_view {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.system_view .pc_view .list_view .left_view {
  width: 25vw;
  background-color: #dddddd;
  padding: 43px 0 43px 20px;
}
.system_view .pc_view .list_view .left_view .title1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0151A;
  line-height: 1;
}
.system_view .pc_view .list_view .left_view .title2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-top: 13px;
}
.system_view .pc_view .list_view .left_view ul {
  margin-top: 42px;
}
.system_view .pc_view .list_view .left_view ul li {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 56px;
  height: 56px;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px 0px 0px 10px;
}
.system_view .pc_view .list_view .left_view ul li .text {
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 100%;
}
.system_view .pc_view .list_view .left_view ul li.active {
  background-color: #fff;
}
.system_view .pc_view .list_view .right_view {
  width: calc(100% - 25vw);
  background-color: #f2f2f2;
  display: flex;
}
.system_view .pc_view .list_view .right_view .item {
  padding: 42px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.system_view .pc_view .list_view .right_view .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
}
.system_view .pc_view .list_view .right_view .img {
  font-size: 0;
  width: 100%;
  height: calc(100% - 14px * 1.4 * 2 - 10px);
  border-radius: 8px;
  overflow: hidden;
}
.system_view .pc_view .list_view .right_view .img img {
  width: 100%;
  height: 100%;
}
.system_view .mobile_view .list_view {
  background-color: #f2f2f2;
  padding: 1.25rem 0 3.625rem;
}
.system_view .mobile_view .list_view .titles .title1 {
  font-size: 1.875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #A0151A;
  line-height: 1;
  text-align: center;
}
.system_view .mobile_view .list_view .titles .title2 {
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-top: 1.25rem;
  text-align: center;
}
.system_view .mobile_view .list_view .swiper {
  margin-top: 1.375rem;
}
.system_view .mobile_view .list_view .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system_view .mobile_view .list_view .swiper .swiper-slide .img {
  width: 87.2vw;
  height: 40vw;
  font-size: 0;
  border-radius: 0.625rem;
  overflow: hidden;
}
.system_view .mobile_view .list_view .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system_view .mobile_view .list_view .swiper .swiper-slide .text_box {
  margin-top: 4.5625rem;
}
.system_view .mobile_view .list_view .swiper .swiper-slide .text_box .text1 {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #111111;
  line-height: 1;
  text-align: center;
  width: 87.2vw;
}
.system_view .mobile_view .list_view .swiper .swiper-slide .text_box .text2 {
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  margin-top: 1.25rem;
  text-align: center;
  width: 87.2vw;
}
.system_view .mobile_view .list_view .swiper-button-next {
  right: calc(100% - 87.2vw - 0.625rem);
  top: 40%;
}
.system_view .mobile_view .list_view .swiper-button-prev {
  left: calc(100% - 87.2vw - 0.625rem);
  top: 40%;
}
.system_view .mobile_view .list_view .common_swiper_pagination {
  bottom: initial;
  top: calc(40vw + 1.2rem);
}
.join_example_view .list {
  display: flex;
  flex-wrap: wrap;
}
.join_example_view .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  width: 17.8vw;
  margin-right: calc((100% - 1px - 17.8vw * 4) / 3);
  margin-top: 40px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.join_example_view .list .item .img {
  width: 100%;
  height: 10.4167vw;
  font-size: 0;
}
.join_example_view .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join_example_view .list .item .address {
  display: flex;
  align-items: center;
  width: 90%;
  height: 64px;
  border-bottom: 1px solid #fff;
}
.join_example_view .list .item .address img {
  height: 21px;
}
.join_example_view .list .item .address span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #A0151A;
  line-height: 1.2;
  margin-left: 10px;
}
.join_example_view .list .item ul.opt {
  width: 90%;
}
.join_example_view .list .item ul.opt li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  height: 48px;
}
.join_example_view .list .item .message {
  width: 90%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 20px 0;
  height: calc(24px * 3);
  box-sizing: content-box;
  text-align: justify;
}
@media (min-width: 1280px) {
  .join_example_view .list .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .join_example_view .list .item:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .join_example_view .list .item {
    width: calc((100% - 0.0625px - 1.25rem) / 2);
    margin-right: 1.25rem;
    margin-top: 1.25rem;
    border-radius: 0.625rem;
  }
  .join_example_view .list .item .img {
    height: 12.5rem;
  }
  .join_example_view .list .item .address {
    height: 5.375rem;
  }
  .join_example_view .list .item .address img {
    height: 1.75rem;
  }
  .join_example_view .list .item .address span {
    font-size: 1.875rem;
  }
  .join_example_view .list .item ul.opt li {
    height: 3.875rem;
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
  }
  .join_example_view .list .item .message {
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    line-height: 1.875rem;
    padding: 1.25rem 0;
    height: calc(1.875rem * 4);
  }
  .join_example_view .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .join_example_view .list .item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
</pre></body></html>