.referral {
    padding: 60px 0;
    box-sizing: border-box;
}

.referral h4 {
    font-size: 38px;
    text-align: center;
    font-weight: 500;
}

.referral-con {
    margin-top: 44px;
}

.referral-con .fl {
    width: 580px;
    margin-top: 45px;
    white-space: pre-line;
}
.referral-con .fl span{
    font-weight: 600;
}
.referral-con .fr{
    padding-right: 32px;
    box-sizing: border-box;
}
.referral-con .fr img {
    width: 411px;
    height: 372px;
}

.referral-num {
    margin-top: 63px;
}

.referral-num>div {
    width: 33%;
    height: 96px;
    float: left;
    border-right: 1px solid #E4E9ED;
    text-align: center;
}

.referral-num>div {
    text-align: left;
}
.referral-num div:nth-child(2){
    padding-left: 155px;
    box-sizing: border-box;
}
.referral-num div:nth-child(3){
    padding-left: 155px;
    box-sizing: border-box;
}
.referral-num>div:last-child {
    border: none;
}
.referral-num .desc{
    
color: #4B565C;
}
.referral-num .num {
    font-size: 48px;
    font-weight: 500;
    color: #132331;
    font-family: DINProM;
}
.referral-num .num span{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.lxwm {
    background: #F4F9FF;
    padding: 60px 0;
    box-sizing: border-box;
}

.lxwm h4 {
    font-size: 38px;
    text-align: center;
    font-weight: 500;
}

.lxwm-list {
    margin-top: 50px;
}

.lxwm-item {
    width: 380px;
    padding: 28px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    margin-right: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.lxwm-item:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.lxwm-item:last-child {
    margin-right: 0;
}

.lxwm-item .head img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.lxwm-item .name {
    color: #132331;
    font-size: 18px;
    font-weight: 500;
}

.lxwm-item .desc {
    color: #4B565C;
    margin-top: 6px;
    font-size: 14px;
}
.lxwm-item .desc a{
    color: #4B565C;
}
.lxwm-item .desc a:hover{
    color: #006EFF;
}
.rz {
    width: 100%;
    height: 517px;
    text-align: center;
}

.rz>div {
    height: 100%;
    padding-top: 220px;
    box-sizing: border-box;
    background-image: url("../img/index/wh.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.rz h1 {
    font-size: 43px;
    font-weight: 500;
}

.rz h1 span {
    display: inline-block;
    color: #006EFF;
    margin-right: 25px;
    font-family: DINProM;
    position: relative;
}

.rz h1 span::before {
    content: '+';
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 40px;
    line-height: normal;
}

.rz p {
    font-size: 16px;
    color: #4B565C;
}

.rz button {
    margin-top: 32px;
}
.rz button a{
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 44px;
}
.btn {
    min-width: 120px;
    height: 44px;
    background: #006EFF;
    border-radius: 4px;
    border: none;
    color: #fff;
}