@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 90%; } }

html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.formSet input, .formSet textarea, .formSet select {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover, .formSet select:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }
.formSet select {
  width: 100%;
  height: 50px; }
  .formSet select option {
    padding-top: 10px;
    padding-bottom: 10px; }

@-webkit-keyframes center-left {
  0% {
    left: 40%;
    width: 8%;
    opacity: 0.2; }
  25% {
    left: 25%;
    width: 15%; }
  50% {
    left: 0%;
    width: 30%; }
  80% {
    left: 0%;
    width: 0%; }
  100% {
    left: 0%;
    width: 0%;
    opacity: 1; } }
@keyframes center-left {
  0% {
    left: 40%;
    width: 8%;
    opacity: 0.2; }
  25% {
    left: 25%;
    width: 15%; }
  50% {
    left: 0%;
    width: 30%; }
  80% {
    left: 0%;
    width: 0%; }
  100% {
    left: 0%;
    width: 0%;
    opacity: 1; } }
@-webkit-keyframes left-center {
  0% {
    left: 0%;
    width: 0%;
    opacity: 1; }
  20% {
    left: 0%;
    width: 0%; }
  50% {
    left: 0%;
    width: 30%; }
  55% {
    left: 40%;
    width: 11%; }
  100% {
    left: 43%;
    width: 8%;
    opacity: 0.2; } }
@keyframes left-center {
  0% {
    left: 0%;
    width: 0%;
    opacity: 1; }
  20% {
    left: 0%;
    width: 0%; }
  50% {
    left: 0%;
    width: 30%; }
  55% {
    left: 40%;
    width: 11%; }
  100% {
    left: 43%;
    width: 8%;
    opacity: 0.2; } }
@-webkit-keyframes center-right {
  0% {
    left: 52%;
    width: 8%;
    opacity: 0.2; }
  25% {
    left: 60%;
    width: 15%; }
  50% {
    left: 70%;
    width: 30%; }
  80% {
    left: 100%;
    width: 0%; }
  100% {
    left: 100%;
    width: 0%;
    opacity: 1; } }
@keyframes center-right {
  0% {
    left: 52%;
    width: 8%;
    opacity: 0.2; }
  25% {
    left: 60%;
    width: 15%; }
  50% {
    left: 70%;
    width: 30%; }
  80% {
    left: 100%;
    width: 0%; }
  100% {
    left: 100%;
    width: 0%;
    opacity: 1; } }
@-webkit-keyframes right-center {
  0% {
    left: 100%;
    width: 0%;
    opacity: 1; }
  20% {
    left: 100%;
    width: 0%; }
  50% {
    left: 70%;
    width: 30%; }
  55% {
    left: 49%;
    width: 11%; }
  100% {
    left: 49%;
    width: 8%;
    opacity: 0.2; } }
@keyframes right-center {
  0% {
    left: 100%;
    width: 0%;
    opacity: 1; }
  20% {
    left: 100%;
    width: 0%; }
  50% {
    left: 70%;
    width: 30%; }
  55% {
    left: 49%;
    width: 11%; }
  100% {
    left: 49%;
    width: 8%;
    opacity: 0.2; } }
@-webkit-keyframes top-center {
  0% {
    top: 0%;
    height: 0%;
    opacity: 0.2; }
  50% {
    top: 0%;
    height: 0%; }
  60% {
    top: 0%;
    height: 20%; }
  80% {
    top: 0%;
    height: 50%; }
  90% {
    top: 25%;
    height: 25%; }
  100% {
    top: 50%;
    height: 0%;
    opacity: 1; } }
@keyframes top-center {
  0% {
    top: 0%;
    height: 0%;
    opacity: 0.2; }
  50% {
    top: 0%;
    height: 0%; }
  60% {
    top: 0%;
    height: 20%; }
  80% {
    top: 0%;
    height: 50%; }
  90% {
    top: 25%;
    height: 25%; }
  100% {
    top: 50%;
    height: 0%;
    opacity: 1; } }
