.dl_wjmm {
    height: 25px;
    line-height: 25px;
    color: #32b3dd;
    font-size: 12px;
    text-align: center;
    margin-bottom: 39px
}
.code{
    margin-left: -43%;
    float: left;
    width: 19%;
}
#validateCode{
    height: 25px;
    float: left;
    width: 25%;
    margin-left: -20%;
}
.validateCodeRefresh{
    margin-right: -1%;
    float: right;
}
.validateCode{
    margin-right: 2%;
    float: right;
}

@media screen and (min-width: 1280px)  and (max-width: 1680px)  {
    .code{
        margin-left: -43%;
        float: left;
        width: 19%;
    }
    #validateCode{
        height: 25px;
        float: left;
        width: 25%;
        margin-left: -20%;
    }
    .validateCodeRefresh{
        margin-right: -1%;
        float: right;
    }
}
@media screen and (max-width: 768px)  {
    .dl_wjmm {
        height: 25px;
        line-height: 25px;
        color: #32b3dd;
        font-size: 12px;
        text-align: center;
    }
    .code{
        margin-left: 0%;
        float: left;
        width: 15%;
    }
    #validateCode{
        height: 25px;
        float: left;
        width: 25%;
        margin-left: 0%;
    }
    .validateCodeRefresh{
        margin-right: 1%;
        float: right;
    }
    .validateCode{
        margin-right: 2%;
    }

}