@charset "UTF-8";
.Home {
  background: linear-gradient(88deg, #FFF 0.36%, #4ABAFF 98.72%); }
  .Home__header {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 80px;
    background: #3F3E3E;
    border-radius: 0px 0px 0px 0px; }
    .Home__header .Home__logo {
      position: absolute;
      left: 250px; }
      .Home__header .Home__logo:before {
        display: block;
        content: " ";
        overflow: hidden;
        width: 175.7px;
        height: 50px;
        background: url(//static.huna.live/h5/logo.94f3623c06.webp) no-repeat center/100%; }
  .Home__title {
    width: 680px;
    color: #00417A;
    text-align: center;
    font-weight: 700;
    margin: 30px auto 9px; }
    .Home__title p {
      font-size: 32px;
      margin-bottom: 20px; }
    .Home__title__content {
      font-size: 20px; }
  .Home__features {
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1024px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 15px;
    padding: 30px 58px;
    margin-bottom: 63px; }
    .Home__features .Home__CardP {
      width: 440px;
      color: #00417A;
      margin-bottom: 12px; }
    .Home__features .Home__CardTitle {
      font-size: 14px;
      font-weight: 700; }
    .Home__features .Home__featuresbtn {
      display: flex;
      align-items: center;
      gap: 7.4px;
      margin-top: 12px; }
      .Home__features .Home__featuresbtn .Home__featureBtn {
        width: 100px;
        height: 32px;
        cursor: pointer;
        transition: transform 0.2s ease;
        border: none;
        background: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .Home__features .Home__featuresbtn .Home__featureBtn img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .Home__features .Home__featuresbtn .Home__featureBtn:hover {
          transform: scale(1.05); }
    .Home__features .Home__CardTop {
      display: flex;
      margin-bottom: 20px;
      /* 设置下边距为20px */ }
      .Home__features .Home__CardTop .Home__CardTopA {
        margin-right: 10px; }
    .Home__features .Home__CardTitleH1 {
      width: 480px;
      color: #00417A;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .Home__features .Home__CardContent {
      font-size: 13px;
      font-weight: 400;
      line-height: 16px; }
    .Home__features .Home__featurePic {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 512px;
      height: 400px; }
      .Home__features .Home__featurePic img {
        width: 100%;
        height: 100%; }
  .Home__block {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Home__block-box .Home__block_title {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Home__block-box .Home__block_title .Home__block_title_left {
        color: #000; }
        .Home__block-box .Home__block_title .Home__block_title_left h3 {
          font-size: 20px;
          font-weight: 900;
          margin: 0; }
        .Home__block-box .Home__block_title .Home__block_title_left p {
          font-size: 16px;
          font-weight: 700; }
      .Home__block-box .Home__block_title .Home__block_title_right img {
        width: 125px;
        height: 40px; }
      .Home__block-box .Home__block_title .Home__block_title_right:hover {
        transform: scale(1.05); }
    .Home__block-box .Home__CardB {
      width: 600px;
      color: #000;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: 20px; }
    .Home__block-box .Home__CardTitle {
      font-size: 14px;
      font-weight: 700; }
    .Home__block .Home__CardContent {
      line-height: 20px; }
  .Home__phoneMockup {
    width: 270px;
    height: 547px;
    margin-right: 113px; }
    .Home__phoneMockup .carousel {
      width: 270px;
      height: 547px; }
  .Home__footer {
    max-width: 1200px;
    margin: 125px auto 0;
    width: 760px; }
  .Home__footerBar {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Home__footerBar a {
      color: #101010; }
  .Home__companyInfo {
    margin-top: 25px;
    padding-bottom: 83px;
    text-align: center;
    color: #000;
    font-size: 14px;
    opacity: 0.4;
    font-weight: 700; }
  .Home__contact {
    position: relative; }
  .Home__contactWrap {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 12px;
    background: #2b2b2b;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    color: #c7c7d3;
    white-space: nowrap; }

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .carousel__slides {
    display: flex;
    transition: transform 0.5s ease-in-out; }
  .carousel__slide {
    min-width: 100%; }
    .carousel__slide img {
      width: 100%;
      height: auto; }
  .carousel__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
    .carousel__dots .carousel__dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      cursor: pointer; }
      .carousel__dots .carousel__dot.active {
        background-color: white; }


/*# sourceMappingURL=http://static.huna.live/h5/page-Home.00360d0643.css.map*/