body {
  font-size: 14px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

dl, p, ul, li, h1, h2, h3, h4, h5, h6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

img {
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

u {
  font-weight: 500;
}

.bgRender, .v-image__image {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.time02 {
  transition: all 0.2s ease-out 0s;
}

.time03 {
  transition: all 0.3s ease-out 0s;
}

.time05 {
  transition: all 0.5s;
}

.time1 {
  transition: all 1s;
}

.time3 {
  transition: all 3s;
}

.noTran {
  transition: none;
}

.img-scale {
  transition: 0.5s;
}

.img-scale:hover {
  transform: scale(1.05);
}

.ellipsis-multiline {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #C8C6C4;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -1rem;
}

.row > * {
  padding-right: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 1rem;
}

.g-5 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -3rem;
}

.g-5 > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 3rem;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.d-flex {
  display: flex !important;
}

.text-start {
  text-align: left !important;
}

.z-3 {
  z-index: 3 !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.input-group .input-group-text {
  background-color: #fff;
  height: 100%;
}
.input-group .form-control {
  height: 100%;
  border-radius: 0;
}
.input-group .btn {
  height: 100%;
  line-height: 1;
  border-radius: 0;
}

.btn {
  font-size: 14px;
  min-width: auto;
}

.btn-outline-primary {
  border-color: rgba(16, 8, 72, 0.5);
  color: #100848;
}

.btn-primary {
  background-color: #100848;
  border-color: #100848;
}

.btn-outline-primary:hover, .btn-primary:hover {
  background-color: #263BDF !important;
  border-color: #263BDF !important;
  color: #fff;
}

.text-parmary {
  color: #100848 !important;
}

.text-light {
  color: #999 !important;
}

.text-bg-secondary {
  background-color: rgba(16, 8, 72, 0.1) !important;
}

.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #C9C9C9;
  color: #100848;
  line-height: 1;
  padding: 0;
  text-align: center;
  line-height: 34px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 50%;
}
.pagination .page-link:hover {
  background-color: #f5f5f5;
}
.pagination .active .page-link {
  background-color: #100848;
  border-color: #100848;
  color: #fff;
}
.pagination .tem_main_m_fy {
  display: flex;
  justify-content: center;
}
.pagination .tem_main_m_fy span, .pagination .tem_main_m_fy a {
  margin: 0 5px;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid #C9C9C9;
  color: #100848;
  line-height: 1;
  padding: 0;
  text-align: center;
  line-height: 34px;
}
.pagination .tem_main_m_fy span.disabled, .pagination .tem_main_m_fy a.disabled {
  border: 0;
}
.pagination .tem_main_m_fy span.disabled span, .pagination .tem_main_m_fy a.disabled span {
  margin: 0;
}
.pagination .tem_main_m_fy span.currentpage {
  color: #fff;
  border-color: #100848;
  background-color: #100848;
}
.pagination .tem_main_m_fy a:hover {
  background-color: #100848;
  border-color: #100848;
  color: #fff;
}

header .navbar {
  height: 60px;
  background-color: #fff;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.12);
}
header .navbar-brand {
  width: 139px;
  height: 20px;
  background-image: url(../images/logoB.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
header .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: calc(100vh - 60px);
  overflow-y: auto;
  background-color: #fff;
}
header .navbar-collapse .nav-item {
  border-bottom: 1px solid #dee2e6;
}
header .navbar-collapse .nav-link a {
  font-weight: bold;
  letter-spacing: 2px;
  color: #100848;
  display: block;
}
header .navbar-collapse .r a:first-child {
  margin-left: 0;
}
header .navbar-collapse .r a {
  flex: 1;
  margin-left: 10px;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler {
  width: 22px;
  height: 34px;
  position: relative;
  outline: none;
  padding: 0;
  border: 0;
}
header .navbar-toggler .icon-bar {
  width: 18px;
  height: 2px;
  transform: rotate(0deg);
  background-color: #100848;
  position: absolute;
  left: 50%;
  margin-left: -9px;
}
header .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0;
}
header .navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 15px;
}
header .navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  top: 15px;
}
header .navbar-toggler .icon-bar:nth-child(3) {
  display: none;
}
header .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  top: 9px;
  transform: rotate(0deg);
}
header .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  top: 16px;
  transform: rotate(0deg);
}
header .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  bottom: 9px;
  display: block;
}

