.custom {
    position: relative;
    width: 304px;
    moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background:#fff;*/
	padding:0 0.5714rem;
}

.customBox {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    overflow:hidden;
	z-index:2;
}

.customEditBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.customBg {
    width: 304px;
    background: url("images/customImg-38-38.png");
}

.customBox .customImg {
    position: absolute;
    min-height: 76px;
    min-width: 76px;
    background-color: #eee;
}
.customBox .customImg img{
    width:100%;
    height:100%;
}
.customBox .customImgBg{
    box-shadow: 0px 0px 3px #f60;
}
.customBox .customImg .delImg{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 20px;
    width: 20px;
    font-size: 0;
    background: url(images/icon_ve_baracts.png) -45px 0;
}

.customEditBox .customEdit {
    position: absolute;
    height: 72px;
    width: 72px;
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #ffb865;
    color: #ffb865;
    font-family: "微软雅黑";
    text-align: center;
    background-color: #ffffff;
    cursor: move;
}

.customEditBox .customEdit .editArea {
    position: absolute;
    height: 8px;
    width: 8px;
    border: solid 3px #ffb865;
    padding: 0;
    right: -1px;
    bottom: -1px;
    border-left: none;
    border-top: none;
    cursor: se-resize;
}

.custom .ve_baracts {
    visibility: visible;
}

/* 父级边框 */
.J_CModBorder {
    border: 2px solid #fca949;
}

.J_CModBorder .custom .ve_baracts {
    display: block;
}