.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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: var(--main-content-width);
}
.choose-us > .content .item {
  padding: 25px 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 .item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.choose-us > .content .item .heads {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.choose-us > .content .item .icon {
  display: block;
  width: 45px;
}
.choose-us > .content .item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose-us > .content .item .title {
  font-size: 22px;
  font-weight: bold;
  font-family: Microsoft YaHei UI-Bold;
}
.choose-us > .content .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-size: 14px;
  width: 122px;
  height: 40px;
  padding: 0;
}
.choose-us .actions button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-weight: normal;
}
.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;
  align-items: flex-start;
  column-gap: 20px;
}
.register-step > .content .arrow {
  width: 80px;
  margin-top: 42px;
}
.register-step > .content .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register-step > .content .item .icon {
  width: 96px;
}
.register-step > .content .item .title {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #181818;
}
.register-step > .content .item .desc {
  color: #181818;
  font-size: 18px;
  list-style: 1.5em;
  text-align: center;
}
.register-step .actions {
  display: flex;
  margin: 60px 0 70px;
  column-gap: 40px;
  justify-content: center;
}
.register-step .actions button {
  font-size: 14px;
  width: 122px;
  height: 40px;
  padding: 0;
}
.register-step .actions button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-weight: normal;
}
.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 .bg1 {
  background-image: url('../../img/002/head-bg-001@2x.png');
}
.free-rule > .content .bg2 {
  background-image: url('../../img/002/head-bg-002@2x.png');
}
.free-rule > .content .bg3 {
  background-image: url('../../img/002/head-bg-003@2x.png');
}
.free-rule > .content .bg3 .icon {
  background-image: url('../../img/002/right-light@2x.png') !important;
}
.free-rule > .content .item {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #fcd1b2;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(47, 37, 32, 0.1);
}
.free-rule > .content .item .head {
  font-size: 38px;
  font-weight: bold;
  font-family: Microsoft YaHei UI-Bold;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  padding: 28px;
  justify-content: space-between;
  align-items: baseline;
}
.free-rule > .content .item .head .title {
  display: flex;
  align-items: center;
  color: #2E1300;
}
.free-rule > .content .item .head .icon {
  padding-left: 30px;
  padding-top: 22px;
  background-image: url('../../img/002/right@2x.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 22px;
}
.free-rule > .content .item .center {
  display: flex;
  padding: 0 25px;
  flex-direction: column;
}
.free-rule > .content .item .center .row {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.free-rule > .content .item .center .row .name {
  font-size: 24px;
}
.free-rule > .content .item .center .row .value {
  font-size: 34px;
  color: #FF6A00;
  font-weight: bold;
}
.free-rule > .content .item .center .row .down {
  padding: 22px 0 0 30px;
  position: absolute;
  background-image: url('../../img/002/down@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  right: 20px;
  top: 58px;
}
.free-rule > .content .item .center .detail {
  display: flex;
  flex-direction: column;
}
.free-rule > .content .item .center .detail .tags {
  display: flex;
  padding: 20px 0 5px;
  column-gap: 25px;
}
.free-rule > .content .item .center .detail .tags span {
  background: rgba(255, 106, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFB682;
  padding: 5px 20px;
  font-size: 14px;
  color: #FF6A00;
}
.free-rule > .content .item .center .detail .total {
  margin: 10px 0;
}
.free-rule > .content .item .center .detail .total .price {
  font-size: 26px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: Regular;
  color: #000;
}
.free-rule > .content .item .center .detail .total .price::before {
  content: "原价：￥";
  font-size: 18px;
}
.free-rule > .content .item .center .detail .total .price {
  position: relative;
}
.free-rule > .content .item .center .detail .total .price::after {
  content: '';
  height: 2px;
  width: 80px;
  background-color: #FF6A00;
  position: absolute;
  top: 16px;
  right: -20px;
  transform: rotate(4deg);
}
.free-rule > .content .item .center .detail .total .float {
  font-size: 22px;
  color: #000;
}
.free-rule > .content .item .center .detail .total .unit {
  font-size: 22px;
}
.free-rule > .content .item .center .detail .total .link {
  color: #FF6A00;
  font-size: 24px;
  margin-left: 20px;
}
.free-rule > .content .item .center .detail .desc {
  font-weight: 400;
  color: #FF6A00;
  font-size: 28px;
}
.free-rule > .content .item .actions {
  margin: 40px 25px 25px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.free-rule > .content .item .actions .hot-icon {
  width: 50px;
}
.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 > .computer {
  display: flex;
  width: var(--main-content-width);
  padding: 25px;
  margin-top: 60px;
  background: rgba(255, 233, 217, 0.4);
  border-radius: 12px;
  border: 1px solid #FF6A00;
}
.free-rule > .computer .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.free-rule > .computer .left .name {
  font-size: 22px;
  margin-bottom: 10px;
  color: #2E1300;
}
.free-rule > .computer .left .number {
  background: #FF6A00;
  border-radius: 4px;
  color: white;
  position: relative;
  width: fit-content;
  padding: 3px 12px;
  margin-bottom: 6px;
  transform: translateX(48px);
}
.free-rule > .computer .left .number::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FF6A00;
}
.free-rule > .computer .left .range-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.free-rule > .computer .left .range-box .label {
  padding-right: 12px;
}
.free-rule > .computer .left .range-box .box {
  flex: 1;
  display: flex;
}
.free-rule > .computer .left .range-box .progress {
  flex: 1;
  display: flex;
  background: #ff6a003d;
  border-radius: 4px 0 0 4px;
  position: relative;
}
.free-rule > .computer .left .range-box .progress .tags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FF6A00;
  padding: 0 8px 0 0 !important;
  border-right: 1px solid #FF6A00;
  margin: 0 !important;
}
.free-rule > .computer .left .range-box .progress .step {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 4px;
  background-color: #FF6A00;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}
.free-rule > .computer .left .range-box .progress .step::before,
.free-rule > .computer .left .range-box .progress .step::after {
  content: "";
  display: block;
  width: 2px;
  height: 35%;
  background-color: white;
}
.free-rule > .computer .left .range-box .progress .x500 {
  flex: 500;
}
.free-rule > .computer .left .range-box .progress .x1250 {
  flex: 750;
}
.free-rule > .computer .left .range-box .progress .x2500 {
  flex: 1250;
}
.free-rule > .computer .left .range-box .progress .x5000 {
  flex: 2500;
}
.free-rule > .computer .left .range-box .suffix {
  display: flex;
  width: 80px;
  background-color: white;
}
.free-rule > .computer .left .range-box .suffix .s {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.free-rule > .computer .left .range-box .suffix .action {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eee;
}
.free-rule > .computer .left .range-box .suffix .action span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  cursor: pointer;
  line-height: 1.2em !important;
}
.free-rule > .computer .left .range-box .suffix .action span:first-child {
  border-bottom: 1px solid #eee;
}
.free-rule > .computer .item {
  padding: 0 20px;
  border-left: 1px solid #FF6A00;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.free-rule > .computer .item:last-child {
  padding-right: 0;
}
.free-rule > .computer .item .name {
  font-size: 18px;
  color: #2E1300;
}
.free-rule > .computer .item .origin-price {
  margin: 15px 0 10px;
  position: relative;
}
.free-rule > .computer .item .origin-price .price {
  color: #FF6A00;
  font-size: 40px;
}
.free-rule > .computer .item .origin-price .price::before {
  content: "￥";
  font-size: 18px;
}
.free-rule > .computer .item .origin-price .line {
  display: block;
  position: absolute;
  width: 66%;
  height: 3px;
  border-radius: 3px;
  left: 0;
  top: 27px;
  background-color: #FF3C00;
  transform: rotate(16deg);
}
.free-rule > .computer .item .remark {
  color: #2e13007d;
  font-size: 14px;
}
.free-rule > .computer .item .button {
  width: fit-content;
  padding: 5px 18px;
}
.swiper-slide .banner-text {
  width: var(--main-content-width);
  margin: 0 auto;
}
.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;
  height: 60px;
  display: block;
  width: 100%;
}
.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: 12%;
  bottom: 55px;
}
.register.banner-form {
  height: auto;
}
.register.banner-form .input_table > div {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #181818;
  line-height: 24px;
  margin-bottom: 30px;
}
.register.banner-form .tips {
  margin-top: 16px;
  text-align: center;
}
.register.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: 12%;
  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: 12%;
  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: 12%;
  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: 12%;
  position: absolute;
}
.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;
}
.banner-form {
  position: absolute !important;
  top: 0;
  right: 0;
  height: auto;
}
.banner-form .input_table > .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-form .tips {
  margin-top: 16px;
  text-align: center;
}
.banner-form .tips span {
  color: #FF3C00;
}
