.fadein {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8); }
  .fadein .box {
    width: 4.6rem;
    background: #fff;
    border-radius: .1rem;
    position: relative;
    border-radius: .1rem;
    padding: .3rem; }
    .fadein .box .close {
      width: .26rem;
      cursor: pointer;
      position: absolute;
      right: .2rem;
      top: .2rem; }
    .fadein .box .title {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .18rem;
      color: #000;
      font-weight: bold; }
      .fadein .box .title img {
        width: .2rem;
        margin-right: .1rem; }
    .fadein .box .desc {
      display: block;
      text-align: center;
      font-size: .14rem;
      color: #666;
      margin-top: .16rem; }
    .fadein .box .code {
      width: 2.6rem;
      margin: .2rem auto;
      border-radius: .12rem;
      padding: .2rem;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }
      .fadein .box .code img {
        display: block;
        margin: 0 auto;
        width: 100%; }
    .fadein .box .f {
      display: block;
      text-align: center;
      font-size: .14rem;
      color: #000;
      margin-top: .2rem; }

.content {
  width: 100%;
  position: relative; }
  .content .header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .content .header .m {
      width: 12rem;
      padding: .28rem 0;
      display: flex;
      margin: 0 auto;
      align-items: center;
      justify-content: space-between; }
      .content .header .m .logo {
        height: 100%; }
        .content .header .m .logo a {
          display: flex;
          align-items: center;
          font-size: .28rem;
          color: #fff; }
          .content .header .m .logo a img {
            width: 1.32rem;
            margin-right: .1rem; }
      .content .header .m p {
        font-size: .18rem;
        color: #fff; }
      .content .header .m .btn {
        width: 1.12rem;
        height: .41rem;
        background: #90a6ee;
        border-radius: .4rem;
        transition: all .2s; }
        .content .header .m .btn:hover {
          background: #3E5FF5; }
        .content .header .m .btn a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: .18rem;
          color: #fff; }
@keyframes float-up-down {
  0%, 100% {
    transform: translateY(0) scale(1.02); }
  50% {
    transform: translateY(-0.2rem) scale(1); } }
  .content .banner {
    width: 100%;
    height: 7.74rem;
    background: linear-gradient(204.82deg, #DEE4FF 0%, #3E5FF5 100%);
    padding-top: 1.83rem; }
    .content .banner .m {
      width: 12rem;
      margin: 0 auto;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .content .banner .m .fr {
        width: 6.99rem;
        display: block;
        animation: float-up-down 6s ease-in-out infinite; }
      .content .banner .m .fl {
        overflow: hidden;
        font-size: 12px; }
        .content .banner .m .fl .tip {
          display: inline-flex;
          height: .38rem;
          border: 1px solid rgba(255, 255, 255, 0.3);
          align-items: center;
          font-size: .14rem;
          color: #fff;
          padding: 0 .23rem;
          border-radius: .4rem;
          background: rgba(255, 255, 255, 0.2); }
          .content .banner .m .fl .tip div {
            width: .08rem;
            height: .08rem;
            background: #05C756;
            border-radius: 50%;
            margin-right: .08rem; }
        .content .banner .m .fl p {
          font-size: .6rem;
          color: #fff;
          line-height: 1;
          margin-top: .48rem;
          font-weight: bold; }
        .content .banner .m .fl span {
          line-height: 1;
          display: block;
          font-size: .24rem;
          color: #fff;
          margin-top: .5rem; }
        .content .banner .m .fl em {
          line-height: 1;
          display: block;
          opacity: .85;
          font-size: .18rem;
          color: #fff;
          margin-top: .12rem; }
        .content .banner .m .fl .dot {
          display: flex;
          align-items: center;
          margin-top: .5rem; }
          .content .banner .m .fl .dot div {
            display: flex;
            align-items: center;
            font-size: .14rem;
            color: #fff;
            margin-right: .24rem; }
            .content .banner .m .fl .dot div::before {
              content: '';
              width: .08rem;
              height: .08rem;
              background: #fff;
              border-radius: 50%;
              margin-right: .08rem; }
        .content .banner .m .fl .btn {
          display: flex;
          align-items: center;
          margin-top: .8rem; }
          .content .banner .m .fl .btn div {
            overflow: hidden;
            background: #fff;
            border-radius: .08rem;
            height: .56rem;
            transition: all .2s;
            margin-right: .16rem; }
            .content .banner .m .fl .btn div:hover {
              opacity: 0.8; }
            .content .banner .m .fl .btn div.on {
              background: #05C756; }
              .content .banner .m .fl .btn div.on a {
                color: #fff; }
            .content .banner .m .fl .btn div a {
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0 .35rem;
              font-weight: bold;
              font-size: .18rem;
              color: #3E5FF5; }
              .content .banner .m .fl .btn div a img {
                width: .2rem;
                margin-right: .08rem; }
  .content .main_data {
    overflow: hidden; }
    .content .main_data .m {
      display: flex;
      width: 12rem;
      margin: 0 auto;
      justify-content: space-between; }
      .content .main_data .m li {
        overflow: hidden;
        flex: 1;
        padding: .46rem 0; }
        .content .main_data .m li p {
          font-size: .36rem;
          color: #3E5FF5;
          text-align: center;
          font-weight: bold; }
          .content .main_data .m li p span {
            font-size: .36rem;
            font-weight: bold; }
        .content .main_data .m li em {
          display: block;
          font-size: .16rem;
          color: #858A93;
          text-align: center;
          margin-top: .1rem; }
  .content .public_head {
    width: 100%; }
    .content .public_head p {
      text-align: center;
      font-size: .48rem;
      color: #1C1E21;
      font-weight: bold; }
    .content .public_head span {
      display: block;
      text-align: center;
      font-size: .2rem;
      color: #858A93;
      margin-top: .2rem; }
  .content .footer {
    overflow: hidden;
    background: #1C1E21; }
    .content .footer .m {
      width: 12rem;
      margin: 0 auto; }
      .content .footer .m footer {
        display: block;
        box-sizing: border-box;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: .32rem;
        padding: .32rem; }
        .content .footer .m footer p {
          text-align: center;
          font-size: .14rem;
          padding: .06rem 0;
          color: rgba(255, 255, 255, 0.6); }
          .content .footer .m footer p img {
            width: .2rem;
            margin-right: .06rem; }
      .content .footer .m .infobox {
        overflow: hidden;
        justify-content: space-between;
        display: flex;
        align-items: flex-start; }
        .content .footer .m .infobox .label {
          overflow: hidden; }
          .content .footer .m .infobox .label p {
            font-size: .16rem;
            font-weight: bold;
            color: #fff; }
          .content .footer .m .infobox .label a {
            display: block;
            font-size: .14rem;
            opacity: 0.7;
            color: #fff;
            margin-top: .12rem; }
            .content .footer .m .infobox .label a:hover {
              color: #3E5FF5;
              opacity: 1; }
          .content .footer .m .infobox .label span {
            display: block;
            font-size: .14rem;
            color: #fff;
            margin-top: .12rem;
            opacity: 0.7; }
        .content .footer .m .infobox .info {
          overflow: hidden;
          width: 2.66rem; }
          .content .footer .m .infobox .info p {
            font-size: .2rem;
            font-weight: bold;
            color: #fff; }
          .content .footer .m .infobox .info span {
            display: block;
            font-size: .14rem;
            opacity: 0.7;
            line-height: 1.6;
            color: #fff;
            margin-top: .2rem; }
      .content .footer .m .tipicon {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        padding: .48rem 0; }
        .content .footer .m .tipicon .label {
          display: flex;
          align-items: center; }
          .content .footer .m .tipicon .label img {
            width: .48rem; }
          .content .footer .m .tipicon .label div {
            overflow: hidden;
            padding-left: .16rem; }
            .content .footer .m .tipicon .label div p {
              font-size: .16rem;
              font-weight: bold;
              color: #fff; }
            .content .footer .m .tipicon .label div span {
              display: block;
              font-size: .14rem;
              opacity: 0.7;
              margin-top: .08rem;
              color: #fff; }
  .content .main_open {
    overflow: hidden;
    background: #3E5FF5; }
    .content .main_open .m {
      width: 9.6rem;
      margin: 0 auto;
      padding: 1.28rem 0; }
      .content .main_open .m .public_head p, .content .main_open .m .public_head span {
        color: #fff; }
      .content .main_open .m .current {
        margin-top: .64rem;
        overflow: hidden; }
        .content .main_open .m .current p {
          font-size: .2rem;
          color: #fff;
          text-align: center;
          font-weight: bold; }
        .content .main_open .m .current .list {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: .34rem; }
          .content .main_open .m .current .list .label {
            display: flex;
            align-items: center;
            padding: 0 .08rem;
            font-size: .14rem;
            color: #fff; }
            .content .main_open .m .current .list .label div {
              width: .32rem;
              height: .32rem;
              display: flex;
              align-items: center;
              justify-content: center;
              background: rgba(255, 255, 255, 0.2);
              font-size: .16rem;
              color: #fff;
              border-radius: 50%;
              margin-right: .08rem; }
            .content .main_open .m .current .list .label img {
              width: .2rem;
              margin-left: .16rem; }
      .content .main_open .m .box {
        width: 100%;
        margin-top: .48rem;
        background: #fff;
        border-radius: .08rem;
        padding: .5rem 1.44rem; }
        .content .main_open .m .box .title {
          text-align: center;
          font-size: .24rem;
          color: #1C1E21;
          font-weight: bold; }
        .content .main_open .m .box .send {
          width: 100%;
          background: #3E5FF5;
          height: .56rem;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: .18rem;
          color: #fff;
          border-radius: .06rem;
          cursor: pointer;
          transition: all .2s; }
          .content .main_open .m .box .send:hover {
            opacity: 0.8; }
          .content .main_open .m .box .send img {
            width: .2rem;
            margin-right: .08rem; }
        .content .main_open .m .box .desc {
          display: block;
          text-align: center;
          font-size: .14rem;
          padding: .34rem 0 .18rem 0;
          color: #858A93; }
        .content .main_open .m .box .btn {
          display: flex;
          justify-content: center;
          align-items: center; }
          .content .main_open .m .box .btn a {
            display: inline-flex;
            align-items: center;
            border: 2px solid #3E5FF5;
            height: .48rem;
            padding: 0 .26rem;
            font-size: .16rem;
            border-radius: .08rem;
            margin: 0 .08rem;
            color: #3E5FF5; }
            .content .main_open .m .box .btn a img {
              width: .2rem;
              margin-right: .08rem; }
        .content .main_open .m .box .form {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-top: .26rem; }
          .content .main_open .m .box .form .label {
            overflow: hidden;
            font-size: 12px;
            width: 3.28rem;
            margin-bottom: .16rem; }
            .content .main_open .m .box .form .label p {
              font-size: .14rem;
              color: #1C1E21;
              margin-bottom: .1rem;
              font-weight: bold; }
              .content .main_open .m .box .form .label p span {
                color: red; }
            .content .main_open .m .box .form .label input {
              width: 100%;
              height: .4rem;
              border: 1px solid #E5E7EB;
              border-radius: .06rem;
              font-size: .14rem;
              color: #000;
              padding-left: .12rem; }
              .content .main_open .m .box .form .label input::placeholder {
                color: #949494; }
  .content .main_problems {
    background: #F7F9FF;
    overflow: hidden; }
    .content .main_problems .m {
      width: 12rem;
      margin: 0 auto;
      padding: .96rem 0; }
      .content .main_problems .m .box {
        width: 100%;
        margin-top: .64rem; }
        .content .main_problems .m .box .label {
          width: 100%;
          background: #fff;
          border-radius: .04rem;
          overflow: hidden;
          margin-bottom: .16rem;
          border: 1px solid #E5E7EB; }
          .content .main_problems .m .box .label.on .line img {
            transform: rotate(180deg); }
          .content .main_problems .m .box .label .line {
            height: .58rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            padding: 0 .25rem; }
            .content .main_problems .m .box .label .line p {
              font-size: .16rem;
              color: #1C1E21; }
            .content .main_problems .m .box .label .line img {
              display: block;
              transition: all .2s;
              width: .16rem; }
          .content .main_problems .m .box .label .slide {
            overflow: hidden;
            padding: .25rem;
            display: none;
            border-top: 1px solid #E5E7EB; }
            .content .main_problems .m .box .label .slide p {
              font-size: .16rem;
              color: #1C1E21; }
  .content .main_commit {
    overflow: hidden; }
    .content .main_commit .m {
      width: 12rem;
      margin: 0 auto;
      padding: .96rem 0; }
      .content .main_commit .m .box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: .66rem; }
        .content .main_commit .m .box .label {
          overflow: hidden;
          width: 3.84rem;
          border-radius: .08rem;
          border: 1px solid #E5E7EB;
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.06);
          padding: .25rem .12rem .25rem .25rem; }
          .content .main_commit .m .box .label img {
            display: block;
            width: .32rem; }
          .content .main_commit .m .box .label p {
            font-size: .16rem;
            line-height: 1.6;
            margin-top: .12rem;
            color: #1C1E21; }
          .content .main_commit .m .box .label .user {
            display: flex;
            align-items: center;
            margin-top: .46rem; }
            .content .main_commit .m .box .label .user .a {
              width: .4rem;
              height: .4rem;
              display: flex;
              align-items: center;
              justify-content: center;
              background: #E1E7FF;
              font-size: .16rem;
              color: #4264F5;
              border-radius: 50%; }
            .content .main_commit .m .box .label .user .grow {
              padding-left: .12rem; }
              .content .main_commit .m .box .label .user .grow em {
                display: block;
                font-size: .14rem;
                color: #1C1E21;
                font-weight: bold; }
              .content .main_commit .m .box .label .user .grow span {
                display: block;
                font-size: .12rem;
                color: #858A93;
                margin-top: .04rem; }
  .content .main_product {
    background: #F7F9FF; }
    .content .main_product .m {
      width: 12rem;
      margin: 0 auto;
      overflow: hidden;
      padding: .96rem 0 1.15rem 0; }
      .content .main_product .m ul {
        margin-top: .86rem;
        display: flex;
        overflow: hidden;
        justify-content: space-between; }
        .content .main_product .m ul li {
          flex: 1;
          position: relative; }
          .content .main_product .m ul li::after {
            content: '';
            width: 80%;
            border: 1px dashed #3E5FF5;
            position: absolute;
            left: 60%;
            bottom: .9rem; }
          .content .main_product .m ul li:last-child::after {
            display: none; }
          .content .main_product .m ul li .icon {
            height: 2.01rem;
            display: block;
            margin: 0 auto; }
          .content .main_product .m ul li .rank {
            display: block;
            width: .48rem;
            margin: 0 auto;
            margin-top: .46rem; }
          .content .main_product .m ul li p {
            font-size: .16rem;
            font-weight: bold;
            margin-top: .14rem;
            color: #1C1E21;
            text-align: center; }
          .content .main_product .m ul li span {
            display: block;
            text-align: center;
            font-size: .14rem;
            color: #858A93;
            margin-top: .12rem; }
      .content .main_product .m .box {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-top: .6rem; }
        .content .main_product .m .box .mySwiper {
          width: 100%;
          overflow: hidden; }
          .content .main_product .m .box .mySwiper .swiper-slide {
            width: 100%; }
        .content .main_product .m .box .btn {
          width: .48rem;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          cursor: pointer;
          z-index: 99; }
          .content .main_product .m .box .btn.prev {
            left: 0; }
          .content .main_product .m .box .btn.next {
            right: 0; }
        .content .main_product .m .box .swiper-pagination-bullet-active {
          width: .32rem;
          border-radius: .2rem;
          background: #3E5FF5; }
        .content .main_product .m .box .label {
          padding-bottom: .6rem; }
          .content .main_product .m .box .label img {
            width: 10rem;
            display: block;
            margin: 0 auto; }
          .content .main_product .m .box .label p {
            font-size: .2rem;
            color: #1C1E21;
            font-weight: bold;
            text-align: center;
            margin-top: -.3rem; }
          .content .main_product .m .box .label span {
            display: block;
            text-align: center;
            font-size: .16rem;
            color: #858A93;
            margin-top: .1rem; }
  .content .main_list {
    overflow: hidden;
    background: #F2F4FF; }
    .content .main_list.on {
      background: #fff; }
      .content .main_list.on .m ul li {
        background: #F7F9FF; }
        .content .main_list.on .m ul li img {
          height: .96rem; }
    .content .main_list .m {
      width: 12rem;
      margin: 0 auto;
      padding: .96rem 0; }
      .content .main_list .m ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: .4rem; }
        .content .main_list .m ul li {
          overflow: hidden;
          width: 2.8rem;
          background: #fff;
          padding: .26rem .3rem .36rem .3rem;
          margin-right: .24rem;
          transition: all 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
          margin-top: .24rem;
          border-radius: .08rem;
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }
          .content .main_list .m ul li:nth-child(4n) {
            margin-right: 0; }
          .content .main_list .m ul li:hover {
            transform: translateY(-0.08rem); }
          .content .main_list .m ul li img {
            display: block;
            margin: 0 auto;
            height: .64rem; }
          .content .main_list .m ul li p {
            text-align: center;
            font-size: .18rem;
            color: #1C1E21;
            padding: .2rem 0;
            font-weight: bold; }
          .content .main_list .m ul li span {
            display: block;
            text-align: center;
            font-size: .14rem;
            color: #858A93;
            line-height: 1.6; }
  .content .main_problem {
    overflow: hidden; }
    .content .main_problem .m {
      width: 12rem;
      margin: 0 auto;
      padding: .96rem 0; }
      .content .main_problem .m ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .44rem; }
        .content .main_problem .m ul li {
          width: 49%;
          background: #F7F9FF;
          border-radius: .08rem;
          margin-top: .24rem;
          padding: .15rem .25rem; }
          .content .main_problem .m ul li .t {
            display: flex;
            padding: .1rem 0;
            align-items: center; }
            .content .main_problem .m ul li .t img {
              width: .24rem;
              margin-right: .12rem; }
            .content .main_problem .m ul li .t span {
              display: block;
              font-size: .16rem;
              color: #858A93;
              text-decoration: line-through; }
            .content .main_problem .m ul li .t:last-child span {
              color: #000;
              text-decoration: none; }
  .content .main_part {
    overflow: hidden;
    background: #F1F4FF;
    background-image: url(../images/zfb.png);
    background-size: cover; }
    .content .main_part .m {
      width: 12rem;
      margin: 0 auto;
      padding: 0 0 .7rem 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .main_part .m .fl {
        width: 4.38rem;
        animation: float-up-down 6s ease-in-out infinite; }
      .content .main_part .m .grow {
        overflow: hidden;
        flex: 1;
        padding-left: .48rem; }
        .content .main_part .m .grow p {
          font-size: .3rem;
          color: #1C1E21;
          font-weight: bold; }
        .content .main_part .m .grow span {
          display: block;
          font-size: .18rem;
          color: #858A93;
          margin-top: .2rem; }
        .content .main_part .m .grow ul {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap; }
          .content .main_part .m .grow ul li {
            display: flex;
            align-items: center;
            font-size: .14rem;
            margin-right: 10%;
            color: #1C1E21;
            margin-top: .2rem; }
            .content .main_part .m .grow ul li img {
              width: .24rem;
              margin-right: .12rem; }

@media (max-width: 1000px) {
  .m {
    width: 100% !important; }

  .content .header .m p {
    width: 3.6rem;
    text-align: center; }

  .content .header .m {
    padding: 0 .3rem;
    height: 1.2rem; }

  .content .header .m .logo a {
    height: 100%;
    align-items: center; }

  .content .header .m .logo a img {
    width: .44rem; }

  .content .header .m .btn a {
    font-size: .22rem;
    font-weight: bold; }

  .content .banner {
    height: auto;
    overflow: hidden;
    padding: 0 .3rem;
    padding-top: 1.8rem; }
    .content .banner .m {
      display: block;
      text-align: center; }

  .content .banner .m .fl .tip {
    font-size: .22rem; }

  .content .banner .m .fl span {
    font-size: .26rem; }

  .content .banner .m .fl em {
    font-size: .26rem; }

  .content .banner .m .fl .btn {
    justify-content: center; }

  .content .banner .m .fl .btn div a {
    font-size: .26rem; }

  .content .banner .m .fl .dot {
    justify-content: center; }
    .content .banner .m .fl .dot div {
      font-size: .22rem; }

  .content .banner .m .fr {
    width: 100%; }

  .content .main_data .m li em {
    font-size: .22rem; }

  .content .main_part .m {
    display: block;
    padding: .6rem .3rem; }

  .content .main_part .m .fl {
    width: 80%;
    margin: 0 auto;
    display: block; }

  .content .main_part .m .grow {
    padding: 0; }
    .content .main_part .m .grow p {
      text-align: center;
      font-size: .28rem;
      font-weight: bold;
      margin-top: .4rem; }
    .content .main_part .m .grow span {
      font-size: .26rem;
      text-align: center; }
    .content .main_part .m .grow ul {
      margin-top: .4rem; }
      .content .main_part .m .grow ul li {
        width: 50%;
        margin: 0;
        margin-top: .2rem;
        font-size: .24rem; }
        .content .main_part .m .grow ul li img {
          width: .36rem; }

  .content .public_head p {
    font-size: .36rem; }

  .content .public_head span {
    font-size: .24rem; }

  .content .main_problem .m {
    padding: .6rem .3rem; }

  .content .main_problem .m ul li {
    width: 100%;
    margin: 0;
    margin-top: .3rem; }

  .content .main_problem .m ul li .t span {
    font-size: .24rem; }

  .content .main_problem .m ul li .t img {
    width: .32rem; }

  .content .main_list .m {
    padding: .6rem .3rem; }

  .content .main_list .m ul {
    justify-content: space-between; }
    .content .main_list .m ul li {
      width: 49%;
      margin: 0;
      margin-top: .2rem;
      padding: .4rem .2rem; }
      .content .main_list .m ul li img {
        height: .88rem; }
      .content .main_list .m ul li p {
        font-size: .26rem; }
      .content .main_list .m ul li span {
        font-size: .24rem; }

  .content .main_product .m {
    padding: .6rem .3rem; }

  .content .main_product .m .box .label img {
    width: 100%; }

  .content .main_product .m .box .label p {
    font-size: .28rem; }

  .content .main_product .m .box .label span {
    font-size: .26rem; }

  .content .main_product .m ul li::after {
    display: none; }

  .content .main_product .m ul li p {
    font-size: .28rem; }

  .content .main_product .m ul li span {
    font-size: .26rem; }

  .content .main_commit .m {
    padding: .6rem .3rem; }

  .content .main_commit .m .box {
    display: block; }
    .content .main_commit .m .box .label {
      width: 100%;
      margin: 0;
      margin-top: .3rem;
      padding: .3rem; }
      .content .main_commit .m .box .label img {
        width: .46rem; }
      .content .main_commit .m .box .label p {
        font-weight: bold;
        margin-top: .2rem;
        font-size: .28rem; }

  .content .main_problems .m {
    padding: .6rem .3rem; }

  .content .main_problems .m .box .label .line p {
    font-size: .26rem; }

  .content .main_problems .m .box .label .slide p {
    font-size: .24rem;
    line-height: 1.6; }

  .content .main_open .m {
    padding: .6rem .3rem; }

  .content .main_open .m .box {
    padding: .3rem; }

  .content .main_open .m .box .title {
    font-size: .26rem; }

  .content .main_open .m .box .form {
    display: block; }
    .content .main_open .m .box .form .label {
      width: 100%;
      margin-bottom: .22rem; }
      .content .main_open .m .box .form .label p {
        font-size: .26rem; }
      .content .main_open .m .box .form .label input {
        height: .8rem;
        font-size: .24rem; }

  .content .main_commit .m .box .label .user .a {
    width: .68rem;
    height: .68rem;
    font-size: .32rem; }

  .content .main_commit .m .box .label .user .grow em {
    font-size: .26rem; }

  .content .main_commit .m .box .label .user .grow span {
    font-size: .22rem; }

  .content .main_product .m ul {
    display: block;
    margin-top: .4rem; }
    .content .main_product .m ul li {
      width: 100%;
      position: relative;
      margin: 0;
      margin-top: .3rem; }

  .content .main_open .m .box .send {
    height: .88rem;
    font-size: .28rem; }
    .content .main_open .m .box .send img {
      width: .36rem; }

  .content .main_open .m .box .desc {
    font-size: .26rem; }

  .content .main_open .m .box .btn a {
    font-size: .24rem;
    padding: 0 .12rem; }

  .content .main_open .m .current p {
    font-size: .28rem; }

  .content .main_open .m .current .list {
    flex-wrap: wrap; }

  .content .main_open .m .current .list .label {
    padding: .16rem;
    font-size: .26rem; }

  .content .main_open .m .current .list .label div {
    width: .46rem;
    height: .46rem;
    font-size: .28rem; }

  .content .footer .m {
    padding: 0 .3rem; }

  .content .footer .m .tipicon {
    display: block; }

  .content .footer .m .tipicon .label {
    margin-bottom: .2rem; }
    .content .footer .m .tipicon .label img {
      width: .8rem; }
    .content .footer .m .tipicon .label div p {
      font-size: .26rem; }
    .content .footer .m .tipicon .label div span {
      font-size: .22rem; }

  .content .footer .m .infobox {
    flex-wrap: wrap; }

  .content .footer .m .infobox .info {
    width: 100%; }
    .content .footer .m .infobox .info p {
      text-align: center;
      font-size: .28rem; }
    .content .footer .m .infobox .info span {
      text-align: center;
      font-size: .24rem; }

  .content .footer .m .infobox .label {
    margin-top: .3rem; }
    .content .footer .m .infobox .label p {
      font-size: .26rem; }
    .content .footer .m .infobox .label a {
      font-size: .24rem; }
    .content .footer .m .infobox .label span {
      font-size: .24rem; }

  .content .footer .m footer p {
    font-size: .2rem; } }

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