﻿/* common */
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
  background-color: transparent;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}


/* ai style */
.ai-page {
  background-color: rgba(0, 26, 57, 1);
  overflow: hidden;
  font-family: SFPro, SFPro;
  height: 306vw;
}

@media(max-width:1400px) {
  .ai-page {
    height: 340vw;
  }
}

.ai-page .ai-page-container {
  margin: 0 auto;
  max-width: 100vw;
}

.ai-page .ai-page-container .ai-bg {
  position: relative;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item {
  position: absolute;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.color-1 {
  top: 0;
  right: 0;
  width: 54.06vw;
  height: 40.93vw;
  background: url(../image/COLOR-1.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.color-2 {
  top: 0;
  left: 0;
  width: 50.52vw;
  height: 43.23vw;
  background: url(../image/COLOR-2.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.color-3 {
  top: 52.55vw;
  left: 0;
  width: 72.86vw;
  height: 100vw;
  background: url(../image/COLOR-3.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.color-4 {
  top: 52.55vw;
  left: 0;
  width: 72.86vw;
  height: 100vw;
  background: url(../image/COLOR-4.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.color-5 {
  top: 106.04vw;
  left: 0;
  width: 72.08vw;
  height: 70.05vw;
  background: url(../image/COLOR-5.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.color-6 {
  top: 219.68vw;
  left: 56.15vw;
  width: 43.85vw;
  height: 70.05vw;
  background: url(../image/COLOR-6.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.color-7 {
  top: 253.07vw;
  left: 0;
  width: 46.98vw;
  height: 69.11vw;
  background: url(../image/COLOR-7.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.bg-1 {
  top: 2.6vw;
  left: 66.20vw;
  width: 64.84vw;
  height: 65.78vw;
  background: url(../image/BG-1.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.bg-2 {
  top: 55.42vw;
  left: -36.09vw;
  width: 85.10vw;
  height: 82.19vw;
  background: url(../image/BG-2.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.bg-3 {
  top: 209.64vw;
  left: -9.43vw;
  width: 50.68vw;
  height: 48.96vw;
  background: url(../image/BG-3.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.bg-4 {
  top: 263.75vw;
  left: 47.66vw;
  width: 123.80vw;
  height: 119.58vw;
  background: url(../image/BG-4.webp) 100% no-repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-bg .ai-bg-item.bg-repeatable {
  top: 0;
  left: 0;
  width: 100vw;
  height: 306vw;
  background: url(../image/BG-repeatable.webp) 100% repeat;
  background-size: 100% 100%;
}

.ai-page .ai-page-container .ai-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 306vw;
  padding: 20px;
  color: #FFF;
  align-items: center;
  text-align: center;
  font-size: 20px;
}



.ai-page .ai-page-container .ai-content .ai-section {}

.ai-page .ai-page-container .ai-content .page-header img {
  width: 17.19vw;
  margin-top: 3.125vw;
}

.ai-page .ai-page-container .ai-content .page-element-item {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.ai-page .ai-page-container .ai-content .page-element-item .item-content {
  max-width: 36.82vw;
  text-align: left;
  padding-top: 80px;
}

.ai-page .ai-page-container .ai-content .page-element-item .item-image img {
  width: 28.65vw;
}

.ai-page .ai-page-container .ai-content .page-element-item .item-content .title {

  font-family: MontserratRoman, MontserratRoman;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 52px;
  text-align: left;
  font-style: normal;
}

.ai-page .ai-page-container .ai-content .page-element-item .item-content .content {

  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.ai-page .ai-page-container .ai-content .page-advance {
  max-width: 62.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ai-page .ai-page-container .ai-content .page-advance .advance-item {
  width: 14.48vw;
  height: 8.33vw;
  background: linear-gradient(177deg, rgba(117, 251, 76, 0.23) 0%, rgba(255, 255, 255, 0.05) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.03);
  border-radius: 1.04vw;
  border: 1px solid #75FB4C;
  backdrop-filter: blur(2.6vw);
  padding: 1.04vw;
}

.ai-page .ai-page-container .ai-content .page-advance .advance-item img {
  width: 3.18vw;
}

.ai-page .ai-page-container .ai-content .page-advance .advance-item .advance-name {

  font-family: MontserratRoman, MontserratRoman;
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  text-align: center;
  font-style: normal;
}




.ai-page .ai-page-container .ai-content .page-full-image img {
  width: 100%;
  margin: 3.13vw 0;
}

.ai-page .ai-page-container .ai-content .page-app-link {}

.ai-page .ai-page-container .ai-content .page-app-link .app-box {
  margin-top: 16vw;
  position: relative;
}

.ai-page .ai-page-container .ai-content .page-app-link .app-bg-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2.76vw;
  width: 51.98vw;
  height: 16.04vw;
  background: #75FB4C;
  border-radius: 2.08vw;
  opacity: 0.1505;
}

.ai-page .ai-page-container .ai-content .page-app-link .app-bg-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1.38vw;
  width: 58.02vw;
  height: 16.04vw;
  background: #75FB4C;
  border-radius: 2.08vw;
  opacity: 0.35;
}

.ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62.5vw;
  height: 16.04vw;
  background: linear-gradient(180deg, #75FB4C 0%, rgba(6, 29, 64, 0.41) 100%);
  border-radius: 2.08vw;
  backdrop-filter: blur(16px);
}

.ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-demo-image {
  position: absolute;
  margin-top: -8.91vw;
  margin-left: -25vw;
  width: 15.16vw;
  height: 40.26vw;
}

.ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-get {
  margin-top: 2.76vw;
  margin-left: 22.77vw;
  font-weight: 600;
  font-size: 40px;
  color: #021935;
  line-height: 52px;
  text-align: left;
  max-width: 520px;
}

.ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-get .intro {
  font-weight: 400;
  font-size: 20px;
  color: #021935;
  line-height: 34px;
}

.ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-get .link {
  width: 18.44vw;
  margin-top: 1.6vw;
  cursor: pointer;
}

.ai-page .ai-page-container .ai-content .page-footer {
  margin-top: 38vw;
}

.ai-page .ai-page-container .ai-content .page-footer img {
  width: 15.05vw;
}


.ai-dialog-container {
  width: 50vw;
  background: rgba(0, 26, 57, 0.8);
  box-shadow: 17px 20px 66px 29px rgba(4, 20, 46, 0.65);
  border-radius: 15px;
  border: 2px solid #75FB4C;
  backdrop-filter: blur(8px);
  padding: 20px 60px;
}

.ai-dialog-container .dialog-logo img {
  width: 10.49vw;
}

.ai-dialog-container .dialog-content {
  width: 43.75vw;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;

}

.ai-dialog-container .dialog-hr {
  height: 1px;
  background: #75FB4C;
  backdrop-filter: blur(16px);
  margin: 1.04vw auto;
}

.ai-dialog-container .dialog-btn-confirm {
  width: 198px;
  height: 2.08vw;
  background: #75FB4C;
  border-radius: 1.04vw;
  line-height: 2.08vw;
  margin: 1.04vw auto;
  font-weight: 600;
  font-size: 16px;
  color: #041935;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

.ai-dialog-container .dialog-btn-close {
  position: absolute;
  top: 0.52vw;
  right: 1.04vw;
  width: 0.52vw;
  height: 0.52vw;
  color: #FFF;
  backdrop-filter: blur(0px);
  cursor: pointer;
}

.ml-3 {
  margin-left: 30px;
}

.text_2 {
  font-weight: bold;
  font-size: 56px;
  color: #FFFFFF;
  line-height: 68px;
  text-align: left;
  font-style: normal;
}

.text_3 {
  font-weight: bold;
  font-size: 56px;
  line-height: 68px;
  text-align: left;
  font-style: normal;
}

.text_4 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin-top: 32px;
}

.font_main {
  font-family: MontserratRoman, MontserratRoman;
}

.color_main {
  color: #75FB4C;
}

.sp-bg-1 {
  background: linear-gradient(180deg, #316D60 0%, rgba(3, 28, 56, 0) 100%);
  border-radius: 5.20vw 5.20vw 0 0;
  padding-top: 5.20vw;
  width: 100%;
}


@media(max-width:768px) {
  .ai-page {
    background-color: rgba(0, 26, 57, 1);
    overflow: hidden;
    font-family: SFPro, SFPro;
    height: 1420vw;
  }

  .ai-page .ai-page-container {
    margin: 0 auto;
    max-width: 100%;
  }

  .ai-page .ai-page-container .ai-bg {
    position: relative;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item {
    position: absolute;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.color-1 {
    top: 0;
    right: 0;
    width: 54.06vw;
    height: 40.93vw;
    background: url(../image/COLOR-11.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.color-2 {
    top: 0;
    left: 0;
    width: 50.52vw;
    height: 43.23vw;
    background: url(../image/COLOR-21.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.color-3 {
    top: 52.55vw;
    left: 0;
    width: 72.86vw;
    height: 100vw;
    background: url(../image/COLOR-31.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.color-4 {
    top: 52.55vw;
    left: 0;
    width: 72.86vw;
    height: 100vw;
    background: url(https://www.dreamznet.com/ai-finflare/static/MB/common/COLOR-4.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.color-5 {
    top: 106.04vw;
    left: 0;
    width: 72.08vw;
    height: 70.05vw;
    background: url(../image/COLOR-51.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.color-6 {
    top: 219.68vw;
    left: 56.15vw;
    width: 43.85vw;
    height: 70.05vw;
    background: url(../image/COLOR-61.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.color-7 {
    top: 253.07vw;
    left: 0;
    width: 46.98vw;
    height: 69.11vw;
    background: url(../image/COLOR-71.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.bg-1 {
    top: 2.6vw;
    left: 66.20vw;
    width: 64.84vw;
    height: 65.78vw;
    background: url(../image/BG-11.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.bg-2 {
    top: 55.42vw;
    left: -36.09vw;
    width: 85.10vw;
    height: 82.19vw;
    background: url(../image/BG-21.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.bg-3 {
    top: 209.64vw;
    left: -9.43vw;
    width: 50.68vw;
    height: 48.96vw;
    background: url(../image/BG-31.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.bg-4 {
    top: 263.75vw;
    left: 47.66vw;
    width: 123.80vw;
    height: 119.58vw;
    background: url(https://www.dreamznet.com/ai-finflare/static/MB/common/BG-4.webp) 100% no-repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-bg .ai-bg-item.bg-repeatable {
    top: 0;
    left: 0;
    width: 100vw;
    height: 306vw;
    background: url(../image/BG-repeatable1.webp) 100% repeat;
    background-size: 100% 100%;
  }

  .ai-page .ai-page-container .ai-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 306vw;
    padding: 20px;
    color: #FFF;
    align-items: center;
    text-align: center;
    font-size: 20px;
  }



  .ai-page .ai-page-container .ai-content .ai-section {}

  .ai-page .ai-page-container .ai-content .page-header img {
    width: 160px;
    margin-top: 3.125vw;
  }

  .ai-page .ai-page-container .ai-content .page-element-item {
    display: block;
    margin: 0 auto;
  }

  .ai-page .ai-page-container .ai-content .page-element-item .item-content {
    max-width: 100%;
    text-align: left;
    padding-top: 20px;
  }

  .ai-page .ai-page-container .ai-content .page-element-item .item-image img {
    width: 100%;
    margin-top: 20px;
  }

  .ai-page .ai-page-container .ai-content .page-element-item .item-content .title {

    font-family: MontserratRoman, MontserratRoman;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
  }

  .ai-page .ai-page-container .ai-content .page-element-item .item-content .content {

    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 20px;
    text-align: left;
    font-style: normal;
  }

  .ai-page .ai-page-container .ai-content .page-advance {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .ai-page .ai-page-container .ai-content .page-advance .advance-item {
    flex: 1 1 calc(50% - 20px);
    margin: 10px;
    height: auto;
    box-sizing: border-box;
    background: linear-gradient(177deg, rgba(117, 251, 76, 0.23) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.03);
    border-radius: 1.04vw;
    border: 1px solid #75FB4C;
    backdrop-filter: blur(2.6vw);
    padding: 20px 15px;
  }

  .ai-page .ai-page-container .ai-content .page-advance .advance-item img {
    width: 48px;
  }

  .ai-page .ai-page-container .ai-content .page-advance .advance-item .advance-name {

    font-family: MontserratRoman, MontserratRoman;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 18px;
    text-align: center;
    font-style: normal;
  }




  .ai-page .ai-page-container .ai-content .page-full-image img {
    width: 100%;
    margin: 4vw 0;
  }

  .ai-page .ai-page-container .ai-content .page-app-link {}

  .ai-page .ai-page-container .ai-content .page-app-link .app-box {
    margin-top: 44vw;
    position: relative;
  }

  .ai-page .ai-page-container .ai-content .page-app-link .app-bg-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -18vw;
    width: 72vw;
    height: 72vw;
    background: #75FB4C;
    border-radius: 4vw;
    opacity: 0.1505;
  }

  .ai-page .ai-page-container .ai-content .page-app-link .app-bg-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -14vw;
    width: 83.74vw;
    height: 72vw;
    background: #75FB4C;
    border-radius: 4vw;
    opacity: 0.35;
  }

  .ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92vw;
    height: 92vw;
    background: linear-gradient(180deg, #75FB4C 0%, rgba(6, 29, 64, 0.41) 100%);
    border-radius: 2.08vw;
    backdrop-filter: blur(16px);
  }

  .ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-demo-image {
    position: absolute;
    margin-top: 4vw;
    margin-left: -42vw;
    width: 37.33vw;
    height: 100vw;
  }

  .ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-get {
    margin-top: 8vw;
    margin-left: 48vw;
    font-weight: 600;
    font-size: 26px;
    color: #021935;
    line-height: 32px;
    text-align: left;
    max-width: 40vw;
  }

  .ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-get .intro {
    margin-top: 4vw;
    font-weight: 400;
    font-size: 12px;
    color: #021935;
    line-height: 20px;
  }

  .ai-page .ai-page-container .ai-content .page-app-link .app-bg-3 .app-get .link {
    width: 38.44vw;
    margin-top: 8vw;
    cursor: pointer;
  }

  .ai-page .ai-page-container .ai-content .page-footer {
    margin-top: 100vw;
  }

  .ai-page .ai-page-container .ai-content .page-footer img {
    width: 50%;
  }


  .ai-dialog-container {
    width: 89.33vw;
    background: rgba(0, 26, 57, 0.8);
    box-shadow: 17px 20px 66px 29px rgba(4, 20, 46, 0.65);
    border-radius: 15px;
    border: 2px solid #75FB4C;
    backdrop-filter: blur(8px);
    padding: 4vw;
  }

  .ai-dialog-container .dialog-logo img {
    width: 50%;
  }

  .ai-dialog-container .dialog-content {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;

  }

  .ai-dialog-container .dialog-hr {
    height: 1px;
    background: #75FB4C;
    backdrop-filter: blur(16px);
    margin: 4vw auto;
  }

  .ai-dialog-container .dialog-btn-confirm {
    width: 198px;
    height: 10.67vw;
    background: #75FB4C;
    border-radius: 5.33vw;
    line-height: 10.67vw;
    margin: 4vw auto;
    font-weight: 600;
    font-size: 16px;
    color: #041935;
    text-align: center;
    font-style: normal;
    cursor: pointer;

  }

  .ai-dialog-container .dialog-btn-close {
    display: none;
  }

  .ml-3 {
    margin-left: 30px;
  }

  .text_2 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
  }

  .text_3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    font-style: normal;
  }

  .text_4 {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-top: 15px;
  }

  .font_main {
    font-family: MontserratRoman, MontserratRoman;
  }

  .color_main {
    color: #75FB4C;
  }

  .sp-bg-1 {
    background: linear-gradient(180deg, #316D60 0%, rgba(3, 28, 56, 0) 100%);
    border-radius: 5.20vw 5.20vw 0 0;
    padding-top: 5.20vw;
    width: 100vw;
    transform: translateX(-20px);
  }

}