body{
    margin: 0;
    padding: 0;
}
ul,li{list-style: none;}
#root{
    width: 100%;
    height: 100vh;
    min-width: 1200px;
    overflow: hidden;
}
#craftview,
.procedure-box,
.gx_design-wrap{
    height: 100%;
    width: 100%;
}
#craftview{
    background: #f5f5f5;
}
.gx_design-wrap{
    position: relative;
}
/* 工序样式 */
.procedure-box{
    background: #fff;
    border-radius: 4px;
}