@font-face {
  font-family: Alibaba-PuHuiTi;
  src: url("../2022-2/font/Alibaba-PuHuiTi-Bold.ttf");
}

@font-face {
  font-family: PingFang-SC;
  src: url("../2022-2/font/PingFangRegular02.ttf");
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.ttf?t=1659085386349") format("truetype");
}

.center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* 2022-fr start*/

body a {
  text-decoration: none !important;
}

body {
  font-size: 19px;
}

@media (max-width: 750px) {
  body {
    font-size: 7.3px;
  }
}

a:focus,
a:hover {
  text-decoration: none !important;
}

/* 箭头动效 */

.demo_button:hover .button_progress {
  /* display: block !important; */
  visibility: visible !important;
  position: relative !important;
}

.product_button:hover .button_progress {
  visibility: visible !important;
  position: relative !important;
  top: -0.1rem;
}

.button_progress {
  display: block;
  position: absolute;
  top: 0.7rem;
  right: 1.2rem;
  width: 1.8rem !important;
  height: 1.1rem !important;
  visibility: hidden;
}

@-webkit-keyframes indedx_design_arrow-move {
  0% {
    left: 0%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes indedx_design_arrow-move {
  0% {
    left: 0%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes indedx_design_arrow-move {
  0% {
    left: 0%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.button_progress .arrow {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50% 50%;
}

.button_progress .arrow > em {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  border-left: 0.1rem solid #0069ea;
  border-top: 0.1rem solid #0069ea;
  -webkit-transform: rotate(-225deg) !important;
  transform: rotate(-225deg) !important;
}

.product_button .button_progress .arrow > em {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  border-left: 0.1rem solid #ffffff;
  border-top: 0.1rem solid #ffffff;
  -webkit-transform: rotate(-225deg) !important;
  transform: rotate(-225deg) !important;
}

.button_progress .arrow03 {
  animation: indedx_design_arrow-move 1.2s ease-in-out 0.6s infinite;
}

.button_progress .arrow04 {
  animation: indedx_design_arrow-move 1.2s ease-in-out 1.2s infinite;
}

/* 箭头动效 */

/* 瀵艰埅棣栭〉鑳屾櫙 */

.mobile_index {
  display: none;
}

.index_backgroud {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.index_backgroud .swiper {
  position: relative;
  border-radius: 4px;
  bottom: 7.6842rem;
}
@media (max-width: 1024px) {
  .index_backgroud .swiper {
    position: relative;
    bottom: 3.1rem;
  }
}

.index_backgroud_desc {
  height: 50rem;
  width: 100%;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  text-align: center;
}

.index_backgroud_desc .backgroud_text {
  position: relative;
  top: 9rem;
}

.index_backgroud_desc .backgroud_text img {
  width: 66rem;
}

.backimage01 {
  height: 52.68rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/min-image.jpg");
}

.index_backgroud_desc .backimage02 {
  height: 54rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/shunfeng-min.jpg");
}

.index_backgroud_desc .backimage03 {
  height: 54rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/shuzhidahui-min.jpg");
}

.index_backgroud_desc .backimage04 {
  height: 54rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/mengniu-min.jpg");
}

.index_backgroud_desc h1 {
  font-size: 5rem;
  letter-spacing: 4px;
  color: #333333;
}

.index_backgroud_desc h3 {
  font-size: 1.8rem;
  color: #333333;
}

.index_backgroud_desc p {
  margin-top: 1.2rem;
  font-size: 0.8rem;
  color: #767679;
}

.index_backgroud .index_backgroud_swiper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 27.3684rem;
  background: rgba(63, 111, 177, 0.15);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  border: 0.053rem solid rgba(255, 255, 255, 0.3);
}

.index_backgroud .index_backgroud_swiper .index_backgroud_tittle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5789rem;
  height: 2.1053rem;
  margin: 0.1053rem;
  border-radius: 4px;
  cursor: pointer;
  /* opacity: 0.5; */
}

.index_backgroud_tittle:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.index_backgroud_swiper .active {
  background-color: #ffffff;
}

.index_backgroud_swiper .active span {
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600 !important;
  color: #0069ea !important;
}

.index_backgroud .index_backgroud_swiper span {
  text-align: center;
  font-size: 0.8421rem;
  font-family: "PingFang-SC";
  font-weight: 600;
  color: #011730;
  cursor: pointer;
}

/* BI+浣庝唬鐮佸睍绀� */

.index_bi_lowcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5.3rem;
  background: #f5f9ff;
}

.index_bi_lowcode h1 {
  width: 36.8rem;
  margin: 4.2rem 0 2.1rem 0;
  font-size: 2.5rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #2f364c;
  text-align: center;
  line-height: 3.4rem;
}

.index_bi_lowcode .bi_lowcode {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
}

.index_bi_lowcode .bi_lowcode .bi_lowcode_item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 32rem;
  width: 22rem;
  margin-right: 2px;
  background-color: #ffffff;
  background-size: cover;
}

.bi_lowcode_item .hidden_img {
  display: none;
  position: relative;
  height: 12.4rem;
  width: 17.4rem;
  top: 0.3rem;
}

.index_bi_lowcode .bi_lowcode .active {
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/index01.png");
}

.index_bi_lowcode .bi_lowcode .active06 {
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/index01.png");
}

.bi_lowcode_item .bi_lowcode_item_button {
  display: flex;
  flex-direction: row;
}

.index_bi_lowcode .bi_lowcode .activeimg {
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/index01.png");
}

.index_bi_lowcode .bi_lowcode .bi_lowcode_item:hover {
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/index01.png");
}

.index_bi_lowcode .bi_lowcode .bi_lowcode_item:hover .display_img {
  display: none;
}

.index_bi_lowcode .bi_lowcode .current01 {
  display: none;
}

.index_bi_lowcode .bi_lowcode .bi_lowcode_item:hover .hidden_img {
  display: block !important;
}

.index_bi_lowcode .bi_lowcode .current02 {
  display: block !important;
}

.bi_lowcode_item p {
  font-size: 0.8421rem;
  margin-top: -2.1053rem;
  text-align: center;
  /*font-family: "PingFang-SC";*/
}

.bi_lowcode_item h2 {
  font-size: 1.5789rem;
  font-family: "Alibaba-PuHuiTi";
}

.bi_lowcode_item h6 {
  height: 1.8947rem;
  font-size: 0.9474rem;
  width: 16.5632rem;
  font-family: "Alibaba-PuHuiTi";
}

@media (max-width: 1024px) {
  .bi_lowcode_item h6 {
    height: 0;
    font-size: 0.9474rem;
    width: 17.5632rem;
    font-weight: 600;
    line-height: 2rem;
    font-family: "Alibaba-PuHuiTi";
  }
}

.bi_lowcode_item h6 span {
  font-size: 24px;
  color: #f5f9ff;
}

.bi_lowcode .demo {
  background: #ffffff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.bi_lowcode_item .bi_lowcode_item_button .active {
  background: #ffffff !important;
}

.bi_lowcode_item_button span {
  width: 8.4211rem;
  height: 2.5263rem;
  line-height: 2.5rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .bi_lowcode_item_button span {
    line-height: 2.3rem;
  }
  .jdy-h2 {
    margin-bottom: -0.9rem;
  }
  .icon-baojiaquotation2 {
    display: none;
  }
}

.bi_lowcode_item .bi_lowcode_item_button .demo_button {
  display: flex;
  flex-direction: row;
  justify-items: center;
  width: 8.4211rem;
  height: 2.5263rem;
  margin: 0.3158rem;
  background-color: #ffffff;
  border-radius: 0.3158rem;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 4px 14px 0px rgb(204 213 222 / 50%);
}

.bi_lowcode_item .bi_lowcode_item_button .product_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  width: 8.4211rem;
  height: 2.5263rem;
  margin: 0.3158rem;
  background-color: #0069ea;
  border-radius: 0.3158rem;
  cursor: pointer;
}

.bi_lowcode_item .bi_lowcode_item_button .product_button01 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  width: 8.4211rem;
  height: 2.5263rem;
  margin: 0.3158rem;
  background-color: #ffffff;
  border-radius: 0.3158rem;
  cursor: pointer;
}

.bi_lowcode_item_button span a {
  font-size: 0.9474rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  .bi_lowcode_item_button span a {
    font-size: 12px;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    text-align: center;
  }
}

.bi_lowcode_item_button .product_button span a {
  color: #ffffff;
}

.bi_lowcode_item_button .demo_button span a {
  color: #0069ea;
}

.bi_lowcode .bi_lowcode_item .bi_lowcode_item_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 13.2105rem;
  width: 18.3684rem;
  border-radius: 0.2105rem;
}

