body {
  line-height: normal;
}
main {
  min-height: 80vh;
}

.footer {
  height: auto;
  padding: 10px 0;
}
.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}


.correct_center {
  padding: 0 12.5vw;
  box-sizing: border-box;
}

.port-top {
  height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(315deg, #6f4421 0%, #0b105f 100%);
}

.el-autocomplete-suggestion {
  border-radius: 16px;
  max-width: 400px;
}
.el-autocomplete-suggestion li {
  font-size: 1rem;
  line-height: 2;
}
.port-top .port-top__title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4.0625rem;
  color: #ffffff;
  text-align: center;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.port-top .port-top__text {
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.top_form {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  transform: translateY(-2.5rem);
}
.top_form .search-form {
  border-radius: 1rem;
  padding: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  min-height: 5rem;
  box-sizing: border-box;
}
.top_form .search-form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  background-color: #fff;
}
.top_form .search-form  > div > span {
  margin-left: 1rem;
  font-size: 1.5rem;
  width: 1.5rem;
  color: #319653;
}
.top_form .search-form .el-autocomplete {
  width: 100%;
  flex: 1;
  height: 4rem;
}

.top_form .search-form .el-autocomplete .el-input {
  height: 100%;
  width: 100%;
}
.top_form .search-form .el-autocomplete .el-input input {
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0 1.625rem 0 1rem;
  font-size: 1rem;
}

.top_form .search-form .search-form-input {
  width: 100%;
  flex: 1;
  border: 0;
  outline: none;
  height: 4rem;
  padding: 0 1.625rem 0 1rem;
  position: relative;
}

.top_form .search-form .search-form-input input {
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
}
.top_form .search-form .search-form-input input:focus + .port-country-list {
  display: inline-block;
}
.top_form .search-form .search-form-submit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 1rem;
  flex: 0 0 7.5rem;
  background: linear-gradient(224deg, #cc140e 0%, #f6c310 100%);
  color: #fff;
  font-size: 1.375rem;
  height: 4rem;
}

.port-country {
  cursor: pointer;
}
.port-country.active .port-country-select .el-icon-arrow-down {
  transform: rotateZ(180deg);
}

.port-country.active .port-country-list {
  display: inline-block;
}
.port-country {
  display: flex;
  align-items: center;
  color: #1c1d1e;
  font-size: 1rem;
  position: relative;
}

.port-country .port-country-select {
  display: flex;
  align-items: center;
  color: #333;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.1s;
}
.port-country .port-country-select > div {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.port-country .port-country-select .down {
  transition: all 0.5s;
}

.port-country-list .icon {
  width: 1.56rem;
  height: 1.56rem;
  flex: 0 0 1.56rem;
  line-height: 1.56rem;
  border-radius: 50%;
  border: 1px solid #f7efef;
  background-size: cover;
}
.port-country .port-country-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* .port-bottom */
.port-bottom {
  color: #0a0a0a;
  padding-bottom: 2rem;
}
.port-list .port-list-title {
  margin: 0;
  color: #0A0A0A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.port-introduction  .introduction-title {
  font-size: 1.375rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.port-introduction .introduction-text {
  font-size: 0.875rem;
  line-height: 1.8rem;
}
.port-introduction ul.introduction-text {
  list-style-type: disc;
  padding-left: 2rem;
}
.port-introduction ul.introduction-text li {
  list-style-type: disc;
}
.port-introduction .port-introduction-top {
  background: linear-gradient(225deg, #4db97a 0%, #319653 100%);
  border-radius: 1rem;
  color: #fff;
  padding: 1rem 2rem;
}

.port-introduction .port-introduction-top .introduction-title {
  margin: 0;
  margin-bottom: 0.8rem;
  font-size: 1.575rem;
  font-weight: 700;
}
.port-introduction .port-introduction-bottom {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem 2rem;
}
.port-introduction .port-introduction-bottom .introduction-title::after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -2rem;
  top: 0;
  height: 1.375rem;
  width: 4px;
  border-radius: 2px;
  background-color: #319653;
}

.port-bottom .best-rates {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.port-bottom .best-rates .best-rates-title {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.port-bottom .best-rates .best-rates-list {
  display: flex;
  flex-wrap: wrap;
}
.port-bottom .best-rates .best-rates-list > a {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 15px;
  border: 1px solid #979797;
  color: #333;
  border-radius: 20px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
}
.port-bottom .best-rates .best-rates-list > a.active {
  border-color: #545bda;
  color: #545bda;
  background-color: #efeef7;
}
.port-bottom .best-rates .best-rates-list > a > span {
  width: 1.56rem;
  height: 1.56rem;
  flex: 0 0 1.56rem;
  line-height: 1.56rem;
  border-radius: 50%;
  border: 1px solid #f7efef;
  background-size: cover;
  margin-right: 8px;
}
.port-bottom .best-rates .best-rates-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1rem;
  color: #1b54eb;
}
.port-bottom .best-rates .best-rates-link a span {
  margin-left: 6px;
}
/* .port-country-list */
.port-country-list {
  position: absolute;
  left: -3rem;
  right: 0;
  bottom: -1.3rem;
  z-index: 14;
  transform: translateY(100%);
  padding: 16px 0;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  display: none;
  transition: all 0.5s;
  border-radius: 1rem;
}
.port-country-list::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 30%;
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.port-country-input {
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
  padding: 0 16px;
}
.port-country-input input {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 4px;
  border: 0;
  outline: none;
  padding: 0 42px 0 16px;
  font-size: 1rem;
}
.port-country-list .port-country-input .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 18px;
  height: 100%;
  width: 42px;
  border: 0;
}

.port-country-items {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  min-height: 100px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.port-country-items > p,
.port-country-items > a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  padding-left: 24px;
  text-decoration: none;
  color: #555555;
  margin: 0;
  cursor: pointer;
}
.port-country-items > p:hover,
.port-country-items > a:hover {
  background-color: #F5F7FA;
  border-radius: 4px;
}
.port-country-items > a span {
  margin-right: 8px;
}


.search-hot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  color: #555555;
  font-size: 1rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  line-height: 1.375rem;
}
.search-hot__label {
  white-space: nowrap;
}
.search-hot_ports {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-hot_ports > div {
  cursor: pointer;
  padding: 0 0.8rem;
  border-left: 1px solid #319653;
  line-height: 1;
}
.search-hot_ports > div:first-of-type  {
  border: 0;
}
.search-hot_ports a {
  color: #319653;
}

.scroll {
  margin-top: 1rem;
}
.scroll .catagory_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 1rem;
  margin-bottom: 0.8rem;
  border: 0;
}
.scroll .catagory_box .catagory_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: default;
  line-height: 3.425rem;
  font-weight: 700;
  color: #1c1d1e;
}
.catagory_title .search-show {
  flex: 0 0 7.7rem;
  width: 7.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #EAF4ED;
  padding: 0.4rem;
  color: #319653;
  font-size: 0.75rem;
  font-weight: 400;
  height: 2rem;
  cursor: pointer;
}
.catagory_title .search-show i {
  margin: 0;
  margin-left: 0.5rem;
}
.catagory_title .search-show.show {
  display: none;
}

.scroll .catagory_box .catagory_item {
  border-top: 1px solid #e0e0e0;
}
.scroll .catagory_box .catagory_item .catagory_txt,
.scroll .catagory_box .catagory_title {
  border: 0;
}
.scroll .catagory_box .catagory_title .catagory_code {
  display: flex;
  align-items: center;
  flex: 1;
}
.scroll .catagory_box .catagory_title span {
  margin-left: 0;
}
.scroll .catagory_box .catagory_title .tit_code {
  flex: 0 0 3.425rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  background: #319653;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll .catagory_box .catagory_title .ms {
  margin-left: 1.25rem;
  font-size: 0.875rem;
  color: #363739;
  line-height: 30px;
  font-weight: 400;
}
.scroll .catagory_box .catagory_title .ms > span {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  color: #319653;
  line-height: 1;
}
.scroll_more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #9c9c9c;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.scroll_more span {
  cursor: pointer;
}
.scroll .catagory_box .no-active {
  transform: rotate(90deg);
}
.el-collapse-item__arrow.is-active {
  transform: rotate(-90deg);
}

