.head-title h2 {
  color: #EDEDED;
}
.head-title .white-txt {
  color: white;
}
.head-title .sub-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .head-title .sub-title {
    font-size: 30px;
  }
}
.kv-title .head-title h2 {
  font-size: 20px;
  color: #444;
  line-height: 1;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .kv-title .head-title h2 {
    font-size: 16px;
    padding-left: 10px;
  }
}
.kv-title .head-title::before {
  left: -13px;
  top: -9px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .kv-title .head-title::before {
    left: 10px;
    top: 5px;
  }
}
.kv-title .sub-title::before {
  left: 20px;
}
.ai-kv {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 80px 0;
}
.ai-kv .left-intro {
  padding-top: 50px;
}
.ai-kv .images {
  width: 50vw;
  max-width: 800px;
  transition: all 0.3s ease-in-out;
}
.ai-kv .images img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.ai-kv .ani-btn {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .ai-kv {
    flex-direction: column;
    gap: 20px;
    padding: 30px 0 100px 0;
  }
  .ai-kv .left-intro {
    padding-left: 0;
  }
}
.ai-kv .intro div {
  font-size: 24px;
  padding: 30px 20px 30px 30px;
}
@media screen and (max-width: 768px) {
  .ai-kv .intro div {
    font-size: 18px;
    line-height: 1.6;
    padding: 20px 0 30px 30px;
  }
}
.ai-kv .intro ul li {
  font-size: 18px;
  text-indent: -2.4rem;
  padding-left: 2.4rem;
}
.ai-kv .intro ul li span {
  color: #E8CC4D;
  font-weight: bold;
}
.ai-kv .intro .kv-voice-btn {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .ai-kv .images {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .ai-kv .intro div {
    font-size: 20px;
  }
  .ai-kv .images {
    max-width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .ai-kv .images {
    align-self: flex-end;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 80vw;
  }
  .ai-kv .ani-btn {
    margin-top: 5px;
  }
}
.full-gray {
  background-color: #F4F4F4;
  padding: 80px 0;
}
.full-green {
  background-color: #E2F4F3;
  padding: 80px 0;
}
.green-part {
  background-color: #E2F4F3;
  padding: 30px;
  border-radius: 20px;
  margin: 50px auto;
}
.green-part .center-text {
  text-align: center;
}
.green-part .title {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .green-part .title {
    font-size: 30px;
  }
}
.green-part .tags-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}
.green-part .tags-list .tag-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .green-part .tags-list {
    flex-direction: column;
    gap: 5px;
  }
}
.green-part .btn-group {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .green-part .btn-group {
    flex-direction: column;
    gap: 10px;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .faq-list {
    margin-top: 10px;
  }
}
.faq-list .faq-item {
  background-color: white;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item {
    padding: 20px;
  }
}
.faq-list .question-item,
.faq-list .answer-item {
  display: flex;
  gap: 12px;
}
.faq-list .tag {
  min-width: 28px;
  font-size: 20px;
}
.faq-list .question-item .tag {
  color: #4CAEA9;
}
.faq-list .question-item .content {
  font-size: 20px;
  font-weight: bold;
}
.faq-list .answer-item .content {
  font-size: 18px;
}
.gray-container {
  background-color: #F4F4F4;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .gray-container {
    padding: 30px 20px;
  }
}
.tips-intro {
  font-size: 20px;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .tips-intro {
    font-size: 16px;
  }
}
.merit-images {
  max-width: 950px;
  align-self: center;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .merit-images {
    max-width: 100%;
    overflow-y: scroll;
  }
}
.merit-images img {
  max-width: 950px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merit-images img {
    width: 760px;
  }
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}
.service-grid .service-item {
  padding: 20px;
  background-color: white;
  display: flex;
  gap: 15px;
}
.service-grid .service-item .icon {
  width: 120px;
  min-width: 120px;
}
.service-grid .service-item .icon img {
  width: 100%;
}
.service-grid .service-item .service-info .title {
  color: #174140;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #17A09B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.service-grid .service-item .service-info p {
  font-size: 18px;
  line-height: 1.5;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-list .feature-item {
  background-color: white;
  padding: 34px 50px;
}
@media screen and (max-width: 768px) {
  .feature-list .feature-item {
    padding: 30px;
  }
}
.feature-list .feature-item .insider {
  display: flex;
  gap: 24px;
}
.feature-list .feature-item .insider .info-part .info-title {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E2F4F3;
  padding-left: 2em;
  text-indent: -2em;
}
.feature-list .feature-item .insider .info-part .info-title .nums {
  color: #17A09B;
}
.feature-list .feature-item .insider .info-part .info-content {
  font-size: 18px;
}
.feature-list .feature-item .insider .image-part {
  min-width: 410px;
}
@media screen and (max-width: 768px) {
  .feature-list .feature-item .insider {
    flex-direction: column;
    gap: 15px;
  }
  .feature-list .feature-item .insider .info-part .info-title {
    font-size: 22px;
  }
  .feature-list .feature-item .insider .info-part .info-content {
    font-size: 16px;
  }
  .feature-list .feature-item .insider .image-part {
    min-width: 100%;
    width: 100%;
  }
  .feature-list .feature-item .insider .image-part img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature-list .feature-item .sp-reverse {
    flex-direction: column-reverse;
  }
}
.feature-list .feature-item .gray-tips {
  background-color: #F4F4F4;
  padding: 16px 80px;
}
@media screen and (max-width: 768px) {
  .feature-list .feature-item .gray-tips {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .merit {
    padding-top: 50px !important;
  }
}
.yellow-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 32px;
  position: relative;
  padding-top: 50px;
  font-weight: bold;
  line-height: 1.6;
}
.yellow-title .float-tag {
  border: 1px solid #AAAAAA;
  position: absolute;
  font-size: 14px;
  left: 46%;
  top: 0;
  padding: 5px 20px;
}
.yellow-title .float-tag::after {
  border-left: 1px solid #AAAAAA;
  content: "";
  position: absolute;
  bottom: -9px;
  background-color: #ffffff;
  left: 45%;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
}
.yellow-title span {
  color: #E8CC4D;
}
@media screen and (max-width: 768px) {
  .yellow-title {
    font-size: 24px;
    padding-top: 60px;
  }
  .yellow-title .float-tag {
    left: 35%;
  }
}
.down-image {
  margin: 10px auto;
  width: 48px;
}
.v-btn {
  width: 300px;
  height: 46px;
  background: #E3CD63;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  gap: 10px;
  white-space: nowrap;
  padding: 0 !important;
}
.v-btn:hover {
  opacity: 0.8;
  background: #FFF;
  border-color: #E3CD63;
}
.intro-images-list {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 60px;
}
.intro-images-list img {
  width: 100%;
}
.intro-images-list .voice-intro {
  position: relative;
}
.intro-images-list .voice-intro .voice-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 4;
  width: 35vw;
  max-width: 355px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .intro-images-list .voice-intro .voice-btn {
    width: 50vw;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: 50px;
  }
}
.intro-images-list .voice-intro .voice-audio {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.intro-images-list .voice-intro .playing {
  opacity: 1;
}
.intro-images-list .intro-5 {
  position: relative;
}
.intro-images-list .intro-5 a {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
}
.intro-images-list .intro-5 a img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .intro-images-list {
    gap: 20px;
  }
  .intro-images-list .voice-intro .voice-btn {
    right: 20px;
  }
  .intro-images-list .intro-5 a {
    bottom: 30px;
    width: 230px;
    height: 38px;
  }
  .intro-images-list .intro-5 a img {
    width: 30px;
  }
}
.intro-cta-group {
  padding: 100px 0;
}
.intro-cta-group img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro-cta-group {
    padding: 30px 0;
  }
}
.green-background {
  background: #E2F4F3;
}
.center-text {
  text-align: center;
}
.bold-text {
  font-weight: bold;
}
.ai-cta .container {
  margin: 50px auto;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .ai-cta .container {
    margin: 30px auto;
    padding: 30px;
  }
}
.ai-cta .container h2 {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ai-cta .container h2 {
    font-size: 36px;
  }
}
.ai-cta .container .list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 14px 0;
}
@media screen and (max-width: 768px) {
  .ai-cta .container .list {
    flex-direction: column;
  }
}
.ai-cta .container .list div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-cta .container .btn-group {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .ai-cta .container .btn-group {
    flex-direction: column;
    gap: 10px;
  }
}
.voice-list {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voice-list {
    flex-direction: column;
    gap: 30px;
  }
}
.voice-list .voice-item {
  background-color: white;
  padding: 25px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .voice-list .voice-item {
    width: 100%;
  }
}
.voice-list .voice-item .avatar {
  width: 100px;
}
.voice-list .voice-item .avatar img {
  width: 100%;
}
.voice-list .voice-item .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #4CAEA9;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.voice-list .voice-item .content {
  font-size: 15px;
}
.voice-list .voice-item .content span {
  color: #E06915;
}
.voice-btn {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.solve-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}
.solve-list .solve-item {
  display: flex;
  gap: 24px;
  padding: 24px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .solve-list .solve-item {
    flex-direction: column;
    gap: 20px;
  }
}
.solve-list .solve-item .solve-image {
  width: 290px;
  min-width: 290px;
  height: 100%;
}
.solve-list .solve-item .solve-image img {
  width: 290px;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .solve-list .solve-item .solve-image {
    width: 100%;
  }
  .solve-list .solve-item .solve-image img {
    width: 100%;
  }
}
.solve-list .solve-item .solve-intro .solve-title {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 2em;
  text-indent: -2em;
}
.solve-list .solve-item .solve-intro .solve-title .number {
  background-color: #4CAEA9;
  color: white;
  padding: 4px;
  line-height: 1;
}
.solve-list .solve-item .solve-intro p {
  font-size: 18px;
  line-height: 1.5;
}
.solve-list .solve-item .solve-intro .yellow-color {
  color: #E8CC4D;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .solve-list .solve-item .solve-intro .solve-title {
    font-size: 18px;
  }
  .solve-list .solve-item .solve-intro p {
    font-size: 16px;
  }
}
.kv-btn-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv-btn-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
  }
}
.kv-voice-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 280px;
}
.kv-voice-btn img {
  width: 100%;
}
.kv-voice-btn .voice-audio {
  display: none;
}
.kv-voice-btn .playing {
  display: block;
}
.ai-kv .kv-voice-btn {
  width: 320px;
}
.intro-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .intro-list {
    flex-direction: column;
    gap: 30px;
  }
}
.intro-list .intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .intro-list .intro-item {
    gap: 6px;
  }
}
.intro-list .intro-item .item-title {
  background-color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 10px 0;
}
.intro-list .intro-item .item-title span {
  font-size: 32px;
  color: #E8CC4D;
}
@media screen and (max-width: 768px) {
  .intro-list .intro-item .item-title {
    font-size: 18px;
    width: 200px;
  }
  .intro-list .intro-item .item-title span {
    font-size: 24px;
  }
}
.intro-list .intro-item .item-image {
  width: 220px;
}
.intro-list .intro-item .item-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro-list .intro-item .item-image {
    width: 160px;
  }
}
.what-is-ai .intro-info {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.what-is-ai .intro-info .info-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.what-is-ai .intro-info .info-title span {
  color: #E8CC4D;
}
.what-is-ai .intro-info .intro-content {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .what-is-ai .intro-info {
    padding: 20px;
    margin-top: 40px;
  }
  .what-is-ai .intro-info .info-title {
    font-size: 22px;
  }
  .what-is-ai .intro-info .intro-content {
    font-size: 16px;
  }
}
.underline-yellow-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 70px 0 20px 0;
  line-height: 1.6;
}
.underline-yellow-title span {
  position: relative;
}
.underline-yellow-title span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #E8CC4D;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .underline-yellow-title {
    font-size: 24px;
  }
  .underline-yellow-title span::after {
    height: 6px;
    bottom: 6px;
  }
}
.import-image {
  width: 100%;
  margin: 20px 0;
}
.import-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sp-less-top {
    padding: 0 0 30px 0;
  }
}
.reverse-btn {
  background-color: white;
  border: 1px solid #333;
  color: #333;
}
.reverse-btn img {
  filter: invert(1);
}
.reverse-btn:hover {
  color: white !important;
}
.reverse-btn::after {
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .service-title .sub-title {
    font-size: 26px;
  }
}
.price-plan-container {
  border: 10px solid #17A09B;
  padding: 20px;
  padding-top: 5rem !important;
  padding-bottom: 5rem;
  background-image: radial-gradient(#fff, #fdfdf7, #fff);
}
@media screen and (max-width: 768px) {
  .price-plan-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 100px;
    padding-bottom: 3rem;
  }
}
.price-plan-container h2,
.price-plan-container h3,
.price-plan-container h4 {
  text-align: center;
  font-weight: bold;
}
.price-plan-container h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .price-plan-container h2 {
    font-size: 18px;
  }
}
.price-plan-container h3 {
  font-size: 44px;
  margin-bottom: 30px;
  color: #eac727;
}
@media screen and (max-width: 768px) {
  .price-plan-container h3 {
    font-size: 24px;
  }
}
.price-plan-container h4 {
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .price-plan-container h4 {
    font-size: 16px;
  }
}
.price-plan-container h4::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 8px;
  background-color: #EEE;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.price-plan-container .footer-tips {
  text-align: right;
  color: #444;
  margin: 10px 0;
}
.price-plan-group {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .price-plan-group {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.price-plan-group .price-plan {
  width: 500px;
  max-width: 40vw;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan {
    max-width: 100%;
  }
}
.price-plan-group .price-plan .plan-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-title {
    font-size: 20px;
  }
}
.price-plan-group .price-plan .plan-pad {
  border-radius: 30px;
  border: 10px solid #17A09B;
  background-color: #17A09B;
}
.price-plan-group .price-plan .pad-title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #17A09B;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .pad-title {
    font-size: 24px;
    padding: 4px 0 12px 0;
  }
}
.price-plan-group .price-plan .plan-inside {
  background: white;
  border-radius: 34px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-inside {
    padding: 20px 10px;
  }
}
.price-plan-group .price-plan .plan-inside .price {
  font-size: 22px;
  color: #17A09B;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #666;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-inside .price {
    font-size: 16px;
  }
}
.price-plan-group .price-plan .plan-inside .price::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 60%;
  height: 20px;
  z-index: -1;
  background-color: #EEE;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-inside .price::after {
    bottom: 10px;
  }
}
.price-plan-group .price-plan .plan-inside .price .float-tips {
  position: absolute;
  right: 120px;
  top: 20px;
  font-size: 20px;
  color: #17A09B;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-inside .price .float-tips {
    right: 60px;
    top: 8px;
    font-size: 16px;
  }
}
.price-plan-group .price-plan .plan-inside .price span {
  font-size: 62px;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-inside .price span {
    font-size: 40px;
  }
}
.price-plan-group .price-plan .plan-inside .sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin: 20px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-inside .sub-title {
    font-size: 16px;
  }
}
.price-plan-group .price-plan .plan-inside ul li {
  font-size: 16px;
  font-weight: bold;
}
.price-plan-group .price-plan .plan-inside ul li img {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .price-plan-group .price-plan .plan-inside ul li {
    font-size: 14px;
  }
}
.float-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  padding: 14px 0;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  /*background: rgba(255, 255, 255, 0.8);*/
  /*backdrop-filter: blur(10px);*/
  z-index: 999;
  display: none;
}

.back-btn{
    position: absolute;
    right: 40px;
    top: 57%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
}
.float-btn .kv-btn-group {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 639px) {
  .float-btn .kv-btn-group .ani-btn {
    margin-top: 0;
    width: 100%;
    padding: 1rem 1.2rem;
  }
  
  .intro-images-list .voice-btn{
  width:71vw !important;
  }
  .intro-images-list .v-btn2{
  width: 100% !important;
  }
}
.promote-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90vw;
  max-width: 700px;
  height: auto;
  padding: 40px 0;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}
.promote-dialog .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.promote-dialog .close-btn svg {
  transition: all 0.3s ease-in-out;
}
.promote-dialog .close-btn:hover svg {
  transform: rotate(90deg);
}
.promote-dialog .d-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.promote-dialog .d-container h4 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}
.promote-dialog .d-container p {
  text-align: center;
}
.promote-dialog .kv-btn-group {
  margin-top: 10px;
}
.promote-dialog .tel {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #E8CC4D;
}