.detailsTit {
    width: 19%;
    top: 43.7%;
    right: 0;
}

.participationMethod {
    width: 90%;
    margin: 0 5%;
    top: 69%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.participationMethodTit {
    padding: 0 15px;
    font-size: 20px;
    line-height: 40px;
    background: url('../img/wayBg.png');
    background-size: 100% 100%;
    font-weight: bold;
    color: #5D7447;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}

.particiMethodProcess {
    width: 100%;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.particiMethodProcessItem {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.particiMethodProcessImg {
    width: 65%;
}

.particiMethodProcessText {
    width: 100%;
    text-align: center;
    margin-top: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #5D7447;
}

.particiMethodProcessDesc {
    width: 100%;
    text-align: center;
    margin-top: 4px;
    font-size: 10px;
    color: #435431;
    font-weight: bold;
}

.inviteFriendsBtm{
    width: 35%;
    margin-top: 10px;
}