.choose-us {
  background-image: linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 108px;
}
.choose-us .head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose-us .head .title {
  font-size: 44px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: bold;
}
.choose-us .head .desc {
  margin-top: 20px;
  font-size: 20px;
  color: var(--text-sub-color);
}
.choose-us .head .primary {
  color: var(--primary-color);
}
.choose-us > .content {
  display: flex;
  grid-gap: 30px;
  width: var(--main-content-width);
}
.choose-us > .content .row {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px;
  border: 1px solid #fac39c;
  box-shadow: 0px 2px 20px 0px rgba(82, 38, 8, 0.05);
  border-radius: 12px;
  background-color: white;
}
.choose-us > .content .row .item {
  display: flex;
  column-gap: 20px;
}
.choose-us > .content .row .item .icon {
  display: block;
  width: 66px;
  height: 66px;
}
.choose-us > .content .row .item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose-us > .content .row .item .title {
  font-size: 22px;
  font-weight: bold;
  font-family: Microsoft YaHei UI-Bold;
}
.choose-us > .content .row .item .desc {
  font-size: 18px;
  color: var(--text-sub-color);
}
.choose-us .actions {
  display: flex;
  margin: 60px 0 70px;
  column-gap: 40px;
  justify-content: center;
}
.choose-us .actions button {
  font-weight: bold;
  font-size: 18px;
}
.register-step {
  background-color: #fffaf6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.register-step .head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register-step .head .title {
  font-size: 44px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: bold;
}
.register-step .head .desc {
  margin-top: 20px;
  font-size: 20px;
  color: var(--text-sub-color);
}
.register-step .head .primary {
  color: var(--primary-color);
}
.register-step > .content {
  width: var(--main-content-width);
  display: flex;
  flex-direction: column;
}
.register-step > .content .one {
  display: flex;
  grid-gap: 30px;
}
.register-step > .content .one .item {
  padding: 35px 40px;
  border-radius: 12px;
  background-color: #ffe9d9;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #ff6a00;
}
.register-step > .content .one .item .title {
  font-size: 30px;
  color: var(--primary-color);
}
.register-step > .content .one .item .desc {
  color: #65310d;
  font-size: 24px;
}
.register-step > .content .two {
  margin: 58px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #88664b;
  font-size: 24px;
}
.register-step > .content .two .no {
  font-size: 36px;
  color: var(--primary-color);
  font-style: italic;
  margin-right: 8px;
}
.register-step > .content .two .icon {
  width: 25px;
  display: block;
  margin: 0 40px;
}
.register-step .actions {
  display: flex;
  margin: 60px 0 70px;
  column-gap: 40px;
  justify-content: center;
}
.register-step .actions button {
  font-weight: bold;
  font-size: 18px;
}
.free-rule {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.free-rule > .head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.free-rule > .head .title {
  font-size: 44px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: bold;
}
.free-rule > .head .desc {
  margin-top: 20px;
  font-size: 20px;
  color: var(--text-sub-color);
}
.free-rule > .head .primary {
  color: var(--primary-color);
}
.free-rule > .content {
  width: var(--main-content-width);
  display: flex;
  column-gap: 32px;
}
.free-rule > .content .item {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #fcd1b2;
  background-color: white;
}
.free-rule > .content .item .head {
  font-size: 34px;
  font-weight: bold;
  font-family: Microsoft YaHei UI-Bold;
  background-image: url("../../img/vip-2@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 30px;
  flex-direction: column;
}
.free-rule > .content .item .head .title {
  display: flex;
  align-items: center;
}
.free-rule > .content .item .head .desc {
  font-size: 18px;
  color: #995f36;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
}
.free-rule > .content .item .info {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  row-gap: 8px;
  min-height: 160px;
}
.free-rule > .content .item .info .child {
  display: flex;
  align-items: center;
}
.free-rule > .content .item .info .child::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin-right: 10px;
}
.free-rule > .content .item .info .success {
  color: #22bf39;
  font-size: 20px;
}
.free-rule > .content .item .line {
  margin: 0 30px;
  border-bottom: 1px dashed #ccc;
}
.free-rule > .content .item .value {
  padding: 20px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.free-rule > .content .item .value .val {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.free-rule > .content .item .value .val .icon {
  margin-top: 2px;
  display: block;
  width: 15px;
}
.free-rule > .content .item .value .val .name {
  font-weight: bold;
  font-size: 22px;
}
.free-rule > .content .item .value .val .sub {
  margin-top: 4px;
  color: var(--text-sub-color);
}
.free-rule > .content .item .total-price {
  text-align: center;
  font-size: 32px;
}
.free-rule > .content .item .total-price .price {
  color: var(--primary-color);
  font-size: 48px;
  font-weight: bold;
}
.free-rule > .content .item .total-price .desc {
  color: var(--text-sub-color);
  font-size: 16px;
}
.free-rule > .content .item .actions {
  margin: 40px 30px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.free-rule > .content .item .actions button {
  flex: 1;
  font-size: 18px;
}
.free-rule > .content .item .actions button.vip {
  background-color: #2d2a26;
  border-color: #2d2a26;
}
.free-rule > .content .item.vip .head {
  background-image: url("../../img/vip-1@2x.png");
}
.free-rule > .content .item.vip .head img {
  display: block;
  width: 30px;
  margin-left: 10px;
}
.swiper-slide .head-button {
  grid-gap: 20px;
}
.swiper-slide .head-button .btn {
  width: 212px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
.swiper-slide .head-button a {
  text-decoration: none;
}
.register:not(.truestart):not(.foreignTrade):not(.domain) .swiper-slide {
  position: relative;
}
.register:not(.truestart):not(.foreignTrade):not(.domain)
  .swiper-slide
  .head-button {
  position: absolute;
  left: 17%;
  bottom: 40px;
}
.register:not(.truestart):not(.foreignTrade):not(.domain) .banner-form {
  height: auto;
}
.register:not(.truestart):not(.foreignTrade):not(.domain)
  .banner-form
  .input_table
  > div {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #181818;
  line-height: 24px;
  margin-bottom: 30px;
}
.register:not(.truestart):not(.foreignTrade):not(.domain) .banner-form .tips {
  margin-top: 16px;
  text-align: center;
}
.register:not(.truestart):not(.foreignTrade):not(.domain)
  .banner-form
  .tips
  .contactus {
  color: #ff6a00;
  cursor: pointer;
}
.register.charge #banner .swiper-slide {
  position: relative;
}
.register.charge #banner .swiper-slide .head-button {
  position: absolute;
  left: 17%;
  bottom: 70px;
}
.register.charge #banner .swiper-slide .head-button .btn:nth-child(1) {
  background: #ffd89b;
  color: #b14100;
}
.register.charge #banner .swiper-slide .head-button .btn:nth-child(2) {
  border-color: #fff;
  color: #fff;
}
.truestart .swiper-slide {
  position: relative;
}
.truestart .swiper-slide .banner-text {
  top: 60px;
  left: 17%;
  position: absolute;
}
.truestart .swiper-slide .banner-text > div:nth-child(1) {
  font-size: 22px;
  color: #181818;
  line-height: 24px;
  margin-bottom: 25px;
}
.truestart .swiper-slide .banner-text > div:nth-child(2) {
  font-weight: bold;
  font-size: 70px;
  color: #181818;
  line-height: 75px;
  letter-spacing: 8px;
  margin-bottom: 20px;
}
.truestart .swiper-slide .banner-text > div:nth-child(2) span {
  color: #ff6a00;
}
.truestart .swiper-slide .banner-text > div:nth-child(3) {
  font-weight: 400;
  font-size: 42px;
  color: #181818;
  line-height: 75px;
  margin-bottom: 12px;
}
.truestart .swiper-slide .banner-text > div:nth-child(4) {
  height: 47px;
  background: linear-gradient(90deg, #ff7a1a 0%, #ffa300 100%);
  border-radius: 2px 2px 2px 2px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  width: fit-content;
  margin-bottom: 40px;
}
.foreignTrade .swiper-slide,
.domain .swiper-slide {
  position: relative;
}
.foreignTrade .swiper-slide .banner-text,
.domain .swiper-slide .banner-text {
  top: 60px;
  left: 17%;
  position: absolute;
}
.foreignTrade .swiper-slide .banner-text > div:nth-child(1),
.domain .swiper-slide .banner-text > div:nth-child(1) {
  font-weight: bold;
  font-size: 70px;
  color: #181818;
  line-height: 75px;
  letter-spacing: 8px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.foreignTrade .swiper-slide .banner-text > div:nth-child(1) span,
.domain .swiper-slide .banner-text > div:nth-child(1) span {
  color: #ff6a00;
}
.foreignTrade .swiper-slide .banner-text > div:nth-child(1) img,
.domain .swiper-slide .banner-text > div:nth-child(1) img {
  width: 192px;
  position: relative;
  top: -10px;
}
.foreignTrade .swiper-slide .banner-text > div:nth-child(2),
.domain .swiper-slide .banner-text > div:nth-child(2) {
  font-size: 42px;
  color: #181818;
  line-height: 60px;
  margin-bottom: 30px;
}
.foreignTrade .swiper-slide .banner-text > div:nth-child(3),
.domain .swiper-slide .banner-text > div:nth-child(3) {
  line-height: 30px;
  display: flex;
  font-size: 22px;
  color: #181818;
  margin-bottom: 40px;
}
.foreignTrade .swiper-slide .banner-text > div:nth-child(3) > div,
.domain .swiper-slide .banner-text > div:nth-child(3) > div {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #ff6a00;
}
.foreignTrade
  .swiper-slide
  .banner-text
  > div:nth-child(3)
  > div:nth-last-child(1),
.domain .swiper-slide .banner-text > div:nth-child(3) > div:nth-last-child(1) {
  margin-right: 0;
  border-right: none;
}
.index .swiper-slide {
  position: relative;
}
.index .swiper-slide .banner-text {
  top: 60px;
  /* left: 17%; */
  position: absolute;
  width: 1280px;
  left: 50%;
  transform: translateX(-50%);
}
.index .swiper-slide .banner-text > div:nth-child(1) {
  font-weight: bold;
  font-size: 46px;
  color: #181818;
  line-height: 75px;
  margin-bottom: 20px;
  position: relative;
}
.index .swiper-slide .banner-text > div:nth-child(1) img {
  width: 115px;
  position: absolute;
  top: -20px;
  right: -80px;
}
.index .swiper-slide .banner-text > div:nth-child(2) {
  height: 47px;
  background: linear-gradient(90deg, #ff7a1a 0%, #ffa300 100%);
  border-radius: 2px 2px 2px 2px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  width: fit-content;
  margin-bottom: 40px;
}
.index .swiper-slide .banner-text > div:nth-child(3) {
  line-height: 30px;
  display: flex;
  font-size: 22px;
  color: #181818;
  margin-bottom: 20px;
}
.index .swiper-slide .banner-text > div:nth-child(3) > div {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #ff6a00;
}
.index .swiper-slide .banner-text > div:nth-child(3) > div:nth-last-child(1) {
  margin-right: 0;
  border-right: none;
}
