﻿@charset "utf-8";

/* CSS Document */

html {
    /* overflow-y: auto !important; */
    overflow-x: auto !important
}


/*----------------------hover样式-----------------------*/

.workspace.work-outline,.workspace-body.work-outline {
    border: 1px solid #08d09a;
}


/*----------------------workspace------------------------*/

.workspace .workspace-body-wrap:hover {
    border: 1px solid #08d09a;
}


/*----------------------workspace-----------------------*/

.workspace {
    margin: 0 237px 0 50px;
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow-x: auto;
    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid transparent;
    background-position:50% 0%;
    background-repeat:no-repeat;
}

.workspace-body {
    height: auto;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    max-height: auto;
    background: rgba(255, 255, 255, 0);
    width: 1000px;
    padding-bottom: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0%;
    z-index: 0;
    border: 1px solid transparent;
    margin: 0 auto;
    background-position:50% 0%;
    background-repeat:no-repeat;
}

.preview-body {
    position: relative;
    height: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    overflow: auto;
    display: none;
}

.main-container {
    position: relative;
    height: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0);
    width: 100%;
}

.main-container .workspace {
    margin: 0 auto 0 auto;
    border: none;
}

.main-container .workspace-body {
    padding-bottom: 0px !important;
    border: none;
}

.main-container .anchorImg {
    visibility: hidden !important;
}
/*----------------------workspace------------------------*/



