/* distribution start */


#privacy-introduce .distribution-banner {
    height: 440px;
    background: linear-gradient(180deg, #0F1427, #111B3E);
    padding:20px 0;
}

#privacy-introduce .distribution-banner .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
    background: url(/static/images/privacy/banner@2x.png) no-repeat;
    background-size:contain;
    background-position:center;
}

.tips-line {
    position: absolute;
    left: 0%;
    height: 90%;
    top: 5%;
    background-position: top;
    width: 4px;
    background: #E1E6F0;
    border-radius: 2px;
}
.tips-line .bg-item{
    width: 100%;
    height: 33.33%;
    display: flex;
}
.tips-line .bg-item:nth-child(1) {
    align-items: flex-start;
}
.tips-line .bg-item:nth-child(2) {
    align-items: center;
}
.tips-line .bg-item:nth-child(3) {
    align-items: flex-end;
}
.tips-line .bg-item .tips-bg.active{
    height: 60%;
    background: #1ABC9C;
    width: 100%;
    border-radius: 2px;
    transition-duration: 500ms;
}
.step-row {
    /* margin-top: 50px;
    margin-bottom: 50px; */
}
.step-row >div.col-lg-5>div:nth-child(1) {
    position: relative;
    padding-left: 0%;
}
.auth-step-box  {
    margin-left: 40px;
}
.auth-step-box .step-item {
    /* background: #F6F8FA; */
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 12px 24px;
}

.auth-step-box .step-item >div{
    display: flex;
    text-align: left;
    align-items: center;
}
.auth-step-box .step-item div.number{
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 40px;
}

.auth-step-box .step-item div.number img {
    width: 48px;
    height: 48px;
}

.auth-step-box .step-item.active {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(63, 97, 164, 0.1);
    transition-duration: 500ms;
}
.auth-step-box .step-item.active div.number{
    color:#fff;
}
.auth-step-box .step-item.active p{
    color: #2F3950;
    font-weight: 500 !important;
}
.auth-step-box .step-item p{
    color: #687089;;
    margin: 0;
}



.step-row .step-box img{
    width:20px;
    height:20px;
    margin-left:0;
    margin-bottom:10px;
}

.sub-item-1 .step-box{
    min-height:120px;
}

.sub-item-2 .step-box .box-item {
    display: flex;
    background: #FFFFFF;
    padding: 5px 0px 20px;
}

.sub-item-2 .step-box .box-item:nth-child(2) {
    padding: 5px 0px 30px;
}

.sub-item-2 .step-box .box-item  img{
    margin-right:20px;
    margin-top:5px;
}

.sub-item-2 .step-box .box-item p{
    margin:0;
}

.sub-item-2 .step-box{
    padding:20px 40px;
}


.step-row .step-box .title{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600 !important;
    color: #2F394F;
}

.step-row .step-box .number-title{
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #2F394F;
}

.step-row .step-box .subtitle{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #687089;
}
.step-tip {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AAB0C4;
}

#privacy-introduce .distribution-banner .banner-title >span{
    font-family: Roboto;
    font-weight: bold;
}

#privacy-introduce .distribution-banner .banner-title {
    margin-bottom: 12px;
    color: #FFFFFF;
    font-weight: 600 !important;
}

#privacy-introduce .distribution-banner .banner-content {
    width: 100%;
    margin-bottom: 24px;
    color:#9FABBD;
}

#privacy-introduce .distribution-banner .banner-pic {
    position: absolute;
    height: 85%;
    width: auto;
    right: 1%;
    top: 6px;
}

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

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

.section {
    padding-top: 80px;
}

.private-features img {
    width: 60px;
}

.section-title {
    font-size: 24px;
    font-weight: 600 !important;
    color: #2F3950;
    margin-bottom: 0px;
}

.row.feature-box {
    /* margin-bottom: 60px; */
}
.feature-box .box-item {
    display: flex;
    align-items: center;
    /* margin-bottom: 30px; */
    background: #FFFFFF;
    /* box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1); */
    /* border-radius: 8px; */
    padding: 30px 40px;
}

