.YZDIV{
    width: 490px;
    height:360px;
    border: solid #E7E3DA thin;
    background-color: #F4ECE3;
    border-radius: 20px;
    text-align: center;
    position: fixed;
    top: 55.6%;
    margin-top: -180px;
    left: 82%;
    margin-left: -245px;
    z-index: 1000000;
}
.gdt{
    position: relative;
    width: 490px;
    left: 82%;
    margin-left: -245px;
    top: -165px;
    z-index: 1000000;
}
.YYIMG{
    width: 450px;
    height:300px;
    border: none;
    background-color: #ECE4DD;
    margin:0 auto;
    margin-top:20px;
}
.CJIMG{
    width: 50px;
    height:50px;
    border: #D3D664 solid thin;
    background-color: #ECE4DD;
    z-index: 200;
    position: absolute;
    left:20px;
}
.slider-btn {
    position:absolute;
    width:40px;
    height:40px;
    left:0;
    top:-6px;
    z-index:12;
    cursor:pointer;
    background-image:url(../../images/verify/v2.png);
    background-position:0 -84px;
    transition:inherit;
}
.layui-icon-refresh-3:HOVER {
    color: green;
}