

.form3rd span.send-sms {
    cursor: pointer;
    color: #bbb;
}

.form3rd .captchaWarp img {
    width: 100%;
}
        
.form3rd .captchaWarp {
display: none;
background-color: rgba(0, 0, 0, 0.75);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.form3rd .captcha-main {
width: 590px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px;
background-color: #fff;
font-size: 15px;
border-radius: 6px;
}
.form3rd .captcha-main > div:first-child {
color: #000;
position: relative;
height: 30px;
}
.form3rd .captcha-main > div:first-child span {
position: absolute;
cursor: pointer;
}
.form3rd .captcha-main > div:first-child > span:first-child {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAk1BMVEUAAACZmJiSkpKZmJiTkpJ9e3tvb2+amZmamJiZmJiZmJiZmJiZmJiVlZWZmJiZmJiZmJiYl5eWlZWZmJiYl5eYl5eYlpaYl5eXl5eYlpaXl5eUk5OSkZGZmJiZmJiYl5eWlZWRkZGZmJiZmJiWlZWZmJiYl5eYl5eWlpaXl5eYmJiXlpaZmJiYl5eYl5eYl5eamZkfXxxIAAAAMHRSTlMA/AnyFwUC+e7Q6ubhHPXcy5Mo16WCb2hQSEIhE8apny4PubM0wHRbPWKMVq17TJl83XGXAAAD4UlEQVRo3u3Z17qbMAwAYBnM3jsQEkb2ydL7P113qyQQRutenf825JONjC0EfPr06dMM1wP8LbVcbo/54qu82IZcgWfN2uLwN5x8X212hmfpsqybdrRq4+QcKkAdTNzDbDxrLd1l+EjTTSOp1T/j2CGuljCHwvO1i72YnzkSfHdiiHKmzshDvV8xfM8O8gYAHBu/avnkEOGHwXCYfbkp6hq/cRdTY6S2huPo6+vPS1fTklHvcI4bjMf3Fs7iNzCWc5FxHu0AI20thnO15bh03GzswFzdtL0oijzblLXeUZhnFUY4ex13wW6D66kIuaRITn3Lkso3e+LEzZgYr/OQN6ejAw+ksNivNOygH2HQTX75V+BI0EFp6k1XmDUMOUZPmbCqJfQrWh1fbOG9ZYsP5LiA95LX1GwkeEe9M6SsE4cBLb6Qc3jn9Bgj4ioMyFjXAns3lVpGwr1wGOLY2MEuoFcZ02FpJON9pIBhB/Yh9SbkYD7M2YFBhY2drBB68BaJVoFBTYw9PqDHmU7dX8Kw44/ixfa8yPD91a7dbC7r+B587M/QTTJo6m4wwjlNs9O52NahI8Eoh4fpSiCCSvcTTwEhcpk8IUcQQqErPgYxlqQ4MQsQI7fIgVCCEFJKNtEMxAgrsvduQYwFeRIvCoiRkMP6CoKs8Y8QBFmRBQyikHpuBaKQ46oCUcjGlYEoZHHlIArZHY9AiApSgyiMVrKikIZAAaKQ2vwAoni0ZBLFJ4U/iLIhlQqI8kGqZQ6CZO5/yPyRnIx3EMSpyF7PQQyFVCvWAsSgdRdLVKDEVJBGCGLQWljLYL6yHNnuiGAmKdkZxm6v9v5Oe0MJzOJs2Pek9hfTGQni1jDHr1uu9b6oNXQqFw7TLX7fcbN3kCltj6QqTEW7E2nvRQbt8m0nJ/2CI7YmJXVp8yacGOMq05Xz7oEkVtPmcrLowimgj7rQaBdmV8N4BwuJdQP9YiQmfA5RDhoSVg5vND5SxlEdl4/HpjsLJHin8JCy9hyGOYGOxOAGq6TyU0d4OeJ9kyHlbgdnXjF84CaNCv1UJ3CnfxIoL09RmH+qoYe03Xv4SE4kGFbG+MT1k1zquvIcvHyPYncOYzhrfMZMPzgqQCmLu6Fr+CwuYRy+YdhB9qs0Dznn9WIf+y520CoVxmruJvZhjGEf/aOE8aTMw+n0tIQplKOBUxlbBSaSAp3hBHLMYTq1WMs4lrY6STALP61wnOgawlwqH7UA3GSpwN9osuh9buQoKeGvSbdgZ/XE0f3qwOGfUJd5Wvnyc66j9XURKvDvqBJfFmmw8T3LNG2jra6LkDcKfBLhC73DpS1zFN5hAAAAAElFTkSuQmCC);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
width: 22px;
height: 22px;
right: 35px;
top: -2px;
}
.form3rd .captcha-main > div:first-child > span:nth-child(2) {
width: 22px;
height: 22px;
right: 0;
top: -1px;
transform: rotate(45deg);
}
.form3rd .captcha-main > div:first-child > span:nth-child(2):before {
content: " ";
background-color: #515151;
width: 100%;
height: 2px;
top: calc(50% - 1px);
left: 0;
position: absolute;
}
.form3rd .captcha-main > div:first-child > span:nth-child(2):after {
content: " ";
background-color: #515151;
width: 2px;
height: 100%;
top: 0;
left: calc(50% - 1px);
position: absolute;
}
.form3rd .captcha-main > div:nth-child(2),
.form3rd .captcha-main > div:nth-child(2) > div:first-child {
position: relative;
}
.form3rd .captcha-main > div:nth-child(2) > div:first-child > div {
position: absolute;
top: 0;
left: 0;
width: 93px;
}
.form3rd .captcha-main > div:nth-child(2) > div:first-child > div,
.form3rd .captcha-main > div:nth-child(2) > div:first-child img {
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
.form3rd .captcha-main > div:nth-child(2) > div:nth-child(2) {
width: 100%;
height: 45px;
background-color: #ededed;
position: relative;
text-align: center;
color: #000;
line-height: 45px;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
.form3rd .captcha-main > div:nth-child(2) > div:nth-child(2) span {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 45px;
line-height: 45px;
background-color: #1c60d4;
z-index: 20;
cursor: pointer;
color: #fff;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
.form3rd .captcha-main > div:nth-child(2) > div:nth-child(2) div {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 45px;
background-color: #0653b6;
}
.form3rd .captcha-main > div:nth-child(2):after {
/*content: " ";*/
position: absolute;
width: 100%;
height: 100%;
background-color: hsla(0, 0%, 100%, 0);
top: 0;
left: 0;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 50;
}


@media screen and (max-width: 980px) {
    .form3rd .captcha-main {
        width: 320px;
        height: auto;
    }
    .form3rd .captcha-main > div:nth-child(2) > div:first-child div {
        width: 50px;
    }
    .form3rd .captcha-main > div:nth-child(2) > div:nth-child(3) {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .form3rd .captcha-main > div:nth-child(2) > div:nth-child(3) span {
        height: 40px;
        line-height: 40px;
    }
    .form3rd .captcha-main > div:nth-child(2) > div:nth-child(3) div {
        height: 40px;
    }
}

 .success-box .success-list {
  display: none !important;
}