<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.border-primary {
  border: 1px solid #4285f4;
  color: #4285f4; }

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

.f-medium {
  font-family: "pingfangsc-medium"; }

.bgc-primary {
  background-color: #4285f4;
  color: #fff; }

.c-primary {
  color: #4285f4; }

/*flex布局*/
.flex, .flex-right, .flex-end, .flex-align, .flex-center, .flex-center-c, .layout-between, .flex-column-c, .flex-around, .flex-between, .flex-column, .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex1 {
  flex: 1 1 0; }

.flex2 {
  flex: 2 1 0; }

.flex-right {
  justify-content: flex-end; }

.flex-end {
  align-items: flex-end; }

.flex-align, .flex-center, .flex-center-c, .layout-between, .flex-column-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center, .flex-center-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-around {
  justify-content: space-around; }

.flex-between {
  justify-content: space-between; }

.layout-between {
  justify-content: space-between; }

.flex-column {
  flex-direction: column; }

.flex-column-c {
  flex-direction: column; }

.flex-center-c {
  flex-direction: column; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-shrink {
  flex-shrink: 0; }

.flex-shrink1 {
  flex-shrink: 1; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translatey(0%); }

.headroom--unpinned {
  transform: translatey(-100%); }

.nav {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 1000;
  background-color: #fff; }

.nav-item {
  display: inline-block;
  padding: 0 20px;
  line-height: 55px;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all .25s;
  margin-bottom: 3px; }

.nav-item a {
  line-height: 55px;
  display: inline-block; }

.nav-item:hover {
  color: #4285f4;
  box-shadow: 0 2px #4285f4, 0 3px #4285f4, 0 4px #4285f4; }

.nav-active {
  color: #4285f4;
  box-shadow: 0 2px #4285f4, 0 3px #4285f4, 0 4px #4285f4; }

.nav-prech {
  height: 80px;
  width: 100%; }

.pointer {
  cursor: pointer; }

.margin-auto {
  margin: 0 auto; }

.main-width {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

footer {
  display: block;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
  background: linear-gradient(#fafafa, #fafafa); }

.carousel-box {
  width: 1200px;
  height: 500px;
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  background-color: #464576; }

.carousel-item {
  line-height: 336px;
  color: #fff;
  font-family: arial black; }

.ft-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.ft-carousel .carousel-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

.ft-carousel .carousel-inner .carousel-item {
  float: left;
  height: 100%; }

.ft-carousel .carousel-item img {
  width: 100%; }

.ft-carousel .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0; }

.ft-carousel .carousel-indicators span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #ff8288;
  box-shadow: 0 0 3px 1px #ffa4a6; }

.ft-carousel .carousel-indicators span.active {
  background-color: #f83a42; }

.ft-carousel .carousel-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 45px;
  margin-top: -25px;
  cursor: pointer; }

.ft-carousel .carousel-prev-btn {
  left: 0; }

.ft-carousel .carousel-next-btn {
  right: 0; }

.ft-carousel .carousel-prev-btn:before {
  font-size: 60px;
  content: "\f104";
  color: #fff;
  text-shadow: black 0 0 0.2em; }

.ft-carousel .carousel-next-btn:before {
  font-size: 60px;
  content: "\f105";
  color: #fff;
  text-shadow: black 0 0 0.2em; }

.download-btn {
  position: absolute;
  display: inline-block;
  width: 200px;
  color: #ffc9c9;
  border-radius: 30px;
  z-index: 999;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  background: -webkit-linear-gradient(to bottom, #fd4053, #f53636);
  background: linear-gradient(to bottom, #fd4053, #f53636);
  cursor: pointer;
  transition: all .25s; }

.download-btn:hover {
  color: #fff; }

.btn-pos1 {
  top: 320px;
  left: 120px; }

.btn-pos2 {
  top: 380px;
  left: 120px; }

.good-box {
  width: 1200px;
  margin: 30px auto; }

.good-descript {
  margin-top: 5px;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  overflow: hidden; }

.process-area {
  width: 100%; }

.process-area .process-box {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #e6e6e6; }

.process-area .process-box .process-blue {
  width: 99%;
  height: 8px;
  background: -webkit-linear-gradient(to right, #9f40fd, #f53636);
  background: linear-gradient(to right, #9f40fd, #f53636); }

.title-line {
  display: inline-block;
  background: -webkit-linear-gradient(to top, #9f40fd, #f53636);
  background: linear-gradient(to top, #9f40fd, #f53636);
  width: 5px;
  height: 50px; }

.title-font {
  font-size: 30px;
  margin-left: 10px;
  color: #888;
  line-height: 30px; }

.head-line {
  display: inline-block;
  width: 90%;
  border-bottom: 2px solid #f5f5f5; }

.head-level {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: 18px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-weight: 700;
  border: 3px solid #fff; }

.user-item {
  display: inline-block !important;
  background-color: #333;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px !important; }

.fbgc-1 {
  background: -webkit-linear-gradient(to top, #ff416c, #ff4b2b);
  background: linear-gradient(to top, #ff416c, #ff4b2b); }

.fbgc-2 {
  background: -webkit-linear-gradient(to top, #f12711, #f5af19);
  background: linear-gradient(to top, #f12711, #f5af19); }

.fbgc-3 {
  background: -webkit-linear-gradient(to top, #ffe000, #ffcd00);
  background: linear-gradient(to top, #ffe000, #ffcd00); }

.fbgc-4 {
  background: -webkit-linear-gradient(to top, #11998e, #38ef7d);
  background: linear-gradient(to top, #11998e, #38ef7d); }

.fbgc-5 {
  background: #36d1dc;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #5b86e5, #36d1dc);
  /* chrome 10-25, safari 5.1-6 */
  background: linear-gradient(to top, #5b86e5, #36d1dc);
  /* w3c, ie 10 / edge, firefox 16 , chrome 26 , opera 12 , safari 7  */ }

.fbgc-6 {
  background: #8e2de2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #4a00e0, #8e2de2);
  /* chrome 10-25, safari 5.1-6 */
  background: linear-gradient(to top, #4a00e0, #8e2de2);
  /* w3c, ie 10 / edge, firefox 16 , chrome 26 , opera 12 , safari 7  */ }

.fbgc-7 {
  background: #ad5389;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #3c1053, #ad5389);
  /* chrome 10-25, safari 5.1-6 */
  background: linear-gradient(to top, #3c1053, #ad5389);
  /* w3c, ie 10 / edge, firefox 16 , chrome 26 , opera 12 , safari 7  */ }

.item-block {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px 1px #ddd; }

.full-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999; }

.alert {
  position: relative;
  display: inline-block;
  width: 500px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 20px 1px #ddd; }

.alert-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  color: #999; }

.confirm {
  position: relative;
  display: inline-block;
  width: 500px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 20px 1px #ddd;
  overflow: hidden; }

.confirm-btn {
  display: flex;
  border-top: 1px solid #e5e5e5; }

.confirm-btn p {
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #627888;
  font-size: 18px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer; }

.confirm-btn p:first-child {
  border-left: none; }

.confirm-btn p:hover {
  background-color: #0096ff;
  color: #fff; }

.side-nav {
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  bottom: 0;
  font-size: 14px;
  overflow-y: auto;
  padding: 72px 0 40px;
  position: fixed;
  top: 0;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 280px;
  z-index: 5;
  display: block; }

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.badge {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #4285f4;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 0 0 2px #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  padding: 0; }

.bgc-color1 {
  background-color: #da3764; }

.bgc-2 {
  background-color: #da3764; }

.label {
  font-size: 10px;
  color: #fff;
  background-color: #ff847b;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 5px; }

.link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none; }

.link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: width 400ms; }

.link:hover:after {
  left: auto;
  right: 0;
  width: 0; }

.table {
  width: 90%;
  text-align: center;
  color: #3c4b61;
  border-radius: 5px;
  overflow: hidden; }

tbody {
  border: 1px solid #dfe7f2;
  vertical-align: middle; }

tr:nth-child(2n 1) {
  background: #f9fbfd; }

td {
  vertical-align: middle !important; }

.th-style th {
  background-color: #d4e4ff;
  text-align: center; }

.table tr {
  /*  border-bottom: 1px solid #dfe7f2;*/
  line-height: 45px; }

.table .th-style {
  background-color: #fff;
  color: #76859b;
  border-bottom: 1px solid #dfe7f2;
  line-height: 65px; }

.table tr:hover {
  background-color: #ecf6ff; }

.table-btn {
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 12px;
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  cursor: pointer; }

.bgc-1 {
  background-color: #4285f4; }

.bgc-2 {
  background-color: #dc5043; }

.bgc-3 {
  background-color: #18a05e; }

.bgc-4 {
  background-color: #ffce43; }

.bgc-5 {
  background-color: #673ab7; }

.input {
  border: 1px solid #4285f4;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  width: 240px; }

.input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.pagination {
  margin: 0; }

.pagination span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  min-width: 30px;
  cursor: pointer;
  margin: 0 5px; }

.pagination span:hover {
  background-color: #4285f4;
  color: #fff; }

.pagination .active {
  background-color: #4285f4;
  color: #fff; }

.good-item-title .active {
  background-color: #fff;
  border: 1px solid #f4c4c4; }

.pagination a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  min-width: 30px;
  cursor: pointer;
  margin: 0 5px; }

.pagination a:hover {
  background-color: #4285f4;
  color: #fff; }

.pagination .current {
  background-color: #4285f4;
  color: #fff; }

.btn {
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 20px;
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  cursor: pointer; }

.btn-3d {
  color: #fff;
  background-color: #4285f4;
  box-shadow: 0 4px 0 #0063ab, 0 5px 3px rgba(0, 0, 0, 0.3); }

.btn-3d:active {
  transform: translatey(4px);
  transition: all 150ms;
  box-shadow: none; }

.btn:hover {
  color: #fff; }

.min-btn {
  font-size: 12px;
  padding: 6px 12px; }

.ghost-btn {
  color: #4285f4;
  border: 2px solid #4285f4;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 150ms; }

.ghost-btn:hover {
  color: #fff;
  background-color: #4285f4; }

/*tabs*/
.nav-tabs {
  border-bottom: 1px solid #d4e4ff; }

.nav-tabs:before,
.nav-tabs:after {
  display: table;
  content: " "; }

.nav-tabs &gt; li {
  margin-bottom: -1px;
  position: relative;
  display: inline-block; }

.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  display: block;
  padding: 10px 15px;
  background-color: #d4e4ff; }

.nav-tabs &gt; li.active &gt; a {
  color: #555;
  cursor: default;
  background-color: #4285f4;
  border: 1px solid #ddd;
  color: #fff;
  border-bottom-color: transparent; }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block;
  padding: 10px; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.nav-tabs &gt; li {
  font-size: 16px;
  float: none; }

input[type=checkbox], input[type=radio] {
  margin: 0; }

.shop-icon {
  position: relative;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border-radius: 3px;
  border: 1px solid #aaa;
  cursor: pointer;
  box-shadow: 0 1px 3px 1px #ddd; }

.carousel-box {
  height: 300px !important; }

.carousel-indicators {
  margin-left: 0; }

.carousel-indicators {
  display: none; }

.note-good {
  width: 200px;
  height: 300px;
  margin-right: 50px; }

.note-img-box {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  border-radius: 3px; }

.note-img-box img {
  max-width: 100%;
  height: 100%; }

.note-good-title {
  margin-top: 10px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.view-more {
  color: #aaa;
  cursor: pointer; }

.view-more:hover {
  color: #666; }

.footer-a li {
  display: inline-block;
  margin-left: 10px; }

.footer-a li:before {
  content: "|";
  margin-right: 10px; }

.footer-a li:first-child:before {
  content: ""; }

.ht-box {
  border: 2px dashed #ddd;
  border-radius: 5px;
  background-color: #f0f0f0;
  padding: 20px; }


.logistics-node {
  position: relative;
  border-left: 2px solid #00637d;
  padding-left: 10px; }

.logistics-node:before {
  content: '\f00c';
  line-height: 26px;
  font-size: 900;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 18px;
  left: -13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #8dacb8; }

.logistics-time {
  padding-top: 20px;
  padding-right: 10px;
  width: 120px;
  text-align: center; }

.active:before {
  background-color: #eb594e; }

.logistics-node div {
  padding: 10px 12px;
  line-height: 22px; }

.show-photo {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  border: 2px solid #eeeef1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.show-photo-all {
  position: relative;
  height: 420px;
  margin: 0 20px;
  border: 2px solid #eeeef1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.show-full-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: .25s opacity; }

.show-full-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }

.show-full-box:hover {
  opacity: 1; }

.shop-icon .badge {
  position: absolute;
  top: -8px;
  right: -8px; }

.nav {
  position: absolute;
  box-shadow: 0px 2px 5px 1px #eee; }

.min-head {
  height: 40px;
  width: 100%;
  z-index: 1000;
  background-color: #102236;
  color: #fff;
  line-height: 40px; }

.good-choose-active {
  color: #eb3a73;
  border-bottom: 3px solid #eb3a73; }

.good-search {
  border: 1px solid #ddd;
  padding: 9px;
  width: 500px;
  border-radius: 5px 0 0 5px;
  font-size: 16px; }

.good-search   span {
  background-color: #eb3a73;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 7px 20px;
  vertical-align: bottom;
  border-radius: 0 5px 5px 0; }

.good-item-title {
  border: 1px solid #ddd;
  background-color: #fef0f0; }

.good-item-tip {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer; }

.price-input {
  position: relative;
  border: 1px solid #ddd;
  width: 100px;
  background-color: #fff;
  padding: 3px;
  padding-left: 6px; }

.good-item-tip ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  z-index: 9;
  background-color: #fff;
  display: none; }

.good-item-tip li {
  line-height: 30px; }

.good-item-tip li:hover {
  color: #fa7a00; }

.goods-item {
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 260px;
  height: 380px;
  margin-left: 32px;
  margin-bottom: 20px;
  padding: 10px; }

.goods-img-box {
  position: relative;
  width: 240px;
  height: 240px;
  border: 1px solid #ddd;
  border-radius: 3px; }

.goods-img-box img {
  max-width: 100%;
  height: 100%; }

.goods-title {
  margin-top: 10px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.good-mask-box {
  width: 750px;
  padding-bottom: 20px;
  background-color: #fff; }

.good-mask-left, .good-mask-right {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: auto 20px;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  cursor: pointer; }

.good-mask-left {
  padding-right: 5px; }

.good-mask-right {
  padding-left: 5px; }

.good-mask-box .goods-img-box {
  width: 300px;
  height: 300px; }

.good-feed-carousel .feed-carousel .feed-carousel-viewport {
  min-height: 145px;
  height: 160px; }

.good-feed-carousel .feed-carousel .product-image {
  max-width: 145px;
  max-height: 145px; }

.good-feed-carousel .feed-carousel .feed-carousel-control {
  top: 40px;
  height: 70px;
  line-height: 85px;
  width: 35px; }

.bgc-ghost-pr {
  border: 2px solid #4285f4;
  padding: 8px 20px;
  color: #4285f4; }

.bgc-ghost-pr:hover {
  color: #4285f4; }

.bgc-pr {
  background-color: #4285f4; }

.pic-search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -230px;
  margin-top: -75px; }

.item-empty {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px dashed #fff;
  font-size: 20px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.5);
  transform: rotate(-20deg); }

.item-empty:before {
  content: "";
  position: absolute;
  top: 57px;
  left: 10px;
  width: 18px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #fff; }

.item-empty:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 45px;
  width: 18px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #fff; }

.dashed-line {
  border-top: 2px dashed #ddd; }

.menu {
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
  color: #afb7be;
  font-size: 16px; }

.menu &gt; li {
  display: inline-block; }

.menu &gt; li   li:before {
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cddde9;
  margin-left: 10px;
  margin-right: 15px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.menu .active {
  color: #4285f4; }

.zyzf-box {
  border: 14px solid #bbe0f0;
  border-top: 20px solid #bbe0f0;
  border-bottom: 20px solid #bbe0f0;
  box-shadow: 5px 5px 10px 1px #ddd;
  padding: 20px; }

.trans-box {
  width: 100%;
  border: 2px solid #27a1d5;
  border-radius: 3px; }

.trans-box td {
  border: 1px solid #ddd;
  line-height: 30px;
  padding: 8px 23px; }

.trans-title {
  padding: 0 20px;
  line-height: 42px;
  font-size: 16px;
  background-color: #f0f0f0;
  color: #e91e63;
  width: 100%; }

.trans-box p {
  font-size: 16px;
  margin: 8px; }

.td-nowrap {
  white-space: nowrap; }

.zy-item {
  width: 25%;
  margin-bottom: 20px;
  text-align: center;
  border-left: 1px solid #ddd; }

.zy-item:first-child {
  border-left: none; }

.zy-item p {
  font-size: 18px;
  margin-bottom: 5px; }

.zy-item a {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  color: #bbb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.zy-item a:hover {
  color: #4285f4; }

.perch-box {
  height: 100px; }

.top-flex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 8px 2px #ddd; }

.target-fix {
  position: relative;
  top: -100px;
  display: block;
  height: 0;
  overflow: hidden; }

.tb3-shengse {
  background-color: #fbf3f3; }

.trans-box th {
  background-color: #fbf3f3;
  line-height: 50px;
  border: 1px solid #ddd;
  text-align: center; }

/*# sourcemappingurl=component.css.map */
</pre></body></html>