.btn-common {
  width: 2.2rem;
  height: 0.6rem;
  color: #333333;
  font-size: 0.26rem;
  font-weight: normal;
  border: none;
  outline: none;
  background-color: #fbd830;
  box-shadow: 0 0.04rem 0.14rem 0 rgba(251, 216, 48, 0.59);
  border-radius: 0.1rem;
}
.index-section {
  background-color: #fff;
  text-shadow: none;
}
.index-section .index-banner {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.index-section .m-title {
  padding-top: 0.86rem;
  padding-bottom: 0.73rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #1a1a1a;
  text-align: center;
}
.index-section .m-title > span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.index-section .m-title .title-line {
  margin: 0.2rem auto 0;
  width: 0.65rem;
  height: 0.02rem;
  background-color: #f2c316;
}
.index-section .activity-box {
  display: flex;
  flex-direction: row;
  margin: 1.4rem auto 0.8rem;
  width: 4.5rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index-section .activity-box .activity-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  font-size: 0.24rem;
  font-weight: normal;
  color: #9999a3;
}
.index-section .activity-box .activity-item-active {
  background-color: #fbbe4d;
  color: #fff;
}
.index-section .activity-content {
  width: 100%;
  height: 10rem;
}
.index-section .activity-content::after {
  content: "";
  display: block;
  clear: both;
}
.index-section .activity-content .content-view {
  position: relative;
  width: 15rem;
  height: 100%;
  transition: margin-left 0.35s ease;
}
.index-section .activity-content .content-view .content-item {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  padding: 0 0.24rem;
  width: 7.5rem;
}
.index-section .activity-content .content-view .content-item .content-num {
  position: relative;
  width: 100%;
}
.index-section .activity-content .content-view .content-item .content-num > img {
  width: 1rem;
  height: auto;
}
.index-section .activity-content .content-view .content-item .content-num .num-text {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 0.26rem;
  font-weight: normal;
  color: #353535;
}
.index-section .activity-content .content-view .content-item .content-desc {
  margin: 0.21rem 0 0 0;
  font-size: 0.22rem;
  font-weight: normal;
  color: #818181;
}
.index-section .activity-content .content-view .content-item .content-banner {
  margin-top: 0.65rem;
  margin-bottom: 0.57rem;
  width: 100%;
  height: auto;
}
.index-section .solution {
  padding-bottom: 0.77rem;
  background-color: #fcfcfc;
}
.index-section .solution .solution-content {
  width: 7.5rem;
  height: 5.1rem;
  background-color: transparent;
}
.index-section .solution .solution-content .swiper-wrapper .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.index-section .solution .solution-content .swiper-wrapper .swiper-slide-active,
.index-section .solution .solution-content .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.index-section .solution .solution-content .card-item {
  float: left;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.15rem 0 #eee;
}
.index-section .solution .solution-content .card-item .card-num {
  display: block;
  margin: 0.3rem auto;
  width: 0.63rem;
}
.index-section .solution .solution-content .card-item .card-title {
  margin: 0;
  font-size: 0.28rem;
  font-weight: normal;
  color: #000000;
  text-align: center;
}
.index-section .solution .solution-content .card-item .card-subtitle {
  margin-bottom: 0.54rem;
  font-size: 0.18rem;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
.index-section .solution .solution-content .card-item .card-desc {
  margin-bottom: 0.31rem;
  font-size: 0.24rem;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.index-section .solution .solution-content .card-item .card-button {
  display: block;
  margin: auto;
  width: 1.56rem;
  height: 0.52rem;
}
.index-section .steps {
  margin-bottom: 0.9rem;
}
.index-section .steps .step-body {
  width: 100%;
  height: 8.7rem;
  position: relative;
  text-align: center;
}
.index-section .steps .step-body > img {
  padding: 0 1.48rem 0 1.38rem;
  box-sizing: border-box;
  width: 100%;
}
.index-section .steps .step-body .step-item {
  position: absolute;
}
.index-section .steps .step-body .step-item > p {
  margin: 0;
}
.index-section .steps .step-body .step-item .step-title {
  margin-bottom: 0.19rem;
  font-family: SimHei;
  font-size: 0.28rem;
  font-weight: normal;
  color: #282828;
}
.index-section .steps .step-body .step-item .step-desc {
  font-size: 0.24rem;
  font-weight: normal;
  color: #666666;
}
.index-section .steps .step-body .step-item .step-desc > a {
  font-size: 0.24rem;
  font-weight: normal;
  color: #ffa41c;
  border-bottom: 1px solid #ffa41c;
}
.index-section .cooperation {
  background-color: #fcfcfc;
  width: 100%;
  padding-bottom: 0.76rem;
}
.index-section .cooperation .cooperation-content {
  position: relative;
  margin: auto;
  margin-bottom: 0.76rem;
  box-sizing: border-box;
  background-color: #fff;
  width: 6.81rem;
  height: 3.6rem;
  box-shadow: 0 0 0.15rem 0 #eee;
  border-radius: 0.15rem;
  overflow: hidden;
}
.index-section .cooperation .cooperation-content .content-item {
  width: 100% !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0.15rem;
  overflow: hidden;
}
.index-section .cooperation .cooperation-content .content-item .parner {
  box-sizing: border-box;
  display: block;
  width: 2.27rem;
  height: 1.2rem;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-top: 0;
}
.index-section .cooperation .cooperation-content .content-item .parner:nth-child(3n + 1) {
  border-left: 1px solid #eeeeee;
}
.index-section .cooperation .cooperation-content .content-item .parner:nth-child(3n) {
  border-right: 0;
}
.index-section .cooperation .cooperation-content .content-item .parner:nth-child(7),
.index-section .cooperation .cooperation-content .content-item .parner:nth-child(8),
.index-section .cooperation .cooperation-content .content-item .parner:nth-child(9) {
  border-bottom: 0;
}
.index-section .cooperation .cooperation-content .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -0.16rem;
  left: 0.11rem;
  width: 0.32rem;
  height: 0.32rem;
  background-image: none;
}
.index-section .cooperation .cooperation-content .swiper-button-prev > img {
  width: 100%;
}
.index-section .cooperation .cooperation-content .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -0.16rem;
  right: 0.11rem;
  width: 0.32rem;
  height: 0.32rem;
  background-image: none;
}
.index-section .cooperation .cooperation-content .swiper-button-next > img {
  width: 100%;
}
.index-section .firends {
  background-color: #fff;
  padding: 0 0.24rem 1rem 0.24rem;
}
.index-section .firends .links_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index-section .firends .links_box a {
  margin-top: 10px;
  text-decoration: none;
  display: block;
}
.index-section .firends .links_box .links_button {
  border: none;
  background-color: #fff;
  text-align: center;
  padding: 0.2rem 0.64rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.14rem rgba(161, 161, 161, 0.25);
  outline: none;
  font-size: 0.24rem;
  color: #1a1a1a;
}
