[v-cloak] {
  display: none;
}
main {
  min-height: 80vh;
}
.correct_center {
  max-width: none !important;
  box-sizing: border-box !important;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.gpt_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
}
.gpt_box::before {
  content: 'Ad';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #c7bfbf;
  border-radius: 50%;
  color: #c7bfbf;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  width: 30px;
  z-index: -1;
}

.el-autocomplete-suggestion {
  border-radius: 16px;
  max-width: 400px;
}
.el-autocomplete-suggestion li {
  font-size: 1rem;
  line-height: 2;
}
.port-bottom,
.port-top__search {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: content-box;
}
.port-bottom {
  margin-top: 25px;
  padding-bottom: 2rem;
  min-height: 50vh;
}
.port-result__header {
  margin-top: 1rem;
}
.port-top__search .search-box {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 18px;
  padding: 0.5rem;
  background-color: #fff;
  position: relative;
}
.port-top__search .search-box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  height: 3.75rem;
}
.port-top__search .search-box .el-input,
.el-select-dropdown__item,
.el-select-group__title  {
  font-size: 1rem;
}
.el-select-dropdown__item {
  line-height: 3rem;
  height: 3rem;
}
.port-result__body {
  margin-top: 1rem
}
.port-list-title {
  margin: 0;
  color: #0A0A0A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.port-list-title span {
  color: #319653;
}
.port-top__search .el-select .el-input::after {
  display: none;
}

.port-top__search .search-box .el-select {
  flex: 0 0 15rem;
}

.port-top__search .search-box .el-autocomplete,
.port-top__search .search-box .el-input {
  width: 100%;
  flex: 1;
}

.port-top__search .search-box .el-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 0.75rem;
  flex: 0 0 7.5rem;
  background: linear-gradient( 224deg, #CC140E 0%, #F6C310 100%);
  color: #fff;
  font-size: 1.375rem;
}

.port-result__nav span {
  color: #727272;
  cursor: pointer;
  text-transform: capitalize;
}

.port-result__nav span:last-child {
  color: #1c1d1e;
}

.country-list {
  row-gap: 1rem;
}
.zip-detail.country-list {
  row-gap: 4px;
}
.zip-detail.country-list .country-item {
  font-size: 0.875rem;
}
.keyword {
  padding: 0 1rem;
  background: rgba(49, 150, 83, 0.09);
  color: #319653;
  font-weight: bold;
  font-size: 0.875rem;
  margin-left: 0.375rem;
  height: 1.625rem;
  line-height: 1.625rem;
  border-radius: 0.8125rem;
}

.zip-detail .country-name:hover {
  color: #555555;
}

.zip-detail .country-name,
.country-detail .country-name {
  margin-left: 7px;
}

.zip-detail .country-item {
  cursor: auto;
  flex: 1 0 11.875rem;
}

.el-table .cell {
  text-transform: capitalize;
  word-break: break-word;
}

center {
  width: 100%;
}

.country-name {
  word-break: break-word;
}

