.check-cost-btn {
  /* width: 110px; */
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 24px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  padding: 0 5px;
  /* padding-right: 15px; */
  color: #333333;
  margin: 5px 10px;
}

.check-cost-btn .caret {
  position: absolute;
  right: 5px;
  top: 10px;
}

.check-cost-btn .country-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 115px;
  display: block;
}

.ship-cacu-com p {
  font-size: 12px;
}

.sku-list-ship .layui-layer-content {
  padding: 10px 0;
}

.sku-list-ship li {
  line-height: 36px;
}

.sku-list-ship li span {
  font-size: 14px;
}

.sku-list-ship .sele-coun-span {
  color: #000;
  font-weight: bold;
}

.sku-list-ship .country-list-sele {
  display: block;
  font-size: 14px;
  color: #000;
  width: 100%;
  height: 40px;
  line-height: 38px;
  background: #F4F4F4;
  border: none;
  margin-bottom: 10px;
}

.sku-list-ship li .left-span {
  float: left;
  margin-right: 10px;
  color: #000;
  font-weight: bold;
}
.newWuLiuIcon {
  font-size: 16px;
  color: var(--color-theme-1);
  cursor: pointer;
}
.newWuLiuIcon:hover {
  color: var(--color-theme-1-1);
}
.vip .newWuLiuIcon {
  color: var(--color-theme-1-vip);
}
.vip .newWuLiuIcon:hover {
  color: var(--color-theme-1-1-vip);
}
.ship-cacu-com .countryFlagBox .flagImg {
  width: 20px;
  height: 16px;
  vertical-align: top;
  margin-right: 6px;
}
.ship-cacu-com .countryFlagBox .country {
  font-size: 14px;
  color: #333333;
}