.bi_lowcode_item_img img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 12.4rem;
  /*height: 13.2105rem;*/
  width: 17.4rem;
  top: 0.3rem;
  /*width: 18.3684rem;*/
}

.index_bi_lowcode .lowcode_platform {
  height: 34.1053rem;
  width: 1748px;
  background-color: #3cefff;
}

/* 鏁板瓧鍖栬浆鍨嬫柟妗� */

.index_digital_solution {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  height: 25.3158rem;
  width: 100%;
  background-color: #ffffff;
}

.index_digital_solution h1 {
  font-size: 2.5263rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #2f364c;
  line-height: 3.4211rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .index_digital_solution h1 {
    margin: -3.5rem 0 -1.5rem 0;
  }
}

.index_digital_solution .digital_solution_case {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  height: 1.7368rem;
  width: 100%;
}

.index_digital_solution .digital_solution_case .solution_img_box {
  height: 16.8421rem;
  width: 21.3158rem;
  margin-right: 1.5263rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.index_digital_solution .digital_solution_case img {
  width: 100%;
  height: 100%;
}

.digital_solution_case .solution_item {
  height: 16.8421rem;
  width: 21.3158rem;
  margin: 0.6316rem;
}
@media (max-width: 1024px) {
  .digital_solution_case .solution_item {
    margin: 0.2rem;
  }
  .digital_solution_case .solution_ite {
    width: 22rem;
  }
}

.digital_solution_case .solution_item h4 {
  position: relative;
  font-size: 1.684rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #ffffff;
  line-height: 2.5rem;
  top: 15.7rem;
  left: 2.105rem;
}

.digital_solution_case .solution_item .active {
  filter: blur(4px);
}

.digital_solution_case .solution_text {
  display: none;
  position: relative;
  flex-direction: column;
  padding: 20px;
  margin-top: -72%;
  margin-left: 5%;
}
@media (max-width: 1024px) {
  .digital_solution_case .solution_text {
    margin-left: 0;
  }
}

.digital_solution_case .solution_text img {
  height: 12px;
  width: 12px;
}

.digital_solution_case .solution_text span {
  margin-bottom: 5%;
}

.digital_solution_case .solution_text a {
  font-family: "PingFang-SC";
  color: #ffffff;
}

.digital_solution_case .solution_text span:nth-child(1) {
  position: relative;
  font-size: 1.5789rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #ffffff;
  line-height: 2.2105rem;
}

.digital_solution_case .solution_text span:nth-child(2) {
  font-size: 0.8421rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2632rem;
  letter-spacing: 0.0526rem;
}

.digital_solution_case .solution_text span:nth-child(3) {
  font-size: 1.0526rem;
  font-family: "PingFang-SC";
  font-weight: 500;
  color: #ffffff;
  line-height: 8.4737rem;
}

.digital_solution_case .solution_text span:nth-child(3) a {
  font-size: 1.4rem;
  font-family: "PingFang-SC";
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}

/* 瀹㈡埛淇¤禆涔嬮€� */

.index_customer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 43.2632rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/customer01-min.png");
}

