.coop_top{
    height: 500px;
    background-image: linear-gradient(0deg,
    #632be3 0%,
    #7868f8 100%),
    linear-gradient(
            #5e31db,
            #5e31db);
    background-blend-mode: normal,
    normal;
}
.p_l{
    float: left;
    margin-top: 80px;
}
.p_l>h1{
    font-size: 60px;
    margin-bottom: 40px;
    color: #fff;
}
.p_l>p{
    font-size: 20px;
    color: rgba(255,255,255,0.6);
}
.p_r{
    float: right;
    margin-right: 40px;
    margin-top: 50px;
}
.tg_card{
    height: 120px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: -60px;
}
.tg_card li{
    position: relative;
    float: left;
    width: 33%;
    padding-left: 166px;
}
.tg_card li>h3{
    font-size: 18px;
    margin: 32px 0 18px 0;
}
.tg_card li>p{
    font-size: 16px;
    color: #808191;
}
.tg_card li>img{
    position: absolute;
    left: 40px;
    top: 20px;
}
.tg_card li:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 49px;
    right: 30px;
}
.tg_card li:last-child:before{
    display: none;
}
.tg_step>li{
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    width: calc(50% - 20px);
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px
    rgba(227, 230, 236, 0.3);
    border-radius: 10px;
    border: solid 1px #f0f3f6;
    padding: 20px;
    font-size: 18px;
    color: #808191;
    line-height: 40px;
}
.tg_step>li>img{
    margin-right: 20px;
    vertical-align: middle;
}
.tg_step>li:nth-child(2n){
    margin-right: 0;
}
.private{
    background: #fbfbfc;
    padding-bottom: 60px;
    margin-top: 60px;
}
.rbt_list>li{
    float: left;
    position: relative;
    width: calc(25% - 30px);
    margin-right: 40px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f0f3f6;
    overflow: hidden;
    padding: 40px 30px;
}
.rbt_list>li>h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.rbt_list>li>p{
    font-size: 16px;
    color: #808191;
}
.rbt_list>li>img{
    position: absolute;
    left: -48px;
    bottom: 0;
}
.rbt_list>li:last-child{
    margin-right: 0;
}
.tg_tip{
    height: 44px;
    line-height: 44px;
    background-color: rgba(255, 206, 115, 0.18);
    font-size: 16px;
    padding: 0 20px;
    color: #ffaf1a;
    margin-top: 40px;
}
.tg_tip>a{font-weight: 600;text-decoration: underline;
    color: #ffaf1a;}
.tg_desc>li{
    margin-bottom: 20px;
    color: #808191;
}

.rule_list li{
    position: relative;
    float: left;
    width: calc(50% - 40px);
    margin-right: 80px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px
    rgba(147, 172, 226, 0.1);
    border-radius: 10px;
    border: solid 1px #f3f2fc;
    padding: 30px 0;
    text-align: center;
}
.rule_list li:last-child{
    margin-right: 0;
}
.rule_list li>img{
    margin-bottom: 40px;
}
.rule_list li>h3{
    margin-bottom: 16px;
    font-size: 24px;
    color: #303753;
}
.rule_list li>p{
    font-size: 16px;
    color: #767e91;
}
.rule_list li>p>a{
    vertical-align: middle;
    font-size: 14px;
    padding: 4px 6px;
    margin: 0 10px;
    background: rgba(51, 85, 219, 0.1);
    color: #3355db;
}
.rule_list_tag{
    position: absolute;
    left: 30px;
    top: 30px;
    line-height: 36px;
    padding: 0 20px;
    background: #3355db;
    color: white;
    border-radius: 18px;
}