body{
    background-color: #fff;
}
.join{
    font-size:22px;
    font-family:AliHYAiHei;
    font-weight:400;
    text-decoration:underline;
    color: #E6B543;
    margin-top: 7%;
}
.joinus{
    display: flex;
    margin: 27px 0;
    box-shadow:0px 0px 15px 1px rgba(0, 0, 0, 0.06);
    padding:10px;
}
.dian{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #181937;
    margin: 13px 10px 0 0;
}
.half_right{
    width: 90%;
}
.jl{
    color: #333333;
    font-size: 23px;
    font-family: FandolHei-Bold;
}
.money{
    color: #F34343;
    font-size: 23px;
    font-family: FandolHei-Bold;
}
.yq{
    color: #666666;
    font-size: 17px;
    line-height: 40px;
}
.gwzz{
    color: #333333;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    line-height: 33px;
    font-weight: bold;
}
.joinus_img{
    height: 100%;
    margin-top: 121px;
}
@media  ( max-width: 768px ) and (min-width: 0px){
    .joinus_img{
        display: none;
    }
}