.experience {
  width: 1020px;
  height: 537px;
  margin: auto;
  margin-bottom: 160px;
  padding-top: 194px;
  display: flex;
  align-items: center;
  /* background: url('./../images/symbol_bg_3.jpg') no-repeat; */
  background-size: 660px 560px;
  background-position: 200px -90px;
  position: relative;
}

.experience-left {
  height: 100%;
  flex: 0 0 505px;
  border: 1px solid #fff;
  border-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.experience-left > div {
  width: 472px;
  height: 473px;
  background: url('./../images/experience.jpg') no-repeat;
  background-size: 100% 100%;
}

.experience-right {
  flex: 1;
  height: 418px;
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  background: rgba(30, 30, 30, 0);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	-moz-backdrop-filter: saturate(180%) blur(12px);
	-o-backdrop-filter: saturate(180%) blur(12px);
}

.experience-right .experience-block {
  width: 24px;
  height: 378px;
  background: #fff;
  margin-right: 72px;
}

.experience-right .experience-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #F7CA18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.experience-content button {
  width: 248px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 24px;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  cursor: pointer;
}

.experience-content button img {
  margin: 0 15px 0 25px;
  color: #fff;
  height: 18px;
}


.experience-content button:hover {
  background: #F7CA18;
  border-color: #F7CA18;
}


.experience-title {
  width: 503px;
  height: 285px;
  position: absolute;
  top: 0;
  left: 258px;
  display: flex;
}

.experience-title-symbol {
  width: 278px;
  height: 285px;
  background: url('./../images/symbol_3.png') no-repeat;
  background-size: 100% 100%;
  transform-origin: 50%;
  animation: whySymbolMove 12s ease-in-out infinite alternate;
  animation-direction: alternate-reverse;
}

.experience-title-img {
  width: 246px;
  height: 80px;
  background: url('./../images/experience_title.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 118px;
  right: 0;
}

.experience-qrcode {
  background: #fff;
  width: 180px;
  height: 200px;
  position: absolute;
  left: 370px;
  top: 0;
  display: none;
}

.experience-qrcode .public, .experience-qrcode .android, .experience-qrcode .app-ios {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #302E33;
}

.experience-qrcode img {
  width: 120px;
  height: 120px;
}

.experience-qrcode p {
  padding: 0;
  margin: 0;
  text-align: center;
}

.experience-qrcode > span {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 95px;
  left: -10px;
}