.index_customer h1 {
  margin: -2.1053rem 0 2.1053rem 0;
  /*width: 26.3158rem;*/
  /*height: 3.4211rem;*/
  font-size: 2.5263rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #ffffff;
  line-height: 3.4211rem;
}

.index_customer .index_customer_type {
  display: flex;
  flex-direction: row;
  height: 26.6842rem;
  width: 63.1579rem;
}

.index_customer_type .customer_menu {
  display: flex;
  flex-direction: column;
  height: 26.6842rem;
  width: 11.5789rem;
  margin-right: 0.5263rem;
  border-radius: 0.2105rem;
  backdrop-filter: blur(50px);
}

.index_customer_type .customer_menu {
  color: #ffffff;
}

.index_customer_type .customer_menu ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline-start: 0px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.index_customer_type .customer_menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2.947rem;
  width: 11.5789rem;
  height: 3.3158rem;
  font-size: 0.9474rem;
  font-family: "PingFang-SC";
  font-weight: 600;
  list-style: none;
  color: #ebf0f8;
  cursor: pointer;
}

.index_customer_type .customer_menu ul a {
  display: flex;
  flex-direction: row;
  width: 11.5789rem;
  height: 3.3158rem;
  margin-top: 0.5263rem;
  font-size: 0.9474rem;
  font-family: "PingFang-SC";
  font-weight: 600;
  list-style: none;
  border-radius: 0.2105rem;
  color: #ebf0f8;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .index_customer_type .customer_menu ul a {
    font-size: 1.5474rem;
  }
}

.index_customer_type .customer_menu ul li:hover {
  background-color: rgba(200, 222, 255, 0.4);
}

.index_customer_type .customer_menu ul .current {
  color: #ffffff;
  background-color: rgba(200, 222, 255, 0.4);
  opacity: none;
}

.index_customer_type .customer_introduction {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 26.6842rem;
  width: 51.0526rem;
  border-radius: 4px;
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.customer_introduction .customer_introduction_detial {
  display: none;
  margin-top: 5.4rem;
  padding-left: 4.211rem;
  height: 21.0526rem;
  width: 100%;
}

.customer_introduction .active {
  display: block;
}

.customer_introduction h1 {
  width: 26.3158rem;
  font-size: 1.8947rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0.7368rem;
}

.customer_introduction .customer_product {
  display: flex;
  position: relative;
  left: -0.211rem;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  width: 26.3158rem;
  height: 2.1053rem;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .customer_introduction .customer_product {
    width: 50.3158rem;
  }
}

.customer_product .customer_product_item {
  display: flex;
  flex: row;
  justify-content: center;
  align-items: center;
  width: 7.7895rem;
  height: 1.6842rem;
  margin-right: 0.7368rem;
  background: #4f6a9d;
  border-radius: 0.8421rem;
  opacity: 0.4;
}

.customer_product .customer_product_item span {
  font-size: 0.7368rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  line-height: 1.6842rem;
  color: #ffffff;
}

.customer_introduction p {
  width: 42.6316rem;
  height: 5.0526rem;
  font-size: 0.9474rem;
  font-family: "PingFang-SC";
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2.6316rem;
}

.customer_introduction .customer_company {
  display: flex;
  flex-direction: row;
  justify-items: center;
  height: 2.5263rem;
  width: 26.3158rem;
}

.customer_company .img_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 2.5263rem;
  width: 6.3158rem;
  margin-left: 0.2105rem;
  border-radius: 0.2105rem;
  background: rgba(255, 255, 255, 0.1);
}

.customer_company .img_box img {
  width: 3.6849rem;
}

.customer_company .img_box span {
  font-size: 0.7438rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #ffffff;
}

/* 琛屼笟棰嗗啗 */

.index_industry_leader {
  display: flex;
  flex-direction: column;
  align-items: center;

  height: 52.8rem;
  width: 100%;
  background: #f5f9ff;
  opacity: 0.9;
}

.index_industry_leader h1 {
  margin-top: 3.8rem;
  font-size: 2.5753rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #2f364c;
  line-height: 3.4rem;
}

.index_industry_leader h3 {
  margin-bottom: 2.1rem;
  font-size: 0.9474rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #333333;
}

.index_industry_leader h2 {
  height: 2.6316rem;
  margin: 2.7671rem 0 0.8219rem 0;
  font-size: 1.8947rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #2f364c;
  line-height: 2.6316rem;
  text-align: center;
}

.index_industry_leader h4 {
  position: relative;
  width: 22.105rem;
  top: 2rem;
  margin-bottom: 4rem;
  font-size: 1.2632rem;
  font-family: "PingFang-SC";
  font-weight: 500;
  line-height: 3.6rem;
  cursor: pointer;
  text-align: center;
}

.index_industry_leader h4 a {
  color: #0069ea !important;
  font-family: "Alibaba-PuHuiTi";
  font-weight: 500;
}
.index_industry_leader h4:hover {
  border-radius: 0.421rem;
  background-color: rgba(0, 105, 234, 0.2);
}

.index_industry_leader h4:focus {
  border-radius: 0.421rem;
  background-color: rgba(0, 105, 234, 1);
}

