.box-option-layout input{
	width: 100px;
}
.box-option-layout{
	position: relative;
	display: inline-block;
}


.box-option-layout::after {
    position: absolute;
    content: "";
    top: 18px;
	right: 28px;
	bottom: 18px;
    left: 28px;
    border: 1px dashed #ccc;
    z-index: 0;
}
.box-option-layout .vc_content i {
    margin: 8px auto;
    background: url(wpb-logo.svg) center center no-repeat;
    background-size: auto auto;
    background-size: 32px;
    display: block;
    width: 32px;
    height: 32px;
}
.box-option-layout .vc_content {
    border: 1px solid #bababa;
    height: 50px;
    padding: 0;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
	margin: 60px 70px;
	width: 50px;
    box-sizing: border-box;
}
.box-option-layout input.rs-box_field {
    position: absolute;
    text-align: center;
    padding: 3px;
    height: 28px;
	background: #fff;
    width: 45px;
    margin: 0;
        margin-left: 0px;
    border: 1px solid #bdbdbd;
    font-size: 11px;
    line-height: 11px;
	z-index: 999;
}
.box-option-layout input.rs-box_field.vc_top {
    top: 5px;
    left: 50%;
    margin-left: -22px;
}
.box-option-layout input.rs-box_field.vc_right {
    top: 50%;
    right: 5px;
    margin-top: -15px;
}
.box-option-layout input.rs-box_field.vc_bottom {
    bottom: 5px;
    left: 50%;
    margin-left: -22px;
}
.box-option-layout input.rs-box_field.vc_left {
    top: 50%;
    left: 5px;
    margin-top: -15px;
}