.fulfillment-box {
  background: #fff;
  margin-top: 80px;
}
.fulfillment-banner {
  background: #fff;
  height: 460px;
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.fulfillment-banner .img {
  width: 50%;
}
.fulfillment-banner .img img {
  width: 120%;
  min-height: 100%;
}
.fulfillment-banner-text {
  position: absolute;
  left: 14%;
  top: 135px;
  color: #fff;
}
.fulfillment-banner-text .title {
  font-size: 40px;
}
.fulfillment-banner-text .title::before {
  content: '';
  width: 236px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 25px;
}
.fulfillment-banner-text .cont {
  font-size: 20px;
}
.fulfillment-banner-text .text_p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.fulfillment-banner-text .button {
  display: inline-block;
  color: #fff;
  width: 322px;
  height: 41px;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
.fulfillment-banner-text .button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.fulfillment-info {
  text-align: center;
  width: 1130px;
  margin: 0 auto;
  padding: 80px 0;
}
.fulfillment-info h1 {
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  margin-bottom: 30px;
}
.fulfillment-info p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 12px;
}
.fulfillment-info .text_p {
  margin-bottom: 16px;
}
.fulfillment-info .theme {
  color: var(--color-theme-1);
}
.fulfillment-info .theme-link {
  color: var(--color-theme-1);
}
.fulfillment-info .theme-link:hover {
  text-decoration: underline;
}
.fulfillment-cont1 .title {
  text-align: center;
  height: 45px;
  font-size: 32px;
  color: #333333;
  line-height: 45px;
}
.fulfillment-cont1-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.fulfillment-cont1-item {
  width: 580px;
  height: 227px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  margin-top: 38px;
}
.fulfillment-cont1-item .info-title {
  font-size: 24px;
  margin-bottom: 14px;
  line-height: 1;
}
.fulfillment-cont1-item .info-cont {
  font-size: 18px;
  line-height: 25px;
}
.fulfillment-cont1-item .icon-box {
  margin-right: 40px;
}
.fulfillment-cont1-item .icon {
  background: url(/static/image/fulfillment/fulfillment-8.png) no-repeat;
  background-size: 80px auto;
  display: block;
  width: 80px;
  height: 80px;
}
.fulfillment-cont1-item .price-logo {
  background-position: 0 0;
}
.fulfillment-cont1-item .service-logo {
  background-position: 0 -85px;
}
.fulfillment-cont1-item .lines-logo {
  background-position: 0 -173px;
}
.fulfillment-cont1-item .package-logo {
  background-position: 0 -260px;
}
.fulfillment-cont1-item .text_p {
  margin-bottom: 8px;
  display: flex;
  font-size: 18px;
}
.fulfillment-cont1-item .text_p::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
  margin-right: 6px;
  margin-top: 8px;
  flex: 0 0 4px;
}
.fulfillment-cont2 {
  width: 1081px;
  margin: 76px auto 0;
  padding-bottom: 80px;
}
.fulfillment-cont2 .text_p {
  margin-bottom: 8px;
  display: flex;
  font-size: 18px;
}
.fulfillment-cont2 .text_p::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
  margin-right: 6px;
  margin-top: 8px;
  flex: 0 0 4px;
}
.fulfillment-cont2 .title {
  text-align: center;
  height: 45px;
  font-size: 32px;
  color: #333333;
  line-height: 45px;
}
.fulfillment-cont2-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.fulfillment-cont2-item .img {
  width: 505px;
}
.fulfillment-cont2-item .img img {
  width: 100%;
}
.fulfillment-cont2-item .info {
  width: 416px;
}
.fulfillment-cont2-item .info-title {
  height: 40px;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.fulfillment-cont2-item .info-cont {
  font-size: 16px;
  line-height: 22px;
}
.fulfillment-join {
  background: url(/static/image/fulfillment/fulfillment-7_1.png) no-repeat center center;
  background-size: cover;
  height: 166px;
  padding-top: 24px;
}
.fulfillment-join .title {
  font-size: 32px;
  color: var(--color-font-4);
  text-align: center;
}
.fulfillment-join .theme {
  color: var(--color-theme-1);
}
.fulfillment-join .btn {
  background: var(--color-theme-1);
  color: var(--color-font-4);
  width: 159px;
  height: 48px;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
  display: block;
  margin: 18px auto;
}
.fulfillment-join .btn:hover {
  background: var(--color-theme-1-1);
}
