body {
    padding: 0px;
    margin: 0px;
}
 .form-item {
     margin-top:12px;

 }
.yzm {
    width: 265px;
    height: 150px;
    position: relative;
    margin-left: 30px;
}

#drag {
    position: relative;
    background-color: #e8e8e8;
    width: 260px;
    height: 34px;
    line-height: 34px;
    margin-left: 30px;
    text-align: center;
}

#drag .handler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 32px;
    border: 1px solid #ccc;
    cursor: move;
}

.handler_bg {
    background: #fff  no-repeat center;
}

.handler_ok_bg {
    background: #fff  no-repeat center;
}

.handler_err_bg {
    background: #fff ;
}

#drag .drag_bg {
    background-color: #7ac23c;
    height: 34px;
    width: 0px;
}

#drag .drag_err {
    background-color: darkred;
    height: 34px;
    width: 0px;
}

#drag .drag_text {
    position: absolute;
    top: 0px;
    width: 300px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.yzm_image_source {
    float: left;
    width: 260px;
    height: 113px;
    margin: 0 !important;
    border: 0px;
    padding: 0 !important;
}

.yzm_image_source:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 0, 0) 100%);
    -webkit-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg)
}

.run:before {
    left: 70%;
    transition: left 2s ease 0s;
}

.yzm_image_cut_big {
    float: left;
    width: 260px;
    height: 113px;
    margin: 0 !important;
    border: 0px;
    padding: 0 !important;
}

.yzm_image_cut_loading {
    float: left;
    width: 260px;
    height: 113px;
    margin: 0 !important;
    border: 0px;
    padding: 0 !important;
    background-image: ;
}

#xy_img {
    z-index: 999;
    width: 50px;
    height: 50px;
    position: relative;
}

#refreshyzm {
    position: relative;
    top: -180px;
    left: 118px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#fieldmsg {
    font-size: 15px;
    color: #de5d5d;
    display: none;
    margin-top: -10px;
}

.layui-layer-title {
    padding: 0 40px 0 20px;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden !important;
}