@charset "UTF-8";

.join-bg{
    height: 500px;
    width: 100%;
    padding-top: 96px;
    background-image: url('../images/vip/j1.jpg');
    background-size: 100% 100%; 
    background-position: center center;  
    background-repeat: no-repeat;
}
.join-bg .join-bg-t1{
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
}
.join-bg .join-bg-t2{
    color: #f3f4f6;
    font-size: 20px;
    line-height: 40px;

}
.join-bg .join-bg-btn{
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #ff391d;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}
/* 官网介绍 */
.jieshao{
    padding: 96px 0;
}
.jieshao-le{
    width: 568px;
    
}
.jieshao-le .jieshao-le-tle{
    font-size: 30px;
    color: #000;
}
.jieshao-le .jieshao-le-desc{
    font-size: 16px;
    color: #4b5563;
    margin: 32px 0;
    line-height: 1.625;
}
.jieshao-le .jieshao-le-it{
    width: 178px;
    height: 88px;
    background-color: #ffffff;
    color: #000;
    font-size: 16px;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05)
}
.jieshao-le .jieshao-le-it .iconfont{
    font-size: 24px;
    color: #ff391d;
    font-weight: 700;

}
.jieshao-le .jieshao-le-it p{
    margin-top: 8px;
}
.jieshao-rg{
    width: 568px;
}
.jieshao-rg-it{
    width: 272px;
    height: 138px;
    border-radius: 16px;
    text-align: center;
    padding: 32px;
    background: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
}
.jieshao-rg-it div{
    font-size: 36px;
    font-weight: 700;
    color: #ff391d;
    margin-bottom: 10px;
}
.jieshao-rg-it p{
    font-size: 16px;
    color: #4b5563;
}
/* 权益 */
.quanyi{
    background-color: #fff;
    padding: 96px 0;
}
.quanyi-t1{
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 64px;
}
.quanyi-it{
    width: 584px;
    height: 164px;
    padding: 32px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 0.1);
    margin-bottom: 30px;
    border-radius: 16px;
}

.quanyi-it .iconfont{
    font-size: 30px;
    color: #ff391d;
    font-weight: 700;
    margin-right: 30px;
}
.quanyi-it h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.quanyi-it p{
    font-size: 16px;
    color: #4b5563;
}
/* 选择 */
.xuanzhe{
    padding: 96px 0;
}
.xuanzhe-tle{
    text-align: center;
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 64px;
}
.xuanzhe-it{
    padding: 32px 26px;
    width: 276px;
    height: 256px;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
}
.xuanzhe-it .iconfont{
    font-size: 36px;
    color: #ff391d;
    font-weight: 700;
}
.xuanzhe-it h3{
    font-size: 20px;
    color: #000;
    margin: 16px 0;
}
.xuanzhe-it p{
    font-size: 16px;
    color: #4b5563;
    line-height: 1.5;
}
/* 携手全国律师 共赢发展 */
.fazhan{
    padding: 96px 0;
    text-align: center;
    background-color: #fff;
}
.fazhan .fazhan-t1{
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 64px;
}
.fazhan p{
    color: #1f2937;
    font-size: 20px;
}
.fazhan .fazhan-desc{
    color: #4b5563;
}
.fazhan-img{
    margin: 60px 0;
}
.fazhan-img img{
    width: 186px;
    height: 186px;
    border-radius: 10px;
}
.fazhan-btn{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #ff391d;
    border-radius: 6px;
    margin-top: 30px;
}