.box-item .title {
    font-size: 16px;
    font-weight: 600 !important;
    color: #2F3950;
    margin-bottom: 15px;
}
.feature-box img {
    max-width: 95px;
    margin-right: 25px;
}
.compare-box {
    display: flex;
    width: 80%;
    margin: auto;
}
.compare-box .box-item {
    background: #F6F8FA;
    border-radius: 8px;
    padding: 40px;
    width: 50%;
    border-top: 1px solid transparent;
}
.compare-box .box-item .thumb-icon{
    text-align: center;
    top: -56px;
    position: relative;
}
.compare-box .box-item .thumb-icon img{
    visibility: hidden;
    max-width: 85px;
    margin: auto;
}
.compare-box .box-item.active .thumb-icon img{
    visibility: visible;
}
.compare-box .box-item.active {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(87, 100, 114, 0.1);
    border-radius: 8px;
    border-top: 4px solid #1ABC9C;
}
.compare-box .box-item.active .top-item{
    background: #1abc9c1a;
}
.compare-box .box-item:nth-child(1) {
    margin-right: 30px;
}
.compare-box .box-item:nth-child(2) {
    margin-left: 30px;
}
.compare-box .top-item {
    background: #ffffffcc;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.compare-box .top-item p{
    font-weight: 600 !important;
}
.compare-box .top-item img {
    max-width: 40px;
}

.feature-box p {
    margin: 0;
    line-height: initial;
}

.box-item .subtitle {
    font-size: 14px;
    color: #687089;
}
.service-flow  {
    /* padding-top: 200px; */
}
.service-flow .service-flow-box {
    display: flex;
    justify-content: space-between;
}
.service-flow .service-flow-box .item {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
}
.service-flow .service-flow-box .item img{
    max-width: 32px;
    margin-bottom: 30px;
}
.service-flow .service-flow-box .item p{
    font-weight: 500 !important;
}
.service-flow .service-flow-box .item:not(:last-child):after {
    content: '';
    width: 6px;
    height: 10px;
    background: #2F3950;
    position: absolute;
    right: -4%;
    top: 40%;
    clip-path: polygon(0 100%, 0% 0, 100% 50%);
}
.simple-flow {
    height: 600px;
}
.simple-flow .support-box .box-item {
    margin-bottom: 0px;
}
.simple-flow .support-box .box-item p ,
.support-container .justify-content-center p.font-14 {
    margin: 0;
}
.simple-flow .box-item img{
    max-width: 100px;
    margin-bottom: 15px;
}
.simple-flow .box-item p.color-2F3950 {
    font-weight: 600 !important;
}

.support-container {
    background: linear-gradient(90deg, #02AAB0 0%, #1ABC9C 100%);
    border-radius: 16px;
    padding: 50px;
    position: relative;
    bottom: -80px;
}
.support-container .row{
    display: flex;
    align-items: center;
}
.support-box {
    display: flex;
}
.support-box .box-item img{
    max-width: 80px;
}
.support-box .box-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
}

@media (max-width: 768px) {
    .simple-flow .support-box .box-item p, .support-container .justify-content-center p.font-14 {
        margin-bottom: 15px;
    }
    #privacy-introduce .distribution-banner {
        height: 400px;
    }
    #privacy-introduce .distribution-banner .container {
        justify-content: center;
    }
    #privacy-introduce .distribution-banner .banner-title {
        font-size: 21px !important;
    }
    #privacy-introduce .distribution-banner .banner-content {
        width: 100%;
        color:#9FABBD;
    }
    #privacy-introduce .distribution-banner {
        background-size: 1921px 514px;
        text-align: center;
    }
    #privacy-introduce .distribution-banner p:nth-of-type(2) {
        width: 100%;
    }
    #privacy-introduce .distribution-banner .banner-pic {
        display: none;
    }
    
    .pt-120 {
        padding-top: 140px;
    }
    
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .section-title {
        margin-bottom: 20px;
        font-size: 19px;
    }
    .auth-step-box .step-item >div {
        width: 100%;
    }
    .step-row {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .feature-box .box-item {
        padding: 15px;
    }
    .feature-box img {
        max-width: 54px;
        margin-right: 15px;
    }
    .mb-100 ,
    .mb-80 {
        margin-bottom: 40px !important;
    }
    .row.feature-box {
        margin-bottom: 0px;
    }
    .compare-box {
        flex-flow: column;
        width: 100%;
    }
    .compare-box .box-item {
        width: 100%;
    }
    .compare-box .box-item:nth-child(2) {
        margin-left: 30px;
        margin-top: 50px;
    }
    .support-container .row {
        flex-flow: column;
    }
    .support-box {
        align-items: center;
        justify-content: center;
    }
    .support-box .box-item {
        margin: 5px;
        width: 80px;
        overflow: visible;
    }
    .support-container {
        padding: 30px 15px;
    }
    .support-box .box-item img {
        max-width: 46px;
    }
    .support-box .box-item p{
        white-space: nowrap;
    }
    .support-container {
        bottom: -47px;
    }
    .service-flow .service-flow-box .item {
        margin-bottom: 0px;
    }
    .step-row >div.col-lg-5>div:nth-child(1) {
        padding-left: 0;
    }
    .tips-line {
        left: 0;
    }
    .simple-flow {
        height: auto;
    }
    .simple-box .box-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    #privacy-introduce .distribution-banner .banner-pic {
        right: -70px;
    }
    .private-features {
        padding-bottom: 60px;
    }
    .compare-box .box-item:nth-child(2) {
        margin-left: 0;
    }
}

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

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

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

