#aliyunCaptcha-float-wrapper #aliyunCaptcha-captcha-wrapper {
    margin-bottom: 0 !important;
}
#aliyunCaptcha-float-wrapper #aliyunCaptcha-captcha-wrapper #aliyunCaptcha-captcha-body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: white  !important;
    position: relative;
    margin: 0;
    border-radius: 4px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#aliyunCaptcha-float-wrapper{
    --aliyun-slide-width: 230px;

}
#aliyunCaptcha-captcha-text{
    font-size: 11px !important;
}
