.Ali_AI_wrap .Ali_list_wrap.active .Ali_item:nth-child(1) {
  transform: translate(calc(sin(calc(((calc((90 - 15 * 2) / 1 * 0 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px), calc(cos(calc(((calc((90 - 15 * 2) / 1 * 0 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px));
}
.Ali_AI_wrap .Ali_list_wrap.active .Ali_item:nth-child(2) {
  transform: translate(calc(sin(calc(((calc((90 - 15 * 2) / 1 * 1 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px), calc(cos(calc(((calc((90 - 15 * 2) / 1 * 1 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px));
}

.Ali_AI_wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
@media (min-width: 1024px) {
  .Ali_AI_wrap:hover {
    padding-top: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .Ali_AI_wrap:hover .Ali_list_wrap .Ali_item:nth-child(1) {
    transform: translate(calc(sin(calc(((calc((90 - 15 * 2) / 1 * 0 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px), calc(cos(calc(((calc((90 - 15 * 2) / 1 * 0 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px));
  }
  .Ali_AI_wrap:hover .Ali_list_wrap .Ali_item:nth-child(2) {
    transform: translate(calc(sin(calc(((calc((90 - 15 * 2) / 1 * 1 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px), calc(cos(calc(((calc((90 - 15 * 2) / 1 * 1 + 15 + 180)) * 3.1415926536 + 15) / 180)) * 70px));
  }
}
.Ali_AI_wrap .Ali_start_btn,
.Ali_AI_wrap .Ali_end_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.Ali_AI_wrap .Ali_start_btn:hover,
.Ali_AI_wrap .Ali_end_btn:hover {
  cursor: pointer;
}
.Ali_AI_wrap .Ali_start_btn img,
.Ali_AI_wrap .Ali_end_btn img {
  width: 100%;
  display: flex;
}
.Ali_AI_wrap .Ali_end_btn {
  display: none;
}
.Ali_AI_wrap .Ali_list_wrap {
  position: relative;
  width: 70px;
  height: 70px;
}
.Ali_AI_wrap .Ali_list_wrap .Ali_item {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: -1;
  transition-duration: 0.2s;
}
.Ali_AI_wrap .Ali_list_wrap .Ali_item img {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .Ali_AI_wrap .Ali_list_wrap .Ali_item:hover {
    cursor: pointer;
  }
}
.Ali_AI_wrap .Ali_list_wrap .Ali_item span {
  font-size: 12px;
  position: absolute;
  z-index: -1;
  white-space: nowrap;
  right: 0;
  top: 0;
  opacity: 0;
  border-bottom: 1px solid #333;
  color: #333;
  display: block;
}
@media (min-width: 1024px) {
  .Ali_AI_wrap .Ali_list_wrap .Ali_item:hover span {
    animation-duration: 1s;
    animation-name: Ali_item_open;
    animation-fill-mode: forwards;
  }
}
@keyframes Ali_item_open {
  0% {
    opacity: 0;
    right: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    right: calc(100% + 6px);
  }
}
.iframe_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  z-index: 16;
}
@media (min-width: 768px) {
  .iframe_wrap {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    max-height: 600px;
    top: auto;
    left: auto;
    bottom: 100px;
    right: 30px;
    background-color: unset;
  }
}

.Ali_iframe {
  width: 100%;
  height: 100%;
  max-height: 600px;
  border: none;
  position: absolute;
  bottom: 0;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .Ali_iframe {
    border-radius: unset;
  }
}/*# sourceMappingURL=Ali.css.map */