.index_industry_leader h4:focus a {
  color: #ffffff !important;
}

.index_industry_leader h4 a span {
  position: relative;
  top: 0.105rem;
  font-size: 1.7895rem;
}

.index_industry_leader p {
  height: 1.0526rem;
  font-size: 0.6316rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #333333;
  line-height: 0.7368rem;
  text-align: center;
}

.industry_leader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30.8947rem;
  width: 100%;
}

.industry_leader_item {
  display: flex;
  flex-direction: column;
  height: 32.2105rem;
  width: 30.5263rem;
  margin-left: 1.0526rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.industry_leader .item_img01 {
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/leader01-min.png");
}

.industry_leader .item_img02 {
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/leader04.jpg");
}

.industry_leader .item_img03 {
  background-size: cover;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/leader031-min.png");
}

/* 甯嗚蒋锛岃鏁版嵁鎴愪负鐢熶骇鍔涳紒 */

.index_fr_publicity {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 62.6316rem;
  width: 100%;
  background-color: #ffffff;
}

.index_fr_publicity h1 {
  margin-top: 1.3288rem;
  font-size: 2.5753rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #2f364c;
  line-height: 8.9041rem;
}

.index_fr_publicity .fr_publicity {
  display: flex;
  flex-direction: row;
  height: 26.5789rem;
}

.index_fr_publicity .fr_activity {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 24.4737rem;
  width: 43.6842rem;
  margin: 0.5263rem;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
}

.fr_activity .activity_link {
  width: 86%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.9474rem;
  margin-bottom: 0.4211rem;
}

.fr_activity .activity_link h4 {
  font-size: 1.5789rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #2f364c;
  line-height: 2.2105rem;
}

.fr_activity .activity_link .more_info a {
  font-size: 0.7368rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #0069ea;
  line-height: 1.0526rem;
}

.fr_activity .activity_link i {
  font-size: 0.4737rem;
  color: #0069ea;
}

.fr_activity ul {
  height: 4.7368rem;
  width: 86%;
  padding-inline-start: 0px;
}

.fr_activity ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.6316rem;
  list-style: none;
}

.fr_activity ul li span a {
  height: 1.1579rem;
  font-size: 0.8421rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #333333;
  line-height: 1.1579rem;
}

.fr_activity ul li span a:hover {
  color: #0069ea;
}

.fr_activity ul li span:nth-of-type(2) {
  font-size: 0.7368rem;
  color: #666666;
  line-height: 1.0526rem;
}

.fr_activity .activity_news {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 8.4211rem;
  width: 37.1053rem;
  background: #f5f9ff;
  border-radius: 0.2105rem;
}

.activity_news_desc {
  height: 6.9474rem;
  width: 16.8421rem;
}

.activity_news .activity_news_desc h5 {
  font-size: 1.0526rem;
  /* font-family: "Alibaba-PuHuiTi"; */
  font-weight: 600;
  color: #333333;
  line-height: 1.4211rem;
}

.activity_news .activity_news_desc p {
  font-size: 0.7368rem;
  /* font-family: "PingFang-SC"; */
  font-weight: 400;
  color: #666666;
  line-height: 1.1579rem;
}

.fr_activity .activity_news img {
  width: 11.5789rem;
  height: 6.7368rem;
  margin: 0.8421rem 2.1053rem 0.8421rem 0.8421rem;
}

.index_fr_publicity .fr_brand {
  height: 24.4737rem;
  width: 43.6842rem;
  margin: 0.5263rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
}

.fr_brand h3 {
  font-size: 1.5789rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  font-weight: bold;
  color: #2f364c;
  line-height: 2.2105rem;
  margin: 2.1053rem 0 0 4.1053rem;
}

.fr_brand ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2.8421rem 0 0 4.2105rem;
}

.fr_brand ul li {
  height: 5.7895rem;
  width: 8.7368rem;
  margin: 0 3.7368rem 3.7368rem 0;
  list-style: none;
}

.fr_brand ul li span {
  font-size: 1.8947rem;
  font-family: "Helvetica-Bold, Helvetica";
  font-weight: bold;
  color: #333333;
  line-height: 2.2632rem;
}

.fr_brand ul li span:nth-child(2) {
  position: relative;
  left: 7px;
  font-size: 1.0526rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #333333;
  line-height: 1.4737rem;
}

.fr_brand ul li p {
  padding-top: 0.9474rem;
  font-size: 0.7368rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #666666;
  line-height: 1.1579rem;
}

.index_fr_publicity .fr_introduce {
  display: flex;
  flex-direction: row;
  height: 24.6316rem;
  width: 88.4211rem;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
}

.fr_introduce .fr_introduce_video video {
  display: none;
  height: 24.7rem;
  width: 44.3rem;
}

.fr_introduce .fr_introduce_video .active {
  display: block !important;
}

.fr_introduce .fr_introduce_options ul li i:hover {
  color: #0069ea !important;
}

.fr_introduce .fr_introduce_options ul li .fontcolor {
  color: #0069ea !important;
}

.fr_introduce .fr_introduce_options ul li span {
  position: relative;
  left: 0.4211rem;
  bottom: 0.1053rem;
}
@media (max-width: 1024px) {
  .fr_introduce .fr_introduce_options ul li span {
    bottom: -0.2rem;
  }
}

.fr_introduce .fr_introduce_video {
  height: 24.6316rem;
  width: 44.2105rem;
}

.fr_introduce .fr_introduce_options {
  height: 24.6316rem;
  width: 44.2105rem;
  list-style: none;
}

