body {
    margin: 0;
    padding: 0;
}

.Join {
    width: 100%;
    height: 100%;
}

.Join-title {
    width: 100%;
    height: 500px;
    background-image: url("https://cdnwm.yuluojishu.com/uploads/20240529/d3e9b5d03095db3b0dff9d99940b8ad6.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;

}

.Join-title .content {
    margin-top: 5%;
    margin-left: 25%;

}
.Join-title .content h3 {
    height: 140px;
    font-size: 100px;
    margin: 0;

}
.Join-title .content p {
    height: 48px;
    font-size: 34px;
    margin: 0;

}

.Join-title .content .last {
    letter-spacing: 25px;

}

.Join-con {
    width: 100%;
    padding-top: 140px;
}

.Join-con-item {
    width: 63%;
    margin: auto;
    margin-bottom: 100px;
}

.Join-con-item-title {
    width: 100%;
    font-weight: 550;
}

.Join-con-item-con {
    width: 100%;
    margin-top: 30px;
}

.Join-con-item-con-litte-title {
    font-weight: 550;
}

.Join-con-item-con-litte div {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    white-space: pre-wrap;
}

.foot {
    width: 100%;
    height: 158px;
    background: #0F1B2E;
    color: white;
    padding-top: 52px;
    box-sizing: border-box;
    text-align: center;
}


.seek_advice {
    position: fixed;
    right: 0;
    bottom: 50px;
    width: 80px;
    z-index: 9999;
    height: auto;
    border: 1px solid rgba(128, 128, 128, 0.261);
    background-color: white;
    text-align: center;

}

.seek_advice .item {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(128, 128, 128, 0.261);
    position: relative;
}

.seek_advice .item .icon {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;

}

.seek_advice .item .item_detail {
    background-color: white;
    right: 82px;
    display: none;
    width: 175px;
    position: absolute;
    color:black;

}
.seek_advice .item.active {
    color:#2450DC;

}
.seek_advice .item .item_detail.active {
    display: block;

}

.seek_advice .item .item_detail_qrcode {
    height: 160px;
    top: 0;
    padding-top: 10px;
}

.seek_advice .item .item_detail_qrcode img {
    width: 115px;
    height: 115px;
    display: block;
    margin: 0 auto;
    margin-bottom:10px;
}


.seek_advice .item .item_detail_phone {
    top: 30px;
    height: 50px;
    text-align: left;
    padding-left: 30px;
}

.seek_advice .item .item_detail_phone p {
    font-size: 16px;
    margin: 5px 0;
}
