@charset "UTF-8";
/*灞忓箷瀹藉害100vw / 璁捐绋垮搴?50px * 100px*/
html {
  font-size: calc(100vw / 750 * 100) !important;
  -webkit-font-smoothing: antialiased;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 501px) {
  html {
    font-size: calc(500px / 750 * 100) !important;
  }
}

@media (min-width: 828px) {
  html {
    font-size: calc(828px / 750 * 100) !important;
  }
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  border: 1px solid black;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

button,
input[type="submit"],
input[type="text"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  blr: expression(this.onFocus=this.blur());
}

select {
  outline: 0;
}

input {
  outline: 0;
}

body {
  max-width: 500px;
  margin: 0 auto;
  font-size: 0.26rem;
  color: #333;
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eps2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.head {
  width: 100%;
  height: 0.88rem;
  background-color: #007aff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.head .head_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head .head_box .back {
  position: absolute;
  top: 50%;
  left: 0.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
}

.head .head_box .back img {
  width: 100%;
  height: 100%;
}

.head .head_box .title {
  line-height: 0.6rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 700;
}

.seat {
  height: 0.88rem;
}

.common-view {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
  padding-bottom: 1.2rem;
}

.common-title {
  font-weight: bolder;
  font-size: 0.4rem;
  color: #2fbafb;
  text-align: center;
}

.common-subtitle {
  padding: 0.1rem 0;
  color: #666;
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
}

.divider {
  width: 100%;
  display: inline-block;
  padding: 0.1rem 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.2rem;
}

.md-home {
  padding-bottom: 1.2rem;
}

.md-home .home-input {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  outline: none;
  border: none;
  padding-left: 0.2rem;
}

.md-home .home_form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

.md-home .home_form .title {
  color: #2fbafb;
  font-size: 0.32rem;
  font-weight: bolder;
  padding: 0.14rem 0;
}

.md-home .home_form .weui-btn_primary {
  color: #fff;
  background-color: #007aff;
}

.md-home .home_form .weui-cells {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-home .home_form .weui-cells::after, .md-home .home_form .weui-cells::before {
  display: none;
}

.md-home .home_form .weui-cells .weui-cell:before {
  display: none;
}

.md-home .home_form .my_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.md-home .home_form .my_check .weui-icon-checked:before {
  color: #fff;
  content: "\EA08";
}

.md-home .home_form .my_check [class*=" weui-icon-"]:before,
.md-home .home_form .my_check [class^="weui-icon-"]:before {
  margin: 0;
}

.md-home .home_form .my_check .weui-icon-checked {
  border: 1px solid #d1d1d1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.1rem;
}

.md-home .home_form .my_check .weui-cell {
  padding: 0.1rem;
}

.md-home .home_form .my_check .weui-cell::after, .md-home .home_form .my_check .weui-cell::before {
  display: none;
}

.md-home .home_form .weui-slider__track {
  background-color: #007aff;
}

.md-home .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  color: #007aff;
}

.md-home .cooperation {
  padding: 0 0.16rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.md-home .cooperation .cooperation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.md-home .cooperation .cooperation_box .cooperation_item {
  width: 3.5rem;
  padding: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md-home .cooperation .cooperation_box .cooperation_item .img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
}

.md-home .cooperation .cooperation_box .cooperation_item .img img {
  width: 100%;
  height: 100%;
}

.md-home .cooperation .cooperation_box .cooperation_item .name {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.48rem;
}

.md-home .cooperation .cooperation_box .cooperation_item .desc {
  padding: 0 0.1rem;
  color: #666;
  text-align: center;
  font-size: 0.28rem;
  line-height: 180%;
}

.md-home .product_box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md-home .product_box .classification_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md-home .product_box .classification_list .class_item {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem 0.1rem;
}

.md-home .product_box .classification_list .class_item .name {
  padding-top: 0.3rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 150%;
}

.md-home .product_box .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md-home .product_box .product_list .product_item {
  width: 50%;
  border: 1px solid #eee;
}

.md-home .product_box .product_list .product_item .img {
  width: 100%;
  height: 3.5rem;
}

.md-home .product_box .product_list .product_item .img img {
  width: 100%;
  height: 100%;
}

.md-home .product_box .product_list .product_item .name {
  font-size: 0.3rem;
  line-height: 0.6rem;
  height: 0.6rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.md-home .free .title {
  margin-bottom: 0.4rem;
}

.md-home .free .free_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.md-home .free .free_box .free_item {
  width: 49%;
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md-home .free .free_box .free_item .img {
  width: 1rem;
  height: 100%;
}

.md-home .free .free_box .free_item .name {
  font-size: 0.32rem;
  padding: 0.2rem;
}

.md-home .certificate {
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.md-home .certificate .certificate_item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.1rem;
}

.md-home .certificate .certificate_item .img {
  width: 3.6rem;
  height: 4.8rem;
}

.md-home .certificate .certificate_item .img img {
  width: 100%;
  height: 100%;
}

.md-home .certificate .certificate_item .name {
  width: 100%;
  text-align: center;
  font-size: 0.28rem;
  padding-top: 0.1rem;
  line-height: 0.48rem;
}

.md-home .customSee {
  padding: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.md-home .customSee .customSee_item {
  width: 49%;
  padding: 0.04rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md-home .customSee .customSee_item .img {
  position: relative;
}

.md-home .customSee .customSee_item .img img {
  width: 100%;
}

.md-home .customSee .customSee_item .name {
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  text-align: center;
}

.md-home .customSee .customSee_item .desc {
  width: 3.5rem;
  height: 3.5rem;
  overflow-y: hidden;
  color: #666;
  line-height: 0.5rem;
  font-size: 0.28rem;
}

.md-home .customSee .customSee_item .more {
  display: block;
  line-height: 2.3;
  font-size: 0.26rem;
  background-color: #f8f8f8;
  padding: 0 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  color: #666;
}

.weui-dialog .weui-dialog__btn {
  color: #007aff;
  height: 1rem;
  line-height: 1rem;
}

.md-banner {
  width: 100%;
}

.md-banner .swiper-container {
  height: 100%;
}

.md-banner .swiper-container .swiper_item img {
  width: 100%;
  height: 100%;
}

.md-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.8);
}

.md-product {
  padding-bottom: 1.2rem;
}

.md-product .product_box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md-product .product_box .classification_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md-product .product_box .classification_list .class_item {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem 0.1rem;
}

.md-product .product_box .classification_list .class_item .name {
  padding-top: 0.3rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 150%;
}

.md-product .product_box .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md-product .product_box .product_list .product_item {
  width: 49%;
  border: 1px solid #eee;
  margin-bottom: 0.1rem;
}

.md-product .product_box .product_list .product_item .img {
  width: 100%;
  height: 3.5rem;
}

.md-product .product_box .product_list .product_item .img img {
  width: 100%;
  height: 100%;
}

.md-product .product_box .product_list .product_item .name {
  font-size: 0.3rem;
  line-height: 0.6rem;
  height: 0.6rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.md-product_category .category_box {
  padding-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.md-product_category .category_box .category_item {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #eee;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md-product_category .category_box .category_item .img {
  width: 100%;
  height: 2.8rem;
}

.md-product_category .category_box .category_item .img img {
  height: 100%;
  width: 100%;
}

.md-product_category .category_box .category_item .name {
  height: 0.7rem;
  font-size: 0.3rem;
  text-align: center;
  padding: 0 0.2rem;
}

.md-news {
  position: relative;
}

.md-news .weui-navbar {
  padding: 0 0.2rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #fff;
  z-index: 0;
}

.md-news .weui-navbar + .weui-tab__bd {
  padding-top: 0.8rem;
}

.md-news .weui-navbar::after {
  display: none;
}

.md-news .weui-navbar .weui-navbar__item {
  font-size: 0.25rem;
  background-color: #fff;
}

.md-news .weui-navbar .weui-navbar__item::after {
  display: none;
}

.md-news .weui-navbar .weui-navbar__item.weui-bar__item--on {
  color: #2fbafb;
  font-weight: 700;
}

.md-news .common_news_box .news_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ddd;
  padding: 0.2rem 0;
}

.md-news .common_news_box .news_item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md-news .common_news_box .news_item .top .img {
  width: 33.3%;
}

.md-news .common_news_box .news_item .top .img img {
  width: 100%;
}

.md-news .common_news_box .news_item .top .title {
  width: 63%;
  font-size: 0.32rem;
  line-height: 150%;
}

.md-news .common_news_box .news_item .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.28rem;
  color: #666;
  margin-top: 0.2rem;
}

.md-news .common_news_box .news_item .bot .author {
  margin-right: 0.2rem;
}

.md-article,
.md-product_info {
  padding: 0.2rem;
  padding-bottom: 1rem;
}

.md-article .title,
.md-product_info .title {
  font-weight: bolder;
  padding-bottom: 0.2rem;
  text-align: center;
  font-size: 0.4rem;
}

.md-article .desc,
.md-product_info .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.3rem;
}

.md-article .desc .name,
.md-product_info .desc .name {
  width: 40%;
  text-align: center;
}

.md-article .desc .time,
.md-product_info .desc .time {
  width: 60%;
  text-align: center;
}

.md-article .text,
.md-product_info .text {
  font-size: medium;
  line-height: 150%;
}

.md-article .text + .text,
.md-product_info .text + .text {
  margin-top: 0.3rem;
}

.md-company .desc {
  padding-top: 0.1rem;
  font-size: 0.32rem;
  color: #333;
  text-indent: 0.5rem;
  line-height: 160%;
}

.md-company .companyInfo {
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.32rem;
}

.md-company .companyInfo .infoItem {
  line-height: 150%;
}

.md-company .companyInfo .wx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.md-company .companyInfo .wx .name {
  width: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.md-company .companyInfo .wx .img {
  width: 3.5rem;
}

.md-tabbar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 1rem;
  background-color: #fff;
}

@media (min-width: 828px) {
  .md-tabbar {
    height: 2rem;
  }
}

.md-tabbar .tab_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  background-color: rgba(0, 0, 0, 0.33);
}

.md-tabbar .tabbar_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-tabbar .tabbar_box .tab_item {
  width: 25%;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.md-tabbar .tabbar_box .tab_item.active .name {
  color: #2fbafb;
}

.md-tabbar .tabbar_box .tab_item .img {
  width: 0.5rem;
  height: 0.5rem;
}

.md-tabbar .tabbar_box .tab_item .name {
  padding-top: 0.1rem;
  font-size: 0.2rem;
  color: #666666;
}
/*# sourceMappingURL=style.css.map */