/* distribution start */

.font-bold {
    font-weight: bold;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-24 {
    font-size: 24px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}

.color-white {
    color: white;
}

.color-DAFFF8 {
    color: #DAFFF8;
}

.color-010101 {
    color: #010101;
}

.color-C0C6CD {
    color: #C0C6CD;
}

.color-878F92 {
    color: #878F92;
}

.bg-18BC9B {
    background: #18BC9B;
}

.bg-f8fbf9 {
    background: #f8fbf9;
}

.bg-white {
    background: white;
}

.btn-white {
    background: white;
    color: #29CEAD;
}

.btn-white:focus, .btn-white:hover {
    color: #1ABC9C;
}

.btn-primary {
    background: #29CEAD;
    border: 1px solid #29CEAD;
    color: white;
}

.btn-primary:focus, .btn-primary:hover {
    background: #1ABC9C;
    border-color: #29CEAD;
}

#app-promotion-introduce .distribution-banner {
    height: 490px;
    background: url(/static/images/campaign/banner_bg.png) -1px 0 / 101% 514px no-repeat;
}

#app-promotion-introduce .distribution-banner .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#app-promotion-introduce .distribution-banner .banner-title {
    margin-bottom: 12px;
}

#app-promotion-introduce .distribution-banner .banner-content {
    width: 50%;
    margin-bottom: 24px;
}

#app-promotion-introduce .distribution-banner .banner-pic {
    position: absolute;
    height: 74%;
    width: auto;
    right: -4%;
    top: 44px;
}

#app-promotion-introduce .distribution-superiority .superiority-row>div {
    height: 370px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#app-promotion-introduce .distribution-superiority img {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto;
}

#app-promotion-introduce .distribution-banner .btn {
    width: 128px;
    height: 36px;
    padding: 8px 28px 7px 28px;
}

.banner-pic {
    padding-top: 60px;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.promotion-features img {
    width: 158px;
}

.section-title {
    font-size: 24px;
    font-family: 'PingFang SC';
    font-weight: 600 !important;
    color: #2F3950;
    margin-bottom: 40px;
}

.model-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

.features-title, .method-title, .model-title {
    text-align: left;
    font-size: 18px;
    font-family: 'PingFang SC';
    font-weight: 600 !important;
    color: #2F3950 !important;
    position: relative;
}

.promotion-stat {
    background: linear-gradient(90deg, #02AAB0 0%, #1ABC9C 100%);
}

.promotion-stat .item {
    margin-top: 40px;
    margin-bottom: 40px;
}

.promotion-model {
    padding-bottom: 0;
}

.promotion-model .item {
    margin-bottom: 80px;
}

.promotion-stat p.title {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.promotion-stat p.subtitle {
    font-size: 30px;
    font-family: Bebas Neue;
    font-weight: 400;
    color: #FFFFFF;
}

.promotion-model img.model-pic {
    max-width: 138px;
}

.features-content, .method-content, .model-content {
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #687089 !important;
    line-height: 21px;
    text-align: left;
    padding-right: 20px;
}

.model-title, .model-content {
    text-align: center;
}

.model-content {
    padding-left: 8%;
    padding-right: 8%;
}

.method-pic {
    max-width: 380px;
}

.promotion-method .item {
    display: flex;
    align-items: center;
}

.promotion-method .item .content {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
}

.promotion-method .item .content img.num-pic {
    position: absolute;
    top: -24%;
    max-width: 165px;
}

.process-pic {
    width: 30px;
}

.process-tip {
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: 600;
    color: #676F89;
}

.process-item::after {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #19BB9B;
}

.process-right-arrow {
    width: 10px;
    height: 10px;
    right: -10px;
    display: inline-block;
    margin-left: 10px;
    background: url(/static/images/campaign/arrow.png) no-repeat;
    position: absolute;
    top: 20px;
}

.question {
    font-size: 20px;
    font-family: 'PingFang SC';
    font-weight: 600 !important;
    color: #2F3950;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px;
}

.answer {
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #676F89;
    line-height: 22px;
    text-align: left;
    margin-bottom: 30px;
}

.promotion-method .item:nth-child(2n + 1) {
    flex-direction: row-reverse;
}

@media (max-width: 992px) {
    .features-title, .method-title, .features-content, .method-content {
        text-align: center;
    }
    #app-promotion-introduce .distribution-banner .banner-pic {
        right: -70px;
    }
    .features-content, .method-content {
        margin-bottom: 40px;
    }
    .promotion-features {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #app-promotion-introduce .distribution-banner {
        background-size: 1921px 514px;
        text-align: center;
    }
    #app-promotion-introduce .distribution-banner p:nth-of-type(2) {
        width: 100%;
    }
    #app-promotion-introduce .distribution-banner .banner-pic {
        display: none;
    }
    .process-right-arrow {
        transform: rotate(90deg);
        position: relative;
        left: -5px;
        top: 0;
    }
    .process-pic {
        margin-top: 20px;
    }
    .pt-120 {
        padding-top: 140px;
    }
    .features-title, .method-title, .features-content, .method-content {
        text-align: center;
        z-index: 2;
        position: relative;
    }
    .promotion-method .item {
        display: block;
    }
    .promotion-method .item .content {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    .method-pic {
        max-width: 100%;
    }
    .promotion-method .item .content img.num-pic {
        left: 30%;
        top: 1%;
        z-index: 0;
    }
    .question {
        font-size: 15px;
        font-weight: 400 !important;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .features-content, .method-content {
        margin-bottom: 10px;
        padding-right: 0;
    }
    .promotion-model .item:last-child {
        margin-bottom: 0;
    }
    .section-title {
        /* font-size: 18px;
        font-weight: 400 !important; */
        margin-bottom: 20px;
    }
    .promotion-method .item {
        display: flex;
        align-items: center;
        flex-direction: column-reverse !important;
        margin-top: 40px;
    }
}

/* distribution end */