* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
}
body {
  background-color: #fff;
  min-width: 1360px;
  overflow-x: hidden;
}
.hero {
  background: #F8EFE9;
  color: white;
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.hero .container {
  max-width: 1360px;
  margin: 0 auto;
  align-items: center;
  height: 720px;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
.hero .container .left {
  position: relative;
}
.hero .container .left .left-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
}
.hero .container .left .left-content .left-content-title {
  font-weight: bold;
  font-size: 52px;
  color: #333333;
  line-height: 64px;
  letter-spacing: 1px;
}
.hero .container .left .left-content .left-content-btn {
  display: block;
  width: 338px;
  height: 52px;
  background: #FF7700;
  border-radius: 24px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  position: relative;
}
.hero .container .left .left-content .left-content-btn:hover {
  background: #e56a00;
}
.hero .container .left .left-content .left-content-btn:hover .left-content-btn-icon {
  border-color: #e56a00;
}
.hero .container .left .left-content .left-content-btn:hover .left-content-btn-icon .iconfont {
  color: #e56a00;
}
.hero .container .left .left-content .left-content-btn .left-content-btn-icon {
  position: absolute;
  top: 0;
  right: -52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF7700;
}
.hero .container .left .left-content .left-content-btn .left-content-btn-icon .iconfont {
  font-size: 20px;
  color: #FF7700;
}
.hero .container .right {
  width: 307px;
  position: relative;
}
.hero .container .right .right-title {
  position: absolute;
  top: 22px;
  left: 30px;
  font-weight: 500;
  font-size: 28px;
  color: #FF7700;
  line-height: 40px;
}
.hero .container .right img {
  width: 307px;
}
.hero .container .right .right-btn {
  width: 307px;
  height: 108px;
  background: #FF7700;
  border-radius: 24px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 108px;
  text-align: center;
  margin-top: 37px;
}
#vue-bulk-purchase .part2 {
  width: 1360px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
#vue-bulk-purchase .part2 .part2-item {
  width: 304px;
  height: 400px;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
}
#vue-bulk-purchase .part2 .part2-item.diff {
  padding: 29px 32px;
}
#vue-bulk-purchase .part2 .part2-item.diff .part2-item-img-diff {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vue-bulk-purchase .part2 .part2-item.diff .part2-item-title {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 48px;
}
#vue-bulk-purchase .part2 .part2-item .part2-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #262729;
  line-height: 33px;
  margin-bottom: 6px;
}
#vue-bulk-purchase .part2 .part2-item .part2-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  margin-bottom: 19px;
}
#vue-bulk-purchase .part2 .part2-item .part2-item-img {
  position: absolute;
  width: 260px;
  bottom: 0;
  left: 50%;
  margin-left: -130px;
}
#vue-bulk-purchase .step-container {
  min-width: 1360px;
  background: #F9F9F9;
  padding-top: 100px;
}
#vue-bulk-purchase .step-container .step {
  width: 1360px;
  margin: 0 auto;
}
#vue-bulk-purchase .step-container .step .step_title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-bottom: 80px;
}
#vue-bulk-purchase .step-container .step-item-container {
  padding-bottom: 100px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item:nth-child(even) {
  flex-direction: row-reverse;
}
#vue-bulk-purchase .step-container .step-item-container .step-item:first-child .step-item-img {
  width: 649px;
  height: 330px;
  margin-right: 81px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item:nth-child(2) {
  justify-content: flex-end;
}
#vue-bulk-purchase .step-container .step-item-container .step-item:nth-child(2) .step-item-img {
  width: 563px;
  height: 353px;
  margin-left: 81px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item:nth-child(3) .step-item-img {
  width: 643px;
  height: 363px;
  margin-right: 90px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item:last-child {
  margin-bottom: 0;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-right {
  width: 635px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-icon {
  position: relative;
  height: 57px;
  margin-bottom: 16px;
  line-height: 50px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-icon .iconqi {
  color: #FFE8D4;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-icon .step-item-icon-title {
  position: absolute;
  top: 0;
  left: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #FF7700;
  line-height: 28px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-title {
  font-weight: 600;
  font-size: 28px;
  color: #1B1B1B;
  line-height: 40px;
  margin-bottom: 8px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 24px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-btn {
  font-weight: 500;
  font-size: 20px;
  color: #FF7700;
  line-height: 24px;
}
#vue-bulk-purchase .step-container .step-item-container .step-item .step-item-btn:hover {
  color: #e56a00;
}
#vue-bulk-purchase .part3 {
  width: 1360px;
  margin: 0 auto;
  padding: 100px 0 60px;
  display: flex;
  justify-content: space-between;
}
#vue-bulk-purchase .part3 .part3-item {
  width: 306px;
  height: 408px;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
}
#vue-bulk-purchase .part3 .part3-item .part3-item-title {
  position: relative;
  font-weight: 600;
  font-size: 50px;
  color: #333333;
  line-height: 70px;
}
#vue-bulk-purchase .part3 .part3-item .part3-item-text {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  width: 200px;
}
#vue-bulk-purchase .part3 .part3-item .part3-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 306px;
  height: 408px;
}
#vue-bulk-purchase .part4 {
  width: 1360px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
