.sys-width {
  margin: 0 auto;
  width: 1200px;
}

.sys-title {
  text-align: center;
  color: #30323f;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.page-head {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 6px -5px rgba(0, 0, 0, 0.5);
}

.page-head .page-head-content {
  height: 66px;
}

.page-head .page-head-content .service {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 8px;
}

.page-head .page-head-content .service>img {
  width: 28px;
}

/* .page-head .page-head-content .service>.label {
  font-weight: bold;
  font-size: 16px;
  margin-left: 8px;
} */

.page-head .page-head-content .service>.value {
  color: #3b3bd1;
  font-weight: bold;
  font-size: 20px;
  margin-left: 8px;
}


.popover {
  position: relative;
}

.popover .popover-item {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  /* height: 129px; */
  bottom: -129px;
  left: -15px;
  box-shadow: 0px 0px 16px 0px rgba(157, 170, 201, 0.24);
}

.popover .popover-item img {
  height: 100%;
}

.popover:hover .popover-item {
  height: 129px;
  opacity: 1;
  transition: opacity .3s;
}

.page-head-text-btn,
.page-head-login-btn,
.page-head-try-btn {
  display: inline-block;
  width: 96px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
}

.page-head-text-btn {
  color: #3b3bd1;
}

.page-head-text-btn:hover {
  color: #6266de;
}

.page-head-login-btn {
  color: #3b3bd1;
  border: 1px solid #3b3bd1;
  margin-right: 8px;
}

.page-head-login-btn:hover {
  color: #6266de;

}

.page-head-login-btn:active {
  color: #fff;
  background-color: #3b3bd1;
}

.page-head-try-btn {
  color: #fff;
  background: #3b3bd1;
}

.page-head-try-btn:hover {
  background: #6266de;
}

.page-head-try-btn:active {
  background: #2c27ab;
}

.page-banner {
  height: 550px;
  margin-top: 66px;
  background: url("../images/pc/banner-bg.png") center center;
  background-size: cover;
}

.page-banner-content-left h1 {
  font-size: 54px;
  letter-spacing: 8px;
  line-height: 1;
  font-weight: 600;
}

.page-banner-content-left h1:first-child {
  margin-bottom: 34px;
}

.page-banner-content-left span {
  display: inline-block;
  width: 166px;
  height: 48px;
  margin-top: 68px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  background: #ff7122;
  border-radius: 32px;
  position: relative;
  padding-left: 40px;
  padding-right: 16px;
}

.page-banner-content-left span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
  display: block;
  left: 20px;
  top: 16px;
}

.page-banner-content-left span:hover {
  background: #ff9800;
}

.page-banner-content-left span:active {
  background: #ff9800;
}

.page-banner-content-right {
  text-align: right;
}

.page-intro {
  height: 126px;
  margin-top: -56px;
  padding: 0 20px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(157, 170, 201, 0.24);
  border-radius: 6px;
}

.page-intro li:not(:first-child):not(:last-child) {
  flex: 1.2;
}

.page-intro li img {
  margin-right: 8px;
}

.page-intro li p {
  margin-bottom: 12px;
  color: #30323F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.page-intro li span {
  color: #676977;
  font-size: 14px;
  line-height: 1;
}

.page-intro li .blod {
  color: #3759FD;
  font-weight: 600;
}

/* .page-part1 {
  height: 552px;
  padding-top: 62px;
}

.page-part1 .page-part1-content {
  margin-top: 32px;
}

.page-part1 .page-part1-content ul {
  margin-left: 30px;
}

.page-part1 .page-part1-content ul li:nth-child(2) {
  padding-right: 74px;
  line-height: 30px;
}

.page-part1 .page-part1-content ul li:not(:last-child) {
  margin-bottom: 60px;
}

.page-part1 .page-part1-content ul li p {
  margin-bottom: 10px;
  color: #20276a;
  font-size: 22px;
}

.page-part1 .page-part1-content ul li span {
  color: #686977;
  font-size: 18px;
} */

.page-part1 {
  display: flex;
  flex-direction: column;
  padding-top: 52px;
  background: #f7f8fe;
}

.page-part1 .sub-title {
  line-height: 22px;
  font-weight: 400;
  font-size: 22px;
  color: #68688B;
  margin-top: 22px;
}

.page-part1-content {
  flex: 1;
  margin: 60px auto;
}

.page-part1-content img {
  width: 100%;
}

.page-part2 {
  display: flex;
  flex-direction: column;
  padding-top: 52px;
}

.page-part2 .sub-title {
  line-height: 22px;
  font-weight: 400;
  font-size: 22px;
  color: #68688B;
  margin-top: 22px;
}

.page-part2-content {
  flex: 1;
  margin: 60px auto;
}

.page-part2-content img {
  width: 100%;
}

