@charset "UTF-8";
.eb-section label {
  margin: 0 auto;
  display: inline;
}
.eb-section .fmt-tips-panel {
  position: absolute;
  left: -210px;
  width: 200px;
  background: #FFFBF7;
  box-shadow: 0 2px 14px 0 rgba(0, 32, 75, 0.22);
  padding: 20px;
}
.eb-section .fmt-tips-panel .tips-line {
  margin-bottom: 5px;
}
.eb-section .fmt-tips-panel .title {
  font-weight: bold;
  color: #666666;
}
.eb-section .fmt-tips-panel .ports {
  color: #DF7700;
}
.eb-section .prod-panel {
  position: relative;
  margin-top: 85px;
  background: #fff;
}
.eb-section .prod-panel .min-height {
  min-height: 485px;
}
.eb-section .prod-panel .right {
  text-align: right;
  margin: 10px;
}
.eb-section .prod-panel .right .btn-blue {
  border-radius: 5px;
  width: 120px;
  height: 36px;
  color: #fff;
  border: none;
  background: #337ab7;
}
.eb-section .prod-reminder {
  height: 57px;
  line-height: 28px;
  text-align: right;
  color: #999999;
}
.eb-section .prod-list {
  min-height: 440px;
}
.eb-section .prod-list.clear-min-height {
  min-height: 0;
}
.eb-section .prod-list .pre-barge-tips {
  top: -25px !important;
  left: -40px;
  width: 200px;
  font-size: 12px;
  color: red !important;
}
.eb-section .prod-list .prod-rte-voyage:not(:last-child) {
  margin-bottom: 15px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item {
  box-shadow: 0 2px 14px 0 rgba(0, 32, 75, 0.22);
  height: 195px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  background: #fff;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left {
  flex: 1 1 88%;
  overflow-y: hidden;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-type-cy {
  position: absolute;
  left: 15px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte {
  height: 85px;
  align-items: center;
  text-align: justify;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 15px;
  white-space: nowrap;
  overflow-x: auto;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte.clear-padding-bottom {
  border-bottom: none;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte > div {
  display: inline-block;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte > div > span {
  display: inline-block;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .transport-time-panel {
  border: 1px dotted #9BB2D0;
  border-radius: 3px;
  height: 55px;
  width: 60px;
  padding: 8px 12px;
  margin-left: 15px;
  display: none;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .transport-time-panel > div {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .transport-time-panel .transport-time-img {
  top: 1px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .transport-time-panel .transport-time-img img {
  vertical-align: top;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .transport-time-panel .transport-time {
  top: -2px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .transport-time-panel .transport-time > :first-child {
  font-size: 16px;
  padding-right: 3px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .orig-addr-img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin: 0;
  background: url(/images/panhub/searchProduct/orig-addr.svg) no-repeat center;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .dest-addr-img {
  background: url(/images/panhub/searchProduct/dest-addr.svg) no-repeat center;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .rte-dir-line {
  display: inline-block;
  border-bottom: 1px solid #004098;
  width: 45px;
  vertical-align: middle;
  position: relative;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .rte-dir-line .orig-addr-truck {
  position: absolute;
  top: -13px;
  left: 16px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .rte-dir-line.dotted-line {
  border-bottom-style: dotted;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .rte-dir-line.line-pos {
  top: -11px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .rte-dir-line.line-pos img {
  padding-left: 15px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .rte-dir-line.line-pos .leg-type {
  position: absolute;
  padding-left: 15px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte .prod-rte-leg {
  background: #E5F0FF;
  border: 1px solid #9BB2D0;
  border-radius: 16px;
  padding: 4px 16px;
  max-width: 135px;
  vertical-align: bottom;
  color: #004098;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-rte-cy {
  margin-left: 39px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info {
  height: 110px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left {
  flex: 1 1 47%;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  border-right: 1px solid #E5E5E5;
  padding-right: 15px;
  padding-left: 15px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type {
  vertical-align: top;
  margin: 17px 30px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type .truck-type {
  line-height: 24px;
  height: 24px;
  font-size: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type .truck-type:not(:first-child) {
  margin-top: 6px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type .truck-type.truck-one-way {
  padding-top: 16px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type .truck-type .truck-type-bound {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #3679D5;
  color: #ffffff;
  padding: 0 5px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type .truck-type .truck-type-desc {
  display: inline-block;
  border-radius: 4px;
  background: #E5F0FF;
  color: #004098;
  padding: 0 12px;
  font-size: 14px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type .truck-type .truck-type-desc .truck-fmt {
  -webkit-mask-image: linear-gradient(to right, red, orange, yellow, green, cyan, blue, purple);
  background-image: linear-gradient(to right, red, orange, yellow, green, yellow, orange, red, orange, yellow, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 200% 100%;
  animation: bgp 5s infinite linear;
}
@-webkit-keyframes bgp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-left .prod-truck-type.clean-margin-left {
  margin-left: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-app-info .app-info-right {
  flex: 1 1 53%;
  position: relative;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-type {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin: 20px 0;
  background: red;
  line-height: 24px;
  background: #FFE7B8;
  border-radius: 12px;
  height: 70px;
  padding-top: 12px;
  color: #DF7700;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-type.prod-type-express {
  background: #E0EAD6;
  color: #138522;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-left .prod-type.margin-right {
  margin-right: 15px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-right {
  flex: 1 1 12%;
  align-items: center;
  /*实现水平居中*/
  justify-content: center;
  text-align: justify;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  border-left: 1px solid #E5E5E5;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-right .btn-voyage {
  border-radius: 5px;
  width: 100px;
  height: 36px;
  color: #fff;
  border: none;
  background: #004098;
  box-shadow: 0 3px 5px 0 rgba(0, 32, 75, 0.22);
  outline-style: none;
  position: relative;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-right .btn-voyage.solt-out {
  background: #999999;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-right .btn-voyage .points-for-attention {
  position: absolute;
  top: 40px;
  color: #004098;
  left: 29px;
  word-break: break-all;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-right .btn-voyage .points-for-attention:before {
  content: ' ';
  background: url(/images/panhub/searchProduct/warn.svg) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -20px;
  bottom: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-right .btn-voyage .dr-remark {
  position: absolute;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  box-shadow: 0 3px 35px 0 rgba(0, 32, 75, 0.22);
  background: #ffffff;
  z-index: 1;
  right: -65px;
  top: 68px;
  color: #F4A000;
  padding: 10px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item .item-right .btn-voyage .dr-remark:before {
  position: absolute;
  content: '';
  border-top: 12px transparent dashed;
  border-left: 12px transparent dashed;
  border-bottom: 12px #fff solid;
  border-right: 12px #ffffff solid;
  border-right: 12px transparent dashed;
  z-index: 2;
  top: -22px;
  right: 117px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item.prod-through {
  height: 110px;
}
.eb-section .prod-list .prod-rte-voyage .prod-item.prod-through .item-left {
  flex: 1 1 50%;
}
.eb-section .prod-list .prod-rte-voyage .prod-item.prod-through .item-left .prod-rte {
  height: 100%;
}
.eb-section .prod-list .prod-rte-voyage .prod-item.prod-through .item-center {
  flex: 1 1 38%;
  border-left: 1px solid #E5E5E5;
  position: relative;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list {
  background: #F8FBFF;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-rte {
  background: #E9F1FC;
  margin: 0 15px;
  padding: 10px 30px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-rte .rte-fcil-name {
  color: #EB8613;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-rte .voyage-dir-line {
  display: inline-block;
  width: 52px;
  border-top: 1px solid #004098;
  position: relative;
  top: -4px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-rte .voyage-dir-line .voyage-dir-arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 9px solid #004098;
  position: absolute;
  right: 0;
  top: -5px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-rte .block-info-title {
  display: inline-block;
  background: #ffffff;
  color: #F4A000;
  padding: 4px 8px;
  border-radius: 3px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-rte .block-info-title .block {
  background: url(/images/panhub/searchProduct/block.svg) no-repeat center;
  margin: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-rte .block-info {
  color: #F4A000;
  vertical-align: middle;
  max-width: 700px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list {
  margin: 0 12px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list span {
  display: inline-block;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list span:first-child {
  position: relative;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-title {
  padding: 8px;
  border-bottom: 1px solid #DEE3EA;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-title span:first-child {
  margin-left: 80px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row {
  border-bottom: 1px dotted #DEE3EA;
  line-height: 60px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row span {
  font-size: 14px;
  vertical-align: top;
  height: 60px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row span:first-child {
  margin-left: 80px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row span > div {
  position: relative;
  line-height: normal;
  top: 15px;
  color: #888;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row span .port-nme {
  color: #004098;
  font-size: 13px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row span .svvd {
  height: 60px;
  line-height: 60px;
  top: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row span .svvd.second-svvd {
  top: -10px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row.clear-bottom {
  border-bottom: none;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row.mult-voyage {
  line-height: 108px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .transit {
  position: absolute;
  border: 1px dotted #979797;
  width: 15px;
  height: 58px;
  border-right: none;
  top: 26px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .transit .transit-label {
  background: #004098;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  position: relative;
  top: 16px;
  left: -11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-control {
  position: absolute;
  color: #F4A000;
  line-height: 60px;
  top: 0;
  left: -68px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-control.mult-voyage {
  line-height: 108px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-hot {
  position: absolute;
  background: #BD2A2A;
  color: #fff;
  font-size: 12px;
  width: 70px;
  height: 24px;
  line-height: 24px;
  left: -68px;
  padding-right: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-hot::after {
  position: absolute;
  content: '';
  border-top: 12px transparent dashed;
  border-left: 12px transparent dashed;
  border-bottom: 12px transparent dashed;
  border-right: 12px #fff solid;
  z-index: 100;
  top: 0;
  right: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-price {
  margin: 0 auto;
  color: #F4A000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-price .sales-status {
  position: absolute;
  left: -30px;
  margin: auto;
  width: 30px;
  height: auto;
  line-height: 15px;
  top: 0;
  color: #BD2A2A;
  font-size: 12px;
  text-align: center;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-price::before {
  content: '¥';
  font-size: 16px;
  font-weight: normal;
  padding-right: 2px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .voyage-price:hover {
  cursor: pointer;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .sell-label {
  color: #999999;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .btn-create-wbl {
  border-radius: 5px;
  width: 80px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: none;
  background: #F4A000;
  box-shadow: 0 3px 5px 0 rgba(0, 32, 75, 0.22);
  outline-style: none;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .btn-create-wbl.solt-out {
  background: #999999;
  color: #e8e8e8;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .transit-voyage {
  top: 26px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list .voyage-row .login-show-price {
  display: inline-block;
  height: 61px;
  background: #F8FBFF;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 {
  margin: 0 12px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 span {
  display: inline-block;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 span:first-child {
  position: relative;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-title {
  padding: 8px;
  border-bottom: 1px solid #DEE3EA;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-title span:first-child {
  margin-left: 20px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-title .cargo-cutoff-notice {
  margin-left: 2px !important;
  top: 2px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('../../images/panhub/warning.svg');
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-title .cargo-cutoff-tooltips {
  position: absolute!important;
  left: 134px;
  top: -20px;
  width: 264px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  color: #F79400;
  font-weight: bold;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row {
  border-bottom: 1px dotted #DEE3EA;
  line-height: 60px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row span {
  font-size: 14px;
  vertical-align: top;
  height: 60px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row span:first-child {
  margin-left: 20px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row span > div {
  position: relative;
  line-height: normal;
  top: 15px;
  color: #888;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row span .port-nme {
  color: #004098;
  font-size: 13px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row span .svvd {
  height: 60px;
  line-height: 60px;
  top: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row span .svvd.second-svvd {
  top: -10px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row.clear-bottom {
  border-bottom: none;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row.mult-voyage {
  line-height: 108px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .transit {
  position: absolute;
  border: 1px dotted #979797;
  width: 15px;
  height: 58px;
  border-right: none;
  top: 26px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .transit .transit-label {
  background: #004098;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  position: relative;
  top: 16px;
  left: -11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-control {
  position: absolute;
  color: #F4A000;
  line-height: 60px;
  top: 0;
  left: -68px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-control.mult-voyage {
  line-height: 108px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-hot {
  position: absolute;
  background: #BD2A2A;
  color: #fff;
  font-size: 12px;
  width: 70px;
  height: 24px;
  line-height: 24px;
  left: -68px;
  padding-right: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-hot::after {
  position: absolute;
  content: '';
  border-top: 12px transparent dashed;
  border-left: 12px transparent dashed;
  border-bottom: 12px transparent dashed;
  border-right: 12px #fff solid;
  z-index: 100;
  top: 0;
  right: 0;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-price {
  margin: 0 auto;
  color: #F4A000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  left: -30px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-price .sold-out-soon {
  color: #004098;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-price .normal {
  color: #F79400;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-price .sales-status {
  position: absolute;
  margin: auto;
  width: 60px;
  height: auto;
  line-height: 15px;
  top: 5px;
  font-size: 12px;
  text-align: center;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-price::before {
  content: '¥';
  font-size: 16px;
  font-weight: normal;
  padding-right: 2px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .voyage-price:hover {
  cursor: pointer;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .sell-label {
  color: #999999;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .btn-create-wbl {
  border-radius: 5px;
  width: 80px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: none;
  background: #F4A000;
  box-shadow: 0 3px 5px 0 rgba(0, 32, 75, 0.22);
  outline-style: none;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .btn-create-wbl.solt-out {
  background: #999999;
  color: #e8e8e8;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .btn-create-wbl.btn-onSale-notice {
  margin-left: 29px;
  background-color: #66b1ff;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .transit-voyage {
  top: 26px;
}
.eb-section .prod-list .prod-rte-voyage .prod-voyage-list .voyage-list-v2 .voyage-row .login-show-price {
  display: inline-block;
  height: 61px;
  background: #F8FBFF;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.eb-section .cg-busy-default-sign {
  border-radius: 7px;
  background: #fff;
  border-top-width: 1px;
}
.eb-section .cg-busy-default-sign .cg-busy-default-spinner {
  background: url(/images/panhub/icon.gif) no-repeat center;
  background-size: 33px 30px;
  width: 33px;
  height: 30px;
  top: 10px;
}
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar1,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar2,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar3,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar4,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar5,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar6,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar7,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar8,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar9,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar10,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar11,
.eb-section .cg-busy-default-sign .cg-busy-default-spinner .bar12 {
  display: none;
}
.eb-section .cg-busy-default-sign .cg-busy-default-text {
  margin-left: 58px;
}
.col-relative {
  position: relative;
}
.hp-section {
  width: 1280px;
  padding: 32px;
  margin: 0 auto;
  text-align: center;
}
