#port-container {
  position: relative;
  min-height: 90vh;
}
.port-top {
  position: relative;
  overflow: auto;
  height: 18rem;
  background: linear-gradient( 315deg, #6F4421 0%, #0B105F 100%);
}
.air_top {
  background: linear-gradient( 315deg, #6F4421 0%, #0B105F 100%);
  position: relative;
}
.air_top .air_top_mock{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient( 315deg, #6F4421 0%, #0B105F 100%);
  opacity: 0.76;
}


.port-top__title {
  height: 4.0625rem;
  font-size: 2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 4.0625rem;
  text-align: center;
  margin-top: 4.5rem;
  position: relative;
 }
  
.port-top__search {
  width: 52rem;
  margin: 0 auto;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
}
.search-form {
  width: 100%;
  border-radius: 1rem;
}

.port-top__search .el-select .el-input {
  width: 9.375rem;
  position: relative;
}
.port-top__search .el-select .el-input::after {
  content: " ";
  position: absolute;
  right: 0;
  z-index: 99;
  width: 0.0625rem;
  height: 1.75rem;
  background-color: #dededc;
  top: 1rem;
}
.port-top__search .el-input.el-input--suffix .el-input__inner {
  padding: 1.875rem;
}
.port-top__search .input-with-select .el-input-group__prepend {
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  border: 0;
}
.port-top__search .input-with-select .el-input-group__append  {
  padding: 0.3rem;
  border: 0;
  width: 6.5rem;
  font-size: 1rem;
  border-radius: 0 1rem 1rem 0;
  text-align: center;
}
.port-top__search .input-with-select .el-input-group__append .el-button {
  border-radius: 1rem;
  background: linear-gradient( 224deg, #CC140E 0%, #F6C310 100%);
  color: #ffffff;
  transition: all 0.5s;
  width: 100%;
  height: 3.2rem;
}

.port-top__search .el-input__inner {
  height: 3.75rem;
  line-height: 3.75rem;
  border: 0;
  color: #1c1d1e !important;
}
.port-bottom {
  padding-bottom: 5rem;
}
.search-hot {
  margin-top: 0.875rem;
  color: #ffffff;
  font-size: 1rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  line-height: 1.25;
  align-items: baseline !important;
}
.search-hot__label {
  white-space: nowrap;
}
.search-hot_ports {
  flex-wrap: wrap;
}
.search-hot_ports > div {
  cursor: pointer;
  padding: 0 0.8rem;
  border-left: 1px solid #fff;
  line-height: 1;
}

.search-hot_ports > div:first-of-type {
  border: 0;
}

.port-data__header {
  width: 31rem;
  height: 3.125rem;
  background: #f3f3f3;
  border-radius: 1.5625rem;
  margin: 3.75rem auto 0;
  color: #319653;
  font-size: 1rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.port-data__header > div {
  text-align: center;
  line-height: 3.125rem;
  width: 13.5rem;
  cursor: pointer;
}
.port-data__header > div.active {
  width: 17.5rem;
  height: 3.125rem;
  background: #319653;
  border-radius: 1.5625rem;
  color: #ffffff;
}
.port-data__body {
  padding: 0 13.75rem;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}
.port-data__item {
  margin-top: 1.8rem;
  height: 1.25rem;
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  line-height: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.port-data__item:hover {
  color: #319653;
}

.port-data__item span {
  display: inline-block;
  max-width: 9.375rem;
}

.port-result {
  padding: 0 6.25rem;
}
.port-result__header {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  color: #1c1d1e;
  column-gap: 3.1875rem;
}
.port-result__nav > span:first-child,
.port-result__header > span:first-child,
.port-result__nav > span > a {
  color: #777777;
  cursor: pointer;
}
.port-result__keyword {
  column-gap: 0.375rem;
  flex-wrap: wrap;
}
.port-result__keyword > div:last-child {
  min-height: 1.625rem;
  background: rgba(49, 150, 83, 0.09);
  border-radius: 0.8125rem;
  padding: 0 0.8125rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #319653;
}
.port-result__keyword > span:last-child {
  background: rgba(49, 150, 83, 0.09);
  border-radius: 0.8125rem;
  padding: 0 0.8125rem;
  margin-left: 0.375rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #319653;
}

.port-result__body {
  margin-top: 2.375rem;
}
.el-table thead {
  font-family: PingFangSC-Medium, PingFang SC;
  color: #1c1d1e;
  font-weight: 500;
  border-radius: 1rem 1rem 0.25rem 0.25rem;
}
.el-table th > .cell {
  word-break: keep-all;
  width: fit-content;
}
.el-table__header-wrapper {
  border-radius: 1rem 1rem 0.25rem 0.25rem;
}
.el-table__body-wrapper {
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.el-table tr > th {
  background: #f3f3f3;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: #f3f3f3;
}
.el-table td,
.el-table th.is-leaf {
  border-bottom: 1px solid #f3f3f3;
}
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #f3f3f3;
}
.el-table__empty-text {
  width: 100%;
  text-align: center;
  line-height: 1;
}
.table-empty {
  padding: 3.4375rem 0;
}
.table-empty div {
  font-size: 0.875rem;
  color: #1c1d1e;

  line-height: 1.3125rem;
}
.table-empty img {
  width: 23.3125rem;
  height: 12.875rem;
  margin-top: 0.5rem;
}
.el-pagination.is-background {
  text-align: center;
  margin-top: 3rem;
}
.el-loading-spinner .path {
  stroke: #319653;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #319653;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #319653;
  color: #ffffff;
}
.category-container {
  border-radius: 1rem 1rem 0.25rem 0.25rem;
  border: 1px solid #eee;
  border-bottom: none;
}
.category-container .el-collapse-item__content {
  padding-bottom: 0;
}
.category-container .el-collapse-item__header {
  height: unset;
  line-height: unset;
}
.catagory-header {
  height: 3.375rem;
  background: #f3f3f3;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  font-size: 1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1c1d1e;
  line-height: 3.375rem;
}
.catagory-body__title {
  padding: 0.9375rem 1.875rem;
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 700;
  color: #1c1d1e;
  line-height: 1.5rem;
}
.catagory-body__title:hover {
  color: #319653;
}
.catagory-body__content {
  border-top: 1px solid #eee;
}
.catagory-body__content > div {
  padding: 0.75rem 3.125rem;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  line-height: 1.5rem;
}
.catagory-body__content > div a {
  color: #555555;
  display: inline-block;
  width: 100%;
}
.catagory-body__content > div:hover a {
  color: #319653;
}
.catagory-body__content > div:last-child {
  border-bottom: none;
}
.search-hot_ports a {
  color: #fff;
}
.country-wrap {
  padding: 3vw 6.25rem 0;
}
.country-wrapper {
  border-radius: 1rem;
  border: 0.0625rem solid #f3f3f3;
  margin-bottom: 16px;
}
.country-area.country-area-left {
  text-align: left;
  padding: 1rem 1.125rem;
}
.country-area {
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c1d1e;
  line-height: 1.375rem;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 1rem 1rem 0px 0px;
  padding: 1rem 0;
  text-transform: capitalize;
  word-break: break-word;
}
.country-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}
.country-wrapper .country-list {
  padding: 1.625rem 3.125rem;
}

.country-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 0 0 11.875rem;
}
.zip-detail .country-item .click,
.country-wrapper .el-table .el-table__body-wrapper .el-table__cell {
  cursor: pointer;
}
.zip-detail .country-item .click:hover,
.country-wrapper .el-table .el-table__body-wrapper .el-table__cell:hover .cell {
  color: rgb(49, 150, 83);
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .country-item {
    flex: 0 0 50%;
  }
  .country-wrapper .country-list {
    padding: 1.375rem 1.25rem;
  }
}
.country-flag .fi.fis {
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 50%;
  border: 1px solid #f7efef;
  background-size: cover;
}
.country-area {
  font-size: 0.875rem;
}
.country-name {
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  line-height: 1.25rem;
  text-transform: capitalize;
}
.country-name.active,
.country-name:hover {
  color: #319653;
}
.input-pc{
  display: inline-table;
}
.input-m{
  display: none;
}
.search-form .input-with-select{
  font-size: 0.875rem;
}
.port-list-box {
  font-size: 1rem;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-radius: 4px;
  overflow: hidden;
  width: 48%;
  margin-right: 2%;
}
.port-list-box a {
  text-decoration: none;
  color: inherit;
}
.port-list-box > div {
  display: flex;
  flex-direction: row;
}
.port-list-box > div > div {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.port-list-box > div > div:nth-of-type(1) {
  color: #1c1d1e;
  background: #D7D7D7;
  flex: 0 0 40%;
  width: 40%;
  min-width: 150px;
  max-width: 200px;
  border-right: 0;
}
.port-list-box > div > div:nth-of-type(2) {
  flex: 1;
  font-weight: 400;
}
.port-list-box > div > div:nth-of-type(2) a {
  text-decoration: underline;
  color: #319653;
}
.port-list-box .port-list-link a {
  display: inline-block;
  line-height: 1.25;
  color: #fff !important;
  text-decoration: none !important;
  padding: 6px 20px;
  background-color: #319653;
  border-radius: 10px;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li{
  border-radius: 4px;
}
@media (max-width: 768px) {
  .port-list-box {
    width: 100%;
    margin-right: 0;
  }
  .country-name,.country-area {
    font-size: 14px;
  }
  footer {
    min-height: auto !important;
  }
  .search-hot,
  .footer-other-img,
  .footer-links,
  .footer-img  {
    display: none !important;
  }
  .port-top {
    height: 200px;
  }
  .port-top__title {
    height: 50px;
    font-size: 2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    margin-top: 4rem;
  }
  .port-top__search {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    top: 8rem;
  }
  .search-form {
    border-radius: 16px;
  }
  .port-top__search .el-input.el-input--suffix .el-input__inner {
    padding: 16px;
    height: 50px;
    line-height: 50px;
  }
  .port-top__search .input-with-select .el-input-group__append {
    border-radius: 0 16px 16px 0;
    width: 5.5rem;
  }
  .port-top__search .el-select .el-input{
    width: 7.375rem;
  }
  .search-hot {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-top: 19px;
  }
  .port-result {
    padding: 0 20px;
  }
  .port-result__header {
    font-size: 1rem;
    flex-wrap: wrap;
    column-gap: 1rem;
  }
  .port-data__body {
    padding: 0 20px;
    margin-top: 0;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .port-data_country{
    display: block;
  }
  .region_txt{
    width: 100px;
  }

  .port-data__header {
    width: 335px;
    margin: 30px auto 24px;
  }
  .port-data__header > div {
    line-height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    height: 40px;
  }
  .port-data__header > div.active {
    width: 188px;
    height: 40px;
  }
  .port-data__item {
    height: 20px;
    /* font-size: 14px; */
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
    margin-top: 16px;
    /* width: 160px; */
  }
  .port-data__item:hover {
    color: #319653;
  }
  .el-pagination.is-background .el-pager li {
    margin: 0 2px;
  }
  .el-table .cell {
    font-size: 12px;
    word-break: break-word;
  }
  .table-empty {
    max-width: calc(100vw - 40px);
  }
  .country-wrap{
    padding-left:20px;
    padding-right: 20px;
  }
  .country-item{
    flex: 0 0 10.875rem;
  }

  .air_top_mock{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient( 315deg, #6F4421 0%, #0B105F 100%);
    opacity: 0.76;
  }
  .input-pc{
    display: none;
  }
  .input-m{
    display: inline-table;
  }
}
@media (max-width: 480px) {
  .country-item{
    flex: 0 0 50%;
  }
}
.row-highlight .cell{
  color: #319653 !important;
}