.p_banner{height: 520px;background-color: #f8f9fd;width: 100%;}
.pb_banner_cont{width: 1200px;display: flex;margin: 0 auto;padding-top: 134px;justify-content: space-between;}
.pb_banner_l{width: 560px;text-align: left;}
.pb_banner_l h1{color: #222c3f;font-size: 40px;font-weight: bold;}
.pb_banner_l p{color: #222c3f;font-size: 18px;margin-top: 21px;}
.pb_banner_l a{display: block;width: 210px;height: 55px;background-color: #3d6eec;border-radius: 4px;color: #ffffff;font-size: 18px;font-weight: bold;text-align: center;line-height: 55px;margin-top: 34px;}
.pb_banner_l a:hover{background-color: #4b7cf7;}
.pt_type_all{display: flex;margin-bottom: 40px;flex-wrap: wrap;gap: 10px 0;}
.partner_type{width: 1200px;margin: 0 auto;margin-top: 60px;padding-bottom: 100px;}
.pt_type_all li{cursor: pointer; height: 40px;background-color: #f4f7f9;border-radius: 4px;margin-right: 30px;line-height: 40px;padding: 0 20px;color: #222c3f;font-size: 16px;}
.pt_type_all li.active{background-color: #3d6eec;color: #fff;}
.pt_type_all li:hover{color: #3d6eec;}
.all_parter_cont{width: 1200px;margin: 0 auto;}
.detail_partner{display: flex;flex-wrap: wrap;}
.single_partner{display: inline-block;    box-sizing: border-box;cursor: pointer; width: 285px;padding: 0 25px; height: 229px;border-radius: 6px;border: solid 1px #e0e0e0;position: relative;margin-right: 20px;margin-bottom: 20px;}
.detail_partner .single_partner:nth-child(4n){margin-right: 0;}
.s_arraw_logo{position: absolute;right: 16px;top: 16px; width: 21px;height: 14px;background: url(http://static.cherryproxy.com/img/partner/single_img.webp)no-repeat center;background-position: 0 0;}
.p_logo{height: 100px;margin-top: 25px;}
.single_partner h2{color: #333333;font-size: 14px;font-weight: bold;}
.p_cont{color: #565e70;font-size: 14px;margin-top: 3px;    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.all_parter_cont .detail_partner{display: none;}
.all_parter_cont .detail_partner:nth-child(1){display: flex;}
.pt_type_all li.active:hover{background-color: #4b7cf7;color: #fff;}
.single_partner:hover{border: solid 1px #3d6eec;}
.single_partner:hover .s_arraw_logo{background-position: 0 -14px;}
.header .header_main .login a:nth-child(1) {color: #031a42;}
.single_partner>i{
    box-sizing: border-box;
    padding: 0 6px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: max-content;
    height: 23px;
    background: linear-gradient( 135deg, #06AEEB 0%, #7300FF 100%);
    border-radius: 6px 0px 6px 0px;
    /* 字体 */
    font-family: Inter Regular;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 23px;
}
