@charset "UTF-8";
*, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important; }

@keyframes borderAnimation {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 100%;
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

body {
  padding-top: 106px; }

.wrapper {
  width: 100%;
  overflow-x: hidden; }
  @media screen and (min-width: 700px) {
    .wrapper .phone_lang_switch_wrapper {
      display: none; }
    .wrapper .lang_swicth_wrapper {
      height: 36px;
      background: #ffffff;
      border-bottom: 1px solid #e5e7eb;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1001; }
      .wrapper .lang_swicth_wrapper .time_text {
        display: none; }
      .wrapper .lang_swicth_wrapper .lang_li {
        list-style: none;
        float: right;
        font-size: 13px;
        font-weight: 500;
        margin-right: 6px;
        width: 45px;
        text-align: center;
        border-radius: 4px;
        transition: all 0.2s ease; }
        .wrapper .lang_swicth_wrapper .lang_li a {
          text-decoration: none;
          color: #6b7280;
          line-height: 36px;
          display: block;
          transition: color 0.2s ease; }
          .wrapper .lang_swicth_wrapper .lang_li a:hover {
            color: #2563eb; }
      .wrapper .lang_swicth_wrapper .active {
        background: #2563eb; }
        .wrapper .lang_swicth_wrapper .active a {
          color: white;
          font-weight: 600; } }
  @media screen and (max-width: 700px) {
    .wrapper .lang_swicth_wrapper {
      display: none; }
    .wrapper .phone_lang_switch_wrapper {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1001;
      width: 100%;
      text-align: center;
      background: #ffffff;
      border-bottom: 1px solid #e5e7eb;
      color: #1f2937;
      cursor: pointer;
      font-size: 13px;
      font-weight: 500;
      padding: 8px 0; }
    .wrapper #phone_lang_switch_wrapper {
      display: none;
      background: #ffffff;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-top: 4px; }
      .wrapper #phone_lang_switch_wrapper .lang_li {
        list-style: none;
        padding: 6px 12px; }
        .wrapper #phone_lang_switch_wrapper .lang_li a {
          text-decoration: none;
          color: #6b7280;
          line-height: 1.4;
          transition: color 0.2s ease; }
          .wrapper #phone_lang_switch_wrapper .lang_li a:hover {
            color: #2563eb; }
      .wrapper #phone_lang_switch_wrapper .active {
        background: #2563eb; }
        .wrapper #phone_lang_switch_wrapper .active a {
          color: white;
          font-weight: 600; } }
  .wrapper .search_wrapper {
    min-height: 630px;
    padding: 106px 0 60px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
  .wrapper .search_wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.9) 0%, rgba(59, 130, 246, 0.8) 50%, rgba(16, 185, 129, 0.7) 100%);
    z-index: -1; }
  .wrapper .head_bg_wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    top: 36px;
    left: 0;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .wrapper .head_wrapper {
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px; }
    @media screen and (min-width: 920px) {
      .wrapper .head_wrapper {
        width: 70%;
        max-width: 1200px; }
        .wrapper .head_wrapper .small_screen {
          display: none; }
        .wrapper .head_wrapper .dropdown_wrapper {
          display: none; } }
    @media screen and (max-width: 920px) {
      .wrapper .head_wrapper {
        width: 95%; }
        .wrapper .head_wrapper .larger_screen {
          display: none; }
        .wrapper .head_wrapper .dropdown_wrapper {
          position: relative;
          color: #1f2937; }
          .wrapper .head_wrapper .dropdown_wrapper .dropdown-content {
            display: none;
            position: absolute;
            right: 0;
            top: 100%;
            border-radius: 8px;
            background: #ffffff;
            padding: 6px 0;
            min-width: 160px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border: 1px solid #e5e7eb;
            z-index: 1002; }
            .wrapper .head_wrapper .dropdown_wrapper .dropdown-content a {
              line-height: 1.4;
              color: #1f2937;
              padding: 8px 16px;
              text-decoration: none;
              display: block;
              font-size: 13px;
              font-weight: 500;
              transition: all 0.2s ease; }
              .wrapper .head_wrapper .dropdown_wrapper .dropdown-content a:hover {
                color: #2563eb;
                background: #f8fafc; } }
    @media screen and (max-width: 600px) {
      .wrapper .head_wrapper {
        padding: 0 12px; } }
    .wrapper .head_wrapper .logo_wrapper .logo {
      height: 52px;
      width: auto;
      transition: opacity 0.2s ease; }
      .wrapper .head_wrapper .logo_wrapper .logo:hover {
        opacity: 0.8; }
    .wrapper .head_wrapper ul {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0; }
      .wrapper .head_wrapper ul li {
        list-style: none;
        margin: 0 6px; }
        @media screen and (min-width: 600px) and (max-width: 1000px) {
          .wrapper .head_wrapper ul li {
            margin: 0 4px; } }
        .wrapper .head_wrapper ul li a {
          display: inline-block;
          text-decoration: none;
          color: #1f2937;
          font-size: 14px;
          font-weight: 500;
          padding: 6px 12px;
          border-radius: 6px;
          transition: all 0.2s ease;
          position: relative; }
          .wrapper .head_wrapper ul li a:hover {
            color: #2563eb;
            background: rgba(37, 99, 235, 0.08); }
        .wrapper .head_wrapper ul li a:hover span {
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 2px;
          background: #2563eb;
          border-radius: 1px; }
        .wrapper .head_wrapper ul li a:hover .animation_char {
          width: 100%;
          animation: borderAnimation 0.3s ease-out; }
  .wrapper .footer_wrapper {
    padding: 60px 0 40px 0;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%);
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .wrapper .footer_wrapper {
        padding: 40px 20px 30px 20px; } }
    .wrapper .footer_wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
      z-index: 0; }
    .wrapper .footer_wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
      border-radius: 2px;
      z-index: 1; }
    .wrapper .footer_wrapper .footer_sections {
      width: 70%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 40px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 800px) {
        .wrapper .footer_wrapper .footer_sections {
          width: 95%;
          flex-direction: column;
          gap: 30px; } }
    .wrapper .footer_wrapper .us_wrapper {
      flex: 1;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 30px 24px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
      position: relative; }
      .wrapper .footer_wrapper .us_wrapper:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
      .wrapper .footer_wrapper .us_wrapper::before {
        content: '✦';
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease; }
      .wrapper .footer_wrapper .us_wrapper:hover::before {
        color: #2563eb;
        transform: rotate(180deg); }
      .wrapper .footer_wrapper .us_wrapper .us_title {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        letter-spacing: 0.5px;
        text-align: center;
        position: relative; }
        @media screen and (min-width: 801px) {
          .wrapper .footer_wrapper .us_wrapper .us_title {
            text-align: left; } }
        .wrapper .footer_wrapper .us_wrapper .us_title::after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0;
          height: 2px;
          background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
          transition: width 0.3s ease; }
      .wrapper .footer_wrapper .us_wrapper:hover .us_title::after {
        width: 100%; }
      .wrapper .footer_wrapper .us_wrapper .us_container {
        text-align: center;
        padding-top: 24px; }
        @media screen and (min-width: 801px) {
          .wrapper .footer_wrapper .us_wrapper .us_container {
            text-align: left; } }
        .wrapper .footer_wrapper .us_wrapper .us_container a {
          text-decoration: none;
          color: rgba(255, 255, 255, 0.8);
          font-weight: 500;
          transition: all 0.3s ease;
          position: relative; }
          .wrapper .footer_wrapper .us_wrapper .us_container a::before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 1px;
            background: #2563eb;
            transition: width 0.3s ease; }
        .wrapper .footer_wrapper .us_wrapper .us_container a:hover {
          color: #2563eb;
          transform: translateX(3px); }
          .wrapper .footer_wrapper .us_wrapper .us_container a:hover::before {
            width: 100%; }
        .wrapper .footer_wrapper .us_wrapper .us_container .footer_us {
          padding: 10px 16px;
          margin: 0 8px;
          border-radius: 8px;
          transition: all 0.3s ease;
          display: inline-block;
          position: relative;
          overflow: hidden; }
          @media screen and (min-width: 801px) {
            .wrapper .footer_wrapper .us_wrapper .us_container .footer_us {
              display: block;
              margin: 6px 0; } }
          .wrapper .footer_wrapper .us_wrapper .us_container .footer_us::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.5s ease; }
          .wrapper .footer_wrapper .us_wrapper .us_container .footer_us:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
            .wrapper .footer_wrapper .us_wrapper .us_container .footer_us:hover::after {
              left: 100%; }
    .wrapper .footer_wrapper .footer_container {
      text-align: center;
      padding-top: 40px;
      width: 100%;
      position: relative;
      z-index: 2;
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.5px; }
      .wrapper .footer_wrapper .footer_container::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); }
      .wrapper .footer_wrapper .footer_container a {
        text-decoration: none;
        color: #2563eb;
        font-weight: 600;
        transition: all 0.3s ease;
        position: relative; }
        .wrapper .footer_wrapper .footer_container a::after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0;
          height: 2px;
          background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
          transition: width 0.3s ease; }
        .wrapper .footer_wrapper .footer_container a:hover {
          color: rgba(255, 255, 255, 0.9);
          transform: translateY(-1px); }
          .wrapper .footer_wrapper .footer_container a:hover::after {
            width: 100%; }