.fr_introduce_options ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  /* 澶栭儴鏍峰紡褰卞搷 */
  padding-inline-start: 0px;
}

.fr_introduce_options ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 14.7368rem;
  height: 8.2105rem;
  list-style: none;
  cursor: pointer;
}

.fr_introduce_options ul div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 14.7368rem;
  height: 8.2105rem;
  list-style: none;
  cursor: pointer;
}

.fr_introduce_options ul .active {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/video01-min.png");
}

.fr_introduce_options ul li a:hover {
  color: #0069ea;
  cursor: pointer;
}

.fr_introduce_options ul a {
  width: 100%;
  height: 1.5789rem;
  font-size: 1.1579rem;
  /* 杩欓噷娌℃湁瀹夎瀛楀簱,鎵€浠ヤ笉浼氱敓鏁� */
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #333333;
  line-height: 1.5789rem;
  text-align: center;
}

/* 濂栭」璁ゅ彲 */

.index_fr_prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 31rem;
  width: 100%;
}

.index_fr_prize h2 {
  width: 100%;
  margin-top: 5.2632rem;
  text-align: center;
  font-size: 2.5263rem;
  font-family: "Alibaba-PuHuiTi";
  font-weight: normal;
  color: #2f364c;
  line-height: 3.4211rem;
}

.index_fr_prize ul {
  display: flex;
  justify-content: center;
  height: 11.5789rem;
  width: 100%;
  margin-top: 1.5789rem;
  padding-inline-start: 0px;
}

.index_fr_prize ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15.5263rem;
  width: 10.5263rem;
  margin: 0 4.2105rem 0 4.2105rem;
  list-style: none;
}