header.trans .navbar {
  background-color: transparent;
  box-shadow: none;
  height: 80px;
}
header.trans .navbar-brand {
  background-image: url(../images/logoA.png);
}
header.trans .navbar-collapse {
  top: 80px;
  height: calc(100vh - 80px);
}
header.trans .navbar-toggler .icon-bar {
  background-color: #FFF;
}

footer {
  background-color: #100848;
}
footer .l a {
  display: block;
  width: 139px;
  height: 20px;
  background-image: url(../images/logoA.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
footer .r .menu {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
footer .r .menu dl {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
footer .r .menu dt {
  padding: 15px 0;
  position: relative;
}
footer .r .menu .bi {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
footer .r .menu dd {
  padding: 15px;
  padding-top: 0;
  display: none;
}
footer .r .menu dd a {
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  display: block;
}
footer .r .info p {
  color: rgba(255, 255, 255, 0.5);
}
footer .r .info .form {
  max-width: 540px;
}
footer .r .info .form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  border-radius: 4px;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
footer .r .info .form textarea.form-control {
  height: auto;
}
footer .r .info .form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .r .info .form ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .r .info .form .btn {
  height: 50px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
}
footer .r .info .form .btn:hover {
  opacity: 0.9;
}

.consultationPop .consultationBtn {
  right: 10px;
  bottom: 10px;
  z-index: 450;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background-color: #100848;
}
.consultationPop .consultationBtn:before, .consultationPop .consultationBtn:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #100848;
}
.consultationPop .consultationBtn:before {
  animation: scale1 2s infinite;
}
.consultationPop .consultationBtn:after {
  animation: scale2 2s infinite;
}
.consultationPop .consultationBtn i {
  position: relative;
  z-index: 10;
}
.consultationPop .con {
  z-index: 450;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  bottom: 20px;
  right: -100%;
  width: 90%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.consultationPop .close {
  top: 10px;
  right: 10px;
}

.curr.consultationPop .consultationBtn {
  display: none !important;
}
.curr.consultationPop .con {
  opacity: 1;
  right: 5%;
}
.curr.consultationPop .con:before {
  content: "";
  display: block;
  height: 230px;
  background-color: #100848;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.curr.consultationPop .text, .curr.consultationPop .box {
  position: relative;
  z-index: 2;
}

.w-nav-wrapper .row {
  margin-top: 0;
}

.w-nav-wrapper .row > * {
  margin-top: 0;
}

main .bgSet {
  background-image: url(../images/bgA.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
}

.home .banner {
  height: 100vh;
  background-image: url(../images/indexBanner-bg.png);
  background-size: cover;
  background-position: center;
  background-color: #100848;
}
.home .banner .pic img {
  position: relative;
}
.home .banner .pic img:nth-child(1) {
  left: 15%;
  width: 80%;
}
.home .banner .pic img:nth-child(2) {
  margin-top: -18vw;
  width: 90%;
}
.home .banner .pic img:nth-child(3) {
  left: 5%;
  margin-top: -11vw;
  width: 100%;
}
.home .box .pic {
  background-color: #EAEBF2;
  padding: 30px;
}

.pricePage .plan .badge {
  background-color: rgba(16, 8, 72, 0.1) !important;
}
.pricePage .plan .list i {
  width: 20px;
  height: 20px;
  background-color: #61DCE1;
}
.pricePage .plan .list i.bi-x {
  background-color: #FF7BDC;
}
.pricePage .plan .list p {
  flex: 1;
  text-align: left;
}
.pricePage .faq {
  background-image: url(../images/bgB.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #EAEBF2;
}

.templatePage .modal-header {
  position: relative;
  border-bottom: 0;
}
.templatePage .modal-header .close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2) !important;
}
.templatePage .modal-header .close i {
  display: block;
  line-height: 1;
}
.templatePage .modal-header .close:hover {
  background-color: #0077FF;
  color: #fff;
}
.templatePage .filter .btnGroup a.cur {
  background-color: #100848;
  color: #fff;
  border-color: #100848;
}
.templatePage .filter .color li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 3px;
}
.templatePage .filter .color i {
  color: #fff;
  display: none;
  line-height: 1;
  font-size: 18px;
}
.templatePage .filter .color .check i {
  display: block;
}
.templatePage .filter .color .red {
  background-color: #FF0000;
}
.templatePage .filter .color .orange {
  background-color: #FF7F00;
}
.templatePage .filter .color .yellow {
  background-color: #FFF500;
}
.templatePage .filter .color .green {
  background-color: #40D000;
}
.templatePage .filter .color .blue {
  background-color: #00FFE2;
}
.templatePage .filter .color .indigo {
  background-color: #0062FF;
}
.templatePage .filter .color .purple {
  background-color: #A700FF;
}
.templatePage .filter .color .white {
  background-color: #fff;
  border: 1px solid #C9C9C9;
}
.templatePage .filter .color .white i {
  color: #000;
}
.templatePage .filter .color .black {
  background-color: #000;
}
.templatePage .list {
  margin-left: auto;
  margin-right: auto;
}
.templatePage .list .devHead {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #100848;
  height: 24px;
  width: calc(100% - 35px);
  border-radius: 10px 10px 0 0;
}
.templatePage .list .devHead span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.templatePage .list .devHead span:nth-child(1) {
  background-color: #FFAA00;
}
.templatePage .list .devHead span:nth-child(2) {
  background-color: #8EF962;
}
.templatePage .list .devHead span:nth-child(3) {
  background-color: #fff;
}
.templatePage .list .pc {
  width: calc(100% - 35px);
  height: calc(46 * (100% - 35px) / 35);
  border-radius: 10px;
  overflow: hidden;
}
.templatePage .list .mobile {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 70px;
  height: 148px;
  border: 4px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
.templatePage .list .link a {
  flex: 1;
}

.loginPage {
  min-height: 100vh;
}
.loginPage .l {
  background: url(../images/loginBg.jpg);
  background-size: cover;
}
.loginPage .l p {
  font-size: 150px;
}
.loginPage .l img {
  width: 70%;
  max-width: 700px;
}
.loginPage .l .con {
  margin-bottom: -80px;
}
.loginPage .r .form {
  width: 100%;
  max-width: 400px;
}
.loginPage .r .logo {
  display: block;
  width: 240px;
  height: 35px;
  background-image: url(../images/logoB.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.loginPage .r .form-label {
  color: #100848;
  font-size: 16px;
}
.loginPage .r .form-control {
  height: 60px;
  background-color: #EAEBF2;
  border-radius: 5px;
  border-color: #EAEBF2;
}
.loginPage .r .btn {
  height: 60px;
}

.buildingPage {
  background-color: #EAEBF2;
}
.buildingPage .head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.buildingPage .head h1 a {
  display: block;
  width: 139px;
  height: 20px;
  background-image: url(../images/logoB.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.buildingPage .foot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.buildingPage .foot a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #100848;
  color: #fff;
  display: block;
}
.buildingPage .main {
  height: 100vh;
  position: relative;
}
.buildingPage .main .swiper {
  width: 100%;
  height: 100%;
}
.buildingPage .main .swiper-pagination-bullet {
  margin: 10px auto;
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid #100848;
  overflow: hidden;
  text-indent: 1000000px;
}
.buildingPage .main .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  background-color: #100848;
  color: #fff;
  text-indent: 0;
}
.buildingPage .main .arrow {
  position: fixed;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 4;
}
.buildingPage .main .a .btn {
  min-width: 150px;
}
.buildingPage .main .a .cur {
  background-color: #100848;
  border-color: #100848;
  color: #fff;
}
.buildingPage .main .b .input-group {
  height: 60px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.buildingPage .main .c li {
  padding: 5px;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.buildingPage .main .c i {
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  display: block;
}
.buildingPage .main .c i::before {
  display: none;
}
.buildingPage .main .c .check {
  background-color: #fff;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16);
}
.buildingPage .main .c .check i::before {
  display: inline-block;
}
.buildingPage .main .c .red {
  background-color: #FF0000;
}
.buildingPage .main .c .orange {
  background-color: #FF7F00;
}
.buildingPage .main .c .yellow {
  background-color: #FFF500;
}
.buildingPage .main .c .green {
  background-color: #40D000;
}
.buildingPage .main .c .blue {
  background-color: #00FFE2;
}
.buildingPage .main .c .indigo {
  background-color: #0062FF;
}
.buildingPage .main .c .purple {
  background-color: #A700FF;
}
.buildingPage .main .c .white {
  background-color: #fff;
  border: 1px solid #C9C9C9;
  color: #000;
}
.buildingPage .main .c .black {
  background-color: #000;
}
.buildingPage .main .d .container {
  max-width: 1030px;
}
.buildingPage .main .d .box {
  border-bottom: 1px solid #C9C9C9;
  min-height: 60px;
}
.buildingPage .main .d .col-form-label {
  text-align: left;
  color: #100848;
  display: flex;
  align-items: center;
}
.buildingPage .main .d .btn {
  margin: 0 -0.75rem;
  background-color: rgba(16, 8, 72, 0.05);
  display: block;
  border: 0;
  border-radius: 0;
  border-top: 2px solid #100848;
  color: rgba(16, 8, 72, 0.5);
}
.buildingPage .main .e .btn {
  min-width: 150px;
}
.buildingPage .main .e .cur {
  background-color: #100848;
  border-color: #100848;
  color: #fff;
}
.buildingPage .main .e .btnGroup .btn {
  margin-top: 10px;
}
.buildingPage .main .e .bot .btn {
  font-size: 30px;
  line-height: 1;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  min-width: auto;
}
.buildingPage .main .e .bot .btn:hover {
  background-color: #100848;
  color: #fff;
  border-color: #100848;
}

.otherPage {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
}

.otherPage.open {
  transform: translateX(0);
}

.loadingPage {
  z-index: 5;
  background-color: #100848;
}
.loadingPage h6 {
  max-width: 640px;
}
.loadingPage .particles-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.previewPage {
  z-index: 6;
  background-color: #f5f5f5;
}
.previewPage .head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
}
.previewPage .head h1 a {
  display: block;
  width: 139px;
  height: 20px;
  background-image: url(../images/logoB.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.previewPage .iframe {
  padding-top: 60px;
  height: 100vh;
}
.previewPage .iframe .swiper-pagination {
  bottom: 50px;
  display: flex;
  justify-content: center;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  z-index: 4;
}
.previewPage .iframe .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  color: #100848;
  font-size: 18px;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background-color: #E6E5EC;
}
.previewPage .iframe .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background-color: #E1DFEC;
}
.previewPage .iframe .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background-color: #F2F2F5;
}
.previewPage .iframe .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #100848 !important;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

@media (min-width: 768px) {
  .home {
    padding: 0;
  }
  .home .banner .pic .picWrap {
    width: 500px;
  }
  .home .banner .pic img:nth-child(1) {
    width: 100%;
  }
  .home .banner .pic img:nth-child(2) {
    width: 100%;
    margin-top: -110px;
    left: -10%;
  }
  .home .banner .pic img:nth-child(3) {
    width: 100%;
    margin-top: -65px;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .d-lg-none {
    display: none !important;
  }
  header .navbar {
    height: 80px;
  }
  header .navbar-collapse {
    position: static;
    height: 100%;
    border-top: 0 !important;
    overflow-y: inherit;
  }
  header .navbar-collapse .navbar-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  header .navbar-collapse .nav-item {
    border-bottom: 0;
  }
  header .navbar-collapse .nav-link {
    position: relative;
  }
  header .navbar-collapse .nav-link a {
    letter-spacing: 0px;
  }
  header .navbar-collapse .nav-link::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    transition: all 0.2s ease-out 0s;
    transform: translateX(-50%);
    background-color: #100848;
  }
  header .navbar-collapse .nav-link.cur:before, header .navbar-collapse .nav-link:hover:before {
    width: 100%;
  }
  header .navbar-collapse .r .dropdown-toggle {
    width: auto !important;
  }
  header .navbar-collapse .r .user {
    border: 0 !important;
  }
  header .navbar-collapse .r .user a {
    height: 50px;
    min-width: 100px;
    line-height: 50px;
  }
  header.trans .navbar {
    height: 130px;
  }
  header.trans .navbar-collapse {
    background-color: transparent;
    color: #fff;
    height: 100%;
  }
  header.trans .navbar-collapse .nav-link a {
    color: #fff;
  }
  header.trans .navbar-collapse .nav-link::before {
    background-color: #fff;
  }
  header.trans .navbar-collapse .r .dropdown-toggle {
    color: #fff;
  }
  header.trans .navbar-collapse .r .user a.btn-outline-primary {
    color: #fff;
    border-color: #fff;
  }
  header.trans .navbar-collapse .r .user a.btn-primary {
    color: #100848;
    background-color: #fff;
  }
  header.trans .navbar-collapse .r .user a.btn-primary:hover {
    color: #fff;
  }
  .consultationPop .consultationBtn {
    bottom: 20%;
  }
  .consultationPop .con {
    width: 360px;
    right: -360px;
  }
  .curr.consultationPop .con {
    right: 20px;
  }
  main {
    padding-top: 80px;
  }
  .home .banner {
    height: calc(100vh - 80px);
  }
  .home .banner .text p {
    font-size: 16px;
  }
  .home .banner .pic {
    max-width: 1830px;
    background-image: url(../images/indexBanner-2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .home .banner .pic img:nth-child(1) {
    left: 20%;
  }
  .home .banner .pic img:nth-child(3) {
    left: 30%;
  }
  .home .box .pic, .home .box .text {
    width: 50%;
    height: 500px;
    max-height: 1000px;
  }
  .home .box .pic {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .box .pic img {
    max-width: 500px;
  }
  .home .box .text {
    max-width: 640px;
  }
  .home .box .text p {
    font-size: 22px;
    line-height: 32px !important;
  }
  .pricePage h1 {
    font-size: 60px;
  }
  .pricePage .plan dt, .pricePage .plan p {
    font-size: 14px;
  }
  .pricePage .plan h4 {
    font-size: 36px;
  }
  .pricePage .plan .fs-3 {
    font-size: 48px !important;
  }
  .pricePage .plan .box:hover {
    color: #fff !important;
    background-color: #100848 !important;
  }
  .pricePage .plan .box:hover .badge {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
  }
  .pricePage .plan .box:hover .btn-outline-primary {
    color: #fff;
    border-color: #fff;
  }
  .templatePage .modal-body {
    padding-top: 80px !important;
  }
  .templatePage .filter .color ul {
    height: 55px;
  }
  .templatePage .filter .color li {
    margin: 0 10px;
  }
  .templatePage .list .temp .row {
    margin-left: 30px;
    margin-right: 30px;
  }
  .templatePage .list .temp .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .templatePage .list .temp .link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    opacity: 0;
    transform: translateY(10px);
  }
  .templatePage .list .temp .bg {
    opacity: 0;
    background-image: url(../images/bgC.png);
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    bottom: -60px;
  }
  .templatePage .list .temp li {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .templatePage .list .temp li:hover {
    z-index: 5;
    overflow: initial;
  }
  .templatePage .list .temp li:hover .bg {
    opacity: 1;
  }
  .templatePage .list .temp li:hover .link {
    opacity: 1;
    transform: translateY(0);
  }
  .buildingPage {
    background-color: #EAEBF2;
  }
  .buildingPage .head h1 a {
    width: 240px;
    height: 35px;
  }
  .buildingPage .head .r a:hover {
    color: #263BDF !important;
    text-decoration: underline;
  }
  .buildingPage .foot a:hover {
    background-color: #263BDF;
  }
  .buildingPage .main .swiper-pagination-bullet {
    margin: 20px auto;
    width: 10px;
    height: 10px;
    background: none;
    border: 2px solid #100848;
    overflow: hidden;
    text-indent: 1000000px;
  }
  .buildingPage .main .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    background-color: #100848;
    color: #fff;
    text-indent: 0;
  }
  .buildingPage .main .arrow {
    top: 5%;
  }
  .buildingPage .main .a .btn {
    min-width: 200px;
  }
  .buildingPage .main .b .input-group {
    height: 80px;
  }
  .buildingPage .main .c li {
    margin: 0 5px;
    padding: 10px;
  }
  .buildingPage .main .c i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .buildingPage .main .c li:hover {
    background-color: #fff;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16);
  }
  .buildingPage .main .d .box {
    height: 80px;
  }
  .buildingPage .main .d .col-form-label i {
    padding-right: 5px;
  }
  .buildingPage .main .d .btn:hover {
    background-color: #100848;
    color: #fff;
  }
  .loadingPage h6 {
    font-size: 24px;
  }
  .previewPage .head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
  }
  .previewPage .head h1 a {
    width: 240px;
    height: 35px;
  }
  .previewPage .iframe {
    padding-top: 80px;
  }
  .previewPage .iframe .swiper-pagination {
    bottom: auto;
    top: 0;
  }
  .previewPage .iframe .swiper-pagination .swiper-pagination-bullet {
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  header .navbar-brand {
    width: 209px;
    height: 30px;
  }
  header .navbar-collapse .nav-link a {
    font-size: 16px;
  }
  footer .l a {
    width: 209px;
    height: 30px;
  }
  footer .r {
    flex: 1;
    margin-left: 150px;
  }
  footer .r .menu {
    border: 0;
  }
  footer .r .menu dl {
    border: 0;
  }
  footer .r .menu dt {
    padding: 0;
  }
  footer .r .menu dd {
    padding: 0;
    display: block !important;
    margin-top: 20px;
  }
  footer .r .menu dd a {
    padding: 10px 0;
  }
  footer .r .menu dd a:hover {
    color: #fff;
  }
  footer .r .info {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
}
@media (min-width: 1400px) {
  .container-xl {
    max-width: 1320px;
  }
  .modal-xl {
    max-width: 1320px;
  }
  .home .banner .text h1 {
    font-size: 56px;
  }
  .home .banner .pic .picWrap {
    width: 600px;
  }
  .home .banner .pic img:nth-child(2) {
    margin-top: -130px;
  }
  .home .banner .pic img:nth-child(3) {
    margin-top: -70px;
  }
  .home .box .pic, .home .box .text {
    height: 600px;
  }
  .templatePage .list .temp .devHead {
    width: calc(100% - 45px);
  }
  .templatePage .list .temp .pc {
    width: calc(100% - 45px);
    height: calc(46 * (100% - 45px) / 35);
  }
  .templatePage .list .temp .row {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -20px;
  }
  .templatePage .list .temp .col {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
  }
  .templatePage .list .temp .link {
    bottom: -50px;
  }
  .templatePage .list .temp .bg {
    top: -50px;
    bottom: -100px;
  }
}
@media (min-width: 1680px) {
  .home .banner .pic .picWrap {
    width: 700px;
  }
  .home .banner .pic img:nth-child(2) {
    margin-top: -148px;
    left: -10%;
  }
  .home .banner .pic img:nth-child(3) {
    margin-top: -80px;
  }
}
@keyframes getWidth-data-v-0a40b960 {
  98% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes scale1 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}/*# sourceMappingURL=ai.css.map */