.search_box_container {
  margin: 40px auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb; }
  @media screen and (min-width: 1000px) {
    .search_box_container {
      width: 700px;
      max-width: 800px;
      padding: 40px; } }
  @media screen and (max-width: 1000px) {
    .search_box_container {
      width: 95%;
      padding: 30px 20px; } }
  .search_box_container .search_title {
    color: #1f2937;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 32px;
    text-align: center;
    letter-spacing: 0.5px; }
  .search_box_container .search_row {
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 24px; }
    .search_box_container .search_row .search_input_box {
      flex: 1;
      height: 48px;
      border: 2px solid #e5e7eb;
      border-radius: 12px;
      padding: 0 16px;
      font-size: 16px;
      transition: all 0.3s ease; }
      .search_box_container .search_row .search_input_box:focus {
        outline: none;
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }
    .search_box_container .search_row .search_submit_btn {
      width: 120px;
      height: 48px;
      border: none;
      border-radius: 12px;
      background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease; }
      .search_box_container .search_row .search_submit_btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3); }
  .search_box_container .more_options {
    text-align: center; }
    .search_box_container .more_options .more_options_btn {
      color: #6b7280;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      padding: 8px 16px;
      border-radius: 8px;
      transition: all 0.3s ease;
      display: inline-block; }
      .search_box_container .more_options .more_options_btn:hover {
        color: #2563eb;
        background: #f8fafc; }

/*# sourceMappingURL=header.css.map */