@charset "UTF-8";
@media screen and (max-width: 540px) {
  html {
    font-size: 4.26667vw; } }

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, button, input, textarea,
th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0; }

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font-size: 12px;
  font-family: 'Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif'; }

h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */ }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

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

address,
cite,
dfn,
em,
var {
  font-style: normal; }

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: 'Courier New', Courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none; }

/* 重置文本格式元素 */
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:hover {
  text-decoration: none; }

a:visited, a:focus, a:active {
  outline: none; }

abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help; }

q:before,
q:after {
  content: ''; }

/* 重置表单元素 */
legend {
  color: #000; }

/* for ie6 */
fieldset,
img {
  border: none; }

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  outline: none;
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */ }

button {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none; }
  button:focus {
    outline: 0; }

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 重置 hr */
hr {
  border: none;
  height: 1px; }

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {
  overflow-x: hidden;
  overflow-y: scroll; }

/* 其他常用样式 */
.hidden {
  display: none !important; }

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-dialog {
  margin: 20vh auto; }
  .modal-dialog .modal-title {
    color: #333; }

.page-item + .page-item {
  margin-left: 15px; }

.page-link {
  color: #333;
  background: #eee;
  border-color: #dee2e6;
  border-radius: 5px; }
  .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.page-item .page-link.active,
.page-item.active .page-link {
  color: #fff;
  background-color: #049CF3;
  border-color: #049CF3; }

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1; }
  @media screen and (max-width: 540px) {
    body {
      font-size: 0.875rem; } }

[v-cloak] {
  display: none; }

.wrap .top-wrap {
  background: #ededed; }

.wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 45px;
  margin: 0 auto; }
  @media screen and (max-width: 540px) {
    .wrap .top {
      display: none; } }
  .wrap .top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333; }
    .wrap .top .left img {
      margin-right: 10px; }
  .wrap .top .right {
    color: #333; }
  .wrap .top a {
    font-size: 16px;
    color: #333;
    line-height: 1; }
  .wrap .top .el-dropdown {
    color: #333;
    cursor: pointer; }
  .wrap .top span {
    margin: 0 8px; }

.fixed {
  position: fixed;
  top: 50%;
  right: 5px; }
  @media screen and (max-width: 540px) {
    .fixed {
      display: none; } }
  .fixed a {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
    height: 60px;
    margin-bottom: 11px;
    background: #eff1f2;
    border-radius: 4px; }
    .fixed a i {
      color: #999; }
    .fixed a span {
      margin-top: 4px;
      font-size: 14rpx;
      color: #343434; }
    .fixed a b {
      font-size: 14rpx;
      font-weight: 400;
      color: #343434;
      line-height: 1.4; }
    .fixed a:hover {
      background: #049cf3; }
      .fixed a:hover i,
      .fixed a:hover span,
      .fixed a:hover b {
        color: #fff; }

.company-wrap {
  position: relative;
  padding: 32px 0 15px; }
  .company-wrap .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 540px) {
      .company-wrap .company {
        width: 100vw; } }
    .company-wrap .company > img {
      margin-right: 20px; }
    .company-wrap .company .company-name-h5 {
      display: none; }
      @media screen and (max-width: 540px) {
        .company-wrap .company .company-name-h5 {
          display: block; } }
    @media screen and (max-width: 540px) {
      .company-wrap .company .company-name {
        display: none; } }
    .company-wrap .company .company-name h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 12px;
      font-size: 30px;
      font-weight: bold;
      color: #000;
      line-height: 1; }
    .company-wrap .company .company-name p {
      font-size: 14px;
      color: #888888;
      line-height: 1; }
  .company-wrap .dropdown {
    display: none; }
    @media screen and (max-width: 540px) {
      .company-wrap .dropdown {
        display: block;
        position: fixed;
        right: 0.625rem;
        top: 0.625rem;
        z-index: 999; }
        .company-wrap .dropdown .dropdown-menu {
          z-index: 999; }
        .company-wrap .dropdown .dropdown-item {
          padding: 0.625rem 1.5rem;
          border-bottom: 1px solid #f1f1f1; }
          .company-wrap .dropdown .dropdown-item:last-child {
            border-bottom: none; } }

.navigation-wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(#1655ee), to(#269ef5));
  background: -o-linear-gradient(bottom, #1655ee, #269ef5);
  background: linear-gradient(0deg, #1655ee, #269ef5); }
  @media screen and (max-width: 540px) {
    .navigation-wrap {
      display: none; } }
  .navigation-wrap .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    height: 48px;
    margin: 0 auto; }
    .navigation-wrap .navigation a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 18px;
      color: #fff; }

.banner img {
  display: block;
  max-width: 100%; }

.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 15px auto 25px; }
  @media screen and (max-width: 540px) {
    .body {
      width: 23.4375rem; } }
  .body .body-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 310px;
    margin-right: 20px;
    background: #F5F5F5; }
    @media screen and (max-width: 540px) {
      .body .body-left {
        display: none; } }
    .body .body-left .integrity {
      padding: 20px 15px;
      border-bottom: 1px solid #ccc; }
      .body .body-left .integrity p {
        padding-bottom: 20px;
        font-size: 16px;
        color: #000; }
        .body .body-left .integrity p b {
          font-size: 24px;
          color: #ff723c; }
        .body .body-left .integrity p span {
          display: inline-block;
          padding-top: 8px; }
      .body .body-left .integrity ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .body .body-left .integrity ul li {
          width: 90px;
          height: 25px;
          margin-right: 7px;
          background: #40b5f7;
          border-radius: 13px;
          font-size: 14px;
          color: #ffffff;
          line-height: 25px;
          text-align: center; }
          .body .body-left .integrity ul li:nth-child(2) {
            background: #e56c4c; }
          .body .body-left .integrity ul li:nth-child(3) {
            background: #76bc48; }
          .body .body-left .integrity ul li.no-bg {
            background: none;
            width: auto; }
            .body .body-left .integrity ul li.no-bg a {
              color: #333; }
    .body .body-left .subscribe {
      padding: 35px 15px; }
      .body .body-left .subscribe p button {
        display: block;
        width: 100%;
        height: 56px;
        background: #049cf3;
        border-radius: 6px;
        font-size: 24px;
        color: #ffffff;
        line-height: 56px;
        text-align: center;
        border: none; }
      .body .body-left .subscribe h5 {
        padding: 25px 0 0;
        font-size: 20px;
        color: #000;
        font-weight: 400; }
        .body .body-left .subscribe h5 + h5 {
          padding-bottom: 25px; }
      .body .body-left .subscribe .contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .body .body-left .subscribe .contact a {
          font-size: 16px;
          color: #000; }
        .body .body-left .subscribe .contact .message i {
          font-size: 32px;
          color: #049cf3; }
        .body .body-left .subscribe .contact .qq i {
          font-size: 32px;
          color: #e56c4c; }
    .body .body-left .recommend-product .title {
      padding-left: 15px;
      padding-bottom: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #000;
      border-bottom: 1px solid #ccc; }
    .body .body-left .recommend-product ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px;
      border-bottom: 1px solid #ccc; }
      .body .body-left .recommend-product ul li .pro-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .body .body-left .recommend-product ul li .pro-intro img {
          width: 80px;
          height: 60px; }
        .body .body-left .recommend-product ul li .pro-intro .pro-title {
          margin-left: 10px; }
          .body .body-left .recommend-product ul li .pro-intro .pro-title h5 {
            padding-bottom: 12px;
            font-size: 14px;
            color: #059cf3; }
          .body .body-left .recommend-product ul li .pro-intro .pro-title p {
            font-size: 14px;
            color: #666; }
      .body .body-left .recommend-product ul li .like {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 54px;
        height: 24px;
        background: #049cf3; }
        .body .body-left .recommend-product ul li .like a {
          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; }
        .body .body-left .recommend-product ul li .like i {
          color: #fff; }
        .body .body-left .recommend-product ul li .like span {
          font-size: 12px;
          color: #ffffff;
          line-height: 24px; }
    .body .body-left .project-category {
      padding-bottom: 20px; }
      .body .body-left .project-category .title {
        padding-left: 15px;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        border-bottom: 1px solid #ccc; }
      .body .body-left .project-category ul {
        padding: 0 15px; }
        .body .body-left .project-category ul li {
          padding: 18px 0; }
          .body .body-left .project-category ul li + li {
            border-top: 1px solid #ccc; }
          .body .body-left .project-category ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            font-size: 18px;
            color: #000; }
            .body .body-left .project-category ul li a b {
              font-weight: 400; }
    .body .body-left .recommend-product-text .title {
      padding-left: 15px;
      padding-bottom: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #000;
      border-bottom: 1px solid #ccc; }
    .body .body-left .recommend-product-text ul {
      padding: 0 15px; }
      .body .body-left .recommend-product-text ul li {
        padding: 18px 0; }
        .body .body-left .recommend-product-text ul li + li {
          border-top: 1px solid #ccc; }
        .body .body-left .recommend-product-text ul li a {
          font-size: 16px;
          color: #000;
          line-height: 24px; }
  .body .body-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .body .body-right.comm-right > .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 18px 0 15px;
      border-bottom: 2px solid #333; }
      .body .body-right.comm-right > .title b {
        margin-right: 15px;
        font-size: 36px;
        font-weight: bold;
        color: #333; }
        @media screen and (max-width: 540px) {
          .body .body-right.comm-right > .title b {
            padding-left: 0.625rem;
            font-size: 1.125rem; } }
      .body .body-right.comm-right > .title span {
        font-size: 14px;
        color: #bababa;
        text-transform: uppercase; }
        @media screen and (max-width: 540px) {
          .body .body-right.comm-right > .title span {
            font-size: 0.75rem; } }
    .body .body-right.comm-right .pages {
      margin-top: 60px; }
      @media screen and (max-width: 540px) {
        .body .body-right.comm-right .pages {
          width: 100vw;
          margin-top: 1.875rem; }
          .body .body-right.comm-right .pages .page-link {
            padding: 0.46875rem 0.625rem; } }

.footer-wrap {
  padding-bottom: 55px;
  border-top: 1px solid #dddddd; }
  .footer-wrap .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px; }
    @media screen and (max-width: 540px) {
      .footer-wrap .footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100vw;
        padding: 0 0.625rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 540px) {
      .footer-wrap .footer .left {
        width: 100vw; } }
    .footer-wrap .footer .left .first {
      margin-bottom: 23px;
      font-size: 16px;
      color: #333; }
      .footer-wrap .footer .left .first a {
        color: #333; }
      @media screen and (max-width: 540px) {
        .footer-wrap .footer .left .first {
          font-size: 0.8125rem;
          line-height: 1.4;
          text-align: center; } }
    .footer-wrap .footer .left .other {
      margin-bottom: 10px;
      font-size: 14px;
      color: #333; }
      @media screen and (max-width: 540px) {
        .footer-wrap .footer .left .other {
          font-size: 0.75rem;
          line-height: 1.2;
          text-align: center; } }
    .footer-wrap .footer .qrcode {
      margin-right: 110px; }
      @media screen and (max-width: 540px) {
        .footer-wrap .footer .qrcode {
          width: 100vw;
          margin-right: 0;
          text-align: center; } }
      .footer-wrap .footer .qrcode p {
        text-align: center; }

.has-table .statistics-table {
  margin-top: 30px; }
  .has-table .statistics-table th {
    padding: 10px;
    background: #269ef5;
    color: #fff; }
  .has-table .statistics-table td {
    background: #f5f5f5; }

.statistics-table {
  width: 100%;
  color: #333;
  border-collapse: collapse; }
  @media screen and (max-width: 540px) {
    .statistics-table {
      width: 98%;
      margin: 0 auto; } }
  .statistics-table tr:hover td {
    background-color: #dfe6ec; }
  .statistics-table tr.total {
    color: red;
    font-weight: 800; }
  .statistics-table th,
  .statistics-table td {
    padding: 5px 10px;
    border: 1px solid #000;
    line-height: 20px;
    text-align: left; }
    @media screen and (max-width: 540px) {
      .statistics-table th,
      .statistics-table td {
        font-size: 0.75rem; } }
  .statistics-table th {
    padding: 0 10px;
    line-height: 20px;
    background-color: #dfe6ec; }
  .statistics-table td {
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    background-color: #dfe6ec; }
    .statistics-table td .green {
      font-weight: 800;
      color: green; }
    .statistics-table td .orange {
      font-weight: 800;
      color: orange; }
    .statistics-table td .red {
      font-weight: 800;
      color: red; }

.el-form-item__label {
  color: #333; }

.subscribe-wrap {
  background: #f5f5f5; }
  .subscribe-wrap .subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto; }
    @media screen and (max-width: 540px) {
      .subscribe-wrap .subscribe {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .subscribe-wrap .subscribe .left {
      width: 520px;
      margin-right: 220px; }
      @media screen and (max-width: 540px) {
        .subscribe-wrap .subscribe .left {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: 100%;
          padding-left: 10px; } }
    @media screen and (max-width: 540px) {
      .subscribe-wrap .subscribe .right {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%;
        margin-top: 25px;
        padding-left: 10px; } }
    .subscribe-wrap .subscribe p {
      font-size: 24px;
      font-weight: 400;
      color: #000; }
      @media screen and (max-width: 540px) {
        .subscribe-wrap .subscribe p {
          font-size: 16px; } }
      .subscribe-wrap .subscribe p + p {
        margin-top: 25px; }
      .subscribe-wrap .subscribe p b {
        font-size: 32px;
        color: #ff723b; }
        @media screen and (max-width: 540px) {
          .subscribe-wrap .subscribe p b {
            font-size: 18px; } }
      .subscribe-wrap .subscribe p.p-span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .subscribe-wrap .subscribe p.p-span .span {
          width: 142px;
          height: 38px;
          margin-right: 30px;
          background: #40b4f7;
          border-radius: 19px;
          font-size: 20px;
          color: #ffffff;
          line-height: 38px;
          text-align: center; }
          @media screen and (max-width: 540px) {
            .subscribe-wrap .subscribe p.p-span .span {
              width: 80px;
              height: 22px;
              font-size: 14px;
              line-height: 22px; } }
        .subscribe-wrap .subscribe p.p-span .span-2 {
          background: #76bc48; }
        .subscribe-wrap .subscribe p.p-span .span-3 {
          background: #e56c4b; }
      .subscribe-wrap .subscribe p button {
        width: 310px;
        height: 56px;
        background: #049cf3;
        border-radius: 6px;
        border: none;
        font-size: 30px;
        color: #ffffff;
        line-height: 56px;
        text-align: center; }
        @media screen and (max-width: 540px) {
          .subscribe-wrap .subscribe p button {
            width: 150px;
            height: 28px;
            border-radius: 3px;
            font-size: 16px;
            line-height: 28px; } }
      .subscribe-wrap .subscribe p a {
        font-size: 16px;
        color: #000; }
        .subscribe-wrap .subscribe p a .icon-mailfill {
          color: #1c9ef0;
          font-size: 32px; }
          @media screen and (max-width: 540px) {
            .subscribe-wrap .subscribe p a .icon-mailfill {
              font-size: 16px; } }
        .subscribe-wrap .subscribe p a .icon-qq {
          margin-left: 35px;
          color: #fd4a43;
          font-size: 32px; }
          @media screen and (max-width: 540px) {
            .subscribe-wrap .subscribe p a .icon-qq {
              font-size: 16px; } }

.comm-title h1 {
  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;
  margin: 0 0 10px; }
  .comm-title h1::before {
    content: '';
    display: inline-block;
    width: 131px;
    height: 2px;
    background: #1b1b1b; }
    @media screen and (max-width: 540px) {
      .comm-title h1::before {
        width: 60px; } }
  .comm-title h1 b {
    margin: 0 16px;
    font-size: 48px;
    font-weight: bold;
    color: #333; }
    @media screen and (max-width: 540px) {
      .comm-title h1 b {
        font-size: 18px; } }
  .comm-title h1::after {
    content: '';
    display: inline-block;
    width: 131px;
    height: 2px;
    background: #1b1b1b; }
    @media screen and (max-width: 540px) {
      .comm-title h1::after {
        width: 60px; } }

.comm-title p {
  text-align: center;
  font-size: 14px;
  color: #bbbbbb; }

.introduction-wrap .introduction {
  width: 1200px;
  margin: 35px auto 25px; }
  @media screen and (max-width: 540px) {
    .introduction-wrap .introduction {
      width: 100%; } }
  .introduction-wrap .introduction .comm-title {
    margin-bottom: 25px; }
  .introduction-wrap .introduction .content {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 36px; }
    @media screen and (max-width: 540px) {
      .introduction-wrap .introduction .content {
        padding: 15px; } }

.product-wrap .product .comm-title {
  height: 142px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../assets/images/product-bg.jpg) no-repeat center; }
  @media screen and (max-width: 540px) {
    .product-wrap .product .comm-title {
      height: 105px; } }
  /* .product-wrap .product .comm-title h1::before {
    background: #fff; } */
  /* .product-wrap .product .comm-title h1 b {
    color: #fff; } */
  /* .product-wrap .product .comm-title h1::after {
    background: #fff; }
  .product-wrap .product .comm-title p {
    color: #fff; } */

.product-wrap .product .content {
  width: 1200px;
  margin: -20px auto 0;
  background: #f5f5f5; }
  @media screen and (max-width: 540px) {
    .product-wrap .product .content {
      width: 100vw; } }
  .product-wrap .product .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 45px; }
    @media screen and (max-width: 540px) {
      .product-wrap .product .content ul {
        width: 100vw;
        padding-top: 20px; } }
    .product-wrap .product .content ul li {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 280px;
      margin-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px; }
      @media screen and (max-width: 540px) {
        .product-wrap .product .content ul li {
          width: 10.9375rem;
          margin-bottom: 0.9375rem;
          margin-left: 0.390625rem;
          margin-right: 0.390625rem; } }
      .product-wrap .product .content ul li .product-item {
        position: relative;
        display: block; }
        .product-wrap .product .content ul li .product-item > img {
          display: block;
          width: 280px;
          height: 210px; }
          @media screen and (max-width: 540px) {
            .product-wrap .product .content ul li .product-item > img {
              width: 10.9375rem;
              height: 6.5625rem; } }
        .product-wrap .product .content ul li .product-item > span {
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 280px;
          height: 40px;
          overflow: hidden;
          background: rgba(0, 0, 0, 0.58);
          font-size: 16px;
          color: #ffffff;
          line-height: 40px;
          text-align: center; }
          @media screen and (max-width: 540px) {
            .product-wrap .product .content ul li .product-item > span {
              width: 10.9375rem;
              height: 20px;
              line-height: 20px;
              font-size: 14px; } }
      .product-wrap .product .content ul li .visit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 20px; }
        .product-wrap .product .content ul li .visit .left {
          color: #000; }
          @media screen and (max-width: 540px) {
            .product-wrap .product .content ul li .visit .left {
              font-size: 14px; } }
        .product-wrap .product .content ul li .visit a {
          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;
          width: 54px;
          height: 24px;
          background: #eb707c;
          color: #fff;
          font-size: 12px; }

.news-wrap .news {
  width: 1200px;
  margin: 35px auto 25px; }
  @media screen and (max-width: 540px) {
    .news-wrap .news {
      width: 100vw; } }
  .news-wrap .news .comm-title {
    margin-bottom: 25px; }
  @media screen and (max-width: 540px) {
    .news-wrap .news .content {
      padding: 0 0.625rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .news-wrap .news .content ul {
    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; }
    .news-wrap .news .content ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 570px;
      margin-bottom: 45px; }
      @media screen and (max-width: 540px) {
        .news-wrap .news .content ul li {
          width: 22.1875rem;
          margin-bottom: 20px; } }
      .news-wrap .news .content ul li .left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 145px;
        height: 145px;
        margin-right: 25px;
        background: #ffffff;
        border: 1px solid #cccccc; }
        @media screen and (max-width: 540px) {
          .news-wrap .news .content ul li .left {
            width: 6.25rem;
            height: 6.25rem;
            margin-right: 15px; } }
        .news-wrap .news .content ul li .left h5 {
          margin-bottom: 15px;
          font-size: 60px;
          color: #999999; }
          @media screen and (max-width: 540px) {
            .news-wrap .news .content ul li .left h5 {
              font-size: 1.875rem; } }
        .news-wrap .news .content ul li .left p {
          font-size: 18px;
          color: #afafaf; }
          @media screen and (max-width: 540px) {
            .news-wrap .news .content ul li .left p {
              font-size: 0.9375rem; } }
      .news-wrap .news .content ul li .right {
        padding-top: 5px; }
        .news-wrap .news .content ul li .right h3 {
          position: relative;
          margin-bottom: 30px; }
          @media screen and (max-width: 540px) {
            .news-wrap .news .content ul li .right h3 {
              margin-bottom: 15px; } }
          .news-wrap .news .content ul li .right h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            display: inline-block;
            width: 65px;
            height: 2px;
            background: #313131; }
          .news-wrap .news .content ul li .right h3 a {
            font-size: 18px;
            font-weight: bold;
            color: #333; }
            @media screen and (max-width: 540px) {
              .news-wrap .news .content ul li .right h3 a {
                font-size: 0.9375rem; } }
        .news-wrap .news .content ul li .right p {
          font-size: 16px;
          color: #afafaf;
          line-height: 30px; }
          @media screen and (max-width: 540px) {
            .news-wrap .news .content ul li .right p {
              font-size: 0.75rem;
              line-height: 1.25rem; } }
  .news-wrap .news .content .news-more {
    text-align: center; }
    .news-wrap .news .content .news-more a {
      font-size: 18px;
      color: #999999;
      line-height: 30px; }
      @media screen and (max-width: 540px) {
        .news-wrap .news .content .news-more a {
          font-size: 0.875rem; } }

.message-wrap {
  padding: 45px 0;
  background: #f5f5f5; }
  @media screen and (max-width: 540px) {
    .message-wrap {
      padding: 1.40625rem 0; } }
  .message-wrap .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 540px) {
      .message-wrap .message {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100vw;
        padding: 0 0.625rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .message-wrap .message .message-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; }
      @media screen and (max-width: 540px) {
        .message-wrap .message .message-item {
          width: 100vw; }
          .message-wrap .message .message-item + .message-item {
            margin-top: 0.9375rem; } }
      .message-wrap .message .message-item p {
        font-size: 16px;
        color: #333; }
        @media screen and (max-width: 540px) {
          .message-wrap .message .message-item p {
            font-size: 0.75rem; } }
        .message-wrap .message .message-item p + p {
          margin-top: 20px; }
          @media screen and (max-width: 540px) {
            .message-wrap .message .message-item p + p {
              margin-top: 0.4375rem; } }
        .message-wrap .message .message-item p.last {
          margin-top: 50px; }
          @media screen and (max-width: 540px) {
            .message-wrap .message .message-item p.last {
              margin-top: 1.5625rem; } }
          .message-wrap .message .message-item p.last a {
            display: inline-block;
            margin-right: 20px;
            color: #333; }
            @media screen and (max-width: 540px) {
              .message-wrap .message .message-item p.last a {
                margin-right: 0.625rem; } }
            .message-wrap .message .message-item p.last a span {
              color: #f79905; }
      .message-wrap .message .message-item h3 {
        font-size: 24px;
        font-weight: bold;
        color: #333; }
        @media screen and (max-width: 540px) {
          .message-wrap .message .message-item h3 {
            font-size: 0.9375rem; } }
        .message-wrap .message .message-item h3 + dl {
          margin-top: 20px; }
      .message-wrap .message .message-item dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px; }
        .message-wrap .message .message-item dl dt {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: 50px; }
          @media screen and (max-width: 540px) {
            .message-wrap .message .message-item dl dt {
              width: 2.34375rem;
              padding-top: 0.375rem; } }
        .message-wrap .message .message-item dl dd {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; }
          .message-wrap .message .message-item dl dd input {
            width: 380px;
            height: 30px;
            padding: 5px 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            background: #ffffff;
            border: 1px solid #dbdbdb;
            border-radius: 4px; }
            @media screen and (max-width: 540px) {
              .message-wrap .message .message-item dl dd input {
                width: 18.75rem; } }
          .message-wrap .message .message-item dl dd textarea {
            width: 383px;
            height: 130px;
            padding: 3px 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            background: #ffffff;
            border: 1px solid #dbdbdb;
            border-radius: 4px; }
            @media screen and (max-width: 540px) {
              .message-wrap .message .message-item dl dd textarea {
                width: 18.75rem; } }

.visit-coop-wrap {
  margin-top: 40px;
  padding-bottom: 70px; }
  .visit-coop-wrap .visit-coop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 540px) {
      .visit-coop-wrap .visit-coop {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100vw; } }
    .visit-coop-wrap .visit-coop .visit-coop-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 575px; }
      @media screen and (max-width: 540px) {
        .visit-coop-wrap .visit-coop .visit-coop-item {
          width: 100vw; }
          .visit-coop-wrap .visit-coop .visit-coop-item + .visit-coop-item {
            margin-top: 1.5625rem; } }
      .visit-coop-wrap .visit-coop .visit-coop-item .title {
        padding-bottom: 13px;
        font-size: 24px;
        font-weight: bold;
        color: #333;
        border-bottom: 3px solid #b5b5b5; }
        @media screen and (max-width: 540px) {
          .visit-coop-wrap .visit-coop .visit-coop-item .title {
            padding-left: 0.625rem;
            font-size: 1.125rem; } }
      .visit-coop-wrap .visit-coop .visit-coop-item ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media screen and (max-width: 540px) {
          .visit-coop-wrap .visit-coop .visit-coop-item ul {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding-left: 0.46875rem; } }
        .visit-coop-wrap .visit-coop .visit-coop-item ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: 120px;
          margin-top: 24px;
          margin-right: 31px; }
          .visit-coop-wrap .visit-coop .visit-coop-item ul li:nth-child(4n) {
            margin-right: 0; }
          @media screen and (max-width: 540px) {
            .visit-coop-wrap .visit-coop .visit-coop-item ul li {
              width: 7.1875rem;
              margin-right: 0.46875rem; }
              .visit-coop-wrap .visit-coop .visit-coop-item ul li:nth-child(4n) {
                margin-right: 0.46875rem; } }
          @media screen and (max-width: 540px) {
            .visit-coop-wrap .visit-coop .visit-coop-item ul li img {
              width: 7.1875rem;
              height: 7.1875rem; } }
          .visit-coop-wrap .visit-coop .visit-coop-item ul li p {
            margin-top: 10px;
            font-size: 16px;
            color: #333;
            text-align: center; }
            @media screen and (max-width: 540px) {
              .visit-coop-wrap .visit-coop .visit-coop-item ul li p {
                font-size: 0.8125rem; } }

@media screen and (max-width: 540px) {
  .article-detail {
    padding: 0 0.625rem; } }

.article-detail > .art-title {
  padding: 17px 0 20px;
  font-size: 36px;
  font-weight: bold;
  color: #333; }
  @media screen and (max-width: 540px) {
    .article-detail > .art-title {
      font-size: 1.125rem; } }

.article-detail > .time {
  padding-bottom: 20px;
  font-size: 14px;
  color: #999999; }

.article-detail > .content {
  padding-top: 20px;
  border-top: 2px solid #ddd;
  font-size: 16px;
  color: #434343;
  line-height: 26px; }
  @media screen and (max-width: 540px) {
    .article-detail > .content {
      font-size: 0.875rem; } }
  .article-detail > .content p {
    padding-bottom: 10px;
    font-size: 16px;
    color: #434343;
    line-height: 26px;
    text-indent: 2em; }
    @media screen and (max-width: 540px) {
      .article-detail > .content p {
        font-size: 0.875rem; } }

.contact .comm-content {
  padding-top: 25px; }
  @media screen and (max-width: 540px) {
    .contact .comm-content {
      padding: 0.78125rem 0.625rem; } }
  .contact .comm-content p {
    font-size: 16px;
    color: #333;
    line-height: 36px; }
    @media screen and (max-width: 540px) {
      .contact .comm-content p {
        font-size: 0.875rem; } }
    .contact .comm-content p.text {
      padding: 20px 0;
      line-height: 26px; }
    .contact .comm-content p.bold {
      font-weight: 800; }

.introduce .comm-content {
  padding-top: 25px; }
  @media screen and (max-width: 540px) {
    .introduce .comm-content {
      padding: 0.78125rem 0.625rem; } }
  .introduce .comm-content h5.title {
    font-size: 18px;
    text-align: center; }
  .introduce .comm-content p.time {
    margin-top: 10px;
    text-align: center; }
  .introduce .comm-content p.img {
    margin-top: 20px;
    text-align: center; }
    .introduce .comm-content p.img img {
      max-width: 100%; }
  .introduce .comm-content > hr {
    margin: 10px 0 30px;
    border-bottom: 1px solid #ccc; }

.message .title {
  position: relative; }
  .message .title a {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #666; }
    @media screen and (max-width: 540px) {
      .message .title a {
        right: 0.625rem; } }

@media screen and (max-width: 540px) {
  .message .message-list {
    padding: 0 0.625rem; } }

.message .message-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .message .message-list li.me {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .message .message-list li.me .message-box {
      margin-right: 40px;
      background: #039BF3; }
      @media screen and (max-width: 540px) {
        .message .message-list li.me .message-box {
          margin-right: 0.8125rem;
          margin-left: 0; } }
      .message .message-list li.me .message-box p {
        color: #fff; }
      .message .message-list li.me .message-box .time {
        color: #fff;
        text-align: left; }
    .message .message-list li.me .message-box:after {
      left: 100%;
      border-left-color: #039BF3;
      border-right-color: transparent; }
  .message .message-list li img {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
    @media screen and (max-width: 540px) {
      .message .message-list li img {
        width: 3.125rem;
        height: 3.125rem; } }
  .message .message-list li .message-box {
    position: relative;
    width: 656px;
    margin-left: 40px;
    padding: 18px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #d5eafb;
    border-radius: 8px; }
    @media screen and (max-width: 540px) {
      .message .message-list li .message-box {
        width: 18.125rem;
        margin-left: 0.8125rem;
        padding: 0.5625rem 0.75rem; } }
    .message .message-list li .message-box p {
      font-size: 16px;
      color: #333;
      line-height: 30px; }
      @media screen and (max-width: 540px) {
        .message .message-list li .message-box p {
          font-size: 0.8125rem; } }
    .message .message-list li .message-box .time {
      margin-top: 10px;
      font-size: 16px;
      color: #999;
      line-height: 30px;
      text-align: right; }
      @media screen and (max-width: 540px) {
        .message .message-list li .message-box .time {
          font-size: 0.8125rem; } }
  .message .message-list li .message-box:after {
    content: ' ';
    position: absolute;
    right: 100%;
    top: 50px;
    height: 0;
    width: 0;
    margin-top: -15px;
    border: solid transparent;
    border-width: 15px;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #d5eafb;
    pointer-events: none; }
    @media screen and (max-width: 540px) {
      .message .message-list li .message-box:after {
        top: 2.1875rem;
        border-width: 0.46875rem; } }

#modal-message .modal-dialog {
  width: 500px; }
  @media screen and (max-width: 540px) {
    #modal-message .modal-dialog {
      width: 90%; } }

@media screen and (max-width: 540px) {
  .partners .partners-list {
    padding: 0 0.2rem; } }

.partners .partners-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD; }
  .partners .partners-list li .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .partners .partners-list li .user img {
      width: 86px;
      height: 86px;
      margin-right: 15px;
      border-radius: 50%; }
      @media screen and (max-width: 540px) {
        .partners .partners-list li .user img {
          width: 2.5rem;
          height: 2.5rem; } }
    .partners .partners-list li .user .name-rec p {
      font-size: 14px;
      line-height: 24px; }
    .partners .partners-list li .user .name-rec .name {
      color: #0d5df3; }
    .partners .partners-list li .user .name-rec .rec-num {
      color: #333; }
  .partners .partners-list li .date {
    min-width: 80px;
    font-size: 14px;
    color: #999999; }
    @media screen and (max-width: 540px) {
      .partners .partners-list li .date {
        display: none; } }
  .partners .partners-list li .city {
    min-width: 150px;
    font-size: 14px;
    color: #999999; }
  .partners .partners-list li .partners-btn a {
    color: #CBCBCB; }

.news .news-list {
  padding-top: 25px; }
  @media screen and (max-width: 540px) {
    .news .news-list {
      padding-top: 0.78125rem; } }
  .news .news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    @media screen and (max-width: 540px) {
      .news .news-list li {
        margin-bottom: 0.78125rem;
        padding: 0 0.625rem; } }
    .news .news-list li .left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 145px;
      height: 120px;
      margin-right: 25px;
      background: #ffffff;
      border: 1px solid #cccccc; }
      @media screen and (max-width: 540px) {
        .news .news-list li .left {
          width: 6.25rem;
          height: 6.25rem;
          margin-right: 0.78125rem; } }
      .news .news-list li .left h5 {
        margin-bottom: 15px;
        font-size: 60px;
        color: #999999; }
        @media screen and (max-width: 540px) {
          .news .news-list li .left h5 {
            font-size: 1.875rem; } }
      .news .news-list li .left p {
        font-size: 18px;
        color: #afafaf; }
    .news .news-list li .right {
      padding-top: 5px; }
      @media screen and (max-width: 540px) {
        .news .news-list li .right {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; } }
      .news .news-list li .right h3 {
        position: relative;
        margin-bottom: 30px; }
        .news .news-list li .right h3::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -10px;
          display: inline-block;
          width: 65px;
          height: 2px;
          background: #333; }
        .news .news-list li .right h3 a {
          font-size: 18px;
          font-weight: bold;
          color: #333; }
          @media screen and (max-width: 540px) {
            .news .news-list li .right h3 a {
              display: block;
              width: 15rem;
              height: 0.9375rem;
              font-size: 0.9375rem;
              overflow: hidden;
              white-space: nowrap;
              -o-text-overflow: ellipsis;
                 text-overflow: ellipsis; } }
      .news .news-list li .right p {
        font-size: 16px;
        color: #afafaf;
        line-height: 30px; }
        @media screen and (max-width: 540px) {
          .news .news-list li .right p {
            font-size: 0.875rem;
            line-height: 1.0625rem; } }

.project .project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 45px; }
  @media screen and (max-width: 540px) {
    .project .project-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 23.4375rem;
      padding-left: 0.71875rem;
      padding-top: 1.40625rem; } }
  .project .project-list li {
    position: relative;
    width: 280px;
    margin-bottom: 30px;
    margin-right: 15px; }
    .project .project-list li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 540px) {
      .project .project-list li {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 10.625rem;
        margin-right: 0.71875rem; } }
    .project .project-list li .product-item {
      position: relative;
      display: block; }
      .project .project-list li .product-item img {
        display: block;
        width: 280px;
        height: 210px; }
        @media screen and (max-width: 540px) {
          .project .project-list li .product-item img {
            width: 10.625rem;
            height: 7.8125rem; } }
      .project .project-list li .product-item span {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 280px;
        height: 40px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.58);
        font-size: 16px;
        color: #ffffff;
        line-height: 40px;
        text-align: center; }
        @media screen and (max-width: 540px) {
          .project .project-list li .product-item span {
            width: 10.625rem;
            height: 1.25rem;
            line-height: 1.25rem;
            font-size: 0.8125rem; } }
    .project .project-list li .visit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 20px; }
      .project .project-list li .visit .left {
        color: #000; }
        @media screen and (max-width: 540px) {
          .project .project-list li .visit .left {
            font-size: 0.8125rem; } }
      .project .project-list li .visit a {
        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;
        width: 54px;
        height: 24px;
        background: #eb707c;
        color: #fff;
        font-size: 12px; }

.project .pages {
  margin-top: 30px !important; }

.body-right.comm-right.project-detail > .title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 0 15px;
  border-bottom: 2px solid #333; }
  .body-right.comm-right.project-detail > .title b {
    font-size: 36px;
    font-weight: bold;
    color: #333; }
    @media screen and (max-width: 540px) {
      .body-right.comm-right.project-detail > .title b {
        font-size: 1.125rem; } }
  .body-right.comm-right.project-detail > .title p {
    padding-top: 20px;
    font-size: 14px;
    color: #9a9a9a; }
    @media screen and (max-width: 540px) {
      .body-right.comm-right.project-detail > .title p {
        padding-left: 0.625rem; } }

@media screen and (max-width: 540px) {
  .body-right.comm-right.project-detail .comm-content {
    padding: 0 0.625rem; } }

@media screen and (max-width: 540px) {
  .body-right.comm-right.project-detail .project-comment-list {
    padding: 0 0.625rem; } }

.body-right.comm-right.project-detail .product-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px; }
  .body-right.comm-right.project-detail .product-detail-info li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    padding: 0 0 10px;
    font-size: 16px;
    color: #333; }
    .body-right.comm-right.project-detail .product-detail-info li.full {
      width: 100%; }
    @media screen and (max-width: 540px) {
      .body-right.comm-right.project-detail .product-detail-info li {
        font-size: 0.875rem;
        width: 100%; } }

.body-right.comm-right.project-detail .imgs {
  margin-top: 20px; }
  .body-right.comm-right.project-detail .imgs img {
    display: block;
    max-width: 100%;
    margin-bottom: 15px; }

.body-right.comm-right.project-detail .bnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px; }
  .body-right.comm-right.project-detail .bnts .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .body-right.comm-right.project-detail .bnts .left .bulk {
      width: 108px;
      height: 40px;
      margin-right: 15px;
      background: #e9974d;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      line-height: 40px; }
      @media screen and (max-width: 540px) {
        .body-right.comm-right.project-detail .bnts .left .bulk {
          width: 3.75rem;
          height: 1.5625rem;
          margin-right: 0.625rem;
          line-height: 1.5625rem;
          font-size: 0.75rem; } }
    .body-right.comm-right.project-detail .bnts .left span {
      font-size: 16px;
      color: #9a9a9a; }
      @media screen and (max-width: 540px) {
        .body-right.comm-right.project-detail .bnts .left span {
          font-size: 0.75rem; } }
      .body-right.comm-right.project-detail .bnts .left span a {
        color: #059cf3; }
  .body-right.comm-right.project-detail .bnts > a {
    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;
    width: 108px;
    height: 40px;
    background: #049cf3; }
    .body-right.comm-right.project-detail .bnts > a.gray {
      background: #dadada; }
    .body-right.comm-right.project-detail .bnts > a i {
      margin-right: 6px;
      color: #fff;
      font-size: 32px; }
    .body-right.comm-right.project-detail .bnts > a span {
      font-size: 16px;
      color: #ffffff;
      line-height: 40px; }
    @media screen and (max-width: 540px) {
      .body-right.comm-right.project-detail .bnts > a {
        width: 3.75rem;
        height: 1.5625rem;
        line-height: 1.5625rem;
        font-size: 0.75rem; }
        .body-right.comm-right.project-detail .bnts > a i {
          font-size: 0.8125rem; }
        .body-right.comm-right.project-detail .bnts > a span {
          font-size: 0.8125rem; } }

.project-comment-list {
  margin-top: 35px; }
  .project-comment-list .project-comment-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc; }
    .project-comment-list .project-comment-title .left {
      font-size: 16px;
      color: #000; }
    .project-comment-list .project-comment-title .right {
      font-size: 14px; }
      .project-comment-list .project-comment-title .right b {
        color: red; }
      .project-comment-list .project-comment-title .right a {
        text-decoration: underline; }
  .project-comment-list > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px; }
    .project-comment-list > ul > li .avatar {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60px;
      height: 60px;
      margin-right: 17px; }
    .project-comment-list > ul > li .comment-content {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
    .project-comment-list > ul > li .user {
      padding-bottom: 8px;
      border-bottom: 1px dashed #cccccc;
      font-size: 16px;
      color: #333; }
      @media screen and (max-width: 540px) {
        .project-comment-list > ul > li .user {
          font-size: 0.875rem; } }
      .project-comment-list > ul > li .user span {
        font-size: 14px;
        color: #9a9a9a; }
        @media screen and (max-width: 540px) {
          .project-comment-list > ul > li .user span {
            font-size: 0.75rem; } }
    .project-comment-list > ul > li .text {
      padding-top: 12px;
      font-size: 14px;
      color: #000;
      line-height: 24px; }
      @media screen and (max-width: 540px) {
        .project-comment-list > ul > li .text {
          font-size: 0.75rem; } }

.credibility .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-left: 8px;
  border-bottom: 2px solid #40a3ff; }
  @media screen and (max-width: 540px) {
    .credibility .tab {
      margin-top: 0.9375rem; } }
  .credibility .tab a {
    width: 120px;
    height: 33px;
    margin-right: 18px;
    background: #ebf6ff;
    border: 1px solid #40a3ff;
    border-bottom: none;
    text-align: center;
    line-height: 33px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    color: #333332; }
    @media screen and (max-width: 540px) {
      .credibility .tab a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 5.22rem;
        font-size: 0.75rem;
        margin-right: 0.5rem; } }
    .credibility .tab a.active {
      background: #40a3ff;
      font-weight: bold;
      color: #ffffff; }

.credibility .credibility-content {
  padding-top: 35px; }
  @media screen and (max-width: 540px) {
    .credibility .credibility-content {
      padding-top: 1.09375rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .credibility .credibility-content > p {
    font-size: 16px;
    color: #333; }
    .credibility .credibility-content > p b {
      font-size: 48px;
      color: #e77006; }
      @media screen and (max-width: 540px) {
        .credibility .credibility-content > p b {
          font-size: 1.5rem; } }
    .credibility .credibility-content > p i {
      color: #e77006;
      font-size: 25px; }
  .credibility .credibility-content > h5 {
    padding: 18px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333; }
    .credibility .credibility-content > h5 b {
      color: #e77006; }
  .credibility .credibility-content .praise-wrap .praise-line-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 540px) {
      .credibility .credibility-content .praise-wrap .praise-line-1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .credibility .credibility-content .praise-wrap .praise-line-1 .span-1 {
      font-size: 16px;
      color: #333; }
      @media screen and (max-width: 540px) {
        .credibility .credibility-content .praise-wrap .praise-line-1 .span-1 {
          width: 4.6875rem;
          font-size: 0.875rem; } }
    .credibility .credibility-content .praise-wrap .praise-line-1 .span-2 {
      width: 362px;
      height: 21px;
      margin-left: 15px;
      border-radius: 10px;
      background: #e8e8e8; }
      @media screen and (max-width: 540px) {
        .credibility .credibility-content .praise-wrap .praise-line-1 .span-2 {
          width: 12.5rem; } }
      .credibility .credibility-content .praise-wrap .praise-line-1 .span-2 span {
        display: inline-block;
        width: 36px;
        height: 21px;
        border-radius: 10px;
        background: #1896de; }
    .credibility .credibility-content .praise-wrap .praise-line-1 .span-3 {
      margin-left: 40px;
      font-size: 16px;
      color: #333; }
      @media screen and (max-width: 540px) {
        .credibility .credibility-content .praise-wrap .praise-line-1 .span-3 {
          width: 9.375rem;
          margin-left: 0;
          margin-top: 0.625rem;
          font-size: 0.875rem; } }
    .credibility .credibility-content .praise-wrap .praise-line-1 button {
      width: 80px;
      height: 29px;
      margin-left: 80px;
      background: #0094e1;
      border-radius: 4px;
      border: none;
      font-size: 16px;
      color: #ffffff;
      line-height: 29px; }
      @media screen and (max-width: 540px) {
        .credibility .credibility-content .praise-wrap .praise-line-1 button {
          margin-left: 0.625rem;
          margin-top: 0.625rem; } }
  .credibility .credibility-content .praise-wrap .praise-line-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
    .credibility .credibility-content .praise-wrap .praise-line-2 span {
      margin-right: 30px; }
      @media screen and (max-width: 540px) {
        .credibility .credibility-content .praise-wrap .praise-line-2 span {
          margin-right: 0.9375rem; } }
  .credibility .credibility-content .toal + .statistics-table {
    margin-top: 30px; }
  .credibility .credibility-content .toal .total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .credibility .credibility-content .toal .total-item + .total-item {
      margin-top: 25px; }
    .credibility .credibility-content .toal .total-item.red .left {
      color: #FF0000; }
    .credibility .credibility-content .toal .total-item.red .right span {
      background: #fd5830; }
    .credibility .credibility-content .toal .total-item.green .left {
      color: #009688; }
    .credibility .credibility-content .toal .total-item.green .right span {
      background: #009688; }
    .credibility .credibility-content .toal .total-item .left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100px;
      color: #333; }
    .credibility .credibility-content .toal .total-item .right {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      height: 20px;
      background: #ebebeb;
      border-radius: 10px; }
      .credibility .credibility-content .toal .total-item .right span {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 20px;
        padding-right: 5px;
        background: #333;
        border-radius: 10px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: right; }

.comment .comment-list {
  padding-top: 20px;
  font-size: 14px; }
  .comment .comment-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1; }
    .comment .comment-list li + li {
      margin-top: 20px; }
    .comment .comment-list li .img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 93px;
      margin-right: 20px; }
      @media screen and (max-width: 540px) {
        .comment .comment-list li .img {
          width: 3.125rem;
          margin-left: 0.625rem;
          margin-right: 0.625rem; } }
      .comment .comment-list li .img img {
        display: block;
        width: 93px;
        height: 93px; }
        @media screen and (max-width: 540px) {
          .comment .comment-list li .img img {
            width: 3.125rem;
            height: 3.125rem; } }
    .comment .comment-list li .comment-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .comment .comment-list li .comment-text .point {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        height: 20px;
        color: #333; }
        .comment .comment-list li .comment-text .point b {
          color: red; }
        @media screen and (max-width: 540px) {
          .comment .comment-list li .comment-text .point {
            font-size: 0.75rem; } }
      .comment .comment-list li .comment-text .content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #666;
        line-height: 1.4; }
      .comment .comment-list li .comment-text .time {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        color: #999;
        font-size: 12px; }
        .comment .comment-list li .comment-text .time a {
          color: #40a3ff; }

.comment .comment-post {
  margin-top: 35px; }
  .comment .comment-post .comment-title {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #cccccc; }
  .comment .comment-post .comment-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; }
    @media screen and (max-width: 540px) {
      .comment .comment-post .comment-point {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .comment .comment-post .comment-point h5 {
      margin-right: 10px; }
      @media screen and (max-width: 540px) {
        .comment .comment-post .comment-point h5 {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: 3.125rem; } }
    .comment .comment-post .comment-point .progress {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 300px;
      margin-right: 30px; }
      @media screen and (max-width: 540px) {
        .comment .comment-post .comment-point .progress {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: 15.625rem; } }
    .comment .comment-post .comment-point span {
      margin-right: 30px; }
      @media screen and (max-width: 540px) {
        .comment .comment-post .comment-point span {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: 6.25rem;
          margin-top: 0.625rem; } }
    .comment .comment-post .comment-point button {
      width: 90px;
      height: 25px;
      margin-right: 7px;
      background: #40b5f7;
      border-radius: 13px;
      font-size: 14px;
      color: #ffffff;
      line-height: 25px;
      text-align: center; }
      @media screen and (max-width: 540px) {
        .comment .comment-post .comment-point button {
          margin-top: 0.625rem; } }
  .comment .comment-post .comment-point-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 540px) {
      .comment .comment-post .comment-point-2 {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .comment .comment-post .comment-point-2 span {
      margin-right: 30px; }
      @media screen and (max-width: 540px) {
        .comment .comment-post .comment-point-2 span {
          margin-right: 0.625rem; } }
      .comment .comment-post .comment-point-2 span b {
        font-weight: 400;
        color: red; }

.comment .comment-form {
  margin-top: 30px; }
  @media screen and (max-width: 540px) {
    .comment .comment-form {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .comment .comment-form .form-check-input {
    margin-top: 0; }
  .comment .comment-form .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 20px 0; }
    .comment .comment-form .radio .form-check {
      margin-right: 20px; }
  .comment .comment-form textarea {
    width: 100%;
    height: 105px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    line-height: 1.4; }
  .comment .comment-form .button {
    margin-top: 12px;
    text-align: right; }

.point-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px; }
  .point-star span {
    width: 80px;
    text-align: right; }
  .point-star .iconfont {
    font-size: 24px; }
