/* 头部 */
.aso-header-wrapper {
  width: 100vw;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #f7f8fa;
  box-shadow: 0 4px 5px 1px rgba(33, 89, 229, .05);
  /* border-bottom: 1px solid #ebecf0; */
}

.aso-header-wrapper .aso-header {
  height: 100%;
  line-height: 80px;
}

.aso-header .aso-header-logo {
  width: 283px;
  height: 28px;
}

.aso-header #t_link:hover {
  color: #fff;
  background: #2259e5;
  opacity: 0.8;
}

.aso-header #call:hover {
  opacity: 0.8;
}

/* 聚焦图 */
.aso-brand {
  position: relative;
  width: 100vw;
  height: 650px;
  min-width: 1280px;
  overflow: hidden;
}

.carousel-list {
  position: relative;
  width: 100vw;
  height: 56.25vw;
}

.aso-brand-first {
  background-color: #000;
  background-image: url("../../images/aso/aso-focus.png");
}

.aso-carousel-item {
  width: 100vw;
  height: 500px;
  min-width: 1280px;
}

.aso-banner {

  width: 100%;
  height: 650px;
  background: #2564e8;
  padding: 115px 0 121px;
  position: relative;
  display: flex;
  justify-content: center;
}

.aso-banner-win {
  background: #2159e5;
}

.aso-banner .banner-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}

.aso-banner .banner-left {
  left: 0;
  width: 380px;
}

.aso-banner .banner-right {
  right: 0;
  width: 338px;
}

.aso-banner .inner-giant-screen {

  width: 1150.82px;
  height: 413.5px;
  position: relative;
}

.aso-banner .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;

}

