:root, [data-bs-theme=light] {
  --bs-blue: #1E6EE5;
  --bs-border-color: #EFF0F3;
  --bs-primary-rgb: 30, 110, 229;
  --bs-dropdown-border-radius: 10px;
  --bs-border-color: #e1e1e1;
}

.btn {
  --bs-btn-font-size: 14px;
  min-height: 42px;
  line-height: calc(42px - 0.75rem);
  border-radius: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border: 0;
}

.btn-sm {
  --bs-btn-font-size: 14px;
  min-height: 38px;
  line-height: calc(38px - 0.75rem);
}

.btn-primary {
  background: linear-gradient(135deg, #629DFF 0%, #824AFB 100%);
}

.btn-light {
  --bs-btn-bg: #fff;
}

.dropdown-menu {
  min-width: 100px;
  --bs-dropdown-font-size: 14px;
  border-color: #E7E8EC;
  --bs-dropdown-min-width:auto;
  --bs-dropdown-padding-y:12px;
  --bs-dropdown-padding-x:12px;
  --bs-dropdown-item-padding-x:10px;
  --bs-dropdown-item-padding-y:8px ;
}

.dropdown-item {
  text-align: center;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #EFF0F3;
  border-radius: 6px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #629DFF;
  border-radius: 6px;
}

.form-control, .form-select {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  border-radius: 8px;
}

.form-select {
  padding-right: 2.25rem;
}

.form-floating > label {
  padding-left: 15px;
  padding-right: 15px;
  color: #999;
}

.input-group .form-floating > .form-control, .input-group .form-floating > label {
  padding-left: 15px;
  padding-right: 15px;
}
.input-group .form-floating > .form-control {
  border-radius: 8px 0 0 8px;
}
.input-group .form-floating ~ .input-group-text {
  height: 58px;
}
.input-group .input-group-text {
  border-radius: 0 8px 8px 0 !important;
  font-size: 14px;
}
.input-group .pawSee {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
}

.table > :not(caption) > * > * {
  padding: 15px;
}

.offcanvas {
  --bs-offcanvas-width: 90%;
  max-width: 380px;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #1F1F1F;
  background-color: #F5F6FA;
}

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

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;
}

.flex-1 {
  flex: 1;
}

::-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;
}

.colorA {
  color: #333 !important;
}

.colorB {
  color: #525252 !important;
}

.colorC {
  color: #999 !important;
}

.main {
  min-height: calc(100vh - var(--vh-offset, 0px));
}

