html, body {

    height: 100%;
    width: 100%;
}

.f_body {
    height: 100%;
    width: 100%;
    padding-top: 1px;
    margin-top: -1px;
    min-width: 1024px;

}

.f_block, .f_column {
    overflow: hidden;
    padding: 15px;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 50px;
   // min-height: 50px !important;
}
.f_font{
    width: 100%;
    min-height: 50px;
}
.f_img{
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 50px;
   // min-height: 50px !important;
    overflow: hidden;
}
.f_img img{
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
.f_img:empty{
    background:  rgba(211,211,211,.2) url(http://wb.yy.com/edit/images/icon.png) no-repeat center center;
    min-width: 140px;
    min-height: 140px;
    cursor: pointer;
    padding: 15px;
}
/*.f_img.unedit a .resizer{
    left: 745px;
    top: 541px;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 11px;
    cursor: nwse-resize;
    background: #2EBDFF url(../img/resize.png) no-repeat center center;
}
.f_img.unedit a:hover{
    display: block;
}*/

.f_block.unedit,.f_img.unedit,.f_font.unedit,.f_column.unedit {

    outline: 1px dashed rgba(0, 0, 0, 0.65);
    outline-offset: -2px;
    -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.17);
    background-color: rgba(220, 220, 220, 0.49);

}

.comp_inner {
    width: 100%;
    height: 100%;
}

/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿?*/
.comp_inner:before, .comp_inner:after {
    display: table;
    content: '';
    line-height: 0
}

.comp_inner:after {
    clear: both
}

.comp_inner .comp_col_warp {
    float: left;
    position: relative;
    width: 50%;
}

.comp_inner .f_block {
    z-index: 0;
}

.comp_inner .comp_col_warp:nth-last-child(n+2) .f_block {
    margin-right: 5px;
}

.comp_inner .comp_col_warp:nth-child(n+2) .f_block {
    margin-left: 5px;
}

.comp_inner .comp_col_warp .box_draggable {
    width: 7px;
    left: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: col-resize;
    background-color: transparent;

    margin-left: -3px;
    z-index: 1;
}

.comp_inner .comp_col_warp .box_draggable:hover {
    background-color: #0086b3;
}

.comp_inner .box_draggable .drag_msg {
    text-align: center;
    position: absolute;
    color: #007ee5;
}

/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê½end*/

.f-marker {
    font-size: 0;
    height: 10px;
    overflow: visible;
    position: relative;
    background-image: -webkit-linear-gradient(left, #55B9FF, #55B9FF);
    background-image: linear-gradient(to left, #55B9FF, #55B9FF);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 2px;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}

.f-marker:after {
    right: 0;
}

.f-marker:before {
    left: 0;
}

.f-marker:after, .f-marker:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    top: 50%;
    margin-top: -5px;
    font-size: 0;
    display: block;
    background-color: #55B9FF;
}