#vue-bulk-purchase .part4 .part4-title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-bottom: 60px;
}
#vue-bulk-purchase .part5-container {
  min-width: 1360px;
  background: #F9F9F9;
  padding-top: 100px;
  padding-bottom: 100px;
}
#vue-bulk-purchase .part5-container .part5 {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#vue-bulk-purchase .part5-container .part5 .part5-left {
  width: 567px;
  height: 363px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
}
#vue-bulk-purchase .part5-container .part5 .part5-left .part5-left-title {
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 48px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right {
  width: 762px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs {
  background-color: #f9f9f8;
  display: flex;
  height: 52px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab {
  cursor: default;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-right: 36px;
  background: #f7f5f4;
  position: relative;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #666666;
  background: #F7F5F4;
  box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab::before,
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab::after {
  content: '';
  display: block;
  background-image: url('/egg/image/bulkPurchase/tab-gray-2.svg');
  width: 48px;
  height: 63px;
  background-size: 48px 63px;
  position: absolute;
  bottom: 0;
  left: -46px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab::after {
  left: auto;
  right: -46px;
  background-image: url('/egg/image/bulkPurchase/tab-gray-2.svg');
  z-index: 1;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab::before {
  transform: rotateY(180deg);
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab:first-child::before {
  display: none;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab:hover {
  color: #FF7700;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab.active {
  z-index: 2;
  background-color: #fff;
  font-weight: 600;
  font-size: 18px;
  color: #FF7700;
  cursor: default;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab.active::before {
  background-image: url('/egg/image/bulkPurchase/tab-white-2.svg');
}
#vue-bulk-purchase .part5-container .part5 .part5-right .tabs .tab.active::after {
  background-image: url('/egg/image/bulkPurchase/tab-white-2.svg');
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content {
  width: 762px;
  height: 311px;
  background: #FFFFFF;
  border-radius: 0px 16px 16px 16px;
  padding: 24px 24px 0px 24px;
  position: relative;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item {
  display: none;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-item-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 24px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-success,
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-fail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-success .iconfont,
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-fail .iconfont {
  font-size: 16px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-success {
  color: #FF7700;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-fail {
  color: #999;
  margin-bottom: 42px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-item-btn {
  width: 136px;
  height: 36px;
  border-radius: 24px;
  border: 1px solid #FF7700;
  font-weight: 500;
  font-size: 16px;
  color: #FF7700;
  line-height: 36px;
  text-align: center;
  position: relative;
  display: block;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-item-btn:hover {
  color: #e56a00;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-item-btn .iconfont-warp {
  width: 36px;
  height: 36px;
  border: 1px solid #FF7700;
  position: absolute;
  right: -36px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-item-btn .iconfont-warp .iconfont {
  font-size: 16px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item .part5-right-content-item-img {
  position: absolute;
  right: 24px;
  bottom: 0px;
}
#vue-bulk-purchase .part5-container .part5 .part5-right .part5-right-content .part5-right-content-item.active {
  display: block;
}
#vue-bulk-purchase .faq {
  min-width: 1360px;
  padding: 100px 0;
}
#vue-bulk-purchase .faq .container {
  width: 1360px !important;
  max-width: 1360px !important;
  margin: 0 auto;
}
#vue-bulk-purchase .faq .container h2 {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-bottom: 60px;
}
#vue-bulk-purchase .faq .container .faq-item {
  background: #FCF4EF;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
#vue-bulk-purchase .faq .container .faq-item:last-child {
  margin-bottom: 0;
}
#vue-bulk-purchase .faq .container .faq-item .faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
#vue-bulk-purchase .faq .container .faq-item .faq-question:hover {
  color: #FF7700;
}
#vue-bulk-purchase .faq .container .faq-item .faq-answer {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  padding-top: 10px;
  display: none;
}
#vue-bulk-purchase .faq .container .faq-item .faq-arrow-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
#vue-bulk-purchase .faq .container .faq-item.active .faq-arrow-icon {
  transform: rotate(0deg);
}
#vue-bulk-purchase .faq .container .faq-item.active .faq-answer {
  display: block;
}
#vue-bulk-purchase .part6-container {
  min-width: 1360px;
  background: #FFFCF9;
  padding-top: 100px;
  padding-bottom: 100px;
}
#vue-bulk-purchase .part6-container .part6-title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-bottom: 60px;
}
#vue-bulk-purchase .part6-container .part6-content {
  width: 1360px;
  height: 263px;
  margin: 0 auto;
  background-image: url('/egg/image/bulkPurchase/part6_1.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#vue-bulk-purchase .part6-container .part6-content .text {
  padding-top: 60px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
#vue-bulk-purchase .part6-container .part6-content .part6-btn {
  display: block;
  width: 320px;
  height: 52px;
  line-height: 52px;
  background: #FF7700;
  box-shadow: 0px 10px 20px 0px rgba(255, 119, 0, 0.3);
  border-radius: 26px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 24px;
}
#vue-bulk-purchase .part6-container .part6-content .part6-btn:hover {
  background: #e56a00;
}