.aso-banner .video-bg .video-js {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.aso-banner .inner-giant-screen .inner-left-text {
  width: 581px;
  margin-right: 13px;
  color: #fff;
}

.aso-banner .inner-giant-screen .inner-right-image {
  width: 628.82px;
  height: 551px;
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}

.dd-flex {
  display: flex;
}

.aso-banner .inner-giant-screen .inner-left-text .title {
  width: 100%;
  height: 70px;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 14px;
  font-weight: 600;
}

.aso-banner .inner-giant-screen .inner-left-text .desc-title {
  width: 100%;
  height: 42px;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 90px;
}

.aso-banner .inner-giant-screen .inner-left-text .indu-text {
  width: 100%;
  height: 61px;
  margin-bottom: 40px;

}

.aso-banner .inner-giant-screen .inner-left-text .button-box {
  width: 173px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  text-align: center;
  cursor: pointer;
  font-size: 18px;

  font-weight: 500;
  color: #2259E5;
  line-height: 50px;
  margin-top: 40px;
}

.aso-banner .inner-giant-screen .inner-left-text .call-back {
  width: 173px;
  height: 50px;

  background: #F8A12B;
  border-radius: 8px;
  border: 1px solid #F8A12B;
  text-align: center;
  cursor: pointer;
  font-size: 18px;

  font-weight: 500;
  color: #fff;
  line-height: 50px;
  margin-top: 40px;
  margin-left: 20px;
}

.aso-banner .inner-giant-screen .inner-left-text .indu-text .center {
  margin-left: 47px;
  margin-right: 32px;
}

.aso-banner .inner-giant-screen .inner-left-text .indu-text .num {
  height: 37px;
  font-size: 32px;
  font-weight: bold;
  line-height: 37px;
  margin-bottom: 4px;
  position: relative;
}

.aso-banner .inner-giant-screen .inner-left-text .indu-text .num-desc {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.aso-banner .inner-giant-screen .inner-left-text .action-box {
  position: relative;
  display: flex;
  align-items: center;
}

.aso-banner .inner-giant-screen .inner-left-text .action-box .wechat-box {
  display: none;

  background-image: url("../../images/aso/wechat-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 176px;
  height: 212px;
  border-radius: 8px;
  position: absolute;
  bottom: 58px;
  left: -2px;

}

.aso-banner .inner-giant-screen .inner-left-text .action-box .wechat-box .text {
  font-weight: 600;
  font-size: 17px;
  color: #2259e5;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}

.aso-banner .inner-giant-screen .inner-left-text .action-box .wechat-box .img-box {
  margin: 9px auto;
  width: 126px;
  height: 126px;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 10px;
}

.aso-banner .inner-giant-screen .inner-left-text .action-box .wechat-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aso-banner .inner-giant-screen .inner-left-text .action-box .wechat-box .text-2 {
  font-size: 14px;
  color: #74757a;
  text-align: center;
}



.carousel-list .img-item {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
}

.carousel-list .img-item-active {
  z-index: 2;
  animation: fade-in-img 0.5s ease 0s 1 normal both;
}

.aso-foucs-content {
  text-align: center;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
}

.foucus-banner {
  margin-top: 91px;
  width: 308px;
  height: 97px;
}

.title-content-main {
  margin-top: 23px;
  font-size: 40px;
  font-weight: 600;
}

.title-content-sub {
  margin: 10px auto;
  width: 613px;
  font-size: 15px;
  letter-spacing: 1px;
}

.title-content-sub .content-sub-r {
  width: 258px;
  text-align: left;
}

.foucus-button {
  margin-top: 13px;
  width: 173px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 8px;
  border: none;
}

.foucus-button:hover {
  opacity: 0.8;
}

.title-content-desc {
  margin: 36px auto 0 auto;
  width: 837px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(270deg,
      rgba(1, 49, 87, 0) 0%,
      rgba(1, 43, 75, 0.72) 20%,
      #002138 50%,
      rgba(0, 34, 59, 0.78) 76%,
      rgba(0, 35, 61, 0) 100%);
}

.aso-emphasis {
  color: #ff7a29;
  font-size: 22px;
  font-weight: 600;
}

/* 全案优化服务 */
.aso-youhua-wrapper {
  padding-top: 1px;
  width: 100vw;
  height: 645px;
  background: url("../../images/aso/youhua-bg.png") no-repeat;
  background-position: 50%;
  background-size: cover;
}

.aso-youhua-content {
  display: flex;
  justify-content: space-between;
  margin-top: 61px;
}

.youhua-item {
  position: relative;
  padding: 29px 0 0 37px;
  width: 300px;
  height: 382px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ebecf0;
  cursor: pointer;
}

.youhua-item:nth-child(1) {
  box-shadow: 0px 20px 38px 0px rgba(136, 153, 195, 0.12);
}

.youhua-item-content {
  width: 227px;
}

.youhua-item .youhua-item-index {
  font-size: 50px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #2259e5;
  opacity: 1;
}

.youhua-item .youhua-item-title {
  margin: 10px 0 16px 0;
  font-size: 24px;
  font-weight: 500;
  color: #111111;
}

.youhua-item .youhua-item-desc {
  color: #74757a;
}

.youhua-item .youhua-item-animate {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}

.youhua-item .item-animate-top {
  margin-bottom: -30px;
}

.item-hover-animate {
  animation: bounce-up 1.4s linear infinite;
}

/* 为什么选择点点 */
.aso-what-wrapper {
  position: relative;
  padding-top: 1px;
  width: 100vw;
  height: 680px;
  background: #f6f9fe;
}

.aso-what-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.aso-what-contnet {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 61px;
  z-index: 2;
}

.what-item {
  position: relative;
  margin: 0 0 52px 0;
  width: 390px;
  height: 188px;
  border-radius: 10px;
  cursor: pointer;
}

.what-item .what-item-front {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ebecf0;
  animation-duration: 700ms;
}

.what-item .item-front-contnet {
  display: flex;
  align-items: center;
  padding: 0 26px 0 40px;
  width: 100%;
  height: 100%;
}

.what-item .what-item-behind {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2259e5;
  border-radius: 10px;
  box-shadow: rgb(79 106 146 / 30%) 0px 40px 60px -20px,
    rgb(62 84 116 /30%) 0px 40px 30px -0.8rem;
  animation-duration: 700ms;
}

.what-item .item-behind-contnet {
  padding: 33px 29px 0 43px;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
}

.item-behind-contnet .item-behind-more {
  width: 100%;
  color: #fff;
  text-align: right;
}

.item-behind {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.item-behind-more .behind-more-next {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.what-item .what-item-img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

.what-item .what-item-img img {
  width: 100%;
  height: 100%;
}

.what-item .what-item-title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

.what-item .what-item-desc {
  font-size: 14px;
  color: #74757a;
  line-height: 25px;
}

/* 优化对接流程 */
.aso-flow-wrapper {
  position: relative;
  padding-top: 1px;
  width: 100vw;
  height: 640px;
  color: #fff;
  background: linear-gradient(180deg, #0e0c27 0%, #2f3c79 100%);
}

.aso-flow-wrapper .model-title {
  color: #fff;
}

.aso-flow-sub {
  margin-top: 11px;
  margin-bottom: 60px;
  text-align: center;
}

.aso-flow-content {
  position: relative;
  height: 441px;
  text-align: center;
}

.flow-line-img {
  position: absolute;
  left: 50%;
  bottom: 249px;
  width: 1062px;
  height: 24px;
  transform: translateX(-50%);
}

.flow-item {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
}

.flow-item .flow-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 53px;
}

.flow-item-img .flow-item-icon {
  width: 100%;
  height: 100%;
}

.flow-item .flow-item-title {
  font-size: 18px;
}

.flow-item .item-title-bottom {
  margin-top: 15px;
}

.flow-item .item-title-top {
  margin-bottom: 15px;
}

.flow-item:nth-child(1) {
  left: 56px;
  bottom: 84px;
}

.flow-item:nth-child(2) {
  left: 226px;
  top: 0;
}

.flow-item:nth-child(3) {
  left: 370px;
  bottom: 84px;
}

.flow-item:nth-child(4) {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.flow-item:nth-child(5) {
  right: 387px;
  bottom: 84px;
}

.flow-item:nth-child(6) {
  right: 226px;
  top: 0;
}

.flow-item:nth-child(7) {
  right: 34px;
  bottom: 84px;
}

/* 案例展示 */
.aso-case-wrapper {
  padding-top: 1px;
  width: 100vw;
  height: 948px;
  background-image: url("../../images/aso/aso-case-bg.png");
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 419px 425px;
}

.anli-swiper-wrapper {
  position: relative;
  margin: 0 auto;
  width: 1219px;
}

.swiper-container {
  width: 1064px;
  height: 752px;
}

/* .swiper-wrapper {
  position: absolute;
} */
.anli-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1004px;
  height: 511px;
  box-shadow: 0px 8px 38px 0px rgba(136, 153, 195, 0.2);
  border-radius: 30px;
}

.animate-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animate-slide:nth-child(1) {
  display: block;
}

.animate-slide:nth-child(2) {
  display: none;
}

.animate-slide:nth-child(3) {
  display: none;
}

.animate-slide .slide-bg-img {
  position: absolute;
  top: 32px;
  right: 275px;
}

.swiper-slide {
  position: relative;
}

.slide-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 68px;
  top: 50%;
  width: 432px;
  height: 511px;
  transform: translateY(-50%);
}

.slide-item-1 {
  background-image: url("../../images/aso/slide-bg-01.png");
  background-repeat: no-repeat;
  background-position: 32px 543px;
  background-size: 179px 150px;
}

.slide-item-title {
  margin-bottom: 52px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
}

.slide-item-title .slide-item-logo {
  width: 66px;
  height: 66px;
  vertical-align: middle;
}

.slide-item-desc {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.slide-sub-step .slide-sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.slide-sub-step .slide-sub-desc {
  font-size: 14px;
  line-height: 24px;
}

.slide-item-desc .item-desc-step {
  margin-right: 31px;
  font-size: 52px;
  font-family: JCHEadA;
  color: #2259e5;
  line-height: 53px;
  opacity: 0.3;
}

.slide-item-img {
  position: absolute;
  right: -179px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 888;
}

.slide-item-img .item-img {
  width: 545px;
  height: 940px;
}

.slide-item-img .animate-img {
  animation: 400ms cubic-bezier(0, 0, 0, 1) 0s 1 normal both running scale-out;
}

.swiper-progress-wrapper {
  position: absolute;
  left: 162px;
  bottom: 66px;
}

.progress-index {
  display: inline-block;
  font-size: 26px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #2259e5;
  line-height: 30px;
}

.eomejj {
  display: inline-block;
}

.progress-total {
  display: inline-block;
  font-size: 20px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #abaeba;
  line-height: 24px;
}

.progress-bar-sub {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: rgb(3, 117, 255);
  border-radius: 3px;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.progress-bar {
  display: inline-block;
  width: 180px;
  height: 5px;
  background: #2259e5;
  border-radius: 3px;
  opacity: 0.2;
  transform: translateX(-65px);
}

.tabs-button-prev,
.tabs-button-next {
  color: #abaeba;
  cursor: pointer;
}

.tabs-button-prev:hover,
.tabs-button-next:hover {
  color: #2259e5;
}

.tabs-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tabs-button-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

/* 联系我们 */
.aso-contact-wrapper {
  position: relative;
  padding-top: 1px;
  width: 100vw;
  height: 590px;
  /* background-image: url("../../images/aso/aso-contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; */
  background-color: #F6F9FE;
}

.aso-contact-wrapper .form-and-qrcode {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;

}

.putin-call-ipt {
  width: 700px;
  margin-right: 40px;
}

.aso-contact-wrapper .aso-model-title-wrapper {
  text-align: center;
}

.aso-contact-wrapper .model-title {
  color: #fff;
}

.aso-contact-sub {
  margin-top: 16px;
  color: #fff;
  text-align: center;
}

.putin-call-ipt .call-ipt-items {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 20px;
}

.putin-call-ipt .call-ipt {
  padding-left: 16px;
  width: 100%;
  height: 48px;

  font-size: 16px;
  background: #fff;
  border-radius: 8px;
  border: none;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.putin-call-ipt .call-ipt::placeholder,
.putin-call-ipt .call-textarea::placeholder {
  font-size: 16px;
  color: #74757A;

  /* color: #ffffff; */
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid #dc3545;
}

.putin-call-ipt .call-textarea {
  padding: 14px 0 0 16px;
  resize: none;
  width: 100%;
  height: 120px;

  font-size: 16px;

  background: #fff;
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
}

.putin-call-btn {
  margin-top: 48px;
  text-align: center;
}

.putin-call-btn .call-btn {
  width: 202px;
  height: 52px;
  color: #fff;
  font-weight: 600;
  background: #2259E5;
  border-radius: 8px;
}

.qrcode-box {

  height: 428px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EBECF0;
  padding: 0 22px;
  text-align: center;
  flex: 1;

}

.qrcode-box .title {
  margin-top: 27px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 32px;

}

.qrcode-box .qr-code {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 12px;
  background: #f7f8fa;
}

.qrcode-box .name {
  font-size: 18px;

  font-weight: 400;
  color: #111;
  line-height: 25px;
  margin-top: 16px;
}


.qrcode-box .qr-code img {
  width: 100%;
  height: 100%;
}

.putin-call-btn .call-btn:hover {
  opacity: 0.9;
}

/* 底部 */
.aso-footer-wrapper {
  width: 100vw;
  height: 310px;
  background: #02184a;
}

.aso-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1280px;
  height: 100%;
}

.footer-content-logo {
  display: flex;
  align-items: center;
}

.footer-content-logo .logo-box {
  width: 115px;
  height: 115px;
  border-radius: 7px;
  background: #fff;
  padding: 6px;
  margin-right: 18px;
}

.footer-content-logo .logo-box img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.footer-content-logo .logo-info {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}

.footer-content-logo .logo-info .font-600 {
  font-weight: 600;

}

.aso-footer-content .logo-desc {
  font-size: 13px;

  font-weight: 600;
  color: #fff;
  line-height: 28px;
  letter-spacing: 13px;

  margin-top: 6px;
}



.footer-desc {
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
}

.footer-desc .value {
  color: #fff;
}

.aso-system-wrapper {
  background-color: #001037;
  color: rgba(255, 255, 255, 0.5);
}

.aso-map-wrapper {
  position: relative;
  width: 477px;
  height: 222px;
  padding: 6px;
  background-color: #34466e;
  border-radius: 20px;
}

#mapContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 465px;
  height: 210px;
  border-radius: 14px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

#mapContainer a img, #mapContainer .logo-text, #mapContainer .tmap-scale-control {
  display: none !important;
}

/* 右侧悬浮 */
.putin-fixed-r {
  display: none;
  position: fixed;
  right: 26px;
  bottom: 200px;
  width: 80px;
  height: 240px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background: #2258e4;
  border-radius: 10px;
  /* overflow: hidden; */
  z-index: 9999;
}

.fixed-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  cursor: pointer;
}

.fixed-item:nth-child(1) {
  border-radius: 10px 10px 0px 0px;
}

.fixed-item:nth-child(3) {
  border-radius: 0px 0px 10px 10px;
}

.fixed-item:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* .fixed-item:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
} */

.fixed-item:hover {
  background: #1c4dcb;
}

.fixed-item-qr {
  display: none;
  position: absolute;
  left: -130px;
  top: 0;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 12px 0px rgba(34, 89, 229, 0.12);
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
  padding: 8px;
  background: #fff;
}

.fixed-item .fixed-item-phone {
  display: none;
  position: absolute;
  top: 0;
  left: -235px;
  padding-top: 20px;
  width: 225px;
  height: 96px;
  color: #111111;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(34, 89, 229, 0.12);
  border-radius: 10px;
}

/* ad悬浮 */
.aso-ad-warpper {
  width: 100vw;
  min-width: 1280px;
  height: 138px;
  background: url("../../images/aso/fixed-ad.png") no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: 999;
}

.aso-ad-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
}

.aso-ad-warpper .aso-ad-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 764px;
  height: 70px;
  font-size: 22px;
  color: #fff;
  /* transform: translateX(-50%); */
}

.aso-ad-content .aso-ad-tag {
  color: #ffc95d;
  font-size: 32px;
}

.aso-ad-content .aso-ad-link {
  font-size: 20px;
  cursor: pointer;
}

/* .aso-ad-absolute {
  position: absolute;
} */
.aso-ad-warpper .aso-ad-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 地图 */
.anchorBL {
  display: none;
}

.ask {
  opacity: 1;
  transform: translateY(0px);

  line-height: 18px;
  overflow: hidden;
  transition-delay: 0.1s;


}

.ask::before {
  content: attr(data-text);
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ask span {
  display: inline-block;
  color: inherit;
  height: 18px;
}

.ask:before,
.ask>span {
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.ask-add>span {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: none;
}

.mourse-on::before {
  opacity: 0;
  transform: translateY(20px);
}

/* ASO 表单弹窗 */
.aso-form-dialog-wrapper {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transform: translate(-50%, -50%);
}

.aso-form-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 517px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(31, 35, 41, 0.1);
  border-radius: 8px;
  z-index: 777;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.aso-form-dialog-title {
  background: linear-gradient(0deg, rgba(158, 186, 255, 0) 0%, rgba(158, 186, 255, 0.61) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  height: 60px;

  font-size: 16px;
  font-weight: 600;
  color: #1f2329;
}

.aso-form-dialog-title-no-bg {
  background: none !important;
}

.aso-form-dialog-close {

  color: #9ca2a9;
  cursor: pointer;
}

.aso-form-dialog-close:hover {
  color: #2259E5 !important;
}

.aso-form-dialog-body {
  padding: 0 24px 24px 24px;

}

.aso-form-dialog-success {
  width: 100%;
  height: 660px;
  align-items: center;
  justify-content: center;
  display: none;

}

.aso-form-dialog-success .success-box {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;

}

.aso-form-dialog-success .success-box .img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

.aso-form-dialog-success .success-box .msg-1 {
  font-weight: 600;
  font-size: 18px;
  color: #111;
  line-height: 25px;
}

.aso-form-dialog-success .success-box .msg-2 {
  font-weight: 400;
  font-size: 14px;
  color: #74757a;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 13px;
}

.aso-form-dialog-success .success-box .btn {
  min-width: 96px;
  cursor: pointer;
  border: 1px solid #ebecf0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #74757a;
  line-height: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #2259e5;
  color: #fff;
  background: #2259e5;
}

.aso-form-dialog-success .success-box .btn:hover {
  opacity: 0.8;
}



.aso-form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.aso-form-label {
  line-height: 36px;
  padding-top: 0;
}

.aso-form-row2 {
  margin: 20px 0;
  border-top: 1px solid #EBECF0;
}

.aso-form-label {
  flex: 0 0 70px;
  font-size: 14px;
  color: #1f2329;
  text-align: right;
  margin-right: 12px;
}

.aso-form-required {
  color: #f5222d;
  margin-right: 4px;
}

.aso-form-field {
  flex: 1;
  line-height: 36px;
}

.aso-form-field-inline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aso-form-input,
.aso-form-select,
.aso-form-textarea {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #EBECF0;
  border-radius: 4px;
  outline: none;
}

.aso-form-input:focus,
.aso-form-select:focus,
.aso-form-textarea:focus {
  border-color: #2259e5;
}

.aso-form-select {
  width: 122px;
  max-width: 122px;
  padding: 0 8px;
}

/* 自定义下拉组件（带图标） */
.aso-select {
  position: relative;
  width: 125px;
  max-width: 125px;
  font-size: 14px;
}

.aso-select .aso-select-label-active {

  font-size: 14px !important;
}

.aso-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 0 8px;
  box-sizing: border-box;
  border: 1px solid #EBECF0;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.aso-select-left {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.aso-select-left img {
  margin-right: 2px;
  width: 20px;
  height: 20px;
  object-fit: contain;

}

.aso-select-label {
  white-space: nowrap;
}

.aso-select-arrow {
  font-size: 16px;
  color: #9ca2a9;
  transform: rotate(270deg);
}

.aso-select-options {
  position: absolute;
  left: 0;
  top: 34px;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;


  border-top: none;
  z-index: 10001;
  display: none;
}

.aso-select-option {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  cursor: pointer;
}

.aso-select-option img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 2px;
}

.country-options .aso-select-option-country {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  cursor: pointer;

}

.aso-select-option:hover {

  background-color: #e9eefc;
  color: #4e7aea;
}

.aso-select-option-active {

  background-color: #e9eefc;
  color: #4e7aea;
}

.aso-select-open .aso-select-options {
  display: block;
}

.aso-form-input-1 {
  flex: 1;
}

.aso-form-textarea {
  resize: vertical;
  min-height: 80px;
}

.aso-form-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.aso-form-dialog-cancel,
.aso-form-dialog-submit {
  min-width: 96px;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.aso-form-dialog-cancel:hover {
  color: #2259e5;
  border-color: #bdcdf7;
}

.aso-form-dialog-submit:hover {
  opacity: 0.8;
}

.aso-form-dialog-cancel {
  color: #1f2329;
  background: #ffffff;
  border: 1px solid #dcdfe6;
}

.aso-form-dialog-submit {
  color: #ffffff;
  background: #2259e5;
  border: 1px solid #2259e5;
}

/* 应用商店选项 */
.aso-store-options {
  display: flex;
  gap: 16px;
}

.aso-store-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;

  font-size: 14px;
  color: #111;
  background: #ffffff;
  border: 1px solid #EBECF0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 152px;
}

.aso-store-option .market-img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.aso-store-option:hover {
  border-color: #2259e5;
  color: #2259e5;
}

.aso-store-option-active {
  color: #2259e5;
  background: #f0f5ff;
  border-color: #2259e5;
}

.aso-store-option input[type="radio"]:checked+label,
.aso-store-option-active {
  color: #2259e5;
  background: #f0f5ff;
  border-color: #2259e5;
}

/* 搜索输入框包装器 */
.aso-form-input-wrapper {
  position: relative;
  width: 100%;
}

.aso-form-input-wrapper .aso-form-input {
  padding-right: 36px;
}

/* 复选框组 */
.aso-checkbox-group {
  display: flex;
  line-height: 36px;
  gap: 12px;
}

.aso-checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.aso-checkbox-custom {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;

  border: 1px solid #ABAEBA;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  flex-shrink: 0;
}

.aso-checkbox-item input[type="checkbox"]:checked+.aso-checkbox-custom,
.aso-checkbox-item input[type="checkbox"][checked]+.aso-checkbox-custom {
  background: rgba(34, 89, 229, 0.05) !important;
  border-color: #2259e5;
  transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.aso-checkbox-item input[type="checkbox"]:checked+.aso-checkbox-custom::after,
.aso-checkbox-item input[type="checkbox"][checked]+.aso-checkbox-custom::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 3px;
  height: 7px;
  border: solid #2259e5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform .15s ease-in .05s;
}

.aso-checkbox-item:hover .aso-checkbox-custom {
  border-color: #2259e5;
}

.aso-checkbox-label {
  font-size: 14px;
  color: #1f2329;
}

/* 单选按钮组 */
.aso-radio-group {
  display: flex;
  gap: 24px;
}

.aso-radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.aso-radio-custom {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 1px solid #ABAEBA;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s;
  flex-shrink: 0;
}

.aso-radio-item input[type="radio"]:checked+.aso-radio-custom,
.aso-radio-item input[type="radio"][checked]+.aso-radio-custom {
  border: 1px solid #2259e5;
  background: rgba(34, 89, 229, 0.05);
}

.aso-radio-item input[type="radio"]:checked+.aso-radio-custom::after,
.aso-radio-item input[type="radio"][checked]+.aso-radio-custom::after {

  content: "";

  border-top: 0;
  border-left: 0;
  width: 3px;
  height: 7px;
  position: absolute;
  left: 5px;
  top: 2px;
  transform: rotate(45deg);
  border-radius: 0;
  background: transparent;
  border: solid #2259e5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform .15s ease-in .05s;
}

.aso-radio-item:hover .aso-radio-custom {
  border-color: #2259e5;
}

.aso-radio-label {
  font-size: 14px;
  color: #1f2329;
}

/* 国家/地区下拉样式调整 */
#asoCountrySelect {
  width: 100%;
  max-width: 100%;
}

#asoCountrySelect .aso-select-trigger {
  width: 100%;
}

#asoCountrySelect .country-options {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

/* 国家选项样式 */
.country-flag-icon {
  width: 21px;
  height: 14px;
  margin-right: 8px;
  border-radius: 2px;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #f5f5f5;
}

.country-flag-icon.selected {
  width: 21px;
  height: 14px;
  margin-right: 6px;
}

.country-name {
  flex: 1;
  font-weight: 500;
  color: #333;
}

.country-code {
  color: #999;
  font-size: 12px;
  margin-left: 8px;
}

#asoCountrySelect .aso-select-option {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

#asoCountrySelect .aso-select-option-country:hover {

  background-color: #e9eefc;

}

