html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.home-page-mobile {
  width: 100%;
  overflow: hidden;
}

.home-page-mobile .section-business .business-video {
  position: relative;
  height: 10.133rem;
  background-image: url(../../img/home-mobile/introduce-video-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-page-mobile .section-business .business-item-detail {
  width: 100%;
  height: 100%;
  padding: 0.427rem;
}

.home-page-mobile .section-business .business-item-detail .title,
.home-page-mobile .section-business .business-item-detail .sub-title-desc {
  color: #fff;
}

.home-page-mobile .section-business .business-item-detail .sub-title-desc {
  opacity: 0.8;
}

.home-page-mobile .section-business .business-video-know-us {
  position: absolute;
  bottom: 0.8rem;
}

.home-page-mobile .section-business .business-video-know-us .link-text {
/*  width: 0.747rem;*/
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}

.home-page-mobile .section-business .business-summary {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.home-page-mobile .section-business .business-summary-item {
  cursor: pointer;
  height: 3.84rem;
  width: 50%;
  padding-left: 0.427rem;
  padding-top: 0.32rem;
  float: left;
  background: linear-gradient(141deg, #454545 0%, #212121 100%);
}

.home-page-mobile .section-business .business-summary .business-item-icon {
  display: inline-block;
  width: 1.173rem;
  height: 1.173rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home-page-mobile .section-business .business-summary .business-item-icon.city {
  background-image: url(../../img/home-mobile/introduce-city.svg);
}

.home-page-mobile
  .section-business
  .business-summary
  .business-item-icon.company {
  background-image: url(../../img/home-mobile/introduce-enterprise.svg);
}

.home-page-mobile
  .section-business
  .business-summary
  .business-item-icon.person {
  background-image: url(../../img/home-mobile/introduce-people.svg);
}

.home-page-mobile
  .section-business
  .business-summary
  .business-item-icon.finacing {
  background-image: url(../../img/home-mobile/introduce-money.svg);
}

.home-page-mobile .section-business .business-summary .business-item-info {
  color: #fff;
}

.home-page-mobile .section-business .business-summary .business-item-num {
  margin: 0;
  font-size: 0.587rem;
  font-weight: bold;
  line-height: 0.8rem;
}

.home-page-mobile .section-business .business-summary .business-item-num .plus {
  font-size: 0.427rem;
  font-weight: normal;
  font-style: normal;
}

.home-page-mobile .section-business .business-summary .business-item-name {
  font-weight: 500;
  margin: 0 0 0.107rem;
  font-size: 0.32rem;
  line-height: 0.427rem;
}

.home-page-mobile .section-business .business-summary .business-item-name-en {
  font-size: 0.267rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.373rem;
}

.home-page-mobile .section-product {
  background: url(../../img/home-mobile/product-bg@2x.jpg) no-repeat;
  background-size: contain;
  padding: 0.533rem 0.427rem 0;
}

.home-page-mobile .section-product .common-section-head {
  margin-bottom: 0.32rem;
}

.home-page-mobile .section-product .common-section-head .sub-title-desc {
  width: 5.12rem;
}

.home-page-mobile .section-product .product-list a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-page-mobile .section-product .product-list .product-list-item {
  width: 100%;
  float: left;
  margin-bottom: 0.213rem;
  margin-right: 0.213rem;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page-mobile .section-product .product-list .product-list-item a {
  position: relative;
  z-index: 1;
}

.home-page-mobile .section-product .product-list .item-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-page-mobile
  .section-product
  .product-list
  .item-align-center
  .child-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4.107rem;
  text-align: center;
  margin-right: 0.213rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.home-page-mobile .section-product .product-list .item-align-center .item-ajly {
  margin-right: 0;
}

.home-page-mobile
  .section-product
  .product-list
  .item-align-center
  .product-logo {
  width: 2.133rem;
  height: 0.64rem;
  margin: 0.427rem auto 0.32rem auto;
}

.home-page-mobile
  .section-product
  .product-list
  .item-align-center
  .split-line {
  display: block;
  margin: 0 auto;
  width: 0.587rem;
  border-bottom: 0.053rem solid #fff;
  margin-bottom: 0.267rem;
}

.home-page-mobile
  .section-product
  .product-list
  .item-align-center
  .product-desc {
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-size: 0.373rem;
  line-height: 0.48rem;
  margin: 0;
  margin-bottom: 0.427rem;
}

.home-page-mobile
  .section-product
  .product-list
  .item-align-center
  .product-btn {
  width: 0.747rem;
  height: 0.533rem;
  border: 0.027rem solid #ffffff;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.267rem;
  line-height: 0.373rem;
  padding: 0.107rem 0.267rem;
}

.home-page-mobile .section-product .product-list .item-align-left {
  height: 2.4rem;
}

.home-page-mobile
  .section-product
  .product-list
  .item-align-left
  .default-show {
  margin: 0.533rem 0 0 0.533rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page-mobile
  .section-product
  .product-list
  .item-align-left
  .default-show
  .default-icon {
  width: 1.12rem;
  height: 1.12rem;
}

.home-page-mobile .section-product .product-list .item-align-left .product-btn {
  display: inline-block;
  font-weight: 500;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.64rem;
  margin-left: 0.64rem;
}

.home-page-mobile .section-product .product-list .item-hrwork {
  background-image: url(../../img/home-mobile/product-hrwork-bg@2x.jpg);
}

.home-page-mobile .section-product .product-list .item-ajly {
  background-image: url(../../img/home-mobile/product-anjuleye-bg@2x.jpg);
}

.home-page-mobile .section-product .product-list .item-zwfw {
  background-image: url(../../img/home-mobile/product-rsy@2x.jpg);
}

.home-page-mobile .section-product .product-list .item-xxgx {
  background-image: url(../../img/home-mobile/product-hrbk@2x.jpg);
}

.home-page-mobile .section-product .product-list .item-gly {
  background-image: url(../../img/home-mobile/product-wyy@2x.jpg);
}

.home-page-mobile .section-product .product-list .item-szh {
  background-image: url(../../img/home-mobile/product-qft@2x.jpg);
}

.home-page-mobile .section-product .product-list .item-lhyg {
  background-image: url(../../img/home-mobile/product-dm@2x.jpg);
}

.home-page-mobile .section-solution {
  position: relative;
}

.home-page-mobile .section-solution .bg {
  position: absolute;
  height: auto;
}

.home-page-mobile .section-solution .solution-bg-r {
  right: 0;
  top: 0;
  width: 3.467rem;
}

.home-page-mobile .section-solution .status-tags {
  font-size: 0.267rem;
  border-radius: 0.053rem;
  padding: 0.053rem 0.107rem;
  color: #fff;
  margin-left: 0.213rem;
  line-height: 0.373rem;
  font-weight: 400;
  position: relative;
  top: -0.053rem;
}

.home-page-mobile .section-solution .status-tags.bg-white {
  background-color: #fff;
  color: #212121;
}

.home-page-mobile .section-solution .status-tags.bg-green {
  background-color: #00c29b;
}

.home-page-mobile .section-solution .status-tags.bg-blue {
  background-color: #4483ff;
}

.home-page-mobile .section-solution .solution-wrapper {
  padding: 0.96rem 0.427rem;
}

.home-page-mobile .section-solution .solution-head {
  margin-bottom: 0.533rem;
}

.home-page-mobile .section-solution .solution-head .sub-title-desc {
  font-size: 0.32rem;
  font-weight: 400;
  color: #757575;
  line-height: 0.48rem;
  padding-right: 2.667rem;
}

.home-page-mobile .section-solution .solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-page-mobile .section-solution .solution-list-item {
  width: 49%;
  margin-bottom: 0.16rem;
  background: #f7f8fa;
  border-radius: 0.027rem;
  padding: 0.213rem 0.373rem 1.813rem;
  position: relative;
}

.home-page-mobile .section-solution .solution-list-item:nth-child(2n) {
  margin-right: 0;
}

.home-page-mobile .section-solution .solution-list-item-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #212121;
  line-height: 0.64rem;
  margin: 0.373rem 0;
}

.home-page-mobile .section-solution .solution-list-item-desc {
  margin: 0;
  font-size: 0.32rem;
  font-weight: 400;
  color: #757575;
  line-height: 0.427rem;
  padding-bottom: 0.32rem;
}

.home-page-mobile .section-solution .solution-list-item-icon {
  width: 2.347rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-page-mobile .section-solution .solution-link {
  margin-top: 0.533rem;
  width: 100%;
  height: initial;
  -webkit-box-shadow: 0 0.053rem 1.067rem 0 rgba(227, 229, 234, 0.75);
  box-shadow: 0 0.053rem 1.067rem 0 rgba(227, 229, 234, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.533rem;
  text-decoration: none;
}

.home-page-mobile .section-solution .solution-link .link-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  font-size: 0.48rem;
  font-weight: bold;
  color: #212121;
  line-height: 0.533rem;
}

.home-page-mobile .section-solution .solution-link .link-icon-wrapper {
  position: initial;
}

.home-page-mobile .section-solution .solution-link .icon-arrow-rt {
  position: initial;
}

.home-page-mobile .section-technology {
  background-image: url(../../img/home-mobile/technology-bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.home-page-mobile .section-technology .technology-wrapper {
  padding: 1.067rem 0.427rem;
}

.home-page-mobile .section-technology .technology-head .title {
  color: #fff;
}

.home-page-mobile .section-technology .technology-head .technology-desc {
  color: #fff;
  opacity: 0.8;
}

.home-page-mobile .section-technology .technology-info-item {
  padding-top: 0.427rem;
}

.home-page-mobile .section-technology .technology-info-item .technology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-page-mobile
  .section-technology
  .technology-info-item
  .technology-list
  li {
  width: 50%;
  height: 2.4rem;
}

.home-page-mobile .section-technology .technology-info-item .info-wrapper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.427rem 0.373rem;
}

.home-page-mobile
  .section-technology
  .technology-info-item
  .technology-item-api
  .info-wrapper {
  background-image: url(../../img/home-mobile/api-bg.jpg);
}

.home-page-mobile
  .section-technology
  .technology-info-item
  .technology-item-chain
  .info-wrapper {
  background-image: url(../../img/home-mobile/chain-bg.jpg);
}

.home-page-mobile
  .section-technology
  .technology-info-item
  .technology-item-datax
  .info-wrapper {
  background-image: url(../../img/home-mobile/bigdata-bg.jpg);
}

.home-page-mobile
  .section-technology
  .technology-info-item
  .technology-intelligence
  .info-wrapper {
  background-image: url(../../img/home-mobile/intelligence-bg.jpg);
}

.home-page-mobile
  .section-technology
  .technology-info-item
  .technology-item-icon {
  width: 1.067rem;
  height: 1.067rem;
}

.home-page-mobile
  .section-technology
  .technology-info-item
  .technology-item-title {
  font-size: 0.373rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.533rem;
  margin: 0;
}

.home-page-mobile .section-technology .technology-btn {
  width: initial;
  height: initial;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.533rem;
  background: #ffffff;
  border-radius: 0.053rem;
  color: #212121;
  font-size: 0.587rem;
  font-weight: bold;
  line-height: 0.533rem;
  text-decoration: none;
}

.home-page-mobile .section-technology .technology-btn .link-text {
  margin: 0;
  font-size: 0.48rem;
  font-weight: bold;
  color: #212121;
  line-height: 0.533rem;
}

.home-page-mobile .section-technology .technology-btn .link-icon-wrapper {
  position: relative;
  top: 0;
  right: 0;
}

.home-page-mobile
  .section-technology
  .technology-btn
  .link-icon-wrapper::after {
  top: -0.107rem;
}
.home-page-mobile .section-invest {
  background: url(../../img/home-mobile/invest-bg@2x.jpg) no-repeat;
  background-size: cover;
}

.home-page-mobile .section-invest .invest-wrapper {
  padding: 0.96rem 0.427rem;
}

.home-page-mobile .section-invest .invest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-page-mobile .section-invest .invest-list > li {
  width: 49%;
  height: 2.827rem;
  background-color: #fff;
  margin-bottom: 0.213rem;
  overflow: hidden;
}

.home-page-mobile .section-invest .invest-item-static {
  background-image: url(../../img/home-mobile/invest-item-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.home-page-mobile .section-invest .invest-item-static img {
  opacity: 0;
}

.home-page-mobile .section-invest .invest-profile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-page-mobile .section-invest .invest-profile-1 {
  width: 3.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.4rem auto 0.213rem;
}

.home-page-mobile .section-invest .boss-photo {
  display: inline-block;
  width: 1.12rem;
  height: 1.12rem;
}

.home-page-mobile .section-invest .invest-name {
  padding-left: 0.267rem;
}

.home-page-mobile .section-invest .company-name {
  margin: 0;
  display: inline-block;
  font-size: 0.32rem;
  font-weight: bold;
  color: #212121;
  line-height: 0.427rem;
}

.home-page-mobile .section-invest .company-name::after {
  content: "";
  display: block;
  height: 0.08rem;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f26b1f),
    to(#ff9800)
  );
  background: linear-gradient(to bottom, #f26b1f, #ff9800);
  margin: 0.133rem 0;
  min-width: 1.493rem;
}

.home-page-mobile .section-invest .boss-name {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color: #212121;
  line-height: 0.32rem;
}

.home-page-mobile .section-invest .company-logo {
  height: 0.853rem;
  width: auto;
  display: block;
  margin: 0 auto;
}

.home-page-mobile .section-partner .parter-wraper {
  padding: 0.96rem 0.427rem;
}

.home-page-mobile .section-partner .part-img-wall {
  width: 100%;
  height: auto;
}

.home-page-mobile .section-dynamic {
  position: relative;
}

.home-page-mobile .section-dynamic .left-bg-block,
.home-page-mobile .section-dynamic .right-bg-block {
  position: absolute;
  display: inline-block;
  width: 1.6rem;
  height: 1.92rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-page-mobile .section-dynamic .left-bg-block {
  top: -0.533rem;
  left: -0.533rem;
  background-image: url(../../img/home-mobile/news-left-bg.png);
}

.home-page-mobile .section-dynamic .dynamic-wrapper {
  padding: 0.96rem 0.427rem;
}

.home-page-mobile .section-dynamic .dynamic-title {
  font-size: 0.64rem;
  font-weight: bold;
  color: #212121;
  line-height: 1.12rem;
  text-align: center;
  margin: 0;
  margin-bottom: 0.533rem;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper {
  height: 6.4rem;
  padding: 0.427rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.027rem 0.24rem 0 rgba(240, 240, 240, 0.75);
  box-shadow: 0 0.027rem 0.24rem 0 rgba(240, 240, 240, 0.75);
  overflow: hidden;
  margin-bottom: 0.427rem;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-navs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-navs li {
  font-size: 0.373rem;
  font-weight: 500;
  color: #212121;
  line-height: 0.533rem;
  padding-right: 0.267rem;
  cursor: pointer;
  margin-bottom: 0.16rem;
}

.home-page-mobile
  .section-dynamic
  .dynamic-news-wrapper
  .news-navs
  .news-nav-active {
  font-size: 0.427rem;
  font-weight: bold;
  color: #212121;
  line-height: 0.587rem;
}

.home-page-mobile
  .section-dynamic
  .dynamic-news-wrapper
  .news-navs
  .news-nav-active::after {
  content: "";
  display: block;
  border-bottom: 0.08rem solid #f26b1f;
  width: 0.747rem;
  margin: 0.107rem auto 0;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .more-news {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .list-content {
  overflow: hidden;
  height: 4.8rem;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-list-item {
  color: #757575;
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.427rem;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-list-item a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #757575;
  padding: 0.267rem 0;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-list-item-dot {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background: #f26b1f;
  border-radius: 50%;
  margin-right: 0.427rem;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-list-item-split {
  padding: 0 0.32rem;
}

.home-page-mobile .section-dynamic .dynamic-news-wrapper .news-list-item-text {
  margin: 0;
  color: #212121;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.home-page-mobile .section-dynamic .dynamic-book {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5.733rem;
}

.home-page-mobile .section-dynamic .dynamic-book .book-cover {
  width: 100%;
  height: 100%;
}

.home-page-mobile .section-dynamic .dynamic-book .book-foot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.853rem;
  background-color: rgba(0, 0, 0, 0.43);
  color: #fff;
  padding: 0.213rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-page-mobile .section-dynamic .dynamic-book .book-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 0.267rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.427rem;
}

.home-page-mobile .section-dynamic .dynamic-book .book-update-date {
  font-size: 0.213rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.32rem;
  padding-right: 0.053rem;
}

.home-page-mobile .section-upgrade {
  padding: 0.747rem 0.427rem;
  background-color: linear-gradient(225deg, #ff9800 0%, #f26b1f 100%);
  background-image: url(../../img/home-mobile/section-upgrade-bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page-mobile .section-upgrade .upgrade-wrapper {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.home-page-mobile .section-upgrade .upgrade-title {
  font-size: 0.64rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.853rem;
  margin: 0.427rem 0;
}

.home-page-mobile .section-upgrade .btn-upgrade {
  display: inline-block;
  padding: 0.427rem 0.373rem;
  border: 0.027rem solid #ffffff;
  border-radius: 0.053rem;
  cursor: pointer;
  font-size: 0.48rem;
  line-height: 0.533rem;
}
