#type{
    background: url(../../images/icon_xjt.png) no-repeat center right;
    background-size:.1rem;
}

.dialog__content {
            border-radius: 10px;
        }
        .dialog-action {
            display: inline-block;
            width: 110px;
            height: 36px;
            background: #2254b5;
            color: #ffffff;
            font-size: 18px;
            border: none;
            cursor: pointer;
        }
        .pop-up-selet,
        .pop-up-yzm {
            text-align: left;
            border-bottom: 1px solid #ccc;
        }
        .pop-up-selet select {
            width: 60px;
        }
        .pop-up-selet select,
        .pop-up-selet input,
        .pop-up-yzm input {
            border: none;
            outline: none;
        }
        .pop-up-selet input,
        .pop-up-yzm input {
            /*margin-left: 10px;*/
        }
        .dialog-action {
            border-radius: 5px;
        }
        .verify {
            display: inline-block;
        }

        .dialog-submit-div > .close {
            position: absolute;
            right: .2rem;
            top: .2rem;
            cursor: pointer;
        }
        .snImg .close {
            position: absolute;
            right: .2rem;
            top: .2rem;
            cursor: pointer;
        }
        .snImg {
            display: none;
        }
        .flexDiv {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .flexDiv button {
            margin-right: .1rem;
        }
        .flexDiv a:hover {
            color: #fff!important;
        }

        @media screen and (max-width:992px) {
            .pop-up-tit {
                font-size: 16px;
            }
            .pop-up-selet input,
            .pop-up-yzm input {
                margin-left: 0px;
            }

            .dialog__content {
                padding: 2em;
            }
        }
