/* 分离placeorders2的 css start */
<!--
.productclasssdiv {height: 300px;overflow: auto;}
@media screen and (max-width: 520px) {
    .productclasssdiv {height: 300px;display: none;}
    .textcolor {color:blue;}
}
-->
.person_validate{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.validate_area{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 30px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.validate_area div:first-of-type{
    position: relative;
}

.validate_area div:first-of-type .validate_img{
    width: 300px;
    height: auto;
}

.validate_area div:first-of-type .validate_cover{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 180px;
    top: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    background-color: white;
}

.validate_area div:first-of-type .validate_cutting{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;

}

.validate_area div:first-of-type .validate_cutting img{
    width: 300px;
    height: auto;
    position: absolute;
    left: -180px;
    top: -30px;
}

.validate_area .validate_scroll{
    width: 280px;
    height: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 20px auto 5px auto;
    position: relative;
}

.validate_area .validate_scroll .validate_scroll_button{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: white;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* dropzone */
 .dropzone.uploadForm{
     border: 2px dashed #4a6bdf;
     border-radius: 8px;
     text-align: center;
     transition: all 0.3s;
     background: #f8f9ff;
 }
.dropzone.uploadForm .dz-drag-hover{
    border-color: #2c4fd4;
    background: #eef1ff;
}
.dropzone.uploadForm .dz-message{
    font-size: 1.2rem;
    color: #666;
}
.dropzone.uploadForm .dz-message i{
    font-size: 3rem;
    color: #4a6bdf;
    margin-bottom: 15px;
    display: block;
}
/* 分离placeorders2的 css end */