.country-label {
  white-space: nowrap;
  width: 120px;
  flex: 0 0 120px;
  text-align: right;
  margin-right: 10px;
  color: #777;
}
.air_top_mock {
  display: none;
}
.fab_tab {
  width: 100%;
  border-radius: 1rem 1rem 0.25rem 0.25rem;
  overflow: hidden;
  border-collapse: collapse;
  min-width: 800px;
}
.fab_tab thead {
  color: #1c1d1e;
  font-weight: 500;
  background: #f3f3f3;
  height: 4.3rem;
  line-height: 4.3rem;
  text-align: center;
}
.fab_tab tbody tr {
  height: 4.5rem;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  color: #606266;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.fab_tab tbody tr td {
  white-space: normal;
  word-break: break-all;
  border-right: 1px solid #f3f3f3;
  font-weight: bold;
  color: #000;
}
.fab_tab tbody tr td:first-child {
  text-align: left;
  padding-left: 20px;
}
.fab_tab tbody tr td a {
  color: #606266;
  text-decoration: underline;
  word-break: break-word;
  font-weight: 400;
  color: #606266;
}
.fab_tab tbody tr td a:hover {
  color: #319653;
  text-decoration: underline;
  cursor: pointer;
}
.table-empty {
  text-align: center;
}
.table-empty img {
  margin: 0 auto;
}
.goto_page_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.goto_page_box a {
  margin-right: 30px;
}
.goto_page {
  border: 1px solid #c4c8cf;
  padding: 0.2rem 1.75rem 0.2rem 0.75rem;
  border-radius: 5px;
  color: #606266;
  display: inline-block;
  position: relative;
}
.goto_page span {
  color: #319653;
}
.link_right {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.mb_box {
  display: none;
  background: #fff;
}
.shear_keyword {
  display: inline-block;
  margin-left: 4.6875rem;
}
.zipcode-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 2rem;
}
.zipcode-index > .zipcode-box {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
}
.zipcode-index > .zipcode-box > div {
  padding: 1rem 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  flex: 0 0 48%;
}
.zipcode-index > .zipcode-box > div:last-of-type {
  margin-left: 4%;
}
.zipcode-index > .zipcode-box > div > div:last-of-type {
  color: #8c8c8c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.zipcode-index > .zipcode-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.zipcode-index > .zipcode-img img {
  max-width: 100%;
  border-radius: 1rem;
}