.scroll .port-list-link a {
  display: inline-block;
  color: #fff !important;
  line-height: 1.25;
  text-decoration: none !important;
  padding: 6px 20px;
  background-color: #319653;
  border-radius: 10px;
}

.scroll .catagory_box.hid {
  height: auto;
}
.scroll .catagory_box.hid .catagory_item {
  display: none;
}
.scroll .catagory_box.hid .catagory_title .search-show.show {
  display: flex;
}
.scroll .catagory_box.hid .catagory_title .search-show.hide {
  display: none;
}

.catagory_item {
  padding: 1rem;
}

.port-list-box-detail {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D6DADF;
  border-left: 1px solid #D6DADF;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
}
.port-list-box-detail:nth-of-type(2n) {
  margin-right: 0;
}
.port-list-box-detail a {
  text-decoration: none;
  color: inherit;
}
.port-list-box-detail > div {
  display: flex;
  flex: 0 0 50%;
  width: 50%;
}

.port-list-box-detail > div > div {
  border-right: 1px solid #D6DADF;
  border-bottom: 1px solid #D6DADF;
  padding: 12px 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.5;
  min-height: 66px;
}
.port-list-box-detail > div > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  color: #1c1d1e;
  background: #F5F5F5;
  flex: 0 0 200px;
}
.port-list-box-detail > div > div:nth-of-type(2) {
  flex: 1;
}
.port-list-box-detail > div > div:nth-of-type(2) a {
  text-decoration: underline;
  color: #319653;
}

