@charset "UTF-8";
body {
  margin: 0;
  padding: 0px;
  font-size: 14px;
  /* 根字号为14px==>1rem */ }

.banner {
  position: relative; }
  .banner .banner_img {
    width: 100%; }
  .banner .banner_content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
    .banner .banner_content .banner_content_box {
      width: 1200px;
      height: 100%;
      z-index: 10;
      margin: 90px auto 0px auto; }
      .banner .banner_content .banner_content_box .tip_text {
        width: 630px;
        margin-top: 27px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #333333;
        line-height: 36px; }
      .banner .banner_content .banner_content_box .banner_btn {
        width: 240px;
        height: 60px;
        background: linear-gradient(90deg, #2448FF 0%, #5A42EC 100%);
        border-radius: 10px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        margin-top: 32px; }

.m_banner {
  display: none; }

.centerA {
  width: 1200px;
  margin: 0px auto;
  margin-top: 69px; }
  .centerA .title_box .title_text {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 13px; }
  .centerA .title_box .tip_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 43px; }
    .centerA .title_box .tip_text span {
      font-family: Microsoft YaHei;
      font-weight: bold;
      font-size: 16px;
      color: #1E3DFF; }
  .centerA .centerA_list_box .ony {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 38px; }
    .centerA .centerA_list_box .ony .item {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: flex-start;
      align-items: flex-start;
      width: 49%; }
      .centerA .centerA_list_box .ony .item .item_img {
        flex-shrink: 0;
        margin: 0px 10px 0px 0px; }
      .centerA .centerA_list_box .ony .item .item_right .item_right_title {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        margin: 0px 0px 10px 0px; }
      .centerA .centerA_list_box .ony .item .item_right .item_right_text {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #5B5D61;
        line-height: 30px; }

.centerB {
  padding: 70px 0px;
  background: #EEF1F5; }
  .centerB .geo_w1200 {
    width: 1200px;
    margin: 0px auto; }
  .centerB .title_box {
    margin-bottom: 50px; }
    .centerB .title_box .title_text {
      font-family: Microsoft YaHei;
      font-weight: bold;
      font-size: 36px;
      color: #333333;
      line-height: 36px;
      text-align: center; }
  .centerB .centerB_list_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px; }
    .centerB .centerB_list_box .item {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      align-items: center;
      justify-content: center;
      width: 280px;
      height: 210px;
      background: #FFFFFF;
      border-radius: 20px; }
      .centerB .centerB_list_box .item .item_img {
        margin-bottom: 10px; }
      .centerB .centerB_list_box .item .item_bottom_title {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 24px;
        color: #333333;
        text-align: center;
        margin-bottom: 10px; }
      .centerB .centerB_list_box .item .item_bottom_text {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #7C7E83;
        line-height: 24px;
        text-align: left;
        padding: 0px 28px; }
  .centerB .centerB_center {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start; }
    .centerB .centerB_center .centerB_center_img {
      flex-shrink: 0; }
    .centerB .centerB_center .centerB_center_text {
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 18px;
      color: #333333;
      line-height: 48px;
      margin-left: 32px; }

.centerC {
  padding: 70px 0px;
  background: #fff; }
  .centerC .geo_w1200 {
    width: 1200px;
    margin: 0px auto; }
  .centerC .title_box {
    margin-bottom: 50px; }
    .centerC .title_box .title_text {
      font-family: Microsoft YaHei;
      font-weight: bold;
      font-size: 36px;
      color: #333333;
      line-height: 36px;
      text-align: center; }
  .centerC .top_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    .centerC .top_list .item {
      width: 580px;
      background: linear-gradient(204deg, #F8FDFF 0%, #FFFFFF 32%);
      box-shadow: 0px 5px 20px 0px rgba(163, 167, 177, 0.19);
      border: 1px solid #FFFFFF;
      border-radius: 20px;
      position: relative; }
      .centerC .top_list .item .item_img {
        border-radius: 20px; }
      .centerC .top_list .item .item_center {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 10; }
        .centerC .top_list .item .item_center .center_text {
          position: absolute;
          right: 40px;
          top: 5px;
          z-index: 10;
          font-family: Alibaba PuHuiTi;
          font-weight: bold;
          font-size: 18px;
          color: #FFFFFF;
          background: transparent; }
        .centerC .top_list .item .item_center .center_title {
          font-family: Microsoft YaHei;
          font-weight: bold;
          font-size: 30px;
          color: #333333;
          margin: 28px 30px 10px 30px; }
        .centerC .top_list .item .item_center .center_tip {
          font-family: Microsoft YaHei;
          font-weight: 400;
          font-size: 14px;
          color: #9EA1A8;
          line-height: 24px;
          margin: 0px 30px 10px 30px; }
          .centerC .top_list .item .item_center .center_tip span {
            color: #EA5353; }
        .centerC .top_list .item .item_center .quantity_box {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-content: center;
          align-items: center;
          justify-content: flex-start;
          margin: 0px 30px 20px 30px; }
          .centerC .top_list .item .item_center .quantity_box .label_item {
            height: 40px;
            background: #FFF8F8;
            border-radius: 5px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            font-size: 20px;
            color: #F44442;
            padding: 0px 16px;
            margin-right: 10px;
            line-height: 40px;
            text-align: center; }
        .centerC .top_list .item .item_center .price_btn {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-content: center;
          align-items: center;
          justify-content: space-between;
          margin: 0px 30px 0px 30px; }
          .centerC .top_list .item .item_center .price_btn .price {
            font-family: Microsoft YaHei;
            font-weight: bold;
            font-size: 36px;
            color: #F33E3E; }
            .centerC .top_list .item .item_center .price_btn .price span {
              font-size: 20px; }
          .centerC .top_list .item .item_center .price_btn .btn_box {
            width: 200px;
            height: 48px;
            background: linear-gradient(90deg, #F33E3E 0%, #FE8876 100%);
            border-radius: 24px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            font-size: 20px;
            color: #FFFFFF;
            line-height: 48px;
            text-align: center; }
    .centerC .top_list .item:first-child {
      background: linear-gradient(204deg, #F6FFF8 0%, #FFFFFF 32%);
      box-shadow: 0px 5px 20px 0px rgba(163, 167, 177, 0.19); }
  .centerC .bottom_list .ony_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .centerC .bottom_list .item {
    width: 380px;
    background: linear-gradient(204deg, #FFFBF9 0%, #FFFFFF 32%);
    box-shadow: 0px 5px 20px 0px rgba(163, 167, 177, 0.19);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    position: relative; }
    .centerC .bottom_list .item .item_img {
      border-radius: 20px; }
    .centerC .bottom_list .item .item_center {
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: 100%;
      z-index: 10;
      padding: 21px 25px; }
      .centerC .bottom_list .item .item_center .center_text {
        position: absolute;
        right: 15px;
        top: 5px;
        z-index: 10;
        font-family: Alibaba PuHuiTi;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        background: transparent; }
      .centerC .bottom_list .item .item_center .icon_img {
        margin-bottom: 14px; }
      .centerC .bottom_list .item .item_center .center_title {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 30px;
        color: #333333;
        margin-bottom: 15px; }
      .centerC .bottom_list .item .item_center .center_tip {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #9EA1A8;
        line-height: 24px;
        margin-bottom: 15px; }
        .centerC .bottom_list .item .item_center .center_tip span {
          color: #EA5353; }
      .centerC .bottom_list .item .item_center .quantity_box {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px; }
        .centerC .bottom_list .item .item_center .quantity_box .label_item {
          height: 40px;
          background: #FFF8F8;
          border-radius: 5px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          font-size: 20px;
          color: #F44442;
          padding: 0px 16px;
          margin-right: 10px;
          line-height: 40px;
          text-align: center; }
      .centerC .bottom_list .item .item_center .price_btn .price {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 36px;
        color: #F33E3E;
        margin-bottom: 20px; }
        .centerC .bottom_list .item .item_center .price_btn .price span {
          font-size: 20px; }
      .centerC .bottom_list .item .item_center .price_btn .btn_box {
        width: 100%;
        height: 48px;
        background: #FFFAFA;
        border-radius: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #FF2929;
        line-height: 48px;
        text-align: center;
        border: 1px solid #FFBBBB; }

/* 手机设备适配 */
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px; }

  .w1200,
  .home-page .centerA,
  .home-page .centerB .geo_w1200,
  .home-page .centerC .geo_w1200 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; }

  .home-page .banner {
    display: none; }
    .home-page .banner .banner_content .banner_content_box {
      width: 100%;
      margin-top: 30px;
      padding: 0 15px;
      box-sizing: border-box; }
      .home-page .banner .banner_content .banner_content_box .tip_text {
        width: 100%;
        font-size: 14px;
        line-height: 24px; }
      .home-page .banner .banner_content .banner_content_box .banner_btn {
        width: 100%;
        margin: 20px auto 0; }
  .home-page .m_banner {
    display: block; }
    .home-page .m_banner .tip_img {
      width: 100%; }
  .home-page .title_box .title_text {
    font-size: 24px !important; }
  .home-page .title_box .tip_text {
    font-size: 14px !important;
    padding: 0 10px; }
  .home-page .centerA {
    margin-top: 40px; }
    .home-page .centerA .centerA_list_box .ony {
      flex-direction: column;
      margin-bottom: 20px; }
      .home-page .centerA .centerA_list_box .ony .item {
        width: 100%;
        margin-bottom: 20px; }
  .home-page .centerB {
    padding: 40px 0; }
    .home-page .centerB .centerB_list_box {
      flex-direction: column;
      padding-bottom: 20px; }
      .home-page .centerB .centerB_list_box .item {
        width: 100%;
        margin-bottom: 20px; }
    .home-page .centerB .centerB_center {
      flex-direction: column;
      height: auto;
      padding: 20px; }
      .home-page .centerB .centerB_center .centerB_center_img {
        width: 100%;
        margin-bottom: 15px; }
      .home-page .centerB .centerB_center .centerB_center_text {
        margin-left: 0;
        font-size: 14px;
        line-height: 28px; }
  .home-page .centerC {
    padding: 40px 0; }
    .home-page .centerC .top_list {
      flex-direction: column;
      margin-bottom: 20px; }
      .home-page .centerC .top_list .item {
        width: 100%;
        margin-bottom: 20px;
        height: 30rem; }
        .home-page .centerC .top_list .item .item_img {
          width: 100%; }
        .home-page .centerC .top_list .item .item_center .center_text {
          right: 23px;
          top: 0px; }
      .home-page .centerC .top_list .item:last-child {
        height: 30rem; }
    .home-page .centerC .bottom_list .ony_list {
      flex-direction: column;
      margin-bottom: 20px; }
      .home-page .centerC .bottom_list .ony_list .item {
        width: 100%;
        margin-bottom: 20px;
        height: 30rem; }
        .home-page .centerC .bottom_list .ony_list .item .item_img {
          width: 100%; }
        .home-page .centerC .bottom_list .ony_list .item .item_center .center_text {
          top: 8px; }
    .home-page .centerC .item .item_center {
      padding: 15px !important; }
      .home-page .centerC .item .item_center .center_title {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        margin: 28px 10px 10px 10px; }
      .home-page .centerC .item .item_center .center_tip {
        margin: 28px 10px 10px 10px; }
      .home-page .centerC .item .item_center .quantity_box {
        margin: 28px 10px 10px 10px; }
      .home-page .centerC .item .item_center .price_btn {
        flex-direction: column;
        align-items: flex-start !important; }
        .home-page .centerC .item .item_center .price_btn .price {
          font-size: 28px !important;
          margin-bottom: 10px !important; }
      .home-page .centerC .item .item_center .quantity_box {
        flex-wrap: wrap;
        margin-bottom: 15px !important; }
        .home-page .centerC .item .item_center .quantity_box .label_item {
          font-size: 16px !important;
          margin-bottom: 10px; }

  .bot .layui-col-lg3 {
    width: 94% !important; } }
/* 平板设备适配 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .w1200,
  .home-page .centerA,
  .home-page .centerB .geo_w1200,
  .home-page .centerC .geo_w1200 {
    width: 90%;
    margin: 0 auto; }

  .home-page .banner .banner_content .banner_content_box {
    width: 90%; }
  .home-page .centerA .centerA_list_box .ony .item {
    width: 48%; }
  .home-page .centerB .centerB_list_box {
    flex-wrap: wrap; }
    .home-page .centerB .centerB_list_box .item {
      width: 48%;
      margin-bottom: 20px; }
  .home-page .centerC .bottom_list .ony_list {
    flex-wrap: wrap; }
    .home-page .centerC .bottom_list .ony_list .item {
      width: 48%;
      margin-bottom: 20px; }
  .home-page .centerC .price_btn .btn_box {
    width: 160px; } }
/* 笔记本/桌面设备适配 */
@media only screen and (min-width: 1025px) {
  .w1200,
  .home-page .centerA,
  .home-page .centerB .geo_w1200,
  .home-page .centerC .geo_w1200 {
    width: 1200px; }

  .btn_box:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    transition: all 0.3s ease; }

  .item:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0px 8px 25px 0px rgba(163, 167, 177, 0.3); } }

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