.GEO_box {
  background: url("/static/k2023/images/geo/tmsy-geo-bg.png");
  background-position: top center;
  width: 100%;
  background-repeat: no-repeat;
  position: relative; }
  .GEO_box .GEO_title {
    font-size: 48px;
    color: #000000;
    text-align: center;
    padding-top: 74px;
    margin-bottom: 0px;
    font-weight: bold; }
  .GEO_box .GEO_msg {
    font-size: 20px;
    color: #621FD1;
    line-height: 36px;
    background: linear-gradient(-90deg, #641CCF 0%, #296FFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 10px; }
  .GEO_box .GEO_input_box {
    width: 1003px;
    height: 62px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 16px 0px rgba(129, 129, 204, 0.31);
    border-radius: 30px;
    border: 2px solid #641ACE;
    border-right: none;
    margin: 0px auto 52px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    z-index: 10; }
    .GEO_box .GEO_input_box .bottom_input {
      flex: 1;
      margin-left: 14px;
      border: none;
      height: 100%;
      border-radius: 30px; }
    .GEO_box .GEO_input_box .bottom_input_btn {
      width: 160px;
      height: 60px;
      background: linear-gradient(90deg, #6717CD 0%, #2871FA 100%);
      box-shadow: 0px 10px 10px 0px rgba(228, 235, 255, 0.2);
      border-radius: 30px;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 60px;
      text-align: center; }
  .GEO_box .mask_img {
    padding-bottom: 76px; }
    .GEO_box .mask_img .mask_right {
      height: 40px;
      background: url("/static/k2023/images/geo/tmsy-geo-logo2.png");
      width: 100%;
      background-position: left center;
      animation: scroll1 60s linear infinite;
      position: relative;
      background-size: contain;
      background-repeat-y: no-repeat; }
    .GEO_box .mask_img .mask_left {
      height: 40px;
      background: url("/static/k2023/images/geo/tmsy-geo-logo2.png");
      width: 100%;
      background-position: left center;
      animation: scroll2 60s linear infinite;
      position: relative;
      background-size: contain;
      margin-bottom: 20px;
      background-repeat-y: no-repeat; }
@keyframes scroll1 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 4000px 0; } }
@keyframes scroll2 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -3000px 0; } }
    .GEO_box .mask_img .v2023GHugeShow {
      height: 510px;
      width: 100%;
      background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.9) 100%);
      position: absolute;
      left: 0;
      top: 0px; }

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