@charset "UTF-8";

html,
body {
    background-color: #F4F4F7;
    margin: unset !important;
    font-family: Poppins, Poppins;
    height: 100vh;

}
/* model -1 - start */
.usecase_list{
    max-width: 1024px;
    margin: auto;
}
.usecase_list .bigtitle{
    font-size: 32px;
    font-weight: 500;
    color: #252525;
    text-align: center;
    margin-bottom: 60px;
}
.resource_list .listmain .listmain_top{
    display: flex;
    flex-wrap: wrap;
}
.usecase_list .listmain .list_one{
    background-color: #fff;
    width: 28%;
    height: 100%;
    padding: 20px;
    border-radius: 34px !important;
    margin-bottom: 24px;
}
.usecase_list .listmain .list_one .title{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(33, 32, 37, 1);
    text-align: left;
    vertical-align: top;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.resource_list .listmain .list_one .tips{
    background-color: #018EFF;
    font-size: 12px;
    font-weight: 400;
    padding: 4px;
    color: #fff;
    width: 50%;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0;
}
.usecase_list .listmain .list_one .title span{
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    padding: 0 6px;
    white-space: wrap;
}
.usecase_list .listmain .list_one .intro{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(33, 32, 37, 1);
    text-align: left;
    display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.resource_list .time_num{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0px;
}
.resource_list .time_num .time{
    font-size: 12px;
    font-weight: 400;
    color: #252525;
}
.resource_list .time_num .num {
    font-size: 12px;
}
.resource_list .time_num .num span{
    color: #2A82E4;
    font-weight: 500;
    font-size: 14px;
    padding: 0 4px;
}
.resource_list{
    margin: 80px auto;
}
.resource_list .listmain{
    margin-top: 90px;
    background-color: #fff;
    border-radius: 34px;
    padding: 60px 20px 20px 20px;
}
.resource_list .listmain .list_one{
    width: 26%;
    border-radius: 10px;
    border: 1px solid #252525;
    margin: 0 10px 30px 20px;
}
.faq_search{
    width: 100% !important;
    padding: 0 20px;
    box-sizing: border-box;
}
.article_search{
    width: 65%;
    margin: 20px auto;
    text-align: center;
}
.article_search .el-input__inner{
    border-radius: 20px;
    border: 1px solid #3AB076;
}
/* model -1 - end */

/* steps to - start */
.steps{
    max-width: 1024px;
    margin: 80px auto;
    background-color: #fff;
    border-radius: 34px;
    padding: 40px 20px;
    box-sizing: border-box;
}
.steps .bigtitle{
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
    color: #252525;
    margin-bottom: 40px;
}
.steps .smalltitle{
    width: 60%;
    text-align: center;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19.6px;
    color: #252525;
    margin-bottom: 20px;
}
.challenge{
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    box-sizing: border-box;
}
.challenge .locations{
    width: 31%;
    border-radius: 34px;
    border: 1px solid #252525;
}
.challenge .locations .title{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 22.4px;
    color: rgba(33, 32, 37, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}
.challenge .locations img{
    width: auto;
    padding: 0 6px 10px 0;
}
.challenge .locations .intro{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19.6px;
    color: rgba(33, 32, 37, 1);
    padding: 0 20px 14px 20px;
}
/* steps to - end */

/* how does - start */
.howdoes{
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.howdoes .left{
    width: 60%;
    background-color: #fff;
    padding: 20px;
    border-radius: 34px;
}
.howdoes .left .title{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 44.8px;
    color: rgba(33, 32, 37, 1);
    text-align: left;
    vertical-align: top;
    margin: 0;
}
.howdoes .left .intro{
    padding: 20px 0 30px 0;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
}
.howdoes .left .oper_button .el-button{
    background-color: #FF6F32;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
.howdoes .right{
    width: 32%;
    border-radius: 34px;
}
.howdoes .right img{
    width: 100%;
}
.top .banner{
    width: 100% !important;
}
.top .bannerimg{
    width: 1024px;
    box-sizing: border-box;
}
.top .bannerimg img{
    width: 100%;
}
.tc_left .navigation{
    justify-content: center !important;
}
/* affiliate-program */
.top_promotion{
    position: relative;
    width: 100%;
    height: 973px;

    /* background: #FFFDF5; */
    background: url("/https/www.rapidproxy.io/static/rapidproxy/images/affiliate/affiliate_top_bg.webp") no-repeat;
    background-size: cover;
    
    padding-top: 162px;
}
.top_promotion::after{
    /* content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 559px;
    background: url("/https/www.rapidproxy.io/static/rapidproxy/images/affiliate/ff_top_bg.webp") no-repeat center center;
    background-size: cover;
    z-index: 0; */
}
.top_promotion .tc_left .navigation{
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;

    
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{
    /* width: 68px; */
    height: 18px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 12px;
    color: #474747 !important;
}
.pro_banner{
    position: relative;
    z-index: 1;
    margin: 60px auto 100px;
    max-width: 1200px;
    /* height: 489px; */

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.pro_b_left{
   /* max-width: 1200px; */

}
.pro_b_left h1{
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 52px;
    color: #212025;
    line-height: 68px;

    max-width: 953px;
    text-align: center;
    margin: 0 auto;
}
.pro_b_cont{
    margin: 16px 0 34px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;

    color: #474747;

}

.prot_txt_wrap{
    margin: 0 0 34px;
    display: flex;
    justify-content: center;
    gap: 59px;
    margin-left: 108px;
}


.prot_txt{
    display: flex;
    align-items: center;
    /* width: 276px; */
    /* height: 24px; */
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
}
.prot_txt1{
    /* margin-top: 40px !important; */
}
.prot_txt .adv_icon{
    margin-right: 4px;
    width: 24px;
    height: 24px;
    background: url("/https/www.rapidproxy.io/static/rapidproxy/images/affiliate/house_adv_icon.webp") no-repeat;
}
.top_btn_inv{
    /* margin-top: 48px; */
    display: flex;
    justify-content: center;
}
.login_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 48px;
    background: #FF6F32;
    border-radius: 10px;

    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}
.login_btn:hover{
    color: #FF6F32;
    border: 1px solid #FF6F32;
    background: #fff;

    /* transform: scale(1.05); */
}
.invite_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 240px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #212025;

    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #212025;
    transition: all 0.2s ease-in-out;
}
.invite_btn:hover{
    color: #fff;
    background: #212025;
}

.pro_b_right{
    /* max-width: 584px; */
    display: flex;
    align-items: center;
    margin-top: 48px;
    /* flex-direction: column; */
}
/* .pro_b_right img{
    width: 100%;
} */
.af_top01{
    width: 307px;
    height: 211px;
}
.af_top02{
    width: 566px;
}
.af_top03{
    width: 325px;
}


.steps_wrap{
    margin: 0 auto;
    padding: 80px 0 150px;

    max-width: 1200px;
}

.step_bigtitle{
    /* height: 60px; */
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 40px;
    color: #212025;
    text-align: center;
}
.step_challenge{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.st_item{
    padding: 34px 20px 0;
    width: 384px;
    height: 410px;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #E6EAF5;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.st_item:hover{
    transform: scale(1.05);
    box-shadow: 0px 7px 24px 0px rgba(112,110,110,0.24);
}
.st_title{
    width: 100%;
    /* height: 167px; */
}
.st_title img{
    width: 100%;
    /* height: 167px; */
}
.st_title_txt {
    margin-top: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 20px;
    color: #424143;
}
.st_title_txt span{
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;
    background: #FFF4EF;
    border-radius: 46px 46px 46px 46px;

    font-family: Inter, Inter;
    /* font-family: Poppins, Poppins; */

    font-weight: bold;
    font-size: 20px;
    color: #FF6F32;
}
.st_intro{
    margin-top: 10px;
    height: 87px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 29px;
    text-align: center;
}
.joining_rap{
    padding:40px 20px;
    margin: 0 auto;

    max-width: 1200px;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
}
.join_slg{
    margin: 0px 0 60px;

    /* height: 60px; */
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 40px;
    color: #212025;
    text-align: center;
}
.join_ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.join_ul .join_li{
    padding: 24px;
    /* width: 315px; */
    flex: 1;
    height: 249px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #E6EAF5;
    transition: all 0.3s ease-in-out;
}
.join_ul .join_li:hover{
    transform: scale(1.05);
    box-shadow: 0px 6px 24px 0px #FFECE5;
    border: 1px solid #FF6F32;
}
.join_ul .join_li img, .join_ul2 .join_li img{
    width: auto;
    height: 48px;
}
.join_title{
    margin: 20px 0 16px;
    height: 30px;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 20px;
    color: #212025;
    text-align: left;
}
.join_dec{
    height: 87px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 29px;
    text-align: left;
}
.join_ul2{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;

    /* gap: 20px; */

    height: 281px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #E6EAF5;
}
.join_ul2 .join_li{
    padding:34px 20px ;
    /* width: 327px; */
    flex: 1;
    height: 273px;
}
.join_ul2 .join_title{
    margin: 24px 0 16px;

}
.program{
    

    display: flex;
    justify-content: space-between;

    margin: 0 auto;
    margin-top: 120px;
    max-width: 1200px;
    height: 492px;
}
.program_left{
    max-width: 690px;
    /* height: 404px; */
}
.program_left h2{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 32px;
    color: #212025;
    text-align: left;
}
.program_dec{
    margin-top: 20px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.program_btn{
    margin-top: 40px;
    width: 200px;
    height: 48px;
    background: #FF6F32;
    border-radius: 35px 35px 35px 35px;

    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease-in-out;
}
.program_btn:hover{
    color: #FF6F32;
    border: 1px solid #FF6F32;
    background: #fff;
}
.program_right{
    max-width: 430px;
    margin-top: 38px;
}
.program_right img{
    width: 100%;
}
.how_you_get_paid{
    margin: 100px auto 150px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}
.how_yget_left{
    max-width: 430px;
}
.how_yget_left img{
    width: 100%;
}
.get_paid_right{

    max-width: 690px;
}
.get_paid_right h2{
    margin-top: 40px;
    /* width: 514px; */
    height: 48px;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 32px;
    color: #212025;
    text-align: left;
}
.get_paid_dec{
    margin-top: 20px;

    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.get_paid_tips{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paid_tip_item{
    margin-top: 20px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 335px;
    height: 48px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E6EAF5;

    /* width: 54px;
    height: 32px; */
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #212025;
    /* line-height: 32px; */
}
.paid_tip_dec{
    display: flex;
    align-items: center;

}
.paid_tip_pic{
    margin-right: 10px;
    width: 24px;
}
.paid_tip_icon{
    width: 20px;
}

.next_level{
    padding: 60px 0;
    height: 376px;
    background: #212025;
}

.next_level_wrap{
    margin: 0 auto;
    max-width: 1200px;
    height: 256px;
    border-radius: 24px 24px 24px 24px;
}
.next_level_wrap h2{
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.next_level_content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.next_level_item{
    margin-top: 20px;
    padding: 0 14px;
    width: 285px;
    height: 58px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E6EAF5;
    
    display: flex;
    align-items: center;
    
    
}
.next_level_item span{
    margin-left: 10px;
    /* width: 158px; */
    /* height: 32px; */
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    /* line-height: 32px; */
    text-align: left;

    
}
.next_level_item img{
    width: 24px;
    height: 24px;
}

/* affiliate-program  end */

/* how does - end */
@media (max-width: 990px) {
    .challenge .locations img{
        width:100%;
    }
}

@media (max-width: 910px) and (min-width: 701px) {
    h1, h2{
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .top_promotion{
        position: relative;
        padding: 10px;
        height: auto;
    }
    .next_level, .next_level_wrap{
        padding: 10px;
        height: auto;
    }
    .step_challenge{
        padding: 10px;
        gap: 10px;
    }
    .join_slg{
        margin: 20px;
    }
    .joining_rap{
        padding: 10px;
    }
    .join_ul{
        gap: 10px;
    }
    .join_ul .join_li{
        height: auto;
    }
    .join_title{
        font-size: 18px;
    }
    .join_dec{
        height: auto;
        font-size: 16px;
        line-height: 1.5;
    }
    .program{
        padding: 10px;
    }
    .pro_b_right{
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: center;
        margin-top: 48px;
    }
    
    .af_top01{
        width: 25%;
        height: auto;
        
    }
    .af_top02{
        width: 45%;
    }
    .af_top03{
        width: 30%;
    }
}

@media (max-width: 700px) {

    .steps .bigtitle{
        width:100%
    }

    .challenge{
        flex-direction: column;
    }

    .challenge .locations{
        width: 100%;
        margin-bottom: 20px;
    }

    .howdoes{
        flex-direction: column;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .howdoes .left{
        width: 100%;
        box-sizing: border-box;
    }

    .howdoes .right{
        width: 100%;
        margin-top: 20px;
    }
    .challenge .locations img{
        width:60%;
    }
    /* new */

    .top_promotion{
        padding: 10px;
        height: auto;
    }
    .top_promotion::after{
        background: inherit;
        width: 0;
    }
    .pro_banner{
        display: block;
        margin: 60px auto 50px;
    }
    h1, h2{
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .pro_b_right{
        margin-top: 20px;
    }
    .step_challenge{
        display: block;
        padding: 0 10px;
    }
    .st_item{
        margin-top: 10px;
        width: 100%;
    }
    .join_ul{
        display: block;
    }
    .join_ul .join_li{
        margin-top: 10px;
        width: 100%;
    }
    .join_ul2{
        display: block;
        height: auto;
    }
    .program{
        display: block;
        padding: 10px;
        height: auto;
    }
    .program_left{
        
    }
    .how_you_get_paid{
        display: block;
        padding: 10px;
    }
    .next_level, .next_level_wrap{
        height: auto;
    }
    .next_level_content{
        display: block;
        padding: 10px;
        height: auto;
    }
    .next_level_item{
        width: 100%;
    }
    

    .pro_b_right{
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: center;
        margin-top: 48px;
    }
    
    .af_top01{
        width: 50%;
        height: auto;

        margin: 0 auto;
    }
    .af_top02{
        width: 60%;
    }
    .af_top03{
        width: 40%;
    }
    .prot_txt_wrap{
        margin-left: 0;
        flex-direction: column;
        gap: 10px;
    }
    
}

@media (max-width: 360px) {/* 宽度小于360px时的样式 */
    /* .intro{
        width:95% !important;
    }
    .challenge .locations .intro{
        margin-left:0 !important;
    } */
}
