.calculation-box { width: 1200px; margin: auto; }
.calculation-box .cost-sub-box{padding-bottom:20px;}
.calculation-box .cost-sub-box.pdt0 { padding-top: 15px; }
.calculation-box .cost-sub-box.table-list{min-height:247px;}

.flex{display: flex;}
.flex.jcc{justify-content: center;}
.flex.aic{align-items: center;}
.flex.ais{align-items: flex-start;}
.flex.aie{align-items: flex-end;}
.flex.fdr{flex-direction: row;}
.flex.fdc{flex-direction:column;}
.flex.fwp{flex-wrap: wrap;}

.calculation-box .cost-sub-box ._tit{
  line-height: 38px;
  font-size:16px;
  color:#fff;
  background-color:var(--color-bg-4);
  padding:0 32px;
}
.calculation-box .cost-sub-box ._box{background-color:#fff;min-height:271px;}

._params .input-item{margin-top:15px;font-size:14px;}
._params .input-item label.left-label {
  padding-right: 12px;
  min-width: 143px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
._params .input-item label.destination-country,
._params .input-item label.store-located {
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
._params .input-item label.volume-label {
  padding-right: 12px;
  min-width: 135px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
._params .input-item input,
._params .input-item select {
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding: 0 10px;
}
._params .input-item .custom-select,
._params .input-item .custom-input,
._params .input-item .select2-container {
  width: 300px !important;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
}
._params .input-item .select2-selection {
  border: none !important;
  overflow: hidden;
}
.select2-results__option {
  font-size: 14px;
}
._params .input-item .select-pleaseholder {
  color: #999999;
}
._params .input-item option {
  color: #333333;
}
._params .input-item .volume-weigth {
  width: 160px;
  height: 32px;
  line-height: 33px;
  padding-right: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
}
._params .input-item .attribute-item input {
  min-width: 138px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #C1C1C1;
  padding-left: 5px;
  margin-right: 10px;
}
._params .input-item .attribute-box label {
  padding-left: 26px;
  width: 166px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
._params .calc-btn {
  margin:15px 0;
  padding-left: 143px;
}
._params .calc-btn button{
  width: 160px;
  height:32px;
  background:var(--color-theme-1);
  border-radius:4px;
  color:var(--color-font-4);
  transition: all .45s;
}
._params .calc-btn button:hover{
  background:var(--color-theme-1-1);
  color:var(--color-font-4);
}

.result-table{width:100%;font-size:14px;}
.result-table thead tr {
  background-color: var(--color-bg-9);
  height: 40px;
}
.result-table thead tr th {
  text-align: center;
  color: var(--color-font-1);
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}
.result-table tbody tr:nth-of-type(even){background-color: #e1e1e1;}
.result-table tbody tr td{padding:10px 0;font-size:14px;}
.result-table tbody tr td .td{display: flex;justify-content: center;align-items: center;}
.result-table tbody tr td .td label.cast{display:inline-block;padding:5px 10px;background-color:rgba(249,148,41,1);color:#fff;border-radius: 4px;margin-left:10px;}

/* bubble */
.bubble {
  position: relative;
  cursor: default;
  line-height: 1;
}
.bubble .bubble-hover{display:none;min-width:140px;position: absolute;left:100%;top:50%;transform: translateY(-50%);z-index: 1;}
.bubble .bubble-hover .bubble-content{position: relative;width:100%;background-color:rgba(0,0,0,0.75);border-radius: 4px;margin-left:8px;}
.bubble .bubble-hover .bubble-content .bubble-arrow{position: absolute;display: block;left:-4px;top:50%;transform: translateY(-50%) rotate(45deg);width: 8.48528137px;height: 8.48528137px;background: transparent;border-style: solid;border-width: 4.24264069px;border-color: transparent transparent rgba(0,0,0,0.75) rgba(0,0,0,0.75);}
.bubble .bubble-hover .bubble-content .bubble-inner{ padding: 9px 20px; line-height: initial; color: #fff; }
.bubble .bubble-hover .bubble-content .bubble-inner ul li{color:#fff;font-size:14px;}
.bubble:hover .bubble-hover{display: block;}

/* bubble 左边 */
.bubble.left .bubble-hover{right:100%;left:unset;}
.bubble.left .bubble-hover .bubble-content{margin-left:0;margin-right:8px;}
.bubble.left .bubble-hover .bubble-content .bubble-arrow{left:unset;right:-3px;border-color: rgba(0,0,0,0.75) rgba(0,0,0,0.75) transparent transparent;}

/* bubble 上 */
.bubble.top .bubble-hover{bottom:100%;left:50%;top:unset;transform: translate(-50%,0);min-width:220px;}
.bubble.top .bubble-hover .bubble-content{margin-left:0;margin-bottom:8px;}
.bubble.top .bubble-hover .bubble-content .bubble-arrow{left:50%;bottom:-8px;top:unset;border-color: transparent rgba(0,0,0,0.75) rgba(0,0,0,0.75)transparent;transform: translate(-50%,-50%) rotate(45deg)}

/* select2插件样式 */
.select2-container {
  /*width: 340px !important;*/
}

.select2-dropdown {
  border-color: #C1C1C1 !important;
}

.select2-selection {
  border-radius: 0 !important;
  border-color: #C1C1C1 !important;
}

.select2-selection--single .select2-selection__arrow b {
  border-color: black !important;
  border-width: 0 1.5px 1.5px 0 !important;
  width: 6.5px !important;
  height: 6.5px !important;
  transform: rotate(45deg);
  margin-top: -5px !important;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: black !important;
  border-width: 0 1.5px 1.5px 0 !important;
  width: 6.5px !important;
  height: 6.5px !important;
  transform: rotate(45deg);
  margin-top: -5px !important;
}
.tableIcon {
  color: var(--color-theme-1);
  font-size:15px;
}
.tableIcon:hover{
  color: var(--color-theme-1)
}

/* 仅查询履约尾程的单选框 */
.check-radio {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.check-radio .iconfont {
  margin-right: 10px;
  color: var(--color-line-1);
}

.check-radio.checked .iconfont {
  color: var(--color-theme-1);
}

/* 外层内容区 */
.calc-container {
  /* 178px 是其他组件的高度, 30px 是内容区与上方搜索栏的间隔 */
  min-height:calc(100vh - 178px);
  display: flex;
  flex-direction: column;
}
.calc-box {
  background: var(--color-font-4);
  /*margin-top: 30px;*/
  flex: 1;
}
.calc-container .tab-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-line-3);
}

.tab-box .tab-item {
  padding: 38px 0 16px 0;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-font-2);
  line-height: 25px;
  cursor: pointer;
  user-select: none;
}

.tab-box .tab-item:hover {
  color: var(--color-primary);
}

  /* 活动 tab */
.tab-box .active-item {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.active-item::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 3px;
  background: var(--color-primary);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.no-data {
  padding-top: 49px;
  height: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-data img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.no-data span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-font-3);
  line-height: 20px;
}

/* 仓库费用试算 */
.warehouse-fee {
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
}

/* select */
.warehouse-select {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.warehouse-select .warehouse-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-font-1);
  line-height: 20px;
  margin-right: 20px;
}

.warehouse-select .select-container {
  position: relative;
}

.select-container .select-input {
  width: 272px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid var(--color-line-3);
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 14px;
  font-weight: 400;
  color: var(--color-font-1);
  line-height: 20px;

  cursor: pointer;
  user-select: none;
}

.select-container .select-input span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-container .select-input .iconfont {
  /*font-size: 14px;*/
  color: #333333;
}

.select-container .select-options {
  position: absolute;
  top: 36px;
  width: 272px;
  border: 1px solid var(--color-line-3);
  border-radius: 4px;
  background: var(--color-theme-2);
}

.select-options .option-item {
  min-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-font-2);
  line-height: 22px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select-options .option-item:hover {
  /*background: #FAFAFA;*/
  color: var(--color-theme-1);
}

.select-options .active-option {
  background: #ffe4cc !important;
  color: var(--color-theme-1) !important;
}

/* table 样式 */
.fee-box {
  padding-bottom: 40px;
}
.fee-box .fee-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 20px;
}
.fee-box .fee-title span {
  color: #666666;
  margin-left: 16px;
}

.fee-scope {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  width: 1125px;
}

.fee-scope-box {
  display: flex;
  justify-content: space-between;
}

.fee-scope-fold {
  /*width: 75px;*/
  padding: 0 12px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-theme-1);
  line-height: 20px;
  cursor: pointer;
}
.fee-scope-fold:hover {
  background: var(--color-theme-1-opacity10);
}

.fee-scope-is-fold {
  height: 48px;
  overflow: hidden;
}

.fee-scope-fold i {
  font-size: 14px;
}
.fee-scope-fold-hide {
  pointer-events: none;
  cursor: default;
  opacity: 0;
}

.fee-scope .scope-item {
  padding: 0 16px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  display: flex;
  align-items: center;

  margin-bottom: 16px;
  background: #F9F8F8;
  border-radius: 16px;

  cursor: pointer;
  margin-right: 20px;
}
.fee-scope .scope-item:hover {
  color: var(--color-theme-1);
}

.fee-scope .active-scope-item {
  background: #ffeee0;
  color: var(--color-theme-1);
}

.fee-table {
  /*border-left: 1px solid #F9F8F8;*/
  /*border-right: 1px solid #F9F8F8;*/
  width: 100%;
}
.fee-table thead {
  border-left: 1px solid #F9F8F8;
  border-right: 1px solid #F9F8F8;
  height: 40px;
  background: #F9F8F8;
  border-radius: 4px 4px 0 0;
}
.fee-table tbody {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.fee-table thead th,
.fee-table tbody td {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  text-align: center;
}

.fee-table tbody tr {
  height: 70px;
  background: #FFFFFF;
  border-bottom: 1px solid #e4e4e4;
}

.fee-table thead th {
  font-weight: bold;
}
.fee-table tbody tr td .td label.cast {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(249, 148, 41, 1);
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
}

.fee-table.inbound-outbound thead th,
.fee-table.inbound-outbound tbody td {
  width: 145px;
}

.fee-table.inbound-outbound thead th:first-child,
.fee-table.inbound-outbound tbody td:first-child {
  text-align: left;
  padding-left: 30px;
  width: 160px;
}
.fee-table.inbound-outbound thead th:last-child,
.fee-table.inbound-outbound tbody td:last-child {
  padding-right: 30px;
  width: 170px;
}

.fee-table.warehouse-table thead th,
.fee-table.warehouse-table tbody td {
  width: 380px;
}

.fee-table.warehouse-table thead th:first-child,
.fee-table.warehouse-table tbody td:first-child {
  padding-left: 50px;
  width: 410px;
}

.fee-table.warehouse-table thead th:last-child,
.fee-table.warehouse-table tbody td:last-child {
  padding-right: 50px;
  width: 410px;
}

.fee-table .cost-type {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}

.calculation-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
}
.require-icon {
  color: red;
  margin-right: 4px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(255, 119, 0, 0.2) !important;
  color: var(--color-primary);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: var(--color-primary);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E4E4E4 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.input-item .shipped-top-brow {
  position: absolute;
  right: 0;
  font-weight: 800;
  font-size: 18px;
  transform: scale(0.8);
  color: black;
}

.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  color: #444 !important;
  padding-left: 12px !important;
  padding-top: 3px;
}