<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container .main {
  box-sizing: border-box;
  padding: 45px 40px 120px; }
  .container .main .port-info {
    background-color: #ffffff;
    box-shadow: 0px 3px 13px 3px rgba(102, 102, 102, 0.09);
    box-sizing: border-box;
    padding: 0 5% 65px; }
    .container .main .port-info .port-item {
      padding-top: 75px; }
      .container .main .port-info .port-item:first-child {
        padding-top: 65px;
        padding-bottom: 75px;
        border-bottom: 1px solid #ccc; }
      .container .main .port-info .port-item .port-name {
        display: flex;
        align-items: center;
        padding-bottom: 34px; }
        .container .main .port-info .port-item .port-name &gt; img {
          width: 34px; }
        .container .main .port-info .port-item .port-name &gt; span {
          font-size: 33px;
          font-weight: 700;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: 3px;
          color: #183763;
          margin-left: 10px; }
      .container .main .port-info .port-item .english {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #666666;
        padding-top: 6px; }
      .container .main .port-info .port-item .info-item {
        margin-bottom: 42px; }
        .container .main .port-info .port-item .info-item .company {
          font-size: 21px;
          font-weight: 700;
          font-stretch: normal;
          line-height: 1.55;
          letter-spacing: 0px;
          color: #183763; }
        .container .main .port-info .port-item .info-item .address {
          font-size: 17px;
          font-weight: normal;
          letter-spacing: 0px;
          color: #292828;
          padding-top: 15px;
          padding-bottom: 2px; }
          .container .main .port-info .port-item .info-item .address &gt; span {
            color: #292828;
            font-weight: 700; }
      .container .main .port-info .port-item .work-time .title {
        display: flex;
        align-items: center; }
        .container .main .port-info .port-item .work-time .title &gt; img {
          width: 27px;
          height: 27px;
          flex-shrink: 0; }
        .container .main .port-info .port-item .work-time .title &gt; h3 {
          font-size: 21px;
          font-weight: 700;
          line-height: 1.55;
          letter-spacing: 0px;
          color: #183763;
          margin-left: 10px; }
          .container .main .port-info .port-item .work-time .title &gt; h3 &gt; span {
            font-size: 17px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #666666;
            margin-left: 4px; }
      .container .main .port-info .port-item .work-time .info {
        padding-left: 35px;
        padding-top: 7px; }
        .container .main .port-info .port-item .work-time .info .work-txt {
          font-size: 17px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 1.3;
          letter-spacing: 0px;
          color: #282828;
          padding-bottom: 2px; }
  .container .main .preview-image {
    display: flex;
    justify-content: space-between;
    margin-top: 55px; }
    .container .main .preview-image .item {
      width: 32%;
      box-shadow: 0px 3px 13px 3px rgba(102, 102, 102, 0.09);
      box-sizing: border-box;
      position: relative; }
      .container .main .preview-image .item:hover .shadow {
        transform: scale(1); }
      .container .main .preview-image .item &gt; img {
        display: block;
        width: 100%; }
      .container .main .preview-image .item .shadow {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: scale(0);
        background: rgba(255, 216, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s all linear; }
        .container .main .preview-image .item .shadow &gt; span {
          font-size: 17px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: 0px;
          color: #444444;
          background-color: #fff;
          padding: 11px 55px;
          cursor: pointer; }
.container .preview-dialog {
  position: fixed;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s all linear;
  overflow: hidden; }
  .container .preview-dialog.active {
    left: 0; }
  .container .preview-dialog .iconguanbi {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 99; }
  .container .preview-dialog .swiper {
    width: 100%;
    height: 100%; }
    .container .preview-dialog .swiper .swiper-wrapper .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
      .container .preview-dialog .swiper .swiper-wrapper .swiper-slide &gt; img {
        width: 850px; }
  .container .preview-dialog .swiper-button-prev {
    left: 25px;
    --swiper-theme-color: #fff !important;
    --swiper-navigation-size: 36px; }
  .container .preview-dialog .swiper-button-next {
    right: 25px;
    --swiper-theme-color: #fff !important;
    --swiper-navigation-size: 36px; }

@media all and (max-width: 550px) {
  .container .main {
    padding: 35px 20px 65px; }
    .container .main .port-info {
      padding: 0px 5% 40px; }
      .container .main .port-info .port-item {
        padding-top: 38px; }
        .container .main .port-info .port-item:first-child {
          padding-top: 38px;
          padding-bottom: 40px; }
        .container .main .port-info .port-item .port-name {
          padding-bottom: 28px; }
        .container .main .port-info .port-item .info-item {
          margin-bottom: 34px; }
    .container .main .preview-image {
      flex-wrap: wrap;
      margin-top: 15px; }
      .container .main .preview-image .item {
        width: 100%;
        margin-top: 25px; }
  .container .preview-dialog .swiper .swiper-wrapper .swiper-slide &gt; img {
    width: 80%; } }

/*# sourceMappingURL=port-info.css.map */
</pre></body></html>