p {
  margin: 0;
}
.service-fee {
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}
.service-fee .fixed-head {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  z-index: 99;
  position: fixed;
  top: 60px;
  display: none;
}
.service-fee .fixed-head.show-fixed-head {
  display: block;
}
.service-fee .fixed-head .head-container {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.tabs-ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-ul .tab-li {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  color: #333333;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.tabs-ul .tab-li.active,
.tabs-ul .tab-li:hover {
  color: var(--color-theme-1);
}
.tabs-ul .tab-li.active {
  font-weight: bold;
}
.tabs-ul .tab-li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFEBDA;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-click {
  background: #FFEBDA;
  padding: 7px 16px;
  margin-top: 8px;
}
.tooltip-click .tooltip-label {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.tooltip-click .tooltip-anchors {
  color: #666;
  margin-left: 15px;
}
.tooltip-click .tooltip-anchors .anchor-btn {
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 15px;
  position: relative;
}
.tooltip-click .tooltip-anchors .anchor-btn:nth-of-type(1) {
  margin-left: 0;
}
.tooltip-click .tooltip-anchors .anchor-btn:nth-of-type(1)::after {
  content: "";
}
.tooltip-click .tooltip-anchors .anchor-btn::after {
  content: "+";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 14px;
}
.tooltip-click .tooltip-anchors .anchor-btn:hover,
.tooltip-click .tooltip-anchors .anchor-btn.active {
  color: var(--color-theme-1);
}
.service-fee .service-header {
  background: url(/egg/image/serviceFee/header_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.service-fee .service-title {
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  width: 1200px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 20px;
  text-shadow: 0px 2px 4px rgba(201, 50, 12, 0.37);
}
.service-fee .description {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: left;
  width: 1200px;
  margin: 8px auto;
}
.service-fee .description .detaildes {
  color: rgba(255, 255, 255, 0.8);
}
.service-fee .description .detaildes1 {
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(201, 50, 12, 0.5);
}
.service-fee .description p + p {
  margin-top: 16px;
}
.service-fee .content {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.advantages-content {
  margin: 80px auto 0;
  padding-bottom: 50px;
  width: 1200px;
}
.advantages-content .advantages-title {
  font-size: 32px;
  color: #333;
  letter-spacing: 1px;
}
.advantages-content .advantages-list {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages-content .advantages-item {
  width: 373px;
  height: 220px;
  padding-bottom: 10px;
  position: relative;
  top: 0;
}
.advantages-content .advantages-item .img {
  width: 132px;
}
.advantages-content .advantages-item .content {
  color: #666;
}
.advantages-content .advantages-item .black {
  color: #333;
}
.advantages-content .advantages-item:hover {
  transition: 0.5s;
  top: -10px;
}
.advantages-content .advantages-item:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 180px;
  height: 10px;
}
.tab-list {
  background: linear-gradient(180deg, #FFF9E9 0, rgba(242, 249, 255, 0) 400px);
  padding-top: 54px;
}
.tab-list .tab-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-list .tab-items .tab-item {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  min-width: 284px;
  height: 40px;
  padding: 0 12px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  border: 1px solid transparent;
}
.tab-list .tab-items .tab-item:first-child {
  margin-right: 24px;
}
.tab-list .tab-items .tab-item.active {
  color: #ffffff;
  background: #333333;
}
.tab-list .tab-items .tab-item:hover {
  border-color: #333333;
}
.tab-list .tab-desc {
  margin-top: 24px;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.tab-list .head-box {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #FFF9E9 0%, rgba(242, 249, 255, 0) 100%);
  filter: blur(0px);
}
.tab-list .head-box .head-item {
  width: 386px;
  padding: 2px;
  background: linear-gradient(180deg, #ff7700 0%, #FFAF66 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-left: 22px;
}
.tab-list .head-box .head-item:nth-of-type(1) {
  margin-left: 0;
}
.tab-list .head-box .head-item .head-item-title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding-left: 18px;
  text-align: left;
  height: 44px;
  line-height: 44px;
}
.tab-list .head-box .head-item .head-item-box {
  text-align: left;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-radius: 6px;
  padding: 18px;
}
.tab-list .head-box .head-item .warehouse-name {
  font-size: 14px;
  color: var(--color-theme-1);
  margin-bottom: 10px;
}
.tab-list .head-box .head-item .warehouse-name span {
  margin-left: 3px;
}
.tab-list .head-box .head-item .warehouse-desc {
  color: #999;
  font-size: 14px;
}
.tab-list .head-box .head-item .anchor {
  margin-top: 8px;
  color: #666;
}
.tab-list .head-box .head-item .anchor span.anchor-text {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 15px;
  position: relative;
}
.tab-list .head-box .head-item .anchor span.anchor-text:nth-of-type(1) {
  margin-left: 0;
}
.tab-list .head-box .head-item .anchor span.anchor-text:nth-of-type(1)::after {
  content: "";
}
.tab-list .head-box .head-item .anchor span.anchor-text::after {
  content: "+";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 14px;
}
.tab-list .head-box .head-item .anchor span.anchor-text:hover,
.tab-list .head-box .head-item .anchor span.anchor-text.active {
  color: var(--color-theme-1);
}
.tab-list .head-box .head-item .anchor .plus {
  margin: 0 5px;
}
.shipping-fee {
  width: 1200px;
  margin: 0 auto;
}
.shipping-fee .fee-item {
  padding: 16px 20px;
  background: linear-gradient(182deg, #FFEFE0 0%, #FFF6EE 100%);
  border-top: 1px solid #FFC795;
  position: relative;
}
.shipping-fee .fee-item.hide {
  max-height: 111px;
  overflow: hidden;
}
.shipping-fee .fee-item .title-line {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 49px;
  background: #333333;
}
.shipping-fee .fee-item .collapse {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-theme-1);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.shipping-fee .fee-item .collapse i.iconfont {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.shipping-fee .fee-item .collapse.expose {
  transform: rotate(180deg);
}
.shipping-fee .fee-item .collapse:hover {
  background-color: var(--color-theme-1-1);
}
.shipping-fee .fee-item .fee-title {
  display: flex;
  align-items: center;
}
.shipping-fee .fee-item .fee-title span.fee-name {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
}
.shipping-fee .fee-item .fee-title span.fee-tip {
  margin-left: 10px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  text-align: left;
}
.shipping-fee .fee-item .fee-title span.fee-tip a {
  color: var(--color-theme-1);
  text-decoration: underline;
}
.shipping-fee .fee-item .tags {
  width: 100%;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  margin-top: 8px;
  line-height: 1;
}
.shipping-fee .fee-item .tags .tag {
  display: flex;
  align-items: center;
  margin-left: 100px;
}
.shipping-fee .fee-item .tags .tag:nth-of-type(1) {
  margin-left: 0;
}
.shipping-fee .fee-item .tags .tag i.iconfont {
  color: var(--color-theme-1);
}
.shipping-fee .fee-item .tags .tag span {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-left: 8px;
}
.shipping-outbound-tip {
  color: #999;
  font-size: 14px;
  margin: 10px auto 80px;
  line-height: 24px;
  text-align: left;
  width: 1200px;
}
.shipping-warehouse-tip {
  text-align: center;
  color: #999;
  margin: 10px auto 28px;
  font-size: 14px;
}
.shipping-warehouse-tip .theme-color {
  color: var(--color-primary);
}
.shipping-case-box {
  width: 1200px;
  background: #FBFBFB;
  border-radius: 16px;
  margin: 0 auto 20px;
  text-align: left;
  overflow: hidden;
}
.shipping-case-box .shipping-case-title {
  font-size: 16px;
  padding: 20px 24px;
}
.shipping-case-box .shipping-case-title .warehouse {
  color: #999;
}
.shipping-case-box .shipping-case-content {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.shipping-case-box .shipping-case-item {
  width: 490px;
}
.shipping-case-box .shipping-case-item .case-title {
  font-size: 16px;
  color: var(--color-primary);
}
.shipping-case-box .shipping-case-item .case-content {
  font-size: 14px;
  margin-top: 10px;
}
.shipping-case-box .shipping-case-item .case-calculation {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}
.shipping-case-box .shipping-case-tip {
  height: 32px;
  background: #F5F5F5;
  line-height: 32px;
  text-align: center;
  color: #999;
  margin-top: 20px;
}
.shipping-chat {
  margin: 32px auto;
  width: 1200px;
  height: 40px;
  line-height: 40px;
  background: var(--color-primary);
  border-radius: 30px;
  color: #666;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.shipping-chat .chat-icon {
  width: 28px;
  height: 22px;
  margin-left: 4px;
}
.shipping-chat .chat-icon:hover {
  animation: none;
  margin-top: -4px;
}
.shipping-chat:hover {
  background-color: var(--color-theme-1-1);
}
.fulfillmentServiceNote {
  text-align: center;
  margin-bottom: 27px;
}
.fulfillmentServiceCase {
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.fontWeight {
  font-weight: 600;
}
.heartBeat {
  display: inline-block;
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.common-table {
  width: 100%;
  margin-top: 16px;
}
.common-table tr,
.common-table th,
.common-table td {
  border: 1px solid #eeeeee;
}
.common-table td,
.common-table th {
  min-height: 40px;
  padding: 12px 10px;
}
.common-table th {
  color: #fff;
  background-color: #333;
  border-color: #666;
}
.common-table td {
  color: #666;
  font-size: 14px;
  background-color: #fff;
  vertical-align: middle;
  border-color: #eee;
}
.common-table td .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-table tr.focus-tr td {
  background-color: #FFFAF5;
}
.sub-title {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  text-align: left;
  margin-top: 16px;
}
.sub-title span.sub-title-tip {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-left: 10px;
}
.calcation-text {
  margin-top: 10px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  text-align: left;
}
.calcation-text a {
  color: var(--color-theme-1);
  text-decoration: underline;
  transition: all 0.3s;
}
.calcation-text a:hover {
  color: var(--color-theme-1-1);
}
.case {
  width: 100%;
  margin-top: 16px;
}
.case .case-title {
  font-size: 16px;
  color: #333;
  text-align: left;
}
.case .case-title span {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}
.case .case-box {
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 34px 10px 16px 10px;
  position: relative;
  text-align: left;
}
.case .case-box .case-tag {
  position: absolute;
  padding: 8px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDFC2;
  border-radius: 0px 36px 36px 0px;
  left: -4px;
  top: 4px;
  color: var(--color-theme-1);
}
.case .case-box .case-tag::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #E7B78C;
  position: absolute;
  left: 2px;
  top: 18px;
  transform: rotate(-45deg);
}
.case .case-box .case-con {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.case .case-box .case-foot {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.text999 {
  text-align: left;
  color: #999;
  font-size: 14px;
}
.text999.center {
  text-align: center;
}
.Add-On-Cost {
  margin-top: 80px;
}
.Add-On-Cost .add-on-tit {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
.Add-On-Cost .common-table {
  margin-top: 24px;
}
