.globalPayment .banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: RGBA(235, 230, 254, 1);
    background-repeat: no-repeat;
    background-position: left top;
    background-size:100% auto;
}
.globalPayment .banner .title {
    color: #28282D !important;
}
.globalPayment .banner .desc {
    color: #3D3D3D !important;
}
.globalPayment .banner .intro {
    background: rgb(249, 105, 56) !important;
}

.globalPayment .management-section {
    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: 0.8rem;
}

.globalPayment .management-section .management-item {
    position: relative;
    margin-bottom: 0.32rem;
    border-radius: 0.24rem;
    overflow: hidden;
}
.globalPayment .management-section .management-item:last-child {
    margin-bottom: 0;
}

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

.management-item-con-title {
    font-weight: 700;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 0.64rem;
}

.management-item-con-desc {
    margin-top: 0.2rem;
    font-weight: 300;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.44rem;
    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%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    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 {
    color: rgba(255, 255, 255, 0.7);
}

.globalPayment .consumption-section .content {
    margin-top: 0.8rem;
    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;
    padding-left: 0.32rem;
}

.globalPayment .consumption-section .consumption-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 4.2rem;
    min-width: 0;
    height: 2.54rem;
    border-radius: 0.24rem;
    overflow: hidden;
    margin-right: 0.32rem;
}
.globalPayment .consumption-section .consumption-item:last-child {
    margin-right: 0;
}

.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: 0.16rem;
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.42rem;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.globalPayment .energy-section {
    width: 100%;
    height: 16.1rem;
    overflow: hidden;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F5F5FA;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}

.globalPayment .energy-section .content {
    margin-top: 0.8rem;
    width: 100%;
    height: 4.72rem;
    overflow: hidden;
    position: relative;
}
.globalPayment .energy-section .content .mask {
    position: absolute;
    width: 100%;
    height: 0.88rem;
    left: 0;
    z-index: 10;
}
.globalPayment .energy-section .content .mask.mask-up {
    top: 0;
    background: -webkit-linear-gradient(top, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
    background: -moz-linear-gradient(top, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
    background: -o-linear-gradient(top, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
    background: linear-gradient(180deg, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
}
.globalPayment .energy-section .content .mask.mask-down {
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
    background: -moz-linear-gradient(bottom, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
    background: -o-linear-gradient(bottom, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
    background: linear-gradient(0deg, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
}

.globalPayment .energy-section .energy-list-wrapper {
    width: 100%;
    height: 100%;
}

.globalPayment .energy-section .energy-list {
    width: 100%;
}

.globalPayment .energy-section .energy-item {
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.32rem;
    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: 0.16rem 0.16rem 0.4rem 0rem rgba(40, 40, 45, 0.02);
    border-radius: 0.24rem;
    border: 0.5 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 0.56rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.56rem;
    flex: 0 0 0.56rem;
    height: 0.56rem;
    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: 0.16rem;
}

.globalPayment .energy-section .energy-item-con .name {
    font-weight: 500;
    font-size: 0.28rem;
    color: #28282d;
    line-height: 0.38rem;
}

.globalPayment .energy-section .energy-item-con .desc {
    margin-top: 0.16rem;
    font-weight: 300;
    font-size: 0.24rem;
    color: #69696D;
    line-height: 0.4rem;
}

.globalPayment .payment-section {
    padding-left: 0;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: RGBA(21, 8, 46, 1);
}

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

.globalPayment .payment-section .payment .remark {
    color: rgba(255, 255, 255, 0.7);
}

.globalPayment .payment-section .payment .content {
    margin-top: 0.8rem;
}

.globalPayment .payment-section .payment .intro {
    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;
}

.globalPayment .payment-section .payment .intro .desc {
    margin-top: 0.16rem;
    font-weight: 300;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.32rem;
}

.globalPayment .payment-section .payment .intro .pic {
    width: 5.22rem;
    height: 1.24rem;
    margin: 0 auto;
}

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

.globalPayment .payment-section .payment .card-pic {
    margin-top: 0.66rem;
    padding: 0 0.12rem;
}

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