.globalPayment .banner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.globalPayment .banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.globalPayment .banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
  z-index: 20;
}

.globalPayment .banner .content .title {
  font-weight: 700;
  font-size: 42px;
  color: #28282d;
  line-height: 56px;
}

.globalPayment .banner .content .desc {
  margin-top: 10px;
  font-weight: 300;
  font-size: 20px;
  color: rgba(40, 40, 45, 0.7);
  line-height: 30px;
}

.globalPayment .banner .content .desc p {
  white-space: pre-wrap;
}

.globalPayment .banner .content .btn-list {
  margin-top: 56px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.globalPayment .banner .content .btn-list .btn-item {
  width: 180px;
  height: 50px;
  background: rgb(107, 38, 239);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
}

.globalPayment .banner .content .btn-list .btn-item:last-child {
  margin-left: 12px;
  background: #ffffff;
  color: #28282d;
}

.globalPayment .video-intro {
  padding: 100px 0 120px;
}

.globalPayment .video-intro .wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.globalPayment .video-intro .video-wrapper {
  -webkit-flex: 0 0 880px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 880px;
  flex: 0 0 880px;
  height: 495px;
  background: #f2f2f2;
  position: relative;
}

.globalPayment .video-intro .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.globalPayment .video-intro .video-wrapper .mark {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
  background: linear-gradient(180deg, rgba(50, 50, 65, 0.1) 0%, rgba(50, 50, 65, 0.7) 100%);
}

.globalPayment .video-intro .intro {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 120px;
  padding-left: 64px;
  background: #6b26ef;
}

.globalPayment .video-intro .intro .title {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  line-height: 39px;
}

.globalPayment .video-intro .intro .line {
  margin-top: 20px;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.globalPayment .video-intro .intro .desc {
  margin-top: 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.globalPayment .video-intro .intro .desc p {
  white-space: pre-wrap;
}

.globalPayment .management-section {
  padding: 100px 0 120px;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  overflow: hidden;
}

.globalPayment .management-section .management .content {
  margin-top: 64px;
}

.globalPayment .management-section .management-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
}

.globalPayment .management-section .management-item {
  position: relative;
  -webkit-flex: 0 0 390px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
  height: 480px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
}

.management-item-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.management-item-con-title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}

.management-item-con-desc {
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  white-space: pre-wrap;
}

.globalPayment .management-section .management-item:nth-child(3n) {
  margin-right: 0;
}

.globalPayment .management-section .management-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.globalPayment .consumption-section {
  width: 100%;
  height: 607px;
  padding: 100px 0 120px;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  overflow: hidden;
  background-color: rgb(102, 36, 225);
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.globalPayment .consumption-section .consumption .title {
  color: #ffffff;
}

.globalPayment .consumption-section .consumption .remark {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
}

.globalPayment .consumption-section .consumption .content {
  margin-top: 64px;
}

.globalPayment .consumption-section .content {
  margin-top: 64px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.globalPayment .consumption-section .consumption-list {
  font-size: 0;
  white-space: nowrap;
}

.globalPayment .consumption-section .consumption-item {
  position: relative;
  display: inline-block;
  width: 400px;
  min-width: 0;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 16px;
}

.globalPayment .consumption-section .consumption-item:last-child {
  margin-right: 16px;
}

.globalPayment .consumption-section .consumption-item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.globalPayment .consumption-section .consumption-item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 16px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 27px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.globalPayment .consumption-section .consumption-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18.75%;
  z-index: 10;
}

.globalPayment .consumption-section .consumption-mask-left {
  left: 0;
  background: -webkit-linear-gradient(left, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
  background: -moz-linear-gradient(left, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
  background: -o-linear-gradient(left, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
  background: linear-gradient(90deg, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
}

.globalPayment .consumption-section .consumption-mask-right {
  right: 0;
  background: -webkit-linear-gradient(right, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
  background: -moz-linear-gradient(right, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
  background: -o-linear-gradient(right, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
  background: linear-gradient(270deg, #6b26ef 0%, rgba(107, 38, 239, 0) 100%);
}

.globalPayment .energy-section {
  width: 100%;
  height: 732px;
  padding: 100px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6e5d1;
}

.globalPayment .energy-section .energy .content {
  margin-top: 64px;
}

.globalPayment .energy-section .content {
  margin-top: 64px;
  height: 520px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.globalPayment .energy-section .energy-list {
  -webkit-flex: 0 0 400px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

.globalPayment .energy-section .energy-item {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  min-height: 118px;
  padding: 20px 20px 10px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
  box-shadow: 8px 8px 20px 0px rgba(40, 40, 45, 0.02);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.globalPayment .energy-section .energy-item:last-child {
  margin-bottom: 0;
}

.globalPayment .energy-section .energy-item-avatar {
  -webkit-flex: 0 0 36px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.globalPayment .energy-section .energy-item-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.globalPayment .energy-section .energy-item-con {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.globalPayment .energy-section .energy-item-con .name {
  padding-top: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #28282d;
  line-height: 21px;
}

.globalPayment .energy-section .energy-item-con .desc {
  margin-top: 10px;
  font-weight: 300;
  font-size: 12px;
  color: #28282d;
  line-height: 17px;
}

.globalPayment .energy-section .energy-text {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px 0 0 228px;
  font-size: 24px;
  color: #28282d;
  line-height: 32px;
}

.globalPayment .energy-section .energy-text p {
  white-space: pre-wrap;
  font-weight: 500;
}

.globalPayment .payment-section {
  padding: 100px 0 0;
  height: 829px;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.globalPayment .payment-section .payment .title {
  color: #fff;
}

.globalPayment .payment-section .payment .content {
  margin-top: 64px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.globalPayment .payment-section .payment .intro {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 22px;
}

.globalPayment .payment-section .payment .intro .name {
  margin-top: 56px;
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 37px;
  white-space: pre-wrap;
}

.globalPayment .payment-section .payment .intro .desc {
  margin-top: 24px;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
}

.globalPayment .payment-section .payment .intro .pic {
  margin-top: 12px;
  width: 528px;
  height: 82px;
}

.globalPayment .payment-section .payment .intro img {
  display: block;
  width: 100%;
  height: 100%;
}

.globalPayment .payment-section .payment .card-pic {
  -webkit-flex: 0 0 650px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 650px;
  flex: 0 0 650px;
  height: 450px;
}

.globalPayment .payment-section .payment .card-pic img {
  display: block;
  width: 100%;
  height: 100%;
}