@charset "UTF-8";
.tabs {
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 550px;
  position: absolute;
  left: 2px;
  top: -60px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
  height: 44px;
}
.tabs::after {
  content: ' ';
  position: absolute;
  bottom: -18px;
  left: 0;
  right: -26px;
  height: 0;
  border-bottom: 6px solid #F4A000;
}
.tabs .tab-item {
  flex: 0 0 135px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  border-radius: 8px 8px 0px 0px;
  line-height: 45px;
  width: 169px;
  height: 44px;
  background-color: #004098;
  /* background: transparent url(/images/panhub/searchProduct/tab-blue.svg) no-repeat center;*/
  background-size: contain;
  font-family: 'Source Han Sans Medium';
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: inline-block;
}
.tabs .tab-item.active,
.tabs .tab-item:hover {
  /*  background: transparent url('/images/panhub/searchProduct/tab-orange.svg') no-repeat center;*/
  background-size: contain;
  background-color: #F4A000;
}
.tab-panel {
  min-height: 206px;
  background: #FFFBF7;
  padding-top: 27px;
  padding-bottom: 30px;
  box-shadow: 0 2px 14px 0 rgba(0, 32, 75, 0.22);
}
.tab-panel .panel-corner {
  position: absolute;
  width: 64px;
  height: 86px;
  top: -36px;
  right: -30px;
  background-color: #ffffff;
  box-shadow: 8px 0px 10px -8px rgba(0, 32, 75, 0.22) inset;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.product-form {
  margin: 0 37px;
}
.product-form .flex-row {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.product-form .flex-row .rebirthInput {
  box-sizing: border-box;
  height: 48px;
  font-size: 14px;
  padding: 15px 22px 0 22px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #333333;
}
.product-form .flex-row .flex-col-12 {
  flex: 1;
  -webkit-box-flex: 0;
  -ms-flex: 1;
}
.product-form .flex-row .flex-col-6 {
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  display: flex;
  position: relative;
}
.product-form .flex-row .flex-col-7 {
  flex: 0 0 58.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  display: flex;
  position: relative;
}
.product-form .flex-row .flex-col-8 {
  flex: 0 0 66.67%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  display: flex;
  position: relative;
}
.product-form .flex-row .flex-col-5 {
  flex: 0 0 41.67%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  display: flex;
  position: relative;
}
.product-form .flex-row .flex-col-4 {
  flex: 0 0 33.33%;
  display: flex;
}
.product-form .flex-row .flex-col-3 {
  flex: 0 0 25%;
  display: flex;
}
.product-form .flex-row .baiduMap-tips {
  margin-left: 5px;
  display: flex;
}
.product-form .flex-row .baiduMap-tips.no-flex {
  display: block;
  margin-top: 15px;
}
.product-form .flex-row .assign-port {
  position: absolute;
  right: 40px;
  top: 16px;
}
.product-form .flex-row .assign-port a {
  color: #DF7700;
}
.product-form .flex-row .assign-port a:hover {
  cursor: pointer;
}
.product-form .flex-row .eb-search-button {
  width: 240px;
  height: 58px;
  border-radius: 8px;
  margin: -10px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.5s;
  background: linear-gradient(251.56deg, #FFC045 7.59%, #FF9416 90.92%);
  box-shadow: 2px 3px 24px rgba(249, 168, 38, 0.5);
  border-radius: 24px;
}
.product-form .flex-row .eb-search-button:hover {
  background: linear-gradient(251.56deg, #FF9416 7.59%, #FFC045 90.92%);
}
.product-form .flex-row .group-item {
  position: absolute;
  right: 20px;
}
.product-form .flex-row .group-item .sort-button {
  background: linear-gradient(251.56deg, #FF9416 7.59%, #FFC045 90.92%);
  border: none;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 0px -2px;
  cursor: pointer;
  transition-duration: 0.4s;
  border: 1px solid #9E9E9E;
}
.product-form .flex-row .group-item .sort-button.grey {
  background: #bdbaba;
}
.product-form .flex-row .group-item .sort-button:hover {
  background: linear-gradient(251.56deg, #FFC045 7.59%, #FF9416 90.92%);
}
.product-form .flex-row.dr-assign-port {
  color: #EB8613;
  margin: 10px 20px;
}
.product-form .flex-row.dr-assign-port:hover {
  cursor: pointer;
}
.product-form .flex-row .icon-date {
  background: url(/images/panhub/home/icon-date.svg) no-repeat scroll right center transparent;
  background-size: 18px;
}
.product-form .pord-control {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0;
  width: 100%;
  background: #fff;
}
.product-form .pord-control label {
  position: absolute;
  top: -21px;
  left: 22px;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-size: 13px;
}
.product-form .pord-control label span {
  position: absolute;
  bottom: -56px;
  left: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  word-break: keep-all;
}
.product-form .pord-control input:valid + label span,
.product-form .pord-control input:focus + label span {
  transform: translateY(-60%);
}
.product-form .pord-control input:valid + label::after,
.product-form .pord-control input:focus + label::after {
  transform: translateX(0);
}
.product-form .pord-control .port-switch {
  position: absolute;
  display: inline-block;
  right: -12px;
  top: 12px;
  width: 24px;
  height: 24px;
  z-index: 2;
  background: url(/images/panhub/home/icon-search-switch.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.product-form .pord-control .transform-60 {
  transform: translateY(-60%);
}
.product-form .pord-control .select-icon {
  position: absolute;
  right: 18px;
  top: 18px;
}
.product-form .pord-control .select-icon:after {
  content: ' ';
  display: inline-block;
  margin: 0 auto;
  background: transparent url(/images/panhub/home/arrow-down.svg) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  border-top: none;
  border-right: none;
  transform: none;
}
.product-form .pord-control .clear-text {
  position: absolute;
  right: 18px;
  top: 18px;
}
.product-form .pord-control .clear-text:after {
  position: absolute;
  content: ' ';
  display: inline-block;
  margin: 0 auto;
  background: transparent url(/images/panhub/home/icon-delete-c.svg) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  right: 0;
}
.product-form .pord-control .search-history {
  position: absolute;
  right: 45px;
  top: 16px;
  z-index: 2;
  cursor: pointer;
}
.product-form .pord-control .search-history-detail {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 15px;
  z-index: 3;
}
.product-form .pord-control .search-history-detail > div {
  cursor: pointer;
}
.product-form .pord-control .search-history-detail > div:not(:first-child) {
  padding-top: 10px;
}
.product-form .margin-left-20 {
  margin-left: 20px;
}
.product-form .margin-right-20 {
  margin-right: 20px;
}
.product-form .padding-right-18 {
  padding-right: 18px;
}
.product-form .port-group-pol {
  border-radius: 4px 0 0 4px;
}
.product-form .port-group-pod {
  border-radius: 0 4px 4px 0;
  border-left-color: transparent;
}
.product-form .city-picker-parent > label {
  z-index: 2;
}
.product-form .city-picker-parent .city-picker-dropdown {
  box-shadow: 0 2px 12px 0;
}
.product-form .city-picker-parent .city-picker-input {
  opacity: 0;
  display: none;
}
.product-form .city-picker-parent .city-picker-span {
  padding: 15px 22px 0 22px;
  height: 48px;
  border-radius: 4px;
}
.product-form .city-picker-parent .city-picker-span .arrow {
  background: transparent url(/images/panhub/home/arrow-down.svg) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 16px;
  right: 17px;
  margin-top: 0;
}
.product-form .city-picker-parent .city-select-tab {
  border-bottom-color: #F4A000;
}
.product-form .city-picker-parent .city-select-tab > .col-nav.active {
  background: #F4A000;
}
.product-form .city-picker-parent .city-select-tab > .col-nav-data:hover {
  background: #F4A000;
}
.product-form .city-picker-parent .city-select span:hover,
.product-form .city-picker-parent .city-select span:focus,
.product-form .city-picker-parent .city-select span.active {
  color: #F4A000;
}
.product-form .select-drop-down .searchTemplate .search-datas > div.active {
  background: #F4A000;
}
.product-form .select-drop-down .nav > div {
  border-color: #F4A000;
}
.product-form .eb-select-hint {
  background: #F4A000 !important;
}
.product-form .nav > div {
  border-bottom-color: #F4A000 !important;
}
.product-form .nav > div > div.active {
  color: #F4A000 !important;
  border-color: #F4A000 !important;
  border-bottom-color: #fff !important;
}
.product-form .assign-cargo {
  color: red !important;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 36px;
}
.no-prod {
  background: url(/images/panhub/searchProduct/no-prod.jpg) no-repeat center;
  text-align: center;
  height: 230px;
  margin: 100px 0;
  color: #999999;
}
.custom-modal-dialog-top {
  top: calc(100% - 352px);
  top: -moz-calc(100% - 352px);
  top: -webkit-calc(100% - 352px);
}