.index_fr_prize ul li img {
  height: 8rem;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 1.8947rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.index_fr_prize li p {
  height: 2.6316rem;
  width: 10.7368rem;
  font-size: 0.9474rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #333333;
  line-height: 1.3158rem;
  text-align: center;
}

/*2022-fr end*/

/*2022-fr 750 start*/

@media (max-width: 750px) {
  .selector::-webkit-scrollbar {
    display: none;
  }
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .pc_index {
    display: none !important;
  }
  .mobile_index {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .mobile_index h1 {
    width: 100%;
    font-size: 5.1429rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #2f364c;
    line-height: 7.1429rem;
    text-align: center;
  }
  .mobile_index .mobile_backgroud {
    height: 77.1429rem;
    padding-top: 6.5714rem;
    width: 100%;
  }
  .mobile_index .mobile_backgroud .backgroud_image {
    height: 74.2857rem;
    width: 107.1429rem;
    background: url("https://src.fanruan.com/website/2022-finereport/img/index/mindex01.png")
      no-repeat;
    background-size: contain;
  }
  .mobile_index .index_bi_lowcode {
    height: 150rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mobile_index .index_bi_lowcode .bi_lowcode {
    height: 36%;
    box-shadow: none;
  }

  .mobile_index .index_bi_lowcode .bi_lowcode_item_box {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    padding-left: 4.8rem;
  }

  .mobile_index .index_bi_lowcode .bi_lowcode_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 54rem;
    width: 36.3rem;
    padding: 0 20px 0 20px;
    margin-right: 2.4rem;
    border-radius: 2px;
    background-size: cover;
    box-shadow: 0px 2px 6px 0px rgba(195, 207, 220, 0.5);
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/index01-min.png");
  }
  .index_bi_lowcode .bi_lowcode_item h2 {
    font-family: "Alibaba-PuHuiTi";
    font-size: 3.7rem;
    font-weight: normal;
    color: #05172e;
    line-height: 5.6rem;
  }
  .index_bi_lowcode .bi_lowcode_item .product_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 20.8rem;
    height: 6.4rem;
    margin-bottom: 5.3rem;
    background: #0067f3;
    box-shadow: 0px 4px 8px 0px rgba(113, 148, 238, 0.6);
    border-radius: 4px;
    border: 1px solid rgba(216, 219, 223, 0.51);
  }
  .bi_lowcode_item .product_button span a {
    font-size: 2.7rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #ffffff;
    line-height: 3.6rem;
  }
  .index_bi_lowcode .bi_lowcode_item .bi_lowcode_item_img {
    width: 32rem;
    height: 22.9rem;
  }
  .bi_lowcode_item img {
    height: 100%;
    width: 100%;
    filter: none;
  }
  .index_bi_lowcode .bi_lowcode_item p {
    width: 28.4286rem;
    height: 8.7143rem;
    margin: -1rem 0 3.2rem 0 !important;
    font-size: 3.1429rem;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #434b64;
    line-height: 4.5714rem;
    text-align: center;
  }
  .bi_lowcode .swiper-slide {
    display: flex;
  }
  .mobile_index .index_bi_lowcode .gray {
    background: #ffffff !important;
  }
  .mobile_index .mobile_digital_solution {
    height: 197.1429rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: red;
  }
  .mobile_index .index_digital_solution .digital_solution_case {
    height: 199.7143rem !important;
  }
  .index_digital_solution .digital_solution_case .solution_item img {
    height: 38.1429rem;
    width: 47.1429rem;
    margin-top: -7.1429rem;
  }
  .index_digital_solution .digital_solution_case .solution_item {
    height: 38.1429rem;
    width: 47.1429rem;
    margin-right: 2.8571rem;
  }
  .index_digital_solution .digital_solution_case .solution_item h4 {
    position: relative;
    font-size: 4.2857rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #ffffff;
    line-height: 6rem;
    top: 28.5714rem;
    left: 5.7143rem;
  }
  .mobile_index .mobile_solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 183rem;
    margin-bottom: 8rem;
  }
  .mobile_solution .mobile_solution_case {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 97.1429rem;
    height: 94%;
  }
  .mobile_solution .mobile_solution_case .img01 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E5%9C%B0%E4%BA%A7-nor-min.png");
    background-size: cover;
  }
  .mobile_solution .mobile_solution_case .img02 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E9%87%91%E8%9E%8D-nor-min.png");
    background-size: cover;
  }
  .mobile_solution .mobile_solution_case .img03 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E4%BA%A4%E9%80%9A-nor-min.png");
    background-size: cover;
  }
  .mobile_solution .mobile_solution_case .img04 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E9%93%B6%E8%A1%8C-nor-min.png");
    background-size: cover;
  }
  .mobile_solution .mobile_solution_case .img05 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E5%8C%BB%E8%8D%AF-nor-min.png");
    background-size: cover;
  }
  .mobile_solution .mobile_solution_case .img06 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E9%9B%B6%E5%94%AE-nor-min.png");
    background-size: cover;
  }
  .mobile_solution .mobile_solution_case .img07 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E7%94%B5%E5%8A%9B-nor-min.png");
    background-size: cover;
  }
  .mobile_solution .mobile_solution_case .img08 {
    background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/2023-index/%E6%99%BA%E6%85%A7%E5%88%B6%E9%80%A0-nor-min.png");
    background-size: cover;
  }
  .mobile_index .mobile_solution .mobile_solution_item {
    border-radius: 2px;
    height: 39.1429rem;
    width: 45.7143rem;
  }
  .mobile_index .mobile_solution span a {
    position: relative;
    top: 30.2rem;
    left: 4.3rem;
    font-size: 4.2857rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #ffffff;
    line-height: 6rem;
  }
  .mobile_index .mobile_solution span i {
    font-size: 2.7397rem;
  }
  .mobile_solution .mobile_solution_case .mobile_solution_item {
    margin: 0 1.2rem 2.4rem 1.2rem;
  }
  .mobile_index .mobile_index_customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background: url("https://src.fanruan.com/website/2022-finereport/img/mindex/mindex02.png");
  }
  .mobile_index .mobile_index_customer ul span a {
    margin-left: 3.1429rem;
    font-size: 4rem;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #ffffff;
    line-height: 5.7143rem;
    cursor: pointer;
  }
  .mobile_index .mobile_index_customer .xianshi {
    display: block !important;
  }
  .mobile_index .mobile_index_customer h1 {
    width: 100%;
    height: 7.1429rem;
    margin: 5.3rem 0 5.3rem 0;
    font-size: 5.1429rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #ffffff;
    line-height: 7.1429rem;
    text-align: center;
  }
  .mobile_index_customer ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    width: 102.2857rem;
    margin-bottom: 4rem;
    overflow: scroll;
    white-space: nowrap;
    padding-inline-start: 0rem;
  }
  .mobile_index_customer ul li {
    width: 23rem;
    height: 7rem;
    margin-left: 2.5714rem;
    font-size: 3.7rem;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 5.7143rem;
    cursor: pointer;
  }
  .mobile_index_customer ul .active {
    font-size: 4rem;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: -2px;
  }
  .mobile_index_customer .customer_detial {
    display: none;
    height: 83.7143rem;
    width: 87.4286rem;
    margin-bottom: 2.7rem;
    padding: 0.4286rem 0 0 7.5714rem;
    border-radius: 3px;
    background: url("https://src.fanruan.com/website/2022-finereport/img/mobile/mobile7.png");
    background-size: cover;
  }
  /* .mobile_index_customer .customer_detial {
        display: none;
        position: relative;
        top: 8.1429rem;
        padding-top: 1.4286rem;
        padding-left: 3.5714rem;
        height: 83.7143rem;
        width: 87.4286rem;
        border-radius: 3px;
        backdrop-filter: blur(86px);
        border: 1px solid rgba(255, 255, 255, 0.5);
    } */
  .mobile_index_customer .customer_detial .customer_img_box {
    width: 19.4286rem;
    height: 10.2857rem;
    border-radius: 0.7143rem;
    background: #ffffff;
  }
  .mobile_index_customer .customer_detial h1 {
    margin-bottom: 7.8571rem;
    font-size: 5.3rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #ffffff;
    line-height: 7.8571rem;
    text-align: start;
    text-shadow: 0px 2px 3px rgba(19, 33, 104, 0.15);
  }
  .mobile_index_customer .customer_detial p {
    height: 40rem;
    width: 72rem;
    font-size: 3.5rem;
    font-family: "PingFang-SC";
    font-weight: 500;
    color: #ffffff;
  }
  .mobile_index_customer .customer_detial .customer_company {
    display: flex;
    flex-direction: row;
    position: relative;
    left: -2.4658rem;
  }
  .customer_detial .customer_company img {
    height: 3.5rem;
    border-radius: 0.7143rem;
  }
  .mobile_customer_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 8.5263rem;
    width: 17rem;
    margin-left: 1.2105rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
  }
  .mobile_customer_logo span {
    font-size: 2.2857rem;
    font-family: "PingFang-SC";
    font-weight: 500;
    color: #ffffff;
  }
  .mobile_index .moblie_industry_leader {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f9ff;
    height: 103rem;
    width: 100%;
  }
  .mobile_index .moblie_industry_leader .swiper_box {
    height: 100rem;
    width: 100%;
  }
  .mobile_index .moblie_industry_leader h1 {
    margin: 8rem 0 4rem 0;
    width: 41.1429rem;
  }
  .moblie_industry_leader .industry_leader_item {
    text-align: center;
  }
  .mobile_index .moblie_industry_leader h2 {
    font-size: 5.1429rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #2f364c;
    line-height: 7.1429rem;
  }
  .mobile_index .moblie_industry_leader p {
    font-size: 2.8571rem;
    line-height: 3.7143rem;
  }
  .moblie_industry_leader .industry_leader {
    width: 100%;
    height: 80rem;
  }
  .moblie_industry_leader .industry_leader .swiper-wrapper {
    width: 100%;
    height: 80rem;
  }
  .moblie_industry_leader .industry_leader .industry_leader_item {
    height: 68.5714rem !important;
    width: 68.5714rem !important;
  }
  .moblie_industry_leader .industry_leader .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .moblie_industry_leader .industry_leader .swiper-slide .industry_leader_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .mobile_fr_publicity {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .mobile_fr_publicity h1 {
    margin: 11.4286rem 0 4.2857rem 0;
  }
  .mobile_fr_publicity h4 {
    position: relative;
    left: 4.5714rem;
    font-size: 4.5714rem;
    margin-top: 2.7397rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #2f364c;
  }
  .mobile_activity .activity_news_desc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 28rem;
    width: 90rem;
    position: relative;
    left: 4.5714rem;
    background: #f5f9ff;
    border-radius: 0.8571rem;
  }
  .mobile_fr_publicity .mobile_activity {
    width: 97.1429rem;
    height: 68.5714rem;
    margin-bottom: 5.7143rem;
    background: #ffffff;
    box-shadow: 0rem 0.5714rem 2rem 0rem rgba(204, 213, 222, 0.5);
  }
  .mobile_activity span {
    position: relative;
    left: 4.5714rem;
    font-size: 3.0286rem;
    font-weight: 400;
    color: #333333;
    line-height: 6.5714rem;
  }
  .mobile_fr_publicity .mobile_activity h5 {
    font-size: 4.2857rem;
    font-weight: normal;
    font-weight: 600;
    color: #333333;
    line-height: 6rem;
  }
  .mobile_fr_publicity .mobile_activity p {
    width: 53.5714rem;
    font-size: 3.4286rem;
    font-weight: 400;
    color: #666666;
    line-height: 4.5714rem;
    letter-spacing: 0.1429rem;
  }
  .mobile_fr_publicity .mobile_activity img {
    margin-right: 3.1429rem;
    height: 20rem;
    width: 29.2857rem;
    border-radius: 0.5714rem;
  }
  .mobile_fr_publicity .mobile_brand {
    width: 97.1429rem;
    height: 68.5714rem;
    background: #ffffff;
    box-shadow: 0rem 0.5714rem 2rem 0rem rgba(204, 213, 222, 0.5);
  }
  .mobile_fr_publicity .mobile_brand ul {
    padding-inline-start: 20px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mobile_fr_publicity .mobile_brand ul li {
    height: 28.5714rem;
    width: 26.5rem;
    margin: 2rem;
    list-style: none;
  }
  .mobile_brand ul li span:nth-of-type(1) {
    font-size: 5.7143rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: bold;
    color: #333333;
    line-height: 6.8571rem;
  }
  .mobile_brand ul li span:nth-of-type(2) {
    font-size: 3.4286rem;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #333333;
    line-height: 4.7143rem;
  }
  .mobile_brand ul li p {
    font-size: 3.4286rem;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #434b64;
    line-height: 5.1429rem;
  }
  .mobile_fr_prize {
    margin-top: 7.1429rem;
    height: 86rem;
    width: 100.8571rem;
    background: #f5f9ff;
  }
  .mobile_fr_prize h2 {
    margin: 11.4286rem;
    text-align: center;
    font-size: 5.1429rem;
    font-family: "Alibaba-PuHuiTi";
    font-weight: normal;
    color: #2f364c;
    line-height: 7.1429rem;
  }
  .mobile_fr_prize .fr_prize_swiper {
    display: flex;
    flex-direction: row;
    padding-left: 10rem;
  }
  .mobile_fr_prize .fr_prize_swiper .fr_prize_item {
    width: 32rem !important;
    height: 55rem !important;
    padding-top: 3.4286rem;
    margin-right: 8.5714rem;
    list-style: none;
  }
  .mobile_fr_prize .fr_prize_item img {
    height: 25.7143rem;
    width: 25.7143rem;
    border-radius: 50%;
    box-shadow: 0px 2px 30px 0px rgb(215 226 238 / 60%);
  }
  .mobile_fr_prize .fr_prize_item p {
    width: 29rem;
    text-align: center;
    margin-top: 3.4286rem;
  }
  .fr_prize_box {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    padding-left: 10.7rem;
  }
  .fr_prize_box .fr_prize_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 12rem;
  }
}