.header {
  padding-top: 16px;
  padding-bottom: 16px;
}
.header .logo a {
  width: 112px;
  height: 26px;
  display: block;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .btnGroup {
  gap: 10px;
}
.header .btnGroup .btn {
  padding-left: 12px;
  padding-right: 12px;
  min-height: 34px;
  line-height: calc(34px - 0.75rem);
}

.fix.header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.footer .menu dt {
  font-size: 16px;
  font-weight: 500;
}
.footer .menu dd {
  margin-top: 5px;
}
.footer .menu dd a, .footer .menu dd p {
  display: block;
  color: #52525B;
  padding: 3px 0;
}
.footer .copyright {
  font-size: 12px;
  color: #7A7A83;
  line-height: 1.5;
}

.hero-section {
  padding-top: 66px;
  background: linear-gradient(#D3E5FE, #EBF4FF);
}

.sectionA .box {
  background-color: #4B74F7;
  height: 100%;
}

.sectionB .con {
  overflow-x: auto;
  overflow-y: hidden;
}
.sectionB .box {
  width: 260px;
}
.sectionB ul {
  margin: -8px;
}
.sectionB li {
  padding: 8px;
}
.sectionB .pic {
  width: 64px;
  height: 64px;
}

.sectionC .box {
  margin-top: 1rem;
  border-radius: 32px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
}
.sectionC .box:first-child {
  margin-top: 0;
}

.sectionD .con {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(to bottom, #B1C8FB, #DCE7FD);
}

.sectionE .nr {
  display: none;
}

.sectionF {
  background-image: url(../images/21.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300% auto;
}

@media (min-width: 992px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 50px;
    line-height: calc(50px - 0.75rem);
  }
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .logo a {
    width: 134px;
    height: 29px;
  }
  .header .btnGroup {
    gap: 10px;
  }
  .header .btnGroup .btn {
    min-height: 40px;
    line-height: calc(40px - 0.75rem);
    padding-left: 16px;
    padding-right: 16px;
  }
  .fix.header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .fix.header .logo a {
    width: 112px;
    height: 26px;
  }
  .fix.header .btnGroup .btn {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 34px;
    line-height: calc(34px - 0.75rem);
    font-size: 14px;
  }
  .footer .menu ul {
    justify-content: space-between;
  }
  .footer .menu li {
    width: auto;
  }
  .footer .menu dd a, .footer .menu dd p {
    padding: 5px 0;
  }
  .footer .menu dd a:hover {
    text-decoration: underline;
  }
  .hero-section {
    padding-top: 94px;
  }
  .hero-section .container {
    position: absolute;
    left: 50%;
    top: calc(50% + 47px);
    transform: translateX(-50%) translateY(-50%);
  }
  .hero-section .text {
    width: 35%;
    max-width: 525px;
  }
  .hero-section .text .display-3 {
    font-size: 46px !important;
  }
  .hero-section .pic {
    width: 100%;
  }
  .hero-section .pic img {
    max-width: 1040px;
    width: 60% !important;
  }
  .sectionA dt {
    font-size: 26px !important;
  }
  .sectionA dd {
    font-size: 18x !important;
  }
  .sectionB .con {
    overflow: hidden;
  }
  .sectionB .box {
    width: 100%;
  }
  .sectionB ul {
    margin: -14px;
  }
  .sectionB li {
    padding: 14px;
    width: 33.3333%;
  }
  .sectionB .pic {
    width: 80px;
    height: 80px;
  }
  .sectionB dt {
    font-size: 26px !important;
  }
  .sectionB dd {
    font-size: 18x !important;
  }
  .sectionC .box {
    display: flex;
    align-items: center;
    margin-top: 28px;
    position: sticky;
    transform-origin: 50% 0%;
  }
  .sectionC .box:nth-child(1) {
    top: 80px;
  }
  .sectionC .box:nth-child(2) {
    top: 110px;
  }
  .sectionC .box:nth-child(3) {
    top: 140px;
  }
  .sectionC .box:nth-child(4) {
    top: 170px;
  }
  .sectionC dl {
    width: 550px;
  }
  .sectionC dt {
    font-size: 40px !important;
    line-height: 1.2;
  }
  .sectionC .pic {
    flex: 1;
    margin-left: 50px;
  }
  .sectionD .text {
    width: 524px;
  }
  .sectionD .fs-1 {
    font-size: 54px !important;
  }
  .sectionD .pic {
    width: 60%;
    max-width: 777px;
    margin-right: -10% !important;
  }
  .sectionE .zx {
    min-height: 89px;
  }
  .sectionF {
    background-size: 100% auto;
  }
  .sectionF .display-3 {
    font-size: 46px !important;
  }
}
@media (min-width: 1200px) {
  .sectionSet .cell:first-child {
    width: 340px;
    flex: none;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
  .btn {
    font-size: 15px;
  }
  .hero-section .text {
    width: 35%;
    max-width: 525px;
  }
  .hero-section .text .fs-6 {
    font-size: 20px !important;
  }
  .hero-section .text .display-3 {
    font-size: 64px !important;
  }
  .sectionF .display-3 {
    font-size: 64px !important;
  }
  .sectionF .fs-5 {
    font-size: 24px !important;
  }
  .sectionE .desc dd {
    min-height: 52px;
  }
}
@media (min-width: 1520px) {
  .container-lg {
    max-width: 1440px;
  }
}/*# sourceMappingURL=style.css.map */