@-webkit-keyframes center-top {
  0% {
    top: 50%;
    height: 0%;
    opacity: 1; }
  10% {
    top: 25%;
    height: 25%; }
  20% {
    top: 0%;
    height: 50%; }
  40% {
    top: 0%;
    height: 20%; }
  50% {
    top: 0%;
    height: 0%; }
  100% {
    top: 0%;
    height: 0%;
    opacity: 0.2; } }
@keyframes center-top {
  0% {
    top: 50%;
    height: 0%;
    opacity: 1; }
  10% {
    top: 25%;
    height: 25%; }
  20% {
    top: 0%;
    height: 50%; }
  40% {
    top: 0%;
    height: 20%; }
  50% {
    top: 0%;
    height: 0%; }
  100% {
    top: 0%;
    height: 0%;
    opacity: 0.2; } }
@-webkit-keyframes bottom-center {
  0% {
    top: 100%;
    height: 0%;
    opacity: 0.2; }
  50% {
    top: 100%;
    height: 0%; }
  60% {
    top: 80%;
    height: 20%; }
  80% {
    top: 50%;
    height: 50%; }
  90% {
    top: 50%;
    height: 25%; }
  100% {
    top: 50%;
    height: 0%;
    opacity: 1; } }
@keyframes bottom-center {
  0% {
    top: 100%;
    height: 0%;
    opacity: 0.2; }
  50% {
    top: 100%;
    height: 0%; }
  60% {
    top: 80%;
    height: 20%; }
  80% {
    top: 50%;
    height: 50%; }
  90% {
    top: 50%;
    height: 25%; }
  100% {
    top: 50%;
    height: 0%;
    opacity: 1; } }
@-webkit-keyframes center-bottom {
  0% {
    top: 50%;
    height: 0%;
    opacity: 1; }
  10% {
    top: 50%;
    height: 25%; }
  20% {
    top: 50%;
    height: 50%; }
  40% {
    top: 80%;
    height: 20%; }
  50% {
    top: 100%;
    height: 0%; }
  100% {
    top: 100%;
    height: 0%;
    opacity: 0.2; } }
@keyframes center-bottom {
  0% {
    top: 50%;
    height: 0%;
    opacity: 1; }
  10% {
    top: 50%;
    height: 25%; }
  20% {
    top: 50%;
    height: 50%; }
  40% {
    top: 80%;
    height: 20%; }
  50% {
    top: 100%;
    height: 0%; }
  100% {
    top: 100%;
    height: 0%;
    opacity: 0.2; } }