/*2022-fr 750 end*/

/*2022-fr 1024 strat*/

@media (max-width: 1024px) {
  .index_backgroud .index_backgroud_swiper {
    height: 3.8rem;
    width: 35.3rem;
  }
  .index_backgroud .index_backgroud_swiper .index_backgroud_tittle {
    height: 3rem;
    width: 8.5rem;
  }
  .bi_lowcode_item h2 {
    font-size: 2rem;
  }
  .digital_solution_case .solution_text {
    width: 20rem;
    margin-top: -76%;
  }
  .digital_solution_case .solution_text span:nth-child(2) {
    margin-bottom: 0px;
  }
  .digital_solution_case .solution_text span:nth-child(3) {
    line-height: 7rem;
  }
  .index_customer {
    height: 60rem;
  }
  .index_customer h1 {
    height: 5.5rem;
  }
  .index_customer_type .customer_menu {
    height: 40rem;
    width: 17.6rem;
  }
  .index_customer_type .customer_introduction {
    height: 40.6rem;
    width: 77.6rem;
  }
  .index_customer .index_customer_type {
    height: 40rem;
    width: 81.2rem;
  }
  .pc_index .index_bi_lowcode .bi_lowcode .bi_lowcode_item {
    height: 36rem;
    width: 23rem;
  }
  .pc_index .bi_lowcode_item .bi_lowcode_item_button .product_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 3.5263rem;
  }
  .pc_index .bi_lowcode_item .bi_lowcode_item_button .demo_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 3.5263rem;
  }
  .pc_index .bi_lowcode_item .bi_lowcode_item_button .product_button01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 3.5263rem;
  }
  .pc_index .bi_lowcode .bi_lowcode_item .bi_lowcode_item_img {
    height: 15.2105rem;
    width: 21.3684rem;
  }
  .pc_index .bi_lowcode .bi_lowcode_item .bi_lowcode_item_img img {
    height: 15.2105rem;
    width: 21.3684rem;
  }
  .pc_index .bi_lowcode_item p {
    width: 15rem;
  }
  .index_digital_solution {
    height: 50rem;
  }
  .index_digital_solution .digital_solution_case {
    height: 32rem;
  }
  .digital_solution_case .solution_item {
    height: 17.8rem;
    width: 22.3158rem;
  }
  .index_digital_solution .digital_solution_case img {
    height: 18.8421rem;
    width: 23.3158rem;
  }
  .digital_solution_case .solution_item h4 {
    width: 12rem;
    font-size: 2rem;
  }
  .digital_solution_case .solution_text span:nth-child(2) {
    line-height: 1.8rem;
  }
  .index_customer_type .customer_menu ul {
    height: 40.6rem;
    width: 17.6rem;
  }
  .index_customer_type .customer_menu ul li {
    font-size: 1.5474rem;
    width: 17.5789rem;
    height: 5.5158rem;
  }
  .customer_introduction h1 {
    width: 100%;
    font-size: 3rem;
  }
  .customer_product .customer_product_item {
    width: 10.8rem;
    height: 2.5rem;
  }
  .customer_introduction .customer_company {
    width: 50rem;
  }
  .customer_company .img_box {
    height: 3.8rem;
    width: 9.6rem;
  }
  .customer_introduction p {
    width: 52rem;
    font-size: 1.4rem;
    margin-bottom: 10rem;
  }
  .index_customer_type .customer_menu ul .current {
    font-size: 1.5474rem;
  }
  .customer_company .img_box img {
    width: 7rem;
  }
  .customer_introduction .customer_introduction_detial {
    height: 30rem;
    width: 59.6316rem;
  }
  .index_industry_leader h1 {
    height: 5.041rem;
  }
  .index_industry_leader h4 {
    top: 1rem;
  }
  .index_fr_publicity {
    height: 68.5rem;
  }
  .index_fr_publicity .fr_activity {
    height: 27rem;
    width: 46.5rem;
  }
  .index_fr_publicity .fr_brand {
    height: 27rem;
    width: 46.5rem;
  }
  .fr_brand ul {
    padding: 1.8421rem 0 0 4.2105rem;
  }
  .fr_brand ul li p {
    width: 9.4rem;
    font-size: 0.7368rem;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #666666;
    line-height: 1.55579rem;
  }
  .index_fr_publicity .fr_introduce {
    margin-top: 3rem;
    height: 26.6316rem;
    width: 94.4211rem;
  }
  .fr_introduce .fr_introduce_video {
    height: 28.63rem;
    width: 47.2105rem;
  }
  .fr_introduce_options ul li {
    height: 8.6rem;
  }
  .fr_introduce_options ul div {
    height: 8.4rem;
  }
  .fr_introduce .fr_introduce_video video {
    width: 47.2rem;
    height: 26.7rem;
  }
  .fr_activity .activity_news {
    height: 10.4211rem;
  }
  .fr_activity .activity_link h4 {
    line-height: 1rem;
  }
  .activity_news_desc {
    height: 9.9474rem;
    width: 20rem;
  }
  .activity_news .activity_news_desc p {
    line-height: 1.65rem;
  }
}