.port-list-map {
  font-size: 1rem;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #D6DADF;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.port-list-map .container{
  height: 300px;
}
.port-list-map .container-hide {
  width: 100%;
  height: 100%;
  position: relative;
}
.port-list-map .container-hide .container-show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: rgba(49,150,83,0.12);
  border-radius: 4px;
  font-size: 1rem;
  color: #319653;
  line-height: 20px;
  padding: 13px 30px;
}
.port-list-map .container-hide .blur {
  background: url('/res/assets/images/port/map.jpg') no-repeat center/cover;
  width: 100%;
  height: 100%;
  filter: blur(5px);
}

.port-list-desc {
  padding: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.not-data {
  text-align: center;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.not-data img {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 1rem;
}
.not-data div {
  margin-top: 1rem;
}
.fixed-nav {
  position: fixed;
  padding: 0.5rem 0;
  left: 8vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: #fff;
  border-radius: 1rem;
  width: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.fixed-nav > div {
  width: 3rem;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #363739;
}

.port-result__header {
  line-height: 2;
  font-size: 0.875rem;
  color: #1c1d1e;
  column-gap: 3.1875rem;
}
.port-result__nav > span,
.port-result__nav > span > a {
  color: #777777;
}


@media (max-width: 768px) {
 

  .port-list .port-list-title {
    font-size: 18px;
  }
  .correct_center {
    padding: 0 20px !important;
    margin: 0;
  }
  
  .port-top {
    height: 120px !important;
    justify-content: flex-start;
  }
  .top_form .search-form {
    padding: 10px;
    height: auto;
  }
  .top_form .search-form > div {
    flex-direction: column;
  }
  .port-country-list {
    left: 0rem;
    bottom: -4px;
  }
  .top_form .search-form .el-autocomplete {
    height: 50px;
    flex: 0 0 50px;
    margin-bottom: 0.8rem;
  }
  .top_form .search-form .el-autocomplete .el-input input {
    border-radius: 1rem;
    border: 1px solid #F2F2F2;
  }

  .top_form .search-form .search-form-input{
    height: 50px;
    flex: 0 0 50px;
    border-radius: 1rem;
    border: 1px solid #F2F2F2;
    margin-bottom: 0.8rem;
  }
  .top_form .search-form .search-form-submit {
    flex: 0 0 50px;
    height: 50px;
    width: 100%;
    border-radius: 1rem;
  }
  .search-form > div > span {
    display: none;
  }
  .search-hot_ports > div:first-of-type {
    padding-left: 0;
  }
  .search-hot__label {
    margin-bottom: 0.5rem;
  }
 
  .search-hot_ports > div {
    margin-bottom: 0.5rem;
  }
 
  .catagory_box .catagory_item .catagory_txt .catagory_txt_left, 
  .catagory_box .catagory_title .catagory_code {
    width: 100%;
  }
  .catagory_box .catagory_item .catagory_txt,
  .catagory_box .catagory_title {
    flex-direction: column;
  }
  .catagory_title .search-show {
    flex: auto;
    margin-top: 1rem;
  }
  .port-list-box-detail > div {
    flex: 0 0 100%;
    width: 100%;
  }
  .port-list-box-detail > div > div:nth-of-type(1) {
    width: 110px;
    flex: 0 0 110px;
  }
  .scroll .catagory_box .catagory_title .catagory_code {
      align-items: flex-start;
  }
  .fixed-nav {
    left: auto;
    top: auto;
    bottom: 20vh;
    right: 5px;
    width: 30px;
    padding: 0;
  }
  .fixed-nav > div {
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 20px;
  }
}

@media (max-width: 768px) { 
  .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 .search-form-input {
    margin: 0 !important;
    border: 0 !important;
    flex: 1 !important;
  }
  .md-hide .search-form-input-md-hide {
    display: none;
  }
  .md-hide .search-form-submit {
    border-radius: 12px !important;
    flex: 0 0 66px !important;
  }
}
@media (min-width: 1200px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  html,
  body {
    font-size: 18px;
  }
}


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 .gpt-show .port-top {
  background: transparent;
  justify-content: flex-start;
  height: auto !important;
}
body.gpt .gpt-show .top_form {
  margin: 20px 0;
  transform: translateY(0);
}
body.gpt .gpt-show .port-bottom {
  margin-top: 0;
}
body.gpt .gpt-show .port-top .port-top__text,
body.gpt .gpt-show .port-top .port-top__title {
  color: #0A0A0A;
}
@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;
  }
}
