.firstContent{

}
.firstContent .conPage .rulesCon p{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0;
    display: block;
    margin: 0;
}
.secondContent, .thirdContent, .fourthedContent, .lastContent{
    display: none;
}

.secondContent .conPage .rulesCon p{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0;
    display: block;
    margin: 0;
}


.rulesCon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.buttonXZ{
    width: 1.56rem;
    height: .58rem;
    border-radius: .04rem;
    border: .01rem solid #0A56B2;
    font-weight: 500;
    font-size: .18rem;
    color: #0A56B2;
    line-height: .24rem;
    letter-spacing: .1rem;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
    
    cursor: pointer;
}
.buttomArea{
    display: flex;
    justify-content: center
}
.thirdContent .buttomArea .buttomIn{

    width: 2.24rem;
    height: .58rem;
    background: #0A56B2;
    border-radius: .04rem;
    margin: 0;

    font-weight: 500;
    font-size: .18rem;
    color: #FFFFFF;
    line-height: .24rem;
    letter-spacing: .1rem;
    cursor: pointer;
}

.fourthedContent .rulesCon{
    display: block;
    height: 68%;
}

.layui-form-label.required::before {   /* 这种写法也可以*/
    content: ' *';
    color: red;
    margin-right: .0455rem;
}