/* 1024 end */

/* free_use_button */

@media (max-width: 768px) {
  .mobile_index .free_use_buttton {
    width: 100%;
    height: 200px;
  }
  .mobile_index .free_use_buttton h3 {
    margin: 36px 0 10px 0;
    font-size: 18px;
  }
  .mobile_index .free_use_buttton p {
    font-size: 14px;
  }
  .mobile_index .free_use_buttton a {
    width: 180px;
    height: 36px;
  }
  .mobile_index .free_use_buttton a span {
    font-size: 14px;
  }
  .jdy-img .bi_lowcode_item_img {
    width: 34rem !important;
    height: 25rem !important;
  }
}

.free_use_buttton {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 18.421rem;
  background-image: url("https://src.fanruan.com/website/2022-finereport/img/index/free-use.png");
  background-size: cover;
}

.free_use_buttton h3 {
  margin: 4.211rem 0 0.632rem 0;
  font-size: 1.684rem;
  font-family: "PingFang-SC";
  font-weight: 600;
  color: #333333;
}

.free_use_buttton p {
  margin: 0 0 2rem 0;
  font-size: 1.053rem;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #333333;
}

.free_use_buttton a {
  display: flex;
  width: 19.474rem;
  height: 3.158rem;
  background: #0069ea;
  border-radius: 4px;
}

.free_use_buttton a span {
  font-size: 1.263rem;
  /* font-family: "PingFang-SC"; */
  font-weight: 500;
  color: #ffffff;
}

/* free_use_button */
