@charset "UTF-8";
.GEO_box {
  background: url("/static/t2023/images/index/tjsy-geo-bg.png");
  background-position: top center;
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 113px;
  position: relative; }
  .GEO_box .GEO_title {
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0px;
    font-weight: bold;
    margin-bottom: 40px; }
  .GEO_box .GEO_xian {
    width: 78px;
    height: 4px;
    background: linear-gradient(90deg, #DE1D2F 0%, #BF1616 100%);
    border-radius: 2px;
    margin: 0px auto 60px auto; }
  .GEO_box .GEO_content {
    background: linear-gradient(0deg, #FFE8E8 0%, #FFFBFB 100%);
    box-shadow: 0px 4px 16px 0px rgba(129, 69, 69, 0.16);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    padding: 48px 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center; }
    .GEO_box .GEO_content .GEO_msg {
      font-size: 20px;
      color: #D02B2B;
      text-align: center;
      margin-bottom: 10px;
      margin-bottom: 24px; }
    .GEO_box .GEO_content .GEO_input_box {
      width: 1000px;
      height: 50px;
      background: #FFFFFF;
      border-radius: 3px;
      border: 1px solid #D02B2B;
      margin: 0px auto 32px auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: nowrap;
      position: relative;
      z-index: 10; }
      .GEO_box .GEO_content .GEO_input_box .bottom_input {
        flex: 1;
        margin-left: 14px;
        border: none;
        height: 100%;
        border-radius: 30px; }
      .GEO_box .GEO_content .GEO_input_box .bottom_input_btn {
        width: 100px;
        height: 40px;
        background: #D02B2B;
        border-radius: 3px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        margin-right: 6px; }
    .GEO_box .GEO_content .GEO_img_box {
      display: flex;
      justify-content: center; }

/* 手机设备 */
@media only screen and (max-width: 767px) {
  /* 样式 */
  .GEO_box {
    background: url("/static/t2023/images/index/tjsy-geo-bg.png");
    background-position: top center;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 45px;
    position: relative; }
    .GEO_box .GEO_title {
      font-size: 36px;
      color: #333333;
      text-align: center;
      padding-top: 50px;
      margin-bottom: 0px;
      font-weight: bold;
      margin-bottom: 20px; }
    .GEO_box .GEO_xian {
      width: 78px;
      height: 4px;
      background: linear-gradient(90deg, #DE1D2F 0%, #BF1616 100%);
      border-radius: 2px;
      margin: 0px auto 30px auto; }
    .GEO_box .GEO_content {
      background: linear-gradient(0deg, #FFE8E8 0%, #FFFBFB 100%);
      box-shadow: 0px 4px 16px 0px rgba(129, 69, 69, 0.16);
      border-radius: 10px;
      border: 1px solid #FFFFFF;
      padding: 20px 0px;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      margin: 0px 15px; }
      .GEO_box .GEO_content .GEO_msg {
        font-size: 16px;
        color: #D02B2B;
        text-align: center;
        margin-bottom: 10px;
        margin-bottom: 24px;
        line-height: 26px;
        padding: 0px 6px; }
      .GEO_box .GEO_content .GEO_input_box {
        width: 94%;
        height: 50px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #D02B2B;
        margin: 0px auto 32px auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        position: relative;
        z-index: 10; }
        .GEO_box .GEO_content .GEO_input_box .bottom_input {
          flex: 1;
          margin-left: 14px;
          border: none;
          height: 100%;
          border-radius: 30px; }
        .GEO_box .GEO_content .GEO_input_box .bottom_input_btn {
          width: 100px;
          height: 40px;
          background: #D02B2B;
          border-radius: 3px;
          font-size: 16px;
          color: #FFFFFF;
          line-height: 40px;
          text-align: center;
          margin-right: 6px; }
      .GEO_box .GEO_content .GEO_img_box {
        display: flex;
        justify-content: center; }
        .GEO_box .GEO_content .GEO_img_box img {
          width: 90%; }

  .amounts {
    padding-top: 50px; } }
/* 平板设备 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* 样式 */ }
/* 笔记本/桌面设备 */
@media only screen and (min-width: 1025px) {
  /* 样式 */ }

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