.product-banner {
  padding: 120px 10% 0 10%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.right-image {
  width: 100%;
  height: auto;
}

.left-view {}

.download-view {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.pinyin-view {
  font-size: 64px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #4C92FF;
  line-height: 52px;
}

.title-view {
  font-size: 72px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 72px;
  margin-bottom: 28px;
}

.detail-view {
  font-size: 24px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: 1px;
}

.product-function {
  width: 100%;
  /* height: 860px; */
  background: linear-gradient(180deg, #EFF6FF 0%, #FFFFFF 100%);
  padding: 120px 10% 132px 10%;
}

.product-title-view {
  width: 100%;
  font-size: 48px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-bottom: 32px;
}

.product-desc-view {
  width: 100%;
  font-size: 28px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #8D8D8D;
  line-height: 28px;
  text-align: center;
}

.product-content {
  margin-top: 100px;
  z-index: 1;
  position: relative;
}

.product-items-view {
  text-align: center;

}

.product-item-image {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-bottom: 74px;
}

.product-item-title {
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;

}

.product-item-desc {
  text-align: center;
  font-size: 24px;
  color: #8D8D8D;
  line-height: 28px;
}

.example-image-left-view {
  background: transparent;
  position: relative;
}

.example-left {
  max-width: 582px;
  height: auto;
}

.example-right {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.example-right-on-left{
  padding-left: 20%;
}

.example-right-text {
  font-size: 32px;
  font-weight: bold;
  color: #3383FE;
  line-height: 32px;
  margin-bottom: 80px;
}

.example-right-title {
  font-size: 48px;
  font-weight: 800;
  color: #333333;
  line-height: 48px;
  margin-bottom: 20px;
}

.example-right-detail {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.example-right-detail-view {
  width: 16px;
  height: 16px;
  background: #3383FE;
  border-radius: 50%;
  margin-right: 20px;
}

.example-right-detail-text {
  font-size: 24px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #8D8D8D;
  line-height: 24px;
}

.kuaicha-bottom-view {
  width: 100%;
  height: 600px;
  position: relative;
}

.kuaicha-bottom-container{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.kuaicha-bottom-image {
  width: 100%;
  height: 600px;
}

.kuaicha-bottom-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
  padding-top: 96px;
}

.kuaicha-bottom-icon {
  width: 52px;
  height: 52px;
  margin-right: 16px;
}

.kuaicha-bottom-title-text {
  font-size: 28px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 28px;
}

.kuaicha-bottom-text {
  font-size: 48px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  /* margin-bottom: 60px; */
}

.download-view-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-view {
  position: absolute;
  bottom: -300px;
  left: -100px;
  border-radius: 50%;
  width: 320px;
  height: 320px;
  background: linear-gradient(310deg, #ECF3FF 0%, #FFFFFF 100%);
  z-index: 0;
}

.pop-big-view {
  bottom: -1032px;
  right: -100px;
  border-radius: 50%;
  position: absolute;
  width: 520px;
  height: 520px;
  background: linear-gradient(90deg, #ECF3FF 0%, #FFFFFF 100%);
  z-index: -1;
}

.pop-left-view {
  position: absolute;
  bottom: -1980px;
  left: -100px;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  background: linear-gradient(90deg, #ECF3FF 0%, #FFFFFF 100%);
  z-index: 0;
}

.pop-right-view {
  bottom: -2740px;
  right: -100px;
  border-radius: 50%;
  position: absolute;
  width: 320px;
  height: 320px;
  background: linear-gradient(310deg, #ECF3FF 0%, #FFFFFF 100%);
  z-index: -1;
}

.jizhang .pinyin-view {
  color: #1CBF91;
}

.jizhang .example-right-text {
  color: #1CBF91;
}

.jizhang .example-right-detail-view {
  background: #1CBF91;
}

.mugong .pinyin-view {
  color: #FCAF6E;
}

.mugong .example-right-text {
  color: #DF7922;
}

.mugong .example-right-detail-view {
  background: #DF7922;
}

.diangong .pinyin-view {
  color: #F78262;
}

.diangong .example-right-text {
  color: #DB5135;
}

.diangong .example-right-detail-view {
  background: #DB5135;
}

.gongkong .pinyin-view {
  color: #6782F6;
}

.gongkong .example-right-text {
  color: #4E6EF2;
}

.gongkong .example-right-detail-view {
  background: #4E6EF2;
}

.kaying .pinyin-view {
  color: #FFEC5B;
}

.kaying .title-view {
  color: #333333;
}

.kaying .wx-qrcode-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kaying .wx-qr-code {
  margin-top: 60px;
  width: 140px;
  height: 140px;
}
.gongkong .wx-qr-code {
  margin-top: 60px;
  width: 140px;
  height: 140px;
  border-radius: 6px;
}

.kaying .example-right-title {
  font-size: 38px;
}

.kaying .example-right-text {
  color: #FFDE00;
}

.kaying .example-right-detail-view {
  background: #FFDE00;
}

/* .liangchi .pinyin-view {
  color: #DF7922;
}

.liangchi .example-right-text {
  color: #DF7922;
}

.liangchi .example-right-detail-view {
  background: #DF7922;
}

.shoujutong .pinyin-view {
  color: #1CBF91;
}

.shoujutong .example-right-text {
  color: #1CBF91;
}

.shoujutong .example-right-detail-view {
  background: #1CBF91;
} */

.yanxuan .pinyin-view {
  color: #5879FF;
}

.yanxuan .wx-qrcode-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yanxuan .wx-qr-code {
  margin-top: 60px;
  width: 140px;
  height: 140px;
}

.yanxuan .example-right-text {
  color: #3383FE;
}

.yanxuan .example-right-detail-view {
  background: #3383FE;
}

.kuaicha-bottom-view .popup-view{
  display: block;
  width: 100px;
  height: 100px;
}

.shoujutong .shoujutong1{
  width: 50%;
}