.pt-120 {
    padding-top: 120px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pt-200 {
    padding-top: 200px;
}
.mb-100 {
    margin-bottom: 100px;
}

.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: #1ABC9C;
    border: 1px solid #1ABC9C;
    color: white;
}

.btn-primary:focus, .btn-primary:hover {
    background: #29CEAD;
    border-color: #29CEAD;
}
.fw-600 {
    font-weight: 600 !important;
}
.justify-content-center {
    display: flex;
    justify-content: center;
}

#privacy-introduce .custome-banner {
    height: 480px;
    background: url('/static/images/privacy/customerbg@2x.png') no-repeat center 100%;
    background-size:cover;
}

#privacy-introduce .custome-banner .case-box {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgb(87 100 114 / 10%);
    border-radius: 8px;
    padding:0;
} 

#privacy-introduce .custome-banner .case-box .box-top {
    border-radius: 8px 8px 0px 0px;
} 

#privacy-introduce .custome-banner #case-box0 .box-top {
    background: linear-gradient(90deg, #4342A0 0%, #8453BC 100%);
}

#privacy-introduce .custome-banner #case-box1 .box-top {
    background: linear-gradient(90deg, #145298 0%, #3174E2 100%);
}

#privacy-introduce .custome-banner #case-box2 .box-top {
    background: linear-gradient(90deg, #02AAB0 0%, #1ABC9C 100%);
}

#privacy-introduce .custome-banner .case-box .box-top {
    padding:30px 40px;
}

#privacy-introduce .custome-banner .case-box .box-top span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

#privacy-introduce .custome-banner .case-box .box-top span img {
    width:36px;
    height:auto;
    float:right;
}

#privacy-introduce .custome-banner .case-box .box-body {
    padding:40px;
}

#privacy-introduce .custome-banner .case-box .box-body .case-item-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600 !important;
    color: #2F394F;
    margin-bottom:5px;
}

#privacy-introduce .custome-banner .case-box .box-body .case-item-subtitle {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #687089;
    margin-bottom:20px;
}

#privacy-introduce .custome-banner .case-box p {
    margin:0;
}

.step-row .step-box{
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(63, 97, 164, 0.1);
    border-radius: 10px;
    padding: 20px 40px;
}

#privacy-introduce .custome-banner .case-box{
    margin-bottom:20px;
}

#privacy-introduce .custome-banner .case-item:last-child {
    /* margin-bottom:60px; */
}

.step-row .step-box{
    padding:20px 40px;
    margin-bottom:10px;
}

.service-flow-title {
    margin-top:0px;
}

#privacy-introduce .custome-banner {
    height: auto;
    background: url('/static/images/privacy/customerbg@2x.png') no-repeat center 100%;
    background-position:top center;
}

.section-title.step-title {
    margin-bottom:0px;
}

.step-pic .col-xs-12 {
    padding-left:0;
    padding-right:0;
}

.mb-60 {
    margin-bottom:40px !important;
}

.feature-box img{
    position: relative;
    top: -28px;
}

.sys-img {
    width:100%;
}
.add-join {
    margin-left:0;
    margin-right:0;
}
.service-flow .service-flow-box .item:not(:last-child):after {
    top:10%;
}
#privacy-introduce .custome-banner {
    padding-bottom:0
}

.btn-border-green, .btn-border-green:focus, .btn-border-green {
    background:none;
}

.add-join {
    margin-top: 0px !important;
}

@media (min-width: 768px) {
    #privacy-introduce .custome-banner {
        padding-bottom: 50px;
    }
    .service-flow-box .item:not(:last-child):after {
        top:40%;
    }
    .add-join {
        margin-left:15px;
        margin-right:15px;
        margin-top: 200px !important;
    }
    .sub-item-1 .step-box {
        min-height:244px;
    }

    .sys-img {
        width:80%;
    }

    .feature-box img{
        position: relative;
        top: 0px;
    }

    .mb-60 {
        margin-bottom:60px !important;
    }

    #privacy-introduce .custome-banner .case-box {
        margin-bottom:20px;
    }

    .step-pic .col-xs-12 {
        padding-left:15px;
        padding-right:15px;
    }

    .section-title.step-title {
        margin-bottom:20px;
    }

    .service-flow-title {
        margin-top:0px;
    }

    .private-features img {
        width: 80px;
    }

    #privacy-introduce .custome-banner {
        height: 480px;
        background: url('/static/images/privacy/customerbg@2x.png') no-repeat center 100%;
        background-size:cover;
    }
}

