@import url('font.css');
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ll-pay-container {
    margin-top: 70px;
    width: 100%;
}

.ll-banner {
    height: 379px;
    width: 100%;
    background-image: url(../img/unite-lianlian/banner.png);
    background-size: cover;
    overflow: hidden;
}

.ll-pay-container .ll-panel {
    height: 142px;
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(20, 20, 20, 0.3);
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
    margin-top: -42px;
}

.ll-pay-container .ll-panel .panel-item:not(:last-child) {
    border-right: solid 1px rgba(0, 0, 0, 0.5);
}

.ll-pay-container .ll-panel .panel-item {
    text-align: center;
    flex: 1;
}

.ll-pay-container .ll-panel .panel-num {
    font-family: PingFangSC-Bold;
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 2px;
    background-image: linear-gradient(0, #ff7519, 40%, #ffcf29);
    -webkit-background-clip: text;
    color: transparent;
    /* 使文字颜色透明，以显示背景渐变 */
}

.ll-pay-container .ll-panel .num-sub {
    font-size: 20px;
}

.ll-pay-container .ll-panel .panel-text {
    font-family: PingFangSC-Bold;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
    line-height: 36px;
}

.ll-pay-container .ll-panel .panel-text::before {
    content: '—';
    margin-right: 5px;
}

.ll-pay-container .ll-panel .panel-text::after {
    content: '—';
    margin-left: 5px;
}

.ll-intro,
.ll-activity-inter {
    height: auto;
    margin-top: 60px;
}

.ll-intro-title,
.ll-activity-title {
    position: relative;
    font-family: PingFangSC-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #2d94fd;
    text-align: center;
    height: 42px;
    margin-bottom: 60px;
}

.ll-intro-title::before,
.ll-activity-title::before {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    content: 'Mega Perks';
    height: 42px;
    font-family:PingFangSC-Bold;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 4px;
    color: #2d94fd;
    opacity: 0.2;
}

.ll-intro-title::after,
.ll-activity-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 0;
    border-top: 3px solid #2d94fd;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.ll-intro-content-box {
    margin-bottom: 100px;
}

.ll-intro-content-box {
    display: flex;
    align-items: center;
    padding: 0 48px;
    box-sizing: border-box;
}

.ll-activity-content {
    width: 595px;
    margin: 0 auto;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 100px;
}

.wechat-contact {
    margin-top: 50px;
}

.ll-activity-content .wechat-remark {
    margin: 0 auto;
    width: 163px;
    height: 29px;
    background-image: linear-gradient(0deg,
            #2d93fd 0%,
            #368afd 50%,
            #3f80fd 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
    border-radius: 14px;

    font-family: PingFangSC-Bold;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    text-align: center;
}