/* .page-part2-content ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-part2-content ul li {
  flex: 1;
  margin-right: 9px;
}

.page-part2-content ul li p {
  position: relative;
  margin-bottom: 22px;
  padding: 6px;
  padding-bottom: 17px;
  color: #353581;
  font-size: 20px;
  border-bottom: 1px solid #dfe1ef;
}

.page-part2-content ul li p::after {
  position: absolute;
  bottom: -6px;
  right: -10px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border: 1px solid #dfe1ef;
  border-radius: 50%;
}

.page-part2-content ul li span {
  line-height: 26px;
}

.page-part2-content ul:last-child li {
  text-align: right;
}

.page-part2-content ul:last-child li p::after {
  left: -10px;
} */

.page-part3 {
  display: flex;
  flex-direction: column;
  /* height: 622px; */
  height: 560px;
  padding-top: 59px;
}

.page-part3-tab {
  margin-top: 56px;
}

.page-part3-tab li {
  flex: 1;
  font-size: 30px;
  color: #79797c;
  text-align: center;
  cursor: pointer;
}

.page-part3-tab li.active {
  position: relative;
  color: #3b3bd1;
}

.page-part3-tab li.active::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 64px;
  height: 4px;
  background: #3b3bd1;
  content: "";
  border-radius: 2px;
}

.page-part3-content {
  flex: 1;
}

.processing-content {
  width: 100%;
  min-height: 297px;
}

.processing-content-tab {
  width: 208px;
  height: max-content;
  border-right: 1px solid #dbe2f4;
}

.processing-content-tab li {
  height: 64px;
  padding-left: 23px;
  color: #3e3e42;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  line-height: 64px;
  border-left: 3px solid transparent;
}

.processing-content-tab li:not(:first-child) {
  margin-top: 28px;
}

.processing-content-tab li.active {
  background: linear-gradient(to right, #eaedff, #fff);
  border-left: 3px solid #3b3bd1;
}

.processing-content-tab-content img:not(:first-child) {
  display: none;
}

.page-part3 .page-part3-content .stock-content {
  display: none;
}

/* .page-part4 {
  display: flex;
  flex-direction: column;
  height: 449px;
  padding-top: 59px;
  background: #f7f8fe;
}

.page-part4 ul {
  flex: 1;
}

.page-part4 ul li {
  flex: 1;
  text-align: center;
}

.page-part4 ul li p {
  margin: 20px 0;
  color: #0f122f;
  font-size: 24px;
}

.page-part4 ul li span {
  line-height: 28px;
} */

.page-part5 {
  padding: 58px 0 46px;
  text-align: center;
  background: #f7f8fe;
}

.page-part5-tab {
  margin-top: 56px;
}

.page-part5-tab li {
  flex: 1;
  font-size: 30px;
  color: #79797c;
  text-align: center;
  cursor: pointer;
}

.page-part5-tab li.active {
  position: relative;
  color: #3b3bd1;
}

.page-part5-tab li.active::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 64px;
  height: 4px;
  background: #3b3bd1;
  content: "";
  border-radius: 2px;
}



.orderPlat-content {
  display: flex;
  justify-content: center;
}

.logisticsPlat-content {
  display: none;
  justify-content: center;
}

.stockPlat-content {
  display: none;
  justify-content: center;
}

.page-part5 img {
  margin-top: 52px;
}

.page-part6 {
  padding: 58px 0 46px;
  text-align: center;
}

.page-part6 img {
  margin-top: 52px;
}

.page-footer {
  height: 148px;
  color: #e4e9fd;
  background: #2d3455;
}

.page-footer .page-footer-content {
  padding: 0 60px;
}

.page-footer .page-footer-content .page-footer-content-left p:first-child {
  margin-bottom: 18px;
  font-size: 22px;
}

.page-footer .page-footer-content .page-footer-content-left p:not(:first-child) {
  font-size: 14px;
}

.page-footer .page-footer-content .page-footer-content-left p:last-child {
  margin-top: 13px;
}

.page-footer .page-footer-content .page-footer-content-right {
  justify-content: space-around;
}

.page-footer .page-footer-content .page-footer-content-right .line {
  width: 1px;
  height: 40px;
  background: #5e6481;
}

.page-footer .page-footer-content .page-footer-content-right .service img {
  margin-right: 10px;
}

.page-footer .page-footer-content .page-footer-content-right .service p {
  margin-bottom: 10px;
  color: #bcc8fe;
}

.page-footer .page-footer-content .page-footer-content-right .service .go-saleback {
  position: relative;
  cursor: pointer;
}

.page-footer .page-footer-content .page-footer-content-right .service .go-saleback::after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  margin-top: 6px;
  background: #e4e9fd;
  content: "";
}

.page-footer .page-footer-content .page-footer-content-right .erCode p {
  margin-top: 6px;
  text-align: center;
}

.page-info {
  text-align: center;
  color: #a9a9a9;
  font-size: 12px;
  line-height: 80px;
}