.indexpage {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  color: #010101;
  font-size: 16px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .indexpage {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .indexpage {
    font-size: 12px;
  }
}
.indexpage * {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
}
.indexpage input,
.indexpage textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
.indexpage img {
  max-width: 100%;
}
.indexpage .fcblue {
  color: #1a9cee;
}
.indexpage .m_wrap {
  width: 1400px;
  width: calc(1400 / 1920 * 100vw);
  margin: 0 auto;
}
@media (max-width: 750px) {
  .indexpage .m_wrap {
    width: 90%;
  }
}
.indexpage .m_tit1 {
  font-size: 64px;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .indexpage .m_tit1 {
    font-size: calc(64 / 1920 * 100vw);
    margin-bottom: clamp(20px, calc(50 / 1920 * 100vw), 50px);
  }
}
@media (max-width: 960px) {
  .indexpage .m_tit1 {
    font-size: 24px;
  }
}
.indexpage .banner {
  position: relative;
  background-color: #f0f3f8;
}
@media (max-width: 960px) {
  .indexpage .banner {
    text-align: center;
    height: 100vh;
  }
}
.indexpage .banner .bg {
  display: block;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: right center;
  -o-object-position: right center;
}
@media (max-width: 1920px) {
  .indexpage .banner .bg {
    height: calc(640 / 1440 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .bg {
    display: none;
  }
}
.indexpage .banner .plat {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 960px) {
  .indexpage .banner .plat {
    display: block;
  }
}
.indexpage .banner .text {
  position: absolute;
  z-index: 2;
  left: 80px;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1920px) {
  .indexpage .banner .text {
    left: calc(80 / 1920 * 100vw);
    right: calc(80 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text {
    top: calc(80 / 1080 * 100vh);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
}
.indexpage .banner .text .content {
  width: 950px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .content {
    width: calc(950 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .content {
    width: auto;
  }
}
.indexpage .banner .text .slogan {
  height: 48px;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .slogan {
    height: calc(48 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .slogan {
    height: calc(40 / 960 * 100vw);
    margin: 0 auto calc(40 / 960 * 100vw);
  }
}
.indexpage .banner .text .title {
  font-size: 64px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.1;
  letter-spacing: -2px;
  color: transparent;
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .title {
    font-size: calc(64 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .title {
    font-size: calc(60 / 960 * 100vw);
    margin-bottom: calc(40 / 960 * 100vw);
  }
}
.indexpage .banner .text .desc {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .desc {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .desc {
    font-size: calc(32 / 960 * 100vw);
    margin-bottom: calc(40 / 960 * 100vw);
  }
}
.indexpage .banner .text .list {
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .list {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: calc(40 / 960 * 100vw);
  }
}
.indexpage .banner .text .list ul {
  margin-right: 50px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .list ul {
    margin-right: calc(50 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list ul {
    display: -webkit-flex;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.indexpage .banner .text .list ul:last-child {
  margin-right: 0;
}
.indexpage .banner .text .list li {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .list li {
    font-size: calc(16 / 1920 * 100vw);
    margin-top: calc(30 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list li {
    font-size: calc(16 / 960 * 100vw);
    margin-top: 0;
    width: calc(290 / 960 * 100vw);
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.indexpage .banner .text .list li:first-child {
  margin-top: 0;
}
.indexpage .banner .text .list .icon {
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .list .icon {
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list .icon {
    justify-content: center;
    margin-bottom: calc(15 / 960 * 100vw);
  }
}
.indexpage .banner .text .list .icon img {
  width: 32px;
  height: 32px;
  flex: none;
  margin-right: 10px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .list .icon img {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw);
    margin-right: calc(10 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list .icon img {
    width: calc(32 / 960 * 100vw);
    height: calc(32 / 960 * 100vw);
    margin-right: calc(10 / 960 * 100vw);
  }
}
.indexpage .banner .text .list .word {
  color: transparent;
  font-size: 22px;
  line-height: 1;
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  background-clip: text;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .list .word {
    font-size: calc(22 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list .word {
    font-size: calc(22 / 960 * 100vw);
  }
}
.indexpage .banner .text .list .word .fzbig {
  font-size: 96px;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .list .word .fzbig {
    font-size: calc(96 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list .word .fzbig {
    font-size: calc(52 / 960 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .list .word span {
    display: block;
  }
}
.indexpage .banner .text .list .line {
  width: 2px;
  background: #ddd;
  display: none;
}
@media (max-width: 960px) {
  .indexpage .banner .text .list .line {
    display: block;
  }
}
.indexpage .banner .text .button {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  min-width: 240px;
  height: 48px;
  padding: 0 1em;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  display: inline-flex;
  display: -webkit-inline-flexbox;
  display: -moz-inline-flexbox;
  display: -ms-inline-flexbox;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .indexpage .banner .text .button {
    font-size: calc(18 / 1920 * 100vw);
  }
}
@media (max-width: 1200px) {
  .indexpage .banner .text .button {
    height: clamp(35px, calc(48 / 1200 * 100vw), 48px);
  }
}
@media (max-width: 960px) {
  .indexpage .banner .text .button {
    font-size: calc(18 / 960 * 100vw);
    min-width: 0;
    padding: 0 1.6em;
    height: clamp(25px, calc(48 / 960 * 100vw), 48px);
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
}
.indexpage .banner .text .button i {
  width: calc(12 / 16 * 1em);
  height: calc(12 / 16 * 1em);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/more.svg");
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  margin-left: 0.3em;
}
.indexpage .banner .text .link {
  margin-top: 10px;
}
.indexpage .banner .text .link a {
  color: #010101;
  display: inline-flex;
  display: -webkit-inline-flexbox;
  display: -moz-inline-flexbox;
  display: -ms-inline-flexbox;
  align-items: center;
}
.indexpage .banner .text .link a:hover {
  color: transparent;
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  background-clip: text;
}
.indexpage .banner .text .link a:hover i {
  margin-left: 0.5em;
}
.indexpage .banner .text .link i {
  width: calc(12 / 16 * 1em);
  height: calc(12 / 16 * 1em);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/more.svg");
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  margin-left: 0.3em;
  transition: 0.35s;
}
.indexpage .onebox {
  margin: 90px 0;
}
@media (max-width: 1920px) {
  .indexpage .onebox {
    margin: clamp(50px, calc(90 / 1920 * 100vw), 90px) 0;
  }
}
.indexpage .smart_row .smartbox {
  position: relative;
}
.indexpage .smart_row .picture {
  position: relative;
}
.indexpage .smart_row .picture img {
  display: block;
  width: 100%;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1920px) {
  .indexpage .smart_row .picture img {
    -webkit-border-radius: calc(20 / 1920 * 100vw);
    -ms-border-radius: calc(20 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }
}
.indexpage .smart_row .picture .title {
  position: absolute;
  left: 90px;
  left: calc(90 / 1400 * 100%);
  top: 70px;
  top: calc(70 / 790 * 100%);
  font-size: 64px;
  line-height: 1.1;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  color: transparent;
  background-image: linear-gradient(to right, #0192eb, #02f19e);
  background-clip: text;
}
@media (max-width: 1920px) {
  .indexpage .smart_row .picture .title {
    font-size: calc(64 / 1920 * 100vw);
  }
}
@media (max-width: 750px) {
  .indexpage .smart_row .picture .title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 1px;
  }
}
.indexpage .smart_row .list {
  position: absolute;
  left: 765px;
  left: calc(765 / 1400 * 100%);
  top: 230px;
  top: calc(230 / 790 * 100%);
  width: 530px;
  width: calc(530 / 1400 * 100%);
  height: 440px;
  height: calc(440 / 790 * 100%);
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-content: space-between;
}
.indexpage .smart_row .list li {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
}
.indexpage .smart_row .list li:hover .text {
  opacity: 1;
  visibility: visible;
}
.indexpage .smart_row .list .icon {
  width: 110px;
  width: calc(110 / 1920 * 100vw);
  height: calc(110 / 1920 * 100vw);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  flex: none;
  margin-right: 5px;
}
@media (max-width: 960px) {
  .indexpage .smart_row .list .icon {
    width: calc(110 / 1440 * 100vw);
    height: calc(110 / 1440 * 100vw);
  }
}
.indexpage .smart_row .list .text {
  color: #fff;
  font-size: 14px;
  font-size: clamp(2px, calc(14 / 1920 * 100vw), 14px);
  font-weight: bold;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1920px) {
  .indexpage .smart_row .list .text {
    font-size: calc(14 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .smart_row .list .text {
    font-size: calc(14 / 1400 * 100vw);
  }
}
.indexpage .matter_row .info {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .indexpage .matter_row .info {
    font-size: calc(20 / 1920 * 100vw);
    margin-bottom: clamp(20px, calc(50 / 1920 * 100vw), 50px);
  }
}
@media (max-width: 960px) {
  .indexpage .matter_row .info {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .indexpage .matter_row .info {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .indexpage .matter_row .info {
    font-size: 12px;
  }
}
.indexpage .matter_row .list {
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.indexpage .matter_row .list .list_item {
  width: calc(100% / 2 - 20px);
  background-color: #f8fafd;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 10px 20px;
}
@media (max-width: 1920px) {
  .indexpage .matter_row .list .list_item {
    -webkit-border-radius: calc(20 / 1920 * 100vw);
    -ms-border-radius: calc(20 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .matter_row .list .list_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 750px) {
  .indexpage .matter_row .list .list_item {
    margin-bottom: 10px;
  }
}
.indexpage .matter_row .list .list_item .text {
  display: none;
}
.indexpage .matter_row .list .list_item .title {
  font-size: 30px;
  color: transparent;
  line-height: calc(38 / 30);
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  background-clip: text;
}
.indexpage .matter_row .list .list_item .desc {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: calc(20 / 16);
  margin-bottom: 20px;
}
.indexpage .matter_row .list .list_item .btn {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 0.9em 1em;
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: inline-flex;
  display: -webkit-inline-flexbox;
  display: -moz-inline-flexbox;
  display: -ms-inline-flexbox;
  align-items: center;
  justify-content: center;
}
.indexpage .matter_row .list .list_item .btn i {
  width: calc(12 / 14 * 1em);
  height: calc(12 / 14 * 1em);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/more.svg");
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  margin-left: 0.3em;
}
.indexpage .matter_row .list .list_item .picture {
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .indexpage .matter_row .list .list_item .picture {
    -webkit-border-radius: calc(20 / 1920 * 100vw);
    -ms-border-radius: calc(20 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }
}
.indexpage .matter_row .list .list_item .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contian;
}
.indexpage .form_row {
  color: #fff;
  padding: 90px 0;
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
}
@media (max-width: 1920px) {
  .indexpage .form_row {
    padding: clamp(50px, calc(90 / 1920 * 100vw), 90px) 0;
  }
}
.indexpage .form_row .info {
  font-size: 16px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .indexpage .form_row .info {
    font-size: 14px;
    margin-bottom: clamp(20px, calc(50 / 1920 * 100vw), 50px);
  }
}
.indexpage .form_row .meetbox {
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .indexpage .form_row .meetbox {
    display: block;
  }
}
.indexpage .form_row .meetbox .picture {
  width: 720px;
  width: calc(720 / 1400 * 100%);
}
@media (max-width: 960px) {
  .indexpage .form_row .meetbox .picture {
    width: 100%;
    margin-bottom: 20px;
  }
}
.indexpage .form_row .meetbox .picture img {
  display: block;
  width: 100%;
}
.indexpage .form_row .meetbox .form {
  width: 640px;
  width: calc(640 / 1400 * 100%);
}
@media (max-width: 960px) {
  .indexpage .form_row .meetbox .form {
    width: 100%;
  }
}
.indexpage .form_row .meetbox .form .form_item {
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,0.1);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .indexpage .form_row .meetbox .form .form_item {
    padding: 0 calc(20 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .form_row .meetbox .form .form_item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .indexpage .form_row .meetbox .form .form_item {
    margin-bottom: 10px;
  }
}
.indexpage .form_row .meetbox .form .form_item .label {
  font-size: 14px;
  flex: none;
  margin-right: 20px;
}
@media (max-width: 1920px) {
  .indexpage .form_row .meetbox .form .form_item .label {
    margin-right: calc(20 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .form_row .meetbox .form .form_item .label {
    margin-right: 10px;
  }
}
.indexpage .form_row .meetbox .form .form_item .inp {
  color: #fff;
  font-size: 16px;
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
}
.indexpage .form_row .meetbox .form .form_item.form_item_area {
  height: 96px;
  align-items: flex-start;
}
.indexpage .form_row .meetbox .form .form_item.form_item_area .inp {
  height: 96px;
  resize: none;
}
.indexpage .form_row .meetbox .form .submit {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 320px;
  height: 52px;
  background-color: #765ae2;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.11);
  -ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.11);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.11);
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin: 4px auto;
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 960px) {
  .indexpage .form_row .meetbox .form .submit {
    background-image: linear-gradient(to right, #f969fd 0%, #765ae2 49%, #169fef 100%);
  }
}
.indexpage .footer {
  color: #312d2c;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 1920px) {
  .indexpage .footer {
    font-size: calc(20 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .footer {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .indexpage .footer {
    font-size: 12px;
  }
}
.indexpage .error-message {
  display: none;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .indexpage .error-message {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media (max-width: 960px) {
  .indexpage .error-message {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .indexpage .error-message {
    margin-bottom: 10px;
  }
}
.indexpage .popBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0,0,0,0.6);
}
.indexpage .popBox .popClose {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .indexpage .popBox .popClose {
    right: calc(20 / 1920 * 100vw);
    top: calc(20 / 1920 * 100vw);
  }
}
@media (max-width: 750px) {
  .indexpage .popBox .popClose {
    right: calc(20 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
  }
}
.indexpage .popBox .popClose img {
  width: 32px;
  height: 32px;
  display: block;
}
.indexpage .popBox .popCon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
  background: #fff;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  padding: 80px 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1920px) {
  .indexpage .popBox .popCon {
    width: clamp(480px, calc(600 / 1920 * 100vw), 600px);
    padding: clamp(50px, calc(80 / 1920 * 100vw), 80px) calc(50 / 1920 * 100vw);
    -webkit-border-radius: calc(24 / 1920 * 100vw);
    -ms-border-radius: calc(24 / 1920 * 100vw);
    border-radius: calc(24 / 1920 * 100vw);
  }
}
@media (max-width: 750px) {
  .indexpage .popBox .popCon {
    width: 90%;
  }
}
.indexpage .popBox .popCon .icon {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .indexpage .popBox .popCon .icon {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.indexpage .popBox .popCon .icon img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .indexpage .popBox .popCon .icon img {
    width: clamp(60px, calc(80 / 1920 * 100vw), 80px);
    height: clamp(60px, calc(80 / 1920 * 100vw), 80px);
  }
}
@media (max-width: 750px) {
  .indexpage .popBox .popCon .icon img {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.indexpage .popBox .popCon .text {
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .indexpage .popBox .popCon .text {
    font-size: clamp(16px, calc(24 / 1920 * 100vw), 24px);
  }
}
@media (max-width: 750px) {
  .indexpage .popBox .popCon .text {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.indexpage .popBox .popCon .button {
  color: #fff;
  letter-spacing: 1px;
  min-width: 200px;
  height: 40px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #169fef;
  background-image: linear-gradient(to right, #169fef 0%, #765ae2 49%, #f969fd 100%);
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: inline-flex;
  display: -webkit-inline-flexbox;
  display: -moz-inline-flexbox;
  display: -ms-inline-flexbox;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .indexpage .popBox .popCon .button {
    min-width: calc(200 / 1920 * 100vw);
    -webkit-border-radius: calc(12 / 1920 * 100vw);
    -ms-border-radius: calc(12 / 1920 * 100vw);
    border-radius: calc(12 / 1920 * 100vw);
  }
}
@media (max-width: 750px) {
  .indexpage .popBox .popCon .button {
    height: clamp(30px, calc(40 / 750 * 100vw), 40px);
  }
}
.indexpage .popBox .popCon .button i {
  width: calc(12 / 16 * 1em);
  height: calc(12 / 16 * 1em);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/morew.svg");
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  margin-left: 0.3em;
}