/* distribution end */
/* vip start */
#vip-introduce .distribution-banner {
    height: 420px;
    background: linear-gradient(-90deg, #292A3C, #1E1E24);
    padding:20px 0;
}

#vip-introduce .distribution-banner .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
#vip-introduce .distribution-banner .banner-pic {
    position: absolute;
    height: 85%;
    width: auto;
    right: 1%;
    top: 6px;
}
#vip-introduce .banner-pic {
    padding-top: 60px;
}
#vip-introduce .distribution-banner .banner-title, 
#vip-introduce .distribution-banner .banner-content {
    color:#fff;
}
#vip-introduce .distribution-banner .banner-content {
    width:50%;
}
.vip-business .box-item, .scenes .box-item {
    width:20% !important;
}

.vip-business .box-item img{
    width:60px;
}

.scenes .box-item  {
    border-bottom:1px solid #E1E6F0;
}

.scenes .box-item span  {
    font-size:18px;
    color:#2f3950;
}
.scenes .box-item.active  {
    border-bottom:2px solid #1ABC9C;
    color:#1ABC9C;
}
.scenes .box-item.active span  {
    color:#1ABC9C;
}
.scenes .box-item img {
    width:20px;
    margin-right:5px;
    margin-bottom: 4px;
}
.nopadding {
    padding:0 !important;
}
.scenes-img {
    background:url('/static/images/vip/serviceBg1@2x.png') no-repeat;
    background-size: cover;
    width:100%;
    height:240px;
    border-radius: 12px;
    color:#fff;
    padding:40px;
}

.scenes-img-1 {
    background:url('/static/images/vip/serviceBg1@2x.png') no-repeat;
    background-size: cover;
    width:100%;
    height:240px;
}

.scenes-img-2 {
    background:url('/static/images/vip/serviceBg2@2x.png') no-repeat;
    background-size: cover;
    width:100%;
    height:240px;
}

.scenes-img-3 {
    background:url('/static/images/vip/serviceBg3@2x.png') no-repeat;
    background-size: cover;
    width:100%;
    height:240px;
}

.scenes-img-4 {
    background:url('/static/images/vip/serviceBg4@2x.png') no-repeat;
    background-size: cover;
    width:100%;
    height:240px;
}

.scenes-img-5 {
    background:url('/static/images/vip/serviceBg5@2x.png') no-repeat;
    background-size: cover;
    width:100%;
    height:240px;
}

.scenes-content .box-content img {
    width:22px;
    margin-right:15px;
    margin-top:2px;
}

.scenes-content .box-content span {
    font-size:18px;
    font-weight:600;
}

.scenes-img .content {
    color:#fff !important;
    padding:40px 15px;
    text-align:left;
    line-height:26px;
}

.scenes-plan {
    background:#fff;
    width:100%;
    height:180px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding:40px;
}

.scenes-plan span {
    color:#2f3950;
}

.scenes-plan .content {
    color:#687089;
    text-align:left;
    padding:20px 15px;
    line-height:26px;
}

#vip-features img {
    width:48px;
}
.vip-add-join {
    margin-top:0 !important;
}

.scenes .box-item img.active {
    display:none;
}
.scenes .box-item img.default {
    display: initial;
}

.scenes .box-item.active img.active {
    display: initial;
}
.scenes .box-item.active img.default {
    display: none;
}

.vip99 {
    width:120px;
    padding-left:10px;
    margin-top:-5px;
}

@media (max-width: 992px) {
    .vip-business .box-item, .scenes .box-item {
        width:30% !important;
    }
}
@media (max-width: 768px) {
    .vip-business .box-item, .scenes .box-item {
        width: 100% !important;
    }

    .scenes-img {
        padding:20px 10px;
        height:auto;
    }

    .scenes-img .content {
        display:inline-block;
        padding:10px;
    }
    .scenes-plan {
        padding:20px 10px 10px;
    }

    .scenes-plan .content {
        display:inline-block;
        padding:10px;
    }

    .scenes-plan {
        height:auto;
        border-top-right-radius:0;
        border-bottom-left-radius:12px;
    }

    #vip-introduce .distribution-banner .banner-content {
        width:100%;
    }

    #vip-introduce .distribution-banner {
        height:360px;
        padding:0;
    }

    .box-content.hide {
        display:block !important;
    }

    #vip-introduce .distribution-banner .container {
        text-align: center;
    }

    .vip99 {
    }
}
.chat-btn {
    padding: 7px 35px;
    border-color: transparent;
}
