body, html {
  clear: both;
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  z-index: 100;
  font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

/* Clear float */
.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box; }

ul, li {
  padding: 0;
  list-style: none; }

div, input, textarea {
  box-sizing: border-box; }

a {
  text-decoration: none; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

input:focus {
  outline: none; }

.container {
  width: 1200px;
  height: auto; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px; } }

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.main-wrap {
  width: 100%;
  height: auto; }
  .main-wrap:before, .main-wrap:after {
    content: "";
    display: table; }
  .main-wrap:after {
    clear: both; }

.text-center {
  display: block;
  text-align: center; }

#app {
  width: 100%;
  min-height: 100%;
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    #app {
      padding-top: 0.9rem; } }

.page_banner {
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.page_nav {
  width: 100%;
  height: 200px;
  background-image: url("/static/home/images/page_nav_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page_nav .left_wrap .page_nav_icon {
    margin-top: 20px; }
  .page_nav .left_wrap p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 30px; }
  .page_nav .right_wrap .top {
    display: none; }
  .page_nav .right_wrap .page_nav_nav {
    margin-top: 40px;
    height: auto;
    float: right; }
    .page_nav .right_wrap .page_nav_nav:before, .page_nav .right_wrap .page_nav_nav:after {
      content: "";
      display: table; }
    .page_nav .right_wrap .page_nav_nav:after {
      clear: both; }
    .page_nav .right_wrap .page_nav_nav li {
      float: left;
      margin-right: 40px;
      position: relative; }
      .page_nav .right_wrap .page_nav_nav li a {
        color: #333;
        padding: 15px 5px;
        display: block; }
      .page_nav .right_wrap .page_nav_nav li:last-child {
        margin-right: 0; }
        .page_nav .right_wrap .page_nav_nav li:last-child a {
          padding-right: 0; }
      .page_nav .right_wrap .page_nav_nav li:after {
        content: " ";
        display: none;
        width: 100%;
        height: 1px;
        background-color: #117242;
        position: absolute;
        bottom: 0;
        left: 0; }
      .page_nav .right_wrap .page_nav_nav li.on:after {
        display: block; }
      .page_nav .right_wrap .page_nav_nav li:hover:after {
        display: block; }
  .page_nav .right_wrap .position {
    text-align: right;
    font-size: 12px;
    clear: both;
    color: #999;
    padding-top: 30px; }
    .page_nav .right_wrap .position a {
      font-size: 12px;
      color: #999; }
      .page_nav .right_wrap .position a:hover {
        color: #117242; }

.global_header {
  width: 100%;
  height: 90px;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  box-shadow: 0px 1px 0px 0px rgba(173, 173, 173, 0.3); }
  .global_header .logo {
    width: 203px;
    height: 51px;
    display: block;
    float: left;
    background-image: url("/static/home/images/logo_2x.png");
    background-repeat: no-repeat;
    background-size: 203px 51px;
    margin-top: 19.5px; }
  .global_header .nav {
    height: auto; }
    .global_header .nav:before, .global_header .nav:after {
      content: "";
      display: table; }
    .global_header .nav:after {
      clear: both; }
    .global_header .nav .navbar {
      padding-right: 17px;
      height: 90px;
      position: relative; }
      @media screen and (max-width: 1366px) {
        .global_header .nav .navbar {
          padding-right: 0; } }
      .global_header .nav .navbar:before, .global_header .nav .navbar:after {
        content: "";
        display: table; }
      .global_header .nav .navbar:after {
        clear: both; }
      .global_header .nav .navbar li {
        float: left;
        line-height: 90px;
        padding: 0 33px;
        position: relative; }
        @media screen and (max-width: 1366px) {
          .global_header .nav .navbar li {
            padding: 0 15px; } }
        .global_header .nav .navbar li a {
          color: #333;
          font-size: 16px;
          display: block; }
        .global_header .nav .navbar li:after {
          content: " ";
          width: 25px;
          height: 2px;
          background-color: #117242;
          position: absolute;
          display: none;
          bottom: 0;
          left: 50%;
          margin-left: -12.5px; }
        .global_header .nav .navbar li.on a {
          color: #117242; }
        .global_header .nav .navbar li.on:after {
          display: block; }
        .global_header .nav .navbar li:hover:after {
          display: block; }
        .global_header .nav .navbar li:hover a {
          color: #117242; }
      .global_header .nav .navbar:after {
        content: " ";
        width: 1px;
        height: 20px;
        display: block;
        position: absolute;
        background-color: rgba(26, 61, 53, 0.4);
        right: 0;
        top: 36px; }
    .global_header .nav .tool_btn {
      padding-left: 45px; }
      @media screen and (max-width: 1366px) {
        .global_header .nav .tool_btn {
          padding-left: 15px; } }
      .global_header .nav .tool_btn .switch_language {
        font-size: 18px;
        color: #333;
        line-height: 90px;
        display: block;
        float: left; }
        .global_header .nav .tool_btn .switch_language:hover {
          color: #117242; }
      .global_header .nav .tool_btn .search {
        width: 20px;
        height: 20px;
        background-image: url("/static/home/icon/search_icon.png");
        float: left;
        margin-left: 30px;
        margin-top: 35px;
        cursor: pointer;
        position: relative; }
        @media screen and (max-width: 1366px) {
          .global_header .nav .tool_btn .search {
            margin-left: 15px; } }
        .global_header .nav .tool_btn .search .p_search_wrap {
          width: 430px;
          height: 90px;
          background-color: #333;
          position: absolute;
          display: none;
          right: 0;
          top: -35px; }
          .global_header .nav .tool_btn .search .p_search_wrap .text {
            width: 340px;
            height: 90px;
            line-height: 90px;
            float: left;
            border: none;
            background-color: #333;
            color: #fff;
            font-size: 16px;
            padding: 0 20px;
            box-sizing: border-box; }
          .global_header .nav .tool_btn .search .p_search_wrap .btn {
            width: 90px;
            height: 90px;
            float: left;
            border: 0;
            background: url(/static/home/icon/search-active.png) no-repeat center center;
            background-color: #117242;
            cursor: pointer; }

.global_page {
  margin-bottom: 60px; }
  .global_page .num {
    display: inline-block;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #e9e9e9;
    margin-left: -5px; }
    .global_page .num.on {
      color: #ce0b00; }
    .global_page .num:hover {
      color: #ce0b00; }
    .global_page .num:first-child {
      margin-left: 0;
      border-right: 0; }

.global_footer {
  width: 100%;
  background-color: #117242; }
  .global_footer .top_wrap {
    padding: 73px 0; }
    @media screen and (max-width: 1024px) {
      .global_footer .top_wrap {
        padding: 0.3rem 0; } }
    .global_footer .top_wrap .left_contact {
      padding-right: 90px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .global_footer .top_wrap .left_contact {
          padding-right: 20px; } }
      @media screen and (max-width: 1024px) {
        .global_footer .top_wrap .left_contact {
          width: 100%;
          float: none;
          text-align: center;
          padding: 0; } }
      .global_footer .top_wrap .left_contact span {
        display: block;
        margin-bottom: 25px; }
      .global_footer .top_wrap .left_contact p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 25px; }
      .global_footer .top_wrap .left_contact:after {
        content: " ";
        width: 1px;
        height: 100%;
        display: block;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.1);
        right: 0;
        top: 0; }
        @media screen and (max-width: 1024px) {
          .global_footer .top_wrap .left_contact:after {
            display: none; } }
    .global_footer .top_wrap .right_nav {
      padding-left: 100px; }
      @media screen and (max-width: 1200px) {
        .global_footer .top_wrap .right_nav {
          padding-left: 20px; } }
      @media screen and (max-width: 1024px) {
        .global_footer .top_wrap .right_nav {
          display: none; } }
      .global_footer .top_wrap .right_nav .nav_item {
        float: left;
        margin-right: 70px; }
        .global_footer .top_wrap .right_nav .nav_item p {
          font-size: 17px;
          color: #fff;
          margin-bottom: 20px; }
        .global_footer .top_wrap .right_nav .nav_item a {
          display: block;
          font-size: 13px;
          color: rgba(255, 255, 255, 0.4);
          margin-bottom: 10px; }
          .global_footer .top_wrap .right_nav .nav_item a:hover {
            color: #fff; }
          .global_footer .top_wrap .right_nav .nav_item a:last-child {
            margin-bottom: 0; }
        .global_footer .top_wrap .right_nav .nav_item:last-child {
          margin-right: 0; }
  .global_footer .bottom_wrap {
    width: 100%;
    height: 49px;
    font-size: 13px;
    line-height: 49px;
    background-color: #0f6138;
    color: rgba(255, 255, 255, 0.3); }
    @media screen and (max-width: 1200px) {
      .global_footer .bottom_wrap {
        text-align: center; } }
    @media screen and (max-width: 1024px) {
      .global_footer .bottom_wrap {
        text-align: center;
        height: auto;
        font-size: 0.22rem;
        line-height: 1.636; } }
    .global_footer .bottom_wrap a {
      color: rgba(255, 255, 255, 0.3);
      text-decoration: underline; }
    .global_footer .bottom_wrap ul {
      height: 49px; }
      @media screen and (max-width: 1200px) {
        .global_footer .bottom_wrap ul {
          display: none; } }
      @media screen and (max-width: 1024px) {
        .global_footer .bottom_wrap ul {
          display: none; } }
      .global_footer .bottom_wrap ul li {
        height: 49px;
        float: left;
        margin-right: 30px; }
        .global_footer .bottom_wrap ul li a {
          display: block; }
          .global_footer .bottom_wrap ul li a img {
            vertical-align: middle; }
        .global_footer .bottom_wrap ul li:last-child {
          margin-right: 0; }

.go_top {
  width: 28px;
  height: 28px;
  background-image: url("/static/home/icon/go_top.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 15px;
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  .global_header {
    display: none; } }
@media screen and (max-width: 768px) {
  .page_banner {
    width: 100%;
    height: 4rem; }

  .page_nav {
    height: auto; }
    .page_nav .container {
      padding: 0; }
    .page_nav .left_wrap {
      width: 100%;
      padding: 10px 15px; }
      .page_nav .left_wrap .page_nav_icon {
        margin-top: 0rem;
        width: 2.12rem;
        height: 1.18rem;
        float: left; }
      .page_nav .left_wrap p {
        float: right;
        font-size: 0.32rem;
        margin-top: 0.36rem; }
    .page_nav .right_wrap {
      width: 100%; }
      .page_nav .right_wrap .top {
        width: 100%;
        height: 0.9rem;
        background: #117242;
        line-height: 0.9rem;
        font-size: 0.3rem;
        color: #fff;
        padding: 0rem 0.25rem;
        margin-bottom: 0.1rem;
        display: block; }
        .page_nav .right_wrap .top p {
          font-size: 0.3rem;
          color: #fff;
          float: left; }
        .page_nav .right_wrap .top i {
          width: 0.21rem;
          height: 0.9rem;
          background: url("/static/home/icon/arrow_bottom_white.png") no-repeat center center;
          background-size: auto auto;
          background-size: 0.21rem 0.12rem;
          display: block;
          float: right; }
      .page_nav .right_wrap .page_nav_nav {
        width: 100%;
        margin-top: 0;
        display: none; }
        .page_nav .right_wrap .page_nav_nav li {
          width: 100%;
          height: 0.9rem;
          background: #ffffff;
          padding: 0 15px;
          line-height: 0.9rem;
          margin-bottom: 0.1rem;
          float: none; }
          .page_nav .right_wrap .page_nav_nav li.on {
            border-bottom: 0; }
          .page_nav .right_wrap .page_nav_nav li::after {
            height: 0; }
          .page_nav .right_wrap .page_nav_nav li a {
            padding: 0; }
            .page_nav .right_wrap .page_nav_nav li a i {
              width: 0.2rem;
              height: 0.9rem;
              background: url("/static/home/icon/arrow_bottom.png") no-repeat center center;
              background-size: auto auto;
              background-size: 0.2rem 0.12rem;
              display: block;
              float: right; }
      .page_nav .right_wrap .position {
        text-align: left;
        margin-top: 0;
        background: #fff;
        line-height: 0.8rem;
        padding-left: 0.25rem;
        border-bottom: 1px solid #f5f5f5;
        padding-top: 0; } }
.global_m_header {
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0px 1px 0px 0px rgba(173, 173, 173, 0.3);
  z-index: 110; }
  @media screen and (max-width: 1024px) {
    .global_m_header {
      display: block !important; } }
  .global_m_header .wrap {
    width: 94%;
    position: relative; }
    .global_m_header .wrap .menu_toggle {
      width: 0.5rem;
      height: 0.4rem;
      display: block;
      margin-top: 0.28rem;
      float: left; }
      .global_m_header .wrap .menu_toggle span {
        display: block;
        width: 0.5rem;
        height: 0.04rem;
        margin-bottom: 0.11rem;
        position: relative;
        background: #117242;
        z-index: 1; }
    .global_m_header .wrap .logo {
      width: 2.03rem;
      height: 0.51rem;
      display: block;
      float: left;
      background-image: url("/static/home/images/logo_2x.png");
      background-repeat: no-repeat;
      background-size: 2.03rem 0.51rem;
      position: absolute;
      left: 50%;
      margin-left: -1.015rem;
      top: 0.255rem; }
    .global_m_header .wrap .mobile_search {
      width: 0.36rem;
      height: 0.88rem;
      background: url("/static/home/icon/mobile_search.png") no-repeat scroll center center;
      background-size: auto auto;
      background-size: 0.36rem 0.36rem;
      display: block;
      float: right; }
  .global_m_header .mobile_menu {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3000;
    left: -100%; }
    .global_m_header .mobile_menu .left_nav {
      width: 5rem;
      height: 100%;
      background: #fafafa;
      position: relative; }
      .global_m_header .mobile_menu .left_nav .close {
        cursor: pointer;
        width: 0.88rem;
        height: 0.88rem;
        background: url("/static/home/icon/nav_close.png") no-repeat scroll center center;
        background-size: auto auto;
        display: block;
        background-size: 0.34rem 0.34rem;
        position: absolute;
        right: -0.88rem;
        top: 0; }
      .global_m_header .mobile_menu .left_nav .menu_logo {
        display: block;
        height: 1.9rem;
        line-height: 1.9rem;
        width: 100%;
        text-align: center; }
        .global_m_header .mobile_menu .left_nav .menu_logo img {
          width: 3rem;
          height: 0.87rem;
          vertical-align: middle; }
      .global_m_header .mobile_menu .left_nav ul {
        width: 100%;
        height: auto; }
        .global_m_header .mobile_menu .left_nav ul:before, .global_m_header .mobile_menu .left_nav ul:after {
          content: "";
          display: table; }
        .global_m_header .mobile_menu .left_nav ul:after {
          clear: both; }
        .global_m_header .mobile_menu .left_nav ul li {
          width: 100%;
          height: 1rem;
          line-height: 1rem;
          text-align: left;
          border-bottom: 1px solid #ccc;
          padding-left: 1.6rem; }
          .global_m_header .mobile_menu .left_nav ul li.on a {
            color: #117242; }
          .global_m_header .mobile_menu .left_nav ul li.on i {
            background: #117242; }
          .global_m_header .mobile_menu .left_nav ul li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0.32rem;
            color: #333; }
            .global_m_header .mobile_menu .left_nav ul li a i {
              width: 0.04rem;
              height: 0.32rem;
              background: #fafafa;
              display: inline-block;
              vertical-align: middle;
              margin-right: 0.2rem; }

.search_wrap {
  width: 100%;
  padding: 0.15rem 0rem;
  display: none;
  z-index: 180;
  position: absolute;
  left: 0;
  top: 0.9rem;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.2); }
  .search_wrap .search_box {
    height: 0.78rem;
    border: 1px solid #bbbbbb;
    background: #fff;
    position: relative;
    width: 94%;
    margin: 0 auto; }
    .search_wrap .search_box .text {
      width: 6.18rem;
      height: 0.78rem;
      background: none;
      border: 0;
      line-height: 0.78rem;
      color: #333;
      font-size: 0.28rem;
      text-indent: 0.2rem; }
    .search_wrap .search_box .btn {
      width: 0.78rem;
      height: 0.78rem;
      background-color: #117242;
      border: 0;
      position: absolute;
      right: -0.01rem;
      top: -0.02rem;
      cursor: pointer;
      background: url(/static/home/icon/mobile_search.png) no-repeat scroll center center;
      background-size: 20px 20px; }

.p {
  position: relative; }

.wechat_modal {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -160px;
  left: -20px;
  display: none; }
  .wechat_modal img {
    width: 100%;
    height: 100%; }

.solution_wrap {
  padding: 65px 0 50px 0;
  height: auto; }
  .solution_wrap:before, .solution_wrap:after {
    content: "";
    display: table; }
  .solution_wrap:after {
    clear: both; }
  .solution_wrap .item {
    width: 100%;
    height: auto;
    border: 1px solid #dadada;
    padding: 10px;
    margin-bottom: 20px; }
    .solution_wrap .item:before, .solution_wrap .item:after {
      content: "";
      display: table; }
    .solution_wrap .item:after {
      clear: both; }
    .solution_wrap .item a {
      display: block; }
    .solution_wrap .item .cover {
      width: 330px;
      height: 205px; }
      .solution_wrap .item .cover img {
        width: 330px;
        height: 205px; }
    .solution_wrap .item .info {
      margin-left: 360px;
      margin-right: 35px; }
      .solution_wrap .item .info .top {
        padding-top: 20px;
        height: 150px;
        border-bottom: 1px solid #dadada;
        position: relative; }
        .solution_wrap .item .info .top:before, .solution_wrap .item .info .top:after {
          content: "";
          display: table; }
        .solution_wrap .item .info .top:after {
          clear: both; }
        .solution_wrap .item .info .top h1 {
          font-size: 24px;
          color: #14141d;
          margin-bottom: 15px; }
        .solution_wrap .item .info .top p {
          max-width: 600px;
          font-size: 14px;
          color: #5c6369;
          line-height: 1.857; }
        .solution_wrap .item .info .top .pub_time {
          position: absolute;
          font-size: 13px;
          color: #666666;
          text-indent: 20px;
          right: 0;
          top: 40px; }
          .solution_wrap .item .info .top .pub_time i {
            display: block;
            width: 15px;
            height: 15px;
            background-image: url("/static/home/icon/time_icon.png");
            position: absolute; }
      .solution_wrap .item .info .bottom {
        height: 50px;
        line-height: 50px;
        color: #117242;
        text-align: right;
        font-size: 16px;
        font-weight: bold; }

.global_page {
  margin-top: 60px; }

.detail_wrap {
  padding-top: 60px;
  margin-bottom: 60px;
  height: auto; }
  .detail_wrap:before, .detail_wrap:after {
    content: "";
    display: table; }
  .detail_wrap:after {
    clear: both; }
  .detail_wrap h1 {
    font-size: 28px;
    color: #117242;
    line-height: 1.214;
    font-weight: normal;
    margin-bottom: 10px; }
  .detail_wrap p {
    font-size: 14px;
    color: #333333;
    line-height: 2; }
  .detail_wrap .title {
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color: #117242;
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
    text-indent: 20px;
    margin-bottom: 15px; }
  .detail_wrap .desc {
    margin-bottom: 100px; }
    .detail_wrap .desc .img {
      width: 570px;
      float: left; }
      .detail_wrap .desc .img img {
        width: 570px; }
    .detail_wrap .desc .info {
      margin-left: 640px; }
  .detail_wrap .left {
    width: 510px;
    float: left;
    padding-right: 150px; }
  .detail_wrap .right {
    margin-left: 515px; }
    .detail_wrap .right table {
      width: 100%;
      border-collapse: collapse; }
      .detail_wrap .right table thead tr th {
        width: 50%;
        box-sizing: border-box;
        height: 62px;
        font-size: 20px;
        color: #000;
        font-weight: normal;
        border: 1px solid #333333; }
      .detail_wrap .right table tbody tr td {
        height: 45px;
        border: 1px solid #333333;
        text-align: center;
        font-size: 14px;
        color: #333333; }

@media screen and (max-width: 1200px) {
  .solution_wrap {
    padding: 65px 15px 50px; } }
@media screen and (max-width: 1024px) {
  .detail_wrap .desc .img {
    width: 100%;
    margin-bottom: 30px;
    float: none; }
  .detail_wrap .desc .info {
    width: 100%;
    margin-left: 0;
    float: none; }
  .detail_wrap .left {
    width: 100%;
    float: none;
    padding-right: 0; }
  .detail_wrap .right {
    width: 100%;
    float: none;
    margin-left: 0; } }
@media screen and (max-width: 768px) {
  .solution_wrap {
    padding: 0.3rem 0.25rem 0.5rem; }
    .solution_wrap .item .cover {
      width: 100%;
      height: auto;
      float: none !important; }
      .solution_wrap .item .cover img {
        width: 100%;
        height: 100%; }
    .solution_wrap .item .info {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .solution_wrap .item .info .top {
        height: auto;
        padding: 0.2rem 0 0.3rem; }
        .solution_wrap .item .info .top h1 {
          font-size: 0.36rem;
          margin-bottom: 0.15rem; }
        .solution_wrap .item .info .top p {
          font-size: 0.26rem; }
        .solution_wrap .item .info .top .pub_time {
          position: static;
          margin-top: 0.2rem; }

  .detail_wrap {
    padding: 0.3rem 0.25rem 0.5rem;
    margin-bottom: 0; }
    .detail_wrap h1 {
      font-size: 0.4rem; }
    .detail_wrap p {
      font-size: 0.28rem; }
    .detail_wrap .title {
      font-size: 0.32rem;
      margin-top: 0.25rem;
      margin-bottom: 0.15rem; }
    .detail_wrap .desc {
      margin-bottom: 0.3rem; }
      .detail_wrap .desc .img {
        margin-bottom: 0.3rem; }
        .detail_wrap .desc .img img {
          width: 100%; }
      .detail_wrap .desc .info {
        width: 100%;
        margin-left: 0;
        float: none; }
    .detail_wrap .left {
      width: 100%;
      float: none;
      padding-right: 0; }
    .detail_wrap .right {
      width: 100%;
      float: none;
      margin-left: 0; }
      .detail_wrap .right table thead tr th {
        font-size: 0.3rem;
        height: 0.9rem; }
      .detail_wrap .right table tbody tr td {
        font-size: 0.26rem;
        height: 0.6rem; } }

/*# sourceMappingURL=solution.css.map */
<!--ºÄÊ±1752903771.9064Ãë-->