.border-flicker {
  position: relative; }
  .border-flicker:before, .border-flicker:after, .border-flicker > :first-child:after, .border-flicker > :first-child:before {
    content: "";
    position: absolute;
    z-index: 3;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    box-sizing: border-box;
    border-color: #fff; }
  .border-flicker:before {
    top: 0;
    width: 0;
    height: 100%;
    border-style: solid none solid none;
    border-radius: 3px 0 0 3px;
    -webkit-animation-name: left-center;
    animation-name: left-center; }
  .border-flicker:after {
    top: 0;
    width: 0;
    height: 100%;
    border-style: solid none solid none;
    -webkit-animation-name: right-center;
    animation-name: right-center; }
  .border-flicker > :first-child:before {
    left: 0;
    height: 0;
    width: 100%;
    border-style: none solid none solid;
    -webkit-animation-name: center-top;
    animation-name: center-top; }
  .border-flicker > :first-child:after {
    left: 0;
    height: 0;
    width: 100%;
    border-style: none solid none solid;
    -webkit-animation-name: center-bottom;
    animation-name: center-bottom; }
  .border-flicker:hover:before {
    -webkit-animation-name: center-left;
    animation-name: center-left; }
  .border-flicker:hover:after {
    -webkit-animation-name: center-right;
    animation-name: center-right; }
  .border-flicker:hover > :first-child:before {
    -webkit-animation-name: top-center;
    animation-name: top-center; }
  .border-flicker:hover > :first-child:after {
    -webkit-animation-name: bottom-center;
    animation-name: bottom-center; }

.container {
  width: 1200px; }

a {
  color: #333333; }
  a:hover {
    color: #cd3c32; }

.logo-nav {
  position: relative;
  z-index: 9999;
  background-color: #cd3c32;
  color: #FFF;
  padding: 6px 0; }
  .logo-nav .max-box {
    justify-content: space-between; }
    .logo-nav .max-box .main-nav-box {
      flex: 1 1 auto; }
      .logo-nav .max-box .main-nav-box .list {
        width: 100%;
        height: 100%;
        justify-content: flex-end; }
        .logo-nav .max-box .main-nav-box .list .item {
          height: 100%;
          position: relative; }
          .logo-nav .max-box .main-nav-box .list .item.hover .nav-a-1 {
            border-bottom: 1px solid #FFF; }
          .logo-nav .max-box .main-nav-box .list .item + .item {
            margin-left: 20px; }
          .logo-nav .max-box .main-nav-box .list .item h3 {
            height: 100%; }
          .logo-nav .max-box .main-nav-box .list .item .nav-a-1 {
            height: 100%;
            display: -webkit-flex !important;
            display: flex !important;
            -ms-display: flex !important;
            align-items: center;
            padding: 0 30px;
            font-size: 16px;
            color: #FFF; }
          .logo-nav .max-box .main-nav-box .list .item .sub-list {
            display: none;
            border-top: 6px solid #cd3c32;
            background-color: #FFF;
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 100%; }
            .logo-nav .max-box .main-nav-box .list .item .sub-list .nav-a-2 {
              display: block;
              line-height: 35px;
              height: 35px;
              padding: 0 15px;
              white-space: nowrap;
              font-size: 16px; }
              .logo-nav .max-box .main-nav-box .list .item .sub-list .nav-a-2:hover {
                color: #cd3c32; }
          .logo-nav .max-box .main-nav-box .list .item:hover .sub-list {
            display: block; }

.index-item .sortName {
  position: relative;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1em;
  padding-bottom: 0.8em;
  margin-bottom: 1.2em; }
  .index-item .sortName:before {
    content: "";
    width: 50px;
    height: 0;
    border-bottom: 4px solid #cd3c32;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

.index-brand {
  position: relative;
  padding: 170px 0 60px;
  overflow: hidden; }
  .index-brand .bg-box {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .index-brand .container {
    position: relative;
    z-index: 1;
    color: #FFF; }
    .index-brand .container .text {
      text-align: center;
      line-height: 1.8em; }
    .index-brand .container .list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 0;
      grid-column-gap: 0;
      margin-top: 50px; }
      .index-brand .container .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .index-brand .container .list .item {
        text-align: center; }
        .index-brand .container .list .item + .item {
          border-left: 1px solid #FFF; }
        .index-brand .container .list .item img {
          height: 37px;
          width: auto; }
        .index-brand .container .list .item .title {
          margin-top: 20px;
          line-height: 1em; }

.index-products {
  padding: 60px 0; }
  .index-products .sub-sort {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 10px;
    grid-column-gap: 10px; }
    .index-products .sub-sort > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-products .sub-sort .item .sub-nav-a-1 {
      display: block;
      text-align: center;
      width: 100%;
      height: 46px;
      line-height: 46px;
      border: 1px solid #999;
      background-color: #FFF;
      color: #434343; }
      .index-products .sub-sort .item .sub-nav-a-1:hover {
        background-color: #cd3c32;
        color: #FFF; }
    .index-products .sub-sort .item:first-child .sub-nav-a-1 {
      background-color: #cd3c32;
      color: #FFF; }
  .index-products .list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px; }
    .index-products .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-products .list .item .pic {
      padding-bottom: 85%; }
      .index-products .list .item .pic img {
        transition: all 500ms linear; }
    .index-products .list .item .title {
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      line-height: 2.4em; }
    .index-products .list .item:hover .pic img {
      transform: scale(1.05); }
    .index-products .list .item:hover .title {
      color: #cd3c32; }

.index-about {
  position: relative;
  overflow: hidden;
  padding: 180px 0 60px; }
  .index-about:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgba(205, 60, 50, 0.84); }
  .index-about .bg-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .index-about .bg-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .index-about .container {
    position: relative;
    z-index: 3; }
  .index-about .text-box {
    color: #FFF;
    width: 40%;
    line-height: 1.8em; }
  .index-about .mid-box {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, 0%);
    margin-top: -87px; }
    .index-about .mid-box .sortName {
      color: #FFF; }
      .index-about .mid-box .sortName:before {
        border-bottom-color: #FFF; }
    .index-about .mid-box .list {
      text-align: center;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: space-between; }
      .index-about .mid-box .list .item {
        position: relative;
        height: 100px; }
        .index-about .mid-box .list .item:before {
          content: "\e1a28";
          position: absolute;
          z-index: 1;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          color: #FFF;
          font-size: 100px;
          line-height: 100px; }
        .index-about .mid-box .list .item .title {
          position: relative;
          z-index: 2;
          line-height: 100px;
          font-size: 24px;
          font-weight: bold;
          color: #cd3c32; }
        .index-about .mid-box .list .item + .item {
          margin-top: 20px; }

.index-news {
  padding: 60px 0; }
  .index-news .list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px; }
    .index-news .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-news .list .item .date {
      width: 80px;
      height: 80px;
      flex: 0 0 auto;
      margin-right: 20px;
      background-color: #cd3c32;
      color: #FFF;
      text-align: center; }
      .index-news .list .item .date .d {
        height: 40px;
        line-height: 40px;
        font-size: 24px; }
      .index-news .list .item .date .ym {
        height: 20px;
        line-height: 20px; }
    .index-news .list .item .text-box .title {
      font-size: 16px;
      font-weight: bold;
      line-height: 1em;
      margin-bottom: 10px;
      color: #434343; }
    .index-news .list .item .text-box .desc {
      font-size: 12px;
      font-weight: normal;
      color: #5A5A5A; }
    .index-news .list .item:hover .text-box .title {
      color: #cd3c32; }

.index-customers {
  padding: 60px 0; }
  .index-customers .list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
    .index-customers .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-customers .list .item {
      text-align: center; }

.footer {
  padding: 30px 0;
  background-color: #cd3c32;
  color: #FFF;
  text-align: center; }
  .footer .max-box {
    justify-content: center; }
  .footer .footer-logo-text {
    width: 930px;
    align-self: center;
    margin-right: 20px; }
    .footer .footer-logo-text .logo {
      margin-bottom: 10px; }
  .footer .qrcode {
    width: 120px;
    align-self: center; }
  .footer a {
    color: #FFF; }
    .footer a:hover {
      color: #F1F1F1; }

.currLocation {
  padding: 10px 0;
  border-bottom: 1px solid #F1F1F1;
  font-size: 18px; }
  .currLocation .nav_x:before {
    color: #cd3c32;
    margin-right: 10px;
    font-size: 20px; }

.page-box {
  padding: 60px 0; }

.page-list .list-img .item, .page-list .list-pro .item {
  box-shadow: 0 0 5px 1px #F1F1F1;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 2; }
  .page-list .list-img .item .tag, .page-list .list-pro .item .tag {
    display: inline-block;
    position: absolute;
    z-index: 5;
    max-width: 60%;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #877D80;
    text-align: right; }
    .page-list .list-img .item .tag a, .page-list .list-pro .item .tag a {
      color: #877D80; }
  .page-list .list-img .item:hover .img, .page-list .list-pro .item:hover .img {
    transform: scale(1.05); }
.page-list .list-img .img, .page-list .list-pro .img {
  transition: all 500ms linear; }
.page-list .list-img .text-box .title, .page-list .list-pro .text-box .title {
  font-size: 16px;
  text-align: center;
  line-height: 4em; }
.page-list .list-img .text-box .desc, .page-list .list-pro .text-box .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  height: 78px;
  font-size: 14px;
  font-weight: normal;
  margin: 10px;
  color: #877D80; }
.page-list .list-img.list-news .text-box .title, .page-list .list-pro.list-news .text-box .title {
  line-height: 2em;
  margin-bottom: 10px; }
.page-list .list-img.list-news .text-box .date, .page-list .list-pro.list-news .text-box .date {
  font-size: 12px;
  font-weight: normal;
  color: #877D80;
  padding: 5px 5px;
  text-align: left; }
.page-list .list-img.list-pro .text-box .title, .page-list .list-pro.list-pro .text-box .title {
  font-size: 16px;
  text-align: center;
  line-height: 4em; }

.page-show-products .contentBox .text-pic-box .text {
  flex: 1 1 auto; }
  .page-show-products .contentBox .text-pic-box .text .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px; }
.page-show-products .contentBox .text-pic-box .pic {
  width: 300px;
  flex: 0 0 auto;
  margin-left: 30px; }
.page-show-products .contentBox .roll-box {
  margin-top: 30px; }

.show-news .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px; }
.show-news .time {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #85868f;
  line-height: 1em; }
.show-news .content {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 20px 10px;
  border-top: 2px solid #EEEEEE; }
.show-news .tag {
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #877D80; }
  .show-news .tag a {
    margin-left: 5px;
    color: #877D80; }

.page-show-about .list .item {
  position: relative; }
  .page-show-about .list .item:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 48%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(205, 60, 50, 0.7); }
  .page-show-about .list .item:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    border-right: 0;
    border-left: 24px solid rgba(205, 60, 50, 0.7); }
  .page-show-about .list .item:nth-child(2n+1):before {
    left: auto;
    right: 0; }
  .page-show-about .list .item:nth-child(2n+1):after {
    transform: translate(0%, -50%);
    width: 0;
    height: 0;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    border-left: 0;
    border-right: 24px solid rgba(205, 60, 50, 0.7); }
  .page-show-about .list .item:nth-child(2n+1) .outer-div {
    transform: translateX(100%);
    padding: 50px 60px 50px 84px; }
  .page-show-about .list .item .bg-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .page-show-about .list .item .bg-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-show-about .list .item .outer-div {
    position: relative;
    z-index: 3;
    width: 50%;
    color: #FFF;
    padding: 50px 84px 50px 60px; }
    .page-show-about .list .item .outer-div .title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1em;
      margin-bottom: 30px;
      text-align: center; }
    .page-show-about .list .item .outer-div .desc {
      font-size: 16px;
      font-weight: normal;
      line-height: 2em; }
  .page-show-about .list .item + .item {
    margin-top: 30px; }

.btn-next:after, .btn-prev:after {
  position: relative;
  z-index: 2;
  content: "\e1071";
  font-size: 2.5vw;
  font-family: "iconfont";
  color: rgba(90, 90, 90, 0.9); }
.btn-next:hover:after, .btn-prev:hover:after {
  color: #cd3c32; }

.btn-prev:after {
  transform: rotate(180deg); }

.page-list-code .left-box, .page-list-code .right-box {
  flex: 0 0 auto;
  width: 50%; }
.page-list-code form {
  width: 80%;
  margin: 0 auto; }
  .page-list-code form .tips {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center; }
  .page-list-code form .list {
    width: 100%; }
    .page-list-code form .list .item {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      height: 40px;
      line-height: 40px; }
      .page-list-code form .list .item + .item {
        margin-top: 10px; }
      .page-list-code form .list .item .title {
        flex: 0 0 auto;
        width: 120px;
        text-align: right;
        display: block;
        margin-right: 10px; }
      .page-list-code form .list .item .content {
        flex: 1 1 auto; }
      .page-list-code form .list .item input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #F1F1F1;
        background-color: #FFF;
        padding: 0 20px; }
  .page-list-code form .sub-box {
    width: 40%;
    margin: 15px auto; }
  .page-list-code form .submit {
    width: 100%;
    height: 40px;
    background-color: #cd3c32;
    color: #FFF; }
.page-list-code .right-box {
  text-align: center; }
  .page-list-code .right-box .tips {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center; }
  .page-list-code .right-box .noresult {
    text-align: center;
    color: #cd3c32;
    font-size: 20px;
    letter-spacing: 4px; }
  .page-list-code .right-box .result-list {
    display: inline-block;
    margin: 0 auto; }
    .page-list-code .right-box .result-list .item {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important; }
      .page-list-code .right-box .result-list .item .title {
        flex: 0 0 auto;
        height: 30px;
        line-height: 30px;
        width: 120px;
        text-align: right;
        display: block;
        margin-right: 10px;
        color: #cd3c32;
        font-size: 18px;
        font-weight: bold; }
      .page-list-code .right-box .result-list .item .content {
        flex: 1 1 auto;
        height: 30px;
        line-height: 30px;
        text-align: left;
        font-size: 16px;
        font-weight: normal; }


