.pagebox {
    background: #f2f2f2;
}
.pagewd{
    margin-top: 20px;
}
/* Apply these styles only when #preview-pane has
         been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 76px;
    right: -280px;
    /*padding: 6px;*/
    /*border: 1px rgba(0, 0, 0, .4) solid;*/
    background-color: white;

    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/

    /*-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);*/
}

.jcrop-holder #preview-pane1 {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 90px;
    right: -454px;
    padding: 6px;
    /*border: 1px rgba(0, 0, 0, .4) solid;*/
    background-color: white;

    /*       -webkit-border-radius: 6px;
           -moz-border-radius: 6px;
           border-radius: 6px;

           -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
           box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);*/
}

.jcrop-holder #preview-pane2 {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 126px;
    right: -580px;
    padding: 6px;

    /*border: 1px rgba(0, 0, 0, .4) solid;*/
    background-color: white;

    /*                -webkit-border-radius: 6px;
                    -moz-border-radius: 6px;
                    border-radius: 6px;

                    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
                    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
                    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);*/
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
    /*width: 250px;
    height: 170px;*/
    width: 150px;
    height: 150px;
    overflow: hidden;
}

#preview-pane1 .preview-container {
    /*width: 250px;
    height: 170px;*/
    width: 110px;
    height: 110px;
    overflow: hidden;
}

#preview-pane2 .preview-container {
    /*width: 250px;
    height: 170px;*/
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.edit_img_container {
    position: relative;
    width: 300px;
    height: 300px;
    /*margin-left: 50px;*/
    background-color: #f1f1f1;
    color: #666;
    background-image: url(./image/up.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.edit_img_container img {
    object-fit: contain;
}