* {
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
header div {
  display: flex;
  gap: 50px;
  align-items: center;
}
header div nav {
  display: flex;
  gap: 20px;
}
header input {
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
}

.section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.section1 aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.section1 aside h1 {
  font-size: 50px;
}
.section1 aside button {
  background-color: #217BF4;
  padding: 15px 40px;
  color: white;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  background-color: #E8F1FE;
  color: #217BF4;
}
.section1 aside div button:first-child {
  background-color: #217BF4;
  padding: 15px 40px;
  color: white;
  border-radius: 10px;
  border: none;
  font-size: 18px;
}
.section1 aside div button:last-child {
  background-color: #217BF4;
  padding: 15px 40px;
  color: white;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  background-color: white;
  border: 1px solid #217BF4;
  color: #217BF4;
}

.s1 {
  background: radial-gradient(#D4E7FE, #FFFFFF);
}

.section2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.section2 aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  margin-top: 150px;
}
.section2 aside h1 {
  font-size: 50px;
  width: 500px;
}
.section2 aside p {
  width: 380px;
}
.section2 div {
  margin-top: 30px;
}
.section2 div h4 {
  padding: 6px;
}

.w1 {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
}

.s3 img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.section2 {
  display: flex;
}

.st {
  max-width: 1200px;
  margin: auto;
}
.st .cn {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: 1100px;
}

.cd {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  flex: 1;
  min-width: 280px;
}
.cd .ic {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #050748;
}
.cd .ic img {
  width: 24px;
}
.cd .mb,
.cd .gh {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #65676b;
}
.cd .mb img,
.cd .gh img {
  height: 25px;
}
.cd .mb .bl,
.cd .gh .bl {
  color: #1877f2;
  font-weight: bold;
}
.cd .tx {
  color: #65676b;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.cd .lk {
  color: #1877f2;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.cd .lk:hover {
  text-decoration: underline;
}

.cs {
  flex: 1.2;
  padding-left: 20px;
}
.cs .su {
  color: #1877f2;
  font-size: 16px;
  margin-bottom: 10px;
}
.cs .tt {
  color: #050748;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.cs .tx {
  color: #65676b;
  font-size: 16px;
  margin-bottom: 30px;
}
.cs .bt {
  background: #1877f2;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
  transition: 0.3s;
}
.cs .bt:hover {
  background: rgb(11.4549180328, 95.1639344262, 203.5450819672);
}

.e3 {
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  text-align: center;
  align-items: center;
  margin-top: 100px;
  line-height: 30px;
}

.f5 {
  display: grid;
  grid-template-columns: 400px 400px;
  grid-template-rows: 140px 120px;
}

.w22 {
  padding: 40px;
  display: flex;
  gap: 7px;
  box-shadow: 0px 0px 10px gray;
  border-radius: 10px;
}

.s22 {
  width: 65px;
  height: 65px;
}

.f5 {
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  gap: 40px;
}

.f55 {
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  gap: 40px;
}

.sq {
  background: radial-gradient(#FFFFFF, rgba(241, 246, 253, 0), #F1F6FD, #F1F6FD);
  height: 800px;
}

.c1 {
  text-align: center;
  max-width: 1100px;
}

.h1 {
  margin-bottom: 40px;
  display: block;
}
.h1 .t1 {
  color: #217aff;
  font-weight: bold;
  margin-bottom: 5px;
}
.h1 .t2 {
  color: #050b33;
  font-size: 32px;
  margin: 0 0 15px;
}
.h1 .t3 {
  color: #6b708d;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}

.n1 {
  display: inline-flex;
  background: #f0f4fd;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 50px;
}
.n1 .b1 {
  border: none;
  background: transparent;
  padding: 12px 35px;
  border-radius: 10px;
  color: #6b708d;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}
.n1 .b1.a1 {
  background: #217aff;
  color: white;
  box-shadow: 0 4px 15px rgba(33, 122, 255, 0.3);
}

.g1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.k1 {
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 40px 20px;
  transition: 0.3s;
}
.k1:first-child {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: none;
}
.k1 .i1 {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}
.k1 .i1::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px dashed #ffb800;
  border-radius: 50%;
  opacity: 0.5;
}
.k1 .i1 .p1 {
  width: 100%;
  height: 100%;
  background: #d1d5db;
  border-radius: 50%;
  overflow: hidden;
}
.k1 .i1 .v1 {
  position: absolute;
  bottom: 5px;
  right: 15px;
  background: #217aff;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}
.k1 .n2 {
  color: #050b33;
  margin: 0 0 5px;
  font-size: 18px;
}
.k1 .u1 {
  color: #6b708d;
  margin: 0;
  font-size: 14px;
}

.no {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  margin-left: 240px;
}

.sec {
  background-color: #eef5ff;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 60px;
}

.con {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
}

.txt {
  flex: 1;
}
.txt .sub {
  color: #217aff;
  font-weight: 600;
  margin-bottom: 10px;
}
.txt .tit {
  color: #050b33;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 20px;
  max-width: 400px;
}
.txt .des {
  color: #6b708d;
  font-size: 16px;
  line-height: 1.6;
  max-width: 450px;
  margin-bottom: 30px;
}

.btns {
  display: flex;
  gap: 15px;
  align-items: center;
}
.btns .app img {
  width: 163px;
  border-radius: 8px;
  transition: transform 0.2s;
}
.btns .app:hover img {
  transform: translateY(-3px);
}

.mob .phn {
  position: relative;
  z-index: 2;
  max-width: 700px;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.1));
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 80px 0;
  background: #fff;
}

.s0001 {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.s0001::before, .s0001::after {
  content: ".......";
  position: absolute;
  color: #ddd;
  font-size: 40px;
  line-height: 0.5;
  width: 50px;
  opacity: 0.5;
}
.s0001::before {
  left: -60px;
  top: 100px;
}
.s0001::after {
  right: -60px;
  top: 200px;
}

.h0001 {
  margin-bottom: 50px;
  display: block;
  margin-top: 50px;
}
.h0001 .t0001 {
  color: #217aff;
  font-weight: 600;
  margin-bottom: 10px;
}
.h0001 .t0002 {
  color: #050b33;
  font-size: 32px;
  margin: 0;
}

.g0001 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 20px;
}

.k0001 {
  text-align: left;
}
.k0001 .i0001 {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
.k0001 .c0001 {
  padding-left: 10px;
  position: relative;
}
.k0001 .c0001::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  width: 25px;
  height: 2px;
  background: #ffb800;
}
.k0001 .t0003 {
  color: #050b33;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 15px;
  cursor: pointer;
}
.k0001 .t0003:hover {
  color: #217aff;
}
.k0001 .a0001 {
  color: #6b708d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}
.k0001 .a0001:hover {
  color: #217aff;
}

.k0001:nth-child(2) .a0001 {
  color: rgb(84, 152.5540540541, 255);
}

.f0000000001 {
  background-color: #2b2b35;
  color: #ffffff;
  padding-top: 80px;
  margin-top: 90px;
}
.f0000000001 .c0000000001 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 60px;
}

.g0000000001 {
  display: flex;
  gap: 60px;
}

.t0000000001 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
}

.l0000000001 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l0000000001 li {
  margin-bottom: 15px;
}
.l0000000001 .a0000000001 {
  color: #9e9eac;
  text-decoration: none;
  transition: 0.3s;
}
.l0000000001 .a0000000001:hover {
  color: #ffffff;
}

.s0000000001 {
  max-width: 350px;
}
.s0000000001 .p0000000001 {
  color: #9e9eac;
  line-height: 1.6;
  margin-bottom: 25px;
}

.f0000000002 {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 5px;
}
.f0000000002 .i0000000001 {
  background: transparent;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  flex-grow: 1;
  outline: none;
}
.f0000000002 .b0000000001 {
  background: #ffffff;
  color: #2b2b35;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.b0000000002 {
  background-color: #202029;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.b0000000002 .c0000000001 {
  padding: 0 20px;
  align-items: center;
}
.b0000000002 .p0000000002 {
  color: #9e9eac;
  font-size: 14px;
  margin: 0;
}
.b0000000002 .i0000000002 {
  height: 30px;
}
.b0000000002 .s0000000002 {
  display: flex;
  gap: 15px;
}
.b0000000002 .s0000000002 .i0000000003 {
  width: 35px;
  height: 35px;
}/*# sourceMappingURL=style.css.map */