.package_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 86%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}
.package_banner .image {
  position: relative;
  width: 66.66666667%;
  margin-right: -16.66666667%;
  padding-bottom: 5.90277778%;
  margin-top: 2.4rem;
}
.package_banner .image .img {
  padding-bottom: 54.89583333%;
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
}
.package_banner .image::before {
  position: absolute;
  width: 15.2%;
  height: 100%;
  right: 114.1%;
  top: 0;
  margin-top: 54.89583333%;
  content: '';
  background-color: rgba(48, 90, 209, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: skewX(-24deg);
}
.package_banner .image .num_box {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  background-color: #3a72ef;
  color: #fff;
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  align-items: center;
  min-width: 40.83333333%;
  min-height: 20.39151713%;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
  --deg: 5.6rem;
  clip-path: polygon(var(--deg) 0, 100% 0, 100% 100%, 0 100%);
  gap: 2rem;
  padding: 2rem 4rem 2rem 7.6rem;
}
.package_banner .image .num_box .icon {
  padding-bottom: 100%;
  margin-bottom: 0.6rem;
}
.package_banner .image .num_box strong {
  font-size: 3.59rem;
  font-weight: 600;
}
.package_banner .image .num_box span {
  display: block;
  font-size: 1.683rem;
  opacity: 0.8;
  margin-top: -1px;
  margin-bottom: 4px;
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.package_banner .head {
  flex: 1;
  width: 100%;
  max-width: 71.4rem;
  padding: 4.2rem 0 4rem;
}
.package_banner p {
  max-width: 55.9rem;
  margin-top: 2.3rem;
}
.package_banner .tags {
  max-width: 60rem;
  margin-top: 3.9rem;
}
.package_banner .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.package_banner .tags li {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.3s;
  line-height: 2.5;
  gap: 0.45em;
  padding: 0 1.25857em 0 1.35714em;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.package_banner .tags li::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
  background: url("../img/gou.svg") no-repeat center / contain;
}
.package_banner .tags li:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.package_banner .float_mask .img {
  filter: contrast(0) brightness(2);
}
.package_banner .float_mask .img img {
  opacity: 0.11;
}
.package_banner .float_mask .img1 {
  left: -39.4270833%;
  bottom: -57.9591837%;
}
.package_banner .float_mask .img2 {
  right: -11.7708333%;
  bottom: 7.4829932%;
}
.package_part {
  padding: 12.2rem 0 16.7rem;
}
.package_part p {
  max-width: 71.7rem;
  margin-top: 2.6rem;
}
.package_part .flex {
  margin-top: 5.9rem;
}
.package_part .flex .lt {
  flex: 1;
  max-width: 27.5rem;
  width: 100%;
  padding-bottom: 5.2%;
}
.package_part .flex .rt {
  width: 73.3333333%;
}
.package_part .nav .nav_item {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 600;
  color: #686868;
  border-bottom: 1px solid var(--border);
  padding: 1.7rem 0 1.8rem;
}
.package_part .nav .nav_item::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  left: 0;
  bottom: -1px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.package_part .nav .nav_item.active {
  color: var(--title);
}
.package_part .nav .nav_item.active::after {
  opacity: 1;
}
.package_part .package_part_swiper {
  overflow: hidden;
}
.package_part .package_part_swiper .grid {
  height: 100%;
  display: grid;
  grid-template-columns: 60.79545455% 1fr;
  align-items: end;
}
.package_part .package_part_swiper .img {
  padding-bottom: 73.0529595%;
}
.package_part .package_part_swiper .info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -1.5rem;
  min-height: 73.13432836%;
  padding-top: 5.2rem;
  padding-bottom: 0.6rem;
}
.package_part .package_part_swiper .info::before {
  position: absolute;
  left: -12.57%;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}
.package_part .package_part_swiper .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.package_part .package_part_swiper .info p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  border-top: 1px solid var(--border);
  margin-top: 2.7rem;
  margin-bottom: auto;
  padding-top: 1.8rem;
  letter-spacing: -0.005rem;
}
.package_part .package_part_swiper .info ul {
  color: var(--text);
  margin-top: 1.8rem;
  letter-spacing: -0.007rem;
}
.package_part .package_part_swiper .info ul li + li {
  margin-top: 1rem;
}
.package_part .package_part_swiper .info ul li {
  position: relative;
  padding-left: 1.64705882em;
}
.package_part .package_part_swiper .info ul li::before {
  position: absolute;
  left: 0;
  top: 0.177em;
  content: "";
  width: 0.82352941em;
  height: 0.82352941em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.package_times {
  position: relative;
  background-color: var(--bg2);
  padding: 13.9rem 0 10.1rem;
}
.package_times .lt {
  width: 43.54166667%;
}
.package_times .lt + .items {
  max-width: 68.7rem;
}
.package_times .head {
  max-width: 57.1rem;
}
.package_times .head h2 {
  max-width: 47.7rem;
}
.package_times p {
  margin-top: 3.3rem;
}
.package_times .img {
  margin-top: 4.9rem;
  --h: 58.37320574%;
}
.package_times .items {
  flex: 1;
  width: 100%;
  padding-top: 1rem;
}
.package_times .items ul {
  display: grid;
  gap: 1.7rem;
}
.package_times .items .active .item {
  box-shadow: var(--shadow3);
}
.package_times .items .active .item::after {
  opacity: 1;
}
.package_times .item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid var(--border2);
  gap: 2rem;
  padding: 3.0567686% 4.657933% 4.0756914%;
}
.package_times .item::after {
  position: absolute;
  width: 0.3rem;
  height: 100%;
  left: -2px;
  top: 0;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
  opacity: 0;
}
.package_times .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.9rem;
  height: 6.9rem;
  background-color: var(--bg2);
}
.package_times .item .icon img {
  width: max-content;
  height: max-content;
  max-width: 65.2173913%;
  max-height: 57.97101449%;
}
.package_times .item .info h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.package_times .item .info p {
  font-size: 1.7rem;
  color: var(--text);
  margin-top: 1.2rem;
  letter-spacing: -0.005rem;
}
.package_times .item .time {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 1.4rem;
  letter-spacing: -0.002rem;
}
.package_times .float_mask .img1 {
  left: -38.6458333%;
  bottom: -26.8770403%;
}
.package_times .float_mask .img2 {
  right: -10.46875%;
  bottom: 41.0228509%;
}
.package_market {
  padding: 9.8rem 0 12.1rem;
}
.package_market .head {
  flex: 1;
  width: 100%;
  max-width: 38.4rem;
  padding-bottom: 6.6%;
}
.package_market p {
  margin-top: 3.3rem;
}
.package_market .img {
  width: 63.61111111%;
  margin-right: 1.66666667%;
  margin-bottom: -1.5rem;
}
.package_market .package_market_swiper {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}
.package_market .package_market_swiper .swiper-slide {
  max-width: 457px;
}
.package_market .package_market_swiper .active .item {
  box-shadow: var(--shadow3);
}
.package_market .package_market_swiper .active .item::after {
  opacity: 1;
}
.package_market .item {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid var(--border2);
  background-color: #fff;
  transition: all 0.3s;
  padding: 9.4091904% 8.3150985% 6.5645514%;
}
.package_market .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.package_market .item .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #232323;
}
.package_market .item .time {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary);
  margin-top: 1.4rem;
  letter-spacing: -0.002rem;
}
.package_market .item .desc {
  line-height: 2.4rem;
  color: var(--text);
  max-width: 36rem;
  margin-top: 4.4rem;
  letter-spacing: -0.007rem;
}
.package_support {
  background-color: var(--bg);
  padding: 10rem 0 10.8rem;
}
.package_support h2 {
  max-width: 47.7rem;
}
.package_support .flex {
  margin-top: 4.4rem;
}
.package_support .img {
  width: 48.95833333%;
  --h: 78.43971631%;
}
.package_support .img + .rt {
  max-width: 59.4rem;
}
.package_support .rt {
  flex: 1;
  width: 100%;
  padding-bottom: 0.6rem;
}
.package_support .rt .desc {
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  hyphens: auto;
  max-width: 59.4rem;
  letter-spacing: -0.005rem;
}
.package_support .rt .btn {
  margin-top: 4.3rem;
}
.package_support .features {
  margin-top: 4.2rem;
}
.package_support .features li + li {
  margin-top: 2.35rem;
}
.package_support .features li {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  align-items: start;
  gap: 3.8rem;
}
.package_support .features .icon {
  padding-bottom: 100%;
  background-color: #fff;
  margin-top: 1px;
}
.package_support .features .icon img {
  transform: scale(0.56451613);
}
.package_support .features .info h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a2e;
}
.package_support .features .info p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--text);
  hyphens: auto;
  margin-top: 0.9rem;
  letter-spacing: -0.012rem;
}
.page_qac {
  padding-top: 14.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .package_banner .image {
    margin-right: -8%;
  }
  .package_banner .image .num_box {
    padding-right: 9rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .package_banner .image {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .package_banner {
    padding-top: 64px;
  }
  .package_banner .flex {
    flex-direction: column-reverse;
    padding: 30px 0 40px;
  }
  .package_banner .image {
    width: 100%;
    margin-left: auto;
    margin-right: -20px;
    margin-top: 0;
  }
  .package_banner .image .num_box {
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 20px 14px 40px;
    --deg: 37px;
  }
  .package_banner .image .num_box .icon {
    margin: 0;
  }
  .package_banner .image .num_box strong {
    font-size: 18px;
  }
  .package_banner .image .num_box span {
    font-size: 13px;
    letter-spacing: unset;
    margin: 0;
  }
  .package_banner .head {
    padding: 0;
  }
  .package_banner .tags {
    margin-top: 20px;
  }
  .package_banner .tags ul {
    gap: 10px;
  }
  .package_banner .tags li {
    font-size: 13px;
    line-height: 1.5;
    padding: 0.3em 1em;
  }
  .package_part {
    padding: 50px 0;
  }
  .package_part .flex {
    margin-top: 20px;
    display: block;
  }
  .package_part .flex .lt {
    max-width: unset;
    padding: 0;
  }
  .package_part .flex .rt {
    width: 100%;
    margin-top: 30px;
  }
  .package_part .nav .nav_list {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    display: flex;
  }
  .package_part .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .package_part .nav .nav_list li {
    flex: 1 0 160px;
  }
  .package_part .nav .nav_item {
    font-size: 14px;
    padding: 10px 0;
    white-space: nowrap;
  }
  .package_part .package_part_swiper .info {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .package_part .package_part_swiper .info h3 {
    font-size: 18px;
  }
  .package_part .package_part_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
    padding-top: 10px;
  }
  .package_part .package_part_swiper .info ul {
    margin-top: 12px;
    letter-spacing: unset;
  }
  .package_part .package_part_swiper .info ul li + li {
    margin-top: 8px;
  }
  .package_times {
    padding: 50px 0;
  }
  .package_times .lt {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 50%;
    align-items: center;
    gap: 20px;
  }
  .package_times .lt + .items {
    max-width: unset;
  }
  .package_times .img {
    margin: 0;
  }
  .package_times .items {
    padding: 0;
  }
  .package_times .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 16px;
  }
  .package_times .item {
    padding: 20px;
    display: block;
    height: 100%;
  }
  .package_times .item .icon {
    width: 50px;
    height: 50px;
  }
  .package_times .item .info {
    margin-top: 20px;
  }
  .package_times .item .info h3 {
    font-size: 18px;
  }
  .package_times .item .info p {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .package_times .item .time {
    font-size: 15px;
    margin: 20px 0 0;
    letter-spacing: unset;
    text-align: left;
  }
  .package_market {
    padding: 50px 0;
    overflow: hidden;
  }
  .package_market .head {
    padding: 0;
  }
  .package_market .img {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    order: -1;
  }
  .package_market .img::-webkit-scrollbar {
    display: none;
  }
  .package_market .img img {
    min-width: 600px;
  }
  .package_market .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .package_market .package_market_swiper {
    margin-top: 30px;
    padding: 0;
  }
  .package_market .item {
    padding: 20px;
  }
  .package_market .item .title {
    font-size: 18px;
  }
  .package_market .item .time {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .package_market .item .desc {
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .package_support {
    padding: 50px 0;
  }
  .package_support .flex {
    margin-top: 30px;
  }
  .package_support .rt {
    padding: 0;
  }
  .package_support .rt .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .package_support .rt .btn {
    margin-top: 20px;
  }
  .package_support .features {
    margin-top: 30px;
  }
  .package_support .features li + li {
    margin-top: 20px;
  }
  .package_support .features li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }
  .package_support .features .icon {
    margin: 0;
  }
  .package_support .features .info h3 {
    font-size: 16px;
  }
  .package_support .features .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 5px;
  }
  .page_qac {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .package_part .package_part_swiper .grid {
    grid-template-columns: 1fr;
  }
  .package_times .lt {
    grid-template-columns: 1fr;
  }
  .package_times .lt .img {
    order: -1;
  }
  .package_support .img {
    width: 100%;
  }
}
