/*::-ms-clear,::-ms-reveal {*/
    /*display: none;*/
/*}*/

.mask_verify {
    position: fixed;
    z-index: 909;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

.j_captcha {
    height: 235px;
    width: 310px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform-origin: 50% 50%;
    z-index:1000;
    background:#fff;
    padding:5px;
    border-radius:3px;
}

.yidun {
    position: relative;
    margin: auto;
    font-size: 14px;
    height: 220px;
    width: 300px;
}

.yidun_panel {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 5px;
}

.yidun_panel_placeholder {
    pointer-events: auto;
    position: relative;
    padding-top: 150px;
    overflow: hidden
}

.yidun_bgimg {
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 150px;
    pointer-events: auto;
    vertical-align: top;
    display: block
}

.yidun_bg_img {
    pointer-events: auto;
    vertical-align: top;
    width: 100%;
    border-radius: 2px;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}

.yidun_jigsaw {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: block;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}

.yidun_loadbox__inner {
    position: relative;
    top: 50%;
    margin-top: -25px;
}

.yidun_loadicon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.yidun_loadtext {
    display: block;
    line-height: 20px;
    color: #45494c;
}

.yidun_refresh {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    background: url("../images/verify/verify_refresh.png") no-repeat;
    background-position: 0 0;
}

.yidun_refresh:hover {
    background: url("../images/verify/verify_refresh.png") no-repeat;
    background-position: 0 -26px;
}

.yidun_close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 0px;
    margin-right: 5px;
    background-image: url("../images/verify/verify_close.png");
    background-position: 0 0;
}

.yidun_close:hover {
    background-position: 0 -26px;
}

.yidun_control {
    position: absolute;
    border: 1px solid #cccccc;
    height: 40px;
    width: 300px;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}

.yidun_slide_indicator {
    background-color: #cccccc;
    position: absolute;
    top: -1px;
    left: 0px;
    /*width: 40px;*/
    border: 1px solid transparent;
    height: 40px;
}

.yidun_slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #cccccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: background .2s linear;
    width: 42px;
    /*border-radius: 2px;*/
}

.yidun_slider:hover {
    background-color: #1991fa !important;
}

.yidun_slider__icon {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 14px;
    height: 10px;
    background-image: url("../images/verify/verify_yidun_refresh.png");
    background-position: 0 -13px;
    background-size: 34px 494px
}

.yidun_tips {
    text-align: center;
    color: #45494c;
    width: 300px;
    line-height: 40px;
}

.yidun_tips__text {
    vertical-align: middle;
    line-height: 38px;
}

.yidun_btn {
    position:absolute;
    left:0px;
    right:0px;
    height:20px;
    width: 300px;
    top: 199px;
    line-height:20px;
    padding-top:5px;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}

.yidun_company {
    font-size: 12px;
    color: #cacaca;
    float:right;
    margin-right:5px;

}

.yidun_loadbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image:  url("../images/verify/verify_loading.jpg");
    background-color: #f7f9fa;
    background-position: 50%;
    background-size: cover;
}

.yidun_error {
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    background: #de715b;
    height: 25px;
    line-height: 25px;
    z-index: 500;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    display: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}