@media (max-width: 768px) {


  .padding-lr {
      padding: 0 20px !important;
      margin: 0;
  }
  .port-result__header {
    line-height: 1.25;
  }
  .port-top {
    height: 160px;
    min-height: 160px;
  }
  .port-top__title {
    margin-top: 60px;
    font-size: 25px;
  }
  .port-list-title {
    font-size: 18px;
  }
  .search-box .el-select-dropdown {
    left: 0px !important;
  }
  .port-top__search .search-hot:not([v-cloak]) {
      display: flex !important;
      justify-content: flex-start;
      flex-wrap: wrap;
      color: #333;
  }
  .port-top__search .search-box {
    padding: 10px;
  }
  .port-top__search .search-box > div {
    flex-direction: column;
    position: relative;
  }
  .port-top__search .search-box > div > div {
    flex: auto !important;
    width: 100% !important;
  }
  .port-top__search {
    position: static;
    margin-top: -36px;
  }
  .search-hot__label {
    margin-bottom: 0.5rem;
  }
  .search-hot {
    height: auto;
  }
  .search-hot_ports > div {
    margin-bottom: 0.5rem;
    color: #319653;
    border-left: 1px solid #319653;
  }
  .search-hot_ports > div:first-of-type {
      padding-left: 0;
  }
  .port-top__search .search-box > div {
      min-height: 170px;
      height: auto;
  }
  .port-top__search .el-input {
      border-radius: 1rem;
      border: 1px solid #F2F2F2;
      overflow: hidden;
      margin-bottom: 0.8rem;
  }
  .port-top__search .search-box .el-button {
      flex: 0 0 50px;
      height: 50px;
      width: 100%;
      border-radius: 28px;
  }
  .zipcode-index {
    padding: 0;
    margin-top: 0px;
  }
  .zipcode-index > .zipcode-box {
    flex-direction: column;
  }
  .zipcode-index > .zipcode-box > div {
    margin: 0;
    width: 100%;
  }
  .zipcode-index > .zipcode-box > div:last-of-type {
    margin-top: 2rem;
    margin-left: 0;
  }
  .zipcode-index > .zipcode-img {
    padding: 0 20px;
  }


  .zip-detail.country-list .country-item {
    font-size: 14px;
  }
  .fab_tab {
    display: none;
  }
  .country-wrapper {
    border: 1px solid #e1dada;
  }
  .mb_box {
    display: block;
    border-radius: 16px;
    overflow: hidden;
  }
  .mb_box .mb_box_top {
    background: #f3f3f3;
    height: 52px;
    line-height: 52px;
    color: #1c1d1e;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
  }
  .mb_box .mb_box_item .mb_box_item_l {
    display: flex;
    justify-content: space-evenly;
    min-height: 50px;
    line-height: 50px;
    font-weight: bold;
  }
  .mb_box .mb_box_item .mb_box_item_l > div {
    width: 50%;
    flex: 0 0 50%;
    text-align: center;
    border-right: 1px solid #e1dada;
    border-bottom: 1px solid #e1dada;
  }
  .mb_box .mb_box_item .mb_box_item_l > div:first-child {
    display: flex;
    align-items: center;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    justify-content: left;
    word-break: break-all;
  }
  .mb_box .mb_box_item .mb_box_item_b {
    border-bottom: 1px solid #e1dada;
    padding: 10px;
    color: #333333;
    color: #333333;
    line-height: 32px;
    display: block;
    word-break: break-all;
    text-decoration: underline;
  }
  .mb_box .mb_box_item .mb_box_item_b a {
    color: #333333;
    line-height: 22px;
    display: block;
    word-break: break-all;
  }
  .shear_keyword {
    margin-left: 0;
  }
  
  .goto_page {
    box-sizing: border-box;
    width: 100%;
  }
  .goto_page_box {
    display: block;
  }
  .goto_page_box a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) { 
  .correct_center {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md-hide {
    position: relative;
  }
  .md-hide::after {
    content:'';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .md-hide > div {
    flex-direction: row !important;
    min-height: 50px !important;
    border-radius: 1rem;
    border: 1px solid #F2F2F2;
  }
  .md-hide .input-with-select {
    display: none;
  }
  .md-hide .el-input {
    margin: 0 !important;
    border: 0 !important;
  }
  .md-hide .el-button {
    border-radius: 12px !important;
    flex: 0 0 66px !important;
  }
}
@media (max-width: 1600px) {
  .port-bottom,
  .port-top__search {
    box-sizing: border-box;
  }
}


body.gpt .header_height {
  height: 5rem;
}

body.gpt header .hgj-header-logo > a:first-child  {
  display: none !important;
}
body.gpt header .hgj-header-logo > a:last-child {
  display: flex !important;
}

body.gpt header .icon-lang, 
body.gpt header .icon-arrow {
  display: none !important;
}
body.gpt header .icon-lang-dark, 
body.gpt header .icon-arrow-dark {
  display: inline-block !important;
}

body.gpt header,
body.gpt header .userinfo-name,
body.gpt header .hgj-header-menu a {
  color: #555555 !important;
}

body.gpt .port-top {
  background: transparent;
  height: auto !important;
  min-height: auto !important;
  position: static;
}
body.gpt .port-top__title {
  margin-top: 0;
  color: #0A0A0A;
}
body.gpt .port-top__search {
  position: static;
  margin: 20px 0;
}

body.gpt .port-bottom, 
body.gpt .port-top__search {
  max-width: none !important;
}


@media (max-width: 768px) {
  body.gpt {
    background: #f4f7fa;
  }
  body.gpt header.hgj-header {
    box-shadow: none;
  }
  body.gpt .header_height {
    height: 58px;
  }
  
  body.gpt header .hgj-header-logo > a:first-child {
    display: none !important;
  }
  body.gpt header .hgj-header-logo > a:last-child {
    display: flex !important;
  }
  body.gpt header .icon-lang, 
  body.gpt header .icon-arrow {
    display: none! important;
  }
  body.gpt header .icon-lang-dark, 
  body.gpt header .icon-arrow-dark {
    display: inline-block !important;
  }
  body.gpt header .hgj-m-header-op i.show-menu {
    background: url(/res/assets/images/home/menu-dark.png) no-repeat center !important;
    background-size: contain !important;
  }
}