#asoCountrySelect .aso-select-option-country:hover .country-name {
  color: #4e7aea;
}

#asoCountrySelect .aso-select-option:last-child {
  border-bottom: none;
}

#asoCountrySelect .aso-select-option-active {
  background-color: #e9eefc;
  color: #4e7aea;
}

#asoCountrySelect .aso-select-trigger .aso-select-label {
  display: flex;
  align-items: center;
}

/* 滚动条样式 */
#asoCountrySelect .country-options::-webkit-scrollbar {
  width: 6px;
}

#asoCountrySelect .country-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#asoCountrySelect .country-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

#asoCountrySelect .country-options::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/* 应用搜索下拉样式 */
.aso-app-search-wrapper {
  position: relative;
  border: 1px solid #EBECF0;
  border-radius: 4px;
  height: 36px;
  display: flex;
  align-items: center;

}

.aso-app-search-wrapper .aso-form-input {
  border: none;
}

.aso-app-search-wrapper .aso-app-search-selected {
  min-width: 81px;
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  color: #111;
  border-radius: 4px;
  padding: 0 8px;
  align-items: center;
  font-size: 12px;
  width: fit-content;
  height: 20px;
  margin-left: 6px;
}

.aso-app-search-wrapper .aso-app-search-selected .aso-app-search-selected-close {
  cursor: pointer;
  font-size: 12px;
  margin-left: 8px;
}

.aso-app-search-wrapper .aso-app-search-icon {
  cursor: pointer;

}

.aso-app-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #EBECF0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 10001;
  margin-top: 10px;
  max-height: 260px;

}

.aso-app-options {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  overflow-y: auto;
  height: 252px;
}

.aso-app-loading {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
}

.aso-app-option {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s ease;

}

.aso-app-option:hover {
  background: rgba(255, 115, 0, 0.1);
}

.aso-app-option.aso-app-option-active {
  background: rgba(255, 115, 0, 0.1);
}

.aso-app-option.aso-app-option-selected {
  background: #f0f5ff;
  border-left: 3px solid #2259e5;
}

.aso-app-option-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #f5f5f5;
}

.aso-app-option-name {
  font-size: 14px;
  color: #111;
  flex: 1;
}



.aso-app-no-result {
  padding: 20px;
  text-align: center;

  font-size: 14px;

  color: #999;

  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
}

/* 应用搜索下拉滚动条样式 */
.aso-app-options::-webkit-scrollbar {
  width: 8px;
}

.aso-app-options::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}

.aso-app-options::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.aso-app-options::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}