.image-verify { position: fixed; top: 100px; left: 50%; margin-left: -180px; width: 462px;padding: 0px 10px; background-color: #fff; box-shadow: 0 0 12px rgb(0 0 0 / 40%); z-index: 9999; }

    .image-verify .head { font-size: 18px; text-align: left; width: 100%; padding-top: 5px;line-height: 46px; background-color: #fff;border-bottom: 1px #eee solid;}

    .image-verify .close { width: 100%; height: 15px; }
        .image-verify .close span { position: absolute; top: 5px; right: 15px; font-size: 36px; cursor: pointer }

    .image-verify .main { text-align: center; width: 100%;background-color: #f5f5ff;padding: 1px 0px; }
        .image-verify .main .img { display: inline-block; width: 110px; height: 110px; padding: 2px; }
            .image-verify .main .img img { width: 100%; height: 100%; cursor: pointer; }

        .image-verify .main .choose { background-color: #60ba62; opacity: 0.4; }

        .image-verify .main .loading { opacity: 0.2; }

    .image-verify .foot { text-align: right; height: 45px; width: 100%; }

        .image-verify .foot span { color: rgb(229 50 15); float: left; margin: 3px 15px; max-width: 220px; }

        .image-verify .foot input { height: 30px; width: 60px; cursor: pointer; border: none; }

        .image-verify .foot .refresh { background-color: #ffffff; }

        .image-verify .foot .ok { background-color: #60ba62; color: #ffffff; margin-right: 10px; }
