@font-face {
    font-family: "promotionBenefits-normal";
    src: url("../img/promotionBenefits/promotionBenefits.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

.f0 {
    font-size: 0;
}

.mr0 {
    margin-right: 0 !important;
}

.float-tool {
    display: none !important;
}

.float-tool-new {
    display: block !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
    color: #1f1f1f;
    margin-top: 70px;
}

.banner {
    background: url(../img/promotionBenefits/c-text-banner1.png?v=1) top center
        no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner .banner-title-bg {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 68px;
}
.banner .banner-title-bg .banner-title-one {
    display: flex;
    flex-direction: row;
}
.banner .banner-title-bg .banner-title-pb {
    height: 81px;
    line-height: 81px;
    font-weight: 700;
    font-size: 56px;
    color: #ffffff;
}

.banner .banner-title-bg .banner-title-power {
    width: 121px;
    height: 81px;
    line-height: 81px;
    background-color: #ffffff;
    border-radius: 40.5px;
    font-weight: 700;
    font-size: 58px;
    color: #ff1d1d;
    text-align: center;
    margin: 0 16px;
    font-family: "promotionBenefits-normal";
}
.banner .banner-title-bg .banner-title-sub {
    margin-top: 10px;
    font-weight: 500;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}
.banner .banner-title-bg .banner-get-bg {
    width: 200px;
    height: 66px;
    line-height: 66px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 4%,
        rgba(255, 255, 255, 0.1596) 55%,
        rgba(255, 255, 255, 0.302) 100%
    );
    border-radius: 33px;
    border: 2px solid #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin-top: 38px;
    cursor: pointer;
}

.banner .banner-icon {
    width: 633px;
    height: 577px;
    margin-left: 30px;
    margin-top: -40px;
}

/* 顶部banner图的，私域直播找盟主页面 */
.banner-item-come-mengzhu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url(../img/banner-item-come-mengzhu.jpg?v=1) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 66px;
}

.banner-item-come-mengzhu .come-title-bg {
    display: flex;
    flex-direction: column;
}
.banner-item-come-mengzhu .come-title-bg .come-title-one {
    display: flex;
    flex-direction: row;
}
.banner-item-come-mengzhu .come-title-bg .come-title-pb {
    height: 96px;
    line-height: 96px;
    font-weight: 500;
    font-size: 66px;
    color: #0e0e0e;
}

.banner-item-come-mengzhu .come-title-bg .come-title-power {
    height: 96px;
    line-height: 96px;
    font-weight: 500;
    font-size: 66px;
    color: #ff6125;
}
.banner-item-come-mengzhu .come-title-bg .come-title-sub {
    margin-top: 13px;
    font-weight: 400;
    font-size: 32px;
    color: #000000;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg {
    margin-top: 62px;
    display: flex;
    flex-direction: row;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn {
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #ef4f26;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #fffff8;
	cursor: pointer;
    position: relative;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn .new-zhuce-pop {
    display: none;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop {
    position: absolute;
    width: 180px;
    height: 197px;
    left: 180px;
    top: -72px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.02rem solid #d8d8d8;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent; /* 小三角的左边界 */
    border-bottom: 10px solid transparent ; /* 小三角的右边界 */
    border-right: 10px solid #ffffff; /* 小三角的顶部，颜色与div背景颜色相同 */
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop .new-zhuce-pop-image {
    width: 160px;
    height: 160px;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-tiyan-btn:hover .new-zhuce-pop .new-zhuce-pop-title {
    margin-top: 4px;
    font-size: 10px;
    color: #000000;
    text-align: center;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-kefu-btn {
    margin-left: 12px;
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ff351e;
    font-weight: 500;
    font-size: 16px;
    color: #eb4a26;
	cursor: pointer;
}

.banner-item-come-mengzhu .come-banner-icon {
    width: 517px;
    height: 517px;
    margin-left: 172px;
}











.top-total {
    background: url(../img/promotionBenefits/c-text-banner-second.png?v=1) top
        center no-repeat;
    background-size: cover;
    width: 1290px;
    height: 215px;
    margin: auto;
    margin-top: -107.5px;
}
.top-total .top-total-bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1200px;
    height: 215px;
    margin: auto;
}
.top-total .top-total-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 25%;
    margin-left: 50px;
}
.top-total .top-total-item .top-item-icon {
    width: 80px;
    height: 80px;
}
.top-total .top-total-item .top-item-content {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}
.top-total .top-total-item .top-item-content .top-item-name-bg {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.top-total .top-total-item .top-item-content .top-item-name-bg .top-item-name {
    font-weight: 500;
    font-size: 50px;
    color: #000000;
    font-family: DIN, DIN;
    height: 61px;
    line-height: 61px;
}
.top-total .top-total-item .top-item-content .top-item-name-bg .top-item-nian {
    font-size: 18px;
    color: #000000;
    margin-left: 5px;
}
.top-total .top-total-item .top-item-content .top-item-title {
    font-size: 16px;
    color: #000000;
    margin-left: 2px;
    margin-top: -3px;
}
.pain-spot .f0 {
    margin-top: 54px;
}
.pain-spot li {
    display: inline-block;
    width: 240px;
    height: 219px;
}
.pain-spot .pain-spot-item {
    width: 224px;
    height: 219px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.33s;
}
.pain-spot .pain-spot-item:hover {
    width: 224px;
    height: 219px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(191, 176, 169, 0.3);
    border-radius: 8px;
}
.pain-spot .pain-spot-item .pain-spot-name {
    margin-top: 2px;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}
.pain-spot .pain-spot-icon {
    width: 120px;
    height: 120px;
}
.pain-spot .item1 .pain-spot-icon {
    object-fit: cover;
    content: url(../img/promotionBenefits/pain-spot-n-1.png?v=1);
}
.pain-spot .item2 .pain-spot-icon {
    object-fit: cover;
    content: url(../img/promotionBenefits/pain-spot-n-2.png?v=1);
}
.pain-spot .item3 .pain-spot-icon {
    object-fit: cover;
    content: url(../img/promotionBenefits/pain-spot-n-3.png?v=1);
}
.pain-spot .item4 .pain-spot-icon {
    object-fit: cover;
    content: url(../img/promotionBenefits/pain-spot-n-4.png?v=1);
}
.pain-spot .item5 .pain-spot-icon {
    object-fit: cover;
    content: url(../img/promotionBenefits/pain-spot-n-5.png?v=1);
}
.transtion-pd {
    margin-top: 80px;
}
.transtion-pd .transtion-pd-icon {
    margin-top: 56px;
    width: 1200px;
    height: 587px;
}
.money-pd {
    margin-top: 12px;
}
.money-pd .money-pd-icon {
    margin-top: 56px;
    width: 1200px;
    height: 560px;
    background: url(../img/promotionBenefits/c-text-anli.png?v=1) top center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
}

.money-pd .money-pd-icon .cb-animation {
    position: relative;
    margin-top: 90px;
    margin-right: 130px;
    width: 210px;
    height: 420px;
}

.get-more-pd-bg {
    height: 270px;
    display: flex;
    justify-content: center;
}
.get-more-pd-bg .get-more-pd-button {
    margin-top: 60px;
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.text-pub-pd {
    margin-top: 58px;
}
.text-pub-pd .pub-pd-item-bg {
    height: 560px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
.text-pub-pd .pub-pd-item-bg.pd-power-item-bg {
    background-color: rgba(255, 250, 247, 0.6);
}
.text-pub-pd .pub-pd-item-bg .pub-pd-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1200px;
}
.text-pub-pd .pub-pd-item-bg .pub-pd-item .pub-pd-icon {
    width: 601px;
    height: 438px;
}

.text-pub-pd .pub-pd-item-bg .pub-pd-item .pub-pd-container {
    width: 599px;
    height: 438px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 64px;
}
.text-pub-pd .pub-pd-item-bg.pd-power-item-bg .pub-pd-container {
    margin: 0 64px 0 0;
}
.pub-pd-container .pub-pd-title {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
}
.pub-pd-container .pub-pd-title-space {
    height: 4px;
}
.pub-pd-container .pub-pd-content-line {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.pub-pd-container .pub-pd-content-line .pub-pd-content-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.pub-pd-container .pub-pd-content-line .pub-pd-content-name {
    margin-left: 6px;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}
.pub-pd-container .pub-pd-buttons {
    margin-top: 73px;
    display: flex;
    flex-direction: row;
}
.pub-pd-container .pub-pd-buttons .pub-pd-button-power {
    cursor: pointer;
    width: 154px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
.pub-pd-container .pub-pd-buttons .pub-pd-button-normal {
    cursor: pointer;
    margin-left: 16px;
    width: 154px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #de3f1f;
    font-size: 16px;
    color: #ff5029;
}
